@charset "UTF-8";
/*
 Theme Name:   Kölner Wohnungsgesellschaft
 Description:  Child Theme for Kölner Wohnungsgesellschaft
 Author:       POWER+RADACH werbeagentur gmbh
 Author URI:   https://www.power-radach.de/
 Template:     pr-master-theme
 Version:      1.0
 Requires PHP: >8.0 
*/
html,
body {
  --primary-font: "Barlow", sans-serif;
  --secondary-font: var(--primary-font);
  --primary-color: #2F9737;
  --primary-color-dark: #0F6864;
  --primary-color-light: #ADAF15;
  --grey-light: #BFBBBB;
  --grey-dark: #1A97D7;
  --grey: #555555;
  --secondary-color: #F27C00;
  --secondary-color-dark: #D7006B;
  --secondary-color-lighter: #EDF5F2;
  --secondary-color-light: #A7CBBD;
  --tertiary-color: #edf5f2;
  --black: #000;
  --white: #fff;
  --textcolor: var(--black);
  --a-color: var(--primary-color);
  --a-text-decoration: none;
  --boxshadow: 0px 10px 80px #2929291A;
  --content-width: 1600px;
  --content-max-width: 1280px;
  --desktop-wide: 1280px;
  --global-padding: 30px;
  --grid-gutter: 30px;
  --tile-mobile-breakpoint: 768px;
  --text-max-width: 716px;
}
html .has-secondary-color-lighter-background-color,
body .has-secondary-color-lighter-background-color {
  background-color: var(--secondary-color-lighter);
}
html .has-secondary-color-light-color,
body .has-secondary-color-light-color {
  color: var(--secondary-color-light);
}
html .align-wide,
body .align-wide {
  --text-max-width: 800px;
}

@media (max-width: 580px) {
  :root {
    --content-width: calc(100vw - 60px);
  }
}
/*
@include breakpoint(tablet) {
}
*/
@media (min-width: 782px) {
  .wp-block-columns {
    flex-wrap: wrap !important;
  }
}
@media (max-width: 580px) {
  html, body {
    --global-padding: 20px;
  }
}

@media (min-width: 768px) {
  .hide-tablet-up {
    display: none;
  }
}

@media (max-width: 768px) {
  .hide-tablet {
    display: none;
  }
}

@media (min-width: 980px) {
  .hide-laptop-up {
    display: none;
  }
}

@media (max-width: 980px) {
  .hide-laptop {
    display: none;
  }
}

@media (max-width: 480px) {
  .hide-mobil {
    display: none;
  }
}

@media (min-width: 480px) {
  .hide-mobil-up {
    display: none;
  }
}

/*
@extend %paleri;
*/
/*
@extend %transition;
*/
#main-header ul.menu .menu-item.button a, #main-header ul.menu .menu-item a, html .button-outer-wrapper .button-inner-wrapper:has(.has-icon),
body .button-outer-wrapper .button-inner-wrapper:has(.has-icon) {
  transition: all 0.3s;
  transition-timing-function: cubic-bezier(0.25, 0.75, 0, 1);
}

/*
@extend %button;
*/
html,
body {
  --block-container-vertical-padding: 100px;
  --block-container-outer-container-full-padding-left: var(--global-padding);
  --block-container-outer-container-full-padding-right:var(--global-padding);
}
@media (max-width: 980px) {
  html .wp-block-cover:has(.wp-block-cover__image-background) .block-container-outer-wrapper .block-container-inner-wrapper,
  body .wp-block-cover:has(.wp-block-cover__image-background) .block-container-outer-wrapper .block-container-inner-wrapper {
    --block-container-padding-bottom: 300px;
  }
  html .wp-block-cover:has(.wp-block-cover__image-background) .block-container-outer-wrapper .block-container-inner-wrapper:has(.angebote),
  body .wp-block-cover:has(.wp-block-cover__image-background) .block-container-outer-wrapper .block-container-inner-wrapper:has(.angebote) {
    --block-container-padding-top: 200px;
  }
  html .wp-block-cover.has-regular-padding:has(.wp-block-cover__image-background) .block-container-outer-wrapper .block-container-inner-wrapper,
  body .wp-block-cover.has-regular-padding:has(.wp-block-cover__image-background) .block-container-outer-wrapper .block-container-inner-wrapper {
    --block-container-padding-bottom: var(--block-container-vertical-padding);
  }
}

html,
body {
  --home-cover-height: 700px;
  --home-eck-image-url: url("/app/uploads/eck-tuerkis.svg");
}
html .wp-block-cover,
body .wp-block-cover {
  padding: 0;
}
@media (max-width: 768px) {
  html,
  body {
    --home-cover-height: 450px;
  }
}
@media (max-width: 480px) {
  html,
  body {
    --home-cover-height: 250px;
  }
}
html .wp-block-cover .wp-block-cover__image-background,
body .wp-block-cover .wp-block-cover__image-background {
  -o-object-fit: scale-down;
     object-fit: scale-down;
  z-index: 1;
}
@media (max-width: 768px) {
  html .wp-block-cover .wp-block-cover__image-background,
  body .wp-block-cover .wp-block-cover__image-background {
    max-width: 40vw;
  }
}
html .wp-block-cover.cover,
body .wp-block-cover.cover {
  min-height: 36vw;
}
html .wp-block-cover.cover .wp-block-cover__image-background,
body .wp-block-cover.cover .wp-block-cover__image-background {
  -o-object-fit: cover;
     object-fit: cover;
  min-width: 103%;
}
html .wp-block-cover.cover:has(h1) h1,
body .wp-block-cover.cover:has(h1) h1 {
  --h1-font-size: 80px;
  --h1-margin-bottom: 4rem;
  display: block;
}
@media (max-width: 768px) {
  html .wp-block-cover.cover:has(h1) h1,
  body .wp-block-cover.cover:has(h1) h1 {
    --h1-font-size: 35px;
  }
}
html .wp-block-cover:has(h1),
body .wp-block-cover:has(h1) {
  padding: 0;
  min-height: var(--home-cover-height) !important;
}
html .wp-block-cover:has(h1):has(.has-primary-color-dark-background-color),
body .wp-block-cover:has(h1):has(.has-primary-color-dark-background-color) {
  --home-eck-image-url: url("/app/uploads/eck-primary-dark.svg") !important;
}
html .wp-block-cover:has(h1):has(.has-grey-dark-background-color),
body .wp-block-cover:has(h1):has(.has-grey-dark-background-color) {
  --home-eck-image-url: url("/app/uploads/eck-grey-dark.svg") !important;
}
html .wp-block-cover:has(h1) .wp-block-cover__image-background,
body .wp-block-cover:has(h1) .wp-block-cover__image-background {
  -o-object-fit: contain;
     object-fit: contain;
  width: 650px;
}
@media (max-width: 768px) {
  html .wp-block-cover:has(h1) .wp-block-cover__image-background,
  body .wp-block-cover:has(h1) .wp-block-cover__image-background {
    width: 360px;
  }
}
html .wp-block-cover:has(h1) .wp-block-media-text,
body .wp-block-cover:has(h1) .wp-block-media-text {
  justify-content: start;
  grid-template-columns: auto 56.4% !important;
  justify-items: end;
}
@media (max-width: 1330px) {
  html .wp-block-cover:has(h1) .wp-block-media-text,
  body .wp-block-cover:has(h1) .wp-block-media-text {
    padding-left: var(--global-padding);
  }
}
@media (min-width: 1460px) {
  html .wp-block-cover:has(h1) .wp-block-media-text,
  body .wp-block-cover:has(h1) .wp-block-media-text {
    justify-items: end;
  }
}
html .wp-block-cover:has(h1) .wp-block-media-text__content,
body .wp-block-cover:has(h1) .wp-block-media-text__content {
  padding: 0;
  position: relative;
  z-index: 1;
  transform: translateY(20px);
}
@media (max-width: 480px) {
  html .wp-block-cover:has(h1) .wp-block-media-text__content,
  body .wp-block-cover:has(h1) .wp-block-media-text__content {
    transform: translateY(70px);
  }
}
@media (min-width: 768px) {
  html .wp-block-cover:has(h1) .wp-block-media-text__content,
  body .wp-block-cover:has(h1) .wp-block-media-text__content {
    transform: translateY(66px);
  }
}
html .wp-block-cover:has(h1) .wp-block-media-text__media,
body .wp-block-cover:has(h1) .wp-block-media-text__media {
  position: absolute;
  right: 0;
}
@media (max-width: 1460px) {
  html .wp-block-cover:has(h1) .wp-block-media-text__media,
  body .wp-block-cover:has(h1) .wp-block-media-text__media {
    transform: translateX(3vw);
  }
}
@media (max-width: 1281px) {
  html .wp-block-cover:has(h1) .wp-block-media-text__media,
  body .wp-block-cover:has(h1) .wp-block-media-text__media {
    transform: translateX(16vw);
  }
}
@media (max-width: 980px) {
  html .wp-block-cover:has(h1) .wp-block-media-text__media,
  body .wp-block-cover:has(h1) .wp-block-media-text__media {
    transform: translateX(28vw);
  }
}
@media (max-width: 768px) {
  html .wp-block-cover:has(h1) .wp-block-media-text__media,
  body .wp-block-cover:has(h1) .wp-block-media-text__media {
    transform: translateX(29vw);
  }
}
@media (max-width: 580px) {
  html .wp-block-cover:has(h1) .wp-block-media-text__media,
  body .wp-block-cover:has(h1) .wp-block-media-text__media {
    transform: translateX(50vw);
  }
}
@media (max-width: 480px) {
  html .wp-block-cover:has(h1) .wp-block-media-text__media,
  body .wp-block-cover:has(h1) .wp-block-media-text__media {
    transform: translateX(5vw);
  }
}
html .wp-block-cover:has(h1) .wp-block-media-text__media img,
body .wp-block-cover:has(h1) .wp-block-media-text__media img {
  height: var(--home-cover-height);
  width: auto;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 39% 100%, 31% 91%, 20% 41%, 34% 0);
          clip-path: polygon(100% 0, 100% 100%, 39% 100%, 31% 91%, 20% 41%, 34% 0);
}
html .wp-block-cover:has(h1) .wp-block-media-text__media:before,
body .wp-block-cover:has(h1) .wp-block-media-text__media:before {
  content: "";
  position: absolute;
  top: -13%;
  left: auto;
  width: 221px;
  height: 341px;
  background: var(--home-eck-image-url) no-repeat center center/cover;
  transform: translate(55%, 0%) rotate(14deg);
  transform-origin: center;
}
@media (max-width: 768px) {
  html .wp-block-cover:has(h1) .wp-block-media-text__media:before,
  body .wp-block-cover:has(h1) .wp-block-media-text__media:before {
    top: -26%;
    left: 0;
    width: 176px;
    height: 293px;
    transform: translate(38%, 0%) rotate(14deg);
  }
}
@media (max-width: 480px) {
  html .wp-block-cover:has(h1) .wp-block-media-text__media:before,
  body .wp-block-cover:has(h1) .wp-block-media-text__media:before {
    top: -79%;
    left: 0;
    width: 113px;
    height: 292px;
    transform: translate(32%, 0%) rotate(14deg);
  }
}
@media (max-width: 580px) {
  html .wp-block-cover:has(.jalousie-outer-wrapper) .wp-block-cover__image-background,
  body .wp-block-cover:has(.jalousie-outer-wrapper) .wp-block-cover__image-background {
    display: none;
  }
}
html.single-post .wp-block-cover:not(:has(h1)) .wp-block-cover__image-background,
body.single-post .wp-block-cover:not(:has(h1)) .wp-block-cover__image-background {
  -o-object-fit: cover;
     object-fit: cover;
  top: 100px;
}
@media (max-width: 980px) {
  html.single-post .wp-block-cover:not(:has(h1)) .wp-block-cover__image-background,
  body.single-post .wp-block-cover:not(:has(h1)) .wp-block-cover__image-background {
    top: 47px;
  }
}
@media (max-width: 768px) {
  html.single-post .wp-block-cover:not(:has(h1)) .wp-block-cover__image-background,
  body.single-post .wp-block-cover:not(:has(h1)) .wp-block-cover__image-background {
    max-width: none;
  }
}

