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

@font-face {
  font-family: Calibri;
  src: url('../fonts/calibri-bold.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --weiß: white;
  --hauptfarbe: #373838;
  --zweitfarbe: #f1eee6;
  --highlights: #4f6779;
  --transparent: transparent;
  --schwarz: black;
}

.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-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;
}

body {
  color: #333;
  flex-flow: column;
  justify-content: space-between;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

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;
}

label {
  margin-bottom: 5px;
  font-weight: 400;
  display: block;
}

.utility-page-wrap {
  background-color: var(--weiß);
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  color: var(--hauptfarbe);
  text-align: center;
  background-image: url('../images/arrow-up.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  padding-left: 100px;
  padding-right: 100px;
  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-img {
  height: 15vh;
}

.logo-link {
  justify-content: center;
  align-items: center;
  height: 9vh;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.logo-link.w--current {
  height: 9vh;
}

.logo-link.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;
}

.telefonnummer, .ffnungszeiten {
  margin-bottom: 5px;
}

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

.email {
  margin-bottom: 5px;
}

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

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

.adresse {
  margin-bottom: 5px;
}

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

.heading-1, .heading-2, .heading-3 {
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  line-height: 1.3;
}

.flie-text {
  line-height: 1.5;
}

.flie-text.vb {
  margin-top: 20px;
}

.farbe-der-headings {
  color: var(--highlights);
  -webkit-text-stroke-color: #ad3328;
  line-height: 1.3;
}

.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;
}

.icon {
  filter: invert();
  color: #000;
  object-fit: contain;
  width: 1.5rem;
  height: 1.5rem;
}

.nav-link-1 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 100%;
  font-size: 16px;
  position: static;
}

.nav-link-1:hover {
  color: #919191;
  width: 100%;
}

.logo-postion {
  z-index: 10;
  filter: brightness(0%) invert();
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 5vw;
  position: relative;
}

.navbar1 {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  height: auto;
  display: flex;
  position: relative;
}

.nav-menu-1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  max-width: 100vw;
  max-height: 100vh;
  padding-top: 15vh;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: visible;
}

.nav-menu-1.hauptfarbe {
  color: #fff;
  position: fixed;
}

.menu-button-1 {
  z-index: 10;
  margin-top: 10px;
  margin-bottom: 10px;
}

.menu-button-1.hauptfarbe {
  background-image: linear-gradient(#373838, #373838);
}

.navbar-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.titel-section {
  height: 90vh;
  position: relative;
  overflow: hidden;
}

.titelvideo {
  color: #fff;
  background-image: linear-gradient(#0006, #0006);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.titel-inhalt-wrapper {
  z-index: 5;
  color: #fff;
  background-color: #00000026;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 10vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slogan {
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
}

.slogan.heading-1.sm {
  font-size: 34px;
}

.button {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 20px;
  padding: 15px 30px;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  position: relative;
  overflow: hidden;
}

.button.highlights.flie-text {
  z-index: 1;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.button.highlights.flie-text:hover {
  background-color: var(--hauptfarbe);
  box-shadow: 5px 5px 12px #0003;
}

.button.highlights.flie-text.margin {
  margin-top: 0;
  margin-bottom: 0;
}

.button.highlights.flie-text.margin:hover {
  background-color: var(--highlights);
}

.inhalt-mittig-untereinander {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-farbig-small {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 20vw;
  margin-top: 0;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 5px 2px #0003;
}

.heading-mittig {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
}

.heading-mittig.heading-1 {
  z-index: 5;
  font-size: 22px;
  position: relative;
}

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

.text-mittig.flie-text {
  z-index: 1;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
}

.section-gro-e-abst-nde {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 10vw;
  display: flex;
  position: relative;
}

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

.heading-mittig-klein1.heading-2 {
  font-size: 22px;
}

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

.absatz-links.flie-text {
  font-family: Poppins, sans-serif;
}

.absatz-links.flie-text.center {
  text-align: center;
}

.absatz-links.flie-text {
  display: block;
}

.heading-klein-links {
  margin-top: 0;
  font-size: 25px;
  line-height: 30px;
}

.heading-klein-links.heading-2 {
  line-height: 1.3;
}

.kontakt_icon {
  object-fit: contain;
  width: auto;
  height: 7vh;
  margin-top: 20px;
  margin-bottom: 20px;
}

.bild-section-cover1 {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding: 40px;
  display: flex;
  position: static;
}

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

.heading-footer.heading-3 {
  margin-top: 0;
  margin-bottom: 10px;
}

.footer {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: auto;
  padding: 40px 5vw;
  display: flex;
}

.footer.hauptfarbe {
  justify-content: center;
  align-items: center;
}

.footer_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  height: 99.9998%;
  display: grid;
}

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

._3er-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
}

.kreis {
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.kreis.highlights, .kreis.highlights-red {
  margin-bottom: 20px;
}

.div-block-farbig {
  border-top: 5px solid var(--highlights);
  border-right: 5px solid var(--highlights);
  border-left: 5px none var(--highlights);
  background-color: var(--weiß);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 30px;
  display: flex;
  box-shadow: 0 -2px 5px #0003;
}

.dropdown-toggle {
  padding: 0;
}

.dropdown-list {
  background-color: var(--weiß);
  padding: 20px;
  position: absolute;
  box-shadow: 0 2px 5px #0003;
}

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

.impdat {
  padding: 100px 40px;
}

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

.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-2 {
  background-color: #fff;
  border: 1px solid #000;
  border-bottom-color: #e9e9f8;
  min-height: 40px;
}

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

.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);
}

.navigation-divider.highlights {
  margin-left: auto;
}

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

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

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

.line-first {
  background-color: #111;
  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%;
  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;
  display: flex;
  position: relative;
  overflow: hidden;
}

.subheading-mittig {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 32px;
}

.subheading-mittig.heading-2.farbe-der-headings {
  margin-bottom: 20px;
}

.checkbox-field {
  text-align: left;
  margin-top: 20px;
}

.label3 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  display: block;
  position: static;
}

