/* open-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('/static/wgzh/fonts/open-sans-v40-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: url('/static/wgzh/fonts/open-sans-v40-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/static/wgzh/fonts/open-sans-v40-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('/static/wgzh/fonts/open-sans-v40-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url('/static/wgzh/fonts/open-sans-v40-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 500;
  src: url('/static/wgzh/fonts/open-sans-v40-latin-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('/static/wgzh/fonts/open-sans-v40-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: url('/static/wgzh/fonts/open-sans-v40-latin-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('/static/wgzh/fonts/open-sans-v40-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url('/static/wgzh/fonts/open-sans-v40-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('/static/wgzh/fonts/open-sans-v40-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-800italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: url('/static/wgzh/fonts/open-sans-v40-latin-800italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

.offcanvas .nav-item .nav-link {
  border-top: 2px solid #d3d3d3;
  font-weight: 700;
}
.offcanvas .nav-item:first-child .nav-link {
  border-top: 0;
}



* {
  padding: 0;
  margin: 0;
}

:root {
  --page_padding: 55px;
  --design_blau: #1a2c4e;
}

body {
  background-color: #fff;
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}



h1, h2, h3, h4, h5 {
  hyphens: auto;
}



.sticky-header {
  position: sticky;
  top: 0;
  background-color: #fff;
  padding: 28px 0;
  text-align: center;
  z-index: 500;
}

#mobile-header {
  display: none;
}

#header-wrap {
  max-width: calc(2000px + var(--page_padding) + var(--page_padding));
  width: 100%;
  margin: 0 auto;
  padding: 0 var(--page_padding);
  display: flex;
  height: 85px;
  gap: 15%;
}

#header-logo {
  flex: 0 0 300px;
  text-align: right;
}

#header-logo a {
  display: inline-block;
}

#header-logo img {
  display: block;
  width: 222px;
}

#header-navigation {
  flex-grow: 1;
}

#navigation {
  font-size: 1.4rem;
  font-weight: 700;
  padding-top: 27px;
}
#navigation .nav-link {
  color:  var(--design_blau);
}


#content {
  max-width: calc(2000px + var(--page_padding) + var(--page_padding));
  width: 100%;
  margin: 0 auto;
  padding: 0 var(--page_padding);
  position: relative;
}


#start-gallerie-wrap {
  padding-left: 3.9%;
  padding-right: 8.4%;
  padding-top: 23px;
}

#start-gallerie-flex {
  display: flex;
  align-items: center;
  gap: 69px;
}

#start-gallerie-text {
  /* flex: 0 0 591px; */
  flex: 0 0 33.7%;
  padding-bottom: 130px;
}

#start-gallerie-text h1 {
  font-weight: 700;
}

#start-gallerie-text-content {
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 16px;
  font-size: 1.2rem;
}

#start-gallerie-bilder {
  flex-grow: 1;
  position: relative;
  padding-top: 111px;
}
.gallery-container-shadow {
  position: absolute;
  width: 100%;
  height: calc(100% - 111px);
  left: -312px;
  top: 0;
  background-color: #f1f1f1;
  z-index: -1;
}

.gallery-container {
  position: relative;
  width: 100%;
  max-width: 1093px;
  height: 729px;
  overflow: hidden;
}

.galleryslides {
  position: absolute;
  width: 100%;
  height: 100%;
}
.galleryslide {
  position: absolute;
  width: 100%;
  max-width: 1093px;
  height: 729px;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.galleryslide.active {
  opacity: 1;
}
.controls {
  padding-top: 10px;
  display: flex;
  gap: 15px;
  justify-content: center;
}
.controls button {
  flex: 0 0 40px;
}




#startboxen-container {
  padding-left: 6.3%;
  padding-right: 4.6%;
  padding-top: 130px;
}

#startboxen-top {
  display: flex;
  justify-content: space-between;
}

#startboxen-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 90px;
  padding-bottom: 200px;
}

#startboxen-top > div:nth-child(1){
  flex: 0 0 46.8%;
}

#startboxen-top > div:nth-child(2){
  flex: 0 0 29.8%;
}



#startboxen-bottom > div:nth-child(1){
  flex: 0 0 32.27%;
}

#startboxen-bottom > div:nth-child(2){
  flex: 0 0 49.78%;
  padding-top: 170px;
}

