@font-face {
  font-family: Calibri Font Family;
  src: url('../fonts/calibri-font-family.zip') format("undefined");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Quattrocento;
  src: url('../fonts/Quattrocento-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Quattrocento;
  src: url('../fonts/Quattrocento-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --hauptfarbe: #292929;
  --zweitfarbe: #f4f4f4;
  --highlights-rot: #e0000b;
  --weiß: white;
  --highlights-lila: #7c207c;
  --transparent: transparent;
  --main\<deleted\|variable-0df002a4-fb0a-7c1a-5962-307a8fffec59\>: #171254;
  --highlights\<deleted\|variable-4f96e564-1857-e5b2-8034-e12bfc2c2661\>: #de6926;
  --highlights-orange: #e56626;
  --highlights-blau: #333188;
  --highlights-gelb: #f8c406;
  --highlights-grün: #2f862b;
  --schwarz: black;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

a {
  text-decoration: underline;
}

.utility-page-wrap {
  background-image: url('../images/5e959eb33ff0bb50fe9c62cc_5e4e799880743331e550192d_schloss-gold.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
  position: absolute;
  inset: auto auto 0%;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.submit-button {
  background-color: #ecbf38;
}

.logo-bild {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.logo {
  justify-content: center;
  align-items: center;
  height: 16vh;
  padding-top: 15px;
  padding-bottom: 15px;
  text-decoration: none;
  display: flex;
}

.logo.ber-button {
  position: fixed;
  inset: auto 0% 15% auto;
}

.heading-logo {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 400;
  line-height: 30px;
  display: block;
}

.telefonnummer {
  margin-bottom: 5px;
  line-height: 1.3;
}

.ffnungszeiten {
  margin-bottom: 5px;
}

.hauptfarbe {
  background-color: var(--hauptfarbe);
  color: #fff;
}

.email {
  margin-bottom: 5px;
  line-height: 1.3;
}

.zweitfarbe {
  background-color: var(--zweitfarbe);
  color: #333;
}

.highlights-rot {
  background-color: var(--highlights-rot);
  color: var(--weiß);
}

.adresse {
  margin-bottom: 5px;
  line-height: 1.3;
}

.google-maps {
  width: 100%;
  height: 100%;
}

.heading-1, .heading-2 {
  font-family: Poppins, sans-serif;
  font-weight: 700;
  line-height: 1.3;
}

.heading-3 {
  font-family: Poppins, sans-serif;
  font-weight: 500;
  line-height: 1.3;
}

.flie-text {
  font-family: Poppins, sans-serif;
  font-weight: 300;
  line-height: 1.5;
}

.farbe-der-headings {
  color: var(--highlights-lila);
  line-height: 1.3;
}

.kopfzeile {
  z-index: 999;
  background-color: var(--transparent);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: fixed;
  inset: 1% 0% auto;
}

.terminbutton {
  text-transform: uppercase;
  font-family: Exo, sans-serif;
}

.terminbutton:hover {
  background-color: #292929;
}

.terminbutton.highlights {
  font-family: Roboto, sans-serif;
}

.terminbutton.highlights:hover {
  background-color: #161616;
}

.divblock1 {
  text-align: center;
  width: auto;
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 0;
  padding-bottom: 20px;
}

.datenschutz, .impressum {
  color: #fff;
  text-decoration: none;
}

.bold-text-9 {
  font-family: Droid Sans, sans-serif;
}

._1 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.men-2 {
  width: 100%;
}

.nav-link2 {
  color: #fff;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.nav-link2:hover {
  color: gray;
}

.nav-link2.w--current {
  color: #ebe3de;
}

.nav-link2.flie-text {
  transition: all .2s;
}

.nav-link2.flie-text:hover {
  color: #acacac;
  font-size: 16px;
  text-decoration: underline;
}

.nav-link2.flie-text.w--current {
  color: #fff;
  font-size: 16px;
  text-decoration: underline;
}

.nav-link2.flie-text.w--current:hover {
  font-size: 14px;
}

.inhalt-men-punkte2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.titelvideo-start-3 {
  height: 90vh;
  position: relative;
}

.video2 {
  color: #fff;
  background-image: linear-gradient(#00000036, #00000036);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-bottom: 0;
  display: flex;
}

.div-block-video-2 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slogan-2 {
  text-transform: uppercase;
  font-size: 50px;
  line-height: 70px;
}

.slogan-2.heading-1 {
  line-height: 1.3;
}

.heading-start2 {
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 70px;
  line-height: 80px;
}

.heading-start2.heading-2 {
  font-size: 50px;
  line-height: 1.3;
}

.mehr-erfahren1 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  line-height: 24px;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.mehr-erfahren1:hover {
  background-color: #2e2e2e;
}

.mehr-erfahren1.highlights.flie-text {
  background-color: var(--highlights\<deleted\|variable-4f96e564-1857-e5b2-8034-e12bfc2c2661\>);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 20px;
  margin-top: auto;
  padding: 15px 30px;
  font-size: 16px;
  line-height: 1.5;
}

.mehr-erfahren1.highlights:hover {
  background-color: #171254;
}

.mehr-erfahren1.highlights.flie-text {
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #de6926;
  border-radius: 20px;
  padding: 15px 30px;
  font-size: 16px;
  line-height: 1.5;
}

.mehr-erfahren1.highlights.flie-text:hover {
  background-color: #171254;
}

.heading-83 {
  font-weight: 700;
  line-height: 1.3;
}

.text-2 {
  text-align: center;
  padding-bottom: 0;
}

.text-2.flie-text {
  font-size: 16px;
}

.bild-karte {
  background-color: var(--weiß);
  height: 40vh;
  color: var(--weiß);
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 10px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.serviceangebote2 {
  width: 60%;
  min-width: auto;
  margin-top: 50px;
}

.hover-inhalt {
  z-index: 10;
  opacity: 0;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100.07%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hover-inhalt:hover {
  background-color: var(--highlights-orange);
  opacity: 1;
}

.inhaltstartseite2-live {
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25vh 5vw 100px;
  display: flex;
}

.inhaltstartseite2-live.hauptfarbe.top {
  background-color: var(--highlights-orange);
}

.kontaktaufnehmen2 {
  color: #fff;
  background-image: linear-gradient(#00000080, #00000080), url('../images/pexels-karolina-grabowska-7269674.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 10vw;
  display: flex;
}

.footer2 {
  justify-content: space-around;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.footer2.hauptfarbe.flie-text {
  flex-direction: column;
  justify-content: flex-start;
  padding-bottom: 0;
  padding-left: 100px;
  padding-right: 140px;
}

.iconfooter2 {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.footer-inhalt3 {
  display: inline-block;
  position: static;
}

.headingfooter2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

.karte-grid {
  grid-column-gap: 16px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  position: relative;
}

.titelvideo-3 {
  height: 500px;
  position: relative;
}

.impdat-3 {
  padding: 160px 40px 100px;
}

.success-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 160px;
  padding-bottom: 100px;
  display: flex;
}

.sucess-blcok {
  border: 2px solid #000;
  justify-content: center;
  align-items: center;
  padding: 100px;
  display: flex;
}

.sucess-blcok.highlights {
  background-color: var(--highlights-orange);
  color: var(--weiß);
}

.heading-22 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
}

.footer-div {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.fu-zeile-inhalt-wrapper {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.fu-zeile {
  background-color: var(--weiß);
  border: 1px solid #ccc;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px 10vw 20px;
  display: flex;
}

.fu-zeile.hauptfarbe {
  justify-content: space-around;
  padding-bottom: 10px;
}

.heading-footer {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
}

.inhalt-block {
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.checkbox-field {
  text-align: left;
}

.navigation-link {
  letter-spacing: 2px;
  text-transform: uppercase;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding-right: 15px;
  font-size: 40px;
  line-height: 50px;
  display: flex;
  position: relative;
}

.navigation-link.heading-1 {
  color: #000;
  text-decoration: none;
  transition: all .2s;
}

.navigation-link.heading-1:hover {
  transform: scale(1.1);
}

.navigation-line {
  width: 3px;
  height: 30px;
  margin-top: 1px;
  position: absolute;
  transform: skew(-15deg);
}

.top-title-text {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 26px;
  line-height: 34px;
}

.navigation-text {
  z-index: 1;
  margin-left: 20px;
  line-height: 40px;
  position: relative;
}

.navigation {
  z-index: 10;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 0;
  padding: 20px 25px;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.text-field {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 20px;
  min-height: 55px;
  margin-bottom: 15px;
  transition: all .3s ease-in-out;
}

.text-field.area {
  min-height: auto;
  padding-bottom: 55px;
}

.text-field.flie-text:hover {
  box-shadow: 4px 4px 12px -2px #0003;
}

.text-field.flie-text:active, .text-field.flie-text:focus {
  border-color: var(--highlights-orange);
}

.text-field.flie-text.text-area {
  min-height: 100px;
}

.right-part-overlay {
  z-index: 1;
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.navigation-divider {
  width: 1px;
  height: 30px;
  margin-left: 18px;
  margin-right: 18px;
  transform: skew(-15deg);
}

.left-part {
  z-index: 3;
  float: left;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.field-label-2 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 11px;
}

.big-paragraph {
  margin-bottom: 0;
  font-size: 17px;
}

.line-first {
  background-color: #000;
  border-radius: 5px;
  width: 22px;
  height: 2px;
  position: absolute;
}

.line-first.top {
  margin-top: -12px;
}

.line-first.bottom {
  margin-top: 12px;
}

.navigation-first {
  align-items: center;
  width: 100%;
  display: flex;
}

.top-title.half {
  margin-bottom: 60px;
}

.form-block-2 {
  width: 100%;
}

.navigation-menu {
  z-index: 9;
  width: 0%;
  display: block;
  position: fixed;
  inset: 0%;
}

.quote-wrapper {
  z-index: 9;
  opacity: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 450px;
  display: none;
  position: relative;
}

.button-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-wrapper.submit {
  width: 100%;
  margin-top: 15px;
  padding: 16px 30px;
}

.div-block-42 {
  width: 100%;
}

.right-part {
  z-index: 3;
  float: right;
  background-color: #f1f1f7;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 0%;
  height: 100%;
  display: flex;
  position: relative;
}

.navigation-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 350px;
  display: block;
}

.full-part {
  background-color: #fff;
  width: 0%;
  height: 100%;
  display: none;
}

.left-part-overlay {
  z-index: 1;
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.form {
  width: 100%;
}

.hamburger-menu {
  cursor: pointer;
  background-color: #ffffff80;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.maps-gro {
  width: 100%;
  height: 100%;
  min-height: 500px;
}

.maos-footer {
  justify-content: center;
  width: 100%;
  min-width: 250px;
  height: 120px;
  display: flex;
}

.link {
  color: #fff;
  text-decoration: none;
  display: block;
}

.impdat-2 {
  min-height: 80vh;
  padding: 100px 40px;
}

.impdat-2.flie-text {
  flex-direction: column;
  min-height: 100%;
  padding: 0;
  display: flex;
}

.impressum-link, .datenschutz-link {
  color: #fff;
  text-decoration: none;
}

.html-embed-2 {
  height: 100%;
}

.nav-men {
  z-index: 10000;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.navbar {
  background-color: var(--weiß);
  border: 1px solid #ccc;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 3vw;
  padding-right: 3vw;
  display: flex;
}

.navbar.hauptfarbe {
  background-color: var(--main\<deleted\|variable-0df002a4-fb0a-7c1a-5962-307a8fffec59\>);
}

.navbar.hauptfarbe:hover {
  font-size: 16px;
  font-weight: 700;
}

.nav-link {
  color: #333;
  padding: 20px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.nav-link.w--current {
  color: #ebe3de;
}

.nav-link.flie-text:hover, .nav-link.flie-text.w--current {
  color: var(--highlights-orange);
}

.nav-link.flie-text.abstand-rechts {
  padding-right: 40px;
}

.container-8 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-100 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .6s cubic-bezier(.23, 1, .32, 1);
}

.ablaufplan-big-button-3 {
  z-index: 2;
  color: #fff;
  background-color: #d4af37;
  border-radius: 30px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
  text-decoration: none;
  transition: all .2s;
}

.ablaufplan-big-button-3:hover {
  transform: scale(1.03);
}

.ablaufplan-big-button-3.black.ablaufplan {
  margin-top: -2px;
  top: 10px;
}

.ablaufplan-big-button-3.black {
  z-index: 10000;
  color: #fff;
  background-color: #000;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 16px;
  position: fixed;
  inset: 60px auto auto 0%;
}

.ablaufplan-big-button-3.black:hover {
  transform: none;
}

.image-100-contain {
  object-fit: contain;
  width: 100%;
  height: 100%;
  transition: all .6s cubic-bezier(.23, 1, .32, 1);
}

.lightbox-link-100 {
  width: 100%;
  height: 100%;
}

.arrow-div-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 20%;
  height: auto;
  display: flex;
}

.accordion-pane {
  overflow: hidden;
}

.accordion-pane-content {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px;
  display: flex;
}

.arrow-div {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 25px;
  height: 25px;
  display: flex;
}

.accordion-question-header {
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.list {
  text-align: left;
  font-size: 16px;
}

.arrow-left {
  background-color: var(--weiß);
  border-radius: 1px;
  width: 30px;
  height: 1.5px;
  position: relative;
  left: 3px;
  transform: rotate(45deg);
}

.arrow-right {
  background-color: var(--weiß);
  border-radius: 1px;
  width: 30px;
  height: 1.5px;
  position: relative;
  right: 3px;
  transform: rotate(-45deg);
}

.accordion-tab-button {
  cursor: pointer;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 45%;
  height: auto;
  min-height: auto;
  padding: 15px 30px;
  transition: all .3s ease-in-out;
  display: flex;
}

.accordion-tab-button:hover {
  transform: translate(0, -5px);
  box-shadow: 5px 5px 15px -2px #0000004d;
}

.accordion-tab-button._70 {
  width: 75%;
}

.accordion-tab-button._70.highlights-orange {
  width: auto;
}

.accordion-item-wrapper-links {
  background-color: var(--transparent);
  border-radius: 2px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.inhalt-service2-1.padding {
  padding-bottom: 20px;
  padding-left: 100px;
  padding-right: 100px;
}

.dropdown-list {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 2px 3px 10px -2px #0003;
}

.section-divider {
  height: 1vh;
}

.link1.farbe-der-headings {
  border: 1px dashed var(--highlights-lila);
  text-shadow: 1px 1px 2px #0003;
  background-color: #8354830d;
  border: 1px dashed #7c207c;
  border-radius: 5px;
  margin-left: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
}

.card-backshadow {
  color: #000;
  border-radius: 0;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 35px;
  display: flex;
}

.card-backshadow.zweitfarbe {
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.heading-mittig1-2 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 25px;
  line-height: 30px;
}

.heading-mittig1-2.heading-1 {
  font-size: 23px;
  text-decoration: none;
}

.heading-mittig1-2.heading-1.small {
  font-size: 20px;
  font-weight: 600;
}

.text-center1-2 {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
}

.text-center1-2.flie-text {
  color: #5f4d4d;
  font-size: 16px;
}

.link1-2.farbe-der-headings {
  font-weight: 600;
  text-decoration: none;
}

.tabs {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.tablink.highlights.flie-text {
  background-color: var(--highlights-lila);
  color: #fff;
  border-radius: 20px;
  margin-bottom: 2px;
}

.tablink.highlights.flie-text:hover {
  background-color: var(--highlights-blau);
}

.tablink.highlights.flie-text.w--current {
  background-color: #e7ca03;
  justify-content: center;
  align-items: center;
  margin-bottom: -2px;
  display: flex;
}

.tablink.highlights-2 {
  background-color: var(--highlights-gelb);
}

.tablink.highlights-2.flie-text {
  background-color: var(--highlights-lila);
  color: #fff;
  border-radius: 20px;
  margin-bottom: 2px;
}

.tablink.highlights-2.flie-text:hover {
  background-color: var(--highlights-blau);
}

.tablink.highlights-2.flie-text.w--current {
  background-color: #e7ca03;
  justify-content: center;
  align-items: center;
  margin-bottom: -2px;
  display: flex;
}

._6er-grid1-2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
  margin-bottom: 40px;
}

.tabs-content {
  border: 1px solid #b9571f;
  border-radius: 20px;
  margin-top: 40px;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}

.heading-start2-3 {
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 70px;
  line-height: 80px;
}

.heading-start2-3.heading-2, .heading-start2-3.heading-2.farbe-der-headings {
  font-size: 50px;
  line-height: 1.3;
}

.fixed-div {
  z-index: 1000;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
  position: fixed;
  inset: auto 1% 40% auto;
}

.link-social {
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  transition: all .2s;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.link-social:hover {
  transform: translate(-10px);
}

.title-image-wrapper {
  height: 32rem;
  position: relative;
}

.highlights-orange {
  background-color: var(--highlights-orange);
  color: var(--weiß);
}

.highlights-gelb {
  background-color: var(--highlights-gelb);
  color: var(--weiß);
}

.highlights-gr-n {
  background-color: var(--highlights-grün);
  color: var(--weiß);
}

.highlights-blau {
  background-color: var(--highlights-blau);
  color: var(--weiß);
}

.highlights-lila {
  background-color: var(--highlights-lila);
  color: var(--weiß);
}

.farbe-der-headings-2 {
  color: var(--highlights-orange);
  line-height: 1.3;
}

.titel-hg-kreis {
  aspect-ratio: 1;
  border-radius: 5% 5% 45% 25%;
  height: 95vh;
  position: absolute;
  inset: -125px -13% auto auto;
  transform: rotate(37deg);
}

.logo-wrapper {
  margin-right: auto;
}

.dropdown {
  margin-left: 0;
  margin-right: 0;
}

.dropdown-toggle {
  padding: 0;
}

.navlink-wrapper {
  display: inline-block;
}

.navlink-hover-line {
  width: 0%;
  height: 1px;
}

.inhalt-stack {
  z-index: 1;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  position: relative;
}

.titelinhalt-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.berschriftenblock-links {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.label-links {
  letter-spacing: 2px;
  text-transform: uppercase;
}

.label-links.flie-text.farbe-der-headings-2 {
  font-size: 18px;
}

.label-links.flie-text.farbe-der-headings-2.heller {
  color: #ff864a;
}

.label-links.flie-text.farbe-der-headings-2.middee {
  text-align: center;
}

.slogan {
  margin-top: 10px;
  font-size: 65px;
}

.slogan.heading-1.farbe-der-headings.line {
  -webkit-text-stroke-width: .5px;
  -webkit-text-stroke-color: var(--weiß);
}

.text-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.absatz-links {
  text-align: left;
  font-size: 16px;
}

.button {
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 20px;
  margin-top: 20px;
  padding: 15px 30px;
  font-size: 16px;
  transition: all .3s ease-in-out;
}

.button:hover {
  transform: translate(0, -5px);
  box-shadow: 5px 5px 20px -2px #0000004d;
}

.teiler {
  background-image: linear-gradient(90deg, var(--highlights-rot), var(--highlights-orange) 20%, var(--highlights-gelb) 40%, var(--highlights-grün) 60%, var(--highlights-blau) 80%, #9e9dc6);
  border-radius: 20px;
  width: 45%;
  height: 2px;
}

.berschrift-fu-zeile {
  font-size: 28px;
}

.berschrift-fu-zeile.heading-3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.info-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.symbol-20px {
  object-fit: contain;
  width: 20px;
  height: 20px;
}

.text-fu-zeile {
  font-size: 16px;
}

.text-link {
  border-bottom: 1px solid var(--transparent);
  color: #333;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.text-link:hover {
  border-bottom-color: var(--highlights-orange);
  color: var(--highlights-orange);
}

.text-link.farbe-der-headings {
  color: var(--highlights-orange);
}

.google-maps-klein {
  border-radius: 20px;
  width: 100%;
  height: 20vh;
  overflow: hidden;
}

.fu-zeile-teiler {
  background-color: #ccc;
  border-radius: 20px;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.impdat {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.abschnitt-mittig {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 100px 10vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.abschnitt-mittig.abstand-oben {
  padding-top: 25vh;
}

.abschnitt-mittig.abstand-oben._2 {
  padding-top: 30vh;
}

.bild-kreis {
  aspect-ratio: 1;
  border: 8px solid var(--weiß);
  border-radius: 50%;
  height: 55vh;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.cell-mittig-oben {
  justify-content: flex-start;
  align-items: center;
}

.bild-100 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.bild-100.oben-25 {
  object-position: 50% 25%;
}

.bild-100.contain {
  object-fit: contain;
  object-position: 50% 50%;
  border-radius: 20px;
  padding: 20px;
}

.bild-100.top {
  object-position: 50% 0%;
}

.hg-kreis-klein-rechts {
  z-index: 1;
  aspect-ratio: 1;
  border-radius: 5% 5% 45% 25%;
  height: 30vh;
  position: absolute;
  inset: auto -5% 10% auto;
  transform: rotate(66deg);
}

.hg-kreis-klein-links {
  aspect-ratio: 1;
  border-radius: 5% 5% 45% 25%;
  height: 30vh;
  position: absolute;
  inset: auto auto 10% -5%;
  transform: rotate(-55deg);
}

.hg-kreis-klein-links.highlights-orange {
  transform: rotate(-66deg);
}

.hg-kreis-gro-links {
  aspect-ratio: 1;
  border-radius: 5% 25% 45% 5%;
  height: 75vh;
  position: absolute;
  inset: -85px auto auto -11%;
  transform: rotate(37deg);
}

.hg-kreis-gro-links.highlights-gr-n {
  z-index: 0;
}

.hg-kreis-gro-links.highlights-orange.small {
  left: -16%;
}

.inhalt-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.berschrift-gro-links {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 55px;
}

.cell-mittig {
  justify-content: center;
  align-items: center;
}

.bild-wrapper-relativ {
  width: 100%;
  position: relative;
}

.bild-wrapper-75vh {
  z-index: 5;
  border-radius: 20px;
  width: 100%;
  height: 75vh;
  position: relative;
  overflow: hidden;
}

.berschriftenblock-mittig {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.berschriftenblock-mittig.top-padding {
  margin-top: 60px;
}

.inhalt-60 {
  z-index: 10;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  display: flex;
}

.berschrift-gro-mittig {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 55px;
}

.berschrift-gro-mittig.heading-1.farbe-der-headings {
  z-index: 5;
  position: relative;
}

.berschrift-gro-mittig.heading-1.farbe-der-headings.line {
  -webkit-text-stroke-width: .5px;
  -webkit-text-stroke-color: var(--weiß);
}

.label-mittig {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.label-mittig.flie-text.farbe-der-headings-2 {
  font-size: 18px;
}

.inhalt-80 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 805px;
  display: flex;
}

.inhalt-80.rel {
  z-index: 2;
  position: relative;
}

.absatz-mittig {
  text-align: center;
  font-size: 16px;
}

._4er-karte-grid-mit-margin {
  z-index: 10;
  grid-row-gap: 80px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 100px;
  position: relative;
}

.karte-wrapper {
  background-color: var(--weiß);
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 40px 20px;
  display: flex;
}

.karte-wrapper.top {
  justify-content: flex-start;
}

.symbol-100 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.symbol-kreis-wrapper {
  background-color: var(--weiß);
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 85px;
  height: 85px;
  margin-top: -83px;
  padding: 18px 15px;
}

.berschrift-klein-mittig {
  text-align: center;
  font-size: 26px;
}

.berschrift-klein-mittig.heading-3 {
  font-size: 25px;
}

.hg-bild-block {
  background-image: linear-gradient(#ffffff73, #ffffff73), url('../images/close-up-white-fluffy-feathers.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 100px;
  display: flex;
  overflow: hidden;
}

.berschrift-mittel-mittig {
  text-align: center;
  font-size: 36px;
}

.text-gro {
  text-align: center;
  font-size: 20px;
}

.b-cher-grid {
  z-index: 5;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  margin-bottom: 40px;
  position: relative;
}

.b-cher-karte {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  border: 1px solid #ccc;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
}

.b-cher-karte.wei {
  background-color: var(--weiß);
  background-color: #fff;
}

.b-cher-karte.wei._50 {
  position: relative;
  inset: 0% 0% 0% 50%;
}

.karte-inhalt-links {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.karte-inhalt-links.center {
  justify-content: space-between;
  align-items: center;
}

.buch-bild {
  object-fit: contain;
  border-radius: 20px;
  width: 50%;
  height: 45vh;
}

.buch-bild.cover {
  object-fit: cover;
}

.buch-bild.cover.small {
  height: 35vh;
}

.berschrift-klein-links {
  text-align: left;
  font-size: 26px;
}

.berschrift-klein-links.heading-3.center {
  text-align: center;
}

.bild-wrapper-125vh {
  border-radius: 20px;
  width: 100%;
  height: 125vh;
  overflow: hidden;
}

.stack-mit-symbol {
  margin-top: 20px;
  padding: 0;
}

.kontakt-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 40px;
}

.berschrift-mittel-links {
  text-align: left;
  font-size: 36px;
}

.berschrift-mittel-links.heading-2 {
  font-style: normal;
}

.form-wrapper, .form-block {
  width: 100%;
}

.form-grid {
  grid-template-rows: auto;
}

.checkbox {
  border-radius: 20px;
}

.heading-block {
  background-color: var(--highlights-orange);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.berschrift-klein-mittig-above {
  text-align: center;
  font-size: 26px;
}

.berschrift-klein-mittig-above.heading-3 {
  margin-top: 0;
}

.title-bild-wrapper-relativ {
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  position: relative;
}

.title-bild-wrapper-relativ.mitting {
  justify-content: center;
  align-items: center;
  display: flex;
}

.title-bild-wrapper {
  z-index: 5;
  border-radius: 20px;
  width: 100%;
  height: 50vh;
  position: relative;
  overflow: hidden;
}

.title-bild-wrapper.weit {
  background-color: var(--weiß);
  padding-top: 10px;
  padding-bottom: 10px;
}

.teiler-small {
  background-image: linear-gradient(90deg, var(--highlights-rot), var(--highlights-orange) 20%, var(--highlights-gelb) 40%, var(--highlights-grün) 60%, var(--highlights-blau) 80%, #9e9dc6);
  border-radius: 20px;
  width: 20%;
  height: 2px;
}

.hg-kreis-gro-links-new {
  aspect-ratio: 1;
  border-radius: 5% 25% 45% 5%;
  height: 75vh;
  position: absolute;
  inset: -85px auto auto -20%;
  transform: rotate(37deg);
}

.button-block {
  z-index: 999;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
  position: fixed;
  inset: auto 0% 30% auto;
}

.btm-wrap {
  background-color: var(--weiß);
  color: var(--hauptfarbe);
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-radius: 20px 0 0 20px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
}

.btm-wrap:hover {
  background-color: var(--highlights-rot);
  color: var(--weiß);
}

.btm-wrap.w--current {
  background-color: var(--highlights-rot);
  color: var(--weiß);
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.label-mittig-small {
  text-align: center;
  letter-spacing: 2px;
  text-transform: none;
  font-size: 16px;
}

.label-mittig-small.flie-text {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
}

.b-cher-grid-2, .b-cher-grid-3, .b-cher-grid-4 {
  z-index: 5;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  margin-bottom: 40px;
  position: relative;
}

.b-cher-grid-5 {
  z-index: 5;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  margin-bottom: 40px;
  position: relative;
}

._6er-grid1-2-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
  margin-bottom: 40px;
}

._6er-grid1-2-1.no-padding {
  padding-left: 0;
}

._6er-grid1-2-1.no-padding.neben {
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.link-7 {
  text-decoration: none;
}

.bold-text-12 {
  color: #000;
  font-weight: 300;
}

.bold-text-13, .bold-text-16 {
  color: #5f4d4d;
}

.link-8 {
  text-decoration: none;
}

.bold-text-19 {
  color: #1d1818;
}

.tabs-menu-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 70px;
  display: flex;
}

.mehr-erfahren1-button-copy {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  line-height: 24px;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.mehr-erfahren1-button-copy:hover {
  background-color: #2e2e2e;
}

.mehr-erfahren1-button-copy.highlights.flie-text {
  background-color: var(--highlights-orange);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 20px;
  margin-top: 30px;
  padding: 15px 30px;
  font-size: 16px;
  line-height: 1.5;
}

.mehr-erfahren1-button-copy.highlights.flie-text.links {
  text-align: left;
}

.mehr-erfahren1-button-copy.highlights:hover {
  background-color: #171254;
}

.mehr-erfahren1-button-copy.highlights.flie-text {
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #e56626;
  border-radius: 20px;
  margin-top: 30px;
  padding: 15px 30px;
  font-size: 16px;
  line-height: 1.5;
}

.mehr-erfahren1-button-copy.highlights.flie-text:hover {
  background-color: #333188;
}

.mehr-erfahren1-copy.highlights.flie-text {
  background-color: var(--highlights\<deleted\|variable-4f96e564-1857-e5b2-8034-e12bfc2c2661\>);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 20px;
  margin-top: 30px;
  padding: 15px 30px;
  font-size: 16px;
  line-height: 1.5;
}

.mehr-erfahren1-copy.highlights.flie-text {
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #de6926;
  border-radius: 20px;
  padding: 15px 30px;
  font-size: 16px;
  line-height: 1.5;
}

.mehr-erfahren1-copy.highlights.flie-text {
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #de6926;
  border-radius: 20px;
  margin-top: 30px;
  padding: 15px 30px;
  font-size: 16px;
  line-height: 1.5;
}

.mehr-erfahren1-mehar {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  line-height: 24px;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.mehr-erfahren1-mehar:hover {
  background-color: #2e2e2e;
}

.mehr-erfahren1-mehar.highlights.flie-text {
  background-color: var(--highlights\<deleted\|variable-4f96e564-1857-e5b2-8034-e12bfc2c2661\>);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 20px;
  margin-top: 80px;
  padding: 15px 30px;
  font-size: 16px;
  line-height: 1.5;
}

.mehr-erfahren1-mehar.highlights:hover {
  background-color: #171254;
}

.mehr-erfahren1-mehar.highlights.flie-text {
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #de6926;
  border-radius: 20px;
  margin-top: 80px;
  padding: 15px 30px;
  font-size: 16px;
  line-height: 1.5;
}

.mehr-erfahren1-mehar.highlights.flie-text:hover {
  background-color: #171254;
}

.mehr-erfahren1-copy {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  line-height: 24px;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.mehr-erfahren1-copy:hover {
  background-color: #2e2e2e;
}

.mehr-erfahren1-copy.highlights:hover {
  background-color: var(--main\<deleted\|variable-0df002a4-fb0a-7c1a-5962-307a8fffec59\>);
}

.mehr-erfahren1-copy.highlights.flie-text {
  background-color: var(--highlights\<deleted\|variable-4f96e564-1857-e5b2-8034-e12bfc2c2661\>);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 20px;
  padding: 15px 30px;
  font-size: 16px;
  line-height: 1.5;
}

.mehr-erfahren1-copy.highlights.flie-text:hover {
  background-color: var(--main\<deleted\|variable-0df002a4-fb0a-7c1a-5962-307a8fffec59\>);
}

.abschnitt-hg-bild-c4 {
  background-color: var(--zweitfarbe);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 15vh 10vw;
  display: flex;
  position: relative;
}

.abschnitt-mittig-6 {
  background-color: var(--zweitfarbe);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 100px 10vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

._6er-grid1-2-4 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 100px;
  margin-bottom: 100px;
}

._6er-grid1-2-4._3-1-grid {
  grid-template-rows: auto;
  margin-top: 60px;
  margin-bottom: 60px;
}

._6er-grid1-2-3 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 100px;
  margin-bottom: 100px;
}

._6er-grid1-gap {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
  margin-bottom: 16px;
}

.link6 {
  color: #5f4d4d;
  text-decoration: none;
}

.link-10 {
  color: var(--highlights-orange);
  text-decoration: none;
}

.utility-page-wrap-3 {
  background-color: var(--highlights-lila);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.utility-page-content-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
  position: static;
  bottom: 5%;
}

.image-113 {
  filter: brightness(0%) invert();
  object-fit: contain;
  height: 10rem;
}

._404-error {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  line-height: 40px;
}

.bold-text-21 {
  color: #000;
  text-decoration: none;
}

.link-11 {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.link-12, .link-13 {
  text-decoration: none;
}

.bold-text-22 {
  font-weight: 400;
}

.bold-text-23 {
  color: #1d1818;
}

.wrapp {
  overflow-wrap: anywhere;
}

.div-block-43 {
  padding-left: 100px;
}

.bold {
  text-transform: uppercase;
  font-weight: 700;
}

.bold2 {
  font-weight: 600;
}

.inhalt-service {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 100px;
  display: flex;
}

.inhalt-service.padding {
  padding-bottom: 20px;
  padding-left: 100px;
  padding-right: 100px;
}

.button-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 70px;
  display: flex;
}

.tab-button {
  border-radius: 20px;
  padding-left: 30px;
  padding-right: 30px;
}

.tab-button.highlights {
  background-color: var(--highlights-lila);
}

.tab-button.highlights:hover {
  background-color: var(--highlights-blau);
}

.tab-button.highlights.flie-text.w--current, .tab-button.highlights-2 {
  background-color: var(--highlights-gelb);
}

.tab-button.highlights-2:hover {
  background-color: var(--highlights-lila);
}

.content-wrap {
  border: 1px solid #b9571f;
  border-radius: 20px;
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
  .telefonnummer, .email {
    margin-bottom: 5px;
  }

  .flie-text {
    overflow-wrap: anywhere;
  }

  .kopfzeile {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .divblock1 {
    padding-bottom: 20px;
  }

  .men-icon2 {
    color: #fff;
  }

  .slogan-2.heading-1 {
    text-align: center;
  }

  .heading-start2 {
    font-size: 60px;
    line-height: 60px;
  }

  .heading-start2.heading-2 {
    font-size: 40px;
  }

  .bild-karte {
    height: auto;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .serviceangebote2 {
    width: 90%;
  }

  .hover-inhalt {
    background-color: var(--highlights-orange);
    opacity: 100;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    height: auto;
    padding-left: 20px;
    text-decoration: none;
    position: static;
  }

  .inhaltstartseite2-live.hauptfarbe.top {
    padding-bottom: 60px;
  }

  .inhaltstartseite2-live.top-padding-equal-2 {
    padding: 140px 60px 60px;
  }

  .kontaktaufnehmen2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer2.hauptfarbe.flie-text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .karte-grid {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    display: flex;
  }

  .sucess-blcok {
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .sucess-blcok.highlights {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-22 {
    font-size: 27px;
  }

  .fu-zeile-inhalt-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .fu-zeile {
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .fu-zeile.hauptfarbe {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-footer.heading-3 {
    font-size: 12px;
  }

  .nav-men {
    background-color: var(--highlights-blau);
    flex-flow: row;
    height: 70vh;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    overflow: auto;
  }

  .men-icon1 {
    color: #fff;
  }

  .nav-link.flie-text {
    color: #fff;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link.flie-text.abstand-rechts {
    width: auto;
  }

  .men-buttton1.hauptfarbe, .men-buttton1.hauptfarbe.w--open {
    background-color: var(--highlights-lila);
  }

  .ablaufplan-big-button-3.black.ablaufplan {
    top: 70px;
  }

  .ablaufplan-big-button-3.black {
    top: 20px;
  }

  .lightbox-link-100 {
    height: 40vh;
    text-decoration: none;
  }

  .accordion-pane {
    width: 100%;
  }

  .accordion-pane-content {
    justify-content: center;
    align-items: center;
  }

  .accordion-question-header {
    overflow-wrap: normal;
  }

  .accordion-question-header.flie-text, .accordion-tab-button.highlights-lila, .accordion-tab-button._70.highlights-orange {
    width: auto;
  }

  .accordion-item-wrapper-links {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
  }

  .inhalt-service2-1.padding {
    padding-bottom: 60px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .dropdown-list.w--open {
    background-color: var(--highlights-lila);
    padding: 10px;
    position: relative;
    overflow: visible;
  }

  .card-backshadow {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  ._6er-grid1-2 {
    display: block;
  }

  .tabs-content {
    margin-top: 20px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-start2-3 {
    font-size: 60px;
    line-height: 60px;
  }

  .heading-start2-3.heading-2.farbe-der-headings {
    font-size: 40px;
    line-height: 1.3;
  }

  .link-social {
    width: 30px;
    height: 30px;
  }

  .titel-hg-kreis.highlights-lila {
    height: 45vh;
  }

  .dropdown, .dropdown-toggle, .navlink-wrapper {
    width: 100%;
  }

  .inhalt-stack {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .titelinhalt-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .berschriftenblock-links {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .slogan.heading-1.farbe-der-headings {
    text-align: center;
    font-size: 40px;
  }

  .text-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .absatz-links.flie-text, .button.flie-text.highlights-orange, .button.flie-text.highlights-lila {
    text-align: center;
  }

  .berschrift-fu-zeile.heading-3 {
    font-size: 19px;
  }

  .google-maps-klein {
    height: auto;
  }

  .abschnitt-mittig {
    padding: 60px;
  }

  .abschnitt-mittig.abstand-oben._2 {
    padding: 25vh 60px 60px;
  }

  .bild-kreis {
    height: 45vh;
  }

  .bild-100.top.cont {
    object-fit: contain;
    background-color: #f8f6f5;
  }

  .bild-100.cont {
    object-fit: contain;
    background-color: #f7f7f5;
  }

  .hg-kreis-klein-rechts.highlights-lila {
    height: 22vh;
    inset: auto 0% 0% auto;
  }

  .hg-kreis-klein-rechts.highlights-blau, .hg-kreis-klein-rechts.highlights-gr-n {
    height: 12vh;
    inset: auto 0% 0% auto;
  }

  .hg-kreis-klein-rechts.highlights-gelb {
    height: 12vh;
  }

  .hg-kreis-klein-rechts.highlights-orange {
    z-index: 0;
  }

  .hg-kreis-klein-links.highlights-orange {
    height: 10vh;
  }

  .hg-kreis-gro-links.highlights-lila {
    height: 45vh;
  }

  .hg-kreis-gro-links.highlights-blau, .hg-kreis-gro-links.highlights-gr-n {
    height: 34vh;
  }

  .hg-kreis-gro-links.highlights-rot {
    height: 45vh;
  }

  .hg-kreis-gro-links.highlights-orange.small {
    height: 34vh;
  }

  .berschrift-gro-links.heading-1 {
    text-align: center;
    font-size: 40px;
  }

  .bild-wrapper-75vh {
    height: 45vh;
  }

  .berschriftenblock-mittig {
    margin-bottom: 20px;
  }

  .berschriftenblock-mittig.top-padding {
    margin-top: 10px;
  }

  .inhalt-60 {
    width: auto;
  }

  .berschrift-gro-mittig.heading-1 {
    font-size: 40px;
  }

  .inhalt-80 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
  }

  ._4er-karte-grid-mit-margin {
    flex-flow: column;
    display: flex;
  }

  .berschrift-klein-mittig.heading-3 {
    margin-bottom: 10px;
    text-decoration: none;
  }

  .hg-bild-block {
    padding: 40px;
  }

  .text-gro.flie-text {
    font-size: 16px;
  }

  .b-cher-grid {
    flex-flow: column;
    margin-bottom: 0;
    display: flex;
  }

  .b-cher-karte.wei {
    flex-flow: column;
  }

  .b-cher-karte.wei._50 {
    left: 0%;
  }

  .karte-inhalt-links {
    justify-content: space-between;
    align-items: center;
  }

  .buch-bild.cover {
    width: 100%;
    height: 55vh;
  }

  .buch-bild.cover.small {
    height: 55vh;
  }

  .berschrift-klein-links.heading-3 {
    text-align: center;
    overflow-wrap: anywhere;
  }

  .bild-wrapper-125vh {
    height: 60vh;
  }

  .stack-mit-symbol {
    width: 100%;
  }

  .kontakt-grid {
    grid-column-gap: 58px;
    grid-row-gap: 58px;
    flex-flow: column;
    display: flex;
  }

  .heading-block {
    padding-top: 10px;
  }

  .hg-kreis-gro-links-new.highlights-blau {
    height: 45vh;
  }

  .b-cher-grid-2 {
    flex-flow: column;
    margin-bottom: 20px;
    display: flex;
  }

  .b-cher-grid-3, .b-cher-grid-4 {
    flex-flow: column;
    margin-top: 20px;
    margin-bottom: 0;
    display: flex;
  }

  .b-cher-grid-5 {
    flex-flow: column;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
  }

  ._6er-grid1-2-1 {
    display: block;
  }

  ._6er-grid1-2-1.no-padding {
    flex-flow: column;
    margin-bottom: 0;
    display: flex;
  }

  .tabs-menu-2 {
    flex-flow: wrap;
    align-items: stretch;
  }

  .mehr-erfahren1-button-copy.highlights.flie-text.links {
    text-align: center;
  }

  .abschnitt-hg-bild-c4 {
    padding: 60px;
    overflow: hidden;
  }

  .abschnitt-mittig-6 {
    padding: 60px;
  }

  ._6er-grid1-2-4 {
    display: block;
  }

  ._6er-grid1-2-4._3-1-grid {
    margin-top: 10px;
    margin-bottom: 0;
  }

  ._6er-grid1-2-3 {
    flex-flow: column;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  ._6er-grid1-gap {
    width: 100%;
    display: block;
  }

  ._404-error {
    font-size: 29px;
    line-height: 38px;
  }

  .cell-2 {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-43 {
    padding-left: 0;
  }

  .inhalt-service.padding {
    padding-bottom: 60px;
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media screen and (max-width: 767px) {
  .heading-2 {
    font-size: 25px;
    line-height: 30px;
  }

  .divblock1 {
    height: auto;
  }

  .impdat1-2.flie-text {
    text-align: center;
  }

  .titelvideo-start-3 {
    height: 60vh;
  }

  .video2, .div-block-video-2 {
    height: 100%;
  }

  .slogan-2.heading-1 {
    font-size: 30px;
    line-height: 35px;
  }

  .heading-start2.heading-2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 45px;
  }

  .mehr-erfahren1.highlights.flie-text {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }

  .text-2 {
    padding-bottom: 40px;
  }

  .text-2.flie-text {
    padding-bottom: 0;
  }

  .inhaltstartseite2-live {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .inhaltstartseite2-live.hauptfarbe.top.pd {
    padding-top: 140px;
  }

  .inhaltstartseite2-live.top-padding-equal-2 {
    padding: 100px 40px 40px;
  }

  .kontaktaufnehmen2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer2.hauptfarbe.flie-text {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .iconfooter2 {
    justify-content: flex-start;
  }

  .footer-inhalt3 {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
    display: flex;
  }

  .columns-14 {
    width: 100%;
  }

  .headingfooter2 {
    text-align: center;
  }

  .headingfooter2.heading-3 {
    text-align: left;
  }

  .karte-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .impdat-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .success-2 {
    height: auto;
    padding: 140px 40px 100px;
  }

  .sucess-blcok {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sucess-blcok.highlights {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-div {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
  }

  .fu-zeile-inhalt-wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .fu-zeile {
    padding: 40px 20px;
  }

  .inhalt-block {
    justify-content: flex-start;
    align-items: center;
  }

  .form {
    flex-flow: column;
    display: flex;
  }

  .maps-gro {
    height: 400px;
  }

  .maos-footer {
    height: 100px;
  }

  .nav-link.flie-text, .nav-link.flie-text.abstand-rechts {
    font-size: 14px;
  }

  .men-buttton1.hauptfarbe {
    padding: 10px;
  }

  .lightbox-link-100 {
    height: 20rem;
  }

  .accordion-question-header {
    font-size: 1.4em;
  }

  .accordion-question-header.flie-text {
    font-size: 1em;
  }

  .list.flie-text {
    padding-left: 20px;
    font-size: 14px;
  }

  .list.flie-text.no-spc {
    margin-bottom: 0;
  }

  .accordion-tab-button {
    width: 90vw;
  }

  .inhalt-service2-1.padding {
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .card-backshadow.zweitfarbe {
    padding: 20px;
  }

  .heading-mittig1-2 {
    font-size: 25px;
    line-height: 25px;
  }

  .heading-mittig1-2.heading-1 {
    font-size: 20px;
  }

  .heading-mittig1-2.heading-1.small {
    font-size: 16px;
  }

  .text-center1-2.flie-text {
    font-size: 14px;
  }

  .tabs-content {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-start2-3.heading-2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 45px;
  }

  .heading-start2-3.heading-2.farbe-der-headings {
    font-size: 35px;
    line-height: 40px;
  }

  .label-links.flie-text.farbe-der-headings-2 {
    text-align: center;
    font-size: 14px;
  }

  .absatz-links.flie-text {
    font-size: 14px;
  }

  .button.flie-text.highlights-orange, .button.flie-text.highlights-rot, .button.flie-text.highlights-gr-n, .button.flie-text.highlights-lila {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }

  .berschrift-fu-zeile.heading-3 {
    margin-top: 10px;
  }

  .info-block {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    flex-flow: column;
    margin-bottom: 10px;
  }

  .abschnitt-mittig {
    padding: 40px;
  }

  .abschnitt-mittig.abstand-oben._2 {
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .bild-kreis {
    height: 14rem;
  }

  .bild-100.top.cont {
    object-fit: contain;
    background-color: #f8f6f5;
  }

  .hg-kreis-klein-rechts.highlights-lila {
    height: 9vh;
  }

  .hg-kreis-klein-rechts.highlights-rot {
    height: 24vh;
  }

  .berschrift-gro-links.heading-1 {
    font-size: 35px;
  }

  .bild-wrapper-75vh {
    height: 25rem;
  }

  .inhalt-60 {
    width: auto;
  }

  .berschrift-gro-mittig.heading-1 {
    font-size: 30px;
  }

  .berschrift-gro-mittig.heading-1.farbe-der-headings {
    font-size: 35px;
  }

  .absatz-mittig.flie-text {
    font-size: 14px;
  }

  .symbol-kreis-wrapper {
    padding: 20px;
  }

  .berschrift-klein-mittig.heading-3 {
    font-size: 20px;
  }

  .text-gro.flie-text {
    font-size: 14px;
  }

  .buch-bild {
    height: 20rem;
  }

  .buch-bild.cover, .buch-bild.cover.small {
    height: 25rem;
  }

  .berschrift-klein-links.heading-3, .berschrift-klein-links.heading-3.center {
    font-size: 20px;
  }

  .bild-wrapper-125vh {
    height: 25rem;
  }

  .berschrift-mittel-links.heading-2 {
    text-align: center;
  }

  .form-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    display: flex;
  }

  .title-bild-wrapper.weit {
    height: 24rem;
  }

  .hg-kreis-gro-links-new.highlights-blau {
    height: 34vh;
  }

  .button-block {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
  }

  .label-mittig-small.flie-text {
    margin-top: 10px;
    font-size: 13px;
  }

  .tabs-menu-2 {
    margin-top: 40px;
  }

  .abschnitt-hg-bild-c4, .abschnitt-mittig-6 {
    padding: 40px;
  }

  .image-113 {
    height: 5rem;
  }

  ._404-error {
    font-size: 26px;
    line-height: 34px;
  }

  .quick-stack {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .inhalt-service {
    padding-left: 40px;
    padding-right: 40px;
  }

  .inhalt-service.padding {
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .tab-button.highlights.flie-text {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 26px;
    line-height: 150%;
  }

  h2 {
    font-size: 24px;
    line-height: 150%;
  }

  h3 {
    font-size: 20px;
    line-height: 150%;
  }

  .logo {
    height: 12vh;
  }

  .heading-2 {
    font-size: 22px;
    line-height: 26px;
  }

  .terminbutton.highlights {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .titelvideo-start-3 {
    height: 60vh;
  }

  .video2 {
    height: 100%;
  }

  .div-block-video-2 {
    height: 100.07%;
  }

  .slogan-2.heading-1 {
    font-size: 22px;
    line-height: 30px;
  }

  .heading-start2 {
    font-size: 30px;
    line-height: 30px;
  }

  .heading-start2.heading-2 {
    font-size: 22px;
    line-height: 30px;
  }

  .mehr-erfahren1 {
    min-width: 150px;
  }

  .bild-karte {
    flex-flow: column;
    align-items: center;
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    position: relative;
    overflow: visible;
  }

  .serviceangebote2 {
    width: 100%;
    margin-top: 20px;
  }

  .hover-inhalt {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: visible;
  }

  .inhaltstartseite2-live.top-padding-equal-2 {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .karte-grid {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    width: 100%;
    height: auto;
  }

  .impdat-3 {
    padding: 140px 20px 40px;
  }

  .success-2 {
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-22 {
    font-size: 20px;
    line-height: 30px;
  }

  .fu-zeile-inhalt-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .maps-gro {
    height: 300px;
  }

  .impdat-2 {
    padding: 40px 10px;
  }

  .impdat-2.flie-text {
    min-height: auto;
  }

  .ablaufplan-big-button-3 {
    white-space: normal;
    padding-left: 20px;
    padding-right: 20px;
  }

  .ablaufplan-big-button-3.black.ablaufplan {
    top: 60px;
  }

  .ablaufplan-big-button-3.black {
    top: 10px;
  }

  .lightbox-link-100 {
    height: auto;
    overflow: visible;
  }

  .arrow-div-wrapper {
    width: 15%;
    padding-right: 0;
  }

  .accordion-pane-content {
    padding-left: 0;
    padding-right: 0;
  }

  .arrow-div {
    margin-right: 0;
  }

  .accordion-question-header {
    margin-right: 11px;
    padding-left: 5px;
    font-size: 1em;
  }

  .list.flie-text {
    overflow-wrap: anywhere;
  }

  .accordion-tab-button {
    padding-left: 10px;
  }

  .accordion-tab-button.highlights-lila, .inhalt-service2-1.padding {
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-backshadow {
    min-width: 200px;
    padding: 20px;
  }

  .card-backshadow.zweitfarbe {
    min-width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-mittig1-2 {
    font-size: 20px;
    line-height: 20px;
  }

  .heading-mittig1-2.heading-1 {
    overflow-wrap: anywhere;
    line-height: 25px;
  }

  .heading-mittig1-2.heading-1.small, .text-center1-2.flie-text {
    overflow-wrap: anywhere;
  }

  .tablink.highlights.flie-text, .tablink.highlights-2.flie-text {
    text-align: center;
  }

  ._6er-grid1-2 {
    margin-top: 20px;
  }

  .heading-start2-3 {
    font-size: 30px;
    line-height: 30px;
  }

  .heading-start2-3.heading-2 {
    font-size: 22px;
    line-height: 30px;
  }

  .heading-start2-3.heading-2.farbe-der-headings {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    line-height: 1.3;
    display: flex;
  }

  .titel-hg-kreis.highlights-lila {
    height: 42vh;
  }

  .inhalt-stack {
    width: 100%;
  }

  .slogan.heading-1.farbe-der-headings {
    font-size: 30px;
  }

  .text-wrapper, .absatz-links.flie-text {
    overflow-wrap: anywhere;
  }

  .button.flie-text.highlights-rot {
    text-align: center;
  }

  .abschnitt-mittig, .abschnitt-mittig.abstand-oben._2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bild-kreis {
    height: 13.9rem;
  }

  .hg-kreis-klein-rechts.highlights-lila {
    height: 8vh;
    inset: auto 0% 0% auto;
  }

  .hg-kreis-klein-rechts.highlights-blau {
    height: 10vh;
  }

  .hg-kreis-klein-rechts.highlights-gr-n {
    height: 9vh;
  }

  .hg-kreis-klein-rechts.highlights-gelb {
    height: 8vh;
  }

  .hg-kreis-gro-links.highlights-rot {
    height: 23vh;
  }

  .berschrift-gro-links.heading-1 {
    overflow-wrap: anywhere;
    font-size: 30px;
  }

  .berschriftenblock-mittig {
    width: 100%;
    margin-bottom: 20px;
  }

  .inhalt-60 {
    width: auto;
  }

  .berschrift-gro-mittig.heading-1 {
    overflow-wrap: anywhere;
    font-size: 25px;
  }

  .berschrift-gro-mittig.heading-1.farbe-der-headings {
    overflow-wrap: anywhere;
    font-size: 30px;
  }

  .label-mittig.flie-text.farbe-der-headings-2 {
    font-size: 16px;
  }

  .absatz-mittig.flie-text {
    overflow-wrap: anywhere;
  }

  .berschrift-klein-mittig.heading-3 {
    margin-top: 10px;
    padding-bottom: 0;
  }

  .hg-bild-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .buch-bild {
    width: 100%;
  }

  .berschrift-klein-links.heading-3 {
    overflow-wrap: anywhere;
  }

  .berschrift-klein-mittig-above.heading-3 {
    overflow-wrap: anywhere;
    font-size: 20px;
  }

  .title-bild-wrapper.weit {
    height: 20rem;
  }

  .hg-kreis-gro-links-new.highlights-blau {
    height: 26vh;
  }

  .btm-wrap {
    padding-left: 7px;
    padding-right: 7px;
  }

  .label-mittig-small.flie-text {
    font-size: 10px;
  }

  ._6er-grid1-2-1 {
    margin-top: 20px;
  }

  .tabs-menu-2 {
    flex-flow: column;
    align-items: stretch;
  }

  .mehr-erfahren1-copy, .mehr-erfahren1-button-copy {
    min-width: 150px;
  }

  .mehr-erfahren1-button-copy.highlights.flie-text {
    margin-top: 20px;
  }

  .mehr-erfahren1-copy, .mehr-erfahren1-mehar, .mehr-erfahren1-copy, .mehr-erfahren1-copy, .mehr-erfahren1-copy, .mehr-erfahren1-copy, .mehr-erfahren1-copy {
    min-width: 150px;
  }

  .abschnitt-hg-bild-c4, .abschnitt-mittig-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._6er-grid1-2-4, ._6er-grid1-2-3, ._6er-grid1-gap {
    margin-top: 20px;
  }

  .utility-page-wrap-3 {
    padding-left: 60px;
    padding-right: 60px;
  }

  ._404-error {
    font-size: 23px;
    line-height: 31px;
  }

  .quick-stack {
    padding-left: 0;
    padding-right: 0;
  }

  .inhalt-service {
    padding-left: 40px;
    padding-right: 40px;
  }

  .inhalt-service.padding {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-wrap {
    flex-flow: column;
  }
}

#w-node-fdace803-ac2f-210a-5561-57fc733a6409-0fbe7fa1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-d8877d1d-6098-281c-0da4-12594f14da69-0fbe7fa4, #w-node-_463e00a0-809b-d18a-86ff-b3659def9dad-0fbe7fa4, #w-node-_463e00a0-809b-d18a-86ff-b3659def9dca-0fbe7fa4, #w-node-_463e00a0-809b-d18a-86ff-b3659def9de4-0fbe7fa4, #w-node-_463e00a0-809b-d18a-86ff-b3659def9e00-0fbe7fa4, #w-node-_463e00a0-809b-d18a-86ff-b3659def9e30-0fbe7fa4, #w-node-_463e00a0-809b-d18a-86ff-b3659def9e5f-0fbe7fa4, #w-node-_463e00a0-809b-d18a-86ff-b3659def9e89-0fbe7fa4, #w-node-_463e00a0-809b-d18a-86ff-b3659def9eb9-0fbe7fa4, #w-node-_91db3a08-0ba8-4ce1-efee-2612d63cf1fa-0fbe7fa4, #w-node-_151feed0-0493-1f53-74ad-75f233ecde5a-0fbe7fa4, #w-node-_463e00a0-809b-d18a-86ff-b3659def9ed8-0fbe7fa4, #w-node-_463e00a0-809b-d18a-86ff-b3659def9f0b-0fbe7fa4, #w-node-_463e00a0-809b-d18a-86ff-b3659def9f24-0fbe7fa4, #w-node-_463e00a0-809b-d18a-86ff-b3659def9f3d-0fbe7fa4, #w-node-_463e00a0-809b-d18a-86ff-b3659def9f6c-0fbe7fa4, #w-node-_463e00a0-809b-d18a-86ff-b3659def9d93-0fbe7fa4, #w-node-_463e00a0-809b-d18a-86ff-b3659def9f91-0fbe7fa4, #w-node-_463e00a0-809b-d18a-86ff-b3659def9fbc-0fbe7fa4, #w-node-_463e00a0-809b-d18a-86ff-b3659def9fdf-0fbe7fa4, #w-node-_463e00a0-809b-d18a-86ff-b3659defa033-0fbe7fa4, #w-node-_463e00a0-809b-d18a-86ff-b3659defa060-0fbe7fa4, #w-node-_463e00a0-809b-d18a-86ff-b3659defa089-0fbe7fa4, #w-node-_463e00a0-809b-d18a-86ff-b3659defa0a9-0fbe7fa4, #w-node-_463e00a0-809b-d18a-86ff-b3659defa0e4-0fbe7fa4, #w-node-_463e00a0-809b-d18a-86ff-b3659defa104-0fbe7fa4, #w-node-_4ec5ab40-ee8b-2195-3c88-4f4b10f8a9f3-0fbe7fa4, #w-node-_463e00a0-809b-d18a-86ff-b3659defa124-0fbe7fa4, #w-node-_463e00a0-809b-d18a-86ff-b3659defa145-0fbe7fa4, #w-node-_463e00a0-809b-d18a-86ff-b3659defa169-0fbe7fa4, #w-node-d9646d1b-3f5d-229e-df8c-6f8581a0f635-0fbe7fa4, #w-node-_9dc3cd5b-e511-65ea-e1d6-fffeb47ea503-0fbe7fa4, #w-node-_463e00a0-809b-d18a-86ff-b3659defa1cf-0fbe7fa4, #w-node-_463e00a0-809b-d18a-86ff-b3659defa1f9-0fbe7fa4, #w-node-_463e00a0-809b-d18a-86ff-b3659defa226-0fbe7fa4, #w-node-_463e00a0-809b-d18a-86ff-b3659defa253-0fbe7fa4, #w-node-_463e00a0-809b-d18a-86ff-b3659defa283-0fbe7fa4, #w-node-_463e00a0-809b-d18a-86ff-b3659defa2b5-0fbe7fa4, #w-node-_463e00a0-809b-d18a-86ff-b3659defa2e4-0fbe7fa4, #w-node-_463e00a0-809b-d18a-86ff-b3659defa30e-0fbe7fa4, #w-node-_463e00a0-809b-d18a-86ff-b3659defa340-0fbe7fa4, #w-node-_463e00a0-809b-d18a-86ff-b3659defa378-0fbe7fa4, #w-node-_463e00a0-809b-d18a-86ff-b3659defa3b1-0fbe7fa4, #w-node-_463e00a0-809b-d18a-86ff-b3659defa3d6-0fbe7fa4, #w-node-_463e00a0-809b-d18a-86ff-b3659defa40d-0fbe7fa4, #w-node-_463e00a0-809b-d18a-86ff-b3659defa439-0fbe7fa4, #w-node-_463e00a0-809b-d18a-86ff-b3659defa465-0fbe7fa4, #w-node-_463e00a0-809b-d18a-86ff-b3659defa493-0fbe7fa4, #w-node-_463e00a0-809b-d18a-86ff-b3659defa4c8-0fbe7fa4, #w-node-_463e00a0-809b-d18a-86ff-b3659defa4f0-0fbe7fa4, #w-node-_463e00a0-809b-d18a-86ff-b3659defa51f-0fbe7fa4, #w-node-_463e00a0-809b-d18a-86ff-b3659defa550-0fbe7fa4, #w-node-_463e00a0-809b-d18a-86ff-b3659defa583-0fbe7fa4, #w-node-_463e00a0-809b-d18a-86ff-b3659defa5b2-0fbe7fa4, #w-node-d92fe564-3c97-997a-4cb3-43b37a9bfc62-0fbe7fa4, #w-node-d92fe564-3c97-997a-4cb3-43b37a9bfc7b-0fbe7fa4, #w-node-d92fe564-3c97-997a-4cb3-43b37a9bfc91-0fbe7fa4, #w-node-d92fe564-3c97-997a-4cb3-43b37a9bfcad-0fbe7fa4, #w-node-d92fe564-3c97-997a-4cb3-43b37a9bfcc2-0fbe7fa4, #w-node-d92fe564-3c97-997a-4cb3-43b37a9bfcde-0fbe7fa4, #w-node-d92fe564-3c97-997a-4cb3-43b37a9bfd0d-0fbe7fa4, #w-node-d92fe564-3c97-997a-4cb3-43b37a9bfd3d-0fbe7fa4, #w-node-d92fe564-3c97-997a-4cb3-43b37a9bfd6c-0fbe7fa4, #w-node-d92fe564-3c97-997a-4cb3-43b37a9bfd8f-0fbe7fa4, #w-node-d92fe564-3c97-997a-4cb3-43b37a9bfdb1-0fbe7fa4, #w-node-d92fe564-3c97-997a-4cb3-43b37a9bfddd-0fbe7fa4, #w-node-d92fe564-3c97-997a-4cb3-43b37a9bfdfd-0fbe7fa4, #w-node-d92fe564-3c97-997a-4cb3-43b37a9bfe2c-0fbe7fa4, #w-node-d92fe564-3c97-997a-4cb3-43b37a9bfe4a-0fbe7fa4, #w-node-d92fe564-3c97-997a-4cb3-43b37a9bfe5f-0fbe7fa4, #w-node-d92fe564-3c97-997a-4cb3-43b37a9bfe7e-0fbe7fa4, #w-node-d92fe564-3c97-997a-4cb3-43b37a9bfea4-0fbe7fa4, #w-node-d92fe564-3c97-997a-4cb3-43b37a9bfed5-0fbe7fa4, #w-node-d92fe564-3c97-997a-4cb3-43b37a9bff0f-0fbe7fa4, #w-node-d92fe564-3c97-997a-4cb3-43b37a9bff32-0fbe7fa4, #w-node-d92fe564-3c97-997a-4cb3-43b37a9bff71-0fbe7fa4, #w-node-d92fe564-3c97-997a-4cb3-43b37a9bff9e-0fbe7fa4, #w-node-d92fe564-3c97-997a-4cb3-43b37a9bffd7-0fbe7fa4, #w-node-d92fe564-3c97-997a-4cb3-43b37a9c000d-0fbe7fa4, #w-node-d92fe564-3c97-997a-4cb3-43b37a9c003c-0fbe7fa4, #w-node-d92fe564-3c97-997a-4cb3-43b37a9c007a-0fbe7fa4, #w-node-d92fe564-3c97-997a-4cb3-43b37a9c00a7-0fbe7fa4, #w-node-d92fe564-3c97-997a-4cb3-43b37a9c00be-0fbe7fa4, #w-node-d92fe564-3c97-997a-4cb3-43b37a9c00e7-0fbe7fa4, #w-node-d92fe564-3c97-997a-4cb3-43b37a9c011d-0fbe7fa4, #w-node-d92fe564-3c97-997a-4cb3-43b37a9c0153-0fbe7fa4, #w-node-d92fe564-3c97-997a-4cb3-43b37a9c0188-0fbe7fa4, #w-node-d92fe564-3c97-997a-4cb3-43b37a9c01b6-0fbe7fa4, #w-node-d92fe564-3c97-997a-4cb3-43b37a9c01d9-0fbe7fa4, #w-node-d92fe564-3c97-997a-4cb3-43b37a9c021b-0fbe7fa4, #w-node-d92fe564-3c97-997a-4cb3-43b37a9c0263-0fbe7fa4, #w-node-d92fe564-3c97-997a-4cb3-43b37a9c02a4-0fbe7fa4, #w-node-d92fe564-3c97-997a-4cb3-43b37a9c02e7-0fbe7fa4, #w-node-d92fe564-3c97-997a-4cb3-43b37a9c0327-0fbe7fa4, #w-node-d92fe564-3c97-997a-4cb3-43b37a9c033c-0fbe7fa4, #w-node-d92fe564-3c97-997a-4cb3-43b37a9c0351-0fbe7fa4, #w-node-d92fe564-3c97-997a-4cb3-43b37a9c038e-0fbe7fa4, #w-node-d92fe564-3c97-997a-4cb3-43b37a9c03d1-0fbe7fa4, #w-node-d92fe564-3c97-997a-4cb3-43b37a9c040e-0fbe7fa4, #w-node-d92fe564-3c97-997a-4cb3-43b37a9c0445-0fbe7fa4, #w-node-d92fe564-3c97-997a-4cb3-43b37a9c047b-0fbe7fa4, #w-node-d92fe564-3c97-997a-4cb3-43b37a9c04b8-0fbe7fa4, #w-node-d92fe564-3c97-997a-4cb3-43b37a9c04f7-0fbe7fa4, #w-node-d92fe564-3c97-997a-4cb3-43b37a9c0537-0fbe7fa4, #w-node-d92fe564-3c97-997a-4cb3-43b37a9c0574-0fbe7fa4, #w-node-d92fe564-3c97-997a-4cb3-43b37a9c05a4-0fbe7fa4, #w-node-d92fe564-3c97-997a-4cb3-43b37a9c05e1-0fbe7fa4, #w-node-d92fe564-3c97-997a-4cb3-43b37a9c0617-0fbe7fa4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d92fe564-3c97-997a-4cb3-43b37a9c0654-0fbe7fa4 {
  grid-area: 19 / 2 / 20 / 3;
}

#w-node-_30cefaa1-c70c-0e2c-d4b0-e462363ad73b-0fbe7fa4, #w-node-_30cefaa1-c70c-0e2c-d4b0-e462363ad759-0fbe7fa4, #w-node-_30cefaa1-c70c-0e2c-d4b0-e462363ad777-0fbe7fa4, #w-node-_30cefaa1-c70c-0e2c-d4b0-e462363ad79a-0fbe7fa4, #w-node-_30cefaa1-c70c-0e2c-d4b0-e462363ad7c0-0fbe7fa4, #w-node-_30cefaa1-c70c-0e2c-d4b0-e462363ad7ec-0fbe7fa4, #w-node-_7db250a7-16d4-9a9a-7b2c-e2cc5a967f6e-0fbe7fa4, #w-node-_7db250a7-16d4-9a9a-7b2c-e2cc5a967f97-0fbe7fa4, #w-node-_7db250a7-16d4-9a9a-7b2c-e2cc5a967fb5-0fbe7fa4, #w-node-_7db250a7-16d4-9a9a-7b2c-e2cc5a967fd3-0fbe7fa4, #w-node-_7db250a7-16d4-9a9a-7b2c-e2cc5a967ff5-0fbe7fa4, #w-node-_7db250a7-16d4-9a9a-7b2c-e2cc5a968012-0fbe7fa4, #w-node-_88e752f8-ebe6-9e7d-df14-27a2e8a7d123-0fbe7fa4, #w-node-_88e752f8-ebe6-9e7d-df14-27a2e8a7d13f-0fbe7fa4, #w-node-_88e752f8-ebe6-9e7d-df14-27a2e8a7d169-0fbe7fa4, #w-node-_88e752f8-ebe6-9e7d-df14-27a2e8a7d190-0fbe7fa4, #w-node-_88e752f8-ebe6-9e7d-df14-27a2e8a7d1ae-0fbe7fa4, #w-node-_88e752f8-ebe6-9e7d-df14-27a2e8a7d1cb-0fbe7fa4, #w-node-beb89428-bc65-520e-722a-f51e85c36fc1-0fbe7fa4, #w-node-beb89428-bc65-520e-722a-f51e85c36fde-0fbe7fa4, #w-node-beb89428-bc65-520e-722a-f51e85c37005-0fbe7fa4, #w-node-beb89428-bc65-520e-722a-f51e85c37021-0fbe7fa4, #w-node-beb89428-bc65-520e-722a-f51e85c3703e-0fbe7fa4, #w-node-beb89428-bc65-520e-722a-f51e85c3706a-0fbe7fa4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fc185f04-6e29-25d0-78d8-a04a05d9bc5d-0fbe7fa6, #w-node-cda73113-1c93-e5db-b8ca-dc047366da97-0fbe7fa9, #w-node-bd5c8105-ca44-4cdf-92d5-659223bb9187-0fbe7fa9, #w-node-_1ff6ca8a-b675-c04a-1dfd-fe58a68f4580-0e827488 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_63d8c1f1-008b-a5e8-8f31-8e173bff5501-d42f6a02, #w-node-_63d8c1f1-008b-a5e8-8f31-8e173bff552e-d42f6a02, #w-node-_63d8c1f1-008b-a5e8-8f31-8e173bff5551-d42f6a02, #w-node-_63d8c1f1-008b-a5e8-8f31-8e173bff557e-d42f6a02, #w-node-_63d8c1f1-008b-a5e8-8f31-8e173bff55b1-d42f6a02, #w-node-_63d8c1f1-008b-a5e8-8f31-8e173bff55df-d42f6a02, #w-node-aa3ebf72-f30f-826b-a29b-0dba70d26214-8236aa21, #w-node-f1df4ce9-4489-bee9-e58f-b90a5e081b4b-8236aa21, #w-node-_28329a70-bbd6-994b-a58d-cbcccd8abcc3-8236aa21, #w-node-_40364140-ea47-f3a3-2c7f-7dc2da82c5ce-8236aa21, #w-node-_8643dca0-8ee0-566f-ba5a-d3813d5e4a6e-8236aa21, #w-node-_2a50dc05-ebe3-9e84-5cac-8fbdb41b1dbb-8236aa21, #w-node-fdb78426-9da4-0caf-c2f5-f4003a27388c-8236aa21, #w-node-ddbdf0ee-6c17-1a9c-636f-0f943df254de-8236aa21, #w-node-c11ca0c9-7f2a-894a-1a27-d3a58178b47c-8236aa21, #w-node-_908826bb-a5ce-a99f-56ad-c901257c242b-8236aa21, #w-node-_158937b0-2239-d36f-c6ca-3069c1576594-8236aa21, #w-node-_6bdd6c04-595c-bd09-7499-9804cccd4a71-8236aa21, #w-node-_52e94cd9-90b3-cec0-c3b6-b97991d343e4-8236aa21, #w-node-_6bcb1a99-d8ca-0362-937b-d337532ce05f-7aedc76b, #w-node-_6bcb1a99-d8ca-0362-937b-d337532ce08a-7aedc76b, #w-node-_6bcb1a99-d8ca-0362-937b-d337532ce0a7-7aedc76b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0a9285f-4e5b-924c-5f7e-b737f45ac202-7aedc76b {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-b388a80c-d67f-a14f-a238-01e88c906df1-7aedc76b, #w-node-b388a80c-d67f-a14f-a238-01e88c906e1c-7aedc76b, #w-node-b388a80c-d67f-a14f-a238-01e88c906e39-7aedc76b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b388a80c-d67f-a14f-a238-01e88c906e61-7aedc76b {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_4042b153-17b9-4177-af85-9282f41f7492-5313e6e2 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_234d590d-f55e-ae97-f8b4-57a67f255fc5-abf730c6, #w-node-_234d590d-f55e-ae97-f8b4-57a67f255ff2-abf730c6, #w-node-_234d590d-f55e-ae97-f8b4-57a67f256015-abf730c6, #w-node-_234d590d-f55e-ae97-f8b4-57a67f256042-abf730c6, #w-node-_234d590d-f55e-ae97-f8b4-57a67f256075-abf730c6, #w-node-_234d590d-f55e-ae97-f8b4-57a67f2560a3-abf730c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-fc185f04-6e29-25d0-78d8-a04a05d9bc5d-0fbe7fa6, #w-node-cda73113-1c93-e5db-b8ca-dc047366da97-0fbe7fa9, #w-node-bd5c8105-ca44-4cdf-92d5-659223bb9187-0fbe7fa9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-bd5c8105-ca44-4cdf-92d5-659223bb9188-0fbe7fa9 {
    order: 9999;
  }

  #w-node-_1ff6ca8a-b675-c04a-1dfd-fe58a68f4580-0e827488 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1ff6ca8a-b675-c04a-1dfd-fe58a68f4581-0e827488 {
    order: 9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-fdace803-ac2f-210a-5561-57fc733a6409-0fbe7fa1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Calibri Font Family';
  src: url('../fonts/calibri-font-family.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Quattrocento';
  src: url('../fonts/Quattrocento-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Quattrocento';
  src: url('../fonts/Quattrocento-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}