/* 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/gwgz/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/gwgz/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/gwgz/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/gwgz/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/gwgz/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/gwgz/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/gwgz/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/gwgz/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/gwgz/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/gwgz/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/gwgz/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/gwgz/fonts/open-sans-v40-latin-800italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}





:root {
  --design_color_yellow: #fcc900;
  --design_color_green: #2fb408;
  --design_color_dark_grey: #3b3f3b;
  --design_text_color: #090909;
  --link_color: #2fb408;
  --link_color_hover: #2fb408;

  --content-padding: 92px;
  --border-radius: 5px;
}

.form-check-input[type=checkbox] {
  min-width: 20px;
  border-color: #000 !important;
}
.btn-sm, .btn-group-sm > .btn {
  font-weight: 600;
}

* {
  padding: 0;
  margin: 0;
}

body {
  font-family: 'Open Sans', sans-serif, Arial, Verdana;
  font-size: 1.4rem;
  color: var(--design_text_color);
  position: relative;
  hyphens: auto;
  background-color: #fff;
  overflow-x: hidden;
}

.imgleft {
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
}
.imgright {
  float: right;
  margin-left: 30px;
  margin-bottom: 20px;
}
.clear {
  clear: both;
}
.content-trenner {
  width: 100%;
  height: 60px;
}

a {
  color: var(--link_color);
  text-decoration: none;
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
a:hover {
  color: var(--link_color_hover);
  text-decoration: none;
}


#header {
  height: 136px;
}

#header .wrap {
  max-width: 2000px;
  margin: 0 auto;
  display: flex;
  padding: 34px var(--content-padding) 0 var(--content-padding);
}

#logo {
  padding-right: 91px;
  padding-top: 10px;
}

#claim {
  padding-top: 10px;
}

#logo img, #claim img {
  display: block;
  height: 90px;
}

#head-right {
  margin-left: auto;
  display: flex;
  height: 67px;
  align-items: center;
}

#head-right-phone {
  padding-right: 265px;
}

#head-right-phone a {
  height: 67px;
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 600;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 1.4rem;
}

#kontakt-mobile {
  display: none;
  gap: 30px;
  justify-content: center;
  align-items: center;
}

#phone-link-mobile {
  height: 98px;
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 600;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 1.2rem;
}

#head-right-icons > a {
  font-size: 1.2rem;
  width: 42px;
  text-align: center;
}

#head-right-icons > a:nth-child(2) {
  margin-left: 24px;
}
#head-right-icons > a:nth-child(3) {
  margin-left: 90px;
}
#mobile-menu-button {
  display: none;
}


#content {
  max-width: 2000px;
  padding: 58px var(--content-padding) 0 var(--content-padding);
  margin: 0 auto;
}

#content-flex {
  display: flex;
  position: relative;
}

#inhalt {
  flex-grow: 1;
  position: relative;
  z-index: 20;
  background-color: #fff;
}

#navigation {
  flex: 0 0 417px;
}

#nav-content {
  width: 100%;
  height: 819px;
  position: relative;
  z-index: 30;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  text-align: right;
}

#nav-content nav > ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

#nav-content nav > ul > li {
  position: relative;
}

.navli > a, .navli > a:hover, .navli > a:visited, .navli > a:active {
  color: #000;
}

#nav-content nav > ul > li > a {
  text-transform: uppercase;
  font-size: 1.8rem;
  padding: 10px 0;
  display: block;
  font-weight: 600;
}

#nav-link-havarie {
  text-align: center;
  max-width: 340px;
  background-color: var(--design_color_dark_grey);
  margin-left: auto;
  width: 100%;
  padding: 15px 0;
  color: #fff;
  border-radius: var(--border-radius);
}
#nav-link-havarie span:nth-child(1){
  font-size: 1.8rem;
}

#nav-link-havarie-mobile {
  text-align: center;
  max-width: 340px;
  background-color: var(--design_color_dark_grey);
  padding: 15px 25px;
  color: #fff;
  border-radius: var(--border-radius);
  font-size: 1.2rem;
  height: 98px;
}
#nav-link-havarie-mobile span:nth-child(1){
  font-size: 1.4rem;
}

#hg-left {
  position: absolute;
  background-color: var(--design_color_yellow);
  width: 25000px;
  height: 69%;
  right: 64%;
  bottom: -91px;
  z-index: -1;
}

#hg-right {
  position: absolute;
  left: 42%;
  background-color: #e2e5e6;
  height: calc(100% + 58px);
  width: 25000px;
  top: -58px;
  z-index: 5;
  max-height: calc(819px + 58px);
}
#hg-right-small {
  display: none;
}
#navigation.folgeseite #hg-right {
  left: calc(100% - 417px);
}

#galerie {
  background-color: #fff;
  padding: 2px;
  position: relative;
}

#galerie-images {
  height: 817px;
  position: relative;
  z-index: 50;
}
#galerie img {
  display: block;
  width: 100%;
  height: 817px;
  object-fit: cover;
  left: 0;
  top: 0;
  position: absolute;
  opacity: 0;
  transition: opacity 1500ms ease-in-out;
}

#galerie-overlay {
  position: absolute;
  right: 72px;
  bottom: 101px;
  border-radius: var(--border-radius);
  /*background-color: var(--design_color_dark_grey);*/
  background-color: rgb(59 63 59 / 80%);
  z-index: 60;
  color: #fff;
  font-size: 2.5rem;
  text-align: right;
  padding: 18px 28px;
}
#galerie-overlay div:nth-child(1){
  font-weight: 300;
}
#galerie-overlay div:nth-child(2){
  font-weight: 600;
}
#galerie img.active-image {
  opacity: 1;
}


