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

:root {
  --tan: #c39976;
  --midnight-blue: #3e4965;
  --white: white;
  --tan-2: #dfb898;
}

h1 {
  color: var(--tan);
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Lemonmilk, sans-serif;
  font-size: 3vw;
  font-weight: 500;
  line-height: 1.2;
}

h2 {
  color: var(--midnight-blue);
  text-align: left;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: "Slabo 27px", sans-serif;
  font-size: 2.5vw;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  color: var(--midnight-blue);
  text-align: center;
  align-self: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lemonmilk, sans-serif;
  font-size: 1.5vw;
  font-weight: 500;
  line-height: 1.4;
}

h4 {
  text-align: left;
  align-self: flex-start;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "Slabo 27px", sans-serif;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 1.1;
}

h5 {
  color: var(--midnight-blue);
  text-align: center;
  align-self: center;
  max-width: 600px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "Slabo 27px", sans-serif;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 1.4;
}

p {
  color: var(--midnight-blue);
  text-align: left;
  align-self: flex-start;
  max-width: 600px;
  margin-bottom: 0;
  font-family: "Slabo 27px", sans-serif;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 1.4;
}

a {
  color: var(--midnight-blue);
  text-align: center;
  border-bottom: 1px solid #0000;
  font-size: 1.5vw;
  line-height: 1.4;
  text-decoration: none;
}

a:hover {
  border-bottom-color: var(--midnight-blue);
}

.body {
  color: var(--midnight-blue);
  background-color: #0000;
  font-family: "Slabo 27px", sans-serif;
  font-size: 15px;
  line-height: 1.2;
}

