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

body {
  font-family: 'Exo Custom', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Exo Custom', sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

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

p {
  margin-bottom: 10px;
  font-family: 'Exo Custom', sans-serif;
}

a {
  font-family: 'Exo Custom', sans-serif;
  text-decoration: underline;
}

.navbar {
  background-color: #09111d;
  color: #e1dddd;
  font-size: 25px;
}

.body {
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  font-family: 'Exo Custom', sans-serif;
  color: #09111d;
  font-size: 20px;
  line-height: 20px;
}

.nav-link {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  cursor: pointer;
}

.nav-link.w--current {
  color: #76a932;
}

.nav-link.button {
  margin-right: 11px;
  margin-left: 11px;
}

.nav-link.email {
  margin-left: 8em;
}

.nav-link.phone {
  margin-left: 2em;
}

.nav-link.icon {
  margin-left: 1em;
}

.container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  padding-top: 0px;
  padding-right: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-menu.nav-link {
  font-size: 20px;
}

.section {
  margin-right: auto;
  margin-left: auto;
}

.image {
  max-height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
}

.h2 {
  padding-right: 0px;
  padding-left: 0px;
  color: #80a92a;
  font-size: 25px;
  font-weight: 400;
  text-align: center;
}

.h2.profil {
  width: 50vw;
}

.h2.home {
  width: 50vw;
  margin-left: auto;
  padding-left: 15px;
  text-align: center;
}

.p1 {
  position: relative;
  padding-right: 138px;
  padding-left: 138px;
  color: #09111d;
}

.brand {
  margin-left: 0px;
  padding-left: 5%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.brand.w--current {
  left: auto;
  padding-left: 0.125em;
}

.div-block {
  padding-right: 59px;
  padding-left: 59px;
  text-align: center;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: none;
  max-width: 1625px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: auto;
}

.img-header {
  display: block;
  overflow: visible;
  width: 100%;
  max-width: none;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.heading {
  max-width: 30vw;
  margin-top: 10px;
  padding: 0.1em 2em;
  border-radius: 15em;
  background-color: rgba(118, 169, 50, 0.5);
  color: #09111d;
  font-size: 3em;
  font-weight: 500;
  text-align: center;
}

.heading.produkte {
  max-width: 30vw;
  border-radius: 15px;
  background-color: rgba(11, 31, 38, 0.09);
  color: #76a932;
  font-size: 1.5em;
  font-weight: 500;
}

.heading.produkte.einsatzgebiete {
  font-size: 1.5em;
  font-weight: 500;
}

.paragraph {
  padding-right: 15px;
  padding-left: 15px;
  color: #0b1f26;
  font-size: 0.8em;
  line-height: 1.7em;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
  white-space: normal;
}

.paragraph.profil {
  width: 50vw;
  text-align: left;
}

.paragraph.home {
  width: 50vw;
  margin-left: 0px;
  text-align: left;
}

.paragraph.imprint {
  font-size: 1em;
  text-align: left;
}

.paragraph.success {
  color: #09111d;
}

.paragraph.error {
  color: #09111d;
}

.container-3 {
  display: block;
  max-width: 1300px;
  margin-top: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.container-3.text {
  display: block;
  margin-top: auto;
  padding-top: 1em;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.grid {
  margin-top: 50px;
  grid-auto-flow: row;
  grid-template-areas: "Messtechnik Beratung Dienstleistung"
    "Messtechnik Beratung Dienstleistung";
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.footer {
  height: 200px;
  max-height: none;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 87px 243px;
  background-color: #0b1f26;
}

.link {
  margin-right: auto;
  margin-left: auto;
  color: #fff;
}

.image-3 {
  max-width: none;
}

.h3 {
  margin-top: 10px;
  color: #0b1f26;
  font-size: 1.2em;
  text-align: left;
}

.p3 {
  width: auto;
  padding-left: 2em;
  color: #0b1f26;
  font-size: 1.3em;
  font-weight: 500;
  text-align: left;
}

.p3-link {
  padding-bottom: 0px;
  color: #09111d;
  font-size: 0.8em;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.p3-link.contact {
  color: #fff;
}

.p3-link.home {
  text-align: center;
}

.container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  box-shadow: 2px 2px 100px 0 rgba(11, 31, 38, 0.3);
}

.image-4 {
  padding-top: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 35px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-2 {
  padding-top: 0px;
}

.footer-2 {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #09111d;
  font-weight: 400;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: left;
}

.footer-logo-link {
  height: 100px;
  max-height: 150px;
  min-height: 100px;
  min-width: 100px;
  padding-right: 100px;
  padding-left: 100px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  display: block;
  overflow: visible;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #76a932;
  font-size: 0.8em;
  line-height: 1.5;
  text-align: left;
}

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

.footer-link {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  text-decoration: none;
}

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

.div-block-3 {
  margin-left: 0px;
  padding-left: 0px;
}

.container-5 {
  -o-object-fit: fill;
  object-fit: fill;
}

.section-3 {
  margin-top: 0px;
  opacity: 1;
}

.heading-2 {
  font-family: 'Exo Custom', sans-serif;
  color: #76a932;
}

.heading-2.imprint {
  text-align: left;
}

.heading-2.popup {
  text-align: center;
}

.container-6 {
  padding-top: 0px;
  border: 1px dotted transparent;
  border-radius: 10px;
  background-color: transparent;
}

.image-5 {
  -o-object-fit: fill;
  object-fit: fill;
}

.grid-2 {
  width: auto;
  height: auto;
  max-width: 1400px;
  min-height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2em;
  padding-bottom: 2em;
  padding-left: 2em;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-areas: ".";
  -ms-grid-columns: 20% 36px 20% 36px 20% 36px 20%;
  grid-template-columns: 20% 20% 20% 20%;
  -ms-grid-rows: auto 36px auto 36px auto;
  grid-template-rows: auto auto auto;
}

.container-7 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #76a932;
  font-size: 1.8em;
  text-align: center;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-2 {
  border: 1px solid transparent;
  color: #fff;
  font-weight: 700;
}

.text-block {
  color: #fff;
  font-size: 0.7em;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.heading-3 {
  padding-top: 17px;
  padding-bottom: 5%;
  padding-left: 30%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.heading-4 {
  padding-left: 16%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  font-family: 'Exo Custom', sans-serif;
  color: #09111d;
  font-size: 1em;
  text-decoration: none;
}

.heading-4.imprint {
  padding-right: 0%;
  padding-left: 0%;
}

.heading-4.imprint.paragrapf-bold {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: left;
}

.container-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 90vw;
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: 15px;
  background-color: rgba(11, 31, 38, 0.09);
  text-decoration: none;
}

.back-button {
  width: 20px;
  height: 20px;
  padding-left: 100%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 20px;
  background-color: #76a932;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.nav-main-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-main-wrapper.gutter-outside {
  padding-right: 3vw;
  padding-left: 3vw;
}

.nav-main-wrapper.gutter-outside.center-w2 {
  padding-right: 0vw;
  padding-left: 0vw;
}

.header-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-height: 30vh;
  max-width: 1920px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-wrapper.img {
  display: block;
  overflow: visible;
  max-height: none;
  max-width: none;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.image-6 {
  width: auto;
  max-width: 1200px;
}

.produkt-link-block {
  text-decoration: none;
}

.produkt-link-block.p3-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.6em;
  background-color: rgba(11, 31, 38, 0.05);
  box-shadow: -5px 3px 18px 0 rgba(11, 31, 38, 0.3);
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  text-align: center;
  cursor: pointer;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.produkt-link-block.p3-link.special {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.heading-5 {
  position: static;
  width: Infinity%;
  margin: 0px auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  background-color: transparent;
  color: #76a932;
  font-size: 4em;
  text-align: center;
}

.div-block-7 {
  max-width: 1900px;
}

.contact-form {
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact-form-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 14px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.produkt-wrapper {
  display: block;
  width: 1400px;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 0px 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.produkt-wrapper.up.slider {
  display: -ms-grid;
  display: grid;
  width: auto;
  padding-top: 2em;
  padding-bottom: 2em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 66px;
  -ms-grid-columns: 2.5fr 2.25fr;
  grid-template-columns: 2.5fr 2.25fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.produkt-wrapper.down {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.produkt-wrapper.down.two-lists {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.produkt-wrapper.down.one-list {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.produkt-wrapper.kategorien {
  display: block;
  width: auto;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 2em;
  padding-bottom: 2em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.slider-image {
  width: 50vw;
  height: auto;
  background-color: #fff;
}

.slider-image-mask {
  overflow: hidden;
  -o-object-fit: fill;
  object-fit: fill;
}

.slide-icon {
  color: #09111d;
}

.icon-2 {
  color: #09111d;
  font-size: 30px;
}

.slide-nav {
  margin-bottom: -4em;
  padding-top: 0px;
  font-size: 15px;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 700px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.angebot-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: none;
  max-width: 1400px;
  margin-top: 10px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.angebot-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  max-height: 400px;
  margin-bottom: 10px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.angebot-div.link {
  width: 100%;
}

.angebot-div.box {
  width: 30%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.angebot-div.second {
  width: 31%;
  padding-right: 1vw;
  padding-left: 1vw;
}

.angebot-div-paragraf {
  font-size: 0.75em;
  font-weight: 500;
  text-align: center;
}

.link-more-description {
  margin-right: 8px;
  color: #fffde7;
  font-size: 0.9em;
  line-height: 1.2em;
  font-weight: 400;
  text-decoration: none;
}

.arrow-icon {
  margin-top: 1px;
}

.grid-4 {
  height: 80vh;
  grid-template-areas: ". ."
    ". Area";
  -ms-grid-columns: 1.25fr 1fr 1fr;
  grid-template-columns: 1.25fr 1fr 1fr;
  -ms-grid-rows: auto 23%;
  grid-template-rows: auto 23%;
}

.grid-teaser-sub-title {
  font-weight: 400;
  letter-spacing: 3px;
}

.teaser-wrapper {
  position: relative;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.grid-bg-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.teaser-content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 2.9em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fffde7;
}

.teaser-content.center {
  padding-right: 2.6em;
  padding-left: 2.6em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.link-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.grid-teaser-title {
  margin-top: 10px;
  margin-bottom: 26px;
  font-size: 2.5em;
  line-height: 1.2em;
  font-weight: 300;
}

.grid-teaser-title.special {
  font-size: 1.9em;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.center-w1 {
  max-width: 1550px;
  margin-right: auto;
  margin-left: auto;
}

.center-w1.gutter-outside {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.center-w1.hero-width {
  max-width: 1920px;
}

.p-sm-start {
  padding-top: 2.25em;
}

.icon-xl {
  width: 3em;
  height: 3em;
}

.p-xs-start {
  padding-top: 1em;
}

.sticky-right-wrapper {
  width: 60%;
}

.sticky-example {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sticky-box {
  position: relative;
  padding: 4em;
  background-color: #fff;
  box-shadow: 0 66px 100px 0 rgba(0, 0, 0, 0.11);
}

.sticky-box.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 3em;
  width: auto;
  height: auto;
  margin-left: auto;
  padding: 2.6em;
  -o-object-fit: fill;
  object-fit: fill;
}

.sticky-box.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 3em;
  width: 30%;
  padding: 2.6em;
}

.p-md-start {
  padding-top: 4.5em;
}

.big-distance {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 2em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.big-distance.product {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-7 {
  max-width: none;
}

.heading-einzelprodukt {
  max-width: 700px;
}

.heading-einzelprodukt.links {
  font-size: 25px;
  text-align: center;
}

.heading-einzelprodukt.links {
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0px;
  padding-right: 1em;
  padding-left: 0px;
  background-color: rgba(118, 169, 50, 0.32);
  font-size: 30px;
  text-align: right;
  text-decoration: none;
}

.heading-einzelprodukt.rechts {
  font-size: 20px;
  text-align: center;
}

.heading-einzelprodukt.down {
  font-size: 20px;
  text-align: center;
}

.heading-einzelprodukt.down.one-list {
  padding-left: 40px;
  text-align: left;
}

.paragraf-einzelprodukt {
  padding-top: 0px;
  padding-right: 15px;
  padding-left: 15px;
  font-size: 1em;
  text-align: justify;
}

.paragraf-einzelprodukt.links {
  max-width: 500px;
  padding-top: 24px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: left;
}

.paragraf-einzelprodukt.rechts {
  max-width: 35vw;
  text-align: left;
}

.div-einzelprodukt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-einzelprodukt.links {
  max-width: 700px;
}

.div-einzelprodukt.rechts {
  max-width: 700px;
  padding-top: 140px;
}

.div-einzelprodukt.right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-einzelprodukt.left {
  width: 40%;
}

.back-wrapper {
  position: fixed;
  left: 0%;
  top: 14.1vh;
  right: auto;
  bottom: auto;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 2em;
  height: 2em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 999em;
  background-color: #76a932;
  box-shadow: 0 16px 33px 0 rgba(0, 0, 0, 0.11);
  opacity: 0.7;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #09111d;
  font-size: 30px;
}

.back-wrapper:hover {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

.back-wrapper.kategorien {
  top: 2%;
}

.icon-sm {
  width: 1em;
  height: 1em;
  color: #09111d;
}

.image-produkt-bersicht {
  max-width: 200%;
}

.list {
  max-width: 40vw;
  padding-left: 15px;
}

.list-paragraph {
  margin-bottom: 0px;
}

.produkt-merkmale {
  width: auto;
  padding-left: 0px;
}

.produkt-merkmale.rechts {
  width: 50%;
}

.div-product-down-one-list {
  padding-right: 0px;
  padding-left: 20%;
}

.paragrapf-bold {
  color: #76a932;
  font-size: 15px;
}

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

.section-header {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(180deg, transparent, transparent);
}

.div-block-9 {
  width: 50%;
}

.img-wrapper {
  max-height: 300px;
  max-width: 1900px;
}

.image-8 {
  width: 100%;
  height: auto;
  max-width: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -o-object-fit: none;
  object-fit: none;
}

.img-text-wrapper {
  position: absolute;
  z-index: 1;
  padding-right: 0em;
  padding-left: 15em;
  background-color: transparent;
}

.heading-box {
  position: absolute;
  width: 50%;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.hero-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/pexels-harrison-haines-3536263-3.jpg');
  background-position: 0px 0px;
  background-size: cover;
  color: #fff;
}

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.div-block-11 {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.dropdown {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.dropdown-list {
  position: absolute;
  left: auto;
  top: -177px;
  right: auto;
  bottom: auto;
  width: 800px;
  height: 800px;
  background-color: #09111d;
}

.dropdown-list.w--open {
  position: absolute;
  left: auto;
  top: 3em;
  right: auto;
  bottom: auto;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20em;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.dropdown-list.second.w--open {
  height: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
}

.dropdown-list.second.upward.w--open {
  top: -16em;
  height: 400px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.dropdown-list.second.upward.most {
  top: -20em;
  height: 500px;
}

.dropdown-list.second.up {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 99%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.dropdown-list.gutter-outside {
  width: 100vw;
  height: 200vh;
  padding-right: 1em;
  padding-left: 1em;
}

.cards-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.cards-grid-container {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.cards-image-mask {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  border-radius: 0%;
}

.cards-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.container-produkt-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  margin-right: 0px;
  margin-left: 0px;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #09111d;
}

.dropdown-categorie {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  color: #76a932;
}

.dropdown-categorie.dropdown-list.second-row.w--open {
  position: absolute;
  left: auto;
  top: 0%;
  right: 100%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  height: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  background-color: #76a932;
  background-image: -webkit-gradient(linear, left top, right top, from(#76a932), color-stop(59%, #fff));
  background-image: linear-gradient(90deg, #76a932, #fff 59%);
}

.text-block-2 {
  color: #76a932;
}

.icon-3 {
  color: #76a932;
}

.text-dropdown {
  color: #76a932;
  font-size: 20px;
  font-weight: 500;
}

.text-dropdown.second-order {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-right: auto;
  padding-right: 5px;
  padding-left: 5em;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #09111d;
  font-size: 0.6em;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.icon-dropdown {
  color: #76a932;
  font-size: 16px;
}

.dropdown-class-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  text-align: left;
}

.button {
  padding: 16px 15px;
  border-radius: 20px;
  background-color: #76a932;
  background-clip: padding-box;
  -webkit-text-fill-color: inherit;
}

.button.kontakt {
  margin: 1.5em auto;
}

.dropdown-product-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.link-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.dropdown-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  max-width: 400px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  color: #76a932;
  text-decoration: none;
}

.dropdown-toggle {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-toggle.w--open {
  z-index: 1;
}

.container-dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 0px;
  margin-bottom: -1px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-decoration: none;
}

.container-dropdown.second {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  font-size: 25px;
}

.container-dropdown.first {
  background-color: #09111d;
}

.dropdown-list-2 {
  width: 600px;
}

.dropdown-list-2.w--open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  max-width: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, right top, from(#76a932), color-stop(59%, #fff));
  background-image: linear-gradient(90deg, #76a932, #fff 59%);
}

.image-9 {
  padding-right: 53px;
  padding-left: 53px;
}

.img-dropdown {
  padding-left: 1em;
  border-radius: 5em;
}

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

.container-dropdown-smaller {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.nav-link {
  -webkit-transition-property: none;
  transition-property: none;
}

.footer-menu-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.list-2 {
  color: #76a932;
}

.list-3 {
  max-width: 40vw;
  margin-bottom: 0.125em;
  padding-left: 15px;
  font-size: 1em;
}

.image-10 {
  padding: 0em;
  border-radius: 0.6em;
}

.paragraph-footer {
  color: #fff;
  font-size: 0.8em;
}

.produkt-bersicht-wrapper {
  max-width: 1600px;
  margin: 2em auto;
}

.bold-text-2 {
  font-weight: 500;
}

.div-block-12 {
  padding-top: 2em;
}

.gutter-outside {
  padding-right: 40px;
  padding-left: 40px;
}

.center-w2 {
  max-width: 1360px;
  margin-right: auto;
  margin-left: auto;
}

.center-w2.gutter-outside {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.styleguide-item {
  padding: 3.5em 0vw;
  border-bottom: 0.1em solid #bdbdbd;
}

.center-w3 {
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
}

.color-accent {
  background-color: #e3d19c;
}

.gutter-description {
  padding-top: 3em;
  padding-bottom: 3em;
  background-color: #eaeaea;
  text-align: center;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.angebot-home-down {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.angebot-home-up {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.einzelprodukt-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  text-align: center;
}

.image-nav {
  max-width: none;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.dd-list-second {
  width: 20em;
}

.dd-list-second.w--open {
  position: relative;
  overflow: visible;
  width: 100vw;
  margin-left: -1em;
  background-color: #fff;
}

.left-arrow {
  margin-left: -1.5em;
}

.right-arrow {
  margin-right: 0.5em;
  padding-right: 0px;
}

.singleproduct-wrapper-up {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.singleproduct-wrapper-up.gutter-outside {
  margin-right: auto;
  margin-left: auto;
}

.singleproduct-heading {
  color: #09111d;
  font-size: 2.7em;
  font-weight: 600;
  text-align: left;
}

.singleproduct-paragraph {
  font-size: 1em;
}

.singleproduct-section {
  padding-bottom: 20px;
  font-size: 1em;
}

.merkmale-einsatz-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.produktueberschrift-wrapper {
  width: 80%;
}

.list-4 {
  width: 40vw;
}

.pragraph-wrapper.home {
  display: block;
  padding-right: 40px;
  padding-left: 40px;
}

.home-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-wrapper.down {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.img-home {
  border-radius: 0.6em;
}

.button-2 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.download-data {
  margin: 3.5em auto 1.5em;
  padding-top: 9px;
  padding-bottom: 9px;
  border-radius: 20px;
  background-color: #9b1114;
}

.button-wrapper {
  position: -webkit-sticky;
  position: sticky;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.item {
  width: 15em;
  height: 15em;
}

.popup_background {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: block;
  background-color: rgba(0, 0, 0, 0.66);
}

.popup_background.datenerfasssung {
  display: none;
}

.popup_background.dehnung {
  display: none;
}

.popup_background.extensometer {
  display: none;
}

.popup_background.neigung {
  display: none;
}

.popup_background.fissurometer {
  display: none;
}

.popup_background.setzung {
  display: none;
}

.popup_background.wasser {
  display: none;
}

.popup_background.temperatur {
  display: none;
}

.popup_background.inklination {
  display: none;
}

.popup_background.last {
  display: none;
}

.popup_background.messbr-cken {
  display: none;
}

.popup_background.erddruck {
  display: none;
}

.popup_content {
  overflow: scroll;
  width: 50vw;
  margin-top: 10vw;
  margin-right: auto;
  margin-left: auto;
  padding: 15px;
  border-radius: 20px;
  background-color: #fff;
}

.popup_content.inklination {
  width: 60em;
  margin-top: 8em;
}

.text-block-3 {
  display: inline-block;
  float: right;
  text-align: left;
}

.popup_close_text {
  display: inline-block;
  float: right;
  cursor: pointer;
}

.link_paragraph {
  color: #76a932;
}

.img-popup {
  border-radius: 15px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.html-embed {
  color: #fff;
}

.richtext-footer {
  color: #fff;
}

.embed-link {
  font-size: 0.8em;
  font-weight: 700;
  text-decoration: none;
}

.embed-list-item {
  color: #09111d;
}

.success-message-wrapper {
  border-radius: 10px;
  background-color: #76a932;
}

.error-message-wrapper {
  border-radius: 10px;
  text-align: center;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.image-12 {
  background-color: #09111d;
}

.lottie-animation {
  width: 50px;
  height: 50px;
}

@media screen and (max-width: 991px) {
  .navbar {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .image {
    max-width: 100%;
    margin-left: 0px;
  }

  .h2.profil {
    width: 80vw;
  }

  .h2.home {
    width: 80vw;
    text-align: center;
  }

  .brand {
    width: 100%;
  }

  .brand.w--current {
    display: block;
    width: 100%;
    margin-right: 25vw;
  }

  .heading.produkte {
    max-width: 100%;
  }

  .paragraph.profil {
    width: 80vw;
    text-align: center;
  }

  .paragraph.home {
    width: 80vw;
    text-align: center;
  }

  .menu-button {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .menu-button.w--open {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: transparent;
  }

  .icon {
    width: auto;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    font-size: 1.5em;
    text-align: center;
  }

  .p3-link {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .p3-link.home {
    display: inline-block;
    font-size: 0.7em;
  }

  .footer-2 {
    margin-top: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-heading.kontakt {
    text-align: left;
  }

  .grid-2 {
    width: auto;
    grid-column-gap: 24px;
    grid-row-gap: 27px;
    -ms-grid-columns: 30% 30% 30%;
    grid-template-columns: 30% 30% 30%;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .link-block {
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 15px;
    background-color: rgba(11, 31, 38, 0.09);
  }

  .nav-main-items {
    background-color: #09111d;
  }

  .heading-5 {
    padding-right: 5vw;
  }

  .produkt-wrapper.up.slider {
    max-width: 760px;
    grid-row-gap: 61px;
    -ms-grid-columns: 4fr;
    grid-template-columns: 4fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .slider-image {
    width: 80vw;
    height: auto;
    margin-right: auto;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .angebot-wrapper {
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .angebot-div {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .angebot-div-paragraf {
    width: 90%;
  }

  .link-more-description {
    font-size: 0.7em;
  }

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

  .grid-teaser-sub-title {
    font-size: 0.6em;
  }

  .grid-teaser-title {
    font-size: 2.2em;
  }

  .grid-teaser-title.special {
    font-size: 1.9em;
  }

  .center-w1.gutter-outside {
    max-width: 760px;
  }

  .sticky-right-wrapper {
    width: 53%;
  }

  .sticky-box.sticky {
    width: 40%;
    padding: 1.4em;
  }

  .sticky-box.sticky {
    width: 40%;
    padding: 1.4em;
  }

  .big-distance {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .paragraf-einzelprodukt.rechts {
    max-width: 600px;
    text-align: center;
  }

  .div-einzelprodukt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-einzelprodukt.right {
    max-width: 650px;
  }

  .list {
    max-width: 100vw;
  }

  .produkt-merkmale {
    width: 70vw;
  }

  .heading-box {
    width: auto;
  }

  .dropdown-list.w--open {
    top: 1.8em;
    width: 100vw;
    height: 200vh;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 1.5em;
  }

  .dropdown-list.second {
    left: 0%;
    top: -5em;
    right: 0%;
    bottom: 0%;
    width: 10em;
    height: auto;
  }

  .dropdown-list.second.w--open {
    left: 0px;
    top: 5.5em;
    bottom: 0%;
    z-index: 10;
    width: 10em;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-radius: 0px;
    background-color: #fff;
  }

  .dropdown-list.second.upward.w--open {
    top: -11em;
    height: 600px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

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

  .dropdown-categorie {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 1em;
    margin-left: 1em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .text-dropdown {
    font-size: 0.5em;
  }

  .text-dropdown.second-order {
    z-index: 1;
    font-size: 0.55em;
    font-weight: 500;
    text-align: center;
  }

  .dropdown-class-link {
    max-width: none;
    text-align: left;
  }

  .dropdown-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .container-dropdown {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: #fff;
  }

  .container-dropdown.second {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    background-color: #fff;
  }

  .container-dropdown.first {
    display: block;
    max-width: none;
    background-color: #09111d;
  }

  .footer-menu-wrapper {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .list-3 {
    max-width: 70vw;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }

  .gutter-outside {
    padding-right: 4vw;
    padding-left: 4vw;
  }

  .dd-list-second.w--open {
    width: 100vw;
    background-color: #fff;
  }

  .left-arrow {
    display: none;
    overflow: hidden;
  }

  .right-arrow {
    display: none;
  }

  .pragraph-wrapper.home {
    margin-right: auto;
    margin-left: auto;
  }

  .home-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .home-wrapper.down {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .img-home {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .space-between {
    padding-top: 11vh;
    padding-bottom: 11vh;
  }

  .popup_background.datenerfasssung {
    display: none;
  }

  .popup_background.dehnung {
    display: none;
  }

  .popup_background.inklination {
    display: block;
  }

  .popup_content {
    display: block;
    overflow: visible;
    width: 70vw;
    margin-top: 20vw;
  }

  .lottie-animation.burger {
    width: 45px;
    height: 45px;
  }

  .nav-link-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 2em;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    display: block;
  }

  .nav-link.button {
    padding-right: 8px;
    padding-left: 8px;
  }

  .container {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .image {
    -o-object-fit: none;
    object-fit: none;
  }

  .brand {
    position: relative;
    left: 0px;
    width: 100%;
    margin-right: 5vw;
    margin-left: 0px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -o-object-fit: fill;
    object-fit: fill;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .brand.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 5vw;
    padding-left: 0em;
  }

  .heading {
    font-size: 2em;
  }

  .heading.produkte {
    font-size: 1.5em;
  }

  .menu-button {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .icon {
    width: 25px;
    height: 25px;
    padding-left: 0px;
  }

  .image-3 {
    display: block;
    -o-object-fit: fill;
    object-fit: fill;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .h3 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .image-4 {
    padding-top: 0px;
  }

  .footer-2 {
    padding: 40px 20px;
  }

  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }

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

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

  .grid-2 {
    -ms-grid-columns: 45% 45%;
    grid-template-columns: 45% 45%;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .h1 {
    font-size: 1.5em;
  }

  .heading-4 {
    font-size: 0.7em;
  }

  .link-block {
    width: 90%;
  }

  .heading-5 {
    font-size: 3em;
  }

  .contact-form {
    padding: 40px 20px;
  }

  .slider-image {
    display: block;
    width: 100%;
    height: 100%;
    margin-left: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .angebot-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .angebot-div {
    width: 75%;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .angebot-div.box {
    border-radius: 999em;
    box-shadow: 8px 8px 14px 0 rgba(11, 31, 38, 0.3);
  }

  .angebot-div-paragraf {
    margin-bottom: 0px;
  }

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

  .teaser-content {
    min-height: 500px;
  }

  .center-w1.gutter-outside {
    display: block;
    max-width: 565px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sticky-right-wrapper {
    width: 100%;
    margin-top: 70px;
  }

  .sticky-example {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .sticky-box.sticky {
    position: static;
    width: 100%;
  }

  .sticky-box.sticky {
    position: static;
    width: 100%;
  }

  .big-distance {
    padding-bottom: 1em;
  }

  .paragraf-einzelprodukt.rechts {
    font-size: 1em;
  }

  .div-einzelprodukt {
    max-width: 100%;
  }

  .div-einzelprodukt.right {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .back-wrapper {
    font-size: 27px;
  }

  .produkt-merkmale {
    width: 80vw;
  }

  .hero-overlay {
    padding: 40px 20px;
  }

  .dropdown-list.w--open {
    width: 110vw;
    margin-left: -0.7em;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

  .cards-grid-container {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .dropdown-categorie {
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .dropdown-class-link {
    max-width: none;
  }

  .dropdown-toggle {
    padding-right: 25px;
    padding-left: 25px;
  }

  .container-dropdown.first {
    margin-bottom: 0px;
  }

  .footer-menu-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

  .footer-sitemap-box {
    text-align: center;
  }

  .footer-kontakt-box {
    text-align: center;
  }

  .list-2 {
    color: #09111d;
  }

  .list-3 {
    max-width: 80vw;
    padding-right: 1.6em;
    padding-left: 1.6em;
  }

  .center-w2.gutter-outside {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .slider {
    display: block;
  }

  .einzelprodukt-heading {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .dd-list-second.w--open {
    overflow: hidden;
    width: 100vw;
  }

  .slide-2 {
    background-color: #fff;
  }

  .singleproduct-wrapper-up.gutter-outside {
    max-width: 90vw;
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .singleproduct-heading {
    font-size: 2em;
  }

  .singleproduct-paragraph {
    font-size: 0.9em;
  }

  .bold-text-landscape {
    font-size: 1em;
    line-height: 20px;
    font-weight: 700;
  }

  .home-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .space-between {
    padding-top: 3vh;
    padding-bottom: 3vh;
  }

  .popup_background.datenerfasssung {
    z-index: 1;
    display: block;
  }

  .popup_background.dehnung {
    display: none;
  }

  .popup_background.inklination {
    display: none;
  }

  .popup_content {
    position: relative;
    top: 4em;
    overflow: visible;
  }

  .popup_content.inklination {
    width: 100vw;
    margin-top: 4em;
  }

  .img-popup {
    display: none;
  }

  .nav-link-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 479px) {
  .container {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .nav-menu {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #0b1f26;
  }

  .image {
    padding: 0px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .p1 {
    position: relative;
    padding-right: 0px;
    padding-left: 0px;
  }

  .brand {
    position: static;
    left: 0px;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .brand.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-left: 0em;
  }

  .container-2 {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .menu-button.w--open {
    background-color: #09111d;
    color: #76a932;
  }

  .icon {
    padding-left: 0px;
  }

  .image-3 {
    width: 100%;
  }

  .footer-2 {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer-heading {
    margin-top: 20px;
    text-align: left;
  }

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

  .heading-2.popup {
    font-size: 0.8em;
  }

  .grid-2 {
    grid-auto-columns: 0.25fr;
    grid-template-areas: "."
      "."
      "."
      "."
      "."
      "."
      "."
      "Area"
      "Area-2";
    -ms-grid-columns: 90%;
    grid-template-columns: 90%;
    -ms-grid-rows: auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto;
  }

  .h1 {
    font-size: 1.2em;
    line-height: 1.5em;
  }

  .heading-4 {
    margin-top: 1em;
    margin-bottom: 1em;
    line-height: 1.5em;
  }

  .heading-4.imprint.paragrapf-bold {
    font-size: 1em;
  }

  .heading-5 {
    font-size: 1.8em;
  }

  .produkt-wrapper.up.slider {
    grid-column-gap: 0px;
    -ms-grid-columns: 5fr 1fr;
    grid-template-columns: 5fr 1fr;
  }

  .slider-image {
    width: auto;
    height: auto;
    max-height: 300px;
    max-width: 320px;
  }

  .slider-image-mask {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .angebot-div.box {
    border-radius: 3.5em;
  }

  .angebot-div.second {
    width: 80%;
  }

  .center-w1.gutter-outside {
    display: block;
  }

  .p-xs-start {
    padding-top: 0.5em;
  }

  .big-distance {
    padding-bottom: 1em;
  }

  .centered-container {
    text-align: left;
  }

  .dropdown-list.w--open {
    width: 100vw;
  }

  .cards-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .text-dropdown {
    font-size: 0.4em;
  }

  .text-dropdown.second-order {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 14px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 0.5em;
  }

  .icon-dropdown {
    font-size: 0.4em;
  }

  .dropdown-class-link {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .container-dropdown {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .container-dropdown.second {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .container-dropdown.first {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .img-dropdown {
    max-width: 40%;
    padding-left: 25px;
    border-radius: 3em;
  }

  .footer-sitemap-box {
    text-align: left;
  }

  .footer-kontakt-box {
    text-align: left;
  }

  .paragraph-footer {
    font-size: 0.7em;
  }

  .image-11 {
    border-radius: 0px;
  }

  .icon-start {
    padding-top: 0.45em;
    padding-bottom: 0.45em;
  }

  .gutter-outside {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .center-w2 {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .angebot-home-down {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-nav {
    display: inline-block;
    max-width: 200px;
    padding-right: 1vw;
    padding-left: 1vw;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .dd-list-second.w--open {
    position: relative;
    width: 100vw;
  }

  .bold-text-landscape {
    font-size: 0.8em;
    line-height: 0.5em;
  }

  .pragraph-wrapper.home {
    padding-right: 0px;
    padding-left: 0px;
  }

  .home-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .popup_background.datenerfasssung {
    display: none;
  }

  .popup_background.inklination {
    display: none;
  }

  .popup_content {
    display: block;
    margin-top: 2em;
  }

  .popup_content.inklination {
    overflow: hidden;
  }
}

@font-face {
  font-family: 'Exo Custom';
  src: url('../fonts/Exo-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exo Custom';
  src: url('../fonts/Exo-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exo Custom';
  src: url('../fonts/Exo-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exo Custom';
  src: url('../fonts/Exo-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}