#content-fullpage {
  padding-top: calc(91px + 15px);
}

#news-standorte {
  display: grid;
  grid-template-columns: 755px 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 30px;
}
#news {
  padding-top: 68px;
  height: 100%;
  display: grid;
  grid-template-rows: auto;
}
.start-newsmeldung {
  display: flex;
  gap: 24px;
}
.start-newsmeldung h3 {
  font-size: 2.0rem;
  font-weight: 400;
}
.start-newsmeldung > div:nth-child(2){
  background-color: var(--design_color_yellow);
  flex: 0 0 18px;
}

.start-newsmeldung div:nth-child(1){
  flex: 0 0 45%;
}

.start-newsmeldung div:nth-child(3){
  flex-grow: 1;
  font-size: 1.0rem;
}

.start-newsmeldung:nth-child(1) > div {
  padding-bottom: 60px;
}

.start-newsmeldung:nth-child(1) div:nth-child(2){
  border-top-left-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
}
.start-newsmeldung:nth-child(2) div:nth-child(2){
  border-bottom-left-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
}



#standorte-container {
  padding: 0 8.75%;
  position: relative;
}
#standorte-container-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
  position: relative;
}

#standorte-grid-text {
  background-color: #f8f6f6;
  position: relative;
  z-index: 20;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  justify-content: center;
  padding: 52px;
}
#standorte-grid-text h3 {
  font-size: 2.0rem;
  margin-bottom: 0;
  font-weight: 400;
}

.standorte-grid-text-container{
  font-size: 1.0rem;
}

#standorte-grid-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 20;
}
#standorte-grid-underlay {
  position: absolute;
  height: 80.75%;
  border: 20px solid var(--design_color_yellow);
  top: 68px;
  border-radius: var(--border-radius);
  z-index: 10;
  width: calc(100%);
  left: 0;
}

#einleitung {
  padding: calc(86px + 89px) 11% 89px 11%;
  text-align: center;
}
#einleitung-container {
  position: relative;
}
#einleitung-underlay {
  position: absolute;
  left: 13.3%;
  width: calc(100% - 13.3% - 13.3%);
  height: calc(100% + 89px + 89px);
  top: -89px;
  border: 20px solid var(--design_color_yellow);
  border-radius: var(--border-radius);
  z-index: 10;
}
#einleitung-text {
  position: relative;
  z-index: 20;
  background-color: #f8f6f6;
  padding: 50px 25px 40px 25px;
  font-size: 1.1rem;
}
#einleitung-text h1 {
  margin-bottom: 0;
  padding-bottom: 30px;
  font-weight: 300;
}

footer {
  padding-top: 65px;
}
#footer {
  background-color: #f8f6f6;
  padding: 30px 50px;
  font-size: 1.0rem;
}
#footer-rows, #copyright {
  max-width: 1506px;
  margin: 0 auto;
}
#footer-rows {
  display: flex;
  justify-content: space-between;
}

.footer-headline h4 {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 800;
  padding-bottom: 20px;
}