#startboxen-bottom .startbox-container:nth-child(1) .startbox {
  flex-direction: column;
}

#startboxen-bottom .startbox-container:nth-child(1) .startbox-text {
  order: 2;
  max-width: 394px;
  padding-left: 10%;
}
#startboxen-bottom .startbox-container:nth-child(1) .startbox-bild {
  order: 1;
}


#startboxen-bottom .startbox-container:nth-child(2) .startbox-text {
  order: 2;
  flex-grow: 1;
  padding-top: 16%;
}
#startboxen-bottom .startbox-container:nth-child(2) .startbox-bild {
  order: 1;
  flex: 0 0 52.31%;
}


#startboxen-bottom .startbox-container:nth-child(1) .startbox-bild {
  padding-right: 18.43%;
}

#startboxen-bottom .startbox-container:nth-child(1) .startbox-bild img {
  max-width: 467px;
  display: block;
  width: 100%;
}

#startboxen-bottom .startbox-container:nth-child(2) .startbox-bild img {
  max-width: 464px;
  display: block;
  width: 100%;
}



#startboxen-header {
  padding-left: 26.5%;
  padding-bottom: 130px;
}

#startboxen-header > div p {
  font-weight: bold;
}

#startboxen-header > div p:last-child {
  margin-bottom: 0;
}

#startboxen-header h2 {
  font-weight: 700;
  font-size: 2.5rem;
}
#startboxen-header p {
  font-size: 1.2rem;
}

#startboxen-top .startbox-container:nth-child(1) .startbox-text {
  padding-top: 35px;
  flex-grow: 1;
}

#startboxen-top .startbox-container:nth-child(1) .startbox-bild {
  flex: 0 0 51.08%;
}

#startboxen-top .startbox-container:nth-child(1) .startbox-bild img {
  display: block;
  max-width: 426px;
  width: 100%;
}

#startboxen-top .startbox-container:nth-child(2) .startbox {
  flex-direction: column;
}

#startboxen-top .startbox-container:nth-child(2) .startbox-text {
  order: 2;
  padding-left: 11.46%;
  padding-right: 12.85%;
}
#startboxen-top .startbox-container:nth-child(2) .startbox-bild {
  order: 1;
  padding-left: 17.71%;
}

#startboxen-top .startbox-container:nth-child(2) .startbox-bild img {
  display: block;
  max-width: 429px;
  width: 100%;
  margin-left: auto;
}

.startbox {
  display: flex;
  gap: 50px;
}

.startbox-text h3 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 2.5rem;
}

.startbox-text p {
  font-weight: bold;
  font-size: 1.2rem;
}

.startbox-text p:last-child {
  margin-bottom: 0;
}

.startbox-button {
  padding-top: 1rem;
}


#startboxen-top .startbox-container:nth-child(1) .startbox-wrap {
  padding-bottom: 40px;
}
.startbox-wrap {
  position: relative;
}
.startbox-container-background {
  position: absolute;
  background-color: #f1f1f1;
  z-index: -1;
}


#startboxen-top .startbox-container:nth-child(1) .startbox-container-background {
  top: 21.39%;
  height: calc(100% - 21.39%);
  left: 14.99%;
  width: 59.95%;
}

#startboxen-top .startbox-container:nth-child(2) .startbox-container-background {
  width: 94.34%;
  top: 8.8%;
  height: 79.31%;
}

#startboxen-bottom .startbox-container:nth-child(1) .startbox-container-background {
  top: 9.77%;
  height: calc(100% - 9.77% - 18.2%);
  left: 13.04%;
  width: calc(100% - 13.04%);
}


#startboxen-bottom .startbox-container:nth-child(2) .startbox-container-background {
  left: 29.88%;
  width: calc(100% - 29.88% - 13.87%);
  top: 12.99%;
  height: 75%;
}



#numbers {
  display: flex;
  justify-content: space-around;
  text-align: center;
  padding-bottom: 160px;
}

.number-count {
  font-size: 2.5rem;
  font-weight: 700;
}
.number-name {
  font-weight: 700;
  padding-top: 28px;
  font-size: 1.2rem;
}
.number-text {
  padding-top: 28px;
}



footer {
  background-color: #1a2c4e;
  color: #fff;
}

