@font-face {
  font-family: "Fa brands 400";
  src: url('../fonts/fa-brands-400.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --mbh-rot: #e41f26;
  --orange: #d95700;
  --hairlich-kupfer: #d19563;
}

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

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

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

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

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

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

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

h2 {
  color: #fff;
  margin-top: 24px;
  margin-bottom: 12px;
  font-family: Bebasneue, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 74px;
}

h3 {
  color: #fff;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Bebasneue, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

p {
  color: #ffffff73;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

a {
  color: #000;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.navigation {
  z-index: 15;
  background-color: #fff;
  padding-top: 16px;
  padding-bottom: 16px;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.container {
  border-top: 1px #fff;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}

.container.editor-line {
  padding-left: 0;
  padding-right: 0;
  position: fixed;
  bottom: 30px;
  left: 0;
  right: 0;
}

.container.imprint {
  margin-top: 120px;
  margin-bottom: 120px;
  padding-top: 0;
}

.container.footerinfo {
  border-top-style: solid;
  margin-top: 0;
}

.container.daten {
  margin-bottom: 30px;
}

.container.made-in-germany {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container.contact-form {
  justify-content: space-between;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.navigation-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navi-link-wrapper {
  align-items: center;
  display: flex;
}

.dot {
  color: #685d3d;
  background-color: #9f9f9f;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin-right: 12px;
}

.dot.navi {
  background-color: #000;
}

.contact-button {
  color: #d19563;
  text-transform: uppercase;
  align-items: center;
  margin-left: 0;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.line {
  color: #000;
  background-color: #000;
  width: 1px;
  height: 18px;
  margin-left: 24px;
  margin-right: 24px;
}

.section {
  background-color: #000;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.hero {
  background-color: #000;
  height: 100vh;
  margin-right: 0;
  padding-top: 160px;
  padding-right: 0;
  position: relative;
}

.section.white {
  background-color: #fff;
  padding-bottom: 160px;
}

.section.footer {
  border-top: 1px #fff;
  padding-top: 40px;
  padding-bottom: 40px;
  position: static;
  inset: auto 0% 0%;
}

.section.footer.imprint {
  position: absolute;
}

.section.video-bg {
  min-height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 10vw;
}

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

.section.padding {
  background-color: #000;
  padding-top: 180px;
}

.section.made-in-germany {
  background-color: #e9e9e9;
}

.big-heading {
  color: #fff;
  font-family: Bebasneue, sans-serif;
  font-size: 150px;
  font-weight: 400;
  line-height: 160px;
  position: static;
}

.max-640 {
  max-width: 640px;
}

.max-640.hero-para {
  max-width: 500px;
}

.bg-image {
  background-image: url('../images/pexels-pixabay-73833.jpg');
  background-position: 50% 0;
  background-size: cover;
  width: 40%;
  height: 100%;
  position: absolute;
  inset: 0% 12% 0% auto;
}

.hero-text {
  z-index: 10;
  position: relative;
  top: -160px;
}

.editor-line {
  background-color: #ffffff73;
  align-items: center;
  width: 100%;
  height: 1px;
  display: flex;
  position: relative;
}

.color-line {
  z-index: 3;
  transform-origin: 0%;
  background-color: #685d3d;
  width: 100%;
  max-width: 1200px;
  height: 1px;
  position: relative;
}

.top-line {
  background-color: #685d3d;
  width: 1px;
  height: 32px;
  position: absolute;
  left: auto;
}

.editor-icon {
  margin-top: 0;
  display: none;
  position: static;
  inset: 0% auto auto 0%;
}

.mid-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mid-wrapper.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  display: grid;
}

.mid {
  text-align: center;
}

.mid.with-padding {
  margin-bottom: 24px;
}

.caption {
  color: #ffffff4d;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.caption.footer {
  color: #ffffff4d;
  margin-right: 10px;
  font-size: 11px;
}

.caption.footer.byantbit {
  color: #38cfff;
}

.caption.white {
  color: #38cfff;
  font-size: 11px;
  font-weight: 700;
  display: block;
}

.caption.philo {
  color: #fff;
}

.work-layout {
  justify-content: space-between;
  margin-top: 40px;
  display: flex;
  position: static;
}

.spalte {
  flex: 0 60%;
}

.spalte.picture-1 {
  background-image: url('../images/28ea3a55-3cea-4a89-afa8-29a6c0930b8a.4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 0 auto;
  width: 50%;
  height: 250px;
}

.spalte.picture-2 {
  background-image: url('../images/The_Circle_Bild_04-696x385.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 0 auto;
  width: 50%;
  height: 250px;
}

.spalte.picture-3 {
  background-image: url('../images/KGX1GoogleExigereAerialview_optimized.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 0 auto;
  width: 50%;
  height: 250px;
  position: static;
  inset: 0%;
}

._40px-spacer {
  width: 40px;
}

.contact-image {
  background-image: url('../images/1924477461.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  margin-top: 24px;
}

.max-320 {
  max-width: 320px;
}

.footer-wrapper {
  justify-content: space-between;
  display: flex;
}

.footer-wrapper.daten {
  justify-content: space-between;
}

.footer-link {
  color: #9f9f9f;
  text-transform: none;
  margin-left: 0;
  margin-right: 0;
  font-size: 14px;
  font-weight: 400;
}

.logo {
  background-image: url('../images/5.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 400px;
  height: 100px;
}

.logo.w--current {
  background-image: url('../images/5.svg');
  background-position: 0 0;
  background-size: contain;
  width: 400px;
  height: 100px;
  display: block;
}

.link {
  color: #000;
  transition: color .2s ease-in-out;
}

.link:hover, .link.w--current:hover {
  color: #000c;
}

.link.w--current:active {
  color: #000;
}

.image-2, .image-3, .image-4 {
  max-width: 80%;
  max-height: 100%;
}

.text-block {
  color: #000;
}

.follow-titel-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #685d3dcc;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.interaktion-linkblock {
  background-color: #666;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-media-link-block {
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: 20px;
  display: flex;
  position: relative;
}

.icon-bg {
  z-index: 10;
  color: #fff;
  background-color: #fff3;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.footer-icon {
  color: #fff;
  font-family: "Fa brands 400", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 50px;
}

.footer-circle {
  border: 3px solid #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 20;
  position: absolute;
}

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

.instagram-feed-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.instagram-image {
  width: 100%;
  max-width: 300px;
  max-height: 250px;
}

.instagram-image.first {
  background-image: url('../images/2084083903.jpg');
  background-position: 0 0;
  background-size: cover;
}

.image-wrapper {
  background-image: url('../images/2084083903.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 30vh;
}

.image-wrapper:hover {
  transform: none;
}

.image-wrapper.second {
  background-image: url('../images/1997720618.jpg');
  background-size: cover;
}

.image-wrapper.third {
  background-image: url('../images/1885282290.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 13px;
  display: flex;
}

.image-wrapper.forth {
  background-image: url('../images/1229252621.jpg');
  background-size: cover;
}

.container-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 1200px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 18px;
  display: flex;
  position: relative;
  top: -11px;
}

.h1-sizing {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.2em;
}

.h1-sizing.rechtliches {
  color: #000;
  margin-bottom: .1em;
  font-family: Bebasneue, sans-serif;
  font-size: 70px;
  font-weight: 400;
}

.h1-sizing.datenschutz {
  color: #000;
  margin-bottom: .1em;
  font-size: 70px;
}

.titel {
  color: #000000b3;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.rechtliches-text {
  color: #000000b3;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  line-height: 1.2em;
}

.text-block-2 {
  color: #9f9f9f;
  text-transform: none;
  font-weight: 400;
}

.bildbeschreibung {
  color: #fff;
  font-family: Bebasneue, sans-serif;
  font-size: 28px;
  position: static;
  left: 6px;
}

.heading {
  color: #fff;
  font-family: Bebasneue, sans-serif;
  font-size: 42px;
  font-weight: 400;
}

.opening-times {
  background-color: #e8e8e8;
  border-radius: 10%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  padding: 25px 60px 15px;
  font-family: Bebasneue, sans-serif;
  font-weight: 400;
  display: flex;
}

.dates-wrapper {
  color: #000;
  flex-direction: column;
  display: flex;
}

.opening-text {
  padding-bottom: 25px;
  font-size: 24px;
}

.time-text {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 18px;
}

.section-video {
  min-height: 100vh;
  margin-top: 104px;
  padding-left: 10vw;
}

.h5 {
  color: #fff;
  min-width: 250px;
  padding-right: 0;
  font-family: Bebasneue, sans-serif;
  font-size: 34px;
  font-weight: 400;
}

.h5.klein {
  color: #000;
  min-width: 250px;
  font-size: 18px;
  line-height: 22px;
  position: static;
}

.h5.black {
  color: #000;
  min-width: 250px;
  margin-right: 400px;
  padding-right: 0;
  position: static;
}

.h5.black._1 {
  margin-right: 680px;
}

.h5.black._2 {
  margin-right: 600px;
}

.h5.black._3 {
  margin-right: 765px;
}

.leistung {
  grid-column-gap: 8vw;
  grid-row-gap: 16px;
  color: #000;
  grid-template-rows: auto;
  grid-template-columns: 49px 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  max-width: 1280px;
  margin-top: 12vh;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.leistungskategorie {
  background-color: #0000;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 220px;
  margin-bottom: 8vh;
  display: flex;
  position: sticky;
  top: 12vh;
}

.leistungsitem {
  grid-column-gap: 40px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  margin-top: 0;
  margin-bottom: 0;
  display: grid;
}

.leistungsitem.special {
  border-top: 1px solid #000;
  margin-top: 2vh;
}

.leistungsitem.mobile {
  display: none;
}

.leistungsitem.special-copy {
  border-top: 1px solid #000;
  margin-top: 2vh;
}

.h6 {
  color: #000;
  font-family: Bebasneue, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.h6.leer {
  display: block;
}

.text-field.search-lg {
  background-color: #0000;
  border: 1px solid #0000001a;
  border-radius: 10px;
  height: 50px;
  padding: 10px 15px;
  transition: border .15s;
  display: block;
}

.text-field.search-lg:focus {
  border-color: #7757ff;
}

.search-icon {
  background-color: #0000;
  background-image: url('../images/Icon6.svg');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: 25px;
  border-radius: 50%;
  width: 33px;
  height: 33px;
}

.search-icon.search {
  background-image: url('../images/Icon8.svg');
}

.cart-wrappers {
  z-index: 9;
  width: 45px;
  height: 45px;
  margin-left: auto;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  position: relative;
  top: -7px;
  right: 26px;
}

.cart-items-count-wrapper {
  z-index: 2;
  color: #fff;
  background-color: #000;
  border-radius: 50%;
  width: 20px;
  max-width: 20px;
  height: 20px;
  max-height: 20px;
  padding-top: 2px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  inset: auto 0% 0% auto;
  transform: translate(5px, 5px);
}

.circle-animate {
  z-index: 0;
  background-color: #1e36ff;
  border-radius: 100px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  box-shadow: 0 0 8px #9a9a9a;
}

.accordion__item {
  text-align: left;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 24px;
  padding: 20px 32px;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 2px #2e323c17;
}

.accordion__item:hover {
  box-shadow: 0 3px 9px #2e323c17;
}

.accordion__item.js-accordion-item {
  padding-bottom: 20px;
  padding-right: 32px;
  display: block;
}

.form-block-2 {
  display: inline;
}

.form-block {
  float: right;
  margin-bottom: 0;
  display: none;
  position: static;
  top: -20px;
  left: -145px;
}

.filters-wrapper {
  z-index: 1;
  background-color: #0000;
  border: 4px #f1eeff;
  align-self: center;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding: 0;
  position: relative;
}

.filters-wrapper.search {
  background-color: #0000;
  border-style: none;
  max-width: 100px;
  margin-left: 0;
  padding: 0;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
}

.accordion_item-image {
  width: 40px;
  display: none;
}

.faq-button {
  background-color: #ffb223;
  border-radius: 3px;
  margin-top: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Lato, sans-serif;
  font-weight: 700;
  transition: background-color .2s;
  display: none;
}

.faq-button:hover {
  background-color: #ffd17b;
}

.snipcart-checkout {
  z-index: 1;
  background-color: #fff;
  background-image: url('../images/Icon1.svg');
  background-position: 50% 35%;
  background-repeat: no-repeat;
  background-size: 65%;
  border-radius: 50%;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  position: relative;
}

.question-text {
  flex: 1;
  margin-top: 15px;
  margin-left: 24px;
  font-family: Bebasneue, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.filters-horizontal {
  text-align: center;
  justify-content: center;
  margin-bottom: 32px;
  display: flex;
  position: relative;
  top: -52px;
  right: 145px;
}

.filters-horizontal.search {
  max-width: 100px;
  top: -54px;
  right: 42px;
}

.accordion-body {
  color: #9096a4;
  padding-left: 64px;
  padding-right: 8px;
  display: block;
}

.accordion-body.js-accordion-body {
  color: #9096a4;
  padding-bottom: 20px;
  padding-left: 8px;
}

.search-link {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 35px;
  margin-left: 24px;
  margin-right: 24px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 10% 41% auto auto;
  overflow: hidden;
}

.cart-fixed-section {
  z-index: 9;
  max-width: 200px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-size: 13px;
  line-height: 1.3;
  position: fixed;
  inset: 4% -73% auto 0%;
}

.customer-icon {
  background-color: #0000;
  background-image: url('../images/Icon6.svg');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: 25px;
  border-radius: 50%;
  width: 33px;
  height: 33px;
}

.cart-items-count {
  text-align: center;
  position: relative;
  top: 4px;
}

.accordion-header {
  color: #2e323c;
  align-items: center;
  display: flex;
}

.accordion-header.js-accordion-header {
  cursor: pointer;
  cursor: pointer;
  margin-right: -1px;
}

.accordion-body__contents {
  opacity: 1;
  color: #000;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4em;
  display: flex;
}

.accordion-body__contents.vertical {
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  margin-top: 0;
  position: static;
}

.link-bottom-line {
  background-color: #fff;
  width: 100%;
  height: 2px;
  position: absolute;
  left: -105%;
  right: 0%;
}

.link-bottom-line.dark-line {
  z-index: auto;
  background-color: #000;
  bottom: 0%;
}

.customer-link {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 35px;
  margin-left: 24px;
  margin-right: 24px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 90% 7% auto auto;
  overflow: hidden;
}

.customer-link.snipcart-customer-signin {
  background-color: #0000;
  margin-right: 10px;
  position: absolute;
  top: 10%;
  right: 32%;
}

.navi-text-icon {
  font-size: 28px;
  font-weight: 900;
  display: none;
}

.leistung-copy {
  grid-column-gap: 8vw;
  grid-row-gap: 16px;
  color: #000;
  grid-template-rows: auto;
  grid-template-columns: 49px 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  max-width: 1280px;
  margin-top: 12vh;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.question-text-2 {
  flex: 1;
  margin-top: 15px;
  margin-left: 24px;
  font-family: Bebasneue, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 24px;
}

.accordion-body__contents-2 {
  opacity: 1;
  color: #000;
  margin-top: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4em;
}

.leistungswrapper {
  margin-top: 35px;
}

.hero-headings {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: auto auto 19% 12%;
}

.hero-heading {
  color: #000;
  max-width: 660px;
  font-family: Exo, sans-serif;
  font-size: 5em;
  font-weight: 400;
  line-height: 100%;
  position: static;
}

.hero-description {
  color: #000;
  max-width: 330px;
  margin-left: auto;
  font-family: Exo, sans-serif;
  font-size: 1.5em;
  line-height: 135%;
}

.blockdiagramm {
  background-image: url('../images/Tabelle.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 400px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 24px;
  padding-right: 24px;
}

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

.leistungspaket {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
}

.leistungsbild {
  background-color: #0000;
  background-image: url('../images/WhatsApp-Image-2021-10-28-at-10.53.05-3.jpeg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin-right: 0;
  padding-right: 0;
  position: static;
  left: -.994px;
}

.leistungsbild._2 {
  background-image: url('../images/WhatsApp-Image-2021-10-28-at-10.53.05-1.jpeg');
}

.leistungsbild._3 {
  background-image: url('../images/WhatsApp-Image-2021-10-28-at-10.55.48.jpeg');
}

.leistungsbild._4 {
  background-image: url('../images/WhatsApp-Image-2021-10-28-at-10.53.05-6.jpeg');
  background-position: 50%;
}

.leistungsbild._5 {
  background-image: url('../images/WhatsApp-Image-2021-10-28-at-10.57.23.jpeg');
  background-position: 0%;
}

.leistungsbild._6 {
  background-image: url('../images/WhatsApp-Image-2021-10-28-at-10.53.05-2.jpeg');
  background-repeat: no-repeat;
  background-size: cover;
}

.leistungsbild._7 {
  background-image: url('../images/WhatsApp-Image-2021-10-28-at-10.55.48.jpeg');
}

.leistungsbild._8 {
  background-image: url('../images/WhatsApp-Image-2021-10-28-at-10.53.05-5.jpeg');
}

.leistungsbild._9 {
  background-image: url('../images/WhatsApp-Image-2021-10-28-at-10.53.05.jpeg');
}

.leistungstext {
  text-transform: none;
  max-width: 200px;
  margin-left: 12px;
  padding-left: 0;
  font-family: Roboto, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 100%;
}

.h2 {
  color: #fff;
  text-transform: none;
  min-width: 250px;
  padding-right: 0;
  font-family: Bebasneue, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 50px;
}

.h2.klein {
  color: #000;
  min-width: 250px;
  font-size: 18px;
  line-height: 22px;
  position: static;
}

.h2.black {
  color: #000;
  min-width: 250px;
  margin-right: 400px;
  padding-right: 0;
  position: static;
}

.h2.black._1 {
  margin-right: 680px;
}

.h2.black._2 {
  margin-right: 600px;
}

.h2.black._3 {
  margin-right: 765px;
}

.h2.contact {
  margin-top: 0;
}

.datenwrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.datentext {
  color: #fff;
  text-transform: none;
  padding-top: 1px;
  padding-bottom: 1px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}

.datentext.red {
  color: #e31e24;
  padding-right: 26px;
  font-size: 14px;
}

.datentext.form {
  color: #fff;
  font-size: 14px;
}

.daten-berschrift {
  color: #fff;
  margin-top: 5px;
  margin-bottom: 6px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.linie {
  background-color: #fff;
  width: 100%;
  height: 1px;
  margin-bottom: 70px;
}

.infotext {
  color: #fff;
  margin-bottom: 8px;
  font-family: Roboto, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 22px;
}

.infotext.form {
  margin-bottom: 18px;
  font-size: 18px;
}

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

.qualiwrapper {
  align-items: center;
  margin-top: 12px;
  margin-bottom: 12px;
  display: flex;
}

.quali {
  max-width: 350px;
  margin-bottom: 0;
  font-size: 14px;
}

.bold-text {
  color: #000;
}

.made-in-germany-text {
  color: #000;
  font-size: 40px;
}

.h2-made-in-germany {
  color: #000;
  letter-spacing: 10px;
  column-count: 0;
}

.color-container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.made-in-germany-line {
  background-color: #000;
  width: 250px;
  height: 30px;
  margin-left: 10px;
  margin-right: 10px;
}

.made-in-germany-line.red {
  background-color: red;
}

.made-in-germany-line.gold {
  background-color: #ffd000;
}

.content-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: 0 auto;
  grid-template: "."
                 "."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  max-width: 1500px;
  display: grid;
  position: relative;
}

.content-container.imprint {
  margin: 245px auto 160px;
  display: block;
}

.titel-2 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.datenschutztitel {
  color: #000;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

.link-2, .link-3 {
  color: #000;
}

.form-wrapper {
  flex: 0 auto;
  width: 70%;
  margin-left: 0;
  padding-left: 0;
  position: relative;
  left: 40px;
}

.contactform-wrapper {
  max-width: 450px;
  margin-right: 0;
  padding-right: 0;
}

.contact-info {
  justify-content: flex-start;
  margin-top: 22px;
  margin-bottom: 22px;
  display: flex;
}

.form_input-text {
  color: #fff;
  background-color: #404240;
  border: 1px solid #000;
  border-radius: 5px;
  width: 80%;
  font-family: Roboto, sans-serif;
}

.form_input-text.is-text-area {
  min-height: 11.25rem;
}

.form-label {
  color: #404240;
  font-family: Roboto, sans-serif;
  font-size: 14px;
}

.nachricht {
  color: #fff;
  background-color: #404240;
  border: 1px solid #000;
  border-radius: 5px;
  width: 80%;
  min-height: 80px;
  padding-left: 4px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
}

.submit-button {
  background-color: var(--mbh-rot);
  width: 80%;
  margin-top: 14px;
}

.datenwrapper-contact {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  font-family: Roboto, sans-serif;
  display: flex;
}

.contact-form_success-message {
  background-color: #ddd;
  font-family: "Fa brands 400", sans-serif;
}

.h2-no-margin {
  color: #fff;
  text-transform: none;
  min-width: 250px;
  padding-right: 0;
  font-family: Bebasneue, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 50px;
}

.h2-no-margin.klein {
  color: #000;
  min-width: 250px;
  font-size: 18px;
  line-height: 22px;
  position: static;
}

.h2-no-margin.black {
  color: #000;
  min-width: 250px;
  margin-right: 400px;
  padding-right: 0;
  position: static;
}

.h2-no-margin.black._1 {
  margin-right: 680px;
}

.h2-no-margin.black._2 {
  margin-right: 600px;
}

.h2-no-margin.black._3 {
  margin-right: 765px;
}

.h2-no-margin.contact {
  margin-top: 0;
}

.madebyantbit {
  color: #38cfff;
  display: none;
}

.form_row {
  color: #000;
  margin-bottom: .125rem;
}

.form_col {
  color: #404240;
  width: 80%;
  margin-bottom: 10px;
  position: relative;
}

.form_input-checkbox-button-check-icon {
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: .6rem;
  height: .6rem;
  transition: opacity .3s;
  display: flex;
}

.form_checkbox-input {
  color: #fff;
  border: 1.5px solid #000;
  border-radius: .2rem;
  width: 1.2rem;
  min-width: 1.2rem;
  height: 1.2rem;
  min-height: 1.2rem;
  margin-top: .1rem;
  margin-left: -2rem;
  font-size: 1rem;
  transition: border-color .2s;
}

.form_checkbox-input.w--redirected-checked {
  background-color: #017cff;
  background-image: url('../images/check.svg');
  background-position: 50%;
  background-size: cover;
  border-color: #d1def700;
}

.form_input-checkbox-button-field {
  color: #fff;
  background-color: #242424;
  border: 1px #000;
  border-radius: .4rem;
  align-items: center;
  margin-bottom: 0;
  padding: 1rem 1.6rem 1rem 1.2rem;
  font-family: Georgia, Times, Times New Roman, serif;
  transition: background-color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.form_input-checkbox-button-2 {
  outline-offset: -1px;
  background-color: #0000;
  border: 1px #000;
  border-radius: .4rem;
  outline: 1px solid #d1def700;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  transition: all .2s;
  position: absolute;
  inset: 0%;
}

.form_input-checkbox-button-2:hover {
  outline-color: #d1def733;
}

.form_input-checkbox-button-2:focus {
  outline-color: #d1def736;
}

.form_input-checkbox-button-2.w--redirected-checked {
  background-color: #3898ec00;
  background-image: none;
  border-style: none;
}

.form_input-checkbox-button-2.w--redirected-focus {
  box-shadow: none;
  outline-color: #d1def736;
}

.form_input-checkbox-button-check-wrap {
  color: #d1def7;
  cursor: pointer;
  background-color: #363e53;
  border: 1px #000;
  border-radius: .2rem;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-right: 1rem;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
  position: relative;
}

.form_input-checkbox-button-label {
  color: #6c7ea3;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.5;
  transition: color .25s;
}

.form_checkbox-input-field {
  margin-bottom: 0;
  padding-left: 2rem;
}

.form_col-3 {
  margin-bottom: 10px;
  position: relative;
}

.hidden-elements {
  display: none;
}

.form_checkbox-input-label-2 {
  color: #fff;
  margin-bottom: .25rem;
  font-size: .9rem;
  line-height: 1.5;
}

.contact-form_checkbox-wrap {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  flex-wrap: wrap;
  align-content: stretch;
  align-items: flex-start;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.contact-form_message-inner {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: column;
  padding: 1.2rem;
  display: flex;
}

.contact-form_message-title {
  color: #a9ffb8;
  font-size: 1.2rem;
  font-weight: 700;
}

@media screen and (min-width: 1920px) {
  .form_input-text {
    width: 80%;
  }

  .form_row {
    color: #000;
  }

  .hidden-elements {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .big-heading {
    font-size: 150px;
    line-height: 140px;
  }

  .bg-image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
    right: 0;
  }

  .footer-wrapper {
    flex-direction: row;
  }

  .footer-link {
    margin-left: 0;
    margin-right: 16px;
  }

  .container-2 {
    top: -17px;
  }

  .h1-sizing {
    white-space: nowrap;
    font-size: 70px;
  }

  .h1-sizing.rechtliches {
    white-space: normal;
    white-space: normal;
    font-size: 65px;
  }

  .h1-sizing.datenschutz {
    white-space: normal;
    font-size: 65px;
  }

  .text-field.search-lg {
    background-color: #fffc;
  }

  .search-icon.search {
    background-size: 25px;
  }

  .cart-wrappers {
    right: 8px;
  }

  .form-block {
    width: 30vw;
  }

  .filters-wrapper.search {
    background-color: #0000;
    position: relative;
    top: auto;
    left: auto;
  }

  .question-text {
    margin-left: 7px;
  }

  .filters-horizontal {
    position: relative;
    top: 11px;
    right: 0;
  }

  .filters-horizontal.search {
    top: 2px;
    right: -51px;
  }

  .search-link {
    top: 24%;
    right: 53%;
  }

  .cart-fixed-section {
    max-width: 100px;
    top: 3%;
    right: -67%;
  }

  .customer-link.snipcart-customer-signin {
    top: 24%;
    right: 41%;
  }

  .question-text-2 {
    margin-left: 7px;
  }

  .hero-headings {
    left: 3%;
  }

  .hero-heading {
    font-size: 100px;
    line-height: 100px;
  }

  .leistungspaket {
    justify-content: flex-start;
    margin-right: 0;
  }

  .leistungsbild {
    width: 45px;
    height: 45px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .leistungstext {
    color: #fff;
    letter-spacing: normal;
    white-space: normal;
    max-width: 125px;
    margin-left: 5px;
    margin-right: 0;
    font-size: 14px;
    line-height: 14px;
  }

  .infotext {
    font-size: 18px;
  }

  .quali {
    max-width: 250px;
  }

  .bold-text {
    font-size: 100px;
    line-height: 100px;
  }

  .form-wrapper {
    left: 22px;
  }

  .form_input-text, .nachricht, .submit-button, .form_col {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .container.contact-form {
    flex-direction: column;
  }

  .section, .section.hero {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .big-heading {
    font-size: 110px;
    line-height: 110px;
  }

  .bg-image {
    width: 100%;
    height: 450px;
    margin-top: 32px;
    position: static;
  }

  .work-layout {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .spalte {
    flex: 0 100%;
  }

  .spalte.picture-1 {
    background-size: contain;
    width: 100%;
  }

  .spalte.picture-2, .spalte.picture-3 {
    width: 100%;
  }

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

  .social-media-link-block {
    padding-right: 0;
  }

  .h1-sizing {
    font-size: 55px;
  }

  .h1-sizing.rechtliches {
    white-space: normal;
    white-space: normal;
    font-size: 50px;
  }

  .h1-sizing.datenschutz {
    white-space: normal;
    font-size: 50px;
  }

  .titel {
    line-height: 40px;
  }

  .cart-wrappers {
    top: -6px;
    right: 27px;
  }

  .accordion__item {
    margin-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .filters-wrapper {
    flex: 0 auto;
    align-self: center;
    margin-top: auto;
  }

  .filters-wrapper.search {
    top: -14px;
    left: auto;
    right: 50px;
  }

  .question-text {
    margin-top: 8px;
  }

  .filters-horizontal {
    flex-wrap: wrap;
    top: -10px;
    left: auto;
    right: 437px;
  }

  .filters-horizontal.search {
    position: static;
    inset: auto 0% 0%;
  }

  .search-link {
    display: none;
    top: 7%;
    right: 81%;
  }

  .cart-fixed-section {
    top: 1%;
    right: -71%;
  }

  .link-bottom-line {
    bottom: 0%;
  }

  .customer-link.snipcart-customer-signin {
    top: 7%;
    right: 62%;
  }

  .question-text-2 {
    margin-top: 8px;
  }

  .hero-heading {
    font-size: 110px;
    line-height: 110px;
  }

  .blockdiagramm {
    background-image: url('../images/Tabelle.svg');
  }

  .infotext.form {
    margin-top: 18px;
    margin-bottom: 8px;
  }

  .quali {
    max-width: none;
  }

  .content-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .titel-2 {
    line-height: 40px;
  }

  .form-wrapper {
    width: 100%;
    margin-left: 0;
    margin-right: auto;
    position: static;
  }

  .contactform-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .form_input-text, .nachricht, .submit-button {
    width: 100%;
  }

  .form_row {
    margin-bottom: 1.5rem;
  }

  .form_col {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .navigation {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container.editor-line {
    bottom: 90px;
  }

  .container.contact-form {
    padding-left: 17px;
    padding-right: 17px;
  }

  .container.bottom {
    position: relative;
  }

  .navi-link-wrapper {
    margin-left: 0;
  }

  .dot {
    width: 10px;
    height: 10px;
    margin-right: 6px;
  }

  .line {
    margin-left: 5px;
    margin-right: 5px;
  }

  .section {
    padding-top: 0;
    padding-bottom: 30px;
  }

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

  .section.leistungen {
    padding-top: 0;
    padding-bottom: 30px;
  }

  .section.padding {
    padding-top: 250px;
    padding-bottom: 0;
  }

  .big-heading {
    font-size: 65px;
    line-height: 65px;
  }

  .bg-image {
    width: 100%;
    height: 60%;
  }

  .mid-wrapper.grid {
    display: block;
  }

  .mid.h2 {
    margin-left: 0;
    font-size: 44px;
    line-height: 44px;
  }

  .caption {
    flex-direction: column;
    font-size: 11px;
    display: block;
  }

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

  .work-layout {
    flex-direction: column;
    align-items: flex-start;
  }

  .spalte {
    flex-basis: 80%;
  }

  .spalte.picture-1 {
    background-image: url('../images/28ea3a55-3cea-4a89-afa8-29a6c0930b8a.4.jpg');
    background-position: 50%;
    background-size: contain;
    width: 100%;
    height: 180px;
  }

  .spalte.picture-2 {
    background-image: url('../images/The_Circle_Bild_04-696x385.jpg');
    background-position: 50%;
    width: 100%;
    height: 180px;
  }

  .spalte.picture-3 {
    background-image: url('../images/KGX1GoogleExigereAerialview_optimized.jpg');
    background-position: 50%;
    width: 100%;
    height: 180px;
  }

  .footer-wrapper {
    text-align: left;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-wrapper.bottom {
    text-align: left;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    position: static;
    inset: auto 0% 0% auto;
  }

  .footer-link {
    font-size: 12px;
  }

  .logo {
    margin-right: 22px;
  }

  .logo.w--current {
    height: 50px;
  }

  .logo.rechtliches {
    background-size: contain;
    width: 140px;
    height: 50px;
  }

  .image-2, .image-3, .image-4 {
    display: none;
  }

  .social-media-link-block {
    margin-top: 9px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .container-2.imprint {
    max-width: 350px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .h1-sizing {
    font-size: 32px;
  }

  .h1-sizing.rechtliches {
    white-space: normal;
    white-space: normal;
    font-size: 30px;
  }

  .h1-sizing.datenschutz {
    white-space: normal;
    font-size: 26px;
  }

  .titel {
    margin-top: 8px;
    padding-right: 0;
    font-size: 20px;
    line-height: 25px;
  }

  .rechtliches-text {
    font-size: 14px;
  }

  .heading {
    padding-right: 14px;
    font-size: 24px;
  }

  .section-video {
    margin-top: 50px;
  }

  .h5.klein {
    min-width: 200px;
    padding-right: 0;
    font-size: 14px;
    line-height: 12px;
  }

  .h5.klein.size {
    min-width: 120px;
    padding-right: 0;
    font-size: 14px;
  }

  .h5.klein.padding {
    padding-right: 8px;
  }

  .h5.black {
    font-size: 20px;
  }

  .h5.black._1, .h5.black._2, .h5.black._3 {
    margin-right: 10px;
  }

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

  .leistungsitem.coloration {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    place-content: stretch;
    margin-right: 0;
  }

  .leistungsitem.special {
    border-top: 1px solid #000;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 2vh;
  }

  .leistungsitem.mobile {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .leistungsitem.special-copy {
    border-top: 1px solid #000;
    grid-template-columns: 1fr 1fr;
    margin-top: 2vh;
  }

  .h6 {
    margin-bottom: 10px;
    margin-left: 0;
    font-size: 14px;
  }

  .h6.size {
    font-size: 13px;
  }

  .h6.test, .h6.relative {
    padding-right: 0;
    position: relative;
    left: auto;
  }

  .h6.padding {
    padding-left: 50px;
  }

  .cart-wrappers {
    top: 3px;
    right: -16px;
  }

  .cart-items-count-wrapper {
    width: 15px;
    height: 15px;
  }

  .form-block {
    width: 80vw;
  }

  .filters-wrapper.search {
    top: -6px;
    right: 142px;
  }

  .accordion_item-image {
    width: 30px;
  }

  .question-text {
    white-space: normal;
    object-fit: fill;
    flex: 0 100%;
    margin-bottom: 8px;
    margin-left: 16px;
    padding-right: 20px;
  }

  .filters-horizontal {
    right: 161px;
  }

  .filters-horizontal.search {
    display: none;
  }

  .accordion-body {
    padding-left: 56px;
  }

  .accordion-body.js-accordion-body {
    border-top: 1px solid #0000001a;
    margin-top: 20px;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .search-link {
    display: none;
    top: 32%;
    right: 31%;
  }

  .cart-fixed-section {
    max-height: 40px;
    top: 0%;
    right: -24%;
  }

  .customer-icon {
    background-size: 20px;
    width: 25px;
    height: 25px;
  }

  .accordion-header.js-accordion-header {
    justify-content: flex-start;
    display: flex;
  }

  .customer-link.snipcart-customer-signin {
    top: 32%;
    right: 18%;
  }

  .question-text-2 {
    white-space: normal;
    object-fit: fill;
    flex: 0 100%;
    margin-bottom: 8px;
    margin-left: 16px;
    padding-right: 20px;
  }

  .leistungswrapper.no-mobile {
    display: none;
  }

  .hero-heading {
    max-width: 250px;
    font-size: 40px;
    line-height: 40px;
  }

  .hero-description {
    font-size: 1.1em;
  }

  .blockdiagramm {
    background-image: url('../images/Tabelle.svg');
    background-size: contain;
    height: 200px;
  }

  .leistungspaketwrapper {
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    place-items: stretch stretch;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .leistungsbild {
    background-image: url('../images/WhatsApp-Image-2021-10-28-at-10.53.05-3.jpeg');
    width: 60px;
    height: 60px;
  }

  .leistungstext {
    margin-left: 20px;
    font-size: 14px;
  }

  .h2 {
    margin-top: 0;
    margin-left: 6px;
    font-size: 34px;
  }

  .h2.klein {
    min-width: 200px;
    padding-right: 0;
    font-size: 14px;
    line-height: 12px;
  }

  .h2.klein.size {
    min-width: 120px;
    padding-right: 0;
    font-size: 14px;
  }

  .h2.klein.padding {
    padding-right: 8px;
  }

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

  .h2.black._1, .h2.black._2, .h2.black._3 {
    margin-right: 10px;
  }

  .h2.contact {
    margin-left: 0;
    line-height: 40px;
  }

  .datenwrapper {
    margin-bottom: 10px;
  }

  .datentext {
    font-size: 12px;
  }

  .datentext.red {
    padding-right: 15px;
    font-size: 14px;
    text-decoration: none;
  }

  .datentext.red.padding {
    padding-right: 26px;
  }

  .daten-berschrift {
    font-size: 14px;
  }

  .infotext {
    font-size: 16px;
  }

  .infotext.form {
    margin-bottom: 8px;
  }

  .infogrid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 7px;
    padding-right: 7px;
  }

  .qualiwrapper {
    align-items: center;
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .quali {
    max-width: none;
    font-size: 11px;
    line-height: 18px;
  }

  .bold-text {
    font-size: 40px;
    line-height: 40px;
  }

  .paragraph {
    text-align: left;
    font-size: 12px;
  }

  .h2-made-in-germany {
    letter-spacing: 5px;
    font-size: 45px;
    line-height: 40px;
  }

  .made-in-germany-line {
    width: 90px;
    height: 15px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .made-in-germany-line.red {
    width: 90px;
  }

  .made-in-germany-line.gold {
    height: 15px;
    margin-right: 5px;
  }

  .content-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .content-container.imprint {
    margin-top: 175px;
    margin-left: auto;
    padding-right: 0;
  }

  .titel-2 {
    margin-top: 8px;
    padding-right: 0;
    font-size: 20px;
    line-height: 25px;
  }

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

  .bold-text-2 {
    font-size: 18px;
    line-height: 18px;
  }

  .datenwrapper-contact {
    margin-bottom: 10px;
  }

  .h2-no-margin {
    margin-top: 0;
    margin-left: 7px;
    font-size: 34px;
  }

  .h2-no-margin.klein {
    min-width: 200px;
    padding-right: 0;
    font-size: 14px;
    line-height: 12px;
  }

  .h2-no-margin.klein.size {
    min-width: 120px;
    padding-right: 0;
    font-size: 14px;
  }

  .h2-no-margin.klein.padding {
    padding-right: 8px;
  }

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

  .h2-no-margin.black._1, .h2-no-margin.black._2, .h2-no-margin.black._3 {
    margin-right: 10px;
  }

  .h2-no-margin.contact {
    margin-left: 0;
    line-height: 40px;
  }

  .link-with-max-w {
    white-space: normal;
    font-size: 6px;
    line-height: 6px;
  }

  .form_row {
    margin-bottom: .125rem;
  }

  .hidden-elements {
    display: none;
  }
}

#w-node-_7514eae8-9cb1-f899-9b8d-ed0aa59ff095-88887d22 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_0b0f4ffe-df8b-1aab-9cc5-5b91751ab638-88887d22 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_7514eae8-9cb1-f899-9b8d-ed0aa59ff081-88887d22 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_7514eae8-9cb1-f899-9b8d-ed0aa59ff086-88887d22 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_7514eae8-9cb1-f899-9b8d-ed0aa59ff095-88887d22 {
    grid-area: 3 / 1 / 4 / 3;
  }
}


@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bebasneue';
  src: url('../fonts/BebasNeue-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}