:root {
  --lst-schwarz: #222;
  --white: white;
  --lst-grau-hintergrund: #faf9f8;
  --lst-rot: #eb030a;
  --lst-silber: #e4e4e4;
  --lst-dunkelgrau: #494c59;
  --lst-dunkelsilber-2: #9e9e9f;
  --lst-dunkelsilber: #9e9e9f;
  --lst-blau: #3c7cbb;
}

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

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

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

.container.hero {
  max-height: 100%;
  flex-direction: row;
  font-family: Poppins, sans-serif;
  display: flex;
}

.container.hero.pic-r {
  justify-content: space-between;
}

.container.hero.vertical {
  flex-direction: column;
  align-items: center;
}

.container.horizontal {
  justify-content: space-between;
  font-family: Poppins, sans-serif;
  display: flex;
}

.container.datenblatt {
  display: flex;
}

.container.horizontal {
  justify-content: space-between;
  font-family: Poppins, sans-serif;
  display: flex;
}

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

.container.center.sondersegmente {
  margin-bottom: 60px;
}

.styleguide-content-wrap {
  text-align: center;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.styleguide-header-wrap {
  height: 460px;
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.heading-h1 {
  color: var(--lst-schwarz);
  -webkit-text-stroke-color: var(--lst-schwarz);
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 60px;
}

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

.heading-h1.central {
  max-width: 600px;
  text-align: center;
}

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

.heading-h1.mobile {
  display: none;
}

.paragraph-tiny {
  font-family: Poppins, sans-serif;
  font-size: 12px;
  line-height: 20px;
}

.paragraph-tiny.cc-paragraph-tiny-light {
  opacity: .7;
  font-family: Poppins, sans-serif;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-speaking-label {
  margin-top: 20px;
  margin-bottom: 10px;
}

.label.cc-about-light {
  opacity: .6;
}

.h4 {
  opacity: .6;
  font-family: Poppins, sans-serif;
}

.h4.cc-position-name {
  margin-bottom: 5px;
}

.section {
  margin-left: 30px;
  margin-right: 30px;
  padding-bottom: 100px;
  font-family: Poppins, sans-serif;
}

.section.cc-contact {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.section.horizontal {
  flex-direction: row;
  display: flex;
}

.section.hero {
  background-color: var(--lst-grau-hintergrund);
  margin-left: 0;
  margin-right: 0;
  padding: 0 30px 0 0;
}

.button {
  max-width: 400px;
  border: 1.5px solid var(--lst-rot);
  background-color: var(--white);
  color: var(--lst-rot);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 12px 25px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: #fff;
  background-color: #32343a;
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: rgba(255, 255, 255, .8);
}

.button.cc-white-button:active {
  background-color: rgba(255, 255, 255, .9);
}

.button.white {
  background-color: var(--lst-silber);
  color: var(--lst-dunkelgrau);
  font-weight: 600;
}

.button.transparent {
  border: 2px solid var(--white);
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.button.transparent:hover {
  background-color: var(--lst-dunkelgrau);
}

.button.angebot {
  max-width: 300px;
  text-align: center;
  border-radius: 40px;
}

.button.stellenanzeige {
  max-width: 300px;
  background-color: var(--white);
  margin-top: 5px;
  margin-bottom: 5px;
}

.button.stellenanzeige.white {
  border: 1px solid var(--lst-dunkelgrau);
  background-color: rgba(0, 0, 0, 0);
  margin-top: 5px;
}

.button.mitmachen {
  background-color: var(--lst-dunkelsilber-2);
  color: var(--lst-dunkelgrau);
  margin-left: 20px;
}

.button._2 {
  margin-bottom: 60px;
}

.button._2.portal {
  width: 80%;
  max-width: none;
}

.button._2.portal.black {
  background-color: var(--lst-schwarz);
  color: var(--white);
}

.button._2.portal.black:hover {
  background-color: var(--lst-rot);
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.divider {
  height: 1px;
  background-color: #eee;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.logo-link.w--current {
  min-height: 100%;
  display: flex;
}

.navigation-item {
  opacity: .6;
  color: var(--lst-schwarz);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 9px 10px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.navigation-items {
  width: 100%;
  min-height: auto;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navigation {
  width: 100%;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  padding: 5px 50px;
  display: flex;
  position: fixed;
}

.logo-image {
  min-height: 100%;
  object-fit: fill;
  display: block;
}

.navigation-wrap {
  align-items: center;
  margin-right: -20px;
  display: flex;
}

.intro-wrap {
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
}

.intro-wrap.horizontal {
  justify-content: space-between;
  margin-top: 60px;
  display: flex;
}

.intro-wrap.vertical {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-h4 {
  color: var(--lst-dunkelgrau);
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.text-h4.hero {
  color: var(--lst-schwarz);
  -webkit-text-stroke-color: var(--lst-dunkelsilber);
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 20px;
}

.text-h4._20px-tb {
  width: 100%;
  color: var(--lst-schwarz);
  white-space: normal;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 28px;
}

.text-h4._20px-tb._20px-r {
  padding-right: 20px;
}

.text-h4._20px-tb.white {
  max-width: none;
  color: var(--white);
}

.text-h4._20px-tb.central {
  text-align: center;
}

.text-h4._20px-tb.center {
  text-align: center;
  flex-direction: column;
}

.text-h4._20px-tb.d {
  margin-bottom: 0;
}

.text-h4._40px-r {
  max-width: 800px;
  padding-right: 40px;
}

.text-h4.bold {
  color: var(--lst-schwarz);
  font-weight: 600;
}

.text-h4.bold.title {
  padding-top: 100px;
}

.text-h4.white {
  color: var(--white);
}

.text-h4.white._20px-top {
  padding-top: 20px;
}

.position-name-text {
  text-transform: none;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.work-description {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  font-family: Poppins, sans-serif;
  display: flex;
}

.work-experience-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . . ."
  / 1fr 1fr 1fr 1fr;
  margin-bottom: 140px;
}

.works-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . ."
                 ". . ."
                 / 1.5fr 1fr 1.5fr;
  margin-bottom: 80px;
}

.carrer-headline-wrap {
  width: 70%;
  margin-bottom: 50px;
}

.work-image {
  height: 460px;
  text-align: center;
  background-color: #f4f4f4;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 40px;
  text-decoration: none;
  display: flex;
}

.work-image:hover {
  opacity: .8;
}

.work-image:active {
  opacity: .7;
}

.work-image.cc-work-1, .work-image.cc-work-2, .work-image.cc-work-4, .work-image.cc-work-3 {
  background-image: none;
  background-size: cover;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.contact {
  padding-top: 80px;
  padding-bottom: 90px;
}

.contact-headline {
  width: 70%;
  margin-bottom: 40px;
}

.contact-form-grid {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
}

.contact-form-wrap {
  width: 70%;
}

.footer-wrap {
  justify-content: space-between;
  align-items: center;
  padding: 40px 50px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  text-transform: uppercase;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.footer-links {
  align-items: center;
  margin-right: -20px;
  display: flex;
}

.footer-item {
  opacity: .6;
  color: var(--lst-schwarz);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.footer-item:hover {
  opacity: .9;
}

.footer-item:active {
  opacity: .8;
}

.about-intro-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 140px;
}

.hi-there-heading {
  margin-top: 10px;
  margin-bottom: 20px;
}

.service-name-text {
  opacity: .6;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
}

.skillset-wrap {
  padding-right: 60px;
}

.reference-link {
  opacity: .6;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 26px;
  text-decoration: none;
}

.reference-link:hover {
  opacity: 1;
}

.reference-link:active {
  opacity: .9;
}

.featured-item-wrap {
  margin-bottom: 25px;
}

.services-items-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-areas: ". .";
  padding-top: 10px;
}

.skills-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 1fr;
  margin-bottom: 140px;
}

.personal-features-grid {
  grid-column-gap: 80px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-areas: ". ."
                       ". .";
  margin-bottom: 110px;
}

.speaking-text {
  margin-right: 8px;
  display: inline-block;
}

.speaking-text.cc-past-speaking {
  opacity: .6;
  font-family: Poppins, sans-serif;
}

.speaking-detail {
  opacity: .6;
  display: inline-block;
}

.upcoming-wrap {
  margin-bottom: 40px;
}

.social-media-heading {
  margin-bottom: 60px;
}

.social-media-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-areas: ". . . ."
                       ". . . .";
  margin-bottom: 30px;
}

.project-overview-grid {
  grid-column-gap: 50px;
  grid-row-gap: 100px;
  grid-template: ". . . ."
                 ". . . ."
                 / 1fr 1fr 1fr 1fr;
  margin-top: 120px;
  margin-bottom: 135px;
}

.detail-header-image {
  width: 100%;
}

.project-description-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2.5fr;
  margin-top: 120px;
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.email-section {
  width: 70%;
  text-align: center;
  margin: 140px auto 200px;
}

.email-link {
  text-transform: none;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 64px;
  font-weight: 400;
  line-height: 88px;
  text-decoration: none;
}

.email-link:hover {
  opacity: .8;
}

.email-link:active {
  opacity: .7;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

._404-wrap {
  width: 100%;
  height: 100%;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.protected-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.heading, .heading-2 {
  font-family: Poppins, sans-serif;
}

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

.field-label {
  font-family: Poppins, sans-serif;
}

.heading-3 {
  color: var(--white);
  font-family: Poppins, sans-serif;
  font-size: 21px;
}

.image {
  max-width: 500px;
  object-fit: cover;
  object-position: 50% 25%;
  margin-right: 40px;
}

.image.no-margin {
  margin-right: 0;
}

.image._40l {
  object-fit: cover;
  object-position: 50% 50%;
  margin-left: 40px;
  margin-right: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.image._40l.central {
  max-width: 80vw;
  object-fit: cover;
  margin-left: 0;
}

.image._40l.contain {
  object-fit: contain;
}

.div-icon {
  max-width: 399px;
  color: var(--white);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  display: flex;
}

.div-icon.logo {
  padding-right: 0;
}

.div-icon.vertikal {
  justify-content: flex-start;
  padding-top: 5px;
  padding-bottom: 5px;
}

.div-icon.ansprechpartner {
  padding-top: 0;
  padding-bottom: 0;
}

.div-icon.r {
  padding-right: 0;
}

.div-icon.kpi {
  flex-direction: column;
  align-items: flex-start;
}

.div-icon.right {
  justify-content: flex-start;
  padding-right: 0;
}

.div-icon.kunden.r {
  justify-content: flex-end;
}

.div-icon.kunden.m {
  justify-content: center;
}

.div-icon.material {
  max-width: 400px;
}

.div-icon.material.m {
  justify-content: center;
}

.body-small {
  color: var(--lst-schwarz);
  align-items: center;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  display: flex;
}

.body-small.icon {
  min-height: 40px;
  color: var(--lst-schwarz);
}

.body-small.ansprechpartner {
  color: var(--white);
  flex-direction: column;
  align-items: flex-start;
  font-weight: 400;
}

.image-2 {
  max-height: none;
  max-width: none;
  object-fit: fill;
  padding-right: 10px;
}

.image-2.ansprechpartner {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 100%;
  margin-right: 10px;
  padding-right: 0;
}

.image-2.logo {
  width: 100%;
  max-width: 200px;
}

.div-block-2 {
  display: flex;
}

.div-block-2.logos {
  justify-content: space-between;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Poppins, sans-serif;
}

.div-block-2.logos.vertical {
  flex-direction: column;
  margin-left: 100px;
}

.div-block-2.vertikal {
  flex-direction: column;
}

.div-block-2.vertikal.industrien {
  background-color: rgba(0, 0, 0, 0);
  flex-wrap: nowrap;
  padding: 0;
}

.section-2 {
  background-color: var(--lst-grau-hintergrund);
  flex-direction: column;
  margin-top: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Poppins, sans-serif;
  display: flex;
}

.section-2.industrien {
  background-color: var(--lst-dunkelsilber-2);
  color: var(--lst-dunkelsilber-2);
  margin-top: 0;
  margin-bottom: 80px;
  padding: 0 20px;
  font-family: Poppins, sans-serif;
}

.section-2.industrien.material {
  margin-top: 60px;
  margin-bottom: 0;
}

.section-2.industrien.dunkel {
  background-color: var(--lst-schwarz);
}

.section-2.industrien.dunkel.no-margin {
  background-color: var(--lst-dunkelgrau);
  margin-bottom: 0;
}

.section-2.dark {
  background-color: var(--lst-dunkelsilber-2);
  color: var(--lst-dunkelgrau);
  margin-top: 0;
  padding: 80px 30px;
}

.section-2.white {
  background-color: var(--white);
  padding-top: 80px;
  padding-bottom: 80px;
}

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

.section-2.white.hero.top {
  margin-top: 80px;
}

.section-2.ansprechpartner {
  background-color: var(--lst-silber);
  margin-top: 0;
  padding: 20px;
}

.section-2.no-margin {
  margin-top: 0;
}

.section-2._0 {
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-3 {
  background-color: var(--lst-blau);
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 40px;
  font-family: Poppins, sans-serif;
}

.div-block-3.l {
  width: 100%;
  max-width: 400px;
  background-color: var(--lst-dunkelsilber);
  border-radius: 0;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-right: 20px;
  padding: 30px;
  font-family: Poppins, sans-serif;
  display: flex;
}

.div-block-3.l.losgroesse {
  justify-content: flex-start;
  align-items: flex-start;
}

.div-block-3.l.historie {
  max-width: none;
  background-color: var(--lst-dunkelgrau);
  justify-content: flex-start;
  margin-right: 0;
  display: flex;
}

.div-block-3.l.beratung {
  max-width: none;
  justify-content: space-between;
  margin-right: 0;
}

.div-block-3.l.material {
  display: block;
}

.div-block-3.l.material.ob {
  background-color: var(--lst-silber);
}

.div-block-3.l.sondersegmente {
  height: 100%;
  justify-content: flex-start;
  margin-right: 0;
}

.div-block-3.l.sondersegmente.lohn {
  justify-content: space-between;
}

.div-block-3.m {
  max-width: 370px;
  background-color: var(--lst-dunkelgrau);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  display: flex;
}

.div-block-3.r {
  max-width: 370px;
  background-color: var(--lst-dunkelgrau);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-left: 20px;
  display: flex;
}

.div-block-3.vorteile {
  border: 1px solid var(--white);
  background-color: var(--white);
  border-radius: 0;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-3.vorteile.grau {
  background-color: var(--lst-dunkelgrau);
}

.div-block-3.vorteile.grau.center {
  min-height: 250px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-3.dark {
  background-color: var(--lst-dunkelgrau);
}

.div-block-3.dark.l {
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.div-block-3.dark.r {
  max-width: none;
  justify-content: flex-start;
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-3.dark.margin {
  margin-bottom: 100px;
}

.div-block-4 {
  justify-content: space-between;
  display: flex;
}

.div-block-4.vertikal {
  max-width: 500px;
  flex-direction: column;
}

.div-block-4.vorteile {
  flex-wrap: wrap;
}

.div-block-4.losgroesse {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  margin-bottom: 60px;
  display: grid;
}

.div-block-4.fertigung {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-4.material {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-4.material.ob {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.body {
  color: var(--lst-dunkelgrau);
  font-family: Poppins, sans-serif;
}

.body.white {
  height: 100%;
  color: var(--white);
  font-weight: 400;
}

.body.white.sondersegment {
  height: 100%;
}

.body._40px-r {
  max-width: 760px;
  color: var(--lst-schwarz);
  padding-right: 40px;
}

.section-3 {
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.image-3 {
  max-width: 500px;
  object-fit: contain;
  padding-left: 60px;
}

.image-3.arbeiten {
  max-width: 600px;
  margin-right: 40px;
  padding-left: 0;
}

.image-3.footer {
  max-width: 400px;
  object-fit: contain;
  padding-left: 0;
}

.div-block-5 {
  justify-content: space-between;
  display: flex;
}

.image-4 {
  object-fit: contain;
}

.text-block {
  color: var(--lst-dunkelgrau);
  text-align: center;
  font-size: 21px;
}

.h3 {
  color: var(--lst-dunkelgrau);
  text-align: left;
  font-size: 21px;
  font-weight: 500;
  line-height: 120%;
}

.h3.team {
  padding-bottom: 10px;
}

.h3.center {
  text-align: center;
}

.h3.center._40px {
  margin-bottom: 40px;
}

.div-block-6 {
  width: 60px;
  height: 60px;
  background-color: var(--lst-dunkelsilber-2);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 10px;
  display: flex;
}

.text-block-2 {
  font-size: 21px;
  font-weight: 700;
}

.div-block-7 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-8 {
  max-width: 400px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.grid.margin {
  padding-top: 60px;
  padding-bottom: 60px;
}

.grid.margin.profile {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
}

.div-block-9 {
  min-height: 120px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.h2 {
  color: var(--lst-schwarz);
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
}

.h2.white {
  color: var(--white);
  margin-top: 40px;
  margin-bottom: 40px;
  line-height: 110%;
}

.h2.white._400 {
  font-weight: 400;
  line-height: 120%;
}

.h2.white.margin {
  text-align: center;
  margin-top: 40px;
}

.h2.team {
  padding-bottom: 10px;
}

.h2.vertical {
  text-align: center;
}

.h2.vertical._20px {
  padding-top: 20px;
  padding-bottom: 20px;
}

.image-5 {
  max-width: 120px;
  padding-left: 0;
}

.image-6, .image-7, .image-8, .image-9, .image-10 {
  padding-left: 20px;
}

.section-4 {
  padding-top: 60px;
}

.section-4.kontakt {
  background-color: var(--lst-grau-hintergrund);
  padding: 80px 30px 100px;
}

.div-horizontal {
  justify-content: flex-start;
  display: flex;
}

.div-horizontal.arbeiten {
  justify-content: space-between;
  margin-top: 60px;
}

.div-horizontal.datenblatt {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.div-block-10 {
  flex-direction: column;
  justify-content: space-around;
  display: flex;
}

.div-block-10._40px {
  max-width: 400px;
  padding-left: 40px;
  padding-right: 40px;
}

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

.section-5 {
  margin-top: 39px;
}

.div-block-12 {
  max-width: 800px;
}

.image-11 {
  max-width: 400px;
  object-fit: cover;
  margin-left: 40px;
}

.image-11.left {
  margin-left: 0;
  margin-right: 40px;
}

.paragraph {
  letter-spacing: .01em;
  margin-bottom: 0;
  text-decoration: none;
}

.paragraph.mb-2em {
  margin-bottom: 2em;
}

.paragraph.extra-large {
  font-size: 1.3em;
  line-height: 1.7em;
}

.accordion-inner {
  width: 100%;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 3em 2em 2em;
  display: flex;
}

.accordion-content {
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: relative;
}

.accordion-content.w--open {
  position: relative;
}

.accordion-arrow {
  z-index: 3;
  width: 1em;
  height: 1em;
  font-size: 1.5em;
  position: absolute;
}

.list {
  min-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.accordion-circle {
  z-index: 5;
  width: 5em;
  opacity: 1;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-right: 1em;
  display: flex;
  position: relative;
  top: 1px;
}

.div-block-20 {
  width: 600px;
  flex-direction: column;
  padding-right: 2em;
  display: flex;
}

.div-block-21 {
  width: 600px;
  padding-left: 2em;
}

.list-item {
  background-image: none;
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 1.2em;
  padding-left: 2.5em;
  overflow: hidden;
}

.div-block-19 {
  width: 100%;
  display: flex;
}

.accordion {
  flex: none;
  align-self: stretch;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.accordion-line {
  height: 1px;
  background-color: #10131f;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.accordion-toggle {
  min-height: 5em;
  white-space: normal;
  border-bottom: 1px solid #dde1e6;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  transition: border-color .3s;
  display: flex;
}

.accordion-toggle:hover {
  border-bottom-color: #adb5bd;
}

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

.image-12 {
  width: 100vw;
  height: 80vh;
  object-fit: cover;
  margin-top: 40px;
  margin-bottom: 40px;
}

.image-12.nachhaltigkeit {
  height: 60vh;
}

.image-12.ueber-uns {
  object-position: 50% 20%;
}

.div-block-22 {
  flex-direction: row;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

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

.list-item-2 {
  margin-bottom: 0;
}

.list-2, .list-3 {
  margin-top: 0;
  margin-bottom: 0;
}

.image-13 {
  width: 300px;
  height: 300px;
  object-fit: cover;
}

.div-block-24 {
  height: 100px;
  max-width: 400px;
}

.div-block-25 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 20px;
  display: flex;
}

.image-14 {
  max-width: 300px;
  margin-top: 40px;
}

.image-15 {
  max-width: 80px;
}

.div-block-26 {
  width: 100%;
  justify-content: flex-start;
  display: flex;
}

.text-block-3 {
  width: 170px;
  padding-right: 40px;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
  display: flex;
}

.text-block-3.m {
  width: 100px;
  text-align: right;
  justify-content: center;
  padding-left: 20px;
  display: flex;
}

.text-block-3.r {
  width: 140px;
  text-align: left;
  padding-right: 20px;
}

.text-block-3.r.material {
  justify-content: flex-start;
}

.text-block-3.material {
  justify-content: center;
}

.text-block-22 {
  font-family: Inter, sans-serif;
}

.padding-inner {
  z-index: 10;
  padding-top: 8em;
  padding-bottom: 8em;
  position: relative;
}

.padding-inner.kontrolle {
  padding-top: 4em;
  padding-bottom: 4em;
}

.padding-inner.kontrolle.b10-left {
  padding-left: 100px;
}

.padding-inner.in-article-image {
  padding-top: 0;
}

.padding-inner.in-article-title {
  padding-bottom: 4em;
}

.hero-3-block {
  max-width: 45em;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 12.5em;
  padding-bottom: 8em;
  display: flex;
}

.hero-3-block.kontrolle {
  max-width: 37em;
  padding-top: 100px;
  padding-bottom: 0;
  padding-left: 40px;
}

.image-16 {
  padding-right: 1em;
}

.list-title {
  margin-bottom: .7em;
  font-family: Inter, sans-serif;
  font-size: 1.3em;
  font-weight: 600;
}

.hero-4-content {
  max-width: 45em;
  margin-left: auto;
  margin-right: auto;
  padding: 10em 5em;
}

.hero-4-content.kontrolle {
  padding-top: 4em;
  padding-bottom: 4em;
  padding-left: 1.5em;
}

.hero-4-column-2.kontrolle {
  background-color: var(--white);
}

.text-block-21 {
  font-family: Inter, sans-serif;
}

.section-6 {
  z-index: 10;
  position: relative;
  overflow: hidden;
}

.section-6.bg-white-smoke {
  max-height: 1000px;
}

.heading-4 {
  color: var(--lst-dunkelgrau);
  letter-spacing: -.0125em;
  margin-bottom: 0;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.1em;
  text-decoration: none;
}

.heading-4.hero-title-3 {
  color: #007cbc;
  margin-bottom: .4em;
  font-size: 4em;
  font-weight: 700;
}

.heading-4.hero-title-3.industrien {
  color: var(--lst-schwarz);
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  padding-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2em;
}

.heading-4.white {
  color: var(--white);
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.heading-4.center {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.hero-4-column-1 {
  max-height: 1000px;
}

.text-block-20 {
  font-family: Inter, sans-serif;
}

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

.content-1-toptitle {
  opacity: .7;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 2em;
  font-size: .8em;
  font-weight: 500;
}

.content-1-toptitle.industrien {
  opacity: 1;
  color: var(--lst-schwarz);
  letter-spacing: .3em;
  font-family: Inter, sans-serif;
  font-size: .9em;
}

.parallax-background {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.parallax-background.kontrolle {
  height: 100%;
}

.hero-image-main {
  z-index: 5;
  height: 80vh;
  position: relative;
}

.hero-image-main.kontrolle {
  height: 100%;
}

.hero-images-wrap {
  position: relative;
}

.hero-images-wrap.kontrolle {
  height: 100%;
}

.div-block-28 {
  min-height: 110px;
  min-width: 370px;
  background-color: #fff;
  margin-top: 2em;
  padding: 2em 3em 2em 2em;
  display: flex;
}

.parallax-image {
  z-index: 10;
  width: 100%;
  height: 140%;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
}

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

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

.hero-3-subtitle {
  color: #000;
  margin-bottom: 2em;
  font-family: Inter, sans-serif;
  font-size: 1.2em;
}

.hero-3-subtitle.industrien {
  color: var(--lst-schwarz);
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.div-block-30 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.hero-4-grid {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.hero-4-grid.kontrolle {
  max-height: 800px;
  grid-template-columns: 1fr .7fr;
}

.grid-3 {
  grid-column-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: stretch;
  justify-items: stretch;
}

.grid-3.material {
  width: 100%;
}

.text-block-24 {
  justify-content: flex-start;
  display: flex;
}

.div-block-31, .div-block-32 {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.image-17 {
  max-height: none;
  max-width: none;
  object-fit: fill;
  padding-right: 10px;
}

.image-18 {
  height: 100%;
  object-fit: cover;
  object-position: 30% 25%;
  margin-right: 60px;
}

.image-18.hero {
  object-position: 65% 25%;
}

.heading-h1-2 {
  color: #33466f;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 60px;
}

.button-2 {
  max-width: 500px;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #d98200;
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 12px 25px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-2:active {
  background-color: #43464d;
}

.button-2.menu {
  background-color: var(--lst-rot);
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.button-2.menu:hover {
  background-color: var(--lst-schwarz);
}

.button-2.menu.mobile {
  display: none;
}

.div-icon-2 {
  max-width: none;
  flex-direction: row;
  align-items: center;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  display: flex;
}

.div-icon-2.logo {
  padding-right: 0;
}

.div-icon-2.ansprechpartner {
  padding-top: 0;
  padding-bottom: 0;
}

.text-h4-2 {
  color: #33466f;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.text-h4-2.hero {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 20px;
}

.text-h4-2._20px-tb {
  white-space: normal;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
}

.section-7 {
  margin-left: 30px;
  margin-right: 30px;
  font-family: Poppins, sans-serif;
}

.body-small-2 {
  color: #33466f;
  align-items: center;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  display: flex;
}

.div-block-33 {
  display: flex;
}

.div-block-33.logos {
  justify-content: space-between;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Poppins, sans-serif;
}

.div-block-34 {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.div-block-34.portal {
  max-width: none;
  background-color: var(--lst-dunkelgrau);
  padding-left: 60px;
}

.div-block-35 {
  height: 30px;
}

.div-block-36 {
  height: 50px;
  background-color: #ffeeb0;
  justify-content: flex-start;
  align-items: center;
  margin-left: 20px;
  padding-left: 0;
  display: flex;
}

._40px-divider {
  height: 40px;
}

.div-block-38 {
  margin-top: 60px;
  margin-bottom: 10px;
}

.grid-4 {
  grid-template-columns: 1fr;
  padding-top: 20px;
}

.div-block-39 {
  display: flex;
}

.image-19 {
  max-width: 80px;
}

.text-block-27, .text-block-28 {
  padding-left: 0;
}

.div-block-40 {
  width: 14px;
  height: 14px;
  max-height: 14px;
  max-width: 14px;
  min-height: 14px;
  min-width: 14px;
  background-color: var(--lst-rot);
  margin-right: 10px;
}

.text-block-29 {
  color: var(--white);
}

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

.rich-text-2 {
  font-family: Poppins, sans-serif;
}

.article-title-background-2 {
  z-index: -1;
  height: 130%;
  background-color: #e4e7eb;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.grid-5 {
  width: 100%;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-8 {
  z-index: 10;
  position: relative;
  overflow: hidden;
}

.heading-5 {
  letter-spacing: -.0125em;
  margin-bottom: 0;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.1em;
  text-decoration: none;
}

.heading-5.article-page-title {
  max-width: 10em;
  font-family: Poppins, sans-serif;
  font-size: 4.8em;
  font-weight: 400;
  line-height: 1.2em;
}

.image-height-30em {
  height: 30em;
  position: relative;
  overflow: hidden;
}

.container-2 {
  z-index: 10;
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8em;
  padding-right: 8em;
  position: relative;
}

.cover-image-2 {
  z-index: 10;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 100%;
  position: absolute;
  overflow: hidden;
}

.article-page-column-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 1.5em;
  display: flex;
}

.main {
  font-family: Inter, sans-serif;
}

.bg-for-animation-2 {
  z-index: 20;
  background-color: #e4e7eb;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg-for-animation-2.is-grey-color {
  background-color: #2b2f3a;
}

.article-content-block {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5em;
}

.image-animation-trigger {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.heading-6 {
  color: var(--white);
  margin-top: 60px;
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: 600;
}

.heading-6.historie {
  margin-top: 0;
  margin-bottom: 0;
}

.grid-6 {
  width: 100%;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: space-around;
}

.grid-7 {
  background-color: var(--lst-grau-hintergrund);
  justify-content: start;
  padding: 20px;
}

.div-block-41 {
  width: 100%;
  max-width: 1140px;
  justify-content: space-between;
  display: flex;
}

.list-item-3 {
  display: flex;
}

.bold-text {
  padding-right: 10px;
}

.list-4 {
  padding-right: 40px;
}

.list-4.sondersegmente {
  min-height: 340px;
}

.navigation-items-2 {
  min-height: auto;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.grid-8.margin {
  padding-top: 60px;
  padding-bottom: 20px;
}

.image-20 {
  width: 100vw;
  height: 80vh;
  object-fit: cover;
  margin-top: 40px;
  margin-bottom: 40px;
}

.image-20.ueber-uns {
  object-position: 50% 90%;
  margin-top: 0;
  margin-bottom: 0;
}

.image-20.beratung {
  height: 400px;
  object-position: 50% 30%;
  margin-top: 0;
  margin-bottom: 0;
}

.image-20.karriere {
  margin-top: 0;
  margin-bottom: 0;
}

.image-20.halle-aussen {
  height: 60vh;
  object-position: 50% 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.image-20.fertigung {
  height: 50vh;
  margin-top: 0;
  margin-bottom: 0;
}

.image-20.materialien {
  height: 50vh;
  object-position: 50% 65%;
  margin-top: 0;
  margin-bottom: 0;
}

.image-20.qualitaet {
  height: 40vh;
  object-position: 50% 70%;
  margin-top: 0;
  margin-bottom: 0;
}

.image-20.ueber-uns2 {
  height: 60vh;
  object-position: 50% 60%;
  margin-top: 0;
  margin-bottom: 0;
}

.image-20.logistik {
  height: 50vh;
  object-position: 50% 30%;
}

.image-20.schlosser {
  height: 40vh;
  object-position: 50% 70%;
  margin-top: 0;
  margin-bottom: 0;
}

.image-20.express {
  height: 40vh;
  object-position: 50% 60%;
  margin-top: 0;
  margin-bottom: 0;
}

.heading-7 {
  font-size: 72px;
}

.heading-h0 {
  color: var(--lst-schwarz);
  font-size: 72px;
  line-height: 80px;
}

.heading-h0.center {
  text-align: center;
  font-size: 64px;
  font-weight: 600;
  line-height: 72px;
}

.heading-h0.center.mobile {
  display: none;
}

.heading-h0.center.white {
  color: var(--white);
}

.team {
  background-color: var(--lst-grau-hintergrund);
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  padding: 0;
  display: flex;
}

.team.name {
  text-align: center;
  padding: 40px 40px 10px;
  font-size: 1.5em;
  font-weight: 600;
}

.team.titel {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.grid-9 {
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". Area";
}

.grid-9.profile {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.image-21 {
  width: 100%;
  height: 100%;
}

.image-21.teammitglied {
  background-color: var(--lst-dunkelsilber);
  color: var(--lst-grau-hintergrund);
  padding: 60px;
}

.image-22 {
  max-height: none;
  max-width: none;
  object-fit: fill;
  padding-right: 10px;
}

.image-22.ansprechpartner {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 0%;
  margin-right: 10px;
  padding-right: 0;
}

.body-small-3 {
  color: #33466f;
  align-items: center;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  display: flex;
}

.body-small-3.ansprechpartner {
  color: var(--lst-dunkelgrau);
  flex-direction: column;
  align-items: flex-start;
  font-weight: 400;
}

.list-item-white {
  color: var(--white);
  margin-bottom: 5px;
}

.div-block-42 {
  max-width: 35em;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-43 {
  min-height: 300px;
  border: 1px solid var(--lst-dunkelgrau);
  padding: 20px;
}

.nav-wrapper {
  display: flex;
}

.inner-logo-wrapper {
  z-index: 10;
  color: #fff;
  align-items: center;
  text-decoration: none;
  display: flex;
  top: 50px;
  bottom: auto;
  left: 100px;
  right: auto;
}

.inner-logo-wrapper:hover {
  color: #fff;
}

.global-button {
  color: var(--lst-dunkelgrau);
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.global-button:active {
  color: var(--lst-dunkelgrau);
}

.global-button.w--current {
  color: var(--lst-dunkelgrau);
  font-weight: 600;
}

.global-button.dropdown {
  align-items: flex-start;
  padding-top: 5px;
  padding-bottom: 5px;
}

.global-button.dropdown:hover {
  color: var(--lst-rot);
  font-weight: 600;
}

.global-button.dropdown.w--current {
  width: 100%;
  align-items: flex-start;
  padding-top: 5px;
  padding-bottom: 5px;
}

.nav__container {
  width: 1350px;
  max-width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo__text {
  width: 130px;
  text-indent: 6px;
  margin-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  display: none;
  overflow: hidden;
}

.logo__text.logo__text--black {
  color: #292929;
}

.nav__burger-line-middle {
  width: 22.5px;
  height: 3px;
  background-color: #444;
  border-radius: 2px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.nav__burger-line-middle.nav__burger-line--white {
  background-color: #fff;
}

.global-button__line {
  z-index: 10;
  height: 2px;
  background-color: #fa3333;
  display: none;
  position: absolute;
  top: auto;
  bottom: -5px;
  left: 15px;
  right: 15px;
}

.nav__burger-line-top {
  width: 22.5px;
  height: 3px;
  background-color: #444;
  border-radius: 2px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.nav__burger-line-top.nav__burger-line--white {
  background-color: #fff;
}

.inner-nav {
  z-index: 999;
  background-color: #232934;
  justify-content: space-between;
  align-items: center;
  padding: 35px 20px;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.logo__img {
  width: 140px;
}

.global-nav {
  z-index: 999;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.global-button__text {
  font-size: 14px;
  display: flex;
}

.global-button__text.dropdown {
  width: 100%;
}

.burger__button {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: none;
}

.nav__burger-line-bottom {
  width: 22.5px;
  height: 3px;
  background-color: #444;
  border-radius: 2px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.nav__burger-line-bottom.nav__burger-line--white {
  background-color: #fff;
}

.dropdown-list {
  display: none;
}

.dropdown-list:hover {
  display: block;
}

.dropdown-list.w--open {
  display: none;
  top: 60px;
}

.dropdown-list.w--open:hover {
  display: block;
}

.div-block-44 {
  background-color: var(--lst-dunkelgrau);
  margin: 0 0 100px;
  padding: 40px;
}

.div-block-45 {
  border: 1px dashed var(--lst-dunkelgrau);
  background-color: var(--lst-silber);
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.div-block-46 {
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.portal {
  max-width: 300px;
}

.portal-header, .portal-files {
  text-align: center;
}

.grid-10 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-47 {
  display: flex;
}

.div-block-48 {
  width: 50vw;
  max-width: 570px;
  padding: 80px 2em 80px 30px;
}

.field-label-2, .field-label-3 {
  color: var(--white);
}

.form-block {
  width: 90%;
  max-width: 450px;
  padding-right: 40px;
}

.list-item-8 {
  color: var(--white);
}

.dropdown-list-2 {
  min-width: 250px;
  background-color: var(--white);
  flex-direction: column;
  display: none;
}

.dropdown-list-2:hover {
  display: block;
}

.dropdown-list-2.w--open {
  display: none;
}

.dropdown-list-2.w--open:hover {
  display: block;
}

.div-block-50 {
  max-width: 560px;
  padding-left: 30px;
}

.grid-11 {
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 40px;
  padding-bottom: 40px;
}

.text-block-36, .text-block-37 {
  font-size: 12px;
}

.list-6 {
  height: 100%;
}

.text-block-38 {
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.center {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.div-block-51 {
  margin-top: 40px;
}

.image-23 {
  height: 100%;
  object-fit: cover;
  object-position: 70% 50%;
}

.div-block-52 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.text-block-39 {
  max-width: 400px;
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.top {
  margin-top: 80px;
}

.text-block-40 {
  color: var(--white);
}

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

.image-24 {
  width: 40px;
  height: 40px;
}

.div-block-54 {
  background-color: var(--lst-silber);
  border-radius: 10px;
  margin: 4px 10px 4px 4px;
  padding: 4px;
}

@media screen and (min-width: 1440px) {
  .container.hero {
    flex-direction: row;
  }

  .section.hero {
    max-width: 4000px;
  }

  .padding-inner.kontrolle.b10-left {
    background-position: 100% 100%;
    background-size: 1200px;
  }

  .div-block-28 {
    min-width: 380px;
  }

  .div-block-36 {
    background-color: #fffeb8;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-26 {
    color: var(--lst-schwarz);
  }

  .article-content-block {
    max-width: 1500px;
  }

  .list-item-3 {
    list-style-type: none;
    display: flex;
  }

  .bold-text {
    padding-right: 20px;
  }
}

@media screen and (min-width: 1920px) {
  .padding-inner.kontrolle {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .padding-inner.kontrolle.b10-left {
    background-position: 100% 100%;
    background-size: 1500px;
  }

  .hero-4-content.kontrolle {
    padding-left: 8em;
    padding-right: 0;
  }

  .div-block-28 {
    min-width: 400px;
  }

  .div-block-48 {
    padding-left: 0;
  }
}

@media screen and (max-width: 991px) {
  .styleguide-block {
    text-align: center;
  }

  .container.hero {
    flex-direction: column;
    align-items: center;
  }

  .heading-h1 {
    font-size: 56px;
    line-height: 70px;
  }

  .heading-h1.mobile {
    display: block;
  }

  .heading-h1.desktop {
    display: none;
  }

  .section.cc-contact {
    padding-left: 0;
    padding-right: 0;
  }

  .section.hero.top {
    margin-top: 0;
  }

  .button {
    justify-content: center;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .navigation-items {
    background-color: #fff;
  }

  .navigation {
    padding: 25px 30px;
    position: static;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .navigation-wrap {
    margin-right: 0;
  }

  .work-experience-grid {
    grid-template: ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .works-grid {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .carrer-headline-wrap {
    width: auto;
  }

  .work-image {
    margin-bottom: 30px;
  }

  .contact {
    width: auto;
    padding: 30px 50px 40px;
  }

  .contact-headline, .contact-form-wrap {
    width: 100%;
  }

  .about-intro-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-head-text-wrap {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-name-text {
    font-size: 24px;
    line-height: 42px;
  }

  .skillset-wrap {
    padding-right: 0;
  }

  .services-items-grid {
    grid-row-gap: 0px;
    grid-template: "."
                   "."
                   / 1fr;
    padding-top: 0;
  }

  .skills-grid {
    width: 80%;
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .personal-features-grid {
    width: 80%;
    text-align: center;
    grid-template: "."
                   "."
                   "."
                   "."
                   / 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .social-media-heading {
    width: 80%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .social-media-grid {
    grid-template: ". ."
                   ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .project-overview-grid {
    width: 70%;
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .project-description-grid {
    width: 80%;
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .email-section {
    margin-bottom: 160px;
  }

  .email-link {
    font-size: 36px;
    line-height: 54px;
  }

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

  .section-2.white.hero.top {
    margin-top: 0;
  }

  .div-block-3.l.losgroesse {
    max-width: none;
    margin-right: 0;
  }

  .div-block-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-4.vertikal {
    padding-left: 40px;
    display: flex;
  }

  .div-block-4.losgroesse, .div-block-4.material {
    grid-template-columns: 1fr 1fr;
  }

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

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

  .div-horizontal.arbeiten {
    flex-direction: column;
  }

  .div-block-10._40px {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph {
    font-size: 1.2em;
  }

  .paragraph.extra-large {
    font-size: 1.5em;
  }

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

  .text-block-3.m {
    width: 170px;
    justify-content: flex-start;
  }

  .text-block-3.r {
    width: 170px;
    text-align: left;
    padding-left: 20px;
  }

  .hero-3-block.kontrolle {
    max-width: 100%;
    padding-left: 0;
  }

  .list-title {
    font-size: 1.4em;
  }

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

  .heading-4.hero-title-3.industrien {
    text-align: center;
  }

  .hero-image-main {
    height: 50em;
  }

  .hero-3-subtitle {
    margin-bottom: 1em;
  }

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

  .image-18 {
    width: 100%;
    height: 400px;
    margin-right: 0;
    padding-bottom: 20px;
  }

  .heading-h1-2 {
    font-size: 56px;
    line-height: 70px;
  }

  .button-2 {
    justify-content: center;
  }

  .button-2.menu, .div-icon-2.ansprechpartner.tablet-hide {
    display: none;
  }

  .div-block-34 {
    width: 100%;
    flex-direction: column;
    align-items: center;
    padding-right: 0;
  }

  .div-block-36, .text-block-26 {
    height: 80px;
  }

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

  .heading-5.article-page-title {
    margin-bottom: .4em;
  }

  .container-2 {
    padding-left: 6em;
    padding-right: 6em;
  }

  .article-page-column-2 {
    flex-flow: wrap;
    padding-top: 0;
  }

  .navigation-items-2 {
    background-color: #fff;
  }

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

  .nav-wrapper {
    display: none;
  }

  .nav__burger-line-middle.nav__burger-line--white, .nav__burger-line-top.nav__burger-line--white {
    background-color: var(--lst-dunkelgrau);
  }

  .burger__button {
    display: block;
    position: fixed;
  }

  .nav__burger-line-bottom.nav__burger-line--white {
    background-color: var(--lst-dunkelgrau);
  }

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

  .div-block-48 {
    width: 100%;
    max-width: none;
  }

  .div-block-50 {
    padding-left: 0;
  }

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

  .top {
    margin-top: 0;
  }

  .div-block-54 {
    padding-left: 4px;
  }
}

@media screen and (max-width: 767px) {
  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .rich-text {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .container {
    text-align: center;
  }

  .container.hero {
    flex-direction: column;
  }

  .container.horizontal {
    flex-direction: row;
  }

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

  .heading-h1 {
    font-size: 50px;
    line-height: 64px;
  }

  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-contact {
    padding: 15px;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 20px 30px;
  }

  .intro-wrap.horizontal {
    flex-direction: column;
  }

  .text-h4._20px-tb.white.l {
    text-align: left;
  }

  .work-experience-grid {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .work-position-wrap {
    margin-bottom: 40px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .text-field.cc-textarea {
    text-align: left;
  }

  .contact {
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-form-grid {
    grid-column-gap: 30px;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
  }

  .contact-form {
    flex-direction: column;
    display: flex;
  }

  .contact-form-wrap {
    text-align: left;
  }

  .footer-wrap {
    text-align: center;
    flex-direction: column;
  }

  .webflow-link {
    margin-bottom: 15px;
  }

  .footer-links {
    flex-direction: column;
  }

  .footer-item {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .about-head-text-wrap {
    width: 70%;
    max-width: 470px;
  }

  .skills-grid {
    width: 70%;
    max-width: 470px;
    grid-template-columns: 1fr;
  }

  .personal-features-grid, .social-media-heading {
    width: 70%;
    max-width: 470px;
  }

  .social-media-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .project-overview-grid {
    width: 80%;
    max-width: 470px;
    margin-top: 90px;
    margin-bottom: 95px;
  }

  .project-description-grid {
    width: 70%;
    max-width: 470px;
    margin-top: 90px;
    margin-bottom: 85px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .email-section {
    width: 80%;
    max-width: 470px;
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .email-link {
    font-size: 36px;
    line-height: 54px;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .div-icon {
    text-align: left;
    justify-content: flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-3.l.material {
    max-width: none;
    margin-right: 0;
  }

  .div-block-3.l.sondersegmente {
    max-width: none;
  }

  .div-block-4, .div-block-4.fertigung, .div-block-4.material {
    grid-template-columns: 1fr;
  }

  .body {
    text-align: left;
  }

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

  .h2, .h2.white._400.l {
    text-align: left;
  }

  .div-block-10 {
    text-align: left;
    align-items: flex-start;
  }

  .div-block-10._40px {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph.extra-large {
    font-size: 1.4em;
  }

  .accordion-arrow {
    font-size: 1.6em;
  }

  .text-block-3 {
    width: 150px;
    text-align: left;
    padding-left: 0;
    padding-right: 20px;
  }

  .text-block-3.m {
    width: 150px;
    text-align: left;
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 20px;
  }

  .text-block-3.r {
    width: 150px;
    text-align: left;
    padding-left: 0;
    padding-right: 20px;
  }

  .padding-inner {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .padding-inner.kontrolle.b10-left {
    padding-top: 2em;
    padding-left: 2em;
  }

  .hero-3-block.kontrolle, .hero-4-content.kontrolle {
    padding-top: 0;
    padding-left: 0;
  }

  .heading-4.hero-title-3 {
    font-size: 4em;
  }

  .hero-4-column-1 {
    height: 30em;
  }

  .hero-3-subtitle.industrien {
    text-align: left;
  }

  .grid-3 {
    grid-template-columns: 1fr 1fr;
    padding: 20px;
  }

  .text-block-23, .text-block-24, .text-block-25 {
    text-align: left;
  }

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

  .heading-h1-2 {
    font-size: 50px;
    line-height: 64px;
  }

  .button-2.menu {
    display: none;
  }

  .button-2.menu.mobile {
    display: block;
  }

  .div-icon-2.ansprechpartner {
    display: none;
  }

  .div-icon-2.ansprechpartner.mobile-visible {
    display: flex;
  }

  .section-7 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .text-block-27, .text-block-29, .text-block-29.l {
    text-align: left;
  }

  .text-block-30 {
    text-align: right;
  }

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

  .heading-5.article-page-title {
    font-size: 4em;
  }

  .container-2 {
    padding-left: 2em;
    padding-right: 2em;
  }

  .heading-6.historie {
    text-align: left;
    line-height: 32px;
  }

  .text-block-32, .text-block-34, .list-4.sondersegmente, .text-block-35 {
    text-align: left;
  }

  .heading-h0.center {
    font-size: 42px;
    line-height: 50px;
  }

  .grid-9.profile {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    grid-template-columns: 1fr;
  }

  .div-block-42 {
    grid-template-columns: 1fr;
  }

  .nav-wrapper {
    z-index: 9999;
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .global-button {
    align-self: stretch;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 10px 6px;
  }

  .nav__burger-line-middle.nav__burger-line--white {
    background-color: var(--lst-dunkelgrau);
  }

  .global-button__line {
    display: none;
    bottom: 5px;
    left: 5px;
    right: 5px;
  }

  .nav__burger-line-top.nav__burger-line--white {
    background-color: var(--lst-dunkelgrau);
  }

  .inner-nav {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .burger__button {
    z-index: 99999;
    display: flex;
  }

  .nav__burger-line-bottom.nav__burger-line--white {
    background-color: var(--lst-dunkelgrau);
  }

  .portal {
    max-width: 150px;
  }

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

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

  .list-item-9, .list-6 {
    text-align: left;
  }
}

@media screen and (max-width: 479px) {
  .rich-text {
    width: 100%;
    max-width: none;
  }

  .container {
    flex-flow: column wrap;
    align-content: center;
    align-items: center;
    display: flex;
  }

  .container.horizontal {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
  }

  .container.horizontal.logos {
    padding-top: 20px;
  }

  .container.vertical {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .container.horizontal {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
  }

  .heading-h1 {
    font-size: 36px;
    line-height: 48px;
  }

  .section {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section.hero {
    padding-top: 20px;
  }

  .section.hero.top {
    padding-right: 0;
  }

  .button._2 {
    margin-left: 20px;
    margin-right: 20px;
  }

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

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .intro-wrap.horizontal {
    flex-direction: column;
  }

  .text-h4._20px-tb {
    text-align: left;
  }

  .contact {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-form, .contact-form-wrap, .footer-wrap {
    flex-direction: column;
  }

  .about-head-text-wrap {
    width: 100%;
    max-width: none;
  }

  .skills-grid {
    width: 100%;
    max-width: none;
    grid-template-columns: 1fr;
  }

  .personal-features-grid, .social-media-heading, .project-overview-grid, .project-description-grid {
    width: 100%;
    max-width: none;
  }

  .email-section {
    width: 100%;
    max-width: none;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .email-link {
    font-size: 30px;
    line-height: 46px;
  }

  .div-icon {
    justify-content: flex-start;
    padding-top: 0;
    padding-bottom: 20px;
    padding-right: 0;
  }

  .div-icon.horizontal.icon {
    justify-content: flex-start;
    padding-bottom: 20px;
  }

  .div-icon.vertikal {
    justify-content: flex-start;
  }

  .div-icon.ansprechpartner._3 {
    display: none;
  }

  .div-icon.right {
    justify-content: flex-start;
  }

  .div-icon.kunden {
    max-width: 130px;
    justify-content: flex-start;
  }

  .body-small {
    text-align: left;
  }

  .div-block-2.horizontal.hero {
    flex-direction: column;
  }

  .div-block-2.vertikal {
    margin-top: 20px;
  }

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

  .section-2.ansprechpartner {
    flex-direction: column;
  }

  .section-2._0 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-3.l {
    max-width: none;
  }

  .div-block-3.l.losgroesse {
    align-items: center;
  }

  .div-block-3.m, .div-block-3.r {
    max-width: none;
  }

  .div-block-3.vorteile {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .div-block-4 {
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .div-block-4.vertikal {
    align-items: stretch;
    padding-left: 0;
  }

  .div-block-4.losgroesse {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .div-block-4.material {
    grid-template-columns: 1fr;
  }

  .body, .body.white {
    text-align: left;
  }

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

  .image-3 {
    max-width: 90vw;
    padding-left: 0;
  }

  .image-3.arbeiten {
    max-width: 300px;
    margin-right: 0;
    padding-bottom: 40px;
  }

  .image-3.footer {
    max-width: 300px;
    object-fit: contain;
  }

  .div-block-5 {
    flex-direction: column;
  }

  .h3 {
    text-align: center;
  }

  .h3.l {
    text-align: left;
  }

  .div-block-7 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .grid {
    grid-template: "."
                   "."
                   "."
                   "Area"
                   "."
                   "."
                   / 1fr;
  }

  .div-block-9 {
    text-align: left;
    justify-content: flex-start;
  }

  .h2.white {
    text-align: left;
  }

  .h2.white.margin {
    text-align: center;
  }

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

  .div-horizontal.arbeiten {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .div-horizontal.datenblatt {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-10 {
    width: 100%;
    align-items: flex-start;
  }

  .div-block-11 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .image-11 {
    max-width: 100vw;
    margin-top: 40px;
    margin-left: 0;
  }

  .accordion-circle {
    width: 3.5em;
    margin-right: .6em;
  }

  .div-block-20 {
    width: auto;
    padding-right: 0;
  }

  .div-block-21 {
    width: auto;
    padding-left: 0;
  }

  .div-block-19 {
    flex-direction: column;
  }

  .text-block-3 {
    width: 120px;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    line-height: 22px;
  }

  .text-block-3.m {
    width: 120px;
  }

  .text-block-3.r {
    width: 120px;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-inner.in-article-title {
    padding-bottom: 2em;
  }

  .hero-3-block.kontrolle {
    padding-left: 30px;
    padding-right: 30px;
  }

  .hero-4-content {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .hero-4-content.kontrolle {
    padding-left: 8vw;
  }

  .heading-4.hero-title-3 {
    font-size: 3.5em;
  }

  .heading-4.hero-title-3.industrien {
    font-size: 36px;
  }

  .hero-image-main.kontrolle, .hero-images-wrap.kontrolle {
    width: 100%;
    height: 100%;
  }

  .div-block-28 {
    align-items: center;
  }

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

  .grid-3 {
    grid-template-columns: 1fr;
    justify-items: stretch;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
  }

  .text-block-25 {
    font-size: 14px;
    line-height: 28px;
  }

  .image-18 {
    height: 300px;
    margin-right: 0;
  }

  .heading-h1-2 {
    font-size: 36px;
    line-height: 48px;
  }

  .div-icon-2.ansprechpartner._3 {
    display: none;
  }

  .div-block-34 {
    justify-content: center;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-36 {
    height: 120px;
  }

  .text-block-26 {
    height: 100%;
  }

  .text-block-27, .text-block-29.l {
    text-align: left;
  }

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

  .heading-5.article-page-title {
    font-size: 2.8em;
  }

  .container-2 {
    padding-left: 6vw;
    padding-right: 6vw;
  }

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

  .text-block-31, .text-block-32, .text-block-33, .text-block-34, .bold-text-2, .list-item-4, .list-item-5, .list-item-6, .list-item-7, .text-block-35 {
    text-align: left;
  }

  .list-5 {
    padding-left: 0;
  }

  .image-20.beratung {
    object-position: 50% 50%;
  }

  .heading-h0.center {
    font-size: 36px;
    line-height: 40px;
    display: block;
  }

  .heading-h0.center.mobile {
    display: block;
  }

  .team.name {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 1.5em;
    font-weight: 600;
  }

  .team.titel {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 16px;
  }

  .grid-9.profile {
    grid-column-gap: 16px;
    grid-row-gap: 28px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .nav-wrapper {
    display: none;
  }

  .global-button {
    margin-top: 0;
    margin-bottom: 0;
  }

  .inner-nav {
    padding-right: 10px;
  }

  .burger__button {
    z-index: 99999;
    display: flex;
    position: relative;
  }

  .div-block-45 {
    margin-left: 0;
    margin-right: 0;
  }

  .portal {
    max-width: 100px;
  }

  .grid-10 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    padding-top: 20px;
  }

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

  .form-block {
    width: 100%;
    max-width: none;
  }

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

  .text-block-37 {
    line-height: 18px;
  }

  .text-block-38 {
    text-align: left;
  }

  .top {
    margin-top: 0;
  }
}

#w-node-_1fe94567-747f-288b-1645-90ef4d1cba21-4adfd6b0 {
  align-self: center;
}

#w-node-_924fbeee-3dcc-9b40-3578-49c137e34924-4adfd6b3 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_924fbeee-3dcc-9b40-3578-49c137e34927-4adfd6b3 {
  grid-area: 1 / 10 / 2 / 13;
}

#w-node-_25a41969-94a0-3c9a-e60a-a26408b9fa4a-4adfd6b6, #w-node-_90842acb-bd02-e23c-55f1-856a4ba13593-4adfd6b6, #w-node-_6c102f28-8704-a1bb-bcd6-be508e42b379-4adfd6b6, #w-node-a5b3125d-a565-1397-9364-e749a8814a28-4adfd6b6 {
  align-self: stretch;
}

#w-node-_924fbeee-3dcc-9b40-3578-49c137e34924-4adfd6b8 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_924fbeee-3dcc-9b40-3578-49c137e34927-4adfd6b8 {
  grid-area: 1 / 10 / 2 / 13;
}

#w-node-_316df94f-4392-b727-7acb-be7819943cbb-4adfd6bb {
  justify-self: start;
}

#w-node-_316df94f-4392-b727-7acb-be7819943cb6-4adfd6bb {
  justify-self: center;
}

#w-node-_316df94f-4392-b727-7acb-be7819943caf-4adfd6bb {
  justify-self: end;
}

#w-node-_3aba99dc-9929-1867-664e-7a9b407d96c3-4adfd6bd, #w-node-f57dc427-2af9-6edf-08ed-7efe1263e389-4adfd6bd, #w-node-b832a610-c4f5-20f0-5834-7178c3d9e55d-4adfd6bd {
  justify-self: center;
}

#w-node-_03651a28-df1c-8f18-383b-2dbaa2d29039-4adfd6bd, #w-node-_58e8d31d-dab8-ddc7-1bf2-61c384719e1d-4adfd6bd {
  justify-self: end;
}

#w-node-_25c2289f-55dc-728e-eaee-d5a2e2d30962-4adfd6c4, #w-node-_25c2289f-55dc-728e-eaee-d5a2e2d30962-4adfd6c5, #w-node-_25c2289f-55dc-728e-eaee-d5a2e2d30962-4adfd6c6, #w-node-_25c2289f-55dc-728e-eaee-d5a2e2d30962-4adfd6c8 {
  align-self: start;
}

#w-node-_1fe94567-747f-288b-1645-90ef4d1cba21-4adfd6cb {
  align-self: center;
}

#w-node-_21577133-d0b1-fa99-372f-902444ee7505-4adfd6cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_21577133-d0b1-fa99-372f-902444ee7506-4adfd6cb, #w-node-_21577133-d0b1-fa99-372f-902444ee7507-4adfd6cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_21577133-d0b1-fa99-372f-902444ee750b-4adfd6cb {
  grid-area: Area;
}

#w-node-ff378521-71ed-ebc5-7d57-cb0206b7b8b9-4adfd6cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-ff378521-71ed-ebc5-7d57-cb0206b7b8ba-4adfd6cb, #w-node-ff378521-71ed-ebc5-7d57-cb0206b7b8bb-4adfd6cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff378521-71ed-ebc5-7d57-cb0206b7b8bf-4adfd6cb {
  grid-area: Area;
}

#w-node-d716f18c-9a2e-bae8-78cb-cd09bb8c2571-4adfd6cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-d716f18c-9a2e-bae8-78cb-cd09bb8c2572-4adfd6cb, #w-node-d716f18c-9a2e-bae8-78cb-cd09bb8c2573-4adfd6cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d716f18c-9a2e-bae8-78cb-cd09bb8c2577-4adfd6cb {
  grid-area: Area;
}

#w-node-_2350e669-5f92-7172-b1ac-64878fdeacf1-4adfd6cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_2350e669-5f92-7172-b1ac-64878fdeacf2-4adfd6cb, #w-node-_2350e669-5f92-7172-b1ac-64878fdeacf3-4adfd6cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2350e669-5f92-7172-b1ac-64878fdeacf7-4adfd6cb {
  grid-area: Area;
}

#w-node-_1b7da332-bc0d-98ac-1ff8-9a44082633aa-4adfd6cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_1b7da332-bc0d-98ac-1ff8-9a44082633ab-4adfd6cb, #w-node-_1b7da332-bc0d-98ac-1ff8-9a44082633ac-4adfd6cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1b7da332-bc0d-98ac-1ff8-9a44082633b2-4adfd6cb {
  grid-area: Area;
}

#w-node-_48912d4f-773c-118b-3e77-34377eaeb295-4adfd6cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_48912d4f-773c-118b-3e77-34377eaeb296-4adfd6cb, #w-node-_48912d4f-773c-118b-3e77-34377eaeb297-4adfd6cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_48912d4f-773c-118b-3e77-34377eaeb29b-4adfd6cb {
  grid-area: Area;
}

#w-node-ef549058-aeba-2118-4701-6c9f15082b01-4adfd6cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-ef549058-aeba-2118-4701-6c9f15082b02-4adfd6cb, #w-node-ef549058-aeba-2118-4701-6c9f15082b03-4adfd6cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ef549058-aeba-2118-4701-6c9f15082b07-4adfd6cb {
  grid-area: Area;
}

#w-node-_7be31407-ce4a-7f6c-03eb-1bccc0bc7dc9-4adfd6cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_7be31407-ce4a-7f6c-03eb-1bccc0bc7dca-4adfd6cb, #w-node-_7be31407-ce4a-7f6c-03eb-1bccc0bc7dcb-4adfd6cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7be31407-ce4a-7f6c-03eb-1bccc0bc7dcf-4adfd6cb {
  grid-area: Area;
}

#w-node-_699d6cd4-1d39-7622-aa4c-e2b16d590532-4adfd6cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_699d6cd4-1d39-7622-aa4c-e2b16d590533-4adfd6cb, #w-node-_699d6cd4-1d39-7622-aa4c-e2b16d590534-4adfd6cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_699d6cd4-1d39-7622-aa4c-e2b16d590538-4adfd6cb {
  grid-area: Area;
}

@media screen and (min-width: 1920px) {
  #w-node-_316df94f-4392-b727-7acb-be7819943caf-4adfd6bb, #w-node-_58e8d31d-dab8-ddc7-1bf2-61c384719e1d-4adfd6bd {
    justify-self: end;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_924fbeee-3dcc-9b40-3578-49c137e34924-4adfd6b3 {
    grid-column: span 10 / span 10;
  }

  #w-node-_924fbeee-3dcc-9b40-3578-49c137e34927-4adfd6b3 {
    grid-area: span 1 / span 10 / span 1 / span 10;
  }

  #w-node-_924fbeee-3dcc-9b40-3578-49c137e34924-4adfd6b8 {
    grid-column: span 10 / span 10;
  }

  #w-node-_924fbeee-3dcc-9b40-3578-49c137e34927-4adfd6b8 {
    grid-area: span 1 / span 10 / span 1 / span 10;
  }

  #w-node-_3aba99dc-9929-1867-664e-7a9b407d96c3-4adfd6bd, #w-node-f57dc427-2af9-6edf-08ed-7efe1263e389-4adfd6bd, #w-node-b832a610-c4f5-20f0-5834-7178c3d9e55d-4adfd6bd {
    justify-self: start;
  }

  #w-node-_03651a28-df1c-8f18-383b-2dbaa2d29039-4adfd6bd {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_924fbeee-3dcc-9b40-3578-49c137e34924-4adfd6b3 {
    grid-column: span 8 / span 8;
  }

  #w-node-_924fbeee-3dcc-9b40-3578-49c137e34927-4adfd6b3 {
    grid-column: span 6 / span 6;
  }

  #w-node-_924fbeee-3dcc-9b40-3578-49c137e34924-4adfd6b8 {
    grid-column: span 8 / span 8;
  }

  #w-node-_924fbeee-3dcc-9b40-3578-49c137e34927-4adfd6b8 {
    grid-column: span 6 / span 6;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_924fbeee-3dcc-9b40-3578-49c137e34924-4adfd6b3, #w-node-_924fbeee-3dcc-9b40-3578-49c137e34927-4adfd6b3, #w-node-_924fbeee-3dcc-9b40-3578-49c137e34924-4adfd6b8, #w-node-_924fbeee-3dcc-9b40-3578-49c137e34927-4adfd6b8 {
    grid-column: span 6 / span 6;
  }

  #w-node-_21577133-d0b1-fa99-372f-902444ee7505-4adfd6cb, #w-node-ff378521-71ed-ebc5-7d57-cb0206b7b8b9-4adfd6cb, #w-node-d716f18c-9a2e-bae8-78cb-cd09bb8c2571-4adfd6cb, #w-node-_2350e669-5f92-7172-b1ac-64878fdeacf1-4adfd6cb, #w-node-_1b7da332-bc0d-98ac-1ff8-9a44082633aa-4adfd6cb, #w-node-_48912d4f-773c-118b-3e77-34377eaeb295-4adfd6cb, #w-node-ef549058-aeba-2118-4701-6c9f15082b01-4adfd6cb, #w-node-_7be31407-ce4a-7f6c-03eb-1bccc0bc7dc9-4adfd6cb, #w-node-_699d6cd4-1d39-7622-aa4c-e2b16d590532-4adfd6cb {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }
}


@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-BoldItalic.ttf') format('truetype'), url('../fonts/Poppins-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraBold.ttf') format('truetype'), url('../fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Black';
  src: url('../fonts/Inter-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Regular';
  src: url('../fonts/Inter-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Medium';
  src: url('../fonts/Inter-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Thin';
  src: url('../fonts/Inter-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}