/* 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/wrag25/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/wrag25/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/wrag25/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/wrag25/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/wrag25/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/wrag25/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/wrag25/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/wrag25/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/wrag25/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/wrag25/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/wrag25/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/wrag25/fonts/open-sans-v40-latin-800italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@media (prefers-reduced-motion: reduce) {
  * {
    transition: none !important;
    animation: none !important;
  }
}

* {
  padding: 0;
  margin: 0;
}

:root {
  --design-primary: #1b356a;
  --design-secondary: #f29400;
  --ifb-imagesize: 265px;
  --ifb-imagesize-content: 140px;
}

body {
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  hyphens: auto;
}

.wrap {
  max-width: 2000px;
  padding: 0 65px;
  margin: 0 auto;
}


#header-big {
  /* position: sticky; */
  position: static;
  z-index: 100;
  top: 0;
  background-color: #fff;
}

#header-big .wrap {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

#header-small {
  display: none;
}

.head-search {
  position: absolute;
  top: 0;
  right: 0;
}

.head-search a {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  border-radius: 0;
}
.head-search a svg {
  /* color: #fff; */
}

#header-big-content {
  display: flex;
  gap: 16%;
}

.logo {
  flex: 0 0 220px;
}
.logo img {
  display: block;
  width: 100%;
}

.head-right {
  flex-grow: 1;
  display: flex;
  align-items: center;
  padding-top: 45px;
}
.head-right .navigation {
  flex-grow: 1;
}
.head-right .kontakt {
  flex: 0 0 200px;
  text-align: right;
}

.head-right .kontakt a {
  display: flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  border-radius: 52px;
  font-size: 1.3rem;
}
.head-right .kontakt a svg {
  color: #000;
}

.navigation {
  font-weight: 700;
  font-size: 1.45rem;
}
.nav-link {
  color: #000;
}


#start-content {
  width: 100%;
  height: 850px;
  margin: 0 auto;
  position: relative;
  max-width: 2000px;
}
#start-content .overlay {
  width: 825px;
  height: 850px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 50;
}
#cutout-mask-rect {
  width: 825px;
  height: 850px;
  fill: #fff;
}
#cutout-mask-circle {
  fill: #000;
}
#overlay-rect {
  width: 825px;
  height: 850px;
  fill: #f2f3f4;
}

.overlay-medium, .overlay-small {
  display: none;
}
#gala {
  position: relative;
}
#startgala .carousel-item img {
  width: 100%;
  height: 850px;
  object-fit: cover;
}
#gala-controls {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 10;
}

#overlay-content {
  position: absolute;
  left: 65px;
  top: 0;
  width: 470px;
  height: 100%;
  z-index: 55;
  display: flex;
  align-items: flex-end;
}
#overlay-content h1 {
  font-size: 3.75rem;
}
#overlay-content h2 {
  font-size: 1.85rem;
}

.overlay-text {
  display: flex;
  gap: 50px;
  align-items: center;
  padding-top: 60px;
}
.overlay-text > div:nth-child(1){
  flex: 0 0 122px;
}
.overlay-text > div:nth-child(2){
  flex-grow: 1;
}

.overlay-suche h3 {
  text-align: center;
  font-size: 1.35rem;
}
.overlay-suche {
  padding-top: 55px;
}
.suche-slider {
  display: flex;
  gap: 10px;
  align-items: center;
}
.slider-val {
  flex: 0 0 85px;
  text-align: center;
}
.slider-slider {
  flex-grow: 1;
}
.slider-titel {
  text-align: center;
}
.slider-element + .slider-element {
  padding-top: 8px;
}

