:root {
  --orange: #fc6a02;
  --white: white;
  --black: black;
  --background: whitesmoke;
  --grey: #b6b6b6;
}

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

h1 {
  color: #000;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 3.5em;
  font-weight: 800;
  line-height: 1.1;
}

h2 {
  color: var(--orange);
  -webkit-text-stroke-color: var(--orange);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.1;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.2;
}

a {
  border: 3px none var(--orange);
  color: var(--orange);
  border-radius: 0;
  padding: 15px 15px 35px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 800;
  text-decoration: none;
  display: inline-block;
  position: static;
}

li {
  padding-bottom: 17px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.2;
}

label {
  margin-bottom: 5px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: block;
}

.navbar {
  z-index: 2;
  background-color: var(--white);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  width: 100vw;
  height: auto;
  position: fixed;
  inset: 0% 0% auto;
}

.landing {
  background-image: url('../images/MOR_7814.jpg');
  background-position: 70%;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100svh;
  margin-top: 0;
  padding: 40px 60px;
  display: flex;
  overflow: hidden;
}

.landing-img {
  min-width: 100%;
  max-width: none;
  height: 100%;
}

.h1_white-bg {
  text-transform: uppercase;
  background-color: #fff;
  margin-bottom: 9px;
  padding: 0 10px;
  font-family: Inter, sans-serif;
  font-size: 70px;
  font-weight: 800;
  line-height: 1.1;
  display: inline;
}

.container {
  width: 100%;
  margin-left: 20px;
  margin-right: 20px;
}

.main-section {
  z-index: 1;
  width: 100%;
  max-width: 1400px;
  min-height: auto;
  padding: 60px 6vw;
  position: relative;
}

.main-section.angebot {
  z-index: 0;
  background-color: var(--orange);
  justify-content: center;
  max-width: none;
  height: auto;
  margin-top: -165px;
  margin-bottom: 0;
  padding: 124px 0 104px;
  display: flex;
  position: relative;
}

.main-section.blog {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.main-section.bg-w {
  background-color: var(--white);
}

.main-section.bg-g {
  background-color: #e5e5e5;
}

.main-section.bg-g.kontakt {
  max-width: 100%;
  padding-left: 20vw;
  padding-right: 20vw;
}

.h1-containter {
  margin-bottom: 40px;
}

.orange-line {
  background-color: var(--orange);
  width: 80px;
  height: 5px;
  margin-bottom: 50px;
}

.orange-line.small {
  width: 50px;
  margin-bottom: 25px;
}

.orange-line.blog {
  margin-bottom: 25px;
}

.img-1 {
  max-width: 100%;
  height: auto;
  overflow: hidden;
}

.img-1._100percent-width {
  width: 100%;
}

.body {
  background-color: #f5f5f5;
  flex-direction: column;
  align-items: center;
  font-size: 1vw;
  display: flex;
}

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

.heading.orange {
  color: var(--orange);
  margin-bottom: 20px;
}

._7-3-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 2fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._7-3-flex.about {
  grid-template-columns: 2fr;
  justify-content: stretch;
  justify-items: stretch;
  max-width: none;
  padding-top: 35px;
}

._7-3-flex.about-2 {
  border: 1px #000;
  grid-template-columns: 2fr 1.75fr;
  margin-top: 0;
  padding-top: 30px;
}

._7-3-flex.about-2.card {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fff;
  border-radius: 30px;
  grid-template-columns: 2fr 2.75fr;
  padding: 45px 40px;
}

._30percent-div {
  width: 100%;
  min-width: 300px;
  padding-left: 20px;
}

._30percent-div.links {
  padding-left: 0;
  padding-right: 20px;
}

.heading-2 {
  margin-top: 0;
  font-size: 30px;
}

.paragraph {
  margin-bottom: 30px;
  line-height: 22px;
}

.all-link {
  background-color: var(--white);
  border-style: solid;
  margin-left: -7px;
  margin-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: inline-block;
}

.all-link:hover {
  background-color: var(--orange);
  color: #fff;
}

.all-link.w--current {
  margin-left: 0;
  display: none;
}

.all-link.menu {
  height: 40px;
  margin-right: 20px;
  padding-top: 8px;
  padding-bottom: 3px;
  font-size: 16px;
  display: block;
}

.all-link.menu:hover {
  border-color: var(--orange);
  background-color: var(--orange);
  color: #fff;
}

.all-link.menu.w--current {
  color: #000;
  border-color: #000;
}

.all-link.menu.chill {
  color: #fff;
  width: auto;
  display: inline-block;
}

.all-link.navmenuhide {
  color: var(--orange);
  -webkit-text-stroke-color: #fff;
  background-color: #0000;
  border-style: none solid none none;
  border-width: 2px;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.all-link.navmenuhide:hover {
  border-style: none solid none none;
  border-color: var(--orange);
  background-color: var(--orange);
  color: var(--white);
}

.all-link.navmenuhide.w--current {
  background-color: var(--orange);
  color: var(--white);
  text-transform: none;
  display: flex;
}

.all-link.navmenuhide._404 {
  color: #fff;
  background-color: #000;
  width: 260px;
}

._1-3-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1000px;
  margin-top: 51px;
  margin-bottom: 15px;
  display: grid;
}

.center-align-div {
  justify-content: center;
  display: flex;
}

.center-align-div.border {
  border: 4px none var(--orange);
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 0;
}

._2column-grid {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  grid-template-rows: auto;
  width: 100%;
  max-width: 700px;
  margin-top: 30px;
}

.img-square-wrapper {
  height: 0;
  padding-top: 50%;
  padding-bottom: 50%;
  position: relative;
  overflow: hidden;
}

.img-square {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.namen {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 30px;
}

.heading-3 {
  font-size: 26px;
}

.progress-bar {
  background-color: var(--orange);
  width: 100vw;
  height: 5px;
  margin-top: 0;
}

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

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 70px;
  margin-bottom: 1px;
  padding-right: 23px;
  display: flex;
}

.nav-container.left {
  justify-content: flex-start;
  margin-bottom: -3px;
}

.lighbox {
  border-style: none;
  border-radius: 0;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  padding: 0;
  position: relative;
  overflow: hidden;
}

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

.kontakt-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  min-height: 750px;
  margin-top: -25px;
  display: grid;
}