#footer-rows > div:nth-child(1){
  flex: 0 0 320px;
}
#footer-rows > div:nth-child(2){
  flex: 0 0 370px;
}
#footer-rows > div:nth-child(3){
  flex: 0 0 120px;
}

#footer-nav {
  font-weight: 700;
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  gap: 20px;
  height: 100%;
  justify-content: center;
}
#footer-nav a, #footer-nav a:hover, #footer-nav a:active, #footer-nav a:visited {
  color: #000;
}

#copyright {
  text-align: center;
  padding-top: 60px;
}








.navli > ul {
  position: absolute;
  list-style: none;
  right: calc(100% - 60px);
  top: 0;
  background-color: #e2e5e6;
  text-align: left;
  padding: 0;
  white-space: nowrap;
  border: 2px solid #fff;
  border-radius: 5px;
}
.navli1 > a, .navli1 > a:hover, .navli1 > a:visited, .navli1 > a:active {
  color: #000;
  padding: 4px 20px;
  font-weight: 500;
  display: block;
}
.navli1:first-child a {
  padding-top: 10px;
}
.navli1:last-child a {
  padding-bottom: 10px;
}



#content-main {
  padding: 40px 75px 40px 0;
  font-size: 1.2rem;
}
#content-main h2 {
  padding-bottom: 8px;
}
#seitentitel {
  padding-bottom: 20px;
}
.bildgala {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
.gala-bild-container img {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 250px;
}



#header-folgeseite {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 168px;
  background-color: #fff;
  z-index: 75;
  /*border-bottom: 1px solid var(--design_color_dark_grey);*/
}
#header-folgeseite #header {
  height: 168px;
}
#header-folgeseite #header .wrap {
  padding: 34px var(--content-padding) 34px var(--content-padding);
}

#content.folgeseite {
  padding-top: 194px;
}

#header-folgeseite, #header-folgeseite * {
  transition: all 350ms linear;
}



#header-folgeseite.smallhead #logo img, #header-folgeseite.smallhead #claim img {
  height: 60px;
}
#header-folgeseite.smallhead #header .wrap {
  padding: 25px var(--content-padding) 25px var(--content-padding);
}
#header-folgeseite.smallhead {
  height: 120px;
}
#header-folgeseite.smallhead #header {
  height: 120px;
}
#header-folgeseite.smallhead #head-right-phone a {
  font-size: 1.1rem;
  height: 43px;
}
#content.folgeseite {
  transition: padding 350ms linear;
}
#content.smallhead {
  padding-top: 120px;
}


#nav-side-content {
  padding-top: 40px;
}
.nav-news-titel {
  padding-bottom: 10px;
}
.nav-news-titel h3 {
  font-size: 1.4rem;
  margin-bottom: 0;
}
.nav-news-trenner {
  height: 10px;
  width: 100%;
  background-color: var(--design_color_yellow);
  border-radius: var(--border-radius);
}
.nav-news-teaser {
  font-size: 1rem;
  padding-top: 10px;
}
.nav-news-button {
  padding-top: 10px;
  text-align: center;
}
.nav-news-button a {
  font-size: 0.8rem;
}
.nav-news {
  text-align: center;
}
.nav-news + .nav-news {
  padding-top: 60px;
}




.asp-abteilung + .asp-abteilung {
  padding-top: 80px;
}
.asp-abteilung-personen {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}
.asp {
  display: flex;
  gap: 30px;
}
.asp-bild {
  flex: 0 0 150px;
}
.asp-bild img {
  display: block;
  width: 150px;
  height: 150px;
  border: 3px solid var(--design_color_yellow);
  border-radius: var(--border-radius);
  object-fit: cover;
}
.asp-daten {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  gap: 10px;
}





.news-eintrag {
  display: flex;
  border-bottom: 1px solid #ddd;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.news-eintrag:last-child {
  border-bottom: 0;
}

.news-bild {
  flex: 0 0 33.33333%;
  position: relative;
}

.news-bild-link {
  display: block;
}

.news-bild-link img {
  display: block;
  width: 100%;
}

.news-text {
  flex: 0 0 66.66666%;
}

.news-text-content {
  padding-left: 50px;
}

.news-eintrag-titel h2 {
  color: #1e742b;
  font-size: 26px;
  line-height: 26px;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  margin-bottom: 10px;
}

