@font-face {
  font-family: Intertight;
  src: url('../fonts/InterTight-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Dinnextltpro;
  src: url('../fonts/DINNextLTPro-BlackItalic.otf') format("opentype"), url('../fonts/DINNextLTPro-HeavyItalic.otf') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Dinnextltpro;
  src: url('../fonts/DINNextLTPro-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Dinnextltpro;
  src: url('../fonts/DINNextLTPro-Black.otf') format("opentype"), url('../fonts/DINNextLTPro-Heavy.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Dinnextltpro;
  src: url('../fonts/DINNextLTPro-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Dinnextltpro;
  src: url('../fonts/DINNextLTPro-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Dinnextltpro;
  src: url('../fonts/DINNextLTPro-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Dinnextltpro;
  src: url('../fonts/DINNextLTPro-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Dinnextltpro;
  src: url('../fonts/DINNextLTPro-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Dinnextltpro;
  src: url('../fonts/DINNextLTPro-UltraLightIt.otf') format("opentype"), url('../fonts/DINNextLTPro-UltraLight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Dinnextltpro;
  src: url('../fonts/DINNextLTPro-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

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

:root {
  --orange: #f87f2a;
  --white: white;
  --hellgrau: #e8e8e8;
  --schwarz: #000;
  --dunkel: #3c353d;
  --weiss: white;
  --gray: var(--white);
}

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

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

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

a {
  color: var(--orange);
  text-decoration: underline;
}

.title4 {
  color: #6f1a31;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.45em;
  line-height: 1.3em;
}

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

.title2 {
  color: #6f1a31;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Dinnextltpro, sans-serif;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1.2em;
}

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

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

.copy-medium {
  color: #686868;
  text-align: center;
  font-family: Dinnextltpro, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.4em;
}

.title6 {
  color: #6f1a31;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .8em;
  font-weight: 700;
  line-height: 1.2em;
}

.input-field {
  color: #272727;
  min-height: 54px;
  margin-bottom: 1.8em;
  font-size: 1em;
  transition: all .25s;
}

.input-field:hover {
  border: 1px solid #888;
}

.input-field:focus {
  background-color: #fcfcfc;
  border: 1px solid #272727;
}

.infotext {
  color: #888;
  font-family: Dinnextltpro, sans-serif;
  font-size: .7em;
  line-height: 1.3em;
}

.copy-small {
  color: #686868;
  font-family: Dinnextltpro, sans-serif;
  font-size: .85em;
  font-weight: 400;
  line-height: 1.4em;
}

.p-xs-end {
  padding-bottom: 1em;
}

.p-xl-end {
  padding-bottom: 100px;
}

.p-sm-end {
  padding-bottom: 50px;
}

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

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

.color-primary {
  background-color: #e6c8b2;
}

.slideup-3 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

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

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

.color-grey-light-1 {
  background-color: #d9d9d9;
}

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

.button {
  color: #664513;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  background-color: #e3d19c;
  border-radius: 999em;
  padding: 1.1em 1.8em;
  font-size: .9em;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: all .35s;
}

.button:hover {
  color: #4d3108;
  background-color: #e3d19c82;
  transform: scale(1);
}

.button.small {
  padding: 1em 1.4em;
  font-size: .8em;
}

.button.secondary {
  color: #664512;
  background-color: #0000;
  border: 2px solid #bf8b34;
}

.button.secondary:hover {
  opacity: 1;
  border-color: #66451326;
}

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

.p-xl-start {
  padding-top: 20px;
}

.color-grey-light-2 {
  background-color: #eaeaea;
}

.title5 {
  color: #6f1a31;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.1em;
  line-height: 1.1em;
}

.p-sm-start {
  border: 2px #ffe2e2;
  border-top-style: solid;
  padding-top: 20px;
}

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

.center-w2.gutter-outside {
  height: 100%;
}

.copy-large {
  color: #686868;
  font-family: Dinnextltpro, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
}

.color-copy-dark {
  background-color: #272727;
}

.p-md-end {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 0;
  display: none;
}

.distance-big {
  padding-top: 6.5em;
}

.title3 {
  color: #6f1a31;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Dinnextltpro, sans-serif;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.2;
}

.input-label {
  margin-bottom: 12px;
  font-weight: 400;
}

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

.title1 {
  color: #6f1a31;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Dinnextltpro, sans-serif;
  font-size: 3.5em;
  font-weight: 700;
  line-height: 1.05em;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

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

.nav-link {
  color: #3d363e;
  letter-spacing: .25px;
  margin-left: 0;
  margin-right: 0;
  padding: 0 30px 0 10px;
  font-family: Dinnextltpro, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.nav-link:hover {
  opacity: .7;
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current {
  color: #701932;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 30px;
  text-decoration: underline;
}

.heading {
  color: #fff;
  text-align: left;
  background-color: #0000;
  margin-top: auto;
  margin-bottom: 10px;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Dinnextltpro, sans-serif;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 120%;
  display: block;
}

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

.heading.white.para-title {
  color: #6f1a31;
  display: block;
}

.heading.leistungsvideos {
  font-size: 28px;
  font-weight: 400;
}

.heading.grau-portfolio-eintrag-header {
  color: #e2e2e2;
}

.heading-2, .heading-3 {
  color: #6f1a31;
  font-family: Dinnextltpro, sans-serif;
}

.heading-4 {
  color: #6f1a31;
  text-align: center;
  font-family: Dinnextltpro, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.heading-5, .heading-6 {
  color: #6f1a31;
}

.testimonial-grid-two {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-left: 20px;
  margin-right: 20px;
  display: grid;
}

.testimonial-card-two {
  color: snow;
  mix-blend-mode: normal;
  background-color: #b8bbc0;
  border: 1px solid #e4ebf3;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
  display: inline;
}

.testimonial-card-two.news1 {
  background-color: #979696;
  border: 0 solid #6f1a31;
  border-radius: 12px;
  box-shadow: 0 0 17px 3px #00000026;
}

.testimonial-card-two.news2, .testimonial-card-two.news3 {
  background-color: #979696;
  border-width: 0;
  border-color: #6f1a31;
  border-radius: 12px;
  box-shadow: 0 0 17px 3px #00000026;
}

.testimonial-text-two {
  color: snow;
  text-align: left;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 1em;
  font-family: Dinnextltpro, sans-serif;
  font-size: 17px;
  line-height: 27px;
  display: flex;
}

.testimonial-info-three {
  background-color: #0000;
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: flex;
}

.portfolio-image {
  cursor: pointer;
  object-fit: contain;
  background-color: #0000;
  border: 0 solid #0000;
  border-radius: 12px;
  width: 100%;
  display: block;
  box-shadow: 0 0 17px 3px #00000026;
}

.testimonial-info-three-copy {
  float: none;
  clear: none;
  object-fit: contain;
  background-color: #979696;
  border-radius: 0 0 12px 12px;
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 0;
  display: inline-block;
  overflow: visible;
}

.testimonial-grid-two-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  display: grid;
}

.scroll-image-wrapper {
  width: 100%;
}

.scroll-wrapper-fixed {
  z-index: auto;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  position: fixed;
}

.images-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.mainsectionvirginlandsuberuns {
  z-index: auto;
  opacity: 1;
  background-color: #979696;
  justify-content: center;
  width: 100%;
  max-width: none;
  height: auto;
  margin: -100px auto 0;
  padding-top: 0;
  display: block;
  position: static;
}

.form-block {
  aspect-ratio: auto;
  object-fit: cover;
  align-items: flex-start;
  width: auto;
  height: 100%;
  margin-bottom: 0;
  display: block;
  position: relative;
  top: auto;
  overflow: hidden;
}

.text-block-3 {
  color: #09000099;
  text-align: left;
  font-family: Dinnextltpro, sans-serif;
  font-size: 17px;
  line-height: 27px;
}

.link {
  color: #fa8027;
  text-align: left;
  -webkit-text-stroke-color: #fff;
  overflow-wrap: normal;
  cursor: pointer;
  font-family: Dinnextltpro, sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: underline;
  display: inline-flex;
}

.field-label, .field-label-2, .field-label-3, .field-label-4, .field-label-5 {
  color: #6f1a31;
  text-align: left;
  font-family: Dinnextltpro, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.checkbox-field {
  text-align: left;
  display: block;
}

.submit-button {
  color: #000;
  text-align: left;
  background-color: #e2e2e2;
  font-family: Dinnextltpro, sans-serif;
  font-size: 18px;
  line-height: 180%;
}

.form {
  text-align: left;
  width: 100%;
  display: block;
}

.lottiuberunss {
  z-index: 6;
  flex: 0 auto;
  align-self: center;
  width: 100%;
  min-width: 0;
  max-width: 1280px;
  height: 100%;
  max-height: none;
  margin-top: 0;
  padding-top: 0;
  display: none;
  position: relative;
  inset: auto 0%;
  overflow: visible;
}

.leistungen-header-text-1 {
  opacity: 1;
  color: var(--white);
  font-family: Dinnextltpro, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 44px;
  display: block;
  position: relative;
  inset: 5% auto auto 4%;
}

.leistungen-description-text-1 {
  direction: ltr;
  color: var(--white);
  text-align: left;
  text-indent: 0;
  text-transform: none;
  text-shadow: none;
  white-space: normal;
  mix-blend-mode: normal;
  width: 100%;
  max-width: 20%;
  font-family: Dinnextltpro, sans-serif;
  font-size: 20px;
  line-height: 27px;
  position: relative;
  inset: auto auto auto 4%;
}

.div-block-down {
  text-align: center;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 80%;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.div-block-top {
  text-align: center;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 20%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.body {
  flex-direction: column;
  align-items: center;
  max-width: none;
  font-family: Dinnextltpro, sans-serif;
  font-size: 34px;
  display: block;
}

.body.hellgrau {
  background-color: var(--hellgrau);
}

.body.schwarz {
  background-color: var(--schwarz);
  background-image: linear-gradient(#363636, #000);
}

.videomainbackgroundvirginlands {
  object-fit: scale-down;
  width: 100%;
  max-width: none;
  height: 100vh;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  position: absolute;
}

.footer-light {
  color: #fff;
  background-color: #0000;
  border-bottom: 1px solid #e4ebf3;
  padding: 20px 30px;
  display: none;
  position: relative;
}

.footer-bottom {
  background-color: var(--dunkel);
  justify-content: flex-start;
  align-items: center;
  height: 3vw;
  display: flex;
}

.footer-copyright {
  color: #6f1a31;
  cursor: pointer;
  padding-left: 10px;
  font-family: Dinnextltpro, sans-serif;
  font-weight: 700;
}

.footer-copyright:hover {
  opacity: .7;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.c-navlinks {
  color: #fff;
  background-color: #5b62b400;
  border-radius: 5px;
  text-decoration: none;
  transition: all .25s;
  display: block;
  position: relative;
}

.c-navlinks:hover {
  background-color: #5b62b480;
}

.c-navlinks.w--current {
  background-color: #5b62b4;
}

.maincontainervirginlands {
  color: #0000;
  background-color: #979696;
  max-width: 1298px;
  padding-top: 0;
}

.maincontainervirginlands.unser-leistungen-new {
  background-color: #701932;
}

.maincontainervirginlands.awards {
  max-width: 1280px;
}

.maincontainervirginlands.weis {
  color: var(--white);
  background-color: #0000;
  padding-left: 20px;
  padding-right: 20px;
}

.maincontainervirginlands.grau {
  background-color: #fff;
  max-width: 1280px;
  display: block;
}

.mainsectionvirginlands {
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.mainsectionvirginlands.portfolio {
  background-color: #fff;
}

.mainsectionvirginlands.akttuellearbeiten {
  background-color: var(--white);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 100vw;
  height: 100vh;
  display: none;
  position: static;
  inset: 0;
}

.mainsectionvirginlands.unser-leistungen-section {
  background-color: #701932;
}

.mainsectionvirginlands.awards {
  display: block;
}

.mainsectionvirginlands.kontakt {
  background-color: #0000;
}

.bold-text {
  font-family: Dinnextltpro, sans-serif;
  font-weight: 700;
}

.container-6-footer {
  -webkit-text-stroke-color: #000;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: static;
  bottom: 0;
}

.navbar {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar.shadow-three {
  z-index: 990;
  z-index: 990;
  background-color: #e2e2e2;
  background-color: var(--dunkel);
  color: var(--weiss);
  width: 100%;
  max-width: none;
  height: 3.5em;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  display: flex;
  position: sticky;
  top: 0;
  box-shadow: 4px 4px 5px #0000004f;
}

.container-8 {
  white-space: normal;
  mix-blend-mode: normal;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  font-family: Dinnextltpro, sans-serif;
  font-weight: 700;
  display: flex;
}

.navbar-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  display: block;
}

.navbar-brand {
  width: 250px;
  position: absolute;
  inset: 5% 1% auto auto;
}

.navbar-brand.aufrot {
  opacity: 0;
  background-color: #0000;
  display: block;
  position: relative;
  top: 3%;
}

.navbar-brand.aufweiss {
  opacity: 0;
  display: block;
  position: relative;
  top: 3%;
}

.navbar-brand.aufgrau, .navbar-brand.aufvideo {
  opacity: 1;
  display: block;
  top: 10px;
  right: 15px;
}

.navbar-brand.aufvideo.w--current {
  display: block;
}

.nav-menu-wrapper {
  flex: 0 auto;
  align-self: auto;
  width: 100%;
  height: auto;
  display: block;
  position: static;
  top: auto;
  left: 0%;
  right: 0%;
}

.image-5 {
  opacity: 1;
  max-width: 100%;
  display: block;
}

.mainnavmenu {
  position: relative;
}

.leistungen-video-1 {
  z-index: 900;
  background-color: var(--white);
  border: 0 solid #0000;
  border-radius: 12px;
  flex-direction: column;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  max-width: 1298px;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  box-shadow: 0 0 17px 3px #00000026;
}

.leistungen-video {
  z-index: 901;
  border: 0 solid #0000;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1298px;
  margin-left: 5px;
  margin-right: 5px;
  display: flex;
  box-shadow: 0 0 17px 3px #00000026;
}

.leistungen-video.port {
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.leistungen-video-3 {
  z-index: 902;
  border: 0 solid #0000;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1298px;
  margin-left: 5px;
  margin-right: 5px;
  display: flex;
  box-shadow: 0 0 17px 3px #00000026;
}

.leistungen-video-4 {
  z-index: 903;
  border: 0 solid #0000;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1298px;
  margin-left: 5px;
  margin-right: 5px;
  display: flex;
  box-shadow: 0 0 17px 3px #00000026;
}

.leistungen-video-5 {
  z-index: 904;
  border: 0 solid #0000;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1298px;
  margin-left: 5px;
  margin-right: 5px;
  display: flex;
  box-shadow: 0 0 17px 3px #00000026;
}

.leistungen-video-6 {
  z-index: 905;
  border: 0 solid #0000;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1298px;
  margin-left: 5px;
  margin-right: 5px;
  display: flex;
  box-shadow: 0 0 17px 3px #00000026;
}

.popup-toggle {
  cursor: pointer;
}

.popup-background-tech-video-1 {
  z-index: 0;
  background-color: #000000a6;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.popup-close-tech-video-1 {
  z-index: 2;
  color: #000;
  cursor: pointer;
  background-color: #0000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  display: flex;
  position: absolute;
  inset: 20px 20px auto auto;
}

.popup-inner {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.popup-wrapper-iframe {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-close-icon {
  width: 1em;
  height: 1em;
}

.popup-content {
  background-color: #f8f8f8;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  margin: 0;
  padding: 10px;
  display: flex;
}

.popup-content-wrapper {
  z-index: 1;
  object-fit: fill;
  background-color: #fff;
  border-radius: 12px;
  width: 100vw;
  max-width: 960px;
  height: auto;
  max-height: 88vh;
  display: flex;
  position: relative;
  overflow: auto;
}

.card-btn-link {
  color: #fff;
  text-align: center;
  border: 2px solid #ff6565;
  border-radius: 1000px;
  width: 100%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

._w-flip-card {
  z-index: 10;
  perspective: 1000px;
  display: flex;
  position: relative;
}

._w-cards-list {
  padding: 0 20px 100px;
  position: sticky;
  top: 1px;
}

.cloneable-area-2 {
  background-color: #0000;
}

.c-cards-list {
  padding-top: 0;
  transition: all .2s;
  position: relative;
}

.c-card {
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  transition: all .25s;
  position: relative;
}

.c-card._4 {
  z-index: 20;
  border: 0 solid #0000;
  max-width: none;
  transition-property: none;
  position: sticky;
  top: 150px;
}

.c-card._1 {
  z-index: 20;
  border: 0 solid #0000;
  border-radius: 0;
  max-width: none;
  transition-property: none;
  position: sticky;
  top: 150px;
}

.c-card._3, .c-card._2, .c-card._5, .c-card._6 {
  z-index: 20;
  border: 0 solid #0000;
  max-width: none;
  transition-property: none;
  position: sticky;
  top: 150px;
}

.c-cloneable {
  background-color: #0000;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

._w-card {
  background-color: #0000;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 0 200px;
  position: relative;
}

.div-block-9 {
  flex-direction: column;
  width: 100%;
  height: auto;
  display: flex;
}

.div-block-10 {
  width: 100%;
  height: auto;
  padding-top: 0;
}

.bold-text-2 {
  color: #701932;
  font-family: Dinnextltpro, sans-serif;
  font-weight: 400;
}

.popup-beschreibung-text {
  color: #979797;
  font-family: Dinnextltpro, sans-serif;
  display: block;
}

.popup-beschreibung-title {
  color: #701932;
  padding-top: 0;
  font-family: Dinnextltpro, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.slider {
  width: 100%;
  height: 100%;
  display: none;
  top: auto;
}

.left-arrow {
  top: 20%;
  bottom: 20%;
}

.right-arrow {
  display: block;
  top: 20%;
  bottom: 20%;
}

.div-block-12 {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.html-embed {
  width: 100%;
  height: 100%;
}

.slide-nav {
  padding-top: 10px;
  position: absolute;
  top: auto;
  bottom: auto;
}

.popup-close-vl {
  z-index: 2;
  color: #000;
  cursor: pointer;
  background-color: #f8f8f8;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 20px 20px auto auto;
}

.popup-background-iframe {
  z-index: 0;
  background-color: #000000a6;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-6 {
  max-width: 100%;
  padding-top: 0;
}

.lottidivuberunsgraublende {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  min-width: 0;
  max-width: 1280px;
  height: 100%;
  display: block;
  position: relative;
  inset: auto;
}

.lottiuberunsblende {
  z-index: 6;
  flex: 0 auto;
  align-self: center;
  width: 100%;
  max-width: none;
  height: auto;
  max-height: none;
  margin-top: 0;
  padding-top: 0;
  display: block;
  position: sticky;
  inset: 0%;
  overflow: visible;
}

.lottidivuberuns {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: auto;
  display: none;
  position: absolute;
  inset: auto;
}

.paragraph {
  font-family: Dinnextltpro, sans-serif;
  font-size: 1rem;
  line-height: 120%;
}

.paragraph.red {
  color: #fff;
  line-height: 140%;
}

.paragraph.grau-portfolio-eintrag-paragraph {
  color: #e2e2e2;
}

.popup-close-baeumer {
  z-index: 2;
  color: #000;
  cursor: pointer;
  background-color: #0000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 20px 20px auto auto;
}

.popup-background-iframe-baeumer {
  z-index: 0;
  background-color: #000000a6;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.header-erklaerung {
  color: var(--white);
  text-align: center;
  font-family: Dinnextltpro, sans-serif;
  font-size: 20px;
  line-height: 27px;
  position: relative;
  top: auto;
}

.header-erklaerung.rot {
  color: #6f1a31;
  line-height: 27px;
  position: static;
}

.header-erklaerung.para-title {
  color: #6f1a31;
  font-size: 20px;
  line-height: 27px;
  display: block;
}

.popup-wrapper-iframe-kracht {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-background-iframe-kracht {
  z-index: 0;
  background-color: #000000a6;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.popup-close-kracht {
  z-index: 2;
  color: #000;
  cursor: pointer;
  background-color: #0000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 20px 20px auto auto;
}

.popup-wrapper-iframe-hawesr {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-background-iframe-hawesr {
  z-index: 0;
  background-color: #000000a6;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.popup-close-hawesr {
  z-index: 2;
  color: #000;
  cursor: pointer;
  background-color: #0000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 20px 20px auto auto;
}

.popup-wrapper-iframe-vacuubrand {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-background-iframe-vacuubrand {
  z-index: 0;
  background-color: #000000a6;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.popup-close-vacuubrand {
  z-index: 2;
  color: #000;
  cursor: pointer;
  background-color: #0000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 20px 20px auto auto;
}

.popup-wrapper-iframe-kba {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-background-iframe-kba {
  z-index: 0;
  background-color: #000000a6;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.popup-close-kba {
  z-index: 2;
  color: #000;
  cursor: pointer;
  background-color: #0000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 20px 20px auto auto;
}

.popup-wrapper-iframe-optimacs7 {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-background-iframe-optimacs7 {
  z-index: 0;
  background-color: #000000a6;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.popup-close-optimacs7 {
  z-index: 2;
  color: #000;
  cursor: pointer;
  background-color: #0000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 20px 20px auto auto;
}

.popup-wrapper-iframe-liebherrsr {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-background-iframe-liebherrsr {
  z-index: 0;
  background-color: #000000a6;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.popup-close-liebherrsr {
  z-index: 2;
  color: #000;
  cursor: pointer;
  background-color: #0000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 20px 20px auto auto;
}

.popup-wrapper-iframe-lissmacsr {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-background-iframe-lissmacsr {
  z-index: 0;
  background-color: #000000a6;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.popup-close-lissmacsr {
  z-index: 2;
  color: #000;
  cursor: pointer;
  background-color: #0000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 20px 20px auto auto;
}

.popup-wrapper-iframe-fritschsr {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-background-iframe-fritschsr {
  z-index: 0;
  background-color: #000000a6;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.popup-close-fritschsr {
  z-index: 2;
  color: #000;
  cursor: pointer;
  background-color: #0000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 20px 20px auto auto;
}

.popup-wrapper-iframe-baeumer {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-close-vl-copy {
  z-index: 2;
  color: #000;
  cursor: pointer;
  background-color: #f8f8f8;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 20px 20px auto auto;
}

.popup-wrapper-iframe-drieschersr {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-close-drieschersr {
  z-index: 2;
  color: #000;
  cursor: pointer;
  background-color: #0000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 20px 20px auto auto;
}

.popup-background-iframe-drieschersr {
  z-index: 0;
  background-color: #000000a6;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.popup-wrapper-iframe-optimaindex {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-close-optimaindex {
  z-index: 2;
  color: #000;
  cursor: pointer;
  background-color: #0000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 20px 20px auto auto;
}

.popup-wrapper-iframe-samedeuzfahr {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-background-iframe-samedeuzfahr {
  z-index: 0;
  background-color: #000000a6;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.popup-close-samedeuzfahr {
  z-index: 2;
  color: #000;
  cursor: pointer;
  background-color: #0000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 20px 20px auto auto;
}

.popup-wrapper-iframe-peri {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-background-iframe-peri {
  z-index: 0;
  background-color: #000000a6;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.popup-close-peri {
  z-index: 2;
  color: #000;
  cursor: pointer;
  background-color: #0000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 20px 20px auto auto;
}

.popup-wrapper-iframe-witron {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-close-witron {
  z-index: 2;
  color: #000;
  cursor: pointer;
  background-color: #0000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 20px 20px auto auto;
}

.popup-background-iframe-witron {
  z-index: 0;
  background-color: #000000a6;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.popup-wrapper-iframe-hettich {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-background-iframe-hettich {
  z-index: 0;
  background-color: #000000a6;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.popup-close-hettich {
  z-index: 2;
  color: #000;
  cursor: pointer;
  background-color: #0000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 20px 20px auto auto;
}

.popup-wrapper-iframe-weinmann {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-background-iframe-weinmann {
  z-index: 0;
  background-color: #000000a6;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.popup-close-weinmann {
  z-index: 2;
  color: #000;
  cursor: pointer;
  background-color: #0000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 20px 20px auto auto;
}

.popup-wrapper-iframe-fritschmultitwist {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-background-iframe-fritschmultitwist {
  z-index: 0;
  background-color: #000000a6;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.popup-close-fritschmultitwist {
  z-index: 2;
  color: #000;
  cursor: pointer;
  background-color: #0000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 20px 20px auto auto;
}

.popup-wrapper-iframe-tadano {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-background-iframe-tadano {
  z-index: 0;
  background-color: #000000a6;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.popup-close-tadano {
  z-index: 2;
  color: #000;
  cursor: pointer;
  background-color: #0000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 20px 20px auto auto;
}

.popup-wrapper-iframe-sivantos {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-background-iframe-sivantos {
  z-index: 0;
  background-color: #000000a6;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.popup-close-sivantos {
  z-index: 2;
  color: #000;
  cursor: pointer;
  background-color: #0000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 20px 20px auto auto;
}

.popup-wrapper-iframe-hawehenryeva {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-background-iframe-hawehenryeva {
  z-index: 0;
  background-color: #000000a6;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.popup-close-hawehenryeva {
  z-index: 2;
  color: #000;
  cursor: pointer;
  background-color: #0000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 20px 20px auto auto;
}

.popup-wrapper-iframe-optimaverpackungsmaschinen {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-background-iframe-optimaverpackungsmaschinen {
  z-index: 0;
  background-color: #000000a6;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.popup-close-optimaverpackungsmaschinen {
  z-index: 2;
  color: #000;
  cursor: pointer;
  background-color: #0000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 20px 20px auto auto;
}

.popup-wrapper-iframe-virginlandsshowreel {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-close-virginlandsshowreel {
  z-index: 2;
  color: #000;
  cursor: pointer;
  background-color: #0000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 20px 20px auto auto;
}

.popup-background-iframe-virginlandsshowreel {
  z-index: 0;
  background-color: #000000a6;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.popup-wrapper-iframe-terex {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-close-terex {
  z-index: 2;
  color: #000;
  cursor: pointer;
  background-color: #0000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 20px 20px auto auto;
}

.popup-background-iframe-terex {
  z-index: 0;
  background-color: #000000a6;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.popup-wrapper-iframe-metallplastic {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-close-metallplastic {
  z-index: 2;
  color: #000;
  cursor: pointer;
  background-color: #0000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 20px 20px auto auto;
}

.popup-background-iframe-metallplastic {
  z-index: 0;
  background-color: #000000a6;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.popup-wrapper-iframe-hermle {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-background-iframe-hermle {
  z-index: 0;
  background-color: #000000a6;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.popup-close-hermle {
  z-index: 2;
  color: #000;
  cursor: pointer;
  background-color: #0000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 20px 20px auto auto;
}

.popup-wrapper-iframe-sumitomodemag {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-background-iframe-copy {
  z-index: 0;
  background-color: #000000a6;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.popup-close-sumitomodemag {
  z-index: 2;
  color: #000;
  cursor: pointer;
  background-color: #0000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 20px 20px auto auto;
}

.popup-wrapper-iframe-audi {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-background-iframe-audi {
  z-index: 0;
  background-color: #000000a6;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.popup-close-audi {
  z-index: 2;
  color: #000;
  cursor: pointer;
  background-color: #0000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 20px 20px auto auto;
}

.popup-wrapper-iframe-sonyericsson {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-background-iframe-sonyericsson {
  z-index: 0;
  background-color: #000000a6;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.popup-close-sonyericsson {
  z-index: 2;
  color: #000;
  cursor: pointer;
  background-color: #0000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 20px 20px auto auto;
}

.popup-wrapper-iframe-adidas {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-background-iframe-adidas {
  z-index: 0;
  background-color: #000000a6;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.popup-close-adidas {
  z-index: 2;
  color: #000;
  cursor: pointer;
  background-color: #0000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 20px 20px auto auto;
}

.popup-wrapper-iframe-stahl {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-background-iframe-stahl {
  z-index: 0;
  background-color: #000000a6;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.popup-close-stahl {
  z-index: 2;
  color: #000;
  cursor: pointer;
  background-color: #0000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 20px 20px auto auto;
}

.lottidivuberuns-scroll {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  inset: auto;
}

.lottiuberunsscroll {
  z-index: 6;
  opacity: 1;
  flex: 0 auto;
  align-self: center;
  width: 25%;
  max-width: none;
  height: 100%;
  max-height: none;
  margin-top: 300px;
  padding-top: 0;
  display: block;
  position: sticky;
  inset: 0%;
  overflow: visible;
}

.div-block-17 {
  width: 100%;
  height: 100%;
}

.button-2 {
  color: #fff;
  cursor: pointer;
  background-color: #701932;
  font-family: Dinnextltpro, sans-serif;
  position: absolute;
}

.div-block-18 {
  width: 100%;
  height: 100%;
  position: relative;
}

.div-block-19 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.logo-carousel-card-wrapper-2 {
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-around;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.logo-carousel-wrapper-2 {
  align-items: flex-start;
  width: 5000px;
  display: flex;
}

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

.card-logo-2.full-width {
  max-width: 100%;
  max-height: none;
}

.container-w1 {
  max-width: 95em;
  margin-left: auto;
  margin-right: auto;
}

.container-w1.position-relative.overflow-hidden {
  background-image: url('../images/Background_Gradient_weiss.png');
  background-position: 0 0;
  background-size: auto;
  max-width: 1298px;
}

.logo-carousel-card-2 {
  background-color: #0000;
  border-radius: 6px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 200px;
  min-height: 8.5em;
  margin-right: 0;
  padding: 0;
  font-size: 18px;
  display: flex;
}

.mainsectionvirginlandskundenreferencen {
  color: #fff;
  background-color: #0000;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: static;
}

.container-9 {
  max-width: 1298px;
  overflow: hidden;
}

.the-sticky-div-title-meinungen {
  z-index: 300;
  color: #6f1a31;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  background-color: #0000;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Dinnextltpro, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 44px;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
}

.lottykundenlogos {
  color: #0000;
  background-color: #0000;
  width: 100%;
  margin-top: 0;
  padding-bottom: 0;
}

.kundenlogos1, .kundenlogos2 {
  width: 100%;
}

.popups {
  width: 100%;
  height: 100%;
  display: block;
}

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

.div-block-22 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  display: grid;
}

.link-3 {
  color: #0009;
  font-family: Dinnextltpro, sans-serif;
  font-size: 17px;
  line-height: 25px;
  text-decoration: none;
}

.link-4, .link-5 {
  color: #6f1a31;
  font-family: Dinnextltpro, sans-serif;
  font-size: 17px;
  text-decoration: none;
}

.link-6 {
  color: #6f1a31;
  font-family: Dinnextltpro, sans-serif;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none;
}

.checkbox-label {
  color: #0009;
  -webkit-text-stroke-color: white;
  font-family: Dinnextltpro, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.sp {
  height: 1vw;
  padding-bottom: 0;
}

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

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

.textarea-2 {
  height: auto;
  min-height: 200px;
  display: block;
}

.textarea-2.text-field {
  min-height: 20vw;
}

.success-message-2 {
  background-color: #979696;
}

.text-block-5 {
  color: var(--white);
  border: 1px solid #979696;
  font-family: Dinnextltpro, sans-serif;
  font-size: 17px;
  line-height: 25px;
}

.text-block-6 {
  color: #6f1a31;
  font-family: Dinnextltpro, sans-serif;
  font-size: 17px;
}

.overflow-hidden {
  overflow: hidden;
}

.sticky-wrapper {
  width: 100%;
  height: 400vw;
  position: relative;
}

.mainsectionvirginlandskundenuberuns {
  background-color: var(--white);
  padding-top: 0;
  padding-bottom: 0;
  position: static;
}

.container {
  width: 100%;
  max-width: 1298px;
  height: 500vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.sticky-container {
  justify-content: center;
  width: 100%;
  height: auto;
  display: flex;
  position: sticky;
  top: 0;
}

.position-relative {
  position: relative;
}

.lottie-animation-4 {
  width: 1280px;
  max-width: 1280px;
  height: auto;
  display: none;
  position: absolute;
  top: 200px;
}

.div-block-29 {
  position: absolute;
  inset: 100px 0% 0%;
}

.mainsectionvirginlandsjobs {
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: static;
}

.container-jobs {
  width: 100%;
  max-width: 1298px;
  height: 300vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.sticky-wrapper-jobs {
  width: 100%;
  height: 200vw;
  position: relative;
}

.sticky-container-jobs {
  justify-content: center;
  width: 100%;
  height: auto;
  display: flex;
  position: sticky;
  top: 0;
}

.lottie-animation-jobs {
  width: 1280px;
  max-width: 1280px;
  height: auto;
  position: absolute;
  inset: 180px auto auto;
}

.image-7, .image-8 {
  cursor: pointer;
}

.background-video-3 {
  width: 100%;
  height: 100vh;
  display: none;
  position: absolute;
}

.title-anchor {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.para-title {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Dinnextltpro, sans-serif;
  font-size: 35px;
  line-height: 44px;
  position: relative;
}

.heading-journal.journal.wordsplit.is-1 {
  z-index: 0;
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Dinnextltpro, sans-serif;
  font-size: 35px;
}

.heading-journal.journal.wordsplit.is-1.klein {
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
}

.image-9 {
  object-fit: fill;
  width: 100%;
  max-width: none;
  height: auto;
  display: block;
  position: relative;
}

.lottiuberunsseingangvideo {
  z-index: 6;
  flex: 0 auto;
  align-self: center;
  width: 1280px;
  max-width: 1280px;
  height: auto;
  max-height: none;
  margin-top: 100px;
  padding-top: 0;
  display: block;
  position: sticky;
  inset: 0% auto auto;
  overflow: visible;
}

.lottidivuberunseingangvideo {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 1280px;
  height: auto;
  display: none;
  position: absolute;
  inset: auto;
}

.preloader-v8---brix {
  z-index: 99999;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
}

.preloader-v8-contet---brix {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.preloader-v8-loader---brix {
  width: 50px;
  max-width: 100px;
  height: 50px;
  max-height: 100px;
  display: block;
  position: absolute;
  inset: 50%;
}

.preloader-v8-bg-primary---brix {
  z-index: 1;
  background-color: #979696;
  width: 100%;
  height: 100%;
  margin-bottom: auto;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.html-embed-2 {
  width: 640px;
  max-width: 640px;
  height: 700px;
  position: relative;
  top: auto;
}

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

.text-block-7 {
  color: #0009;
  text-align: center;
  width: 60%;
  font-family: Dinnextltpro, sans-serif;
  font-size: 20px;
  line-height: 27px;
}

.link-7 {
  color: #6f1a31;
  text-decoration: none;
}

.bold-text-3, .bold-text-4, .bold-text-5 {
  color: #6f1a31;
  font-weight: 400;
}

.bold-text-6 {
  font-weight: 400;
}

.backgroundscrollinglottiebody {
  z-index: 1;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0;
}

.lottiebgscroll {
  z-index: auto;
  flex: 0 auto;
  align-self: center;
  width: 2560px;
  height: 100vh;
  display: block;
  position: absolute;
  inset: 0%;
}

.section {
  height: auto;
}

.section.lottie-background {
  z-index: auto;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 2560px;
  height: 100vh;
  min-height: 0;
  display: block;
  position: fixed;
  left: -25%;
  right: -25%;
}

.background-animation {
  width: 100%;
}

.div-block-31 {
  width: 100%;
  height: 100%;
}

.container-10 {
  position: fixed;
  inset: 0%;
}

.mainbg {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
}

.container-11 {
  object-fit: fill;
  flex-flow: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: none;
  position: static;
  inset: 0%;
  overflow: visible;
}

.gradientblock {
  background-color: #0000;
  width: 100%;
  height: 100%;
  position: relative;
}

.gradientblock.kunden, .gradientblock.firmen {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-33 {
  background-color: #0000;
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
  position: relative;
}

.div-block-33.uberunsgradient {
  z-index: auto;
  background-image: none;
}

.div-block-34 {
  width: 100%;
  height: 100%;
  position: relative;
}

.heading-copy {
  color: #6f1a31;
  text-align: center;
  background-color: #0000;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Dinnextltpro, sans-serif;
  font-size: 35px;
  font-weight: 700;
  display: block;
}

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

.heading-copy.white.para-title {
  display: block;
}

.heading-copy.leistungsvideos {
  opacity: 1;
  color: #6f1a31;
  padding-top: 15px;
  font-size: 28px;
  font-weight: 700;
  position: sticky;
  top: 75px;
}

.div-block-35 {
  width: 1280px;
}

.lottie-animation-5 {
  width: 100%;
  max-width: 1280px;
  display: none;
}

.portfolio-image-copy {
  cursor: pointer;
  object-fit: contain;
  cursor: pointer;
  object-fit: contain;
  cursor: pointer;
  object-fit: contain;
  background-color: #0000;
  border: 0 solid #0000;
  border-radius: 12px;
  width: 100%;
  display: block;
}

.newsimage {
  border-radius: 12px 12px 0 0;
}

.image-10 {
  width: 20%;
  margin-bottom: 20px;
  display: none;
}

.text-block-8 {
  padding: 1em;
  font-family: Dinnextltpro, sans-serif;
  font-size: 17px;
  line-height: 27px;
}

.popup-wrapper-iframe-video, .popup-wrapper-iframe-techvideo-1, .popup-wrapper-iframe-techvideo-2, .popup-wrapper-iframe-techvideo-3 {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-background-tech-video-2 {
  z-index: 0;
  background-color: #000000a6;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.popup-close-tech-video-2 {
  z-index: 2;
  color: #000;
  cursor: pointer;
  background-color: #0000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  display: flex;
  position: absolute;
  inset: 20px 20px auto auto;
}

.popup-background-tech-video-3 {
  z-index: 0;
  background-color: #000000a6;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.popup-close-tech-video-3 {
  z-index: 2;
  color: #000;
  cursor: pointer;
  background-color: #0000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  display: flex;
  position: absolute;
  inset: 20px 20px auto auto;
}

.bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10, .bold-text-11, .bold-text-12 {
  color: #6f1a31;
  font-weight: 400;
}

.lottie-animation-6 {
  z-index: 990;
  width: 5000px;
  max-width: none;
  height: auto;
  min-height: 0;
  padding-top: 0;
  display: none;
  position: fixed;
  inset: 0% auto auto;
}

.div-block-36 {
  justify-content: center;
  width: 100%;
  height: 100%;
  margin-left: 0;
  display: flex;
  position: absolute;
  top: 0%;
  left: auto;
  right: auto;
}

.div-block-9-copy {
  flex-direction: column;
  width: 100%;
  height: 500px;
  display: flex;
}

.preloader {
  z-index: 99999;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
}

.popup-video-group {
  width: 100%;
  height: 100%;
  display: block;
}

.popup-content-tech-video-1, .popup-content-tech-video-2, .popup-content-tech-video-3 {
  background-color: #f8f8f8;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  margin: 0;
  padding: 10px;
  display: flex;
}

.popup-wrapper-iframe-techvideo-4 {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-background-tech-video-4 {
  z-index: 0;
  background-color: #000000a6;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.popup-close-tech-video-4 {
  z-index: 2;
  color: #000;
  cursor: pointer;
  background-color: #0000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  display: flex;
  position: absolute;
  inset: 20px 20px auto auto;
}

.popup-content-tech-video-4 {
  background-color: #f8f8f8;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  margin: 0;
  padding: 10px;
  display: flex;
}

.mainsectionvirginlandsuberuns-990, .mainsectionvirginlandsuberuns-767, .mainsectionvirginlandsuberuns-478 {
  z-index: auto;
  opacity: 1;
  background-color: #979696;
  justify-content: center;
  width: 100%;
  max-width: none;
  height: auto;
  margin: -100px auto 0;
  padding-top: 0;
  display: none;
  position: static;
}

.maincontent {
  display: block;
}

.heading-dateschutz {
  color: #6f1a31;
  text-align: left;
  background-color: #0000;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Dinnextltpro, sans-serif;
  font-size: 35px;
  font-weight: 700;
  display: block;
}

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

.heading-dateschutz.white.para-title {
  color: #6f1a31;
  display: block;
}

.heading-dateschutz.leistungsvideos {
  font-size: 28px;
  font-weight: 400;
}

.text-block-9 {
  font-family: Dinnextltpro, sans-serif;
}

.popup-wrapper-iframe-news-1 {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-background-iframe-news-1 {
  z-index: 0;
  background-color: #000000a6;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.popup-close-new-1 {
  z-index: 2;
  color: #000;
  cursor: pointer;
  background-color: #f8f8f8;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 20px 20px auto auto;
}

.popup-wrapper-iframe-news-2 {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-background-iframe-news-2 {
  z-index: 0;
  background-color: #000000a6;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.popup-close-news-2, .popup-close-news-1 {
  z-index: 2;
  color: #000;
  cursor: pointer;
  background-color: #0000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 20px 20px auto auto;
}

.popup-wrapper-iframe-news-3 {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-background-iframe-news-3 {
  z-index: 0;
  background-color: #000000a6;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.popup-close-news-3 {
  z-index: 2;
  color: #000;
  cursor: pointer;
  background-color: #0000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 20px 20px auto auto;
}

.popup-content-news-1, .popup-content-news-2 {
  background-color: #f8f8f8;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  margin: 0;
  padding: 10px;
  display: flex;
}

.popup-wrapper-iframe-news-3-copy {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-content-news-3, .popup-content-kracht, .popup-content-hawesr, .popup-content-vacuubrand {
  background-color: #f8f8f8;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  margin: 0;
  padding: 10px;
  display: flex;
}

.popup-content-kba {
  background-color: #f8f8f8;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  margin: 0;
  padding: 10px 10px 0;
  display: flex;
}

.popup-content-optimacs7, .popup-content-liebherrsr, .popup-content-lissmacsr, .popup-content-fritschsr, .popup-content-baeumer, .popup-content-drieschersr, .popup-content-optimaindex, .popup-content-samedeuzfahr, .popup-content-peri, .popup-content-witron, .popup-content-hettich, .popup-content-weinmann, .popup-content-fritschmultitwist, .popup-content-tadano, .popup-content-sivantos, .popup-content-hawehenryeva, .popup-content-optimaverpackungsmaschinen, .popup-content-virginlandsshowreel, .popup-content-terex, .popup-content-metallplastic, .popup-content-hermle, .popup-content-sumitomodemag, .popup-content-audi, .popup-content-sonyericsson, .popup-content-adidas, .popup-content-stahl {
  background-color: #f8f8f8;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  margin: 0;
  padding: 10px;
  display: flex;
}

.html-embed-3 {
  width: 500px;
  height: 500px;
}

.html-embed-4 {
  display: none;
}

.lottidivuberunsgraublendeanimation {
  z-index: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100vw;
  min-width: 0;
  max-width: none;
  height: 100vh;
  display: none;
  position: sticky;
  inset: 0;
}

.background-video-4 {
  z-index: auto;
  align-self: stretch;
  width: 100vw;
  height: 100vh;
  display: none;
  position: relative;
  inset: 0;
}

.popup-wrapper-iframe-techvideo-5 {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-close-tech-video-5 {
  z-index: 2;
  color: #000;
  cursor: pointer;
  background-color: #0000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  display: flex;
  position: absolute;
  inset: 20px 20px auto auto;
}

.popup-content-tech-video-5 {
  background-color: #f8f8f8;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  margin: 0;
  padding: 10px;
  display: flex;
}

.popup-background-tech-video-5 {
  z-index: 0;
  background-color: #000000a6;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.tabs-menu {
  background-color: #979696;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: 20px;
  margin-right: 20px;
  padding: 1em;
  display: flex;
}

.grid {
  grid-column-gap: 10px;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "Area Area-2";
}

.div-block-38 {
  width: 100%;
  height: 400px;
  min-height: 0;
}

.tabs {
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

.div-block-39 {
  background-color: #0000;
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
  position: relative;
}

.header-erklaerung-2 {
  color: #fff;
  text-align: center;
  font-family: Dinnextltpro, sans-serif;
  font-size: 20px;
  line-height: 27px;
  position: relative;
  top: auto;
}

.header-erklaerung-2.para-title {
  color: #6f1a31;
  font-size: 20px;
  line-height: 27px;
  display: block;
}

.tabs-menu-2 {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.heading-7 {
  color: #6f1a31;
  text-align: center;
  background-color: #0000;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Dinnextltpro, sans-serif;
  font-size: 35px;
  font-weight: 700;
  display: block;
}

.heading-7.white {
  color: #fff;
}

.heading-7.white.para-title {
  color: #6f1a31;
  display: block;
}

.div-block-40 {
  width: 100%;
  height: 400px;
  min-height: 0;
}

.tab-link-tab-1 {
  border-radius: 999em;
}

.tab-link-tab-1.w--current, .tab-link-tab-1._01 {
  background-color: #0000;
  flex: 1;
}

.tab-link-tab-1._01:hover {
  background-color: #57575740;
}

.tab-link-tab-1._01.w--current {
  background-color: var(--white);
  border-radius: 12px;
}

.tab-link-tab-2 {
  background-color: #0000;
  border-radius: 999em;
  flex: 1;
}

.tab-link-tab-2:hover {
  background-color: #5757573d;
}

.tab-link-tab-2._02 {
  border-radius: 12px;
}

.tab-link-tab-2._02.w--current {
  background-color: var(--white);
}

.tab-link-tab-3 {
  background-color: #0000;
  border-radius: 999em;
  flex: 1;
}

.tab-link-tab-3:hover {
  background-color: #57575740;
}

.tab-link-tab-3._03 {
  border-radius: 12px;
}

.tab-link-tab-3._03.w--current {
  background-color: var(--white);
}

.tab-link-tab-4 {
  background-color: #0000;
  border-radius: 999em;
  flex: 1;
}

.tab-link-tab-4:hover {
  background-color: #57575740;
}

.tab-link-tab-4._04 {
  border-radius: 12px;
}

.tab-link-tab-4._04.w--current {
  background-color: var(--white);
}

.tab-link-tab-5 {
  background-color: #0000;
  border-radius: 999em;
  flex: 1;
}

.tab-link-tab-5:hover {
  background-color: #57575740;
}

.tab-link-tab-5._05 {
  border-radius: 12px;
}

.tab-link-tab-5._05.w--current {
  background-color: var(--white);
}

.text-block-10 {
  font-family: Dinnextltpro, sans-serif;
  font-size: 20px;
  line-height: 27px;
}

.tabs-nav-background {
  background-color: var(--white);
  color: var(--white);
  border-radius: 999em;
  display: none;
  position: absolute;
  inset: 0%;
}

.tab-link-tab-6 {
  background-color: #0000;
  border-radius: 12px;
  flex: 1;
}

.tab-link-tab-6:hover {
  background-color: #57575740;
}

.tab-link-tab-6.w--current {
  background-color: var(--white);
}

.lottie-animation-7 {
  width: 100%;
  max-width: 1280px;
  height: 100%;
}

.lottie-animation-8 {
  width: 100%;
  max-width: none;
  height: 100%;
  position: relative;
  left: auto;
  right: auto;
}

.html-embed-5 {
  height: 650px;
}

.htmlpopup {
  width: 100%;
  height: 600px;
  display: block;
}

.div-block-41 {
  background-color: #0000;
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
  position: relative;
}

.div-block-41.uberunsgradient {
  background-image: none;
}

.lottiuberunss-2 {
  z-index: 6;
  flex: 0 auto;
  align-self: center;
  width: 100%;
  min-width: 0;
  max-width: none;
  height: 100%;
  max-height: none;
  margin-top: 0;
  padding-top: 0;
  display: none;
  position: sticky;
  inset: auto 0%;
  overflow: visible;
}

.lottidivuberunsgraublende-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  min-width: 0;
  max-width: none;
  height: 100%;
  display: block;
  position: absolute;
  inset: auto;
}

.lottiuberunsscroll-2 {
  z-index: 6;
  opacity: 1;
  flex: 0 auto;
  align-self: center;
  width: 25%;
  max-width: none;
  height: 100%;
  max-height: none;
  margin-top: 300px;
  padding-top: 0;
  display: none;
  position: sticky;
  inset: 0%;
  overflow: visible;
}

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

.div-block-43 {
  width: 100%;
  height: 0;
}

.triggerin {
  width: 100%;
  height: 0;
  display: block;
}

.triggerout {
  width: 100%;
  height: 0;
  display: none;
}

.navbar-brand-grau {
  width: 250px;
  position: absolute;
  inset: 5% 1% auto auto;
}

.navbar-brand-grau.aufrot {
  opacity: 0;
  background-color: #0000;
  display: block;
  position: relative;
  top: 3%;
}

.navbar-brand-grau.aufweiss {
  opacity: 0;
  display: block;
  position: relative;
  top: 3%;
}

.navbar-brand-grau.aufgrau {
  opacity: 1;
  width: 75px;
  display: block;
  top: 10px;
  right: 15px;
}

.navbar-brand-grau.aufvideo {
  opacity: 1;
  display: none;
  top: 10px;
  right: 15px;
}

.navbar-brand-grau.aufgrau {
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  width: 13em;
  height: 3.5em;
  display: flex;
  top: 0;
  right: 0;
}

.navbar-brand-grau.aufgrau.w--current {
  width: 13em;
  display: flex;
}

.p-xl-start-leistungsspecktrum {
  padding-top: 100px;
}

.p-sm-start-leistungsspeck {
  padding-top: 35px;
}

.popup-wrapper-iframe-liebherrdiverse {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-background-iframe-liebherrdiverse {
  z-index: 0;
  background-color: #000000a6;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.popup-close-liebherrdiverse {
  z-index: 2;
  color: #000;
  cursor: pointer;
  background-color: #0000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 20px 20px auto auto;
}

.popup-content-liebherrdiverse {
  background-color: #f8f8f8;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  margin: 0;
  padding: 10px;
  display: flex;
}

.popup-wrapper-iframe-naf {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-background-iframe-naf {
  z-index: 0;
  background-color: #000000a6;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.popup-close-naf {
  z-index: 2;
  color: #000;
  cursor: pointer;
  background-color: #0000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 20px 20px auto auto;
}

.popup-content-naf {
  background-color: #f8f8f8;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  margin: 0;
  padding: 10px;
  display: flex;
}

.background-video-5 {
  z-index: 900;
  aspect-ratio: 16 / 9;
  object-fit: fill;
  width: 100%;
  height: auto;
  margin-top: -100px;
}

.background-video-small {
  z-index: 900;
  width: 100vw;
  height: 100vh;
  margin-top: -100px;
  display: none;
}

.closeicon {
  width: 40px;
  max-width: none;
  height: 40px;
}

.mainsectionvirginlands-datenschutz {
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.mainsectionvirginlands-datenschutz.portfolio {
  background-color: #979696;
}

.mainsectionvirginlands-datenschutz.akttuellearbeiten {
  background-color: var(--white);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 100vw;
  height: 100vh;
  display: none;
  position: static;
  inset: 0;
}

.mainsectionvirginlands-datenschutz.unser-leistungen-section {
  background-color: #701932;
}

.mainsectionvirginlands-datenschutz.awards {
  display: block;
}

.mainsectionvirginlands-datenschutz.kontakt {
  background-color: #0000;
}

.mainsectionvirginlands-impressum {
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.mainsectionvirginlands-impressum.portfolio {
  background-color: #979696;
}

.mainsectionvirginlands-impressum.akttuellearbeiten {
  background-color: var(--white);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 100vw;
  height: 100vh;
  display: none;
  position: static;
  inset: 0;
}

.mainsectionvirginlands-impressum.unser-leistungen-section {
  background-color: #701932;
}

.mainsectionvirginlands-impressum.awards {
  display: block;
}

.mainsectionvirginlands-impressum.kontakt {
  background-color: #0000;
}

.image-11 {
  width: 100%;
  height: 100vh;
}

.image-12 {
  background-color: #fff;
  width: 100%;
  height: 100vh;
}

.container-12 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  min-height: 100px;
  margin-top: 0;
  padding: 0 0 0;
  display: flex;
}

.container-12.nav-bar {
  min-height: 0;
  padding-top: .8rem;
  padding-bottom: .8rem;
}

.container-12.page-heading {
  padding-top: 3rem;
}

.container-12.home {
  padding-top: 0;
}

.section-heading {
  border-bottom: 1px solid #0000001a;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  font-family: Dinnextltpro, sans-serif;
  display: flex;
}

.section-title {
  color: #000000e6;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 120%;
}

.standard-text {
  color: #000000e6;
  font-family: Dinnextltpro, sans-serif;
  font-size: 1rem;
  line-height: 140%;
}

.standard-text.black-60 {
  color: #0009;
  font-family: Dinnextltpro, sans-serif;
}

.collection-list {
  grid-row-gap: 7rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.projectitem {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  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%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  display: grid;
}

.secondary-button-text {
  color: #000000e6;
  margin-bottom: .5rem;
  font-size: 1rem;
  line-height: 140%;
}

.secondary-button {
  background-color: #fff;
  border: 1px solid #0000001a;
  border-radius: 20px;
  flex-flow: column;
  align-items: flex-start;
  height: 2.4rem;
  padding: .5rem 1rem;
  text-decoration: none;
  display: inline-block;
  overflow: hidden;
}

.primary-button {
  background-color: #000000e6;
  border: 1px solid #0000001a;
  border-radius: 20px;
  flex-flow: column;
  align-items: flex-start;
  height: 2.4rem;
  padding: .5rem 1rem;
  text-decoration: none;
  display: inline-block;
  overflow: hidden;
}

.nav-menu-mobile {
  width: 0;
  height: 0;
  display: none;
}

.nav-menu-wrapper-2 {
  grid-column-gap: .5rem;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.nav-menu-desktop {
  grid-column-gap: .5rem;
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.small-logo {
  width: auto;
  height: 1rem;
  display: block;
}

.navigation-bar {
  border-top: 1px solid #0000001a;
  border-bottom: 1px solid #0000001a;
}

.primary-button-text {
  color: #fff;
  margin-bottom: .5rem;
}

.menu-button-2 {
  width: 0;
  height: 0;
  display: none;
}

.page-heading-wrapper {
  overflow: hidden;
}

.page-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Dinnextltpro, sans-serif;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 120%;
}

.page-heading.small-text-portfolio {
  font-size: 1rem;
}

.page-heading.leistungen {
  color: #3d363e;
  text-align: center;
  margin-bottom: 10px;
  font-size: 4rem;
  font-weight: 700;
}

.page-heading.kontaktpageheading, .page-heading.portfoliopageheading {
  margin-bottom: 10px;
}

.project-main-info-wrapper {
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  height: 30%;
  display: block;
  position: relative;
}

.view-case-study-icon-wrapper {
  border: 1px solid #0000001a;
  border-radius: 100rem;
  padding: .25rem;
  display: flex;
}

.view-case-study-icon {
  width: 1rem;
  height: 1rem;
}

.project-link {
  width: 100%;
  text-decoration: none;
}

.project-minor-info-item {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 1vw;
  padding-bottom: 0;
  display: block;
}

.project-minor-info-item.single {
  grid-template-rows: auto;
}

.view-case-study-block {
  grid-column-gap: .5rem;
  background-color: #fff;
  border-radius: 100rem;
  align-items: center;
  padding: .25rem .25rem .25rem .75rem;
  display: none;
  position: absolute;
  inset: auto auto .75rem .75rem;
}

.medium-text {
  color: #000000e6;
  font-size: 1.25rem;
  line-height: 140%;
}

.medium-text.black-60 {
  color: #0009;
}

.medium-text.black-60-portfolio {
  color: #0009;
  border-bottom: 1px solid #0000001a;
  margin-bottom: 40px;
  font-family: Dinnextltpro, sans-serif;
}

.projet-minor-info-wrapper {
  order: 0;
  width: 100%;
  padding-left: 8vw;
  padding-right: 0;
  display: block;
  position: relative;
  bottom: 0;
}

.project-info-block {
  grid-column-gap: 16px;
  grid-row-gap: 0rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  height: 30vw;
  max-height: 30vw;
  display: flex;
}

.project-thumbnail {
  display: none;
}

.thumbnail-wrapper {
  height: auto;
  position: relative;
  overflow: hidden;
}

.link-block {
  width: 100%;
  font-family: Dinnextltpro, sans-serif;
  text-decoration: none;
}

.collection-item {
  margin-top: 2em;
  margin-bottom: 2em;
}

.image-13 {
  width: 100%;
  height: 115%;
  display: none;
  position: absolute;
}

.html-embed-6 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: auto;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

._12-collumn-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

._12-collumn-grid.large-gap {
  grid-row-gap: 5rem;
}

.process-item {
  border-bottom: 1px solid #0000001a;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.extra-large-text {
  color: #000000e6;
  font-size: 3.5rem;
  line-height: 120%;
}

.service-name-wrapper {
  margin-bottom: 2vw;
  font-family: Dinnextltpro, sans-serif;
}

.image-with-scrolll-effect-wrapper {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 6px 5px #0000;
}

.leistungsvideo {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 52.5rem;
  min-width: 0;
  max-width: none;
  height: 25rem;
  min-height: 0;
  max-height: none;
}

.image-wrapper {
  display: block;
  position: relative;
  bottom: auto;
  overflow: hidden;
}

.service-detail-item {
  border: 1px #e2e2e2;
  border-top-style: solid;
  border-left-width: 2px;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.div-block {
  display: none;
}

.service-detail-list {
  width: 100%;
}

.what-we-do-block {
  padding-top: 2rem;
}

.videowraper {
  flex-direction: column;
  align-items: flex-end;
  max-width: none;
  max-height: none;
  display: flex;
}

.service-detail-image {
  object-fit: fill;
  height: 100%;
  display: none;
}

.image-with-scroll-effect {
  width: 100%;
  max-width: none;
  height: auto;
  margin: 0;
  padding-top: 0;
  padding-left: 0;
  display: block;
  position: relative;
}

.service-content {
  grid-row-gap: 5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.large-text {
  color: #000000e6;
  font-size: 2.5rem;
  line-height: 120%;
}

.section-title-2 {
  color: #000000e6;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight;
  font-size: 1rem;
  font-weight: 500;
  line-height: 120%;
}

.div-block-44 {
  display: none;
}

.medium-text-2 {
  color: #000000e6;
  font-family: Inter Tight;
  font-size: 1.25rem;
  line-height: 140%;
}

.medium-text-2.black-60 {
  color: #0009;
}

.large-text-2 {
  color: #000000e6;
  font-family: Inter Tight;
  font-size: 2.5rem;
  line-height: 120%;
}

.standard-text-2 {
  color: #000000e6;
  font-family: Inter Tight;
  font-size: 1rem;
  line-height: 140%;
}

.standard-text-2.black-60 {
  color: #0009;
}

.section-title-3 {
  color: #000000e6;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight;
  font-size: 1rem;
  font-weight: 500;
  line-height: 120%;
}

.div-block-45 {
  display: none;
}

.medium-text-3 {
  color: #000000e6;
  font-family: Inter Tight;
  font-size: 1.25rem;
  line-height: 140%;
}

.medium-text-3.black-60 {
  color: #0009;
}

.large-text-3 {
  color: #000000e6;
  font-family: Inter Tight;
  font-size: 2.5rem;
  line-height: 120%;
}

.standard-text-3 {
  color: #000000e6;
  font-family: Inter Tight;
  font-size: 1rem;
  line-height: 140%;
}

.standard-text-3.black-60 {
  color: #0009;
  width: 52.5rem;
  min-width: 0;
  max-width: none;
  height: auto;
}

.extra-large-text-2 {
  color: #000000e6;
  font-family: Inter Tight;
  font-size: 3.5rem;
  line-height: 120%;
}

.section-title-4 {
  color: #000000e6;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight;
  font-size: 1rem;
  font-weight: 500;
  line-height: 120%;
}

.medium-text-4 {
  color: #000000e6;
  font-family: Inter Tight;
  font-size: 1.25rem;
  line-height: 140%;
}

.medium-text-4.black-60 {
  color: #0009;
  font-family: Dinnextltpro, sans-serif;
  font-size: 1.7rem;
  line-height: 120%;
}

.standard-text-4 {
  color: #000000e6;
  font-family: Inter Tight;
  font-size: 1rem;
  line-height: 140%;
}

.standard-text-4.black-60 {
  color: #0009;
}

.standard-text-numbers {
  color: #000000e6;
  font-family: Inter Tight;
  font-size: 1rem;
  line-height: 140%;
}

.standard-text-numbers.black-60 {
  color: #0009;
  width: auto;
  height: auto;
}

.section-title-5 {
  color: #000000e6;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight;
  font-size: 1rem;
  font-weight: 500;
  line-height: 120%;
}

.standard-text-5 {
  color: #000000e6;
  font-family: Inter Tight;
  font-size: 1rem;
  line-height: 140%;
}

.standard-text-5.black-60 {
  color: #0009;
  width: 60vw;
  height: auto;
}

._12-collumn-grid-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  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-title-6 {
  color: #000000e6;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight;
  font-size: 1rem;
  font-weight: 500;
  line-height: 120%;
}

.leistungsvideo-2 {
  aspect-ratio: 2;
  object-fit: cover;
  width: auto;
  max-width: none;
  height: 100%;
}

.div-block-46 {
  display: none;
}

.videowraper-2 {
  height: 33vw;
}

.large-text-4 {
  color: #000000e6;
  font-family: Dinnextltpro, sans-serif;
  font-size: 2.5rem;
  line-height: 120%;
}

.standard-text-6 {
  color: #000000e6;
  font-family: Inter Tight;
  font-size: 1rem;
  line-height: 140%;
}

.standard-text-6.black-60 {
  color: #0009;
  width: 60vw;
  height: auto;
}

._12-collumn-grid-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  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-title-7 {
  color: #000000e6;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight;
  font-size: 1rem;
  font-weight: 500;
  line-height: 120%;
}

.leistungsvideo-3 {
  z-index: 1;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 0;
  width: auto;
  max-width: none;
  height: 100%;
}

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

.standard-uberschrift {
  color: #000000e6;
  font-family: Inter Tight;
  font-size: 1rem;
  line-height: 140%;
}

.standard-uberschrift.black-60 {
  color: #0009;
  width: 58.85vw;
  height: auto;
  font-family: Dinnextltpro, sans-serif;
  font-size: 1.7rem;
  line-height: 120%;
}

.standard-uberschrift.black-portfolio {
  color: #333;
  -webkit-text-stroke-color: #333;
  width: 100%;
  height: auto;
  font-family: Dinnextltpro, sans-serif;
  font-size: 1.7rem;
  line-height: 120%;
}

.maincontent-copy {
  margin-top: 0;
  display: block;
}

.leistungsvideo-3-copy {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: auto;
  max-width: none;
  height: 100%;
  display: none;
}

.service-detail-item-copy {
  border-top: 1px solid #0000001a;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

._12-collumn-grid-3-copy {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  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;
}

.videowraper-2-copy {
  height: 30vw;
}

.div-block-47-copy {
  display: none;
}

.service-name-wrapper-copy {
  flex-direction: column;
  display: flex;
}

.portfolio {
  border-top: 1px #0000001a;
  padding: 3vw;
  display: block;
}

.portfolio.graphics, .portfolio.graphics.apps, .portfolio.animations, .portfolio.apps {
  display: block;
}

.portfolio.bgdunkel {
  color: var(--dunkel);
  background-color: #3d363e;
}

.portfolio.bgdunkel.home {
  padding-top: 0;
  padding-bottom: 3vw;
}

.portfolio.bggrau {
  background-color: var(--hellgrau);
}

.portfolio.bggrau.home {
  padding-bottom: 3vw;
}

.portfolio.home {
  padding-top: 5vw;
  padding-bottom: 3vw;
}

.portfolio.schwarz {
  background-color: var(--schwarz);
}

.portfolio.schwarz.verlauf {
  background-image: linear-gradient(#363636, #000);
}

._12-collumn-grid-3-copy {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: row-reverse;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

._12-collumn-grid-3-copy.home {
  grid-template-rows: auto auto;
}

._12-collumn-grid-3-copy.reverseflex {
  flex-direction: row;
}

._12-collumn-grid-3-copy.homegridvl {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._12-collumn-grid-3-copy.homegridvl.sticky {
  position: sticky;
  top: 100px;
}

._12-collumn-grid-3-copy.homegridvl.banderole {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
}

._12-collumn-grid-3-copy.homegridvl.offset {
  top: -6vw;
}

._12-collumn-grid-3-copy.homegridvl.offset._3errows {
  grid-template-rows: auto auto auto;
}

._12-collumn-grid-3-copy.homegridvl.special {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
}

.videowraper-2-copy {
  box-sizing: border-box;
  aspect-ratio: auto;
  flex: 0 auto;
  order: 0;
  align-self: flex-start;
  width: auto;
  height: 30vw;
  display: block;
}

.videowraper-2-copy.homeimage {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  box-shadow: none;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  display: block;
}

.videowraper-2-copy.homekundenstimmen {
  height: auto;
  position: static;
}

.service-name-wrapper-copy {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: auto;
  margin-top: 3vw;
  padding-left: 0;
}

.service-name-wrapper-copy.paddingleft {
  padding-left: 1vw;
}

.service-name-wrapper-copy.paddingleft.offset {
  position: relative;
  top: -8vw;
}

.service-name-wrapper-copy.home {
  margin-top: 0;
}

.page-heading-2 {
  line-height: 120%;
}

.headline-h2 {
  color: #3d363e;
  text-align: left;
  -webkit-text-stroke-color: #3d363e;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 4vw;
  font-family: Dinnextltpro, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 100%;
}

.headline-h2.textweiss {
  color: #fff;
}

.headline-h2.textweiss.h2portfolio {
  padding-bottom: 0;
}

.headline-h2.textweiss-copy {
  color: #fff;
}

.headline-h2.center {
  color: var(--weiss);
  padding: 1.5rem 1.5rem 1.5vw 1.5vw;
  font-size: 34px;
}

.div-block-48 {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.lottie-animation-9 {
  width: 100%;
}

.grid-2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-content: stretch;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.uberunsneutext {
  color: #000;
  text-align: left;
  -webkit-text-stroke-color: #fff;
  display: none;
}

.bold-text-13 {
  color: #6f1a31;
  -webkit-text-stroke-color: #fff;
}

.text-block-11 {
  color: #000;
}

.dievorteiletext {
  color: #000;
  text-align: left;
  font-family: Dinnextltpro, sans-serif;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 120%;
}

.grid-1und2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-content: stretch;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

._12-collumn-grid-4 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  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;
}

._12-collumn-grid-4.large-gap {
  grid-row-gap: 5rem;
  margin-top: 0;
  margin-bottom: 0;
}

.divider {
  background-color: #0000001a;
  width: 100%;
  height: 1px;
}

.about-us-introduction-text-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.about-minor-info {
  color: #0009;
  font-family: Inter Tight;
  font-size: 1rem;
  line-height: 140%;
}

.value-item {
  border-bottom: 1px solid #0000001a;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.value-icon {
  width: 2rem;
  height: 2rem;
}

.standard-text-8 {
  color: #000000e6;
  font-family: Inter Tight;
  font-size: 1rem;
  line-height: 140%;
}

.standard-text-8.black-60 {
  color: #0009;
  width: 100%;
  height: auto;
  font-family: Dinnextltpro, sans-serif;
}

.vorteileheadertext {
  color: #6f1a31;
  font-family: Dinnextltpro, sans-serif;
}

.bold-text-14, .heading-9 {
  font-family: Dinnextltpro, sans-serif;
}

.bold-text-15 {
  font-family: Dinnextltpro, sans-serif;
  font-size: 1.7rem;
  font-weight: 400;
}

.collection-list-wrapper {
  padding-left: 2rem;
  padding-right: 2rem;
  display: block;
}

._12-collumn-grid-portfolio-header {
  grid-column-gap: 1rem;
  grid-row-gap: 3rem;
  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: block;
}

.small-text {
  color: var(--dunkel);
  text-align: left;
  -webkit-text-stroke-color: #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Dinnextltpro, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

.small-text.black-60 {
  color: #0009;
}

.small-text.schwarz-portfolio-eintrag {
  color: #000;
  text-align: center;
  object-fit: fill;
  border: 1px #000;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Dinnextltpro, sans-serif;
  font-size: 1rem;
  font-style: normal;
  display: inline-block;
}

.small-text.schwarz-portfolio-eintrag.leistungentext {
  width: 58.85vw;
}

.small-text.schwarz-portfolio-eintrag.grau-portfolio-eintrag {
  color: #e2e2e2;
}

.small-text.rot-portfolio-eintrag {
  color: #701932;
  -webkit-text-stroke-color: #000;
  border: 1px #000;
  margin-bottom: 0;
  font-family: Dinnextltpro, sans-serif;
  font-size: 1rem;
}

.small-text.textweiss {
  color: #fff;
}

.small-text.kundenstimmen {
  margin-bottom: 5rem;
}

.small-text.paddingleft {
  padding-left: 0;
}

.small-text.faq {
  padding-bottom: 10px;
}

.small-text.texthellgrau {
  color: var(--hellgrau);
}

.small-text.paddingright {
  padding-right: 3rem;
  line-height: 180%;
}

.small-text.kachel {
  padding-left: 5vw;
}

.small-text.rich {
  padding-bottom: 10px;
}

.container-responsive-bild {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  min-height: 100px;
  padding: 0 0 0;
  display: flex;
}

.container-responsive-bild.nav-bar {
  min-height: 0;
  padding-top: .8rem;
  padding-bottom: .8rem;
}

.container-responsive-bild.page-heading {
  padding-top: 3rem;
}

.container-home-new {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-direction: column;
  min-height: 100px;
  padding: 0 2rem 0;
  display: block;
}

.container-home-new.nav-bar {
  min-height: 0;
  padding-top: .8rem;
  padding-bottom: .8rem;
}

.container-home-new.page-heading {
  padding-top: 3rem;
}

.homesectionvl.grau {
  background-color: #f2f2f2;
}

.homesectionvl.dunkelgrau {
  background-color: #3d363e;
  display: none;
}

.homesectionvl.orangebg {
  background-color: #fb7f27;
  display: none;
}

.homesectionbildvl.dunkelgrau {
  background-color: #3d363e;
  display: none;
}

.nav-link-copy {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 0;
  margin-right: 0;
  padding: 0 30px 0 0;
  font-family: Dinnextltpro, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.nav-link-copy:hover {
  opacity: .7;
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
}

.nav-link-copy:focus-visible, .nav-link-copy[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-copy.w--current {
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 30px;
  text-decoration: none;
}

.nav-link-footer {
  color: var(--hellgrau);
  letter-spacing: .25px;
  margin-left: 0;
  margin-right: 0;
  padding: 0 1vw;
  font-family: Dinnextltpro, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 180%;
  text-decoration: none;
}

.nav-link-footer:hover {
  opacity: .7;
  color: #000;
  -webkit-text-stroke-color: var(--white);
}

.nav-link-footer:focus-visible, .nav-link-footer[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-footer.w--current {
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 0;
  text-decoration: underline;
}

.slide-nav-2 {
  width: 0;
  height: 0;
  margin-left: 0;
  margin-right: 0;
}

.slide-content-wrap {
  -webkit-text-stroke-color: #0000;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: block;
}

.left-arrow-2 {
  align-items: center;
  display: none;
  inset: 0% auto 0% -30%;
}

.slide-nav-3 {
  display: none;
}

.testimonial-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  display: block;
  position: relative;
}

.mask {
  color: #3d363e;
  background-color: #f7f7f7;
  height: auto;
}

.slide {
  background-color: #fff0;
  border-radius: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 2vw;
}

.testimonial {
  color: #000;
  margin-top: 0;
  margin-bottom: 60px;
  font-family: Dinnextltpro, sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4;
}

.testimonial-author-image {
  margin-right: 20px;
}

.slider-2 {
  background-color: #ddd0;
  width: 100%;
  max-width: 714px;
  height: auto;
}

.testimonial-author-details {
  flex-direction: column;
  margin-top: 2vw;
  margin-bottom: 0;
  display: block;
  position: relative;
  inset: auto;
}

.body-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
}

.body-text.light {
  color: #000;
  font-family: Dinnextltpro, sans-serif;
}

.body-text.light.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.right-arrow-2 {
  justify-content: flex-end;
  align-items: center;
  display: none;
  inset: 0% -30% 0% auto;
}

.testimonial-author-wrap {
  align-items: center;
  display: flex;
}

.heading-10 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.heading-10.no-margin {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Dinnextltpro, sans-serif;
  font-weight: 400;
}

.image-14 {
  display: block;
}

.slider-3 {
  display: none;
}

.slider-kundenstimmen {
  background-color: #ddd0;
  width: auto;
  max-width: none;
  height: auto;
  margin-top: 0;
  box-shadow: 2px 2px 5px #0003;
}

.testimonial-text-block {
  margin-bottom: 50px;
  font-family: Dinnextltpro, sans-serif;
  font-size: 1rem;
  line-height: 140%;
  position: relative;
}

.testimonial-text-block-autor {
  font-family: Dinnextltpro, sans-serif;
  font-size: 1rem;
  line-height: 140%;
}

.p-xl-last {
  padding-top: 20px;
}

._12-collumn-grid-leistungen-header {
  grid-column-gap: 1rem;
  grid-row-gap: 3rem;
  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;
}

.italic-text, .italic-text-2 {
  font-style: normal;
}

.checkbox {
  margin-top: 4px;
}

.checkbox-field-2 {
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.kontakt-content {
  grid-row-gap: 5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.kontakt {
  border-top: 1px solid #0000001a;
  padding-top: 5rem;
  padding-bottom: 0;
  display: block;
}

.kontakt.graphics, .kontakt.graphics.apps, .kontakt.animations, .kontakt.apps {
  display: block;
}

.portfolio-copy {
  border: 1px #ed6c52;
  border-top-style: solid;
  padding-top: 5rem;
  padding-bottom: 0;
  display: block;
}

.portfolio-copy.graphics, .portfolio-copy.graphics.apps, .portfolio-copy.animations, .portfolio-copy.apps {
  display: block;
}

.videowraper-2-kontakt {
  height: auto;
}

.form-block-kontakt {
  aspect-ratio: auto;
  object-fit: cover;
  align-self: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-left: 8vw;
  display: block;
  position: relative;
  top: auto;
  overflow: hidden;
}

.form-block-2 {
  z-index: 10;
  background-color: #dedede;
  border: 1px #ed6c52;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  height: 3.5em;
  margin-bottom: 0;
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 18px;
  display: block;
  position: sticky;
  top: 3.5em;
  box-shadow: 4px 4px 5px #0000004f;
}

.text-field {
  color: #ed6c52;
  -webkit-text-stroke-color: #ed6c52;
  mix-blend-mode: normal;
  border: 1px solid #ed6c52;
  margin-bottom: 1vw;
  font-family: Dinnextltpro, sans-serif;
  font-size: 1vw;
  line-height: 140%;
}

.dunkelgrau {
  background-color: #3d363e;
}

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

.secondheadingportfolio {
  color: #3d363e;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Dinnextltpro, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 140%;
  display: block;
}

.secondheadingportfolio.textweiss {
  color: var(--hellgrau);
}

.secondheadingportfolio.textweisstest {
  color: #fff;
  font-family: Dinnextltpro, sans-serif;
  font-weight: 400;
}

.blockgrau {
  z-index: auto;
  float: left;
  clear: none;
  background-color: #e2e2e2;
  width: 10vw;
  height: 10vw;
  margin-top: 7vh;
  display: inline-block;
  position: absolute;
  inset: auto auto auto 0;
}

.blockorange {
  z-index: 0;
  float: left;
  clear: none;
  background-color: #fa8027;
  width: 10vw;
  height: 10vw;
  margin-top: 7vh;
  display: inline-block;
  position: absolute;
  inset: auto 0 auto auto;
}

.block {
  z-index: auto;
  float: left;
  clear: none;
  background-color: #fff;
  width: 8.4vw;
  height: 10vw;
  margin-top: 3.7vw;
  display: inline-block;
  position: absolute;
  inset: auto auto auto 0;
}

.block.blockgrau {
  background-color: #e2e2e2;
}

.block.blockgrau.blocklang {
  width: 64.5vw;
}

.block.blockgrau.headerblock {
  height: 5vw;
}

.block.blockorange {
  background-color: #fa8027;
}

.block.blockorange.blocklang {
  width: 64.5vw;
}

.block.blockorange.home {
  margin-top: 6.7vw;
}

.block.blocklang {
  width: 64.5vw;
}

.block.home {
  margin-top: 6.7vw;
}

.blockgrau-copy {
  z-index: auto;
  float: left;
  clear: none;
  background-color: #e2e2e2;
  width: 10vw;
  height: 18vh;
  margin-top: 7vh;
  display: inline-block;
  position: absolute;
  inset: auto auto auto 0;
}

.section-2 {
  display: none;
}

.leistungtext {
  color: #3d363e;
  text-align: center;
  padding-left: 25vw;
  padding-right: 25vw;
  font-size: 1vw;
  line-height: 180%;
}

.mainnavmenu-2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #6f1a3100;
  flex-flow: row;
  justify-content: space-between;
  height: 100%;
  display: flex;
  position: relative;
}

.navbar-wrapper-2 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin-top: 0;
  display: block;
}

.nav-menu-wrapper-3 {
  flex: 0 auto;
  align-self: auto;
  width: 100%;
  height: 100%;
  display: block;
  position: static;
  top: auto;
  left: 0%;
  right: 0%;
}

.container-13 {
  white-space: normal;
  mix-blend-mode: normal;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: auto;
  margin-right: 13em;
  font-family: Dinnextltpro, sans-serif;
  display: flex;
}

.image-15 {
  opacity: 1;
  max-width: 100%;
  display: block;
  position: relative;
}

.button-3 {
  background-color: var(--dunkel);
  color: #fff;
  text-align: center;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  width: auto;
  height: 100%;
  padding: 0 1em;
  font-size: 18px;
  font-weight: 400;
  line-height: 180%;
  display: flex;
}

.button-3.w--current {
  color: #fff;
  text-align: center;
  text-underline-position: under;
  flex-direction: column;
  justify-content: center;
  width: auto;
  height: 100%;
  font-size: 18px;
  text-decoration: underline;
  display: flex;
}

.headingportfoliokundenstimmen {
  color: #3d363e;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.7vw;
  line-height: 100%;
  display: block;
}

.headingportfoliokundenstimmen.textweiss {
  color: #fff;
}

.image-16 {
  width: 100%;
  margin-top: 0;
  display: block;
  position: static;
}

.portfolioheader {
  border-top: 1px #0000001a;
  padding-top: 3vw;
  padding-bottom: 3vw;
  display: block;
}

.portfolioheader.graphics, .portfolioheader.graphics.apps, .portfolioheader.animations, .portfolioheader.apps {
  display: block;
}

.portfolioheader.bgdunkel {
  background-color: #3d363e;
}

.portfolioheader.bggrau {
  background-color: #e2e2e2;
}

.portfolioheader.home {
  padding-top: 0;
  padding-bottom: 3rem;
}

.form-2 {
  grid-column-gap: 1vw;
  grid-row-gap: 0px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  font-size: 18px;
  display: flex;
}

.checkbox-2 {
  border-color: #000;
  width: 30px;
  height: 30px;
  margin-top: 0;
  margin-left: 0;
}

.checkbox-2.w--redirected-checked {
  background-color: #f87f2a;
  background-image: none;
  border-style: none;
  border-left-color: #f87f2a;
}

.section-3 {
  display: none;
}

.checkbox-2-kontakt {
  border-color: #fff;
  border-top-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  margin-top: 6px;
  margin-left: -15px;
}

.checkbox-2-kontakt.w--redirected-checked {
  background-color: #f87f2a;
  background-size: 10px 10px;
  border-style: none;
  border-left-color: #f87f2a;
}

._12-collumn-grid-3-header {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  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;
  position: relative;
}

._12-collumn-grid-3-header.home {
  grid-template-rows: auto auto;
}

._12-collumn-grid-3-header.reverseflex {
  flex-direction: row-reverse;
}

._12-collumn-grid-3-header.homegridvl {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._12-collumn-grid-3-copy-header-portfolio {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  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: flex;
  position: relative;
}

._12-collumn-grid-3-copy-header-portfolio.home {
  grid-template-rows: auto auto;
}

._12-collumn-grid-3-copy-header-portfolio.reverseflex {
  flex-direction: row-reverse;
}

._12-collumn-grid-3-copy-header-portfolio.homegridvl {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.html-embed-7 {
  color: var(--white);
  font-family: Dinnextltpro, sans-serif;
  font-size: 1vw;
  line-height: 180%;
}

.checkbox-field-3 {
  margin-bottom: 0;
  padding-left: 0;
}

.checkbox-field-4 {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 1em;
  font-size: 18px;
  line-height: 1vw;
  display: flex;
  position: static;
}

.div-block-49 {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  background-color: var(--hellgrau);
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.headline-h1 {
  color: #3d363e;
  text-align: left;
  -webkit-text-stroke-color: #3d363e;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 4vw;
  font-family: Dinnextltpro, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 120%;
}

.headline-h1.textweiss, .headline-h1.textweiss-copy {
  color: #fff;
}

.headline-h1.h2 {
  background-color: #f6000000;
  font-size: 2vw;
  line-height: 20px;
}

.headline-h1.test {
  font-size: 2vw;
}

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

.heading-h3 {
  color: var(--dunkel);
  text-align: left;
  margin-top: 0;
  font-family: Dinnextltpro, sans-serif;
  font-size: 20px;
}

.heading-h3.top {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}

.heading-h3.weiss {
  color: #fff;
}

.heading-h3.faq {
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.heading-h3.texthellgrau {
  color: var(--hellgrau);
}

.heading-h3.visionen {
  vertical-align: text-bottom;
  flex-flow: row;
  padding-top: 3vw;
  display: block;
  position: relative;
  inset: auto auto 0;
}

.heading-h3.kachel {
  min-height: 2vw;
}

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

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

.kachel {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  background-color: var(--hellgrau);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 1vw;
  display: flex;
}

.kachel.oben {
  padding: 1vw;
}

.kachel.transparent {
  aspect-ratio: auto;
  background-color: #e3e3e300;
}

.kachel.dunkelgrau {
  background-color: var(--dunkel);
}

.kachel.dunkel {
  background-color: #3c353d;
}

.kachel.orange {
  background-color: var(--orange);
}

.kachel.orange.verlauf {
  background-image: linear-gradient(180deg, var(--orange), #df6510);
  object-fit: fill;
}

.kachel.schwarz {
  background-color: var(--schwarz);
}

.kachel.schwarz.verlauf {
  background-image: linear-gradient(180deg, #262626, var(--schwarz));
}

.kachel.weiss {
  background-color: var(--weiss);
}

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

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

.icon {
  color: var(--dunkel);
  align-self: auto;
  width: 4rem;
  height: 4rem;
}

.icon.accordion-icon {
  color: #0009;
  cursor: pointer;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 32px;
  line-height: 30px;
}

.icon.weiss {
  color: var(--weiss);
}

.icon.kundenauszug {
  width: 7rem;
  height: 7rem;
  margin-bottom: 40px;
  padding-bottom: 0;
}

.icon.mail {
  color: var(--weiss);
  text-align: left;
  align-self: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.icon.hellgrau {
  color: var(--hellgrau);
}

.accordion-wrapper {
  margin-top: 0;
}

.section-faq {
  background-color: #f8f8f800;
  padding: 0;
}

.accordion-item-trigger {
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-start;
  line-height: 0;
  display: flex;
}

.accordion-heading {
  -webkit-text-stroke-color: #3d363e;
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Dinnextltpro, sans-serif;
  line-height: 30px;
}

.header-center-box {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.header-center-box._75 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

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

.content-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper.slim {
  max-width: 100%;
  padding-left: 0;
}

.content-wrapper.slim.innerfaq {
  max-width: none;
  padding-left: 40px;
  padding-right: 10px;
}

.accordion-item-content {
  margin-top: 0;
  margin-right: 30px;
  overflow: hidden;
}

.accordion-item {
  background-color: #f5f5f5;
  border-radius: 0;
  margin-bottom: 20px;
  padding: 0 30px;
}

.faqp {
  font-family: Dinnextltpro, sans-serif;
}

.headline-h3 {
  color: #3d363e;
  -webkit-text-stroke-color: #3d363e;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Dinnextltpro, sans-serif;
  font-size: 3.2vw;
  font-weight: 700;
  line-height: 100%;
}

.headline-h3.textweiss, .headline-h3.textweiss-copy {
  color: #fff;
}

.heading-h4 {
  color: #3d363e;
  font-family: Dinnextltpro, sans-serif;
  font-size: 1.3vw;
}

.containerblock {
  padding-top: 4vw;
  padding-bottom: 4vw;
}

.containerblock.scrollstick {
  height: 200vh;
}

.containerblock.backgroundimage {
  background-image: url('../images/Website_Background_Element_Grey2.jpg');
  background-position: 0 0;
  background-size: contain;
  padding-left: 5vw;
  padding-right: 5vw;
}

.containerblock.grau {
  background-color: #ab7a7a;
}

.containerblock.gruen {
  background-color: #a7b49b;
}

.containerblock.dunkel {
  background-color: var(--dunkel);
}

.containerblock.dunkel.leistungen {
  padding-bottom: 10vw;
}

.containerblock.weiss {
  background-color: var(--weiss);
}

.containerblock.paddingbottom {
  padding-bottom: 12vw;
}

.containerblock.zerotoppadding {
  padding-top: 0;
  padding-bottom: 6vw;
}

.containerblock.smalerbottompadding {
  padding-bottom: 0;
}

.containerblock.hellgrau {
  background-color: var(--hellgrau);
}

.containerblock.leistungen {
  padding-bottom: 10vw;
}

.containerblock.schwarzverlauf {
  background-image: linear-gradient(#363636, #000);
}

.image-17 {
  object-fit: fill;
  min-width: 100%;
}

.image-18 {
  vertical-align: baseline;
  max-width: 100%;
  overflow: clip;
}

.div-block-54 {
  max-height: none;
  overflow: hidden;
}

.div-block-55 {
  aspect-ratio: auto;
  background-color: #f87f2a;
}

.div-block-55-copy {
  aspect-ratio: 1;
}

.div-block-55-copy.grau {
  background-color: #333;
}

.div-block-55-copy {
  aspect-ratio: auto;
  background-color: #f87f2a;
}

.headline-h2-links {
  color: #3d363e;
  text-align: left;
  -webkit-text-stroke-color: #3d363e;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1vw;
  padding-bottom: 1vw;
  padding-left: 1vw;
  font-family: Dinnextltpro, sans-serif;
  font-size: 3.2vw;
  font-weight: 700;
  line-height: 100%;
}

.headline-h2-links.textweiss, .headline-h2-links.textweiss-copy {
  color: #fff;
}

.div-block-55-copy-copy {
  aspect-ratio: auto;
  background-color: #f87f2a;
}

.bold-text-16 {
  background-color: #f80000;
  font-size: 2vw;
}

.hhintergrund {
  vertical-align: baseline;
  background-color: #b5b5b500;
  height: 5vw;
  padding-left: 0;
  padding-right: 0;
  font-size: 50px;
  line-height: 100%;
  display: inline;
}

.hhintergrund.light {
  font-size: 38px;
  font-weight: 400;
}

.spanhintergrund {
  background-color: var(--hellgrau);
  text-align: left;
  margin-bottom: 0;
  padding: 5px 10px 0;
  font-size: 44px;
  line-height: 120%;
  display: inline-block;
  box-shadow: 2px 2px 5px #0003;
}

.spanhintergrund.klein {
  font-size: 2.5vw;
  font-weight: 700;
}

.spanhintergrund.weiss {
  background-color: #fff;
}

.spanhintergrund.light {
  margin-bottom: 9px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 28px;
  font-weight: 400;
}

.spanhintergrund.light.schwarz {
  background-color: var(--dunkel);
}

.spanhintergrund.light.orange {
  background-color: var(--orange);
  color: var(--weiss);
}

.spanhintergrund.schwarz {
  color: #fff;
  background-color: #3c353d;
}

.spanhintergrund.orange {
  color: var(--weiss);
  background-color: #f87f2a;
}

.heading-12 {
  text-align: left;
}

.div-block-51-copy.offset {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  position: relative;
  top: -6vw;
}

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

.div-block-51-copy.offset {
  grid-template-rows: auto auto auto;
}

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

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

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

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

.image-19 {
  width: auto;
  max-width: none;
  height: 5vw;
}

.div-block-60 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding-top: 0;
  display: inline-flex;
}

.image-20 {
  width: 10vw;
  height: 10vw;
}

.image-21 {
  width: 10vw;
  max-width: 10vw;
  height: 10vw;
}

.image-22 {
  padding: 2vw 3vw 3vw;
}

.bold-text-17 {
  color: #e3e3e3;
}

.icon-copy {
  color: var(--dunkel);
  width: 10rem;
  height: 10rem;
}

.icon-copy.accordion-icon {
  color: #0009;
  cursor: pointer;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 32px;
  line-height: 30px;
}

.iconfill {
  color: var(--dunkel);
  width: 4rem;
  height: 4rem;
  margin-top: 1.5rem;
  padding-top: 0;
  display: inline-block;
}

.iconfill.accordion-icon {
  color: #0009;
  cursor: pointer;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 32px;
  line-height: 30px;
}

.iconfill.weiss {
  color: var(--weiss);
}

.iconfill.hellgrau {
  color: var(--hellgrau);
}

.div-block-61 {
  background-color: var(--orange);
  display: flex;
}

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

.leistungentext {
  position: relative;
  top: -6vw;
}

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

.section-4.schwarzverlauf {
  background-image: linear-gradient(#363636, #000);
}

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

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

.div-block-63._12col.offset {
  position: relative;
  top: -6vw;
}

.image-23 {
  aspect-ratio: 16 / 9;
  object-fit: fill;
  margin-bottom: 5vw;
}

.leistungenheader {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  margin-top: 3vw;
  padding-left: 0;
  display: grid;
}

.leistungenheader.paddingleft {
  padding-left: 1vw;
}

.leistungenheader.paddingleft.offset {
  position: relative;
  top: -8vw;
}

.leistungenheader.home {
  margin-top: 0;
}

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

.ueberunstextblock {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.ueberunstextblock.single {
  grid-template-rows: auto;
}

.headlineh2portfolio {
  color: var(--dunkel);
  font-family: Dinnextltpro, sans-serif;
  font-size: 50px;
  line-height: 100%;
}

.portfolioinner {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  vertical-align: bottom;
  flex-flow: row-reverse;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.portfolioinner.home {
  grid-template-rows: auto auto;
}

.portfolioinner.reverseflex {
  flex-direction: row;
}

.portfolioinner.homegridvl {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.portfolioinner.homegridvl.sticky {
  position: sticky;
  top: 100px;
}

.portfolioinner.homegridvl.banderole {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
}

.portfolioinner.homegridvl.offset {
  top: -6vw;
}

.portfolioinner.homegridvl.offset._3errows {
  grid-template-rows: auto auto auto;
}

.heading-portfolio-eintrag {
  color: var(--dunkel);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Dinnextltpro, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 100%;
}

.heading-portfolio-eintrag.textweiss {
  color: var(--hellgrau);
}

.small-text-portfolio {
  color: var(--dunkel);
  text-align: left;
  -webkit-text-stroke-color: #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Dinnextltpro, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

.small-text-portfolio.black-60 {
  color: #0009;
}

.small-text-portfolio.schwarz-portfolio-eintrag {
  color: #000;
  text-align: center;
  object-fit: fill;
  border: 1px #000;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Dinnextltpro, sans-serif;
  font-size: 1rem;
  font-style: normal;
  display: inline-block;
}

.small-text-portfolio.schwarz-portfolio-eintrag.leistungentext {
  width: 58.85vw;
}

.small-text-portfolio.schwarz-portfolio-eintrag.grau-portfolio-eintrag {
  color: #e2e2e2;
}

.small-text-portfolio.rot-portfolio-eintrag {
  color: #701932;
  -webkit-text-stroke-color: #000;
  border: 1px #000;
  margin-bottom: 0;
  font-family: Dinnextltpro, sans-serif;
  font-size: 1rem;
}

.small-text-portfolio.textweiss {
  color: var(--hellgrau);
}

.small-text-portfolio.kundenstimmen {
  margin-bottom: 5rem;
}

.small-text-portfolio.paddingleft {
  padding-left: 1vw;
}

.small-text-portfolio.faq {
  padding-bottom: 10px;
}

.small-text-portfolio.texthellgrau {
  color: var(--hellgrau);
}

.small-text-portfolio.paddingright {
  padding-right: 3rem;
  line-height: 180%;
}

.small-text-portfolio.katbuttontext {
  padding-left: .5rem;
  font-size: 1em;
}

.button-4 {
  background-color: var(--orange);
  color: var(--weiss);
  text-align: left;
  cursor: pointer;
  font-family: Dinnextltpro, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 120%;
  box-shadow: 2px 2px 5px #0003;
}

.div-block-64 {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch start;
  width: 100%;
  display: grid;
  position: relative;
}

.div-block-64.nocheinetestclass {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.div-block-64.test, .div-block-64._12col {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.kachelunten {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  background-color: var(--hellgrau);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 1vw;
  display: grid;
}

.kachelunten.oben {
  padding: 1vw;
}

.kachelunten.transparent {
  aspect-ratio: auto;
  background-color: #e3e3e300;
}

.kachelunten.dunkel {
  background-color: #3c353d;
}

.kachelunten.orange {
  background-color: var(--orange);
}

.kachelunten.orange.verlauf {
  background-image: linear-gradient(180deg, var(--orange), #df6510);
}

.kachelunten.schwarz {
  background-color: var(--schwarz);
}

.kachelunten.schwarz.verlauf {
  background-image: linear-gradient(180deg, #262626, var(--schwarz));
}

.kachelunten.weiss {
  background-color: var(--weiss);
}

.heading-h3-kachel {
  color: var(--dunkel);
  text-align: left;
  min-height: 2rem;
  margin-top: 0;
  font-family: Dinnextltpro, sans-serif;
  font-size: 20px;
}

.heading-h3-kachel.top {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.3vw;
}

.heading-h3-kachel.weiss {
  color: #fff;
}

.heading-h3-kachel.faq {
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.heading-h3-kachel.texthellgrau {
  color: var(--hellgrau);
}

.heading-h3-kachel.visionen {
  vertical-align: text-bottom;
  flex-flow: row;
  display: block;
  position: relative;
  inset: auto auto 0;
}

.heading-h3-kachel.kachel {
  min-height: 2vw;
}

.small-text-kachel {
  color: var(--dunkel);
  text-align: left;
  -webkit-text-stroke-color: #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 5vw;
  font-family: Dinnextltpro, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

.small-text-kachel.black-60 {
  color: #0009;
}

.small-text-kachel.schwarz-portfolio-eintrag {
  color: #000;
  text-align: center;
  object-fit: fill;
  border: 1px #000;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Dinnextltpro, sans-serif;
  font-size: 1rem;
  font-style: normal;
  display: inline-block;
}

.small-text-kachel.schwarz-portfolio-eintrag.leistungentext {
  width: 58.85vw;
}

.small-text-kachel.schwarz-portfolio-eintrag.grau-portfolio-eintrag {
  color: #e2e2e2;
}

.small-text-kachel.rot-portfolio-eintrag {
  color: #701932;
  -webkit-text-stroke-color: #000;
  border: 1px #000;
  margin-bottom: 0;
  font-family: Dinnextltpro, sans-serif;
  font-size: 1rem;
}

.small-text-kachel.textweiss {
  color: #fff;
}

.small-text-kachel.kundenstimmen {
  margin-bottom: 5rem;
}

.small-text-kachel.paddingleft {
  padding-left: 0;
}

.small-text-kachel.faq {
  padding-bottom: 10px;
}

.small-text-kachel.texthellgrau {
  color: var(--hellgrau);
}

.small-text-kachel.paddingright {
  padding-right: 3rem;
  line-height: 180%;
}

.small-text-kachel.kachel {
  padding-left: 5vw;
}

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

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

.cta._12col.offset {
  position: relative;
  top: -6vw;
  bottom: auto;
}

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

.div-block-63-copy._12col {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.div-block-63-copy._12col.offset {
  position: relative;
  top: -6vw;
}

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

.divwegbegleiter.offset {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  position: relative;
  top: -6vw;
}

.divvisionen {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
  position: relative;
  top: -6vw;
}

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

.checkboxneu {
  border: 1px solid var(--dunkel);
  color: var(--dunkel);
  width: 1.5em;
  height: 1.5em;
  margin-top: 0;
  margin-left: 0;
  font-size: 1em;
}

.checkboxneu.w--redirected-checked {
  background-color: var(--orange);
  margin-top: 0;
  margin-left: 0;
}

.checkbox-field-5 {
  width: auto;
  margin-bottom: 0;
  padding-left: 0;
}

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

.text-block-12 {
  color: var(--white);
  font-family: Dinnextltpro, sans-serif;
}

.dropdown-2 {
  height: 100%;
}

.text-block-14 {
  color: var(--weiss);
  margin-top: 0;
  padding-right: .125em;
}

.icon-2 {
  color: var(--weiss);
  margin-top: -.1em;
  margin-right: 0;
  padding-top: 0;
  position: static;
}

.dropdown-list {
  z-index: 3;
  background-color: #ddd;
}

.dropdown-list.w--open {
  background-color: var(--dunkel);
  color: var(--weiss);
}

.dropdown-link {
  color: var(--weiss);
  cursor: pointer;
}

.dropdown-link.w--current {
  color: var(--weiss);
  text-decoration: underline;
}

.link-block-2 {
  z-index: 2;
  position: absolute;
  inset: 0%;
}

.dropdown-toggle {
  height: 100%;
  padding: 0;
  display: block;
  position: static;
  top: 0;
}

.div-block-65 {
  margin-top: 0;
  padding: 1.25em 1em;
  line-height: 1em;
  display: flex;
}

.rich-text-block {
  font-family: Dinnextltpro, sans-serif;
}

.rich-text-block-2 {
  color: var(--dunkel);
  font-size: 18px;
  line-height: 180%;
}

.rich-text-block-2.textweiss {
  color: var(--weiss);
}

.link-8 {
  color: #f80000;
}

.leistungsvideosmall {
  z-index: 1;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  max-width: none;
  height: auto;
}

.videowraper-2-copy-copy {
  box-sizing: border-box;
  aspect-ratio: auto;
  flex: 0 auto;
  order: 0;
  align-self: flex-start;
  width: auto;
  height: 30vw;
  display: block;
}

.videowraper-2-copy-copy.homeimage {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  box-shadow: none;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  display: block;
}

.videowraper-2-copy-copy.homekundenstimmen {
  height: auto;
  position: static;
}

.videowraperleistungsmall {
  box-sizing: border-box;
  aspect-ratio: auto;
  flex: 0 auto;
  order: 0;
  align-self: flex-start;
  width: auto;
  height: 18.3vw;
  display: block;
}

.videowraperleistungsmall.homeimage {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  box-shadow: none;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  display: block;
}

.videowraperleistungsmall.homekundenstimmen {
  height: auto;
  position: static;
}

.videowraperleistungengross {
  box-sizing: border-box;
  aspect-ratio: auto;
  flex: 0 auto;
  order: 0;
  align-self: flex-start;
  width: auto;
  height: 46.6vw;
  margin-bottom: 5vw;
  display: block;
}

.videowraperleistungengross.homeimage {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  box-shadow: none;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  display: block;
}

.videowraperleistungengross.homekundenstimmen {
  height: auto;
  position: static;
}

._3dgraphslide1 {
  background-image: url('../images/LH1.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

._3dgraphslide1.slide2 {
  background-image: url('../images/Gneuss.jpg');
}

._3dgraphslide1.slide3 {
  background-image: url('../images/Tadano.jpg');
}

._3dgraphslide1.slide4 {
  background-image: url('../images/Optima.jpg');
}

._3dgraphslide1.slide5 {
  background-image: url('../images/LH2.jpg');
}

._3dgraphslide1.slide6 {
  background-image: url('../images/John-Deere.jpg');
}

._3dgraphslide1.slide7 {
  background-image: url('../images/Witron.webp');
}

._3dgraphslide1.slide8 {
  background-image: url('../images/Laempe.jpg');
}

._3dgraphslide1.slide9 {
  background-image: url('../images/Yaskawa.webp');
}

._3dgraphslide1.slide10 {
  background-image: url('../images/Deutz.webp');
}

.slider-4 {
  width: auto;
  height: 46.69vw;
  margin-bottom: 5vw;
}

.slide-nav-4 {
  font-size: 16px;
}

.icon-3, .icon-4 {
  color: var(--orange);
}

.smallvideo {
  width: 33vw;
  height: 18.56vw;
}

.html-embed-header {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: auto;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .gutter-outside {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .button:hover {
    opacity: 1;
    transform: scale(1);
  }

  .nav-link {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .menu-button {
    z-index: 900;
    padding: 0 12px;
    display: none;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .testimonial-grid-two {
    grid-column-gap: 30px;
  }

  .testimonial-info-three, .testimonial-info-three-copy {
    flex-direction: column;
  }

  .testimonial-grid-two-copy {
    grid-column-gap: 30px;
  }

  .scroll-wrapper-fixed {
    align-items: center;
    max-width: 991px;
    display: flex;
  }

  .mainsectionvirginlandsuberuns {
    display: none;
  }

  .form-block {
    width: 90%;
  }

  .lottiuberunss {
    width: 100%;
    min-width: 767px;
    max-width: 991px;
    height: 100%;
    inset: auto 0%;
  }

  .leistungen-description-text-1 {
    max-width: 30%;
  }

  .maincontainervirginlands.unser-leistungen-new, .maincontainervirginlands.weis, .maincontainervirginlands.grau, .maincontainervirginlands.grau {
    max-width: 991px;
  }

  .navbar.shadow-three {
    font-size: 16px;
  }

  .container-8 {
    justify-content: flex-start;
    max-width: 991px;
  }

  .navbar-wrapper {
    justify-content: flex-start;
  }

  .nav-menu-wrapper {
    background-color: #0000;
    position: relative;
    top: 85px;
  }

  .mainnavmenu {
    background-color: #6f1a31;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100vh;
    display: flex;
  }

  .leistungen-video.port {
    height: 100%;
    display: block;
  }

  .popup-content-wrapper {
    max-height: 92%;
  }

  .popup-close-vl {
    top: 20px;
    right: 20px;
  }

  .lottidivuberunsgraublende {
    width: 100%;
    min-width: 0;
    max-width: 991px;
    height: 100%;
  }

  .lottiuberunsblende {
    height: 100%;
    inset: 0%;
  }

  .popup-close-baeumer, .popup-close-kracht, .popup-close-hawesr, .popup-close-vacuubrand {
    top: 20px;
    right: 20px;
  }

  .popup-wrapper-iframe-kba {
    display: none;
  }

  .popup-close-kba, .popup-close-optimacs7, .popup-close-liebherrsr, .popup-close-lissmacsr, .popup-close-fritschsr, .popup-close-vl-copy, .popup-close-drieschersr, .popup-close-optimaindex, .popup-close-samedeuzfahr, .popup-close-peri, .popup-close-witron, .popup-close-hettich, .popup-close-weinmann, .popup-close-fritschmultitwist, .popup-close-tadano, .popup-close-sivantos, .popup-close-hawehenryeva, .popup-close-optimaverpackungsmaschinen, .popup-close-virginlandsshowreel, .popup-close-terex, .popup-close-metallplastic, .popup-close-hermle, .popup-close-sumitomodemag, .popup-close-audi, .popup-close-sonyericsson, .popup-close-adidas {
    top: 20px;
    right: 20px;
  }

  .popup-wrapper-iframe-stahl {
    display: none;
  }

  .popup-close-stahl {
    top: 20px;
    right: 20px;
  }

  .lottiuberunsscroll {
    width: 35%;
    height: 100%;
    inset: 0%;
  }

  .logo-carousel-card-wrapper-2 {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .logo-carousel-wrapper-2 {
    width: 210em;
  }

  .card-logo-2 {
    max-width: 8em;
  }

  .logo-carousel-card-2 {
    width: 20em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 1em;
    padding-left: 3em;
    padding-right: 3em;
    font-size: 20px;
  }

  .the-sticky-div-title-meinungen {
    color: #6f1a31;
    background-color: #0000;
  }

  .div-block-22 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: stretch;
    display: grid;
  }

  .sticky-wrapper {
    display: none;
  }

  .lottie-animation-4 {
    width: 991px;
    max-width: 991px;
  }

  .para-title {
    font-size: 30px;
  }

  .heading-journal.journal.wordsplit {
    font-size: 100px;
  }

  .image-9 {
    width: 100%;
    max-width: 991px;
    height: 100%;
  }

  .lottiuberunsseingangvideo {
    height: 100%;
    inset: 0%;
  }

  .preloader-v8---brix {
    display: none;
  }

  .preloader-v8-loader---brix {
    width: 145px;
    max-width: 50px;
  }

  .html-embed-2 {
    position: static;
  }

  .section.lottie-background {
    min-height: 800px;
  }

  .gradientblock {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .lottie-animation-5 {
    width: 100%;
    max-width: 991px;
  }

  .image-10 {
    width: 30%;
  }

  .preloader {
    display: none;
  }

  .mainsectionvirginlandsuberuns-990 {
    height: auto;
    display: block;
  }

  .mainsectionvirginlandsuberuns-767, .mainsectionvirginlandsuberuns-478 {
    display: none;
  }

  .popup-close-new-1, .popup-close-news-2, .popup-close-news-1, .popup-close-news-3 {
    top: 20px;
    right: 20px;
  }

  .lottidivuberunsgraublendeanimation {
    width: 100vw;
    min-width: 0;
    max-width: none;
    height: 100vh;
  }

  .cell {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    display: block;
  }

  .div-block-38, .div-block-40 {
    width: 100%;
    height: 225px;
  }

  .htmlpopup {
    height: 450px;
  }

  .lottiuberunss-2 {
    width: 100%;
    min-width: 767px;
    max-width: 991px;
    height: 100%;
    inset: auto 0%;
  }

  .lottidivuberunsgraublende-2 {
    width: 100%;
    min-width: 0;
    max-width: 991px;
    height: 100%;
  }

  .lottiuberunsscroll-2 {
    width: 35%;
    height: 100%;
    inset: 0%;
  }

  .popup-wrapper-iframe-liebherrdiverse {
    display: none;
  }

  .popup-close-liebherrdiverse {
    top: 20px;
    right: 20px;
  }

  .popup-wrapper-iframe-naf {
    display: none;
  }

  .popup-close-naf {
    top: 20px;
    right: 20px;
  }

  .container-12, .container-12.home {
    padding-left: 0;
    padding-right: 0;
  }

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

  .nav-menu-mobile, .menu-button-2 {
    height: 0;
    position: absolute;
  }

  .project-minor-info-item {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .view-case-study-block {
    display: none;
  }

  .medium-text.black-60, .medium-text.black-60-portfolio {
    font-size: 1.1rem;
  }

  .project-info-block {
    grid-row-gap: 1rem;
  }

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

  ._12-collumn-grid.large-gap {
    grid-row-gap: 4rem;
  }

  .extra-large-text {
    font-size: 2rem;
  }

  .leistungsvideo {
    height: 20rem;
  }

  .videowraper {
    min-width: 0;
  }

  .large-text {
    font-size: 2rem;
  }

  .medium-text-2.black-60 {
    font-size: 1.1rem;
  }

  .large-text-2 {
    font-size: 2rem;
  }

  .medium-text-3.black-60 {
    font-size: 1.1rem;
  }

  .large-text-3, .extra-large-text-2 {
    font-size: 2rem;
  }

  .medium-text-4.black-60 {
    font-size: 1.1rem;
  }

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

  .large-text-4 {
    font-size: 2rem;
  }

  ._12-collumn-grid-3, ._12-collumn-grid-3-copy {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  ._12-collumn-grid-3-copy {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    display: block;
  }

  ._12-collumn-grid-3-copy.homegridvl.offset {
    grid-template-rows: auto auto auto;
  }

  ._12-collumn-grid-3-copy.homegridvl.offset._4errow {
    grid-template-rows: auto auto auto auto;
  }

  .videowraper-2-copy {
    width: 94vw;
    height: auto;
  }

  .headline-h2 {
    font-size: 44px;
  }

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

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

  ._12-collumn-grid-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  ._12-collumn-grid-4.large-gap {
    grid-row-gap: 4rem;
  }

  ._12-collumn-grid-portfolio-header {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .small-text.black-60, .small-text.schwarz-portfolio-eintrag, .small-text.rot-portfolio-eintrag {
    font-size: 1.1rem;
  }

  .container-responsive-bild, .container-home-new {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav-link-copy {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .left-arrow-2 {
    margin-left: 0;
    margin-right: 0;
    position: absolute;
    inset: 0% auto 0% -25px;
  }

  .testimonial-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .right-arrow-2 {
    margin-left: 0;
    margin-right: 0;
    position: absolute;
    inset: 0% -25px 0% auto;
  }

  ._12-collumn-grid-leistungen-header {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .videowraper-2-kontakt {
    height: 35vw;
  }

  .form-block-kontakt {
    width: 90%;
  }

  .form-block-2 {
    font-size: 16px;
    display: block;
  }

  .navbar-wrapper-2 {
    justify-content: flex-start;
  }

  .button-3, .button-3.w--current {
    font-size: 16px;
  }

  ._12-collumn-grid-3-header, ._12-collumn-grid-3-copy-header-portfolio {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .checkbox-field-4 {
    align-self: auto;
    font-size: 16px;
  }

  .icon.kundenauszug {
    margin-bottom: 0;
  }

  .spanhintergrund {
    margin-bottom: 9px;
    line-height: 120%;
  }

  .div-block-51-copy.offset {
    grid-template-rows: auto auto auto;
  }

  .ueberunstextblock {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

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

  .small-text-portfolio.black-60, .small-text-portfolio.schwarz-portfolio-eintrag, .small-text-portfolio.rot-portfolio-eintrag, .small-text-kachel.black-60, .small-text-kachel.schwarz-portfolio-eintrag, .small-text-kachel.rot-portfolio-eintrag {
    font-size: 1.1rem;
  }

  .divvisionen.offset {
    grid-template-rows: auto auto auto;
  }

  .dropdown-2 {
    background-color: var(--dunkel);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
  }

  .text-block-14 {
    padding-top: 0;
  }

  .dropdown-toggle {
    background-color: #0000;
  }

  .leistungsvideosmall {
    width: 100%;
    height: auto;
  }

  .videowraper-2-copy-copy, .videowraperleistungsmall, .videowraperleistungengross {
    width: 94vw;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .title2 {
    font-size: 2em;
  }

  .title6 {
    font-size: 1em;
  }

  .title5 {
    font-size: 1.2em;
  }

  .distance-big {
    padding-top: 6em;
  }

  .styles-grid-colors {
    display: flex;
  }

  .title1 {
    font-size: 2.8em;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .heading.white.para-title {
    font-size: 35px;
  }

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

  .testimonial-info-three, .testimonial-info-three-copy {
    flex-direction: row;
  }

  .testimonial-grid-two-copy {
    grid-template-columns: 1fr 1fr;
  }

  .scroll-wrapper-fixed {
    max-width: 767px;
  }

  .link, .submit-button {
    font-size: 16px;
  }

  .lottiuberunss {
    min-width: 478px;
    max-width: 767px;
  }

  .leistungen-description-text-1 {
    max-width: 40%;
    font-size: 16px;
    line-height: 18px;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

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

  .footer-social-block-two {
    margin-top: 0;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .maincontainervirginlands.weis, .maincontainervirginlands.grau, .maincontainervirginlands.grau {
    max-width: 767px;
  }

  .mainsectionvirginlands.akttuellearbeiten {
    width: auto;
    height: auto;
  }

  .navbar {
    max-width: 100%;
  }

  .navbar.shadow-three {
    font-size: 14px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .leistungen-video-1, .leistungen-video, .leistungen-video-3, .leistungen-video-4, .leistungen-video-5, .leistungen-video-6 {
    max-width: 767px;
    height: 30vh;
    max-height: none;
  }

  .popup-content {
    margin: 3em 2em;
  }

  .c-card._4, .c-card._1, .c-card._3, .c-card._2, .c-card._5, .c-card._6 {
    top: 260px;
  }

  .lottidivuberunsgraublende {
    max-width: 767px;
  }

  .popup-wrapper-iframe-stahl {
    display: none;
  }

  .lottiuberunsscroll {
    width: 40%;
  }

  .logo-carousel-wrapper-2 {
    width: 160em;
  }

  .logo-carousel-card-2 {
    border-radius: 5px;
    width: 15em;
    padding-left: 2em;
    padding-right: 2em;
    font-size: 13px;
  }

  .the-sticky-div-title-meinungen {
    text-align: center;
    font-size: 52px;
  }

  .mainsectionvirginlandskundenuberuns {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .container {
    width: 100%;
    padding-left: 28px;
    padding-right: 28px;
  }

  .sticky-container {
    height: auto;
  }

  .mainsectionvirginlandsjobs {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-jobs {
    width: 100%;
    padding-left: 28px;
    padding-right: 28px;
  }

  .sticky-container-jobs {
    height: auto;
  }

  .para-title {
    text-align: center;
    font-size: 22px;
  }

  .heading-journal.journal.wordsplit {
    font-size: 70px;
  }

  .image-9 {
    width: 100%;
    max-width: 767px;
    height: auto;
  }

  .preloader-v8---brix {
    display: none;
  }

  .text-block-7 {
    width: 95%;
  }

  .section.lottie-background {
    height: 700px;
    min-height: 0;
  }

  .lottie-animation-5 {
    width: 100%;
    max-width: 767px;
  }

  .image-10 {
    width: 55%;
  }

  .preloader {
    display: none;
  }

  .popup-content-tech-video-1, .popup-content-tech-video-2, .popup-content-tech-video-3, .popup-content-tech-video-4 {
    margin: 0;
  }

  .mainsectionvirginlandsuberuns-990 {
    display: none;
  }

  .mainsectionvirginlandsuberuns-767 {
    height: auto;
    display: block;
  }

  .mainsectionvirginlandsuberuns-478 {
    display: none;
  }

  .heading-dateschutz.white.para-title {
    font-size: 35px;
  }

  .popup-content-news-1, .popup-content-news-2, .popup-content-news-3 {
    margin: 3em 2em;
  }

  .popup-content-kracht, .popup-content-hawesr, .popup-content-vacuubrand, .popup-content-kba, .popup-content-optimacs7, .popup-content-liebherrsr, .popup-content-lissmacsr, .popup-content-fritschsr, .popup-content-baeumer, .popup-content-drieschersr, .popup-content-optimaindex, .popup-content-samedeuzfahr, .popup-content-peri, .popup-content-witron, .popup-content-hettich, .popup-content-weinmann, .popup-content-fritschmultitwist, .popup-content-tadano, .popup-content-sivantos, .popup-content-hawehenryeva, .popup-content-optimaverpackungsmaschinen, .popup-content-virginlandsshowreel, .popup-content-terex, .popup-content-metallplastic, .popup-content-hermle, .popup-content-sumitomodemag, .popup-content-audi, .popup-content-sonyericsson, .popup-content-adidas, .popup-content-stahl {
    margin: 0;
  }

  .lottidivuberunsgraublendeanimation {
    max-width: none;
  }

  .popup-content-tech-video-5 {
    margin: 0;
  }

  .div-block-37 {
    height: 20vh;
  }

  .tabs-menu {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .div-block-38 {
    height: 175px;
  }

  .heading-7.white.para-title {
    font-size: 35px;
  }

  .div-block-40 {
    height: 175px;
  }

  .html-embed-5 {
    height: 350px;
  }

  .htmlpopup {
    height: 300px;
  }

  .lottiuberunss-2 {
    min-width: 478px;
    max-width: 767px;
  }

  .lottidivuberunsgraublende-2 {
    max-width: 767px;
  }

  .lottiuberunsscroll-2 {
    width: 40%;
  }

  .navbar-brand-grau {
    padding-left: 0;
  }

  .popup-wrapper-iframe-liebherrdiverse {
    display: none;
  }

  .popup-content-liebherrdiverse {
    margin: 0;
  }

  .popup-wrapper-iframe-naf {
    display: none;
  }

  .popup-content-naf {
    margin: 0;
  }

  .background-video-5 {
    display: none;
  }

  .background-video-small {
    height: 75vh;
    display: block;
  }

  .mainsectionvirginlands-datenschutz.akttuellearbeiten, .mainsectionvirginlands-impressum.akttuellearbeiten {
    width: auto;
    height: auto;
  }

  .container-12.nav-bar {
    z-index: 999;
  }

  .section-heading {
    margin-bottom: 1rem;
    padding-bottom: .75rem;
  }

  .collection-list {
    grid-row-gap: 4rem;
  }

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

  .moblie-menu-link-mask {
    overflow: hidden;
  }

  .mobile-social-link {
    color: #0009;
    font-size: 1rem;
    font-weight: 400;
    line-height: 120%;
    text-decoration: none;
  }

  .secondary-button {
    display: block;
  }

  .mobile-social-link-wrapper {
    grid-column-gap: 2rem;
    justify-content: flex-start;
    padding-top: 1rem;
    display: flex;
  }

  .nav-menu-mobile {
    z-index: 998;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    background-color: #f5f5f5;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    height: 100svh;
    padding: 1rem .8rem;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .mobile-nav-link {
    border-bottom: 1px solid #0000001a;
    border-left: 1px solid #0000001a;
    padding: .5rem 1rem;
    text-decoration: none;
    display: block;
  }

  .menu-button-text-wrapper {
    height: 1.4rem;
  }

  .nav-menu-desktop {
    display: none;
  }

  .brand {
    z-index: 999;
    padding-left: 0;
  }

  .navigation-bar {
    border-top-width: 4px;
    border-top-color: #000000e6;
  }

  .mobile-menu-link {
    color: #000000e6;
    font-size: 3.5rem;
    font-weight: 500;
    line-height: 100%;
    text-decoration: none;
  }

  .menu-button-2 {
    z-index: 999;
    width: auto;
    height: auto;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .medium-text.black-60-portfolio {
    margin-bottom: 20px;
  }

  .image-13 {
    height: 100%;
  }

  ._12-collumn-grid {
    flex-direction: column;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .process-item {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .extra-large-text {
    font-size: 2rem;
  }

  .leistungsvideo {
    height: 15rem;
  }

  .videowraper {
    max-width: 500px;
  }

  .large-text, .large-text-2, .large-text-3 {
    font-size: 1.6rem;
  }

  .extra-large-text-2 {
    font-size: 2rem;
  }

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

  .large-text-4 {
    font-size: 1.6rem;
  }

  ._12-collumn-grid-3, ._12-collumn-grid-3-copy {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  ._12-collumn-grid-3-copy {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    display: block;
  }

  ._12-collumn-grid-3-copy.homegridvl {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
  }

  .videowraper-2-copy {
    width: 94vw;
    height: auto;
  }

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

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

  .dievorteiletext {
    font-size: 25px;
    line-height: 30px;
  }

  .grid-1und2 {
    grid-template-rows: auto;
  }

  ._12-collumn-grid-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .value-item {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  ._12-collumn-grid-portfolio-header {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .small-text {
    font-size: 16px;
  }

  .small-text.schwarz-portfolio-eintrag, .small-text.rot-portfolio-eintrag {
    margin-bottom: 20px;
  }

  .container-responsive-bild {
    padding-bottom: 5rem;
  }

  .container-responsive-bild.nav-bar {
    z-index: 999;
  }

  .container-home-new {
    padding-bottom: 5rem;
  }

  .container-home-new.nav-bar {
    z-index: 999;
  }

  .nav-link-copy {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-link-footer {
    display: inline-block;
  }

  ._12-collumn-grid-leistungen-header {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .videowraper-2-kontakt {
    height: 53vw;
  }

  .form-block-2 {
    flex: 1;
    height: 3rem;
    padding-left: 1em;
    padding-right: 1em;
    font-size: 14px;
    display: block;
  }

  .button-3, .button-3.w--current {
    font-size: 14px;
  }

  .form-2 {
    grid-column-gap: .2em;
    grid-row-gap: .2em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    font-size: 14px;
    display: grid;
  }

  ._12-collumn-grid-3-header, ._12-collumn-grid-3-copy-header-portfolio {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .checkbox-field-4 {
    font-size: 14px;
    line-height: 1em;
    display: flex;
  }

  .headline-h1 {
    margin-top: 0;
    font-size: 36px;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .headline-h3, .headline-h2-links {
    margin-top: 0;
  }

  .spanhintergrund {
    font-size: 36px;
  }

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

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

  .heading-portfolio-eintrag {
    font-size: 36px;
  }

  .small-text-portfolio.schwarz-portfolio-eintrag, .small-text-portfolio.rot-portfolio-eintrag {
    margin-bottom: 20px;
  }

  .small-text-portfolio.textweiss {
    font-size: 16px;
  }

  .small-text-portfolio.katbuttontext {
    font-size: 1em;
  }

  .button-4 {
    font-size: 24px;
  }

  .small-text-kachel {
    padding-left: 0;
  }

  .small-text-kachel.schwarz-portfolio-eintrag, .small-text-kachel.rot-portfolio-eintrag {
    margin-bottom: 20px;
  }

  .dropdown-toggle {
    flex-flow: row;
  }

  .videowraper-2-copy-copy, .videowraperleistungsmall, .videowraperleistungengross {
    width: 94vw;
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  .gutter-outside {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .p-xl-end {
    padding-bottom: 5em;
  }

  .p-xl-start, .distance-big {
    padding-top: 5em;
  }

  .menu-button {
    line-height: 1vw;
  }

  .heading {
    font-size: 25px;
    line-height: 30px;
  }

  .heading.white.para-title {
    margin-bottom: 10px;
    font-size: 25px;
  }

  .scroll-wrapper-fixed {
    max-width: 478px;
  }

  .mainsectionvirginlandsuberuns {
    display: none;
  }

  .form-block {
    flex-direction: column;
    justify-content: center;
  }

  .text-block-3 {
    font-size: 18px;
    line-height: 25px;
  }

  .link {
    font-size: 14px;
    line-height: 25px;
  }

  .submit-button {
    font-size: 14px;
  }

  .lottiuberunss {
    flex: 0 auto;
    min-width: 0;
    max-width: 478px;
    height: 100%;
    inset: auto 0%;
  }

  .leistungen-header-text-1 {
    font-size: 20px;
    line-height: 22px;
  }

  .leistungen-description-text-1 {
    max-width: 60%;
    font-size: 12px;
    line-height: 12px;
    display: block;
  }

  .footer-bottom {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-top: 1vw;
  }

  .footer-social-block-two {
    margin-top: 0;
    margin-left: 0;
  }

  .footer-social-link {
    margin-left: 5px;
  }

  .maincontainervirginlands.unser-leistungen-new, .maincontainervirginlands.weis, .maincontainervirginlands.grau, .maincontainervirginlands.grau {
    max-width: 478px;
  }

  .container-6-footer {
    max-width: none;
  }

  .navbar.shadow-three {
    font-size: 10px;
  }

  .container-8 {
    max-width: none;
  }

  .leistungen-video-1, .leistungen-video, .leistungen-video-3, .leistungen-video-4, .leistungen-video-5, .leistungen-video-6 {
    height: 30vh;
  }

  .c-card._4, .c-card._1, .c-card._3, .c-card._2, .c-card._5, .c-card._6 {
    top: 260px;
  }

  ._w-card {
    margin-bottom: 40px;
    padding: 0;
  }

  .lottidivuberunsgraublende {
    max-width: 478px;
  }

  .lottiuberunsblende {
    flex: 0 auto;
    height: auto;
    inset: 0%;
  }

  .header-erklaerung.rot {
    font-size: 18px;
    line-height: 25px;
  }

  .header-erklaerung.para-title {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 25px;
  }

  .popup-wrapper-iframe-kba, .popup-wrapper-iframe-stahl {
    display: none;
  }

  .lottiuberunsscroll {
    flex: 0 auto;
    width: 60%;
    height: auto;
    inset: 0%;
  }

  .the-sticky-div-title-meinungen {
    margin-top: 76px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 11vw;
    line-height: 9vw;
  }

  .text-center {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .div-block-22 {
    grid-row-gap: 67px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .link-4, .link-5 {
    font-size: 18px;
    line-height: 20px;
  }

  .checkbox-label {
    font-size: 18px;
    line-height: 25px;
  }

  .sp {
    height: 10px;
  }

  .mainsectionvirginlandskundenuberuns {
    padding-top: 75px;
    padding-bottom: 75px;
  }

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

  .mainsectionvirginlandsjobs {
    padding-top: 0;
    padding-bottom: 75px;
  }

  .container-jobs {
    padding-left: 28px;
    padding-right: 28px;
  }

  .para-title {
    font-size: 14px;
  }

  .heading-journal.journal.wordsplit {
    text-align: center;
  }

  .lottiuberunsseingangvideo {
    flex: 0 auto;
    height: auto;
    inset: 0%;
  }

  .text-block-7 {
    font-size: 18px;
    line-height: 25px;
  }

  .section {
    position: relative;
  }

  .section.lottie-background {
    height: 500px;
  }

  .heading-copy.leistungsvideos {
    font-size: 25px;
    line-height: 30px;
  }

  .lottie-animation-5 {
    max-width: 478px;
  }

  .image-10 {
    width: 60%;
    display: none;
  }

  .preloader, .mainsectionvirginlandsuberuns-990, .mainsectionvirginlandsuberuns-767 {
    display: none;
  }

  .mainsectionvirginlandsuberuns-478 {
    height: auto;
    display: block;
  }

  .heading-dateschutz {
    font-size: 25px;
    line-height: 30px;
  }

  .heading-dateschutz.white.para-title {
    margin-bottom: 10px;
    font-size: 25px;
  }

  .popup-content-kba {
    margin: 0;
  }

  .popup-content-stahl {
    margin: 0;
  }

  .lottidivuberunsgraublendeanimation {
    max-width: none;
  }

  .div-block-38 {
    height: 100px;
  }

  .header-erklaerung-2.para-title {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 25px;
  }

  .heading-7 {
    font-size: 25px;
    line-height: 30px;
  }

  .heading-7.white.para-title {
    margin-bottom: 10px;
    font-size: 25px;
  }

  .div-block-40 {
    height: 100px;
  }

  .tab-link-tab-1._01.w--current {
    flex: 1;
  }

  .html-embed-5 {
    height: 250px;
  }

  .lottiuberunss-2 {
    flex: 0 auto;
    min-width: 0;
    max-width: 478px;
    height: 100%;
    inset: auto 0%;
  }

  .lottidivuberunsgraublende-2 {
    max-width: 478px;
  }

  .lottiuberunsscroll-2 {
    flex: 0 auto;
    width: 60%;
    height: auto;
    inset: 0%;
  }

  .p-xl-start-leistungsspecktrum {
    padding-top: 5em;
  }

  .popup-wrapper-iframe-liebherrdiverse {
    display: none;
  }

  .popup-content-liebherrdiverse {
    margin: 0;
  }

  .popup-wrapper-iframe-naf {
    display: none;
  }

  .popup-content-naf {
    margin: 0;
  }

  .background-video-small {
    height: 50vh;
  }

  .collection-list {
    grid-row-gap: 4rem;
  }

  .project-minor-info-item {
    grid-template-columns: 1fr 2fr;
  }

  .view-case-study-block {
    display: none;
  }

  .medium-text {
    font-size: 1.2rem;
  }

  ._12-collumn-grid.large-gap {
    grid-row-gap: 3rem;
  }

  .extra-large-text {
    font-size: 1.8rem;
  }

  .leistungsvideo {
    height: 10rem;
  }

  .service-content {
    grid-row-gap: 3rem;
  }

  .large-text {
    font-size: 1.4rem;
  }

  .medium-text-2 {
    font-size: 1.2rem;
  }

  .large-text-2 {
    font-size: 1.4rem;
  }

  .medium-text-3 {
    font-size: 1.2rem;
  }

  .large-text-3 {
    font-size: 1.4rem;
  }

  .extra-large-text-2 {
    font-size: 1.8rem;
  }

  .medium-text-4 {
    font-size: 1.2rem;
  }

  .large-text-4 {
    font-size: 1.4rem;
  }

  ._12-collumn-grid-3-copy.homegridvl {
    display: block;
  }

  .portfolio.bgdunkel {
    padding-left: 3vw;
  }

  ._12-collumn-grid-3-copy {
    display: block;
  }

  ._12-collumn-grid-3-copy.homegridvl {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .videowraper-2-copy {
    aspect-ratio: 16 / 9;
    width: 94vw;
    height: auto;
  }

  .headline-h2 {
    font-size: 24px;
  }

  .grid-2 {
    grid-column-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    overflow: visible;
  }

  .dievorteiletext {
    font-size: 20px;
    line-height: 25px;
  }

  .grid-1und2 {
    grid-column-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    overflow: visible;
  }

  ._12-collumn-grid-4.large-gap {
    grid-row-gap: 3rem;
  }

  .vorteileheadertext {
    width: 100%;
  }

  .small-text {
    font-size: 14px;
    display: block;
  }

  .small-text.textweiss {
    display: block;
  }

  .small-text.paddingleft {
    font-size: 14px;
  }

  .small-text.faq {
    display: block;
  }

  .small-text.texthellgrau {
    margin-left: 40px;
    margin-right: 40px;
  }

  .container-responsive-bild, .container-home-new {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .nav-link-footer {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 1vw;
    font-size: 2vw;
    display: block;
  }

  .left-arrow-2 {
    margin-top: 30px;
    display: none;
    position: static;
  }

  .testimonial-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial {
    margin-bottom: 30px;
  }

  .testimonial-author-image {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .slider-2 {
    flex-direction: column;
  }

  .right-arrow-2 {
    margin-top: 30px;
    display: none;
    position: static;
  }

  .testimonial-author-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .slider-kundenstimmen {
    flex-direction: column;
    margin-top: 15px;
  }

  .p-xl-last {
    padding-top: 5em;
  }

  .kontakt-content {
    grid-row-gap: 3rem;
  }

  .videowraper-2-kontakt {
    height: 52vw;
  }

  .form-block-kontakt {
    flex-direction: column;
    justify-content: center;
    padding-left: 1vw;
  }

  .form-block-2 {
    font-size: 12px;
    display: block;
    top: 2.9em;
  }

  .secondheadingportfolio {
    font-size: 18px;
  }

  .block.blockgrau.blocklang {
    width: 8.4vw;
  }

  .block.blockgrau.headerblock {
    margin-top: 4vw;
  }

  .block.blockorange.blocklang, .block.blocklang {
    width: 8.4vw;
  }

  .navbar-wrapper-2 {
    line-height: 1vw;
  }

  .container-13 {
    height: 100%;
  }

  .button-3 {
    height: auto;
    padding-left: .5em;
    padding-right: .5em;
    font-size: 10px;
  }

  .button-3.w--current {
    font-size: 10px;
  }

  .image-16 {
    margin-top: 15px;
  }

  .form-2 {
    grid-column-gap: .2em;
    grid-row-gap: .2em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    font-size: 12px;
    display: grid;
  }

  .checkbox-2 {
    width: 2vw;
    height: 2vw;
    margin-top: .3vw;
    margin-left: 0;
    line-height: 180%;
  }

  .checkbox-2.w--redirected-checked {
    width: 2vw;
    height: 2vw;
    padding-bottom: 0;
    font-size: 2vw;
  }

  .html-embed-7 {
    font-size: 2vw;
  }

  .checkbox-field-4 {
    font-size: 12px;
    display: flex;
  }

  .headline-h1 {
    padding-bottom: 20px;
    font-size: 24px;
  }

  .heading-h3.faq {
    font-size: 16px;
    line-height: 140%;
  }

  .heading-h3.visionen {
    margin-bottom: 0;
    padding-top: 20px;
  }

  .kachel {
    margin-bottom: 20px;
    padding: 5px 10px;
  }

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

  .icon {
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 10px;
    display: block;
  }

  .icon.accordion-icon {
    width: 36px;
    height: 37%;
    font-size: 32px;
    line-height: 100%;
  }

  .icon.kundenauszug {
    margin-bottom: 15px;
  }

  .section-faq {
    padding: 0 15px;
  }

  .header-center-box._75 {
    width: 90%;
  }

  .accordion-item {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-17 {
    padding-top: 20px;
  }

  .image-18 {
    padding-top: 10px;
  }

  .spanhintergrund {
    margin-bottom: 9px;
    font-size: 24px;
    line-height: 140%;
  }

  .spanhintergrund.weiss {
    margin-bottom: 10px;
    padding-bottom: 5px;
  }

  .spanhintergrund.light {
    font-size: 18px;
    line-height: 140%;
  }

  .spanhintergrund.schwarz {
    background-color: var(--dunkel);
  }

  .div-block-51-copy.offset {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .div-block-58 {
    display: block;
  }

  .div-block-60 {
    align-self: auto;
    display: block;
  }

  .div-block-61, .div-block-62 {
    display: block;
  }

  .div-block-63._12col {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .leistungenheader._12col {
    display: block;
  }

  .ueberunstextblock {
    grid-template-columns: 1fr;
    display: block;
  }

  .portfolioinner, .portfolioinner.homegridvl {
    display: block;
  }

  .heading-portfolio-eintrag {
    font-size: 24px;
  }

  .small-text-portfolio {
    font-size: 14px;
    display: flex;
  }

  .small-text-portfolio.textweiss {
    text-align: left;
    font-size: 14px;
    display: block;
  }

  .small-text-portfolio.katbuttontext {
    font-size: 1em;
    display: flex;
  }

  .button-4 {
    font-size: 16px;
  }

  .kachelunten {
    margin-bottom: 10px;
    margin-left: 40px;
    margin-right: 40px;
    padding: 10px;
  }

  .small-text-kachel {
    font-size: 14px;
    display: block;
  }

  .small-text-kachel.textweiss {
    display: block;
  }

  .divwegbegleiter.offset, .divvisionen.offset {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .workflowdiv {
    padding-bottom: 2rem;
  }

  .workflowimg {
    margin-bottom: 3rem;
  }

  .videowraper-2-copy-copy, .videowraperleistungsmall, .videowraperleistungengross {
    aspect-ratio: 16 / 9;
    width: 94vw;
    height: auto;
  }
}

#w-node-_1ae8c778-2c52-6abc-686f-33554e6fb51e-b9219898 {
  grid-area: 1 / 2 / 2 / 12;
  place-self: auto start;
}

#w-node-_1ae8c778-2c52-6abc-686f-33554e6fb522-b9219898 {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-faea2a4f-ffc1-81b1-3f02-6e224a055567-b9219898 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-eae4a419-c24c-8681-2638-93d0a94fd63c-b9219898 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-a995218a-a78e-8679-2799-f4d9cfa086c2-b9219898 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_4e8072c4-6fee-5973-ce5d-9509b229326a-b9219898 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_953afb90-a4a7-b0f8-98dd-f22eadd08484-b9219898 {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-_022c4f17-384a-2cce-f5db-0d13ae0d5df8-b9219898 {
  grid-area: 6 / 1 / 7 / 2;
}

#w-node-_10da0776-6942-e868-9407-41b4adef9670-b9219898 {
  grid-area: 7 / 1 / 8 / 2;
}

#w-node-_11ff6a46-8f56-962e-44d7-0bf683f73d9c-b9219898 {
  grid-area: 8 / 1 / 9 / 2;
}

#w-node-_1bfa77ad-5eda-8a9b-76b2-637f44c6a487-b9219898 {
  grid-area: 9 / 1 / 10 / 2;
}

#w-node-ba3add59-b24d-31fe-6e87-d42c7e18a1c1-b9219898 {
  grid-area: 2 / 7 / 3 / 13;
}

#w-node-c78e1244-1109-4781-b1dc-4fbe94f698f3-b9219898 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-c78e1244-1109-4781-b1dc-4fbe94f698f4-b9219898 {
  grid-area: 1 / 2 / 2 / 12;
  justify-self: start;
}

#w-node-c78e1244-1109-4781-b1dc-4fbe94f698f8-b9219898 {
  grid-area: 2 / 3 / 3 / 7;
}

#w-node-c78e1244-1109-4781-b1dc-4fbe94f698fd-b9219898 {
  grid-area: 2 / 7 / 3 / 11;
}

#w-node-c78e1244-1109-4781-b1dc-4fbe94f69905-b9219898 {
  grid-area: 3 / 3 / 4 / 7;
}

#w-node-c78e1244-1109-4781-b1dc-4fbe94f6990c-b9219898 {
  grid-area: 3 / 7 / 4 / 11;
}

#w-node-b8398a5e-f139-82ce-b831-71b94f878174-b9219898 {
  grid-area: 1 / 2 / 2 / 12;
  place-self: auto start;
}

#w-node-_60251368-7ea7-bb31-b4dc-9ee42e78f77a-b9219898 {
  grid-area: 2 / 2 / 3 / 5;
  place-self: auto;
}

#w-node-da9b7d06-e1ee-a726-20f7-22f04eb459b8-b9219898 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-b5eb5a21-81d0-14be-13e5-a80435c1c166-b9219898 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
}

#w-node-f8444f0a-3273-270e-64bb-5299b478e976-b9219898 {
  grid-area: 2 / 6 / 3 / 13;
}

#w-node-_89647344-e2b1-2e5f-342c-d037a57a4be9-b9219898 {
  grid-area: 2 / 5 / 4 / 12;
}

#w-node-_9722f636-ffe6-2e81-fbbe-ca92dc2f3c34-b9219898 {
  grid-area: 3 / 1 / 4 / 13;
}

#w-node-_1e08a359-2495-57bc-60b9-3c735277eebc-b9219898 {
  grid-area: 1 / 2 / 2 / 12;
  place-self: auto start;
}

#w-node-_8b827757-a71e-24df-bc41-44d9b7f73389-b9219898 {
  grid-area: 2 / 2 / 4 / 5;
}

#w-node-_1d37d1ef-bbc3-5728-e1af-44cc4e492028-b9219898 {
  grid-area: 2 / 2 / 3 / 6;
  place-self: center;
}

#w-node-ca91c193-8d70-62bf-19f6-eb8ff4cf24c7-b9219898 {
  grid-area: 3 / 2 / 4 / 6;
}

#w-node-a88be681-3162-5f84-37a3-b1a29c772a7c-b9219898 {
  grid-area: 2 / 7 / 4 / 12;
}

#w-node-b780e26f-cdeb-c56b-d014-0fe095affb77-b9219898 {
  grid-area: 1 / 2 / 2 / 12;
  place-self: auto start;
}

#w-node-_527c2cb2-83a8-8133-6571-0003a7906d07-b9219898 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: center;
}

#w-node-_47f0e47f-1ba6-3bbe-5ac1-af6ca47cad63-b9219898 {
  grid-area: 2 / 3 / 3 / 6;
}

#w-node-_1b5f1c6a-c08f-d5b5-528c-5f46be61cfbe-b9219898 {
  grid-area: 2 / 6 / 3 / 12;
}

#w-node-_643a8650-a45a-b638-fa73-7317cf415a0e-b9219898 {
  grid-area: 1 / 1 / 3 / 13;
  justify-self: center;
}

#w-node-_46104f43-35a5-79cd-4e1e-172c5f1de42f-b9219898 {
  grid-area: 1 / 2 / 2 / 12;
  place-self: auto start;
}

#w-node-eaa3fe0c-e32f-4f6f-db78-c031b7563213-b9219898 {
  grid-area: 2 / 2 / 3 / 12;
}

#w-node-eaa3fe0c-e32f-4f6f-db78-c031b7563214-b9219898 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: auto;
}

#w-node-bfc55439-968e-98c5-9858-ab10662be908-b9219898 {
  place-self: start center;
}

#w-node-f639e613-fa03-ad13-fc4b-d1dcdd67c907-b9219898 {
  align-self: end;
}

#w-node-_643a8650-a45a-b638-fa73-7317cf415a13-b9219898 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-eaa3fe0c-e32f-4f6f-db78-c031b756321d-b9219898 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2675c124-4c77-2951-6eba-d4ec3452b0f1-b9219898 {
  place-self: start center;
}

#w-node-_32009961-2d30-3c79-0748-33f628dcf692-b9219898 {
  align-self: end;
}

#w-node-_32009961-2d30-3c79-0748-33f628dcf691-b9219898 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-eaa3fe0c-e32f-4f6f-db78-c031b7563226-b9219898 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_3654132e-d027-03d8-d1cd-f922a97a23ae-b9219898 {
  place-self: start center;
}

#w-node-_2f3535b3-4c00-2843-0249-37180a60bcdf-b9219898 {
  align-self: end;
}

#w-node-_2f3535b3-4c00-2843-0249-37180a60bcde-b9219898 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-eaa3fe0c-e32f-4f6f-db78-c031b7563230-b9219898 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-bfb05e6e-4a4e-c229-2397-2aefa202ea73-b9219898 {
  place-self: start center;
}

#w-node-c1fbd180-0cd5-a3fd-ae41-b4a3afcfad15-b9219898 {
  align-self: end;
}

#w-node-c1fbd180-0cd5-a3fd-ae41-b4a3afcfad14-b9219898 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-_00e2a4a6-9d57-bfc8-635d-e05df68c1fbe-b9219898 {
  grid-area: 1 / 2 / 2 / 12;
  place-self: auto start;
}

#w-node-e0329982-ddad-eed7-82f1-b5036c861c59-b9219898 {
  grid-area: 2 / 2 / 3 / 12;
}

#w-node-_803dbc32-9ab7-f427-6751-b8c4fec408a6-b9219898 {
  grid-area: 1 / 2 / 2 / 12;
  justify-self: start;
}

#w-node-fe509613-7d06-dfaa-df51-eeb0d6f11ea1-b921989a {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-ad8d2820-9d2a-ddff-62e9-49782b43dcc8-b921989a {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-ec885bd5-5ab0-e9b5-0615-a487f6258ba0-b921989c {
  grid-area: 1 / 2 / 2 / 13;
}

#w-node-dc08704c-a72c-6f31-abf1-97ab6f45d076-b921989c {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-d7051f7e-af03-9f64-f78e-4d280a1eda91-b921989e {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-d7051f7e-af03-9f64-f78e-4d280a1eda97-b921989e {
  grid-area: 2 / 2 / 3 / 5;
}

#w-node-_67bfadfa-ea63-d594-3bfa-75c7961dc0b9-b921989e {
  grid-area: 1 / 9 / 2 / 12;
}

#w-node-_67bfadfa-ea63-d594-3bfa-75c7961dc0b7-b921989e {
  grid-area: 1 / 1 / 2 / 8;
  place-self: start;
}

#w-node-_67bfadfa-ea63-d594-3bfa-75c7961dc0a5-b921989e {
  grid-area: 1 / 2 / 2 / 5;
  align-self: auto;
}

#w-node-_67bfadfa-ea63-d594-3bfa-75c7961dc0a3-b921989e {
  grid-area: 1 / 7 / 2 / 13;
  place-self: start end;
}

#w-node-_67bfadfa-ea63-d594-3bfa-75c7961dc0cd-b921989e {
  grid-area: 1 / 9 / 2 / 12;
}

#w-node-_67bfadfa-ea63-d594-3bfa-75c7961dc0cb-b921989e {
  grid-area: 1 / 1 / 2 / 8;
  place-self: start;
}

#w-node-_67bfadfa-ea63-d594-3bfa-75c7961dc0e1-b921989e {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_67bfadfa-ea63-d594-3bfa-75c7961dc0df-b921989e {
  grid-area: 1 / 6 / 2 / 13;
  place-self: start end;
}

#w-node-_9bbeaa21-3ee2-1a17-ab95-d1e11714467b-b921989f {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_9bbeaa21-3ee2-1a17-ab95-d1e11714467d-b921989f {
  grid-area: 2 / 2 / 3 / 5;
}

#w-node-baf6f154-b464-81f7-226a-475425ae3daa-b921989f {
  grid-area: 1 / 2 / 2 / 11;
}

#w-node-baf6f154-b464-81f7-226a-475425ae3dad-b921989f {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-baf6f154-b464-81f7-226a-475425ae3db1-b921989f {
  grid-area: 3 / 2 / 4 / 6;
}

#w-node-_636dfc45-9000-58a8-314a-b93f2aa1c011-b921989f {
  grid-area: 1 / 1 / 2 / 2;
  place-self: end;
}

#w-node-_6e89cdf6-850c-45db-33c2-071e48f1bfd5-b921989f {
  grid-area: 1 / 1 / 2 / 5;
  align-self: auto;
}

#w-node-_6e89cdf6-850c-45db-33c2-071e48f1bfd3-b921989f {
  grid-area: span 1 / span 8 / span 1 / span 8;
  place-self: end;
}

#w-node-e318a111-6d29-8348-c765-a96f11101579-b921989f {
  grid-area: 1 / 2 / 2 / 11;
}

#w-node-e318a111-6d29-8348-c765-a96f11101577-b921989f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_0aa30974-a884-e59e-60f6-82e83e6940ac-b921989f {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_0aa30974-a884-e59e-60f6-82e83e6940aa-b921989f {
  grid-area: 1 / 5 / 2 / 13;
  place-self: end;
}

#w-node-abc5b97d-fa19-63f2-b24f-82f22bbe6154-b921989f {
  grid-area: 1 / 2 / 2 / 11;
}

#w-node-abc5b97d-fa19-63f2-b24f-82f22bbe6152-b921989f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-d09aa876-8a52-1dd6-8c2c-46c9ac705366-b921989f {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-d09aa876-8a52-1dd6-8c2c-46c9ac705364-b921989f {
  grid-area: span 1 / span 8 / span 1 / span 8;
  place-self: end;
}

#w-node-c703fe7e-a432-891c-2416-c4773fba98b1-b921989f {
  grid-area: 1 / 2 / 2 / 11;
}

#w-node-c703fe7e-a432-891c-2416-c4773fba98c0-b921989f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_32cbfb0a-84f6-5f17-3f05-591cc3ce3f78-b921989f {
  grid-area: 1 / 2 / 2 / 11;
}

#w-node-_32cbfb0a-84f6-5f17-3f05-591cc3ce3f76-b921989f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-e611396c-4ca2-a594-1dab-76575d00b14c-b921989f {
  grid-area: 1 / 1 / 2 / 5;
  align-self: auto;
}

#w-node-e611396c-4ca2-a594-1dab-76575d00b14a-b921989f {
  grid-area: span 1 / span 8 / span 1 / span 8;
  place-self: end;
}

#w-node-_513b2b87-df8c-eaae-34db-8de820d8f79a-b921989f {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_513b2b87-df8c-eaae-34db-8de820d8f798-b921989f {
  grid-area: span 1 / span 8 / span 1 / span 8;
  place-self: end;
}

#w-node-_985bd550-1357-23af-0ee5-117dfd4e3720-b921989f {
  grid-area: 1 / 2 / 2 / 11;
}

#w-node-_985bd550-1357-23af-0ee5-117dfd4e371e-b921989f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-a7b91611-c86f-45f7-5e73-72203770e913-b921989f {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-a7b91611-c86f-45f7-5e73-72203770e911-b921989f {
  grid-area: span 1 / span 8 / span 1 / span 8;
  place-self: end;
}

#w-node-_15f6f8a7-0dc7-42c1-eaa3-7beb7c708457-b921989f {
  grid-area: 1 / 2 / 2 / 11;
}

#w-node-_15f6f8a7-0dc7-42c1-eaa3-7beb7c708455-b921989f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_01d10890-8fd5-3c11-192c-0f2f1120f5d7-b921989f {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_01d10890-8fd5-3c11-192c-0f2f1120f5d5-b921989f {
  grid-area: span 1 / span 8 / span 1 / span 8;
  place-self: end;
}

#w-node-_701a3279-4a43-6c6c-2b3b-49b15b65d00a-b921989f {
  grid-area: 1 / 2 / 2 / 11;
}

#w-node-_701a3279-4a43-6c6c-2b3b-49b15b65d008-b921989f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_28f3f372-2df8-dd63-6aec-34986bd5aa32-b921989f {
  grid-area: 1 / 2 / 2 / 11;
}

#w-node-_28f3f372-2df8-dd63-6aec-34986bd5aa30-b921989f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-b4267d05-a057-217b-b5bf-f7b288af6bd4-b921989f {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-b4267d05-a057-217b-b5bf-f7b288af6bd2-b921989f {
  grid-area: span 1 / span 8 / span 1 / span 8;
  place-self: end;
}

#w-node-_4fd1367e-e4a6-284c-13a8-5dc71ac31e29-b921989f {
  grid-area: 1 / 2 / 2 / 11;
}

#w-node-_4fd1367e-e4a6-284c-13a8-5dc71ac31e27-b921989f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_069b148b-7323-fd55-d353-9c9026be2450-b921989f {
  grid-area: 1 / 2 / 2 / 11;
}

#w-node-_069b148b-7323-fd55-d353-9c9026be244e-b921989f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end start;
}

#w-node-_7fab81d8-2398-1e56-3c8e-89bff5b5bdb7-b921989f {
  grid-area: 1 / 2 / 2 / 11;
}

#w-node-_7fab81d8-2398-1e56-3c8e-89bff5b5bdb5-b921989f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_7816e173-1fa9-7106-f679-b240ce7a283b-b921989f {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_7816e173-1fa9-7106-f679-b240ce7a2839-b921989f {
  grid-area: span 1 / span 8 / span 1 / span 8;
  place-self: end;
}

#w-node-fc5c2091-2af1-83b2-8424-5b71d40f2e24-b921989f {
  grid-area: 1 / 2 / 2 / 11;
}

#w-node-fc5c2091-2af1-83b2-8424-5b71d40f2e33-b921989f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end start;
}

#w-node-cf3425ec-4066-a989-450a-6d2adc92efc7-b921989f {
  grid-area: 1 / 2 / 2 / 11;
}

#w-node-cf3425ec-4066-a989-450a-6d2adc92efc5-b921989f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end start;
}

#w-node-ac35f26d-c0ee-a849-f9d6-f5afd226ef3f-b921989f {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-ac35f26d-c0ee-a849-f9d6-f5afd226ef3d-b921989f {
  grid-area: span 1 / span 8 / span 1 / span 8;
  place-self: end;
}

#w-node-a6004a3a-1ad9-9dbd-1357-1c79af4cb5e1-b921989f {
  grid-area: 1 / 2 / 2 / 11;
}

#w-node-a6004a3a-1ad9-9dbd-1357-1c79af4cb5df-b921989f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-c05dc6df-0140-c2a3-aceb-37df8fd24251-b921989f {
  grid-area: 1 / 2 / 2 / 11;
}

#w-node-c05dc6df-0140-c2a3-aceb-37df8fd2424f-b921989f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-a7b15cf3-a216-2c13-c238-02a3703673e9-b921989f {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-a7b15cf3-a216-2c13-c238-02a3703673e7-b921989f {
  grid-area: span 1 / span 8 / span 1 / span 8;
  place-self: end;
}

#w-node-_88e40e93-afc1-cfcc-a10d-10f60c62e5f8-b921989f {
  grid-area: 1 / 2 / 2 / 11;
}

#w-node-_88e40e93-afc1-cfcc-a10d-10f60c62e5f6-b921989f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-b7cefb48-056b-d290-29a4-faf4162046f7-b921989f {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-b7cefb48-056b-d290-29a4-faf4162046f5-b921989f {
  grid-area: span 1 / span 8 / span 1 / span 8;
  place-self: end;
}

#w-node-_8b3d273a-bf87-e4c8-a496-238f795f1bd1-b921989f {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_8b3d273a-bf87-e4c8-a496-238f795f1bcf-b921989f {
  grid-area: span 1 / span 8 / span 1 / span 8;
  place-self: end;
}

#w-node-c02421df-060b-a786-5f46-8a3e84b9b1ab-b92198a1 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: center;
}

#w-node-c02421df-060b-a786-5f46-8a3e84b9b1ad-b92198a1 {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-c02421df-060b-a786-5f46-8a3e84b9b1c1-b92198a1 {
  grid-area: 1 / 10 / 2 / 13;
  justify-self: end;
}

#w-node-c02421df-060b-a786-5f46-8a3e84b9b1c7-b92198a1, #w-node-c02421df-060b-a786-5f46-8a3e84b9b1cd-b92198a1 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-b869efed-6fb0-e3e7-6a29-bc02da343bc7-b92198a3 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_7b74d4ce-b29c-2087-c70d-ca03610f7dcb-b92198a3 {
  grid-area: 1 / 5 / 2 / 13;
  justify-self: end;
}

#w-node-_6e89cdf6-850c-45db-33c2-071e48f1bfd3-b92198a3 {
  grid-area: span 1 / span 8 / span 1 / span 8;
  place-self: end;
}

#w-node-_6e89cdf6-850c-45db-33c2-071e48f1bfd5-b92198a3 {
  grid-area: 1 / 1 / 2 / 5;
  align-self: end;
}

#w-node-_0d253265-3ca1-bc9c-a437-5dda00489be9-b92198a3 {
  grid-area: 1 / 2 / 2 / 13;
}

#w-node-_0d253265-3ca1-bc9c-a437-5dda00489beb-b92198a3 {
  grid-area: 2 / 2 / 3 / 5;
}

#w-node-_16a82fd2-03ca-bf47-1562-4f45a64093c6-b92198a3 {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-d7051f7e-af03-9f64-f78e-4d280a1eda91-6b1d94b3 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_35d7bbcc-5f13-844f-0348-f06cbc4bd5db-6b1d94b3 {
  grid-area: 3 / 4 / 4 / 10;
}

#w-node-_09d57613-2f46-d927-33c3-ba13b43a67ed-6b1d94b3 {
  grid-area: 4 / 4 / 5 / 10;
}

#w-node-_684e0be4-ded1-b8bf-6e14-7b76974bb77c-6b1d94b3 {
  grid-area: 2 / 2 / 3 / 12;
}

#w-node-bb1b6795-10ae-893b-e471-675cf7c0960b-6b1d94b3 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-bb1b6795-10ae-893b-e471-675cf7c0960c-6b1d94b3 {
  grid-area: 1 / 2 / 2 / 12;
  justify-self: start;
}

#w-node-bb1b6795-10ae-893b-e471-675cf7c09613-6b1d94b3 {
  grid-area: 2 / 1 / 3 / 13;
  align-self: auto;
}

#w-node-bb1b6795-10ae-893b-e471-675cf7c09614-6b1d94b3 {
  grid-area: 1 / 3 / 2 / 7;
}

#w-node-bb1b6795-10ae-893b-e471-675cf7c09623-6b1d94b3 {
  grid-area: 1 / 7 / 2 / 11;
}

#w-node-bb1b6795-10ae-893b-e471-675cf7c09630-6b1d94b3 {
  grid-area: 2 / 3 / 3 / 7;
}

#w-node-bb1b6795-10ae-893b-e471-675cf7c0963e-6b1d94b3 {
  grid-area: 2 / 7 / 3 / 11;
}

#w-node-_67756b8e-340f-24cb-402f-d1b3285d67b1-6b1d94b3 {
  grid-area: 1 / 2 / 2 / 12;
  justify-self: start;
}

#w-node-_73bdb53a-c51a-196d-a279-a8d24f13549e-6b1d94b3 {
  grid-area: 2 / 3 / 3 / 7;
}

#w-node-af3b138a-b4d5-230d-9720-9741a799349b-6b1d94b3 {
  grid-area: 2 / 7 / 3 / 11;
}

#w-node-_81fec0e5-fb3e-bcb6-d458-0d1d2e8de24a-6b1d94b3 {
  grid-area: 3 / 3 / 4 / 7;
}

#w-node-_9f73b79a-8dda-d07e-4b68-1bb42f1cae3f-6b1d94b3 {
  grid-area: 3 / 7 / 4 / 11;
}

#w-node-_7b872fd8-0f98-b4d0-4994-612b589aa5cb-6b1d94b3 {
  grid-area: 4 / 3 / 5 / 7;
}

#w-node-ed485d05-998f-35a7-3215-84845a7afc30-6b1d94b3 {
  grid-area: 4 / 7 / 5 / 11;
}

#w-node-_4b9896fe-531d-d011-bc47-be8d7bd6a417-6b1d94b3 {
  grid-area: 5 / 3 / 6 / 7;
}

#w-node-_0e597d70-5885-f0b8-a14a-f5c060bb58b8-6b1d94b3 {
  grid-area: 5 / 7 / 6 / 11;
}

#w-node-feb650a0-976d-d17c-896f-c256c3d9fafc-6b1d94b3 {
  grid-area: 6 / 3 / 7 / 7;
}

#w-node-fa8a6d8b-9180-b24e-1b95-d6d17fea8a06-6b1d94b3 {
  grid-area: 6 / 7 / 7 / 11;
}

#w-node-e46b4ff7-627f-9286-3869-f5192d29bab3-6b1d94b3 {
  grid-area: 1 / 2 / 2 / 12;
  justify-self: start;
}

#w-node-ec0f9062-59cb-bb76-c544-c95152fd6a0d-41876438 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_8da1d3f5-55e2-72e8-9f65-2978b66dcbfc-41876438 {
  grid-area: 2 / 2 / 3 / 12;
  place-self: start center;
}

#w-node-ec0f9062-59cb-bb76-c544-c95152fd6a14-41876438 {
  grid-area: 2 / 2 / 3 / 12;
}

#w-node-ec0f9062-59cb-bb76-c544-c95152fd6a15-41876438 {
  grid-area: 3 / 4 / 4 / 10;
}

#w-node-ec0f9062-59cb-bb76-c544-c95152fd6a17-41876438 {
  grid-area: 4 / 4 / 5 / 10;
}

#w-node-_4c8041f3-6510-6d6f-d7a6-d6717466e57c-41876438 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_4c8041f3-6510-6d6f-d7a6-d6717466e57d-41876438 {
  grid-area: 1 / 2 / 2 / 12;
  justify-self: start;
}

#w-node-_4c8041f3-6510-6d6f-d7a6-d6717466e583-41876438 {
  grid-area: 2 / 1 / 3 / 13;
  align-self: auto;
}

#w-node-_4c8041f3-6510-6d6f-d7a6-d6717466e584-41876438 {
  grid-area: 1 / 3 / 2 / 7;
}

#w-node-_4c8041f3-6510-6d6f-d7a6-d6717466e58c-41876438 {
  grid-area: 1 / 7 / 2 / 11;
}

#w-node-_4c8041f3-6510-6d6f-d7a6-d6717466e594-41876438 {
  grid-area: 2 / 3 / 3 / 7;
}

#w-node-_4c8041f3-6510-6d6f-d7a6-d6717466e59b-41876438 {
  grid-area: 2 / 7 / 3 / 11;
}

#w-node-_4c8041f3-6510-6d6f-d7a6-d6717466e5aa-41876438 {
  grid-area: 1 / 2 / 2 / 12;
  justify-self: start;
}

#w-node-_4c8041f3-6510-6d6f-d7a6-d6717466e5b2-41876438 {
  grid-area: 2 / 3 / 3 / 7;
}

#w-node-_9929e6d6-bbe1-45c1-2901-895d5bb76ab2-41876438 {
  grid-area: 2 / 7 / 3 / 11;
}

#w-node-_4c8041f3-6510-6d6f-d7a6-d6717466e5bb-41876438 {
  grid-area: 3 / 3 / 4 / 7;
}

#w-node-_1a537a71-6e58-7b51-a7a6-26ba72b1e034-41876438 {
  grid-area: 3 / 7 / 4 / 11;
}

#w-node-_4c8041f3-6510-6d6f-d7a6-d6717466e5c6-41876438 {
  grid-area: 4 / 3 / 5 / 7;
}

#w-node-_5c699e0b-e4a2-4caa-5074-d941e7908a9e-41876438 {
  grid-area: 4 / 7 / 5 / 11;
}

#w-node-_4c8041f3-6510-6d6f-d7a6-d6717466e5ce-41876438 {
  grid-area: 5 / 3 / 6 / 7;
}

#w-node-_13b5e44b-2680-d71f-3a79-dcf2d16fdb53-41876438 {
  grid-area: 5 / 7 / 6 / 11;
}

#w-node-_4c8041f3-6510-6d6f-d7a6-d6717466e567-41876438 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_4c8041f3-6510-6d6f-d7a6-d6717466e56f-41876438 {
  grid-area: 2 / 4 / 3 / 10;
}

#w-node-af64639f-1010-992a-29be-0f063318e1b4-91f7b4a1 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_3a4ce086-fa38-9b8b-7087-d0eea45cd6a5-91f7b4a1 {
  grid-area: 2 / 2 / 3 / 12;
  place-self: start center;
}

#w-node-af64639f-1010-992a-29be-0f063318e1bc-91f7b4a1 {
  grid-area: 3 / 4 / 4 / 10;
}

#w-node-af64639f-1010-992a-29be-0f063318e1be-91f7b4a1 {
  grid-area: 4 / 4 / 5 / 10;
}

#w-node-_3ce24841-0733-6ef1-6e21-524c0fac07ff-91f7b4a1 {
  grid-area: 3 / 4 / 4 / 10;
}

#w-node-af64639f-1010-992a-29be-0f063318e1c4-91f7b4a1 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-af64639f-1010-992a-29be-0f063318e1c5-91f7b4a1 {
  grid-area: 1 / 2 / 2 / 12;
  justify-self: start;
}

#w-node-af64639f-1010-992a-29be-0f063318e1cb-91f7b4a1 {
  grid-area: 2 / 1 / 3 / 13;
  align-self: auto;
}

#w-node-af64639f-1010-992a-29be-0f063318e1cc-91f7b4a1 {
  grid-area: 1 / 3 / 2 / 7;
}

#w-node-af64639f-1010-992a-29be-0f063318e1d4-91f7b4a1 {
  grid-area: 1 / 7 / 2 / 11;
}

