:root {
  --main: #01508f;
  --dark: #1a1a1a;
  --white: #fff;
}

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

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

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

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

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

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

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

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

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

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

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

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

.telefonnummer {
  margin-bottom: 0;
  line-height: 1.5;
}

.ffnungszeiten {
  margin-bottom: 5px;
}

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

.email {
  margin-bottom: 0;
  line-height: 1.5;
}

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

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

.adresse {
  margin-bottom: 5px;
  line-height: 1.5;
}

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

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

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

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

.flie-text {
  overflow-wrap: anywhere;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

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

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

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

.terminbutton.highlights {
  color: #000;
  border-radius: 5px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  box-shadow: 0 2px 5px #0003;
}

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

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

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

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

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

.nav-menu-1 {
  z-index: 1000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.navbar.hauptfarbe {
  z-index: 101;
  color: #fff;
  background-color: #6e645900;
}

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

.nav-link-1.flie-text {
  color: #333;
  font-weight: 500;
}

.nav-link-1.flie-text:hover {
  color: #005698;
}

.nav-link-1.flie-text.text-size-large {
  font-size: 1.25rem;
}

.titelvideo-start-1 {
  height: 60vh;
  position: relative;
}

.titelvideo-start-1.unterseite {
  height: 60vh;
}

.background-video {
  height: 100%;
}

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

.videodiv.highlights {
  color: var(--dark);
  padding-left: 15%;
  padding-right: 15%;
}

.hauptheading {
  text-align: center;
  white-space: nowrap;
  font-size: 50px;
  line-height: 80px;
}

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

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

.section1.zweitfarbe {
  padding-left: 10%;
  padding-right: 10%;
}

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

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

.heading.heading-1.sub {
  font-size: 30px;
  font-weight: 400;
}

.divider {
  width: 200px;
  height: 2px;
}

.divider.highlights {
  margin-bottom: 30px;
}

.divider.highlight-dark {
  background-color: #ffffffab;
  width: 100%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.paragraph {
  text-align: center;
  font-size: 1.09375rem;
}

.paragraph.flie-text {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  font-size: 1.125rem;
}

.paragraph.flie-text.text-size-large {
  font-size: 1.25rem;
}

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

.paragraph.flie-text._0px {
  text-align: left;
  margin-bottom: 0;
  font-size: 1rem;
}

.paragraph.flie-text.list {
  text-align: left;
  margin-top: 5px;
  margin-bottom: 0;
}

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

.div-inhalt1 {
  background-color: #fff;
  border: 2px dashed #000;
  width: 100%;
}

.div-inhalt2 {
  color: #333;
  padding: 20px;
  text-decoration: none;
}

.paragraph-links {
  font-size: 1.09375rem;
}

.paragraph-links.flie-text {
  overflow-wrap: anywhere;
  font-size: 1.125rem;
}

._2er-grid1 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
}

._2er-grid1._100 {
  width: 100%;
  height: 100%;
}

.div-inhalt3 {
  border-top: 2px dashed #000;
  border-bottom: 2px dashed #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.div-inhalt3.sp {
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-inhalt3.sp.n0-border {
  border-top-style: none;
  border-bottom-style: none;
  padding: 0;
}

.no-overflow {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 25vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.no-overflow.box-shadow {
  box-shadow: 0 2px 10px #00000040;
}

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

.div-border {
  color: #fff;
  transform-style: preserve-3d;
  border: 2px dashed #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 20px;
  padding: 40px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-border:hover {
  transform: scale3d(1none, 1none, 1none);
}

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

.galerie-grid1.top-margin {
  margin-top: 40px;
}

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

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

.inhalt-footer {
  width: auto;
  height: 100%;
  margin-left: 10px;
  margin-right: 10px;
}

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

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

.footer-1.hauptfarbe.bg-dark {
  background-color: var(--dark);
  font-family: Roboto, sans-serif;
}

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

.heading-links {
  font-size: 26px;
  line-height: 40px;
}

.heading-links.heading-1 {
  overflow-wrap: anywhere;
  margin-top: 10px;
  line-height: 1.3;
}

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

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

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

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

.success-block.highlights {
  background-color: var(--dark);
}

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

.maos-footer {
  justify-content: center;
  width: 100%;
  height: auto;
  display: flex;
}

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

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

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

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

.form1 {
  margin-bottom: 0;
}

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

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

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

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

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

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

.form-wrap {
  border-right: 1px #d2d2d54d;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}

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

.contact-form {
  margin-top: 20px;
  font-family: Roboto, sans-serif;
}

.link {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
  text-decoration: none;
  display: flex;
}

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

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

.textarea {
  height: 100px;
}

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

.no-overflow-large {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.no-overflow-large._50vh {
  height: 55vh;
}

.no-overflow-large.sm {
  height: 45vh;
}

.no-overflow-large._100 {
  height: 100%;
}

.no-overflow-large._100.sticky {
  justify-content: flex-start;
  align-items: center;
  height: auto;
  position: sticky;
  top: 10px;
  overflow: visible;
}

.div-inhalt3-large {
  border-top: 2px dashed #000;
  border-bottom: 2px dashed #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.div-inhalt3-large.no-border {
  border-top-style: none;
  border-bottom-style: none;
}

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

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

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

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

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

.social-media-icons {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  align-items: flex-end;
  display: flex;
}

.icon-wrap {
  background-color: #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 5px;
  padding: 5px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.icon-wrap:hover {
  transform: scale(1.05);
}

.icon-12 {
  object-fit: contain;
  width: 2rem;
  height: 2rem;
}

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

.icon {
  width: 1.3rem;
  height: 1.3rem;
}

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

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

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

.div-inhalt5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 2px dashed #000;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  width: 100%;
  display: grid;
}

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

.div {
  grid-template-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div.space {
  margin-top: 20px;
  margin-bottom: 20px;
}

.no-overflow-100 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 45vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.no-overflow-100.auto {
  height: 100%;
}

.overlay {
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.overlay._1 {
  background-color: var(--main);
  align-items: flex-start;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 40px;
  position: relative;
}

.block-1 {
  background-color: var(--main);
  width: 100%;
  height: 45vh;
  transition: all .2s;
}

.block-1:hover {
  transform: scale(1.1);
}

.block-1.auto {
  height: NaN% ;
}

.slider-6 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 40px;
  margin-bottom: 60px;
  display: flex;
}

.slide-14 {
  width: 30%;
  margin-left: 20px;
  margin-right: 20px;
}

.slider-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.image-100-2 {
  object-fit: cover;
  align-self: auto;
  width: 100%;
  height: 100%;
  display: block;
}

.left-arrow-2 {
  z-index: 999;
}

.slide-nav-4 {
  display: block;
  inset: auto 0% -15%;
}

.open {
  object-fit: contain;
  width: 3rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.background-image {
  object-fit: cover;
  width: 100%;
  height: 50vh;
  position: absolute;
  inset: 0%;
}

.gradient {
  background-color: #00000091;
  position: absolute;
  inset: 0%;
}

.section-59 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50vh;
  display: flex;
  position: relative;
}

.content-align-center {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 45vh;
  display: flex;
  position: relative;
  inset: auto;
}

.content-wrapper {
  color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-family: Roboto, sans-serif;
  display: flex;
}

.contact_button {
  z-index: 1;
  background-color: #0000;
  width: auto;
  height: auto;
  position: fixed;
  inset: auto 2% 3% auto;
}

.circle-bg {
  grid-column-gap: 10px;
  background-color: var(--white);
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  width: 23px;
  height: 23px;
  padding: 5px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-2 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 13px;
  height: 13px;
  text-decoration: none;
  display: flex;
}

.icon-second {
  z-index: 3;
  grid-column-gap: 10px;
  background-color: #1e2022;
  border-radius: 9999px;
  justify-content: flex-start;
  align-items: center;
  width: 23px;
  height: 23px;
  margin-top: auto;
  margin-bottom: auto;
  padding: 5px 6px;
  text-decoration: none;
  display: flex;
  position: absolute;
  right: 11px;
}

.vectors-wrapper {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 11.8061px;
  height: 12.5158px;
  text-decoration: none;
  display: flex;
}

.button-wrapper {
  grid-column-gap: 20px;
  background-color: #212427;
  border: 1px solid #fff;
  border-radius: 99999px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 14px 10px 14px 20px;
  font-size: 1.375rem;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  overflow: hidden;
}

.button-wrapper:hover {
  background-color: #0c0e0f;
  transform: translate(0, -7px);
}

.change-text-settings {
  z-index: 2;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.contact_link {
  text-decoration: none;
}

.no-overflow-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.no-overflow-small.sm {
  height: 45vh;
}

.no-overflow-small._100 {
  height: 100%;
}

.image-error {
  object-fit: contain;
  height: 45vh;
}

.image-error.invert {
  filter: contrast(200%) invert();
  height: 10rem;
}

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

.utility-pag.hauptfarbe {
  background-color: var(--dark);
  padding-left: 100px;
  padding-right: 100px;
}

.error-heading {
  text-align: center;
  padding-bottom: 0;
  padding-left: 0;
  line-height: 1.3;
}

.error-heading.heading-1 {
  font-size: 43px;
}

.paragraph_2-2 {
  text-align: center;
  font-size: 18px;
  line-height: 30px;
}

.paragraph_2-2.flie-text {
  line-height: 1.5;
}

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

.phone-txt {
  color: var(--white);
  font-family: Roboto, sans-serif;
}

.section-2._1 {
  padding: 60px 10%;
}

.icon-13 {
  z-index: 1000;
  color: #414040;
}

.icon-14 {
  color: #050505;
}

.mask {
  width: 90%;
}

.mask-2 {
  width: 85%;
}

.code-embed {
  width: 100%;
}

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

.banner-grid._100 {
  grid-template-columns: .3fr 1fr;
  width: 100%;
  height: 100%;
}

.div-block {
  width: 100%;
  height: 30vh;
  position: relative;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
}

.left-block {
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: var(--white);
  background-color: #ffffff0d;
  align-items: center;
  padding: 10px;
  display: flex;
}

.left-block._2 {
  border-top-style: none;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.grid-2._1 {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
}

.right-block {
  border: 1px solid var(--white);
  align-items: center;
  padding: 10px;
  display: flex;
}

.right-block._2 {
  border-top-style: none;
}

.slider-7 {
  width: 100%;
  aspect-ratio: 4 / 3;
  height: auto;
  position: relative;
  top: 0;
  overflow: hidden;
}

.list {
  margin-top: 10px;
}

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

.overflow._50vh {
  height: 55vh;
}

.overflow.sm {
  height: 45vh;
}

.overflow._100 {
  height: 100%;
}

.overflow._100.sticky {
  justify-content: flex-start;
  align-items: center;
  height: auto;
  position: relative;
  top: 10px;
  overflow: visible;
}

.heading-links-klein {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 25px;
  line-height: 30px;
}

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

.heading-links-klein.heading-2.sm {
  font-size: 14px;
  line-height: 20px;
}

.color-black {
  background-color: #080808;
  width: 6vh;
  height: 6vh;
}

._3er_grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  height: 100%;
}

.color-blue {
  background-color: #00f;
  border: 1px solid #e1e1e1;
  width: 6vh;
  height: 6vh;
}

.text-links {
  text-align: left;
  font-size: 14px;
  line-height: 20px;
}

.text-links.flie-text.strong {
  font-size: 16px;
  line-height: 1.3;
  text-decoration: none;
}

.color-yellow {
  background-color: #fffb05;
  width: 6vh;
  height: 6vh;
}

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

.color-gray {
  background-color: #eff0f2;
  border: 1px solid #e1e1e1;
  width: 6vh;
  height: 6vh;
}

.strike {
  color: #a5a5a5;
  text-decoration: line-through;
}

.card-wrap {
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.lightbox-link-2 {
  color: #fff;
  cursor: pointer;
  background-color: #000;
  border-radius: 9px;
  margin-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
}

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

.image-wrap {
  height: 40vh;
  position: relative;
}

.slide-navs {
  background-color: #0000004d;
}

.slide-navs.flex-row {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  display: flex;
}

.slide-navs.flex-row.bottom {
  flex-flow: wrap;
  height: auto;
  margin-top: auto;
  margin-bottom: 0;
  font-size: 10px;
  display: flex;
  bottom: 0;
}

.slider {
  background-color: #fff;
  width: 100%;
  height: 40vh;
}

.heading-mittig {
  margin-bottom: 20px;
  font-size: 35px;
}

.heading-mittig.heading-2 {
  margin-top: 0;
}

.colors-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
  position: absolute;
  inset: auto auto 5% 1%;
}

.abs-discount-div {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.abs-discount-div.highlights {
  border-radius: 50%;
  width: 8vh;
  height: 8vh;
  padding: 5px;
  top: 1%;
  right: 1%;
}

.section-gro-e-abst-nde1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 100px 10%;
  display: flex;
}

.slide-arrows {
  display: none;
}

.color-red {
  background-color: #ff2504;
  width: 6vh;
  height: 6vh;
}

.content-wrap-card {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 15px;
  display: flex;
}

.content-wrap-card.zweitfarbe {
  justify-content: space-between;
  height: auto;
  min-height: 35vh;
  overflow: visible;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 991px) {
  body {
    flex-flow: column;
    justify-content: space-between;
    display: flex;
  }

  .logo-img {
    width: 150px;
  }

  .telefonnummer {
    margin-bottom: 5px;
  }

  .email {
    margin-bottom: 0;
  }

  .terminbutton.highlights {
    margin-left: auto;
    margin-right: 0;
  }

  .divblock1 {
    padding-bottom: 20px;
  }

  .nav-menu-1 {
    background-color: var(--dark);
    padding-bottom: 20px;
  }

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

  .nav-link-1.flie-text.text-size-large {
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 16px;
  }

  .nav-link-1.flie-text.text-size-large.w--current {
    color: #ececec;
    font-weight: 700;
  }

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

  .hauptheading.heading-1 {
    white-space: normal;
    overflow-wrap: normal;
    font-size: 40px;
  }

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

  .divider.highlights {
    margin-bottom: 20px;
  }

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

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

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

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

  ._2er-grid1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

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

  .div-inhalt3.sp.n0-border {
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .div-border {
    padding-top: 20px;
  }

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

  .galerie-grid1.top-margin {
    flex-flow: row;
    display: flex;
  }

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

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

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

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

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

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

  .impdat {
    padding: 60px;
  }

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

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

  .maps-gro {
    height: 45vh;
  }

  .error-message {
    width: auto;
  }

  .form-wrap {
    width: auto;
    margin-right: 0;
    padding-right: 0;
  }

  .no-overflow-large {
    width: 100%;
    height: 60vh;
  }

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

  .div-inhalt3-large {
    justify-content: center;
    align-items: center;
  }

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

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

  .social-media-icons {
    justify-content: center;
    align-items: flex-start;
  }

  .icon-12 {
    width: 20px;
    height: 20px;
  }

  ._3er-grid, ._3-rows-grid {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: 20px;
    display: flex;
  }

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

  .section3 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .section3.zweitfarbe {
    padding: 60px;
  }

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

  .no-overflow-100, .block-1 {
    width: 100%;
  }

  .slide-14 {
    margin-left: 10px;
    margin-right: 10px;
  }

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

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

  .button-wrapper {
    grid-column-gap: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .change-text-settings {
    grid-row-gap: 0rem;
  }

  .no-overflow-small {
    width: 100%;
  }

  .image-error {
    height: 40vh;
  }

  .image-error.invert {
    margin-bottom: 10px;
  }

  .utility-pag.hauptfarbe {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

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

  .menu-button {
    background-color: var(--dark);
    margin-left: auto;
  }

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

  .phone-txt {
    font-size: 12px;
  }

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

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

  .mask {
    width: 85%;
  }

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

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

  .overflow {
    width: 100%;
    height: 60vh;
  }

  .overflow._100 {
    max-height: 60vh;
  }

  .heading-links-klein.heading-2.farbe-der-headings {
    text-align: center;
  }

  .color-black {
    width: 4vh;
    height: 4vh;
  }

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

  .color-blue, .color-yellow, .color-gray {
    width: 4vh;
    height: 4vh;
  }

  .card-wrap {
    height: 100%;
  }

  .image-wrap {
    width: 100%;
    height: auto;
  }

  .slider {
    height: auto;
  }

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

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

  .color-red {
    width: 4vh;
    height: 4vh;
  }

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

  .content-wrap-card.zweitfarbe {
    min-height: 35vh;
  }

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

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

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

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

  .divblock1 {
    height: auto;
  }

  .navbar.hauptfarbe {
    padding-left: 40px;
    padding-right: 40px;
  }

  .titelvideo-start-1 {
    height: 28rem;
  }

  .titelvideo-start-1.unterseite {
    height: 25rem;
  }

  .videodiv {
    padding-left: 5%;
    padding-right: 5%;
  }

  .hauptheading.heading-1 {
    font-size: 35px;
    line-height: 1.3;
  }

  .section1, .section1.zweitfarbe {
    padding: 40px;
  }

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

  .divider.highlights {
    margin-bottom: 10px;
  }

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

  .paragraph.flie-text.list {
    text-align: left;
  }

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

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

  ._2er-grid1 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    display: flex;
  }

  .div-inhalt3 {
    align-items: center;
    padding: 40px;
  }

  .div-inhalt3.sp.n0-border {
    justify-content: flex-start;
    align-items: center;
  }

  .no-overflow, .no-overflow._2 {
    height: 25rem;
  }

  .div-border {
    padding: 20px;
  }

  .galerie-grid1 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

  .galerie-grid1.top-margin {
    flex-flow: column;
    margin-top: 0;
  }

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

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

  .footer-1.hauptfarbe.bg-dark {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-footer1 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

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

  .impdat {
    padding: 40px;
  }

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

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

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

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

  .maps-gro {
    height: 25rem;
  }

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

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

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

  .form-wrap {
    margin-bottom: 0;
    padding-bottom: 0;
  }

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

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

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

  .no-overflow-large, .no-overflow-large._50vh {
    height: 25rem;
  }

  .div-inhalt3-large {
    align-items: center;
    padding: 40px 20px;
  }

  .social-media-icons {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: center;
    align-items: center;
  }

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

  .icon, .icon.invert {
    width: 20px;
    height: 20px;
  }

  ._3er-grid {
    grid-column-gap: 16px;
    grid-template-columns: 1fr;
  }

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

  .div-inhalt5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .section3.zweitfarbe {
    padding: 40px;
  }

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

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

  .slider-6 {
    flex-flow: column;
    height: 25rem;
    margin-top: 0;
    margin-bottom: 20px;
    display: flex;
  }

  .slide-14 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .left-arrow-2 {
    display: flex;
    overflow: hidden;
  }

  .open {
    width: 25px;
  }

  .background-image {
    height: 100%;
  }

  .section-59 {
    height: 25rem;
    padding-left: 40px;
    padding-right: 40px;
  }

  .content-align-center {
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  .no-overflow-small {
    height: 25rem;
  }

  .image-error {
    height: 15rem;
  }

  .image-error.invert {
    height: 5rem;
  }

  .utility-pag.hauptfarbe {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

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

  .menu-button {
    padding: 10px;
  }

  .section-60 {
    padding: 40px;
  }

  .right-arrow {
    display: flex;
  }

  .section-2 {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .mask-2 {
    width: 80%;
  }

  .banner-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .left-block {
    background-color: #ffffff0d;
    border-right-style: solid;
    justify-content: center;
  }

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

  .right-block {
    justify-content: center;
  }

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

  .overflow, .overflow._50vh {
    height: 25rem;
  }

  .heading-links-klein {
    font-size: 25px;
    line-height: 25px;
  }

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

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

  .image-100-contain {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

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

  .slider {
    justify-content: center;
    align-items: flex-start;
    height: auto;
  }

  .abs-discount-div.highlights {
    width: 6vh;
    height: 6vh;
  }

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

  .slide2 {
    width: 100%;
  }

  .content-wrap-card.zweitfarbe {
    min-height: auto;
  }

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

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

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

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

  .modal1_content-wrapper {
    max-height: 80vh;
    padding-bottom: 4rem;
    padding-left: 5%;
    padding-right: 5%;
  }

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

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

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

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

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

  .flie-text {
    width: 100%;
  }

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

  .nav-menu-1 {
    padding-bottom: 10px;
  }

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

  .hauptheading.heading-1 {
    font-size: 26px;
    line-height: 1.3;
  }

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

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

  .paragraph.flie-text {
    white-space: pre-wrap;
    word-break: keep-all;
    font-size: 15px;
  }

  .div-inhalt2 {
    padding: 10px;
  }

  .div-inhalt3 {
    padding: 40px 20px;
  }

  .div-border {
    margin: 10px;
    padding: 10px;
  }

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

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

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

  .heading-links {
    font-size: 28px;
    line-height: 35px;
  }

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

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

  .success {
    padding: 60px 20px;
  }

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

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

  .heading-success.heading-2 {
    font-size: 17px;
    line-height: 24px;
  }

  .form-wrap {
    margin-bottom: 0;
    padding-bottom: 0;
  }

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

  .link {
    flex-flow: column;
  }

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

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

  .div-inhalt3-large {
    padding: 20px;
  }

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

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

  .overlay, .block-1 {
    overflow-wrap: anywhere;
  }

  .slider-6 {
    height: 20rem;
  }

  .left-arrow-2 {
    display: flex;
  }

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

  .icon-second {
    width: 22px;
    height: 22px;
  }

  .vectors-wrapper {
    width: 9px;
    height: 9px;
  }

  .button-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .change-text-settings {
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .image-error {
    height: 13rem;
  }

  .utility-pag.hauptfarbe {
    padding-left: 60px;
    padding-right: 60px;
  }

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

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

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

  .phone-txt {
    font-size: 9px;
    line-height: 9px;
  }

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

  .right-arrow {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

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

  .section-2._1 {
    padding: 20px;
  }

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

  .icon-14 {
    margin-left: 0;
  }

  .mask {
    width: 100%;
  }

  .mask-2 {
    width: 75%;
  }

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

  .heading-links-klein {
    font-size: 20px;
    line-height: 20px;
  }

  .heading-links-klein.heading-2.farbe-der-headings {
    font-size: 18px;
  }

  .heading-links-klein.heading-2.sm {
    font-size: 12px;
  }

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

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

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

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

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

#w-node-_734be32f-e50f-d8d4-be70-8415c5aeaf75-af34499c, #w-node-_734be32f-e50f-d8d4-be70-8415c5aeaf7e-af34499c, #w-node-_734be32f-e50f-d8d4-be70-8415c5aeaf87-af34499c {
  align-self: center;
}

#w-node-_431d5f99-7535-7ead-03d0-39ff003d6c9c-af34499d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}



/* Übersicht: Bildwechsler der Karte ist anklickbar (öffnet "Mehr Informationen"). */
.card-wrap .slider-7 .w-slider-mask {
  cursor: pointer;
}

/* Anzeigen-Fenster: Bildergalerie des jeweiligen Rades + kompakte Darstellung. */
.modal-body {
  width: 100%;
}

.modal-media-col {
  width: 100%;
}

.modal-gallery {
  background-color: #fff;
  width: 100%;
  height: 240px;
  position: relative;
  overflow: hidden;
}

.modal-gallery_viewport {
  position: absolute;
  inset: 0;
}

.modal-gallery_slide {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s;
  position: absolute;
  inset: 0;
}

.modal-gallery_slide.is-active {
  opacity: 1;
  visibility: visible;
}

.modal-gallery_slide img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.modal-gallery_arrow {
  color: #fff;
  cursor: pointer;
  background-color: #0009;
  border: 0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 0;
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.modal-gallery_arrow.is-left {
  left: 8px;
}

.modal-gallery_arrow.is-right {
  right: 8px;
}

.modal-gallery_dots {
  justify-content: center;
  gap: 6px;
  display: flex;
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  z-index: 2;
}

.modal-gallery_dot {
  cursor: pointer;
  background-color: #ffffff8c;
  border: 0;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  padding: 0;
  box-shadow: 0 0 0 1px #0000008c;
}

.modal-gallery_dot.is-active {
  background-color: #fff;
}

.modal-text-col {
  line-height: 1.45;
}

@media screen and (min-width: 992px) {
  .modal1_content-wrapper {
    max-width: min(1100px, 90vw);
    padding-bottom: 2rem;
  }

  .modal-body {
    flex-direction: row;
    align-items: flex-start;
    gap: 2rem;
    display: flex;
  }

  .modal-media-col {
    flex: 0 0 42%;
  }

  .modal-gallery {
    height: 360px;
  }

  .modal-text-col {
    flex: 1 1 auto;
    justify-content: flex-start;
    min-width: 0;
    max-height: min(720px, calc(80vh - 7rem));
    overflow-y: auto;
  }

  .modal-text-col > * + * {
    margin-top: 16px;
  }

  .modal-text-col .paragraph.flie-text,
  .modal-text-col .paragraph-links.flie-text,
  .modal-text-col .list {
    line-height: 1.45;
  }

  .modal-text-col h2.heading-links.heading-1,
  .modal-text-col h2.heading-1 {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 24px;
  }
}

@media screen and (max-width: 991px) {
  .modal-body {
    flex-direction: column;
    display: flex;
  }

  .modal-gallery {
    height: 240px;
  }
}

/* Startseite: Ersatzinhalt für den Instagram-Baustein vor der Zustimmung. */
.instagram-fallback {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.instagram-fallback .paragraph {
  text-align: center;
  margin-top: 10px;
}

.instagram-fallback button.lightbox-link-2 {
  font: inherit;
  border: 0;
  padding-top: 6px;
  padding-bottom: 6px;
}

.instagram-direct-link {
  color: inherit;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  text-decoration: underline;
  display: inline-flex;
}

/* Startseite: Schaltfläche im Kopfbereich zu den gebrauchten Fahrrädern. */
.hero-cta {
  text-align: center;
  padding-left: 16px;
  padding-right: 16px;
}

.hero-cta .heading-links-klein {
  text-align: center;
}