.news-eintrag-titel h2 a:hover {
  text-decoration: none;
}

.news-eintrag-datum {
  font-size: 14px;
  line-height: 1.75;
  color: #1e742b;
}

.news-eintrag-more {
  font-weight: bold;
}






#suche-feler {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 50px;
  grid-row-gap: 20px;
}

.suche-feld-titel {
  text-align: center;
}

.suche-feld-titel label {
  margin-bottom: 0;
}

.slider-table {
  display: table;
  width: 100%;
}

.slider-td {
  display: table-cell;
  vertical-align: top;
}

.slider-td.slider-left {
  width: 55px;
  text-align: center;
}

.slider-center {
  padding-left: 6px;
  padding-right: 16px;
}

.slider-td.slider-right {
  width: 55px;
  text-align: center;
}

.slider-inner {
  padding-top: 9px;
}

.noUi-target {
  box-shadow: none;
  border: 0;
  background: #dddddd;
}

.noUi-handle {
  box-shadow: none;
  border: 0;
  background: #1e742b;
}

.noUi-horizontal .noUi-handle {
  width: 23px;
  height: 23px;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  color: #fff;
  top: -8px;
}

.noUi-horizontal {
  height: 8px;
}

.noUi-handle:before {
  display: none;
}

.noUi-handle-lower.noUi-handle:after {
  content: '\2B9E';
  background: none;
  left: 5.5px;
  font-size: 16px;
}

.noUi-handle-upper.noUi-handle:after {
  content: '\2B9C';
  background: none;
  left: 4px;
  font-size: 16px;
}

.noUi-handle:after, .noUi-handle:before {
  top: -1px;
}

#suche-submit {
  padding-top: 30px;
}

#immobilien-liste {
  padding-top: 60px;
}

.immo {
  border-bottom: 1px solid #eee;
  display: flex;
  margin-bottom: 50px;
  padding-bottom: 50px;
}

.immo:last-child {
  border-bottom: 0;
}

.immo-bild {
  flex: 0 0 33.33333%;
}

.immo-bild a {
  display: block;
}

.immo-bild a img {
  display: block;
  width: 100%;
  transform: scale(1);
  transition: all 250ms ease;
}
.immo-bild a img:hover {
  transform: scale(1.07);
}

.immo-infos {
  flex-grow: 1;
}

.immo-infos-inner {
  padding-left: 50px;
}

.immo-details {
  display: flex;
  padding-bottom: 20px;
}

.immo-details-adresse {
  flex-grow: 1;
}

.immo-details-adresse div {
  padding-right: 10px;
}

.immo-details-nummer {
  flex: 0 0 175px;
  text-align: right;
}

.immo-quick-infos {
  display: flex;
  flex-wrap: wrap;
}

.immo-quick-info {
  padding-right: 15px;
  padding-bottom: 20px;
}

.immo-quick-info-name {
  padding: 0 5px 3px 5px;
  border-bottom: 1px solid #f4ae34;
}

.immo-quick-info-wert {
  padding: 3px 5px 0 5px;
}

.immo-link {
  text-align: right;
}











/* Consent Banner & Cookie Informationen */
#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: 15px;
}
.consent-banner-button>button {
  width: 100%;
}
#consent-banner-text {
  padding-bottom: 10px;
}
#consent-banner-links {
  display: flex;
  gap: 20px;
}
#consent-banner-links a {
  color: #fff;
  text-decoration: underline;
}
#consent-banner-checkboxen {
  display: flex;
  gap: 30px;
  padding-top: 10px;
  flex-wrap: wrap;
}
.cb-btn {
  background-color: #456bdc;
  color: #fff;
  border: 0;
  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;*/
  text-align: center;
  padding: 15px;
  border: 1px solid #d3d3d3;
}
.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;
}
#consent-banner-spacer {
  /*background-color: #272727;*/
}
@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) {
  .consent-banner-button {
    flex: 0 0 auto;
  }
  #content-banner-buttons {
    flex-direction: column;
  }
}