#slider-zimmer, #slider-flaeche, #slider-miete, #slider-etage {
  height: 8px;
}
#slider-zimmer .noUi-handle, #slider-flaeche .noUi-handle, #slider-miete .noUi-handle, #slider-etage .noUi-handle {
  height: 23px;
  width: 23px;
  top: -9px;
  right: -12px;
  border-radius: 23px;
  background: #b7b7b7;
  box-shadow: none;
  border-color: #818181;
}
.noUi-target {
  box-shadow: none;
  background: #b7b7b7;
  border-color: transparent;
}
.noUi-connect {
  background: #b7b7b7;
}
.noUi-handle-lower.noUi-handle:before {
  background: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 320 512'%3E%3Cpath d='M278.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-160 160c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L210.7 256 73.4 118.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l160 160z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 17px;
  height: 17px;
  left: 3px;
  top: 2px;
}
.noUi-handle-upper.noUi-handle:before {
  background: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 320 512'%3E%3Cpath d='M41.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.3 256 246.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-160 160z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 17px;
  height: 17px;
  left: 2px;
  top: 2px;
}
.noUi-handle:after {
  display: none;
}
#suche-count {
  text-align: center;
  padding: 25px 0;
}
#suche-count span {
  font-size: 1.6rem;
}
#suche-button {
  text-align: center;
  padding-bottom: 22px;
}

#startboxen {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  padding-top: 65px;
}

.infobox {
  height: 100%;
  padding-top: 38px;
  padding-right: 100px;
}

.startbox .infobox-content {
  height: 100%;
}

.infobox-content-wrap {
  padding: 18px 25px;
  height: 100%;
  border: 1px solid #969696;
  border-radius: 23px;
}

.infobox-content {
  position: relative;
}
.infobox-text {
  padding-top: 25px;
}
.infobox-image-circle {
  position: absolute;
  top: -18px;
  right: calc(var(--ifb-imagesize) - 171px);
  background: var(--design-secondary);
  width: 60px;
  height: 60px;
  z-index: 10;
  border-radius: 60px;
}
.infobox-image {
  position: absolute;
  top: calc(0px - 38px - 18px);
  right: calc(0px - 100px - 25px);
  width: var(--ifb-imagesize);
  height: var(--ifb-imagesize);
}
.infobox-image img {
  display: block;
  width: var(--ifb-imagesize);
  height: var(--ifb-imagesize);
  border-radius: var(--ifb-imagesize);
  object-fit: cover;
}
.infobox-button {
  width: 165px;
  text-align: center;
  margin-left: auto;
}
.infobox-button a {
  width: 100%;
}

.infobox-content-flex {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.ifb-cf-text h3 {
  width: calc(100% - 160px);
  width: calc(100% - (var(--ifb-imagesize) - 105px));
}

.floating-box {
  display: block;
  float: right;
  width: calc(var(--ifb-imagesize) - 115px);
  height: calc(var(--ifb-imagesize) - 113px);
}



#content-aside .infobox-image-circle {
  right: calc(var(--ifb-imagesize-content) - 153px);
  width: 40px;
  height: 40px;
}
#content-aside .infobox-image {
  width: var(--ifb-imagesize-content);
  height: var(--ifb-imagesize-content);
}
#content-aside .infobox-image img {
  width: var(--ifb-imagesize-content);
  height: var(--ifb-imagesize-content);
  border-radius: var(--ifb-imagesize-content);
}
#content-aside .ifb-cf-text h3 {
  width: calc(100% - (var(--ifb-imagesize-content) - 96px));
}
#content-aside .floating-box {
  display: none;
}
.content-box + .content-box {
  padding-top: 50px;
}










#footer-container {
  padding-top: 65px;
}

footer {
  background-color: var(--design-secondary);
  padding-top: 30px;
}

#footer {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  flex-wrap: wrap;
}
#footer h4 {
  text-transform: uppercase;
  font-weight: 800;
}
#footer a, #footer a:hover, #footer a:visited, #footer a:active {
  color: #000;
}
#footer > div:nth-child(1) {
  flex: 0 0 280px;
}
#footer > div:nth-child(2) {
  flex: 0 0 565px;
}
#footer > div:nth-child(3) {
  flex: 0 0 185px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
#footer > div:nth-child(4) {
  flex: 0 0 175px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
