/* playball-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: 'Playball';
  font-style: normal;
  font-weight: 400;
  src: url('/static/wglswg/fonts/playball-v20-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* lexend-100 - 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: 'Lexend';
  font-style: normal;
  font-weight: 100;
  src: url('/static/wglswg/fonts/lexend-v23-latin-100.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lexend-200 - 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: 'Lexend';
  font-style: normal;
  font-weight: 200;
  src: url('/static/wglswg/fonts/lexend-v23-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lexend-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: 'Lexend';
  font-style: normal;
  font-weight: 300;
  src: url('/static/wglswg/fonts/lexend-v23-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lexend-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: 'Lexend';
  font-style: normal;
  font-weight: 400;
  src: url('/static/wglswg/fonts/lexend-v23-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lexend-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: 'Lexend';
  font-style: normal;
  font-weight: 500;
  src: url('/static/wglswg/fonts/lexend-v23-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lexend-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: 'Lexend';
  font-style: normal;
  font-weight: 600;
  src: url('/static/wglswg/fonts/lexend-v23-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lexend-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: 'Lexend';
  font-style: normal;
  font-weight: 700;
  src: url('/static/wglswg/fonts/lexend-v23-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lexend-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: 'Lexend';
  font-style: normal;
  font-weight: 800;
  src: url('/static/wglswg/fonts/lexend-v23-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lexend-900 - 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: 'Lexend';
  font-style: normal;
  font-weight: 900;
  src: url('/static/wglswg/fonts/lexend-v23-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}



* {
  padding: 0;
  margin: 0;
  hyphens: auto;
}

:root {
  --pagewidth: 1500px;
  --pagepaddingx: calc(20px + 2vw);
  --font-text: 'Lexend', sans-serif;
  --font-headlines: "Playball", sans-serif;
  --design-primary: #2B7046;
  --design-primary-rgb: 43 112 70;
}

body {
  color: #333;
  font-family: var(--font-text);
}

.wrap {
  /*max-width: calc(var(--pagewidth) + var(--pagepaddingx) + var(--pagepaddingx));*/
  max-width: calc(var(--pagewidth));
  padding: 0 var(--pagepaddingx);
  margin: 0 auto;
}

#head-top {
  display: flex;
  justify-content: space-between;
  padding: calc(0.5rem + 1vw) 0 calc(1.5rem + 1vw) 0;
}

#head-top img {
  max-width: 500px;
  width: 100%;
  display: block;
}

#head-kontakt {
  display: flex;
  gap: 3rem;
  font-size: 1.3rem;
  padding-top: 48px;
  letter-spacing: 0.9px;
}
#head-kontakt svg {
  padding-right: 7px;
}

#navigation {
  background-color: var(--design-primary);
  height: 50px;
  position: sticky;
  top: 0;
  z-index: 100;
}
.navbar-nav {
  padding-top: 4px;
}
#navigation .nav-link, #navigation .nav-link:focus, #navigation .nav-link:hover {
  font-size: 1.1rem;
  font-weight: 400;
  color: #fff;
}


.playball-regular {
  font-family: "Playball", cursive;
  font-weight: 400;
  font-style: normal;
}

#start-gallerie .carousel-control-next-icon, #start-gallerie .carousel-control-prev-icon {
  width: 5rem;
  height: 5rem;
  filter: drop-shadow(2px 4px 6px black);
}
#start-gallerie .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke-width='0.15' stroke='white' fill='%232B7046'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
#start-gallerie .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke-width='0.15' stroke='white' fill='%232B7046'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

#start-gallerie {
  position: relative;
}
#start-gallerie-text {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgb(var(--design-primary-rgb) / 80%);
  z-index: 50;
  width: 100%;
  text-align: center;
  color: #fff;
  font-family: "Playball", cursive;
  text-shadow: 5px 3px 6px #000;
  padding: 0.8rem 0;
}

#start-boxen {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding: 80px 0;
}
.start-box {
  border: 1px solid #d3d3d3;
  padding: 5px;
}
.start-box-image {
  position: relative;
}
.start-box > div + div {
  padding-top: 15px;
}
.start-box-image img {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.start-box-button {
  text-align: center;
  padding-bottom: 20px;
}
.start-box-headline, .start-box-text {
  padding-left: 10px;
  padding-right: 10px;
}

#start-bild img {
  display: block;
  width: 100%;
}
#start-bild-text {
  padding: 80px 0;
  background-color: var(--design-primary);
  color: #fff;
}
#start-bild-text a {
  color: #fff;
}
#start-bild-text h3, #start-bild-text h4 {
  text-align: center;
  padding-bottom: 10px;
}


