@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 {
  --beige: #fff9ed;
  --brown: #956a4b;
  --orange: #e06713;
  --title: 73vh;
  --black: #161616;
  --white: white;
  --highlights-color: #e79d4d;
}

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

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

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

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

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

.utility-page-wrap {
  background-image: linear-gradient(135deg, #0d0d38, #313f67 55%, #232a34);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-wrap.hauptfarbe {
  background-image: none;
}

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

.utility-page-content._404 {
  width: auto;
  position: static;
}

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

.submit-button {
  background-color: #0d0d38;
}

.logo-img {
  object-fit: contain;
  height: 20vh;
}

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

.footer-text {
  color: #fff;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 1.3;
  text-decoration: none;
}

.ffnungszeiten {
  margin-bottom: 5px;
}

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

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

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

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

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

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

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

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

.heading-3 {
  font-family: Quicksand, 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(--orange);
  line-height: 1.3;
}

.navbar1 {
  z-index: 100;
  background-color: #fff9ed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: sticky;
  top: 0;
}

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

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

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

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

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

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

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

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

.men-2 {
  width: 100%;
}

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

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

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

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

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

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

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

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

.titelvideo-start-3 {
  height: var(--title);
  position: relative;
}

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

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

.slogan-2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 45px;
  font-weight: 700;
  line-height: 70px;
}

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

.startseite2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 18vh 200px;
  display: flex;
}

.startseite2.hauptfarbe {
  color: #fff;
}

.startseite2.zweitfarbe {
  background-color: var(--beige);
  min-height: auto;
  position: relative;
  overflow: hidden;
}

.heading-mitig {
  z-index: 1;
  text-align: center;
  width: 100%;
  margin-top: 0;
  font-size: 35px;
  line-height: 45px;
  position: relative;
}

.heading-mitig.heading-2 {
  position: static;
}

.heading-mitig.heading-2.tp-pd {
  margin-top: 60px;
}

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

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

.text-mitig.flie-text.tp-pd {
  margin-top: 30px;
}

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

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

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

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

