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

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

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

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

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

@font-face {
  font-family: D din;
  src: url('../fonts/D-DIN-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: D dinexp;
  src: url('../fonts/D-DINExp-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --hauptfarbe: #231f20;
  --zweitfarbe: #cebfb1;
  --highlights: #ad957b;
  --headling-color: #ad957d;
  --white-smoke: #e9e9e9;
  --silver-2: #c7c7c7;
  --zweitfarbe-light: #efe2d3;
  --silver: #bdbdbd;
}

.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-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.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.avif');
  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: 100px;
  max-height: 130px;
}

.logo-img.invert {
  filter: invert();
}

.logo-img.invert.big {
  object-fit: contain;
  width: 15vw;
  max-height: none;
}

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

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

.logo.big.w--current {
  max-height: none;
}

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

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

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

.email {
  margin-bottom: 5px;
}

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

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

.adresse {
  margin-bottom: 5px;
}

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

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

.heading-3 {
  font-family: Lora, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.3;
}

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

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

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

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

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

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

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

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

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

.nav-menu {
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-menu.hauptfarbe {
  z-index: 1000;
  background-color: #0000;
  justify-content: flex-end;
  align-items: center;
  width: 82%;
}

.navbar {
  background-color: #ddd0;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-height: 150px;
  padding: 10px 40px;
  display: flex;
  position: fixed;
  top: 0%;
}

.logo-wrap {
  justify-content: flex-start;
  align-items: center;
  margin-right: auto;
  position: absolute;
  inset: auto auto auto 10%;
}

.nav-link {
  text-shadow: 2px 2px 4px #000;
  padding: 10px;
  font-size: 16px;
  font-weight: 600;
}

.nav-link.flie-text {
  color: var(--white-smoke);
  margin-left: 0;
  margin-right: 0;
}

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

.lang-switch {
  white-space: nowrap;
}

.lang-switch-current {
  color: var(--highlights);
  font-weight: 700;
}

.lang-switch-link {
  color: inherit;
  text-decoration: none;
}

.lang-switch-link:hover {
  color: var(--highlights);
}

.background-video1 {
  z-index: 0;
  width: 100%;
  height: 100%;
}

.termin-button {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.termin-button.heading-3.highlights:hover {
  background-color: var(--hauptfarbe);
}

.termin-button.heading-3.highlights.abs {
  position: absolute;
  inset: 15% 3% auto auto;
}

.slogan1 {
  text-align: left;
  letter-spacing: 3px;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 65px;
}

.slogan1.heading-1 {
  z-index: 10;
  line-height: 70px;
  position: relative;
}

.titel-startseite {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  height: 90vh;
  display: flex;
  position: relative;
}

.title_text_block {
  z-index: 10;
  color: #fff;
  letter-spacing: 1px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 80px;
  padding-left: 5vw;
  display: flex;
  position: absolute;
  inset: 0%;
}

.paragraph-links1 {
  font-size: 16px;
  line-height: 22px;
}

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

.heading-linksb-ndig1 {
  margin-top: 0;
  font-size: 22px;
  line-height: 28px;
}

.heading-linksb-ndig1.heading-2 {
  line-height: 1.3;
}

.heading-links-gro-1 {
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 35px;
}

.section-gro-e-abst-nde1 {
  padding: 120px 10vw;
  position: relative;
}

.feature-image1 {
  z-index: 10;
  object-fit: cover;
  width: 100.041%;
  height: 100%;
  position: relative;
}

.feature-image1.contain {
  object-fit: contain;
  position: absolute;
  inset: 0%;
}

.div-block-mit-abstand {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 20px;
  padding-right: 60px;
  display: flex;
}

.bild-block1 {
  width: 90%;
  height: 60vh;
  position: relative;
}

.bild-block1.large {
  height: 75vh;
}

.block-versetzt1 {
  z-index: -2;
  border: 10px #bbb;
  width: 120%;
  height: 25vh;
  position: absolute;
  inset: auto -10% -10% auto;
}

.div-block-effekt {
  position: relative;
}

.heading-big-mittig1 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 35px;
  line-height: 44px;
}

.heading-big-mittig1.heading-1.bold {
  font-weight: 700;
}

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

.div-no-overflow {
  width: 100%;
  height: 60vh;
  position: relative;
  overflow: hidden;
}

.div-no-overflow.large {
  height: 75vh;
}

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

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

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

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

.footer-1.hauptfarbe {
  font-family: Lora, Arial, sans-serif;
}

.div-block-footer {
  justify-content: space-between;
  width: 100%;
  height: 99.9998%;
  margin-bottom: 20px;
  padding: 20px 140px;
  display: flex;
}

.titelvideo-unterseite {
  height: 70vh;
  position: relative;
}

.grid-galerie {
  grid-template-columns: 1fr 1fr;
  width: 100%;
  margin-top: 40px;
}

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

.galerie-image:hover {
  transform: scale(1.02);
}

.galerie-image.contain {
  object-fit: contain;
  background-color: #000;
}

.galerie-image.contain.blue {
  background-color: #11317b;
}

.galerie-image.down {
  object-position: 50% 0%;
}

.galerie-image.little-dowen {
  object-position: 50% 30%;
}

.div-block-wei {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

._2-spalten1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.25fr;
  align-items: center;
}

.maps1 {
  width: 100%;
  height: 45vh;
  margin-bottom: 0;
}

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

.impdat {
  padding: 100px 40px;
}

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

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

.div-block-41.highlights {
  box-shadow: 1px 1px 6px 1px var(--silver-2);
  border-style: none;
}

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

.grid-kontakt {
  grid-column-gap: 0px;
  text-align: left;
  grid-template-rows: auto auto auto;
  grid-template-columns: 40px 1fr;
  justify-items: start;
  margin-bottom: 20px;
}

.icon-small {
  object-fit: contain;
  width: 25px;
  height: 25px;
}

.icon-small.invert {
  filter: invert();
}

.link-block-black {
  color: #000;
  text-decoration: none;
  display: flex;
}

.submit-button-12 {
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 16px;
  line-height: 25px;
}

.form {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-family: Lora, Arial, sans-serif;
  display: flex;
}

.form-block {
  background-color: #fff;
  margin: 40px 0 40px 40px;
  padding: 30px 20px 40px;
  box-shadow: 2px 2px 8px 1px #b6b6b6;
}

.checkbox-field-2 {
  text-align: left;
  font-size: 16px;
}

.checkbox {
  width: 15px;
  height: 15px;
}

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

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

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

.link.vlack {
  color: #000;
}

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

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

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

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

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

.div-block-kontakt {
  align-items: center;
  width: 100%;
  display: flex;
}

.link-block-black-2 {
  color: #000;
  text-decoration: none;
}

.adresse-2 {
  margin-top: 5px;
  margin-bottom: 5px;
}

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

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

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

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

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

.radio-buttons {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  margin-top: 10px;
  margin-bottom: 20px;
  display: flex;
}

.tab-link-tab-2 {
  color: #c2c2c2;
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
}

.tab-link-tab-2:hover {
  border-bottom: 1px solid var(--highlights);
  color: var(--highlights);
}

.tab-link-tab-2.w--current {
  border-bottom: 1px solid var(--highlights);
  color: var(--highlights);
  background-color: #fff;
  margin-top: 0;
}

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

.overlay {
  z-index: 10;
  background-color: #0006;
  position: absolute;
  inset: 0%;
}

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

.tabs-menu-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom: 1px solid #ebebeb;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-wrapper-60vh {
  height: 50vh;
  position: relative;
}

.overlay-abs-mittig {
  z-index: 5;
  color: #fff;
  background-image: linear-gradient(#00000080, #00000080);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.paragraph-mittig {
  text-align: center;
  font-size: 16px;
  line-height: 22px;
}

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

.paragraph-mittig.flie-text.is-left {
  text-align: left;
}

.paragraph-mittig.flie-text.hover {
  cursor: pointer;
  transition: all .2s ease-out;
}

.paragraph-mittig.flie-text.hover:hover {
  transform: scale(1.1);
}

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

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

.section-1 {
  padding: 120px 10vw;
  position: relative;
}

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

.section-bild {
  color: #fff;
  background-image: linear-gradient(#00000080, #00000080), url('../images/c01edd1aadecd501650f32380cc6d925.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 130px 30vw 130px 10vw;
  display: flex;
  position: relative;
}

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

.section2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 120px 10vw;
  display: flex;
  position: relative;
}

.section2.zweitfarbe {
  color: #000;
}

.card-horse {
  color: #fff;
  flex-flow: column;
  height: 60vh;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.card-horse:hover {
  transform: scale(1.05);
}

.card-horse.big {
  height: 60vh;
}

.heading-mitting-small {
  text-align: center;
  font-size: 20px;
  line-height: 35px;
}

.section-bild-kontakt {
  color: #fff;
  background-image: linear-gradient(#00000080, #00000080), url('../images/turnier-26.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding: 120px 10vw;
  position: relative;
}

.div-block-mit {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 60px;
  font-family: Lora, Arial, sans-serif;
  display: flex;
}

.vertical_flex {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.navbar-2 {
  z-index: 1000;
  background-color: #111;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-height: 150px;
  padding: 10px 40px;
  display: flex;
  position: fixed;
  top: 0%;
}

.navbar-block {
  height: 150px;
}

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

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

.link-block:hover {
  color: var(--highlights);
}

.paragraph-button {
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

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

.accordion-pane {
  background-color: #0000;
  overflow: hidden;
}

.accordion-item-wrapper {
  background-color: #24242400;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.accordion-pane-content {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-bottom: 5px;
  padding: 20px 0;
}

.accordion-tab-button {
  cursor: pointer;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: auto;
  padding-top: 11px;
  padding-bottom: 11px;
  transition: transform .2s;
  display: flex;
}

.text-block {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-style: italic;
}

.tabs-2 {
  margin-top: 40px;
}

.grid-calendar {
  grid-template-columns: 1fr;
  place-items: center start;
  margin-top: 40px;
}

.icon-80px {
  object-fit: contain;
  width: 50px;
  height: 50px;
}

.caledar_wrap {
  border-radius: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.c_heading {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.paragraph-links-18px {
  font-size: 18px;
  line-height: 22px;
}

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

.h_flex {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 10px;
  display: flex;
}

.h_flex.zweitfarbe-light {
  position: relative;
}

.image-100-contain {
  box-sizing: border-box;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  object-fit: contain;
  background-color: #000;
  width: 100%;
  max-width: 100%;
  height: 100%;
  transition: transform .2s linear;
  position: absolute;
  inset: 0%;
}

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

.text-field {
  color: #333;
  letter-spacing: 1px;
  cursor: pointer;
  border: 1px solid #e5e5e7;
  border-radius: 5px;
  height: 3rem;
  margin-bottom: 20px;
  padding: 18px 24px;
  font-family: Lora, Arial, sans-serif;
  transition: border .4s, color .4s;
  display: block;
}

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

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

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

.field-label {
  font-weight: 600;
}

.impdat_block {
  background-color: #000;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.leistungen-grid-mit-coladd {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 140px;
}

.card-wrapper-blue {
  border: 1px solid #ccc;
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 35px 35px 20px;
  transition: all .6s;
  display: flex;
}

.card-wrapper-blue:hover {
  background-color: var(--zweitfarbe);
  transform: scale(1.04);
}

.paragraph-mittig1 {
  text-align: center;
  font-size: 17px;
  line-height: 1.5;
}

.paragraph-mittig1.flie-text {
  color: #fff;
  text-align: left;
}

.symbol-55px {
  object-fit: contain;
  width: 65px;
  height: 65px;
  margin-bottom: 20px;
}

.paragraph-links {
  width: 100%;
  padding: 5px 0 10px;
  font-size: 16px;
  line-height: 25px;
}

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

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

.flex-block {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 60px;
}

.title_text {
  width: 100%;
}

.slide-arow {
  z-index: 100;
}

.slide-arow.right {
  inset: 0% 0% 0% auto;
}

.slide-nav {
  z-index: 100;
}

.icon_wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.black-bg {
  background-color: #000;
  width: 100%;
  height: 100%;
}

.btn-wrap {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.background-video-3 {
  z-index: 1;
  width: 65%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.background-video-4 {
  z-index: 1;
  width: 100%;
  height: 65%;
  margin: auto 0;
  position: absolute;
  inset: 0%;
}

.flex {
  flex-flow: column;
  transition: all .5s;
  display: flex;
}

.flex:hover {
  transform: scale(1.05);
}

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

.grid-table {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  width: 80%;
  margin-top: 20px;
}

.cell {
  border-bottom: 1px solid #fff;
  padding: 10px 20px 0;
}

.cell.left {
  border-right: 1px solid #fff;
}

.cell.left.highlights.mid {
  text-align: center;
}

.heading_cell {
  border-bottom: 1px solid #fff;
  padding: 20px 20px 10px;
}

.heading_cell.left {
  border-right: 1px solid #fff;
}

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

.grid-galerie-1 {
  grid-template-columns: 1fr 1fr;
  margin-top: 16px;
}

.image-100-contain-werb {
  box-sizing: border-box;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  object-fit: contain;
  background-color: #fff;
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.overlay_light {
  z-index: 10;
  background-color: #00000026;
  position: absolute;
  inset: 0%;
}

.popupmain-24-25-januar-2026 {
  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 {
  background-color: #eaeaea;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  min-height: 55vh;
  padding: 30px 61px 20px;
  display: flex;
  position: relative;
  overflow: scroll;
  box-shadow: 0 1px 11px #000;
}

.popup-inside:hover {
  box-shadow: 4px 0 16px 4px #000;
}

.image-close {
  opacity: .5;
  cursor: pointer;
  object-fit: contain;
  align-self: flex-end;
  width: 30px;
  height: 30px;
  margin-top: 5px;
  margin-right: 5px;
  position: absolute;
  inset: 0% 0% auto auto;
}

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

.link-13 {
  color: #333;
  font-weight: 700;
  text-decoration: none;
}

.termin-button-kontakt {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.termin-button-kontakt.heading-3.highlights {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.termin-button-kontakt.heading-3.highlights:hover {
  background-color: #888;
}

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

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

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

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

.form-wrap-vh {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  height: 80vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

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

.list {
  width: 100%;
  padding: 5px 0 10px;
  font-size: 16px;
  line-height: 25px;
}

.slider_arrow.left {
  inset: 0% auto 0% 0%;
}

.wrapp {
  overflow-wrap: anywhere;
}

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

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

.success-message, .error-message {
  font-family: Lora, Arial, sans-serif;
}

.popupmain28-02-01-03 {
  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%;
}

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

.tabs-menu-3 {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.tab-link-tab-2-2 {
  background-color: #0000;
  font-family: Lora, Arial, sans-serif;
}

.tab-link-tab-2-2.w--current {
  background-color: #0000;
  font-weight: 700;
}

.link-14 {
  color: #201f1f;
  font-weight: 400;
  text-decoration: none;
}

.div-block-42 {
  width: 70%;
  height: 50vh;
}

.tabs-3 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.tab-link-tab-2-3 {
  pointer-events: none;
  background-color: #0000;
  padding: 0;
}

@media screen and (min-width: 1440px) {
  .slider-3 {
    height: 50vh;
  }
}

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

  .logo-img.invert.big {
    width: 130px;
  }

  .logo {
    max-height: none;
  }

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

  .divblock1 {
    padding-bottom: 20px;
  }

  .nav-menu.hauptfarbe {
    background-color: #333;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 5px 5vw;
    position: absolute;
  }

  .icon {
    color: #fff;
  }

  .navbar {
    justify-content: space-between;
    align-items: center;
    min-height: auto;
    padding: 5px 5vw;
  }

  .logo-wrap {
    position: static;
  }

  .nav-link.flie-text {
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
  }

  .termin-button.heading-3.highlights {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 13px;
  }

  .termin-button.heading-3.hauptfarbe {
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 13px;
  }

  .slogan1 {
    font-size: 40px;
  }

  .slogan1.heading-1 {
    font-size: 60px;
    line-height: 70px;
  }

  .slogan1.heading-2 {
    text-align: center;
    letter-spacing: 2px;
    font-size: 30px;
    line-height: 1.3;
  }

  .title_text_block {
    z-index: 20;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    padding: 60px;
  }

  .heading-links-gro-1.heading-1 {
    text-align: center;
    font-size: 30px;
  }

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

  .feature-image1 {
    height: 100%;
  }

  .div-block-mit-abstand {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .bild-block1 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .bild-block1.large {
    height: auto;
  }

  .block-versetzt1 {
    top: -20px;
    left: -20px;
  }

  .block-versetzt1.zweitfarbe {
    width: 100%;
    inset: auto auto -20px;
  }

  .heading-big-mittig1.heading-1 {
    font-size: 30px;
    line-height: 1.3;
  }

  .heading-big-mittig1.heading-1.bold {
    font-size: 32px;
    line-height: 1.3;
  }

  .div-no-overflow {
    width: 93%;
  }

  .div-no-overflow.large {
    height: 60vh;
  }

  .div-no-overflow.auto {
    width: 100%;
  }

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

  .footer-1.hauptfarbe {
    padding-top: 0;
  }

  .div-block-footer {
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-galerie {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .div-block-wei.flie-text {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 20px;
  }

  ._2-spalten1 {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .impdat {
    padding: 60px;
  }

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

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

  .div-block-41.highlights {
    padding: 60px;
  }

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

  .submit-button-12.highlights {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 13px;
    line-height: 1.5;
  }

  .form-block {
    width: 100%;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-button {
    color: #000;
  }

  .nav-button.hauptfarbe {
    background-color: var(--highlights);
    padding: 16px;
    font-size: 22px;
  }

  .maos-footer {
    min-width: auto;
  }

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

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

  .tab-link-tab-2 {
    text-align: center;
  }

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

  .section-1 {
    padding: 60px;
  }

  .grid-2er {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    display: flex;
  }

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

  .section-bild {
    padding: 60px;
  }

  .grid-3er {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 0;
    display: flex;
  }

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

  .section2 {
    padding: 60px;
  }

  .card-horse {
    height: auto;
  }

  .card-horse:hover {
    transform: scale(1.02);
  }

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

  .heading-mitting-small.heading-1.farbe-der-headings {
    margin-top: 10px;
    line-height: 1.3;
  }

  .section-bild-kontakt {
    padding: 60px;
  }

  .div-block-mit {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-2 {
    min-height: auto;
    padding: 5px 5vw;
    position: sticky;
  }

  .navbar-block {
    display: none;
  }

  .accordion-pane {
    width: 100%;
  }

  .accordion-item-wrapper {
    margin-top: 10px;
  }

  .accordion-pane-content {
    padding-top: 15px;
    padding-bottom: 0;
  }

  .accordion-tab-button {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-block {
    letter-spacing: 1px;
    font-size: 13px;
  }

  .grid-calendar {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 20px;
  }

  .icon-80px {
    color: #fff;
    width: 45px;
    height: 45px;
  }

  .caledar_wrap.highlights {
    width: 70px;
    height: 70px;
  }

  .c_heading {
    padding-bottom: 10px;
  }

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

  .text-field {
    text-align: left;
    padding: 12px;
  }

  .leistungen-grid-mit-coladd {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
    margin-top: 100px;
  }

  .card-wrapper-blue {
    padding: 20px;
  }

  .paragraph-mittig1 {
    align-self: center;
  }

  .paragraph-mittig1.flie-text {
    text-align: center;
    font-size: 16px;
  }

  .flex-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
  }

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

  .slide-arow {
    width: 55px;
    font-size: 35px;
  }

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

  .flex {
    width: 100%;
  }

  .grid-table {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

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

  .grid-galerie-2.grif {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 20px;
    display: flex;
  }

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

  .image-100-contain-werb.sover {
    object-fit: cover;
    position: static;
  }

  .popup-inside {
    width: 80%;
    min-height: auto;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: auto;
  }

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

  .termin-button-kontakt.heading-3.highlights {
    letter-spacing: 1px;
    font-size: 13px;
  }

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

  .image-error {
    height: 40vh;
  }

  .grid_flex {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 0;
  }

  .form-wrap-vh {
    width: 80%;
    height: 80svh;
  }

  .cell_wrapper {
    justify-content: space-between;
  }

  .slider_arrow {
    width: 55px;
    font-size: 35px;
  }

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

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

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

  .logo-img.invert.big {
    width: 120px;
  }

  .telefonnummer, .email, .adresse {
    text-align: center;
  }

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

  .divblock1 {
    height: auto;
  }

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

  .background-video1 {
    width: 100%;
  }

  .termin-button.heading-3.highlights {
    letter-spacing: 1.5px;
    padding: 10px 12px;
    font-size: 12.5px;
  }

  .termin-button.heading-3.hauptfarbe {
    padding: 10px 12px;
    font-size: 12px;
  }

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

  .slogan1.heading-1 {
    font-size: 40px;
    line-height: 1.3;
  }

  .slogan1.heading-2 {
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 1.3;
  }

  .titel-startseite {
    height: 30rem;
  }

  .title_text_block {
    background-image: none;
    padding: 40px;
  }

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

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

  .section-gro-e-abst-nde1, .section-gro-e-abst-nde1.zweitfarbe {
    padding: 40px;
  }

  .feature-image1 {
    height: 100%;
  }

  .div-block-mit-abstand {
    margin-bottom: 20px;
  }

  .div-block-mit-abstand.links {
    padding-left: 0;
    padding-right: 0;
  }

  .block-versetzt1.zweitfarbe {
    height: 20vh;
    bottom: -15px;
  }

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

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

  .big-column.zweitfarbe {
    min-height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .div-no-overflow {
    width: 94%;
    height: 25rem;
  }

  .div-no-overflow.large, .div-no-overflow.auto.ma {
    height: 25rem;
  }

  .heading-footer.heading-3 {
    text-align: center;
    margin-bottom: 5px;
    font-size: 16px;
  }

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

  .div-block-footer {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .grid-galerie {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 20px;
    display: flex;
  }

  .galerie-image.little-dowen {
    object-position: 50% 20%;
  }

  .div-block-wei.flie-text {
    padding: 0;
  }

  .maps1 {
    height: 20rem;
  }

  .impdat {
    padding: 40px;
  }

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

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

  .div-block-41.highlights {
    padding: 40px;
  }

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

  .grid-kontakt {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .grid-kontakt.weniger {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .submit-button-12.highlights {
    font-size: 12px;
  }

  .nav-button.hauptfarbe {
    padding: 14px;
  }

  .maos-footer {
    height: auto;
  }

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

  .image-100.rechtss {
    object-position: 80% 50%;
  }

  .div-block-kontakt {
    justify-content: center;
    align-items: center;
  }

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

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

  .image-wrapper-60vh {
    width: 100%;
    height: 25rem;
  }

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

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

  .section-1 {
    padding: 40px;
  }

  .section-bild {
    min-height: 25rem;
    padding: 40px;
  }

  .grid-3er.h-flex {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .section2 {
    padding: 40px;
  }

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

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

  .heading-mitting-small.heading-1.farbe-der-headings {
    font-size: 18px;
  }

  .section-bild-kontakt {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-height: 25rem;
    padding: 40px 20px;
    display: flex;
  }

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

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

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

  .caledar_wrap.highlights {
    width: 60px;
    height: 60px;
  }

  .paragraph-links-18px.flie-text {
    font-size: 14px;
    line-height: 1.5;
  }

  .text-field {
    height: 2.8rem;
    margin-bottom: 10px;
    margin-right: 0;
    padding: 10px;
  }

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

  .field-label-small {
    font-size: 15px;
  }

  .leistungen-grid-mit-coladd {
    flex-flow: column;
    margin-top: 60px;
    display: flex;
  }

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

  .symbol-55px {
    width: 60px;
    height: 60px;
  }

  .flex-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

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

  .slide-arow {
    width: 50px;
    font-size: 30px;
  }

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

  .icon_wrap.oben {
    margin-top: 10px;
  }

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

  .cell.highlights, .heading_cell.hauptfarbe, .heading_cell.left.hauptfarbe {
    width: 100%;
  }

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

  .grid-galerie-2.grif {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

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

  .popup-inside {
    width: 90%;
  }

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

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

  .termin-button-kontakt.heading-3.highlights {
    letter-spacing: .5px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 12px;
  }

  .image-error {
    height: 15rem;
  }

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

  .form-wrap-vh {
    width: 100%;
  }

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

  .slider_arrow {
    width: 50px;
    font-size: 30px;
  }

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

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

  .tabs-3 {
    margin-top: 10px;
  }
}

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

  h2 {
    font-size: 24px;
    line-height: 150%;
  }

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

  .logo-img.invert {
    width: 80px;
  }

  .logo-img.invert.big {
    width: 110px;
  }

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

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

  .navbar {
    min-height: auto;
  }

  .logo-wrap {
    position: static;
  }

  .nav-link.flie-text {
    padding: 9px 0;
    font-size: 12.5px;
    line-height: 1.3;
  }

  .background-video1 {
    width: 100vw;
    height: 100%;
  }

  .termin-button.heading-3.highlights {
    letter-spacing: 1px;
    padding: 9px 10px;
    font-size: 12px;
  }

  .termin-button.heading-3.highlights.abs {
    position: static;
  }

  .termin-button.heading-3.hauptfarbe {
    letter-spacing: 1px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 11px;
  }

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

  .slogan1.heading-1 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 35px;
  }

  .slogan1.heading-2 {
    letter-spacing: 1px;
    font-size: 22px;
  }

  .title_text_block {
    color: #fff;
    background-image: none;
    padding: 20px;
  }

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

  .heading-linksb-ndig1.heading-2 {
    font-size: 18px;
    line-height: 25px;
  }

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

  .section-gro-e-abst-nde1, .section-gro-e-abst-nde1.zweitfarbe {
    padding-left: 20px;
    padding-right: 20px;
  }

  .block-versetzt1 {
    top: -10px;
    left: -10px;
  }

  .block-versetzt1.zweitfarbe {
    height: 15vh;
    bottom: -10px;
  }

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

  .heading-big-mittig1.heading-1.bold {
    font-size: 22px;
  }

  .big-column.zweitfarbe {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-no-overflow {
    width: 95%;
  }

  .div-no-overflow.auto {
    height: auto;
  }

  .div-no-overflow.auto.ma {
    height: 22rem;
  }

  .grid-galerie {
    flex-direction: column;
    grid-template-rows: auto auto auto;
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

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

  .div-block-41.highlights {
    padding: 20px;
  }

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

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

  .submit-button-12.highlights {
    margin-top: 10px;
  }

  .form-block {
    margin-top: 20px;
    padding: 15px;
  }

  .nav-button.hauptfarbe {
    padding: 12px;
  }

  .maps-gro {
    height: 300px;
  }

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

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

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

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

  .radio-buttons {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-top: 5px;
    margin-bottom: 10px;
  }

  .tab-link-tab-2 {
    text-align: center;
  }

  .tabs-menu-2 {
    flex-flow: column;
    align-items: stretch;
  }

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

  .paragraph-mittig.flie-text.is-left {
    padding-left: 30px;
  }

  .section-1, .section-bild, .section2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-horse:hover {
    transform: scale(1.01);
  }

  .heading-mitting-small.heading-1 {
    font-size: 16px;
  }

  .section-bild-kontakt {
    padding: 20px 15px;
  }

  .navbar-2 {
    min-height: auto;
  }

  .accordion-pane-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block {
    letter-spacing: 0;
    font-size: 12px;
  }

  .icon-80px {
    width: 30px;
    height: 30px;
  }

  .caledar_wrap.highlights {
    width: 50px;
    height: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .c_heading {
    padding: 10px 0 0 10px;
  }

  .h_flex.zweitfarbe-light {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .field-label-small {
    font-size: 14px;
  }

  .leistungen-grid-mit-coladd {
    margin-top: 40px;
  }

  .card-wrapper-blue {
    padding: 15px;
  }

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

  .symbol-55px {
    margin-bottom: 10px;
  }

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

  .slide-arow {
    width: 45px;
    font-size: 25px;
  }

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

  .cell.highlights {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading_cell.hauptfarbe {
    padding: 10px 10px 0;
  }

  .grid-galerie-2 {
    flex-direction: column;
    grid-template-rows: auto auto auto;
    justify-content: space-between;
    display: flex;
  }

  .grid-galerie-2.grif {
    width: 80%;
  }

  .grid-galerie-1 {
    flex-direction: column;
    grid-template-rows: auto auto auto;
    justify-content: space-between;
    display: flex;
  }

  .popup-inside {
    justify-content: flex-start;
    align-items: center;
    height: 90vh;
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

  .termin-button-kontakt.heading-3.highlights {
    letter-spacing: 0;
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 11px;
  }

  .utility-pag.highlights {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-error {
    height: 13rem;
  }

  .grid_flex {
    margin-top: 10px;
  }

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

  .slider_arrow {
    width: 45px;
    font-size: 25px;
  }

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

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

  .div-block-42 {
    height: 35vh;
  }
}

#w-node-_72a46d75-0e16-2e7a-ccf6-b4f73f625334-8099f6b4, #w-node-_72a46d75-0e16-2e7a-ccf6-b4f73f62533d-8099f6b4, #w-node-_72a46d75-0e16-2e7a-ccf6-b4f73f625344-8099f6b4, #w-node-_72a46d75-0e16-2e7a-ccf6-b4f73f62534d-8099f6b4, #w-node-_72a46d75-0e16-2e7a-ccf6-b4f73f625354-8099f6b4, #w-node-_72a46d75-0e16-2e7a-ccf6-b4f73f62535b-8099f6b4, #w-node-_72a46d75-0e16-2e7a-ccf6-b4f73f625362-8099f6b4, #w-node-_72a46d75-0e16-2e7a-ccf6-b4f73f625369-8099f6b4, #w-node-_72a46d75-0e16-2e7a-ccf6-b4f73f625370-8099f6b4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3213ab02-6198-b2fe-9eb8-3c17589612fc-8099f6b4, #w-node-e688d1f2-76c1-07cb-cb28-ef8b097a979f-8099f6b4, #w-node-f7a47f63-8b91-2280-f5ab-c01c08abf42a-8099f6b7, #w-node-_0ccd32d7-a7b5-fa41-8698-8d5fa8442b73-8099f6b7, #w-node-_2ad5b0cb-845f-a8b4-1c9d-8e91907f4d44-8099f6b7, #w-node-_2b31f9c1-8e95-2eff-a30e-6701d20124f4-8099f6b7, #w-node-e44cd625-25e7-1ac4-fa14-922b3cb146a6-8099f6b7, #w-node-_920d24be-1100-b2ba-fc49-9ada8c3b97f4-8099f6b7, #w-node-a17bcdf7-8a76-d1a5-bc98-67d6db54368e-8099f6b7, #w-node-_15d33e55-2c67-2fb9-c63b-e18f3796a462-8099f6b7, #w-node-b955140a-6b06-d18b-f2f0-5533dcf255d5-8099f6b7, #w-node-b3d3d002-ba82-f348-1877-ce7bc57f0a25-8099f6b7, #w-node-ebf02383-5ef0-f66a-eac6-2268b828e73e-8099f6b7, #w-node-_71078726-a8a6-8f3d-651e-9af58de60285-8099f6b7, #w-node-_5e38e01e-2c23-5165-4c8c-2f3659e12d49-8099f6b7, #w-node-_86f69596-8ea6-b849-901e-e7927a177fe5-8099f6b7, #w-node-_26db8cdc-e53e-6163-bc51-dcc608c5c27e-8099f6b7, #w-node-_26db8cdc-e53e-6163-bc51-dcc608c5c280-8099f6b7, #w-node-_26db8cdc-e53e-6163-bc51-dcc608c5c283-8099f6b7, #w-node-_26db8cdc-e53e-6163-bc51-dcc608c5c285-8099f6b7, #w-node-_7a0c1f49-2985-5e07-9a3d-8b4dbeb8578c-8099f6b7, #w-node-_89c9a392-6c8e-3236-67bf-965f22faf158-8099f6b7, #w-node-afcedfd6-082c-f2e3-7d0e-83997bf5b5e0-8099f6b7, #w-node-b92b84e8-95c2-ebba-b22e-fe43ef5e8892-8099f6b7, #w-node-e8320b43-dbff-0d04-7c3f-74b8ed40b855-8099f6b7, #w-node-a9094c3e-9db9-a63c-c1f3-3c124551572b-8099f6b7, #w-node-_6285e097-8c7b-005d-77f7-5c71ab60c33b-8099f6b7, #w-node-fcc42e91-a3bd-c57c-c3a5-f1128153723b-8099f6b7, #w-node-c5b65cf1-9196-ccdf-762e-c6e362919fb2-8099f6b7, #w-node-_0bf08752-063d-49ef-9f9c-d9eb19e81e6d-8099f6b7, #w-node-d8c0ba01-aa6a-6a8a-215d-552275a8ce7f-8099f6b7, #w-node-f34e97d7-e011-da8d-a654-256f0bcca9d4-8099f6b7, #w-node-f13dfbb3-4327-d960-d5d8-86e4ddcd8edd-8099f6b7, #w-node-_4a82aad7-6084-cb4f-81c7-d8b22f2bf854-8099f6b7, #w-node-_7ea7cbc6-b04e-418b-3540-9234db1d1233-8099f6b7, #w-node-_36cb63e4-aefa-1b00-8346-63804e0723bc-8099f6b7, #w-node-b606a4b2-f420-9fbf-4bdc-fd0dbb064f10-8099f6b7, #w-node-_172b2251-c167-74ff-405c-a9efe789e706-8099f6b7, #w-node-_2a379b44-01ed-3b60-faa0-d796e56fcbd7-8099f6b7, #w-node-cd01ab1a-b0cd-8ddd-309a-3ea0069d4efc-8099f6b7, #w-node-_0e364596-dcdc-63aa-e81d-56de1452c58a-8099f6b9, #w-node-_6324641b-0ca2-5c1e-3abd-3445e9b414ca-8099f6b9, #w-node-_9b0253c4-13c7-9139-62d7-ef0c8eaa0127-8099f6b9, #w-node-_42534378-03e1-5747-20aa-9f30653b33f1-8099f6b9, #w-node-acfb51f8-94c1-99d2-1542-4891752259e0-8099f6b9, #w-node-_1550b39f-f00c-f6f1-64d4-4d8eb15138fc-8099f6b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99624572-d674-a2e6-4f31-889228fee7eb-dc692fcd {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_283ddbb6-498e-910b-24a5-042bd9c0bbad-9679e3f8, #w-node-_4dc46f48-961d-f267-5ab5-29d136eec393-9679e3f8, #w-node-d8e28834-2022-156d-2f10-aa7becf36ac3-9679e3f8, #w-node-_3b295d11-cf1f-5003-19be-85789bcf78df-9679e3f8, #w-node-_3fbf0e9b-b5f5-0dce-1758-45f6eec0c262-9679e3f8, #w-node-_8dd6a8db-ca41-71d9-4939-291147eff9de-9679e3f8, #w-node-_283ddbb6-498e-910b-24a5-042bd9c0bbaf-9679e3f8, #w-node-d81a6045-55e4-64ad-3c6a-3056dbaf7bad-0e6f5816 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-f7a47f63-8b91-2280-f5ab-c01c08abf436-8099f6b7, #w-node-e58733b2-2ee6-a24b-5496-d201d1f3faf3-8099f6b7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_86f69596-8ea6-b849-901e-e7927a177fe5-8099f6b7 {
    grid-column: span 2 / span 2;
  }

  #w-node-d81a6045-55e4-64ad-3c6a-3056dbaf7bbb-0e6f5816, #w-node-_8c827f9c-c72c-8764-b698-ea90f6fd554d-0e6f5816, #w-node-d2d1bf03-2898-1d02-b727-1d7a79a2bf3f-0e6f5816, #w-node-d58cb2a8-e1b9-98e9-c877-0327cac479a2-0e6f5816, #w-node-f3822127-0d5b-e3e8-5cf2-ff5f55e5459b-0e6f5816, #w-node-ee12abc2-d8bf-7820-07b3-d7c9624a99db-0e6f5816 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Lanehum';
  src: url('../fonts/Lanehum.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'D dincondensed';
  src: url('../fonts/D-DINCondensed-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'QuentellCFBold';
  src: url('../fonts/QuentellCFBold-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lora';
  src: url('../fonts/Lora-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lora';
  src: url('../fonts/Lora-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'D din';
  src: url('../fonts/D-DIN-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'D dinexp';
  src: url('../fonts/D-DINExp-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Abyss';
  src: url('../fonts/Abyss.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}