@media screen and (max-width: 450px) {
  #content-banner-buttons {
    flex-direction: column;
    gap: 10px;
  }
  .consent-banner-button {
    flex: 0 0 auto;
  }
  #consent-banner-links {
    gap: 10px;
  }
}
.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 {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.iframe-daten-info {
  background-color: rgb(248 246 246);
  padding: 50px 10px;
  text-align: center;
}
.idi-text p {
  padding-bottom: 0;
  margin-bottom: 0;
}
.idi-form {
  padding-top: 20px;
}
/* ENDE Consent Banner & Cookie Informationen */








@media screen and (max-width: 1900px){
  #news-standorte {
    grid-template-columns: 1fr;
    grid-row-gap: 65px;
    padding: 0 11%;
  }
}

@media screen and (max-width: 1800px){
  #content {
    overflow-x: hidden;
  }
}

@media screen and (max-width: 1700px){
  #navigation {
    display: none;
  }
  #hg-right-small {
    display: block;
    height: calc(100% + 58px - 2px);
    top: -58px;
    position: absolute;
    width: 250000px;
    left: 55%;
    background-color: #e2e5e6;
    z-index: -1;
  }
  #head-right-icons {
    display: none;
  }
  #mobile-menu-button {
    display: block;
  }
  #mobile-menu-button a {
    font-size: 1.2rem;
    width: 42px;
    text-align: center;
  }


  .offcanvas-title {
    flex-grow: 1;
  }
  #mobile-menu-logo{
    width: calc(100% - 85px);
    display: block;
  }
  
  #mobile-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  #mobile-menu-list > li {
    border-bottom: 1px solid #d3d3d3;
  }
  #mobile-menu-list > li:first-child {
    border-top: 1px solid #d3d3d3;
  }
  .mobile-menu-submenu1 .mobile-menu-element {
    border-top: 1px solid #d3d3d3;
  }
  .mobile-menu-submenu1 .mobile-menu-element a {
    padding-left: 20px;
  }
  
  .mobile-menu-element {
    display: flex;
    padding: 3px;
  }
  
  .mobile-menu-element > a {
    flex-grow: 1;
    display: flex;
    align-items: center;
    padding: 4px 0;
  }
  
  .mobile-menu-element-submenu-button {
    flex: 0 0 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18pt;
    border-left: 1px solid #d3d3d3;
  }
  
  .mobile-menu-submenu1 {
    padding: 0;
    margin: 0;
    list-style: none;
    display: none;
  }
  #mobile-menu-icons {
    display: flex;
    gap: 25px;
    justify-content: flex-start;
    padding: 0 0 25px 0;
  }
  #content-main {
    padding-right: 0;
  }
}

@media screen and (max-width: 1600px){
  #galerie-images, #galerie img {
    height: 760px;
  }  
}

@media screen and (max-width: 1500px){
  #head-right-phone {
    display: none;
  }
  #galerie-images, #galerie img {
    height: 700px;
  }
}

@media screen and (max-width: 1400px){
  :root {
    --content-padding: 4%;
  }
  #hg-left {
    height: 60%;
    bottom: -55px;
  }
  #news-standorte {
    padding: 0 5%;
  }
  #einleitung {
    padding-left: 5%;
    padding-right: 5%;
  }
  #galerie-images, #galerie img {
    height: 690px;
  }
}

@media screen and (max-width: 1300px){
  #galerie-images, #galerie img {
    height: 660px;
  }
}

@media screen and (max-width: 1200px){
  #galerie-images, #galerie img {
    height: 581px;
  }
  :root {
    --content-padding: 10px;
  }
  #hg-left {
    height: 52%;
    bottom: -10px;
  }
  #hg-right-small {
    top: -10px;
    height: calc(100% + 8px);
  }
  #header .wrap {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #header-folgeseite #header .wrap {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #logo img, #claim img {
    height: 50px;
  }
  #header-folgeseite.smallhead #logo img, #header-folgeseite.smallhead #claim img {
    height: 50px;
  }
  #header-folgeseite #header {
    height: 87px;
  }
  #header-folgeseite {
    height: 87px;
  }
  #header-folgeseite.smallhead {
    height: 87px;
  }
  #header-folgeseite.smallhead #header .wrap {
    padding: 10px var(--content-padding) 10px var(--content-padding);
  }
  #logo {
    padding-right: 15px;
  }
  #header {
    height: 87px;
  }
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 87px;
    background-color: #fff;
    z-index: 75;
    border-bottom: 1px solid var(--design_color_dark_grey);
  }
  #content {
    padding-top: 97px;
  }
  #content.folgeseite {
    padding-top: 97px;
  }
  #news-standorte {
    padding: 0;
  }
  #einleitung {
    padding-left: 1%;
    padding-right: 1%;
  }
  #content-fullpage {
    padding-top: 10px;
  }
  #kontakt-mobile {
    display: flex;
    padding-top: 68px;
  }
}

