/* 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/wgwhr/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/wgwhr/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/wgwhr/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/wgwhr/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/wgwhr/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/wgwhr/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/wgwhr/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/wgwhr/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/wgwhr/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/wgwhr/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/wgwhr/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/wgwhr/fonts/open-sans-v40-latin-800italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


.map-content {
  max-width: 300px;
}
.map-street h3 {
  font-size: 1.1rem;
}
.map-image img {
  display: block;
  width: 200px;
  height: 200px;
}

.leaflet-popup-content p {
  margin-bottom: 1rem;
  margin-top: 0;
}
.leaflet-popup-content p:last-child {
  margin-bottom: 0;
}
.map-image + .map-information {
  padding-top: 1rem;
}
.gebaeude-daten {
  display: flex;
  gap: 50px;
}
.gebaeude-text {
  flex-grow: 1;
}
.gebaeude-bild {
  flex: 0 0 33%
}
.gebaeude-bild a {
  display: block;
  position: relative;
}
.gebaeude-bild img {
  display: block;
  width: 100%;
}

.accordion-item + .accordion-item {
  margin-top: 10px;
}


* {
  padding: 0;
  margin: 0;
}

:root {
  --abstand_links_rechts: 12.27%;
}


#navigation .dropdown-item.active, #navigation .dropdown-item:active {
  background-color: #4c4444;
}
.accordion-button {
  font-weight: 700;
}

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 {
  font-weight: 300;
}

#page {
  min-height: 100vh;
  width: 100%;
  position: relative;
  padding: 0 20px;
}

#header {
  position: -webkit-sticky;
  position: sticky;
  top: -49px;
  z-index: 10000;
  background-color: #fff;
  padding-bottom: 6px;
  margin-left: -20px;
  width: calc(100% + 40px);
}

.wrap {
  max-width: 1858px;
  width: 100%;
  margin: 0 auto;
}

#header-top {
  padding-top: 4px;
  padding-bottom: 7px;
}

#header-top .wrap {
  padding: 0 20px;
  max-width: 1898px;
}

#header-top-buttons {
  display: flex;
  justify-content: flex-end;
}

#header-phone a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

#header-search {
  width: var(--abstand_links_rechts);
  text-align: right;
}

#header-bottom {
  padding-top: 10px;
}

#header-bottom .wrap {
  position: relative;
  padding: 0 20px;
  max-width: 1898px;
}

#header-bottom-elements {
  padding: 0 var(--abstand_links_rechts);
  min-height: 50px;
  display: flex;
  gap: 8.55%;
  align-items: flex-start;
}

#logo {
  flex: 0 0 246px;
}
#logo img {
  display: block;
  width: 100%;
}

#navigation {
  padding-top: 52px;
  font-size: 1.2rem;
  flex-grow: 1;
}
.navbar-nav {
  justify-content: space-between;
  width: 100%;
}
.nav-link {
  color: #000;
}

#header-lang-link {
  position: absolute;
  right: 20px;
  bottom: 7px;
}



#startbild {
  max-width: 1925px;
  width: 100%;
  margin: 0 auto;
  padding-top: 50px;
  position: relative;
}

#startbild img {
  display: block;
  width: 100%;
}

#startbild-container {
  max-width: 1925px;
  width: 100%;
  margin: 0 auto;
  padding: 0 35px 0 30px;
}

.startbild-rahmen {
  position: absolute;
  background-color: #ad062e;
}

#startbild-tl {
  top: 36px;
  left: 0;
  height: 14px;
  width: 7.79%;
}

#startbild-l {
  height: 46.06%;
  width: 30px;
  left: 0;
  top: 36px;
}

#startbild-tr {
  top: 22px;
  right: 0;
  height: 28px;
  width: 14.03%;
}

#startbild-r {
  right: 0;
  top: 22px;
  height: calc(100% - 6px);
  width: 35px;
}

#startbild-br {
  right: 0;
  bottom: -16px;
  height: 16px;
  width: 27.32%;
}


#start-content {
  padding: 52px var(--abstand_links_rechts) 0 var(--abstand_links_rechts);
}

#einleitung {
  background-color: #f5f7f9;
  position: relative;
  text-align: center;
}

#einleitung h1 {
  text-transform: uppercase;
  padding: 34px 25px 0 25px;
}

.einleitung-text {
  padding: 25px;
}

.einleitung-rahmen {
  position: absolute;
  background-color: #ad062e;
}

#einleitung-tl {
  top: 0;
  left: 0;
  height: 4px;
  width: 11.75%;
}

#einleitung-l {
  top: 0;
  left: 0;
  height: 100%;
  width: 10px;
}

#einleitung-r {
  right: 0;
  bottom: 0;
  width: 10px;
  height: 44.87%;
}

#einleitung-bl {
  left: 0;
  bottom: 0;
  height: 9px;
  width: 6.05%;
}

#einleitung-br {
  right: 0;
  bottom: 0;
  height: 5px;
  width: 3.35%;
}



#start-boxen {
  display: flex;
  gap: 9.47%;
  padding: 52px var(--abstand_links_rechts) 0 var(--abstand_links_rechts);
}
#start-boxen-links {
  flex-grow: 1;
}
#start-boxen-rechts {
  flex: 0 0 395px;
}

.start-boxen-links-container {
  display: flex;
  justify-content: space-between;
}

.start-boxen-links-container .start-box {
  max-width: 357px;
  width: 100%;
}

.start-box-headline {
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 50px;
}

.ifb-image img {
  display: block;
  width: 100%;
}
.ifb-titel {
  text-transform: uppercase;
  text-align: center;

}
.ifb-text {
  text-align: center;
}
.ifb-text p:last-child {
  margin-bottom: 0;
}
.ifb-link {
  text-align: center;
}
.ifb-link a {
  text-transform: uppercase;
  font-weight: bold;
}

.infobox {
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding-bottom: 20px;
}
.start-box .infobox {
  height: 100%;
  justify-content: space-between;
}


.start-box-rechts {

}

.acc-link {
  text-align: right;
}
.acc-link a {
  text-transform: uppercase;
  font-weight: bold;
}


#footer {
  background-color: #4c4444;
  margin-top: 50px;
  position: relative;
  margin-left: -20px;
  width: calc(100% + 40px);
}
#footer-content {
  padding: 30px var(--abstand_links_rechts);
  display: flex;
  justify-content: space-between;
  color: #fff;
}
#footer-content > div:nth-child(1) {
  flex: 0 0 392px;
}
#footer-content > div:nth-child(2) {
  flex: 0 0 470px;
}
#footer-content > div:nth-child(3) {
  flex: 0 0 170px;
  padding-top: 60px;
  text-transform: uppercase;
}

#footer-content > div:nth-child(3) a {
  color: #fff;
}
#footer-content > div:nth-child(3) a:hover, #footer-content > div:nth-child(3) a:active {
  color: rgb(211 211 211);
}


.footer-headline {
  text-transform: uppercase;
  padding-bottom: 10px;
}
.footer-headline h5 {
  font-size: 1.6rem;
  font-weight: 600;
}
#copyright {
  color: #fff;
  text-align: center;
  padding-bottom: 30px;
}

.content-infobox {
  max-width: 350px;
  width: 100%;
}

.content-infobox + .content-infobox {
  padding-top: 50px;
}



/* 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: rgb(54 54 54 / 75%); color: #fff; font-size: 11pt; 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%; }








#content {
  padding: 50px var(--abstand_links_rechts);
  display: flex;
  gap: 50px;
}
#content-main {
  flex-grow: 1;
}
#content-aside {
  flex: 0 0 350px;
}

.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: #ad062e;
  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: 2rem;
}



.dokucenter-kategorie h3 {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
}
.dokucenter-kategorie h3 > span:first-child svg {
  width: 20px;
}
.dokucenter-dokument {
  border-bottom: 1px solid var(--bs-border-color);
}
.dokucenter-dokument:last-child {
  border-bottom: 0;
}
.dokucenter-dokument a {
  display: block;
  padding: 8px 0;
}


.content-element ul > li {
  padding-bottom: 1rem;
}
.content-element ul > li:last-child {
  padding-bottom: 0;
}

.asp-liste section {
  padding-bottom: 30px;
}
.asp-liste section:last-child {
  padding-bottom: 0;
}
.asp {
  display: flex;
  gap: 4%;
  flex-wrap: wrap;
}
.asp-left, .asp-right {
  flex: 0 0 48%;
}



#mitgliederzeitung {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}
.mitgliederzeitung img {
  display: block;
  width: 100%;
  border: 1px solid #d3d3d3;
}
.mitgliederzeitung-image {
  position: relative;
}
.mitgliederzeitung-text {
  padding-top: 8px;
  text-align: center;
}



#aktuelles-liste {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 80px;
  grid-row-gap: 80px;
}
#aktuelles-liste > div {
  border: 1px solid #d3d3d3;
}
.aktuelles-bild {
  position: relative;
}
.aktuelles-bild img {
  display: block;
  width: 100%;
  height: 305px;
  object-fit: cover;
}
.aktuelles-infos {
  padding-top: 25px;
  padding: 25px 15px 25px 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 25px;
  justify-content: space-between;
}





#immobilien {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}
.immobilie {
  text-align: center;
  position: relative;
  padding: 20px;
}
.immobilie-bild {
  position: relative;
}
.immobilie-bild img {
  display: block;
  width: 100%;
  height: 250px;
  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;
}

.immobilie-border {
  position: absolute;
  background-color: #d3d3d3;
  transition: 350ms all ease-in;
}
.immobilie:hover .immobilie-border {
  background-color: #ad062e;
}
.immobilie-border-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
.immobilie-border-right {
  top: 0;
  right: 0;
  width: 2px;
  height: 10%;
}
.immobilie-border-bottom {
  left: 0;
  bottom: 0;
  width: 40%;
  height: 2px;
}
.immobilie-border-left {
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
}



#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;
}

.carousel-control-next-icon {
    background-color: rgba(10, 10, 10, 1);
    width: 3rem;
    height: 3rem;
}
.carousel-control-prev-icon {
    background-color: rgba(10, 10, 10, 1);
    width: 3rem;
    height: 3rem;
}

@media screen and (max-width: 1900px){
  :root {
    --abstand_links_rechts: 10%;
  }
}

@media screen and (max-width: 1800px){
  :root {
    --abstand_links_rechts: 8%;
  }
}

@media screen and (max-width: 1700px){
  :root {
    --abstand_links_rechts: 6%;
  }
  #header-search {
    width: 100px;
  }
  #navigation {
    padding-right: 60px;
  }
}

@media screen and (max-width: 1600px){
  :root {
    --abstand_links_rechts: 4%;
  }
}

@media screen and (max-width: 1500px){
  :root {
    --abstand_links_rechts: 2%;
  }
  #startbild-container {
    padding: 0 25px 0 20px;
  }
  #startbild-l {
    width: 20px;
  }
  #startbild-r {
    width: 25px;
  }
  #start-boxen {
    gap: 8%;
  }
  #header-bottom-elements {
    gap: 6%;
  }
}

@media screen and (max-width: 1400px){
  :root {
    --abstand_links_rechts: 0%;
  }
  #header-top {
    display: none;
  }
  #header {
    top: 0;
    min-height: 80px;
    width: calc(100% + 20px);
    margin-left: -10px;
    padding: 0 10px;
  }
  #header-lang-link {
    display: none;
  }
  #logo {
    order: 2;
    flex: 0 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 510;
  }
  #navigation {
    order: 1;
    padding-top: 10px;
    padding-right: 0;
  }
  #logo img {
    width: auto;
    height: 60px;
  }
  #page {
    padding: 0 12px;
  }
  #start-boxen {
    gap: 7%;
  }
  #footer {
    padding: 0 10px;
    width: calc(100% + 20px);
    margin-left: -10px;
  }
  #header-bottom .wrap {
    padding: 0;
  }
  .bildgala {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 1300px){
  #startbild-tr {
    height: 23px;
    top: 27px;
  }
  #startbild-r {
    top: 27px;
    height: calc(100% - 11px);
    width: 20px;
  }
  #startbild-container {
    padding: 0 20px 0 15px;
  }
  #startbild-l {
    width: 15px;
  }
  #start-boxen {
    gap: 3%;
  }
  #immobilien {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }
}

@media screen and (max-width: 1200px){
  #startbild-tr {
    height: 18px;
    top: 32px;
  }
  #startbild-r {
    top: 32px;
    height: calc(100% - 16px);
  }
  #footer-content {
    flex-wrap: wrap;
    gap: 50px;
  }
  #footer-content > div:nth-child(3) {
    padding-top: 0;
    flex: 0 0 100%;
  }
  #start-boxen {
    flex-direction: column;
    gap: 80px;
  }
  #start-boxen-rechts {
    flex: 0 0 100%;
  }
  #content {
    flex-direction: column;
    gap: 100px;
  }
  .content-infobox + .content-infobox {
    padding-top: 0;
  }
  #content-aside aside {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    flex-wrap: wrap;
  }
  .bildgala {
    grid-template-columns: repeat(4, 1fr);
  }
}


@media screen and (max-width: 1100px){
  #startbild-tr {
    height: 18px;
    top: 32px;
  }
}

@media screen and (max-width: 1000px){
  #startbild-container {
    padding: 0 10px;
  }
  #startbild-tl {
    top: 40px;
    height: 10px;
  }
  #startbild-l {
    width: 10px;
    top: 40px;
  }
  #startbild-tr {
    height: 10px;
    top: 40px;
  }
  #startbild-r {
    top: 40px;
    height: calc(100% - 30px);
    width: 10px;
  }
  #startbild-br {
    bottom: -10px;
    height: 10px;
  }
  .bildgala {
    grid-template-columns: repeat(3, 1fr);
  }
  #mitgliederzeitung {
    grid-template-columns: repeat(2, 1fr);
  }
  #aktuelles-liste {
    grid-template-columns: repeat(1, 1fr);
  }
  .aktuelles-bild img {
    height: auto;
  }
  #immobilien {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }
}

@media screen and (max-width: 850px){
  .start-boxen-links-container {
    flex-direction: column;
    gap: 80px;
    align-items: center;
  }
}

@media screen and (max-width: 765px){
  #footer-content > div:nth-child(1) {
    flex: 0 0 100%;
  }
  #footer-content > div:nth-child(2) {
    flex: 0 0 100%;
  }
  .bildgala {
    grid-template-columns: repeat(2, 1fr);
  }
  .asp-left, .asp-right {
    flex: 0 0 100%;
  }
  .asp {
    gap: 8px;
  }
  #mitgliederzeitung {
    grid-template-columns: repeat(1, 1fr);
  }
  #immobilien {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 100px;
  }
  .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;
  }
}




#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; }