#start-text {
  padding: 80px 0;
}
#start-text-flex {
  display: flex;
  gap: 50px;
  align-items: center;
}
#start-text-flex > div {
  flex: 0 0 calc(50% - 25px);
}
#start-text-flex img {
  display: block;
  width: 100%;
}


#start-journal {
  background-color: #F3F3F3;
  padding: 80px 0;
}
#start-journal h3 {
  text-align: center;
  padding-bottom: 20px;
}
#journal-links {
  display: flex;
  gap: 30px;
  justify-content: center;
}

.fullscreen-image img {
  display: block;
  width: 100%;
  max-height: 700px;
  object-fit: cover;
}

footer {
  padding: 80px 0;
  background-color: #F3F3F3;
}
#footer {
  display: flex;
  gap: 60px;
}
#footer img {
  display: block;
  width: 130px;
}
#footer-1 {
  flex: 0 0 318px;
}
#footer-2 {
  flex-grow: 1;
}
#footer-2 > div {
  padding-bottom: 5px;
}
#footer-2 table tr td {
  vertical-align: top;
  padding: 3px 0;
}
#footer-2 table tr td:nth-child(1){
  padding-right: 20px
}
#footer-2 table tr td:nth-child(2){
  padding-left: 20px
}
#footer-3 {
  flex: 0 0 192px;
}
#footer-4 {
  flex: 0 0 150px;
}
#footer-4 ul {
  list-style: none;
  padding-left: 0;
}



.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;
}


#mobile-header {
  display: none;
}

#main-content {
  padding: 80px 0;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: var(--design-primary);
}

.nav-link:focus-visible {
  box-shadow: 0 0 0 0.25rem rgb(235 235 235 / 65%);
}



#ansprechpartner {
  display: flex;
  gap: 40px;
  row-gap: 40px;
  justify-content: center;
  flex-wrap: wrap;
}
#ansprechpartner section {
  flex: 0 0 calc(50% - 20px);
}
.asp {
  display: flex;
  gap: 20px;
  padding: 10px;
  background-color: #F3F3F3;
}
.asp-image {
  flex: 0 0 33.33333%;
}
.asp-image img {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.asp-infos {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.asp-name {
  font-weight: bold;
}
.asp-bereich {
  font-style: italic;
}
.asp-telefon, .asp-email, .asp-zimmer {
  display: flex;
  gap: 10px;
}
.asp-telefon > div:nth-child(1), .asp-email > div:nth-child(1), .asp-zimmer > div:nth-child(1){
  flex: 0 0 80px;
}
.asp-telefon > div:nth-child(2), .asp-email > div:nth-child(2), .asp-zimmer > div:nth-child(2){
  flex-grow: 1;
}



h1 {
  font-size: 2.3rem;
  font-weight: 400;
}
h2 {
  font-size: 1.9rem;
  font-weight: 300;
}
#seitentitel {
  text-align: center;
}
#seitentitel-zusatz {
  font-size: 1.5rem;
  padding-bottom: 25px;
  font-weight: 300;
  text-align: center;
}


.inhalt-2-spalten {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  padding-top: 50px;
}
.inhalt-2-spalten > div a {
  position: relative;
}
.inhalt-2-spalten > div img {
  width: 100%;
  display: block;
}
.inhalt-2-spalten-footer {
  padding-top: 50px;
}




#immobilien-liste {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}
#immobilien-liste section > div {
  border: 1px solid rgba(0, 0, 0, 0.2);
  height: 100%;
}
.immobilien-bild {
  position: relative;
  height: 250px;
}
.immobilien-bild img {
  display: block;
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.immobilien-infos {
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 250px);
  gap: 20px;
}
.immo-objektnr, .immo-strasse, .immo-plzort {
  text-align: center;
}
.immo-headline {
  padding: 15px 0;
}
.immo-headline h2 {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
}
.immo-quick-infos {
  display: flex;
  gap: 40px;
  justify-content: space-around;
}
.immo-quick-info {
  text-align: center;
}
.immobilien-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.immobilien-footer > div:nth-child(1){
  text-align: center;
}
.immo-trenner {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
}