#footer > div:nth-child(3) ul, #footer > div:nth-child(4) ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
#footer > div:nth-child(3) ul li + li, #footer > div:nth-child(4) ul li + li {
  padding-top: 1rem;
}
#copyright {
  padding: 15px 0 30px 0;
  text-align: center;
}





.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(6, 1fr);
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}
.bildgala img {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
}


.img-container, .img-container a {
  position: relative;
  display: block;
}
.img-icon {
	position: absolute;
  right: 5px;
  bottom: 5px;
  background-color: var(--design-primary);
  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;
}


#content {
  display: flex;
  gap: 80px;
}
#content-main {
  flex-grow: 1;
}
#content-aside {
  flex: 0 0 450px;
}





/* 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: #fff; }

#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: #f2f3f4; padding: 4% 2%; }





#wsuche-container {
  display: flex;
  gap: 80px;
}
#wsuche-left {
  flex-grow: 1;
}
#wsuche-right {
  flex: 0 0 220px;
}
#wsuche-checkboxen {
  max-width: 120px;
  margin: 0 auto;
  padding-top: 35px;
}

#wohnungen {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  padding-top: 30px;
}

.wohnung {
  padding: 15px;
  border: 1px solid var(--design-primary);
  border-radius: 23px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.wohnung-bild {
  padding-bottom: 15px;
}

.wohnung-bild a {
  position: relative;
  display: block;
}

.wohnung-bild img {
  display: block;
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-top-right-radius: 23px;
  border-top-left-radius: 23px;
}

.wohnung-strasse {
  text-align: center;
}

.wohnung-info-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  padding-top: 15px;
}

.wohung-info {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
}

.wohung-info > div:nth-child(1){
  font-weight: bold;
  padding-bottom: 2px;
  margin-bottom: 2px;
  border-bottom: 1px solid var(--design-secondary);
  padding-left: 5px;
  padding-right: 5px;
}
.wohung-info > div:nth-child(2){
  font-size: 1.1rem;
  padding-left: 5px;
  padding-right: 5px;
}

.wohnung-button {
  padding-top: 15px;
  text-align: center;
}


.wohnung-details-links {
  display: flex;
  gap: 30px;
  row-gap: 15px;
  flex-wrap: wrap;
}

.wohnung-details-container {
  padding-top: 50px;
}
.wohnung-details-infos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}
.wohnung-details-info {
  display: grid;
  grid-template-columns: 115px 1fr;
  grid-column-gap: 30px;
}
.wohnung-details-info + .wohnung-details-info {
  padding-top: 8px;
}

#belegungskalender-container {
  padding-top: 18px;
}


#mieterzeitung {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  padding-top: 35px;
}
#mieterzeitung a {
  display: grid;
  grid-template-columns: 70px 1fr;
  grid-column-gap: 10px;
  align-items: center;
}
#mieterzeitung a > span:nth-child(1) {
  font-size: 4rem;
  text-align: center;
}


.gewerbe {
  padding: 40px 0;
}

.tbl-left {
  float: left;
  width: 130px;
  font-weight: bold;
}

.tbl-right {
  float: left;
  width: 482px;
}

.tbl-clear {
  clear: both;
}

.tbl-line {
  margin-top: 5px;
  margin-bottom: 5px;
  width: 100%;
  height: 1px;
  background-color: var(--design-secondary);
}

.asp-bereich + .asp-bereich {
  padding-top: 40px;
}
.ansprechpartner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}



.map-container {
  position: relative;
  width: 100%;
  height: 500px;
}

iframe {
  border: 0;
  width: 100%;
  height: 100%;
}

.map-wohngebiet {
  width: 100%;
  height: 300px;
  margin-top: 8px;
}


/* Partner */
.partner-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: space-between;
  padding: 1rem;
}

.partner-card {
  width: 18rem;
  height: 300px; /* Feste Höhe für einheitliche Darstellung */
  display: flex;
  flex-direction: column;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  overflow: hidden;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  transition: box-shadow 0.15s ease-in-out;
}