#w-node-af64639f-1010-992a-29be-0f063318e1dc-91f7b4a1 {
  grid-area: 2 / 3 / 3 / 7;
}

#w-node-af64639f-1010-992a-29be-0f063318e1e4-91f7b4a1 {
  grid-area: 2 / 7 / 3 / 11;
}

#w-node-af64639f-1010-992a-29be-0f063318e1f3-91f7b4a1 {
  grid-area: 1 / 2 / 2 / 12;
  justify-self: start;
}

#w-node-af64639f-1010-992a-29be-0f063318e1fb-91f7b4a1 {
  grid-area: 2 / 4 / 3 / 10;
}

#w-node-af64639f-1010-992a-29be-0f063318e226-91f7b4a1 {
  grid-area: 1 / 2 / 2 / 13;
}

#w-node-af64639f-1010-992a-29be-0f063318e22b-91f7b4a1 {
  grid-area: 2 / 4 / 3 / 10;
}

#w-node-_9c6dc0ab-417a-2d4b-6cf6-11b9834f46db-91f7b4a1 {
  grid-area: 1 / 2 / 2 / 12;
  place-self: auto start;
}

#w-node-_9c6dc0ab-417a-2d4b-6cf6-11b9834f46de-91f7b4a1 {
  grid-area: 2 / 2 / 3 / 12;
}

