/* /* Google Fonts ------------------------------------------------------------------- */ */
/* roboto-slab-regular - latin_latin-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-display: fallback;
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Slab Regular'), local('RobotoSlab-Regular'),
       url('../googlefonts/roboto-slab-v7-latin_latin-ext-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../googlefonts/roboto-slab-v7-latin_latin-ext-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-slab-300 - latin_latin-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-display: fallback;
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Slab Light'), local('RobotoSlab-Light'),
       url('../googlefonts/roboto-slab-v7-latin_latin-ext-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../googlefonts/roboto-slab-v7-latin_latin-ext-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-300 - latin_latin-ext */
@font-face {
  font-family: 'Lato';
  font-display: fallback;
  font-style: normal;
  font-weight: 300;
  src: local('Lato Light'), local('Lato-Light'),
       url('../googlefonts/lato-v14-latin_latin-ext-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../googlefonts/lato-v14-latin_latin-ext-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-regular - latin_latin-ext */
@font-face {
  font-family: 'Lato';
  font-display: fallback;
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'),
       url('../googlefonts/lato-v14-latin_latin-ext-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../googlefonts/lato-v14-latin_latin-ext-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* Basics ------------------------------------------------------------------------- */

html {
  -webkit-text-size-adjust: 100%; /* iOS */
  -ms-text-size-adjust: 100%; /* IE */
}

body {
  padding: 0;
  margin: 0;
  font-family: 'Lato', Arial, sans-serif;   
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 150%;
  color: #000000;   
  background: #FFFFFF;
}
body.open {
  overflow: hidden;
}

form, h1, h2, h3, h4, h5, h6, img, p {
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

b, strong, span[style*="bold"] {
  font-weight: 400 !important;
}

iframe {
  max-width: 100%;
  border: 0;
}

a img {
  border: none;
}

/* Default Hyperlinks ------------------------------------------------------------------------- */

a {
  color: #B24A3B;   
  text-decoration: none;
  transition: color 200ms;
}
a:hover, a:focus, a:active {
  color: #333333;   
}

/* Headlines ------------------------------------------------------------------------- */

.headline1 {
  font-size: 1.6em; 
  font-family: 'Roboto Slab', Arial, Sans-serif;
  font-weight: 400; 
  color: #B24A3B;   
  margin-bottom: 0.3em;
  line-height: 120%;
}

.headline2 {
  font-size: 1.4em;
  font-family: 'Roboto Slab', Arial, Sans-serif;
  font-weight: 400;
  color: #000000;
  margin-bottom: 0.5em;
  line-height: 120%;
}

.headline3 {
  font-size: 1.2em;
  font-family: 'Roboto Slab', Arial, Sans-serif;
  font-weight: 400;
  color: #B24A3B;
  margin-bottom: 0.5em;
  line-height: 120%;
}

.headline4 {
  font-size: 1.1em;
  font-family: 'Roboto Slab', Arial, Sans-serif;
  font-weight: 400;
  color: #333333;
  line-height: 120%;
}

/* Layout -------------------------------------------------------------------------------- */
div.header-spacer {
  display: none;
  position: relative;
  width: 100%;
}
header.header {
  background: #575556;
}
header.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 8px rgba(0,0,0,0.3);
  z-index: 800;
}
header.header.fixed + div.header-spacer {
  display: block;
}

div.logo {
  position: relative;
  max-width: 1160px;
  padding: 20px;
  margin: 0 auto 0;
}
header.header.fixed div.logo {
  display: none;
}
div.logo-small {
  position: relative;
  display: none;
}
div.logo div.image-center, div.logo-small div.image-center {
  margin: 0 auto 0;
}
header.header.fixed div.logo-small {
  display: block;
}

main {
  position: relative;
  min-height: 120px;
}

main img {
  margin: 5px 20px;
}

#iwModule {
display: none;
}

.immowelt-hinweis {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
.immowelt-hinweis > div.image-center {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  z-index: 1;
  opacity: 0.3;
}
.immowelt-hinweis-content {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  z-index: 2;
  text-align: center;
  padding-top: 50px;
}

.immowelt-hinweis-content button {
  border: 0;
  padding: 10px 20px;
  background: #813327;
  color: #FFFFFF;
  border-radius: 3px;
  cursor: pointer;
  transition: 300ms;
}
.immowelt-hinweis-content button:hover {
  background: #B24A3B;
}

nav.menu {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(87,86,86,0.8);
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  z-index: 900;
}
nav.menu strong {
  font-weight: 300 !important;
}
nav.menu.open {
  overflow: auto;
  padding-bottom: 55px;
}

footer.footer {
  position: relative;
  line-height: 170%;
  border-top: 4px solid #B24A3B;
}
footer.footer a {
  color: #B24A3B;
}
footer.footer a:hover {
  color: #333333;
}

div.footer-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1160px;
  padding: 40px 20px 0 20px;
  margin: 0 auto 0;
}

div.menu-button {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(87,86,86,0.8);
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  z-index: 900;
  cursor: pointer;
}
#menu-switch {
  background: none;
  border: 0;
  margin: 15px auto 15px;
  outline: none;
}
#menu-switch span:nth-child(1),#menu-switch span:nth-child(2){-webkit-transform-origin:left center;-moz-transform-origin:left center;-o-transform-origin:left center}#menu-switch{width:35px;height:25px;position:relative;-webkit-transform:rotate(0);-moz-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0);-webkit-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;transition:.5s ease-in-out;cursor:pointer;vertical-align:bottom}#menu-switch span{display:block;position:absolute;height:2px;width:100%;background:#FFF;opacity:1;left:0;-webkit-transform:rotate(0);-moz-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0);-webkit-transition:.25s ease-in-out;-moz-transition:.25s ease-in-out;-o-transition:.25s ease-in-out;transition:.25s ease-in-out}#menu-switch span:nth-child(1){top:6px;transform-origin:left center}#menu-switch span:nth-child(2){top:14px;transform-origin:left center}#menu-switch span:nth-child(3){top:22px;-webkit-transform-origin:left center;-moz-transform-origin:left center;-o-transform-origin:left center;transform-origin:left center}#menu-switch.open span:nth-child(1){-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);top:2px;left:2px}#menu-switch.open span:nth-child(2){width:0;opacity:0}#menu-switch.open span:nth-child(3){-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);top:26px;left:2px}
#menu-switch span {
  background: #FFF;
}


/* Styles ------------------------------------------------------------------------------ */

div.style1 {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 150px 20px 110px 20px;
  max-width: 1160px;
  margin: 0 auto 0;
  overflow: hidden;
}

div.style1 > br {
  display: none;
}

div.style2 {
  width: calc( 50% - 40px );
  margin-bottom: 40px;
  overflow: hidden;
}

div.style3 {
  width: calc( 33.33% - 30px );
  margin-bottom: 40px;
  overflow: hidden;
}

div.style4 {
  width: calc( 25% - 20px );
  margin-bottom: 40px;
  overflow: hidden;
}

div.style5 {
  width: calc( 66.66% - 30px );
  margin-bottom: 40px;
  overflow: hidden;
}

div.style6 {
  width: 100%;
  height: 4px;
  background: #B24A3B;
  overflow: hidden;
}

div.style7 {
  width: 100%;
  margin-bottom: 40px;
  overflow: hidden;
}

div.style8 {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: -200;
  text-align: right;
}
div.style8 img {
  margin: 0;
  max-width: none;
}

div.style9 {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
  width: 100%;
  overflow: hidden;
}

div.style9 > br {
  display: none;
}

div.style10 {
  position: relative;
}

div.style10 > div.image-center,
div.style10 > img {
  margin: 0;
  padding: 0;
}

div.style10 > .headline1 {
  position: absolute;
  top: 50%;
  max-width: 50%;
  background-color: rgba(255,255,255,0.8);
  padding: 30px 50px;
}

div.style10 + br {
  display: none;
}


/* Immobilien */
#iwModule, #iwModule #iwWidget {
  width: 100%;
  max-width: 100% !important;
}
#iwModule #iwWidget h1 {
  opacity: 1 !important;
}
body #iwModule #iwWidget, body #iwModule #iwWidget a:active, body #iwModule #iwWidget a:hover, body #iwModule #iwWidget a:link, body #iwModule #iwWidget a:visited, body #iwModule #iwWidget div, body #iwModule #iwWidget fieldset, body #iwModule #iwWidget input, body #iwModule #iwWidget label, body #iwModule #iwWidget li, body #iwModule #iwWidget p, body #iwModule #iwWidget select, body #iwModule #iwWidget span, body #iwModule #iwWidget strong, body #iwModule #iwWidget textarea, body  .hm_tooltip {
font-family: 'Lato', Arial, sans-serif !important;
font-size: 1rem !important;
}
body #iwModule #iwdigetinfo {
  font-family: 'Lato', Arial, sans-serif !important;
  font-size: 1rem !important;
  padding-left: 0;
}
div.immobilien-container {
  position: relative;
  margin-bottom:  40px;
}
div.immobilien-objekt, div.immobilien-details {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
div.immobilien-objekt + div.immobilien-objekt {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #EEE;
}
div.immobilien-details {
  margin-top: 1em;
}
h2.immobilien-headline {
  font-size: 1.4em;
  font-family: 'Roboto Slab', Arial, Sans-serif;
  font-weight: 400;
  color: #000000;
  margin-bottom: 0.5em;
  line-height: 120%;
  text-align: center;
}
div.immobilien-bild {
  position: relative;
  width: 30%;
}
div.immobilien-bild img {
  width: 100%;
  height: 100%;
  max-height: 400px;
  object-fit: cover;
  margin: 0;
}
div.immobilien-text {
  position: relative;
  width: calc( 70% - 50px );
  text-align: center;
}
div.immobilien-groesse, div.immobilien-ort, div.immobilien-preis {
  width: calc( 33.33% - 30px );
  padding: 5px;
  background: #EEE;
  font-size: 0.9em;
  text-align: center;
}
div.immobilien-groesse {
  background: #EEE url(/_templates/shared/images/arrows-alt-solid.svg) no-repeat;
  background-position: center 10px;
  background-size: auto 25px;
  padding-top: 40px;
}
div.immobilien-ort {
  background: #EEE url(/_templates/shared/images/map-marker-alt-solid.svg) no-repeat;
  background-position: center 10px;
  background-size: auto 25px;
  padding-top: 40px;
}
div.immobilien-preis {
  background: #EEE url(/_templates/shared/images/euro-sign-solid.svg) no-repeat;
  background-position: center 10px;
  background-size: auto 25px;
  padding-top: 40px;
}
div.immobilien-groesse:empty, div.immobilien-ort:empty, div.immobilien-preis:empty {
  background: transparent;
}


div.immobilien-detail-details {
  position: relative;
}
div.immobilien-detail-details th, div.immobilien-detail-details td {
  font-size: 0.8em;
  border: 10px solid #EEE;
  background: #EEE;
}
div.immobilien-detail-details th {
  text-align: left;
  font-weight: 400;
}

div.immobilien-detail-details-schmal1, div.immobilien-detail-details-schmal2 {
  width: calc( 50% - 30px );
  float: left;
}
div.immobilien-detail-details-schmal2 {
  margin-left: 60px;
}

/* Modul Navigation */
div.modul-navigation {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  align-items: center;
  color: #797878;
  text-align: center;
  width: 100%;
}

div.modul-navigation a, div.modul-navigation div.inactive {
  padding: 6px 12px;
  color: #FFFFFF;
  font-weight: 400;
  border: 2px solid #575556;
  background: #575556;
  transition: 200ms;
  line-height: 140%;
}
div.modul-navigation a.modul-navigation-overview, div.modul-navigation a.modul-navigation-overview:hover {
  background: none;
  border-color: transparent;
  color: #575556;
}
div.modul-navigation a.modul-navigation-overview:hover {
  color: #9E958E;
}
div.modul-navigation a:hover {
  background: #9E958E;
  border-color: #9E958E;
}
div.modul-navigation a.marked {
  background: #FFF;
  color: #923D30;
}
div.modul-navigation div.inactive {
  opacity: 0.1;
}
div.modul-navigation div.numall {
  width: 100%;
  margin-top: 10px;
  text-align: right;
}

/* News ------------------------------------------------------------------------- */
div.news {
  position: relative;
  margin-bottom: 50px;
}
div.news .headline2 {
  font-size: 1.5em;
  margin-bottom: 10px;
}
div.news small {
  display: inline-block;
  color: #666;
  font-size: 1em;
  padding: 0 0 5px 0;
}
div.news-image {
  position: relative;
  margin: 0 20px 5px 0;
  float: left;
  text-align: center;
}
div.news-image img {
  margin: 0;
  max-width: 100%;
}


/* Image Alignments ------------------------------------------------------------------------- */
div.image   {
  min-width:  100px;
  margin-top: 7px;
  margin-bottom: 4px;
  margin-left:  5px;
  margin-right:  14px;
}
div.image-left   {
  min-width:  100px;
  margin-top: 7px;
  margin-bottom: 4px;
  margin-left:  0;
  margin-right:  14px;
  float: left;
}
div.image-right   {
  min-width:  100px;
  margin-top: 7px;
  margin-bottom: 4px;
  margin-left:  9px;
  margin-right:  0;
  float: right;
}
div.image-center   {
  width:  100%;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 7px;
}
div.image, div.image-left, div.image-right, div.image-center {
  position: relative;
  font-size: 0.8em;
  line-height: 120%;
}
div.image img, div.image-left img, div.image-right img, div.image-center img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}
div.image-center span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc( 100% - 40px );
  padding: 14px 20px;
  color: #FFFFFF;
  background: rgba(224,165,0,0.7);
}


