:root {
  --teil: #005f6a;
  --light-pink: #d2b6b0;
  --pink: #823b51;
  --white: white;
  --black: black;
}

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

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

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

body {
  color: #333;
  font-family: Tahoma, Verdana, Segoe, 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: 35vh;
}

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

.ffnungszeiten {
  margin-bottom: 5px;
}

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

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

.zweitfarbe {
  background-color: var(--light-pink);
  color: #000;
}

.highlights {
  background-color: var(--pink);
  color: var(--white);
}

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

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

.heading-1 {
  justify-content: center;
  align-items: center;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
}

.heading-1.farbe-der-headings.left {
  text-align: left;
}

.heading-2 {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
}

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

.heading-3 {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-weight: 700;
  line-height: 1.3;
}

.flie-text {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.farbe-der-headings {
  color: #823b51;
  font-size: 40px;
  line-height: 1.3;
}

.farbe-der-headings.heading-1 {
  display: flex;
}

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

.navbar {
  background-color: #ffeef3;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  overflow: visible;
}

.navbar-1 {
  z-index: 1000;
  background-color: #0000;
  width: 55%;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.nav-men-1 {
  z-index: 1000;
  flex-flow: wrap;
  justify-content: flex-start;
  margin-right: 0;
  display: flex;
}

.nav-link-1 {
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
}

.nav-link-1:hover {
  color: gray;
}

.nav-link-1.w--current {
  color: #6e6e6e;
}

.nav-link-1.heading-2 {
  color: #823b51;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  transition: all .2s;
}

.nav-link-1.heading-2:hover {
  text-shadow: 0 8px 16px #000;
  transform: translate(0, -5px);
}

.nav-link-1.heading-2.w--current {
  color: #823b51;
}

.background-video1 {
  z-index: 5;
  width: 100%;
  height: 100%;
  position: absolute;
}

.termin-button {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.termin-button.heading-3.highlights {
  justify-content: center;
  align-items: center;
  margin-top: auto;
  transition: all .2s;
  display: block;
  position: static;
}

.termin-button.heading-3.highlights:hover {
  transform: translate(0, -5px);
  box-shadow: 0 11px 20px 1px #00000080;
}

.termin-button.heading-3.highlights.auto {
  margin-top: auto;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.termin-button.heading-3.highlights.auto.outline {
  color: var(--black);
  background-color: #2f202500;
  border: 2px solid #823b51;
  padding-top: 15px;
  padding-bottom: 15px;
}

.termin-button.heading-3.highlights.auto.outline:hover {
  color: var(--white);
  background-color: #823b51;
}

.termin-button.heading-3.highlights.auto-rem {
  margin-top: 0;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.termin-button.heading-3.hauptfarbe.auto {
  background-color: #823b51;
  margin-top: auto;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.slogan1 {
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 65px;
}

.slogan1.heading-1 {
  z-index: 10;
  text-align: center;
  flex-flow: column;
  line-height: 1.3;
  display: flex;
  position: static;
}

.div-block-video {
  z-index: 10;
  text-align: left;
  letter-spacing: 1px;
  background-color: #005f6a;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 35%;
  margin: auto 20px;
  padding: 10px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.titel-startseite-1 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  height: 80vh;
  display: flex;
  position: relative;
}

.titel-startseite-1.hauptfarbe {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-left: 0;
}

.paragraph-links1 {
  text-align: left;
  font-size: 16px;
  line-height: 22px;
}

.paragraph-links1.flie-text {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 10px;
  line-height: 1.5;
  display: block;
}

.paragraph-links1.flie-text.farbe-der-text {
  text-align: left;
  flex-flow: column;
  order: 0;
  display: block;
}

.paragraph-links1.flie-text.farbe-der-text.inline {
  flex-flow: row;
  display: block;
}

.paragraph-links1.flie-text.colour {
  -webkit-text-fill-color: transparent;
  background-color: #823b51;
  -webkit-background-clip: text;
  background-clip: text;
}

.paragraph-links1.farbe-der-text.flie-text.block {
  flex-flow: column;
  display: block;
}

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

.dic-block-grauer-rand1 {
  border: 1px solid #823b51;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.dic-block-grauer-rand1.rel {
  position: relative;
  left: 50%;
}

.inhalt-untereinander1 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 0;
  height: 100%;
  margin-top: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.heading-linksb-ndig1 {
  margin-top: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

.heading-linksb-ndig1.heading-2 {
  justify-content: center;
  align-items: center;
  line-height: 1.3;
  display: block;
}

.heading-linksb-ndig1.heading-2.farbe-der-headings {
  overflow-wrap: anywhere;
}

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

.heading-linksb-ndig1.heading-2.center.none {
  overflow-wrap: anywhere;
  display: block;
}

.heading-linksb-ndig1.heading-2.center.none2 {
  display: block;
}

.heading-linksb-ndig1.heading-2.red {
  -webkit-text-fill-color: transparent;
  background-color: #823b51;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 19px;
  line-height: 1.5;
}

.heading-links-gro-1 {
  text-transform: none;
  margin-top: 10px;
  font-size: 35px;
  line-height: 1.5;
}

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

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

.heading-links-gro-1.heading-1.farbe-der-headings {
  justify-content: flex-start;
  align-items: center;
}

.section-gro-e-abst-nde1 {
  padding: 60px 5vw;
  position: relative;
  overflow: hidden;
}

.section-gro-e-abst-nde1.zweitfarbe2 {
  background-color: #ffeef3;
}

.section-gro-e-abst-nde1.section-2 {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
}

.section-gro-e-abst-nde1.section-3 {
  background-color: #ffeef3;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

._2er-grid1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: center;
  height: 100%;
}

.divblock-farbig {
  position: absolute;
  inset: 0% 60% 0% 0%;
}

.divblock-farbig.zweitfarbe {
  background-color: #005f6a;
  left: 60%;
  right: 0%;
}

.bild-block1 {
  background-color: #0000;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  margin-right: 0;
  padding-right: 0;
  display: block;
  position: static;
}

.bild-block1.vh {
  width: 100%;
  height: 120vh;
}

.bild-block1.vh.vh2 {
  height: 165vh;
}

.bild-block1.heigjt {
  height: 120vh;
}

.bild-block1.vh-set {
  height: 140vh;
}

.bild-block1.width-height-fix {
  width: 70%;
  height: 100vh;
}

.feature-image1 {
  z-index: 10;
  object-fit: cover;
  width: 100.041%;
  height: 100%;
  position: relative;
}

.feature-image1.contain {
  object-fit: contain;
}

.feature-image1.contain.hauptfarbe {
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  margin-right: 0;
  display: inline-block;
}

.feature-image1.contain-2 {
  object-fit: contain;
}

.feature-image1.contain-2.hauptfarbe {
  object-fit: contain;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  margin-right: 0;
  display: inline-block;
}

.feature-image1.contain-2.hauptfarbe.is-cover {
  object-fit: cover;
  object-position: 50% 50%;
}

.feature-image1.contain-2.hauptfarbe.is-cover.mid {
  object-position: 40% 50%;
}

.feature-image1.contain-2.hauptfarbe.conatin-45 {
  object-fit: cover;
}

.feature-image1.contain-2.hauptfarbe.rel-img {
  display: none;
}

.feature-image1.contain-2.rel-img {
  object-fit: cover;
}

.feature-image1.is-contain.rel-img {
  display: none;
}

.feature-image1.top.is-contain, .feature-image1.is-contain {
  object-fit: contain;
}

.feature-image1.is-contain.hauptfarbe {
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  margin-right: 0;
  display: inline-block;
}

.feature-image1.is-contain.abs {
  position: relative;
}

.feature-image1.rel-img.hide-bs {
  display: none;
}

.feature-image1.top1 {
  object-position: 50% 0%;
}

.flex-block-nebeneinander1 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.flex-block-nebeneinander1.top {
  justify-content: space-between;
  align-items: flex-start;
}

.div-block-mit-abstand {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-mit-abstand.rechts {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-mit-abstand.rechts.width {
  justify-content: flex-start;
  height: 70vh;
}

.div-block-mit-abstand.rechts.heigjt {
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 70vh;
}

.div-block-mit-abstand.links {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.service-image {
  object-fit: cover;
  width: 100%;
  height: 36vh;
  margin-bottom: 20px;
  transition: all .6s;
}

.service-image.big {
  height: 60vh;
}

.service-image.big.is-new {
  height: auto;
  margin-bottom: 0;
}

._2er-grid-ohne-abstand1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  width: 100%;
}

.big-column {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 80vh;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.big-column.highlights.align {
  justify-content: center;
  align-items: center;
  min-height: 60vh;
}

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

.white-div-block {
  background-color: var(--white);
  flex-flow: column;
  justify-content: space-between;
  width: 90%;
  height: 45vh;
  margin-top: -53px;
  padding: 40px;
  display: flex;
  position: relative;
  box-shadow: 14px 14px 20px -7px #00000080;
}

.white-div-block.colour {
  background-color: #ffeef3;
  justify-content: space-between;
  align-items: stretch;
  width: 80%;
  height: auto;
  display: flex;
}

.white-div-block.colour.less {
  width: 100%;
  height: auto;
  margin-top: 0;
}

.white-div-block.colour.less.set {
  width: 92%;
  height: 100%;
  box-shadow: none;
  justify-content: space-between;
  align-items: stretch;
  margin-top: -17px;
}

.footertext1 {
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.footer-2 {
  justify-content: space-around;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.footer-2.hauptfarbe {
  align-items: flex-start;
}

.footer-image {
  margin-right: 10px;
}

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

.titelvideo-unterseite {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  height: 500px;
  display: flex;
  position: relative;
}

.titelvideo-unterseite.hauptfarbe {
  height: 70vh;
}

.impdat {
  padding: 100px 40px;
}

.impdat.wrapp {
  overflow-wrap: anywhere;
}

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

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

.heading-mittig1 {
  text-align: center;
  font-size: 30px;
  line-height: 35px;
}

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

.maps {
  width: 50%;
}

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

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

.footer-1.hauptfarbe {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding-bottom: 10px;
}

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

.inhalt-footer {
  flex-flow: column;
  height: 100%;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

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

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

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

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

.impdat-3.flie-text {
  flex-direction: column;
  min-height: auto;
  padding: 0;
  display: flex;
}

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

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

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

.image-100.down {
  object-position: 50% 100%;
}

.paragraph-links1-left {
  font-size: 16px;
  line-height: 22px;
}

.paragraph-links1-left.flie-text {
  line-height: 1.5;
}

.paragraph-links1-left.flie-text.farbe-der-headings {
  text-align: left;
}

.padding-section-large {
  padding: 100px 10vw;
}

.padding-section-large.zweitfarbe2 {
  background-color: #ffeef3;
}

.container-large {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.section_teachers.zweitfarbe2.hide {
  display: none;
}

.section_feel-better {
  position: relative;
  overflow: hidden;
}

.ablaufplan-big-button-3 {
  z-index: 0;
  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;
  position: relative;
}

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

.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: 80px auto auto 0%;
}

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

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

.dropdown-content-4 {
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  position: static;
  overflow: hidden;
}

.dropdown-block {
  width: 100%;
}

.side-para {
  text-align: left;
  font-size: 17px;
  line-height: 25px;
}

.side-para.flie-text {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.5;
}

.dropdown-button-2 {
  color: #fff;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  display: block;
}

.dropdown-button-2.highlights {
  display: block;
}

.zweitfarbe2 {
  background-color: #f3f3f3;
}

._3er {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
}

._3er.auto {
  margin-top: auto;
}

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

.card.highlights {
  color: #823b51;
  background-color: #0000;
  border: 1px solid #823b51;
  justify-content: flex-start;
  align-items: center;
  height: auto;
}

.card.highlights.left, .card.highlights.links {
  justify-content: flex-start;
  align-items: flex-start;
}

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

.heading-center.heading-1 {
  color: var(--pink);
  text-align: left;
  text-transform: none;
}

.heading-center.heading-1.left {
  text-align: left;
  text-transform: none;
  overflow-wrap: anywhere;
  justify-content: flex-start;
}

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

.heading-center.heading-1.down.down-2 {
  margin-bottom: 10px;
}

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

.heading-center.heading-1.capital {
  text-transform: uppercase;
}

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

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

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

.heading-center.heading-1 {
  color: #823b51;
  text-align: center;
}

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

.para-center.flie-text.left {
  text-align: left;
}

.para-center.flie-text.down {
  margin-bottom: 80px;
}

.social-wraper {
  z-index: 99;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 4em;
  display: flex;
  position: fixed;
  bottom: 40%;
  left: auto;
  right: 1%;
}

.icon-img {
  object-fit: contain;
  width: 40px;
}

.list1 {
  font-size: 16px;
}

.list1.flie-text {
  overflow-wrap: anywhere;
  padding-left: 0;
}

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

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

.divider-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.line {
  opacity: .6;
  background-image: linear-gradient(90deg, #0000, #fff 82%, #fff);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  width: 20rem;
  height: .25rem;
}

.line2 {
  opacity: .6;
  background-image: linear-gradient(90deg, #fff, #fff 19%, #0000);
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 20rem;
  height: .25rem;
}

.div-line1 {
  opacity: .6;
  background-image: linear-gradient(90deg, #0000, #0000 0%, #823b51 81%);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  width: 20rem;
  height: .25rem;
}

.div-line {
  opacity: .6;
  background-image: linear-gradient(90deg, #823b51, #0000);
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 20rem;
  height: .25rem;
}

.image-icon {
  object-fit: contain;
  width: 4rem;
  margin-bottom: 20px;
}

.head-block {
  margin-bottom: 60px;
}

.head-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.content-wrapper {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

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

.link-block-2, .link-block-3 {
  color: #333;
  text-decoration: none;
}

.contact-info {
  flex-flow: column;
  display: flex;
}

.farbe-der-text {
  color: #823b51;
}

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

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

.list.flie-text.farbe-der-text {
  padding-left: 20px;
}

.list.flie-text.farbe-der-text.en-black {
  color: var(--black);
}

.div-block-title {
  z-index: 10;
  text-align: left;
  letter-spacing: 1px;
  background-color: #005f6a;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding: 10px;
  display: flex;
}

.slogan1-1 {
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 65px;
}

.slogan1-1.heading-1 {
  z-index: 10;
  text-align: center;
  flex-flow: column;
  display: flex;
  position: static;
}

.slogan1-1.heading-1.de {
  overflow-wrap: anywhere;
}

.flex-block-nebeneinander1-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  display: grid;
}

.bild-block1-1 {
  background-color: #0000;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 60vh;
  margin-right: 0;
  display: block;
  position: relative;
}

.social-wraper-1 {
  z-index: 99;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.link-12 {
  color: #333;
  font-weight: 600;
  text-decoration: none;
}

.div-block-mit-abstand-1 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

._3er-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
}

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

.slider {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.reviews-block {
  border: .4px solid #823b5166;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 20px;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.mask {
  width: 40%;
  margin-left: 140px;
  overflow: visible;
}

.icon-2 {
  color: #823b51;
}

.accordion-pane-content {
  padding: 20px;
}

.accordion-pane-2 {
  background-color: #0000;
  overflow: hidden;
}

.arrow-right-2 {
  background-color: #b3b3b3;
  border-radius: 1px;
  width: 30px;
  height: 3px;
  position: relative;
  right: 3px;
  transform: rotate(-45deg);
}

.arrow-right-2.white-back {
  background-color: #fff;
}

.accordion-tab-button-dark {
  background-color: var(--pink);
  color: var(--white);
  cursor: pointer;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  transition: transform .2s, box-shadow .2s;
  display: flex;
}

.accordion-tab-button-dark:hover {
  transform: scale(1.03);
}

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

.accordion-item-wrapper-white-4 {
  width: 100%;
  box-shadow: none;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  transition: none;
}

.accordion-item-wrapper-white-4:hover {
  box-shadow: none;
}

.accordion-item-wrapper-white-4.top2 {
  margin-top: 40px;
}

.arrow-left-2 {
  background-color: #b3b3b3;
  border-radius: 1px;
  width: 30px;
  height: 3px;
  position: relative;
  left: 3px;
  transform: rotate(45deg);
}

.arrow-left-2.white-back {
  background-color: #fff;
}

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

.termin-button-dropdown {
  text-align: center;
}

.termin-button-dropdown.heading-3.highlights {
  justify-content: center;
  align-items: center;
  padding-left: 29px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  transition: all .2s;
  display: block;
  position: static;
}

.termin-button-dropdown.heading-3.highlights:hover {
  box-shadow: none;
  transform: none;
}

.feature-image {
  z-index: 10;
  object-fit: cover;
  object-position: 50% 25%;
  width: 100.041%;
  height: 100%;
}

.feature-image.contain {
  object-fit: cover;
}

._2-1-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  width: 100%;
  height: 100%;
}

.outer-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 0;
  display: flex;
}

.inner-block {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.inner-block.width {
  width: 40%;
  min-width: 40%;
}

.inner-block.width.width-2 {
  width: 75%;
}

.inner-block.width.width-2.center {
  flex-flow: column;
  align-items: flex-start;
  width: 48%;
  min-width: 48%;
  height: auto;
  display: flex;
}

.bild-block1-2 {
  background-color: #0000;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  margin-right: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.heading-101 {
  justify-content: center;
  align-items: center;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
}

.heading-101.farbe-der-headings.left {
  text-align: left;
}

._3er-13 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
}

.card-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: fit-content;
  padding: 20px;
  display: flex;
}

.card-2.highlights {
  color: #823b51;
  background-color: #0000;
  border: 1px solid #823b51;
  justify-content: flex-start;
  align-items: center;
  height: auto;
}

.card-2.highlights.none {
  display: none;
}

.slider-3 {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.body {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

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

.link-14 {
  text-decoration: underline;
}

.paragraph-left {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.link-block-4.news, .link-block-4.news.w--current, .link-block-5.news {
  width: 2em;
}

.flags {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 20vw;
  max-width: 10%;
  display: flex;
  position: relative;
}

.body-2 {
  min-width: 100%;
  max-width: 100%;
}

.main-wrap {
  flex-flow: column;
  display: flex;
}

.text-span-6 {
  display: inline-flex;
}

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

.text-span-7 {
  width: 100%;
}

.paragraph-89 {
  width: 100%;
  max-width: 100%;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.paragraph-90 {
  width: 100%;
  max-width: 100%;
}

.list-item-10, .list-item-11 {
  list-style-type: disc;
}

.bold-text-15, .bold-text-16 {
  display: inline;
}

.colour {
  color: #ffeef3;
  display: none;
}

.div-block-211 {
  align-items: flex-start;
  width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
  overflow: visible;
}

.div-block-212 {
  flex-flow: column;
  display: flex;
}

.bold-text-21 {
  display: none;
}

.utility-page-wrap-3 {
  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;
  bottom: 5%;
}

.warnbild {
  filter: brightness(0%) invert();
  object-fit: contain;
  height: 45vh;
}

._404-error-2 {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 35px;
}

.paragraph-58 {
  color: #fff;
}

.icons {
  object-fit: contain;
}

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

.paperform_holder {
  width: 716px;
}

.paperform_wrapper {
  width: 100%;
}

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

.flag-icon {
  object-fit: contain;
}

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

.grid-new {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
}

._2re13-copy {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 20px;
}

.link-15 {
  color: #813950;
  text-decoration: none;
}

.abs {
  z-index: 99;
  position: absolute;
  inset: 0%;
}

.rel-img {
  filter: blur(5px);
}

@media screen and (min-width: 1280px) {
  .heading-linksb-ndig1.heading-2.red {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1440px) {
  .paragraph-links1.flie-text.farbe-der-text {
    display: inline-flex;
  }

  .dropdown-content-4 {
    display: none;
  }

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

  .list.flie-text.farbe-der-text.en-black {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    color: var(--black);
    display: flex;
  }

  .text-span {
    font-size: 18px;
    display: block;
  }

  .text-span-3 {
    font-size: 18px;
    font-weight: 700;
  }

  .paragraph-left {
    font-family: Tahoma, Verdana, Segoe, sans-serif;
    font-size: 16px;
  }

  .text-span-4 {
    font-size: 18px;
  }

  .link-block-4, .link-block-5 {
    width: 30px;
  }

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

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

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

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

  .heading-1.farbe-der-headings.left {
    text-align: center;
    padding-right: 0;
    font-size: 28px;
  }

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

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

  .farbe-der-headings {
    font-size: 32px;
  }

  .farbe-der-headings.heading-1 {
    margin-top: 10px;
    font-size: 32px;
  }

  .divblock1 {
    padding-bottom: 20px;
  }

  .navbar {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    position: relative;
  }

  .navbar-1 {
    justify-content: flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    position: static;
  }

  .container-men-1 {
    justify-content: flex-end;
    width: 100%;
  }

  .nav-men-1 {
    background-color: var(--pink);
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link-1.w--current {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link-1.heading-2 {
    color: #fff;
    text-align: center;
    min-width: 100%;
    margin-top: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
  }

  .nav-link-1.heading-2:hover, .nav-link-1.heading-2.w--current {
    color: var(--light-pink);
  }

  .men-button1 {
    background-color: var(--teil);
    order: 9999;
    margin-left: 10px;
    padding: 16px;
    font-size: 22px;
  }

  .men-button1.w--open {
    background-color: var(--teil);
  }

  .men-icon1 {
    color: #fff;
  }

  .background-video1 {
    width: 100%;
  }

  .termin-button.heading-3.highlights.auto.outline {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .slogan1 {
    font-size: 40px;
  }

  .slogan1.heading-1 {
    font-size: 60px;
    line-height: 70px;
  }

  .div-block-video {
    z-index: 20;
    background-image: linear-gradient(#ffffff4d, #ffffff4d);
    flex-direction: column;
    width: 100%;
    height: 93vh;
    padding-left: 40px;
    padding-right: 40px;
    position: static;
  }

  .titel-startseite-1.hauptfarbe {
    flex-direction: column;
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  .paragraph-links1.flie-text, .paragraph-links1.flie-text.farbe-der-text {
    text-align: center;
  }

  .paragraph-links1.flie-text.farbe-der-text.down {
    margin-bottom: 30px;
  }

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

  .dic-block-grauer-rand1.rel {
    filter: none;
    left: 0%;
  }

  .inhalt-untereinander1 {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-linksb-ndig1.heading-2 {
    text-align: left;
  }

  .heading-linksb-ndig1.heading-2.farbe-der-headings {
    text-align: center;
    font-size: 20px;
  }

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

  .heading-linksb-ndig1.heading-2.center.none {
    font-size: 28px;
    line-height: 1.5;
  }

  .heading-linksb-ndig1.heading-2.center.none2 {
    font-size: 20px;
  }

  .heading-linksb-ndig1.heading-2.red {
    text-align: center;
  }

  .heading-links-gro-1.heading-1.mit.line-break, .heading-links-gro-1.heading-1.farbe-der-headings {
    font-size: 28px;
  }

  .section-gro-e-abst-nde1 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding: 60px;
  }

  .section-gro-e-abst-nde1.section-2 {
    width: 100%;
    padding: 60px;
  }

  .section-gro-e-abst-nde1.section-3 {
    max-width: 100%;
    padding: 60px;
  }

  ._2er-grid1 {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .divblock-farbig.hauptfarbe {
    height: 20%;
    bottom: auto;
    right: 0%;
  }

  .divblock-farbig.hauptfarbe.set {
    height: 35%;
  }

  .divblock-farbig.zweitfarbe {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 55vh;
    bottom: 0%;
    left: auto;
  }

  .bild-block1 {
    width: 100%;
    max-width: 120%;
    height: 55vh;
    position: relative;
  }

  .bild-block1.vh, .bild-block1.vh.vh2 {
    height: 55vh;
  }

  .bild-block1.vh.sm-cover {
    justify-content: center;
    align-items: flex-start;
    height: 25rem;
    display: flex;
  }

  .bild-block1.heigjt {
    height: 70vh;
  }

  .bild-block1.heigjt.sm-cover {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    height: 28rem;
    display: flex;
  }

  .bild-block1.vh-set {
    height: 55vh;
  }

  .bild-block1.vh-set.sm-cover {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .bild-block1.cover-sm {
    justify-content: center;
    align-items: flex-start;
    height: 28rem;
    display: flex;
  }

  .bild-block1.sm-cover {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .bild-block1.width-height-fix {
    width: 60%;
    height: 90vh;
    margin-left: auto;
    margin-right: auto;
  }

  .feature-image1 {
    object-fit: cover;
  }

  .feature-image1.contain {
    z-index: 50548488;
  }

  .feature-image1.contain.hauptfarbe {
    background-color: var(--pink);
    object-fit: cover;
    object-position: 50% 20%;
  }

  .feature-image1.contain.hauptfarbe.is-contain {
    object-fit: contain;
  }

  .feature-image1.contain.hauptfarbe.is-contain.cover-sm {
    object-fit: cover;
  }

  .feature-image1.contain.hauptfarbe.is-contain.rel-img {
    z-index: 50548487;
    object-fit: cover;
    background-color: #0000;
  }

  .feature-image1.contain.resp {
    object-fit: cover;
    object-position: 50% 0%;
  }

  .feature-image1.contain-2.hauptfarbe {
    background-color: var(--pink);
  }

  .feature-image1.contain-2.hauptfarbe.is-cover {
    object-fit: cover;
    object-position: 50% 20%;
  }

  .feature-image1.contain-2.hauptfarbe.is-cover.top {
    object-position: 50% 50%;
  }

  .feature-image1.contain-2.hauptfarbe.conatin-45 {
    object-fit: contain;
  }

  .feature-image1.contain-2.hauptfarbe.conatin-45.abs {
    background-color: #0000;
  }

  .feature-image1.contain-2.hauptfarbe.conatin-45.rel-img {
    object-fit: cover;
  }

  .feature-image1.contain-2.hauptfarbe.abs {
    background-color: #0000;
  }

  .feature-image1.contain-2.hauptfarbe.rel-img {
    background-color: #0000;
    display: inline-block;
  }

  .feature-image1.contain-2.highlights.cover-sm {
    object-fit: cover;
  }

  .feature-image1.contain-2.abs {
    z-index: 999;
  }

  .feature-image1.contain-2.rel-img {
    object-fit: cover;
  }

  .feature-image1.is-contain {
    background-color: var(--pink);
    object-fit: contain;
  }

  .feature-image1.is-contain.sm-cover {
    object-fit: cover;
    width: 60%;
  }

  .feature-image1.is-contain.sm-cover-2 {
    object-fit: cover;
    object-position: 50% 0%;
    width: 60%;
  }

  .feature-image1.is-contain.rel-img {
    z-index: 50548486;
    object-fit: cover;
    background-color: #823b51;
    display: inline-block;
  }

  .feature-image1.top {
    object-position: 50% 20%;
  }

  .feature-image1.is-contain {
    z-index: 50548488;
  }

  .feature-image1.is-contain.hauptfarbe {
    background-color: var(--pink);
    object-fit: cover;
    object-position: 50% 20%;
  }

  .feature-image1.is-contain.cover-sm {
    object-fit: cover;
    object-position: 50% 20%;
    width: 60%;
  }

  .feature-image1.is-contain.abs {
    background-color: #0000;
    position: absolute;
  }

  .feature-image1.v-height {
    height: 55vh;
  }

  .feature-image1.rel-img.hide-bs {
    display: inline-block;
  }

  .flex-block-nebeneinander1 {
    z-index: 5;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    position: relative;
  }

  .flex-block-nebeneinander1.top {
    flex-flow: column;
  }

  .flex-block-nebeneinander1.top.wrapp-down {
    flex-flow: column-reverse;
    position: static;
  }

  .flex-block-nebeneinander1.wrapp-down {
    flex-flow: column-reverse;
  }

  .div-block-mit-abstand {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-mit-abstand.rechts {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-mit-abstand.rechts.width {
    height: auto;
  }

  .div-block-mit-abstand.rechts.heigjt {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-mit-abstand.links.left-margin {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-mit-abstand.links {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    margin-right: 0;
    padding-left: 20px;
  }

  .service-image.big.is-new {
    height: 55vh;
  }

  .service-image.big.is-new.image-big {
    height: 28rem;
  }

  .big-column.highlights.align {
    width: 100%;
    min-height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  ._4er-grid {
    flex-flow: column;
    width: 100%;
    max-width: 100%;
    display: flex;
  }

  .white-div-block {
    align-items: stretch;
    width: 100%;
    height: 50vh;
    padding: 20px;
  }

  .white-div-block.colour.less.set {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-top: 0;
  }

  .white-div-block.colour.less.set.set-3 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 0;
  }

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

  .titelvideo-unterseite.hauptfarbe {
    height: 100vh;
  }

  .impdat, .success {
    padding: 60px;
  }

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

  .div-block-success.highlights {
    padding: 60px;
  }

  .heading-mittig1.heading-1 {
    margin-top: 10px;
  }

  .maps {
    width: 100%;
  }

  .div-block-footer1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

  .footer-1.hauptfarbe {
    width: 100%;
    padding: 40px;
  }

  .heading-footer.heading-3 {
    margin-top: 0;
    font-size: 17px;
  }

  .inhalt-footer {
    margin-left: 0;
    margin-right: 0;
  }

  .image-100.is-top {
    object-position: 50% 20%;
  }

  .image-100.is-contain {
    background-color: var(--pink);
    object-fit: contain;
  }

  .image-100.is-contain.not {
    object-fit: cover;
  }

  .paragraph-links1-left.flie-text {
    text-align: center;
  }

  .paragraph-links1-left.flie-text.farbe-der-headings {
    text-align: center;
    font-size: 16px;
  }

  .padding-section-large {
    flex: 1;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .padding-section-large.zweitfarbe2 {
    max-width: 100%;
    padding: 60px;
  }

  .container-large {
    flex-direction: row;
    align-items: center;
    display: flex;
  }

  .section_teachers.zweitfarbe2 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .section_feel-better {
    width: 100%;
    max-width: 100%;
  }

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

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

  .dropdown-content-4 {
    padding-top: 10px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .side-para.flie-text {
    text-align: center;
  }

  .dropdown-button-2.highlights {
    padding: 15px;
  }

  ._3er {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
    display: flex;
  }

  ._3er.auto._2, ._3er._2 {
    flex-flow: row;
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .card.highlights.links {
    justify-content: flex-start;
    align-items: center;
    min-width: 100%;
    max-width: 100%;
  }

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

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

  .heading-center.heading-1.down {
    margin-bottom: 40px;
  }

  .heading-center.heading-1.down-2 {
    margin-bottom: 80px;
  }

  .heading-center.heading-1.down-2.capital.links, .heading-center.heading-1.linkss, .para-center.flie-text.farbe-der-text, .para-center.flie-text.left {
    text-align: center;
  }

  .social-wraper {
    width: auto;
    display: flex;
  }

  .icon-img {
    width: 35px;
  }

  .list1.flie-text {
    list-style-type: square;
  }

  .list1.flie-text.farbe-der-text {
    padding-left: 20px;
  }

  .icon {
    width: 28px;
  }

  .grid-21 {
    flex-flow: column;
    display: flex;
  }

  .image-icon {
    width: 3.6rem;
  }

  .head-block {
    margin-bottom: 40px;
  }

  .head-wrap {
    min-width: 100%;
    max-width: 100%;
  }

  .kontakt-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column-reverse;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    display: flex;
  }

  .content-wrapper {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    padding-left: 0;
  }

  .contact-info {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

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

  .div-block-title {
    z-index: 20;
    background-image: linear-gradient(#ffffff4d, #ffffff4d);
    flex-direction: column;
    width: 100%;
    padding: 20px 40px;
    position: static;
  }

  .slogan1-1 {
    font-size: 40px;
  }

  .slogan1-1.heading-1 {
    font-size: 60px;
    line-height: 70px;
  }

  .slogan1-1.heading-1.de {
    font-size: 28px;
    line-height: 1.3;
  }

  .flex-block-nebeneinander1-grid {
    flex-flow: column;
    margin-bottom: 0;
    display: flex;
  }

  .flex-block-nebeneinander1-grid.wrapp-down {
    flex-flow: column-reverse;
  }

  .bild-block1-1 {
    height: 55vh;
  }

  .div-block-mit-abstand-1 {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  ._3er-12 {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-top: 0;
    display: flex;
  }

  .slider {
    height: 60vh;
    overflow: hidden;
  }

  .reviews-block {
    justify-content: flex-start;
    align-items: center;
    width: 85%;
    height: 55vh;
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
  }

  .mask {
    width: 100%;
    height: 100%;
    margin-left: 0;
  }

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

  .accordion-pane-2 {
    width: 100%;
  }

  .arrow-div {
    margin-right: 15px;
  }

  .accordion-item-wrapper-white-4 {
    margin-bottom: 20px;
  }

  .arrow-div-wrapper {
    height: 50px;
  }

  .termin-button-dropdown.heading-3.highlights {
    padding-left: 15px;
  }

  .feature-image {
    height: 100%;
  }

  .feature-image.contain {
    object-fit: cover;
  }

  ._2-1-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 100%;
    display: flex;
  }

  ._2-1-grid.wrapp-down {
    flex-flow: column-reverse;
  }

  .paragraph-links1-left.flie-text.farbe-der-headings.is-left {
    text-align: left;
  }

  .outer-block {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .outer-block.down-2 {
    margin-bottom: 70px;
  }

  .inner-block.width.width-2.center {
    width: 100%;
    min-width: 100%;
  }

  .inner-block.width.width-2.center.vh {
    height: 100vh;
  }

  .bild-block1-2 {
    height: 55vh;
  }

  .heading-101.farbe-der-headings.left {
    text-align: center;
    font-size: 28px;
  }

  ._3er-13 {
    grid-template-columns: 1fr 1fr;
  }

  .flags {
    width: auto;
    max-width: none;
  }

  .image {
    height: 60vh;
  }

  .div-kontakt {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding: 60px 60px 20px;
    display: flex;
  }

  .image-wrap {
    height: 60vh;
  }

  .bold-text-21 {
    display: none;
  }

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

  .warnbild {
    height: 40vh;
  }

  ._404-error-2 {
    margin-top: 10px;
    font-size: 30px;
  }

  .icons {
    height: 2.8rem;
  }

  .slider-arrow {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 5vw;
    font-size: 30px;
  }

  .slide-nav {
    font-size: 12px;
  }

  .paperform_holder {
    width: 100%;
    height: 80vh;
    overflow: visible;
  }

  .paperform_wrapper {
    height: 100%;
    overflow: auto;
  }

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

  .slide-nav-2 {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-size: 12px;
  }

  .map {
    height: 55vh;
  }

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

  .grid-new {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    margin-top: 16px;
    display: flex;
  }

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

  ._2re13-copy {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-213 {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .abs {
    position: absolute;
    inset: 0%;
  }

  .rel {
    filter: blur(5px);
    object-fit: cover;
    position: relative;
  }

  .rel-img {
    filter: blur(5px);
  }
}

@media screen and (max-width: 767px) {
  .logo-img {
    height: 9rem;
  }

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

  .heading-1.farbe-der-headings {
    text-align: center;
  }

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

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

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

  .farbe-der-headings, .farbe-der-headings.heading-1 {
    font-size: 28px;
  }

  .divblock1 {
    height: auto;
  }

  .nav-men-1 {
    width: 100%;
  }

  .nav-link-1.heading-2 {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
    line-height: 1.3;
  }

  .men-button1 {
    padding: 14px;
    font-size: 20px;
  }

  .termin-button.heading-3.highlights.auto, .termin-button.heading-3.highlights.auto-rem.de {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 13px;
  }

  .termin-button.heading-3.hauptfarbe.auto {
    font-size: 13px;
  }

  .slogan1 {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 40px;
  }

  .slogan1.heading-1 {
    font-size: 40px;
    line-height: 50px;
  }

  .div-block-video {
    padding-left: 40px;
    padding-right: 40px;
  }

  .titel-startseite-1 {
    height: 500px;
  }

  .titel-startseite-1.hauptfarbe {
    position: static;
  }

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

  .paragraph-links1.flie-text.farbe-der-text {
    text-align: center;
    align-items: center;
    font-size: 15px;
  }

  ._6er-grid1 {
    flex-flow: column;
    grid-template-columns: 1fr;
    margin-top: 20px;
    display: flex;
  }

  .dic-block-grauer-rand1 {
    justify-content: flex-start;
    align-items: center;
  }

  .inhalt-untereinander1 {
    align-items: center;
    height: auto;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-linksb-ndig1.heading-2, .heading-linksb-ndig1.heading-2.farbe-der-headings {
    text-align: center;
  }

  .heading-linksb-ndig1.heading-2.center.none {
    font-size: 24px;
    line-height: 1.3;
  }

  .heading-linksb-ndig1.heading-2.center.none2, .heading-linksb-ndig1.heading-2.red {
    font-size: 18px;
  }

  .heading-links-gro-1.heading-1 {
    text-align: center;
    font-size: 25px;
    line-height: 1.3;
  }

  .heading-links-gro-1.heading-1.mit.line-break, .heading-links-gro-1.heading-1.farbe-der-headings {
    font-size: 24px;
  }

  .section-gro-e-abst-nde1 {
    box-sizing: border-box;
    min-width: 100%;
    max-width: 100%;
    padding: 40px;
  }

  .section-gro-e-abst-nde1.section-2, .section-gro-e-abst-nde1.section-3 {
    padding: 40px;
  }

  ._2er-grid1 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr;
  }

  .divblock-farbig.hauptfarbe {
    width: 100%;
    height: 20%;
  }

  .divblock-farbig.hauptfarbe.set {
    height: 30vh;
    min-height: 30vh;
  }

  .divblock-farbig.zweitfarbe {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 25rem;
    margin-top: 0;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .divblock-farbig.zweitfarbe.set {
    height: 30%;
    min-height: 30%;
    max-height: 30%;
  }

  .divblock-farbig.zweitfarbe.set-2 {
    position: absolute;
    bottom: auto;
  }

  .bild-block1 {
    z-index: 5;
    width: 100%;
    max-width: 100%;
  }

  .bild-block1.vh, .bild-block1.vh.vh2, .bild-block1.heigjt, .bild-block1.vh-set {
    height: 25rem;
  }

  .bild-block1.auto {
    height: auto;
  }

  .bild-block1.width-height-fix {
    height: 100%;
  }

  .feature-image1 {
    vertical-align: baseline;
    position: relative;
  }

  .feature-image1.contain.resp, .feature-image1.contain.is-cover {
    object-fit: cover;
  }

  .feature-image1.contain-2.highlights.cover-sm {
    object-position: 50% 20%;
  }

  .feature-image1.contain-2.abs {
    position: absolute;
  }

  .feature-image1.top {
    object-fit: contain;
  }

  .feature-image1.top.is-contain {
    object-position: 50% 50%;
  }

  .feature-image1.v-height {
    height: 25rem;
  }

  .flex-block-nebeneinander1 {
    flex-direction: column;
    margin-bottom: 0;
  }

  .flex-block-nebeneinander1.top {
    height: 200%;
    margin-bottom: 60px;
  }

  .flex-block-nebeneinander1.top.wrapp-down {
    height: 100%;
    margin-bottom: 0;
    padding: 0;
  }

  .flex-block-nebeneinander1.wrapp-down {
    padding: 0;
  }

  .div-block-mit-abstand.rechts {
    align-items: center;
    min-width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-mit-abstand.rechts.width {
    height: auto;
  }

  .div-block-mit-abstand.rechts.heigjt {
    align-items: center;
    min-height: auto;
  }

  .div-block-mit-abstand.links {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-mit-abstand.links.left-margin {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-mit-abstand.links {
    justify-content: center;
    align-items: center;
    min-width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .service-image {
    height: 45vh;
  }

  .service-image.big {
    min-width: 100%;
    max-width: 100%;
  }

  .service-image.big.is-new, .service-image.big.is-new.image-big {
    height: auto;
  }

  ._2er-grid-ohne-abstand1 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .big-column.highlights.align {
    margin-top: 0;
    padding: 40px;
  }

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

  .white-div-block {
    align-items: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 45vh;
  }

  .white-div-block.colour.less.set {
    height: auto;
    min-height: auto;
    max-height: 99.9997%;
  }

  .footertext1 {
    margin-bottom: 10px;
  }

  .footer-2.hauptfarbe {
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .impdat {
    padding: 40px;
  }

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

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

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

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

  .maps {
    width: 100%;
  }

  .div-block-footer1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-1.hauptfarbe {
    width: 100%;
    padding: 40px 20px;
  }

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

  .inhalt-footer {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
  }

  .maos-footer {
    min-width: 100%;
  }

  .maps-gro {
    height: 400px;
  }

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

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

  .paragraph-links1-left.flie-text.farbe-der-headings {
    font-size: 15px;
  }

  .padding-global {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-section-large.zweitfarbe2 {
    min-width: 100%;
    padding: 40px;
  }

  .section_teachers.zweitfarbe2 {
    min-width: 100%;
    max-width: 100%;
  }

  .section_feel-better {
    margin-top: 0;
    position: static;
  }

  .dropdown-icon {
    font-size: 15px;
  }

  .side-para.flie-text {
    text-align: center;
    font-size: 15px;
  }

  .dropdown-button-2.highlights {
    padding: 12px;
  }

  ._3er {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    display: flex;
  }

  ._3er._2 {
    flex-flow: row;
    justify-content: center;
  }

  .card.highlights {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .card.highlights.left {
    min-width: 100%;
    max-width: 100%;
  }

  .card.highlights.links {
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .heading-center.heading-1.left, .heading-center.heading-1.en-left {
    text-align: center;
  }

  .heading-center.heading-1.down, .heading-center.heading-1.down-2.capital {
    margin-bottom: 10px;
  }

  .para-center.flie-text.farbe-der-text {
    font-size: 15px;
  }

  .para-center.flie-text.left {
    text-align: center;
    font-size: 15px;
  }

  .para-center.flie-text.down {
    margin-bottom: 10px;
  }

  .social-wraper {
    bottom: 2%;
    overflow: hidden;
  }

  .icon-img {
    width: 32px;
  }

  .list1.flie-text, .list1.flie-text.farbe-der-text {
    font-size: 15px;
  }

  .icon {
    width: 25px;
  }

  .grid-21 {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .divider-wrapper {
    width: 100%;
  }

  .image-icon {
    width: 3.2rem;
    margin-bottom: 10px;
  }

  .kontakt-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

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

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

  .div-block-title {
    flex-flow: column;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .slogan1-1 {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 40px;
  }

  .slogan1-1.heading-1 {
    font-size: 40px;
    line-height: 50px;
  }

  .slogan1-1.heading-1.de {
    font-size: 24px;
  }

  .flex-block-nebeneinander1-grid {
    flex-direction: column;
    margin-bottom: 60px;
    display: flex;
  }

  .flex-block-nebeneinander1-grid.wrapp-down {
    margin-bottom: 0;
  }

  .bild-block1-1 {
    height: 25rem;
  }

  .bild-block1-1.cover-sm {
    width: 70%;
    height: 28rem;
  }

  .bild-block1-1.cover-sm.reltv {
    height: 45vh;
  }

  .div-block-mit-abstand-1 {
    align-items: center;
    min-width: 100%;
    max-width: 100%;
  }

  ._3er-12 {
    grid-template-columns: 1fr;
  }

  .slider {
    height: 28rem;
  }

  .reviews-block {
    align-items: center;
    height: 25rem;
  }

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

  .accordion-tab-button-dark {
    width: 100%;
  }

  .feature-image {
    background-color: #4c8f97;
    height: 100%;
  }

  .feature-image.contain {
    background-color: #4c8f97;
    height: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  ._2-1-grid {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 0;
    display: flex;
  }

  .outer-block {
    margin-bottom: 10px;
  }

  .outer-block.down {
    margin-bottom: 100px;
  }

  .outer-block.down-2 {
    margin-bottom: 50px;
  }

  .inner-block.width.width-2.center {
    width: 100%;
    min-width: 100%;
  }

  .inner-block.width.width-2.center.vh {
    height: auto;
  }

  .bild-block1-2 {
    z-index: 5;
    height: 25rem;
  }

  .heading-101.farbe-der-headings.left {
    text-align: center;
    margin-top: 10px;
    font-size: 24px;
  }

  ._3er-13 {
    flex-flow: column;
    grid-template-columns: 1fr;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    display: flex;
  }

  .link-14.paragraph-links1-left.flie-text.farbe-der-headings, .paragraph-left {
    text-align: center;
  }

  .paragraph-left.is-left {
    text-align: left;
  }

  .image {
    width: 100%;
    height: 28rem;
    margin-bottom: 0;
  }

  .body-2 {
    overflow: visible;
  }

  .div-kontakt {
    text-align: left;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .image-wrap {
    width: 100%;
    height: 28rem;
  }

  .main-wrap {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
  }

  .list-item-4, .list-item-5, .list-item-6, .list-item-7, .list-item-8, .list-item-9 {
    text-align: left;
  }

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

  .warnbild {
    height: 15rem;
  }

  ._404-error-2 {
    font-size: 25px;
    line-height: 32px;
  }

  .icons {
    height: 2.5rem;
  }

  .slider-arrow {
    font-size: 25px;
  }

  .slide-nav, .slide-nav-2 {
    font-size: 10px;
  }

  .map {
    height: 25rem;
  }

  .grid-new {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    display: flex;
  }

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

  ._2re13-copy {
    flex-flow: column;
    grid-template-columns: 1fr;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    display: flex;
  }

  .div-block-213 {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }
}

@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 {
    height: 8rem;
  }

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

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

  .heading-1.farbe-der-headings.left {
    font-size: 20px;
  }

  .heading-1.farbe-der-headings.left.wrap {
    overflow-wrap: anywhere;
  }

  .heading-2, .heading-2.bold {
    font-size: 20px;
  }

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

  .farbe-der-headings, .farbe-der-headings.heading-1 {
    font-size: 24px;
  }

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

  .navbar {
    min-width: 100%;
    max-width: 100%;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .nav-link-1.heading-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13.5px;
  }

  .men-button1 {
    padding: 12px;
    font-size: 18px;
  }

  .background-video1 {
    width: 100vw;
    height: 100%;
  }

  .termin-button.heading-3.highlights.auto {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .termin-button.heading-3.highlights.auto-rem.de {
    letter-spacing: .5px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .termin-button.heading-3.hauptfarbe.auto {
    font-size: 12px;
  }

  .slogan1 {
    font-size: 25px;
    line-height: 35px;
  }

  .slogan1.heading-1 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 35px;
  }

  .div-block-video {
    color: #fff;
    background-image: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .titel-startseite-1 {
    height: 400px;
  }

  .titel-startseite-1.hauptfarbe {
    min-width: 100%;
  }

  .paragraph-links1.flie-text {
    text-align: center;
    font-size: 14px;
  }

  .paragraph-links1.flie-text.farbe-der-text {
    font-size: 14px;
  }

  .paragraph-links1.flie-text.colour {
    font-size: 12px;
  }

  ._6er-grid1 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 15px;
  }

  .dic-block-grauer-rand1 {
    padding: 20px 20px 10px;
  }

  .heading-linksb-ndig1.heading-2 {
    font-size: 18px;
    line-height: 25px;
  }

  .heading-linksb-ndig1.heading-2.farbe-der-headings {
    font-size: 18px;
  }

  .heading-linksb-ndig1.heading-2.center {
    font-size: 14px;
    line-height: 1.3;
  }

  .heading-linksb-ndig1.heading-2.center.none {
    font-size: 20px;
  }

  .heading-linksb-ndig1.heading-2.center.none2 {
    font-size: 16px;
  }

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

  .heading-links-gro-1.heading-1.mit.line-break {
    font-size: 20px;
  }

  .heading-links-gro-1.heading-1.farbe-der-headings {
    font-size: 22px;
  }

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

  .section-gro-e-abst-nde1.section-2, .section-gro-e-abst-nde1.section-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .divblock-farbig.hauptfarbe {
    height: 15%;
  }

  .divblock-farbig.zweitfarbe {
    height: 20rem;
  }

  .divblock-farbig.zweitfarbe.set-2 {
    height: 12rem;
  }

  .bild-block1 {
    height: 50vh;
  }

  .bild-block1.vh {
    width: 100%;
  }

  .bild-block1.width-height-fix {
    width: 75%;
  }

  .feature-image1.contain {
    object-fit: contain;
  }

  .feature-image1.contain.resp {
    object-fit: cover;
  }

  .feature-image1.is-contain.sm-cover, .feature-image1.is-contain.sm-cover-2 {
    width: 100%;
  }

  .feature-image1.top {
    object-fit: cover;
  }

  .feature-image1.v-height {
    height: 20rem;
  }

  .flex-block-nebeneinander1.top {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-mit-abstand.links {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .service-image {
    height: 45vh;
  }

  .service-image.big {
    height: 32vh;
  }

  .service-image.big.is-new.autoo {
    height: auto;
  }

  .big-column.highlights.align {
    padding-left: 20px;
    padding-right: 20px;
  }

  .white-div-block {
    margin-top: -100px;
    padding: 20px;
  }

  .white-div-block.colour {
    margin-top: -68px;
  }

  .white-div-block.colour.less.set.set-3 {
    height: auto;
  }

  .footer-2.hauptfarbe {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .titelvideo-unterseite.hauptfarbe {
    height: 100vh;
  }

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

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

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

  .div-block-footer1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .maos-footer {
    height: 100%;
  }

  .maps-gro {
    height: 300px;
  }

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

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

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

  .impressum-link, .datenschutz-link, .paragraph-links1-left.flie-text, .paragraph-links1-left.flie-text.farbe-der-headings {
    font-size: 14px;
  }

  .padding-section-large.zweitfarbe2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section_feel-better {
    min-width: 100%;
  }

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

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

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

  .dropdown-icon {
    font-size: 14px;
  }

  .side-para.flie-text {
    font-size: 14px;
    line-height: 20px;
  }

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

  ._3er.auto._2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .card.highlights {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .card.highlights.left {
    text-align: center;
    align-items: center;
  }

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

  .para-center.flie-text.farbe-der-text, .para-center.flie-text.left {
    font-size: 14px;
  }

  .icon-img {
    width: 30px;
  }

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

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

  .icon {
    width: 22px;
  }

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

  .image-icon {
    width: 3rem;
  }

  .head-block {
    margin-bottom: 20px;
  }

  .kontakt-grid {
    flex-flow: column-reverse;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

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

  .list.flie-text.farbe-der-text {
    text-align: left;
    font-size: 14px;
  }

  .div-block-title {
    color: #fff;
    background-image: none;
    padding: 10px 20px;
  }

  .slogan1-1 {
    font-size: 25px;
    line-height: 35px;
  }

  .slogan1-1.heading-1 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 35px;
  }

  .slogan1-1.heading-1.de {
    font-size: 20px;
  }

  .bild-block1-1.cover-sm {
    height: 45vh;
  }

  .bild-block1-1.cover-sm.reltv {
    width: 80%;
    height: 45vh;
  }

  .div-block-mit-abstand-1 {
    overflow-wrap: anywhere;
    padding-left: 0;
    padding-right: 0;
  }

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

  .slider {
    height: 25rem;
  }

  .reviews-block {
    align-items: center;
    height: 22rem;
  }

  .mask {
    width: 100%;
  }

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

  .arrow-right-2.white-back {
    width: 26px;
    height: 2.5px;
    right: 2.5px;
  }

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

  .arrow-div {
    width: 22px;
    height: 22px;
    margin-right: 0;
  }

  .arrow-left-2.white-back {
    width: 26px;
    height: 2.5px;
    left: 2.5px;
  }

  .arrow-div-wrapper {
    width: 15%;
    height: 45px;
    padding-right: 10px;
  }

  .termin-button-dropdown.heading-3.highlights {
    padding-left: 10px;
  }

  .feature-image.contain {
    object-fit: cover;
  }

  .outer-block {
    margin-bottom: 10px;
  }

  .inner-block {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .inner-block.width {
    width: 100%;
  }

  .inner-block.width.width-2.center {
    width: 100%;
    min-width: 100%;
    height: 80vh;
  }

  .heading-101.farbe-der-headings.left {
    text-align: center;
    font-size: 20px;
  }

  .link-14.paragraph-links1-left.flie-text.farbe-der-headings {
    text-align: center;
  }

  .link-14.paragraph-links1-left.flie-text.farbe-der-headings.center {
    text-align: center;
    width: 100%;
    min-width: 100%;
  }

  .div-kontakt {
    padding-left: 20px;
    padding-right: 20px;
  }

  .list-item, .list-item-2, .list-item-3 {
    text-align: left;
  }

  .paragraph-75, .paragraph-76, .paragraph-77, .paragraph-78, .paragraph-79, .paragraph-80, .paragraph-83 {
    text-align: center;
  }

  .paragraph-83.left {
    text-align: left;
  }

  .body-3 {
    overflow: visible;
  }

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

  .warnbild {
    height: 12rem;
  }

  ._404-error-2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
  }

  .icons {
    height: 2.2rem;
  }

  .slider-arrow {
    width: 7vw;
    font-size: 20px;
  }

  .slide-nav {
    font-size: 8px;
  }

  .code-embed {
    height: 100%;
  }

  .slide-nav-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-size: 8px;
  }

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

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

#w-node-a96a2ce1-db1e-3aaf-6af0-b0abdf84db51-f6f5f5e3 {
  grid-area: 2 / 2 / 3 / 2;
}

#w-node-de8cfdbb-8cd6-db2d-6bc4-6905b993a2d1-f6f5f5e5 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_998a08d7-f2b7-27ce-bcd4-2e9fefb6a019-f6f5f5e5 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a96a2ce1-db1e-3aaf-6af0-b0abdf84db51-362a81d0 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-f3b35727-43b7-fb6a-f5a5-5ff66e0c1156-362a81d0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a96a2ce1-db1e-3aaf-6af0-b0abdf84db51-84871fe4 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-f3b35727-43b7-fb6a-f5a5-5ff66e0c1156-84871fe4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1e55d20c-e673-a242-e627-c57094b6fcb6-6cca8926 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_5fe27c8b-e3ce-e4e0-9301-8e321dbdb037-6cca8926 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-a96a2ce1-db1e-3aaf-6af0-b0abdf84db51-b43bb9df {
  grid-area: 2 / 2 / 3 / 2;
}

@media screen and (max-width: 991px) {
  #w-node-fbec30c9-6f0b-7d2a-3d2c-0020132e58ea-f6f5f5b7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-de8cfdbb-8cd6-db2d-6bc4-6905b993a2d1-f6f5f5e5 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_998a08d7-f2b7-27ce-bcd4-2e9fefb6a019-f6f5f5e5 {
    grid-area: 5 / 2 / 6 / 2;
  }

  #w-node-ee24473b-5c40-0c84-60b3-82af500c18de-ae26aca7, #w-node-fbec30c9-6f0b-7d2a-3d2c-0020132e58ea-992cdbe1, #w-node-ee24473b-5c40-0c84-60b3-82af500c18de-a40c4b9c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1e55d20c-e673-a242-e627-c57094b6fcb6-6cca8926 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-de8cfdbb-8cd6-db2d-6bc4-6905b993a2d1-f6f5f5e5 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-e959796e-30c1-6cdf-a7fd-838510cdfa0b-f6f5f5e5 {
    grid-column: span 1 / span 1;
  }

  #w-node-_1e55d20c-e673-a242-e627-c57094b6fcb6-6cca8926 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_24800f80-38d5-f3f2-9cf9-7af19feb9463-6cca8926 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e0a2052f-ba57-64ff-7ccb-36ebfcf52c9d-f6f5f5b7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