#w-node-eda77665-a37d-e342-c185-27bf283df688-23619252 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_1281e909-56a5-28f0-5887-2ddcd664d828-23619252 {
  grid-area: 2 / 2 / 3 / 12;
  place-self: start center;
}

#w-node-eda77665-a37d-e342-c185-27bf283df695-23619252 {
  grid-area: 4 / 4 / 5 / 10;
}

#w-node-_6741ec93-3264-0cf2-57ba-0fbb4037cde6-23619252 {
  grid-area: 3 / 4 / 4 / 10;
}

#w-node-eda77665-a37d-e342-c185-27bf283df69d-23619252 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-eda77665-a37d-e342-c185-27bf283df69e-23619252 {
  grid-area: 1 / 2 / 2 / 12;
  justify-self: start;
}

#w-node-eda77665-a37d-e342-c185-27bf283df6a4-23619252 {
  grid-area: 2 / 1 / 3 / 13;
  align-self: auto;
}

#w-node-eda77665-a37d-e342-c185-27bf283df6a5-23619252 {
  grid-area: 1 / 3 / 2 / 7;
}

#w-node-eda77665-a37d-e342-c185-27bf283df6ad-23619252 {
  grid-area: 1 / 7 / 2 / 11;
}

#w-node-eda77665-a37d-e342-c185-27bf283df6b5-23619252 {
  grid-area: 2 / 3 / 3 / 7;
}