/* Listen ------------------------------------------------------------------------- */
ul {
  margin: 0;
  margin-top: 10px;
  margin-left: 10px;
  margin-bottom: 5px;
  padding: 0;
}
ol {
  margin: 0;
  margin-top: 10px;
  margin-left: 20px;
  margin-bottom: 5px;
  padding: 0;
}
li {
  margin: 0;
  margin-left: 15px;
  margin-bottom: 2px;
  padding: 0;
}

/* By Cybox Zeile ------------------------------------------------------------------------- */
div.by-cybox {
  position: relative;
  max-width: 1400px;
  padding: 3px 0;
  font-size: 0.9em;
  text-align: right;
  color: #CCC;
  margin: 0 auto 0;
}
div.by-cybox a:link, div.by-cybox a:visited, div.by-cybox a:focus, div.by-cybox a:hover, div.by-cybox a:active,
a.by-cybox:link, a.by-cybox:visited, a.by-cybox:hover, a.by-cybox:focus, a.by-cybox:active {
  color: #CCC;
}
div.by-cybox a:focus, div.by-cybox a:hover, div.by-cybox a:active,
a.by-cybox:hover, a.by-cybox:focus, a.by-cybox:active {
  color: #666;
}

/* Cyres Editor Fixes */
.unsichtbar, dfn {
  position:absolute;
  left:-1000px;
  top:-1000px;
  width:0;
  height:0;
  overflow:hidden;
  display:inline;
}