html,
body {
  --button-font-size: 16px;
  --button-font-weight: 400;
  --button-border-radius: 0px;
  --buttons-gap: 20px;
  --button-background-color: var(--primary-color);
  --button-hover-background-color: var(--primary-color-light);
  --button-padding-left: 44px;
  --button-padding-right: 44px;
  --button-padding-top: 10px;
  --button-padding-botom: 10px;
}
html article .wp-block-button__link,
body article .wp-block-button__link {
  width: 174px;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
@media (max-width: 768px) {
  html article .wp-block-button__link,
  body article .wp-block-button__link {
    width: 146px;
  }
}
html .force-white-color,
body .force-white-color {
  --button-color: var(--primary-color);
  --button-hover-color: var(--white);
  --button-background-color: var(--white);
  --button-hover-background-color: var(--secondary-color);
}
html .has-white-background-color,
body .has-white-background-color {
  --button-color: var(--black);
  --button-hover-color: var(--white);
  --button-background-color: var(--white);
  --button-border-width: 1px;
  --button-border-color: #ddd;
  --button-font-weight: 400;
}
html .has-white-background-color:hover,
body .has-white-background-color:hover {
  --wp--preset--color--white: var(--primary-color);
  --button-border-color: var(--primary-color);
}
@media (max-width: 768px) {
  html,
  body {
    --button-padding-left: 22px;
    --button-padding-right: 22px;
    --button-padding-top: 15px;
    --button-padding-bottom: 15px;
  }
}
html .buttons-outer-wrapper .buttons-inner-wrapper .wp-block-buttons,
body .buttons-outer-wrapper .buttons-inner-wrapper .wp-block-buttons {
  row-gap: 0;
}
html .button-outer-wrapper .button-inner-wrapper:has(.has-icon),
body .button-outer-wrapper .button-inner-wrapper:has(.has-icon) {
  background-color: var(--button-background-color);
  padding-right: 20px;
}
html .button-outer-wrapper .button-inner-wrapper:has(.has-icon):hover,
body .button-outer-wrapper .button-inner-wrapper:has(.has-icon):hover {
  background-color: var(--button-hover-background-color);
}
html .button-outer-wrapper .button-inner-wrapper:has(.has-icon) .wp-block-button.has-icon,
body .button-outer-wrapper .button-inner-wrapper:has(.has-icon) .wp-block-button.has-icon {
  --button-padding-right: 20px;
  --button-padding-left: 30px;
  --icon-background-color: var(--primary-color);
  --icon-background-color: transparent;
  --icon-background-position: center right;
  --icon-padding-left: 0;
  padding-right: 20px;
}
html .button-outer-wrapper .button-inner-wrapper:has(.has-icon) .wp-block-button.has-icon .wp-block-button__link,
body .button-outer-wrapper .button-inner-wrapper:has(.has-icon) .wp-block-button.has-icon .wp-block-button__link {
  width: auto;
  --button-background-color: transparent;
  --button-hover-background-color: transparent;
}
html .button.gform_button_select_files,
body .button.gform_button_select_files {
  --button-background-color: var(--secondary-color);
  cursor: pointer;
}

html,
body {
  --jalousie-head-container-background-color: var(--primary-color);
  --jalousie-head-font-size: 20px;
  --jalousie-head-line-height: 1.25;
  --jalousie-head-color: #fff;
  --jalousie-head-container-border-width: 0px;
  --jalousie-head-container-border-top-width: 0px;
  --jalousie-head-container-padding: 0;
  --jalousie-head-padding: 0 45px 0 25px;
  --jalousie-content-padding: 30px 30px 10px 30px;
  --jalousie-margin: 0px;
  --jalousie-head-container-margin: 20px 0 0 0;
  --jalousie-head-letter-space: 0;
  --jalousie-max-width: 900px;
  --jalousie-arrow-width: auto;
  --jalousie-arrow-font-family: var(--font-awesome-font-family);
  --jalousie-arrow-font-size: 20px;
  --jalousie-arrow-line-height: 1;
  --jalousie-arrow-font-weight: 400;
  --jalousie-arrow-color: #fff;
  --jalousie-arrow-top: 25px;
  --jalousie-open-arrow-top: 25px;
}
@media (max-width: 768px) {
  html,
  body {
    --jalousie-head-container-margin: 20px 0 0 0;
    --jalousie-content-padding: 25px 15px 15px 15px;
  }
}
html #wrapper .wp-block-cover:has(.has-primary-color-dark-background-color),
body #wrapper .wp-block-cover:has(.has-primary-color-dark-background-color) {
  --jalousie-head-container-background-color: white;
  --jalousie-head-color: var(--primary-color);
  --jalousie-arrow-color: var(--primary-color);
}
html #wrapper .wp-block-cover:has(.has-primary-color-dark-background-color) .jalousie-outer-wrapper .jalousie-header-container:hover,
body #wrapper .wp-block-cover:has(.has-primary-color-dark-background-color) .jalousie-outer-wrapper .jalousie-header-container:hover {
  --jalousie-head-container-background-color: white;
}
html #wrapper .wp-block-cover:has(.has-primary-color-dark-background-color) .jalousie-outer-wrapper .jalousie-header-text:hover,
body #wrapper .wp-block-cover:has(.has-primary-color-dark-background-color) .jalousie-outer-wrapper .jalousie-header-text:hover {
  --jalousie-head-color: var(--primary-color);
}
html #wrapper .wp-block-cover:has(.has-primary-color-dark-background-color) .jalousie-outer-wrapper .jalousie-content,
body #wrapper .wp-block-cover:has(.has-primary-color-dark-background-color) .jalousie-outer-wrapper .jalousie-content {
  background-color: #fff;
  max-width: var(--jalousie-max-width);
  border-top: 1px solid var(--primary-color);
}
html #wrapper .jalousie-outer-wrapper .jalousie-header-container,
body #wrapper .jalousie-outer-wrapper .jalousie-header-container {
  max-width: var(--jalousie-max-width);
  height: 70px;
  display: flex;
  align-items: center;
}
html #wrapper .jalousie-outer-wrapper .jalousie-header-container:after,
body #wrapper .jalousie-outer-wrapper .jalousie-header-container:after {
  font-family: var(--font-awesome-font-family);
  content: "+";
  right: 20px;
  left: auto;
}
html #wrapper .jalousie-outer-wrapper.open .jalousie-header-container:after,
body #wrapper .jalousie-outer-wrapper.open .jalousie-header-container:after {
  content: "\f068";
  --jalousie-arrow-top: var(--jalousie-open-arrow-top);
}
html #wrapper .jalousie-outer-wrapper:last-child,
body #wrapper .jalousie-outer-wrapper:last-child {
  padding-bottom: 50px;
}
@media (max-width: 980px) {
  html #wrapper .jalousie-outer-wrapper:last-child,
  body #wrapper .jalousie-outer-wrapper:last-child {
    padding-bottom: 10px;
  }
}
html #wrapper .jalousie-outer-wrapper .jalousie-content,
body #wrapper .jalousie-outer-wrapper .jalousie-content {
  --p-font-size: 18px;
}
@media (max-width: 768px) {
  html #wrapper .jalousie-outer-wrapper .jalousie-content,
  body #wrapper .jalousie-outer-wrapper .jalousie-content {
    width: auto;
  }
}
html #wrapper .jalousie-outer-wrapper .jalousie-header-text:hover,
body #wrapper .jalousie-outer-wrapper .jalousie-header-text:hover {
  --jalousie-head-color: var(--white);
}
html #wrapper .jalousie-outer-wrapper .jalousie-header-container:hover,
body #wrapper .jalousie-outer-wrapper .jalousie-header-container:hover {
  --jalousie-head-container-background-color: var(--primary-color-light);
}
html #wrapper .jalousie-outer-wrapper.red,
body #wrapper .jalousie-outer-wrapper.red {
  --jalousie-head-container-background-color: var(--secondary-color-dark);
}
html #wrapper .jalousie-outer-wrapper.green-dark,
body #wrapper .jalousie-outer-wrapper.green-dark {
  --jalousie-head-container-background-color: var(--primary-color-dark);
}
html #wrapper .jalousie-outer-wrapper.blue,
body #wrapper .jalousie-outer-wrapper.blue {
  --jalousie-head-container-background-color: var(--grey-dark);
}
html #wrapper .jalousie-outer-wrapper.orange,
body #wrapper .jalousie-outer-wrapper.orange {
  --jalousie-head-container-background-color: var(--secondary-color);
}
html #wrapper .jalousie-outer-wrapper.tuerkis,
body #wrapper .jalousie-outer-wrapper.tuerkis {
  --jalousie-head-container-background-color: var(--secondary-color-light);
}
html #wrapper .jalousie-outer-wrapper.grey,
body #wrapper .jalousie-outer-wrapper.grey {
  --jalousie-head-container-background-color: var(--grey-light);
}
html #wrapper .jalousie-outer-wrapper .jalousie-content .wp-block-media-text__content p,
body #wrapper .jalousie-outer-wrapper .jalousie-content .wp-block-media-text__content p {
  margin-left: 0;
}