#w-node-eda77665-a37d-e342-c185-27bf283df6bc-23619252 {
  grid-area: 2 / 7 / 3 / 11;
}

#w-node-_7eb37413-dd59-e51c-f7fc-500cbb5cde24-23619252 {
  grid-area: 1 / 2 / 2 / 12;
  place-self: auto start;
}

#w-node-_7eb37413-dd59-e51c-f7fc-500cbb5cde27-23619252 {
  grid-area: 2 / 2 / 3 / 12;
}

#w-node-eda77665-a37d-e342-c185-27bf283df705-23619252 {
  grid-area: 1 / 2 / 2 / 12;
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_1ae8c778-2c52-6abc-686f-33554e6fb51e-b9219898 {
    grid-column-end: 12;
  }

  #w-node-_1ae8c778-2c52-6abc-686f-33554e6fb522-b9219898 {
    grid-column-end: 8;
  }

  #w-node-ba3add59-b24d-31fe-6e87-d42c7e18a1c1-b9219898 {
    grid-column-start: 8;
  }

  #w-node-c78e1244-1109-4781-b1dc-4fbe94f698f8-b9219898 {
    grid-column-start: 2;
  }

  #w-node-c78e1244-1109-4781-b1dc-4fbe94f698fd-b9219898 {
    grid-column-end: 12;
  }

  #w-node-c78e1244-1109-4781-b1dc-4fbe94f69905-b9219898 {
    grid-column-start: 2;
  }

  #w-node-c78e1244-1109-4781-b1dc-4fbe94f6990c-b9219898 {
    grid-column-end: 12;
  }

  #w-node-_60251368-7ea7-bb31-b4dc-9ee42e78f77a-b9219898 {
    grid-column: 2 / 12;
  }

  #w-node-_89647344-e2b1-2e5f-342c-d037a57a4be9-b9219898 {
    grid-column: 2 / 12;
    grid-row-start: 3;
  }

  #w-node-_8b827757-a71e-24df-bc41-44d9b7f73389-b9219898 {
    grid-area: 2 / 2 / 3 / 12;
  }

  #w-node-a88be681-3162-5f84-37a3-b1a29c772a7c-b9219898 {
    grid-row-start: 3;
    grid-column-start: 2;
  }

  #w-node-_527c2cb2-83a8-8133-6571-0003a7906d07-b9219898 {
    grid-column: 2 / 12;
  }

  #w-node-_47f0e47f-1ba6-3bbe-5ac1-af6ca47cad63-b9219898 {
    grid-area: 3 / 2 / 4 / 12;
  }

  #w-node-_1b5f1c6a-c08f-d5b5-528c-5f46be61cfbe-b9219898 {
    grid-row: 4 / 5;
    grid-column-start: 2;
  }

  #w-node-eaa3fe0c-e32f-4f6f-db78-c031b7563214-b9219898 {
    grid-column: 1 / 3;
  }

  #w-node-_643a8650-a45a-b638-fa73-7317cf415a13-b9219898 {
    grid-column-end: 3;
  }

  #w-node-eaa3fe0c-e32f-4f6f-db78-c031b756321d-b9219898, #w-node-_32009961-2d30-3c79-0748-33f628dcf691-b9219898 {
    grid-column: 3 / 5;
  }

  #w-node-eaa3fe0c-e32f-4f6f-db78-c031b7563226-b9219898 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_2f3535b3-4c00-2843-0249-37180a60bcde-b9219898 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-eaa3fe0c-e32f-4f6f-db78-c031b7563230-b9219898 {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-c1fbd180-0cd5-a3fd-ae41-b4a3afcfad14-b9219898 {
    grid-area: 4 / 3 / 5 / 5;
  }

  #w-node-ad8d2820-9d2a-ddff-62e9-49782b43dcc8-b921989a, #w-node-dc08704c-a72c-6f31-abf1-97ab6f45d076-b921989c {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-d7051f7e-af03-9f64-f78e-4d280a1eda97-b921989e {
    grid-column-end: 7;
  }

  #w-node-_67bfadfa-ea63-d594-3bfa-75c7961dc0b9-b921989e {
    grid-column-start: 8;
  }

  #w-node-_67bfadfa-ea63-d594-3bfa-75c7961dc0a5-b921989e {
    grid-column-end: 6;
  }

  #w-node-_67bfadfa-ea63-d594-3bfa-75c7961dc0cd-b921989e {
    grid-column-start: 8;
  }

  #w-node-_67bfadfa-ea63-d594-3bfa-75c7961dc0e1-b921989e {
    grid-column: 2 / 6;
  }

  #w-node-_9bbeaa21-3ee2-1a17-ab95-d1e11714467d-b921989f {
    grid-column-end: 7;
  }

  #w-node-_6e89cdf6-850c-45db-33c2-071e48f1bfd5-b921989f {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-_6e89cdf6-850c-45db-33c2-071e48f1bfd3-b921989f {
    grid-area: 1 / 3 / 3 / 7;
    justify-self: end;
  }

  #w-node-e318a111-6d29-8348-c765-a96f11101579-b921989f {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-e318a111-6d29-8348-c765-a96f11101577-b921989f {
    grid-area: 1 / 3 / 3 / 7;
    justify-self: end;
  }

  #w-node-_0aa30974-a884-e59e-60f6-82e83e6940ac-b921989f {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-_0aa30974-a884-e59e-60f6-82e83e6940aa-b921989f {
    grid-area: 1 / 3 / 3 / 7;
    justify-self: end;
  }

  #w-node-abc5b97d-fa19-63f2-b24f-82f22bbe6154-b921989f {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-abc5b97d-fa19-63f2-b24f-82f22bbe6152-b921989f {
    grid-area: 1 / 3 / 3 / 7;
    justify-self: end;
  }

  #w-node-d09aa876-8a52-1dd6-8c2c-46c9ac705366-b921989f {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-d09aa876-8a52-1dd6-8c2c-46c9ac705364-b921989f {
    grid-area: 1 / 3 / 3 / 7;
    justify-self: end;
  }

  #w-node-c703fe7e-a432-891c-2416-c4773fba98b1-b921989f {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-c703fe7e-a432-891c-2416-c4773fba98c0-b921989f {
    grid-area: 1 / 3 / 3 / 7;
    justify-self: end;
  }

  #w-node-_32cbfb0a-84f6-5f17-3f05-591cc3ce3f78-b921989f {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-_32cbfb0a-84f6-5f17-3f05-591cc3ce3f76-b921989f {
    grid-area: 1 / 3 / 3 / 7;
    justify-self: end;
  }

  #w-node-e611396c-4ca2-a594-1dab-76575d00b14c-b921989f {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-e611396c-4ca2-a594-1dab-76575d00b14a-b921989f {
    grid-area: 1 / 3 / 3 / 7;
    justify-self: end;
  }

  #w-node-_513b2b87-df8c-eaae-34db-8de820d8f79a-b921989f {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-_513b2b87-df8c-eaae-34db-8de820d8f798-b921989f {
    grid-area: 1 / 3 / 3 / 7;
    justify-self: end;
  }

  #w-node-_985bd550-1357-23af-0ee5-117dfd4e3720-b921989f {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-_985bd550-1357-23af-0ee5-117dfd4e371e-b921989f {
    grid-area: 1 / 3 / 3 / 7;
    justify-self: end;
  }

  #w-node-a7b91611-c86f-45f7-5e73-72203770e913-b921989f {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-a7b91611-c86f-45f7-5e73-72203770e911-b921989f {
    grid-area: 1 / 3 / 3 / 7;
    justify-self: end;
  }

  #w-node-_15f6f8a7-0dc7-42c1-eaa3-7beb7c708457-b921989f {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-_15f6f8a7-0dc7-42c1-eaa3-7beb7c708455-b921989f {
    grid-area: 1 / 3 / 3 / 7;
    justify-self: end;
  }

  #w-node-_01d10890-8fd5-3c11-192c-0f2f1120f5d7-b921989f {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-_01d10890-8fd5-3c11-192c-0f2f1120f5d5-b921989f {
    grid-area: 1 / 3 / 3 / 7;
    justify-self: end;
  }

  #w-node-_701a3279-4a43-6c6c-2b3b-49b15b65d00a-b921989f {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-_701a3279-4a43-6c6c-2b3b-49b15b65d008-b921989f {
    grid-area: 1 / 3 / 3 / 7;
    justify-self: end;
  }

  #w-node-_28f3f372-2df8-dd63-6aec-34986bd5aa32-b921989f {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-_28f3f372-2df8-dd63-6aec-34986bd5aa30-b921989f {
    grid-area: 1 / 3 / 3 / 7;
    justify-self: end;
  }

  #w-node-b4267d05-a057-217b-b5bf-f7b288af6bd4-b921989f {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-b4267d05-a057-217b-b5bf-f7b288af6bd2-b921989f {
    grid-area: 1 / 3 / 3 / 7;
    justify-self: end;
  }

  #w-node-_4fd1367e-e4a6-284c-13a8-5dc71ac31e29-b921989f {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-_4fd1367e-e4a6-284c-13a8-5dc71ac31e27-b921989f {
    grid-area: 1 / 3 / 3 / 7;
    justify-self: end;
  }

  #w-node-_069b148b-7323-fd55-d353-9c9026be2450-b921989f {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-_069b148b-7323-fd55-d353-9c9026be244e-b921989f {
    grid-area: 1 / 3 / 3 / 7;
    justify-self: end;
  }

  #w-node-_7fab81d8-2398-1e56-3c8e-89bff5b5bdb7-b921989f {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-_7fab81d8-2398-1e56-3c8e-89bff5b5bdb5-b921989f {
    grid-area: 1 / 3 / 3 / 7;
    justify-self: end;
  }

  #w-node-_7816e173-1fa9-7106-f679-b240ce7a283b-b921989f {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-_7816e173-1fa9-7106-f679-b240ce7a2839-b921989f {
    grid-area: 1 / 3 / 3 / 7;
    justify-self: end;
  }

  #w-node-fc5c2091-2af1-83b2-8424-5b71d40f2e24-b921989f {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-fc5c2091-2af1-83b2-8424-5b71d40f2e33-b921989f {
    grid-area: 1 / 3 / 3 / 7;
    justify-self: end;
  }

  #w-node-cf3425ec-4066-a989-450a-6d2adc92efc7-b921989f {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-cf3425ec-4066-a989-450a-6d2adc92efc5-b921989f {
    grid-area: 1 / 3 / 3 / 7;
    justify-self: end;
  }

  #w-node-ac35f26d-c0ee-a849-f9d6-f5afd226ef3f-b921989f {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-ac35f26d-c0ee-a849-f9d6-f5afd226ef3d-b921989f {
    grid-area: 1 / 3 / 3 / 7;
    justify-self: end;
  }

  #w-node-a6004a3a-1ad9-9dbd-1357-1c79af4cb5e1-b921989f {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-a6004a3a-1ad9-9dbd-1357-1c79af4cb5df-b921989f {
    grid-area: 1 / 3 / 3 / 7;
    justify-self: end;
  }

  #w-node-c05dc6df-0140-c2a3-aceb-37df8fd24251-b921989f {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-c05dc6df-0140-c2a3-aceb-37df8fd2424f-b921989f {
    grid-area: 1 / 3 / 3 / 7;
    justify-self: end;
  }

  #w-node-a7b15cf3-a216-2c13-c238-02a3703673e9-b921989f {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-a7b15cf3-a216-2c13-c238-02a3703673e7-b921989f {
    grid-area: 1 / 3 / 3 / 7;
    justify-self: end;
  }

  #w-node-_88e40e93-afc1-cfcc-a10d-10f60c62e5f8-b921989f {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-_88e40e93-afc1-cfcc-a10d-10f60c62e5f6-b921989f {
    grid-area: 1 / 3 / 3 / 7;
    justify-self: end;
  }

  #w-node-b7cefb48-056b-d290-29a4-faf4162046f7-b921989f {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-b7cefb48-056b-d290-29a4-faf4162046f5-b921989f {
    grid-area: 1 / 3 / 3 / 7;
    justify-self: end;
  }

  #w-node-_8b3d273a-bf87-e4c8-a496-238f795f1bd1-b921989f {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-_8b3d273a-bf87-e4c8-a496-238f795f1bcf-b921989f {
    grid-area: 1 / 3 / 3 / 7;
    justify-self: end;
  }

  #w-node-c02421df-060b-a786-5f46-8a3e84b9b1ab-b92198a1 {
    grid-area: 1 / 1 / 2 / 3;
    align-self: center;
  }

  #w-node-c02421df-060b-a786-5f46-8a3e84b9b1ad-b92198a1 {
    grid-column: 3 / 7;
  }

  #w-node-c02421df-060b-a786-5f46-8a3e84b9b1c1-b92198a1 {
    grid-column: 5 / 7;
  }

  #w-node-c02421df-060b-a786-5f46-8a3e84b9b1c7-b92198a1, #w-node-c02421df-060b-a786-5f46-8a3e84b9b1cd-b92198a1 {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-b869efed-6fb0-e3e7-6a29-bc02da343bc7-b92198a3 {
    grid-column-end: 7;
  }

  #w-node-_7b74d4ce-b29c-2087-c70d-ca03610f7dcb-b92198a3 {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-_6e89cdf6-850c-45db-33c2-071e48f1bfd3-b92198a3 {
    grid-area: 1 / 3 / 3 / 7;
    justify-self: end;
  }

  #w-node-_6e89cdf6-850c-45db-33c2-071e48f1bfd5-b92198a3 {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-_0d253265-3ca1-bc9c-a437-5dda00489beb-b92198a3 {
    grid-column-end: 7;
  }

  #w-node-_16a82fd2-03ca-bf47-1562-4f45a64093c6-b92198a3 {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-_35d7bbcc-5f13-844f-0348-f06cbc4bd5db-6b1d94b3, #w-node-_09d57613-2f46-d927-33c3-ba13b43a67ed-6b1d94b3 {
    grid-column: 3 / 11;
  }

  #w-node-bb1b6795-10ae-893b-e471-675cf7c09614-6b1d94b3 {
    grid-column-start: 2;
  }

  #w-node-bb1b6795-10ae-893b-e471-675cf7c09623-6b1d94b3 {
    grid-column-end: 12;
  }

  #w-node-bb1b6795-10ae-893b-e471-675cf7c09630-6b1d94b3 {
    grid-column-start: 2;
  }

  #w-node-bb1b6795-10ae-893b-e471-675cf7c0963e-6b1d94b3 {
    grid-column-end: 12;
  }

  #w-node-_73bdb53a-c51a-196d-a279-a8d24f13549e-6b1d94b3 {
    grid-column-start: 2;
  }

  #w-node-af3b138a-b4d5-230d-9720-9741a799349b-6b1d94b3 {
    grid-column-end: 12;
  }

  #w-node-_81fec0e5-fb3e-bcb6-d458-0d1d2e8de24a-6b1d94b3 {
    grid-column-start: 2;
  }

  #w-node-_9f73b79a-8dda-d07e-4b68-1bb42f1cae3f-6b1d94b3 {
    grid-column-end: 12;
  }

  #w-node-_7b872fd8-0f98-b4d0-4994-612b589aa5cb-6b1d94b3 {
    grid-column-start: 2;
  }

  #w-node-ed485d05-998f-35a7-3215-84845a7afc30-6b1d94b3 {
    grid-column-end: 12;
  }

  #w-node-_4b9896fe-531d-d011-bc47-be8d7bd6a417-6b1d94b3 {
    grid-column-start: 2;
  }

  #w-node-_0e597d70-5885-f0b8-a14a-f5c060bb58b8-6b1d94b3 {
    grid-column-end: 12;
  }

  #w-node-feb650a0-976d-d17c-896f-c256c3d9fafc-6b1d94b3 {
    grid-column-start: 2;
  }

  #w-node-fa8a6d8b-9180-b24e-1b95-d6d17fea8a06-6b1d94b3 {
    grid-column-end: 12;
  }

  #w-node-ec0f9062-59cb-bb76-c544-c95152fd6a15-41876438, #w-node-ec0f9062-59cb-bb76-c544-c95152fd6a17-41876438 {
    grid-column: 3 / 11;
  }

  #w-node-_4c8041f3-6510-6d6f-d7a6-d6717466e584-41876438 {
    grid-column-start: 2;
  }

  #w-node-_4c8041f3-6510-6d6f-d7a6-d6717466e58c-41876438 {
    grid-column: 7 / 12;
  }

  #w-node-_4c8041f3-6510-6d6f-d7a6-d6717466e594-41876438 {
    grid-column-start: 2;
  }

  #w-node-_4c8041f3-6510-6d6f-d7a6-d6717466e59b-41876438 {
    grid-column-end: 12;
  }

  #w-node-_4c8041f3-6510-6d6f-d7a6-d6717466e5b2-41876438 {
    grid-column-start: 2;
  }

  #w-node-_9929e6d6-bbe1-45c1-2901-895d5bb76ab2-41876438 {
    grid-column-end: 12;
  }

  #w-node-_4c8041f3-6510-6d6f-d7a6-d6717466e5bb-41876438 {
    grid-column-start: 2;
  }

  #w-node-_1a537a71-6e58-7b51-a7a6-26ba72b1e034-41876438 {
    grid-column-end: 12;
  }

  #w-node-_4c8041f3-6510-6d6f-d7a6-d6717466e5c6-41876438 {
    grid-column-start: 2;
  }

  #w-node-_5c699e0b-e4a2-4caa-5074-d941e7908a9e-41876438 {
    grid-column-end: 12;
  }

  #w-node-_4c8041f3-6510-6d6f-d7a6-d6717466e5ce-41876438 {
    grid-column-start: 2;
  }

  #w-node-_13b5e44b-2680-d71f-3a79-dcf2d16fdb53-41876438 {
    grid-column-end: 12;
  }

  #w-node-_4c8041f3-6510-6d6f-d7a6-d6717466e56f-41876438, #w-node-af64639f-1010-992a-29be-0f063318e1bc-91f7b4a1, #w-node-af64639f-1010-992a-29be-0f063318e1be-91f7b4a1 {
    grid-column: 3 / 11;
  }

  #w-node-af64639f-1010-992a-29be-0f063318e1cc-91f7b4a1 {
    grid-column-start: 2;
  }

  #w-node-af64639f-1010-992a-29be-0f063318e1d4-91f7b4a1 {
    grid-column-end: 12;
  }

  #w-node-af64639f-1010-992a-29be-0f063318e1dc-91f7b4a1 {
    grid-column-start: 2;
  }

  #w-node-af64639f-1010-992a-29be-0f063318e1e4-91f7b4a1 {
    grid-column-end: 12;
  }

  #w-node-af64639f-1010-992a-29be-0f063318e1fb-91f7b4a1, #w-node-af64639f-1010-992a-29be-0f063318e22b-91f7b4a1, #w-node-eda77665-a37d-e342-c185-27bf283df695-23619252 {
    grid-column: 3 / 11;
  }

  #w-node-eda77665-a37d-e342-c185-27bf283df6a5-23619252 {
    grid-column-start: 2;
  }

  #w-node-eda77665-a37d-e342-c185-27bf283df6ad-23619252 {
    grid-column-end: 12;
  }

  #w-node-eda77665-a37d-e342-c185-27bf283df6b5-23619252 {
    grid-column: 2 / 7;
  }

  #w-node-eda77665-a37d-e342-c185-27bf283df6bc-23619252 {
    grid-column-end: 12;
  }
}