.clear {
  padding: 0;
  margin: 0;
  height: 0;
  width: 0;
  clear: both;
}
.scrollbar-measure {
  width: 100px;
  height: 100px;
  overflow: scroll;
  position: absolute;
  width: 44px;
  height: 32px;
  top: -9999px;
}

/* Magnific Popup - CSS */
.mfp-bg,.mfp-wrap{position:fixed;left:0;top:0}.mfp-bg,.mfp-container,.mfp-wrap{height:100%;width:100%}.mfp-container:before,.mfp-figure:after{content:''}.mfp-bg{z-index:940;overflow:hidden;background:#0b0b0b;opacity:.8;filter:alpha(opacity=80)}.mfp-wrap{z-index:942;outline:0!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;left:0;top:0;padding:0 8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-container:before{display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:943}.mfp-close,.mfp-preloader{text-align:center;position:absolute}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#CCC;top:50%;width:auto;margin-top:-.8em;left:8px;right:8px;z-index:944}.mfp-preloader a{color:#CCC}.mfp-close,.mfp-preloader a:hover{color:#FFF}.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:946;-webkit-box-shadow:none;box-shadow:none}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;right:0;top:0;text-decoration:none;opacity:.65;filter:alpha(opacity=65);padding:0 0 18px 10px;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1;filter:alpha(opacity=100)}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap}.mfp-figure,img.mfp-img{line-height:0}.mfp-arrow{position:absolute;opacity:.65;filter:alpha(opacity=65);margin:-55px 0 0;top:50%;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1;filter:alpha(opacity=100)}.mfp-arrow .mfp-a,.mfp-arrow .mfp-b,.mfp-arrow:after,.mfp-arrow:before{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:inset transparent}.mfp-arrow .mfp-a,.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow .mfp-b,.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left .mfp-a,.mfp-arrow-left:after{border-right:17px solid #FFF;margin-left:31px}.mfp-arrow-left .mfp-b,.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3F3F3F}.mfp-arrow-right{right:0}.mfp-arrow-right .mfp-a,.mfp-arrow-right:after{border-left:17px solid #FFF;margin-left:39px}.mfp-arrow-right .mfp-b,.mfp-arrow-right:before{border-left:27px solid #3F3F3F}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-image-holder .mfp-content,img.mfp-img{max-width:100%}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}.mfp-figure:after,img.mfp-img{width:auto;height:auto;display:block}img.mfp-img{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure:after{position:absolute;left:0;top:40px;bottom:40px;right:0;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}.mfp-figure small{color:#BDBDBD;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#F3F3F3;word-wrap:break-word;padding-right:36px}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.mfp-ie7 .mfp-img{padding:0}.mfp-ie7 .mfp-bottom-bar{width:600px;left:50%;margin-left:-300px;margin-top:5px;padding-bottom:5px}.mfp-ie7 .mfp-container{padding:0}.mfp-ie7 .mfp-content{padding-top:44px}.mfp-ie7 .mfp-close{top:0;right:0;padding-top:0}

/*!
 * Fotorama 4.6.4 | http://fotorama.io/license/
 */
.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__html,.fotorama__img,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video iframe{position:absolute;width:100%;height:100%;top:0;right:0;left:0;bottom:0}.fotorama--fullscreen,.fotorama__img{max-width:99999px!important;max-height:99999px!important;min-width:0!important;min-height:0!important;border-radius:0!important;box-shadow:none!important;padding:0!important}.fotorama__wrap .fotorama__grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.fotorama__grabbing *{cursor:move;cursor:-webkit-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.fotorama__spinner{position:absolute!important;top:50%!important;left:50%!important}.fotorama__wrap--css3 .fotorama__arr,.fotorama__wrap--css3 .fotorama__fullscreen-icon,.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border,.fotorama__wrap--css3 .fotorama__video-close,.fotorama__wrap--css3 .fotorama__video-play{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__caption,.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before,.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__nav,.fotorama__wrap--css3 .fotorama__spinner,.fotorama__wrap--css3 .fotorama__stage,.fotorama__wrap--css3 .fotorama__stage .fotorama__img,.fotorama__wrap--css3 .fotorama__stage__frame{-webkit-transform:translateZ(0);transform:translateZ(0)}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus,.fotorama__nav__frame{outline:0}.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after{content:'';border-radius:inherit;background-color:rgba(0,175,234,.5)}.fotorama__wrap--video .fotorama__stage,.fotorama__wrap--video .fotorama__stage__frame--video,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,.fotorama__wrap--video .fotorama__stage__shaft{-webkit-transform:none!important;transform:none!important}.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border{transition-property:-webkit-transform,width;transition-property:transform,width;transition-timing-function:cubic-bezier(0.1,0,.25,1);transition-duration:0ms}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__no-select,.fotorama__video-close,.fotorama__video-play,.fotorama__wrap{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fotorama__select{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.fotorama__nav,.fotorama__nav__frame{margin:auto;padding:0}.fotorama__caption__wrap,.fotorama__nav__frame,.fotorama__nav__shaft{-moz-box-orient:vertical;display:inline-block;vertical-align:middle;*display:inline;*zoom:1}.fotorama__nav__frame,.fotorama__thumb-border{box-sizing:content-box}.fotorama__caption__wrap{box-sizing:border-box}.fotorama--hidden,.fotorama__load{position:absolute;left:-99999px;top:-99999px;z-index:-1}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__nav,.fotorama__nav__frame,.fotorama__nav__shaft,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video-close,.fotorama__video-play{-webkit-tap-highlight-color:transparent}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url(../images/fotorama.png) no-repeat}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:2dppx){.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url(../images/fotorama@2x.png) 0 0/96px 160px no-repeat}}.fotorama__thumb{background-color:#7f7f7f;background-color:rgba(127,127,127,.2)}@media print{.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__thumb-border,.fotorama__video-close,.fotorama__video-play{background:none!important}}.fotorama{min-width:1px;overflow:hidden}.fotorama:not(.fotorama--unobtrusive)>*:not(:first-child){display:none}.fullscreen{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;margin:0!important;padding:0!important;overflow:hidden!important;background:#000}.fotorama--fullscreen{position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;float:none!important;z-index:2147483647!important;background:#000;width:100%!important;height:100%!important;margin:0!important}.fotorama--fullscreen .fotorama__nav,.fotorama--fullscreen .fotorama__stage{background:#000}.fotorama__wrap{-webkit-text-size-adjust:100%;position:relative;direction:ltr;z-index:0}.fotorama__wrap--rtl .fotorama__stage__frame{direction:rtl}.fotorama__nav,.fotorama__stage{overflow:hidden;position:relative;max-width:100%}.fotorama__wrap--pan-y{-ms-touch-action:pan-y}.fotorama__wrap .fotorama__pointer{cursor:pointer}.fotorama__wrap--slide .fotorama__stage__frame{opacity:1!important}.fotorama__stage__frame{overflow:hidden}.fotorama__stage__frame.fotorama__active{z-index:8}.fotorama__wrap--fade .fotorama__stage__frame{display:none}.fotorama__wrap--fade .fotorama__fade-front,.fotorama__wrap--fade .fotorama__fade-rear,.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active{display:block;left:0;top:0}.fotorama__wrap--fade .fotorama__fade-front{z-index:8}.fotorama__wrap--fade .fotorama__fade-rear{z-index:7}.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active{z-index:9}.fotorama__wrap--fade .fotorama__stage .fotorama__shadow{display:none}.fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0;border:none!important}.fotorama__error .fotorama__img,.fotorama__loaded .fotorama__img{-ms-filter:"alpha(Opacity=100)";filter:alpha(opacity=100);opacity:1}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img,.fotorama__img--full{display:none}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full{display:block}.fotorama__wrap--only-active .fotorama__nav,.fotorama__wrap--only-active .fotorama__stage{max-width:99999px!important}.fotorama__wrap--only-active .fotorama__stage__frame{visibility:hidden}.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active{visibility:visible}.fotorama__nav{font-size:0;line-height:0;text-align:center;display:none;white-space:nowrap;z-index:5}.fotorama__nav__shaft{position:relative;left:0;top:0;text-align:left}.fotorama__nav__frame{position:relative;cursor:pointer}.fotorama__nav--dots{display:block}.fotorama__nav--dots .fotorama__nav__frame{width:18px;height:30px}.fotorama__nav--dots .fotorama__nav__frame--thumb,.fotorama__nav--dots .fotorama__thumb-border{display:none}.fotorama__nav--thumbs{display:block}.fotorama__nav--thumbs .fotorama__nav__frame{padding-left:0!important}.fotorama__nav--thumbs .fotorama__nav__frame:last-child{padding-right:0!important}.fotorama__nav--thumbs .fotorama__nav__frame--dot{display:none}.fotorama__dot{display:block;width:4px;height:4px;position:relative;top:12px;left:6px;border-radius:6px;border:1px solid #7f7f7f}.fotorama__nav__frame:focus .fotorama__dot:after{padding:1px;top:-1px;left:-1px}.fotorama__nav__frame.fotorama__active .fotorama__dot{width:0;height:0;border-width:3px}.fotorama__nav__frame.fotorama__active .fotorama__dot:after{padding:3px;top:-3px;left:-3px}.fotorama__thumb{overflow:hidden;position:relative;width:100%;height:100%}.fotorama__nav__frame:focus .fotorama__thumb{z-index:2}.fotorama__thumb-border{position:absolute;z-index:9;top:0;left:0;border-style:solid;border-color:#00afea;background-image:linear-gradient(to bottom right,rgba(255,255,255,.25),rgba(64,64,64,.1))}.fotorama__caption{position:absolute;z-index:12;bottom:0;left:0;right:0;font-family:'Helvetica Neue',Arial,sans-serif;font-size:14px;line-height:1.5;color:#000}.fotorama__caption a{text-decoration:none;color:#000;border-bottom:1px solid;border-color:rgba(0,0,0,.5)}.fotorama__caption a:hover{color:#333;border-color:rgba(51,51,51,.5)}.fotorama__wrap--rtl .fotorama__caption{left:auto;right:0}.fotorama__wrap--no-captions .fotorama__caption,.fotorama__wrap--video .fotorama__caption{display:none}.fotorama__caption__wrap{background-color:#fff;background-color:rgba(255,255,255,.9);padding:5px 10px}@-webkit-keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fotorama__wrap--css3 .fotorama__spinner{-webkit-animation:spinner 24s infinite linear;animation:spinner 24s infinite linear}.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__stage .fotorama__img{transition-property:opacity;transition-timing-function:linear;transition-duration:.3s}.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0}.fotorama__select{cursor:auto}.fotorama__video{top:32px;right:0;bottom:0;left:0;position:absolute;z-index:10}@-moz-document url-prefix(){.fotorama__active{box-shadow:0 0 0 transparent}}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{position:absolute;z-index:11;cursor:pointer}.fotorama__arr{position:absolute;width:32px;height:32px;top:50%;margin-top:-16px}.fotorama__arr--prev{left:2px;background-position:0 0}.fotorama__arr--next{right:2px;background-position:-32px 0}.fotorama__arr--disabled{pointer-events:none;cursor:default;*display:none;opacity:.1}.fotorama__fullscreen-icon{width:32px;height:32px;top:2px;right:2px;background-position:0 -32px;z-index:20}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus{border-radius:50%}.fotorama--fullscreen .fotorama__fullscreen-icon{background-position:-32px -32px}.fotorama__video-play{width:96px;height:96px;left:50%;top:50%;margin-left:-48px;margin-top:-48px;background-position:0 -64px;opacity:0}.fotorama__wrap--css2 .fotorama__video-play,.fotorama__wrap--video .fotorama__stage .fotorama__video-play{display:none}.fotorama__error .fotorama__video-play,.fotorama__loaded .fotorama__video-play,.fotorama__nav__frame .fotorama__video-play{opacity:1;display:block}.fotorama__nav__frame .fotorama__video-play{width:32px;height:32px;margin-left:-16px;margin-top:-16px;background-position:-64px -32px}.fotorama__video-close{width:32px;height:32px;top:0;right:0;background-position:-64px 0;z-index:20;opacity:0}.fotorama__wrap--css2 .fotorama__video-close{display:none}.fotorama__wrap--css3 .fotorama__video-close{-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--video .fotorama__video-close{display:block;opacity:1}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{opacity:0}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{opacity:1}.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--video .fotorama__fullscreen-icon{opacity:0!important}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{display:none}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{display:block}.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon{display:none!important}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus){-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus){-webkit-transform:translate3d(-48px,0,0);transform:translate3d(-48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus){-webkit-transform:translate3d(48px,0,0);transform:translate3d(48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon{-webkit-transform:translate3d(32px,-32px,0)!important;transform:translate3d(32px,-32px,0)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev{-webkit-transform:translate3d(-48px,0,0)!important;transform:translate3d(-48px,0,0)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next{-webkit-transform:translate3d(48px,0,0)!important;transform:translate3d(48px,0,0)!important}.fotorama__wrap--css3 .fotorama__arr:not(:focus),.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),.fotorama__wrap--css3 .fotorama__video-close:not(:focus),.fotorama__wrap--css3 .fotorama__video-play:not(:focus){transition-property:-webkit-transform,opacity;transition-property:transform,opacity;transition-duration:.3s}.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before{content:"";display:block;position:absolute;text-decoration:none;top:0;bottom:0;width:10px;height:auto;z-index:10;pointer-events:none;background-repeat:no-repeat;background-size:1px 100%,5px 100%}.fotorama__nav:before,.fotorama__stage:before{background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 0 50%,rgba(0,0,0,.4),transparent);background-position:0 0,0 0;left:-10px}.fotorama__nav.fotorama__shadows--left:before,.fotorama__stage.fotorama__shadows--left:before{left:0}.fotorama__nav:after,.fotorama__stage:after{background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 100% 50%,rgba(0,0,0,.4),transparent);background-position:100% 0,100% 0;right:-10px}.fotorama__nav.fotorama__shadows--right:after,.fotorama__stage.fotorama__shadows--right:after{right:0}.fotorama--fullscreen .fotorama__nav:after,.fotorama--fullscreen .fotorama__nav:before,.fotorama--fullscreen .fotorama__stage:after,.fotorama--fullscreen .fotorama__stage:before,.fotorama__wrap--fade .fotorama__stage:after,.fotorama__wrap--fade .fotorama__stage:before,.fotorama__wrap--no-shadows .fotorama__nav:after,.fotorama__wrap--no-shadows .fotorama__nav:before,.fotorama__wrap--no-shadows .fotorama__stage:after,.fotorama__wrap--no-shadows .fotorama__stage:before{display:none}

.fotorama img {
  margin: 0;
}

.fotorama__thumb-border {
  border-color: #575556;
}

@media all and (min-width: 801px) {
  nav.menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
  }
  nav.menu ul li {
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0;
    background: none;
  }
  nav.menu > ul > li > a, nav.menu > ul > li > strong {
    position: relative;
    display: inline-block;
    padding: 20px 40px;
    font-weight: 300;
    color: #FFFFFF;
    cursor: pointer;
    text-transform: uppercase;
  }
  nav.menu > ul > li > a:hover, nav.menu > ul > li.opened > a, nav.menu > ul > li > a.active, nav.menu > ul > li > a.menu-list-marked, nav.menu > ul > li > strong {
    color: #B24A3B;
    background: rgba(255,255,255,0.5);
  }
  nav.menu ul li ul li.hasSub > a::after {
    display: inline-block;
    content: '';
    vertical-align: middle;
    margin-left: 10px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 7px solid transparent;
    border-top-color: #FFFFFF;
    transform: translate(0,-3px);
  }
  nav.menu ul li > ul > li.hasSub > a.active::after {
    transform: translate(0,-3px) rotate(180deg);
    border-top-color: #B24A3B;
  }
  nav.menu ul li ul li.hasSub > a:hover::after {
    border-top-color: #B24A3B;
  }

  /* Ebene 1+ */
  nav.menu > ul > li > ul {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 50%;
    min-width: 100%;
    background: #575556;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    transform: translate(-50%,0);
  }
  nav.menu > ul > li > ul li ul {
    background: #797778;
  }
  nav.menu > ul > li > ul li ul li ul {
    background: #949293;
  }
  nav.menu > ul > li > ul li ul li ul li ul {
    background: #949293;
  }
  nav.menu > ul > li > ul li {
    display: block;
  }
  nav.menu > ul > li > ul li a, nav.menu > ul > li > ul li strong {
    display: block;
    color: #FFFFFF;
    font-size: 0.9em;
    padding: 5px 40px;
    white-space: nowrap;
    text-transform: none;
  }
  nav.menu > ul > li > ul li a:hover, nav.menu > ul > li > ul li a.active, nav.menu > ul > li > ul li a.menu-list-marked, nav.menu > ul > li > ul li strong {
    color: #B24A3B;
    background: rgba(255,255,255,0.7);
  }

  /* Ebene 2+ */
  nav.menu > ul > li > ul li ul {
    display: none;
    position: relative;
    left: auto;
    bottom: auto;
  }

  nav.menu > ul > li > ul li ul li {
    display: block;
  }

}

@media all and (max-height: 900px) {
  div.style1 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media all and (max-height: 800px) {
  div.style1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media all and (max-width: 1200px) {
  div.style1 {
    padding: 60px 40px 20px 40px;
  }
  div.immobilien-detail-details-schmal1, div.immobilien-detail-details-schmal2 {
    width: 100%;
    margin: 0 0 40px 0;
  }
}


@media all and (max-width: 1000px) {
  div.style2 {
    width: calc( 50% - 20px );
    margin-bottom: 40px;
  }
  div.style3, div.style5  {
    width: calc( 50% - 20px );
  }
  div.footer-container div.style2 {
    width: 100%;
  }
  div.footer-container div.style4 {
    width: calc( 50% - 20px );
  }
}

@media all and (max-width: 800px) {
  div.logo {
    display: none;
  }
  div.logo-small {
    display: block;
  }
  div.menu-button {
    display: block;
  }
  nav.menu {
    position: fixed;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0 !important;
    z-index: 890;
    background: #FFF;
    transition: top 500ms;
  }
  nav.menu.open {
    top: 0;
  }
 
 div.immobilien-bild, div.immobilien-text {
   width: 100%;
 }
 div.immobilien-bild img {
   max-width: 400px;
 }
 div.immobilien-bild {
   margin-bottom: 40px;
   background: #EEEEEE;
   text-align: center;
 }
 
 /* Ebene 0 */
  nav.menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
  }
  nav.menu ul li {
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
    background: none;
  }
  nav.menu ul li + li {
    border-top: 1px solid rgba(0,0,0,0.1);
  }
  nav.menu ul li ul {
    border-top: 1px solid rgba(0,0,0,0.1);
  }
  nav.menu ul li ul li ul {
    border-bottom: 1px solid rgba(0,0,0,0.1);
  }
  nav.menu > ul > li a, nav.menu > ul > li strong {
    position: relative;
    display: block;
    padding: 20px 40px;
    font-weight: 300;
    font-size: 1.1em;
    color: #333333;
    cursor: pointer;
    text-align: left;
    text-transform: uppercase;
  }
  nav.menu > ul > li a:hover, nav.menu > ul > li.opened a, nav.menu > ul > li a.active, nav.menu > ul > li a.menu-list-marked, nav.menu > ul > li strong {
    color: #B24A3B;
  }
  /* Ebene 1+ */
  nav.menu > ul li ul {
    display: none;
    position: relative;
    left: auto;
    bottom: auto;
    background: rgba(0,0,0,0.05);
  }
  nav.menu > ul li ul li ul {
    background: rgba(0,0,0,0.05);
  }
  nav.menu > ul li ul li ul li ul {
    background: rgba(0,0,0,0.05);
  }
  nav.menu > ul li ul li ul li ul li ul {
    background: rgba(0,0,0,0.05);
  }
  nav.menu > ul li ul li {
    display: block;
  }
  nav.menu > ul > li > ul li a, nav.menu > ul > li > ul li strong {
    padding: 10px 10px 10px 40px;
    text-transform: none;
  }
  nav.menu ul li.hasSub > a::after {
    display: inline-block;
    content: '';
    margin-left: 10px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 7px solid transparent;
    border-top-color: #333333;
    transform: translate(0,-3px);
    vertical-align: middle;
  }
  nav.menu ul li.hasSub > a.active::after {
    transform: translate(0,-3px) rotate(180deg);
    border-top-color: #B24A3B;
  }
  nav.menu ul li.hasSub > a:hover::after {
    border-top-color: #B24A3B;
  }

  footer.footer {
    padding-bottom: 55px;
  }
}

@media all and (max-width: 600px) {
  body {
    font-size: 1rem;
  }
  .headline1 {
    font-size: 1.6em;
  }
  .headline2 {
    font-size: 1.2em;
  }
  .headline3 {
    font-size: 1.1em;
  }
  div.style1 {
    padding: 40px 20px 0 20px;
  }
  div.style2, div.style3, div.style4, div.style5 {
    width: 100%;
  }
  div.footer-container div.style4 {
    width: 100%;
  }
}