html .wp-block-post-template,
body .wp-block-post-template {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 768px) {
  html .wp-block-post-template,
  body .wp-block-post-template {
    flex-wrap: wrap;
    gap: 40px;
  }
}
html .wp-block-post-template li.wp-block-post,
body .wp-block-post-template li.wp-block-post {
  flex-basis: 33%;
  box-shadow: var(--boxshadow);
  border-radius: 10px;
}
@media (max-width: 768px) {
  html .wp-block-post-template li.wp-block-post,
  body .wp-block-post-template li.wp-block-post {
    flex-basis: 100%;
    max-width: 400px;
    margin: auto;
  }
}
html .wp-block-post-template li.wp-block-post .wp-block-post-featured-image,
body .wp-block-post-template li.wp-block-post .wp-block-post-featured-image {
  margin-bottom: 0;
}
html .wp-block-post-template li.wp-block-post .wp-block-post-featured-image img,
body .wp-block-post-template li.wp-block-post .wp-block-post-featured-image img {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
html .wp-block-post-template li.wp-block-post .wp-block-group,
body .wp-block-post-template li.wp-block-post .wp-block-group {
  padding: 0px 30px 30px;
  min-height: 300px;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
}
@media (max-width: 768px) {
  html .wp-block-post-template li.wp-block-post .wp-block-group,
  body .wp-block-post-template li.wp-block-post .wp-block-group {
    min-height: auto;
  }
}
html .wp-block-post-template li.wp-block-post .wp-block-group .post-title-outer-wrapper,
body .wp-block-post-template li.wp-block-post .wp-block-group .post-title-outer-wrapper {
  margin-left: 0;
  min-height: 80px;
}
@media (max-width: 768px) {
  html .wp-block-post-template li.wp-block-post .wp-block-group .post-title-outer-wrapper,
  body .wp-block-post-template li.wp-block-post .wp-block-group .post-title-outer-wrapper {
    min-height: 60px;
  }
}
html .wp-block-post-template li.wp-block-post .wp-block-group .post-title-outer-wrapper h3,
body .wp-block-post-template li.wp-block-post .wp-block-group .post-title-outer-wrapper h3 {
  margin-bottom: 0;
  margin-left: 0 !important;
}
html .wp-block-post-template li.wp-block-post .wp-block-group .wp-block-post-excerpt,
body .wp-block-post-template li.wp-block-post .wp-block-group .wp-block-post-excerpt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 170px;
}
@media (max-width: 768px) {
  html .wp-block-post-template li.wp-block-post .wp-block-group .wp-block-post-excerpt,
  body .wp-block-post-template li.wp-block-post .wp-block-group .wp-block-post-excerpt {
    min-height: auto;
  }
}
html .wp-block-post-template li.wp-block-post .wp-block-group .wp-block-post-excerpt__excerpt,
body .wp-block-post-template li.wp-block-post .wp-block-group .wp-block-post-excerpt__excerpt {
  margin-bottom: 30px;
  color: #555;
  line-height: 29px;
  font-size: 19px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

html,
body {
  --tile-v1-padding: 30px 50px;
  --tile-column-mobile-width: 245px;
  --tile-v1-title-font-size: 22px;
  --tile-v1-title-text-transform: uppercase;
  --tile-v1-title-color: black;
  --tile-v1-title-line-height: 1;
  --tile-v1-title-padding: 0 0 15px 0;
  --tile-v1-image-margin-top: 0;
  --tile-v1-image-margin-bottom: 25px;
  --tile-v1-description-font-size: 18px;
  --tile-v1-description-color: var(--grey);
}
html .tile-outer-wrapper,
body .tile-outer-wrapper {
  box-shadow: var(--boxshadow);
  border-radius: 10px;
}
html .tile-container[type="1"],
body .tile-container[type="1"] {
  display: flex;
  flex-direction: column;
}
html .tile-container[type="1"] .tile-image,
body .tile-container[type="1"] .tile-image {
  order: -1;
}
@media (max-width: 768px) {
  html,
  body {
    --tile-justify-content: center;
  }
  html .tileswrapper-outer-wrapper .tileswrapper-inner-wrapper .tileswrapper.show-as-grid[rowlen="4"] > *:not(.custom-width),
  body .tileswrapper-outer-wrapper .tileswrapper-inner-wrapper .tileswrapper.show-as-grid[rowlen="4"] > *:not(.custom-width) {
    min-width: var(--tile-column-mobile-width);
  }
  html .tileswrapper-inner-wrapper .tileswrapper,
  body .tileswrapper-inner-wrapper .tileswrapper {
    gap: var(--grid-gutter);
  }
}

html .wp-block-heading.angebote,
body .wp-block-heading.angebote {
  color: #fff !important;
  text-align: center;
  background: var(--secondary-color);
  border-radius: 50%;
  height: 270px;
  width: 270px;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 5%;
  top: 60px;
  transform: rotate(7deg);
  font-weight: bold;
  padding-bottom: 25px;
}
@media (max-width: 1281px) {
  html .wp-block-heading.angebote,
  body .wp-block-heading.angebote {
    zoom: 0.8;
  }
}
@media (max-width: 980px) {
  html .wp-block-heading.angebote,
  body .wp-block-heading.angebote {
    zoom: 0.6;
  }
}
@media (max-width: 480px) {
  html .wp-block-heading.angebote,
  body .wp-block-heading.angebote {
    zoom: 0.5;
  }
}
html .wp-block-heading.angebote .vorhanden,
body .wp-block-heading.angebote .vorhanden {
  display: none;
}
html .wp-block-heading.angebote.angebote--vorhanden,
body .wp-block-heading.angebote.angebote--vorhanden {
  background: var(--primary-color);
  padding-bottom: 9px;
}
html .wp-block-heading.angebote.angebote--vorhanden .vorhanden,
body .wp-block-heading.angebote.angebote--vorhanden .vorhanden {
  display: block;
}
html .wp-block-heading.angebote.angebote--vorhanden .nicht-vorhanden,
body .wp-block-heading.angebote.angebote--vorhanden .nicht-vorhanden {
  display: none;
}

html,
body {
  --ansprechpartner-container-margin: 0 0 40px;
  --ansprechpartner-photo-max-width: 250px;
  --ansprechpartner-horizontal-photo-min-width: var(--ansprechpartner-photo-max-width);
  --ansprechpartner-details-padding: 0;
  --ansprechpartner-details-margin: 0;
  --ansprechpartner-details-margin-bottom: 0px;
  --ansprechpartner-name-color: black;
  --ansprechpartner-name-margin-top: 20px;
  --ansprechpartner-vertical-detail-name-margin-bottom: 0px;
  --ansprechpartner-name-font-size: 24px;
  --ansprechpartner-detail-phone-before-content: "";
  --ansprechpartner-detail-phone-before-font-family:
      var(--font-awesome-font-family);
  --ansprechpartner-detail-mail-before-content: "";
  --ansprechpartner-detail-mail-before-font-family:
      var(--font-awesome-font-family);
  --ansprechpartner-detail-phone-before-font-weight: bold;
  --ansprechpartner-detail-mail-before-font-weight: bold;
  --ansprechpartner-detail-phone-before-font-size: 25px;
  --ansprechpartner-detail-mail-before-font-size: 25px;
  --ansprechpartner-detail-phone-before-margin: 0 15px 0 0;
  --ansprechpartner-detail-mail-before-margin: 0 15px 0 0;
}
html #wrapper .jalousie-outer-wrapper .jalousie-inner-wrapper .jalousie-content:has(.ansprechpartner-outer-wrapper),
body #wrapper .jalousie-outer-wrapper .jalousie-inner-wrapper .jalousie-content:has(.ansprechpartner-outer-wrapper) {
  --jalousie-content-padding: 30px 30px 1px 0;
}
@media (min-width: 580px) {
  html .ansprechpartner-container.show-horizontal,
  body .ansprechpartner-container.show-horizontal {
    gap: 30px;
  }
}
html .ansprechpartner-container.show-vertical .ansprechpartner-details-container,
html .ansprechpartner-container.show-horizontal .ansprechpartner-details-container,
body .ansprechpartner-container.show-vertical .ansprechpartner-details-container,
body .ansprechpartner-container.show-horizontal .ansprechpartner-details-container {
  padding: 0;
  width: 100%;
}
html .ansprechpartner-container.show-vertical p.ansprechpartner-detail,
html .ansprechpartner-container.show-horizontal p.ansprechpartner-detail,
body .ansprechpartner-container.show-vertical p.ansprechpartner-detail,
body .ansprechpartner-container.show-horizontal p.ansprechpartner-detail {
  order: -1;
  margin: 0;
}
html .ansprechpartner-container.show-vertical p.ansprechpartner-detail .ansprechpartner-detail-name,
html .ansprechpartner-container.show-horizontal p.ansprechpartner-detail .ansprechpartner-detail-name,
body .ansprechpartner-container.show-vertical p.ansprechpartner-detail .ansprechpartner-detail-name,
body .ansprechpartner-container.show-horizontal p.ansprechpartner-detail .ansprechpartner-detail-name {
  text-transform: uppercase;
}
html .ansprechpartner-container.show-vertical .ansprechpartner-detail.ansprechpartner-detail-more,
html .ansprechpartner-container.show-horizontal .ansprechpartner-detail.ansprechpartner-detail-more,
body .ansprechpartner-container.show-vertical .ansprechpartner-detail.ansprechpartner-detail-more,
body .ansprechpartner-container.show-horizontal .ansprechpartner-detail.ansprechpartner-detail-more {
  --ansprechpartner-details-font-size: 20px;
  --ansprechpartner-details-margin-bottom: 0px;
  order: -1;
  margin: 4px 0 10px !important;
}
html .ansprechpartner-container.show-vertical .ansprechpartner-detail:before,
html .ansprechpartner-container.show-horizontal .ansprechpartner-detail:before,
body .ansprechpartner-container.show-vertical .ansprechpartner-detail:before,
body .ansprechpartner-container.show-horizontal .ansprechpartner-detail:before {
  color: var(--primary-color);
  transform: translateY(5px);
  display: inline-block;
}
html .ansprechpartner-container.show-vertical .ansprechpartner-detail.ansprechpartner-detail-phone,
html .ansprechpartner-container.show-horizontal .ansprechpartner-detail.ansprechpartner-detail-phone,
body .ansprechpartner-container.show-vertical .ansprechpartner-detail.ansprechpartner-detail-phone,
body .ansprechpartner-container.show-horizontal .ansprechpartner-detail.ansprechpartner-detail-phone {
  --ansprechpartner-details-margin-bottom: 10px;
}
html .ansprechpartner-container.show-vertical .ansprechpartner-detail.ansprechpartner-detail-phone:hover,
html .ansprechpartner-container.show-horizontal .ansprechpartner-detail.ansprechpartner-detail-phone:hover,
body .ansprechpartner-container.show-vertical .ansprechpartner-detail.ansprechpartner-detail-phone:hover,
body .ansprechpartner-container.show-horizontal .ansprechpartner-detail.ansprechpartner-detail-phone:hover {
  text-decoration: underline;
}
html .ansprechpartner-container.show-vertical .ansprechpartner-detail.ansprechpartner-detail-mail:hover,
html .ansprechpartner-container.show-horizontal .ansprechpartner-detail.ansprechpartner-detail-mail:hover,
body .ansprechpartner-container.show-vertical .ansprechpartner-detail.ansprechpartner-detail-mail:hover,
body .ansprechpartner-container.show-horizontal .ansprechpartner-detail.ansprechpartner-detail-mail:hover {
  text-decoration: underline;
}
html .ansprechpartner-container.show-vertical .ansprechpartner-detail.ansprechpartner-detail-mail:before,
html .ansprechpartner-container.show-horizontal .ansprechpartner-detail.ansprechpartner-detail-mail:before,
body .ansprechpartner-container.show-vertical .ansprechpartner-detail.ansprechpartner-detail-mail:before,
body .ansprechpartner-container.show-horizontal .ansprechpartner-detail.ansprechpartner-detail-mail:before {
  transform: translateY(3px);
}

html,
body {
  --list-item-padding-left: 45px;
}
html ul,
body ul {
  --list-item-before-content: url("/app/themes/kwg-theme/img/caret-right.svg");
  --list-item-before-width: 0px;
  --list-item-before-height: 0px;
  --list-item-top: 3px;
  --list-margin-top: 0;
  --list-margin-bottom: 50px;
  --list-item-top: calc(100% / 2 - 20px);
}
html ol,
body ol {
  --list-margin-top: 0;
  --list-margin-bottom: 50px;
  --list-item-top: 4px;
  --list-item-before-background: var(--secondary-color);
  --list-item-before-width: 30px;
  --list-item-before-height: 30px;
  counter-reset: counter;
  --list-item-before-content: counter(counter);
}
html ol li:before,
body ol li:before {
  counter-increment: counter;
  display: flex !important;
  justify-content: center;
  align-items: center;
  line-height: 1px;
  color: #fff;
}