@media screen and (max-width: 767px) {
  #w-node-fe509613-7d06-dfaa-df51-eeb0d6f11ea1-b921989a {
    grid-column-end: 12;
  }

  #w-node-ad8d2820-9d2a-ddff-62e9-49782b43dcc8-b921989a {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-ec885bd5-5ab0-e9b5-0615-a487f6258ba0-b921989c {
    grid-column-end: 12;
  }

  #w-node-dc08704c-a72c-6f31-abf1-97ab6f45d076-b921989c {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-d7051f7e-af03-9f64-f78e-4d280a1eda91-b921989e {
    grid-column-end: 12;
  }

  #w-node-d7051f7e-af03-9f64-f78e-4d280a1eda97-b921989e {
    grid-column-end: 9;
  }

  #w-node-_67bfadfa-ea63-d594-3bfa-75c7961dc0b9-b921989e {
    grid-column: 8 / 13;
  }

  #w-node-_67bfadfa-ea63-d594-3bfa-75c7961dc0a5-b921989e, #w-node-_67bfadfa-ea63-d594-3bfa-75c7961dc0e1-b921989e {
    grid-column-start: 1;
  }

  #w-node-_5e38a2f8-fbc9-bfe1-c2b2-25740476f7e0-b921989f, #w-node-_5d32b289-0719-8335-e80b-4b608ea1f4c5-b921989f, #w-node-_7f025082-bd6d-1790-6484-0a48a968d36b-b921989f, #w-node-_43ad3336-589d-b38b-f04d-c56da4fcc41d-b921989f {
    place-self: start;
  }

  #w-node-_9bbeaa21-3ee2-1a17-ab95-d1e11714467b-b921989f {
    grid-column-end: 12;
  }

  #w-node-_9bbeaa21-3ee2-1a17-ab95-d1e11714467d-b921989f {
    grid-column-end: 9;
  }

  #w-node-baf6f154-b464-81f7-226a-475425ae3daa-b921989f {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_636dfc45-9000-58a8-314a-b93f2aa1c011-b921989f {
    grid-area: 1 / 1 / 2 / 5;
    place-self: end center;
  }

  #w-node-_6e89cdf6-850c-45db-33c2-071e48f1bfd5-b921989f {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_6e89cdf6-850c-45db-33c2-071e48f1bfd3-b921989f {
    grid-area: 1 / 1 / 2 / 5;
    place-self: end center;
  }

  #w-node-e318a111-6d29-8348-c765-a96f11101579-b921989f {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-e318a111-6d29-8348-c765-a96f11101577-b921989f {
    grid-area: 1 / 1 / 2 / 5;
    place-self: end center;
  }

  #w-node-_0aa30974-a884-e59e-60f6-82e83e6940ac-b921989f {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_0aa30974-a884-e59e-60f6-82e83e6940aa-b921989f {
    grid-area: 1 / 1 / 2 / 5;
    place-self: end center;
  }

  #w-node-abc5b97d-fa19-63f2-b24f-82f22bbe6154-b921989f {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-abc5b97d-fa19-63f2-b24f-82f22bbe6152-b921989f {
    grid-area: 1 / 1 / 2 / 5;
    place-self: end center;
  }

  #w-node-d09aa876-8a52-1dd6-8c2c-46c9ac705366-b921989f {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-d09aa876-8a52-1dd6-8c2c-46c9ac705364-b921989f {
    grid-area: 1 / 1 / 2 / 5;
    place-self: end center;
  }

  #w-node-c703fe7e-a432-891c-2416-c4773fba98b1-b921989f {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-c703fe7e-a432-891c-2416-c4773fba98c0-b921989f {
    grid-area: 1 / 1 / 2 / 5;
    place-self: end center;
  }

  #w-node-_32cbfb0a-84f6-5f17-3f05-591cc3ce3f78-b921989f {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_32cbfb0a-84f6-5f17-3f05-591cc3ce3f76-b921989f {
    grid-area: 1 / 1 / 2 / 5;
    place-self: end center;
  }

  #w-node-e611396c-4ca2-a594-1dab-76575d00b14c-b921989f {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-e611396c-4ca2-a594-1dab-76575d00b14a-b921989f {
    grid-area: 1 / 1 / 2 / 5;
    place-self: end center;
  }

  #w-node-_513b2b87-df8c-eaae-34db-8de820d8f79a-b921989f {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_513b2b87-df8c-eaae-34db-8de820d8f798-b921989f {
    grid-area: 1 / 1 / 2 / 5;
    place-self: end center;
  }

  #w-node-_985bd550-1357-23af-0ee5-117dfd4e3720-b921989f {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_985bd550-1357-23af-0ee5-117dfd4e371e-b921989f {
    grid-area: 1 / 1 / 2 / 5;
    place-self: end center;
  }

  #w-node-a7b91611-c86f-45f7-5e73-72203770e913-b921989f {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-a7b91611-c86f-45f7-5e73-72203770e911-b921989f {
    grid-area: 1 / 1 / 2 / 5;
    place-self: end center;
  }

  #w-node-_15f6f8a7-0dc7-42c1-eaa3-7beb7c708457-b921989f {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_15f6f8a7-0dc7-42c1-eaa3-7beb7c708455-b921989f {
    grid-area: 1 / 1 / 2 / 5;
    place-self: end center;
  }

  #w-node-_01d10890-8fd5-3c11-192c-0f2f1120f5d7-b921989f {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_01d10890-8fd5-3c11-192c-0f2f1120f5d5-b921989f {
    grid-area: 1 / 1 / 2 / 5;
    place-self: end center;
  }

  #w-node-_701a3279-4a43-6c6c-2b3b-49b15b65d00a-b921989f {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_701a3279-4a43-6c6c-2b3b-49b15b65d008-b921989f {
    grid-area: 1 / 1 / 2 / 5;
    place-self: end center;
  }

  #w-node-_28f3f372-2df8-dd63-6aec-34986bd5aa32-b921989f {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_28f3f372-2df8-dd63-6aec-34986bd5aa30-b921989f {
    grid-area: 1 / 1 / 2 / 5;
    place-self: end center;
  }

  #w-node-b4267d05-a057-217b-b5bf-f7b288af6bd4-b921989f {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-b4267d05-a057-217b-b5bf-f7b288af6bd2-b921989f {
    grid-area: 1 / 1 / 2 / 5;
    place-self: end center;
  }

  #w-node-_4fd1367e-e4a6-284c-13a8-5dc71ac31e29-b921989f {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_4fd1367e-e4a6-284c-13a8-5dc71ac31e27-b921989f {
    grid-area: 1 / 1 / 2 / 5;
    place-self: end center;
  }

  #w-node-_069b148b-7323-fd55-d353-9c9026be2450-b921989f {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_069b148b-7323-fd55-d353-9c9026be244e-b921989f {
    grid-area: 1 / 1 / 2 / 5;
    place-self: end center;
  }

  #w-node-_7fab81d8-2398-1e56-3c8e-89bff5b5bdb7-b921989f {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_7fab81d8-2398-1e56-3c8e-89bff5b5bdb5-b921989f {
    grid-area: 1 / 1 / 2 / 5;
    place-self: end center;
  }

  #w-node-_7816e173-1fa9-7106-f679-b240ce7a283b-b921989f {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_7816e173-1fa9-7106-f679-b240ce7a2839-b921989f {
    grid-area: 1 / 1 / 2 / 5;
    place-self: end center;
  }

  #w-node-fc5c2091-2af1-83b2-8424-5b71d40f2e24-b921989f {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-fc5c2091-2af1-83b2-8424-5b71d40f2e33-b921989f {
    grid-area: 1 / 1 / 2 / 5;
    place-self: end center;
  }

  #w-node-cf3425ec-4066-a989-450a-6d2adc92efc7-b921989f {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-cf3425ec-4066-a989-450a-6d2adc92efc5-b921989f {
    grid-area: 1 / 1 / 2 / 5;
    place-self: end center;
  }

  #w-node-ac35f26d-c0ee-a849-f9d6-f5afd226ef3f-b921989f {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-ac35f26d-c0ee-a849-f9d6-f5afd226ef3d-b921989f {
    grid-area: 1 / 1 / 2 / 5;
    place-self: end center;
  }

  #w-node-a6004a3a-1ad9-9dbd-1357-1c79af4cb5e1-b921989f {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-a6004a3a-1ad9-9dbd-1357-1c79af4cb5df-b921989f {
    grid-area: 1 / 1 / 2 / 5;
    place-self: end center;
  }

  #w-node-c05dc6df-0140-c2a3-aceb-37df8fd24251-b921989f {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-c05dc6df-0140-c2a3-aceb-37df8fd2424f-b921989f {
    grid-area: 1 / 1 / 2 / 5;
    place-self: end center;
  }

  #w-node-a7b15cf3-a216-2c13-c238-02a3703673e9-b921989f {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-a7b15cf3-a216-2c13-c238-02a3703673e7-b921989f {
    grid-area: 1 / 1 / 2 / 5;
    place-self: end center;
  }

  #w-node-_88e40e93-afc1-cfcc-a10d-10f60c62e5f8-b921989f {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_88e40e93-afc1-cfcc-a10d-10f60c62e5f6-b921989f {
    grid-area: 1 / 1 / 2 / 5;
    place-self: end center;
  }

  #w-node-b7cefb48-056b-d290-29a4-faf4162046f7-b921989f {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-b7cefb48-056b-d290-29a4-faf4162046f5-b921989f {
    grid-area: 1 / 1 / 2 / 5;
    place-self: end center;
  }

  #w-node-_8b3d273a-bf87-e4c8-a496-238f795f1bd1-b921989f {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_8b3d273a-bf87-e4c8-a496-238f795f1bcf-b921989f {
    grid-area: 1 / 1 / 2 / 5;
    place-self: end center;
  }

  #w-node-c02421df-060b-a786-5f46-8a3e84b9b1c7-b92198a1 {
    grid-column: 4 / 5;
    justify-self: end;
  }

  #w-node-b869efed-6fb0-e3e7-6a29-bc02da343bc7-b92198a3, #w-node-_7b74d4ce-b29c-2087-c70d-ca03610f7dcb-b92198a3 {
    grid-column-end: 5;
  }

  #w-node-_6e89cdf6-850c-45db-33c2-071e48f1bfd3-b92198a3 {
    grid-area: 1 / 1 / 2 / 5;
    place-self: end center;
  }

  #w-node-_6e89cdf6-850c-45db-33c2-071e48f1bfd5-b92198a3 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_0d253265-3ca1-bc9c-a437-5dda00489be9-b92198a3 {
    grid-column-end: 12;
  }

  #w-node-_0d253265-3ca1-bc9c-a437-5dda00489beb-b92198a3 {
    grid-column-end: 9;
  }

  #w-node-_16a82fd2-03ca-bf47-1562-4f45a64093c6-b92198a3 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_35d7bbcc-5f13-844f-0348-f06cbc4bd5db-6b1d94b3, #w-node-_09d57613-2f46-d927-33c3-ba13b43a67ed-6b1d94b3 {
    grid-column: 2 / 12;
  }

  #w-node-_8da1d3f5-55e2-72e8-9f65-2978b66dcbfc-41876438 {
    grid-area: 2 / 2 / 3 / 12;
    place-self: end center;
  }

  #w-node-ec0f9062-59cb-bb76-c544-c95152fd6a15-41876438, #w-node-ec0f9062-59cb-bb76-c544-c95152fd6a17-41876438, #w-node-_4c8041f3-6510-6d6f-d7a6-d6717466e56f-41876438 {
    grid-column: 2 / 12;
  }

  #w-node-_3a4ce086-fa38-9b8b-7087-d0eea45cd6a5-91f7b4a1 {
    grid-area: 2 / 2 / 3 / 12;
    place-self: end center;
  }

  #w-node-af64639f-1010-992a-29be-0f063318e1bc-91f7b4a1, #w-node-af64639f-1010-992a-29be-0f063318e1be-91f7b4a1, #w-node-af64639f-1010-992a-29be-0f063318e1fb-91f7b4a1, #w-node-af64639f-1010-992a-29be-0f063318e22b-91f7b4a1, #w-node-eda77665-a37d-e342-c185-27bf283df695-23619252 {
    grid-column: 2 / 12;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c78e1244-1109-4781-b1dc-4fbe94f698f8-b9219898 {
    grid-column: 2 / 12;
    grid-row-start: 2;
  }

  #w-node-c78e1244-1109-4781-b1dc-4fbe94f698fd-b9219898 {
    grid-row: 3 / 4;
    grid-column-start: 2;
  }

  #w-node-c78e1244-1109-4781-b1dc-4fbe94f69905-b9219898 {
    grid-area: 4 / 2 / 5 / 12;
  }

  #w-node-c78e1244-1109-4781-b1dc-4fbe94f6990c-b9219898 {
    grid-row: 5 / 6;
    grid-column-start: 2;
  }

  #w-node-_5e38a2f8-fbc9-bfe1-c2b2-25740476f7e0-b921989f, #w-node-_5d32b289-0719-8335-e80b-4b608ea1f4c5-b921989f, #w-node-_7f025082-bd6d-1790-6484-0a48a968d36b-b921989f, #w-node-_43ad3336-589d-b38b-f04d-c56da4fcc41d-b921989f {
    align-self: start;
  }

  #w-node-_636dfc45-9000-58a8-314a-b93f2aa1c011-b921989f, #w-node-_6e89cdf6-850c-45db-33c2-071e48f1bfd3-b921989f, #w-node-e318a111-6d29-8348-c765-a96f11101577-b921989f, #w-node-_0aa30974-a884-e59e-60f6-82e83e6940aa-b921989f, #w-node-abc5b97d-fa19-63f2-b24f-82f22bbe6152-b921989f, #w-node-d09aa876-8a52-1dd6-8c2c-46c9ac705364-b921989f, #w-node-c703fe7e-a432-891c-2416-c4773fba98c0-b921989f, #w-node-_32cbfb0a-84f6-5f17-3f05-591cc3ce3f76-b921989f, #w-node-e611396c-4ca2-a594-1dab-76575d00b14a-b921989f, #w-node-_513b2b87-df8c-eaae-34db-8de820d8f798-b921989f, #w-node-_985bd550-1357-23af-0ee5-117dfd4e371e-b921989f, #w-node-a7b91611-c86f-45f7-5e73-72203770e911-b921989f, #w-node-_15f6f8a7-0dc7-42c1-eaa3-7beb7c708455-b921989f, #w-node-_01d10890-8fd5-3c11-192c-0f2f1120f5d5-b921989f, #w-node-_701a3279-4a43-6c6c-2b3b-49b15b65d008-b921989f, #w-node-_28f3f372-2df8-dd63-6aec-34986bd5aa30-b921989f, #w-node-b4267d05-a057-217b-b5bf-f7b288af6bd2-b921989f, #w-node-_4fd1367e-e4a6-284c-13a8-5dc71ac31e27-b921989f, #w-node-_069b148b-7323-fd55-d353-9c9026be244e-b921989f, #w-node-_7fab81d8-2398-1e56-3c8e-89bff5b5bdb5-b921989f, #w-node-_7816e173-1fa9-7106-f679-b240ce7a2839-b921989f, #w-node-fc5c2091-2af1-83b2-8424-5b71d40f2e33-b921989f, #w-node-cf3425ec-4066-a989-450a-6d2adc92efc5-b921989f, #w-node-ac35f26d-c0ee-a849-f9d6-f5afd226ef3d-b921989f, #w-node-a6004a3a-1ad9-9dbd-1357-1c79af4cb5df-b921989f, #w-node-c05dc6df-0140-c2a3-aceb-37df8fd2424f-b921989f, #w-node-a7b15cf3-a216-2c13-c238-02a3703673e7-b921989f, #w-node-_88e40e93-afc1-cfcc-a10d-10f60c62e5f6-b921989f, #w-node-b7cefb48-056b-d290-29a4-faf4162046f5-b921989f, #w-node-_8b3d273a-bf87-e4c8-a496-238f795f1bcf-b921989f {
    grid-column-end: 5;
  }

  #w-node-c02421df-060b-a786-5f46-8a3e84b9b1ab-b92198a1 {
    grid-column-end: 3;
  }

  #w-node-_7b74d4ce-b29c-2087-c70d-ca03610f7dcb-b92198a3 {
    grid-row: 4 / 5;
  }

  #w-node-_6e89cdf6-850c-45db-33c2-071e48f1bfd3-b92198a3 {
    grid-column-end: 5;
  }

  #w-node-_67756b8e-340f-24cb-402f-d1b3285d67b1-6b1d94b3 {
    grid-area: 1 / 2 / 2 / 12;
    justify-self: start;
  }

  #w-node-_8da1d3f5-55e2-72e8-9f65-2978b66dcbfc-41876438, #w-node-_3a4ce086-fa38-9b8b-7087-d0eea45cd6a5-91f7b4a1 {
    grid-column-end: 12;
  }
}


@font-face {
  font-family: 'Intertight';
  src: url('../fonts/InterTight-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dinnextltpro';
  src: url('../fonts/DINNextLTPro-BlackItalic.otf') format('opentype'), url('../fonts/DINNextLTPro-HeavyItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Dinnextltpro';
  src: url('../fonts/DINNextLTPro-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dinnextltpro';
  src: url('../fonts/DINNextLTPro-Black.otf') format('opentype'), url('../fonts/DINNextLTPro-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dinnextltpro';
  src: url('../fonts/DINNextLTPro-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Dinnextltpro';
  src: url('../fonts/DINNextLTPro-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Dinnextltpro';
  src: url('../fonts/DINNextLTPro-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dinnextltpro';
  src: url('../fonts/DINNextLTPro-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Dinnextltpro';
  src: url('../fonts/DINNextLTPro-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dinnextltpro';
  src: url('../fonts/DINNextLTPro-UltraLightIt.otf') format('opentype'), url('../fonts/DINNextLTPro-UltraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dinnextltpro';
  src: url('../fonts/DINNextLTPro-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Dinnextltpro';
  src: url('../fonts/DINNextLTPro-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}