.kontaktaufnehmen2 {
  color: #fff;
  background-image: linear-gradient(#00000080, #00000080), url('../images/image005.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  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;
}

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

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

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

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

.sucess-blck.highlights {
  background-color: var(--orange);
  color: #fff;
}

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

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

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

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

.footer-1.hauptfarbe {
  width: auto;
}

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

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

.inhalt-footer {
  width: 100%;
  height: 100%;
  margin-left: 30px;
  margin-right: 30px;
}

.checkbox-field {
  text-align: left;
  margin-bottom: 0;
}

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

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

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

.flie-text-2 {
  margin-bottom: 0;
  font-family: Quicksand, sans-serif;
  font-weight: 300;
  line-height: 1.5;
}

.submit_button {
  background-color: #000;
  font-size: 16px;
}

.submit_button.flie-text {
  background-color: var(--black);
  border: 1px solid #000;
  transition: all .2s;
}

.submit_button.flie-text:hover {
  color: #000;
  background-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 {
  min-height: auto;
  padding-bottom: 55px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form {
  width: 100%;
}

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

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

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

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

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

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

.html-embed-2, .nav-men-1 {
  height: 100%;
}

.nav-men-1.hauptfarbe {
  z-index: 10000;
}

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

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

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

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

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

.nav-link-3.flie-text {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}

.nav-link-3.flie-text:hover {
  color: #e5813c;
  font-size: 15px;
  font-weight: 400;
}

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

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

.content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px 25px 20px;
  display: flex;
}

.image-wrapper {
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

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

.image-100.contain {
  z-index: 10;
  object-fit: contain;
  position: relative;
}

.image-100.blur {
  z-index: 1;
  filter: blur(10px);
  position: absolute;
  inset: 0%;
}

.image-8 {
  width: 100%;
  height: 100%;
  padding: 111px;
}

.html-embed-4 {
  height: 500px;
}

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

.fs_modal-1_cover {
  position: absolute;
  inset: 0%;
}

.fs_modal-1_close {
  cursor: pointer;
  background-color: #f5f5f5;
  padding: 1.5rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.fs_modal-1_close:focus-visible, .fs_modal-1_close[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs_modal-1_button {
  color: #fff;
  cursor: pointer;
  background-color: #0d0e37;
  border: 10px solid #fff;
  border-radius: 6rem;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  box-shadow: 0 1px 12px #0003;
}

.fs_modal-1_button:focus-visible, .fs_modal-1_button[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.ablaufplan-big-button-4 {
  z-index: 2;
  color: #fff;
  background-color: #0d0e37;
  border-radius: 30px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 120%;
  text-decoration: none;
  transition: all .2s;
}

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

.ablaufplan-big-button-4.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-4.black:hover {
  transform: none;
}

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

.highlights-2 {
  background-color: var(--orange);
  color: #fff;
}

.section-bild-bg {
  color: #fff;
  background-image: linear-gradient(#00000080, #00000080), url('../images/podcaster-6.webp');
  background-position: 0 0, 100% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 200px;
  display: flex;
}

.section-bild-bg.img-2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/podcaster-4.webp');
  background-position: 0 0, 100% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 180px;
  padding-bottom: 180px;
}

.section-bild-bg.img-3 {
  background-image: linear-gradient(#0003, #0003), url('../images/podcaster-3.webp');
  background-position: 0 0, 100% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.navbar-logo {
  background-color: #fff9ed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: static;
}

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

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

.icon-wrap-white {
  border: 2px solid var(--white);
  border-radius: 50%;
  width: 3rem;
  padding: 5px;
}

.kontakt-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  place-items: center stretch;
  width: 100%;
  margin-top: 20px;
}

.flex-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

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

.form-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.social-icon {
  border: 2px solid var(--brown);
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  padding: 10px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.social-wrap {
  z-index: 100;
  box-sizing: border-box;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: fixed;
  inset: auto 1% 45% auto;
}

.section-less-padding {
  padding: 30px 200px;
}

.icon-sml {
  object-fit: contain;
  width: 2rem;
}

.social-icon1 {
  width: 3rem;
}

.div-btn {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 10px;
  justify-content: space-between;
  align-items: stretch;
  padding: 10px 15px;
  line-height: 24px;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.div-btn.highlights-2 {
  margin-top: 20px;
  text-decoration: none;
}

.div-btn.highlights-2:hover {
  background-color: var(--black);
}

.btn-img {
  object-fit: contain;
  width: 1.5rem;
}

.btn-text {
  line-height: 24px;
}

.translator {
  position: static;
  inset: auto 5% auto auto;
}

.hidden-text {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  display: block;
}

._2er-griid-left-focus {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.border-list {
  border-bottom: 1px solid #333;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.preise-cards1 {
  cursor: pointer;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  transition: transform .3s cubic-bezier(.6, .04, .98, .335);
  display: flex;
  position: relative;
  overflow: hidden;
}

.preise-cards1.auto {
  width: 40%;
  margin-top: 20px;
}

.button-round {
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
}

.button-round.heading-3.hauptfarbe {
  background-color: var(--black);
}

.lower-text {
  border: 2px solid var(--orange);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px 20px 10px;
  display: flex;
}

.lower-text.zweitfarbe {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
}

.heading-mitig-2 {
  text-align: center;
  margin-top: 0;
  font-size: 50px;
  line-height: 55px;
}

.upper-text {
  color: #fff;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.heading-mitig-sml-2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
}

.heading-mitig-sml-2.heading-2 {
  line-height: 1.3;
}

._2er-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.kontakt-carrds {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  cursor: pointer;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all .5s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.kontakt-carrds:hover {
  box-shadow: 0 2px 5px #0003;
}

.kontakt-carrds.highlights {
  text-decoration: none;
}

.text-shadow {
  text-shadow: 0 0 1px #0000001a;
}

.background-image1 {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.divider {
  width: 3vw;
  height: 5px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.relative-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.inhalt-mittig-untereinander {
  z-index: 2;
  border: 2px solid var(--brown);
  opacity: 0;
  border-radius: 20px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
  display: flex;
}

.absolute-block {
  z-index: 1;
  color: #fff;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.overlay-block {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(#00000080, #00000080);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.background-block {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  padding: 40px;
}

.list-links {
  font-size: 16px;
  line-height: 26px;
}

.linked-text {
  color: var(--orange);
  text-decoration: none;
}

._2er-grid-list {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  place-items: start center;
}

.text-mitig-1 {
  text-align: center;
  padding-bottom: 0;
  font-size: 14px;
  line-height: 22px;
}

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

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

.background-block-blur {
  border: 1px solid var(--orange);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #fff9ed3b;
  border-radius: 20px;
  height: 100%;
  padding: 40px;
}

.heading-wraps {
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
  left: -10%;
}

.wrap {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

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

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

.dropdown-preise {
  width: 100%;
}

.slider-wrap-2 {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.button-text {
  z-index: 10;
  font-size: 16px;
  position: relative;
}

.mask {
  width: 22%;
  height: 100%;
  overflow: visible;
}

.heading-left-sml {
  margin-top: 0;
  font-size: 1.5rem;
  line-height: 1.4;
}

.header-wrap {
  grid-template-rows: auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: auto;
  display: flex;
}

.arrow {
  border: 2px solid var(--orange);
  border-radius: 5px;
  width: 4rem;
  height: 4rem;
  position: absolute;
  inset: auto auto 0% 45%;
}

.arrow.right-icon {
  right: 30%;
}

.cards-image {
  border-radius: 10px;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.cards {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1.5px solid var(--orange);
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  min-height: 50vh;
  padding: 15px;
  display: flex;
}

.button-icon {
  z-index: 5;
  object-fit: contain;
  width: 1rem;
  position: relative;
}

.slide-nav-4 {
  display: none;
}

.slide-2 {
  height: 100%;
  margin-left: 10px;
  margin-right: 10px;
}

.button-cirlcle {
  z-index: 1;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: auto 7px auto auto;
}

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

.slider-2 {
  background-color: #0000;
  width: 100%;
  height: 100%;
  margin-top: 40px;
  padding-bottom: 100px;
  overflow: visible;
}

.button-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 2px solid var(--orange);
  cursor: pointer;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.popup--wrapper {
  z-index: 100;
  background-image: linear-gradient(#000c, #000c);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.popup--wrapper.pop-1, .popup--wrapper.pop-2, .popup--wrapper.pop-3, .popup--wrapper.pop-4, .popup--wrapper.pop-5, .popup--wrapper.pop_6 {
  display: none;
}

.pop-up-inner-wrap {
  border: 2px solid var(--orange);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 60%;
  max-height: 80%;
  padding: 40px 20px;
  display: flex;
  position: relative;
}

.cross {
  z-index: 20;
  border: 2px solid var(--orange);
  cursor: pointer;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  padding-left: 5px;
  padding-right: 5px;
  position: absolute;
  inset: 2% 2% auto auto;
}

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

.title-image {
  object-fit: cover;
  border: 1px solid #000;
  border-radius: 0;
  width: 110%;
  max-width: 100%;
  height: 100%;
}

.title-overaly {
  color: #fff;
  background-image: linear-gradient(#0003, #0003);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-links-large {
  text-align: left;
  padding-bottom: 0;
  font-size: 18px;
  line-height: 28px;
}

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

.heading-links-sml {
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 26px;
}

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

.title-image-wrap {
  height: var(--title);
  position: relative;
}

.text-title {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.dot {
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 60px;
  line-height: 50px;
}

.sub-heading {
  z-index: 1;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 50px;
  position: relative;
}

.sub-heading.heading-2 {
  position: static;
}

.form-block-3 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.sub-heading-sml {
  z-index: 1;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 40px;
  position: relative;
}

.sub-heading-sml.heading-2 {
  position: static;
}

.flex-horizon {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.title-gird-2 {
  height: var(--title);
  grid-template-rows: auto;
  grid-template-columns: auto auto;
}

.title-gird1 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  border: 0 #000;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
}

.cards-image-2 {
  border-radius: 10px;
  width: 100%;
  height: 26vh;
  position: relative;
  overflow: hidden;
}

.hauptfarbe-2 {
  color: #fff;
  background-color: #181818;
}

.footer-inner-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: 100%;
  display: flex;
}

.text-blk {
  margin-top: 30px;
}

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

.text-block-5 {
  font-family: Quicksand, sans-serif;
  font-weight: 700;
}

.code-embed {
  width: 100%;
  margin-left: -60px;
}

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

  .logo {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

  .divblock1 {
    padding-bottom: 20px;
  }

  .men-icon2 {
    color: #fff;
  }

  .titelvideo-start-3.hauptfarbe-2 {
    height: auto;
    overflow: hidden;
  }

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

  .startseite2 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .startseite2.hauptfarbe {
    padding: 60px;
    overflow: hidden;
  }

  .startseite2.zweitfarbe {
    padding: 60px;
  }

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

  .heading-mitig.heading-2 {
    font-size: 34px;
    line-height: 40px;
  }

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

  .heading-mitig.heading-2.farbe-der-headings.tp-pd {
    font-size: 35px;
  }

  .serviceangebote2 {
    width: 90%;
  }

  .heading-mittig-klein1.heading-2 {
    margin-left: auto;
    margin-right: auto;
  }

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

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

  .impdat-3 {
    padding: 60px;
  }

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

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

  .heading-22 {
    font-size: 29px;
    line-height: 41px;
  }

  .div-block-footer1 {
    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;
    padding-left: 20px;
    padding-right: 20px;
    display: grid;
  }

  .footer-1.hauptfarbe {
    padding: 20px;
  }

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

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

  .nav-men-1.hauptfarbe {
    background-color: #0000;
  }

  .men-icon1 {
    color: #fff;
  }

  .navbar-6.hauptfarbe {
    background-color: #0000;
  }

  .nav-link-3.flie-text {
    background-color: var(--black);
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }

  .nav-link-3.flie-text:hover {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
  }

  .nav-link-3.flie-text.w--current {
    color: var(--orange);
    font-weight: 800;
  }

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

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

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

  .content-wrapper {
    height: auto;
    padding: 0;
  }

  .image-wrapper {
    height: 60vh;
  }

  .image-100.cont {
    object-fit: contain;
  }

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

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

  .section-bild-bg {
    padding-left: 100px;
    padding-right: 100px;
  }

  .section-bild-bg.img-2, .section-bild-bg.img-3 {
    padding: 60px;
    overflow: hidden;
  }

  ._3er-grid {
    flex-flow: column;
    margin-top: 20px;
    display: flex;
  }

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

  .flex-wrap {
    width: 100%;
  }

  .social-icon.highlights {
    width: 45px;
  }

  .section-less-padding.zweitfarbe {
    padding-left: 60px;
    padding-right: 60px;
    overflow: hidden;
  }

  .social-icon1 {
    width: 45px;
  }

  .translator {
    position: absolute;
    inset: 0% 0% auto auto;
  }

  ._2er-griid-left-focus {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .preise-cards1.auto {
    width: 100%;
    margin-top: 20px;
  }

  .heading-mitig-2.heading-2 {
    font-size: 40px;
    line-height: 45px;
  }

  .kontakt-carrds.highlights {
    width: 100%;
  }

  .background-image1 {
    position: relative;
  }

  .background-image1.size {
    height: 60vh;
  }

  .inhalt-mittig-untereinander.zweitfarbe {
    opacity: 100;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .absolute-block {
    margin-bottom: 10px;
    position: relative;
  }

  .overlay-block {
    background-image: linear-gradient(to bottom, var(--orange), var(--orange));
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .background-block.zweitfarbe {
    padding: 0;
  }

  ._2er-grid-list {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

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

  .heading-wraps.highlights {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    left: 0%;
  }

  .wrap {
    justify-content: flex-start;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .mask {
    width: 100%;
  }

  .header-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .arrow {
    width: 3rem;
    height: 3rem;
    margin-right: 0;
    inset: auto auto 0% 0%;
  }

  .arrow.right-icon {
    inset: auto 0% 0%;
  }

  .cards-image {
    height: 40vh;
  }

  .cards {
    min-height: auto;
    margin-right: 10px;
  }

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

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

  .slider-2 {
    margin-top: 20px;
  }

  .popup--wrapper.pop-1, .popup--wrapper.pop-2, .popup--wrapper.pop-3, .popup--wrapper.pop-4, .popup--wrapper.pop-5, .popup--wrapper.pop_6 {
    display: none;
  }

  .pop-up-inner-wrap.zweitfarbe {
    justify-content: flex-start;
    align-items: center;
    max-width: 90%;
    height: 80vh;
    max-height: none;
    overflow: auto;
  }

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

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

  .title-image-wrap {
    height: 55vh;
  }

  .text-title {
    padding: 40px 60px;
  }

  .sub-heading, .sub-heading-sml {
    font-size: 60px;
    line-height: 60px;
  }

  .sub-heading-sml.heading-2 {
    font-size: 30px;
    line-height: 35px;
  }

  .flex-horizon {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    margin-top: 20px;
  }

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

  .cards-image-2 {
    height: 40vh;
  }

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

  .text-blk {
    margin-top: 20px;
  }

  .calendly {
    width: 100%;
    overflow: auto;
  }
}

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

  .divblock1 {
    height: auto;
  }

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

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

  .titelvideo-start-3.hauptfarbe-2 {
    height: auto;
  }

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

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

  .startseite2 {
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .heading-mitig.heading-2 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 35px;
  }

  .heading-mitig.heading-2.farbe-der-headings {
    font-size: 45px;
    line-height: 45px;
  }

  .heading-mitig.heading-2.farbe-der-headings.tp-pd {
    font-size: 30px;
    line-height: 35px;
  }

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

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

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

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

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

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

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

  .columns-14 {
    width: 100%;
  }

  .headingfooter2 {
    text-align: center;
  }

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

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

  .impdat-3 {
    padding: 40px;
  }

  .success-2, .sucess-blck {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

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

  .div-block-footer1 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .submit_button.flie-text {
    width: 100%;
  }

  .maps-gro {
    height: 400px;
  }

  .maos-footer {
    height: 100px;
  }

  .fs_modal-1_close {
    padding: 1rem;
  }

  .section-bild-bg {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-bild-bg.img-2, .section-bild-bg.img-3 {
    padding: 40px;
  }

  .social-icon.highlights {
    width: 40px;
  }

  .section-less-padding.zweitfarbe {
    padding-left: 40px;
    padding-right: 40px;
  }

  .social-icon1 {
    width: 40px;
  }

  .heading-mitig-sml-2.heading-2 {
    font-size: 18px;
  }

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

  .background-image1.size {
    height: 50vh;
  }

  .list-links.flie-text {
    text-align: left;
  }

  .text-mitig-1 {
    padding-bottom: 40px;
  }

  .background-block-blur {
    padding: 20px;
  }

  .heading-wraps.highlights {
    margin-top: 0;
  }

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

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

  .heading-left-sml {
    font-size: 1rem;
  }

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

  .title-overaly {
    height: 100%;
  }

  .text-links-large {
    padding-bottom: 40px;
  }

  .text-links-large.flie-text {
    padding-bottom: 0;
  }

  .heading-links-sml.heading-2 {
    font-size: 15px;
    line-height: 1.4;
  }

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

  .text-title {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .sub-heading-sml.heading-2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 30px;
  }

  .flex-horizon {
    margin-top: 0;
  }

  .calendly {
    width: 100%;
    height: 50%;
    overflow: auto;
  }
}

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

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

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

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

  .video2 {
    height: 100%;
  }

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

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

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

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

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

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

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

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

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

  .heading-mittig-klein1.heading-1 {
    font-size: 18px;
    line-height: 28px;
  }

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

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

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

  .heading-22 {
    font-size: 17px;
    line-height: 28px;
  }

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

  .maps-gro {
    height: 300px;
  }

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

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

  .content-wrapper {
    height: auto;
  }

  .image-wrapper {
    height: 40vh;
  }

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

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

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

  .section-bild-bg.img-2, .section-bild-bg.img-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .social-icon.highlights {
    width: 35px;
  }

  .section-less-padding.zweitfarbe {
    padding: 20px;
  }

  .social-icon1 {
    width: 35px;
  }

  .div-btn {
    min-width: 150px;
  }

  .div-btn.highlights-2 {
    margin-top: 10px;
  }

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

  .heading-mitig-sml-2.heading-2 {
    font-size: 15px;
    line-height: 25px;
  }

  .background-image1.size {
    height: 40vh;
  }

  .inhalt-mittig-untereinander {
    padding: 20px 10px;
  }

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

  .text-mitig-1.flie-text {
    font-size: 12px;
  }

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

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

  .title-overaly {
    height: 100.07%;
  }

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

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

  .text-title {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

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

  .sub-heading-sml.heading-2 {
    font-size: 13px;
    line-height: 20px;
  }
}

#w-node-_034e3fe3-c015-c142-4e8b-b84734f266ab-5814e397, #w-node-_1f8cc4c6-5109-1033-04c6-11a49b47d483-5814e397, #w-node-_955b572b-29c1-7f11-cad2-6b9f5ac0bd8c-5814e397, #w-node-aad71015-554d-6e1f-1afb-091c8530bd16-5814e397, #w-node-aad71015-554d-6e1f-1afb-091c8530bd26-5814e397, #w-node-aad71015-554d-6e1f-1afb-091c8530bd37-5814e397, #w-node-aad71015-554d-6e1f-1afb-091c8530bd46-5814e397, #w-node-aad71015-554d-6e1f-1afb-091c8530bd55-5814e397, #w-node-aad71015-554d-6e1f-1afb-091c8530bd66-5814e397, #w-node-b9af5ed4-ab43-b560-3bb8-a83791eb8010-5814e397, #w-node-f0c759c1-91dd-9eff-7baa-bce5450019ab-5814e397 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


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