@media (min-width: 1025px) {
  html .tileswrapper-outer-wrapper .tileswrapper-inner-wrapper .tileswrapper.show-as-carousel.show-arrows .owl-nav,
  body .tileswrapper-outer-wrapper .tileswrapper-inner-wrapper .tileswrapper.show-as-carousel.show-arrows .owl-nav {
    display: none;
  }
}
html .tileswrapper-outer-wrapper .tileswrapper-inner-wrapper .tileswrapper.show-as-carousel.show-arrows .owl-nav button.owl-prev,
body .tileswrapper-outer-wrapper .tileswrapper-inner-wrapper .tileswrapper.show-as-carousel.show-arrows .owl-nav button.owl-prev {
  rotate: 180deg;
  transform: translateY(31px);
}
html .kwg_bestand .owl-item .image-outer-wrapper .image-inner-wrapper .wp-block-image img,
body .kwg_bestand .owl-item .image-outer-wrapper .image-inner-wrapper .wp-block-image img {
  height: 373px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1025px) {
  html .kwg_bestand .owl-item .image-outer-wrapper .image-inner-wrapper .wp-block-image img,
  body .kwg_bestand .owl-item .image-outer-wrapper .image-inner-wrapper .wp-block-image img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
html .kwg_bestand .tileswrapper-outer-wrapper .tileswrapper-inner-wrapper .tileswrapper.show-as-carousel.show-arrows .owl-nav,
body .kwg_bestand .tileswrapper-outer-wrapper .tileswrapper-inner-wrapper .tileswrapper.show-as-carousel.show-arrows .owl-nav {
  --tileswrapper-next-left: calc(100% - 65px);
}
@media (max-width: 1350px) {
  html .kwg_bestand .tileswrapper-outer-wrapper .tileswrapper-inner-wrapper .tileswrapper.show-as-carousel.show-arrows .owl-nav .owl-next.owl-next,
  body .kwg_bestand .tileswrapper-outer-wrapper .tileswrapper-inner-wrapper .tileswrapper.show-as-carousel.show-arrows .owl-nav .owl-next.owl-next {
    --tileswrapper-next-left: calc(100% - 42px);
  }
}
@media (min-width: 1025px) {
  html .kwg_bestand .tileswrapper-outer-wrapper .tileswrapper-inner-wrapper .tileswrapper.show-as-carousel.show-arrows .owl-nav,
  body .kwg_bestand .tileswrapper-outer-wrapper .tileswrapper-inner-wrapper .tileswrapper.show-as-carousel.show-arrows .owl-nav {
    display: block;
  }
}
html .fancybox__content,
body .fancybox__content {
  width: 90vw !important;
  height: 88vh !important;
}
html .fancybox__footer,
body .fancybox__footer {
  display: none;
}

html .gallery-container[type="2"] .gallery-opener .gallery-texts,
body .gallery-container[type="2"] .gallery-opener .gallery-texts {
  display: block;
}
html .gallery-container[type="2"] .gallery-column.gallery-left .gallery-opener:hover .gallery-texts,
body .gallery-container[type="2"] .gallery-column.gallery-left .gallery-opener:hover .gallery-texts {
  transform: translateY(150px);
}
html .gallery-container[type="2"] .gallery-column.gallery-left .gallery-opener .gallery-texts .gallery-excerpt,
body .gallery-container[type="2"] .gallery-column.gallery-left .gallery-opener .gallery-texts .gallery-excerpt {
  background: var(--primary-color);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1px 5px 5px;
  line-height: 1;
}
html .gallery-container[type="2"] .gallery-column.gallery-right.gallery-opener .gallery-texts .gallery-excerpt,
body .gallery-container[type="2"] .gallery-column.gallery-right.gallery-opener .gallery-texts .gallery-excerpt {
  background: var(--primary-color);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1px 5px 5px;
  line-height: 1;
}
html figure.wp-block-gallery.has-nested-images,
body figure.wp-block-gallery.has-nested-images {
  align-items: normal;
  display: flex;
  justify-content: center;
  gap: 40px;
}
html figure.wp-block-gallery.has-nested-images .image-outer-wrapper,
body figure.wp-block-gallery.has-nested-images .image-outer-wrapper {
  margin: 0;
}
html figure.wp-block-gallery.has-nested-images .image-outer-wrapper .wp-block-image:not(#individual-image),
body figure.wp-block-gallery.has-nested-images .image-outer-wrapper .wp-block-image:not(#individual-image) {
  width: auto;
}
html figure.wp-block-gallery.has-nested-images .image-outer-wrapper figcaption,
body figure.wp-block-gallery.has-nested-images .image-outer-wrapper figcaption {
  background: none;
  bottom: -29px;
  color: var(--primary-color);
  font-style: normal;
}

html .project,
body .project {
  --h4-color: var(--primary-color);
  --h4-font-weight: 600;
  --h4-margin-bottom: 0;
  --h3-margin-bottom: 0.75em;
  --list-margin-bottom: 20px !important;
}
html .project .wp-block-media-text,
body .project .wp-block-media-text {
  margin-top: 2em;
}
@media (max-width: 580px) {
  html .project .wp-block-media-text,
  body .project .wp-block-media-text {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}
html .project .wp-block-media-text__content,
body .project .wp-block-media-text__content {
  padding-left: 0;
}
@media (max-width: 580px) {
  html .project .wp-block-media-text__content,
  body .project .wp-block-media-text__content {
    padding-right: 0;
  }
}
@media (max-width: 580px) {
  html .project .wp-block-media-text__media,
  body .project .wp-block-media-text__media {
    align-self: normal !important;
  }
}
html .project .wp-block-group,
body .project .wp-block-group {
  align-content: flex-start;
  gap: 0;
  margin-bottom: 10px;
  flex-direction: column;
}
html .project .wp-block-group *,
body .project .wp-block-group * {
  margin-left: 0;
}
html .project .wp-block-group .number,
body .project .wp-block-group .number {
  --p-margin-bottom: 0;
  --p-font-weight: 400;
  --p-strong-font-weight: 400;
  --wp--preset--font-size--large: 40px;
  margin-left: 0;
}
html .project ul,
body .project ul {
  max-width: var(--text-max-width);
  margin: var(--list-container-margin, 0 auto var(--p-margin-bottom) auto);
  margin-top: 30px;
  padding: var(--list-container-padding, 0 0 0 8px);
  width: 100%;
}
html .project ul li,
body .project ul li {
  color: var(--p-color);
  padding-left: var(--list-item-padding-left, var(--list-item-before-width, 10px));
  margin: 15px 0 30px 0;
  list-style: none;
  position: relative;
}
html .project ul li:before,
body .project ul li:before {
  content: var(--list-item-before-content, "");
  position: absolute;
  top: var(--list-item-top, 8px);
  left: 0;
}
html .project__dark,
body .project__dark {
  background-color: var(--primary-color-dark);
  --h4-color: var(--secondary-color-light);
  --h3-color: white;
  --p-color: white;
  --p-strong-color: white;
  --p-strong-font-weight: 400;
}
html .project__dark ul,
body .project__dark ul {
  --list-item-before-content: url(/app/themes/kwg-theme/img/caret-right-white.svg);
}
html .project__dark .wp-block-group,
body .project__dark .wp-block-group {
  --p-strong-color: #fff;
}
html .project__dark .wp-block-group .has-large-font-size,
body .project__dark .wp-block-group .has-large-font-size {
  --p-strong-color: var(--secondary-color-light);
}
html .project__light .wp-block-group .has-large-font-size,
body .project__light .wp-block-group .has-large-font-size {
  --p-strong-color: var(--primary-color);
}

html .link-container,
body .link-container {
  --p-font-size: 20px;
  --p-font-weight: 600;
  --p-color: var(--primary-color);
}

html .gform_required_legend,
html .charleft,
body .gform_required_legend,
body .charleft {
  display: none !important;
}
html .gform_wrapper.gravity-theme .gform_fields,
body .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 20px;
}
html .gform_wrapper.gravity-theme .gfield_label,
body .gform_wrapper.gravity-theme .gfield_label {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 5px;
}
html .gform_wrapper.gravity-theme .gfield input,
html .gform_wrapper.gravity-theme .gfield select,
html .gform_wrapper.gravity-theme .gfield textarea,
body .gform_wrapper.gravity-theme .gfield input,
body .gform_wrapper.gravity-theme .gfield select,
body .gform_wrapper.gravity-theme .gfield textarea {
  font-family: var(--primary-font);
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 9px;
}
html .gform_wrapper.gravity-theme .gform_button.button,
body .gform_wrapper.gravity-theme .gform_button.button {
  cursor: pointer;
}
html .gform_wrapper.gravity-theme .gfield_required.gfield_required_asterisk,
body .gform_wrapper.gravity-theme .gfield_required.gfield_required_asterisk {
  color: var(--primary-color);
}
html .gform_wrapper.gravity-theme .ginput_container_consent,
body .gform_wrapper.gravity-theme .ginput_container_consent {
  display: flex;
  align-items: flex-start;
}
html .gform_wrapper.gravity-theme .gfield_consent_label,
body .gform_wrapper.gravity-theme .gfield_consent_label {
  font-size: 15px;
}
html .gform_wrapper.gravity-theme input[type=checkbox],
body .gform_wrapper.gravity-theme input[type=checkbox] {
  zoom: 1.5;
  box-shadow: none;
  transform: translateY(2px);
  margin: 0 5px 0 0;
  align-self: flex-start;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px;
}
html .gform_wrapper.gravity-theme input[type=checkbox]:checked,
body .gform_wrapper.gravity-theme input[type=checkbox]:checked {
  padding: 0;
}
html .gform_wrapper.gravity-theme input[type=checkbox]:checked:before,
body .gform_wrapper.gravity-theme input[type=checkbox]:checked:before {
  content: "✓";
  display: block;
  text-align: center;
  color: white;
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  border-radius: 3px;
  font-weight: 600;
  font-size: 17px;
  line-height: 20px;
  width: 20px;
  height: 20px;
}
html .gform_wrapper.gravity-theme .gform_validation_errors,
body .gform_wrapper.gravity-theme .gform_validation_errors {
  box-shadow: none;
  border-color: #fdbfb1;
  -webkit-padding-start: 16px;
          padding-inline-start: 16px;
  color: var(--secondary-color);
  font-size: 19px;
}
html .gform_wrapper.gravity-theme .gform_validation_errors ol,
body .gform_wrapper.gravity-theme .gform_validation_errors ol {
  display: none;
}
html .gform_wrapper.gravity-theme .gfield_validation_message,
body .gform_wrapper.gravity-theme .gfield_validation_message {
  display: none;
}
html .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true],
body .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
  border: 1px solid #fdbfb1;
  background: #fff9f9;
}
html .gform_wrapper.gravity-theme .gfield_error label,
body .gform_wrapper.gravity-theme .gfield_error label {
  color: initial;
}
html .gform_wrapper.gravity-theme .button,
body .gform_wrapper.gravity-theme .button {
  border-radius: var(--button-border-radius, var(--border-radius, 0));
  border: var(--button-border-width, 0) solid var(--button-border-color, var(--primary-color));
  color: var(--button-color, #fff) !important;
  background-color: var(--secondary-color);
  font-family: var(--button-font-family, var(--secondary-font, var(--primary-font)));
  font-size: var(--button-font-size, var(--p-font-size));
  line-height: var(--button-line-height, var(--p-line-height));
  font-weight: var(--button-font-weight, var(--p-font-weight));
  padding: var(--button-padding-top, var(--button-padding, 10px)) var(--button-padding-right, var(--button-padding, 30px)) var(--button-padding-bottom, var(--button-padding, 10px)) var(--button-padding-left, var(--button-padding, 30px));
  -webkit-text-decoration: var(--button-text-decoration, none);
  text-decoration: var(--button-text-decoration, none);
  text-transform: var(--button-text-transform, none);
  transition-duration: var(--button-transition-duration, background-color);
  transition-duration: var(--button-transition-duration, var(--transition-duration));
}
html .gform_wrapper.gravity-theme .button:hover,
body .gform_wrapper.gravity-theme .button:hover {
  background-color: var(--primary-color-light);
}
html .bod-block-popup-wrap .bod-block-popup,
body .bod-block-popup-wrap .bod-block-popup {
  background-color: var(--secondary-color-lighter) !important;
}
html .bod-modal-title,
body .bod-modal-title {
  background-color: var(--secondary-color-lighter) !important;
}
html .bod-block-title-closer,
body .bod-block-title-closer {
  line-height: 30px !important;
  cursor: pointer;
}

html .kwg_bestand .wp-block-group,
body .kwg_bestand .wp-block-group {
  --h4-color: var(--primary-color);
  --h4-font-weight: 600;
  --h4-margin-bottom: 10px;
  --p-font-size: 20px;
  --p-font-weight: 600;
  align-items: flex-start;
  margin-bottom: 40px;
}
@media (max-width: 580px) {
  html .kwg_bestand .wp-block-group,
  body .kwg_bestand .wp-block-group {
    --h4-font-size: 24px;
    --h4-margin-bottom: 0px;
    margin-bottom: 15px;
    flex-direction: column;
    gap: 20px;
  }
}
html .kwg_bestand .wp-block-group .group-outer-wrapper,
body .kwg_bestand .wp-block-group .group-outer-wrapper {
  flex: 1;
}

html .kwg_bestand .wp-block-group,
body .kwg_bestand .wp-block-group {
  --h4-color: var(--primary-color);
  --h4-font-weight: 600;
  --h4-margin-bottom: 10px;
  --p-font-size: 20px;
  --p-font-weight: 600;
  align-items: flex-start;
  margin-bottom: 40px;
}
@media (max-width: 580px) {
  html .kwg_bestand .wp-block-group,
  body .kwg_bestand .wp-block-group {
    --h4-font-size: 24px;
    --h4-margin-bottom: 0px;
    margin-bottom: 15px;
    flex-direction: column;
    gap: 20px;
  }
}
html .kwg_bestand .wp-block-group .group-outer-wrapper,
body .kwg_bestand .wp-block-group .group-outer-wrapper {
  flex: 1;
}

html, body {
  --nichtverfuegbar: #dadada;
}

.svg-interactive-map-modul-outer-wrapper .infokasten-modul-inner {
  position: relative;
  padding: 0;
  /*@include df_breakpoint($sm) {
      order: 1;
  }*/
}
@media (max-width: 768px) {
  .svg-interactive-map-modul-outer-wrapper .infokasten-modul-inner {
    order: 1;
  }
}
.svg-interactive-map-modul-outer-wrapper .infokasten-modul-inner .svg-map-navigator {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 118px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10000;
  padding: 1em;
}
.svg-interactive-map-modul-outer-wrapper .infokasten-modul-inner .svg-map-navigator span {
  width: 34%;
  font-size: 22px;
  color: var(--primary-color);
  cursor: pointer;
  display: block;
  text-align: center;
  margin-right: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.svg-interactive-map-modul-outer-wrapper .infokasten-modul-inner .svg-map-navigator span:last-child {
  margin-right: 0;
}
.svg-interactive-map-modul-outer-wrapper .infokasten-modul-inner .svg-map-navigator span p {
  font-size: 17px;
  text-transform: uppercase;
}
.svg-interactive-map-modul-outer-wrapper .infokasten-modul-inner .svg-map-navigator .zuruecksetzen {
  width: 63%;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  top: -5px;
  text-align: right;
  font-size: 17px;
}
.svg-interactive-map-modul-outer-wrapper .infokasten-modul-inner .kwg-maps-help-text {
  position: absolute;
  right: 0;
  top: 140px;
  z-index: 1;
  max-width: 266px;
  padding: 10px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .svg-interactive-map-modul-outer-wrapper .infokasten-modul-inner .kwg-maps-help-text {
    display: none;
  }
}
.svg-interactive-map-modul-outer-wrapper .infokasten-modul-inner .kwg-maps-help-text .arrow-kwg {
  width: 10%;
  position: relative;
}
.svg-interactive-map-modul-outer-wrapper .infokasten-modul-inner .kwg-maps-help-text .arrow-kwg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 34px;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background-color: var(--primary-color);
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(37, 163, 69, 0.6);
  animation: borderactive 1.8s linear infinite;
}
@keyframes borderactive {
  0% {
    box-shadow: 0 0 0 1px rgba(37, 163, 69, 0.6);
  }
  50% {
    box-shadow: 0 0 0 5px rgba(37, 163, 69, 0.6);
  }
  100% {
    box-shadow: 0 0 0 1px rgba(37, 163, 68, 0.1568627451);
  }
}
.svg-interactive-map-modul-outer-wrapper .infokasten-modul-inner .kwg-maps-help-text p {
  width: 87%;
}
.svg-interactive-map-modul-outer-wrapper .infokasten-modul-inner .svg-interactive-map {
  max-width: 730px;
  margin: 0 auto;
}
.svg-interactive-map-modul-outer-wrapper .infokasten-modul-inner .svg-interactive-map svg {
  width: 100%;
  height: 100%;
  margin-left: 25px;
  margin-top: 40px;
}
.svg-interactive-map-modul-outer-wrapper .infokasten-modul-inner .svg-interactive-map svg g#Dormagen polygon.clicked, .svg-interactive-map-modul-outer-wrapper .infokasten-modul-inner .svg-interactive-map svg g#Dormagen path.clicked {
  color: var(--primary-color);
}
@media (max-width: 768px) {
  .svg-interactive-map-modul-outer-wrapper .infokasten-modul-inner .svg-interactive-map svg {
    transform: scale(0.8);
    height: 100%;
    margin: 80px 5px 20px;
  }
}
.svg-interactive-map-modul-outer-wrapper .infokasten-modul-inner .svg-interactive-map svg .st0 {
  transition: all 0.3s linear;
  cursor: pointer;
  fill: #C7C7C7;
}
.svg-interactive-map-modul-outer-wrapper .infokasten-modul-inner .svg-interactive-map svg .st0.clicked {
  fill: var(--primary-color);
}
.svg-interactive-map-modul-outer-wrapper .infokasten-modul-inner .svg-interactive-map svg .st0.selected {
  fill: var(--primary-color);
}
.svg-interactive-map-modul-outer-wrapper .infokasten-modul-inner .svg-interactive-map svg .st0.disabled {
  fill: var(--nichtverfuegbar);
  cursor: no-drop;
}
.svg-interactive-map-modul-outer-wrapper .infokasten-modul-inner .svg-interactive-map svg .st0.disabled:hover {
  fill: var(--nichtverfuegbar);
}
.svg-interactive-map-modul-outer-wrapper .infokasten-modul-inner .svg-interactive-map svg .st0.disabled.selected {
  fill: var(--primary-color);
}
.svg-interactive-map-modul-outer-wrapper .infokasten-modul-inner .svg-interactive-map svg .st0.disabled.clicked {
  fill: var(--primary-color);
}
.svg-interactive-map-modul-outer-wrapper .infokasten-modul-inner .svg-interactive-map svg .st0:hover {
  fill: var(--primary-color);
}
.svg-interactive-map-modul-outer-wrapper .infokasten-modul-inner .svg-interactive-map svg .cls-4 {
  fill: #009FE3;
  opacity: 1;
  animation: rhein 3s linear;
}
@keyframes rhein {
  from {
    opacity: 0;
    fill: transparent;
  }
  to {
    opacity: 1;
    fill: #009FE3;
  }
}
.svg-interactive-map-modul-outer-wrapper .svg-filter-list {
  max-width: 580px;
  margin: 0 auto;
  font-size: 22px;
  display: block;
}
@media (max-width: 1025px) {
  .svg-interactive-map-modul-outer-wrapper .svg-filter-list {
    order: 3;
  }
}
@media (max-width: 480px) {
  .svg-interactive-map-modul-outer-wrapper .svg-filter-list {
    max-width: 100%;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .svg-interactive-map-modul-outer-wrapper .svg-filter-list {
    display: none;
  }
}
.svg-interactive-map-modul-outer-wrapper .svg-filter-list a {
  font-size: inherit;
  color: var(--primary-color);
}
.svg-interactive-map-modul-outer-wrapper .svg-filter-list a:hover {
  color: var(--primary-color) hover;
}
.svg-interactive-map-modul-outer-wrapper .svg-filter-list .svg-filter-item {
  display: none;
}
.svg-interactive-map-modul-outer-wrapper .svg-filter-list .svg-filter-item.open {
  display: block;
}
.svg-interactive-map-modul-outer-wrapper .svg-filter-list .svg-filter-item h4 {
  text-align: center;
  color: var(--h4-color);
  font-size: 32px;
  line-height: 25px;
}
.svg-interactive-map-modul-outer-wrapper .mobile-map {
  display: none;
}
@media (max-width: 1025px) {
  .svg-interactive-map-modul-outer-wrapper .mobile-map {
    margin: 1em 0;
    display: block;
    order: 2;
  }
}
.svg-interactive-map-modul-outer-wrapper .mobile-map #viertelmobile {
  width: 50%;
  height: 45px;
  margin: 30px 0;
  outline: none;
}
@media (max-width: 480px) {
  .svg-interactive-map-modul-outer-wrapper .mobile-map #viertelmobile {
    width: 100%;
  }
}
.svg-interactive-map-modul-outer-wrapper .mobile-map .svg-filter-list-mobile .auswahl {
  margin: 1.5em 0;
}
.svg-interactive-map-modul-outer-wrapper .mobile-map .svg-filter-list-mobile .svg-filter-item {
  display: none;
}
.svg-interactive-map-modul-outer-wrapper .mobile-map .svg-filter-list-mobile .svg-filter-item.open {
  display: block;
}
.svg-interactive-map-modul-outer-wrapper .mobile-map .svg-filter-list-mobile .mobile-svg-map-select-list {
  width: 50%;
  font-size: 18px;
  text-transform: capitalize;
  outline: none;
}
@media (max-width: 480px) {
  .svg-interactive-map-modul-outer-wrapper .mobile-map .svg-filter-list-mobile .mobile-svg-map-select-list {
    width: 70%;
  }
}

