@font-face {
  font-family: Roasting Script;
  src: url('../fonts/Roasting-Script.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --main: #121212;
  --secondry-color: #f7f7f7;
  --dark-pink: #ed225d;
  --baby-pink: #ffe3e7;
  --highlights: #4184bf;
}

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

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

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

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_15e959eb33ff0bb50fe9c62cc_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: 120px;
}

.logo {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

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

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

.telefonnummer {
  margin-bottom: 5px;
}

.ffnungszeiten {
  margin-bottom: 5px;
  line-height: 1.7;
}

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

.email {
  margin-bottom: 5px;
}

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

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

.adresse {
  margin-bottom: 5px;
}

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

.heading-1, .heading-2 {
  font-family: Poppins, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.3;
}

.heading-3 {
  font-family: Poppins, sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.3;
}

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

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

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

.navigation-menu.hauptfarbe {
  z-index: 1000;
  background-color: #fff;
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #a8a8a8;
  font-weight: 700;
}

.nav-link:active, .nav-link:focus, .nav-link:visited {
  color: #fff;
}

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

.nav-link.flie-text:hover {
  font-size: 16px;
}

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

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

.nav-link.flie-text:hover {
  color: var(--highlights);
  font-size: 14px;
  font-weight: 400;
}

.navbar {
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  top: 0%;
  left: 0%;
  right: 0%;
}

.navbar.hauptfarbe {
  background-color: #fff;
  padding: 0 5px;
  box-shadow: 0 2px 5px #0003;
}

.subheading1 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
}

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

.subheading1.heading-3.farbe-der-headings.small {
  font-size: 25px;
}

.subheading1.heading-3.farbe-der-headings.small.left {
  text-align: left;
}

