:root {
  --rich-anthrazit: #4a565d;
  --rich-schwarz: #1d1d1d;
  --white: white;
  --rich-grau-hintergrund: #faf9f8;
  --rich-akzent: #f86f22;
  --rich-silber: #e4e4e4;
  --rich-dunkelsilber-2: #9e9e9f;
  --rich-dunkelsilber: #9e9e9f;
  --rich-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;
}

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

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

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

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

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

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

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

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;
  padding-left: 40px;
  padding-right: 40px;
}

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

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

.container.horizontal.logos {
  padding-left: 0;
  padding-right: 0;
}

.container.datenblatt {
  display: flex;
}

.container.datenblatt.links {
  flex-direction: row-reverse;
}

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

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

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

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

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

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

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

.heading-h1 {
  color: var(--rich-anthrazit);
  -webkit-text-stroke-color: var(--rich-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 {
  text-align: center;
  max-width: 600px;
}

.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(--rich-grau-hintergrund);
  margin-left: 0;
  margin-right: 0;
  padding: 0 30px 0 0;
}

.section.hero.top {
  margin-top: 100px;
}

.button {
  border: 1.5px solid var(--rich-akzent);
  background-color: var(--white);
  color: var(--rich-akzent);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 20px;
  max-width: 300px;
  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(--rich-silber);
  color: var(--rich-anthrazit);
  font-weight: 600;
}

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

.button.transparent:hover {
  background-color: var(--rich-anthrazit);
}

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

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

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

.button.menu:hover {
  background-color: #4a565d;
}

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

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

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

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

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

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

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

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

.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(--rich-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 {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: auto;
  display: flex;
}

.navigation {
  border-bottom: 1px solid var(--rich-silber);
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 50px;
  display: flex;
  position: fixed;
  top: 0;
}

.logo-image {
  object-fit: fill;
  min-height: 100%;
  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(--rich-anthrazit);
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

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

.text-h4._20px-tb {
  color: var(--rich-anthrazit);
  white-space: normal;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
}

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

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

.text-h4._20px-tb.white.l {
  color: var(--rich-anthrazit);
}

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

.text-h4._20px-tb.center {
  color: var(--rich-anthrazit);
  text-align: center;
}

.text-h4._20px-tb.d {
  color: var(--rich-anthrazit);
  margin-bottom: 0;
}

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

.text-h4.bold {
  font-weight: 600;
}

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

.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 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  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 {
  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;
  height: 460px;
  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::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 {
  z-index: 999;
  background-color: rgba(255, 255, 255, 0);
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, .7) 10%, #fff 33%);
  justify-content: space-between;
  align-items: center;
  padding: 40px 50px;
  display: flex;
  position: relative;
}

.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(--rich-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 {
  text-align: center;
  width: 70%;
  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 {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  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 {
  object-fit: cover;
  object-position: 50% 25%;
  max-width: 500px;
  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 {
  object-fit: cover;
  max-width: 80vw;
  margin-left: 0;
}

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

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

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

.div-icon.horizontal {
  flex-direction: row;
  padding-top: 0;
  padding-bottom: 0;
}

.div-icon.horizontal.hero {
  padding-left: 20px;
}

.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 {
  flex-direction: column;
  justify-content: space-between;
  padding-right: 0;
}

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

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

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

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

.body-small.icon.white {
  color: var(--white);
}

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

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

.image-2.ansprechpartner {
  object-fit: cover;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  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(--rich-grau-hintergrund);
  flex-direction: column;
  margin-top: 0;
  padding: 80px 0;
  font-family: Poppins, sans-serif;
  display: flex;
}

.section-2.industrien {
  background-color: var(--rich-anthrazit);
  color: var(--rich-anthrazit);
  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.dark {
  background-color: var(--rich-dunkelsilber-2);
  color: var(--rich-anthrazit);
  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: 100px;
}

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

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

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

.section-2.anthrazit {
  background-color: var(--rich-anthrazit);
}

.section-2.historie {
  display: none;
}

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

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

.div-block-3.l.losgroesse {
  background-color: var(--rich-anthrazit);
  border-radius: 20px;
  justify-content: flex-start;
  align-items: flex-start;
}

.div-block-3.l.historie {
  background-color: var(--white);
  color: var(--rich-anthrazit);
  border-radius: 20px;
  justify-content: flex-start;
  max-width: none;
  margin-right: 0;
  display: flex;
}

.div-block-3.l.historie.grau {
  background-color: var(--rich-anthrazit);
}

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

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

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

.div-block-3.l.sondersegmente {
  background-color: var(--rich-anthrazit);
  border-radius: 20px;
  justify-content: space-between;
  height: 100%;
  margin-right: 0;
}

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

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

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

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

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

.div-block-3.dark {
  background-color: var(--rich-anthrazit);
}

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

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

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

.div-block-3.leistung {
  background-color: var(--rich-dunkelsilber);
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

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

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

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

.div-block-4._2-reihen {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 570px;
  display: grid;
}

.div-block-4._2-reihen.text-rechts {
  padding-right: 40px;
}

.div-block-4.beratung {
  flex-direction: column;
  margin-top: 40px;
}

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

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

.body._40px-r {
  max-width: 760px;
  padding-right: 40px;
}

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

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

.image-3.arbeiten {
  object-fit: contain;
  border-radius: 20px;
  width: 100%;
  max-width: 600px;
  margin-right: 40px;
  padding-left: 0;
}

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

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

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

.h3 {
  color: var(--rich-anthrazit);
  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;
}

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

.div-block-6 {
  background-color: var(--rich-akzent);
  color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  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 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  display: flex;
}

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

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

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

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

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

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

.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(--rich-grau-hintergrund);
  padding: 80px 0 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;
  display: flex;
}

.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 {
  object-fit: cover;
  max-width: 400px;
  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 {
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  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;
  opacity: 1;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 5em;
  margin-right: 1em;
  display: flex;
  position: relative;
  top: 1px;
}

.div-block-20 {
  flex-direction: column;
  width: 600px;
  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 {
  background-color: #10131f;
  height: 1px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.accordion-toggle {
  white-space: normal;
  border-bottom: 1px solid #dde1e6;
  justify-content: flex-start;
  align-items: center;
  min-height: 5em;
  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 {
  object-fit: cover;
  width: 100vw;
  height: 80vh;
  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 {
  object-fit: cover;
  width: 300px;
  height: 300px;
}

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

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

.image-15.rich-button {
  max-width: 50px;
  position: relative;
  top: -4px;
  left: -44px;
}

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

.text-block-3 {
  text-align: center;
  width: 170px;
  padding-right: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
}

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

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

.text-block-3.hero {
  width: 150px;
  font-size: 26px;
}

.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 {
  flex-direction: column;
  align-items: flex-start;
  max-width: 45em;
  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(--rich-anthrazit);
  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(--rich-anthrazit);
  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(--rich-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 {
  background-color: #fff;
  min-width: 370px;
  min-height: 110px;
  margin-top: 2em;
  padding: 2em 3em 2em 2em;
  display: flex;
}

.parallax-image {
  z-index: 10;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 140%;
  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(--rich-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 {
  grid-template-columns: 1fr .7fr;
  max-height: 800px;
}

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

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

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

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

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

.image-18 {
  object-fit: cover;
  object-position: 35% 50%;
  border-radius: 0 20px 20px 0;
  height: 100%;
  margin-right: 60px;
}

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

.image-18.karriere {
  object-position: 75% 50%;
}

.image-18.hero {
  object-position: 0% 50%;
  margin-top: 0;
  margin-bottom: 60px;
}

.heading-h1-2 {
  color: var(--rich-anthrazit);
  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 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #d98200;
  border-radius: 20px;
  max-width: 500px;
  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(--rich-akzent);
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

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

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

.div-icon-2 {
  flex-direction: row;
  align-items: center;
  max-width: none;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 0;
  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 {
  color: var(--rich-anthrazit);
  white-space: normal;
  white-space: normal;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
}

.text-h4-2._20px-tb.white {
  color: #fff;
  max-width: none;
}

.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 {
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

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

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

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

.div-block-37 {
  height: 100%;
}

.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 {
  background-color: var(--rich-akzent);
  width: 14px;
  min-width: 14px;
  max-width: 14px;
  height: 14px;
  min-height: 14px;
  max-height: 14px;
  margin-right: 10px;
}

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

.text-block-30 {
  text-align: center;
  font-size: 16px;
}

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

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

.grid-5 {
  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;
  width: 100%;
  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;
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 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: 20px;
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 600;
  line-height: 42px;
}

.heading-6.historie {
  color: var(--rich-anthrazit);
  margin-top: 0;
  margin-bottom: 0;
}

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

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

.grid-7.segmente {
  background-color: var(--rich-anthrazit);
  border-radius: 20px;
  margin-top: 10px;
  margin-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

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

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

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

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

.list-4.sondersegmente {
  min-height: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.heading-h0.center {
  color: var(--rich-anthrazit);
  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(--rich-grau-hintergrund);
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  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;
  height: 100%;
  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 {
  object-fit: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
  max-height: 350px;
}

.image-21.team-logo {
  object-fit: cover;
  max-width: 300px;
  padding: 100px 50px 50px;
}

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

.image-22.ansprechpartner {
  object-fit: cover;
  border-radius: 20%;
  width: 100px;
  height: 100px;
  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(--rich-anthrazit);
  flex-direction: column;
  align-items: flex-start;
  font-weight: 400;
}

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

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

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

.nav-wrapper {
  display: flex;
}

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

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

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

.global-button:active {
  color: var(--rich-anthrazit);
}

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

.global-button.mobile {
  display: none;
}

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

.logo__text {
  text-indent: 6px;
  width: 130px;
  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 {
  background-color: #444;
  border-radius: 2px;
  width: 22.5px;
  height: 3px;
  margin-top: 2px;
  margin-bottom: 2px;
}

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

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

.nav__burger-line-top {
  background-color: #444;
  border-radius: 2px;
  width: 22.5px;
  height: 3px;
  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: 180px;
  margin-right: 20px;
}

.global-nav {
  z-index: 999;
  justify-content: flex-end;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.global-button__text {
  text-align: center;
  min-width: 86px;
  font-size: 13px;
  line-height: 22px;
}

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

.nav__burger-line-bottom {
  background-color: #444;
  border-radius: 2px;
  width: 22.5px;
  height: 3px;
  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(--rich-anthrazit);
  margin: 0 0 100px;
  padding: 40px;
}

.div-block-45 {
  border: 1px dashed var(--rich-anthrazit);
  background-color: var(--rich-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;
  margin-top: 20px;
  margin-bottom: 20px;
  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;
}

.text-block-36 {
  text-align: center;
}

.text-block-37 {
  text-align: center;
  font-size: 14px;
}

.div-block-50 {
  max-width: 530px;
  margin-left: 40px;
}

.div-block-50.text-rechts {
  padding-right: 40px;
}

.div-block-51 {
  justify-content: space-around;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.div-block-51.messtechnik {
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-51.efqm {
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
}

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

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

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

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

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

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

.heading-h1-3 {
  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;
}

.h2-2 {
  font-size: 28px;
  font-weight: 600;
}

.h2-2.white {
  color: #fff;
  line-height: 110%;
}

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

.div-block-54.dark {
  background-color: #33466f;
}

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

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

.image-26 {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  max-width: 400px;
  margin-top: 10px;
  margin-left: 40px;
}

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

.image-26.links.kaeltetechnik {
  object-position: 50% 50%;
}

.image-26.pneumatik {
  object-position: 45% 50%;
}

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

.div-block-56 {
  max-width: 530px;
  margin-left: 40px;
}

.div-block-56.text-links {
  margin-left: 0;
  margin-right: 0;
  padding-right: 40px;
}

.div-block-56.text-rechts {
  padding-right: 40px;
}

.image-28 {
  object-fit: contain;
  max-width: 300px;
  padding-left: 20px;
  padding-right: 20px;
}

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

.efqm {
  max-width: 250px;
}

.div-block-57 {
  height: 100%;
}

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

.div-block-59 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--rich-anthrazit);
  border-radius: 20px;
  flex-direction: row-reverse;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.text-block-38 {
  width: 100%;
}

.image-29 {
  object-fit: cover;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  max-width: 400px;
}

.div-block-60 {
  width: 100%;
  padding: 40px 20px;
}

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

.global-button__text-2 {
  color: var(--rich-anthrazit);
  font-size: 14px;
  display: flex;
}

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

.dropdown-list-2 {
  background-color: #fff;
  flex-direction: column;
  min-width: 250px;
  display: none;
}

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

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

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

.global-button-2 {
  color: #494c59;
  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-2:active {
  color: #494c59;
}

.global-button-2.w--current {
  color: #494c59;
  font-weight: 600;
}

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

.global-button-2.dropdown:hover {
  color: var(--rich-akzent);
  font-weight: 600;
}

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

.icon-2 {
  color: var(--rich-anthrazit);
}

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

.top {
  margin-top: 100px;
}

.list-6, .div-block-61 {
  height: 100%;
}

.fs-cc-banner_buttons-wrapper {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-manager_component {
  z-index: 999;
  display: block;
  position: fixed;
  top: auto;
  bottom: 1.25rem;
  left: 1.25rem;
  right: auto;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-banner_close-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: .625rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  top: -.75rem;
  bottom: auto;
  left: auto;
  right: -.75rem;
  box-shadow: -1px 1px 12px rgba(51, 51, 51, .1);
}

.fs-cc-prefs_option {
  border-bottom: 1px solid rgba(51, 51, 51, .15);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-prefs_space-small {
  margin-bottom: .75rem;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-prefs_title {
  color: var(--rich-akzent);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_text {
  color: var(--rich-anthrazit);
  font-size: 13px;
  line-height: 20px;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 2rem;
  margin-right: -.5rem;
  display: flex;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 2.5rem;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 2.75rem;
  height: 1.5rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 2.5rem 2rem;
  overflow: scroll;
}

.fs-cc-banner_text-link {
  border: 1px none var(--rich-blau);
  color: var(--rich-akzent);
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 1rem;
  width: 100%;
  max-width: 36rem;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 1rem;
  height: 1rem;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  margin-left: .75rem;
  padding: .625rem;
  box-shadow: 1px 1px 12px rgba(0, 0, 0, .1);
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: rgba(3, 5, 36, .6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-manager_icon {
  width: 2rem;
  height: 2rem;
}

.fs-cc-banner_text {
  color: var(--rich-anthrazit);
  margin-right: 1.5rem;
  font-size: 13px;
  line-height: 20px;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  flex-direction: column;
  padding: .625rem;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs_label {
  color: var(--rich-akzent);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 13px;
  font-weight: 700;
}

.fs-cc-prefs_button {
  border: 2px solid var(--rich-akzent);
  background-color: var(--rich-akzent);
  border-radius: 999rem;
  margin-right: .5rem;
  padding: .625rem 1.5rem;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  border-color: var(--rich-akzent);
  color: var(--rich-akzent);
  background-color: #fff;
  font-size: 13px;
  line-height: 20px;
}

.fs-cc-banner_button {
  border: 2px solid var(--rich-akzent);
  background-color: var(--rich-akzent);
  color: #fff;
  text-align: center;
  border-radius: 999rem;
  min-width: 8.75rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-size: 13px;
  line-height: 14px;
}

.fs-cc-banner_button.fs-cc-button-alt {
  border-color: var(--rich-akzent);
  color: var(--rich-akzent);
  background-color: #f5f5f5;
  font-size: 13px;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #f5f6ff;
  border-top: 1px solid rgba(67, 83, 255, .16);
  padding: 1.5rem 2rem;
  display: block;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 1.25rem;
  height: 1.25rem;
}

.bold-text-3 {
  color: var(--rich-akzent);
  -webkit-text-stroke-color: var(--rich-akzent);
  font-size: 13px;
}

.link {
  color: var(--rich-akzent);
}

@media screen and (min-width: 1440px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

  .button:hover {
    background-color: #4a565d;
  }

  .button.transparent {
    max-width: 330px;
  }

  .button.menu {
    display: flex;
  }

  .text-h4._20px-tb, .text-h4._20px-tb.white.l, .text-h4._20px-tb.center {
    color: var(--rich-anthrazit);
  }

  .div-icon {
    flex-direction: column;
    justify-content: space-between;
    padding-right: 0;
  }

  .div-icon.horizontal {
    flex-direction: row;
    justify-content: flex-start;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-icon.horizontal.icon {
    padding-right: 20px;
  }

  .div-icon.right {
    justify-content: space-between;
  }

  .section-2.industrien {
    background-color: var(--rich-anthrazit);
    color: var(--rich-anthrazit);
  }

  .section-2.anthrazit {
    background-color: var(--rich-anthrazit);
  }

  .div-block-3 {
    background-color: var(--rich-anthrazit);
    border-radius: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-3.l.losgroesse {
    background-color: var(--rich-anthrazit);
    color: var(--rich-anthrazit);
    border-radius: 20px;
  }

  .div-block-3.l.historie {
    background-color: var(--white);
    border: 1px solid #e4e4e4;
    border-radius: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-block-3.l.beratung {
    border-radius: 20px;
  }

  .div-block-3.vorteile {
    border-radius: 20px;
    padding: 40px;
  }

  .div-block-3.leistung {
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-4._2-reihen {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: stretch;
    max-width: 570px;
    display: grid;
  }

  .div-block-4.beratung {
    flex-direction: column;
    margin-top: 40px;
  }

  .image-3.arbeiten {
    border-radius: 20px;
    width: 100%;
  }

  .div-block-6 {
    background-color: var(--rich-akzent);
    color: var(--white);
  }

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

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

  .image-15.rich-button {
    max-width: 50px;
    position: relative;
    top: -4px;
    left: -44px;
  }

  .text-block-3 {
    text-align: center;
    justify-content: center;
    padding-right: 0;
    display: flex;
  }

  .text-block-3.m {
    padding-left: 0;
  }

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

  .heading-4.hero-title-3.industrien {
    color: var(--rich-anthrazit);
  }

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

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

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

  .image-18 {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .image-18.bild-rechts {
    border-radius: 20px 0 0 20px;
  }

  .heading-h1-2 {
    color: var(--rich-anthrazit);
  }

  .button-2.menu {
    margin-left: 20px;
  }

  .text-h4-2._20px-tb {
    color: #4a565d;
  }

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

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

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

  .heading-6 {
    margin-top: 20px;
    font-size: 24px;
    line-height: 42px;
  }

  .heading-6.historie {
    color: var(--rich-anthrazit);
  }

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

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

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

  .image-20.home, .image-20.messtechnik {
    height: 50vh;
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .team {
    border: 1px solid #e4e4e4;
    border-radius: 20px;
  }

  .team.name, .team.titel {
    border-style: none;
  }

  .image-21 {
    border: 1px solid #e4e4e4;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .inner-logo-wrapper {
    margin-right: 20px;
    padding-right: 0;
  }

  .inner-logo-wrapper.w--current {
    padding-right: 40px;
  }

  .global-button {
    padding-left: 10px;
    padding-right: 10px;
  }

  .global-button.w--current {
    min-width: 100px;
  }

  .logo__img {
    margin-right: 10px;
  }

  .global-button__text {
    min-width: 80px;
    font-size: 14px;
    line-height: 20px;
  }

  .text-block-36, .text-block-37 {
    text-align: center;
  }

  .div-block-50 {
    max-width: 570px;
    padding-left: 40px;
  }

  .div-block-51 {
    justify-content: space-around;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
  }

  .div-block-51.messtechnik {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-52 {
    max-width: 1140px;
    display: flex;
  }

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

  .image-24 {
    max-width: 180px;
  }

  .heading-h1-3 {
    color: #4a565d;
  }

  .div-block-54 {
    color: var(--rich-anthrazit);
    background-color: #4a565d;
    margin-bottom: 0;
  }

  .image-26 {
    border-radius: 20px;
    margin-top: 10px;
  }

  .div-block-56 {
    max-width: 570px;
    padding-left: 0;
  }

  .div-block-56.text-links {
    max-width: 530px;
    margin-right: 40px;
    padding-left: 0;
  }

  .image-29 {
    object-fit: cover;
    max-width: 400px;
  }
}

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

  .image-21 {
    object-position: 50% 0%;
  }

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

  .container.datenblatt, .container.datenblatt.links {
    flex-direction: column-reverse;
  }

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

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

  .section.hero {
    padding-left: 30px;
  }

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

  .menu-button {
    padding: 0;
  }

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

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

  .text-h4._20px-tb.d {
    color: var(--rich-anthrazit);
  }

  .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 {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

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

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

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

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

  .project-description-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    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;
  }

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

  .div-block-4._2-reihen {
    max-width: none;
  }

  .div-block-4._2-reihen.text-rechts {
    padding-right: 0;
  }

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

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

  .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 {
    justify-content: flex-start;
    width: 170px;
  }

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

  .text-block-3.hero {
    text-align: center;
  }

  .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;
    width: 100%;
  }

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

  .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 {
    flex-direction: column;
    align-items: center;
    width: 100%;
    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(--rich-anthrazit);
  }

  .burger__button {
    display: block;
  }

  .nav__burger-line-bottom.nav__burger-line--white {
    background-color: var(--rich-anthrazit);
  }

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

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

  .div-block-50.text-rechts {
    margin-left: 0;
    padding-right: 0;
  }

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

  .image-26 {
    max-width: none;
    margin-left: 0;
  }

  .image-26.links {
    margin-right: 0;
  }

  .div-block-56 {
    max-width: none;
    margin-left: 0;
  }

  .image-28 {
    max-width: 260px;
  }

  .div-block-59 {
    flex-direction: column-reverse;
  }

  .image-29 {
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
  }

  .dropdown-2 {
    display: none;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1rem;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }
}

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

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

  .container {
    text-align: center;
  }

  .container.hero, .container.datenblatt {
    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;
  }

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

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

  .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, .text-h4._20px-tb.white.l, .text-h4._20px-tb.center {
    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 {
    grid-template-columns: 1fr;
    width: 70%;
    max-width: 470px;
  }

  .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.sondersegmente {
    max-width: none;
  }

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

  .body {
    text-align: left;
  }

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

  .div-block-8 {
    max-width: none;
  }

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

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

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

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

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

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

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

  .text-block-3.r {
    text-align: left;
    width: 150px;
    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 {
    padding-right: 0;
  }

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

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

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

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

  .nav-wrapper {
    z-index: 9999;
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 100px;
    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;
  }

  .global-button.mobile {
    display: block;
  }

  .nav__burger-line-middle.nav__burger-line--white {
    background-color: var(--rich-anthrazit);
  }

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

  .nav__burger-line-top.nav__burger-line--white {
    background-color: var(--rich-anthrazit);
  }

  .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(--rich-anthrazit);
  }

  .portal {
    max-width: 150px;
  }

  .div-block-51.messtechnik {
    justify-content: space-around;
    width: 100%;
  }

  .image-24 {
    max-width: 120px;
    padding-right: 0;
  }

  .image-25._40l.contain {
    margin-left: 0;
  }

  .div-block-53.logos {
    justify-content: space-around;
  }

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

  .div-block-54 {
    margin-top: 0;
  }

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

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

  .image-28 {
    object-fit: scale-down;
    max-width: 180px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-prefs_title {
    font-size: 1.25rem;
  }
}

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

  .container {
    flex-flow: column wrap;
    align-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

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

  .container.hero.pic-r {
    order: 1;
  }

  .heading-h1 {
    font-size: 32px;
    line-height: 42px;
  }

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

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

  .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 {
    color: var(--rich-anthrazit);
    text-align: left;
  }

  .text-h4._20px-tb.d {
    color: var(--rich-anthrazit);
  }

  .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 {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: none;
  }

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

  .email-section {
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: none;
    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 {
    justify-content: flex-start;
    max-width: 130px;
  }

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

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

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

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

  .section-2.industrien.kpis, .section-2.dark {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-2.white.hero {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .section-2._0 {
    padding: 40px 10px;
  }

  .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, .div-block-4._2-reihen {
    grid-template-columns: 1fr;
  }

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

  .body._40px-r {
    padding-right: 0;
  }

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

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

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

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

  .grid.margin.profile {
    grid-template-columns: 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 {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

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

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

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

  .image-15.rich-button {
    margin-top: 15px;
    top: auto;
    left: auto;
  }

  .div-block-26 {
    justify-content: center;
  }

  .text-block-3 {
    text-align: left;
    width: 120px;
    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: 0;
  }

  .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 {
    padding-right: 0;
  }

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

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

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

  .div-block-37 {
    height: 0;
  }

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

  .heading-6 {
    font-size: 22px;
    line-height: 32px;
  }

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

  .grid-7 {
    border-radius: 20px;
  }

  .grid-7.segmente {
    max-width: 390px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .grid-8.margin {
    padding-left: 20px;
    padding-right: 20px;
  }

  .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;
    padding-left: 20px;
    padding-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 {
    padding-top: 100px;
    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%;
  }

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

  .image-24 {
    max-width: 80px;
    padding-right: 0;
  }

  .image-25._40l.contain {
    max-width: 100%;
    margin-left: 0;
  }

  .div-block-53.logos {
    justify-content: space-around;
  }

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

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

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

  .div-block-56.text-rechts {
    padding-right: 0;
  }

  .image-28 {
    max-width: 110px;
  }

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

  .div-block-59 {
    flex-direction: column-reverse;
  }

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

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

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

  .dropdown-2 {
    display: none;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .set-all-components-to-display-none-and-use-this-div-to-create-a-symbol {
    display: none;
  }

  .fs-cc-prefs_content {
    padding: 1.5rem;
  }

  .fs-cc-banner_close {
    position: absolute;
    top: -1.5rem;
    bottom: auto;
    left: auto;
    right: .75rem;
  }

  .fs-cc-prefs_component {
    padding: 1.5rem;
  }

  .fs-cc-prefs_button {
    margin-bottom: .5rem;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }
}

#w-node-de737169-bdbe-7e3c-aa2a-e846c2486c74-3b1e3b09 {
  justify-self: center;
}

#w-node-_52bf3ef8-4e1d-c0a6-6659-b0dec9f5b8bb-3b1e3b09 {
  align-self: center;
}

#w-node-_728290fa-e426-7f49-fafd-e6083f36833a-3b1e3b09, #w-node-_4fc3fd5f-1fc3-a0a7-e5cd-8faf305b0531-3b1e3b09, #w-node-_777bfc37-9010-c8ce-47fd-c3b6c7b97f90-3b1e3b09, #w-node-_213c8a07-5740-7e8a-3833-0c52510cb46d-3b1e3b09, #w-node-_463b0352-b90a-d96b-96d7-57dbdb3bbd8f-3b1e3b09, #w-node-_1752fd76-3cf3-9e14-eb16-6f520abdcc1d-3b1e3b09, #w-node-_4ddd79ce-3958-6769-2ccb-d47078642ec8-3b1e3b09, #w-node-_03d30e95-ed20-62fc-1449-cfebeffc27d6-3b1e3b09, #w-node-_171dd8c9-a938-0816-0835-17ae4379aa71-3b1e3b09, #w-node-af8fa013-5ed7-c8a1-f7e9-e2bd986cd3f4-3b1e3b09, #w-node-ec80c0df-fecf-1cea-8dda-499f74285c2c-3b1e3b09, #w-node-_53acfe5a-a4d8-d581-78ff-739f58e543f2-3b1e3b09, #w-node-_53acfe5a-a4d8-d581-78ff-739f58e543f4-3b1e3b09, #w-node-_72afa6c1-d35c-3add-de9d-0e3fa3f055c9-3b1e3b09, #w-node-_72afa6c1-d35c-3add-de9d-0e3fa3f055cb-3b1e3b09, #w-node-a3cca021-a4ee-74bb-f9d9-379d35fd2d9d-3b1e3b09, #w-node-a3cca021-a4ee-74bb-f9d9-379d35fd2d9f-3b1e3b09, #w-node-_35dd7280-571d-2252-014b-8bc7924bfff9-3b1e3b09, #w-node-_35dd7280-571d-2252-014b-8bc7924bfffa-3b1e3b09, #w-node-b6b63e9e-ed9f-cbce-6b4d-f6168ea6064d-3b1e3b09, #w-node-b6b63e9e-ed9f-cbce-6b4d-f6168ea6064e-3b1e3b09, #w-node-d07b256f-2b2c-d124-8dbe-7ca506756ae6-3b1e3b09, #w-node-d07b256f-2b2c-d124-8dbe-7ca506756ae7-3b1e3b09, #w-node-a49a35e3-9ec4-68e9-7f7a-3ccc4e4e7fd9-3b1e3b09, #w-node-a49a35e3-9ec4-68e9-7f7a-3ccc4e4e7fda-3b1e3b09 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

#w-node-e15f745c-6915-d4b7-07b4-5e17dc1f1127-3b1e3b0e, #w-node-e15f745c-6915-d4b7-07b4-5e17dc1f1135-3b1e3b0e {
  align-self: stretch;
}

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

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

#w-node-_25c2289f-55dc-728e-eaee-d5a2e2d30962-3b1e3b10 {
  align-self: start;
}

#w-node-_1fe94567-747f-288b-1645-90ef4d1cba21-3b1e3b11 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: auto;
}

#w-node-_337035d7-eb9f-a2f0-ff9a-b2ca0cd5eae0-3b1e3b12, #w-node-_337035d7-eb9f-a2f0-ff9a-b2ca0cd5eae0-3b1e3b13 {
  align-self: center;
}

#w-node-_9fc50009-b358-0295-d26c-69dee213be93-3b1e3b13 {
  align-self: center;
  justify-self: end;
}

#w-node-_6aca8aca-b869-bb3a-b1fa-6f661df879d0-3b1e3b13 {
  align-self: center;
}

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

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

#w-node-_58e8d31d-dab8-ddc7-1bf2-61c384719e1b-3b1e3b14 {
  justify-self: start;
}

#w-node-_9fc50009-b358-0295-d26c-69dee213be93-3b1e3b15 {
  align-self: center;
  justify-self: end;
}

#w-node-_1d64c6fe-b82d-70b6-43f6-c02999b4ccb4-3b1e3b15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

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

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

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

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

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

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

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

#w-node-f707aa19-9dd8-27ee-7446-240baaaebdb4-3b1e3b16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-f707aa19-9dd8-27ee-7446-240baaaebdb5-3b1e3b16, #w-node-f707aa19-9dd8-27ee-7446-240baaaebdb6-3b1e3b16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f707aa19-9dd8-27ee-7446-240baaaebdbc-3b1e3b16 {
  grid-area: Area;
}

#w-node-_83138941-149d-57f6-eced-f4694a3f54c4-3b1e3b16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_83138941-149d-57f6-eced-f4694a3f54c5-3b1e3b16, #w-node-_83138941-149d-57f6-eced-f4694a3f54c6-3b1e3b16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_83138941-149d-57f6-eced-f4694a3f54cc-3b1e3b16 {
  grid-area: Area;
}

#w-node-d9293bc3-69c2-cbca-de03-2265d70aab1f-3b1e3b16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-d9293bc3-69c2-cbca-de03-2265d70aab20-3b1e3b16, #w-node-d9293bc3-69c2-cbca-de03-2265d70aab21-3b1e3b16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d9293bc3-69c2-cbca-de03-2265d70aab27-3b1e3b16 {
  grid-area: Area;
}

#w-node-_0f041fb4-455c-f089-a3c0-d50aae918e1b-3b1e3b16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_0f041fb4-455c-f089-a3c0-d50aae918e1c-3b1e3b16, #w-node-_0f041fb4-455c-f089-a3c0-d50aae918e1d-3b1e3b16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f041fb4-455c-f089-a3c0-d50aae918e23-3b1e3b16 {
  grid-area: Area;
}

@media screen and (min-width: 1920px) {
  #w-node-_58e8d31d-dab8-ddc7-1bf2-61c384719e1d-3b1e3b14 {
    justify-self: end;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-de737169-bdbe-7e3c-aa2a-e846c2486c74-3b1e3b09 {
    align-self: center;
    justify-self: center;
  }

  #w-node-_35dd7280-571d-2252-014b-8bc7924bfff9-3b1e3b09, #w-node-b6b63e9e-ed9f-cbce-6b4d-f6168ea6064d-3b1e3b09, #w-node-d07b256f-2b2c-d124-8dbe-7ca506756ae6-3b1e3b09, #w-node-a49a35e3-9ec4-68e9-7f7a-3ccc4e4e7fd9-3b1e3b09 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9fc50009-b358-0295-d26c-69dee213be93-3b1e3b13, #w-node-_9fc50009-b358-0295-d26c-69dee213be93-3b1e3b15 {
    justify-self: end;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_924fbeee-3dcc-9b40-3578-49c137e34924-3b1e3b0d {
    grid-column: span 10 / span 10;
  }

  #w-node-_924fbeee-3dcc-9b40-3578-49c137e34927-3b1e3b0d {
    grid-area: span 1 / span 10 / span 1 / span 10;
  }

  #w-node-_924fbeee-3dcc-9b40-3578-49c137e34924-3b1e3b0f {
    grid-column: span 10 / span 10;
  }

  #w-node-_924fbeee-3dcc-9b40-3578-49c137e34927-3b1e3b0f {
    grid-area: span 1 / span 10 / span 1 / span 10;
  }

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

  #w-node-_03651a28-df1c-8f18-383b-2dbaa2d29039-3b1e3b14 {
    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-3b1e3b0d {
    grid-column: span 8 / span 8;
  }

  #w-node-_924fbeee-3dcc-9b40-3578-49c137e34927-3b1e3b0d {
    grid-column: span 6 / span 6;
  }

  #w-node-_924fbeee-3dcc-9b40-3578-49c137e34924-3b1e3b0f {
    grid-column: span 8 / span 8;
  }

  #w-node-_924fbeee-3dcc-9b40-3578-49c137e34927-3b1e3b0f {
    grid-column: span 6 / span 6;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ec80c0df-fecf-1cea-8dda-499f74285c2c-3b1e3b09, #w-node-dc4e5c52-f9e3-fb22-3d81-ff4bb3b16294-3b1e3b09, #w-node-_07c57db7-eb2d-1691-f69b-aaf3cd66805f-3b1e3b09, #w-node-_32381961-ceb0-3720-1f02-427bba0f4575-3b1e3b09, #w-node-c384b030-d3a6-8ab8-5b4b-8048eb04bf97-3b1e3b09, #w-node-_8f116315-4fec-5abb-2f6e-bb6697451da2-3b1e3b09, #w-node-e82dcff3-3c45-92f6-fa96-70a55b34541a-3b1e3b09, #w-node-_28d83228-f9bf-6813-053d-3a2b5b012e07-3b1e3b09 {
    justify-self: start;
  }

  #w-node-_924fbeee-3dcc-9b40-3578-49c137e34924-3b1e3b0d, #w-node-_924fbeee-3dcc-9b40-3578-49c137e34927-3b1e3b0d, #w-node-_924fbeee-3dcc-9b40-3578-49c137e34924-3b1e3b0f, #w-node-_924fbeee-3dcc-9b40-3578-49c137e34927-3b1e3b0f {
    grid-column: span 6 / span 6;
  }

  #w-node-_21577133-d0b1-fa99-372f-902444ee7505-3b1e3b16, #w-node-ff378521-71ed-ebc5-7d57-cb0206b7b8b9-3b1e3b16, #w-node-f707aa19-9dd8-27ee-7446-240baaaebdb4-3b1e3b16, #w-node-_83138941-149d-57f6-eced-f4694a3f54c4-3b1e3b16, #w-node-d9293bc3-69c2-cbca-de03-2265d70aab1f-3b1e3b16, #w-node-_0f041fb4-455c-f089-a3c0-d50aae918e1b-3b1e3b16 {
    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;
}