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

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

:root {
  --dark-red: #3a3535;
  --orange: #fc924e;
  --white: white;
  --black: black;
}

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

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

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

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

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

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

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

.utility-page-wrap {
  background-image: 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-wrap.hauptfarbe {
  background-image: none;
}

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

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

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

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

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

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

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

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

.telefonnummer {
  margin-bottom: 0;
}

.ffnungszeiten {
  margin-bottom: 5px;
}

.hauptfarbe {
  color: #fff;
  background-color: #3a3535;
}

.email {
  margin-bottom: 5px;
}

.zweitfarbe {
  color: #fff;
  background-color: #ffdfca;
}

.highlights {
  color: #fff;
  background-color: #ff914f;
}

.adresse {
  margin-bottom: 5px;
}

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

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

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

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

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

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

.terminbutton.highlights.flie-text {
  margin-top: 20px;
}

.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 {
  position: relative;
}

.navbar1 {
  justify-content: space-between;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.navbar-1 {
  background-color: #0000;
  justify-content: flex-end;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 15vw;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

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

.nav-link:hover {
  color: #a8a8a8;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

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

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

.logo-wei {
  margin-top: 10px;
  margin-left: 15vw;
  position: relative;
}

.titelvideo-startseite1 {
  height: 85vh;
  position: relative;
}

.video1 {
  height: 100%;
}

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

.slogan1 {
  text-align: center;
  letter-spacing: -2px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 45px;
  font-weight: 400;
  line-height: 50px;
}

.slogan1.heading-1 {
  letter-spacing: 1px;
  font-family: Overlock, sans-serif;
  line-height: 1.3;
}

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

.inhalt-mittig-untereinander {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  display: flex;
}

.divider {
  width: 10vw;
  height: 2px;
  margin-top: 10px;
  margin-bottom: 20px;
  transition: all .2s;
}

.divider.white {
  background-color: #fff;
}

.heading-mittig {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 35px;
  line-height: 40px;
}

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

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

.men-leiste {
  padding: 60px 100px;
}

.men-leiste.highlights {
  color: #fff;
}

._3er-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr .75fr;
  justify-content: space-between;
  place-items: center;
}

.round-button {
  border-radius: 15px;
  padding: 10px 30px;
  font-size: 16px;
}

.round-button.flie-text.highlights:hover {
  background-color: var(--dark-red);
}

.round-button.flie-text.highlights.hide {
  display: none;
}

.round-button.flie-text.zweitfarbe {
  color: var(--orange);
  background-color: #fff;
}

.round-button.flie-text.zweitfarbe:hover {
  background-color: var(--dark-red);
  color: #fff;
}

.round-button.flie-text.zweitfarbe.hide {
  display: none;
}

.subheadline-mittig {
  text-align: center;
  margin-top: 10px;
}

.div-block-wei-1 {
  background-color: #fffffff2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 60px;
  display: flex;
}

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

.footer-1 {
  flex-direction: column;
  margin-top: auto;
  padding: 40px 140px 20px;
  display: flex;
}

.footer-1.hauptfarbe {
  background-color: var(--dark-red);
}

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

.inhalt-footer {
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.block-mitarbeiter {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
}

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

.bild-zoom-effekt1-2 {
  background-image: linear-gradient(#fff3, #fff3), url('../images/AdobeStock_311892515_visu_1AdobeStock_311892515_visu.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-start;
  height: 80vh;
  padding-top: 0;
  padding-bottom: 0;
  transition: all .2s;
  display: flex;
}

.impdat {
  padding: 100px 40px;
}

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

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

.heading-22 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Overlock, sans-serif;
  line-height: 1.2;
}

.navlink_content {
  margin-right: 20px;
  overflow: hidden;
}

.nav-menu-2 {
  align-items: center;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

.nav-link-4 {
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 700;
}

.nav-link-4.flie-text {
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all .2s;
}

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

.navbar {
  z-index: 98;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #fffc;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10vw;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
  box-shadow: 0 0 6px 1px #83838333;
}

.black_line {
  background-color: var(--orange);
  color: #fff;
  width: 100%;
  height: 2px;
}

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

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

.no-overflow {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

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

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

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

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

.impdat-2.flie-text {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  align-items: center;
  min-height: 100%;
  padding: 0;
  display: flex;
}

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

.embed-maps {
  height: 100%;
}

.inhalt-div {
  border-bottom: 4px solid var(--orange);
  border-radius: 15px;
  flex-direction: column;
  align-items: center;
  transition: all .3s;
  display: flex;
  box-shadow: 0 0 6px 1px #93939333;
}

.inhalt-div:hover {
  transform: translate(0, -10px);
}

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

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

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

.ablaufplan-big-button-3.black {
  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;
}

.social-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  position: static;
  inset: 0% 0% 0% auto;
}

.social-div.fixed {
  z-index: 10;
  flex-direction: column;
  width: auto;
  margin-right: 10px;
  display: flex;
  position: fixed;
  inset: auto 0% 45% auto;
}

.social-link {
  background-color: #fff;
  border-radius: 50%;
}

.social-icon {
  object-fit: contain;
  width: 55px;
  height: 55px;
}

.section-mittig {
  flex-direction: column;
  align-items: center;
  padding: 100px 140px;
  display: flex;
}

.content-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.quick-stack {
  width: 100%;
  padding: 0;
}

.team-bild {
  object-fit: cover;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  width: 100%;
  height: 45vh;
  position: static;
}

.team-bild.top, .team-bild.top-align {
  object-position: 50% 20%;
}

.preisliste-spalte {
  width: 45vw;
}

.quick-stack-2 {
  width: 100%;
}

.no-overflow1 {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.no-overflow1._45vh {
  height: 45vh;
}

.image-gallery {
  object-fit: cover;
  width: 100%;
  height: 55vh;
  transition: all .2s;
}

.image-gallery.top-align {
  object-position: 50% 0%;
}

.image-gallery.btm-align {
  object-position: 50% 80%;
}

.image-gallery.rel {
  z-index: 1;
  object-fit: contain;
  position: relative;
}

.image-gallery.abs {
  z-index: 0;
  filter: blur(5px);
  position: absolute;
  inset: 0%;
}

.background-video {
  z-index: 1;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  transition: all .2s cubic-bezier(.755, .05, .855, .06);
}

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

.icon-small {
  object-fit: contain;
  width: 45px;
  margin-top: 20px;
}

.bottom-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-top: 1px solid #f8f8f86b;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.office-timing {
  margin-bottom: 5px;
}

.section-2 {
  flex-direction: column;
  align-items: center;
  padding: 60px 140px;
  display: flex;
}

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

.inhalt-mittig-untereinander-contents {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
  overflow: auto;
}

._3er-grid-content {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr .75fr;
  justify-content: space-between;
  place-items: center;
}

.no-overflow-content {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.inhalt-mittig-untereinander-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  display: flex;
}

.tab {
  border: 4px solid var(--white);
  background-color: var(--white);
  color: var(--orange);
  text-align: center;
  border-radius: 15px;
  margin-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  display: block;
}

.tab.w--current {
  background-color: var(--orange);
  color: var(--white);
}

.tabs-menu {
  justify-content: center;
  display: flex;
}

.lightbox {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.lightbox._45vh {
  height: 45vh;
}

.paragraph {
  color: var(--white);
  text-align: center;
  background-color: #fc924e80;
  width: 100%;
  margin-bottom: 0;
  padding: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.abs-div {
  z-index: 2;
  opacity: 0;
  background-image: linear-gradient(#0009, #0009);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  transition: opacity .4s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.abs-div:hover {
  opacity: 1;
}

.popupmain {
  z-index: 1000;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: linear-gradient(#0009, #0009);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

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

.popup-inside.highlights {
  border-radius: 20px;
  overflow: auto;
  box-shadow: 0 2px 20px 10px #fff3;
}

.image-62 {
  cursor: pointer;
  align-self: flex-end;
  width: 30px;
  height: 30px;
  margin-top: 10px;
  margin-right: 5px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-62:hover {
  opacity: 1;
  border-radius: 50%;
  box-shadow: 0 0 10px #000;
}

.heading-89 {
  text-align: center;
  margin-bottom: 20px;
}

.heading-89.bottom-margin {
  margin-bottom: 20px;
}

.paragraph-57 {
  text-align: center;
  font-size: 22px;
}

.paragraph-57.darker {
  font-size: 24px;
  line-height: 40px;
}

.paragraph-57.flie-text {
  margin-bottom: 20px;
  font-size: 20px;
}

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

.image-101 {
  object-fit: contain;
  width: 100%;
  height: 75vh;
}

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

.quick-stack-3 {
  margin-top: 40px;
  margin-bottom: 40px;
}

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

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

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

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

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

.margin-bottom.margin-xsmall {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.margin-bottom.margin-large {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

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

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

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

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

.popup-image {
  object-fit: contain;
  height: 60vh;
}

.lightbox-link-2 {
  margin-top: 10px;
}

.background-video-2 {
  z-index: 1;
  width: 500px;
}

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

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

.lightbox-link-3 {
  width: 100%;
  height: 50vh;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

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

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

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

.modal1_component-2 {
  z-index: 1000;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

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

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

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

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

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

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

.form1-2 {
  margin-bottom: 0;
}

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

.text-field-10 {
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #e5e5e7;
  border-radius: 5px;
  height: 54px;
  margin-bottom: 20px;
  padding: 18px 24px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  transition: border .4s, color .4s;
  display: block;
}

.text-field-10:hover {
  border-color: #1d1f2e80;
}

.text-field-10:active, .text-field-10:focus {
  border-color: #1d1f2e;
}

.text-field-10::placeholder {
  color: #1d1f2e4d;
}

.text-field-10.cc-textarea {
  height: 100px;
}

.contact-form-success-icon {
  margin-top: 0;
  margin-bottom: 10px;
}

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

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

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

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

  .divblock1 {
    padding-bottom: 20px;
  }

  .men-button1.w--open {
    background-color: #0000;
  }

  .nav-menu-1 {
    background-color: #000;
  }

  .navbar-1 {
    background-color: #00000080;
  }

  .men-icon1 {
    color: #fff;
  }

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

  .nav-link.flie-text {
    text-align: right;
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .titelvideo-startseite1 {
    height: 60vh;
  }

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

  .slogan1 {
    font-size: 40px;
  }

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

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

  .inhalt-mittig-untereinander.highlights {
    padding: 60px;
  }

  ._2er-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1.6fr;
    grid-auto-columns: 1fr;
    justify-items: stretch;
    height: auto;
    display: flex;
  }

  .men-leiste, .men-leiste.highlights {
    padding-left: 60px;
    padding-right: 60px;
  }

  ._3er-grid {
    display: flex;
  }

  .div-block-wei-1 {
    height: auto;
    padding: 40px;
  }

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

  .div-block-footer1.flie-text {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

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

  .inhalt-footer {
    text-align: center;
    align-items: center;
  }

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

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

  .bild-zoom-effekt1-2 {
    height: 70vh;
  }

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

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

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

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

  .navlink_content {
    margin-right: 0;
  }

  .nav-menu-2 {
    z-index: 1000;
    background-color: var(--orange);
  }

  .nav-link-4 {
    color: #fff;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    font-weight: 700;
  }

  .nav-link-4.flie-text {
    text-align: center;
  }

  .nav-link-4.flie-text.w--current {
    color: #fff;
  }

  .menu-button {
    background-color: #ff914f;
  }

  .menu-button.w--open {
    background-color: var(--orange);
  }

  .icon {
    color: #fff;
  }

  .black_line {
    display: none;
  }

  .no-overflow {
    height: 45vh;
  }

  .embed-maps {
    height: 100%;
  }

  .maps {
    height: 45vh;
  }

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

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

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

  .section-mittig {
    padding: 60px;
  }

  .content-div {
    padding: 0;
  }

  .team-bild.top-align {
    object-position: 50% 35%;
  }

  .image-gallery.top-align {
    height: 45vh;
  }

  .slider {
    height: 100%;
  }

  .section-2.highlights {
    padding-left: 60px;
    padding-right: 60px;
  }

  .html-embed-3 {
    overflow: scroll;
  }

  .inhalt-mittig-untereinander-contents {
    height: 50vh;
    padding: 0;
    overflow: visible;
  }

  .hide {
    display: none;
  }

  ._3er-grid-content {
    display: flex;
  }

  .no-overflow-content {
    height: 50vh;
  }

  .inhalt-mittig-untereinander-content {
    padding: 0;
  }

  .inhalt-mittig-untereinander-content.hauptfarbe {
    padding: 60px;
  }

  .heading-89.bottom-margin {
    font-size: 34px;
  }

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

  .bold-text-4 {
    font-size: 22px;
  }

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

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

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

  .lightbox-link-3 {
    height: 45vh;
  }

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

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

  .image-55vh {
    height: 50vh;
  }

  .error-message {
    width: auto;
  }
}

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

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

  .divblock1 {
    height: auto;
  }

  .titelvideo-startseite1 {
    height: 45vh;
  }

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

  .slogan1.heading-1 {
    margin-top: 15px;
    font-size: 30px;
  }

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

  .inhalt-mittig-untereinander.highlights {
    padding: 40px;
  }

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

  ._2er-grid {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .men-leiste {
    padding: 40px;
  }

  .men-leiste.highlights {
    padding: 40px 20px;
  }

  ._3er-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    align-content: stretch;
  }

  .div-block-wei-1 {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .div-block-footer1.flie-text {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    display: flex;
  }

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

  .heading-footer.heading-3 {
    margin-bottom: 6px;
    font-size: 18px;
  }

  .inhalt-footer {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .mitarbeiter {
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    display: flex;
  }

  .bild-zoom-effekt1-2 {
    height: 50vh;
  }

  .impdat {
    padding: 40px;
  }

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

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

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

  .navlink_content {
    margin-right: 0;
  }

  .nav-menu-2 {
    justify-content: center;
    margin-left: 0;
  }

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

  .menu-button {
    padding: 10px;
  }

  .no-overflow {
    height: 45vh;
  }

  .maos-footer {
    height: 100px;
  }

  .maps-gro {
    height: 400px;
  }

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

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

  .section-mittig, .section-mittig.highlights {
    padding: 40px;
  }

  .content-div {
    padding-left: 0;
    padding-right: 0;
  }

  .quick-stack-2 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .bottom-div {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

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

  ._3er-grid-content {
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    align-content: stretch;
  }

  .no-overflow-content {
    height: 40vh;
  }

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

  .inhalt-mittig-untereinander-content.hauptfarbe {
    padding: 40px;
  }

  .popupmain {
    display: flex;
  }

  .image-62 {
    width: 25px;
    height: 25px;
  }

  .heading-89.bottom-margin {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .paragraph-57.darker {
    line-height: 30px;
  }

  .bold-text-4 {
    font-size: 20px;
  }

  .modal1_content-wrapper {
    max-height: 80vh;
    padding: 2rem 5%;
  }

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

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

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

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

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

  .background-video-2 {
    width: 300px;
    height: 300px;
  }

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

  .lightbox-link-3 {
    height: 35vh;
  }

  .modal1_content-wrapper-3 {
    width: 75%;
    max-height: none;
    padding-bottom: 4rem;
    padding-left: 5%;
    padding-right: 5%;
  }

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

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

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

  .image-55vh {
    height: 350px;
  }

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

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

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

  .text-field-10 {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-field-10::placeholder {
    text-align: center;
  }

  .text-field-10.cc-textarea {
    margin-bottom: 20px;
  }
}

@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 {
    margin-right: 0;
  }

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

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

  .navbar-1 {
    padding-right: 5vw;
  }

  .logo-wei {
    margin-left: 5vw;
  }

  .titelvideo-startseite1 {
    height: 40vh;
  }

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

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

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

  .text-mittig.flie-text {
    font-size: 14px;
    line-height: 1.5;
  }

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

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

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

  .men-leiste, .men-leiste.highlights {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._3er-grid {
    flex-direction: column;
  }

  .round-button.flie-text.highlights, .round-button.flie-text.zweitfarbe {
    font-size: 14px;
  }

  .div-block-wei-1 {
    width: 90%;
  }

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

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

  .block-mitarbeiter {
    padding-bottom: 40px;
  }

  .mitarbeiter {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .bild-zoom-effekt1-2 {
    height: 55vh;
  }

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

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

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

  .nav-menu-2 {
    background-color: var(--dark-red);
  }

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

  .navbar {
    flex-direction: column;
    align-items: stretch;
    padding: 5px 0 0;
  }

  .menu-button {
    text-align: center;
    margin-top: 5px;
  }

  .no-overflow {
    height: 35vh;
  }

  .maps-gro {
    height: 300px;
  }

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

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

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

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

  .social-div.fixed {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
  }

  .social-icon {
    width: 29px;
    height: 29px;
  }

  .section-mittig, .section-mittig.highlights {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-div {
    padding-left: 0;
    padding-right: 0;
  }

  .team-bild, .team-bild.top, .team-bild.top-align {
    height: 35vh;
  }

  .quick-stack-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
  }

  .image-gallery {
    height: 35vh;
  }

  .image-gallery.top-align {
    height: 45vh;
  }

  .bottom-div {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

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

  ._3er-grid-content {
    flex-direction: column;
  }

  .no-overflow-content {
    height: 35vh;
  }

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

  .inhalt-mittig-untereinander-content.hauptfarbe {
    padding-left: 20px;
    padding-right: 20px;
  }

  .popupmain {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-62 {
    width: 20px;
    height: 20px;
  }

  .heading-89 {
    font-size: 14px;
    line-height: 20px;
  }

  .heading-89.bottom-margin {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 28px;
  }

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

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

  .bold-text-4 {
    font-size: 16px;
    line-height: 26px;
  }

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

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

  .popup-image {
    height: auto;
  }

  .background-video-2 {
    width: 250px;
    height: 250px;
  }

  .modal1_content-wrapper-3 {
    width: 85%;
    padding-top: 4rem;
    padding-bottom: 1rem;
  }

  .modal1_component-2 {
    width: auto;
    height: auto;
    display: flex;
  }
}

#w-node-_59780b3d-b036-d115-1fd3-eb2081d72af3-e53dc1f4, #w-node-_445b295c-793d-9bfe-e962-403b7d0e9ba6-e53dc1f4 {
  grid-row: span 1 / span 1;
  grid-column-start: span .994318;
  grid-column-end: span .994318;
}

#w-node-_9ceb890e-5225-524b-59d5-ba50f962dc6a-e53dc1f4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bd599cd1-a486-3784-c041-4c3c138c52c0-e53dc1f4 {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_86248759-9dbd-dc17-85a5-377b9ca94c10-e53dc1f4 {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_14a8b9da-4192-ba6a-a19a-e05cc83385fd-e53dc206 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_323b830a-366a-3da0-408b-d24e6efe2792-e53dc214 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-bd599cd1-a486-3784-c041-4c3c138c52c0-e53dc1f4, #w-node-_86248759-9dbd-dc17-85a5-377b9ca94c10-e53dc1f4 {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_14a8b9da-4192-ba6a-a19a-e05cc83385fd-e53dc206 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0cb809ff-1adf-b710-0506-c8c5100a1c4c-e53dc206 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-bd599cd1-a486-3784-c041-4c3c138c52c0-e53dc1f4, #w-node-_86248759-9dbd-dc17-85a5-377b9ca94c10-e53dc1f4 {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }
}


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