.partner-card:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

#partner .card-img-container {
  height: 180px; /* Feste Höhe für Bildbereich */
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f8f9fa;
  padding: 1rem;
}

#partner .card-img-top {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; /* Erhält Seitenverhältnis */
  width: auto;
  height: auto;
}

#partner .card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem;
  background-color: white;
}

#partner .card-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  text-align: center;
}

.partner-container {
  text-align: center;
}

.social-icons {
  font-size: 1.7rem;
  padding-bottom: 10px;
}

span.social-icon {
  padding-right: 20px;
}

/* Responsive Anpassungen */
@media (max-width: 768px) {
  .partner-card {
    width: 16rem;
  }
}
/* Partner */


@media screen and (max-width: 1900px){
  .bildgala {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media screen and (max-width: 1800px){
  :root {
    --ifb-imagesize: 220px;
  }
  .navigation {
    font-weight: 600;
    font-size: 1.35rem;
  }
  .infobox-image-circle {
    width: 50px;
    height: 50px;
    right: calc(var(--ifb-imagesize) - 161px);
  }
  .floating-box {
    height: calc(var(--ifb-imagesize) - 151px);
  }
  .bildgala {
    grid-template-columns: repeat(4, 1fr);
  }
  .wohnung-bild img {
    height: 190px;
  }
}

@media screen and (max-width: 1700px){
  .navigation {
    font-weight: 600;
    font-size: 1.25rem;
  }
  :root {
    --ifb-imagesize: 190px;
  }
  #wohnungen {
    grid-template-columns: repeat(2, 1fr);
  }
  .wohnung-bild img {
    height: 280px;
  }
}

@media screen and (max-width: 1600px){
  #header-big-content {
    gap: 10%;
  }
  .head-right .kontakt {
    flex: 0 0 120px;
  }
  .bildgala {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 1500px){
  #header-big-content {
    gap: 5%;
  }
  .head-right .kontakt {
    flex: 0 0 90px;
  }
  #footer > div:nth-child(1), #footer > div:nth-child(2), #footer > div:nth-child(3), #footer > div:nth-child(4) {
    flex: 0 0 calc(50% - 25px);
  }
  #copyright {
    padding-top: 30px;
  }
  #startboxen {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    flex-direction: row;
    justify-content: center;
  }
  .startbox {
    flex: 0 0 calc(50% - 25px);
  }

  #start-content .overlay {
    display: none;
  }
  #start-content .overlay-medium {
    width: 725px;
    height: 850px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 50;
    display: block;
  }
  #cutout-mask-medium-rect {
    width: 725px;
    height: 850px;
    fill: #fff;
  }
  #cutout-mask-medium-circle {
    fill: #000;
  }
  #overlay-rect-medium {
    width: 725px;
    height: 850px;
    fill: #f2f3f4;
  }
  #content {
    display: block;
  }
  #content-main {
    padding-bottom: 80px;
  }
  .bildgala {
    grid-template-columns: repeat(5, 1fr);
  }
  #wohnungen {
    grid-template-columns: repeat(3, 1fr);
  }
  .wohnung-bild img {
    height: 260px;
  }
  #content-aside {
    /* max-width: 450px;
    margin: 0 auto; */
  }
  .infobox-cal {
    max-width: 450px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1400px){
  .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  #overlay-content {
    left: 20px;
    width: 400px;
  }
  #start-content .overlay-medium {
    display: none;
  }
  #start-content .overlay-small {
    width: 625px;
    height: 800px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 50;
    display: block;
  }
  #cutout-mask-small-rect {
    width: 625px;
    height: 800px;
    fill: #fff;
  }
  #cutout-mask-small-circle {
    fill: #000;
  }
  #overlay-rect-small {
    width: 625px;
    height: 800px;
    fill: #f2f3f4;
  }
  #start-content {
    height: 800px;
  }
  #overlay-content h1 {
    font-size: 3.15rem;
  }
  #overlay-content h2 {
    font-size: 1.55rem;
  }
  #startgala .carousel-item img {
    height: 800px;
  }
}