.tooltip-viertel-kwg {
  position: absolute;
  left: 20px;
  top: 150px;
  z-index: 9999;
  max-width: 250px;
  word-wrap: break-word;
  color: var(--primary-color);
  text-shadow: 1px 1px 5px #e9e6e6;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
  transition: none;
}
@media (max-width: 1025px) {
  .tooltip-viertel-kwg {
    display: none;
  }
}

/*
Gutenberg Size & LineHeight classes for headings
*/
.heading-outer-wrapper .heading-inner-wrapper h1.has-medium-font-size {
  --wp--preset--font-size--medium: var(--h1-font-size);
  line-height: var(--h1-line-height);
}
.heading-outer-wrapper .heading-inner-wrapper h1.has-small-font-size {
  --wp--preset--font-size--small: calc(var(--h1-font-size) * 0.8);
  line-height: calc(var(--h1-line-height) * 1);
}
.heading-outer-wrapper .heading-inner-wrapper h1.has-large-font-size {
  --wp--preset--font-size--large: calc(var(--h1-font-size) * 1.5);
  line-height: calc(var(--h1-line-height) * 1);
}
.heading-outer-wrapper .heading-inner-wrapper h1.has-x-large-font-size {
  --wp--preset--font-size--x-large: calc(var(--h1-font-size) * 2);
  line-height: calc(var(--h1-line-height) * 1);
}
.heading-outer-wrapper .heading-inner-wrapper h2.has-medium-font-size {
  --wp--preset--font-size--medium: var(--h2-font-size);
  line-height: var(--h2-line-height);
}
.heading-outer-wrapper .heading-inner-wrapper h2.has-small-font-size {
  --wp--preset--font-size--small: calc(var(--h2-font-size) * 0.8);
  line-height: calc(var(--h2-line-height) * 1);
}
.heading-outer-wrapper .heading-inner-wrapper h2.has-large-font-size {
  --wp--preset--font-size--large: calc(var(--h2-font-size) * 1.5);
  line-height: calc(var(--h2-line-height) * 1);
}
.heading-outer-wrapper .heading-inner-wrapper h2.has-x-large-font-size {
  --wp--preset--font-size--x-large: calc(var(--h2-font-size) * 2);
  line-height: calc(var(--h2-line-height) * 1);
}
.heading-outer-wrapper .heading-inner-wrapper h3.has-medium-font-size {
  --wp--preset--font-size--medium: var(--h3-font-size);
  line-height: var(--h3-line-height);
}
.heading-outer-wrapper .heading-inner-wrapper h3.has-small-font-size {
  --wp--preset--font-size--small: calc(var(--h3-font-size) * 0.8);
  line-height: calc(var(--h3-line-height) * 1);
}
.heading-outer-wrapper .heading-inner-wrapper h3.has-large-font-size {
  --wp--preset--font-size--large: calc(var(--h3-font-size) * 1.5);
  line-height: calc(var(--h3-line-height) * 1);
}
.heading-outer-wrapper .heading-inner-wrapper h3.has-x-large-font-size {
  --wp--preset--font-size--x-large: calc(var(--h3-font-size) * 2);
  line-height: calc(var(--h3-line-height) * 1);
}
.heading-outer-wrapper .heading-inner-wrapper h4.has-medium-font-size {
  --wp--preset--font-size--medium: var(--h4-font-size);
  line-height: var(--h4-line-height);
}
.heading-outer-wrapper .heading-inner-wrapper h4.has-small-font-size {
  --wp--preset--font-size--small: calc(var(--h4-font-size) * 0.8);
  line-height: calc(var(--h4-line-height) * 1);
}
.heading-outer-wrapper .heading-inner-wrapper h4.has-large-font-size {
  --wp--preset--font-size--large: calc(var(--h4-font-size) * 1.5);
  line-height: calc(var(--h4-line-height) * 1);
}
.heading-outer-wrapper .heading-inner-wrapper h4.has-x-large-font-size {
  --wp--preset--font-size--x-large: calc(var(--h4-font-size) * 2);
  line-height: calc(var(--h4-line-height) * 1);
}
.heading-outer-wrapper .heading-inner-wrapper h5.has-medium-font-size {
  --wp--preset--font-size--medium: var(--h5-font-size);
  line-height: var(--h5-line-height);
}
.heading-outer-wrapper .heading-inner-wrapper h5.has-small-font-size {
  --wp--preset--font-size--small: calc(var(--h5-font-size) * 0.8);
  line-height: calc(var(--h5-line-height) * 1);
}
.heading-outer-wrapper .heading-inner-wrapper h5.has-large-font-size {
  --wp--preset--font-size--large: calc(var(--h5-font-size) * 1.5);
  line-height: calc(var(--h5-line-height) * 1);
}
.heading-outer-wrapper .heading-inner-wrapper h5.has-x-large-font-size {
  --wp--preset--font-size--x-large: calc(var(--h5-font-size) * 2);
  line-height: calc(var(--h5-line-height) * 1);
}
.heading-outer-wrapper .heading-inner-wrapper h6.has-medium-font-size {
  --wp--preset--font-size--medium: var(--h6-font-size);
  line-height: var(--h6-line-height);
}
.heading-outer-wrapper .heading-inner-wrapper h6.has-small-font-size {
  --wp--preset--font-size--small: calc(var(--h6-font-size) * 0.8);
  line-height: calc(var(--h6-line-height) * 1);
}
.heading-outer-wrapper .heading-inner-wrapper h6.has-large-font-size {
  --wp--preset--font-size--large: calc(var(--h6-font-size) * 1.5);
  line-height: calc(var(--h6-line-height) * 1);
}
.heading-outer-wrapper .heading-inner-wrapper h6.has-x-large-font-size {
  --wp--preset--font-size--x-large: calc(var(--h6-font-size) * 2);
  line-height: calc(var(--h6-line-height) * 1);
}

