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

:root {
  --green: #155448;
  --light-green: #d2ec92;
  --yellow: #e0cd14;
}

.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-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Montserrat, 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;
}

.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-img {
  object-fit: contain;
  height: 15vh;
}

.logo {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 10px;
  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;
}

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

.telefonnummer.white {
  color: #fff;
  font-size: 16px;
}

.ffnungszeiten {
  margin-bottom: 5px;
}

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

.hauptfarbe {
  color: #fff;
  background-color: #155449;
}

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

.email.white {
  color: #fff;
  font-size: 16px;
}

.zweitfarbe {
  color: #084560;
  background-color: #e7f5f1;
}

.highlights {
  color: #fff;
  background-color: #e0cd14;
}

.adresse {
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.3;
}

.adresse.size {
  font-size: 16px;
}

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

.heading-1 {
  font-family: Archivo Narrow, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
}

.heading-2 {
  font-family: Archivo Narrow, sans-serif;
  font-weight: 500;
  line-height: 1.3;
}

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

.flie-text {
  margin-bottom: 0;
  padding-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.farbe-der-headings {
  color: #c7e38e;
  line-height: 1.3;
}

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

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

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

.terminbutton.highlights.flie-text.kleiner {
  font-family: Montserrat, sans-serif;
}

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

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

.terminbutton.highlights.flie-text.kleiner {
  border-radius: 4px;
  padding-bottom: 10px;
}

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

.nav-menu-1 {
  z-index: 1000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar {
  z-index: 15;
  background-color: #ddd0;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-link-1 {
  padding: 10px 20px;
  text-decoration: none;
}

.nav-link-1.flie-text {
  color: #fff;
  font-weight: 500;
}

.nav-link-1.flie-text:hover, .nav-link-1.flie-text.w--current {
  color: #e0cd14;
}

.titelsection {
  background-image: url('../images/bg-gradient-image.webp');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 85vh;
}

.titelsection.home {
  flex-flow: row;
  align-items: center;
  height: 100vh;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.titelsection.inner-banner {
  height: auto;
  padding-top: 185px;
  padding-bottom: 95px;
}

.background-video {
  background-image: none;
  height: 100%;
}

.div-block-video {
  color: #fff;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 40px 50vw 40px 10vw;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading-links {
  margin-top: 0;
  font-size: 50px;
  line-height: 55px;
}

.heading-links.heading-1 {
  line-height: 1.3;
}

.heading-links.heading-1.mid {
  text-align: center;
}

.heading-links.heading-1.size-xl {
  overflow-wrap: anywhere;
  font-size: 56px;
}

.heading-links.mittig {
  text-align: center;
}

.heading {
  margin-top: 0;
  font-size: 35px;
  line-height: 35px;
}

.heading.heading-3 {
  line-height: 1.3;
}

.heading.heading-3.size-large {
  font-family: Archivo Narrow, sans-serif;
  font-size: 3.28125vw;
}

.divider {
  width: 100%;
  height: 10px;
  margin-bottom: 20px;
}

.divider.highlights.small {
  width: 10%;
  height: 5px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph {
  margin-top: 0;
  font-size: 16px;
}

.paragraph.flie-text {
  overflow-wrap: anywhere;
  font-size: 16px;
  line-height: 1.4;
}

.paragraph.flie-text.padding {
  padding-bottom: 0;
  font-size: 16px;
}

.paragraph.flie-text.padding.c {
  text-align: center;
}

.paragraph.flie-text.center {
  text-align: center;
  padding-bottom: 0;
  font-size: 16px;
}

.paragraph.flie-text.small-paddings {
  padding-bottom: 10px;
}

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

.paragraph.mittig {
  text-align: center;
}

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

.button {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
}

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

.button.flie-text.highlights {
  padding-bottom: 10px;
  line-height: 1.5;
}

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

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

.div-inhalt {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 20px 10px;
  display: flex;
}

.div-inhalt.flie-text {
  justify-content: flex-start;
  font-size: 16px;
}

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

.icons.wei {
  filter: none;
}

.section1 {
  padding: 140px 15%;
  position: relative;
  overflow: hidden;
}

.section1.overflow {
  overflow: visible;
}

.section1.schmaler {
  padding-left: 5%;
  padding-right: 5%;
}

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

.heading-links-klein.heading-3 {
  padding-top: 20px;
  line-height: 1.3;
}

.heading-links-klein.heading-2 {
  overflow-wrap: anywhere;
  font-weight: 500;
  line-height: 1.3;
}

.heading-links-klein.heading-2.bold {
  font-weight: 700;
}

.heading-links-klein.heading-2.c {
  text-align: center;
  margin-top: 20px;
}

.heading-links-klein.heading-1 {
  overflow-wrap: anywhere;
  line-height: 1.3;
}

._2er-grid-no-overflow {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: center;
  margin-top: 40px;
  overflow: hidden;
}

._2er-grid-no-overflow.margin-top {
  margin-top: 0;
}

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

.inhalt-footer {
  height: 100%;
}

.footer-1 {
  padding: 60px 140px;
}

.footer-1.hauptfarbe {
  padding-bottom: 10px;
}

.div-block-footer1 {
  justify-content: space-between;
  height: 99.9998%;
  padding-bottom: 20px;
  display: flex;
}

.impdat {
  color: #fff;
  background-image: url('../images/bg-gradient-image.webp');
  background-position: 0 0;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 100px 40px;
  display: flex;
}

.impdat.padding-top {
  padding-top: 150px;
}

.impdat.cover {
  background-size: cover;
  background-attachment: fixed;
}

.datenschtz-embed {
  overflow-wrap: anywhere;
  line-height: 1.3;
}

.success {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 70vh;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.success-block {
  border: 2px solid #000;
  justify-content: center;
  align-items: center;
  width: 784px;
  height: 400px;
  display: flex;
}

.success-block.highlights {
  background-image: linear-gradient(180deg, var(--green), var(--light-green));
  border-style: none;
  border-radius: 10px;
  width: auto;
  height: 57.5vh;
  padding: 100px;
}

.heading-success {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}

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

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

._3er-card {
  z-index: 1;
  grid-column-gap: 0px;
  background-color: #fff;
  background-image: linear-gradient(100deg, var(--green), var(--light-green));
  color: #fff;
  border-radius: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  width: 70vw;
  margin-bottom: 0;
  padding-top: 10px;
  position: absolute;
  inset: -100px auto auto;
  box-shadow: 3px 3px 44px #0000001a;
}

.inhalt-nebeneinander {
  align-items: flex-start;
  display: flex;
}

.inhalt-nebeneinander.abstand-unten {
  margin-bottom: 20px;
}

.inhalt-untereinander {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.inhalt-untereinander.mid {
  justify-content: center;
  align-items: center;
}

.section-mittig {
  justify-content: center;
  align-items: center;
  padding: 220px 10% 100px;
  display: block;
  position: relative;
}

.section-mittig.zweitfarbe {
  justify-content: center;
  align-items: center;
  padding-top: 220px;
  display: flex;
}

.section-mittig.zweitfarbe.pd {
  padding-top: 290px;
}

.card {
  color: #084560;
  background-color: #fff;
  border-radius: 18px;
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: transform .3s;
  position: relative;
  box-shadow: 0 2px 5px #fff3;
}

.card:hover {
  outline-color: var(--green);
  outline-offset: 10px;
  outline-style: none;
}

.card.bg-white {
  background-color: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 5px #0003;
}

.card.bg-white.onhover:hover {
  transform: translate(0, -4px);
}

.circle2 {
  z-index: 1;
  opacity: .2;
  object-fit: contain;
  width: 13.1vw;
  position: absolute;
  inset: auto 0% 0% auto;
}

.section-gro-e-abst-nde {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 100px 0%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-gro-e-abst-nde.unten-abstand {
  z-index: 0;
  padding-bottom: 220px;
  padding-left: 10%;
  padding-right: 10%;
}

.section-gro-e-abst-nde.unten-abstand.zweitfarbe {
  z-index: 0;
  padding-bottom: 100px;
}

.section-gro-e-abst-nde.abstand-seite {
  z-index: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.content {
  padding: 100px 40px;
}

.circle1 {
  z-index: 1;
  opacity: .2;
  object-fit: contain;
  width: 17vw;
  position: absolute;
  inset: 0% auto auto 0%;
}

.inhalt-untereinander-2 {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all .2s;
  display: flex;
  position: relative;
  box-shadow: 3px 3px 44px #0000001a;
}

.inhalt-untereinander-2.effekt {
  justify-content: space-between;
}

.inhalt-untereinander-2.img-gradient {
  background-image: url('../images/bg-gradient-image.webp');
  background-position: 0 0;
  background-size: cover;
  border-radius: 18px;
  transition: transform .3s;
}

.image-wrapper {
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-wrapper.zweitfarbe.padding {
  border-radius: 18px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.lottie {
  width: 13.1vw;
  height: 26.5vh;
  display: block;
}

.card-content {
  border-radius: 18px;
  padding: 20px 30px 30px;
}

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

.card-content.bg-image {
  color: #fff;
  background-image: url('../images/62f50b56be7e7ec261f65b7f_Appointment.webp');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 18px;
}

.card-content.bg-image.c {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-mittig {
  text-align: center;
  font-size: 50px;
  line-height: 55px;
}

.heading-mittig.heading-1 {
  line-height: 1.3;
}

.heading-mittig.klein {
  overflow-wrap: anywhere;
  font-size: 25px;
  line-height: 1.3;
}

._2er_grid {
  grid-column-gap: 5px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  place-items: center;
  margin-top: 40px;
  margin-bottom: 100px;
}

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

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

.heading_footer {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
}

.heading_footer.heading-1 {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.3;
}

.footer1 {
  height: auto;
  padding: 40px 140px;
}

.footer1.hauptfarbe {
  color: #fff;
  padding: 40px 10%;
  font-family: Montserrat, sans-serif;
}

._4er-grid {
  z-index: 100;
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-bottom: 20px;
}

.img-350 {
  object-fit: cover;
  object-position: 50% 50%;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  width: 100%;
  height: 50vh;
  min-height: 50vh;
}

.inhalt-mittig {
  color: #fff;
  border-bottom-right-radius: 18px;
  border-bottom-left-radius: 18px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  padding: 20px;
  display: flex;
}

.inhalt-mittig.img-gradient {
  color: #fff;
}

.heading-mittig-klein {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 25px;
}

.heading-mittig-klein.heading-3 {
  text-align: center;
  overflow-wrap: anywhere;
  line-height: 1.3;
}

.submit-button-12 {
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 16px;
  line-height: 25px;
}

.link {
  color: #fff;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

.link.black {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.link.blue-coloe {
  color: #084560;
}

.untereinander {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.icon-round {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin-right: 15px;
  padding: 15px;
}

.icon-round.highlights {
  width: 60px;
  height: 60px;
}

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

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

.contact-form-wrap {
  z-index: 10;
  border: 1px solid #d2d2d580;
  align-items: stretch;
  padding: 20px;
  display: flex;
  position: relative;
}

.contact-form-wrap.flie-text {
  border-radius: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
}

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

.error-message {
  color: #fff;
  background-color: red;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.form-wrap {
  border-right: 1px #d2d2d54d;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}

.contact-form-success-message {
  background-color: #fafafa;
  border: 1px solid #ececed;
}

.contact-form-success-icon {
  object-fit: contain;
  margin-top: 0;
  margin-bottom: 10px;
}

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

.link-formular.farbe-der-headings {
  color: var(--yellow);
  font-weight: 700;
}

.text-field {
  cursor: pointer;
  border: 1px solid #e5e5e7;
  border-radius: 5px;
  height: 7.2vh;
  margin-bottom: 20px;
  line-height: 18px;
  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: 13.3vh;
}

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

.form1 {
  margin-bottom: 0;
}

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

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

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

.impdat-2.flie-text.mid {
  justify-content: space-between;
  align-items: flex-start;
  min-height: auto;
  font-size: 16px;
}

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

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

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

.image-sm {
  object-fit: contain;
  height: 5vh;
}

.quick-stack-2 {
  height: 100%;
}

.paragraph-list {
  margin-top: 0;
  font-size: 16px;
}

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

.paragraph-list.flie-text.sublist {
  padding-bottom: 0;
  padding-left: 80px;
}

.paragraph-list.flie-text.padding {
  overflow-wrap: anywhere;
  margin-top: 5px;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 16px;
}

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

.heading-left.heading-font2 {
  font-family: Archivo Narrow, sans-serif;
}

.heading-left.heading-font2.left {
  text-align: left;
}

.image-100-1 {
  object-fit: contain;
  border-radius: 18px;
  height: 100%;
}

.image-100-1.cover {
  object-fit: cover;
}

.section3 {
  padding: 60px 10%;
  position: relative;
  overflow: hidden;
}

._1er {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

._3ergrid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 75%;
}

._3ergrid.padding-top {
  max-width: 900px;
  padding-top: 40px;
}

.section-50 {
  justify-content: flex-start;
  align-items: center;
  padding: 60px;
  display: flex;
}

.button-2 {
  color: #084560;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 10px;
  margin-left: 5%;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  transition: transform .3s;
}

.button-2:hover {
  transform: translate(0, -3px);
}

.home-banner-image {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 600px;
  display: block;
}

.home-bannner-content {
  z-index: 6;
  color: #fff;
  margin-top: 60px;
  position: relative;
}

.banner-image-block {
  width: 100%;
  height: 100%;
  position: relative;
}

.banner-image {
  z-index: 5;
  width: 20vh;
  height: 50vh;
  box-shadow: none;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  top: -233px;
  transform: scale(1.3);
}

.banner-image.set {
  width: 35vh;
  height: 48vh;
  inset: -210px -20px 0% auto;
}

.home-banner {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 200px;
  padding-bottom: 155px;
  display: flex;
}

.banner-button-wrapper.center {
  text-align: center;
}

.banner-button-wrapper.center.margin {
  margin-top: 20px;
}

.primary-button {
  background-color: var(--yellow);
  border-radius: 10px;
  padding: 15px 25px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.primary-button-slide {
  background-color: #155449;
  width: 0%;
  margin-left: auto;
  position: absolute;
  inset: 0%;
}

.primary-button-slide.left {
  margin-left: 0;
  margin-right: auto;
}

.text-block {
  z-index: 9;
  color: #fff;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
}

.image-wrap {
  background-color: #ffffff4d;
  border-radius: 9px;
  width: 70px;
  height: 70px;
  margin-right: 10px;
  padding: 5px;
}

.farbe-der-paragraph {
  color: #084560;
}

.social-link-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.container {
  max-width: 1350px;
  padding-left: 15px;
  padding-right: 15px;
}

.inner-banner-title-wrap {
  color: #fff;
  text-align: center;
}

.inner-banner-link-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-wrap {
  align-items: center;
  margin-right: 10px;
  display: flex;
}

.inner-link-wrap {
  align-items: center;
  display: flex;
}

.home-icon {
  object-fit: contain;
  width: 30px;
}

.circle-icon {
  object-fit: contain;
  width: 10px;
}

.inner-banner-text-link {
  color: #fff;
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
}

.page-load-cover-wrapper {
  background-color: #fff;
}

.page-load-cover {
  z-index: 9007;
  background-image: url('../images/bg-gradient-image.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100vh;
  display: block;
  position: static;
  inset: 0% 0% auto;
}

.page-load-image-wrapper {
  align-items: center;
  display: flex;
  position: static;
  inset: 0%;
  overflow: hidden;
}

.image-103 {
  width: 200px;
}

.social-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.card-hover-item {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  border-top: 1px #f3f6fc;
  border-bottom: 1px #f3f6fc;
  border-radius: 10px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: flex-start stretch;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 5px 1px #cecece;
}

.button-3 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #090b19;
  border: 1px solid #090b19;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 28px;
  font-size: 11px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-3:hover {
  color: #090b19;
  background-color: #e2e7f1;
  border-color: #e2e7f1;
}

.card-grid-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template: ". Area" 1fr
                 ". ."
                 / 1fr 1fr 1fr;
  place-items: center;
}

.content-wrapper {
  z-index: 1;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px 30px;
  display: flex;
  position: relative;
}

.leistugen-card {
  background-color: #fff;
  border-radius: 18px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.leistugen-card.zweitfarbe.rel {
  left: 50%;
}

.mask {
  background-color: #155449;
  border-radius: 18px;
  height: 0%;
  position: absolute;
  inset: auto 0% 0%;
}

.service-image-wrapper {
  border-radius: 18px;
  height: 554px;
  overflow: hidden;
}

.galerie-image-block {
  border-radius: 18px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.div-block-170 {
  justify-content: center;
  align-items: center;
  padding: 2% 10% 7%;
  display: flex;
}

.service-image {
  object-fit: contain;
  width: 150px;
  height: 150px;
  margin-bottom: 10px;
}

.service-image-2 {
  object-fit: contain;
  width: 150px;
  height: 150px;
  margin-bottom: 10px;
  display: none;
  position: static;
  inset: 0%;
}

.service-image-div {
  position: relative;
}

.icon-large {
  object-fit: contain;
  max-height: 20vh;
  margin-top: 45px;
  margin-bottom: 45px;
}

.code-embed {
  width: 100%;
}

.code-embed.abs {
  width: auto;
  position: absolute;
  inset: auto 2% 3% auto;
}

.banner-image-1 {
  z-index: 5;
  width: 20vh;
  height: 50vh;
  box-shadow: none;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  top: -210px;
  transform: scale(1.3);
}

.banner-image-1.set-3 {
  width: 33vh;
  height: 48vh;
  left: -110px;
  right: auto;
  overflow: scroll;
}

.banner-image-5 {
  z-index: 5;
  width: 20vh;
  height: 50vh;
  box-shadow: none;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  top: -190px;
  transform: scale(1.3);
}

.banner-image-5.set-2 {
  z-index: 10;
  object-fit: cover;
  width: 35vh;
  height: 46vh;
  left: 118px;
}

._2er-grid-no-overflow-5 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  place-items: start stretch;
  margin-top: 40px;
  overflow: hidden;
}

._1er-1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.link-7 {
  color: #06986b;
  text-decoration: none;
}

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

.nav_wrapper {
  background-color: var(--green);
  height: 18vh;
}

.utility-page-wrap-3 {
  background-image: repeating-linear-gradient(90deg, var(--green), var(--light-green));
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

.warnbild {
  filter: brightness(0%) invert();
  object-fit: contain;
  width: 20rem;
}

.heading-404 {
  color: #fff;
  font-family: Archivo Narrow, sans-serif;
}

.text-block-2 {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

@media screen and (min-width: 1280px) {
  .button.flie-text.highlights:hover {
    filter: none;
    background-color: #06986b;
  }
}

@media screen and (max-width: 991px) {
  .logo-img {
    width: 100px;
    height: auto;
  }

  .telefonnummer {
    margin-bottom: 5px;
    font-size: 16px;
  }

  .telefonnummer.white {
    font-size: 16px;
  }

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

  .email {
    margin-bottom: 5px;
    font-size: 16px;
  }

  .email.white, .adresse {
    font-size: 16px;
  }

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

  .flie-text {
    text-align: left;
    padding-bottom: 0;
  }

  .divblock1 {
    padding-bottom: 20px;
  }

  .nav-menu-1 {
    background-color: var(--green);
    padding: 10px;
  }

  .navbar {
    z-index: 100;
    background-image: linear-gradient(45deg, var(--green), var(--light-green));
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
    position: sticky;
  }

  .nav-link-1.flie-text {
    text-align: center;
    padding-bottom: 10px;
  }

  .titelsection.home {
    flex-flow: column;
    height: auto;
    padding: 40px;
  }

  .titelsection.inner-banner {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-video {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    display: flex;
    inset: 0%;
  }

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

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

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

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

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

  .paragraph.flie-text {
    text-align: center;
    padding-bottom: 0;
    font-size: 16px;
  }

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

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

  .div-inhalt.flie-text {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .div-inhalt.flie-text.btm-20 {
    padding-bottom: 20px;
  }

  .section1, .section1.schmaler, .section1.zweitfarbe {
    padding: 60px;
  }

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

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

  ._2er-grid-no-overflow {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

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

  .footer-1.hauptfarbe, .div-block-footer1 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .impdat.cover {
    justify-content: flex-start;
    align-items: center;
    padding: 40px;
  }

  .success {
    min-height: auto;
    padding: 60px;
  }

  .success-block {
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .success-block.highlights {
    width: auto;
    height: auto;
    padding: 60px;
  }

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

  ._3er-card {
    grid-template-columns: 1fr 1fr;
    width: auto;
    margin-bottom: 40px;
    padding: 20px;
    position: static;
  }

  .inhalt-nebeneinander {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

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

  .section-mittig.zweitfarbe {
    flex-flow: column;
    padding: 60px;
  }

  .section-mittig.zweitfarbe.pd {
    padding-top: 60px;
  }

  .section-gro-e-abst-nde, .section-gro-e-abst-nde.unten-abstand.zweitfarbe, .section-gro-e-abst-nde.abstand-seite {
    padding: 60px;
  }

  .circle1 {
    width: 12vw;
  }

  .inhalt-untereinander-2 {
    z-index: 0;
  }

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

  .card-content.middle {
    justify-content: flex-start;
    align-items: center;
  }

  .card-content.farbe-der-paragraph {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .card-content.bg-image {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 40px;
    display: flex;
  }

  .heading-mittig.heading-1.farbe-der-paragraph {
    font-size: 40px;
  }

  .heading-mittig.klein {
    margin-top: 10px;
    font-size: 22px;
  }

  ._2er_grid {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  ._2er_grid.shuffle {
    flex-flow: column-reverse wrap-reverse;
  }

  ._2er_grid.top {
    margin-top: 20px;
  }

  .heading_footer.heading-1 {
    text-align: left;
  }

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

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

  .img-350 {
    object-position: 50% 40%;
    height: 25rem;
    min-height: auto;
  }

  .img-350.top {
    object-position: 50% 19%;
  }

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

  .icon-round.highlights {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .menu-button {
    background-color: var(--green);
    border-radius: 10px;
    margin-left: auto;
    padding: 15px;
  }

  .menu-button.w--open {
    background-color: var(--green);
  }

  .icon {
    color: var(--light-green);
  }

  ._6er-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    margin-top: 20px;
    display: flex;
  }

  .contact-form-wrap {
    flex-direction: column;
    align-items: center;
  }

  .contact-form-wrap.flie-text {
    margin-top: 20px;
  }

  .error-message {
    width: auto;
  }

  .form-wrap {
    text-align: center;
    border-bottom-width: 1px;
    border-bottom-color: #d2d2d54d;
    border-right-style: none;
    width: auto;
    margin-bottom: 0;
    margin-right: 0;
    padding-bottom: 10px;
    padding-right: 0;
  }

  .form-wrap.top {
    margin-top: 20px;
  }

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

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

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

  .paragraph-list.flie-text {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-flow: column;
    padding-bottom: 0;
    display: flex;
  }

  .paragraph-list.flie-text.sublist {
    width: 100%;
    margin-bottom: 5px;
    padding-left: 80px;
  }

  .paragraph-list.flie-text.padding {
    font-size: 16px;
  }

  .heading-left.heading-font2.left {
    text-align: center;
  }

  .section3 {
    padding: 60px;
  }

  ._3ergrid.padding-top {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 70%;
    max-width: 400px;
    padding-top: 0;
    display: flex;
  }

  .button-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .button-2.top {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .home-banner-image {
    max-width: none;
  }

  .home-bannner-content {
    margin-top: 0;
  }

  .banner-image-block {
    flex-flow: row;
    justify-content: center;
    align-items: flex-end;
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .banner-image.set {
    object-fit: contain;
    object-position: 0% 100%;
    width: 40%;
    height: 35vh;
    position: static;
  }

  .home-banner {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    align-items: center;
    padding: 0;
  }

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

  .primary-button.top {
    margin-top: 20px;
    padding: 12px 20px;
  }

  .image-wrap {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
    margin-right: 0;
    padding: 10px;
  }

  .container {
    width: 100%;
    max-width: 100%;
  }

  .card-grid-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    grid-template-rows: 1fr auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-top: 20px;
    display: grid;
  }

  .content-wrapper {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 20px;
  }

  .leistugen-card.zweitfarbe.rel {
    position: static;
  }

  .service-image-wrapper, .galerie-image-block {
    height: 45vh;
  }

  .div-block-170 {
    padding: 0%;
  }

  .service-image, .service-image-2 {
    width: 60px;
    height: 60px;
  }

  .icon-large {
    width: 60px;
    max-height: none;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .code-embed.abs {
    position: static;
  }

  .banner-image-1.set-3 {
    object-fit: contain;
    object-position: 100% 100%;
    width: 37%;
    height: 35vh;
    position: static;
  }

  .banner-image-5.set-2 {
    object-fit: contain;
    object-position: 50% 100%;
    width: 35%;
    height: 35vh;
    position: relative;
    top: auto;
    left: auto;
  }

  ._2er-grid-no-overflow-5 {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: 10px;
    display: flex;
  }

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

  .grid-wrap {
    width: 100%;
  }

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

  .nav_wrapper {
    display: none;
  }

  .warnbild {
    width: 14rem;
  }

  .heading-404 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .telefonnummer {
    font-size: 15px;
  }

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

  .email, .adresse.size {
    font-size: 15px;
  }

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

  .terminbutton.highlights.flie-text.kleiner {
    text-align: center;
  }

  .divblock1 {
    height: auto;
  }

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

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

  .titelsection {
    height: 500px;
  }

  .titelsection.home {
    padding: 30px;
  }

  .titelsection.inner-banner {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-video {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 20px;
  }

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

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

  .heading-links.mittig.heading-1 {
    font-size: 35px;
    line-height: 1.3;
  }

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

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

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

  .button.flie-text.highlights {
    letter-spacing: 0;
    font-size: 14px;
    line-height: 1.3;
  }

  .div-inhalt.flie-text {
    justify-content: flex-start;
    align-items: center;
    padding: 10px;
  }

  .section1, .section1.schmaler, .section1.zweitfarbe {
    padding: 40px;
  }

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

  ._2er-grid-no-overflow {
    grid-template-columns: 1fr;
  }

  ._2er-grid-no-overflow.margin-top {
    flex-flow: column;
    display: flex;
  }

  .div-block-footer1 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .impdat.padding-top, .impdat.cover {
    padding: 40px;
  }

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

  .success-block {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .success-block.highlights {
    padding: 40px;
  }

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

  .maps-gro {
    height: 400px;
  }

  .maos-footer {
    width: auto;
    height: auto;
  }

  ._3er-card {
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-columns: 1fr;
    width: 100%;
    padding: 20px;
    display: flex;
    position: static;
  }

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

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

  .section-mittig.zweitfarbe {
    flex-direction: column;
    padding: 40px;
  }

  .section-mittig.zweitfarbe.pd {
    padding-top: 40px;
  }

  .section-gro-e-abst-nde, .section-gro-e-abst-nde.unten-abstand.zweitfarbe, .section-gro-e-abst-nde.abstand-seite {
    padding: 40px;
  }

  .content {
    padding: 20px 10px;
  }

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

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

  ._2er_grid.shuffle {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .footer_grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .heading_footer.heading-1 {
    text-align: center;
    margin-bottom: 6px;
  }

  .footer1.hauptfarbe {
    padding: 20px;
  }

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

  .img-350, .img-350.top {
    height: 25rem;
  }

  .untereinander {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .menu-button {
    padding: 14px;
  }

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

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

  .contact-form-wrap {
    padding: 40px;
  }

  .contact-form-wrap.flie-text {
    margin-top: 20px;
    padding: 20px;
  }

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

  .error-message {
    font-size: 14px;
    line-height: 22px;
  }

  .form-wrap {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .text-field {
    text-align: left;
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

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

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

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

  .impdat-2.flie-text.mid {
    align-items: center;
  }

  .impressum-link, .datenschutz-link {
    font-size: 15px;
  }

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

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

  .paragraph-list.flie-text.sublist {
    padding-left: 60px;
  }

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

  .heading-left.heading-font2.left {
    line-height: 32px;
  }

  .section3 {
    padding: 40px;
  }

  ._3ergrid.padding-top {
    width: auto;
  }

  .section-50 {
    padding: 40px;
  }

  .button-2.top {
    font-size: 15px;
  }

  .banner-image-block {
    margin-top: 40px;
  }

  .banner-image.set {
    height: 14rem;
  }

  .primary-button.top {
    margin-top: 10px;
  }

  .text-block {
    font-size: 15px;
    line-height: 1.3;
  }

  .image-wrap {
    margin-right: 0;
  }

  .container {
    max-width: 100%;
  }

  .card-grid-wrapper {
    flex-flow: column;
    display: flex;
  }

  .service-image-wrapper, .galerie-image-block {
    height: 25rem;
  }

  .service-image {
    width: 55px;
    height: 55px;
  }

  .banner-image-1.set-3 {
    height: 14rem;
  }

  .banner-image-5.set-2 {
    width: 37%;
    height: 14rem;
  }

  ._2er-grid-no-overflow-5 {
    grid-template-columns: 1fr;
  }

  ._1er-1 {
    width: 100%;
  }

  .warnbild {
    width: 13rem;
  }
}

@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-img {
    width: 90px;
  }

  .telefonnummer, .telefonnummer.white, .ffnungszeiten.flie-text, .email, .email.white {
    font-size: 14px;
  }

  .adresse {
    overflow-wrap: anywhere;
    font-size: 14px;
  }

  .adresse.size {
    font-size: 14px;
    line-height: 1.5;
  }

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

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

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

  .terminbutton.highlights.flie-text.kleiner {
    text-align: center;
  }

  .navbar {
    flex-flow: row;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link-1.flie-text {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .titelsection {
    height: 600px;
  }

  .titelsection.home {
    padding: 20px;
  }

  .div-block-video {
    justify-content: center;
    width: 100%;
    height: 100%;
    margin: 0;
    padding-top: 100px;
  }

  .heading-links.heading-1, .heading-links.heading-1.mid {
    font-size: 25px;
  }

  .heading-links.heading-1.size-xl {
    font-size: 35px;
    line-height: 40px;
  }

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

  .heading.heading-3 {
    font-size: 18px;
    line-height: 20px;
  }

  .heading.heading-3.size-large {
    font-size: 25px;
  }

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

  .paragraph.flie-text, .paragraph.flie-text.padding, .paragraph.flie-text.center, .paragraph.flie-text.wrap, .paragraph.mittig.flie-text.size {
    font-size: 14px;
  }

  .div-inhalt {
    height: 300px;
  }

  .div-inhalt.flie-text {
    width: 100%;
    height: auto;
  }

  .div-inhalt.flie-text.btm-20 {
    padding-bottom: 10px;
  }

  .icons {
    margin-bottom: 10px;
  }

  .section1 {
    padding: 40px 20px;
  }

  .section1.schmaler, .section1.zweitfarbe {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .div-block-footer1 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

  .impdat.cover {
    padding: 20px;
  }

  .datenschtz-embed {
    width: 100%;
    overflow: hidden;
  }

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

  .success-block.highlights {
    padding: 20px;
  }

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

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

  .maps-gro {
    height: 300px;
  }

  ._3er-card {
    width: 100%;
  }

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

  .section-gro-e-abst-nde.unten-abstand.zweitfarbe {
    padding: 40px 20px;
  }

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

  .content {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .card-content.farbe-der-paragraph {
    padding: 10px;
  }

  .card-content.bg-image {
    padding: 40px 20px;
  }

  .heading-mittig.heading-1, .heading-mittig.heading-1.farbe-der-paragraph {
    font-size: 30px;
    line-height: 35px;
  }

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

  ._2er_grid {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  ._2er_grid.shuffle {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 10px;
  }

  .heading_footer {
    font-size: 18px;
    line-height: 28px;
  }

  .footer1.hauptfarbe {
    text-align: left;
  }

  .img-350 {
    height: 20rem;
  }

  .img-350.top {
    height: 23rem;
  }

  .menu-button {
    padding: 12px;
  }

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

  .contact-form-wrap {
    padding: 40px 30px;
  }

  .contact-form-wrap.flie-text {
    padding: 10px;
  }

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

  .form-wrap {
    margin-bottom: 0;
    padding-bottom: 0;
  }

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

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

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

  .impdat-2.flie-text.mid, .impressum-link, .datenschutz-link {
    font-size: 14px;
  }

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

  .footer-wrap {
    margin-bottom: 10px;
  }

  .image-sm {
    width: 3vh;
    height: 3vh;
  }

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

  .paragraph-list.flie-text.sublist {
    margin-bottom: 10px;
    padding-left: 40px;
  }

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

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

  .heading-left.heading-font2 {
    font-size: 25px;
    line-height: 32px;
  }

  .heading-left.heading-font2.left {
    font-size: 25px;
    line-height: 34px;
  }

  .section3 {
    padding: 40px 20px;
  }

  .section3.zweitfarbe {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._3ergrid.padding-top {
    width: 100%;
    max-width: 300px;
  }

  .section-50 {
    padding: 40px 20px;
  }

  .button-2.top {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 14px;
  }

  .banner-image.set {
    width: 28%;
    height: auto;
  }

  .primary-button {
    padding: 10px 20px;
  }

  .primary-button.top {
    padding: 10px 15px;
  }

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

  .image-wrap {
    width: 50px;
    height: 50px;
  }

  .home-icon {
    width: 23px;
  }

  .inner-banner-text-link {
    font-size: 14px;
  }

  .service-image-wrapper, .galerie-image-block {
    height: 20rem;
  }

  .service-image {
    width: 50px;
    height: 50px;
  }

  .code-embed.abs {
    width: 90%;
    margin-top: 20px;
  }

  .banner-image-1.set-3 {
    width: 28%;
    height: auto;
  }

  .banner-image-5.set-2 {
    width: 42%;
    height: auto;
  }

  .field-label {
    font-size: 14px;
  }

  .utility-page-content-3 {
    padding: 20px;
  }

  .warnbild {
    width: auto;
    height: 12rem;
  }
}

#w-node-_99d11efa-2425-33ed-099b-9ba2152bbea8-ae7b7683 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e34d6b3d-8015-8a6f-36c6-e9a9f42cb1f8-ae7b7686 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_153a450c-bf8e-6ea1-9270-e163a9db346d-ae7b767c, #w-node-_094dd672-8f91-9678-b9c0-3ec98c724ec3-ae7b767c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e34d6b3d-8015-8a6f-36c6-e9a9f42cb1f8-ae7b7686 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e34d6b3d-8015-8a6f-36c6-e9a9f42cb1f8-ae7b7686 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}


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