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

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

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

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

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

:root {
  --orange: #f08100;
  --white: white;
  --black: black;
}

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

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

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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-color: var(--orange);
  color: #fff;
  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;
  height: 200px;
}

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

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

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

.telefonnummer {
  margin-bottom: 5px;
}

.telefonnummer.black {
  color: #333;
}

.ffnungszeiten {
  margin-bottom: 5px;
}

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

.email {
  margin-bottom: 5px;
}

.email.black {
  color: #333;
}

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

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

.adresse {
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
}

.adresse.black {
  color: #333;
}

.div-mail {
  color: #334;
}

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

.heading-1 {
  font-family: Press Style, sans-serif;
  font-size: 35px;
  font-weight: 400;
}

.heading-2 {
  font-family: Press Style, sans-serif;
  font-weight: 600;
}

.heading-3 {
  font-family: blackout, sans-serif;
  font-weight: 700;
}

.heading-3.farbe-der-headings {
  font-size: 38px;
  line-height: 44px;
}

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

.flie-text.wrap {
  margin-bottom: 0;
}

.farbe-der-headings {
  color: #f08100;
}

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

.impressum.flie-text {
  line-height: 25px;
}

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

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

.navbar {
  z-index: 100;
  background-color: #fff;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: absolute;
  box-shadow: 0 2px 5px #0003;
}

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

.nav-link-1.flie-text {
  color: #333;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 500;
  transition: all .3s;
}

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

.nav-link-1.flie-text.drop {
  padding-right: 40px;
}