@media screen and (max-width: 1100px){
  #galerie-images, #galerie img {
    height: 530px;
  }
  #footer-rows {
    flex-wrap: wrap;
    gap: 35px;
    row-gap: 60px;
  }
  #footer {
    padding: 30px 10px;
  }
  .asp-abteilung-personen {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 1000px){
  #galerie-images, #galerie img {
    height: 435px;
  }
  #galerie-overlay {
    right: 10px;
    bottom: 10px;
    font-size: 1.9rem;
  }
  #news {
    display: block;
    padding-bottom: 65px;
  }
  .start-newsmeldung {
    flex-direction: column;
    gap: 10px;
  }
  .start-newsmeldung h3 {
    margin-bottom: 0;
  }
  .start-newsmeldung > div:nth-child(2) {
    height: 10px;
    border-radius: var(--border-radius);
  }
  .start-newsmeldung div:nth-child(1), .start-newsmeldung div:nth-child(2), .start-newsmeldung div:nth-child(3) {
    flex: 0 0 auto;
  }
  .start-newsmeldung:nth-child(1) > div {
    padding-bottom: 0;
  }
  .start-newsmeldung:nth-child(1) {
    padding-bottom: 80px;
  }
  #standorte-grid-underlay {
    border: 10px solid var(--design_color_yellow);
    width: 100%;
    left: 0;
    height: calc(100% - 68px - 68px);
  }
  #standorte-container {
    padding: 0 20px;
  }
  #einleitung-underlay {
    border: 10px solid var(--design_color_yellow);
  }
  .bildgala {
    grid-template-columns: repeat(3, 1fr);
  }
  #news-standorte {
    display: block;
  }
  #standorte-container-grid {
    display: block;
  }
  #standorte-grid-image {
    padding-top: 30px;
  }
  #standorte-grid-text {
    padding: 52px 10px;
  }
}

@media screen and (max-width: 768px){
  #galerie-images, #galerie img {
    height: 250px;
  }
  #footer-rows > div:nth-child(1), #footer-rows > div:nth-child(2), #footer-rows > div:nth-child(3) {
    flex: 0 0 100%;
  }
  #galerie-overlay {
    position: static;
    margin-top: 2px;
    border-radius: 0;
    font-size: 1.4rem;
    text-align: center;
    background-color: var(--design_color_dark_grey);
  }
  #standorte-grid-image img {
    max-height: 639px;
  }
  #einleitung {
    padding: calc(86px + 5%) 1% 16% 1%;
  }
  #einleitung-underlay {
    top: -5%;
    height: calc(100% + 5% + 5%);
  }
  #einleitung-text {
    padding-left: 10px;
    padding-right: 10px;
  }
  .bildgala {
    grid-template-columns: repeat(2, 1fr);
  }
  .gala-bild-container img {
    height: 175px;
  }
  .asp {
    flex-direction: column;
  }
  .imgleft, .imgright {
    float: none;
    margin-right: 0;
    margin-left: 0;
    width: 100% !important;
  }
  .news-eintrag {
    flex-direction: column;
    gap: 30px;
  }
  .news-text-content {
    padding-left: 0;
  }
  .news-bild {
    flex: 0 0 auto;
  }
  #suche-feler {
    grid-template-columns: 1fr;
  }
  .immo {
    flex-direction: column;
    gap: 30px;
  }
  .immo-infos-inner {
    padding-left: 0;
  }
  .immo-bild {
    flex: 0 0 auto;
  }
  .immo-bild a img:hover {
    transform: scale(1);
  }
  #kontakt-mobile {
    flex-direction: column;
    gap: 50px;
  }
  #phone-link-mobile {
    height: 50px;
  }
}

@media screen and (max-width: 420px){
  #claim {
    display: none;
  }
  #logo {
    padding-right: 0;
  }
}












#designbody { background: none; background-color: #fff !important; color: #1b1b1b; font-size: 10pt; font-weight: 400; font-family: Arial, Sans-serif; }
#designbody ul, #designbody ol { padding-left: 21px; }
#designbody p { padding-bottom: 1rem; }
.mceContentBody { padding-top: 0!important; }