.div-header {
  color: var(--midnight-blue);
  background-image: linear-gradient(#292c47d9, #292c47d9), url('../images/AdobeStock_209103746.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.div-navi {
  justify-content: center;
  align-items: flex-end;
  height: 91px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.logo {
  height: 50px;
}

.logo.schriftzug {
  width: 160px;
  height: auto;
}

.div-footer {
  justify-content: center;
  align-items: flex-start;
  height: 56px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.div-headertext {
  flex-direction: column;
  justify-content: center;
  width: 50%;
  height: auto;
  margin-bottom: 40px;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.h1 {
  color: var(--tan);
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-weight: 400;
  line-height: 1.2;
}

.h1.home {
  letter-spacing: 0;
  font-family: "Slabo 27px", sans-serif;
}

.textlink {
  border-bottom: 1px none var(--tan);
  color: var(--tan);
  cursor: pointer;
  height: 20px;
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
}

.textlink:hover {
  border-bottom-style: solid;
}

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

.div-logolink {
  z-index: 3;
  border-bottom-style: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.div-logolink.w--current {
  z-index: 3;
  cursor: pointer;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: absolute;
  inset: auto;
}

.navilink {
  color: var(--midnight-blue);
  letter-spacing: 2px;
  border: 1px #000;
  margin-left: 0;
  margin-right: auto;
  padding: 0;
  font-family: Lemonmilk, sans-serif;
  font-size: 1vw;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
}

.navilink:hover {
  color: var(--tan);
}

.navilink.w--current {
  color: var(--midnight-blue);
}

.navilink.klein {
  color: var(--tan);
  letter-spacing: 0;
  text-transform: none;
  font-family: "Slabo 27px", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  display: none;
}

.navilink.klein:hover {
  color: #fff;
}

.navilink.rechts {
  margin-left: 5%;
  margin-right: 0;
}

.navilink.links {
  justify-content: flex-start;
  margin-right: 5%;
}

.wrapper {
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  display: flex;
  position: relative;
}

.div-burger {
  background-color: var(--midnight-blue);
  cursor: pointer;
  border-radius: 100px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 0;
  display: none;
  position: relative;
  bottom: auto;
  left: auto;
}

.div-burger.open {
  z-index: 10;
}

.div-burger.close {
  z-index: 2;
  display: none;
  position: absolute;
  top: 20px;
  right: 20px;
}

.burgerstrich._2 {
  background-color: var(--white);
  align-self: center;
  width: 30px;
  height: 3px;
  position: absolute;
  inset: auto;
  transform: rotate(90deg);
}

.burgerstrich._1 {
  background-color: var(--white);
  align-self: center;
  width: 30px;
  height: 3px;
  position: absolute;
  inset: auto;
}

.burgerstrich.bubble_1 {
  background-color: var(--white);
  align-self: center;
  width: 30px;
  height: 3px;
  margin-top: 0;
  position: absolute;
  inset: auto;
}

.burgerstrich.bubble_2 {
  background-color: var(--white);
  align-self: center;
  width: 30px;
  height: 3px;
  position: absolute;
  inset: auto;
  transform: rotate(90deg);
}

.navi {
  z-index: 2;
  background-color: #0000;
  height: 90px;
}

.container {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90px;
  display: flex;
  position: fixed;
}

.ausklapper {
  z-index: 1000;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding: 160px 5% 5%;
  display: flex;
  position: fixed;
  inset: 0%;
}

.ausklapper.maschine {
  background-color: var(--midnight-blue);
  display: none;
}

.div-menu {
  flex-direction: row;
  justify-content: center;
  align-self: center;
  width: 100%;
  max-width: 1000px;
  display: flex;
}

.abstand-20-oben {
  margin-top: 20px;
}

.section {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.padding {
  flex-direction: column;
  height: auto;
  padding: 10% 5%;
}

.section.padding.nopaddingunten {
  padding-bottom: 0%;
}

.section.padding.nopaddingoben {
  padding-top: 0%;
}

.section.padding.full_height {
  justify-content: flex-start;
  min-height: 80vh;
  padding-top: 220px;
  padding-bottom: 5%;
}

.section.padding.header {
  padding-bottom: 0%;
}

.section.banner {
  background-color: var(--midnight-blue);
  padding: 10%;
}

.section.full_height {
  min-height: 90vh;
}

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

.collection-list {
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.collection-item {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.collection-item.maschine {
  justify-content: center;
  position: relative;
}

.collection-item.klein {
  width: 49%;
}

.side-card {
  z-index: 1;
  background-color: var(--tan-2);
  flex-direction: column;
  flex: 1;
  align-self: center;
  align-items: flex-start;
  min-height: 300px;
  margin-top: 80px;
  margin-bottom: 80px;
  margin-right: -10%;
  padding: 5%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.side-card.reversed {
  margin-left: -10%;
  margin-right: 0%;
}

.side-card.klein {
  width: 90%;
  min-height: 450px;
  margin: -50px auto 0;
}

.side-card-content {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: static;
}

.side-card-image {
  background-color: var(--white);
  background-image: url('../images/626290caae5809afcecf4810_kwheiner_header.jpg'), url('../images/kwheiner_hg.jpg');
  background-position: 50%, 50%;
  background-repeat: repeat, no-repeat;
  background-size: cover, cover;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 65%;
}

.side-card-image.klein {
  background-image: url('../images/6262642fcec58f6c704d832c_christoph-hinni-1.jpg'), url('../images/kwheiner_hg.jpg');
  order: -1;
  width: 100%;
  height: 400px;
}

.side-card-image.klein.hinni {
  background-image: url('../images/6262642fcec58f6c704d832c_christoph-hinni-1.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
}

.side-card-image.klein.janik {
  background-image: url('../images/623835348ff7b3eba5293f5c_janik-zenger.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
}

.side-card-image.animation {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.side-card-feature {
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  min-height: 600px;
  margin-bottom: 0;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.side-card-feature.klein {
  flex-flow: column wrap;
  align-items: center;
  width: 100%;
  min-height: auto;
}

.lead {
  color: var(--midnight-blue);
  text-align: center;
  align-self: center;
  max-width: 600px;
  font-size: 2vw;
}

.lead.beige {
  color: var(--tan);
}

.container-geoffnet {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90px;
  display: flex;
  position: fixed;
}

.slider {
  clear: both;
  background-color: #0000;
  justify-content: center;
  width: 100%;
  min-height: 600px;
  display: flex;
  overflow: hidden;
}

.slide-nav {
  display: none;
}

.slide {
  height: auto;
  overflow: hidden;
}

.mask {
  clear: both;
  align-self: center;
  width: 100%;
  max-width: 100vw;
  height: auto;
  overflow: hidden;
}

.sliderfoto {
  flex: 0 auto;
  align-self: center;
  width: 100%;
  max-width: none;
}

.arrow {
  width: 30px;
  height: 30px;
  position: absolute;
  inset: auto 15% auto auto;
}

.arrow.left {
  left: 15%;
  right: auto;
}

.arrow.right {
  transform: rotate(180deg);
}

.weiter {
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 100%;
  display: flex;
}

.weiter.rechts {
  z-index: 1;
  justify-content: flex-end;
}

.weiter.links {
  z-index: 1;
}

.div-maschine {
  flex-wrap: wrap;
  place-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  max-height: 900px;
  margin-top: 40px;
  display: flex;
}

.div-maschine.bubbles {
  position: absolute;
  inset: 0%;
}

.div-kreis {
  background-color: var(--midnight-blue);
  border-radius: 100px;
  flex-wrap: wrap;
  place-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: relative;
}

.div-kreis.bubble {
  backface-visibility: hidden;
  perspective-origin: 50%;
  transform-origin: 50%;
  cursor: pointer;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 50%;
  transform: none;
}

.div-kreis.bubble:hover {
  background-color: var(--tan);
}

.div-kreis.maschine-ge-ffnet {
  background-color: var(--tan);
  cursor: pointer;
  right: 20px;
}

.container-maschine {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 90px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.div-maschinentext {
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  width: 100%;
  max-width: 600px;
  display: flex;
}

.h1-white {
  color: var(--white);
}

.div-maschinendetails {
  justify-content: space-between;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.div-maschinendetails-einzeln {
  flex-direction: column;
  justify-content: flex-start;
  width: 32%;
  margin-right: 0;
  display: flex;
}

.icon {
  align-self: flex-start;
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
}

.p.white {
  color: var(--white);
}

.maschinenfoto {
  align-self: center;
  height: 100%;
}

.button {
  border: 3px solid var(--midnight-blue);
  color: var(--midnight-blue);
  letter-spacing: 1px;
  background-color: #0000;
  margin-top: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Lemonmilk, sans-serif;
  font-weight: 500;
}

.button:hover {
  background-color: var(--midnight-blue);
  color: var(--tan);
}

.button.beige {
  border-color: var(--tan);
  color: var(--tan);
}

.button.beige:hover {
  background-color: var(--tan);
  color: var(--midnight-blue);
}

.abstand-20 {
  margin-top: 0;
  margin-bottom: 20px;
}

._100 {
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

._100.untereinander {
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 0;
}

.footerlink {
  color: var(--white);
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  text-decoration: none;
  display: block;
}

.footerlink:hover {
  color: var(--tan);
}

.footer {
  background-color: var(--midnight-blue);
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 40px;
  display: flex;
  position: static;
  overflow: hidden;
}

.bild-logo {
  z-index: 1;
  width: 114px;
}

._20-unten {
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 20px;
}

.div-footertext {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: static;
  inset: 0%;
}

.logo-2 {
  cursor: pointer;
  width: 220px;
  margin-bottom: 40px;
  position: absolute;
  inset: 40px auto auto 60px;
}

.logo-2.w--current {
  z-index: 2;
  width: 220px;
  top: 40px;
}

.logo-2.footer {
  z-index: 0;
  align-items: flex-start;
  margin-top: 8px;
  margin-bottom: 0;
  padding: 0;
  position: relative;
  top: 0;
  left: 0;
}

.logo-2.footer.w--current {
  z-index: 0;
  position: relative;
  top: 0;
  left: 0;
}

._30 {
  flex-direction: column;
  align-items: flex-start;
  width: 30%;
  display: flex;
}

.footertext {
  color: var(--white);
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  cursor: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  text-decoration: none;
  display: block;
}

.menu-button {
  color: #fff;
  justify-content: center;
  width: 50px;
  height: 50px;
  padding: 0;
  position: absolute;
  inset: 15px 5% auto auto;
}

.menu-button.w--open {
  background-color: #0000;
  height: 36px;
  top: 30px;
  bottom: 30px;
}

.burgerstrich-1 {
  color: #0000;
  background-color: #000;
  border-radius: 13px;
  width: 30px;
  height: 3px;
  margin-top: 0;
  position: absolute;
}

.div-navitext {
  text-align: left;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  padding-left: 5%;
  padding-right: 5%;
  font-size: 15px;
  display: flex;
  overflow: hidden;
}

.burgerstrich-2 {
  color: #0000;
  background-color: #000;
  border-radius: 13px;
  width: 30px;
  height: 3px;
  margin-top: 0;
  position: absolute;
  top: auto;
}

.burger {
  background-color: var(--midnight-blue);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: relative;
}

.burger.close {
  background-color: var(--tan);
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.div-navigation {
  background-color: var(--white);
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 100vw;
  height: 80px;
  display: flex;
  position: relative;
}

.navigation {
  text-align: center;
  background-color: #0000;
  flex-flow: row;
  place-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 80px;
  position: absolute;
  inset: 0% 0% auto;
}

.div-blau {
  width: 100vw;
  height: 80px;
  position: absolute;
  inset: 0%;
}

.navilink-ohne-subnavi {
  color: #0000;
  text-align: left;
  cursor: default;
  border-bottom: 1px #000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  max-width: 1100px;
  height: 80px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
  display: flex;
  position: static;
  overflow: hidden;
}

.navilink-ohne-subnavi:hover {
  color: #3d525e;
}

.navilink-ohne-subnavi.w--current {
  color: #212127;
}

.navibar {
  z-index: 2;
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 0;
  display: flex;
  position: fixed;
  inset: auto 0%;
}

.close-button {
  justify-content: center;
  width: 50px;
  height: 50px;
  padding: 0;
  display: none;
  position: absolute;
  inset: 15px 20px auto auto;
}

.close-button.w--open {
  background-color: #0000;
  width: 36px;
  height: 36px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  inset: 30px 50px 30px auto;
}

.div-sliderfoto {
  place-content: flex-start center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.div-kontakt {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.empty-state {
  background-color: #0000;
}

.rich-text-block {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.abstand-40-oben {
  margin-top: 40px;
}

.abstand-40-oben.header {
  display: none;
}

.background-video {
  height: 100%;
  position: absolute;
  inset: auto 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;
  width: 260px;
  display: flex;
}

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

.heading-2 {
  overflow-wrap: anywhere;
}

@media screen and (min-width: 1440px) {
  h2 {
    font-size: 2.25vw;
  }

  h3, h4, h5 {
    font-size: 1.25vw;
  }

  p {
    font-size: 1.3vw;
  }

  a {
    font-size: 1.25vw;
  }

  .navilink {
    font-size: .9vw;
  }

  .navilink.w--current {
    color: var(--midnight-blue);
  }

  .wrapper, .div-menu {
    max-width: 1200px;
  }

  .side-card.klein {
    min-height: 500px;
  }

  .side-card-feature {
    width: 100%;
    min-height: 700px;
  }

  .lead {
    max-width: 800px;
    font-size: 1.75vw;
  }

  .slider {
    place-content: space-between center;
    min-height: 800px;
  }

  .div-maschine {
    max-height: 1000px;
  }

  .div-maschine.bubbles {
    max-height: 900px;
  }

  .div-maschinentext, .navilink-ohne-subnavi {
    max-width: 1200px;
  }
}

@media screen and (min-width: 1920px) {
  h1 {
    margin-top: 0;
    margin-bottom: 40px;
  }

  h2 {
    font-size: 2vw;
  }

  h3, h4, h5, p, a {
    font-size: 1vw;
  }

  .navilink {
    font-size: .8vw;
  }

  .wrapper {
    max-width: 1300px;
  }

  .burgerstrich {
    color: #0000;
    background-color: #b79d51;
    width: 50px;
    height: 3px;
    margin-top: 25px;
    padding-bottom: 0;
    padding-right: 0;
    position: static;
  }

  .burgerstrich.bubble_2 {
    margin-top: 0;
  }

  .section {
    background-image: none;
  }

  .side-card-feature {
    min-height: 800px;
  }

  .lead {
    font-size: 1.5vw;
  }

  .slider {
    min-height: 1000px;
  }

  .div-maschine {
    align-content: center;
    max-height: 1100px;
  }

  .logo-2.w--current {
    cursor: pointer;
  }

  .navilink-ohne-subnavi {
    max-width: 1300px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 4vw;
  }

  h2 {
    font-size: 3.5vw;
  }

  h3, h4, h5, p, a {
    font-size: 2.5vw;
  }

  .div-headertext {
    width: 70%;
  }

  .navilink {
    color: var(--tan);
    margin-left: 0;
    margin-right: 0;
    font-size: 6vw;
    line-height: 1.3;
  }

  .navilink:hover {
    color: var(--white);
  }

  .navilink.klein {
    font-size: 2.5vw;
    display: flex;
  }

  .navilink.rechts {
    color: var(--tan);
    margin-left: 0%;
  }

  .navilink.rechts:hover {
    color: var(--white);
  }

  .navilink.links {
    color: var(--tan);
    margin-right: 0%;
  }

  .navilink.links:hover {
    color: var(--white);
  }

  .div-burger {
    z-index: 2;
    display: flex;
    position: absolute;
    inset: auto 20px auto auto;
  }

  .div-burger:hover, .div-burger.w--open {
    background-color: var(--tan);
  }

  .burgerstrich._2 {
    justify-content: center;
    align-self: auto;
    align-items: center;
  }

  .burgerstrich._1, .burgerstrich.bubble_1 {
    align-self: auto;
    inset: auto;
  }

  .burgerstrich.bubble_2 {
    justify-content: center;
    align-self: auto;
    align-items: center;
  }

  .container {
    justify-content: center;
  }

  .ausklapper {
    background-color: var(--midnight-blue);
  }

  .ausklapper.maschine {
    width: 100%;
  }

  .div-menu {
    background-color: var(--midnight-blue);
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 95%;
    height: 100vw;
    padding-top: 220px;
    position: absolute;
    inset: 0% 0 0% 20px;
  }

  .abstand-20-oben {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
    display: flex;
  }

  .section.padding.header {
    padding-top: 15%;
  }

  .collection-list-wrapper {
    flex-direction: row;
  }

  .side-card {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .side-card-feature {
    min-height: 400px;
  }

  .lead {
    max-width: 800px;
    font-size: 3vw;
  }

  .container-geoffnet {
    justify-content: center;
  }

  .slider {
    min-height: 400px;
  }

  .div-kreis.navigation.ge-ffnet {
    background-color: var(--tan);
  }

  .div-maschinendetails-einzeln {
    min-width: auto;
  }

  ._100.untereinander.letzter {
    margin-bottom: 0;
  }

  .div-footertext {
    flex-direction: row;
  }

  .menu-button.w--open {
    background-color: #0000;
    height: 50px;
    inset: 15px 5% auto auto;
  }

  .burgerstrich-1 {
    background-color: var(--white);
  }

  .div-navitext {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    height: auto;
    padding-top: 140px;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .burgerstrich-2 {
    background-color: var(--white);
    transform: rotate(90deg);
  }

  .burgerstrich-2.open {
    display: none;
  }

  .navigation {
    background-color: var(--midnight-blue);
  }

  .div-blau {
    background-color: var(--midnight-blue);
    height: 100vh;
  }

  .navilink-ohne-subnavi {
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    height: auto;
    padding-left: 5%;
    padding-right: 0;
  }

  .navilink-ohne-subnavi.w--current {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .close-button {
    display: block;
  }

  .close-button.w--open {
    width: 50px;
    height: 50px;
    inset: 15px 5% auto auto;
  }

  .abstand-40-oben {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
    display: flex;
  }

  .abstand-40-oben.header {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 6vw;
  }

  h2 {
    font-size: 4.5vw;
  }

  h3 {
    font-size: 3.5vw;
  }

  h4 {
    text-align: center;
    align-self: center;
    font-size: 3.5vw;
  }

  h5, p, a {
    font-size: 3.5vw;
  }

  .div-navi {
    height: 71px;
  }

  .div-footer {
    height: 36px;
  }

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

  .h1 {
    font-size: 32px;
  }

  .navilink {
    align-self: flex-start;
    margin-left: 0;
    margin-right: 0;
    font-size: 7vw;
  }

  .navilink.klein, .navilink.klein.w--current {
    font-size: 3.5vw;
  }

  .ausklapper.maschine {
    align-content: stretch;
  }

  .section.padding {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.padding.full_height {
    padding-bottom: 80px;
  }

  .section.padding.header {
    padding-top: 20%;
  }

  .section.banner {
    padding: 80px 20px;
  }

  .collection-list {
    flex-direction: column;
  }

  .collection-item.klein {
    width: 100%;
    margin-bottom: 20px;
  }

  .side-card {
    order: 1;
    width: 83.33%;
    min-height: auto;
    margin: -50px auto 0;
    padding: 40px 20px;
  }

  .side-card.reversed {
    min-height: auto;
    margin: -5% auto 0;
  }

  .side-card.klein {
    min-height: auto;
  }

  .side-card.animation {
    order: -1;
    margin-top: 0;
  }

  .side-card-image {
    order: -1;
    width: 100%;
    height: 400px;
  }

  .side-card-image.animation {
    margin-top: -50px;
  }

  .side-card-feature {
    flex-flow: column wrap;
    min-height: auto;
  }

  .lead {
    font-size: 5vw;
  }

  .container-geoffnet {
    width: 100%;
  }

  .slider {
    min-height: 350px;
  }

  .container-maschine {
    width: 100%;
  }

  .div-maschinendetails-einzeln {
    margin-right: 0;
  }

  .icon {
    align-self: center;
    margin-bottom: 0;
  }

  ._100 {
    flex-direction: column;
  }

  .footer {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .bild-logo {
    top: 40px;
    left: 20px;
  }

  .div-footertext {
    flex-direction: column;
  }

  .logo-2 {
    width: 190px;
    left: 20px;
  }

  .logo-2.w--current {
    width: 190px;
  }

  .logo-2.footer {
    margin-top: 0;
  }

  ._30 {
    width: 100%;
    margin-bottom: 40px;
  }

  .burgerstrich-1:hover {
    color: #3d525e;
  }

  .navigation {
    width: 100vw;
    height: 100vh;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 8vw;
  }

  h2 {
    font-size: 7.5vw;
  }

  h3, h4, h5, p, a {
    font-size: 4.5vw;
  }

  .textlink {
    margin-bottom: 5px;
  }

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

  .navilink {
    font-size: 9vw;
  }

  .navilink.klein, .navilink.klein.w--current {
    font-size: 4.5vw;
  }

  .section.padding.header {
    padding-top: 100px;
  }

  .section.padding._40px {
    padding-top: 40px;
  }

  .collection-item {
    align-content: center;
  }

  .side-card {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .side-card.reversed {
    margin-top: 0;
  }

  .side-card.klein {
    width: 100%;
    margin-top: 0;
  }

  .side-card-image {
    height: 280px;
  }

  .side-card-image.animation {
    margin-top: 0;
  }

  .side-card-feature {
    align-items: stretch;
  }

  .lead {
    font-size: 7vw;
  }

  .slider {
    min-height: auto;
  }

  .arrow.left {
    inset: 0% 20px auto auto;
  }

  .arrow.right {
    left: 0;
  }

  .weiter {
    align-items: flex-start;
    width: 70px;
    height: 50px;
    inset: auto 0% 0% auto;
  }

  .weiter.rechts {
    justify-content: flex-start;
    width: 50px;
  }

  .weiter.links {
    justify-content: flex-end;
    right: 50px;
  }

  .icon {
    width: 50px;
    height: 50px;
  }

  .maschinenfoto {
    max-width: none;
    height: 250px;
  }

  .footerlink:focus, .footertext:focus {
    color: #fff;
  }

  .burgerstrich-1:hover {
    color: #0000;
  }
}


@font-face {
  font-family: 'Lemonmilk';
  src: url('../fonts/LEMONMILK-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}