.nav-link-1.flie-text.dropdown {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-link-1.drop {
  padding-left: 20px;
}

.banner-text-block {
  z-index: 5;
  color: #fff;
  background-color: #0003;
  background-image: linear-gradient(#000000ab, #ffffff36);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 220px;
  padding-left: 300px;
  padding-right: 300px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.banner-text-block._1 {
  padding-bottom: 100px;
}

.button {
  text-transform: uppercase;
  border-radius: 50px;
  padding: 15px 30px;
  font-size: 18px;
}

.button.flie-text.highlights {
  border: 1px solid var(--orange);
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  transition: all .2s;
}

.button.flie-text.highlights {
  color: #fff;
  text-align: center;
  border: 1px solid #f08100;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: all .2s;
}

.button.flie-text.highlights:hover {
  color: #333;
  background-color: #ececec;
}

.background-video {
  height: 100%;
}

.section-relative {
  height: 100vh;
  position: relative;
}

.section-relative.unterseite {
  height: 120vh;
}

.titelheading {
  text-align: center;
  font-size: 80px;
  line-height: 90px;
}

.titelheading.heading-1.small-head {
  font-size: 40px;
  line-height: 60px;
}

.text-block {
  text-align: center;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 25px;
}

.text-block.heading-3 {
  text-transform: capitalize;
  margin-bottom: 10px;
}

.text-block.heading-3.farbe-der-headings {
  text-align: left;
  text-transform: none;
  align-self: center;
  margin-right: 0;
  font-size: 33px;
  line-height: 1.5;
}

.text-block.heading-3.farbe-der-headings.left {
  text-align: left;
  align-self: flex-start;
}

.text-block.heading-3.farbe-der-headings.left.top-margin {
  margin-top: 20px;
  line-height: 1.3;
}

.text-block.heading-3.farbe-der-headings.pressstyle {
  color: #fff;
}

.text-block.heading-3.farbe-der-headings.pressstyle.center {
  text-align: center;
  margin-right: 0;
}

.text-block.heading-3.farbe-der-headings.centered {
  margin-right: 0;
}

.section-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 150px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-2.zweitfarbe {
  overflow: hidden;
}

.section-2.zweitfarbe.links {
  background-image: url('../images/2.webp');
}

.section-2.zweitfarbe.top-margin {
  padding-top: 300px;
}

.section-2.bg-image {
  justify-content: center;
  align-items: center;
  padding: 0;
}

.heading {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 60px;
  line-height: 60px;
}

.heading.heading-1.white {
  color: #fff;
}

.heading.heading-1.no-space {
  margin-bottom: 0;
}

.heading.links {
  text-align: left;
}

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

.paragraph.flie-text {
  text-decoration: none;
}

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

.paragraph.flie-text.bigger {
  font-size: 19px;
}

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

.small-heading.heading-2 {
  text-align: center;
  letter-spacing: .7px;
  margin-top: 0;
  font-size: 30px;
  font-weight: 400;
}

.paragraph-links {
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  line-height: 25px;
}

.paragraph-links.no-dots {
  list-style-type: none;
}

.paragraph-links.no-margin {
  padding-left: 0;
  list-style-type: none;
}

.paragraph-links.float {
  font-size: 15px;
  font-style: italic;
}

._2er-grid {
  z-index: 2;
  grid-template-rows: auto;
  width: 90%;
  margin-top: 0;
  position: relative;
}

._2er-grid.invert {
  z-index: 2;
  margin-bottom: 40px;
  position: relative;
}

.image-70vh-nooverflow {
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 70vh;
  transition: all .5s;
  overflow: hidden;
}

.image-70vh-nooverflow.top {
  object-position: 50% 30%;
  border-radius: 0;
}

.image-70vh-nooverflow.top.contain {
  background-color: #a7a7a7;
}

.image-70vh-nooverflow.right {
  object-position: 70% 50%;
}

.image-70vh-nooverflow.right:hover {
  transform: none;
}

.image-70vh-nooverflow.contain {
  object-fit: contain;
}

.image-70vh-nooverflow.btm {
  object-position: 50% 100%;
  height: 80vh;
}

.image-70vh-nooverflow.links {
  object-position: 0% 50%;
}

.image-70vh-nooverflow.contain-1 {
  object-fit: contain;
  background-color: #d9d9d9;
  padding-bottom: 2px;
}

.image-70vh-nooverflow.top-half {
  object-position: 50% 30%;
  border-radius: 0;
}

.image-70vh-nooverflow.top-half.contain {
  background-color: #a7a7a7;
}

.image-70vh-nooverflow.ro-right {
  object-position: 30% 50%;
}

.image-70vh-nooverflow.up {
  object-position: 50% 0%;
}

.image-70vh-nooverflow.to-rgt {
  object-position: 30% 50%;
}

.relative {
  text-align: center;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.inhalt-rechts {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-right: 0;
  padding-left: 10px;
  display: flex;
  position: relative;
}

._3er-grid {
  z-index: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
  position: relative;
}

._3er-grid.mit-abstand {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-bottom: 10px;
}

.inhalt {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.inhalt.effect {
  color: #000;
  background-color: #ffffff8a;
  border-radius: 25px;
  align-items: center;
  padding: 20px;
  transition: all .5s;
}

.inhalt.effect:hover {
  box-shadow: 0 2px 20px #0003;
}

.inhalt.effect.padding {
  padding: 20px;
}

.image-50vh {
  object-fit: cover;
  border-radius: 25px;
  width: 100%;
  height: 50vh;
  overflow: hidden;
}

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

.heading-footer.heading-3 {
  letter-spacing: 1.02px;
  font-family: Press Style, sans-serif;
  font-size: 25px;
}

.heading-footer.heading-3.black {
  color: #333;
  line-height: 20px;
}

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

.footer {
  padding: 60px 140px;
}

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

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

.no-overflow {
  border-radius: 25px;
  height: auto;
  padding: 100px;
  overflow: hidden;
}

.no-overflow.zweitfarbe.rechts {
  background-color: #fff;
  padding-left: 0;
  padding-right: 0;
}

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

.success-block {
  color: #fff;
  justify-content: center;
  align-items: center;
  padding: 100px;
  display: flex;
}

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

.heading-success.heading-2 {
  font-weight: 400;
}

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

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

.lottie-animation {
  z-index: -1;
  opacity: .05;
  filter: grayscale() invert();
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.lottie-animation.links {
  z-index: 0;
  transform-style: preserve-3d;
  inset: 0% auto auto 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.container {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

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

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

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

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

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

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

.impressum-link.black {
  color: #333;
}

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

.datenschutz-link.black {
  color: #333;
}

.paragraph-mid {
  font-size: 17px;
  line-height: 25px;
}

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

.quick-stack {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 20px;
  padding: 0;
}

.round-card {
  border-radius: 40px;
  width: 100%;
  padding: 50px;
}

.round-card.white {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 40vh;
  padding: 20px;
  transition: all .5s;
  display: flex;
}

.round-card.white:hover {
  box-shadow: 0 2px 20px #0003;
}

.list-center {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  line-height: 25px;
  display: flex;
}

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

.link-footer {
  color: #fff;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

.link-footer.black, .link-footer.black.w--current {
  color: #333;
}

.inhalt-footer-2 {
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  height: 100%;
  display: flex;
}

.titelheading-left {
  text-align: center;
  font-size: 80px;
  line-height: 90px;
}

.titelheading-left.heading-1 {
  text-align: left;
  font-size: 60px;
}

.titelheading-left.heading-1.black {
  color: #333;
}

.grid-card {
  z-index: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 60px;
  position: relative;
}

.image-black-50vh {
  object-fit: cover;
  border-radius: 25px;
  width: 100%;
  height: 50vh;
  margin-bottom: 40px;
  overflow: hidden;
}

.accordion-pane-2 {
  overflow: hidden;
}

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

.arrow-div {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-right: 29px;
  display: flex;
}

.arrow-div-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 20%;
  display: flex;
}

.accordion-tab-button-dark {
  cursor: pointer;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  transition: transform .2s, box-shadow .2s;
  display: flex;
}

.accordion-tab-button-dark:hover {
  transform: scale(1.03);
}

.accordion-tab-button-dark.highlights.flie-text {
  justify-content: center;
  width: 80%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.accordion-tab-button-dark.highlights.flie-text:hover {
  transform: none;
}

.accordion-question-header {
  color: #fff;
  text-align: left;
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 36px;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.3em;
}

.accordion-item-wrapper-white-3 {
  border-radius: 2px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.arrow-left-dropdown {
  background-color: #b3b3b3;
  border-radius: 1px;
  width: 30px;
  height: 3px;
  position: relative;
  left: 3px;
  transform: rotate(45deg);
}

.arrow-left-dropdown.white-back {
  background-color: #fff;
}

.arrow-right-dropdown {
  background-color: #b3b3b3;
  border-radius: 1px;
  width: 30px;
  height: 3px;
  position: relative;
  right: 3px;
  transform: rotate(-45deg);
}

.arrow-right-dropdown.white-back {
  background-color: #fff;
}

.section-2-bg {
  background-image: linear-gradient(#ffffffa8, #ffffffa8), url('../images/AdobeStock_97672181.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding: 10vw;
  position: relative;
  overflow: hidden;
}

.section-2-bg.top-margin {
  padding-top: 300px;
}

.italic-text {
  font-style: normal;
}

.bild-section-cover1-2 {
  color: #fff;
  background-image: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 40vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.bild-section-cover1-2.double {
  background-image: linear-gradient(#00000091, #00000091);
}

.bild-section-cover1-2.double.new {
  background-image: linear-gradient(#00000080, #00000080), url('../images/suchen-und-apportieren.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.bild-section-cover1-2.double.spacing {
  background-image: linear-gradient(#00000080, #00000080), url('../images/AdobeStock_255201518.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-left: 70vh;
  padding-right: 50vh;
}

.inhalt-50-1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 40px;
  display: flex;
}

.quick-stack-table {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #dfdfdf;
  margin-top: 20px;
  padding: 0;
}

.cell-center {
  border: 1px solid #dfdfdf;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.absolute-block-reviews {
  flex-direction: row;
  margin-bottom: 20px;
  position: static;
  inset: 5% auto auto 3%;
}

.horizontal-div {
  display: flex;
}

.slider-reviews {
  background-color: #0000;
  height: 73.1752%;
  margin-top: 40px;
  margin-left: 220px;
}

.slider-reviews.links {
  width: 75%;
  margin-left: 100px;
  margin-right: 100px;
}

.vertical-block {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.slide-reviews {
  width: 98%;
  margin-right: 30px;
}

.heading-mittig-klein1 {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.content-block-reviews {
  background-color: #fff0;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  min-height: 65vh;
  padding: 20px;
  display: flex;
  position: relative;
}

.border-block {
  border-radius: 10px;
  justify-content: center;
  align-items: flex-start;
  padding: 30px;
  transition: all .5s;
  display: flex;
  position: relative;
  box-shadow: 0 0 8px 1px #b7b7b7;
}

.border-block:hover {
  box-shadow: 0 0 20px 1px #0003;
}

.mask-40 {
  width: 40%;
  overflow: visible;
}

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

.icons-grid-1 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template: ". Area"
                 ". Area-2"
                 ". ."
                 ". ."
                 / .25fr 2.25fr;
  grid-auto-flow: row;
  place-items: center start;
  width: 100%;
  height: 100%;
  margin-top: 20px;
  margin-bottom: 0;
}

.icons-grid-1._1 {
  grid-template-rows: auto auto auto auto;
}

.icons-grid-1.space {
  margin-bottom: 20px;
}

.icons-grid-1.top {
  place-items: start;
}

.circle-black {
  border: 1px solid #000;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  padding: 10px;
  display: flex;
}

.icon-black {
  object-fit: contain;
  width: 90%;
  height: 90%;
}

.icon-black.adj {
  width: 100%;
  height: 100%;
}

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

.paragraph-list.flie-text {
  z-index: 5;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.5;
  position: relative;
}

.list-left {
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  list-style-type: none;
}

.dropdown-list-content {
  position: relative;
}

.dropdown-list-content.w--open {
  background-color: #ddd0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.dropdown-list-content.pading {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.button-drop {
  text-transform: uppercase;
  border-radius: 40px;
  padding: 15px 30px;
  font-size: 18px;
}

.button-drop.flie-text.highlights {
  border: 1px solid var(--orange);
  color: #fff;
  text-align: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: all .3s;
  display: flex;
}

.button-drop.flie-text.highlights.w--open:hover {
  background-color: var(--orange);
  color: #fff;
}

.button-drop.flie-text.highlights._80 {
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
}

.button-drop.flie-text.highlights {
  color: #fff;
  text-align: center;
  border: 1px solid #f08100;
  justify-content: space-between;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: all .3s;
  display: flex;
}

.button-drop.flie-text.highlights:hover {
  color: #333;
  background-color: #ececec;
}

.button-drop.flie-text.highlights.w--open {
  padding-right: 60px;
}

.button-drop.flie-text.highlights.w--open:hover {
  color: #fff;
  background-color: #f08100;
}

.dropdown-content {
  width: 100%;
  margin-left: 0;
}

.slider-70vh {
  border-radius: 40px;
  width: 100%;
  height: 70vh;
}

.text-block-1 {
  text-align: center;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 25px;
}

.text-block-1.heading-3 {
  text-transform: capitalize;
  margin-bottom: 10px;
}

.text-block-1.heading-3.farbe-der-headings {
  text-transform: none;
  font-size: 42px;
  line-height: 1.5;
}

.icons-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.25fr;
  grid-auto-flow: row;
  place-items: center start;
  width: 100%;
  height: 100%;
  margin-top: 20px;
  margin-bottom: 0;
}

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

.html-embed-feed {
  margin-top: 40px;
  font-family: Montserrat, sans-serif;
}

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

.alpen-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-video-text {
  z-index: 5;
  color: #fff;
  background-color: #0003;
  background-image: linear-gradient(#000000ab, #ffffff36);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 40px 300px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.background-video-start {
  height: 100%;
}

.image-absolute {
  object-fit: cover;
  width: 10rem;
  height: 10rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.div-block-new {
  z-index: 1;
  color: #fff;
  background-color: #0003;
  background-image: linear-gradient(#000000ab, #ffffff36);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-left: 300px;
  padding-right: 300px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.icons-grid-1-2 {
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: .25fr 2.25fr;
  grid-auto-flow: row;
  place-items: center start;
  width: 90%;
  margin: 20px 0 0;
  padding-left: 0;
  padding-right: 0;
}

.dropdown-list-13-2 {
  position: relative;
}

.dropdown-list-13-2.w--open {
  background-color: #ddd0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dropdown-15-2 {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.image-block-40vh {
  object-fit: cover;
  border-radius: 25px;
  width: 100%;
  height: 40vh;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.image-block-40vh.auto {
  width: auto;
}

.paragraph-links-top {
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  line-height: 25px;
}

.logo-footer {
  height: 100px;
}

.logo-footer.big {
  object-fit: contain;
  width: 13vw;
  height: 29vh;
}

.image-100 {
  object-fit: cover;
  border-radius: 25px;
  width: 100%;
  height: 80vh;
  margin-bottom: 0;
  transition: all .5s;
}

.image-100.top, .image-100.center, .image-100.top-position {
  object-fit: cover;
  object-position: 50% 0%;
}

.image-100.contain {
  z-index: 1;
  object-fit: contain;
  height: 100%;
  position: relative;
}

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

.paragraph-mittig {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  line-height: 25px;
}

.round-block {
  color: #fff;
  background-color: #f08100;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-right: 10px;
  display: flex;
}

.round-block.bigger {
  width: 200px;
  height: 200px;
  margin-right: 0;
}

.paragraph-small {
  font-family: Montserrat, sans-serif;
}

.arrow-slider {
  color: #fff;
  background-color: #f08100;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  font-size: 35px;
  display: flex;
}

.heading-mitting {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 60px;
  line-height: 60px;
}

.heading-mitting.heading-1 {
  color: #333;
}

.bild-section-cover1-2-puppy {
  color: #fff;
  background-image: linear-gradient(#404040ad, #404040ad), url('../images/Welpengruppe.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 40vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.icons-grid-1-c1 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: .25fr 2.25fr;
  grid-auto-flow: row;
  place-items: center start;
  width: 100%;
  height: 100%;
  margin-top: 20px;
  margin-bottom: 0;
}

.icons-grid-c1 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.25fr;
  grid-auto-flow: row;
  place-items: center start;
  width: 100%;
  height: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

._2er-grid-3 {
  grid-template-rows: auto;
  margin-top: 0;
}

._2er-grid-3.invert {
  z-index: 1;
  position: relative;
}

.heading-left {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 60px;
  line-height: 60px;
}

.heading-left.links {
  text-align: left;
}

.relative-2 {
  position: relative;
  overflow: hidden;
}

.image-70vh {
  object-fit: cover;
  border-radius: 40px;
  width: 100%;
  height: 70vh;
}

.image-70vh.center {
  object-position: 50% 75%;
}

.section-51 {
  height: 100vh;
  position: relative;
}

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

.link-orange {
  color: var(--orange);
}

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

.image-101.top {
  object-position: 50% 30%;
}

.wraptext {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.section-52 {
  padding: 100px;
}

.list-item-center {
  text-align: left;
}

.text-block-copy {
  text-align: center;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 25px;
}

.text-block-copy.heading-3 {
  text-transform: capitalize;
  margin-bottom: 10px;
}

.text-block-copy.heading-3.farbe-der-headings {
  text-align: center;
  text-transform: none;
  align-self: flex-start;
  width: 100%;
  margin-right: 0;
  font-size: 33px;
  line-height: 1.5;
}

._2er-adj {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
}

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

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

.quick-stack-footer-banner {
  width: 100%;
}

.logo-wrapper {
  display: none;
}

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

.list-para {
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  line-height: 25px;
}

.list-para.flie-text.no-spc-2 {
  padding-left: 20px;
}

.embed-wrapper {
  width: 100%;
}

.image-70vh-height {
  object-fit: cover;
  border-radius: 40px;
  width: 100%;
  height: 70vh;
}

.image-70vh-height.realtive {
  position: relative;
}

.video-button {
  object-fit: contain;
  width: 45px;
}

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

.text-span {
  letter-spacing: 2px;
  font-family: Great Vibes, cursive;
}

.div-block {
  z-index: 110;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  display: flex;
  position: fixed;
  inset: 25% 1% 0% auto;
}

.link-block {
  background-color: var(--orange);
  border: 1px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  display: flex;
}

.image-102 {
  filter: invert();
  width: 35px;
  height: 35px;
}

.dropdown-list {
  background-color: var(--orange);
}

.dropdown-list.w--open {
  background-color: var(--white);
}

.div-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.relative-3 {
  text-align: center;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-3 {
  width: 80%;
}

.icons-grid2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto;
  grid-template-columns: .25fr 2.25fr;
  grid-auto-flow: row;
  place-items: center start;
  width: 100%;
  height: 100%;
  margin-top: 20px;
  margin-bottom: 0;
}

.link-2 {
  color: var(--black);
  text-decoration: none;
}

.link-2.w--current {
  color: var(--orange);
}

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

.image-100-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  transition: all .5s;
}

.image-100-2.top, .image-100-2.center, .image-100-2.top-position {
  object-fit: cover;
  object-position: 50% 0%;
}

.image-100-2.contain {
  z-index: 1;
  object-fit: contain;
  height: 100%;
  position: relative;
}

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

.arrow-icon {
  z-index: 100;
}

.right-arrow-2 {
  z-index: 99;
  display: none;
}

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

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

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

.relative-4 {
  text-align: center;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-100-1 {
  object-fit: cover;
  border-radius: 25px;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  transition: all .5s;
}

.image-100-1.top, .image-100-1.center, .image-100-1.top-position {
  object-fit: cover;
  object-position: 50% 0%;
}

.image-100-1.contain {
  z-index: 1;
  object-fit: contain;
  height: 100%;
  position: relative;
}

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

.image-100-1.no-round {
  border-radius: 0;
}

.abs-wrap {
  position: absolute;
  inset: auto 0% 0%;
}

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

.text-wrap {
  z-index: 1;
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: relative;
  inset: 0%;
}

.section-3-bg {
  background-image: linear-gradient(#0000005c, #0000005c), url('../images/767f83957a95753ff18eeda09ff6ebc1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding: 10vw;
  position: relative;
  overflow: hidden;
}

.banner-image-rel {
  filter: blur(5px);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.banner-image-abs {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.text-span-2 {
  font-family: Lato, sans-serif;
}

.superscript {
  font-family: Changa One, Impact, sans-serif;
}

.text-span-3, .text-span-4 {
  font-family: Oswald, sans-serif;
}

.links-arrow {
  left: -25px;
}

.recht-arrow {
  right: -25px;
}

.image-block-70vh {
  object-fit: cover;
  border-radius: 25px;
  width: 100%;
  height: 70vh;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.image-block-70vh.auto {
  width: auto;
}

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

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

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

.imaeg-review {
  float: left;
  object-fit: cover;
  width: 30%;
  margin-bottom: 10px;
  margin-right: 10px;
}

.relative-5 {
  text-align: center;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-100-3 {
  object-fit: cover;
  border-radius: 25px;
  width: 100%;
  height: 80vh;
  margin-bottom: 0;
  transition: all .5s;
}

.image-100-3.contain {
  z-index: 1;
  object-fit: contain;
  height: 100%;
  position: relative;
}

.div-block-143 {
  background-color: #ffffff80;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-78 {
  color: #052c58;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  line-height: 30px;
}

.heading-78.wei {
  color: #fff;
}

.html-embed-7 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 18px;
  display: block;
}

.div-block-144 {
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-image: linear-gradient(#00000080, #00000080);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.div-block-145 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 200px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

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

  .logo.w--current {
    width: 100%;
  }

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

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

  .heading-3.farbe-der-headings {
    margin-top: 10px;
    font-size: 28px;
    line-height: 1.3;
  }

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

  .divblock1 {
    padding-bottom: 20px;
  }

  .nav-menu-1 {
    background-color: #000;
    padding-top: 10px;
    padding-bottom: 10px;
    position: absolute;
  }

  .hauptfarbe-2 {
    background-color: var(--orange);
    text-align: center;
    width: 100%;
    padding: 12px 0;
  }

  .hauptfarbe-2.w--open {
    background-color: var(--orange);
  }

  .icon {
    position: static;
  }

  .navbar {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }

  .nav-link-1.flie-text {
    color: #fff;
    text-align: center;
    padding: 12px 0;
    line-height: 1.3;
  }

  .nav-link-1.flie-text.drop {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    color: #fff;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-right: 0;
    display: flex;
  }

  .banner-text-block {
    padding-bottom: 100px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .banner-text-block._1 {
    justify-content: center;
    padding-bottom: 0;
  }

  .button.flie-text.highlights {
    font-size: 14px;
    line-height: 1;
  }

  .section-relative {
    height: 65vh;
  }

  .section-relative.unterseite {
    height: 60vh;
  }

  .titelheading.heading-1 {
    font-size: 45px;
    line-height: 1.3;
  }

  .titelheading.heading-1.small-head {
    margin-top: 10px;
    font-size: 35px;
    line-height: 1.3;
  }

  .text-block.heading-3.farbe-der-headings {
    text-align: center;
    font-size: 30px;
  }

  .text-block.heading-3.farbe-der-headings.left {
    text-align: center;
    width: 100%;
    margin-bottom: 5px;
    font-size: 25px;
  }

  .text-block.heading-3.farbe-der-headings.centered {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .section-2, .section-2.zweitfarbe {
    padding: 60px;
  }

  .section-2.zweitfarbe.links {
    overflow: visible;
  }

  .section-2.zweitfarbe.header {
    padding: 40px;
  }

  .section-2.zweitfarbe.top-margin {
    padding-top: 60px;
  }

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

  .heading.links.heading-1 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 35px;
    line-height: 1.3;
  }

  .paragraph.flie-text {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 1.5;
  }

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

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

  .paragraph-links {
    text-align: center;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 1.5;
  }

  .paragraph-links.no-dots, .paragraph-links.no-margin {
    padding-left: 0;
  }

  ._2er-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    display: flex;
  }

  ._2er-grid.invert {
    z-index: 1;
    flex-direction: column-reverse;
    margin-bottom: 20px;
    position: relative;
  }

  .image-70vh-nooverflow, .image-70vh-nooverflow.top {
    height: 100%;
  }

  .image-70vh-nooverflow.contain.auto {
    object-fit: cover;
    height: 100%;
  }

  .image-70vh-nooverflow.top-half {
    object-position: 50% 40%;
    height: 100%;
  }

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

  .relative.auto {
    height: auto;
  }

  .relative.first {
    order: -1;
    height: 60vh;
  }

  .relative.first.auto-sm-sc {
    height: 100%;
  }

  .relative.auto-3 {
    height: auto;
  }

  .inhalt-rechts {
    align-items: center;
    padding-left: 0;
  }

  .inhalt-rechts.last {
    order: 1;
  }

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

  .inhalt.effect {
    justify-content: flex-start;
    align-items: center;
    box-shadow: 0 2px 20px #0003;
  }

  .inhalt.effect.padding {
    width: 50%;
    box-shadow: 0 2px 20px #0003;
  }

  .image-50vh {
    height: 40vh;
    margin-bottom: 20px;
  }

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

  .heading-footer.heading-3.black {
    text-align: center;
    font-size: 22px;
    line-height: 1.3;
  }

  .inhalt-footer {
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .footer.hauptfarbe {
    text-align: center;
    padding: 10px 40px 40px;
  }

  .div-block-footer1 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .no-overflow.zweitfarbe, .impdat {
    padding: 60px;
  }

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

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

  .heading-success.heading-2 {
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-size: 35px;
    line-height: 1.3;
  }

  .link {
    text-align: center;
  }

  .impdat-3.flie-text {
    align-items: center;
    min-height: auto;
  }

  .round-card.white {
    min-height: auto;
  }

  .list-center {
    align-items: flex-start;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 1.5;
  }

  .cell-align-left, .inhalt-footer-2 {
    align-items: center;
  }

  .titelheading-left.heading-1.black {
    text-align: center;
    margin: 0;
    font-size: 30px;
    line-height: 1.3;
  }

  .grid-card {
    margin-top: 20px;
  }

  .image-black-50vh {
    height: 35vh;
    margin-bottom: 20px;
  }

  .accordion-pane-2 {
    width: 100%;
  }

  .accordion-pane-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .accordion-tab-button-dark.highlights.flie-text {
    width: auto;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .accordion-tab-button-dark.highlights.flie-text:hover {
    transform: none;
  }

  .accordion-question-header {
    padding-left: 30px;
    font-size: 16px;
    line-height: 1;
  }

  .accordion-item-wrapper-white-3 {
    margin-bottom: 0;
  }

  .section-2-bg {
    padding: 60px;
  }

  .bild-section-cover1-2 {
    height: auto;
    padding-right: 0;
  }

  .bild-section-cover1-2.double.new {
    height: 40vh;
    padding-left: 40px;
    padding-right: 40px;
  }

  .bild-section-cover1-2.double.spacing {
    padding: 60px;
  }

  .inhalt-50-1, .quick-stack-table {
    width: 100%;
  }

  .cell-center {
    padding: 0 10px;
  }

  .absolute-block-reviews {
    width: 100%;
    margin-bottom: 10px;
  }

  .horizontal-div {
    justify-content: center;
  }

  .slider-reviews {
    height: 100%;
    margin-top: 20px;
    margin-left: 0;
  }

  .slider-reviews.links {
    margin-left: auto;
    margin-right: auto;
  }

  .slide-reviews {
    margin-right: 20px;
  }

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

  .content-block-reviews {
    justify-content: center;
    align-items: center;
    min-height: 60vh;
  }

  .mask-40 {
    width: 90%;
  }

  .html-embed-jotform {
    height: 100%;
    overflow: auto;
  }

  .icons-grid-1 {
    flex-direction: column;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 3.5fr 1.25fr 1.75fr;
    margin-top: 10px;
    display: flex;
  }

  .icons-grid-1.top {
    justify-content: flex-start;
    align-items: center;
  }

  .circle-black {
    width: 45px;
  }

  .icon-black {
    color: #fff;
    width: 100%;
    height: 100%;
  }

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

  .list-left {
    text-align: center;
    padding-left: 0;
    font-size: 16px;
  }

  .dropdown-list-content.w--open {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .button-drop.flie-text.highlights {
    width: auto;
    padding-left: 20px;
    padding-right: 40px;
    font-size: 14px;
    line-height: 1.3;
  }

  .button-drop.flie-text.highlights.w--open {
    width: auto;
    padding-right: 40px;
  }

  .dropdown-content {
    flex-direction: column;
    align-items: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .slider-70vh {
    width: 100%;
    height: 60vh;
  }

  .slider-70vh.first {
    order: -1;
  }

  .text-block-1.heading-3.farbe-der-headings {
    font-size: 28px;
  }

  .icons-grid {
    flex-direction: column;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 3.5fr 1.25fr 1.75fr;
    display: flex;
  }

  .html-embed-feed {
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.5;
  }

  .div-block-video-text {
    justify-content: center;
    padding: 20px;
  }

  .image-absolute {
    width: 8rem;
    height: 7rem;
  }

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

  .icons-grid-1-2 {
    flex-direction: column;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 3.5fr 1.25fr 1.75fr;
    width: 100%;
    display: flex;
  }

  .dropdown-list-13-2.w--open {
    width: 100%;
  }

  .dropdown-15-2 {
    flex-direction: column;
    align-items: center;
    width: 100%;
    line-height: 1.3;
    display: flex;
  }

  .image-block-40vh {
    margin-bottom: 10px;
  }

  .paragraph-links-top {
    margin-top: 10px;
  }

  .logo-footer.big {
    width: 100%;
    height: 20vh;
  }

  .image-100 {
    margin-bottom: 0;
  }

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

  .image-100.auto {
    height: auto;
    overflow: hidden;
  }

  .paragraph-mittig {
    font-size: 16px;
    line-height: 1.5;
  }

  .round-block {
    width: 70px;
    height: 70px;
  }

  .round-block.bigger {
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-small {
    text-align: center;
    margin-bottom: 5px;
    line-height: 1.5;
  }

  .arrow-slider {
    width: 45px;
    height: 45px;
    font-size: 30px;
  }

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

  .bild-section-cover1-2-puppy {
    padding-right: 0;
  }

  .icons-grid-1-c1 {
    flex-direction: column;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 3.5fr 1.25fr 1.75fr;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .icons-grid-c1 {
    flex-direction: column;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 3.5fr 1.25fr 1.75fr;
    margin-top: 0;
    display: flex;
  }

  ._2er-grid-3 {
    flex-direction: column;
    margin-top: 40px;
    display: flex;
  }

  ._2er-grid-3.invert {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column-reverse;
    margin-top: 0;
  }

  .heading-left.links.heading-1 {
    margin-bottom: 10px;
    font-size: 35px;
    line-height: 1.3;
  }

  .relative-2 {
    order: 1;
    height: 60vh;
  }

  .image-70vh {
    height: 100%;
  }

  .image-70vh.center {
    object-position: 50% 70%;
  }

  .image-70vh.top {
    object-position: 50% 50%;
  }

  .section-51 {
    height: 60vh;
  }

  .slider-100 {
    height: 55vh;
  }

  .section-52 {
    padding: 60px;
  }

  .list-item-center {
    text-align: left;
  }

  .text-block-copy.heading-3.farbe-der-headings {
    font-size: 30px;
  }

  ._2er-adj {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 10px;
    display: flex;
  }

  .quick-stack-footer-banner {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-bottom: 10px;
    padding: 0;
  }

  .logo-wrapper {
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .logo-desktop, .logo-desktop.w--current {
    display: none;
  }

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

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

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

  .list-para.flie-text.no-spc-2 {
    padding-left: 0;
    list-style-type: none;
  }

  .embed-wrapper {
    height: 70vh;
    overflow: hidden;
  }

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

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

  .div-block {
    top: 35%;
  }

  .dropdown-list {
    flex-flow: column;
  }

  .dropdown-list.w--open {
    background-color: var(--orange);
    width: 100%;
    display: flex;
    position: static;
  }

  .relative-3 {
    width: 100%;
    height: 55vh;
  }

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

  .icons-grid2 {
    flex-direction: column;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 3.5fr 1.25fr 1.75fr;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .link-2 {
    color: var(--white);
  }

  .image-100-2 {
    margin-bottom: 0;
  }

  .dropdown-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .link-block-2 {
    color: #fff;
    justify-content: center;
    align-items: center;
    width: 12rem;
    text-decoration: none;
    display: flex;
  }

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

  .wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .relative-4 {
    width: 100%;
    height: 55vh;
  }

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

  .image-100-1 {
    margin-bottom: 0;
  }

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

  .image-100-1.no-round {
    border-radius: 0;
  }

  .section-3-bg {
    padding: 60px;
  }

  .links-arrow, .recht-arrow {
    width: 50px;
  }

  .image-block-70vh {
    margin-bottom: 10px;
  }

  .flex-wrap-review {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .imaeg-review {
    float: none;
  }

  .relative-5 {
    width: 100%;
    height: 60vh;
  }

  .relative-5.first {
    order: -1;
    height: 60vh;
  }

  .relative-5.first.auto-sm-sc {
    height: 100%;
  }

  .image-100-3 {
    margin-bottom: 0;
  }

  .div-block-145 {
    padding-top: 0;
  }
}

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

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

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

  .utility-page-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }

  .logo-img {
    height: 120px;
  }

  .logo {
    padding-top: 6px;
    padding-bottom: 6px;
  }

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

  .heading-3.farbe-der-headings {
    font-size: 25px;
  }

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

  .divblock1 {
    height: auto;
  }

  .hauptfarbe-2, .nav-link-1.flie-text {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .banner-text-block {
    justify-content: flex-end;
    padding-bottom: 100px;
  }

  .banner-text-block._1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button.flie-text {
    margin-top: 20px;
    padding: 12px 20px;
    font-size: 14px;
    line-height: 18px;
  }

  .button.flie-text.highlights {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 12px;
  }

  .background-video {
    min-height: 550px;
  }

  .section-relative {
    height: 55vh;
  }

  .section-relative.unterseite {
    height: 50vh;
  }

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

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

  .text-block.heading-3.farbe-der-headings {
    font-size: 25px;
  }

  .text-block.heading-3.farbe-der-headings.left {
    margin-bottom: 0;
    font-size: 22px;
  }

  .text-block.heading-3.farbe-der-headings.left.top-margin {
    margin-top: 10px;
  }

  .section-2, .section-2.zweitfarbe {
    padding: 40px;
  }

  .section-2.zweitfarbe.header {
    padding: 20px;
  }

  .section-2.zweitfarbe.top-margin {
    padding-top: 40px;
  }

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

  .heading.heading-1.white {
    font-size: 28px;
  }

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

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

  .small-heading.heading-2 {
    margin-bottom: 5px;
    font-size: 25px;
  }

  .paragraph-links {
    margin-bottom: 5px;
    font-size: 14px;
  }

  .paragraph-links.float {
    font-size: 12px;
    line-height: 20px;
  }

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

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

  .image-70vh-nooverflow.contain.auto {
    height: auto;
  }

  .relative {
    height: 50vh;
  }

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

  ._3er-grid.mit-abstand {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .inhalt.effect.padding {
    width: 80%;
  }

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

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

  .footer.hauptfarbe {
    padding: 40px 20px;
  }

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

  .no-overflow.zweitfarbe, .impdat {
    padding: 40px;
  }

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

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

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

  .maos-footer {
    height: 100px;
  }

  .maps-gro {
    height: 400px;
  }

  .container {
    max-width: 100%;
  }

  .round-card.white {
    padding: 10px;
  }

  .list-center {
    font-size: 14px;
  }

  .inhalt-footer-2 {
    width: 100%;
  }

  .titelheading-left.heading-1 {
    font-size: 40px;
    line-height: 40px;
  }

  .titelheading-left.heading-1.black {
    font-size: 25px;
  }

  .grid-card {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    margin-top: 10px;
    display: flex;
  }

  .image-black-50vh {
    height: 40vh;
    margin-bottom: 10px;
  }

  .accordion-tab-button-dark {
    width: 90vw;
  }

  .accordion-question-header {
    margin-right: 0;
    padding-left: 25px;
    font-size: 14px;
  }

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

  .bild-section-cover1-2 {
    height: 300px;
    min-height: auto;
  }

  .bild-section-cover1-2.double.new {
    height: 35vh;
  }

  .bild-section-cover1-2.double.spacing {
    height: 35vh;
    padding: 40px;
  }

  .inhalt-50-1 {
    padding: 20px;
  }

  .horizontal-div {
    flex-direction: column;
    align-items: center;
  }

  .slide-reviews {
    width: 100%;
  }

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

  .content-block-reviews {
    min-height: 75vh;
  }

  .border-block {
    padding: 20px 40px;
  }

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

  .circle-black {
    width: 40px;
  }

  .paragraph-list.flie-text, .list-left {
    font-size: 14px;
  }

  .button-drop.flie-text {
    margin-top: 20px;
    padding: 12px 20px;
    font-size: 14px;
    line-height: 18px;
  }

  .button-drop.flie-text.highlights {
    font-size: 12px;
  }

  .slider-70vh {
    height: 50vh;
  }

  .text-block-1.heading-3.farbe-der-headings {
    font-size: 23px;
  }

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

  .image-22vh {
    height: 18vh;
  }

  .html-embed-feed {
    margin-top: 10px;
    font-size: 14px;
  }

  .grid-3er {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    display: flex;
  }

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

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

  .dropdown-15-2 {
    width: auto;
  }

  .logo-footer.big {
    height: 16vh;
  }

  .image-100 {
    height: 65vh;
  }

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

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

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

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

  .round-block {
    width: 60px;
    height: 60px;
    margin-bottom: 5px;
    margin-right: 0;
  }

  .paragraph-small {
    font-size: 13px;
  }

  .arrow-slider {
    width: 40px;
    height: 40px;
    font-size: 25px;
  }

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

  .bild-section-cover1-2-puppy {
    height: 35vh;
  }

  .icons-grid-1-c1, .icons-grid-c1 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 3.75fr;
  }

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

  ._2er-grid-3.invert {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

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

  .relative-2, .section-51, .slider-100, .image-101.top {
    height: 50vh;
  }

  .section-52 {
    padding: 40px;
  }

  .text-block-copy.heading-3.farbe-der-headings {
    font-size: 25px;
  }

  ._2er-adj {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    display: flex;
  }

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

  .list-para {
    margin-bottom: 5px;
    font-size: 14px;
  }

  .list-para.flie-text.no-spc, .list-para.flie-text.no-spc-2 {
    padding-left: 20px;
  }

  .embed-wrapper {
    height: 65vh;
  }

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

  .video-button {
    width: 40px;
  }

  .link-block {
    width: 45px;
    height: 45px;
  }

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

  .div-block-2 {
    margin-bottom: 10px;
  }

  .relative-3 {
    height: 50vh;
  }

  .icons-grid2 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 3.75fr;
  }

  .image-100-2 {
    height: 100%;
  }

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

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

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

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

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

  .relative-4 {
    height: 50vh;
  }

  .image-100-1 {
    height: 100%;
  }

  .image-100-1.top, .image-100-1.center {
    object-position: 50% 100%;
  }

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

  .section-3-bg {
    padding: 40px;
  }

  .links-arrow, .recht-arrow {
    width: 45px;
  }

  .grid-image {
    height: 30vh;
  }

  .flex-wrap-review {
    display: block;
  }

  .imaeg-review {
    float: left;
  }

  .relative-5 {
    height: 50vh;
  }

  .image-100-3 {
    height: 65vh;
  }

  .div-block-143 {
    width: 100%;
    height: auto;
    padding: 40px;
  }

  .heading-78 {
    margin-top: 10px;
    font-size: 22px;
  }

  .heading-78.wei {
    text-align: center;
  }

  .div-block-145 {
    padding: 20px;
  }
}

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

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

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

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

  .logo-img {
    height: 100px;
  }

  .email.black, .adresse.black {
    font-size: 13px;
    line-height: 1.3;
  }

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

  .heading-3.farbe-der-headings {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 22px;
  }

  .flie-text.klein {
    font-size: 12px;
    line-height: 17px;
  }

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

  .hauptfarbe-2 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nav-link-1.flie-text {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 13px;
  }

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

  .button.flie-text {
    margin-top: 5px;
    font-size: 12px;
    line-height: 14px;
  }

  .button.flie-text.highlights {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .background-video {
    min-height: 300px;
  }

  .section-relative {
    height: 45vh;
    overflow: hidden;
  }

  .section-relative.unterseite {
    height: 250px;
  }

  .section-relative.unterseite.lrg {
    height: 40vh;
  }

  .titelheading.heading-1 {
    margin-top: 10px;
    font-size: 28px;
  }

  .titelheading.heading-1.small-head {
    font-size: 25px;
  }

  .text-block.heading-3.farbe-der-headings {
    font-size: 20px;
  }

  .text-block.heading-3.farbe-der-headings.left {
    margin-top: 5px;
    font-size: 20px;
  }

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

  .heading.heading-1 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 25px;
  }

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

  .heading.links.heading-1 {
    margin-bottom: 5px;
    font-size: 25px;
  }

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

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

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

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

  .paragraph-links.float {
    line-height: 18px;
  }

  ._2er-grid.invert {
    margin-bottom: 0;
  }

  .image-70vh-nooverflow.contain, .image-70vh-nooverflow.contain-1 {
    order: -1;
  }

  .relative {
    order: 1;
    height: 40vh;
  }

  .relative.auto.first {
    order: -1;
  }

  .relative.auto.first-1, .relative.auto-3 {
    order: 0;
  }

  .relative.auto-3.first {
    order: -1;
  }

  .inhalt-rechts.last2 {
    order: 1;
  }

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

  .inhalt.effect {
    padding: 15px;
  }

  .inhalt.effect.padding {
    width: 100%;
    padding: 10px;
  }

  .image-50vh {
    height: 40vh;
    margin-bottom: 10px;
  }

  .heading-footer.heading-3.black {
    text-align: center;
    margin-top: 5px;
    font-size: 19px;
  }

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

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

  .no-overflow.zweitfarbe.rechts {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

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

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

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

  .maps-gro {
    height: 300px;
  }

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

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

  .impressum-link.black, .datenschutz-link.black {
    font-size: 13px;
    line-height: 1.3;
  }

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

  .list-center {
    width: 90%;
    padding-left: 20px;
  }

  .link-footer.black {
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 1.3;
  }

  .titelheading-left.heading-1 {
    font-size: 30px;
    line-height: 30px;
  }

  .titelheading-left.heading-1.black {
    font-size: 20px;
  }

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

  .image-black-50vh {
    height: 35vh;
  }

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

  .arrow-div {
    margin-right: 0;
  }

  .arrow-div-wrapper {
    width: 15%;
    padding-right: 10px;
  }

  .accordion-tab-button-dark {
    padding-left: 10px;
  }

  .accordion-question-header {
    margin-right: 11px;
    padding-left: 5px;
    font-size: 1em;
  }

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

  .bild-section-cover1-2 {
    height: auto;
  }

  .bild-section-cover1-2.double.new, .bild-section-cover1-2.double.spacing {
    height: 30vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider-reviews {
    margin-top: 10px;
    overflow: hidden;
  }

  .slider-reviews.links {
    width: 80%;
    margin-left: auto;
  }

  .slide-reviews {
    margin-right: 10px;
  }

  .content-block-reviews, .border-block {
    padding: 10px 15px;
  }

  .mask-40 {
    width: 100%;
  }

  .icons-grid-1 {
    grid-column-gap: 5px;
    grid-template-columns: 1fr 3.75fr;
    justify-items: start;
  }

  .circle-black {
    width: 30px;
    height: 30px;
    padding: 5px;
  }

  .paragraph-list {
    font-size: 16px;
    line-height: 26px;
  }

  .list-left {
    margin-bottom: 5px;
  }

  .button-drop.flie-text {
    margin-top: 5px;
    font-size: 12px;
    line-height: 14px;
  }

  .button-drop.flie-text.highlights {
    margin-top: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .slider-70vh {
    order: -1;
    height: 40vh;
  }

  .slider-70vh.first {
    order: -1;
  }

  .text-block-1.heading-3.farbe-der-headings {
    font-size: 18px;
  }

  .icons-grid {
    grid-column-gap: 5px;
    grid-template-columns: 1fr 3.75fr;
    justify-items: start;
  }

  .image-22vh {
    height: 15vh;
  }

  .html-embed-feed {
    text-align: center;
  }

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

  .image-absolute {
    width: 6rem;
    height: 5rem;
  }

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

  .icons-grid-1-2 {
    grid-column-gap: 5px;
    grid-template-columns: 1fr 3.75fr;
    justify-items: start;
  }

  .image-block-40vh {
    height: 30vh;
  }

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

  .logo-footer.big {
    height: 14vh;
  }

  .image-100 {
    height: 50vh;
  }

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

  .image-100.auto {
    height: auto;
  }

  .round-block.bigger {
    width: 150px;
    height: 150px;
  }

  .paragraph-small {
    font-size: 12px;
  }

  .arrow-slider {
    width: 35px;
    height: 35px;
    font-size: 20px;
  }

  .heading-mitting.heading-1 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 25px;
  }

  .bild-section-cover1-2-puppy {
    height: 30vh;
  }

  .icons-grid-1-c1, .icons-grid-c1 {
    grid-column-gap: 5px;
    grid-template-columns: 1fr 3.75fr;
    justify-items: start;
  }

  .heading-left.links.heading-1 {
    margin-bottom: 5px;
    font-size: 25px;
  }

  .relative-2, .section-51, .slider-100, .image-101.top {
    height: 40vh;
  }

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

  .text-block-copy.heading-3.farbe-der-headings {
    font-size: 18px;
    line-height: 1.3;
  }

  .left-arrow, .right-arrow {
    width: 35px;
    font-size: 25px;
  }

  .list-para {
    font-size: 14px;
    line-height: 1.3;
  }

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

  .image-70vh-height {
    height: 40vh;
  }

  .video-button {
    width: 35px;
  }

  .div-block-2 {
    flex-flow: column;
  }

  .relative-3 {
    height: 40vh;
  }

  .icons-grid2 {
    grid-column-gap: 5px;
    grid-template-columns: 1fr 3.75fr;
    justify-items: start;
  }

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

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

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

  .relative-4 {
    order: 1;
    height: 40vh;
  }

  .relative-4.auto {
    height: auto;
  }

  .image-100-1 {
    height: 100%;
  }

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

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

  .links-arrow {
    width: 35px;
    font-size: 25px;
    left: -5px;
  }

  .recht-arrow {
    width: 35px;
    font-size: 25px;
    right: -5px;
  }

  .image-block-70vh {
    height: 30vh;
  }

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

  .grid-image {
    height: 15vh;
  }

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

  .imaeg-review {
    float: none;
    width: 60%;
  }

  .relative-5 {
    order: 1;
    height: 40vh;
  }

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

  .heading-78 {
    text-align: center;
    font-size: 16px;
    line-height: 25px;
  }
}

#w-node-_256c4efe-aaec-83e8-7105-4f23ffb5a26e-185b6d89 {
  grid-template-rows: auto;
  grid-template-columns: .35fr 1fr;
}

#w-node-c153063c-8555-c7ac-1a41-e9aaa4a19c18-40560b7c {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-bc82796d-0c02-1cbc-9c24-b96608a3c0a4-40560b85 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_3caaf5b7-60d6-9215-6524-9bc471c030a1-40560b85 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-a1742c95-f6a3-13b4-13e8-c8ff51ea8f54-fc614c4f, #w-node-e155d450-e967-e3b1-ed56-10c66c25da5c-fc614c4f, #w-node-_9731ecf3-9877-0c14-8f8f-61981116251a-fc614c4f, #w-node-_53fd2e13-2da4-6d8e-b867-7d2d9893d1a4-fc614c4f {
  align-self: center;
}

#w-node-_8144bf3b-e39a-4ca7-3b3b-afa6394d1e25-fc614c4f {
  grid-area: 2 / 2 / 3 / 2;
}

#w-node-c8eca6e7-cfe4-e6af-53f0-30862573ae42-fc614c4f {
  align-self: center;
}

#w-node-_8f9ae2af-bce3-9539-cbfa-6e93ca828bed-6008db73 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-e993ba61-5917-557e-8bd9-87b7dc44d474-6008db73 {
  grid-template-rows: auto;
  grid-template-columns: .35fr 1fr;
}

#w-node-bed7c109-f732-cfc5-1a35-857b42ae505b-ad183342 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4fb3cfe0-93bf-7c61-e90b-4d39b9a6ff05-6de992c5, #w-node-e64832b8-6386-972d-6a06-a14e01dc5690-6de992c5 {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_256c4efe-aaec-83e8-7105-4f23ffb5a26e-185b6d89 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-bc82796d-0c02-1cbc-9c24-b96608a3c0a4-40560b85 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3caaf5b7-60d6-9215-6524-9bc471c030a1-40560b85 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3caaf5b7-60d6-9215-6524-9bc471c030a3-40560b85 {
    order: -9999;
  }

  #w-node-e993ba61-5917-557e-8bd9-87b7dc44d474-6008db73 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Licorice';
  src: url('../fonts/Licorice-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Licorice';
  src: url('../fonts/Licorice-Regular.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Licorice';
  src: url('../fonts/Licorice-Regular.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Press Style';
  src: url('../fonts/Press-Style.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'blackout';
  src: url('../fonts/Blackout.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}