#footer {
  max-width: 1753px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 20px;
}

#footer-headline h4 {
  font-size: 2.8rem;
  font-weight: 300;
  text-transform: uppercase;
}

#footer a, #footer a:visited, #footer a:link, #footer a:hover {
  color: #fff;
}

#footer-content {
  display: grid;
  grid-template-columns: 1fr 190px;
  grid-template-rows: 1fr;
  grid-column-gap: 22.25%;
}

#footer-infos-flex {
  display: flex;
  gap: 21%;
}

#footer-copyright {
  padding-top: 1rem;
}

#footer-links {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-transform: uppercase;
  padding-top: 5px;
}

.footer-info {
  flex: 0 0 300px;
}





#floating-menu {
  
  font-size: 1.1rem;
  position: fixed;
  right: 20px;
  top: calc(100vh / 2 - 300px / 2 - 141px);
  /*
    300px == floating-menu height
    141px == Header height
  */
  width: 50px;
  overflow-x: hidden;
  transition: width 0.5s ease;
  height: 372px;
}

#floating-menu-content {
  display: grid;
  grid-template-columns: 50px 10px 200px;
  position: relative;
  padding-top: 72px;
}
#floating-menu-button {
  border: 0;
  background-color: transparent;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(5, 60px);
  color: #1a2c4e;
  background-color: #fff;
  font-size: 1.5rem;
}
#floating-menu-links {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(5, 60px);
  background-color: #fff;
  opacity: 1;
}

#floating-menu-spacer {
  background-color: #fff;
}

#floating-menu-button > div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

#floating-menu-links > div {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 5px;
}

#floating-menu-links > div > a > *:first-child {
  width: 24px;
}

#floating-menu-closebtn {
  position: absolute;
  width: 72px;
  height: 72px;
  background-color: #fff;
  top: 0;
  right: calc(200px / 2 - 72px / 2);
}

#floating-menu-closebtn button {
  border: 0;
  background-color: transparent;
  font-size: 3rem;
  color: #1a2c4e;
  width: 100%;
}
.fade-in {
  opacity: 1;
  transition: opacity 0.5s ease-in;
  display: block;
}
.fade-in-hidden {
  opacity: 0;
  transition: opacity 0.2s ease-in;
  display: none;
}
#floating-menu-links.floating-menu-hidden {
  opacity: 0;
  transition: opacity 0.5s ease-in;
  display: none;
}







#immobilien {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 75px;
  grid-row-gap: 75px;
}
.immobilie {
  text-align: center;
  position: relative;
}
.immobilie-bild {
  position: relative;
  display: block;
  -webkit-box-shadow: -10px -10px 0px 1px #F1F1F1; 
  box-shadow: -10px -10px 0px 1px #F1F1F1;
}
.immobilie-bild img {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.immobile-werte {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  padding-top: 15px;
  
}
.immobile-wert > div:nth-child(1){
  font-weight: bold;
}
.immobilie-strasse {
  padding-top: 15px;
}
.immobilie-button {
  padding-top: 15px;
}


#immocarousel .carousel-item img {
  height: 564px;
  object-fit: cover;
}
#immo-details-informationen {
  padding-top: 50px;
}
.immo-details-info-headline {
  text-transform: uppercase;
}
.immo-details-infos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}

.immo-details-info-daten {
  display: table;
  width: 100%;
}
.immo-details-daten-row {
  display: table-row;
}
.immo-details-daten-cell {
  display: table-cell;
  padding: 3px 0;
}
.cell-left {
  padding-right: 10px;
}
.info-daten-kosten {
  width: auto;
}
.info-daten-kosten .cell-left {
  width: 180px;
}
.info-daten-kosten .cell-right {
  width: 100px;
  text-align: right;
}






.ansprechpartner-kategorie + .ansprechpartner-kategorie {
  padding-top: 75px;
}
.ansprechpartner-kategorie-personen {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  padding-top: 10px;
}
.asp-bild {
  position: relative;
}
.asp-bild-background {
  position: absolute;
  left: 10px;
  top: -10px;
  z-index: -1;
  background-color: #f1f1f1;
  width: 85%;
  height: 100%;
  display: none;
}
.asp-bild img {
  display: block;
  width: 75%;
  margin: 0 auto;
  box-shadow: -10px -10px 0px 1px #F1F1F1;
}
.asp-name {
  text-align: center;
}
.asp-name h3 {
  hyphens: none !important;
}

