:root {
  --white: white;
  --main: #503000;
  --zweitfarbe: #f7f7f7;
  --orange: #ff9700;
  --pink: #f9ba9f;
  --black: black;
}

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

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

body {
  color: #333;
  flex-flow: column;
  justify-content: space-between;
  font-family: Montserrat, 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: url('../images/5e959eb33ff0bb50fe9c62cc_5e4e799880743331e550192d_schloss-gold.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

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

.submit-button {
  background-color: #ecbf38;
}

.logo-img {
  object-fit: contain;
  width: 10.625rem;
}

.logo {
  background-color: var(--white);
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  text-decoration: none;
  display: flex;
}

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

.logo.hide {
  display: none;
}

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

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

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

.email {
  margin-bottom: 5px;
}

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

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

.adresse {
  margin-bottom: 5px;
}

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

.heading-1 {
  font-family: Acme, sans-serif;
  font-weight: 400;
}

.heading-2 {
  font-family: Acme, sans-serif;
  font-weight: 600;
}

.heading-3 {
  font-family: Acme, sans-serif;
  font-weight: 700;
}

.flie-text {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.farbe-der-headings {
  color: var(--orange);
}

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

.nav-menu-1 {
  z-index: 1000;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.navbar {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 10vw;
  display: flex;
  position: sticky;
  top: 0%;
}

.nav-link-1 {
  padding-left: 20px;
  padding-right: 20px;
}

.nav-link-1.flie-text {
  color: #fff;
  margin-left: 0;
  margin-right: 0;
  font-weight: 500;
  transition: all .2s;
}

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

.div-block-hero {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  background-image: linear-gradient(#00000080, #00000080);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 60px 100px 100px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-transform: uppercase;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  font-size: 15px;
  text-decoration: none;
  display: flex;
}

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

.button.flie-text.highlights:hover {
  background-color: #503000;
}

.background-video {
  height: 100%;
}

.section-relative {
  height: 100vh;
  position: relative;
}

.titelheading {
  text-align: center;
  font-size: 40px;
  line-height: 90px;
}

.titelheading.heading-1.height {
  line-height: 1.5;
}

.text-block {
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 25px;
}

.section-2 {
  padding: 10vh 10vw;
  position: relative;
  overflow: visible;
}

.section-2.zweitfarbe {
  overflow: hidden;
}

.heading {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 35px;
  line-height: 60px;
}

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

.paragraph {
  text-align: center;
  font-size: 15px;
  line-height: 25px;
}

.round-block {
  background-image: url('../images/Illustration.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px;
  transition: all .2s;
  display: flex;
}

.round-block:hover {
  transform: scale(1.05);
}

.round-block.highlights:hover {
  transform: none;
}

.round-block.white {
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.round-block.white:hover {
  transform: none;
}

.round-block.white.top {
  justify-content: flex-start;
  align-items: center;
}

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

.small-heading.heading-1 {
  overflow-wrap: anywhere;
}

.small-heading.heading-1.wrap {
  word-break: normal;
  overflow-wrap: normal;
}

.small-heading.heading-2 {
  overflow-wrap: anywhere;
  margin-top: 0;
}

.paragraph-links {
  font-size: 15px;
  line-height: 25px;
}

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

.image {
  object-fit: contain;
  width: 3.75rem;
  height: 3.75rem;
}

.image.inver {
  filter: invert();
}

._2er-grid {
  grid-template-rows: auto;
  margin-top: 100px;
}

.inhalt {
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.inhalt.effect {
  transition: all .2s;
}

.image-small {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 15px;
  width: 100%;
  height: 250px;
  margin-bottom: 40px;
}

.image-small.contain {
  object-fit: contain;
}

.image-small.contain.hauptfarbe.size {
  height: 350px;
}

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

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

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

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

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

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

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

.impdat {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding: 100px 40px;
  display: flex;
}

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

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

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

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

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

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

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

.form1 {
  margin-bottom: 0;
}

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

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

.text_field {
  cursor: pointer;
  border: 1px solid #e5e5e7;
  border-radius: 5px;
  height: 3.375rem;
  margin-bottom: 20px;
  transition: border .4s, color .4s;
  display: block;
}

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

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

.text_field::placeholder {
  color: #1d1f2e4d;
}

.text_field.cc-textarea {
  height: 6.2rem;
}

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

.container {
  z-index: 1;
  position: relative;
}

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

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

.html-embed-6 {
  border-radius: 15px;
  height: 100%;
  overflow: hidden;
}

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

.impdat-3.flie-text {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  min-height: 100%;
  padding: 0;
  display: flex;
}

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

.page {
  overflow: hidden;
}

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

.ablaufplan-big-button-3 {
  z-index: 0;
  color: #fff;
  background-color: #d4af37;
  border-radius: 30px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
  text-decoration: none;
  transition: all .2s;
  position: relative;
}

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

.ablaufplan-big-button-3.black {
  z-index: 10000;
  color: #fff;
  background-color: #000;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 16px;
  position: fixed;
  inset: 80px auto auto 0%;
}

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

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

.dropdown-toggle {
  color: #fff;
  padding-right: 40px;
}

.icon-2 {
  color: #fff;
}

._2er {
  grid-template-rows: auto;
  margin-top: 40px;
}

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

.sub-small {
  text-align: center;
  font-size: 18px;
}

.sub-small.heading-3.farbe-der-headings {
  line-height: 36px;
}

.image100.top {
  object-position: 50% 50%;
}

.image100.contain {
  object-fit: contain;
}

.image100.is-contain {
  background-color: var(--main);
  object-fit: contain;
}

.img-wraper {
  border-radius: 15px;
  overflow: hidden;
}

.img-wraper.height {
  height: 80vh;
  position: sticky;
  top: 5%;
  overflow: hidden;
}

.img-wraper.height2 {
  height: 60vh;
}

.img-wraper.vh {
  height: 55vh;
}

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

.block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 20px;
  display: grid;
}

.txt-block {
  background-color: #fff;
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: block;
  box-shadow: 0 2px 5px #0003;
}

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

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

._2er-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
}

._2er-2._2 {
  grid-template-columns: 1fr 1fr;
}

.divider {
  width: 100%;
  height: 3px;
}

.flex {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border-radius: 15px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.icon-img {
  object-fit: contain;
  width: 1.25rem;
  margin-top: 10px;
}

.txt-para {
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}

._2er-1 {
  grid-template-rows: auto;
  margin-bottom: 10px;
}

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

.para-center {
  text-align: center;
  font-size: 15px;
  line-height: 25px;
}

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

.section1 {
  color: #fff;
  background-image: linear-gradient(#ff970066, #ff970066), url('../images/kontaktimg3.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10vh 10vw;
  display: flex;
}

.heading-left {
  font-size: 35px;
}

.heading-left.heading-1 {
  line-height: 44px;
}

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

.bold {
  font-weight: 700;
}

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

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

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

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

.angebot-grid-2 {
  grid-column-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  align-items: start;
  margin-bottom: 5px;
  padding: 10px 20px 10px 10px;
}

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

.preislisten-grid._2-spalten {
  grid-column-gap: 5vw;
  border-radius: 15px;
  grid-template-columns: 1fr;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 5px 1px #b4b4b4;
}

.paragraph-links1 {
  text-align: justify;
  letter-spacing: .5px;
  font-size: 16px;
  line-height: 22px;
}

.paragraph-links1.flie-text {
  text-align: left;
  margin-right: 40px;
  font-size: 15px;
  line-height: 1.5;
}

.text-rechts1 {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

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

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

.dropdown-block {
  width: 100%;
}

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

.background-section {
  color: #fff;
  background-image: linear-gradient(#00000080, #00000080), url('../images/');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding: 10vh 10vw 10vw;
}

.list1 {
  line-height: 25px;
}

._2er-btn {
  grid-template-rows: auto;
  place-items: stretch stretch;
}

.para-l {
  margin-bottom: 0;
}

.para-l.left {
  text-align: left;
}

.btn-img {
  filter: invert();
  object-fit: contain;
  width: 1.875rem;
}

.btn-img.no-invert {
  filter: none;
}

.social-block {
  z-index: 999;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
  position: fixed;
  inset: 50% 1% 0% auto;
}

.social-link {
  align-self: flex-end;
}

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

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

._3er.bottom, ._3er.btm-padding {
  margin-bottom: 20px;
}

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

.headingsmall-left {
  margin-top: 10px;
  font-size: 25px;
}

.headingsmall-left.heading-1 {
  line-height: 44px;
}

.block-1 {
  border-radius: 50%;
  width: 3vw;
  height: 3vw;
}

._100 {
  filter: invert();
  object-fit: contain;
  width: 100%;
  height: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}

.card {
  border: 1px solid #ff9700;
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.lightbox-link {
  width: 100%;
  height: 100%;
}

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

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

.dead-icon {
  object-fit: contain;
  width: 1.25rem;
}

.right-arrow-2, .left-arrow-2 {
  display: none;
}

.image-wrap {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  margin-top: auto;
  margin-bottom: 0;
  padding: 20px;
  overflow: hidden;
}

.img-galerie {
  object-fit: contain;
  object-position: 50% 50%;
  border: 1px #00000029;
  border-radius: 15px;
  width: 100%;
  height: 50vh;
  margin-bottom: 20px;
  overflow: hidden;
}

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

.para-left {
  font-size: 15px;
}

.certificate-slider {
  background-color: #0000;
  width: 60%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.arrow {
  background-color: #ff9700;
  border-radius: 15px;
  width: 30px;
  height: 30px;
}

.icon-3, .icon-4 {
  font-size: 22px;
  line-height: 22px;
}

.wrap {
  overflow-wrap: normal;
}

.field-lable {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
}

._404-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

._404-page-content {
  text-align: center;
  flex-direction: column;
  display: flex;
}

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

.error-heading {
  font-size: 32px;
  line-height: 1.3;
}

.list-item {
  font-size: 15px;
}

.adj {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.slide-nav {
  display: none;
}

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

.orange {
  color: var(--orange);
}

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

.div-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-right: 1px solid #efeaea;
  flex-flow: column;
  align-items: center;
  width: 100%;
  padding: 10px;
  display: flex;
}

.div-block.no-border {
  border-right-width: 0;
}

.div-block-2 {
  width: 4em;
  height: 4em;
}

.button-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-transform: uppercase;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  font-size: 15px;
  text-decoration: none;
  display: flex;
}

.button-3.flie-text.highlights {
  text-align: center;
  transition: all .2s;
}

.button-3.flie-text.highlights:hover {
  background-color: #503000;
}

.div-block-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

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

.code-embed-3 {
  background-color: var(--orange);
  overflow-wrap: anywhere;
}

.code-embed-3.none {
  display: none;
}

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

  .logo {
    display: none;
  }

  .logo.hide {
    margin-right: auto;
    display: block;
  }

  .logo.hide.w--current {
    margin-right: auto;
  }

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

  .divblock1 {
    padding-bottom: 20px;
  }

  .nav-menu-1 {
    background-color: #503000;
    padding: 10px 20px;
    position: absolute;
  }

  .hauptfarbe-2 {
    background-color: var(--orange);
    border-radius: 10px;
    padding: 15px;
  }

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

  .icon {
    color: #fff;
  }

  .navbar.hauptfarbe {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .nav-link-1.flie-text {
    color: #fff;
    padding: 15px 0;
  }

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

  .nav-link-1.flie-text.dropdown {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-link-1.flie-text.dd:hover {
    color: var(--orange);
  }

  .div-block-hero {
    padding: 60px;
  }

  .button.flie-text.highlights {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding: 10px 12px;
    line-height: 1.3;
  }

  .section-relative {
    height: 75vh;
  }

  .titelheading.heading-1 {
    margin-top: 10px;
    font-size: 35px;
    line-height: 1.5;
  }

  .text-block.heading-3.farbe-der-headings {
    font-size: 17px;
    line-height: 1.3;
  }

  .section-2, .section-2.zweitfarbe {
    padding: 60px;
  }

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

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

  .round-block.highlights {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
  }

  .round-block.highlights:hover {
    transform: none;
  }

  .round-block.white {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 20px;
  }

  .small-heading.heading-1 {
    margin-top: 10px;
    font-size: 22px;
    line-height: 1.3;
  }

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

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

  .image, .image.inver {
    width: 3rem;
    height: 3rem;
  }

  ._2er-grid {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

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

  .image-small, .image-small.contain.hauptfarbe {
    height: 40vh;
    margin-bottom: 20px;
  }

  .image-small.contain.hauptfarbe.size {
    height: 400px;
  }

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

  .inhalt-footer {
    width: auto;
    margin-left: 0;
  }

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

  .div-block-footer1 {
    padding: 0;
  }

  .impdat {
    padding: 60px;
  }

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

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

  .heading-success.heading-2 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 1.5;
  }

  .error-message {
    width: auto;
  }

  .text_field {
    height: 3rem;
  }

  .text_field.cc-textarea {
    height: 6rem;
    margin-bottom: 0;
  }

  .form-grid {
    width: 100%;
  }

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

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

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

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

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

  .menu-drop.hauptfarbe {
    margin-top: 10px;
    padding: 10px 20px;
    position: relative;
  }

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

  ._2er.top-0 {
    margin-top: 20px;
  }

  .sub-small.heading-3.farbe-der-headings {
    font-size: 17px;
    line-height: 1.3;
  }

  .image100.top {
    object-position: 50% 70%;
  }

  .image100.top.contained, .image100.contaned {
    background-color: var(--main);
    object-fit: contain;
  }

  .img-wraper {
    width: 100%;
    height: 45vh;
  }

  .img-wraper.height {
    order: -9999;
    height: 52vh;
    position: static;
  }

  .img-wraper.height2 {
    height: 55vh;
  }

  .img-wraper.auto {
    height: 45vh;
  }

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

  .txt-wrap.top {
    margin-top: 5px;
  }

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

  .txt-block {
    text-align: center;
    display: block;
  }

  ._4er {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 0;
  }

  ._4er.btm {
    margin-bottom: 20px;
  }

  ._2er-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  ._2er-2._2 {
    grid-template-columns: 1fr;
  }

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

  .icon-img {
    margin-bottom: 10px;
  }

  ._2er-1 {
    margin-top: 10px;
    margin-bottom: 20px;
  }

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

  ._5er {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    margin-bottom: 0;
  }

  ._5er.ver {
    flex-flow: column;
    display: flex;
  }

  ._5er.btm {
    margin-bottom: 20px;
  }

  .section1 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    padding: 60px;
  }

  .heading-left.heading-1 {
    margin-top: 10px;
    font-size: 30px;
    line-height: 1.3;
  }

  .center-heading.heading-1 {
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.3;
  }

  .small-icon {
    width: 2.3rem;
  }

  .icon-img1 {
    width: 3rem;
    height: auto;
    transform: rotate(90deg);
  }

  .angebot-grid-2 {
    padding: 0;
  }

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

  .preislisten-grid._2-spalten {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .preislisten-grid._2-spalten.btm {
    margin-bottom: 20px;
  }

  .paragraph-links1.flie-text {
    margin-right: 0;
  }

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

  .dropdown-content-4.w--open {
    text-align: center;
    padding: 20px 0 0;
  }

  .dropdown-button-2.highlights.flie-text {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .background-section {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 60px;
    display: flex;
  }

  .list1.flie-text {
    text-align: left;
  }

  ._2er-btn._3er {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .para-l {
    font-size: 13.5px;
  }

  .btn-img {
    width: 1.5rem;
  }

  .social-block {
    inset: auto 1% 2% auto;
  }

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

  .flex-box {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .headingsmall-left.heading-1 {
    font-size: 22px;
    line-height: 1.3;
  }

  .block-1.highlights {
    width: 2rem;
    height: 2rem;
  }

  .flex1 {
    justify-content: center;
  }

  .dead-icon {
    width: 1rem;
    margin-left: 10px;
  }

  .image-wrap.zweitfarbe {
    width: 8rem;
    padding: 10px;
  }

  .img-galerie {
    height: 55vh;
    margin-bottom: 0;
  }

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

  .certificate-slider {
    width: 100%;
    height: 55vh;
  }

  .certificate-slider.auto {
    height: auto;
  }

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

  .field-lable {
    width: 100%;
  }

  .map-block {
    width: 100%;
    height: 55vh;
    margin-top: 20px;
  }

  ._404-page-wrap.hauptfarbe {
    padding: 60px;
  }

  .warnbild {
    height: 40vh;
  }

  .error-heading {
    margin-top: 10px;
    font-size: 28px;
  }

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

  .button-3.flie-text.highlights {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding: 10px 12px;
    line-height: 1.3;
  }

  .div-block-3 {
    justify-content: center;
  }
}

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

  .telefonnummer, .email {
    margin-bottom: 0;
  }

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

  .divblock1 {
    height: auto;
  }

  .hauptfarbe-2 {
    padding: 14px;
  }

  .icon {
    font-size: 23px;
  }

  .nav-link-1.flie-text, .nav-link-1.flie-text.dropdown {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .div-block-hero {
    justify-content: center;
    align-items: center;
    padding: 40px;
  }

  .button.flie-text {
    margin-top: 20px;
    padding: 12px 20px;
    font-size: 14px;
    line-height: 18px;
  }

  .button.flie-text.highlights {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-top: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .background-video {
    min-height: 550px;
  }

  .section-relative {
    height: 28rem;
  }

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

  .text-block.heading-3.farbe-der-headings {
    font-size: 16px;
  }

  .section-2, .section-2.zweitfarbe {
    padding: 40px;
  }

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

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

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

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

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

  .image, .image.inver {
    width: 2.8rem;
    height: 2.8rem;
  }

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

  .image-small, .image-small.contain.hauptfarbe {
    height: 20rem;
    margin-bottom: 15px;
  }

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

  .inhalt-footer {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    margin-bottom: 10px;
    margin-right: 0;
  }

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

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

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

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

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

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

  .maos-footer {
    height: 100px;
  }

  .maps-gro {
    height: 400px;
  }

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

  .text_field {
    text-align: left;
    height: 2.8rem;
    margin-bottom: 10px;
    margin-right: 0;
  }

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

  .text_field.cc-textarea {
    height: 5.8rem;
  }

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

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

  ._2er.top-0 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-top: 10px;
  }

  .sub-small.heading-3.farbe-der-headings {
    font-size: 16px;
  }

  .img-wraper, .img-wraper.height, .img-wraper.height2 {
    height: 22rem;
  }

  .img-wraper.auto {
    height: 25rem;
  }

  .block, ._4er {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    margin-top: 10px;
    display: flex;
  }

  ._2er-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    display: flex;
  }

  .icon-img {
    width: 1.1rem;
  }

  ._2er-1 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    width: 100%;
    display: flex;
  }

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

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

  .section1 {
    padding: 40px;
  }

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

  .small-icon {
    width: 2rem;
  }

  .icon-img1 {
    width: 2.8rem;
  }

  .angebot-grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
    display: flex;
  }

  .preislisten-grid._2-spalten {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    margin-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

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

  .paragraph-links1.flie-text.btm-0 {
    margin-bottom: 0;
  }

  .text-rechts1 {
    margin-bottom: 5px;
  }

  .text-rechts1.flie-text.farbe-der-headings, .dropdown-content-4 {
    text-align: center;
  }

  .background-section {
    padding: 40px;
  }

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

  ._2er-btn._3er {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .para-l {
    font-size: 13px;
  }

  .btn-img {
    width: 1.4rem;
  }

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

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

  .block-1.highlights {
    width: 1.8rem;
    height: 1.8rem;
  }

  .image-wrap.zweitfarbe {
    width: 7rem;
    margin-top: 10px;
  }

  .img-galerie {
    height: 22rem;
  }

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

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

  .certificate-slider, .map-block {
    height: 22rem;
  }

  ._404-page-wrap.hauptfarbe {
    padding: 40px;
  }

  .warnbild {
    height: 15rem;
  }

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

  .list-item {
    font-size: 14px;
  }

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

  .div-block {
    border-bottom: 1px solid #efeaea;
    border-right-width: 0;
  }

  .button-3.flie-text {
    margin-top: 20px;
    padding: 12px 20px;
    font-size: 14px;
    line-height: 18px;
  }

  .button-3.flie-text.highlights {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-top: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .div-block-3 {
    flex-flow: column;
    align-items: center;
    width: 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%;
  }

  .logo-img {
    width: 7rem;
  }

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

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

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

  .hauptfarbe-2 {
    padding: 12px;
  }

  .icon {
    font-size: 21px;
  }

  .nav-link-1.flie-text, .nav-link-1.flie-text.dropdown {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-hero {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #333;
    background-image: none;
    padding: 20px;
    position: relative;
  }

  .button.flie-text {
    margin-top: 5px;
    font-size: 12px;
    line-height: 14px;
  }

  .background-video {
    min-height: 300px;
  }

  .section-relative {
    height: 25rem;
  }

  .section-relative.auto {
    height: auto;
  }

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

  .text-block.heading-3.farbe-der-headings {
    font-size: 15px;
  }

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

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

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

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

  .round-block {
    padding: 20px;
  }

  .round-block.highlights, .round-block.white {
    padding: 15px;
  }

  .small-heading.heading-1 {
    margin-top: 10px;
    font-size: 18px;
  }

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

  .paragraph-links {
    font-size: 14px;
    line-height: 20px;
  }

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

  .image, .image.inver {
    width: 2.6rem;
    height: 2.6rem;
  }

  .image-small, .image-small.contain.hauptfarbe {
    height: 18rem;
    margin-bottom: 10px;
  }

  .image-small.contain.hauptfarbe.size {
    height: 300px;
  }

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

  .inhalt-footer {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    font-size: 13px;
  }

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

  .impdat.wrap {
    padding-right: 20px;
  }

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

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

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

  .maps-gro {
    height: 300px;
  }

  .text_field {
    height: 2.6rem;
  }

  .text_field.cc-textarea {
    height: 5.6rem;
  }

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

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

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

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

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

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

  .menu-drop.hauptfarbe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .img-wraper, .img-wraper.height, .img-wraper.height.auto, .img-wraper.height2, .img-wraper.auto {
    height: 20rem;
  }

  .txt-wrap.top {
    margin-top: 3px;
  }

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

  .txt-block {
    padding: 15px;
  }

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

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

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

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

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

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

  .small-icon {
    width: 1.7rem;
  }

  .icon-img1 {
    width: 2.6rem;
  }

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

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

  .preislisten-grid {
    padding-left: 10px;
    padding-right: 10px;
  }

  .preislisten-grid._2-spalten {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

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

  .dropdown-button-2.highlights.flie-text {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .list1.flie-text {
    overflow-wrap: anywhere;
    padding-left: 20px;
    font-size: 13px;
  }

  ._2er-btn {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  ._2er-btn._3er {
    width: 100%;
  }

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

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

  .block-1.highlights {
    width: 1.6rem;
    height: 1.6rem;
  }

  .slider {
    height: 22rem;
  }

  .image-wrap.zweitfarbe {
    width: 6rem;
  }

  .img-galerie {
    height: 20rem;
  }

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

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

  .certificate-slider {
    height: 20rem;
  }

  .mask {
    height: 100%;
  }

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

  .field-lable {
    font-size: 14px;
    line-height: 20px;
  }

  .map-block {
    height: 20rem;
  }

  ._404-page-wrap.hauptfarbe {
    padding-left: 20px;
    padding-right: 20px;
  }

  .warnbild {
    height: 12rem;
  }

  .error-heading {
    font-size: 20px;
  }

  .list-item {
    font-size: 13px;
  }

  .button-3.flie-text {
    margin-top: 5px;
    font-size: 12px;
    line-height: 14px;
  }

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

#w-node-b57a5745-6fa1-a7f1-c663-af35b7d6a13d-2917e694 {
  justify-self: start;
}

#w-node-e90b7654-9dd3-d10f-009a-d3a60feab2c8-2917e694 {
  place-self: auto;
}

#w-node-a690d904-036f-d552-67ab-f072c7940145-2917e694 {
  align-self: auto;
}

#w-node-_9cf1cbf4-2f95-1cd8-13f0-80234e0affbb-2917e694, #w-node-_7d8efd15-2371-d814-faad-461a971afe2a-2917e69e, #w-node-_6fcdc185-095b-e46a-4179-322cdf426e04-2917e6a0, #w-node-df3312d7-5e8d-6cf9-eeb0-9051cc8c8117-2917e6a0, #w-node-_7d8efd15-2371-d814-faad-461a971afe2a-8d8dbda1 {
  justify-self: start;
}

#w-node-a3531560-3e94-c2a1-d141-0572621a77d8-8d8dbda1, #w-node-_46b2cfcb-828d-93d7-842d-2c60761db47e-8d8dbda1 {
  align-self: center;
}

#w-node-_7d8efd15-2371-d814-faad-461a971afe2a-bee63157 {
  justify-self: start;
}

#w-node-a3531560-3e94-c2a1-d141-0572621a77d8-bee63157, #w-node-_46b2cfcb-828d-93d7-842d-2c60761db47e-bee63157 {
  align-self: center;
}

#w-node-_7d8efd15-2371-d814-faad-461a971afe2a-bac94593 {
  justify-self: start;
}

#w-node-a3531560-3e94-c2a1-d141-0572621a77d8-bac94593, #w-node-_46b2cfcb-828d-93d7-842d-2c60761db47e-bac94593 {
  align-self: center;
}

#w-node-_7d8efd15-2371-d814-faad-461a971afe2a-62a766a2, #w-node-_7d8efd15-2371-d814-faad-461a971afe2a-7e9ea060, #w-node-_7d8efd15-2371-d814-faad-461a971afe2a-d7ec97a0, #w-node-_7d8efd15-2371-d814-faad-461a971afe2a-541dee22, #w-node-_7d8efd15-2371-d814-faad-461a971afe2a-39a1c8ef, #w-node-_7d8efd15-2371-d814-faad-461a971afe2a-d599c7ac, #w-node-_7d8efd15-2371-d814-faad-461a971afe2a-008d9c67, #w-node-_7d8efd15-2371-d814-faad-461a971afe2a-0bd4ea70, #w-node-_6fcdc185-095b-e46a-4179-322cdf426e04-ac39f4e9, #w-node-_7d8efd15-2371-d814-faad-461a971afe2a-d0a988c6, #w-node-_7d8efd15-2371-d814-faad-461a971afe2a-e8fb3984, #w-node-_7d8efd15-2371-d814-faad-461a971afe2a-4409a2f8 {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-a690d904-036f-d552-67ab-f072c7940145-2917e694, #w-node-_9a266057-59ca-decb-3cd1-31a53ed867e0-2917e69e, #w-node-_62b29f65-d2ec-60e4-bff8-2ab46907fc76-8d8dbda1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_62b29f65-d2ec-60e4-bff8-2ab46907fc76-bee63157 {
    grid-column: span 2 / span 2;
  }

  #w-node-_62b29f65-d2ec-60e4-bff8-2ab46907fc76-bac94593, #w-node-_62b29f65-d2ec-60e4-bff8-2ab46907fc76-62a766a2, #w-node-_62b29f65-d2ec-60e4-bff8-2ab46907fc76-7e9ea060, #w-node-_62b29f65-d2ec-60e4-bff8-2ab46907fc76-d7ec97a0, #w-node-_43da79c2-45ad-f9c0-83f0-d60cc5c07352-541dee22, #w-node-_511093bf-c3fb-3005-1438-8edc97a0a419-39a1c8ef, #w-node-_53340c6c-5d58-ddd7-68c6-472b10ace343-d0a988c6, #w-node-_5eb76e19-537a-9aa8-ce20-24db06e2d757-d0a988c6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}



/* Angebotsfelder: Verlinkung + Auffaecher-Liste (Gruppenkurse / Workshops) */
a.round-block {
  color: #fff;
  text-decoration: none;
}

.round-block.has-flyout {
  position: relative;
}

.tile-flyout {
  z-index: 20;
  color: var(--main);
  pointer-events: none;
  opacity: 0;
  background-color: #fff;
  border-radius: 12px;
  margin-top: 8px;
  padding: 16px;
  transition: opacity .18s;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  box-shadow: 0 8px 24px #0000002e;
}

.round-block.has-flyout:hover .tile-flyout,
.round-block.has-flyout:focus-within .tile-flyout {
  pointer-events: auto;
  opacity: 1;
}

.tile-flyout ul {
  flex-flow: column;
  gap: 10px;
  text-align: left;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.tile-flyout li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tile-flyout a {
  color: var(--main);
  text-decoration: none;
  display: block;
}

.tile-flyout a:hover .tile-flyout-title {
  color: var(--orange);
}

.tile-flyout .tile-flyout-title {
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  display: block;
}

.tile-flyout .tile-flyout-excerpt {
  font-size: 13px;
  line-height: 17px;
  display: block;
}

@media screen and (max-width: 767px) {
  .tile-flyout {
    max-width: none;
    left: 0;
    right: 0;
  }
}
/* Keep the offer menu reachable across its visual gap and without scripts. */
.offers-grid .tile-flyout::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  height: 8px;
}
html:not(.w-mod-js) .offers-grid {
  opacity: 1 !important;
}
html:not(.w-mod-js) .offers-grid .tile-flyout {
  position: static;
  opacity: 1;
  pointer-events: auto;
}
@media (prefers-reduced-motion: reduce) {
  .offers-grid .tile-flyout { transition: none; }
}
.offers-grid .tile-flyout-excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
