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

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

:root {
  --silver: #bebebe;
  --tan: #a8997d;
  --black: #353535;
  --sandy-brown: #e79d4d;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

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

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

p {
  margin-bottom: 10px;
}

.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: 200px;
}

.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;
  display: none;
}

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

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

.ffnungszeiten {
  margin-bottom: 5px;
}

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

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

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

.zweitfarbe {
  color: #000;
  background-color: #f0f0f0;
}

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

.adresse {
  margin-bottom: 5px;
  font-family: Quicksand, sans-serif;
  line-height: 1.4;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.men-2 {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.startseite2.padding {
  padding: 100px;
}

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

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

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

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

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

.heading-start2.heading-2.farbe-der-headings.padding {
  margin-top: 40px;
}

.heading-start2.heading-2.farbe-der-headings.padding.orange {
  color: #da412a;
}

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

.heading-start2.heading-2.farbe-der-headings.small.white {
  color: #fff;
}

.heading-start2.heading-2.farbe-der-headings.t-rkis {
  color: #a5d2d7;
}

.heading-start2.heading-2.farbe-der-headings.lila {
  color: #9982ac;
}

.heading-start2.heading-2.farbe-der-headings.gelb {
  color: #fedb55;
}

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

.heading-start2.heading-2.small.white {
  color: #fff;
}

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

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

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

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

.mehr-erfahren1.highlights.flie-text {
  background-color: var(--tan);
  background-color: #e79d4d;
  line-height: 1.5;
}

.mehr-erfahren1.highlights {
  background-color: #a8997d;
  font-family: Quicksand, sans-serif;
}

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

.heading-83.small {
  font-size: 40px;
}

.heading-83.big {
  font-size: 44px;
}

.inhalt-service2 {
  overflow: hidden;
}

.inhalt-service2.padding {
  padding: 100px 220px;
}

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

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

.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: 50px;
  line-height: 24px;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

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

.mehr-erfahren2.zweitfarbe:hover {
  color: #f7f7f7;
}

.mehr-erfahren2.zweitfarbe.flie-text {
  margin-top: 20px;
  line-height: 1.5;
}

.mehr-erfahren2.zweitfarbe.flie-text:hover {
  transform: scale(1.1);
}

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

.inhaltstartseite2 {
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

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

.kontaktaufnehmen2 {
  color: #fff;
  background-image: linear-gradient(#00000080, #00000080), url('../images/Freie-Trauung.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

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

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

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

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

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

.titelvideo-3 {
  height: 75vh;
  position: relative;
}

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

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

.centered-container {
  text-align: center;
  flex: 1;
  max-width: 100%;
}

.galerie2 {
  padding: 100px 10%;
}

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

.kontakt2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 60px;
  display: flex;
}

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

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

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

.sucess-blcok.highlights {
  background-color: var(--tan);
  color: #fff;
  border-style: none;
}

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

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

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

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

.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: 30px;
  margin-right: 30px;
  display: flex;
}

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

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

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

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

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

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

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

.submit_button.flie-text {
  border: 1px solid #000;
  transition: all .2s;
}

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

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

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

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

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

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

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

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

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

.text-field.area {
  min-height: auto;
  padding-bottom: 55px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form {
  width: 100%;
}

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

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

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

.link {
  color: #fff;
  font-family: Quicksand, sans-serif;
  text-decoration: none;
  display: block;
}

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

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

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

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

.nav-men-1.hauptfarbe {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 300px;
  margin-right: 300px;
  display: flex;
}

.navbar-6 {
  width: 100%;
}

.navbar-6.hauptfarbe {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

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

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

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

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

.nav-link-3.flie-text.w--current {
  color: #a8997d;
}

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

.content-wrapper.gray {
  background-color: #f5f5f5;
}

.content-wrapper.zweitfarbe._100 {
  background-color: #f6f6f6;
  justify-content: flex-start;
  align-items: center;
  height: 55vh;
  overflow: auto;
}

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

.image-wrapper-large.kleiner {
  height: 50vh;
}

.image-wrapper-large.auto {
  height: 100%;
}

.image-wrapper-large.border {
  border: 6px solid var(--tan);
  width: auto;
  padding: 20px;
}

.image-wrapper-large.border.relativ {
  z-index: 4;
  flex-flow: column;
  height: 50vh;
  position: relative;
}

.image-wrapper-large.border.relativ.size {
  border-style: none;
  height: 85vh;
}

.image-wrapper-large.smaller {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 65vh;
}

.image-wrapper-large._100vh {
  height: 98vh;
}

.image-wrapper-large.small {
  width: 60%;
  height: 50vh;
}

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

.grid-5.padding {
  margin-top: 20px;
}

.grid-5.padding._100 {
  width: 100%;
}

.grid-5.padding.margin {
  margin-top: 0;
}

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

.grid-5.hide {
  display: none;
}

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

.grid-6.invert.small {
  grid-template-columns: 1fr .5fr;
}

.image-100 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .6s cubic-bezier(.23, 1, .32, 1);
}

.image-100:hover {
  transform: scale(1.04);
}

.image-100.contain {
  object-fit: contain;
  background-color: #298ec0;
}

.image-100.contain.white {
  background-color: #fff;
}

.image-100.contain.purple {
  background-color: #9781a8;
}

.image-100.contain.yellow {
  background-color: #ffdf48;
}

.image-100.contain.light {
  background-color: #ece2dc;
}

.image-100.contain.blue {
  background-color: #a5d2d7;
}

.image-100.contain.grey {
  background-color: #f6f6f6;
}

.image-100.contain.red {
  object-fit: contain;
  background-color: #0000;
  background-image: linear-gradient(#da0a54, #ea6819);
}

.image-100.contain.light-yellow {
  background-color: #f7f4b3;
}

.image-100.contain.light-orange {
  background-color: #ed8594;
}

.image-100.contain.black {
  background-color: #14151a;
}

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

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

.image-100._1-1 {
  aspect-ratio: 1;
}

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

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

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

.html-embed-11 {
  width: 90%;
}

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

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

.link-block-3.flie-text {
  color: #fff;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 15px;
}

.dropdown-list-13 {
  background-color: #fcfcfc;
  border-bottom: 1px solid #db3a41;
}

.dropdown-list-13.w--open {
  background-image: linear-gradient(to right, #cd2827, #e63b2c);
  border-radius: 20px;
  padding: 20px;
  left: -150%;
  box-shadow: 1px 1px 13px #fcfcfcbd;
}

.dropdown-list-13._1st {
  left: auto;
}

.dropdown-list-13._1st.w--open {
  border-bottom-color: var(--sandy-brown);
  background-color: var(--tan);
  box-shadow: 1px 1px 13px 0 var(--tan);
  background-image: none;
}

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

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

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

.nav-link2-2.flie-text {
  color: #fff;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
}

.nav-link2-2.flie-text:hover {
  border-bottom: 2px solid #fcfcfc;
}

.nav-link2-2.flie-text.w--current {
  background-image: none;
  border-bottom: 1px solid #fff;
}

.nav-link2-2.flie-text.sub-mneu {
  color: #fff;
  border-bottom: 2px solid #0000;
}

.nav-link2-2.flie-text.sub-mneu:hover {
  border-bottom-color: #fcfcfc;
}

.card-wrap {
  width: 100%;
  height: 30vh;
  position: relative;
  overflow: hidden;
}

.card-wrap.small {
  height: 30vh;
}

.card-wrap.small._35vh {
  height: 25vh;
}

.card-wrap._1 {
  height: 33vh;
}

.card-wrap._1.size {
  height: 70vh;
}

.card-wrap._2 {
  height: 55vh;
}

/* Termine-Seite: Karten wachsen mit ihrem Inhalt statt intern zu scrollen */
.card-wrap._2 {
  height: auto;
}

.card-wrap._2 .text-wrap {
  height: 100%;
  position: relative;
  inset: auto;
  overflow: visible;
}

.termine-badge {
  background-color: var(--sandy-brown);
  color: #fff;
  text-transform: uppercase;
  border-radius: 4px;
  padding: 4px 10px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  position: absolute;
  top: 12px;
  right: 12px;
}

.card-wrap._3, .card-wrap._4, .card-wrap._5, .card-wrap._6 {
  height: 33vh;
}

.text-wrap {
  background-color: var(--silver);
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 29px;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: auto;
}

.text-wrap.grey {
  color: #000;
  background-color: #f5f5f5;
}

.text-wrap.grey.big {
  padding-top: 29px;
}

.text-wrap.grey.big.no-scroll {
  overflow: visible;
}

.text-wrap.orange {
  background-color: #da412a;
}

.text-wrap.blue {
  background-color: #a5d2d7;
}

.text-wrap.yellow {
  color: #000;
  background-color: #fedb55;
}

.text-wrap.lia {
  background-color: #9982ac;
}

.text-3 {
  text-align: center;
  padding-bottom: 0;
  font-size: 20px;
  line-height: 28px;
}

.text-3.flie-text {
  text-align: left;
  padding-top: 0;
}

.text-3.flie-text.center {
  text-align: center;
  font-size: 18px;
  line-height: 1.3;
}

.text-3.flie-text.center.black {
  color: #333;
}

.text-3.flie-text.center.white {
  color: #fff;
}

.warumwir2-3 {
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 40px;
}

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

.warumwir2-3.linksb-ndig.heading-3.center {
  text-align: center;
  font-size: 27px;
  line-height: 35px;
}

.warumwir2-3.linksb-ndig.heading-3.center.black {
  color: #333;
}

.warumwir2-3.linksb-ndig.heading-3.center.farbe-der-headings {
  color: var(--sandy-brown);
}

.heading-87 {
  color: #fff;
  line-height: 30px;
}

.grid-col-3-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 40px;
  display: grid;
}

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

.grid-col-3-3._3er.abst-unten {
  grid-template-columns: 1fr 1fr;
  margin-bottom: 60px;
}

.grid-col-3-3._3er.abst-unten.space {
  margin-bottom: 10px;
}

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

.black-link.break {
  word-break: break-all;
}

.black-link.white {
  color: #fff;
}

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

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

.black-bold {
  color: #333;
}

.gallery-col-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.lightbox-200h {
  height: 40vh;
  position: relative;
}

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

.lightbox-image.fest {
  height: 76vh;
}

.lightbox-image.fest.oben {
  object-position: 50% 30%;
}

.lightbox-image.fest.contain {
  object-fit: contain;
}

.lightbox-image.fest.contain.line {
  border-top: 1px solid #0000001a;
  border-right: 1px solid #0000001a;
}

.lightbox-image.fest.contain.line.first {
  height: 76vh;
}

.lightbox-image.fest.contain.line.first.auto {
  width: 80%;
  height: auto;
}

.lightbox-image.fest.contain.line.first.auto.no-border {
  border: 0 solid #000;
}

.lightbox-image.fest.contain.line2 {
  border-bottom: 1px solid #0000001a;
  border-left: 1px solid #0000001a;
}

.lightbox-image.top {
  object-position: 50% 25%;
}

.lightbox-image.topp, .lightbox-image.down {
  object-position: 50% 0%;
}

.lightbox-image.bottom {
  object-position: 50% 80%;
}

.list-5 {
  color: #333;
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.content-list {
  width: 30%;
}

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

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

.heading-start2-4.heading-2 {
  line-height: 1.3;
}

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

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

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

.heading-89.abs {
  font-size: 28px;
}

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

.heading-start2-5.heading-2 {
  line-height: 1.3;
}

.heading-start2-5.heading-2.small {
  font-size: 33px;
}

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

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

.heading-start2-7.heading-2 {
  line-height: 1.3;
}

.heading-start2-7.heading-2.small {
  font-size: 33px;
}

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

.html-embed-13.zentriert {
  background-color: #c74b75;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.html-embed-13.zentriert.kleiner {
  width: 50%;
}

.bold-text-16 {
  text-transform: capitalize;
}

.faq-dropdown {
  width: 100%;
}

.faq-single-block {
  border-radius: 10px;
  transition: all .2s ease-in;
  overflow: hidden;
  box-shadow: 1px 1px 4px #6d6d6d;
}

.answer-block {
  background-color: #3e541e;
  padding: 20px 40px;
  transition: all .2s ease-in;
}

.faq-dropdown-content {
  background-color: #fff;
  position: static;
}

.faq-main-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
}

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

.faq-text.blk {
  color: #333;
}

.faq-dropdown-button {
  border: 1px solid #fff;
  width: 100%;
  padding-left: 40px;
}

.faq-dropdown-button.white {
  background-color: #fff;
  border-style: solid;
  border-color: #333;
}

.faq-icon {
  font-size: 20px;
}

.answer-text {
  font-size: 16px;
  line-height: 24px;
}

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

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

.slide {
  width: 100%;
}

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

.image-102.abs-image {
  z-index: 0;
  filter: blur(5px);
  object-fit: cover;
  object-position: 50% 10%;
  position: absolute;
  inset: 0%;
}

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

.div-black {
  width: 100%;
  padding: 40px;
}

.image-full {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .6s cubic-bezier(.23, 1, .32, 1);
}

.image-full:hover {
  transform: scale(1.04);
}

.image-full.up {
  object-position: 50% 20%;
}

.success-txt {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 28px;
  line-height: 42px;
}

.text-link {
  color: #57492e;
  text-decoration: underline;
}

.text-link:hover {
  text-decoration: underline;
}

.magnifying-glass {
  object-fit: contain;
  background-color: #35353580;
  width: 100%;
  height: 100%;
  padding: 100px;
  display: none;
  position: absolute;
  inset: 0%;
}

.div-block-43 {
  z-index: 222;
  background-image: linear-gradient(#00000080, #00000080);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  inset: 0%;
}

.div-block-43:hover {
  background-image: linear-gradient(#0003, #0003);
}

.gallery-col-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-block-4 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 65px;
  text-decoration: none;
  display: flex;
}

.content {
  width: 80%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

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

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

.heading-89-size.abs {
  font-size: 45px;
}

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

.startseite-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 200px;
  display: flex;
}

.startseite-3.zweitfarbe {
  min-height: auto;
  padding: 100px;
  position: relative;
  overflow: hidden;
}

.startseite-3.padding {
  padding: 100px;
}

.startseite-3.padding.zweitfarbe {
  padding-top: 100px;
  padding-bottom: 100px;
}

.link-12, .link-13 {
  color: var(--tan);
}

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

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

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

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

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

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

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

.lightbox-link {
  height: 55vh;
  margin-bottom: 10px;
}

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

.image-103 {
  height: 100%;
}

.modal1_content-wrapper {
  border: 4px solid var(--tan);
  background-color: var(--sandy-brown);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 60vw;
  padding: 2rem;
  display: flex;
  position: relative;
  overflow: auto;
}

.modal1_content-wrapper.silver {
  background-color: #fff;
}

.modal1_component {
  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%;
}

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

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

.link-14.black {
  color: #000;
}

.link-14.break {
  word-break: break-all;
}

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

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

.grid-3er.padding {
  margin-top: 20px;
}

.grid-3er.padding._100 {
  width: 100%;
}

.grid-3er.padding.margin {
  margin-top: 0;
}

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

.grid-3er.hide {
  display: none;
}

._2er {
  grid-template-rows: auto;
  width: 100%;
}

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

.link-15.white {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .telefonnummer, .email {
    margin-bottom: 5px;
  }

  .divblock1 {
    padding-bottom: 20px;
  }

  .men-icon2 {
    color: #fff;
  }

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

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

  .slogan-2.heading-1 {
    text-align: center;
    font-size: 40px;
    line-height: 45px;
  }

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

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

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

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

  .heading-start2.heading-2.farbe-der-headings {
    margin-bottom: 10px;
    font-size: 35px;
    line-height: 40px;
  }

  .heading-83 {
    font-size: 35px;
    line-height: 40px;
  }

  .inhalt-service2.padding {
    padding: 60px;
  }

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

  .serviceangebote2 {
    width: 90%;
  }

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

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

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

  .titelvideo-3 {
    height: 60vh;
  }

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

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

  .galerie2 {
    padding: 60px;
  }

  .karte1 {
    width: 100%;
  }

  .impdat-3 {
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

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

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

  .div-block-footer1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

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

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

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

  .nav-men-1.hauptfarbe {
    z-index: 1000;
    background-color: var(--tan);
    margin-left: 0;
    margin-right: 0;
  }

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

  .content-wrapper {
    order: -9999;
    height: auto;
    padding: 20px;
  }

  .content-wrapper.highlights, .content-wrapper.highlights.padding, .content-wrapper.gray {
    order: -9999;
  }

  .content-wrapper.padding {
    order: -9999;
    padding: 40px;
  }

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

  .image-wrapper-large.auto.red {
    background-image: linear-gradient(#da0a54, #fff);
  }

  .image-wrapper-large.border, .image-wrapper-large.border.relativ.size {
    height: auto;
  }

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

  .image-wrapper-large.small {
    width: 90%;
  }

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

  .grid-5.padding {
    flex-direction: column;
    display: flex;
  }

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

  .grid-6.invert {
    flex-direction: column-reverse;
    display: flex;
  }

  .image-100.contain.red {
    object-fit: contain;
    background-image: linear-gradient(#da0a54, #ea6819);
  }

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

  .image-100.containn {
    height: 50vh;
  }

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

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

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

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

  .image-wrapper-small {
    height: 65vh;
  }

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

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

  .link-block-3.flie-text {
    width: 100%;
    margin-left: 0;
  }

  .dropdown-list-13._1st.w--open {
    background-color: var(--black);
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
  }

  .nav-link2-2.flie-text {
    text-align: center;
  }

  .nav-link2-2.flie-text.sub-mneu {
    text-align: left;
    font-size: 15px;
  }

  .card-wrap.small {
    height: 45vh;
  }

  .card-wrap.small.weg {
    height: 28vh;
    display: none;
  }

  .card-wrap.small._35vh {
    height: auto;
  }

  .card-wrap._1 {
    height: 45vh;
  }

  .card-wrap._2 {
    height: auto;
  }

  .card-wrap._3, .card-wrap._4, .card-wrap._5, .card-wrap._6 {
    height: 45vh;
  }

  .text-wrap, .text-wrap.grey {
    position: relative;
  }

  .text-wrap.grey.big {
    padding-top: 29px;
    overflow: auto;
  }

  .text-wrap.orange, .text-wrap.blue, .text-wrap.yellow {
    position: relative;
  }

  .text-3.flie-text.center {
    font-size: 16px;
  }

  .text-3.flie-text.center.black {
    font-size: 16px;
    line-height: 1.5;
  }

  .warumwir2-3.linksb-ndig.heading-3.center {
    font-size: 20px;
    line-height: 27px;
  }

  .heading-87 {
    font-size: 21px;
    line-height: 25px;
  }

  .grid-col-3-3._3er {
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
  }

  .grid-col-3-3._3er.abst-unten {
    flex-flow: column;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
  }

  .grid-col-3-3._3er.flex {
    flex-flow: column;
    display: flex;
  }

  .image-wrapper-smal {
    width: 100%;
    height: 65vh;
  }

  .gallery-col-4 {
    grid-template-columns: 1fr 1fr;
    width: 100%;
    margin-top: 30px;
  }

  .lightbox-200h, .lightbox-image.fest {
    height: 45vh;
  }

  .lightbox-image.fest.contain.line.first.no-border-sm-screen {
    border: 0 solid #000;
    height: 45vh;
  }

  .lightbox-image.fest.contain.line2 {
    border: 0 solid #000;
  }

  .content-list {
    width: 90%;
  }

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

  .grid-18.invert {
    flex-direction: column-reverse;
    display: flex;
  }

  .grid-18.invert.anders {
    flex-direction: column;
  }

  .grid-18.switch {
    flex-direction: column-reverse;
  }

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

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

  .heading-89 {
    font-size: 35px;
    line-height: 40px;
  }

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

  .heading-90 {
    font-size: 35px;
    line-height: 40px;
  }

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

  .html-embed-13.zentriert.kleiner, .dropdown-15 {
    width: 100%;
  }

  .image-full.up {
    object-position: 50% 20%;
    width: auto;
    height: 60vh;
  }

  .success-txt {
    font-size: 19px;
    line-height: 29px;
  }

  .gallery-col-2 {
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 30px;
  }

  .link-block-4 {
    width: 100%;
    padding: 40px;
  }

  .content {
    margin-bottom: 0;
  }

  .heading-89-size {
    font-size: 35px;
    line-height: 40px;
  }

  .startseite-3 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .startseite-3.zweitfarbe, .startseite-3.padding {
    padding: 60px;
  }

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

  .lightbox-link {
    margin-bottom: 0;
  }

  .modal1_content-wrapper {
    justify-content: flex-start;
    align-items: center;
    height: 90%;
  }

  .modal1_content-wrapper.auto {
    height: auto;
  }

  .modal1_component {
    display: none;
  }

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

  .grid-3er.padding {
    flex-direction: column;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 35px;
  }

  h2 {
    font-size: 25px;
    line-height: 30px;
  }

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

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

  .divblock1 {
    height: auto;
  }

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

  .titelvideo-start-3 {
    height: 400px;
  }

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

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

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

  .startseite2.zweitfarbe {
    padding: 40px;
  }

  .startseite2.padding {
    padding: 60px 40px;
  }

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

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

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

  .text2 {
    padding-bottom: 40px;
  }

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

  .heading-83.small, .heading-83.big {
    font-size: 30px;
    line-height: 35px;
  }

  .inhalt-service2.padding {
    padding: 40px;
  }

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

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

  .mehr-erfahren2.zweitfarbe.flie-text {
    margin-top: 20px;
  }

  .inhaltstartseite2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .inhaltstartseite2.padding {
    padding: 40px;
  }

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

  .kontaktaufnehmen2 {
    padding: 40px;
  }

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

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

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

  .columns-14 {
    width: 100%;
  }

  .headingfooter2 {
    text-align: center;
  }

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

  .titelvideo-3 {
    height: 350px;
  }

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

  .galerie2 {
    padding: 40px;
  }

  .karte1 {
    height: 50vh;
  }

  .kontakt2 {
    padding: 60px 40px;
  }

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

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

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

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

  .grid-2 {
    flex-direction: column;
    align-items: stretch;
    margin-top: 10px;
    display: flex;
  }

  .submit_button.flie-text {
    order: 1;
  }

  .maps-gro {
    height: 400px;
  }

  .maos-footer {
    height: 100px;
  }

  .nav-link-3.flie-text {
    padding-top: 16px;
    padding-bottom: 16px;
  }

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

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

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

  .content-wrapper.zweitfarbe._100 {
    height: auto;
  }

  .content-wrapper.wegg {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .image-wrapper-large, .image-wrapper-large.auto, .image-wrapper-large._100vh {
    height: 25rem;
  }

  .grid-5.padding {
    flex-direction: column;
    margin-top: 20px;
    display: flex;
  }

  .image-wrapper-small {
    height: 350px;
  }

  .link-block-3.flie-text {
    margin-left: 0;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .card-wrap, .card-wrap.small, .card-wrap.small._35vh, .card-wrap._1, .card-wrap._1.size, .card-wrap._2, .card-wrap._3, .card-wrap._4, .card-wrap._5, .card-wrap._6 {
    height: auto;
  }

  .text-wrap {
    width: 100%;
    position: relative;
  }

  .text-wrap.grey.big {
    padding-top: 29px;
  }

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

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

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

  .grid-col-3-3._3er, .grid-col-3-3._3er.abst-unten {
    flex-direction: column;
    display: flex;
  }

  .image-wrapper-smal {
    height: 350px;
  }

  .gallery-col-4 {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .lightbox-200h {
    width: 100%;
    height: 45vh;
  }

  .lightbox-image.fest {
    order: 1;
    height: 25rem;
  }

  .lightbox-image.fest.oben {
    height: 25rem;
  }

  .lightbox-image.fest.contain.line {
    height: 300px;
  }

  .lightbox-image.fest.contain.line.first {
    height: 50vh;
  }

  .lightbox-image.fest.contain.line.first.no-border-sm-screen {
    height: 25rem;
  }

  .lightbox-image.fest.contain.line2 {
    order: 4;
    height: 25rem;
  }

  .content-list {
    width: 100%;
  }

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

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

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

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

  .heading-start2-5.heading-2.small {
    font-size: 30px;
  }

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

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

  .heading-start2-7.heading-2.small {
    font-size: 30px;
    line-height: 35px;
  }

  .faq-main-block {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .faq-text.blk {
    word-break: break-all;
    overflow-wrap: anywhere;
  }

  .faq-dropdown-button.white {
    padding-left: 20px;
  }

  .div-black.weg {
    padding: 0 0 10px;
  }

  .image-full.up {
    height: 60vh;
  }

  .gallery-col-2 {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .link-block-4 {
    padding: 20px;
  }

  .quick-stack._1er {
    align-self: auto;
  }

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

  .startseite-3 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .startseite-3.zweitfarbe {
    padding: 40px;
  }

  .startseite-3.padding {
    padding: 60px 40px;
  }

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

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

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

  .modal1_content-wrapper {
    width: 90%;
    max-height: none;
    padding: 5%;
  }

  .modal1_content-wrapper.silver {
    width: 90%;
    max-width: none;
  }

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

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

  .grid-3er.padding {
    flex-direction: column;
    margin-top: 20px;
    display: flex;
  }
}

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

  h2 {
    font-size: 20px;
    line-height: 22px;
  }

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

  p {
    font-size: 12px;
    line-height: 17px;
  }

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

  .flie-text.sm-font {
    overflow-wrap: anywhere;
    font-size: 10px;
    line-height: 15px;
  }

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

  .titelvideo-start-3 {
    height: 350px;
  }

  .video2 {
    height: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .heading-83.big {
    font-size: 20px;
    line-height: 25px;
  }

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

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

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

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

  .mehr-erfahren2.zweitfarbe.flie-text {
    margin-top: 10px;
  }

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

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

  .titelvideo-3 {
    height: 320px;
  }

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

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

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

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

  .karte1 {
    height: 40vh;
  }

  .kontakt2 {
    padding: 40px 20px;
  }

  .impdat-3 {
    padding: 20px;
  }

  .success-2, .sucess-blcok.highlights {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .maps-gro {
    height: 300px;
  }

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

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

  .nav-link-3.flie-text {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .content-wrapper {
    height: auto;
    padding: 20px 10px;
  }

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

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

  .content-wrapper.wegg {
    padding: 0;
  }

  .image-wrapper-large {
    height: 23rem;
  }

  .image-wrapper-large.kleiner {
    height: 45vh;
  }

  .image-wrapper-large.auto {
    height: 20rem;
  }

  .image-wrapper-large.border {
    padding: 10px;
  }

  .image-wrapper-large.autoo {
    height: auto;
  }

  .image-wrapper-large._100vh {
    height: 23rem;
  }

  .image-wrapper-large.small {
    height: 35vh;
  }

  .grid-5.padding {
    grid-row-gap: 10px;
    margin-top: 20px;
  }

  .image-100.containn {
    height: 40vh;
  }

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

  .image-wrapper-small {
    height: 320px;
  }

  .grid-5-small {
    grid-row-gap: 40px;
  }

  .text-wrap, .text-wrap.grey {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-3.flie-text.center, .text-3.flie-text.center.black {
    font-size: 15px;
  }

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

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

  .warumwir2-3.linksb-ndig.heading-3.center, .heading-87 {
    font-size: 20px;
    line-height: 25px;
  }

  .link-11 {
    color: #dbdbdb;
  }

  .image-wrapper-smal {
    height: 320px;
  }

  .gallery-col-4 {
    margin-top: 10px;
  }

  .lightbox-200h {
    height: 45vh;
  }

  .lightbox-image.fest.oben {
    height: 23rem;
  }

  .lightbox-image.fest.contain.line.first.auto {
    order: -1;
  }

  .lightbox-image.fest.contain.line2 {
    height: 23rem;
  }

  .list-5 {
    padding-left: 20px;
    font-size: 14px;
  }

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

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

  .heading-start2-4.heading-2.farbe-der-headings {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    line-height: 25px;
    display: flex;
  }

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

  .heading-89.abs {
    font-size: 22px;
  }

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

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

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

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

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

  .heading-start2-7.heading-2.small {
    font-size: 20px;
    line-height: 25px;
  }

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

  .faq-text.blk {
    font-size: 13px;
  }

  .faq-dropdown-button.white {
    white-space: normal;
    padding-left: 20px;
    padding-right: 40px;
  }

  .faq-icon {
    margin-right: 10px;
  }

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

  .image-full.up {
    height: 50vh;
  }

  .success-txt {
    font-size: 17px;
    line-height: 25px;
  }

  .gallery-col-2 {
    margin-top: 10px;
  }

  .link-block-4 {
    flex-flow: wrap;
    padding: 20px 0;
  }

  .quick-stack {
    padding-left: 0;
    padding-right: 0;
  }

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

  .heading-89-size.abs {
    font-size: 22px;
  }

  .startseite-3.zweitfarbe, .startseite-3.padding {
    padding: 40px 20px;
  }

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

  .lightbox-link {
    height: 35vh;
  }

  .modal1_content-wrapper {
    height: auto;
  }

  .modal1_component, .modal1_component-1 {
    width: auto;
    height: auto;
  }

  .grid-3er.padding {
    grid-row-gap: 10px;
    margin-top: 20px;
  }
}

#w-node-ad99134b-2c3c-e194-c8b8-963c6dfc3c45-9898d148, #w-node-_702b638c-6dff-ea0d-8a00-e18773489725-9898d148, #w-node-_702b638c-6dff-ea0d-8a00-e18773489727-9898d148, #w-node-_10edd43b-3cb9-8a1f-9e0f-af4b2676a9fd-9898d148, #w-node-_10edd43b-3cb9-8a1f-9e0f-af4b2676aa0b-9898d148, #w-node-_31abb7e5-7e2e-d37b-1e68-1c925e7eb595-9898d148, #w-node-_31abb7e5-7e2e-d37b-1e68-1c925e7eb580-9898d148, #w-node-c3e3ee25-4f50-b77b-2061-891cd23c8a51-9898d148, #w-node-c3e3ee25-4f50-b77b-2061-891cd23c8a5b-9898d148, #w-node-c3e3ee25-4f50-b77b-2061-891cd23c8a65-9898d148, #w-node-c3e3ee25-4f50-b77b-2061-891cd23c8a71-9898d148, #w-node-fda06686-1571-b716-9fd4-0137792834e7-9898d148, #w-node-_4bb06c63-3811-fef2-6344-2c6586ddff3d-9898d148, #w-node-_1ac18456-3b99-728c-9456-5cde0502c85f-9898d148, #w-node-dd306db4-5bdf-91c2-bb07-d53168a63a9b-9898d148, #w-node-a0861b5e-9242-748c-c926-ad67be7c84d1-9898d148, #w-node-_834aaafb-132b-e0ee-b184-ffb1ccbb8636-9898d148, #w-node-_562b6c6a-30c0-da65-845c-0efe9b2cd9fd-9898d148, #w-node-cdd30571-a140-167e-c0bf-385f10f9b402-9898d148, #w-node-fda06686-1571-b716-9fd4-0137792834e9-9898d148, #w-node-fda06686-1571-b716-9fd4-0137792834eb-9898d148, #w-node-c763e6ff-7710-8be7-d98d-778aaaf47d0f-9898d148, #w-node-acc73a3a-f946-f861-30f4-65fea9bf3499-9898d148, #w-node-_82f8d8ae-6514-052c-73c2-fe0f09677bde-9898d148, #w-node-_9db041e6-8ec3-042f-90af-8172075a415d-9898d148, #w-node-c82f2d04-202a-52a2-8428-6d9aabc9c9ac-9898d148, #w-node-_415c3684-246d-e3e2-da80-5d31447656bb-9898d148, #w-node-_76a4a8fb-f0f8-72ae-1f19-af6397bf13b5-9898d148, #w-node-_671e010c-84c3-11c6-eb9e-dd8072ae129b-9898d148, #w-node-_66814213-d56e-683e-a355-74f54851b7e8-9898d148, #w-node-_2a3ead02-45da-6cbc-9142-92b830bb5b82-9898d148, #w-node-c9839081-5359-25c2-88ce-eeef164fb40b-9898d148, #w-node-_61146afc-8afd-a501-eee6-f1fe41e4b1d5-9898d148, #w-node-b9903ca6-1b31-63c6-26a2-a8778a97a7fc-9898d148, #w-node-febd13ed-5e40-9d49-2fba-b9a25184471a-9898d148, #w-node-_8bc9c696-6e86-9c4d-3ab7-f53592809cf3-fe98d156 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9839a53c-4128-ac22-32bf-416f39d2ec17-fe98d156 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_9839a53c-4128-ac22-32bf-416f39d2ec1b-fe98d156 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_8bc9c696-6e86-9c4d-3ab7-f53592809cf1-fe98d156, #w-node-_9de25eaf-76c7-9a5b-0efe-32350d6443d3-d198d150, #w-node-_0c5c9d9e-3a5b-4098-e81a-ef8d56376909-d198d150, #w-node-ec841a39-9c4d-1cff-3e03-b49021ec27aa-d198d150, #w-node-ed0c64c7-a0ec-1982-bfd9-2704856b0ba4-d198d150, #w-node-cea2fff8-d097-110f-6e77-5869749ba942-d198d150, #w-node-b53dd7cb-d148-07ae-9c71-8dc0d00b693e-d198d150, #w-node-_3f9748f1-db19-3c78-c7eb-0e14beaaeded-d198d150, #w-node-_4f9c34ab-5d89-8dcb-dac2-104642deb7ef-d198d150, #w-node-_414e3ad9-5f19-a4ba-80bb-d32ced1d42bc-d198d150, #w-node-_0c85715f-08f4-68e1-200c-6da491e802b3-d198d150, #w-node-_37f31335-5ec6-6eeb-6cca-c263623a02f5-d198d150, #w-node-_6f34224d-1382-5499-a23e-84c640e27aa2-d198d150, #w-node-_6f34224d-1382-5499-a23e-84c640e27aa4-d198d150, #w-node-_6f34224d-1382-5499-a23e-84c640e27aa6-d198d150, #w-node-_7e7ba750-e693-c146-5083-d3e091a0d203-d198d150, #w-node-_4a7829c9-bf58-b35c-ba69-0cc3d39351dc-d198d150, #w-node-b4a8d9ad-94df-0b20-8067-ffaaaffa067d-d198d150, #w-node-_5bed6d5d-9cb0-7149-d871-b3932c30d67d-d198d150, #w-node-_7f53dd4a-f480-e973-92f5-21d661e41fae-d198d150, #w-node-b10b7b9e-35b6-faa6-6657-9a291e5dedf4-d198d150, #w-node-_7124b2d0-7d4b-08ab-28eb-533aef584e86-d198d150, #w-node-_7f25003b-452b-c01a-3881-7ef2e1385e78-d198d150, #w-node-cc5951a9-2e03-09f7-56db-730a3532d0c3-d198d150, #w-node-_866b443b-8a3e-e7c0-7b29-bcb76c4612f7-d198d150, #w-node-b979c714-bbd0-24de-7403-6fe256eef12b-d198d150, #w-node-_0e9f98b4-bdbf-ffe8-6b00-32a7b3c3b732-d198d150, #w-node-_1e2ff140-99fa-6aa1-ff50-543dd363d900-d198d150, #w-node-_892d479b-e9e6-f4bc-9916-ca1da06ab858-d198d150, #w-node-_7fa60c4f-19cf-cff8-4f46-d0fd6089e548-d198d150, #w-node-_5e19c49c-0894-f32b-dfb1-6242fb34f646-d198d150, #w-node-_0597137a-544c-58e3-472d-34b9cd092105-d198d150, #w-node-_3ce2b0b4-967d-3fa1-a09b-ece372844711-d198d150, #w-node-_99a27f02-b3de-9483-f8ca-5568e9812296-d198d150, #w-node-_0f834c19-d0b4-d44b-03eb-1c6bd5b5fee0-d198d150, #w-node-_4e1ee9b7-bd47-069a-4add-b97d0751b31a-d198d150, #w-node-fbae3c04-6f22-9ee9-9724-06a6ff59d14f-d198d150, #w-node-b05c6b58-31ed-018a-d6f9-67c50b602359-d198d150, #w-node-a7bdb36a-aed6-baf8-0ccb-36f6c1f2dde4-d198d150, #w-node-e76be22e-449d-4c18-52cb-6a09034f83cd-d198d150 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3572d522-7e7f-a374-d742-5a5f133e3eed-133e3ed9 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_3572d522-7e7f-a374-d742-5a5f133e3ef1-133e3ed9 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_91f624d3-3c72-c222-5ae1-0e1386f5512a-c898d13f, #w-node-_91f624d3-3c72-c222-5ae1-0e1386f55128-c898d13f, #w-node-_4fbe574c-7ce0-8c67-bfe7-a7c1dcab1f78-4b98d163, #w-node-_4fbe574c-7ce0-8c67-bfe7-a7c1dcab1f7a-4b98d163, #w-node-_466dc0e9-7ef2-f863-6b15-cbd81c899622-4fb4c488, #w-node-_466dc0e9-7ef2-f863-6b15-cbd81c899624-4fb4c488, #w-node-_42b4e234-69b4-1fd9-469b-d23855e8b58f-4fb4c488, #w-node-_42b4e234-69b4-1fd9-469b-d23855e8b5a8-4fb4c488, #w-node-_42b4e234-69b4-1fd9-469b-d23855e8b5b9-4fb4c488, #w-node-_42b4e234-69b4-1fd9-469b-d23855e8b5ce-4fb4c488, #w-node-_42b4e234-69b4-1fd9-469b-d23855e8b5e3-4fb4c488, #w-node-_42b4e234-69b4-1fd9-469b-d23855e8b5f5-4fb4c488, #w-node-_42b4e234-69b4-1fd9-469b-d23855e8b605-4fb4c488, #w-node-_42b4e234-69b4-1fd9-469b-d23855e8b615-4fb4c488, #w-node-_42b4e234-69b4-1fd9-469b-d23855e8b62a-4fb4c488, #w-node-_42b4e234-69b4-1fd9-469b-d23855e8b63e-4fb4c488, #w-node-_42b4e234-69b4-1fd9-469b-d23855e8b650-4fb4c488, #w-node-_42b4e234-69b4-1fd9-469b-d23855e8b662-4fb4c488, #w-node-_42b4e234-69b4-1fd9-469b-d23855e8b677-4fb4c488, #w-node-_42b4e234-69b4-1fd9-469b-d23855e8b692-4fb4c488, #w-node-_42b4e234-69b4-1fd9-469b-d23855e8b689-4fb4c488, #w-node-_42b4e234-69b4-1fd9-469b-d23855e8b6a6-4fb4c488, #w-node-_466dc0e9-7ef2-f863-6b15-cbd81c899622-6a56a628, #w-node-dc4e54c1-9d2a-498d-0769-ffa018837dc5-6a56a628, #w-node-dc4e54c1-9d2a-498d-0769-ffa018837dcf-6a56a628, #w-node-dc4e54c1-9d2a-498d-0769-ffa018837dd9-6a56a628, #w-node-dc4e54c1-9d2a-498d-0769-ffa018837de3-6a56a628, #w-node-dc4e54c1-9d2a-498d-0769-ffa018837ded-6a56a628, #w-node-dc4e54c1-9d2a-498d-0769-ffa018837df7-6a56a628, #w-node-c43709e4-b421-183e-0dd0-ee7e9210a394-6a56a628, #w-node-c43709e4-b421-183e-0dd0-ee7e9210a39e-6a56a628, #w-node-c43709e4-b421-183e-0dd0-ee7e9210a3a8-6a56a628, #w-node-a3cd51f1-ed6c-2f66-042c-e4729cb021f1-6a56a628, #w-node-a3cd51f1-ed6c-2f66-042c-e4729cb021f9-6a56a628, #w-node-a3cd51f1-ed6c-2f66-042c-e4729cb02201-6a56a628, #w-node-a3cd51f1-ed6c-2f66-042c-e4729cb02219-6a56a628, #w-node-a3cd51f1-ed6c-2f66-042c-e4729cb02211-6a56a628, #w-node-a3cd51f1-ed6c-2f66-042c-e4729cb02209-6a56a628, #w-node-_2e55a255-03ef-5734-6ec2-3f1a10cd90a1-6a56a628, #w-node-_93f9c17a-e822-3560-b2e5-caf535b174ab-6a56a628, #w-node-_62affec9-103f-d2f6-0e9e-e1147c85dc54-6a56a628, #w-node-d524d1ce-cbf4-a694-8688-d2fd04f60193-6a56a628, #w-node-d524d1ce-cbf4-a694-8688-d2fd04f6019b-6a56a628, #w-node-d524d1ce-cbf4-a694-8688-d2fd04f601a3-6a56a628, #w-node-d524d1ce-cbf4-a694-8688-d2fd04f601ab-6a56a628, #w-node-d524d1ce-cbf4-a694-8688-d2fd04f601b3-6a56a628, #w-node-d524d1ce-cbf4-a694-8688-d2fd04f601bb-6a56a628, #w-node-d524d1ce-cbf4-a694-8688-d2fd04f601c3-6a56a628, #w-node-d524d1ce-cbf4-a694-8688-d2fd04f601cb-6a56a628, #w-node-d524d1ce-cbf4-a694-8688-d2fd04f601d3-6a56a628, #w-node-d524d1ce-cbf4-a694-8688-d2fd04f601db-6a56a628, #w-node-d524d1ce-cbf4-a694-8688-d2fd04f601e4-6a56a628, #w-node-d524d1ce-cbf4-a694-8688-d2fd04f601ed-6a56a628, #w-node-adb70181-d3e9-7a42-0533-628bb6b9bf2b-3d3ec652, #w-node-adb70181-d3e9-7a42-0533-628bb6b9bf1e-3d3ec652, #w-node-_002a8a3b-49da-74b4-7859-3598d59af8bf-3d3ec652, #w-node-_002a8a3b-49da-74b4-7859-3598d59af8c9-3d3ec652, #w-node-_6167ce32-de95-cc2e-7f8a-7e6de26f5516-3d3ec652, #w-node-_6167ce32-de95-cc2e-7f8a-7e6de26f550c-3d3ec652, #w-node-fcb59c7b-124c-01a7-0e9b-4d77ba3ef2b6-3d3ec652, #w-node-_002a8a3b-49da-74b4-7859-3598d59af8cc-3d3ec652, #w-node-_002a8a3b-49da-74b4-7859-3598d59af8ce-3d3ec652, #w-node-b6b9ae0f-a526-769f-9aed-1f01e487c50c-3d3ec652, #w-node-b6b9ae0f-a526-769f-9aed-1f01e487c516-3d3ec652, #w-node-_002a8a3b-49da-74b4-7859-3598d59af8b1-3d3ec652, #w-node-_002a8a3b-49da-74b4-7859-3598d59af8b3-3d3ec652, #w-node-f99d3ed0-d2c0-98da-7810-af6ae9143789-3d3ec652, #w-node-f99d3ed0-d2c0-98da-7810-af6ae914378b-3d3ec652, #w-node-df1f8ebc-e9b7-1e9d-0803-6c26af8c739a-c8e69eab, #w-node-df1f8ebc-e9b7-1e9d-0803-6c26af8c73a4-c8e69eab, #w-node-df1f8ebc-e9b7-1e9d-0803-6c26af8c738c-c8e69eab, #w-node-df1f8ebc-e9b7-1e9d-0803-6c26af8c738e-c8e69eab, #w-node-_6a203e91-eaf5-f02c-b469-ae44799f5c9d-c8e69eab, #w-node-_6a203e91-eaf5-f02c-b469-ae44799f5caa-c8e69eab, #w-node-df1f8ebc-e9b7-1e9d-0803-6c26af8c73a7-c8e69eab, #w-node-df1f8ebc-e9b7-1e9d-0803-6c26af8c73a9-c8e69eab, #w-node-df1f8ebc-e9b7-1e9d-0803-6c26af8c73bf-c8e69eab, #w-node-df1f8ebc-e9b7-1e9d-0803-6c26af8c73cf-c8e69eab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-db3fb0d4-63d2-6a6d-d325-ea4be9d05ae2-2827bad5 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-db3fb0d4-63d2-6a6d-d325-ea4be9d05ae6-2827bad5 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-df67b4ac-e9cb-c6af-1f86-65d2e82bc145-2827bad5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e1dd11af-fbe7-8b9f-f3b0-955fa1ceea16-f40b1896 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_175f8715-b572-e84d-88c0-c2e9ff09727d-f40b1896 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_8dbee280-4435-9586-679f-918f3bbd5b45-f40b1896 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0c4ff44e-1b2f-ac97-5d47-f03ee69046cf-f40b1896 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-febd13ed-5e40-9d49-2fba-b9a25184471a-9898d148 {
    grid-column: span 2 / span 2;
  }

  #w-node-_42b4e234-69b4-1fd9-469b-d23855e8b615-4fb4c488 {
    grid-column: span 1 / span 1;
  }

  #w-node-dc4e54c1-9d2a-498d-0769-ffa018837ded-6a56a628, #w-node-c43709e4-b421-183e-0dd0-ee7e9210a3a8-6a56a628 {
    grid-column: span 2 / span 2;
  }

  #w-node-e1dd11af-fbe7-8b9f-f3b0-955fa1ceea16-f40b1896, #w-node-_175f8715-b572-e84d-88c0-c2e9ff09727d-f40b1896 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8dbee280-4435-9586-679f-918f3bbd5b45-f40b1896, #w-node-_0c4ff44e-1b2f-ac97-5d47-f03ee69046cf-f40b1896 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8dbee280-4435-9586-679f-918f3bbd5b45-f40b1896, #w-node-_0c4ff44e-1b2f-ac97-5d47-f03ee69046cf-f40b1896 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9839a53c-4128-ac22-32bf-416f39d2ec16-fe98d156 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_9839a53c-4128-ac22-32bf-416f39d2ec17-fe98d156 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9839a53c-4128-ac22-32bf-416f39d2ec1b-fe98d156 {
    grid-column: span 1 / span 1;
  }

  #w-node-_3572d522-7e7f-a374-d742-5a5f133e3eec-133e3ed9 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_3572d522-7e7f-a374-d742-5a5f133e3eed-133e3ed9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3572d522-7e7f-a374-d742-5a5f133e3ef1-133e3ed9 {
    grid-column: span 1 / span 1;
  }

  #w-node-db3fb0d4-63d2-6a6d-d325-ea4be9d05ae1-2827bad5 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-db3fb0d4-63d2-6a6d-d325-ea4be9d05ae2-2827bad5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-db3fb0d4-63d2-6a6d-d325-ea4be9d05ae6-2827bad5 {
    grid-column: span 1 / span 1;
  }
}


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