/*
Gutenberg Size & LineHeight classes for P's
*/
.paragraph-outer-wrapper .paragraph-inner-wrapper p.has-medium-font-size {
  --wp--preset--font-size--medium: var(--p-font-size);
  line-height: var(--p-line-height);
}
.paragraph-outer-wrapper .paragraph-inner-wrapper p.has-small-font-size {
  --wp--preset--font-size--small: calc(var(--p-font-size) * 0.8);
  line-height: calc(var(--p-line-height) * 1);
}
.paragraph-outer-wrapper .paragraph-inner-wrapper p.has-large-font-size {
  --wp--preset--font-size--large: calc(var(--p-font-size) * 1.5);
  line-height: calc(var(--p-line-height) * 1);
}
.paragraph-outer-wrapper .paragraph-inner-wrapper p.has-x-large-font-size {
  --wp--preset--font-size--x-large: calc(var(--p-font-size) * 2);
  line-height: calc(var(--p-line-height) * 1);
}

/*
.heading-outer-wrapper .heading-inner-wrapper {
    h1 {
        &.has-medium-font-size {
            --wp--preset--font-size--medium: var(--h1-font-size);
            line-height: var(--h1-line-height);

        }

        &.has-small-font-size {
            --wp--preset--font-size--small: calc(var(--h1-font-size) * 0.8);
            line-height: calc(var(--h1-line-height) * 1);
        }

        &.has-large-font-size {
            --wp--preset--font-size--large: calc(var(--h1-font-size) * 1.5);
            line-height: calc(var(--h1-line-height) * 1);
        }

        &.has-x-large-font-size {
            --wp--preset--font-size--x-large: calc(var(--h1-font-size) * 2);
            line-height: calc(var(--h1-line-height) * 1);
        }
    }
} 
*/
/*
.heading-outer-wrapper .heading-inner-wrapper {
h1 {
  &.has-x-large-font-size {
    line-height: calc(var(--h1-line-height) * 0.9);
    --h1-margin-top: 0em;
  }
}
}
*/
html,
body {
  --p-font-family: "Barlow";
  --p-font-size: 18px;
  --p-line-height: 1.4;
  --p-font-weight: 500;
  --p-margin-bottom: 1em;
  --p-color: var(--grey);
  --p-letter-spacing: 0px;
  --p-strong-font-weight: 600;
  --p-strong-color: black;
  --h1-font-family: var(--primary-font);
  --h1-font-size: 100px;
  --h1-color: var(--white);
  --h1-line-height: 1.2;
  --h1-font-weight: 600;
  --h1-margin-bottom: 0em;
  --h1-background-color: var(--primary-color);
  --h2-font-family: var(--primary-font);
  --h2-color: var(--textcolor);
  --h2-font-size: 45px;
  --h2-line-height: 1.2;
  --h2-font-weight: 400;
  --h2-margin-bottom: 20px;
  --h3-font-family: var(--primary-font);
  --h3-color: black;
  --h3-font-size: 40px;
  --h3-line-height: 1.2;
  --h3-font-weight: 400;
  --h3-margin-bottom: 1rem;
  --h4-font-family: var(--primary-font);
  --h4-color: var(--textcolor);
  --h4-font-size: 30px;
  --h4-line-height: 1.2;
  --h4-font-weight: 400;
  --h4-margin-bottom: 1rem;
  --h5-font-family: var(--primary-font);
  --h5-color: var(--textcolor);
  --h5-font-size: 20px;
  --h5-line-height: 1.2;
  --h5-font-weight: 400;
  --h5-margin-bottom: 1em;
}
@media (max-width: 980px) {
  html,
  body {
    --p-font-size: 18px;
  }
}
html .paragraph-outer-wrapper.align-wide .paragraph-inner-wrapper p,
html .paragraph-outer-wrapper.align-wide #editor p.wp-block-paragraph,
body .paragraph-outer-wrapper.align-wide .paragraph-inner-wrapper p,
body .paragraph-outer-wrapper.align-wide #editor p.wp-block-paragraph {
  margin-left: 0;
  max-width: var(--text-max-width);
}
html a,
body a {
  text-decoration: none;
  color: var(--primary-color);
}
html a:hover,
body a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  html,
  body {
    --h1-font-size: 35px;
    --h1-line-height: 1.25;
    --h1-font-weight: 400;
  }
}
@media (max-width: 980px) {
  html,
  body {
    --h3-font-size: 22.04px;
  }
  html h3 br,
  body h3 br {
    display: none;
  }
}
@media (max-width: 980px) {
  html,
  body {
    --h4-font-size: 20px;
  }
}
html strong,
body strong {
  font-weight: 600;
}
html .force-white-color.force-white-link-color h1,
html .force-white-color.force-white-link-color h2,
html .force-white-color.force-white-link-color h3,
html .force-white-color.force-white-link-color h4,
body .force-white-color.force-white-link-color h1,
body .force-white-color.force-white-link-color h2,
body .force-white-color.force-white-link-color h3,
body .force-white-color.force-white-link-color h4 {
  color: #fff !important;
}
html .heading-outer-wrapper .heading-inner-wrapper h1,
body .heading-outer-wrapper .heading-inner-wrapper h1 {
  white-space: nowrap;
  background-color: var(--h1-background-color);
  display: inline;
}
html .heading-outer-wrapper .heading-inner-wrapper h1 span,
body .heading-outer-wrapper .heading-inner-wrapper h1 span {
  border: 15px solid var(--h1-background-color);
  background-color: var(--h1-background-color);
  border-left-width: 30px;
  border-right-width: 30px;
  border-top-width: 0px;
  position: relative;
  z-index: 1;
}
html .heading-outer-wrapper .heading-inner-wrapper h1 span:first-child,
body .heading-outer-wrapper .heading-inner-wrapper h1 span:first-child {
  z-index: 2;
}
@media (max-width: 768px) {
  html .heading-outer-wrapper .heading-inner-wrapper h1 span,
  body .heading-outer-wrapper .heading-inner-wrapper h1 span {
    border: 3px solid var(--h1-background-color);
    border-left-width: 16px;
    border-right-width: 16px;
    border-top-width: 0px;
  }
}
html .heading-outer-wrapper.heading-h2:has(+ .heading-outer-wrapper.heading-h3),
html .heading-outer-wrapper.heading-h2:has(+ .paragraph-outer-wrapper),
body .heading-outer-wrapper.heading-h2:has(+ .heading-outer-wrapper.heading-h3),
body .heading-outer-wrapper.heading-h2:has(+ .paragraph-outer-wrapper) {
  --h2-margin-bottom: 20px;
}
html .heading-outer-wrapper.heading-h2:has(+ .heading-outer-wrapper.heading-h4),
body .heading-outer-wrapper.heading-h2:has(+ .heading-outer-wrapper.heading-h4) {
  --h2-margin-bottom: 0px;
}

html body.single-kwg_bestand {
  --h2-margin-bottom: 50px;
}

html body.error404 .heading-outer-wrapper .heading-inner-wrapper h2 {
  --h2-margin-top: 10vh;
  --h2-margin-bottom: 50px;
}

#wpadminbar {
  display: none;
}