.asp-informationen {
  text-align: center;
}
.asp-kontakt {
  text-align: center;
}
.aps-kontakt-tel, .aps-kontakt-fax, .aps-kontakt-mail {
  padding-top: 10px;
}
.asp-daten {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.asp-infos {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: 1rem;
  padding-top: 1rem;
  padding-left: 5px;
  padding-right: 5px;
}





.zahlen-und-fakten-tabelle + .zahlen-und-fakten-tabelle {
  padding-top: 75px;
}

.zahlen-und-fakten .content-table {
  width: 100%;
  border: 0;
}

.zahlen-und-fakten .content-table td {
  width: 50%;
}

.content-table tr:nth-child(odd) td {
  background-color: #f1f1f1;
}

.content-table td, .content-table th {
  vertical-align: top;
  padding: 8px 10px;
}

.content-table td p:last-child {
  margin-bottom: 0;
}

.wohnungsbestand .content-table {
  width: 100%;
}

.wohnungsbestand .content-table td {
  width: 33.33333%;
}



/* Consent Banner */
#consent-banner { position: fixed; bottom: 0; left: 0; width: 100%; background-color: rgba(0,0,0,0.85); z-index: 5000; color: #fff; font-size: 11pt; }
#consent-banner, #consent-banner * { box-sizing: border-box; }
#consent-banner-center { max-width: 1000px; padding: 10px; display: flex; gap: 35px; margin: 0 auto; }
#consent-banner-left { flex-grow: 1; }
#consent-banner-right { flex: 0 0 175px; }

#content-banner-buttons { display: flex; flex-direction: column; gap: 8px; }
.consent-banner-button > button { width: 100%; }

#consent-banner-text { padding-bottom: 10px; }
#consent-banner-links { display: flex; gap: 20px; }
#consent-banner-links a, #consent-banner-links a:hover { text-decoration: underline; font-weight: bold; color: #c3c3c3; }

#consent-banner-checkboxen { display: flex; gap: 30px; padding-top: 10px; flex-wrap: wrap; }

.cb-btn { background-color: #3c2353; color: #fff; border: 1px solid #d3d3d3; border-radius: 3px; padding: 6px; cursor: pointer; }
.form-check { display: flex; gap: 5px; }


.consent-banner-unblock-info { background-color: #F1F1F1; text-align: center; padding: 15px; }
.consent-banner-unblock-info-text p { padding-bottom: 0; margin-bottom: 0; }
.consent-banner-unblock-info-link { padding-top: 10px; }
.consent-banner-unblock-info-button { padding-top: 15px; }


@media screen and (max-width: 1024px){
  #consent-banner-center { flex-direction: column; gap: 15px; }
  #consent-banner-left { flex: 0 0 100%; }
  #consent-banner-right { flex: 0 0 auto; }
  #content-banner-buttons { flex-direction: row; justify-content: center; }
  .consent-banner-button { flex: 0 0 175px; }
}
@media screen and (max-width: 768px){
  #content-banner-buttons { flex-direction: column; gap: 12px; }
  .consent-banner-button { flex: 0 0 auto; }
}
@media screen and (max-width: 450px){
  #content-banner-buttons { flex-direction: column; gap: 10px; }
  .consent-banner-button { flex: 0 0 auto; }
}
/* Consent Banner */

.cookie-informationen { display: table; box-sizing: border-box; padding-bottom: 25px; }
.cookie-informationen * { box-sizing: border-box; }
.cookie-row { display: table-row; }
.cookie-info-name { display: table-cell; vertical-align: top; white-space: nowrap; padding: 0 0 5px 0; font-weight: bold; font-style: italic; }
.cookie-info-text { display: table-cell; vertical-align: top; padding: 0 0 5px 10px; }
.cookie-info-text p:last-child { margin-bottom: 0; }

.iframe-daten-info { text-align: center; background-color: rgb(0 0 0 / 15%); padding: 4% 2%; }




#inhalt {
  display: flex;
  gap: 100px;
  max-width: 1500px;
  margin: 0 auto;
  width: 100%;
  /* min-height: 800px; */
  padding-top: 50px;
  padding-bottom: 50px;
}

#inhalt-main {
  flex-grow: 1;
}

#inhalt-aside {
  flex: 0 0 400px;
}