.kontakt-boxx {
  border: 5px none var(--orange);
  background-color: #e5e5e5;
  height: 160px;
  padding: 0 31px 10px 0;
}

.h2-black, .heading-4 {
  color: #000;
}

.vertical-flex {
  flex-direction: column;
  display: flex;
}

.horizontal-flex {
  display: flex;
}

.horizontal-flex.mid {
  align-items: center;
}

.horizontal-flex.mid.contact {
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.icons {
  padding-right: 20px;
}

.icons.kontakt {
  width: 50px;
  height: 50px;
  margin-top: 0;
  margin-right: 20px;
  padding-right: 0;
}

.intro-text {
  margin-top: 0;
  margin-bottom: 70px;
}

.intro-text._80ch {
  width: 100%;
  max-width: none;
  margin-bottom: 0;
}

.form {
  max-width: 550px;
}

.text-field {
  border: 1px solid #a1a1a1;
}

.submit {
  background-color: var(--orange);
  width: 100%;
  margin-top: 15px;
  padding: 15px 30px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 800;
}

.textarea {
  border: 1px solid #000;
  min-height: 300px;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.empty-link {
  color: #0000;
  border-style: none;
  border-radius: 0;
  height: 100%;
  padding: 0;
  position: static;
}

.empty-link.w--current {
  margin-right: 20px;
  display: block;
}

.image, .image._2 {
  max-width: 100%;
}

.image.sagerei {
  object-fit: cover;
}

.heading-5 {
  color: #ff6b00;
  -webkit-text-stroke-color: #4b4b4b;
  font-weight: 800;
}

.gallerie-cms {
  margin-left: 0;
  padding-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
}

.cms-square {
  object-fit: cover;
  object-position: 50% 50%;
  min-width: 100%;
  max-width: none;
  min-height: 100%;
  position: absolute;
  inset: 0%;
}

.menu {
  z-index: 2;
  background-color: var(--orange);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
}

.menu-link-mobile {
  color: #fff;
  border-color: #fff;
  margin-right: 23px;
  font-size: 30px;
}

.menu-link-mobile.close-button {
  position: fixed;
  inset: 2% 2% auto auto;
}

.mobile-icons-mother-wrapper {
  justify-content: center;
  align-items: flex-end;
  width: 100vw;
  height: 100vh;
  display: none;
}

.mobile-icons-wrapper {
  justify-content: space-between;
  width: 100vw;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.icons-link {
  border-style: none;
  border-radius: 0;
  height: auto;
  margin: 10px;
  padding: 0;
}

.mobile-icons {
  width: 80px;
  height: 80px;
}

.collection-list {
  column-count: 3;
}

.gallery-image {
  max-height: none;
  margin-bottom: 0;
}

._3-loading {
  z-index: 50;
  background-color: var(--background);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.image-2 {
  width: 550px;
  max-width: 550px;
}

._3_loading-line {
  background-color: var(--black);
  border: 2px #000;
  width: 464px;
  max-width: 500px;
  height: 10px;
  margin-top: -5px;
}

._3_loading-line.inside {
  background-color: var(--orange);
  border-style: none;
  width: 0%;
  height: 20px;
}

.impressum {
  background-color: var(--grey);
  width: 100vw;
  padding: 30px;
  font-size: 14px;
  display: flex;
}

.impressum-text {
  column-count: 0;
  margin-right: 50px;
  font-size: 14px;
  display: inline-block;
}

.box-light {
  background-color: var(--white);
  border-radius: 0 20px 20px;
  width: 100%;
  max-width: 1400px;
  margin-left: 0;
  margin-right: 0;
  padding: 51px 0 51px 50px;
}

.div-block, .navmenu-right {
  align-items: center;
  display: flex;
}

.landing-text {
  flex-direction: column;
  display: block;
}

.text-div {
  max-width: 80ch;
}

.text-div._80ch {
  width: 100%;
  max-width: 610px;
}

.text-div.full {
  column-count: 0;
  width: 100%;
  max-width: none;
}

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

.trennlinie {
  background-color: var(--orange);
  width: 100%;
  height: 3px;
  margin-bottom: 31px;
}

.trennlinie.inside-blog-colelction {
  margin-bottom: 10px;
}

.bold-list {
  background-color: var(--orange);
  color: var(--white);
  margin-bottom: 10px;
  padding: 7px 10px;
  font-size: 20px;
  font-weight: 800;
  text-decoration: none;
  list-style-type: none;
  display: inline-block;
}

.list {
  padding-left: 0;
  list-style-type: none;
}

.mor-ist {
  margin-top: 50px;
  margin-bottom: 0;
}

.plusbutton, .logo-inside {
  display: none;
}

.img-blog-collection {
  text-align: left;
  object-position: 50% 50%;
  height: 300px;
  position: static;
  overflow: hidden;
}

.image-3 {
  object-fit: cover;
  object-position: 50% 50%;
  min-width: 100%;
  max-width: 140%;
  height: auto;
  min-height: 100%;
  max-height: 120%;
}

.blog-collection-wrapper {
  border: 1px none var(--grey);
  cursor: pointer;
  padding: 10px 10px 10px 0;
}

.blog-collection-wrapper:hover {
  border-style: none;
  border-width: 0;
}

.collection-item {
  margin-right: 0;
  padding-left: 0;
  padding-right: 20px;
}

.lead-text {
  text-align: left;
  max-width: 59ch;
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: 400;
}

.h1-blog {
  border: 2px solid var(--orange);
  background-color: var(--white);
  text-align: left;
  width: auto;
  max-width: 500px;
  margin-top: -90px;
  margin-bottom: 0;
  margin-left: -30px;
  padding: 20px;
  font-size: 2.9em;
  position: relative;
}

.blog-titelbild {
  object-fit: cover;
  object-position: 50% 50%;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-width: auto;
  max-width: none;
  height: 70svh;
  display: flex;
  overflow: hidden;
}

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

.h1-blog-div {
  background-color: var(--white);
  box-shadow: none;
  flex-direction: column;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: -100px;
  margin-bottom: 15px;
  padding: 0;
  display: block;
  position: relative;
}

.div-block-2 {
  width: 700px;
}

.multi-image-blog {
  margin-top: 60px;
}

.mulit-image-blog {
  object-fit: cover;
  height: 270px;
  margin-bottom: 20px;
}

.link-block {
  padding-left: 0;
  padding-right: 0;
}

.utility-page-wrap {
  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;
  align-items: center;
  width: auto;
  margin-top: -134px;
  display: flex;
}

.error-404 {
  color: var(--orange);
  text-transform: capitalize;
  padding-bottom: 5px;
  font-size: 7em;
  line-height: 1;
}

.text-block {
  padding-bottom: 17px;
}

.heading-6 {
  padding-bottom: 11px;
}

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

.testimonial-slider-large {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider-two {
  background-color: #0000;
  height: auto;
}

.testimonial-slide {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.testimonial-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 460px;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon {
  margin-bottom: 24px;
}

.testimonial-quote {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-name {
  font-weight: 700;
}

.testimonial-image-two {
  object-fit: cover;
  width: 350px;
  height: 400px;
}

.testimonial-author-image-three {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.testimonial-slider-arrow {
  display: none;
}

.testimonial-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.section-w-bg {
  background-color: #e6e6e6;
  width: 100vw;
  padding: 60px 6vw;
}

.card {
  background-color: var(--background);
  border-radius: 30px;
  padding: 45px 40px;
}

.card.white {
  background-color: #fff;
}

.card.accordion-card {
  padding-bottom: 95px;
}

.galerie-text {
  margin-top: 30px;
}

.text-block-lt40 {
  margin-top: 40px;
}

.quick-stack {
  padding: 0;
}

.accordion-text {
  margin-bottom: 30px;
  display: none;
}

.accordion-button {
  background-color: var(--orange);
  cursor: pointer;
  border-radius: 100%;
  width: 60px;
  height: 60px;
}

.accordion-plus {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: 0;
  padding-bottom: 8px;
  font-size: 60px;
  display: flex;
  position: absolute;
}

.accordion-plus.close-icon {
  display: none;
}

.accordion-button-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: -125px;
  display: flex;
}

.accordion-hide {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: 0;
  padding-bottom: 4px;
  font-size: 60px;
  display: none;
  position: absolute;
}

.success-message {
  background-color: #5bca66;
  min-height: 670px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.success {
  justify-content: center;
  align-items: center;
  height: 650px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  display: flex;
}

.form-block {
  min-height: 670px;
}

@media screen and (max-width: 991px) {
  .landing {
    padding-bottom: 105px;
  }

  .main-section.bg-g.kontakt {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .orange-line {
    margin-bottom: 50px;
  }

  .img-1 {
    height: auto;
  }

  .heading {
    font-size: 5em;
  }

  ._7-3-flex.about-2.card {
    grid-template-columns: 2.75fr;
  }

  .paragraph.onkel-neffe {
    margin-bottom: 0;
  }

  .all-link {
    text-align: center;
    font-size: 18px;
    display: inline-block;
  }

  .all-link.menu, .all-link.navmenuhide, .all-link.navmenuhide.w--current {
    display: none;
  }

  .all-link.navmenuhide._404 {
    display: block;
  }

  ._1-3-grid {
    margin-top: 30px;
  }

  .center-align-div.border {
    border-style: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-container {
    margin-bottom: 0;
    padding-right: 10px;
  }

  .kontakt-grid {
    grid-row-gap: 8px;
    grid-template-columns: auto;
  }

  .kontakt-boxx {
    padding: 5px 20px 0;
  }

  .menu {
    z-index: 10000;
    flex-direction: column;
    display: none;
  }

  .menu-link-mobile {
    background-color: var(--white);
    color: var(--orange);
    border-style: none;
    border-radius: 0;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 15px;
  }

  .menu-link-mobile.w--current {
    background-color: var(--black);
    color: var(--white);
  }

  .menu-link-mobile.close-button {
    display: none;
  }

  .mobile-icons-wrapper {
    z-index: 200;
    display: flex;
  }

  .hamburger {
    height: 50px;
  }

  .collection-list {
    column-count: 2;
  }

  .navmenu-right {
    cursor: pointer;
  }

  .text-div {
    max-width: none;
  }

  .list {
    margin-bottom: 30px;
  }

  .plusbutton {
    border: 3px solid var(--orange);
    color: var(--orange);
    text-align: center;
    border-radius: 1000px;
    width: 50px;
    height: 50px;
    padding-top: 13px;
    font-size: 50px;
    display: block;
  }

  .plusbutton.close {
    border-color: var(--white);
    color: var(--white);
    margin-top: 10px;
    margin-right: 10px;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .logo-inside {
    padding-top: 21px;
    padding-bottom: 34px;
    display: inline-block;
  }

  .closebutton {
    border: 3px solid var(--white);
    color: #fff;
    text-align: center;
    border-radius: 1000px;
    width: 50px;
    height: 50px;
    margin-top: 10px;
    margin-right: 10px;
    padding-top: 13px;
    font-size: 50px;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .container-2 {
    max-width: 728px;
  }

  .testimonial-slide {
    padding-left: 32px;
  }

  .testimonial-quote {
    overflow: visible;
  }

  .form-block {
    min-width: 500px;
  }
}

@media screen and (max-width: 767px) {
  .landing {
    padding-bottom: 119px;
  }

  .heading {
    font-size: 8em;
  }

  .heading.orange.zentriert {
    text-align: center;
  }

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

  ._30percent-div {
    padding-left: 0;
  }

  ._30percent-div.links {
    padding-right: 0;
  }

  .all-link {
    font-size: 16px;
    display: inline-block;
  }

  .all-link.navmenuhide, .all-link.navmenuhide.w--current {
    display: none;
  }

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

  ._2column-grid {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
  }

  .nav-container {
    padding-right: 0;
  }

  .kontakt-grid {
    grid-template-columns: auto;
  }

  .kontakt-boxx {
    width: 100%;
  }

  .text-field {
    border-radius: 20px;
  }

  .image._2 {
    max-width: 100%;
  }

  .burger {
    object-fit: cover;
    width: 40px;
    height: 40px;
  }

  .menu {
    flex-direction: column;
    display: none;
  }

  .menu-link-mobile {
    background-color: var(--white);
    color: var(--orange);
    border-radius: 0;
    margin-bottom: 14px;
    margin-right: 0;
  }

  .menu-link-mobile.w--current {
    border-style: solid;
    border-color: var(--black);
    background-color: var(--black);
    color: var(--white);
  }

  .menu-link-mobile.close-button {
    background-color: var(--black);
  }

  .burgerbutton {
    border: 3px solid #000;
    border-radius: 1000px;
    flex-flow: row;
    place-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    padding: 0;
    display: block;
  }

  .mobile-icons-wrapper {
    z-index: 1000000;
    display: flex;
  }

  .hamburger {
    height: 50px;
  }

  .impressum {
    height: auto;
    min-height: 220px;
  }

  .trennlinie {
    background-color: var(--orange);
    width: 100%;
    height: 3px;
    margin-bottom: 30px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .bold-list {
    padding: 10px 15px;
  }

  .plusbutton {
    border: 3px solid var(--orange);
    color: var(--orange);
    text-align: center;
    cursor: pointer;
    border-radius: 1000px;
    width: 50px;
    height: 50px;
    margin-left: 0;
    margin-right: 10px;
    padding-top: 13px;
    font-size: 50px;
    display: block;
  }

  .grid-3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    align-content: center;
    align-items: center;
  }

  .logo-inside {
    padding-top: 40px;
    padding-bottom: 55px;
  }

  .testimonial-slider-large {
    padding: 60px 15px;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

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

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

@media screen and (max-width: 479px) {
  .navbar {
    z-index: 3;
  }

  .landing {
    background-position: 70%;
    justify-content: center;
    align-items: center;
    height: 100svh;
    padding-top: 31px;
  }

  .h1_white-bg {
    text-align: left;
    font-size: 18em;
  }

  .main-section {
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: hidden;
  }

  .main-section.angebot {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .h1-containter.kontakt {
    margin-bottom: 0;
  }

  .heading {
    font-size: 10em;
  }

  ._7-3-flex.about-2.card {
    padding: 35px 20px;
  }

  ._30percent-div.links {
    min-width: 100%;
  }

  .all-link {
    display: inline-block;
  }

  .all-link.w--current, .all-link.navmenuhide.w--current {
    display: none;
  }

  ._1-3-grid {
    margin-top: 0;
  }

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

  .namen {
    margin-bottom: 5px;
    font-size: 20px;
  }

  .nav-container {
    height: 60px;
    padding-right: 10px;
  }

  .kontakt-boxx {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .h2-black.contact {
    font-size: 20px;
  }

  .horizontal-flex.mid.contact {
    width: 100%;
  }

  .icons.kontakt {
    margin-right: 10px;
  }

  .intro-text {
    margin-bottom: 20px;
  }

  .intro-text.kontakt {
    margin-top: -20px;
    margin-bottom: 40px;
  }

  .form {
    width: 100%;
  }

  .text-field {
    border-radius: 20px;
  }

  .menu {
    z-index: 4;
    background-color: var(--orange);
    flex-direction: column;
    display: none;
  }

  .menu-link-mobile {
    border-color: var(--orange);
    background-color: var(--white);
    color: var(--orange);
    border-radius: 0;
    margin-bottom: 8px;
    margin-right: 0;
  }

  .menu-link-mobile.w--current {
    color: var(--white);
  }

  .menu-link-mobile.close-button {
    border-color: var(--white);
    color: var(--orange);
    height: 40px;
    margin-right: 12px;
  }

  .burgerbutton {
    padding: 0;
  }

  .mobile-icons-mother-wrapper {
    z-index: 1;
    height: 100%;
    display: flex;
    position: fixed;
  }

  .mobile-icons-wrapper {
    z-index: 3;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
  }

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

  .mobile-icons {
    color: var(--orange);
    background-color: #0000;
    width: 60px;
  }

  .hamburger {
    height: 50px;
  }

  .collection-list {
    column-count: 1;
  }

  .image-2 {
    max-width: 280px;
  }

  ._3_loading-line {
    max-width: 238px;
  }

  .impressum {
    width: 100%;
    min-height: 250px;
    overflow: hidden;
  }

  .navmenu-right.close {
    color: #fff;
    margin-top: 10px;
    margin-right: 10px;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .bold-list {
    max-width: 100%;
  }

  .plusbutton {
    width: 43px;
    height: 43px;
    padding-top: 9px;
  }

  .plusbutton.close {
    color: #fff;
    border-color: #fff;
    margin-right: 0;
  }

  .blog-collection-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .error-404 {
    font-size: 6em;
  }

  .heading-6 {
    font-size: 1.6em;
  }

  .container-2 {
    max-width: none;
  }

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

  .card {
    max-width: 100%;
    padding: 35px 20px;
  }

  .card.accordion-card {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#w-node-_5ec3b68f-b504-8086-2073-8842b1f0fd04-de44d1bd, #w-node-_4890b27c-e9ee-a9ed-595f-5bb7fa13a34a-de44d1bd, #w-node-_4f957269-5f4b-69b6-6dfb-e7f0fea47eae-de44d1bd, #w-node-b92581d4-aef3-36bd-cb6d-f966b5a23974-de44d1bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_453ba1a9-d877-6eb8-bad1-ce2c7531c35a-de44d1bd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_10eaabfd-33ff-5f5b-88c1-da5993b5a126-de44d1bd, #w-node-_54bfce03-42fa-8ba6-3ab1-43f5216cd0bc-de44d1bd, #w-node-_920fec06-97fa-eda5-8bba-9d7c8784743d-de44d1bd, #w-node-_920fec06-97fa-eda5-8bba-9d7c8784743e-de44d1bd, #w-node-e13d7574-ac0a-705a-1f0e-656da79bb6a5-de44d1bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e14368ef-6e83-73c8-0e04-1d6176f89532-de44d1bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-e14368ef-6e83-73c8-0e04-1d6176f8953b-de44d1bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-e14368ef-6e83-73c8-0e04-1d6176f8953b-de44d1bd {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_15ce5287-1c35-8c0f-b4ed-605549b88e8d-de44d1bd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_453ba1a9-d877-6eb8-bad1-ce2c7531c35a-de44d1bd {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-e14368ef-6e83-73c8-0e04-1d6176f89532-de44d1bd {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e14368ef-6e83-73c8-0e04-1d6176f89532-de44d1bd {
    place-self: center start;
  }
}