.label3.abstand-nach-oben {
  margin-top: 20px;
  margin-bottom: 10px;
}

.label3.abstand-nach-oben.heading-3 {
  text-transform: capitalize;
  font-weight: 400;
}

.checkbox-2 {
  border-radius: 5px;
}

.text-field {
  letter-spacing: 1px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #e5e5e7;
  border-radius: 5px;
  height: 3.5rem;
  margin-bottom: 20px;
  transition: border .4s, color .4s;
  display: block;
}

.text-field:hover {
  border-color: #1d1f2e80;
}

.text-field:active, .text-field:focus {
  border-color: #1d1f2e;
}

.text-field::placeholder {
  color: #1d1f2e4d;
}

.text-field.cc-textarea {
  height: 6rem;
}

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

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

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

.link {
  color: var(--weiß);
  text-decoration: none;
  display: block;
}

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

.impdat-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

.div-block-116 {
  display: block;
}

.nav-men {
  z-index: 1000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar {
  background-color: var(--transparent);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.navbar.flex {
  background-color: #fff;
  flex-flow: row;
  justify-content: space-between;
  position: sticky;
}

.navlink {
  color: #333;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 20px;
  font-size: 16px;
  transition: all .3s ease-in-out;
}

.navlink:hover {
  color: gray;
}

.navlink.w--current {
  color: #ebe3de;
}

.navlink.flie-text {
  text-decoration: none;
}

.navlink.flie-text:hover {
  color: #4f6779;
}

.navlink.flie-text.w--current {
  color: #4f6779;
  text-transform: uppercase;
}

.navlink.flie-text.small {
  text-transform: none;
}

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

.navlink.flie-text.klein-mit-abstand {
  color: #4f6779;
  margin-left: 20px;
  font-size: 14px;
}

.navlink.flie-text.klein-mit-abstand:hover {
  color: var(--highlights);
}

.container-8 {
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-left: 100px;
  margin-right: 100px;
  display: flex;
}

.navbar-section {
  z-index: 999;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: sticky;
  top: 0;
  box-shadow: 0 3px 6px 2px #0003;
}

.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;
}

.list {
  font-size: 16px;
}

.list.hauptfarbe {
  background-color: #e9e9e9;
}

._4er-grid {
  z-index: 1;
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 20px;
  position: relative;
}

.icon_small {
  color: #000;
  object-fit: contain;
  width: 3rem;
  height: 3rem;
}

.icon_small.invert {
  filter: invert();
}

.form_wrapper {
  background-color: #eee;
  border: 1px solid #000;
  width: 100%;
  padding: 40px;
}

.forrm-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.text {
  font-size: 18px;
}

.icon-image {
  filter: invert();
}

.link-block {
  width: 2.5rem;
  height: 2.5rem;
}

.socials {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.link-block-2 {
  text-decoration: none;
}

._2er-gird {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  display: grid;
}

.image-wrap {
  width: 100%;
  height: 30vh;
}

.text-wrap {
  background-color: var(--weiß);
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  height: auto;
  min-height: 55vh;
  padding: 20px;
  display: flex;
}

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

.location_wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-bottom: 10px;
  display: flex;
}

.main_wrapper {
  background-color: #fff;
  border: 1px solid #000;
  width: 100%;
  height: 100%;
  box-shadow: 0 2px 6px 5px #0003;
}

.link-block-card {
  color: #333;
  text-decoration: none;
}

.navlink-klein {
  color: #878787;
  margin-left: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.navlink-klein:hover {
  color: gray;
}

.navlink-klein.w--current {
  color: #ebe3de;
}

.navlink-klein.flie-text {
  text-transform: uppercase;
}

.navlink-klein.flie-text:hover {
  color: #b33d29;
}

.navlink-klein.flie-text.w--current {
  color: #b33d29;
  text-transform: uppercase;
}

.dropdown-link {
  color: #333;
  padding: 20px;
  font-size: 16px;
  transition: all .3s ease-in-out;
}

.dropdown-link:hover {
  color: gray;
}

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

.dropdown-link.flie-text {
  text-decoration: none;
}

.dropdown-link.flie-text:hover {
  color: #4f6779;
}

.dropdown-link.flie-text.w--current {
  color: var(--highlights);
  text-transform: none;
}

.label-mittig {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 22px;
}

.berschriftenblock-mittig {
  z-index: 1;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
  position: relative;
}

.berschrift-gro-mittig {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 38px;
}

.divider-45 {
  width: 45%;
  height: .1vh;
}

.inhalt-stack {
  z-index: 1;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  width: 100%;
  position: relative;
}

.inhalt-links {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.berschrift-mittel-links {
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 28px;
}

.berschrift-mittel-links.heading-2.text-smallletter {
  text-transform: none;
}

.label-links {
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 22px;
}

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

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

.btn-text-unten {
  position: absolute;
  transform: translate(0, 100%);
}

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

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

.bild-wrapper-70vh {
  width: 100%;
  height: 50vh;
}

.bild-100 {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

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

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

.bild-100.low {
  object-position: 50% 90%;
}

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

.bild-bg-block-rechts {
  z-index: 0;
  width: 100%;
  height: 70vh;
  position: absolute;
  top: -2%;
  bottom: 0%;
  left: 2%;
}

.bild-bg-block-rechts.highlights {
  height: 50vh;
  top: -5px;
  left: 5px;
}

.bild-bg-block-links {
  z-index: 0;
  width: 100%;
  height: 70vh;
  position: absolute;
  top: -2%;
  bottom: 0%;
  left: -2%;
}

.bild-bg-block-links.highlights {
  height: 50vh;
  top: -10px;
  left: -10px;
}

.berschrift-klein-links {
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
}

.berschrift-klein-links.heading-3 {
  margin-bottom: 10px;
  font-size: 22px;
}

.berschrift-klein-links.heading-3.mitting {
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-size: 21px;
}

.list-item {
  margin-bottom: 5px;
}

.berschrift-gro-links {
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 38px;
}

.berschrift-mittel-mittig {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 28px;
}

.berschrift-mittel-mittig.heading-2 {
  z-index: 1;
  position: relative;
}

.titel-section-klein {
  height: 70vh;
  position: relative;
  overflow: hidden;
}

.prominenter-text-wrapper {
  border-top: 5px solid var(--highlights);
  border-right: 5px solid var(--highlights);
  border-left: 5px none var(--highlights);
  background-color: var(--weiß);
  margin-left: 10vw;
  margin-right: 10vw;
  padding: 20px;
  box-shadow: 0 2px 5px #0003;
}

.zur-ck-btn {
  width: 2.8rem;
  height: 2.8rem;
  padding: 10px;
  transition: all .3s ease-in-out;
}

.zur-ck-btn.highlights:hover {
  box-shadow: 5px 5px 12px #0003;
}

.symbol-100 {
  filter: grayscale();
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.symbol-100.no-filter {
  filter: none;
}

.zur-ck-btn-wrapper {
  position: absolute;
  inset: 5vh auto auto 5vw;
}

.symbol-wrapper {
  width: 4.3rem;
  height: 4.3rem;
}

.inhalt-mitting {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cell {
  justify-content: space-between;
  align-items: flex-start;
}

.text-wrapper-mitting {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.highlights-red {
  color: var(--weiß);
  background-color: #b83c3c;
}

.watermark {
  opacity: .49;
  object-fit: contain;
  width: 85%;
  height: 85%;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.image-wrap-50vh {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 45vh;
  display: flex;
}

.triangle {
  z-index: 1;
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: relative;
}

.map_wrapper {
  width: 100%;
  height: 100%;
}

.table-grid {
  border-bottom: 1px solid #9c9c9c5e;
  grid-template-rows: auto;
  grid-template-columns: .55fr 1fr;
  width: 100%;
  margin-bottom: 5px;
  padding-top: 0;
  padding-bottom: 0;
}

.table-div {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.table-text {
  font-size: 16px;
}

.table-text.flie-text {
  margin-bottom: 0;
}

._2er_button_grid {
  grid-row-gap: 16px;
  grid-template-rows: auto;
}

.error-message {
  color: #fff;
  background-color: red;
}

.field_lable {
  line-height: 1.5;
}

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

.absatz-list.flie-text {
  font-family: Poppins, sans-serif;
  display: block;
}

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

.back-btn-success {
  width: 4rem;
  height: 4rem;
  padding: 12px;
  transition: all .3s ease-in-out;
}

.back-btn-success.highlights:hover {
  box-shadow: 5px 5px 12px #0003;
}

.back-btn-success.highlights.space {
  margin-top: 10px;
}

.container-9 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-success {
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  line-height: 1.3;
}

.wrapp {
  overflow-wrap: normal;
}

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

.cell-2 {
  justify-content: space-between;
}

.berschriftenblock-mittig-1 {
  z-index: 1;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.card-image-2 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.team-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 20px;
  display: grid;
}

.card-header-2 {
  background-color: #fff;
  width: 140px;
  height: 100px;
}

.card-header-2.sm {
  width: 200px;
  height: 100px;
}

.card-body-3 {
  padding: 20px;
}

.card-block-2 {
  color: #333;
  background-color: #fff;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  padding: 10px 10px 0;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 6px #a7a7a7;
}

.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-2.farbe-der-headings.text-blue {
  color: #14275d;
}

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

.text-mittig1.flie-text {
  margin-bottom: 10px;
}

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

.no-wrap {
  white-space: nowrap;
  word-break: keep-all;
}

.section {
  padding: 10vh 10vw;
}

.code-embed {
  width: 100%;
  height: 100%;
}

.code-embed-2 {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .logo-link {
    width: 100%;
    height: 6rem;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .logo-link.w--current {
    height: 6rem;
  }

  .telefonnummer, .email {
    margin-bottom: 5px;
  }

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

  .divblock1 {
    padding-bottom: 20px;
  }

  .titel-section {
    height: 60vh;
  }

  .titelvideo {
    justify-content: center;
    width: 100%;
    padding-bottom: 0;
  }

  .titel-inhalt-wrapper {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    padding: 20px 20px 40px;
    display: flex;
    inset: 0%;
  }

  .slogan.heading-1 {
    text-align: center;
    margin-top: 10px;
    font-size: 30px;
  }

  .slogan.heading-1.sm {
    font-size: 24px;
  }

  .button.highlights.flie-text {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px 15px;
    font-size: 12px;
    line-height: 1.5;
  }

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

  .div-block-farbig-small {
    padding-bottom: 20px;
  }

  .div-block-farbig-small.highlights {
    width: 100%;
  }

  .heading-mittig.heading-1 {
    font-size: 22px;
  }

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

  .section-gro-e-abst-nde {
    padding: 60px;
  }

  .section-gro-e-abst-nde.no-top_padding {
    padding-top: 0;
  }

  .section-gro-e-abst-nde.top-padding {
    padding-top: 100px;
  }

  .heading-mittig-klein1.heading-2 {
    font-size: 22px;
    line-height: 1.3;
  }

  .absatz-links.flie-text {
    text-align: center;
    font-size: 15px;
  }

  .heading-klein-links.heading-2 {
    font-size: 22px;
  }

  .kontakt_icon {
    height: 3rem;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .bild-section-cover1 {
    height: 50vh;
    padding-right: 40px;
  }

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

  .footer.hauptfarbe {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer_wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    display: flex;
  }

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

  ._3er-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .kreis.highlights, .kreis.highlights-red {
    width: 4rem;
    height: 4rem;
  }

  .div-block-farbig {
    padding: 20px;
  }

  .dropdown-toggle {
    width: 100%;
  }

  .dropdown-list {
    background-color: var(--zweitfarbe);
    padding: 10px;
    position: relative;
  }

  .dropdown-list.w--open {
    padding-left: 20px;
    padding-right: 20px;
  }

  .dropdown {
    width: 100%;
  }

  .heading-links.heading-1 {
    font-size: 30px;
  }

  .impdat.flie-text, .success {
    padding: 60px;
  }

  .subheading-mittig.heading-2.farbe-der-headings {
    text-align: center;
  }

  .text-field {
    height: 3.2rem;
  }

  .text-field.cc-textarea {
    margin-bottom: 0;
  }

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

  .impdat-2.heading-footer.heading-3 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    font-size: 15px;
  }

  .nav-men {
    background-color: var(--highlights);
    padding: 10px 20px;
    position: absolute;
  }

  .men-icon {
    color: #fff;
  }

  .navbar {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 10px;
  }

  .navlink.flie-text {
    color: var(--weiß);
    padding: 15px 0;
    font-size: 14px;
  }

  .navlink.flie-text:hover, .navlink.flie-text.w--current {
    border-bottom-color: var(--weiß);
    color: var(--zweitfarbe);
  }

  .navlink.flie-text.abstand-rechts {
    border-bottom-style: none;
  }

  .navlink.flie-text.klein-mit-abstand {
    color: var(--zweitfarbe);
    margin-left: auto;
  }

  .navlink.flie-text.klein-mit-abstand:hover {
    border-bottom-color: var(--weiß);
    color: var(--weiß);
  }

  .navbar-section {
    padding-left: 0;
    padding-right: 0;
  }

  .men-buttton.hauptfarbe {
    background-color: var(--hauptfarbe);
    text-align: center;
    width: 100%;
    margin-top: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

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

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

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

  .list.flie-text {
    font-size: 15px;
  }

  ._4er-grid {
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 10px;
    display: flex;
  }

  ._4er-grid.no-margin {
    margin-top: 0;
    margin-bottom: 0;
  }

  .icon_small {
    width: 2rem;
    height: 2rem;
  }

  .form_wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 40px;
    display: flex;
  }

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

  .link-block {
    width: 2.3rem;
    height: 2.3rem;
  }

  ._2er-gird {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .image-wrap {
    height: 55vh;
  }

  .text-wrap {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-height: auto;
    display: flex;
  }

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

  .dropdown-link.flie-text {
    padding: 10px 0;
    font-size: 14px;
  }

  .dropdown-link.flie-text.w--current {
    padding: 10px 0;
  }

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

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

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

  .inhalt-stack {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 0;
  }

  .inhalt-stack.oben {
    margin-top: 20px;
  }

  .inhalt-links {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .berschrift-mittel-links.heading-2 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 25px;
  }

  .label-links.flie-text.farbe-der-headings {
    text-align: center;
    margin-bottom: 10px;
    font-size: 18px;
  }

  .berschriftenblock-links {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 15px;
  }

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

  .cell-mittig.is-bottom_padding {
    padding-bottom: 60px;
  }

  .bild-wrapper-70vh {
    height: 55vh;
  }

  .bild-bg-block-rechts.highlights, .bild-bg-block-links.highlights {
    height: 100%;
    top: -4%;
  }

  .berschrift-klein-links.heading-3 {
    font-size: 22px;
  }

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

  .berschrift-gro-links.heading-1 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 30px;
  }

  .berschrift-gro-links.heading-1.is-small {
    font-size: 25px;
  }

  .berschrift-mittel-mittig.heading-2 {
    margin-bottom: 10px;
  }

  .titel-section-klein {
    height: 55vh;
  }

  .prominenter-text-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .zur-ck-btn.highlights {
    width: 2.5rem;
    height: 2.5rem;
  }

  .zur-ck-btn-wrapper {
    top: 2vh;
    left: 2vw;
  }

  .symbol-wrapper {
    width: 4rem;
    height: 4rem;
  }

  .watermark {
    width: 35%;
    height: 65%;
  }

  .image-wrap-50vh.is-small {
    height: 15vh;
  }

  .map_wrapper {
    height: 50vh;
  }

  .table-grid {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  ._2er_button_grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .field_lable {
    width: 100%;
  }

  .absatz-list.flie-text {
    text-align: left;
    font-size: 15px;
  }

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

  .back-btn-success.highlights {
    width: 3.5rem;
    height: 3.5rem;
  }

  .heading-success {
    text-align: center;
    font-size: 35px;
  }

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

  .team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .card-header-2 {
    height: 80px;
  }
}

@media screen and (max-width: 767px) {
  .utility-page-wrap {
    background-size: 300px;
  }

  .logo-link, .logo-link.w--current {
    height: 5.5rem;
  }

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

  .divblock1 {
    height: auto;
  }

  .nav-link-1.heading-2 {
    font-size: 20px;
    line-height: 25px;
  }

  .nav-menu-1.hauptfarbe {
    padding-top: 20vh;
  }

  .titel-section {
    height: 28rem;
  }

  .titelvideo {
    height: 100%;
  }

  .slogan.heading-1 {
    font-size: 25px;
  }

  .slogan.heading-1.sm {
    font-size: 20px;
  }

  .div-block-farbig-small {
    height: auto;
  }

  .div-block-farbig-small.highlights {
    width: auto;
  }

  .heading-mittig.heading-1 {
    margin-top: 0;
    font-size: 20px;
  }

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

  .section-gro-e-abst-nde {
    padding: 40px;
  }

  .section-gro-e-abst-nde.top-padding {
    padding-top: 90px;
  }

  .heading-mittig-klein1 {
    font-size: 25px;
    line-height: 25px;
  }

  .heading-mittig-klein1.heading-2 {
    font-size: 20px;
  }

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

  .heading-klein-links.heading-2 {
    font-size: 20px;
  }

  .heading-klein-links.heading-2.oben {
    margin-top: 20px;
  }

  .kontakt_icon {
    height: 2.5rem;
  }

  .bild-section-cover1 {
    height: 40vh;
    padding: 20px;
  }

  .heading-footer.heading-3 {
    margin-bottom: 5px;
  }

  .footer.hauptfarbe {
    padding: 40px 20px;
  }

  .footer_wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

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

  ._3er-grid {
    flex-flow: column;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 60px;
    display: flex;
  }

  .kreis.highlights, .kreis.highlights-red {
    width: 3rem;
    height: 3rem;
  }

  .dropdown-list.w--open {
    padding: 5px 15px;
  }

  .heading-links.heading-1 {
    font-size: 25px;
    line-height: 30px;
  }

  .impdat {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .impdat.flie-text {
    padding: 40px;
  }

  .success {
    height: auto;
    padding: 40px;
  }

  .subheading-mittig.heading-2.farbe-der-headings {
    font-size: 22px;
    line-height: 25px;
  }

  .text-field {
    width: 100%;
    height: 3rem;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-field::placeholder {
    text-align: center;
  }

  .text-field.cc-textarea {
    height: 5rem;
  }

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

  .maos-footer {
    height: 100px;
  }

  .link {
    font-size: 13.5px;
  }

  .impdat-2.heading-footer.heading-3 {
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
  }

  .navlink.flie-text {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 13px;
  }

  .navlink.flie-text.klein-mit-abstand {
    font-size: 13px;
  }

  .men-buttton.hauptfarbe {
    padding: 12px 0;
  }

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

  .icon_small {
    width: 1.5rem;
    height: 1.5rem;
  }

  .form_wrapper {
    padding: 20px;
  }

  .text.flie-text {
    font-size: 15px;
  }

  .link-block {
    width: 2rem;
    height: auto;
  }

  .image-wrap {
    height: 25rem;
  }

  .info_block {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .dropdown-link.flie-text {
    font-size: 13px;
  }

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

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

  .berschrift-gro-mittig.heading-1 {
    margin-bottom: 10px;
    font-size: 25px;
  }

  .inhalt-stack {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .berschrift-mittel-links.heading-2 {
    font-size: 22px;
    line-height: 1.3;
  }

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

  .cell-mittig.is-bottom_padding {
    padding-bottom: 40px;
  }

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

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

  .berschrift-klein-links.heading-3.mitting {
    font-size: 18px;
  }

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

  .berschrift-gro-links.heading-1.is-small {
    font-size: 22px;
  }

  .titel-section-klein {
    height: 28rem;
  }

  .symbol-wrapper {
    width: 3.8rem;
    height: 3.8rem;
  }

  .inhalt-mitting {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .watermark {
    width: 65%;
    height: 65%;
  }

  .image-wrap-50vh {
    height: 40vh;
  }

  .image-wrap-50vh.is-small {
    height: 10vh;
  }

  .map_wrapper {
    height: 25rem;
  }

  .table-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  ._2er_button_grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    display: flex;
  }

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

  .heading-success {
    font-size: 30px;
  }

  .heading-links1.heading-1 {
    font-size: 25px;
    line-height: 30px;
  }

  .berschriftenblock-mittig-1 {
    margin-bottom: 15px;
  }

  .team-grid {
    grid-template-columns: 1fr;
    align-items: center;
  }

  .card-header-2 {
    width: 200px;
    height: 100px;
  }

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

@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%;
  }

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

  .logo-link, .logo-link.w--current {
    height: 5rem;
  }

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

  .flie-text {
    font-size: 13px;
  }

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

  .icon {
    width: 1rem;
    height: 1rem;
  }

  .nav-link-1.heading-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .nav-menu-1.hauptfarbe {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }

  .titelvideo {
    height: 100%;
  }

  .titel-inhalt-wrapper {
    padding-bottom: 20px;
  }

  .slogan.heading-1 {
    font-size: 22px;
  }

  .slogan.heading-1.sm {
    font-size: 18px;
  }

  .button.highlights.flie-text {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 9px 12px;
    font-size: 11px;
    line-height: 1.3;
  }

  .button.highlights.flie-text.margin {
    letter-spacing: 2px;
  }

  .inhalt-mittig-untereinander {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-farbig-small.highlights {
    padding: 15px;
  }

  .heading-mittig.heading-1 {
    font-size: 18px;
  }

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

  .section-gro-e-abst-nde {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-gro-e-abst-nde.top-padding {
    padding-top: 80px;
  }

  .heading-mittig-klein1 {
    font-size: 20px;
    line-height: 20px;
  }

  .heading-mittig-klein1.heading-2 {
    font-size: 18px;
  }

  .absatz-links.flie-text {
    margin-bottom: 8px;
    font-size: 13px;
  }

  .heading-klein-links.heading-2 {
    font-size: 18px;
  }

  .kontakt_icon {
    height: 2.2rem;
    margin-bottom: 5px;
  }

  .bild-section-cover1 {
    height: auto;
    padding: 20px;
  }

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

  .footer_wrapper {
    display: flex;
  }

  .inhalt-footer {
    height: auto;
  }

  ._3er-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    margin-top: 5px;
    margin-bottom: 0;
    display: flex;
  }

  .kreis.highlights {
    margin-bottom: 10px;
  }

  .div-block-farbig {
    padding: 15px;
  }

  .dropdown-list.w--open {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .heading-links.heading-1 {
    font-size: 20px;
    line-height: 25px;
  }

  .impdat, .impdat.flie-text {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .subheading-mittig.heading-2.farbe-der-headings {
    font-size: 20px;
    line-height: 130%;
  }

  .checkbox-field {
    margin-top: 10px;
  }

  .text-field {
    height: 2.6rem;
    font-size: 13px;
  }

  .text-field.cc-textarea {
    height: 4.5rem;
  }

  .form-grid {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

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

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

  .impdat-2.heading-footer.heading-3 {
    padding: 0;
  }

  .nav-men {
    padding-left: 15px;
    padding-right: 15px;
  }

  .navlink.flie-text, .men-buttton.hauptfarbe {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .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;
  }

  .list.flie-text {
    font-size: 13px;
  }

  ._4er-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    display: flex;
  }

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

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

  .link-block {
    width: 1.8rem;
  }

  .info_block {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .dropdown-link.flie-text {
    font-size: 13px;
  }

  .label-mittig.flie-text.farbe-der-headings {
    letter-spacing: 1px;
    font-size: 13px;
  }

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

  .berschrift-gro-mittig.heading-1 {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .berschrift-mittel-links.heading-2 {
    margin-bottom: 10px;
    font-size: 18px;
  }

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

  .cell-mittig.is-bottom_padding {
    padding-bottom: 20px;
  }

  .bild-bg-block-rechts.highlights, .bild-bg-block-links.highlights {
    top: -2%;
  }

  .berschrift-klein-links.heading-3 {
    text-align: center;
    font-size: 18px;
  }

  .berschrift-klein-links.heading-3.mitting {
    font-size: 16px;
  }

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

  .berschrift-gro-links.heading-1.is-small {
    font-size: 18px;
  }

  .zur-ck-btn.highlights {
    width: 2.2rem;
    height: 2.2rem;
    padding-top: 7px;
    padding-left: 8px;
  }

  .symbol-wrapper {
    width: 3.5rem;
    height: 3.5rem;
  }

  .inhalt-mitting {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .watermark {
    width: 55%;
    height: 55%;
  }

  .image-wrap-50vh {
    height: 35vh;
  }

  .triangle {
    width: auto;
  }

  .table-grid {
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: .75fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
  }

  ._2er_button_grid {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .field_lable {
    font-size: 13px;
  }

  .absatz-list.flie-text {
    margin-bottom: 8px;
    font-size: 13px;
  }

  .back-btn-success.highlights {
    width: 3rem;
    height: 3rem;
    padding: 10px;
  }

  .heading-success {
    font-size: 25px;
  }

  .heading-links1.heading-1 {
    font-size: 18px;
    line-height: 25px;
  }

  .berschriftenblock-mittig-1 {
    margin-bottom: 10px;
  }

  .card-header-2 {
    height: 60px;
  }

  .card-header-2.sm {
    width: 140px;
    height: 60px;
  }

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

#w-node-dbb9d664-82d4-3f2f-8da6-10186524e3d3-779f084b {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_6daf2ad4-2a25-debd-025f-ed3d14df2f5a-779f084b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6daf2ad4-2a25-debd-025f-ed3d14df2f7b-779f084b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_98671bac-714a-f19c-3c65-17f8a56d380e-779f084b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_98671bac-714a-f19c-3c65-17f8a56d3816-779f084b {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-cd397867-ac58-37d6-5fb7-3a48a26dcd63-779f0887, #w-node-c8f89c95-b72a-dcf7-23b8-4fd5e576c82a-779f0888, #w-node-_6f27b68e-b92a-8517-b4cb-bea1e20384da-779f0888, #w-node-_4a1ea411-2d2f-8716-f2ea-fffa13aafc8a-11a365fa, #w-node-_68fa80e2-6690-07f1-863c-fb64c2dda1c4-11a365fa, #w-node-b407256a-5ec3-5ecc-97ff-5b72bd0e66af-6be91402, #w-node-eaa5ebfe-0b8f-96fe-535a-546ef727788a-6be91402, #w-node-ec4ce946-5716-9345-7a5f-87c99bc88b6c-8a30e99d, #w-node-_3dc667eb-33a8-0981-7188-473b2bf4f8ea-8a30e99d, #w-node-_1a075181-8892-c0fa-6d50-f33fda169053-ad0cd6dd, #w-node-_67afc4fd-f56a-e1f5-6a7c-18d3e42a02d4-ad0cd6dd, #w-node-e0db69b1-7bb6-3915-b305-9e076879370a-2a40542d, #w-node-_9c0b579b-ed31-6644-03a9-7ed99fff3510-2a40542d, #w-node-b9a70444-4147-9e4f-b063-3b0b13f91d65-5b3971db {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_9f73fba2-da9d-feea-69d9-32f2aad67ac9-5b3971db {
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-f0cb830b-4b60-2bf8-b821-b67742a87925-5b3971db, #w-node-_62242437-2e64-5cf8-0c9d-337c795169e2-b46d9338 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_7eabcf87-2585-b798-86c2-f10672893940-b46d9338 {
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_156a5954-eb77-5cbb-97e5-8f0cb7dcbb8b-b46d9338, #w-node-_4a1ea411-2d2f-8716-f2ea-fffa13aafc8a-02706edd, #w-node-_4a1ea411-2d2f-8716-f2ea-fffa13aafc8a-dab518e3, #w-node-_4a1ea411-2d2f-8716-f2ea-fffa13aafc8a-34f4352f, #w-node-_4a1ea411-2d2f-8716-f2ea-fffa13aafc8a-88df7a08, #w-node-_7bd0a438-7ccb-f2b5-d2bd-02e0b315cf50-030d7103 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_3eac9092-d7b7-e987-e55d-29bbc9ce9b23-030d7103, #w-node-_013d87a6-6489-f257-b4c9-e5af188c019b-030d7103, #w-node-_71e591c0-fd53-0f22-f87e-848682d10f17-030d7103 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d3983e73-8d57-72e8-3086-48457f04ea32-030d7103, #w-node-_62242437-2e64-5cf8-0c9d-337c795169e2-82cbffd8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_4c1be232-6f0c-a95c-1aaf-9bd3222cd69a-82cbffd8 {
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_3aadee0e-2f06-eb26-439e-0d7ede4bf8dd-82cbffd8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-dbb9d664-82d4-3f2f-8da6-10186524e3d3-779f084b {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-dbb9d664-82d4-3f2f-8da6-10186524e3d4-779f084b {
    order: 2;
  }

  #w-node-dbb9d664-82d4-3f2f-8da6-10186524e3e5-779f084b {
    order: -9999;
  }

  #w-node-_69a54e02-06d9-f2f0-3012-64ce255de2c7-779f084b {
    order: 3;
  }

  #w-node-fe6fc6cb-075e-7ffd-f3c7-408da66f5361-779f084b {
    order: 4;
  }

  #w-node-d03161e3-d9a6-9c52-6c14-06d08689c99e-779f084b {
    order: 6;
  }

  #w-node-_742fc8a9-1272-f347-982f-3db5a2a6ef02-779f084b {
    order: 5;
  }

  #w-node-_6daf2ad4-2a25-debd-025f-ed3d14df2f7b-779f084b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_6daf2ad4-2a25-debd-025f-ed3d14df2f92-779f084b {
    order: -9999;
  }

  #w-node-_4805b3a4-f284-af93-cbc5-6ed55723bdf2-57b711ed {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-f9378647-f2f8-d513-c13d-3ee657b711ef-57b711ed {
    align-self: center;
  }

  #w-node-f9378647-f2f8-d513-c13d-3ee657b711fc-57b711ed {
    justify-self: center;
  }

  #w-node-_4602af14-ee3a-1432-4f1e-d2352d3ddd4d-57b711ed {
    justify-self: end;
  }

  #w-node-b3264723-1f67-3c85-b9cf-c48a3a61c8be-779f0887 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cd397867-ac58-37d6-5fb7-3a48a26dcd63-779f0887, #w-node-c8f89c95-b72a-dcf7-23b8-4fd5e576c82a-779f0888 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-c8f89c95-b72a-dcf7-23b8-4fd5e576c83c-779f0888 {
    order: -9999;
  }

  #w-node-_6f27b68e-b92a-8517-b4cb-bea1e20384da-779f0888 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_6f27b68e-b92a-8517-b4cb-bea1e2038507-779f0888 {
    order: -9999;
  }

  #w-node-_4a1ea411-2d2f-8716-f2ea-fffa13aafc8a-11a365fa {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4a1ea411-2d2f-8716-f2ea-fffa13aafc9f-11a365fa {
    order: -9999;
  }

  #w-node-_68fa80e2-6690-07f1-863c-fb64c2dda1c4-11a365fa {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_68fa80e2-6690-07f1-863c-fb64c2dda1f1-11a365fa {
    order: -9999;
  }

  #w-node-b407256a-5ec3-5ecc-97ff-5b72bd0e66af-6be91402 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-b407256a-5ec3-5ecc-97ff-5b72bd0e66bc-6be91402 {
    order: -9999;
  }

  #w-node-eaa5ebfe-0b8f-96fe-535a-546ef727788a-6be91402 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-eaa5ebfe-0b8f-96fe-535a-546ef72778b7-6be91402 {
    order: -9999;
  }

  #w-node-ec4ce946-5716-9345-7a5f-87c99bc88b6c-8a30e99d {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-ec4ce946-5716-9345-7a5f-87c99bc88b7c-8a30e99d {
    order: -9999;
  }

  #w-node-_3dc667eb-33a8-0981-7188-473b2bf4f8ea-8a30e99d {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3dc667eb-33a8-0981-7188-473b2bf4f917-8a30e99d {
    order: -9999;
  }

  #w-node-_1a075181-8892-c0fa-6d50-f33fda169053-ad0cd6dd {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1a075181-8892-c0fa-6d50-f33fda169060-ad0cd6dd {
    order: -9999;
  }

  #w-node-_67afc4fd-f56a-e1f5-6a7c-18d3e42a02d4-ad0cd6dd {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_67afc4fd-f56a-e1f5-6a7c-18d3e42a0301-ad0cd6dd {
    order: -9999;
  }

  #w-node-e0db69b1-7bb6-3915-b305-9e076879370a-2a40542d {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-e0db69b1-7bb6-3915-b305-9e076879371f-2a40542d {
    order: -9999;
  }

  #w-node-_9c0b579b-ed31-6644-03a9-7ed99fff3510-2a40542d {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_9c0b579b-ed31-6644-03a9-7ed99fff353d-2a40542d {
    order: -9999;
  }

  #w-node-b9a70444-4147-9e4f-b063-3b0b13f91d65-5b3971db {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-b9a70444-4147-9e4f-b063-3b0b13f91d7a-5b3971db {
    order: -9999;
  }

  #w-node-_9f73fba2-da9d-feea-69d9-32f2aad67ac9-5b3971db {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-f0cb830b-4b60-2bf8-b821-b67742a87925-5b3971db {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-f0cb830b-4b60-2bf8-b821-b67742a87952-5b3971db {
    order: -9999;
  }

  #w-node-_62242437-2e64-5cf8-0c9d-337c795169e2-b46d9338 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_62242437-2e64-5cf8-0c9d-337c795169f1-b46d9338 {
    order: -9999;
  }

  #w-node-_7eabcf87-2585-b798-86c2-f10672893940-b46d9338 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_156a5954-eb77-5cbb-97e5-8f0cb7dcbb8b-b46d9338 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_156a5954-eb77-5cbb-97e5-8f0cb7dcbbba-b46d9338 {
    order: -9999;
  }

  #w-node-_4a1ea411-2d2f-8716-f2ea-fffa13aafc8a-02706edd {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4a1ea411-2d2f-8716-f2ea-fffa13aafc9f-02706edd {
    order: -9999;
  }

  #w-node-_4a1ea411-2d2f-8716-f2ea-fffa13aafc8a-dab518e3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4a1ea411-2d2f-8716-f2ea-fffa13aafc9f-dab518e3 {
    order: -9999;
  }

  #w-node-_4a1ea411-2d2f-8716-f2ea-fffa13aafc8a-34f4352f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4a1ea411-2d2f-8716-f2ea-fffa13aafc9f-34f4352f {
    order: -9999;
  }

  #w-node-_4a1ea411-2d2f-8716-f2ea-fffa13aafc8a-88df7a08 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4a1ea411-2d2f-8716-f2ea-fffa13aafc9f-88df7a08 {
    order: -9999;
  }

  #w-node-_7bd0a438-7ccb-f2b5-d2bd-02e0b315cf50-030d7103 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_7bd0a438-7ccb-f2b5-d2bd-02e0b315cf5d-030d7103 {
    order: -9999;
  }

  #w-node-d3983e73-8d57-72e8-3086-48457f04ea32-030d7103 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-d3983e73-8d57-72e8-3086-48457f04ea5f-030d7103 {
    order: -9999;
  }

  #w-node-_62242437-2e64-5cf8-0c9d-337c795169e2-82cbffd8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_62242437-2e64-5cf8-0c9d-337c795169f1-82cbffd8 {
    order: -9999;
  }

  #w-node-_4c1be232-6f0c-a95c-1aaf-9bd3222cd69a-82cbffd8 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3aadee0e-2f06-eb26-439e-0d7ede4bf8dd-82cbffd8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3aadee0e-2f06-eb26-439e-0d7ede4bf90a-82cbffd8 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-cd397867-ac58-37d6-5fb7-3a48a26dcd63-779f0887, #w-node-e0db69b1-7bb6-3915-b305-9e076879370a-2a40542d {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-e0db69b1-7bb6-3915-b305-9e076879371f-2a40542d {
    order: -9999;
  }

  #w-node-_9c0b579b-ed31-6644-03a9-7ed99fff3510-2a40542d {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_9c0b579b-ed31-6644-03a9-7ed99fff353d-2a40542d {
    order: -9999;
  }
}