#inhalt-aside section + section {
  padding-top: 70px;
}

.imgleft {
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
}
.imgright {
  float: right;
  margin-left: 30px;
  margin-bottom: 20px;
}
.clear {
  clear: both;
}
.absatz-buttons {
	display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 1rem;
}

.bildgala {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}
.bildgala img {
  display: block;
  width: 100%;
}


.img-container, .img-container a {
  position: relative;
  display: block;
}
.img-icon {
	position: absolute;
  right: 5px;
  bottom: 5px;
  background-color: #1a2c4e;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 35px;
  border: 1px solid #fff;
}
.img-icon svg {
  color: #fff;
}

.inh-abs-titel {
  padding-bottom: 0.5rem;
}

.bildgala + .absatz-buttons {
  padding-top: 2rem;
}
.inh-abs-text + .bildgala {
  padding-top: 1rem;
}
.inh-abs-text + .absatz-buttons {
  padding-top: 0.5rem;
}
.content-element + .content-element {
  margin-top: 3rem;
}



.infobox {
  position: relative;
}
.infobox-content-background {
  position: absolute;
  z-index: -1;
  background-color: #f1f1f1;
  width: 94.34%;
  top: 8.8%;
  height: 75%;
}
.infobox-container {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.infobox-text {
  order: 2;
  padding-left: 11.46%;
  padding-right: 12.85%;
}
.infobox-bild {
  order: 1;
  padding-left: 17.71%;
}
.infobox-bild img {
  display: block;
  width: 100%;
  margin-left: auto;
}



#mobile-menu-logo {
  display: block;
  width: 70%;
}

@media screen and (max-width: 1800px){
  #start-gallerie-text {
    padding-left: 17px;
  }
}


@media screen and (max-width: 1700px){
  #start-gallerie-text {
    padding-left: 0;
  }
  #header-wrap {
    gap: 8%;
  }
  #header-logo {
    text-align: left;
    flex: 0 0 222px;
  }
  #start-gallerie-wrap {
    padding-left: 0;
    padding-right: 4%;
  }
  #startboxen-container {
    padding-left: 0;
    padding-right: 4%;
  }
}

@media screen and (max-width: 1600px){
  .gallery-container {
    height: 585px;
  }
  .galleryslide {
    height: 585px;
  }
  #start-gallerie-text {
    padding-bottom: 25px;
  }
}

@media screen and (max-width: 1500px){
  /* umstellen auf Mobile Header */
  .sticky-header {
    display: none;
  }
  #mobile-header {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 500;
  }
  #mobile-header-logo img {
    display: block;
    height: 50px;
  }
  #mobile-header-navigation a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28pt;
    height: 50px;
    width: 50px;
  }
  #start-gallerie-wrap {
    padding-right: 0;
  }
  #startboxen-container {
    padding-right: 0;
  }
  .gallery-container {
    height: 520px;
  }
  .galleryslide {
    height: 520px;
  }
  #start-gallerie-text {
    padding-bottom: 0;
  }
  #startboxen-top .startbox-container:nth-child(1) .startbox {
    flex-direction: column;
  }
  #startboxen-top .startbox-container:nth-child(1) .startbox-bild {
    order: 1;
  }
  #startboxen-top .startbox-container:nth-child(1) .startbox-text {
    order: 2;
  }
  #startboxen-top > div:nth-child(1), #startboxen-top > div:nth-child(2) {
    flex: 0 0 45%;
  }
  #startboxen-bottom .startbox-container:nth-child(2) .startbox {
    flex-direction: column;
  }
  #startboxen-bottom > div:nth-child(1), #startboxen-bottom > div:nth-child(2) {
    flex: 0 0 45%;
  }
  #startboxen-bottom .startbox-container:nth-child(2) .startbox-text {
    padding-top: 0;
  }
  #startboxen-top .startbox-container:nth-child(1) .startbox-container-background {
    top: 8.8%;
    height: 79.31%;
    width: 94.34%;
    left: 5%;
  }
  #startboxen-bottom .startbox-container:nth-child(1) .startbox-container-background {
    top: 8.8%;
    height: 79.31%;
    width: 94.34%;
    left: 5%;
  }
  #startboxen-bottom .startbox-container:nth-child(2) .startbox-container-background {
    left: 0;
    width: 94.34%;
    top: 8.8%;
    height: 79.31%;
  }
  #startboxen-bottom .startbox-container:nth-child(2) .startbox-bild {
    padding-left: 17.71%;
  }
  #startboxen-bottom .startbox-container:nth-child(2) .startbox-bild img {
    margin-left: auto;
  }
  #startboxen-bottom .startbox-container:nth-child(2) .startbox-text {
    padding-left: 11.46%;
    padding-right: 12.85%;
  }
  #floating-menu {
    right: 0;
  }
}