#immocarousel-container {
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
#immocarousel .carousel-item img {
  height: 564px;
  object-fit: contain;
}

#immocarousel .carousel-control-next-icon, #immocarousel .carousel-control-prev-icon {
  width: 5rem;
  height: 5rem;
  filter: drop-shadow(2px 4px 6px black);
}
#immocarousel .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke-width='0.15' stroke='white' fill='%232B7046'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
#immocarousel .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke-width='0.15' stroke='white' fill='%232B7046'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
#immocarousel .img-icon {
  top: 5px;
  right: 50%;
  transform: translateX(50%);
}
.carousel-indicators [data-bs-target] {
  border: 1px solid #fff;
  background-color: var(--design-primary);
  height: 8px;
}

#immo-details {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  display: flex;
  gap: 60px;
  row-gap: 30px;
  justify-content: center;
  margin: 30px 0;
  padding: 10px 0;
  flex-wrap: wrap;
}
.immo-detail {
  text-align: center;
}

.immo-merkmale {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 5px;
}

.immo-merkmal {
  display: flex;
  gap: 10px;
}
.immo-merkmal > div:nth-child(1){
  flex: 0 0 150px;
}
.immo-merkmal > div:nth-child(2) {
  flex-grow: 1;
}

#immo-texte {
  margin-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px 0;
}

.immo-text + .immo-text {
  padding-top: 18px;
  margin-top: 18px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

#immo-energieausweis {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin-top: 30px;
  padding-top: 10px;
}

#immo-buttons {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin-top: 30px;
  padding-top: 10px;
  display: flex;
  justify-content: center;
  gap: 15px;
}

.pflh-card-img-top {
  height: 315px;
  object-fit: cover;
}
.pflh-card {
  max-width: 480px;
}

@media screen and (max-width: 1300px){
  #mobile-header {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    position: sticky;
    top: 0;
    background-color: #F3F3F3;
    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;
  }
  #desktop-header {
    display: none;
  }
  #navigation {
    display: none;
  }
  #mobile-menu-logo {
    width: 85%;
  }
  #footer {
    flex-wrap: wrap;
  }
  .bildgala img {
    height: 170px;
  }
}

@media screen and (max-width: 1200px){
  #start-boxen {
    grid-template-columns: repeat(2, 1fr);
  }
  #ansprechpartner section {
    flex: 0 0 100%;
  }
  .asp-image {
    flex: 0 0 212px;
  }
  #immobilien-liste {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 1100px){
  .bildgala img {
    height: 140px;
  }
}

@media screen and (max-width: 1000px){
  #start-text-flex {
    flex-direction: column;
  }
  .bildgala {
    grid-template-columns: repeat(4, 1fr);
  }
  .bildgala img {
    height: 200px;
  }
  .inhalt-2-spalten {
    grid-template-columns: 1fr;
  }
  .immo-merkmale {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 768px){
  * {
    hyphens: auto;
  }
  :root {
    --pagepaddingx: 12px;
  }
  #start-boxen {
    grid-template-columns: 1fr;
  }
  .start-box-image img {
    height: auto;
  }
  #start-gallerie-text {
    position: static;
  }
  #journal-links {
    flex-direction: column;
  }
  .asp {
    flex-direction: column;
  }
  .asp-image {
    flex: 0 0 auto;
  }
  .asp-image img {
    height: auto;
  }
  .bildgala {
    grid-template-columns: repeat(3, 1fr);
  }
  .bildgala img {
    height: 200px;
  }
  #immobilien-liste {
    grid-template-columns: 1fr;
  }
  .immobilien-bild img {
    height: auto;
  }
  .immobilien-bild {
    height: auto;
  }
  .immobilien-infos {
    height: auto;
  }
  #immocarousel .carousel-item img {
    height: 460px;
  }
}

@media screen and (max-width: 500px){
  .bildgala {
    grid-template-columns: repeat(2, 1fr);
  }
  .bildgala img {
    height: 150px;
  }
  #immocarousel .carousel-item img {
    height: 315px;
  }
}

@media screen and (max-width: 400px){
  #footer-1, #footer-2, #footer-3, #footer-4 {
    flex: 0 0 100%;
  }
  #mobile-header-logo img {
    height: 35px;
  }
  #immocarousel .carousel-item img {
    height: 245px;
  }
}



#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; }