header {
  --items-gutter: 3vw;
  --margin-left: 20vw;
  --margin-left-mob: 31vw;
  --logo-width: 16vw;
  --logo-width-mob: 23vw;
  --logo-min-width: 138px;
  --top-header-height: 44px;
  --top-header-height-mob: 46px;
  --menu-item-font-size-mob: 30px;
  --menu-item-line-height-mob: 1.5;
}
@media (max-width: 1066px) {
  header {
    --items-gutter: 2.5vw;
  }
  header .login span {
    display: none;
  }
}
@media (max-width: 440px) {
  header {
    --logo-min-width: 110px;
  }
}

#top-header {
  position: fixed;
  z-index: 12;
  top: 0;
  left: 0;
  padding-right: var(--global-padding);
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  background: var(--primary-color);
  padding: 12px var(--global-padding) 8px 0;
}
#top-header a {
  color: #fff;
}
#top-header a span {
  padding-right: 4px;
}
#top-header #logo img {
  min-width: var(--logo-min-width);
  width: var(--logo-width);
  position: absolute;
  top: 0;
}
#top-header .email {
  margin-left: var(--margin-left);
}
#top-header .phone {
  margin: 0 var(--items-gutter);
}
#top-header .info {
  margin-right: var(--items-gutter);
}
#top-header .login {
  margin-left: auto;
}
#top-header #burger {
  display: none;
}
@media (max-width: 768px) {
  #top-header #burger {
    display: block;
  }
}

.icons {
  display: none;
}

#main-header {
  position: fixed;
  z-index: 8;
  top: var(--top-header-height);
  width: 100%;
  display: flex;
  justify-content: flex-start;
  background: #fff;
  /*TEST: Move buttons to right */
}
#main-header ul.menu {
  display: flex;
  align-items: center;
  gap: var(--items-gutter);
  margin-top: 15px;
  margin-bottom: 12px;
  margin-left: var(--margin-left);
  padding-left: 0;
  list-style: none;
}
@media (min-width: 980px) {
  #main-header ul.menu .menu-item.button:last-child {
    margin-left: -2vw;
  }
}
#main-header ul.menu .menu-item a {
  color: black;
  white-space: nowrap;
  line-height: 22px;
  border-bottom: 3px transparent solid;
}
#main-header ul.menu .menu-item a:hover {
  border-color: black;
  text-decoration: none;
  border-color: var(--primary-color);
}
@media (min-width: 980px) {
  #main-header ul.menu .menu-item a:hover {
    color: var(--primary-color);
  }
}
#main-header ul.menu .menu-item.button a {
  background-color: var(--secondary-color);
  color: #fff;
  padding: 8px 20px;
  text-decoration: none;
  font-size: 90%;
  border: none;
}
#main-header ul.menu .menu-item.button a:hover {
  background-color: var(--button-hover-background-color);
}
#main-header ul.menu .menu-item.button.current-menu-item a {
  color: #fff;
}
#main-header ul.menu .menu-item.current-menu-item a, #main-header ul.menu .menu-item.current-menu-parent a {
  color: var(--primary-color);
  border-color: var(--primary-color);
  text-decoration: none;
}
@media (min-width: 980px) {
  #main-header ul.menu .menu-item .sub-menu {
    display: none;
    position: absolute;
    background-color: var(--primary-color);
    list-style: none;
    padding: 15px 25px;
    border-top: 17px solid #fff;
  }
  #main-header ul.menu .menu-item .sub-menu .menu-item a {
    color: #fff;
    font-size: 90%;
    line-height: 1.8;
    opacity: 0.9;
    border: none;
  }
  #main-header ul.menu .menu-item .sub-menu .menu-item a:hover {
    opacity: 1;
    text-decoration: none;
  }
  #main-header ul.menu .menu-item .sub-menu .menu-item.current-menu-item a {
    opacity: 1;
  }
}
#main-header .fa-angle-up {
  display: none;
}
@media (min-width: 980px) {
  #main-header ul.menu {
    width: 77vw;
  }
  #main-header ul.menu .menu-item.button.schadensmeldung {
    margin-left: auto;
  }
}

@media (max-width: 980px) {
  #top-header {
    justify-content: flex-start;
  }
  #top-header #logo {
    margin-right: var(--margin-left-mob);
  }
  #top-header #logo img {
    width: var(--logo-width-mob);
  }
  #top-header .login {
    margin-left: var(--items-gutter);
    margin-right: var(--items-gutter);
  }
  #top-header #burger {
    display: block;
    cursor: pointer;
    margin: 3px 0 0 auto;
    margin-left: auto;
    margin-right: 0;
    fill: white;
  }
  #top-header #burger rect {
    transition: 0.2s ease-in-out;
    transition-property: transform, opacity;
    opacity: 1;
  }
  #top-header #burger.x {
    transform: translateY(-3px);
  }
  #top-header #burger.x #upper {
    transform: translateY(6px) scaleX(0);
    opacity: 0;
  }
  #top-header #burger.x #middle {
    transform: translate(8px, -2px) rotate(45deg);
  }
  #top-header #burger.x #under {
    transform: translate(-6px, 8px) rotate(-45deg);
  }
  .icons {
    position: fixed;
    z-index: 12;
    width: 100%;
    top: 20px;
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    margin-top: 0;
    margin-left: var(--margin-left-mob);
    padding: 0;
    list-style: none;
  }
  .icons .menu-item-title {
    display: none;
  }
  #main-header {
    top: var(--top-header-height-mob);
    height: 100vh;
    background-color: var(--primary-color);
    z-index: 11;
    top: 0;
    left: 0;
    transform: translate(-71%, -30%);
    transition: all 0.3s ease-out;
    -webkit-clip-path: polygon(0 0%, 76% 0%, 81% 38%, -15% 72%);
            clip-path: polygon(0 0%, 76% 0%, 81% 38%, -15% 72%);
  }
  #main-header .fa-angle-up {
    display: block;
    position: absolute;
    left: 66vw;
    top: 0;
    transform: translateY(13px) rotate(0deg);
    transition: transform 0.3s ease;
    cursor: pointer;
  }
  #main-header .fa-angle-up.rotate {
    transform: translateY(13px) rotate(90deg);
  }
  #main-header .fa-angle-up:before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='21' viewBox='0 0 14 21'%3E%3Cpath d='M0,0 L14,10.5 L0,21 Z' fill='white'/%3E%3C/svg%3E");
  }
}
@media (max-width: 980px) and (max-width: 440px) {
  #main-header {
    transform: translate(-59%, -30%);
  }
}
@media (max-width: 980px) {
  #main-header.visible {
    transform: translate(0, var(--top-header-height-mob));
    -webkit-clip-path: polygon(0 0, 96% 0, 93% 46%, 0% 100%);
            clip-path: polygon(0 0, 96% 0, 93% 46%, 0% 100%);
    width: 150%;
    height: 163vh;
  }
  #main-header ul.menu {
    --margin-left: 11vw;
    margin-top: 150px;
    flex-direction: column;
    align-items: flex-start;
  }
  #main-header ul.menu .menu-item {
    position: relative;
  }
  #main-header ul.menu .menu-item a {
    color: #fff;
    opacity: 0.85;
    font-size: var(--menu-item-font-size-mob);
    line-height: var(--menu-item-line-height-mob);
    border: none;
  }
  #main-header ul.menu .menu-item a:hover {
    opacity: 1;
  }
  #main-header ul.menu .menu-item.current-menu-item a, #main-header ul.menu .menu-item.current-menu-parent a {
    color: #fff;
    opacity: 1;
  }
  #main-header ul.menu .menu-item.button a {
    opacity: 1;
    font-size: 100%;
  }
  #main-header ul.menu .menu-item.button {
    margin-top: 20px;
  }
  #main-header ul.menu .sub-menu {
    display: none;
    list-style: none;
    padding: 10px 5px 20px 18px;
  }
  #main-header ul.menu .sub-menu .menu-item a {
    color: #fff;
    font-size: 110%;
    line-height: 2;
    opacity: 0.85;
  }
  #main-header ul.menu .sub-menu .menu-item a:hover {
    text-decoration: none;
    opacity: 1;
  }
  #main-header ul.menu .sub-menu .menu-item.current-menu-item a {
    opacity: 1;
  }
}
@media screen and (min-width: 480px) and (max-width: 920px) and (orientation: landscape) {
  #main-header.visible {
    position: absolute;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    width: auto;
    -webkit-clip-path: none;
            clip-path: none;
    transform: none;
    right: 0;
    padding-bottom: 50px;
  }
  .icons {
    position: absolute;
    width: auto;
    top: 51px;
  }
}
.email a:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  fill: #fff;
  transform: translateY(0px);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 39.721 30.963'%3E%3Cpath fill='white' fill-rule='evenodd' d='M4.628 25.171a4.423 4.423 0 0 0 4.2-3.055h.565a7.056 7.056 0 0 1 5.489 0h.565a4.422 4.422 0 0 0 4.2 3.055 1.088 1.088 0 0 0-1.076 1.369H5.703a1.091 1.091 0 0 0-1.076-1.369m7.51-14.113a4.424 4.424 0 1 0-4.413 4.425 4.422 4.422 0 0 0 4.413-4.425m12.137 9.4a.554.554 0 0 0 .552-.554h9.931a.554.554 0 0 0 .552.554v1.105a.552.552 0 0 0-.552.552h-9.931a.552.552 0 0 0-.552-.552Zm0-4.423a.552.552 0 0 0 .552-.554h9.931a.552.552 0 0 0 .552.554v1.1a.555.555 0 0 0-.552.556h-9.931a.555.555 0 0 0-.552-.556Zm0-4.425a.554.554 0 0 0 .552-.554h9.931a.554.554 0 0 0 .552.554v1.105a.553.553 0 0 0-.552.552h-9.931a.553.553 0 0 0-.552-.552Zm-24.274 16.036a3.315 3.315 0 0 1 3.312 3.316h33.1a3.313 3.313 0 0 1 3.31-3.316V6.635H.001Zm36.412-27.647h-33.1a3.315 3.315 0 0 1-3.312 3.316V4.425h39.721V3.318a3.313 3.313 0 0 1-3.31-3.316'/%3E%3C/svg%3E");
}