@media screen and (max-width: 1400px){
  .gallery-container {
    height: 475px;
  }
  .galleryslide {
    height: 475px;
  }
  #footer-infos-flex {
    gap: 0;
    justify-content: space-between;
  }
  #footer-content {
    gap: 15%;
  }
  #inhalt {
    display: block;
  }
  #inhalt-aside {
    padding-top: 100px;
  }
  #inhalt-aside aside {
    display: flex;
    gap: 70px;
    row-gap: 70px;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  #inhalt-aside aside section {
    max-width: 400px;
    width: 100%;
  }
  #inhalt-aside section + section {
    padding-top: 0;
  }
  .ansprechpartner-kategorie-personen {
    grid-template-columns: repeat(4, 1fr);
  }
}


@media screen and (max-width: 1300px){
  .gallery-container {
    height: 430px;
  }
  .galleryslide {
    height: 430px;
  }
  #startboxen-bottom > div:nth-child(2) {
    padding-top: 100px;
  }
}


@media screen and (max-width: 1200px){
  .gallery-container {
    height: 650px;
  }
  .galleryslide {
    height: 650px;
  }
  #start-gallerie-flex {
    flex-direction: column;
    align-items: flex-start;
  }
  #start-gallerie-text {
    order: 2;
    flex: 0 0 auto;
  }
  #start-gallerie-bilder {
    order: 1;
    flex: 0 0 auto;
    width: 100%;
    padding-top: 40px;
  }
  .gallery-container-shadow {
    left: -40px;
    height: calc(100% - 80px);
    top: 0;
  }
  .ansprechpartner-kategorie-personen {
    grid-template-columns: repeat(3, 1fr);
  }
}


@media screen and (max-width: 1100px){
  #footer-content {
    display: block;
  }
  #footer-links {
    padding-top: 2rem;
    flex-direction: row;
    gap: 2rem;
    row-gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
  }
  #footer-copyright {
    text-align: center;
  }
  .gallery-container {
    height: 582px;
  }
  .galleryslide {
    height: 582px;
  }
}