@media screen and (max-width: 1300px){
  #header-big-content {
    gap: 2%;
  }
  .head-right .kontakt {
    flex: 0 0 75px;
  }
}

@media screen and (max-width: 1200px){
  #header-big {
    display: none;
  }
  .wrap {
    padding-left: 12px;
    padding-right: 12px;
  }
  #header-small {
    display: flex;
    position: sticky;
    top: 0;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px;
    z-index: 100;
    background-color: #fff;
  }
  #header-small-logo img {
    height: 50px;
    display: block;
    padding: 10px 0;
  }
  #header-small-navigation {
    font-size: 1.7rem;
  }
  #mobile-menu-logo {
    height: 70px;
  }
  #start-content .overlay-small {
    display: none;
  }
  #start-content {
    height: auto;
    display: flex;
    flex-direction: column;
  }
  #overlay-content {
    position: static;
    width: 100%;
    padding: 30px 12px;
    order: 2;
    flex: 0 0 100%;
    background-color: #f2f3f4;
  }
  #overlay-content main {
    width: 100%;
  }
  #startgala .carousel-item img {
    height: auto;
  }
  #gala {
    order: 1;
  }
  #overlay-content h1, #overlay-content h2 {
    text-align: center;
  }
  .overlay-text {
    max-width: 450px;
    margin: 0 auto;
  }
  .overlay-suche {
    max-width: 800px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1100px){
  .bildgala {
    grid-template-columns: repeat(4, 1fr);
  }
  #wohnungen {
    grid-template-columns: repeat(2, 1fr);
  }
  .wohnung-bild img {
    height: 300px;
  }
}

@media screen and (max-width: 1000px){
  .bildgala {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 900px){
  .startbox {
    flex: 0 0 100%;
  }
  #footer > div:nth-child(1), #footer > div:nth-child(2), #footer > div:nth-child(3), #footer > div:nth-child(4) {
    flex: 0 0 100%;
  }
  .startbox {
    flex: 0 0 100%;
  }
  .floating-box {
    display: none;
  }
  
  .infobox-image, #content-aside .infobox-image {
    position: relative;
    width: 100%;
    height: 140px;
    top: auto;
    right: auto;    
  }
  .infobox-image img, #content-aside .infobox-image img {
    margin: 0 auto;
  }
  
  .ifb-cf-text h3 {
    text-align: center;
  }
  
  .infobox-image img {
    width: var(--ifb-imagesize-content);
    height: var(--ifb-imagesize-content);
    border-radius: var(--ifb-imagesize-content);
  }  
  /*
  .infobox-image, #content-aside .infobox-image {
    position: static;
    width: 100%;
    height: 300px;
  }
  .infobox-image img, #content-aside .infobox-image img {
    width: 100%;
    height: 300px;
    border-radius: 23px;
  }*/
  
  .infobox {
    padding-top: 0;
    padding-right: 0;
  }
  .infobox-content-wrap {
    padding: 18px;
  }
  .infobox-content-flex {
    display: block;
    padding-top: 30px;
  }
  .ifb-cf-text h3 {
    width: auto;
  }
  .infobox-image-circle {
    display: none;
  }
  #wsuche-container {
    flex-direction: column;
    gap: 0;
  }
  #wsuche-right {
    flex: 0 0 auto;
  }
  .ansprechpartner {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 768px){
  .bildgala {
    grid-template-columns: repeat(2, 1fr);
  }
  .img-container {
    min-width: 40% !important;
  }
  #wohnungen {
    grid-template-columns: 1fr;
  }
  .wohnung-bild img {
    height: auto;
    max-height: 350px;
  }
  #mieterzeitung {
    grid-template-columns: 1fr;
  }
  #mieterzeitung a > span:nth-child(1) {
    font-size: 3.5rem;
  }
  .wohnung-details-infos {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 35px;
  }  
}





#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; }
