/*
Theme Name: smapartments
Author: nerdgeschoss GmbH
Author URI: http://nerdgeschoss.de/
Version: 1.0
*/
body {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  height: 100%;
  -webkit-font-smoothing: antialiased;
}
ul,
h1,
h2,
h3,
p {
  padding: 0;
  margin: 0;
}
body {
  font-family: Verdana;
  font-size: 16px;
  color: #fff;
  background-color: #454545;
  line-height: 1.5;
}
h1,
h2 {
  text-transform: uppercase;
  margin: 24px 0 12px;
  font-size: 18px;
}
h1:before,
h2:before {
  content: '';
  display: inline-block;
  width: 3px;
  height: 14px;
  background-color: #fff;
  margin-right: 12px;
}
h3 {
  text-transform: uppercase;
  margin: 24px 0 12px;
  font-size: 16px;
}
h4 {
  margin: 24px 0 12px;
  font-size: 16px;
}
a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  text-decoration: underline;
}
p {
  margin-bottom: 12px;
}
table {
  width: 100%;
  border-collapse: collapse;
  margin: 5px -12px;
}
table tr:nth-child(2n) {
  background-color: rgba(52,52,52,0.3);
}
table td {
  padding: 5px 12px;
}
.columns {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .columns {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
}
.container {
  margin: 0 12px;
  max-width: 960px;
}
@media (min-width: 1025px) {
  .container {
    margin: 0 auto;
  }
}
.container--fill {
  margin: 0 auto;
}
body {
  margin-bottom: 100px;
}
.mainNav {
  background-color: #fff;
  font-size: 14px;
}
.mainNav-logo {
  padding: 24px;
  position: relative;
}
.mainNav-logo img {
  display: block;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .mainNav-content {
    width: 100%;
    display: table;
    table-layout: fixed;
    padding: 40px 0;
  }
  .mainNav-logo {
    display: table-cell;
    vertical-align: top;
    width: 320px;
    padding: 24px 0;
  }
  .mainNav-menu {
    display: table-cell;
    vertical-align: top;
    padding: 24px 0;
    text-align: right;
  }
}
.languageSwitch {
  background-color: #343434;
  padding: 6px 0;
  text-align: right;
}
.languageSwitch a {
  font-size: 12px;
  margin-left: 12px;
}
.menuItems ul {
  margin: 0;
  position: relative;
  white-space: nowrap;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 768px) {
  .menuItems ul {
    overflow: visible;
  }
}
.menuItems li {
  display: inline-block;
  margin: 12px 0;
}
.menuItems a {
  color: #343434;
}
.menuItems li:hover > a {
  color: #808080;
  text-decoration: none;
}
@media (min-width: 768px) {
  .menuItems li:hover .children {
    max-height: 200px;
  }
}
.menuItems .children {
  position: absolute;
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s;
  transition: max-height 0.3s;
  text-align: left;
  z-index: 999;
}
.menuItems .children li {
  z-index: 5;
  display: block;
  margin-right: 12px;
}
.menuItems .children li:first-child:before {
  display: inline-block;
}
.menuItems li:before {
  content: '';
  display: inline-block;
  width: 2px;
  height: 10px;
  background-color: #454545;
  margin: 0 12px;
}
.menuItems li:first-child:before {
  display: none;
}
.vc_empty-placeholder {
  display: none;
}
.vc_single_image-wrapper {
  display: block !important;
}
.vc_single_image-wrapper img {
  display: block !important;
  width: 100%;
}
.wpb_single_image,
.vc_grid-container {
  margin: 0;
}
.gapless {
  padding-left: 15px;
}
.gapless .vc_vc_column,
.gapless .wpb_column,
.gapless .vc_column-inner {
  padding: 0;
}
.section,
.imageSection {
  position: relative;
}
.section p,
.imageSection p {
  margin: 0;
  line-height: 0;
}
.section:before,
.imageSection:before {
  z-index: -1;
  content: '';
  display: block;
  position: absolute;
  height: 100%;
  background-color: #343434;
  width: 10000px;
  left: -5000px;
}
.imageSection img {
  margin-left: -12px;
  width: 100vw;
}
@media (min-width: 1025px) {
  .imageSection img {
    margin: 0;
    width: 100%;
  }
}
.home {
  background-color: #fff;
  margin-top: 60px;
}
.home p,
.home a {
  color: #454545;
}
.home nav {
  display: none;
}
form .vc-row,
form .wpb_row {
  margin-bottom: 12px;
}
form .book-button {
  display: inline-block;
  padding: 10px 30px;
  background-color: #343434;
  border: none;
  color: #fff;
  font-size: 18px;
}
.wpcf7-form-control-wrap {
  position: relative;
}
.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  background-color: #343434;
  color: #fff;
  border: none;
  padding: 5px 7.5px;
  font-size: 16px;
}
.wpcf7-form-control-wrap .wpcf7-list-item {
  display: inline-block;
}
.wpcf7-form-control-wrap .wpcf7-list-item:first-child {
  margin-left: 0;
}
.wpcf7-form-control-wrap input[type="radio"],
.wpcf7-form-control-wrap input[type="checkbox"] {
  display: inline-block;
  width: auto;
}
.occupancy {
  font-size: 10px;
  table-layout: fixed;
  margin: 0 auto;
  width: auto;
}
.occupancy thead td {
  border: none;
  text-align: center;
}
.occupancy .month {
  border: none;
  text-align: right;
  text-align: center;
}
.occupancy tr {
  padding: 0;
  margin: 0;
}
.occupancy td {
  padding: 0;
  margin: 0;
  width: 17px;
  height: 17px;
  border: 1px solid #454545;
}
.occupancy td.available {
  background-color: #888;
}
.occupancy td.occupied {
  background-color: #343434;
}
.occupancy td.nonexisting {
  background-color: #454545;
  border: none;
}
.legend {
  text-align: center;
  margin-top: 12px;
}
.legend .legend-entry {
  font-size: 0.7em;
  display: inline-block;
}
.legend .legend-entry:before {
  content: '';
  display: inline-block;
  width: 17px;
  height: 17px;
  background-color: #888;
  margin-right: 3px;
  vertical-align: middle;
  border: 1px solid #888;
}
.legend .legend-entry.legend-entry--occupied:before {
  background-color: #343434;
}
.wrap {
  overflow-x: hidden;
}
/*# sourceMappingURL=style.css.map */