@media screen and (max-width: 1000px){
  :root {
    --page_padding: 15px;
  }
  .gallery-container {
    height: 630px;
  }
  .galleryslide {
    height: 630px;
  }
  #numbers {
    flex-wrap: wrap;
    gap: 80px;
  }
  #startboxen-top, #startboxen-bottom {
    display: block
  }
  #startboxen-header {
    padding-left: 0;
    padding-bottom: 40px;
  }
  #startboxen-header h2 {
    font-size: calc(1.325rem + 0.9vw);
  }
  .startbox-text h3 {
    font-size: calc(1.3rem + 0.6vw);
  }
  .startbox-text {
    text-align: center;
  }
  .startbox-text p {
    font-size: 1rem;
  }
  #startboxen-top .startbox-container:nth-child(1) .startbox-wrap {
    padding-bottom: 0;
    margin-bottom: 80px;
  }
  #startboxen-bottom {
    padding-top: 80px;
  }
  #footer {
    padding: 30px 15px;
  }
  #floating-menu {
    display: none;
  }
  #start-gallerie-bilder {
    padding-top: 15px;
  }
  .gallery-container-shadow {
    left: -15px;
    height: calc(100% - 60px);
  }
  .startbox {
    padding: 30px 15px;
  }
  .startbox-container-background {
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
  }
  .startbox-bild img {
    margin: 0 auto;
  }
  #startboxen-top .startbox-container:nth-child(2) .startbox-bild {
    padding-left: 0;
  }
  #startboxen-bottom .startbox-container:nth-child(1) .startbox-bild {
    padding-right: 0;
  }
  #startboxen-bottom .startbox-container:nth-child(2) .startbox-bild {
    padding-left: 0;
  }
  #startboxen-bottom .startbox-container:nth-child(1) .startbox-text {
    padding-left: 0;
    max-width: 100%;
  }
  #startboxen-top .startbox-container:nth-child(1) .startbox-text {
    padding-top: 0;
  }
  #startboxen-top .startbox-container:nth-child(1) .startbox-bild img {
    max-width: 426px;
  }
  #startboxen-top .startbox-container:nth-child(2) .startbox-bild img {
    max-width: 426px;
  }
  #startboxen-bottom .startbox-container:nth-child(1) .startbox-bild img {
    max-width: 426px;
  }
  #startboxen-bottom .startbox-container:nth-child(2) .startbox-bild img {
    max-width: 426px;
  }
  .infobox-content-background {
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
  }
  .infobox-container {
    padding: 30px 15px;
  }
  .infobox-bild {
    padding-left: 0;
  }
  .infobox-bild img {
    max-width: 426px;
    margin: 0 auto;
  }
  .infobox-text {
    padding: 0;
    text-align: center;
  }
  #inhalt-aside aside section {
    max-width: 100%;
  }
  #inhalt {
    min-height: 100px;
  }
  .wohnungsbestand thead {
    display: none;
  }
  .wohnungsbestand .content-table tr {
    display: block;
  }
  .wohnungsbestand .content-table td {
    display: block;
    width: 100%;
  }
  .wohnungsbestand .content-table tbody tr {
    padding-bottom: 20px;
  }
  .wohnungsbestand .content-table tbody tr:last-child {
    padding-bottom: 0;
  }
}


@media screen and (max-width: 850px){
  #immobilien {
    grid-template-columns: 1fr;
  }
  .immobilie-bild img {
    height: auto;
  }
  .ansprechpartner-kategorie-personen {
    grid-template-columns: repeat(2, 1fr);
  }
}


@media screen and (max-width: 765px){
  #footer-infos-flex {
    display: block;
  }
  #footer-copyright {
    padding-top: 2rem;
  }
  .gallery-container {
    height: 350px;
  }
  .galleryslide {
    height: 350px;
  }
  .bildgala {
    grid-template-columns: repeat(3, 1fr)
  }
  .imgleft {
    float: none;
    width: 100% !important;
    margin-right: 0;
  }
  .imgright {
    float: none;
    width: 100% !important;
    margin-left: 0;
  }
  .immobilie-bild img {
    height: auto;
  }
  .immo-details-infos {
    grid-template-columns: repeat(1, 1fr);
  }
  .info-daten-kosten .cell-left, .info-daten-kosten .cell-right {
    width: auto;
  }
  .info-daten-kosten {
    width: 100%;
  }
  #immocarousel .carousel-item img {
    height: 450px;
  }
  .gebaeude-daten {
    flex-direction: column;
    gap: 0;
  }
  .ansprechpartner-kategorie-personen {
    grid-template-columns: 1fr;
  }
  .zahlen-und-fakten .content-table tr {
    display: block;
  }
  .zahlen-und-fakten .content-table td {
    display: block;
    width: 100%;
  }
  .zahlen-und-fakten .content-table tbody tr {
    padding-bottom: 20px;
  }
  .zahlen-und-fakten .content-table tbody tr:last-child {
    padding-bottom: 0;
  }
  .content-table tbody tr td:first-child {
    font-weight: bold;
  }
  .zahlen-und-fakten-tabelle + .zahlen-und-fakten-tabelle {
    padding-top: 125px;
  }
  .asp-bild img {
    width: 45%;
  }
  
}

@media screen and (max-width: 550px){
  .bildgala {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media screen and (max-width: 450px){
  .gallery-container {
    height: 220px;
  }
  .galleryslide {
    height: 220px;
  }
}



#designbody { background: none; background-color: #fff !important; color: #1b1b1b; font-size: 10pt; font-weight: 400; font-family: Arial, Sans-serif; }
#designbody ul, ol { padding-left: 21px; }
#designbody p { padding-bottom: 1rem; }
.mceContentBody { padding-top: 0!important; }
