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

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

:root {
  --main-color: #143cbf;
  --pink: #d61897;
  --white: white;
  --black: black;
  --pastle-purple: #d7d3f7;
  --pastle-pink: #fcdff2;
  --main: #ff4033;
  --blue: #e3e9ff;
}

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

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

@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;
  flex-flow: column;
  justify-content: space-between;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 20px;
  display: flex;
}

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

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

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

.utility-page-wrap {
  background-image: linear-gradient(90deg, var(--main-color), var(--pink));
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.utility-page-content {
  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;
  max-width: 150%;
  height: 19vh;
}

.logo {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

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

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

.ffnungszeiten {
  margin-bottom: 5px;
}

.hauptfarbe {
  background-color: var(--main-color);
  color: var(--white);
}

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

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

.highlights {
  background-color: var(--pastle-purple);
  color: var(--black);
}

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

.adresse.flie-text {
  color: #000;
}

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

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

.heading-2 {
  font-family: Quattrocento, sans-serif;
  font-weight: 100;
  line-height: 1.3;
}

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

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

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

.navbar-main {
  background-color: #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding-left: 120px;
  padding-right: 120px;
  display: flex;
  position: static;
  box-shadow: inset 0 2px 5px 1px #0003;
}

.navbar-main.highlights {
  background-color: var(--pastle-purple);
}

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

.vertical_flex {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  display: flex;
}

.men-2 {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

.video2 {
  filter: blur(5px);
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

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

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

.startseite2 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 8vw;
  display: flex;
}

.startseite2.zweitfarbe {
  min-height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.startseite2.highlights {
  background-color: var(--pastle-purple);
}

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

.heading-start2.heading-2 {
  margin-bottom: 0;
  line-height: 1.3;
}

.heading-start2.heading-2.farbe-der-headings {
  line-height: 1.3;
}

.text2 {
  text-align: center;
  padding-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.text2.flie-text {
  text-align: center;
  line-height: 1.5;
}

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

.mehr-erfahren1.hauptfarbe.flie-text {
  line-height: 1.5;
}

.mehr-erfahren1.hauptfarbe.flie-text:hover {
  background-color: var(--pink);
  color: #fff;
}

.inhalt-service2 {
  overflow: hidden;
}

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

.leistungsbild-1 {
  height: 36vh;
  position: relative;
  overflow: hidden;
}

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

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

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

.heading-mittig-klein1.heading-2 {
  line-height: 1.3;
}

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

.kontaktaufnehmen2 {
  color: #fff;
  background-image: linear-gradient(#00000087, #00000087), url('../images/Kims-Geburtstag-1---Kopie.webp');
  background-position: 0 0, 50% 60%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 8vw;
  display: flex;
}

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

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

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

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

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

.leistungsgrid {
  grid-column-gap: 16px;
  width: 60%;
  margin-top: 20px;
  position: relative;
}

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

.text-linksb-ndig2.flie-text {
  color: #000;
  margin-top: 10px;
}

.inhalt-leistungen2 {
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 50%;
  min-width: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.warumwir2-2 {
  text-align: right;
  text-transform: uppercase;
  font-size: 26px;
  line-height: 35px;
}

.warumwir2-2.linksb-ndig {
  text-align: left;
}

.warumwir2-2.linksb-ndig.heading-3 {
  color: #000;
  line-height: 1.3;
}

.warumwir2-2.linksb-ndig.heading-3.mittig {
  text-align: center;
}

.hintergrund-fsklassen2 {
  background-color: var(--pastle-purple);
  justify-content: flex-start;
  align-items: center;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.leistungen-grid {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.leistungen-grid.is-teaser {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.image-40vw {
  object-fit: cover;
  width: 50%;
  height: 100%;
  min-height: 40vh;
}

.gallery-grid-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-top: 40px;
  display: grid;
}

.centered-container {
  text-align: center;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.galerie2 {
  padding: 100px 8vw;
}

.kontakt2 {
  color: #fff;
  background-image: url('../images/Kims-Geburtstag-119---Kopie.webp');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 8vw;
  display: flex;
}

.impdat-3 {
  padding: 100px 8vw;
}

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

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

.sucess-blcok.highlights {
  color: #333;
}

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

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

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

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

.footer {
  padding: 60px 8vw;
}

.footer.hauptfarbe {
  justify-content: space-around;
  padding-top: 20px;
  padding-bottom: 10px;
}

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

.heading-footer.heading-3 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
}

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

.center-content {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
  position: relative;
  inset: auto;
}

.grid_form_1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .25fr;
  align-items: end;
  margin-top: 20px;
}

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

.field-label {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

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

.link-formular {
  color: #000;
  text-decoration: none;
}

.link-formular.farbe-der-headings {
  color: #dee5fd;
}

.link-formular.farbe-der-headings.dark {
  color: var(--main-color);
}

.submit_button {
  font-size: 16px;
}

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

.submit_button.flie-text:hover {
  color: #000;
  background-color: #fff;
}

.submit_button.flie-text.hauptfarbe:hover {
  background-color: var(--pink);
  color: #fff;
}

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

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

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

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

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

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

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

.text-field {
  background-color: #fff;
  border: 1px solid #000;
  border-bottom-color: #e9e9f8;
  min-height: 40px;
}

.text-field.area {
  height: 6rem;
  min-height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form {
  width: 100%;
}

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

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

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

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

.link.flie-text {
  color: var(--black);
}

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

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

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

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

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

.navbar-wrap {
  z-index: 90;
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.nav-link {
  font-weight: 600;
}

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

.nav-link.is-dropdown-label {
  text-decoration: none;
}

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

.nav-link.flie-text {
  color: #123bbf;
  margin-left: 0;
  margin-right: 0;
}

.nav-link.flie-text:hover {
  color: #d61897;
}

.nav-link.flie-text.w--current {
  color: var(--pink);
  font-weight: 500;
}

.container {
  justify-content: flex-end;
  align-items: center;
  min-width: 100%;
  display: flex;
}

.content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 60px 4vw;
  display: flex;
}

.image-wrapper-large {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.grid_2er {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

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

.image-100.abs {
  filter: blur(3px);
  position: absolute;
}

.image-100.rel {
  object-fit: contain;
  position: relative;
}

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

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

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

.lightbox {
  height: 65vh;
}

.field-wrapper {
  width: 100%;
}

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

.title-div {
  z-index: 99;
  color: #fff;
  background-image: linear-gradient(#00000040, #00000040);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.highlights-2 {
  background-color: var(--pastle-purple);
  color: var(--black);
}

.offer-grid-2 {
  grid-column-gap: 5px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .25fr;
  align-items: center;
  margin-top: 10px;
}

.pricelist-column {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 30px 40px;
}

.grid-div-links {
  min-height: 20px;
}

.grid-div-rechts {
  text-align: right;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  min-height: 20px;
  display: flex;
}

.grid-pricelist {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  padding-top: 40px;
  padding-bottom: 40px;
}

.grid-pricelist.is-single {
  grid-template-columns: 1fr;
}

.paragraph-left {
  margin-bottom: 0;
  font-weight: 300;
}

.social-media-icon {
  object-fit: contain;
  width: 2.5rem;
}

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

.code-embed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.code_embed {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: static;
  top: 0;
  right: 0;
}

.accrodian-item {
  color: #fff;
  border-radius: 18px;
  width: 100%;
  margin-bottom: 20px;
  padding: 15px 30px;
  transition: all .2s;
}

.accrodian-item.highlights-2 {
  background-color: var(--pastle-purple);
}

.accrodian-toggle {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding: 0;
  transition: all .2s;
  display: flex;
}

.accrodian-toggle.w--open {
  padding: 0;
}

.faq-icon-2 {
  filter: invert();
  border: 3px solid #fff;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 31px;
  padding: 0;
  display: flex;
  position: relative;
}

.faq-icon-line {
  background-color: #fff;
  border-radius: 10px;
  width: 3px;
  height: 15px;
  position: absolute;
}

.faq-icon-line-2 {
  background-color: #fff;
  border-radius: 10px;
  width: 15px;
  height: 3px;
}

.dropdown-list {
  transition: all .2s;
  position: relative;
}

.dropdown-list.w--open {
  background-color: #0000;
  margin-top: 25px;
  padding-right: 127px;
}

.faq {
  color: #fff;
  font-size: 22px;
}

.faq.heading-3 {
  color: #333;
}

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

.lottie-animation-confetti {
  width: 60vw;
  height: 60vh;
  display: none;
  position: absolute;
}

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

.button-div.is-stacked {
  grid-row-gap: 10px;
  flex-flow: column;
}

.slider {
  width: 100%;
  height: 100vh;
}

.image-wrapper-small {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

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

.link-white.flie-text {
  color: var(--white);
}

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

.code-embed-reviews.oben {
  margin-top: 20px;
}

.terminbutton-2 {
  text-transform: uppercase;
  background-color: #d61696;
  font-family: Exo, sans-serif;
}

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

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

.navbar {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-wrapper-75vh {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 75vh;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.g-translate-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.dropdown-list-13 {
  z-index: 100;
  inset: 0% 0% auto auto;
}

.dropdown-list-13.w--open {
  background-color: var(--pastle-pink);
  width: 10rem;
  padding: 5px 10px;
  top: auto;
}

.price_right_align {
  text-align: right;
}

.price_right_align.flie-text {
  color: #000;
  margin-top: 10px;
}

.price_right_align.flie-text.is-top_margin {
  margin-top: 20px;
  margin-bottom: 0;
}

.video-small {
  z-index: 10;
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 35%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: flex;
}

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

.overlay_block {
  color: #333;
  background-image: linear-gradient(#fff, #fff);
  width: 100%;
  padding: 20px 40px 25px;
}

.grid_form {
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .25fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.quick-stack {
  width: 100%;
  margin-top: 20px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.dropdown-15 {
  z-index: 100;
  margin-left: 0;
  margin-right: 0;
}

.field_text {
  color: #000;
  margin-bottom: 0;
  font-family: Quicksand, sans-serif;
}

.success-message {
  color: #333;
  font-family: Quicksand, sans-serif;
}

.error-message-2 {
  color: #333;
  background-color: #f9caca;
  font-family: Quicksand, sans-serif;
}

.vertical_flexpadding {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  display: flex;
}

.vertical_flexpadding.highlights {
  margin-top: 20px;
}

.wrapp {
  overflow-wrap: anywhere;
}

.modal1_background-overlay {
  z-index: -1;
  background-color: #00000040;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.modal1_content-wrapper {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 48rem;
  height: auto;
  max-height: 80vh;
  padding: 4rem;
  position: relative;
  overflow: auto;
}

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

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-large {
  margin: 0;
}

.margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.modal1_component {
  z-index: 100;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal1_close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.show-mobile-landscape {
  display: none;
}

.text-size-medium-2 {
  font-size: 1.125rem;
}

.hide-mobile-landscape {
  filter: invert();
}

.video-embed {
  margin-top: 20px;
}

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

  .logo {
    width: 100%;
    padding-top: 10px;
  }

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

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

  .navbar-main {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .divblock1 {
    padding-bottom: 20px;
  }

  .vertical_flex {
    padding: 0;
  }

  .men-icon2 {
    color: #fff;
  }

  .titelvideo-start {
    height: 65vh;
  }

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

  .startseite2 {
    padding: 60px;
  }

  .startseite2.zweitfarbe {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

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

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

  .mehr-erfahren1.hauptfarbe.flie-text {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.2;
  }

  .serviceangebote2 {
    width: 90%;
  }

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

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

  .inhaltstartseite2, .kontaktaufnehmen2 {
    padding: 60px;
  }

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

  .leistungsgrid {
    grid-template-columns: 1fr 1fr;
    width: 100%;
    margin-bottom: 20px;
  }

  .text-linksb-ndig2.flie-text {
    text-align: center;
  }

  .text-linksb-ndig2.flie-text.is-left, .text-linksb-ndig2.flie-text.is-price {
    text-align: left;
  }

  .inhalt-leistungen2 {
    flex-direction: column;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    width: 100%;
    padding: 20px;
    display: flex;
  }

  .warumwir2-2.linksb-ndig.heading-3 {
    margin-top: 10px;
    font-size: 22px;
  }

  .hintergrund-fsklassen2 {
    flex-flow: column-reverse;
    justify-content: center;
  }

  .leistungen-grid {
    grid-template-columns: 1fr;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .leistungen-grid.is-teaser {
    grid-template-columns: 1fr;
  }

  .image-40vw {
    width: 100%;
    height: 50vh;
    min-height: auto;
  }

  .gallery-grid-container {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    align-self: stretch;
    margin-top: 20px;
  }

  .galerie2.zweitfarbe {
    padding: 60px;
  }

  .kontakt2 {
    background-attachment: scroll;
    padding: 60px;
  }

  .impdat-3, .success-2 {
    padding: 60px;
  }

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

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

  .success-heading.heading-1 {
    margin-bottom: 10px;
  }

  .div-block-footer {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 0;
    display: flex;
  }

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

  .footer.highlights-2 {
    padding: 40px;
  }

  .heading-footer.heading-3 {
    text-align: center;
  }

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

  .center-content {
    width: 100%;
  }

  .field-label.flie-text {
    font-weight: 600;
  }

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

  .impdat-2.flie-text {
    justify-content: flex-start;
    align-items: center;
    min-height: auto;
    font-size: 15px;
  }

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

  .men-icon1 {
    color: #fff;
  }

  .navbar-wrap {
    z-index: 99999;
  }

  .nav-link.flie-text {
    padding: 12px 0;
    font-size: 15px;
  }

  .men-buttton1.hauptfarbe {
    text-align: center;
    width: 100%;
    padding: 15px 0;
  }

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

  .content-wrapper, .content-wrapper.highlights {
    height: auto;
    padding: 60px;
  }

  .image-wrapper-large {
    height: 60vh;
  }

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

  .grid_2er.is-invert {
    flex-flow: column-reverse;
  }

  .image-100.is-vh {
    height: 60vh;
  }

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

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

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

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

  .lightbox {
    height: 65vh;
  }

  .title-div {
    padding: 30px;
  }

  .offer-grid-2 {
    grid-row-gap: 5px;
    flex-flow: column;
    width: 100%;
  }

  .pricelist-column.highlights {
    padding: 40px;
  }

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

  .grid-pricelist.paragraph-font {
    grid-template-rows: auto auto;
    padding: 0 0 20px;
  }

  .paragraph-left {
    font-size: 14px;
  }

  .social-media-icon {
    width: 2.3rem;
  }

  .grid-social {
    display: flex;
  }

  .code_embed {
    margin-bottom: 0;
  }

  .accrodian-item {
    border-radius: 24px;
  }

  .accrodian-item.highlights-2 {
    margin-bottom: 10px;
    padding: 12px 20px;
  }

  .faq-icon-2 {
    border-width: 2px;
    width: 28px;
    height: 28px;
  }

  .dropdown-list.w--open {
    margin-top: 15px;
    padding-right: 0;
  }

  .faq.heading-3 {
    white-space: pre-wrap;
    overflow-wrap: break-word;
    width: 95%;
    font-size: 18px;
  }

  .code-embed-jotform {
    height: auto;
  }

  .lottie-animation-confetti {
    height: 40vh;
  }

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

  .slider, .image-wrapper-small {
    height: 60vh;
  }

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

  .image-wrapper-75vh {
    height: 60vh;
  }

  .dropdown-list-13 {
    position: relative;
  }

  .video-small {
    width: 40%;
  }

  .jotform_wrap {
    height: auto;
  }

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

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

  .dropdown-15 {
    width: 100%;
  }

  .dropdown-toggle-12 {
    width: 100%;
    padding: 0;
  }

  .icon {
    margin-right: 0;
  }

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

  .left-arrow, .right-arrow {
    width: 65px;
    font-size: 35px;
  }

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

  .contact_wrap {
    width: 100%;
  }

  .vertical_flexpadding {
    padding: 0;
  }

  .vertical_flexpadding.highlights {
    padding: 20px;
  }

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

  .modal1_content-wrapper {
    width: 90%;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

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

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

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

  .divblock1 {
    height: auto;
  }

  .vertical_flex {
    padding: 0;
    font-size: 15px;
  }

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

  .titelvideo-start {
    height: 28rem;
  }

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

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

  .startseite2, .startseite2.zweitfarbe {
    padding: 40px;
  }

  .heading-start2.heading-2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 30px;
  }

  .heading-start2.heading-2.farbe-der-headings {
    font-size: 30px;
  }

  .text2 {
    padding-bottom: 40px;
  }

  .text2.flie-text {
    padding-bottom: 0;
    font-size: 15px;
  }

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

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

  .text-2.flie-text {
    padding-bottom: 0;
    font-size: 15px;
  }

  .leistungsbild-1 {
    height: 25rem;
  }

  .text-effekt3 {
    padding: 20px;
  }

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

  .heading-mittig-klein1.heading-3 {
    font-size: 24px;
  }

  .inhaltstartseite2, .kontaktaufnehmen2 {
    padding: 40px;
  }

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

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

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

  .columns-14 {
    width: 100%;
  }

  .headingfooter2 {
    text-align: center;
  }

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

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

  .text-linksb-ndig2.flie-text {
    text-align: center;
    text-align: center;
    margin-top: 0;
    font-size: 15px;
  }

  .text-linksb-ndig2.flie-text.is-price {
    text-align: left;
  }

  .inhalt-leistungen2 {
    flex-direction: column;
    align-items: center;
    padding-bottom: 10px;
    display: flex;
  }

  .warumwir2-2, .warumwir2-2.linksb-ndig {
    text-align: center;
  }

  .warumwir2-2.linksb-ndig.heading-3 {
    font-size: 20px;
  }

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

  .image-40vw {
    width: 100%;
    height: 25rem;
  }

  .gallery-grid-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .galerie2 {
    padding: 40px 20px;
  }

  .galerie2.zweitfarbe, .kontakt2, .impdat-3 {
    padding: 40px;
  }

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

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

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

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

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

  .div-block-footer {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .footer.highlights-2 {
    padding: 40px 20px;
  }

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

  .grid_form_1 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .field-label.flie-text, .paragraph_3.flie-text {
    font-size: 15px;
  }

  .submit_button.flie-text.hauptfarbe {
    order: 1;
    font-size: 14px;
  }

  .maps-gro {
    height: 400px;
  }

  .maos-footer {
    height: 100px;
  }

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

  .nav-men {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link.flie-text {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.3;
  }

  .men-buttton1.hauptfarbe {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .content-wrapper, .content-wrapper.highlights {
    padding: 40px;
  }

  .image-wrapper-large, .image-100.is-vh {
    height: 25rem;
  }

  .lightbox {
    width: 100%;
    height: 25rem;
  }

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

  .title-div {
    padding: 20px;
  }

  .offer-grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr .25fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .pricelist-column.highlights {
    padding: 30px;
  }

  .grid-div-links {
    width: 100%;
    min-height: auto;
  }

  .grid-pricelist.paragraph-font {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    display: flex;
  }

  .paragraph-left {
    margin-bottom: 20px;
  }

  .social-media-icon {
    width: 2.2rem;
  }

  .grid-social {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 5px;
  }

  .code-embed {
    z-index: 1000;
  }

  .accrodian-item {
    padding-left: 22px;
    padding-right: 21px;
  }

  .accrodian-item.highlights-2 {
    border-radius: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .dropdown-list.w--open {
    margin-top: 12px;
  }

  .faq.heading-3 {
    width: 92%;
    font-size: 16px;
  }

  .lottie-animation-confetti {
    width: 55vw;
    height: 35vh;
  }

  .slider {
    height: 28rem;
  }

  .image-wrapper-small, .image-wrapper-75vh {
    height: 25rem;
  }

  .price_right_align.flie-text {
    text-align: center;
    margin-bottom: 20px;
  }

  .price_right_align.flie-text.is-top_margin {
    text-align: right;
  }

  .price_right_align.flie-text {
    text-align: right;
    margin-top: 0;
    font-size: 15px;
  }

  .price_right_align.flie-text.is-top_margin {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .video-small {
    width: 45%;
    height: 100%;
  }

  .overlay_block {
    padding: 20px 20px 10px;
  }

  .grid_form {
    align-items: stretch;
  }

  .field_text {
    font-size: 15px;
  }

  .form-block-3 {
    margin-bottom: 0;
  }

  .left-arrow, .right-arrow {
    width: 60px;
    font-size: 30px;
  }

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

  .vertical_flexpadding {
    padding: 0;
    font-size: 15px;
  }

  .modal1_content-wrapper {
    max-height: 80vh;
    padding-bottom: 4rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .modal1_component {
    justify-content: center;
    align-items: center;
  }

  .show-mobile-landscape {
    filter: invert();
    display: block;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .hide-mobile-landscape {
    display: none;
  }
}

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

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

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

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

  .logo-img {
    width: 7rem;
  }

  .logo.w--current {
    padding-top: 6px;
  }

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

  .navbar-main {
    justify-content: space-between;
    align-items: center;
  }

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

  .vertical_flex {
    font-size: 14px;
  }

  .video2 {
    height: 100%;
  }

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

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

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

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

  .heading-start2.heading-2 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 25px;
  }

  .heading-start2.heading-2.farbe-der-headings {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 25px;
    display: flex;
  }

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

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

  .mehr-erfahren1.hauptfarbe.flie-text {
    min-width: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 12px;
  }

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

  .leistungsbild-1 {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .text-effekt3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

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

  .text-linksb-ndig2.flie-text {
    margin-bottom: 5px;
    font-size: 14px;
  }

  .inhalt-leistungen2 {
    padding: 10px 15px;
  }

  .warumwir2-2, .warumwir2-2.linksb-ndig {
    text-align: center;
  }

  .warumwir2-2.linksb-ndig.heading-3 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 18px;
  }

  .image-40vw.linkss {
    object-position: 15% 50%;
  }

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 10px;
  }

  .centered-container {
    text-align: left;
  }

  .galerie2.zweitfarbe, .kontakt2, .impdat-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .impdat-3.is-wrap {
    overflow-wrap: anywhere;
  }

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

  .sucess-blcok.highlights {
    padding: 20px;
  }

  .success-heading {
    font-size: 24px;
    line-height: 32px;
  }

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

  .grid_form_1 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .field-label.flie-text, .paragraph_3.flie-text {
    font-size: 14px;
  }

  .submit_button.flie-text.hauptfarbe {
    font-size: 13px;
    line-height: 1.3;
  }

  .maps-gro {
    height: 300px;
  }

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

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

  .nav-men {
    padding: 5px 15px;
  }

  .nav-link.flie-text {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
    line-height: 1.2;
  }

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

  .content-wrapper, .content-wrapper.highlights {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image_lightbox.is-top {
    object-position: 50% 10%;
  }

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

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

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

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

  .title-div {
    padding: 15px;
  }

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

  .pricelist-column.highlights {
    padding: 20px;
  }

  .grid-div-rechts {
    text-align: left;
  }

  .grid-pricelist {
    flex-direction: column;
    padding: 20px 10px;
    display: flex;
  }

  .social-media-icon {
    width: 2rem;
  }

  .accrodian-item {
    height: 100%;
    padding: 22px 10px;
  }

  .accrodian-toggle {
    justify-content: flex-end;
  }

  .faq-icon-2 {
    width: 25px;
    height: 25px;
  }

  .faq-icon-line {
    width: 2px;
  }

  .faq-icon-line-2 {
    height: 2px;
  }

  .dropdown-list.w--open {
    margin-top: 10px;
  }

  .faq.heading-3 {
    width: 90%;
    font-size: 15px;
  }

  .lottie-animation-confetti {
    width: 50vw;
    height: 30vh;
  }

  .button-div {
    margin-top: 5px;
  }

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

  .video-small {
    width: 70%;
    height: 100%;
  }

  .overlay_block {
    padding: 15px 15px 5px;
  }

  .grid_form {
    grid-template-columns: 1fr;
    margin-top: 10px;
  }

  .quick-stack {
    padding-top: 0;
  }

  .field_text {
    font-size: 14px;
  }

  .left-arrow, .right-arrow {
    width: 55px;
    font-size: 25px;
  }

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

  .vertical_flexpadding {
    font-size: 14px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .modal1_component {
    width: auto;
    height: auto;
  }
}

#w-node-_7bdb8d4d-9941-85ca-c8fd-308bf72b6865-5459212f, #w-node-_27c15648-14bb-25e3-0a8f-8f8eda26e13c-5459212f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d120a26-6d29-2ca4-ae41-ab79505c09fa-5459212f {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_5d120a26-6d29-2ca4-ae41-ab79505c09fe-5459212f {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_3684402a-e55e-a70a-be60-b861c36dd62f-54592151, #w-node-b5a85498-3180-b86c-feb8-d83922b77adc-54592151 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_24b1abdc-fb34-f19e-f301-dfa4b78a044c-54592154, #w-node-febd450f-de59-2c6d-57d7-50d07de7c657-54592154, #w-node-_2f1bec3c-375d-b68a-0ccb-929fe9600457-54592154, #w-node-_6afb900f-501e-6aba-3fb7-3927eab5088b-54592154, #w-node-_8c4ddeb4-6194-a58f-486c-192cf4584f7c-54592154 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_494e7cac-6142-2758-f578-de5531c1320f-54592154 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ce383c56-a062-580c-9993-83948c98b2b5-54592154, #w-node-_44d94bae-0533-1d2a-050f-113147346739-54592154, #w-node-ef070c3e-1207-5732-67b3-cd5c12c3a3c8-54592154, #w-node-_4ea764a1-be76-1563-6720-da855087354c-54592154, #w-node-_0c5d810e-e0ab-d93b-766d-138f3ed5b0fe-54592154, #w-node-_1776fc5d-e0a8-ec83-171c-727fe328654a-54592154 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_68fb0e22-3622-99b6-8ce1-b384547ef970-54592156 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_14920b14-128d-e935-544b-81019e8667f1-54592156 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-f016ec85-7c45-ce25-b19b-1a46fe55de25-54592157, #w-node-f87ae4c1-0f89-0d4b-039c-572e6642cfd1-54592157, #w-node-f87ae4c1-0f89-0d4b-039c-572e6642cfe5-54592157, #w-node-_9a3ff92c-991e-4f8d-52fa-f8e440e590e3-54592157, #w-node-_25a72e32-bbc3-a8b7-b41a-3522981bb940-54592157, #w-node-cc830b75-f688-2153-db69-843e443b0951-54592157, #w-node-cc830b75-f688-2153-db69-843e443b096c-54592157, #w-node-_690418ec-e1ac-c295-bf2b-f06e2fbe5151-54592157, #w-node-_690418ec-e1ac-c295-bf2b-f06e2fbe5153-54592157, #w-node-a5c4cdec-18d3-692b-0ec5-bdb2f82aa9e3-54592157, #w-node-a5c4cdec-18d3-692b-0ec5-bdb2f82aa9f1-54592157, #w-node-_542083ba-f91d-b42d-77e7-f8cab55a77fb-54592157, #w-node-_542083ba-f91d-b42d-77e7-f8cab55a77fd-54592157 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_013ddd5c-dac4-f511-38d5-4742a8eb6a83-a0aaa920, #w-node-_239703f1-4c1c-ca6c-56aa-2afc0664840d-a0aaa920, #w-node-_21e26f92-5426-e8fe-59cb-dbca33ef9112-a0aaa920, #w-node-_8b73362e-eaef-905a-31e7-f069ece08dad-a0aaa920 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_24b1abdc-fb34-f19e-f301-dfa4b78a044c-54592154, #w-node-febd450f-de59-2c6d-57d7-50d07de7c657-54592154, #w-node-_2f1bec3c-375d-b68a-0ccb-929fe9600457-54592154, #w-node-_6afb900f-501e-6aba-3fb7-3927eab5088b-54592154, #w-node-_8c4ddeb4-6194-a58f-486c-192cf4584f7c-54592154, #w-node-ce383c56-a062-580c-9993-83948c98b2b5-54592154, #w-node-_44d94bae-0533-1d2a-050f-113147346739-54592154, #w-node-ef070c3e-1207-5732-67b3-cd5c12c3a3c8-54592154, #w-node-_4ea764a1-be76-1563-6720-da855087354c-54592154, #w-node-_0c5d810e-e0ab-d93b-766d-138f3ed5b0fe-54592154, #w-node-_1776fc5d-e0a8-ec83-171c-727fe328654a-54592154 {
    grid-column: span 1 / span 1;
  }

  #w-node-_68fb0e22-3622-99b6-8ce1-b384547ef970-54592156 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5d120a26-6d29-2ca4-ae41-ab79505c09f9-5459212f {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_5d120a26-6d29-2ca4-ae41-ab79505c09fa-5459212f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5d120a26-6d29-2ca4-ae41-ab79505c09fe-5459212f {
    grid-column: span 1 / span 1;
  }

  #w-node-_3684402a-e55e-a70a-be60-b861c36dd62f-54592151 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_14920b14-128d-e935-544b-81019e8667f1-54592156 {
    grid-column: span 1 / span 1;
  }

  #w-node-_14920b14-128d-e935-544b-81019e8667ec-54592156 {
    grid-area: 5 / 1 / 6 / 2;
  }
}


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