.forms a:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  fill: #fff;
  transform: translateY(0px);
  background-image: url("data:image/svg+xml,%3Csvg version='1.2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 21' width='20' height='21'%3E%3Ctitle%3Edownload-svg%3C/title%3E%3Cdefs%3E%3CclipPath clipPathUnits='userSpaceOnUse' id='cp1'%3E%3Cpath d='m0 0h19.06v20.23h-19.06z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cstyle%3E .s0 %7B fill: %232f9737 %7D %3C/style%3E%3Cfilter id='f0'%3E%3CfeFlood flood-color='%23ffffff' flood-opacity='1' /%3E%3CfeBlend mode='normal' in2='SourceGraphic'/%3E%3CfeComposite in2='SourceAlpha' operator='in' /%3E%3C/filter%3E%3Cg id='Gruppe_346' filter='url(%23f0)'%3E%3Cg id='Clip-Path: Gruppe_314' clip-path='url(%23cp1)'%3E%3Cg id='Gruppe_314'%3E%3Cpath id='Pfad_732' class='s0' d='m8.3 10.8v-0.4q0-4.6 0-9.1 0-0.2 0.1-0.4 0-0.2 0.1-0.4 0.2-0.2 0.3-0.3 0.2-0.1 0.4-0.2 0.3 0 0.5 0 0.3 0.1 0.5 0.2 0.2 0.1 0.3 0.4 0.2 0.2 0.2 0.4 0 0.1 0 0.1 0 0.1 0 0.2 0 0 0 0.1 0 0 0 0.1 0 4.4 0 8.8v0.4q0.2-0.1 0.3-0.2 1.3-1 2.6-1.9 0.2-0.2 0.5-0.3 0.3 0 0.6 0.1 0.3 0.1 0.5 0.4 0.2 0.2 0.3 0.6 0 0.1 0 0.3 0 0.1-0.1 0.3-0.1 0.1-0.2 0.2 0 0.1-0.2 0.2-2.4 1.8-4.7 3.6-0.2 0.1-0.4 0.2-0.2 0.1-0.4 0.1-0.2 0-0.4-0.1-0.1 0-0.3-0.2-2.4-1.6-4.7-3.3c-0.3-0.2-0.5-0.4-0.5-0.8-0.1-0.3 0-0.6 0.2-0.9 0.2-0.2 0.4-0.4 0.8-0.5 0.3 0 0.6 0.1 0.9 0.3q1.2 0.8 2.5 1.7c0.1 0.1 0.2 0.2 0.3 0.3z'/%3E%3Cpath id='Pfad_733' class='s0' d='m2.4 17.8h14.3q0-0.5 0-1.1 0-0.2 0-0.5 0.1-0.2 0.3-0.4 0.1-0.1 0.4-0.2 0.2-0.1 0.4-0.1 0.3 0 0.5 0.1 0.2 0 0.4 0.2 0.2 0.2 0.3 0.4 0.1 0.3 0 0.5 0.1 1.2 0.1 2.3 0 0.2-0.1 0.5-0.1 0.2-0.3 0.4-0.2 0.2-0.4 0.3-0.3 0-0.5 0-8 0-16 0-0.1 0-0.2 0-0.1 0-0.2 0-0.2 0-0.3 0-0.1 0-0.2 0-0.2-0.1-0.4-0.2-0.1-0.1-0.3-0.2-0.1-0.2-0.1-0.4-0.1-0.2-0.1-0.4 0-1.1 0-2.3 0-0.3 0.1-0.5 0.1-0.2 0.3-0.4 0.1-0.2 0.3-0.2 0.3-0.1 0.5-0.1 0.2 0 0.5 0.1 0.2 0 0.4 0.2 0.1 0.2 0.2 0.4 0.1 0.3 0.1 0.5 0 0.5 0 1.1z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.info a:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  fill: #fff;
  transform: translateY(0px);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.449 35.344'%3E%3Cpath fill='white' fill-rule='evenodd' d='M6.724 0a4.971 4.971 0 1 1-5.043 4.97A5.007 5.007 0 0 1 6.724 0m-5.323 29.284h1.4V19.312h-1.4a1.391 1.391 0 0 1-1.4-1.381v-3.3a1.391 1.391 0 0 1 1.4-1.381h7.844a1.391 1.391 0 0 1 1.4 1.381v14.649h1.4a1.392 1.392 0 0 1 1.4 1.381v3.3a1.392 1.392 0 0 1-1.4 1.381H1.401a1.391 1.391 0 0 1-1.4-1.381v-3.3a1.391 1.391 0 0 1 1.4-1.381'/%3E%3C/svg%3E");
  transform: translateY(-1px);
  margin-right: 0.1em;
}

.phone a:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  fill: #fff;
  transform: translateY(0px);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23.5' height='23.499' viewBox='0 0 23.5 23.499'%3E%3Cpath id='Pfad_765' data-name='Pfad 765' d='M678.718,513l-5.14-2.2a1.1,1.1,0,0,0-1.285.316l-2.277,2.782a17.022,17.022,0,0,1-8.133-8.133l2.783-2.277a1.1,1.1,0,0,0,.315-1.285l-2.2-5.14a1.11,1.11,0,0,0-1.263-.638l-4.772,1.1a1.1,1.1,0,0,0-.854,1.073,21.3,21.3,0,0,0,21.3,21.3,1.1,1.1,0,0,0,1.073-.853l1.1-4.774a1.113,1.113,0,0,0-.643-1.267' transform='translate(-655.889 -496.397)' fill='%23ffffff' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.login a:after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  fill: #fff;
  transform: translateY(0px);
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='38.021' height='28.939' viewBox='0 0 38.021 28.939'%3E%3Cpath id='Pfad_777' data-name='Pfad 777' d='M639.284,333.7l-12.477-12.4a1.789,1.789,0,0,0-3.048,1.254v7.086h-10.1a1.772,1.772,0,0,0-1.781,1.773V338.5a1.77,1.77,0,0,0,1.781,1.771h10.1v7.086a1.789,1.789,0,0,0,3.048,1.256l12.477-12.4a1.781,1.781,0,0,0,0-2.509m3.49,14.836h-6.237a.891.891,0,0,1-.892-.885V344.7a.892.892,0,0,1,.892-.887h6.237a2.366,2.366,0,0,0,2.376-2.361V327.279a2.367,2.367,0,0,0-2.376-2.361h-6.237a.892.892,0,0,1-.892-.887v-2.952a.891.891,0,0,1,.892-.885h6.237a7.109,7.109,0,0,1,7.127,7.086v14.173a7.109,7.109,0,0,1-7.127,7.086' transform='translate(-611.879 -320.193)' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
  transform: translateY(1px);
  width: 1.2em;
  height: 1.2em;
  margin-left: 0.5em;
}
@media (max-width: 980px) {
  .login a:after {
    display: none;
  }
}

.login a:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  fill: #fff;
  transform: translateY(0px);
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='38.021' height='28.939' viewBox='0 0 38.021 28.939'%3E%3Cpath id='Pfad_777' data-name='Pfad 777' d='M639.284,333.7l-12.477-12.4a1.789,1.789,0,0,0-3.048,1.254v7.086h-10.1a1.772,1.772,0,0,0-1.781,1.773V338.5a1.77,1.77,0,0,0,1.781,1.771h10.1v7.086a1.789,1.789,0,0,0,3.048,1.256l12.477-12.4a1.781,1.781,0,0,0,0-2.509m3.49,14.836h-6.237a.891.891,0,0,1-.892-.885V344.7a.892.892,0,0,1,.892-.887h6.237a2.366,2.366,0,0,0,2.376-2.361V327.279a2.367,2.367,0,0,0-2.376-2.361h-6.237a.892.892,0,0,1-.892-.887v-2.952a.891.891,0,0,1,.892-.885h6.237a7.109,7.109,0,0,1,7.127,7.086v14.173a7.109,7.109,0,0,1-7.127,7.086' transform='translate(-611.879 -320.193)' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
  transform: translateY(1px);
  width: 1.2em;
  height: 1.2em;
}
@media (min-width: 980px) {
  .login a:before {
    display: none;
  }
}

.menu-item a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

footer {
  --footer-background-color: var(--primary-color);
}
footer .footer-container {
  display: flex;
  justify-content: space-between;
  width: var(--content-max-width);
  max-width: 100%;
  margin: auto;
}
@media (max-width: 480px) {
  footer .footer-container {
    flex-direction: column-reverse;
    align-items: center;
    gap: 10px;
  }
}
footer#main-footer.footer-top {
  background-color: var(--tertiary-color);
  padding: 80px var(--global-padding) 40px;
  --h4-font-size: 20px;
  --h4-font-weight: bold;
  --p-font-size: 16px;
  --p-strong-color: black;
  --a-color: black;
}
@media (max-width: 768px) {
  footer#main-footer.footer-top {
    padding: 50px var(--global-padding) 30px;
  }
}
footer#main-footer.footer-top .footer-container {
  --image-noalignment-margin-top: 0px;
  --image-noalignment-margin-bottom: 0;
  justify-content: flex-start;
  gap: 30px;
}
@media (max-width: 768px) {
  footer#main-footer.footer-top .footer-container {
    gap: 0px;
  }
}
@media (max-width: 480px) {
  footer#main-footer.footer-top .footer-container {
    flex-direction: column;
    gap: 0px;
    align-items: flex-start;
    padding-left: 15vw;
  }
}
footer#main-footer.footer-top .footer-container .footer-widget-column {
  flex-basis: 25%;
}
footer#main-footer.footer-top .footer-container .footer-widget-column .widget .wp-block-group {
  flex-direction: row;
}
@media (max-width: 768px) {
  footer#main-footer.footer-top .footer-container .footer-widget-column {
    margin: 0 5%;
    flex-basis: 50% !important;
  }
  footer#main-footer.footer-top .footer-container .footer-widget-column:nth-child(2) {
    display: none;
  }
}
@media (max-width: 480px) {
  footer#main-footer.footer-top .footer-container .footer-widget-column {
    margin: 0;
  }
}
footer#main-footer.footer-top .footer-container .footer-widget-column:first-child {
  flex-basis: 33%;
  --image-noalignment-margin-top: -40px;
}
@media (max-width: 980px) {
  footer#main-footer.footer-top .footer-container .footer-widget-column:first-child {
    flex-basis: 40%;
  }
}
@media (max-width: 768px) {
  footer#main-footer.footer-top .footer-container .footer-widget-column:first-child {
    --image-noalignment-margin-top: 40px;
  }
  footer#main-footer.footer-top .footer-container .footer-widget-column:first-child img {
    max-height: 200px;
  }
}
@media (max-width: 480px) {
  footer#main-footer.footer-top .footer-container .footer-widget-column:first-child {
    display: flex;
    flex-direction: column;
  }
  footer#main-footer.footer-top .footer-container .footer-widget-column:first-child .widget_media_image {
    --image-noalignment-margin-top: 0px;
    --image-noalignment-margin-bottom: 30px;
    order: -1;
  }
}
footer#main-footer.footer-top .to-top {
  position: absolute;
  right: 2%;
  margin-top: -30px;
  display: none;
}
@media (min-width: 580px) {
  footer#main-footer.footer-top .to-top {
    display: block;
  }
}
footer#master-footer.footer-bottom .footer-container {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 480px) {
  footer#master-footer.footer-bottom .footer-container * {
    text-align: center;
  }
}
footer#master-footer.footer-bottom .footer-container #copyright {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0;
}
footer#master-footer.footer-bottom .footer-container .footer-menu-container {
  text-align: right;
}
footer#master-footer.footer-bottom .footer-container .footer-menu {
  margin: 0;
}
@media (max-width: 480px) {
  footer#master-footer.footer-bottom .footer-container .footer-menu {
    padding: 0;
  }
}
footer#master-footer.footer-bottom .footer-container .footer-menu li {
  display: inline-block;
}
footer#master-footer.footer-bottom .footer-container .footer-menu li a {
  color: #fff;
  padding: 0 10px;
}
footer#master-footer.footer-bottom .footer-container .footer-menu li a:hover {
  text-decoration: none;
}
footer#footer-sticky {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 10;
  background: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 580px) {
  footer#footer-sticky {
    display: none;
  }
}
footer#footer-sticky .schadensmeldung {
  background-color: var(--secondary-color);
  flex-basis: 88%;
  padding: 15px;
  text-align: center;
  color: white;
}
footer#footer-sticky .schadensmeldung a {
  color: white;
  font-size: 20px;
}
footer#footer-sticky .schadensmeldung a:hover {
  text-decoration: none;
}
footer#footer-sticky .to-top {
  flex-basis: 12%;
  text-align: center;
  background: var(--primary-color);
}
footer#footer-sticky .to-top svg {
  rotate: -90deg;
  fill: #fff;
  transform: translateX(-2px);
}
footer#footer-sticky .to-top svg .s0 {
  fill: #fff;
}