:root {
  --dark-slate-blue: #04348b;
  --black: #333;
}

.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-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  color: #333;
  font-family: Open Sans, 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;
}

.utility-page-wrap {
  background-image: url('../images/5e959eb33ff0bb50fe9c62cc_5e4e799880743331e550192d_schloss-gold.jpg');
  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: 166px;
}

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

.logo.w--current {
  color: #fff;
  flex-direction: column;
  padding-top: 0;
  padding-bottom: 0;
}

.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, .ffnungszeiten {
  margin-bottom: 5px;
}

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

.hauptfarbe.w--open {
  background-color: #fff;
}

.email {
  margin-bottom: 5px;
}

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

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

.adresse {
  margin-bottom: 5px;
}

.google-maps {
  width: 20vw;
  height: 20vh;
}

.heading-1 {
  font-family: Source Serif Pro, sans-serif;
  font-weight: 400;
}

.heading-2 {
  font-family: Source Sans Pro, sans-serif;
  font-weight: 600;
}

.heading-3 {
  font-family: Source Sans Pro, sans-serif;
  font-weight: 400;
}

.flie-text {
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.farbe-der-headings {
  color: var(--dark-slate-blue);
}

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

.video-1 {
  height: 100vh;
  position: relative;
}

.titelvideo {
  height: 100%;
  position: relative;
}

.titelvideo-div {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 80%;
  padding-bottom: 60px;
  display: flex;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slogan {
  text-align: center;
  font-size: 100px;
  line-height: 110px;
}

.slogan.heading-1.farbe-der-headings.white {
  color: #fff;
}

.section-mit-parallax {
  justify-content: flex-end;
  align-items: center;
  height: 500px;
  display: flex;
  position: relative;
}

.section-mit-parallax.hidden {
  display: flex;
}

.parallax-div {
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
}

.parallax-pic {
  background-image: url('../images/AdobeStock_206270313_visu.jpeg');
  background-position: 50% 100%;
  background-size: cover;
  height: 150%;
}

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

.heading.heading-2.farbe-der-headings.margin-bottom-100 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 40px;
}

.heading.heading-2.farbe-der-headings.margin-bottom-100.center {
  text-align: center;
}

.heading.heading-2.farbe-der-headings.margin-bottom-100.center._2 {
  margin-bottom: 0;
}

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

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

.paragraph.flie-text {
  text-align: left;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}

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

.paragraph.flie-text.center.margin {
  margin-bottom: 60px;
}

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

.section-ber-mich {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 140px;
  padding: 100px 10vw;
  display: flex;
}

.section-ber-mich._2 {
  margin-top: 0;
}

.collumn-pic {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.collumn-pic.zweitfarbe {
  flex-direction: row;
}

.collumn-pic.zweitfarbe.untereianander {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
}

.columns {
  background-color: #f7f7f7;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.columns._1 {
  align-items: center;
  margin-top: 20px;
  padding: 20px;
  display: flex;
}

.collumn-text {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.collumn-text.zweitfarbe {
  align-items: center;
}

.collumn-text.kein-abst {
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
}

.image-for-collumn {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  max-width: none;
  height: 100%;
}

.image-for-collumn._1 {
  height: 60vh;
}

.section-with-parallax {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 800px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image {
  z-index: 2;
  object-fit: cover;
  width: 43%;
  height: 22%;
  position: absolute;
  inset: 19% auto auto 3%;
  box-shadow: 9px 9px 20px -8px #000;
}

.image-2 {
  z-index: 3;
  object-fit: cover;
  width: 62%;
  height: 39%;
  position: absolute;
  inset: 15% 0% 0% auto;
  box-shadow: 9px 9px 20px -8px #000;
}

.image-3 {
  z-index: 2;
  object-fit: cover;
  width: 25%;
  height: 22%;
  position: absolute;
  inset: 40% auto 0% 7%;
  box-shadow: 9px 9px 20px -8px #000;
}

.image-6 {
  z-index: 5;
  object-fit: cover;
  width: 31%;
  height: 28%;
  position: absolute;
  inset: 48% 7% 0% auto;
  box-shadow: 9px 9px 20px -8px #000;
}

.image-5 {
  z-index: 5;
  object-fit: cover;
  width: 43%;
  height: 21%;
  position: absolute;
  inset: 45% 0% auto 20%;
  box-shadow: 9px 9px 20px -8px #000;
}

.image-5._1 {
  height: 30%;
  top: 50%;
  left: 20%;
}

.image-2in-collumn-div {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.div-mit-text {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 100px 20px;
  display: flex;
}

.div-in-collumn-pic-bigger {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 60%;
  height: 100%;
  display: grid;
}

.section-with-collumn {
  margin-top: 250px;
}

.termin-button {
  letter-spacing: 3px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
  line-height: 25px;
}

.termin-button.flie-text.highlights {
  color: #fff;
}

.termin-button.flie-text.highlights.services-button {
  font-size: 18px;
  line-height: 26px;
}

.heading-small {
  text-align: center;
  letter-spacing: 3px;
  font-size: 20px;
  line-height: 25px;
}

.heading-small.heading-3.farbe-der-headings {
  margin-top: 20px;
}

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

.div-in-collumn-pic-smaller {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 40%;
  height: 100%;
  display: flex;
}

.div-in-collumn-pic-smaller.switch {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-footer {
  text-align: left;
  font-size: 20px;
  line-height: 25px;
}

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

.footer1 {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 40px;
}

.div-block {
  color: #fff;
  padding-left: 140px;
  padding-right: 140px;
  position: relative;
}

.div-f-r-nav {
  flex: 1;
}

.navlink {
  color: #fff;
  letter-spacing: 3px;
  font-size: 18px;
  line-height: 25px;
}

.navlink.flie-text {
  color: var(--black);
}

.navlink.flie-text.w--current {
  color: #c2a893;
}

.nav-menu-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar {
  background-color: #ddd3;
  justify-content: space-between;
  align-items: center;
  padding: 5px 40px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-block-1 {
  height: 10vh;
}

.nav-block-1.hauptfarbe {
  background-color: #fff;
  height: 200px;
}

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

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

.form-text1 {
  text-transform: none;
  margin-bottom: 10px;
}

.highlights-2 {
  background-color: var(--dark-slate-blue);
}

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

.grid-mit-3-bl-cken {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  min-width: 100%;
}

.image-31 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 300px;
}

.image-31.dogimage {
  object-position: 50% 20%;
  height: 300px;
}

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

.block.zweitfarbe {
  justify-content: flex-start;
}

.section-visu-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 10%;
  display: flex;
}

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

.bild-zoom-effekt1:hover {
  background-image: linear-gradient(#fff0, #fff0), url('../images/AdobeStock_305628877_visu.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

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

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

.div-block-41 {
  border: 2px solid #000;
  justify-content: center;
  align-items: center;
  width: 784px;
  height: 400px;
  display: flex;
}

.heading-22 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
}

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

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

.ablaufplan-big-button-2.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-2.black:hover {
  transform: none;
}

.ablaufplan-big-button-2.black.ablaufplan {
  top: 130px;
}

.text-span-11 {
  font-weight: 400;
}

.paragraph-62 {
  font-size: 20px;
  line-height: 27px;
}

.heading-81 {
  font-size: 41px;
  line-height: 51px;
}

.custom-list {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.list-item {
  grid-column-gap: 10px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(20px, 20px) 6fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-bottom: 10px;
  display: grid;
}

.list-para {
  margin-bottom: 0;
}

.section-50 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_46921.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  height: 50vh;
  display: flex;
}

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

.slide-nav {
  background-color: #00000080;
}

.testimoial {
  color: #fff;
  font-size: 17px;
  line-height: 24px;
  transform: translate(-50%, -50%);
}

.testimonial-text {
  text-align: center;
  margin-bottom: 40px;
  font-size: 18px;
  font-style: italic;
  line-height: 30px;
}

.testimonial-author {
  text-align: center;
  margin-bottom: 0;
  font-weight: 700;
}

.tesimonial-author-details {
  text-align: center;
}

.text-span-12 {
  font-weight: 400;
}

.paragraph-63 {
  margin-bottom: 40px;
  font-size: 21px;
  font-weight: 300;
  line-height: 29px;
}

.paragraph-63.links {
  text-align: left;
}

.section-52 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 140px;
  padding: 70px;
  display: flex;
}

.section-52.last {
  padding-top: 100px;
  padding-bottom: 60px;
}

.section-52.unten {
  margin-top: 0;
}

.section-52.unten.zweitfarbe.padding {
  padding-left: 18vw;
  padding-right: 18vw;
}

.container.width {
  max-width: 40%;
}

.container.left {
  max-width: 100%;
  display: flex;
}

.div-block-149 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.grid-82 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 75%;
  margin: 40px auto 20px;
}

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

.service-card {
  color: #333;
  text-decoration: none;
  overflow: hidden;
  box-shadow: 0 0 10px 3px #ccc;
}

.service-card.sp {
  margin-right: 0;
}

.service-details {
  background-color: #fff;
  padding: 20px;
}

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

.image-62.center-bottom {
  object-position: 50% 100%;
}

.image-62.partner {
  object-fit: contain;
  background-color: #fff;
  border: 2px solid #04348b80;
  height: 50vh;
  padding: 60px;
  transition: all .2s;
}

.image-62.partner:hover {
  transform: scale(1.1);
}

.image-62.auto {
  object-fit: contain;
  background-color: #d6d2cd;
  height: 60vh;
}

.heading-82 {
  color: #3e337a;
  margin-top: 0;
}

.paragraph-64 {
  color: #777;
  line-height: 22px;
}

.grid-83 {
  grid-template-rows: auto;
  place-items: center stretch;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

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

.image-65 {
  object-fit: cover;
  width: 100%;
  height: 60vh;
  margin-top: 20px;
}

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

.section-53 {
  margin-top: 210px;
  padding: 100px;
}

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

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

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

.navbar-2 {
  background-color: #0000;
}

.list-4 {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.div-block-151 {
  width: 100%;
  height: 100%;
}

.list-5 {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.list-5.is--bolder {
  color: #363636;
  font-size: 20px;
  font-weight: 500;
}

.grid-86 {
  grid-column-gap: 37px;
  grid-template-rows: auto;
}

.div-block-152 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.heading-83 {
  color: #000;
}

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

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

.div-block-153 {
  height: 700px;
}

.html-embed {
  position: static;
  inset: auto 0% 200px auto;
  overflow: hidden;
}

.div-block-154 {
  border: 2.5px solid var(--dark-slate-blue);
  margin-bottom: 100px;
  padding: 8px;
}

.text:active, .text:focus {
  border: 1px solid var(--dark-slate-blue);
}

.text.big {
  height: 90px;
}

.icon-6 {
  text-shadow: 1px 1px 6px #000;
}

.section-54 {
  background-image: linear-gradient(#000000bf, #000000bf), url('../images/IMG_46921.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  width: 100%;
  height: 45vh;
}

.div-block-155 {
  color: #fff;
  width: 100%;
}

.code-embed {
  width: 90%;
}

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

.quick-stack {
  background-color: #f7f7f7;
  padding: 0;
}

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

.youtube-embed {
  height: 60vh;
  margin-top: 20px;
  margin-bottom: 0;
}

.button {
  background-color: var(--dark-slate-blue);
  text-align: center;
  border: 3px solid #000;
  margin-left: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 1.3;
  transition: all .4s;
  box-shadow: 2px 2px 5px 2px #0000004d;
}

.button:hover {
  transform: scale(1.05);
  box-shadow: 4px 4px 5px 4px #0000004d;
}

.bg-video {
  width: 100%;
  height: 100%;
}

.image-67 {
  width: 40px;
}

.list-links {
  text-align: center;
  font-size: 16px;
  line-height: 34px;
}

.list-links.flie-text {
  text-align: left;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}

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

.list-links.flie-text.center.margin {
  margin-bottom: 60px;
}

.list-links.flie-text.right {
  text-align: right;
}

.list-links.flie-text.numer {
  list-style-type: decimal;
}

.title-image {
  object-fit: cover;
  width: 100%;
  height: 45vh;
  margin-bottom: 20px;
}

.text-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  display: flex;
}

.link-8 {
  color: var(--dark-slate-blue);
  text-decoration: none;
}

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

.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: #fff;
  flex-direction: column;
  justify-content: center;
  width: auto;
  max-width: none;
  height: auto;
  max-height: 80vh;
  padding: 2rem 4rem;
  display: flex;
  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: flex;
  position: fixed;
  inset: 0%;
}

.heading-84 {
  color: var(--dark-slate-blue);
  font-family: Source Sans Pro, sans-serif;
}

.lightbox-link, .image-68 {
  height: 60vh;
}

.image-wrap-75vh {
  width: 100%;
  height: 75vh;
  margin-top: 20px;
}

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

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

.modal1_component-2 {
  z-index: 9999;
  -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%;
}

.modal1_content-wrapper-2 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 4rem 2rem 2rem;
  display: flex;
  position: relative;
  overflow: auto;
}

.flyer-images {
  object-fit: contain;
  height: 65vh;
  margin-bottom: 20px;
}

.lightbox-link-3 {
  margin-bottom: 20px;
}

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

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

  .hauptfarbe.w--open {
    position: static;
  }

  .email {
    margin-bottom: 5px;
  }

  .divblock1 {
    padding-bottom: 20px;
  }

  .video-1 {
    z-index: 10;
    height: 70vh;
    margin-top: 0;
  }

  .titelvideo-div {
    padding-bottom: 0;
  }

  .slogan.heading-1.farbe-der-headings.white {
    font-size: 40px;
    line-height: 1.3;
  }

  .heading.heading-2.farbe-der-headings.margin-bottom-100 {
    text-align: center;
  }

  .heading.heading-2.farbe-der-headings.smaller {
    font-size: 42px;
    line-height: 1.2;
  }

  .paragraph.flie-text, .paragraph.flie-text.right, .paragraph.flie-text.left {
    text-align: center;
  }

  .section-ber-mich {
    margin-top: 0;
    padding: 60px;
  }

  .columns._1 {
    flex-direction: column;
  }

  .image-for-collumn, .image-for-collumn.yop {
    object-position: 80% 10%;
  }

  .section-with-parallax {
    height: 800px;
  }

  .image {
    width: 56%;
    height: 23%;
    top: 15%;
    left: 6%;
  }

  .image-2 {
    height: 26%;
    top: 37%;
  }

  .image-3 {
    width: 26%;
    height: 25%;
    left: 5%;
  }

  .image-6 {
    height: 22%;
    top: 60%;
    right: 5%;
  }

  .image-5 {
    height: 17%;
  }

  .image-5._1 {
    top: 60%;
  }

  .section-with-collumn {
    margin-top: auto;
  }

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

  .div-f-r-nav {
    width: auto;
  }

  .menu-button {
    margin-bottom: 5px;
    padding: 10px;
  }

  .menu-button.w--open {
    background-color: #e9e9e9;
    border-radius: 50%;
    box-shadow: 0 5px 22px -10px #000;
  }

  .icon-5 {
    color: #000;
  }

  .navlink.flie-text {
    text-align: center;
    width: 100%;
    padding-right: 20px;
  }

  .navlink.flie-text.no-padding {
    padding: 0;
  }

  .navlink.flie-text._1 {
    width: 70%;
  }

  .nav-menu-3 {
    background-color: #f8f8f8;
    width: 100%;
  }

  .navbar {
    z-index: 11;
    flex-flow: column;
    justify-content: space-between;
    position: relative;
  }

  .grid-mit-3-bl-cken {
    grid-template-columns: 1fr 1fr;
  }

  .bild-zoom-effekt1 {
    height: 400px;
  }

  .impdat {
    padding-top: 100px;
  }

  .success {
    min-height: 70vh;
    padding-top: 220px;
  }

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

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

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

  .paragraph-62, .heading-81 {
    text-align: center;
  }

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

  .section-52 {
    margin-top: 0;
    padding: 40px 20px;
  }

  .section-52.last {
    padding-top: 60px;
  }

  .container.width {
    max-width: 60%;
  }

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

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

  .service-card.sp {
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .image-62.partner {
    height: 100%;
  }

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

  .section-53 {
    margin-top: 0;
    padding: 20px 40px;
  }

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

  .div-block-151 {
    height: 70vh;
  }

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

  .div-block-152 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .button {
    margin-bottom: 10px;
    margin-left: 0;
    position: static;
    top: 10vh;
    right: 10px;
  }

  .link-block {
    margin-bottom: 10px;
  }

  .dd-nav {
    width: 100%;
  }

  .list-links.flie-text.right, .list-links.flie-text.left {
    text-align: center;
  }

  .text-wrap {
    width: 100%;
  }

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

  .modal1_content-wrapper, .modal1_content-wrapper-2 {
    width: auto;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .google-maps {
    width: 50vw;
  }

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

  .divblock1 {
    height: auto;
  }

  .video-1 {
    height: 70vh;
    margin-top: 0;
  }

  .titelvideo-div {
    padding-bottom: 20px;
  }

  .slogan.heading-1.farbe-der-headings {
    font-size: 60px;
    line-height: 70px;
  }

  .slogan.heading-1.farbe-der-headings.white {
    font-size: 30px;
  }

  .section-mit-parallax {
    height: 300px;
    overflow: hidden;
  }

  .parallax-pic {
    height: 80%;
  }

  .heading.heading-2.farbe-der-headings.margin-bottom-100 {
    margin-bottom: 20px;
  }

  .heading.heading-2.farbe-der-headings.smaller {
    font-size: 36px;
  }

  .section-ber-mich {
    padding: 40px 5vw 20px;
  }

  .columns.switch {
    flex-direction: column-reverse;
    display: flex;
  }

  .image-for-collumn {
    object-fit: contain;
    object-position: 50% 50%;
  }

  .image-for-collumn.on-cover {
    object-fit: cover;
  }

  .section-with-parallax {
    height: 100%;
  }

  .image, .image-2, .image-3, .image-6, .image-5._1 {
    width: 100%;
    height: 35vh;
    position: static;
  }

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

  .grid-mit-3-bl-cken {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .image-31, .image-31.dogimage {
    height: 350px;
  }

  .section-visu-5 {
    padding: 20px 5%;
  }

  .bild-zoom-effekt1 {
    min-height: 300px;
  }

  .impdat {
    padding-top: 220px;
    padding-bottom: 40px;
  }

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

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

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

  .section-50 {
    height: 60vh;
  }

  .paragraph-63.links {
    padding-left: 20px;
  }

  .section-52 {
    padding: 20px 40px;
  }

  .container.left {
    flex-flow: column;
  }

  .grid-82 {
    width: 65%;
  }

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

  .service-card.sp {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .service-image {
    width: 100%;
  }

  .image-62.partner {
    height: 40vh;
    padding: 60px;
  }

  .heading-82.mittig {
    text-align: center;
    font-size: 18px;
  }

  .grid-83 {
    width: 100%;
  }

  .image-65 {
    height: 45vh;
  }

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

  .section-53 {
    margin-top: 0;
  }

  .div-block-151 {
    height: 50vh;
  }

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

  .div-block-153 {
    height: 400px;
  }

  .div-block-154 {
    margin-bottom: 40px;
  }

  .icon-6 {
    font-size: 28px;
  }

  .section-54 {
    height: auto;
  }

  .youtube-embed {
    height: 40vh;
  }

  .button {
    padding: 10px;
    font-size: 14px;
  }

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

  .modal1_close-button {
    top: 10px;
    right: 10px;
  }

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

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

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

  .modal1_content-wrapper {
    max-height: none;
    padding-bottom: 2rem;
    padding-left: 5%;
    padding-right: 5%;
  }

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

  .image-wrap-75vh, .lightbox-link-2, .image-100 {
    height: auto;
  }

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

  .modal1_content-wrapper-2 {
    max-height: none;
    padding: 45px 20px 20px;
  }

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

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

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

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

  .logo-img {
    width: 120px;
  }

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

  .google-maps {
    width: 100%;
  }

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

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

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

  .video-1 {
    height: 45vh;
    margin-top: 0;
  }

  .slogan.heading-1.farbe-der-headings {
    font-size: 30px;
    line-height: 40px;
  }

  .heading.heading-2.farbe-der-headings.smaller {
    font-size: 28px;
  }

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

  .section-ber-mich {
    padding: 40px 20px;
  }

  .section-ber-mich._2 {
    padding-top: 20px;
  }

  .collumn-pic.zweitfarbe {
    flex-direction: column;
    align-items: center;
    height: auto;
  }

  .collumn-pic.zweitfarbe.untereianander {
    padding-left: 10px;
    padding-right: 10px;
  }

  .columns._1 {
    padding-left: 0;
    padding-right: 0;
  }

  .collumn-text.zweitfarbe {
    justify-content: flex-start;
    margin-bottom: 5vh;
  }

  .image-for-collumn {
    object-position: 50% 50%;
  }

  .image-for-collumn._1 {
    height: auto;
  }

  .image-for-collumn.yop {
    margin-left: auto;
    margin-right: auto;
  }

  .section-with-parallax {
    height: auto;
  }

  .image, .image-2, .image-3, .image-6 {
    width: 100%;
    height: 30vh;
    box-shadow: none;
    position: static;
  }

  .image-5 {
    width: 100%;
    height: auto;
    box-shadow: none;
    position: static;
  }

  .image-5._1 {
    height: 30vh;
  }

  .image-2in-collumn-div {
    height: 40vh;
  }

  .div-mit-text {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-in-collumn-pic-bigger {
    width: 100%;
  }

  .section-with-collumn {
    height: 100%;
    margin-top: 0%;
  }

  .termin-button.flie-text.highlights.services-button {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .image-in-collumn-pic {
    height: 40vh;
  }

  .div-in-collumn-pic-smaller {
    width: 100%;
  }

  .div-in-collumn-pic-smaller.switch {
    flex-direction: column-reverse;
  }

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

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

  .navlink.flie-text {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .image-31, .image-31.dogimage {
    height: 300px;
  }

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

  .success {
    padding-top: 40px;
  }

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

  .ablaufplan-big-button-2 {
    white-space: normal;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .ablaufplan-big-button-2.black.ablaufplan {
    top: 60px;
  }

  .paragraph-62, .heading-81 {
    text-align: center;
  }

  .slider {
    overflow: hidden;
  }

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

  .section-52 {
    margin-top: 0;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-52.unten {
    padding-top: 0;
  }

  .container.width {
    max-width: 80%;
  }

  .grid-82 {
    width: 100%;
  }

  .image-62.partner {
    height: 100%;
  }

  .image-62.auto {
    height: 50vh;
  }

  .image-65 {
    height: 30vh;
  }

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

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

  .div-block-151 {
    height: 40vh;
  }

  .div-block-153 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 300px;
    display: flex;
  }

  .icon-6 {
    font-size: 24px;
  }

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

  .div-block-156 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .list-links {
    font-size: 14px;
    line-height: 20px;
  }

  .list-links.flie-text {
    padding-left: 20px;
  }

  .title-image {
    height: auto;
  }

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

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

  .heading-84 {
    font-size: 20px;
    line-height: 1.5;
  }

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

  .flyer-images {
    height: 55vh;
  }
}

#w-node-_0fc5492c-925a-106a-9af5-679c72c8ca95-c6931d99 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_0fc5492c-925a-106a-9af5-679c72c8ca97-c6931d99 {
  grid-area: 3 / 3 / 4 / 5;
}

#w-node-ed4fcc23-af65-28aa-ea5d-82253ded4410-67601985 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_0fc5492c-925a-106a-9af5-679c72c8ca95-c6931d99, #w-node-_0fc5492c-925a-106a-9af5-679c72c8ca97-c6931d99, #w-node-b2022e4f-d0cd-49f8-289b-0be58a78218a-67601985 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ed4fcc23-af65-28aa-ea5d-82253ded4410-67601985 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_16d2e6c4-c9f9-b93e-53ee-a84e68399724-84931d9f {
    order: 9999;
  }

  #w-node-b2022e4f-d0cd-49f8-289b-0be58a78218a-67601985, #w-node-ed4fcc23-af65-28aa-ea5d-82253ded4410-67601985 {
    grid-column: span 1 / span 1;
  }
}