@font-face {
  font-family: 'Calibri';
  src: url('../fonts/calibri-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Calibri';
  src: url('../fonts/calibri-bold.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Calibri';
  src: url('../fonts/calibri-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* VERKAUFT-Auszeichnung auf den Kacheln der Seite "Verkaufte Immobilien" */
.verkauft-tile .image-wrap {
  position: relative;
}

.verkauft-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  padding: 6px 16px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 2px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .25);
}

/* Neutraler Platzhalter fuer Objektkarten, deren Foto noch nachgereicht wird.
   Sitzt im normalen .image-wrap, damit keine Layoutverschiebung entsteht. */
.bild-platzhalter {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: var(--zweitfarbe);
  border: 1px solid rgba(55, 56, 56, .12);
}

.bild-platzhalter svg {
  width: 30%;
  max-width: 90px;
  height: auto;
  color: var(--highlights);
  opacity: .5;
}

/* Natives Kontaktformular (ersetzt das fruehere Paperform-Embed).
   Formularelemente erben die Seitenschrift nicht automatisch, deshalb wird
   Poppins hier ausdruecklich gesetzt - kein Calibri mehr. */
.kf-form .field_lable {
  display: block;
  margin-bottom: 6px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.kf-form .text-field {
  width: 100%;
  padding: 8px 12px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  color: #333;
}

.kf-form input.text-field,
.kf-form textarea.text-field {
  cursor: text;
}

.kf-form select.text-field {
  cursor: pointer;
  background-color: #fff;
}

.kf-form textarea.text-field {
  height: auto;
  min-height: 9rem;
  padding-top: 12px;
  resize: vertical;
}

/* Honeypot: fuer Besucher unsichtbar, fuer Bots ein Koeder. */
.kf-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.kf-datenschutz {
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
}

.kf-datenschutz input[type="checkbox"] {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin: 3px 10px 0 0;
}

.kf-datenschutz label {
  margin: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.kf-fehler {
  margin-top: 8px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #b3261e;
}

.kf-fehler[hidden] {
  display: none;
}

.kf-pflichtnote {
  margin-top: 16px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  opacity: .75;
}

.kf-form button[type="submit"] {
  width: 100%;
  border: 0;
  cursor: pointer;
  font-family: Poppins, sans-serif;
}

.kf-form button[type="submit"][disabled] {
  cursor: default;
  opacity: .6;
}