.background-video {
  background-image: linear-gradient(#0000004d, #0000004d);
  height: 100%;
}

.background-video.is-abs {
  position: absolute;
  inset: 0%;
}

.videodiv {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.videodiv.is-rel {
  z-index: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
  position: relative;
}

.kontaktbutton {
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
}

.kontaktbutton.flie-text.highlights {
  margin-top: 10px;
  margin-bottom: 10px;
  transition: all .2s;
}

.kontaktbutton.flie-text.highlights:hover {
  background-color: #333;
}

.titelvideo-start-1 {
  flex-flow: column;
  height: 95vh;
  position: relative;
}

.hauptheading {
  text-align: left;
  margin-top: 10px;
  font-size: 90px;
  line-height: 95px;
}

.hauptheading.heading-2 {
  line-height: 1.3;
}

.img-mask {
  height: 70vh;
}

.img-mask.flex {
  justify-content: center;
  align-items: center;
  display: flex;
}

.img-mask._50vh {
  height: 50vh;
}

.img-mask.is-65vh {
  width: 100%;
  height: 65vh;
}

._2er-grid1 {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

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

.text-links {
  font-size: 16px;
  line-height: 25px;
}

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

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

.text-links.flie-text.top {
  margin-top: 10px;
}

.bild-oben-verschoben1 {
  z-index: 1;
  object-fit: cover;
  width: 70%;
  position: relative;
  inset: 0%;
  box-shadow: 3px 2px 11px 3px #00000061;
}

.section-gro-e-abst-nde {
  padding: 10vh 15vw;
}

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

.heading-links1.heading-2 {
  line-height: 1.3;
}

.inhalt-untereinander-1 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.inhalt-untereinander-1.flie-text.full {
  width: 100%;
}

.inhalt-untereinander-1.center {
  z-index: 2;
  background-color: var(--baby-pink);
  justify-content: center;
  align-items: center;
  position: relative;
}

.inhalt-untereinander-1.smaller {
  margin-right: 20px;
}

.hauptparagraph {
  text-align: center;
  font-size: 16px;
  line-height: 25px;
}

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

.rahmen-bild1 {
  border: 1px solid #616161;
  margin-top: 10px;
  padding: 10px;
  position: relative;
}

.rahmen-bild1.contain {
  width: 100%;
  height: 30vh;
  position: relative;
}

.rahmen-bild1._22vh-h {
  height: 22vh;
}

.section-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10vh 15vw;
  display: flex;
}

.section-2.contain {
  padding-left: 5vw;
  padding-right: 5vw;
}

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

.smallheading.heading-2 {
  margin-top: 10px;
  line-height: 1.3;
}

._6er-grid {
  grid-column-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
}

._6er-grid.is-flex {
  grid-column-gap: 40px;
}

._6er-grid._0-margin {
  margin-top: 10px;
}

.inhalt-mittig1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 100%;
  margin-bottom: 20px;
  padding: 0 20px;
  display: flex;
}

.inhalt-mittig1.zweitfarbe-2 {
  padding-top: 10px;
}

.inhalt-mittig1.zweitfarbe.space-between {
  justify-content: space-between;
}

.mehr-erfahren2 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 24px;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.mehr-erfahren2:hover {
  background-color: #2e2e2e;
}

.mehr-erfahren2.highlights {
  color: #fff;
}

.mehr-erfahren2.highlights.flie-text {
  margin-bottom: 20px;
}

.mehr-erfahren2.highlights.flie-text:hover {
  background-color: var(--main);
}

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

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

.inhalt-mittig-untereinander1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.section-streifen {
  padding: 15vh 15vw;
}

.section-streifen.zweitfarbe-2.contain, .section-streifen.contain {
  padding-left: 5vw;
  padding-right: 5vw;
}

.bild-grid {
  object-fit: cover;
  width: 70%;
  box-shadow: 3px 2px 11px 3px #00000061;
}

.bild-grid._45 {
  width: 45%;
}

.bild-grid._70vh {
  height: 70vh;
}

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

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

.div-block-footer1 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.div-block-footer1.hauptfarbe {
  flex-direction: row;
  justify-content: space-between;
}

.kontakt_info.flie-text {
  color: #fff;
}

.footer-visu-1 {
  width: 100%;
  margin-top: auto;
  padding: 60px 10%;
}

.bild-oben-verschoben1-2 {
  object-fit: cover;
  width: 100%;
  position: absolute;
  inset: 5% 0% auto;
  box-shadow: 3px 2px 11px 3px #00000061;
}

.impdat {
  padding: 100px 40px;
}

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

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

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

.heading-mittig1 {
  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: 800px;
}

.footer-inhalt {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.link.black {
  color: #333;
}

.social-media-link {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

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

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

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

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

.image-wrapper {
  height: 100%;
}

.image-wrapper.contain {
  position: relative;
}

.image-100 {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.image-100.contain {
  object-fit: contain;
  background-color: #2f2a2e;
}

.html-embed-3 {
  width: 100%;
  height: 100%;
}

.spacer {
  height: 20px;
}

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

.dropdown-toggle-12 {
  padding: 0 30px 0 0;
}

.dropdown-list-13 {
  background-color: #fff;
  box-shadow: 0 2px 5px #0003;
}

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

.nav-link-2 {
  text-transform: uppercase;
  border-bottom: .1px solid #fff;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

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

.nav-link-2.flie-text:hover {
  color: var(--main);
  font-size: 16px;
}

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

.nav-link-2.flie-text {
  color: #333;
}

.nav-link-2.flie-text:hover {
  color: var(--highlights);
  font-size: 14px;
  font-weight: 400;
}

.inhalt-mittig1-65vh {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  min-height: 65vh;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
}

.rahmen-bild1-30vh {
  border: 1px solid #616161;
  width: 100%;
  min-height: 30vh;
  padding: 10px;
}

.card-35vw {
  width: 35vw;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.card-35vw.top-40 {
  margin-top: 40px;
}

.lightbox-link {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

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

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

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

.dropdown-15 {
  width: 100%;
}

.dropdown-list-14 {
  background-color: #fff;
}

.dropdown-list-14.w--open {
  z-index: 1;
  top: 0%;
  left: 100%;
}

.image-wrapper-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  box-shadow: 0 0 7px 1px #7f7f7f33;
}

.image-contain {
  object-fit: contain;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.lightbox-link-2 {
  border-bottom: 1px solid #63636312;
  width: 100%;
  height: 45vh;
  position: relative;
}

.heading-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  display: flex;
}

._3er-grid {
  grid-template-rows: auto auto;
  grid-template-columns: 1.25fr 1fr 1fr;
  place-items: stretch stretch;
  margin-top: 20px;
  margin-bottom: 20px;
}

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

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

.grid-2er {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 40px;
}

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

.text-span-2 {
  font-weight: 600;
}

._2er-grid {
  grid-column-gap: 60px;
  grid-template-columns: 1fr 1fr;
  margin-top: 60px;
}

.text-mitting {
  text-align: center;
  font-size: 16px;
  line-height: 25px;
}

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

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

._4er-grid.modified {
  display: flex;
}

._4er-grid.modified.flex {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  display: grid;
}

._4er-grid.modified.flex._1er {
  grid-template-columns: 1fr;
  width: 33%;
}

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

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

._2er-grid-65 {
  grid-column-gap: 60px;
  grid-template-columns: 1fr 1fr;
  width: 65%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.contact-icons-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  margin-top: 0;
  margin-bottom: 10px;
  display: flex;
}

.link-block {
  width: 30px;
  height: 30px;
}

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

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

.icon-20 {
  filter: invert();
  object-fit: contain;
  width: 20%;
}

.image_wrapper_overlay {
  position: relative;
  overflow: hidden;
}

.paragraph {
  z-index: 2;
  opacity: 1;
  color: #fff;
  font-family: Quicksand, sans-serif;
  font-size: 15px;
  font-weight: 500;
  position: absolute;
  inset: 10% 5%;
}

.overlay {
  z-index: 2;
  opacity: 0;
  background-color: #00000080;
  width: 100%;
  height: 100%;
  position: absolute;
}

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

.slide-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  box-shadow: 3px 2px 11px 3px #00000061;
}

.slide-img.top {
  object-position: 50% 30%;
}

.video-about-us {
  height: 60vh;
}

.inhalt-mittig2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  display: flex;
}

.inhalt-mittig2.zweitfarbe-2 {
  padding-top: 10px;
}

.quick-stack {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  width: 100%;
  margin-top: 60px;
  padding: 0;
}

.videoc2 {
  height: 100%;
}

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

.div-block-169 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.margin-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  display: flex;
}

._65vh-block {
  width: 100%;
  height: 65vh;
}

.para {
  font-size: 16px;
  font-weight: 600;
}

.nav-link-dd {
  color: #fff;
  text-transform: uppercase;
  padding: 20px;
}

.nav-link-dd:hover {
  color: #a8a8a8;
  font-weight: 700;
}

.nav-link-dd:active, .nav-link-dd:focus, .nav-link-dd:visited {
  color: #fff;
}

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

.nav-link-dd.flie-text:hover {
  font-size: 16px;
}

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

.nav-link-dd.flie-text {
  color: #333;
}

.nav-link-dd.flie-text:hover {
  color: var(--highlights);
  font-size: 14px;
  font-weight: 400;
}

.inhalt-mittig1-last {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  margin-bottom: 20px;
  padding: 0 20px;
  display: flex;
}

.inhalt-mittig1-last.zweitfarbe-2 {
  width: 32.5vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
}

._1-flex.flie-text {
  color: #fff;
  display: flex;
}

.sold-heading-wrapper {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

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

.subheading1-links {
  text-transform: none;
  text-shadow: 1px 1px 4px #00000080;
  margin-top: 10px;
  margin-bottom: 0;
}

.subheading1-links.heading-4 {
  font-size: 46px;
}

.subheading1-links.heading-4.is-right_align {
  text-align: right;
  font-size: 42px;
}

.heading-4 {
  font-family: Great Vibes, cursive;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.3;
}

.image-107-topmargin {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  margin-top: 160px;
}

.bild-grid-height {
  object-fit: cover;
  width: 70%;
  box-shadow: 3px 2px 11px 3px #00000061;
}

.bild-grid-height._100 {
  width: 100%;
  margin-top: 270%;
}

.bild-grid-height._100.is-contain {
  margin-top: 100%;
}

.section-werke.zweitfarbe {
  background-color: var(--baby-pink);
  padding: 0 15vh 15vh;
}

.section-streifen-padding {
  padding: 15vh 15vw;
}

.section-streifen-padding.zweitfarbe-2 {
  padding-bottom: 3vh;
}

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

.right_block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.nav_btn {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 24px;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.nav_btn:hover {
  background-color: #2e2e2e;
}

.nav_btn.highlights {
  color: #fff;
}

.nav_btn.highlights.flie-text {
  margin-bottom: 20px;
}

.nav_btn.highlights.flie-text:hover {
  background-color: var(--main);
}

.list_text {
  font-size: 16px;
  line-height: 25px;
}

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

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

.utility-page-rel {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-error {
  filter: brightness(0%) invert();
  object-fit: contain;
  height: 45vh;
  margin-bottom: 20px;
}

.heading-error {
  font-family: Poppins, sans-serif;
  font-size: 35px;
}

.text-block {
  font-family: Quicksand, sans-serif;
  font-size: 18px;
}

.jotform_wrap {
  width: 100%;
}

.text-span-3 {
  color: red;
}

@media screen and (max-width: 991px) {
  .logo {
    margin-right: auto;
    padding-bottom: 0;
  }

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

  .divblock1 {
    padding-bottom: 20px;
  }

  .navigation-menu.hauptfarbe {
    background-color: var(--baby-pink);
    padding: 10px 20px;
    position: absolute;
  }

  .nav-link {
    width: 100%;
    position: static;
  }

  .nav-link.flie-text {
    padding: 10px 0;
    font-size: 13px;
  }

  .nav-link.flie-text:hover {
    font-size: 13px;
  }

  .nav-link.flie-text.small {
    width: 20%;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .men-button1 {
    background-color: var(--dark-pink);
    padding: 15px;
  }

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

  .men-icon1 {
    color: #fff;
  }

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

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

  .subheading1.heading-3.farbe-der-headings {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 1.3;
  }

  .subheading1.heading-3.farbe-der-headings.small {
    font-size: 20px;
  }

  .background-video.is-abs {
    width: 100%;
  }

  .videodiv.is-rel {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 40px;
    display: flex;
  }

  .kontaktbutton.flie-text.highlights {
    padding-left: 20px;
    padding-right: 20px;
  }

  .titelvideo-start-1 {
    height: auto;
  }

  .hauptheading.heading-2 {
    font-size: 70px;
    line-height: 75px;
  }

  .img-mask {
    height: 100%;
  }

  .img-mask.flex {
    width: 100%;
  }

  .img-mask.is-65vh {
    height: 60vh;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  ._2er-grid1 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-items: stretch;
    width: 100%;
    height: auto;
    display: flex;
  }

  ._2er-grid1.start {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

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

  .bild-oben-verschoben1 {
    height: 70vh;
    top: -75%;
  }

  .section-gro-e-abst-nde {
    padding: 60px;
  }

  .heading-links1.heading-2 {
    text-align: center;
    margin-top: 0;
    font-size: 32px;
  }

  .heading-links1.heading-2.is-small {
    font-size: 28px;
  }

  .heading-links1.heading-3.farbe-der-headings {
    text-align: center;
    font-size: 32px;
    line-height: 1.3;
  }

  .inhalt-untereinander-1 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
    display: flex;
  }

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

  .rahmen-bild1, .rahmen-bild1.contain {
    height: 55vh;
  }

  .rahmen-bild1._22vh-h {
    width: 100%;
    height: 45vh;
  }

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

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

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

  ._6er-grid.no-top {
    margin-top: 0;
  }

  ._6er-grid.is-flex {
    flex-flow: column;
    display: flex;
  }

  .inhalt-mittig1 {
    padding-bottom: 20px;
  }

  .inhalt-mittig1.zweitfarbe-2 {
    margin-bottom: 0;
    padding-bottom: 10px;
  }

  .inhalt-mittig1.zweitfarbe {
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .mehr-erfahren2.highlights.flie-text {
    margin-bottom: 10px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 12px;
    line-height: 1.3;
  }

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

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

  .inhalt-mittig-untereinander1 {
    padding: 0;
  }

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

  .section-streifen.hauptfarbe {
    border-bottom: 1px solid var(--dark-pink);
  }

  .section-streifen.contain {
    padding: 60px;
  }

  .bild-grid {
    width: 100%;
    height: 60vh;
  }

  .bild-grid._45 {
    object-position: 0% 100%;
  }

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

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

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

  .div-block-footer1.hauptfarbe.flie-text {
    padding-left: 0;
    padding-right: 0;
  }

  .kontakt_info {
    text-align: center;
  }

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

  .bild-oben-verschoben1-2 {
    width: 100%;
    height: 70vh;
    top: -75%;
  }

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

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

  .success_block.highlights {
    padding: 60px;
  }

  .heading-mittig1.heading-2 {
    margin-bottom: 10px;
    font-size: 32px;
  }

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

  .image-100.contain.is-top-25, .image-100.contain.is-top-0 {
    object-position: 50% 35%;
  }

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

  .maps {
    height: 45vh;
  }

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

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

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

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

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

  .dropdown-list-13.w--open {
    padding: 10px 20px;
  }

  .nav-link-2 {
    width: 100%;
    position: static;
  }

  .nav-link-2.flie-text {
    border-bottom-style: none;
    padding-left: 0;
    padding-right: 0;
    font-size: 13px;
  }

  .nav-link-2.flie-text:hover {
    font-size: 13px;
  }

  .inhalt-mittig1-65vh {
    min-height: auto;
    padding-bottom: 0;
  }

  .card-35vw {
    width: 100%;
    height: 50vh;
  }

  .card-35vw.is-auto {
    height: auto;
  }

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

  .grid-3er {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 0;
    display: flex;
  }

  .grid-3er.is-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 0;
    display: grid;
  }

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

  .dropdown-list-14.w--open {
    background-color: var(--secondry-color);
    padding: 10px 15px;
    left: 0%;
  }

  .image-wrapper-2 {
    height: 45vh;
  }

  .image-wrapper-2.is-auto {
    height: auto;
  }

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

  .image-101 {
    height: 60vh;
  }

  .grid-2er.is-flex {
    flex-flow: column;
    display: flex;
  }

  ._2er-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
  }

  ._2er-grid.top-0 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
  }

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

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

  ._4er-grid.modified {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 30px;
    display: grid;
  }

  ._4er-grid.modified.flex {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 40px;
    display: grid;
  }

  ._4er-grid.modified.flex._1er {
    width: 60%;
  }

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

  ._4er-grid.flex {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
  }

  ._2er-grid-65 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto;
    width: 100%;
    margin-top: 40px;
  }

  ._2er-grid-65.flex {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: 100%;
    margin-top: 40px;
  }

  .contact-icons-wrapper {
    margin-top: 20px;
  }

  .icon-20 {
    width: 15%;
  }

  .image_wrapper_overlay.invert {
    flex-flow: column-reverse;
    text-decoration: none;
    display: flex;
  }

  .paragraph {
    text-align: center;
    text-decoration: none;
    position: static;
  }

  .overlay {
    background-color: var(--dark-pink);
    opacity: 1;
    padding: 20px;
    text-decoration: none;
    position: relative;
  }

  .inhalt-mittig2 {
    padding-bottom: 20px;
  }

  .inhalt-mittig2.zweitfarbe-2 {
    padding: 10px;
  }

  .quick-stack {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-top: 20px;
  }

  .slider-70vh {
    height: 60vh;
  }

  ._65vh-block {
    height: 55vh;
  }

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

  .nav-link-dd {
    width: 100%;
    position: static;
  }

  .nav-link-dd.flie-text {
    padding: 10px 0;
    font-size: 13px;
  }

  .nav-link-dd.flie-text:hover {
    font-size: 13px;
  }

  .nav-link-dd.flie-text.w--current {
    padding-left: 40px;
    padding-right: 40px;
  }

  .dropdown-main {
    width: 100%;
  }

  .dd-icon {
    margin-right: 5px;
  }

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

  .inhalt-mittig1-last {
    padding-bottom: 20px;
  }

  .inhalt-mittig1-last.zweitfarbe-2 {
    object-position: 100% 50%;
    width: 100%;
    margin-bottom: 0;
  }

  .subheading1-links.heading-4 {
    text-align: center;
    margin-top: 5px;
    font-size: 35px;
  }

  .subheading1-links.heading-4.is-right_align {
    text-align: center;
    margin-top: 5px;
    font-size: 32px;
  }

  .image-107-topmargin {
    margin-top: 0;
  }

  .bild-grid-height {
    height: 70vh;
  }

  .bild-grid-height._100 {
    height: 55vh;
    margin-top: 0%;
  }

  .bild-grid-height._100.is-contain {
    object-fit: contain;
    width: auto;
    margin-top: 0%;
  }

  .section-werke.zweitfarbe {
    padding-bottom: 60px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .section-streifen-padding {
    padding: 5vh 10vw;
  }

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

  .section-streifen-padding.zweitfarbe-2.less-padding {
    padding-bottom: 50px;
  }

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

  .nav-wrap {
    order: 1;
  }

  .nav_btn.highlights.flie-text {
    margin-bottom: 10px;
    margin-right: 40px;
    font-size: 12px;
    line-height: 1.5;
  }

  .left-arrow, .right-arrow {
    -webkit-text-stroke-width: .3px;
    -webkit-text-stroke-color: black;
    width: 55px;
    font-size: 35px;
  }

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

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

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

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

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

  .image-error {
    height: 40vh;
  }

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

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

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

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

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

  .divblock1 {
    height: auto;
  }

  .navigation-menu.hauptfarbe {
    padding: 8px 15px;
  }

  .nav-link.flie-text {
    font-size: 12px;
    line-height: 1.3;
  }

  .nav-link.flie-text:hover {
    font-size: 12px;
  }

  .nav-link.flie-text.small {
    width: 25%;
  }

  .men-button1 {
    padding: 12px;
  }

  .subheading1.heading-3.farbe-der-headings {
    font-size: 25px;
  }

  .subheading1.heading-3.farbe-der-headings.small {
    font-size: 18px;
  }

  .videodiv {
    justify-content: flex-start;
    padding-top: 50px;
    padding-left: 10%;
    padding-right: 10%;
  }

  .img-mask.is-65vh {
    height: 50vh;
  }

  ._2er-grid1 {
    min-height: 100vh;
  }

  ._2er-grid1.start {
    min-height: auto;
  }

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

  .bild-oben-verschoben1 {
    height: 60vh;
    top: -44%;
  }

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

  .heading-links1.heading-2 {
    font-size: 28px;
  }

  .heading-links1.heading-2.is-small {
    font-size: 22px;
  }

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

  .inhalt-untereinander-1.center {
    padding-left: 0;
    padding-right: 0;
  }

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

  .rahmen-bild1 {
    width: 100%;
    height: 50vh;
  }

  .rahmen-bild1.contain {
    height: 50vh;
  }

  .rahmen-bild1._22vh-h {
    height: 55vh;
    margin-top: 5px;
  }

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

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

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

  ._6er-grid._0-margin {
    width: 100%;
  }

  .inhalt-mittig1 {
    height: auto;
  }

  .inhalt-mittig1.zweitfarbe-2 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .inhalt-mittig1.zweitfarbe {
    padding-left: 15px;
    padding-right: 15px;
  }

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

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

  .inhalt-mittig-untereinander1 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .bild-grid {
    height: 55vh;
  }

  .bild-grid._45 {
    width: 60%;
  }

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

  .div-block-footer1.hauptfarbe {
    flex-direction: column;
  }

  .div-block-footer1.hauptfarbe.flie-text {
    padding-left: 0;
    padding-right: 0;
  }

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

  .footer-visu-1.hauptfarbe {
    text-align: center;
    justify-content: center;
    display: flex;
  }

  .bild-oben-verschoben1-2 {
    height: 65vh;
    top: -70%;
  }

  .impdat {
    padding: 40px;
  }

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

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

  .success_block.highlights {
    padding: 40px;
  }

  .heading-mittig1.heading-2 {
    font-size: 28px;
    line-height: 1.3;
  }

  .maos-footer {
    height: 100px;
  }

  .maps-gro {
    height: 400px;
  }

  .footer-inhalt {
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .image-wrapper.contain {
    height: 100%;
  }

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

  .image-100.contain.is-top_20 {
    object-position: 50% 40%;
  }

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

  .image-100.contain.ledt {
    object-position: 0% 0%;
  }

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

  .dropdown-list-13.w--open {
    padding: 5px 15px;
  }

  .nav-link-2.flie-text {
    font-size: 12px;
    line-height: 1.3;
  }

  .nav-link-2.flie-text:hover {
    font-size: 12px;
  }

  .inhalt-mittig1-65vh {
    height: auto;
  }

  .card-35vw {
    width: 100%;
    height: auto;
  }

  .card-35vw.top-40 {
    margin-top: 15px;
  }

  .lightbox-link {
    height: auto;
    text-decoration: none;
  }

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

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

  .dropdown-list-14.w--open {
    padding-top: 5px;
    padding-bottom: 5px;
  }

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

  .image-101 {
    height: 55vh;
  }

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

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

  .image-wrapper-3 {
    height: 45vh;
  }

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

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

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

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

  ._4er-grid.modified {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 20px;
    display: flex;
  }

  ._4er-grid.modified.flex {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    width: 100%;
    margin-top: 30px;
    display: flex;
  }

  ._4er-grid.modified.flex._1er {
    width: 100%;
  }

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

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

  ._2er-grid-65.flex {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    margin-top: 30px;
    display: flex;
  }

  .contact-icons-wrapper {
    margin-top: 10px;
    margin-bottom: 5px;
  }

  .image_wrapper_overlay {
    color: #fff;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    display: flex;
    overflow: visible;
  }

  .paragraph {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    position: static;
  }

  .overlay {
    background-color: var(--dark-pink);
    opacity: 1;
    color: #fff;
    text-align: center;
    padding: 20px 20px 10px;
    text-decoration: none;
    position: relative;
  }

  .video-about-us {
    height: auto;
    min-height: 50vh;
  }

  .inhalt-mittig2 {
    height: auto;
  }

  .quick-stack {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 15px;
  }

  .videoc2 {
    min-height: 50vh;
  }

  .slider-70vh {
    height: 55vh;
  }

  .div-block-169 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  ._65vh-block {
    height: 50vh;
  }

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

  .nav-link-dd.flie-text, .nav-link-dd.flie-text:hover {
    font-size: 12px;
  }

  .inhalt-mittig1-last {
    height: auto;
  }

  .inhalt-mittig1-last.zweitfarbe-2 {
    width: 100%;
  }

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

  .subheading1-links.heading-4.is-right_align {
    font-size: 25px;
  }

  .bild-grid-height._100.is-contain {
    height: 50vh;
    margin-top: 0%;
  }

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

  .section-streifen-padding {
    padding-left: 5vw;
    padding-right: 5vw;
  }

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

  .section-streifen-padding.zweitfarbe-2.less-padding {
    padding-bottom: 30px;
  }

  .nav_btn.highlights.flie-text {
    margin-right: 20px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 11px;
    line-height: 1.3;
  }

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

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

  .image-error {
    height: 35vh;
  }

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

@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: 80px;
  }

  .logo {
    margin-right: 0;
  }

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

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

  .nav-link.flie-text, .nav-link.flie-text:hover {
    font-size: 11.5px;
  }

  .nav-link.flie-text.small {
    width: 40%;
  }

  .men-button1 {
    text-align: center;
    width: 100%;
    padding: 10px;
  }

  .navbar.hauptfarbe {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
  }

  .subheading1.heading-3.farbe-der-headings {
    font-size: 20px;
  }

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

  .videodiv.is-rel {
    padding: 20px 15px;
  }

  .kontaktbutton.flie-text.highlights {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .hauptheading.heading-2 {
    font-size: 50px;
    line-height: 55px;
  }

  .img-mask._50vh {
    height: 45vh;
  }

  .img-mask.is-65vh {
    height: 40vh;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  ._2er-grid1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  ._2er-grid1.start {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .text-links.flie-text, .text-links.flie-text.center {
    font-size: 13.5px;
  }

  .bild-oben-verschoben1 {
    height: 40vh;
    position: static;
  }

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

  .heading-links1.heading-2 {
    font-size: 24px;
  }

  .heading-links1.heading-2.is-small {
    font-size: 20px;
  }

  .heading-links1.heading-3.farbe-der-headings {
    font-size: 22px;
  }

  .inhalt-untereinander-1.smaller {
    margin-right: 0;
  }

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

  .rahmen-bild1 {
    height: 45vh;
  }

  .rahmen-bild1.contain {
    justify-content: center;
    align-items: flex-start;
    height: 45vh;
    margin-top: 0;
    display: flex;
  }

  .rahmen-bild1._22vh-h {
    height: 45vh;
  }

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

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

  ._6er-grid {
    margin-top: 20px;
  }

  .inhalt-mittig1.zweitfarbe-2, .inhalt-mittig1.zweitfarbe {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .mehr-erfahren2.highlights.flie-text {
    min-width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

  .inhalt-mittig-untereinander1 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .section-streifen.flex {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .bild-grid {
    height: 50vh;
  }

  .bild-grid._45 {
    width: 100%;
  }

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

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

  .bild-oben-verschoben1-2 {
    min-height: 40vh;
    position: static;
  }

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

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

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

  .success_block.highlights {
    padding: 20px;
  }

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

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

  .maps-gro {
    height: 300px;
  }

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

  .social-media-link {
    width: 25px;
    height: 25px;
  }

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

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

  .image-wrapper.contain {
    justify-content: center;
    align-items: flex-end;
    display: block;
  }

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

  .nav-link-2.flie-text {
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 11.5px;
  }

  .nav-link-2.flie-text:hover {
    font-size: 11.5px;
  }

  .grid-3er {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 15px;
  }

  .dropdown-list-14.w--open {
    padding-left: 10px;
    padding-right: 10px;
  }

  ._3er-grid {
    margin-top: 10px;
  }

  .image-101 {
    height: 50vh;
  }

  .text-mitting.flie-text {
    font-size: 13.5px;
  }

  ._4er-grid {
    margin-top: 20px;
  }

  ._4er-grid.modified {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
  }

  ._4er-grid.modified.flex {
    margin-top: 20px;
  }

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

  ._2er-grid-65 {
    margin-top: 20px;
  }

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

  .link-block {
    width: 25px;
    height: 25px;
  }

  .paragraph {
    font-size: 13.5px;
  }

  .overlay {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .video-about-us {
    min-height: 40vh;
  }

  .quick-stack {
    margin-top: 10px;
  }

  .videoc2 {
    height: 30vh;
    min-height: auto;
  }

  .slider-70vh {
    height: 45vh;
  }

  .div-block-169 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  ._65vh-block {
    height: 45vh;
  }

  .para.flie-text.farbe-der-headings {
    font-size: 13px;
  }

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

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

  .subheading1-links.heading-4.is-right_align {
    font-size: 22px;
  }

  .bild-grid-height {
    height: 40vh;
  }

  .bild-grid-height._100.is-contain {
    height: 45vh;
    margin-top: 0%;
  }

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

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

  .nav_btn {
    min-width: 150px;
  }

  .nav_btn.highlights.flie-text {
    border: 1px solid var(--baby-pink);
    min-width: auto;
    margin-bottom: 0;
    margin-right: 0;
    padding: 10px;
  }

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

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

  .grid.is-invert {
    text-align: left;
    justify-content: center;
    align-items: center;
  }

  .list_text.flie-text {
    font-size: 13.5px;
  }

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

  .image-error {
    height: 30vh;
  }

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

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

#w-node-_49534a7c-df89-ffe0-e757-3deabdd6523c-227e9f5b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a99a4446-54ad-b166-4de9-64c4f2346c2f-f2346c2a {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_7e1cba81-3c1f-7ec0-7d58-3597f08605aa-227e9f5e {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-d7d7bb62-f14f-c56d-3194-202c9743f9b5-227e9f61, #w-node-_4ece9909-58d6-203f-b204-90a2a59fa3cc-227e9f61, #w-node-d86170e3-a706-3049-6fa1-46f0ef577397-227e9f61, #w-node-f08c42de-03e1-e741-cdd0-ab6a18533196-227e9f61, #w-node-a16c6bc5-4697-d8eb-7f6b-275a7e48cd12-227e9f61, #w-node-_5168d198-a4c9-ab70-dd5d-5ee1e2a62b56-227e9f61, #w-node-_7bb5f542-e5c4-b0e1-04b6-5c9032c160c3-227e9f61, #w-node-e0ce9371-3432-0696-8c1c-3be97ee4ec7a-227e9f61, #w-node-_5dcc4bf9-0309-de3a-a518-0915818cd9ed-227e9f61 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_551c31d6-b8b9-ec6b-c3f9-27a923fd6348-227e9f63 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: auto;
}

#w-node-e5123b7b-b90e-13e8-c488-4640e078776d-1b4348ef {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2054bb18-0c6d-9657-3065-651f77314bd2-1b4348ef {
  grid-area: 3 / 2 / 4 / 2;
}

#w-node-c203be4d-adae-b587-cde7-124a2fdba25c-cef1a6b1, #w-node-_170461c3-2362-26ad-5a0e-bf256ca16489-423f79bf, #w-node-_9aeb1e79-44ae-7cdb-98b0-b0b97f7fea49-423f79bf, #w-node-_637e8626-3944-2694-f341-b065608e4aa2-423f79bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-da39126e-be5c-2405-ebb1-663e3233f6bb-7d28eb86, #w-node-_047825ba-26d0-f6b7-d7f3-d234fd30c3a1-629dc309, #w-node-_88c6ce1a-29cb-5924-05a8-879ef39676f7-22e7ea88, #w-node-aa46343a-2a07-95d0-50cd-3a10892de550-29c8d253, #w-node-ff924433-8876-ed1c-3a0b-8c3b4b8894c5-f01b62b7, #w-node-_127539ab-8732-9429-a500-17297774c827-43466312 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: auto;
}

#w-node-_170461c3-2362-26ad-5a0e-bf256ca16489-343eb656, #w-node-e0dd37af-97d3-0239-436f-751030b98fd0-343eb656, #w-node-_94b484d4-bcd4-555d-460e-a6d8039bee2a-343eb656, #w-node-_55ee7b0e-4537-b7df-344a-d832f427c815-0f5ffb38, #w-node-_466aa6a8-7551-841a-f337-fbb548542369-0f5ffb38, #w-node-_74374608-4488-b12e-0561-e095a1b77de1-0f5ffb38, #w-node-_170461c3-2362-26ad-5a0e-bf256ca16489-0be1536d, #w-node-e0dd37af-97d3-0239-436f-751030b98fd0-0be1536d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_88c6ce1a-29cb-5924-05a8-879ef39676f7-479c8742 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-a99a4446-54ad-b166-4de9-64c4f2346c2f-f2346c2a {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-d7d7bb62-f14f-c56d-3194-202c9743f9b5-227e9f61, #w-node-a16c6bc5-4697-d8eb-7f6b-275a7e48cd12-227e9f61 {
    grid-column: span 1 / span 1;
  }

  #w-node-d9a4abdb-9f53-5369-6a53-2e87aa8f103d-227e9f61, #w-node-_5b87be36-c990-7bc2-ab7f-ba143b81907d-227e9f61 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_551c31d6-b8b9-ec6b-c3f9-27a923fd6348-227e9f63 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: auto;
  }

  #w-node-_12bfbf08-9d0e-d561-39d7-43edde362712-227e9f63, #w-node-c203be4d-adae-b587-cde7-124a2fdba25c-cef1a6b1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_637e8626-3944-2694-f341-b065608e4aa2-423f79bf {
    grid-column: span 2 / span 2;
  }

  #w-node-c5502e05-a219-c68c-e7d8-1cdd27cbf8ba-556a32d5, #w-node-fe69ca25-e1f1-efe5-f254-53756d072e45-556a32d5, #w-node-_47909df8-120a-a62a-77b5-809e03ff5d1a-556a32d5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a99a4446-54ad-b166-4de9-64c4f2346c2f-f2346c2a {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Roasting Script';
  src: url('../fonts/Roasting-Script.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}