:root {
  --white: white;
  --black: black;
}

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

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

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

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

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

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

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

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

p {
  margin-bottom: 10px;
}

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

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

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

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

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

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

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

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

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

.styleguide-block {
  color: #fff;
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.styleguide-block.grid {
  margin-left: 30px;
  margin-right: 30px;
}

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

.styleguide-block.enger-abstand {
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.heading-jumbo-tiny.heading-4.utility-text-align-center {
  color: #fff;
}

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

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

.main-container {
  z-index: 6;
  width: 100%;
  max-width: 1140px;
  margin-top: auto;
  position: sticky;
  overflow: visible;
}

.main-container.cc-heading-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: visible;
}

.main-container.cc-heading-wrap.mirror {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #fff9;
  border-radius: 20px;
  padding-left: 30px;
  padding-right: 30px;
}

.main-container.cc-heading-wrap.enger {
  max-width: 800px;
}

.main-container.cc-heading-wrap.abstand {
  margin-bottom: 5rem;
}

.main-container.spline {
  float: none;
  position: sticky;
  inset: 0% 0% 8%;
}

.main-container.mittig {
  margin-left: auto;
  margin-right: auto;
}

.main-container.mittig.stats {
  max-width: 1500px;
}

.main-container.foot {
  margin-left: auto;
  margin-right: auto;
}

.main-container.head-mid {
  padding-top: 156px;
}

.main-container.kontakt {
  margin-top: 0;
}

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

.styleguide-content-wrap.enger {
  padding-left: 2rem;
}

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

.paragraph-small.grid {
  z-index: 3;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 10%;
  padding-right: 10%;
  font-family: Montserrat, sans-serif;
  font-size: 1.4rem;
  line-height: 1.7rem;
  display: flex;
  position: sticky;
  inset: 0%;
}

.paragraph-small.grid.white {
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.paragraph-small.utility-margin-bottom-0.white {
  color: #fff;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#1a1b1f70, #07070878 74%, #1f1e41);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: auto;
  padding: 30px;
  display: flex;
}

.button-icons {
  text-align: left;
  justify-content: space-between;
  height: 54px;
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
  display: flex;
}

.button-icons.center {
  text-align: left;
}

.button-icons.buttons {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 3em;
  font-weight: 400;
  line-height: 1.3em;
}

.heading-jumbo.mega {
  filter: drop-shadow(0 2px 5px #000000b3);
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 4.9rem;
}

.paragraph-tiny {
  color: #000;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.paragraph-tiny.cc-paragraph-tiny-light {
  opacity: .7;
}

.paragraph-tiny.white {
  color: #000;
}

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

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

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

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

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

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.label.cc-blog-date.grid {
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph-light {
  opacity: .6;
  color: #000;
  font-family: Exo, sans-serif;
  font-size: .9rem;
  line-height: 1.6rem;
}

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

.paragraph-light.bright {
  color: #fff;
}

.paragraph-light.grid {
  margin-bottom: 50px;
  margin-left: 3%;
}

.paragraph-light.smaller-text {
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  line-height: 1.1rem;
}

.paragraph-light.weitere-abst-nde {
  line-height: 2.2rem;
}

.section {
  z-index: 3;
  justify-content: center;
  align-items: center;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 75px;
  padding-bottom: 75px;
  display: block;
  position: relative;
  overflow: hidden;
}

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

.section.small-grey {
  z-index: 2;
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  color: #030303;
  flex-flow: column;
  max-width: none;
  padding-top: 75px;
  padding-bottom: 75px;
  display: flex;
}

.section.small-grey.bigger {
  padding-top: 75px;
}

.section.small-grey.mirror {
  background-color: #fff;
}

.section.small-grey.white {
  color: #fff;
}

.section.small-grey.rund {
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
}

.section.small-grey.inv {
  background-image: linear-gradient(#ffffff80, #ffffff80);
}

.section.stats {
  max-height: 500px;
  padding-top: 75px;
  padding-bottom: 0;
}

.section.small {
  padding-bottom: 0;
}

.section.breiter.rund {
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
}

.section.small-blue {
  color: #fff;
  background-image: radial-gradient(circle, #020080, #020065);
}

.section.inverse-section {
  background-color: #000;
}

.section.enger {
  padding-top: 0;
}

.section.round {
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
}

.section.rund-aus {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.section.white {
  background-color: #fff;
}

.primary-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
  display: flex;
}

.primary-button:hover {
  color: #000;
  background-color: #fff;
}

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

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

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

.primary-button.cc-white-button:hover {
  background-color: #fffc;
}

.primary-button.cc-white-button:active {
  background-color: #ffffffe6;
}

.primary-button.dark-bg {
  filter: none;
  color: #000;
  background-color: #fff;
}

.primary-button.dark-bg:hover {
  background-color: #a3a3a3;
}

.paragraph-bigger {
  opacity: 1;
  color: #4c5167;
  margin-bottom: 10px;
  font-family: Exo, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6rem;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
  font-size: 1.2rem;
}

.paragraph-bigger.cc-bigger-light.white {
  color: #fff;
}

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

.paragraph-bigger.grid {
  color: #001c8a;
}

.paragraph-bigger.grid-in-item {
  color: #fff;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 2.3rem;
  display: flex;
}

.paragraph-bigger.grid-in-item.white {
  color: #fff;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.paragraph-bigger.smaller-text {
  font-family: Montserrat, sans-serif;
  font-size: 1.4rem;
  line-height: 1.7rem;
}

.paragraph-bigger.produkt {
  color: #001360;
  font-size: 2.5rem;
  line-height: 3.2rem;
}

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

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

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

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

.logo-link.w--current {
  transition-property: none;
}

.navigation-item {
  opacity: .6;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
  color: #fff;
}

.navigation-item:active {
  opacity: .8;
  font-weight: 600;
}

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

.navigation-item.w--current:hover {
  opacity: .8;
}

.navigation-item.w--current:active {
  opacity: .7;
}

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

.navigation-items.color {
  z-index: 999;
}

.navigation {
  z-index: 999;
  background-color: #0000;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 50px;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.logo-image {
  font-size: 16px;
  line-height: 35px;
  display: block;
}

.logo-image:hover {
  filter: invert(0%);
}

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

.content-wrapper {
  grid-column-gap: 39px;
  grid-row-gap: 39px;
  text-align: left;
  flex-flow: column;
  padding-bottom: 10px;
  font-size: 1rem;
  line-height: 1rem;
  display: flex;
}

.name-text {
  filter: drop-shadow(0 2px 5px #000000b3);
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 32px;
}

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

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

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

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

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

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

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

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

.work-image.cc-work-1 {
  background-image: url('../images/portfolio-1---wide.svg');
  background-size: cover;
}

.work-image.cc-work-2 {
  background-image: url('../images/portfolio-2---wide.svg');
  background-size: cover;
}

.work-image.cc-work-4 {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.work-image.cc-work-3 {
  background-image: url('../images/portfolio-4---wide.svg');
  background-size: cover;
}

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

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

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

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

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

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

.text-field::placeholder {
  color: #32343a66;
}

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

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

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

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

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

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

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

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

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

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

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

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

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

.webflow-logo-tiny {
  filter: invert(0%);
  margin-top: -2px;
  margin-right: 8px;
}

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

.footer-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.personal-features-grid {
  grid-column-gap: 80px;
  grid-row-gap: 20px;
  grid-template: ". ."
                 ". ."
                 / 1fr 1fr;
  margin-bottom: 110px;
}

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

.speaking-text.cc-past-speaking {
  opacity: .6;
}

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

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

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

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

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

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

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

.email-section {
  text-align: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

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

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

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

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

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

.secondary-button {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 40px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

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

.map {
  height: 460px;
  line-height: 20px;
}

.contact-name-field-wrap {
  width: 50%;
}

.credentials-inputs-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.get-in-touch-form-wrap {
  flex-direction: column;
  align-items: stretch;
  width: 70%;
  margin: 100px auto;
  display: flex;
}

.email-name-field-wrap {
  width: 50%;
}

.heading-jumbo-space {
  color: #001360;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 58px;
  font-family: Exo, sans-serif;
  font-size: 64px;
  line-height: 80px;
}

.paragraph-light-space {
  opacity: .6;
  margin-bottom: 40px;
}

.paragraph-light-space.cc-position-name {
  margin-bottom: 5px;
}

.section-100-vw {
  text-align: left;
  width: 100vw;
  height: 400px;
  min-height: 400px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: clip;
}

.section-100-vw.greay {
  background-color: #e7e7e7;
  padding-top: 75px;
  padding-bottom: 75px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.blog-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.blog-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .7;
}

.blog-summary-wrap {
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.paragraph-light-2 {
  opacity: .6;
  letter-spacing: 0;
  text-transform: none;
  font-size: 14px;
  line-height: 26px;
}

.project-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.project-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.project-header-image.w--current {
  margin-bottom: 60px;
}

.project-preview-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.project-preview-image:hover {
  opacity: .7;
}

.project-summary-wrap {
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.project-heading-link {
  color: #001360;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

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

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

.collection-item {
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}

.column, .column-2 {
  padding-left: 20px;
  padding-right: 20px;
}

.picture-grid-100-percent-cover {
  border-radius: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

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

.heading-jumbo-very-small {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 31px;
  font-weight: 400;
  line-height: 50px;
}

.paragraph-small-grid {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 26px;
}

.grid-block {
  margin-bottom: 20px;
}

.form-block {
  margin-top: 100px;
  margin-bottom: 100px;
}

.parallax-100vw {
  width: 100%;
  height: 100%;
  padding-bottom: 0;
}

.parallax-image {
  object-fit: cover;
  width: 100%;
}

.parallax-image.bg {
  position: absolute;
}

.section-header-wide {
  height: 40vw;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

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

.heading-2 {
  color: #fff;
  justify-content: center;
  align-items: center;
  font-family: Exo, sans-serif;
  display: block;
}

.heading-2.bright {
  color: #fff;
}

.styleguide-header-wrap-blank {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  background-image: linear-gradient(#0000006b, #0000006b), url('../images/gianni_homes_innenausbau_trockenbau_interior_design.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.section-header-wide-blank {
  margin-left: 0;
  margin-right: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

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

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

.links-section-footer {
  text-align: right;
  margin-top: 40px;
}

.footer {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #fff;
  grid-template: "."
                 "." 29px
                 / 2fr 1fr 1.25fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.footer-column-block-right {
  justify-content: flex-end;
  display: flex;
}

.logo-footer {
  filter: invert(0%);
}

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

.column-footer-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.footer-link {
  opacity: .6;
  color: #000;
  margin-bottom: 15px;
  font-size: 14px;
  text-decoration: none;
  transition: color .2s, opacity .2s;
}

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

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

.footer-link.white {
  color: #fff;
}

.column-footer-right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.section-2 {
  text-align: left;
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.container-3.cc-heading-wrap {
  text-align: center;
}

.section-3 {
  text-align: left;
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.footer-column-block-left {
  justify-content: flex-start;
  display: flex;
}

.column-footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.section-header-wide-leistungen {
  margin-left: 0;
  margin-right: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.section-header-wide-karriere {
  margin-left: 0;
  margin-right: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.styleguide-header-wrap-leistungen {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  background-image: linear-gradient(#00000080, #00000080), url('../images/pavlidis_bau_gmbh_tiefgaragendämmung_images_webp_home_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50vh;
  padding: 30px;
  display: flex;
}

.styleguide-header-wrap-leistungen.round {
  border-radius: 0;
}

.styleguide-header-wrap-karriere {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  background-image: linear-gradient(#00000096, #00000096), url('../images/gianni_homes_4_karriere_projekt_innenausbau_trockenbau_malerarbeiten_wuppertal_2.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 620px;
  padding: 30px;
  display: flex;
}

.image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.project-images {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: flex;
}

.project-images.w--current {
  margin-bottom: 60px;
}

.multi-image-field {
  flex-flow: row-reverse wrap;
  justify-content: center;
  display: flex;
}

.projekt-image-style {
  aspect-ratio: auto;
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 500px;
  margin-top: 18px;
}

.collection-item-project-images {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 600px;
  margin-top: 47px;
  display: block;
}

.image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.collection-list-static {
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}

.project-preview-image-static {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
  overflow: hidden;
}

.project-preview-image-static:hover {
  opacity: .7;
}

.project-summary-wrap-static {
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.collection-image-static {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.project-header-image-static {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.project-header-image-static.w--current {
  margin-bottom: 60px;
}

.project-image-static {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

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

.code-embed {
  width: 100%;
}

.section-map {
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 0;
  padding-bottom: 100px;
}

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

.collection-project-images-static {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 600px;
  margin-top: 47px;
  display: block;
}

.preload-size {
  aspect-ratio: auto;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lottie-animation {
  position: relative;
  overflow: visible;
}

.bg-lotti {
  width: 100%;
  height: 820px;
  position: fixed;
  overflow: hidden;
}

.body.grey {
  background-color: #f4f4f4;
}

.paragraph-light-vk {
  opacity: .6;
  font-size: .9rem;
}

.paragraph-light-vk.cc-position-name {
  margin-bottom: 5px;
}

.body-2 {
  overflow: visible;
}

.section-preloader {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  overflow: hidden;
}

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

.section-4 {
  text-align: left;
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 75px;
  padding-bottom: 75px;
}

.project-list-wrap {
  margin-bottom: 100px;
}

.project-item-1 {
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-summary-wrap-copy {
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.container-mobile {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  overflow: hidden;
}

.container-mobile.cc-heading-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block {
  position: relative;
}

.faq-item-body {
  color: #787878;
  font-size: 1.25rem;
  line-height: 1.5em;
  overflow: hidden;
}

.faq-item-title-icon {
  width: 1.2rem;
  max-height: 2rem;
  margin-right: 4px;
  transform: rotate(-45deg);
}

.faq-item {
  border-bottom: 1px solid #eee;
}

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

.faq-paragraph {
  text-align: left;
  margin-bottom: 0;
}

.faq-item-body-inner {
  text-align: left;
  padding-top: 2rem;
}

.headline-unter {
  margin-top: 0;
}

.headline-ber {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 1.2rem;
}

.faq-item-title {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  font-size: 2rem;
  line-height: 1.4em;
  display: flex;
}

.text-field-2 {
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 6px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

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

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

.text-field-2::placeholder {
  color: #32343a66;
}

.text-field-2.cc-contact-field {
  height: 56%;
  margin-bottom: 25px;
  overflow: clip;
}

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

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

.section-5 {
  text-align: left;
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 75px;
  padding-bottom: 75px;
}

.grid {
  grid-column-gap: 29px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

.grid-zweier {
  grid-column-gap: 29px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: visible;
}

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

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

.grid-zweier.dreier {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  grid-template-columns: .5fr .5fr .5fr;
  overflow: visible;
}

.grid-zweier.dreier.meisterbrief {
  margin-top: 40px;
  margin-bottom: 40px;
}

.grid-zweier.borderless {
  padding: 0;
}

.grid-zweier-versetzt-reverse {
  grid-column-gap: 29px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  padding: 20px 18px;
}

.grid-item {
  border-radius: 0;
  min-height: 300px;
  max-height: 400px;
  overflow: hidden;
  box-shadow: 9px 11px 10px -6px #00000054;
}

.grid-item.produkt {
  max-height: 600px;
  box-shadow: none;
}

.heading-4 {
  display: block;
  position: static;
  inset: 0% auto auto 0%;
}

.grid-item-1 {
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.text-block-3 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: block;
}

.grid-header {
  z-index: 2;
  width: 100%;
  height: 100%;
  color: var(--white);
  text-align: center;
  background-color: #00000026;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  display: flex;
  position: sticky;
  inset: 0%;
}

.grid-item-2 {
  cursor: pointer;
  background-image: url('../images/gianni_homes_images_projekt_innenausbau_trockenbau_malerarbeiten_wuppertal_0.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.grid-item-3 {
  cursor: pointer;
  background-image: url('../images/gianni_homes_images-webp-leistungen_projekt_innenausbau_trockenbau_malerarbeiten_wuppertal_2.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.grid-item-4 {
  cursor: pointer;
  background-image: url('../images/gianni_homes_images_projekt_innenausbau_trockenbau_malerarbeiten_wuppertal_11.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

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

.background-video {
  width: 100vw;
  height: 100%;
}

.div-block-2 {
  width: 100%;
  height: 100%;
  margin-top: -50%;
  position: relative;
}

.image-4 {
  margin-top: -158px;
}

.image-grid-item {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 80%;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.image-grid-item.produkt {
  object-fit: contain;
}

.image-grid-item.nicht-produkt {
  object-fit: cover;
}

.grid-einzeln {
  grid-column-gap: 29px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding: 20px 18px;
}

.container-dark {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  overflow: visible;
}

.container-dark.cc-heading-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: visible;
}

.section-round-dark {
  background-color: #0000001a;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 75px;
  padding-bottom: 75px;
  display: block;
  overflow: hidden;
}

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

.section-stats {
  background-color: #f0f0f0a8;
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 75px;
  padding-bottom: 75px;
  display: block;
  overflow: hidden;
}

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

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

.grid-item-info {
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 0 10px -2px #00000054;
}

.grid-header-oben {
  z-index: 2;
  width: 100%;
  height: 100%;
  color: var(--white);
  text-align: center;
  background-color: #00000026;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  display: flex;
  position: sticky;
  inset: 0%;
}

.text-block-4 {
  z-index: 3;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: sticky;
  inset: 0;
}

.grid-info-text {
  z-index: 3;
  color: #fff0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 15%;
  padding-right: 15%;
  font-size: 18px;
  display: flex;
  position: sticky;
  inset: 0;
}

.grid-product {
  grid-template-rows: 800px;
  grid-template-columns: minmax(0, .5fr) minmax(400px, 1fr);
}

.image-5 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.grid-text-item {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 16rem;
  display: flex;
}

.grid-layout {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-layout.grid-gap-xxl {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
}

.grid-layout.grid-gap-xs {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.grid-layout.desktop-4-column {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-layout.y-center {
  align-items: center;
}

.grid-layout.x-center {
  justify-items: center;
}

.grid-layout.grid-gap-s {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

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

.utility-image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0%;
}

.paragraph-xl {
  margin-bottom: 1rem;
}

.utility-margin-bottom-2rem {
  margin-bottom: 2rem;
}

.pricing-4-tabs-menu.utility-margin-bottom-2rem {
  justify-content: flex-start;
  position: relative;
}

.button-group {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #0000;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-group.align-center {
  justify-content: center;
}

.flex-grid-item {
  padding: 10px;
}

.flex-grid-item.flex-vertical.y-center {
  flex-flow: column;
  justify-content: center;
  display: block;
}

.flex-grid-item.flex-vertical.x-center, .flex-grid-item.y-center {
  align-items: center;
}

.flex-grid-item.x-center {
  justify-content: center;
}

.flex-grid-item.anders {
  filter: blur(4px);
}

.utility-margin-top-3rem {
  margin-top: 3rem;
}

.utility-margin-bottom-4rem {
  margin-bottom: 4rem;
}

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

.utility-text-align-center.utility-margin-bottom-0 {
  color: #fff;
}

.tab-menu-link.utility-width-100---mobile-landscape.utility-text-align-center.w--current {
  background-color: #146ef5;
}

.paragraph-s {
  margin-bottom: 1rem;
}

.paragraph-s.white {
  color: #fff;
}

.masonry-layout.desktop-3-column {
  column-count: 3;
}

.utility-padding-all-1rem {
  padding: 1rem;
}

.utility-height-100 {
  height: 100%;
}

.icon {
  filter: invert();
  width: 2rem;
  height: 2rem;
}

.icon.extra-small-icon {
  width: .5rem;
  height: .5rem;
}

.utility-margin-bottom-1rem {
  margin-bottom: 1rem;
}

.eyebrow.utility-margin-bottom-0, .heading-5.utility-margin-bottom-0, .utility-margin-bottom-0, .paragraph-xxl.utility-margin-bottom-0 {
  margin-bottom: 0;
}

.utility-margin-top-4rem {
  margin-top: 4rem;
}

.icon-large {
  width: 3rem;
  height: 3rem;
}

.icon-large.utility-margin-bottom-1rem {
  filter: invert();
  text-align: left;
  width: 100%;
}

.grid-flex {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-flex.links {
  text-align: left;
}

.grid-flex.enger.white {
  color: #fff;
  grid-auto-flow: row;
}

.grid-flex.abstand {
  margin-top: 45px;
}

.grid-flex.abstand.white {
  color: #fff;
}

.grid-flex.two {
  grid-row-gap: 3rem;
  order: 0;
  grid-template-columns: .25fr 2fr;
  grid-auto-flow: row dense;
}

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

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

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

.grid-stats {
  z-index: 7;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-content: center;
  width: 100%;
  position: relative;
}

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

.stats-item {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #d1d1d147;
  border: 1px solid #dedede69;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  min-height: 350px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
}

.stats-item.darker {
  background-color: #d1d1d147;
}

.stats-item.white {
  color: #fff;
}

.stats-item.small {
  justify-content: space-between;
  align-items: center;
  min-height: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.stats-header {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 28px;
  font-weight: 700;
}

.icon-stats {
  color: #bbc3e7;
  width: 5rem;
  height: 5.8rem;
}

.icon-stats.utility-margin-bottom-1rem {
  text-align: left;
  width: 100%;
}

.stats-item-head {
  text-align: left;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.stats-text {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
}

.image-6 {
  max-height: 240px;
}

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

.image-7 {
  max-height: 300px;
}

.stats-section {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  display: flex;
}

.stats-section.mid {
  object-fit: cover;
  width: 60px;
  max-width: 60px;
  height: 60px;
  max-height: 60px;
}

.stats-section.mittlere {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
}

.stats-headline {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Exo, sans-serif;
  font-size: 2rem;
  font-weight: 600;
}

.stats-head-underline {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
}

.container-stats {
  width: 100%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.container-stats.cc-heading-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: visible;
}

.section-header-wide-full {
  z-index: 1;
  object-fit: cover;
  background-color: #1a1b1f4f;
  width: 100vw;
  height: 100vh;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: fixed;
}

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

.body-full-screen {
  overflow: hidden;
}

.section-form-preloader {
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 0;
  padding-bottom: 0;
}

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

.styleguide-button-wrap-duo {
  grid-column-gap: 59px;
  grid-row-gap: 59px;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.project-form-preloader {
  flex-direction: column;
  display: flex;
}

.credentials-inputs-wrap-preloader {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.projekt-form-preloader {
  margin-top: 40px;
}

.section-scroll-fixed {
  z-index: 998;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

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

.container-preloader {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  overflow: visible;
}

.container-preloader.cc-heading-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: visible;
}

.section-header-wide-sub {
  height: 50vh;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

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

.section-header-wide-sub.round {
  border-radius: 60px;
  margin-top: 102px;
  margin-left: 22px;
  margin-right: 22px;
}

.grid-item-copy {
  border-radius: 0;
  min-height: 300px;
  max-height: 400px;
  overflow: hidden;
  box-shadow: 9px 11px 10px -6px #00000054;
}

.container-info {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  overflow: visible;
}

.container-info.cc-heading-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: visible;
}

.image-grid-item-info {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 80%;
  width: 100%;
  height: 100%;
  overflow: clip;
}

.image-grid-item-info.small {
  height: 100%;
}

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

.grid-list-info {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  margin-top: 8px;
  display: flex;
}

.grid-item-small {
  min-height: 200px;
  max-height: 200px;
  box-shadow: none;
  color: #000;
  border-radius: 0;
  overflow: hidden;
}

.grid-item-icon {
  z-index: 3;
  width: 100%;
  height: 100%;
}

.grid-in-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: 25% 28% 30%;
  grid-template-columns: 1fr;
  grid-auto-flow: column;
  place-items: stretch center;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: sticky;
  inset: 0%;
}

.grid-in-item.mobile {
  text-align: center;
}

.image-8 {
  max-width: 40px;
  max-height: 40px;
}

.spline-scene {
  z-index: 99;
  width: 100vw;
  height: 100%;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.spline-bg {
  z-index: 4;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.spline-bg.bg {
  z-index: 4;
  position: absolute;
  inset: 0%;
}

.splinebg {
  z-index: 0;
  position: fixed;
  inset: 0%;
}

.mini-icon-grid {
  max-width: 18px;
  max-height: 18px;
}

.grid-item-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.text-grid-item-info {
  z-index: 1;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  object-fit: cover;
  object-position: 50% 80%;
  flex-flow: column;
  justify-content: space-around;
  width: 100%;
  padding-bottom: 20px;
  padding-left: 4%;
  padding-right: 4%;
  display: flex;
  overflow: clip;
}

.grid-item-grid {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  grid-template-rows: minmax(300px, 400px) minmax(auto, min-content);
  grid-template-columns: 1fr;
  grid-auto-flow: row;
}

.grid-item-grid.small {
  grid-template-rows: minmax(200px, 300px) minmax(auto, min-content);
}

.grid-item-grid.produkt {
  grid-template-rows: minmax(min-content, max-content) minmax(auto, min-content);
  place-content: center stretch;
  max-height: 400px;
}

.grid-item-grid.produkt.enger {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.grid-item-grid.nicht-produkt {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  grid-template-rows: minmax(min-content, max-content) minmax(auto, min-content);
  place-content: center stretch;
  max-height: none;
}

.grid-item-grid.nicht-produkt.enger {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.grid-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto minmax(90px, 1fr);
  grid-template-columns: 1fr;
}

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

.grid-grid.projekt {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto auto;
  margin-bottom: 1rem;
}

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

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

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

.bold-text {
  color: #152978;
}

.mirror-window {
  z-index: 5;
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  background-color: #ffffffba;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.mirror-window.durchsichtiger {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  color: #fff;
  background-color: #00000070;
  background-image: url('../images/bg_section2.webp');
  background-position: 0%;
  background-size: cover;
}

.mirror-window.durchsichtiger.none {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #0000002e;
}

.mirror-window.blue {
  background-image: radial-gradient(circle, #002c8a5e, #001d5c96);
}

.grid-item-product {
  border-radius: 0;
  min-height: 300px;
  max-height: 400px;
  overflow: hidden;
  box-shadow: 9px 11px 10px -6px #00000054;
}

.grid-item-product.produkt {
  max-height: 400px;
  box-shadow: none;
  object-fit: fill;
  border-radius: 20px;
}

.grid-item-product.nicht-produkt {
  max-height: none;
  box-shadow: none;
  object-fit: fill;
}

.flex-grid-item-blur {
  filter: blur(4px);
  padding: 10px;
}

.flex-grid-item-blur.flex-vertical.y-center {
  flex-flow: column;
  justify-content: center;
  display: block;
}

.flex-grid-item-blur.flex-vertical.x-center, .flex-grid-item-blur.y-center {
  align-items: center;
}

.flex-grid-item-blur.x-center {
  justify-content: center;
}

.flex-grid-item-blur.anders {
  filter: blur(4px);
}

.flex-grid-item-stats {
  padding: 10px;
}

.flex-grid-item-stats.flex-vertical.y-center {
  flex-flow: column;
  justify-content: center;
  display: block;
}

.flex-grid-item-stats.flex-vertical.x-center, .flex-grid-item-stats.y-center {
  align-items: center;
}

.flex-grid-item-stats.x-center {
  justify-content: center;
}

.flex-grid-item-stats.anders {
  filter: blur(4px);
}

.jumbo-stats {
  text-align: center;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 2.8rem;
}

.stats-item-small {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #d1d1d147;
  border: 1px solid #dedede69;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 350px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
}

.stats-item-small.darker {
  background-color: #d1d1d147;
}

.stats-item-small.white {
  color: #fff;
}

.stats-item-small.small {
  background-color: #b9b9b926;
  border-color: #dedede00;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  min-height: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.list-number {
  width: 80px;
  height: 80px;
}

.list-item {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  justify-content: space-between;
  align-items: flex-start;
}

.list-item.darker {
  background-color: #d1d1d147;
}

.list-item.white {
  color: #fff;
}

.list-item.small {
  background-color: #d1d1d100;
  border-color: #dedede00;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  min-height: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.list-grid-item {
  padding: 10px;
}

.list-grid-item.flex-vertical.y-center {
  flex-flow: column;
  justify-content: center;
  display: block;
}

.list-grid-item.flex-vertical.x-center, .list-grid-item.y-center {
  align-items: center;
}

.list-grid-item.x-center {
  justify-content: center;
}

.list-grid-item.anders {
  filter: blur(4px);
}

.item-list-head {
  color: #d48a00;
  text-align: left;
  font-size: 2rem;
  font-weight: 600;
}

.item-list-head.center {
  text-align: center;
}

.item-list-head.center.big, .item-list-head.big {
  font-size: 3.7rem;
}

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

.big-nmber-list {
  color: #d46300;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Oswald, sans-serif;
  font-size: 11.9rem;
  font-weight: 700;
  display: flex;
}

.rezesion-item-copy {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #fff;
  border: 1px solid #dedede69;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 320px;
  min-width: 300px;
  max-width: 320px;
  margin: 20px;
  padding: 20px;
  display: flex;
}

.rezesion-item-copy.darker {
  background-color: #d1d1d147;
}

.rezesion-item-copy.white {
  color: #fff;
}

.rezesion-item-copy.small {
  justify-content: space-between;
  align-items: center;
  min-height: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.rezesion-section {
  flex: 1;
}

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

.grid-rezesion {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.grid-gap-l-parent.grid-gap-l {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
}

.align-center-parent.align-center {
  align-items: center;
}

.flex-layout {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  display: flex;
}

.paragraph-l {
  margin-bottom: 1rem;
}

.paragraph-l.utility-margin-bottom-2rem.white {
  color: #fff;
}

.paragraph-l.utility-margin-bottom-2rem.white.black {
  color: #000;
}

.paragraph-l.utility-margin-bottom-2rem.white.black.google-review-text {
  line-height: 26px;
}

.avatar {
  background-color: #f0f0f0;
  border-radius: 100rem;
  width: 4rem;
  height: 4rem;
  position: relative;
  overflow: hidden;
}

.rezesion-adresse {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-position-relative {
  position: relative;
}

.background-image {
  position: absolute;
  inset: 0%;
}

.background-overlay {
  opacity: .2;
  background-color: #000;
  position: absolute;
  inset: 0%;
}

.flex-gap-xxs {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.text-link {
  text-decoration: underline;
  display: inline;
}

.utility-text-decoration-none {
  text-decoration: none;
}

.button.inverse-button {
  background-color: #146ef5;
  border-color: #0000;
}

.grid-gap-m {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: end;
}

.project-item-info {
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 0 10px -2px #00000054;
}

.info-style-minibox {
  background-color: #02008b;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100px;
  max-width: 100svw;
  height: 35px;
  padding-left: 1rem;
  display: flex;
}

.minibox-text {
  color: #fff;
}

.bg-split-links {
  background-color: #213346;
  border-bottom-left-radius: 100px;
  position: absolute;
  inset: 1% 50.2% 38% 1%;
}

.bg-split-rechts {
  background-color: #213346;
  border-bottom-right-radius: 100px;
  position: absolute;
  inset: 1% 1% 38% 50.2%;
}

.bg-image-container {
  position: absolute;
  inset: 0%;
}

.paragraph-light-minibox {
  opacity: .6;
  font-size: .9rem;
  line-height: 1.6rem;
}

.paragraph-light-minibox.cc-position-name {
  margin-bottom: 5px;
}

.paragraph-light-minibox.bright {
  color: #fff;
}

.paragraph-light-minibox.grid {
  margin-bottom: 50px;
  margin-left: 3%;
}

.paragraph-light-minibox.smaller-text {
  font-size: .9rem;
  line-height: 1.1rem;
}

.paragraph-light-minibox.weitere-abst-nde {
  line-height: 2.2rem;
}

.paragraph-bigger-minibox {
  opacity: 1;
  color: #4c5167;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6rem;
}

.paragraph-bigger-minibox.cc-bigger-light {
  opacity: .6;
  font-size: 1.2rem;
}

.paragraph-bigger-minibox.cc-bigger-light.white {
  color: #fff;
}

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

.paragraph-bigger-minibox.grid-in-item {
  color: #000;
  text-align: center;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.3rem;
  display: flex;
}

.paragraph-bigger-minibox.grid-in-item.white {
  color: #fff;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.paragraph-bigger-minibox.smaller-text {
  font-size: 1.4rem;
  line-height: 1.7rem;
}

.paragraph-bigger-minibox.produkt {
  font-size: 2.5rem;
  line-height: 3.2rem;
}

.section-footer {
  z-index: 3;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 75px;
  padding-bottom: 75px;
  display: block;
  position: relative;
  overflow: hidden;
}

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

.section-footer.small-grey {
  z-index: 2;
  color: #030303;
  background-color: #f4f4f4;
  border-bottom-right-radius: 100px;
  padding-top: 0;
  padding-bottom: 75px;
}

.section-footer.small-grey.bigger {
  padding-top: 75px;
}

.section-footer.small-grey.mirror {
  background-color: #fff;
}

.section-footer.small-grey.white {
  color: #fff;
}

.section-footer.small-grey.rund {
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
}

.section-footer.stats {
  max-height: 500px;
  padding-top: 75px;
  padding-bottom: 0;
}

.section-footer.small {
  padding-bottom: 0;
}

.section-footer.breiter.rund {
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
}

.section-footer.small-blue {
  color: #fff;
  background-image: radial-gradient(circle, #020080, #020065);
}

.section-footer.inverse-section {
  background-color: #000;
}

.section-footer.enger {
  padding-top: 0;
}

.section-footer.round {
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
}

.section-footer.rund-aus {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.grid-item-info-small {
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 0 10px -2px #00000054;
}

.body-dark {
  background-image: linear-gradient(#fffffff7, #fffffff7), url('../images/Muzzle_1Muzzle.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.body-dark.grey {
  background-color: #f4f4f4;
}

.body-dark.marbel {
  background-image: linear-gradient(#ffffff78, #ffffff78), url('../images/BG.webp');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.grid-wide {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-flow: column;
  margin-top: 70px;
  margin-bottom: 45px;
}

.grid-wide.test {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
}

.grid-item-wide {
  background-image: url('../images/darkbeton_pavlidis_bau.webp');
  background-position: 0 0;
  background-size: cover;
  border-radius: 0;
  min-height: 400px;
  max-height: 600px;
  overflow: hidden;
  box-shadow: 9px 11px 10px -6px #00000054;
}

.grid-item-wide.produkt {
  max-height: 600px;
  box-shadow: none;
}

.header-grid-item-small {
  font-size: 2.6rem;
  line-height: 2rem;
}

.image-grid-item-wide {
  z-index: 1;
  opacity: .53;
  object-fit: cover;
  object-position: 50% 80%;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.grid-header-wide {
  z-index: 2;
  opacity: .49;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 34px;
  font-size: 3rem;
  font-weight: 600;
  display: flex;
}

.headline-container {
  color: #000;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  display: block;
}

.headline-container.bright {
  color: #fff;
}

.headline-container.jumbo {
  color: #000;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 3.1rem;
  font-weight: 600;
  line-height: 4rem;
}

.headline-container.jumbo.rechts {
  text-align: right;
}

.headline-container.jumbo.white {
  color: #fff;
}

.headline-container.grid {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.5rem;
}

.headline-container.grid.center {
  text-align: center;
}

.headline-container.white {
  color: #fff;
}

.par-container {
  opacity: .6;
  color: #000;
  font-size: .9rem;
  line-height: 1.6rem;
}

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

.par-container.bright {
  color: #fff;
}

.par-container.grid {
  margin-bottom: 50px;
  margin-left: 3%;
}

.par-container.smaller-text {
  font-size: .9rem;
  line-height: 1.1rem;
}

.par-container.weitere-abst-nde {
  line-height: 2.2rem;
}

.par-container.eng {
  color: #000;
}

.par-container.bigger {
  font-family: Montserrat, sans-serif;
  font-size: 1.3rem;
}

.par-container.bigger.rechts {
  text-align: right;
}

.par-container.bigger.headline {
  margin-top: 0;
  margin-bottom: 0;
}

.par-container.bigger.white {
  color: #fff;
  font-weight: 600;
  line-height: 1.6rem;
}

.par-container.bigger.h3 {
  font-weight: 700;
}

.par-container.bigger.h3.white {
  color: #fff;
}

.par-container.bigger.hell {
  color: #fff;
  margin-bottom: 0;
}

.par-container.bigger-fett {
  font-family: Montserrat, sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
}

.par-container.bigger-fett.rechts {
  text-align: right;
}

.par-container.bigger-fett.headline {
  margin-top: 0;
  margin-bottom: 0;
}

.par-container.center, .par-container.grid-center {
  text-align: center;
}

.full-div-text-grid {
  opacity: 1;
  color: #fff;
  text-align: center;
  background-color: #00000042;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
  position: sticky;
  inset: 0%;
}

.paragraph-grid-item-wide {
  opacity: 0;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.4rem;
}

.headline-underline-container {
  font-size: 1rem;
  line-height: 1rem;
}

.headline-underline-container.bigger {
  color: #000;
  font-size: 1.5rem;
  line-height: 2rem;
}

.section-new {
  aspect-ratio: auto;
  max-width: 1280px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 75px;
  display: block;
}

.section-new.head {
  padding-top: 180px;
}

.section-new.head.secondary {
  height: 100%;
  display: flex;
}

.section-new.eng {
  padding-top: 0;
  padding-bottom: 0;
}

.section-new.abstand {
  margin-top: 100px;
  margin-bottom: 100px;
}

.bold-text-2 {
  font-size: 6rem;
}

.background-video-2 {
  object-fit: cover;
  min-height: 591px;
}

.text-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.text-container.black {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
}

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

.top-contents {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  flex-flow: column;
  display: flex;
}

.top-contents.kontakt {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  height: 40px;
  max-height: 40px;
  display: flex;
}

.icons {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: stretch;
  width: 160px;
  height: 40px;
  display: flex;
}

.social-media-icon {
  filter: drop-shadow(0 2px 5px #000000b3);
  background-image: url('../images/indeed.svg');
  background-position: 0 0;
  background-size: auto;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
}

.line {
  filter: drop-shadow(0 2px 2px #000000b3);
  background-color: #000;
  width: 80px;
  max-width: 80px;
  height: 1px;
}

.navigation-item-major {
  opacity: .6;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 20px;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item-major:hover {
  opacity: .9;
  color: #fff;
}

.navigation-item-major:active {
  opacity: .8;
  font-weight: 600;
}

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

.navigation-item-major.w--current:hover {
  opacity: .8;
}

.navigation-item-major.w--current:active {
  opacity: .7;
}

.bold-text-3 {
  font-size: 5rem;
}

.section-video {
  background-color: #0000004a;
  height: 100vh;
  margin-top: -115px;
}

.floating-element {
  z-index: 4;
  filter: drop-shadow(-9px 20px 5px #0000005c);
  max-width: 900px;
  margin-top: 123px;
  position: absolute;
  left: -569px;
}

.floating-element.right {
  z-index: 7;
  min-width: 600px;
  max-width: 900px;
  min-height: 600px;
  margin-top: 710px;
  left: auto;
  right: -500px;
}

.float-cage {
  overflow: hidden;
}

.floating-element-2 {
  z-index: 7;
  filter: drop-shadow(-9px 20px 5px #0000005c);
  background-image: url('../images/floating2.webp');
  background-position: 0 0;
  background-size: auto;
  justify-content: flex-end;
  align-items: center;
  width: 500px;
  height: 1200px;
  position: absolute;
  inset: 316% 0% 0% auto;
  overflow: hidden;
}

.floating-element-2.right {
  z-index: 7;
  min-width: 600px;
  max-width: 900px;
  min-height: 600px;
  margin-top: 710px;
  left: auto;
  right: -500px;
}

.floating-element-1 {
  z-index: 6;
  filter: drop-shadow(-9px 20px 5px #0000005c);
  background-image: url('../images/element1.webp');
  background-position: 122%;
  background-repeat: repeat-y;
  background-size: cover;
  justify-content: flex-end;
  align-items: center;
  width: 500px;
  height: 1200px;
  position: absolute;
  inset: 161% auto 0% 0%;
  overflow: hidden;
}

.floating-element-1.right {
  z-index: 7;
  min-width: 600px;
  max-width: 900px;
  min-height: 600px;
  margin-top: 710px;
  left: auto;
  right: -500px;
}

.section-head {
  height: 70vh;
  margin-top: -100px;
}

.section-head.leistung, .section-head.projekte {
  background-image: url('../images/pavlidis_bau_fachgerecht.webp');
  background-position: 50%;
  background-size: cover;
}

.section-head.projekte.cms {
  height: 35vh;
}

.section-head.kontakt {
  background-image: linear-gradient(#00000080, #00000080), url('../images/kontakt.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-top: -115px;
}

.section-head.karriere {
  background-image: linear-gradient(#00000080, #00000080), url('../images/leistungen.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-top: -115px;
}

.section-head.projekte {
  background-image: linear-gradient(#00000080, #00000080), url('../images/leistungen_head.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  margin-top: -115px;
}

.section-head.projekte-cms {
  background-image: linear-gradient(#00000080, #00000080), url('../images/tiefgarage.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 50vh;
  margin-top: -115px;
}

.section-head.impressum {
  background-image: url('../images/impressum_pavlidis.webp');
  background-position: 50%;
  background-size: cover;
  margin-top: -115px;
}

.image-9 {
  float: none;
  width: 100%;
  height: 100%;
}

.image-background {
  object-fit: cover;
  position: static;
  inset: 0%;
}

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

.stats-item-mid {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  text-align: center;
  background-image: linear-gradient(#00000036, #00000036);
  background-position: 0 0;
  border: 1px solid #dedede69;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
}

.stats-item-mid.darker {
  background-color: #d1d1d147;
}

.stats-item-mid.darker.mobile {
  text-align: center;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
}

.stats-item-mid.white {
  color: #fff;
}

.stats-item-mid.small {
  justify-content: space-between;
  align-items: center;
  min-height: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.floating-element-3 {
  z-index: 7;
  filter: drop-shadow(-9px 20px 5px #0000005c);
  background-image: url('../images/floating_element3.webp');
  background-position: 125%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  align-items: center;
  width: 500px;
  height: 1200px;
  position: absolute;
  inset: 161% auto 0% 0%;
  overflow: hidden;
}

.floating-element-3.right {
  z-index: 7;
  min-width: 600px;
  max-width: 900px;
  min-height: 600px;
  margin-top: 710px;
  left: auto;
  right: -500px;
}

.floating-element-4 {
  z-index: 7;
  filter: drop-shadow(-9px 20px 5px #0000005c);
  background-image: url('../images/floating2.webp');
  background-position: 0 0;
  background-size: auto;
  justify-content: flex-end;
  align-items: center;
  width: 500px;
  height: 1200px;
  position: absolute;
  inset: 354% 0% 0% auto;
  overflow: hidden;
}

.floating-element-4.right {
  z-index: 7;
  min-width: 600px;
  max-width: 900px;
  min-height: 600px;
  margin-top: 710px;
  left: auto;
  right: -500px;
}

.floating-element-5 {
  z-index: 7;
  filter: drop-shadow(-9px 20px 5px #0000005c);
  background-image: url('../images/floating_element3.webp');
  background-position: 125%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  align-items: center;
  width: 500px;
  height: 1200px;
  position: absolute;
  inset: 553% auto 0% 0%;
  overflow: hidden;
}

.floating-element-5.right {
  z-index: 7;
  min-width: 600px;
  max-width: 900px;
  min-height: 600px;
  margin-top: 710px;
  left: auto;
  right: -500px;
}

.bolt-small.black {
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 2.8rem;
}

.bolt-small.black.kontakt {
  font-size: 1.9rem;
  line-height: 2.4rem;
}

.bolt-small.black.karriere {
  text-align: center;
  font-size: 3.7rem;
  line-height: 4.1rem;
}

.primary-button-head {
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
  display: flex;
}

.primary-button-head:hover {
  color: #000;
  background-color: #fff;
}

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

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

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

.primary-button-head.cc-white-button:hover {
  background-color: #fffc;
}

.primary-button-head.cc-white-button:active {
  background-color: #ffffffe6;
}

.main-container-head {
  z-index: 6;
  width: 100%;
  max-width: 1140px;
  margin-top: auto;
  position: sticky;
  overflow: visible;
}

.main-container-head.cc-heading-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: visible;
}

.main-container-head.cc-heading-wrap.mirror {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #fff9;
  border-radius: 20px;
  padding-left: 30px;
  padding-right: 30px;
}

.main-container-head.cc-heading-wrap.enger {
  max-width: 800px;
}

.main-container-head.cc-heading-wrap.abstand {
  margin-bottom: 5rem;
}

.main-container-head.spline {
  float: none;
  position: sticky;
  inset: 0% 0% 8%;
}

.main-container-head.mittig {
  margin-left: auto;
  margin-right: auto;
}

.main-container-head.mittig.stats {
  max-width: 1500px;
}

.main-container-head.foot {
  margin-left: auto;
  margin-right: auto;
}

.main-container-head.head-mid {
  padding-top: 75px;
}

.list-element {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.navigation-hell {
  z-index: 999;
  background-color: #0000;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 50px;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

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

.navigation-items-hell.color {
  z-index: 999;
}

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

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

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

.logo-link-hell.w--current {
  transition-property: none;
}

.logo-image-hell {
  filter: invert(30%);
  display: block;
}

.logo-image-hell:hover {
  filter: invert(0%);
}

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

.navigation-item-hell {
  opacity: .6;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item-hell:hover {
  opacity: .9;
  color: #fff;
}

.navigation-item-hell:active {
  opacity: .8;
  font-weight: 600;
}

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

.navigation-item-hell.w--current:hover {
  opacity: .8;
}

.navigation-item-hell.w--current:active {
  opacity: .7;
}

.navigation-item-hell-major {
  opacity: .6;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 20px;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item-hell-major:hover {
  opacity: .9;
  color: #fff;
}

.navigation-item-hell-major:active {
  opacity: .8;
  font-weight: 600;
}

.navigation-item-hell-major.w--current {
  opacity: 1;
  color: #20232e;
  font-weight: 600;
}

.navigation-item-hell-major.w--current:hover {
  opacity: .8;
}

.navigation-item-hell-major.w--current:active {
  opacity: .7;
}

.klick-hier {
  opacity: 1;
  color: #fff;
  text-align: center;
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70%;
  padding: 30px;
  display: flex;
  position: sticky;
  inset: 0%;
}

.hier-tip {
  opacity: 1;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.4rem;
}

.liste {
  font-size: 1.2rem;
  font-weight: 400;
}

.stelle-item {
  border-bottom: 1px solid #eee;
}

.flex-grid-item-produkt {
  padding: 10px;
}

.flex-grid-item-produkt.flex-vertical.y-center {
  flex-flow: column;
  justify-content: center;
  display: block;
}

.flex-grid-item-produkt.flex-vertical.x-center, .flex-grid-item-produkt.y-center {
  align-items: center;
}

.flex-grid-item-produkt.x-center {
  justify-content: center;
}

.flex-grid-item-produkt.anders {
  filter: blur(4px);
}

.photogrid {
  object-fit: contain;
  width: 100%;
  max-height: 200px;
}

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

.grid-flex-number {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template: "Area"
                 "Area"
                 / .25fr 1fr;
}

.grid-flex-number.links {
  text-align: left;
}

.grid-flex-number.enger.white {
  color: #fff;
  grid-auto-flow: row;
}

.grid-flex-number.abstand {
  margin-top: 45px;
}

.grid-flex-number.abstand.white {
  color: #fff;
}

.grid-flex-number.two {
  grid-row-gap: 3rem;
  order: 0;
  grid-template-columns: .25fr 2fr;
  grid-auto-flow: row dense;
}

.grid-flex-number.zwei {
  grid-template-columns: 1fr 1fr;
}

.grid-flex-number.rezesion {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.grid-flex-number.one {
  grid-template-columns: 1fr;
}

.social-media-icon-2 {
  filter: drop-shadow(0 2px 5px #000000b3);
  background-image: url('../images/Instagram.svg');
  background-position: 0 0;
  background-size: auto;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
}

.social-media-icon-3 {
  filter: drop-shadow(0 2px 5px #000000b3);
  background-image: url('../images/facebook.svg');
  background-position: 0 0;
  background-size: auto;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
}

.bold-text-4 {
  font-size: 3.6rem;
  font-weight: 400;
}

.bold-text-5 {
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 3.2rem;
}

.div-block-6 {
  background-image: url('../images/Logo-SVG.svg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: contain;
  min-height: 700px;
  max-height: 500px;
}

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

.secondary-button-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 40px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: color .2s, background-color .2s, opacity .2s;
}

.secondary-button-2:hover {
  color: #fff;
  background-color: #92007e;
  border-width: 0;
}

.secondary-button-2.black {
  color: #000;
  border-color: #000;
}

.section-header-wide-full-2 {
  z-index: 1;
  object-fit: cover;
  background-color: #1a1b1f00;
  width: 100vw;
  height: 100vh;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: fixed;
}

.background-video-3 {
  width: 100vw;
  height: 100vh;
}

.logo-image-2 {
  background-image: url('../images/Logo-SVG-für-Web.svg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: contain;
  min-height: 400px;
  max-height: 300px;
  display: block;
}

.styleguide-button-wrap {
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}

.name-text-2 {
  font-family: Exo, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}

.name-text-2.black {
  color: #000;
}

.intro-wrap {
  font-size: 1rem;
  line-height: 1rem;
}

.styleguide-header-wrap-2 {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f00;
  background-image: linear-gradient(#0000, #0000);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-top: auto;
  padding: 30px;
  display: flex;
}

.logo-carousel {
  justify-content: space-around;
  align-items: stretch;
  min-width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.carousel-logo-image {
  height: 65px;
}

.logo-carouse-master {
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  overflow: hidden;
}

.grid-item-meisterbrief {
  perspective: 1000px;
  border-radius: 0;
  min-height: 300px;
  max-height: 400px;
  overflow: visible;
}

.grid-item-meisterbrief.produkt {
  max-height: 600px;
  box-shadow: none;
}

.image-grid-item-meisterbrief {
  z-index: 1;
  object-fit: contain;
  object-position: 50% 80%;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.image-grid-item-meisterbrief.produkt {
  object-fit: contain;
}

.image-grid-item-meisterbrief.nicht-produkt {
  object-fit: cover;
}

@media screen and (min-width: 1920px) {
  .button-icons.buttons {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .heading-jumbo.mega {
    filter: none;
  }

  .paragraph-tiny.white, .label {
    color: #000;
  }

  .section.small-grey.inv {
    background-color: #0000;
    background-image: linear-gradient(#fffffff0, #fffffff0);
  }

  .logo-link.w--current {
    transition-property: none;
  }

  .navigation-item:hover {
    color: #fff;
  }

  .navigation-items {
    z-index: 999;
    position: relative;
  }

  .content-wrapper.cta {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .logo-footer {
    object-position: -9% 50%;
  }

  .footer-link {
    color: #000;
  }

  .grid-zweier {
    grid-template-areas: ". ."
                         "Area Area";
  }

  .grid-in-item.mobile {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .grid-item-grid.nicht-produkt {
    max-height: none;
  }

  .mirror-window.durchsichtiger {
    -webkit-backdrop-filter: blur();
    backdrop-filter: blur();
  }

  .grid-item-wide {
    background-image: url('../images/darkbeton_pavlidis_bau.webp');
    background-position: 50%;
    background-size: auto;
  }

  .headline-container.grid.borderless {
    min-height: auto;
  }

  .par-container.bigger.h3 {
    margin-bottom: 0;
  }

  .par-container.bigger.h3.white {
    margin-bottom: 10px;
  }

  .social-media-icon {
    filter: none;
  }

  .navigation-item-major {
    color: #fff;
    border-color: #fff;
  }

  .floating-element {
    max-width: 1000px;
    left: -509px;
  }

  .floating-element.right {
    left: auto;
  }

  .floating-element-2 {
    filter: drop-shadow(9px 20px 5px #0000005c);
  }

  .floating-element-2.right {
    left: auto;
  }

  .floating-element-1 {
    background-position: 100%;
  }

  .floating-element-1.right {
    left: auto;
  }

  .section-head.karriere {
    background-image: linear-gradient(#00000080, #00000080), url('../images/rechts.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .stats-item-mid.darker.mobile {
    text-align: center;
    justify-content: space-between;
    align-items: center;
  }

  .floating-element-3 {
    background-position: 112%;
    background-size: cover;
  }

  .floating-element-3.right {
    left: auto;
  }

  .floating-element-4 {
    filter: drop-shadow(9px 20px 5px #0000005c);
  }

  .floating-element-4.right {
    left: auto;
  }

  .floating-element-5 {
    background-position: 112%;
    background-size: cover;
  }

  .floating-element-5.right {
    left: auto;
  }

  .bolt-small {
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 3rem;
  }

  .bolt-small.black {
    letter-spacing: 5px;
  }

  .main-container-head.head-mid {
    padding-top: 0;
  }

  .navigation-items-hell {
    z-index: 999;
    position: relative;
  }

  .logo-link-hell.w--current {
    transition-property: none;
  }

  .navigation-item-hell:hover {
    color: #fff;
  }

  .navigation-item-hell-major {
    color: #fff;
    border-color: #fff;
  }

  .hier-tip {
    opacity: 100;
  }

  .social-media-icon-2, .social-media-icon-3 {
    filter: none;
  }
}

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

  .styleguide-block.mobile-text {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .styleguide-block.links {
    text-align: left;
  }

  .styleguide-block.links.enger {
    padding-left: 53px;
  }

  .heading-jumbo-tiny.heading-4.utility-text-align-center {
    min-height: 40px;
    font-size: .7rem;
    font-weight: 600;
    line-height: 1.2rem;
  }

  .rich-text {
    width: 100%;
  }

  .main-container.cc-heading-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .main-container.mobile-text {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .main-container.kontakt {
    margin-top: 0;
  }

  .styleguide-content-wrap {
    padding-left: 50px;
    padding-right: 50px;
  }

  .paragraph-small.grid {
    font-size: .8rem;
    line-height: 1rem;
  }

  .styleguide-header-wrap {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .button-icons {
    margin-top: 20px;
  }

  .button-icons.center {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .heading-jumbo {
    font-size: 2.4em;
  }

  .heading-jumbo.mega {
    font-size: 3.4rem;
    line-height: 4.2rem;
  }

  .paragraph-light {
    font-size: .9rem;
  }

  .paragraph-light.smaller-text {
    font-size: .7rem;
    line-height: .8rem;
  }

  .paragraph-light.weitere-abst-nde {
    line-height: 1.5rem;
  }

  .paragraph-light.grid-moble-view {
    text-align: left;
    font-size: .9rem;
    line-height: 1.4rem;
  }

  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

  .section.small-grey {
    padding-top: 50px;
    padding-left: 75px;
    padding-right: 75px;
  }

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

  .paragraph-bigger.grid-in-item {
    font-size: 1.8rem;
  }

  .paragraph-bigger.produkt {
    text-align: left;
    font-size: 1.3rem;
    line-height: 1.6rem;
  }

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

  .menu-icon {
    display: block;
  }

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

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

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

  .navigation-items.color {
    background-color: #696969db;
  }

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

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

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

  .name-text {
    font-size: 1rem;
  }

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

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

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

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

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

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

  .about-intro-grid {
    grid-column-gap: 80px;
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    grid-auto-columns: 2fr;
    grid-auto-flow: column;
    place-items: stretch center;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .contact-name-field-wrap {
    width: 100%;
    padding-right: 0;
  }

  .credentials-inputs-wrap {
    flex-direction: column;
    align-items: stretch;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .email-name-field-wrap {
    width: 100%;
    padding-left: 0;
  }

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

  .section-100-vw {
    margin-left: 0;
    margin-right: 0;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .blog-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .project-detail-header-wrap {
    width: 70%;
  }

  .project-header-image, .project-preview-image {
    height: 460px;
  }

  .project-summary-wrap {
    width: 100%;
  }

  .picture-grid-100-percent-cover {
    object-fit: fill;
    width: 100%;
    height: 100%;
    min-height: 400px;
    display: block;
  }

  .styleguide-block-center {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .heading-jumbo-very-small {
    margin-bottom: 20px;
  }

  .parallax-100vw {
    background-image: none;
  }

  .parallax-image {
    min-height: 1000px;
  }

  .section-header-wide {
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
  }

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

  .heading {
    font-size: 4vw;
  }

  .h2-responsive {
    font-size: 4.5vw;
  }

  .heading-2 {
    font-size: 2rem;
    font-weight: 500;
    line-height: 2.3rem;
  }

  .section-header-wide-blank {
    margin: 30px;
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

  .links-section-footer {
    text-align: center;
    margin-top: 0;
  }

  .footer {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .footer-column-block-right {
    justify-content: center;
  }

  .footer-link {
    margin-bottom: -1px;
  }

  .footer-column-block-left {
    justify-content: center;
  }

  .section-header-wide-leistungen {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .section-header-wide-karriere {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .project-images, .project-preview-image-static {
    height: 460px;
  }

  .project-summary-wrap-static {
    width: 100%;
  }

  .project-header-image-static {
    height: 460px;
  }

  .rich-text-static {
    width: 100%;
  }

  .section-map {
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

  .preload-size {
    margin-left: 50px;
    margin-right: 50px;
  }

  .body {
    background-color: #fff;
  }

  .section-preloader {
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

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

  .project-item-1 {
    width: 80%;
  }

  .blog-summary-wrap-copy {
    width: 100%;
  }

  .text-block-2 {
    font-size: 1.4rem;
  }

  .faq-item-title-icon {
    width: .9rem;
  }

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

  .faq-paragraph {
    font-size: .8rem;
  }

  .project-form {
    text-align: left;
  }

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

  .grid-zweier {
    grid-row-gap: 29px;
    flex-flow: column;
    grid-template-columns: .5fr;
    grid-auto-flow: row;
    padding-top: 3rem;
    padding-bottom: 10px;
    display: flex;
  }

  .grid-zweier.dreier {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
  }

  .grid-zweier.dreier.borderless.mobile {
    padding-top: 3rem;
  }

  .grid-zweier.dreier.projekte {
    grid-template-columns: 1fr;
  }

  .grid-zweier.dreier.kontakt {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-zweier.leistung {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
    flex-flow: column;
    grid-auto-flow: row;
    display: flex;
  }

  .grid-zweier-versetzt-reverse {
    grid-template-columns: 1fr;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .grid-header {
    min-height: 400px;
  }

  .background-video {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .image-grid-item.produkt {
    object-fit: contain;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 200px;
  }

  .grid-einzeln {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

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

  .container-dark.cc-heading-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-round-dark {
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

  .section-stats {
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

  .grid-product {
    grid-template-columns: .5fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-items: center;
    display: block;
  }

  .grid-layout.y-center {
    align-items: center;
  }

  .grid-layout.tablet-1-column {
    grid-template-columns: 1fr;
  }

  .grid-layout.desktop-3-column.tablet-2-column.mobile-landscape-1-column.grid-gap-l.utility-margin-top-4rem {
    grid-template-columns: 1fr 1fr;
  }

  .flex-grid-item {
    text-align: left;
  }

  .utility-text-align-center.utility-margin-bottom-0 {
    font-size: .7rem;
    line-height: 1rem;
    position: relative;
  }

  .utility-margin-bottom-0 {
    margin-bottom: 0;
  }

  .grid-flex {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-flex.abstand.white {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .grid-flex.abstand.white.mittig {
    grid-template-columns: 1fr 1fr;
    justify-content: stretch;
  }

  .grid-flex.two {
    grid-template-columns: .25fr 2fr;
  }

  .grid-flex.zwei {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .grid-stats {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    place-items: center;
  }

  .stats-item {
    text-align: left;
  }

  .stats-item.darker.mobile {
    min-height: auto;
  }

  .stats-text {
    line-height: 2rem;
  }

  .stats-headline {
    line-height: 1.6rem;
  }

  .stats-head-underline {
    line-height: 1.2rem;
  }

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

  .container-stats.cc-heading-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-header-wide-full {
    object-fit: cover;
  }

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

  .section-form-preloader {
    padding-top: 0;
    padding-bottom: 50px;
  }

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

  .styleguide-button-wrap-duo {
    margin-top: 20px;
  }

  .project-form-preloader {
    text-align: left;
  }

  .credentials-inputs-wrap-preloader {
    flex-direction: column;
    align-items: stretch;
  }

  .contact-name-field-wrap-preloader {
    width: 100%;
    padding-right: 0;
  }

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

  .container-preloader.cc-heading-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-header-wide-sub {
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
  }

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

  .container-info.cc-heading-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .spline-bg.mobile {
    display: none;
  }

  .text-grid-item-info {
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid-item-grid {
    grid-template-rows: minmax(150px, 200px) minmax(auto, min-content);
  }

  .grid-item-grid.produkt {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    max-height: none;
  }

  .grid-item-grid.nicht-produkt {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .mirror-window.durchsichtiger {
    background-image: url('../images/bg_section2_mobile.webp');
    background-position: 50%;
  }

  .mirror-window.durchsichtiger.none {
    display: none;
  }

  .grid-item-product.produkt {
    object-fit: cover;
    min-height: auto;
    max-height: none;
  }

  .flex-grid-item-blur {
    text-align: left;
  }

  .jumbo-stats {
    font-size: 1.7rem;
    font-weight: 600;
  }

  .stats-item-small, .list-item {
    text-align: left;
  }

  .list-grid-item {
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .item-list-head {
    column-count: auto;
    font-size: 2.4rem;
  }

  .item-list-head.center.big {
    font-size: 2.3rem;
    line-height: 2.7rem;
  }

  .item-list-text {
    font-size: .9rem;
    line-height: 1.2rem;
  }

  .big-nmber-list {
    font-size: 6.9rem;
    line-height: 16rem;
  }

  .rezesion-item-copy {
    text-align: left;
  }

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

  .menu-icon-json {
    max-width: 44px;
    display: block;
  }

  .paragraph-light-minibox {
    font-size: .7rem;
    line-height: 1.2rem;
  }

  .paragraph-light-minibox.grid-moble-view {
    text-align: left;
    font-size: .9rem;
    line-height: 1.4rem;
  }

  .paragraph-bigger-minibox {
    font-size: 1rem;
    font-weight: 500;
    line-height: .9rem;
  }

  .paragraph-bigger-minibox.produkt {
    text-align: left;
    font-size: 1.3rem;
    line-height: 1.6rem;
  }

  .body-3 {
    background-color: #000339;
  }

  .lottie-animation-2 {
    max-width: 36px;
  }

  .lotti-button {
    filter: invert();
    max-width: 28px;
  }

  .section-footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

  .section-footer.small-grey {
    padding-top: 50px;
  }

  .grid-item-info-small {
    background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/BG.webp');
    background-position: 0 0, 0 0;
    background-size: auto, auto;
  }

  .body-dark {
    background-color: #fff;
  }

  .grid-wide.test {
    grid-auto-flow: row;
    margin-top: 0;
  }

  .grid-item-wide {
    min-height: auto;
    max-height: 450px;
  }

  .image-grid-item-wide {
    object-position: 50% 0%;
  }

  .grid-header-wide {
    font-size: 1.7rem;
  }

  .headline-container {
    font-size: 2rem;
    font-weight: 500;
    line-height: 2.3rem;
  }

  .headline-container.jumbo {
    text-align: left;
    font-size: 2.2rem;
  }

  .headline-container.white {
    text-align: left;
  }

  .par-container {
    text-align: left;
    font-size: .9rem;
  }

  .par-container.smaller-text {
    font-size: .7rem;
    line-height: .8rem;
  }

  .par-container.weitere-abst-nde {
    line-height: 1.5rem;
  }

  .par-container.grid-moble-view {
    text-align: left;
    font-size: .9rem;
    line-height: 1.4rem;
  }

  .par-container.bigger, .par-container.bigger-fett {
    font-size: 1.1rem;
  }

  .par-container.small {
    line-height: 1.2rem;
  }

  .full-div-text-grid {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .paragraph-grid-item-wide {
    font-size: .9rem;
    line-height: 1.2rem;
  }

  .headline-underline-container.bigger {
    font-size: 1.3rem;
    line-height: 1.9rem;
  }

  .section-new.second {
    padding-top: 85px;
  }

  .section-new.abstand {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .top-contents {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .navigation-item-major {
    color: #000;
    text-align: center;
    background-color: #f7f8f9;
    border: 0 #001f7d00;
    border-radius: 0;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

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

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

  .bold-text-3 {
    font-size: 4.5rem;
  }

  .section-video {
    height: 102vh;
  }

  .floating-element {
    max-width: 750px;
    margin-top: 11px;
    margin-left: -796px;
    left: 244px;
  }

  .floating-element.right {
    min-width: auto;
    max-width: 750px;
    min-height: auto;
  }

  .floating-element-2 {
    z-index: 7;
    background-position: -17%;
    background-repeat: no-repeat;
    background-size: 890px;
    width: 300px;
    height: 710px;
    top: 360%;
  }

  .floating-element-2.right {
    min-width: auto;
    max-width: 750px;
    min-height: auto;
  }

  .floating-element-1 {
    background-position: 129%;
    background-repeat: no-repeat;
    background-size: 820px;
    width: 300px;
    height: 710px;
    top: 103%;
  }

  .floating-element-1.right {
    min-width: auto;
    max-width: 750px;
    min-height: auto;
  }

  .stats-item-mid {
    text-align: center;
  }

  .stats-item-mid.darker.mobile {
    min-height: auto;
  }

  .floating-element-3 {
    background-position: 136%;
    background-repeat: no-repeat;
    background-size: 820px;
    width: 300px;
    height: 710px;
    top: 146%;
  }

  .floating-element-3.right {
    min-width: auto;
    max-width: 750px;
    min-height: auto;
  }

  .floating-element-4 {
    background-position: -21%;
    background-repeat: no-repeat;
    background-size: 890px;
    width: 300px;
    height: 710px;
    top: 266%;
  }

  .floating-element-4.right {
    min-width: auto;
    max-width: 750px;
    min-height: auto;
  }

  .floating-element-5 {
    background-position: 139%;
    background-repeat: no-repeat;
    background-size: 820px;
    width: 300px;
    height: 710px;
    top: 622%;
  }

  .floating-element-5.right {
    min-width: auto;
    max-width: 750px;
    min-height: auto;
  }

  .bolt-small.black {
    font-size: 1rem;
    font-weight: 600;
    line-height: 2rem;
  }

  .bolt-small.black.karriere {
    font-size: 2rem;
    line-height: 2.7rem;
  }

  .primary-button-head {
    justify-content: center;
  }

  .main-container-head.cc-heading-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .main-container-head.mobile-text {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .main-container-head.head-mid {
    padding-top: 0;
  }

  .navigation-hell {
    background-color: #ffffffdb;
    padding: 25px 30px;
    position: relative;
  }

  .navigation-items-hell.color {
    background-color: #ffffffdb;
  }

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

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

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

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

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

  .navigation-item-hell-major {
    text-align: center;
    background-color: #f7f8f9;
    border: 0 #001f7d00;
    border-radius: 0;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

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

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

  .klick-hier {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hier-tip {
    font-size: .9rem;
    line-height: 1.2rem;
  }

  .flex-grid-item-produkt {
    text-align: left;
  }

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

  .grid-flex-number {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: 165px auto;
    grid-template-columns: .25fr 1fr;
  }

  .grid-flex-number.abstand.white {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .grid-flex-number.abstand.white.mittig {
    grid-template-columns: 1fr 1fr;
    justify-content: stretch;
  }

  .grid-flex-number.two {
    grid-template-columns: .25fr 2fr;
  }

  .grid-flex-number.zwei {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .div-block-6 {
    background-repeat: no-repeat;
  }

  .secondary-button-2 {
    width: 100%;
  }

  .section-header-wide-full-2 {
    object-fit: cover;
  }

  .background-video-3 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

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

  .name-text-2 {
    font-size: 1rem;
  }

  .intro-wrap {
    text-align: left;
  }

  .styleguide-header-wrap-2 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    justify-content: center;
    align-items: flex-start;
  }

  .logo-carousel {
    min-width: 150%;
  }

  .logo-carousel.rezession {
    min-width: 200%;
  }

  .carousel-logo-image {
    height: 40px;
  }

  .grid-item-meisterbrief {
    align-self: center;
    max-height: none;
  }

  .image-grid-item-meisterbrief {
    object-fit: contain;
    object-position: 50% 50%;
    width: auto;
  }

  .image-grid-item-meisterbrief.produkt {
    object-fit: contain;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 200px;
  }
}

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

  .main-container.cc-heading-wrap.impressum, .main-container.cc-heading-wrap.sonderbreite {
    padding-left: 0;
    padding-right: 0;
  }

  .styleguide-content-wrap {
    padding-left: 35px;
    padding-right: 50px;
  }

  .styleguide-content-wrap.weiter-rechts {
    padding-right: 0;
  }

  .button-icons {
    grid-column-gap: 39px;
    grid-row-gap: 39px;
    flex-flow: column;
    justify-content: space-between;
    align-self: flex-start;
    align-items: flex-start;
  }

  .button-icons.buttons {
    justify-content: center;
    align-self: center;
  }

  .heading-jumbo {
    text-align: left;
  }

  .heading-jumbo.mega {
    filter: drop-shadow(0 2px 4px #00000091);
    font-size: 2.4rem;
    line-height: 3.7rem;
  }

  .paragraph-light.grid-moble-view {
    text-align: center;
  }

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

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

  .paragraph-bigger.cc-bigger-light {
    text-align: left;
    font-size: 1rem;
  }

  .paragraph-bigger.produkt {
    text-align: center;
  }

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

  .navigation {
    padding: 20px 30px;
  }

  .name-text {
    text-align: left;
  }

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

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

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

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

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  ._404-wrap {
    padding: 30px;
  }

  .get-in-touch-form-wrap {
    width: 90%;
    max-width: 470px;
  }

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

  .section-100-vw {
    margin-left: 0;
    margin-right: 0;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .project-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .project-summary-wrap {
    text-align: center;
  }

  .heading-jumbo-very-small {
    font-size: 30px;
    line-height: 52px;
  }

  .section-header-wide.cc-contact, .section-header-wide-blank.cc-contact, .section-form.cc-contact {
    padding: 15px;
  }

  .links-section-footer {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .footer {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-top: 100px;
    display: flex;
  }

  .footer-column-block-right {
    justify-content: center;
  }

  .logo-footer {
    margin-bottom: 70px;
  }

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

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

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

  .container-3.cc-heading-wrap {
    margin-bottom: 50px;
  }

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

  .footer-column-block-left {
    justify-content: center;
  }

  .section-header-wide-leistungen.cc-contact, .section-header-wide-karriere.cc-contact {
    padding: 15px;
  }

  .project-summary-wrap-static {
    text-align: center;
  }

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

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

  .project-item-1 {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap-copy, .container-mobile {
    text-align: center;
  }

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

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

  .grid-zweier {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(300px, 1fr);
  }

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

  .image-grid-item.produkt, .image-grid-item.nicht-produkt {
    object-fit: contain;
  }

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

  .section-round-dark.cc-contact, .section-stats.cc-contact {
    padding: 15px;
  }

  .grid-layout.grid-gap-xxl {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .grid-layout.grid-gap-s {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .grid-layout.mobile-landscape-2-column {
    grid-template-columns: 1fr 1fr;
  }

  .utility-margin-bottom-2rem {
    margin-bottom: 1rem;
  }

  .utility-margin-top-3rem {
    margin-top: 1.5rem;
  }

  .utility-margin-bottom-4rem {
    margin-bottom: 2rem;
  }

  .utility-margin-bottom-0 {
    margin-bottom: 0;
  }

  .utility-margin-top-4rem {
    margin-top: 2rem;
  }

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

  .grid-flex.two {
    grid-column-gap: 1.3rem;
    grid-row-gap: 1.3rem;
    grid-template-rows: auto auto;
    grid-template-columns: .25fr 1fr;
    justify-content: stretch;
  }

  .grid-stats {
    grid-column-gap: .9rem;
    grid-row-gap: .9rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    place-items: stretch center;
  }

  .stats-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-width: 250px;
    min-height: auto;
  }

  .stats-item.darker.mobile {
    justify-content: space-between;
    align-items: center;
    max-width: none;
    min-height: auto;
    margin: auto 3rem;
  }

  .icon-stats {
    width: 1.8rem;
  }

  .stats-text {
    font-size: .6rem;
    line-height: .9rem;
  }

  .stats-headline {
    font-size: 1.6rem;
  }

  .stats-head-underline {
    line-height: 1.2rem;
  }

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

  .section-header-wide-full.cc-contact, .section-form-preloader.cc-contact {
    padding: 15px;
  }

  .styleguide-button-wrap-duo {
    align-self: flex-start;
  }

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

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

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

  .grid-in-item.mobile {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    align-self: center;
  }

  .grid-item-product.produkt, .grid-item-product.nicht-produkt {
    min-height: 150px;
  }

  .stats-item-small {
    max-width: 250px;
  }

  .stats-item-small.small {
    max-width: none;
  }

  .list-item {
    padding-right: 0;
  }

  .list-grid-item {
    padding: 0;
  }

  .item-list-head {
    font-size: 1.9rem;
  }

  .item-list-text {
    font-size: .7rem;
  }

  .big-nmber-list {
    justify-content: center;
    align-items: center;
    font-size: 7.1rem;
    line-height: 11.3rem;
  }

  .grid-gap-l-parent.grid-gap-l {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .mobile-landscape-1-column-parent.mobile-landscape-1-column {
    column-count: 1;
    grid-template-columns: 1fr;
  }

  .grid-gap-m {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

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

  .paragraph-bigger-minibox.cc-bigger-light {
    text-align: left;
    font-size: 1rem;
  }

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

  .image-grid-item-wide.produkt {
    object-fit: contain;
  }

  .headline-container.jumbo {
    line-height: 2.5rem;
  }

  .par-container.grid-moble-view {
    text-align: center;
  }

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

  .text-container.black {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .top-contents {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
  }

  .line.none {
    display: none;
  }

  .bold-text-3 {
    font-size: 3.6rem;
  }

  .floating-element-2 {
    width: 280px;
    height: 660px;
    top: 349%;
  }

  .floating-element-1 {
    width: 280px;
    height: 660px;
    top: 137%;
  }

  .stats-item-mid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    min-height: auto;
  }

  .stats-item-mid.darker.mobile {
    justify-content: space-between;
    align-items: center;
    max-width: none;
    min-height: auto;
    margin: auto 3rem;
  }

  .floating-element-3, .floating-element-4, .floating-element-5 {
    width: 280px;
    height: 660px;
  }

  .main-container-head.cc-heading-wrap.impressum, .main-container-head.cc-heading-wrap.sonderbreite {
    padding-left: 0;
    padding-right: 0;
  }

  .navigation-hell {
    padding: 20px 30px;
  }

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

  .grid-flex-number {
    grid-template-columns: .25fr 1fr;
  }

  .grid-flex-number.two {
    grid-column-gap: 1.3rem;
    grid-row-gap: 1.3rem;
    grid-template-rows: auto auto;
    grid-template-columns: .25fr 1fr;
    justify-content: stretch;
  }

  .styleguide-button-wrap {
    align-self: flex-start;
  }

  .name-text-2 {
    text-align: left;
  }

  .logo-carousel.rezession {
    min-width: 300%;
  }

  .image-grid-item-meisterbrief.produkt, .image-grid-item-meisterbrief.nicht-produkt {
    object-fit: contain;
  }
}

@media screen and (max-width: 479px) {
  .styleguide-block {
    margin-top: 30px;
  }

  .styleguide-block.mobile-text {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .styleguide-block.links.enger {
    padding-left: 0;
  }

  .heading-jumbo-tiny.heading-4.utility-text-align-center {
    min-height: 20px;
    font-size: .6rem;
    font-weight: 600;
    line-height: .8rem;
  }

  .rich-text {
    max-width: 100%;
    margin-bottom: 50px;
    overflow: visible;
  }

  .main-container {
    max-width: 100vw;
  }

  .main-container.cc-heading-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .main-container.cc-heading-wrap.abstand {
    margin-top: 39px;
  }

  .main-container.cc-heading-wrap.grid-minibox {
    padding-left: 0;
    padding-right: 0;
  }

  .main-container.kontakt {
    margin-top: 207px;
  }

  .styleguide-content-wrap, .styleguide-content-wrap.grid {
    padding-left: 0;
    padding-right: 0;
  }

  .styleguide-content-wrap.weiter-rechts {
    margin-right: -23px;
  }

  .button-icons.center {
    width: 100%;
  }

  .heading-jumbo {
    font-weight: 500;
  }

  .heading-jumbo.mega {
    font-size: 2.4rem;
    line-height: 2.6rem;
  }

  .label.cc-blog-date.grid {
    font-size: .6rem;
  }

  .paragraph-light {
    font-size: .7rem;
    line-height: .9rem;
  }

  .paragraph-light.smaller-text {
    font-size: .6rem;
    line-height: .8rem;
  }

  .paragraph-light.weitere-abst-nde {
    line-height: 1rem;
  }

  .paragraph-light.mobile {
    text-align: left;
    max-width: 15rem;
    margin-bottom: 0;
    font-size: .8rem;
    line-height: 1.1rem;
  }

  .section {
    padding-top: 0;
  }

  .section.small-grey {
    padding-left: 35px;
    padding-right: 35px;
  }

  .section.small-grey.float {
    padding-left: 35px;
  }

  .primary-button {
    width: 100%;
    padding: .5rem 1rem;
    font-size: .7rem;
  }

  .paragraph-bigger.grid {
    text-align: left;
  }

  .paragraph-bigger.grid-in-item {
    font-size: 1.5rem;
  }

  .paragraph-bigger.smaller-text {
    font-size: .7rem;
    font-weight: 600;
    line-height: 1.1rem;
  }

  .navigation-item {
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-items.color {
    color: #000;
  }

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

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

  .content-wrapper.head-ani {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .name-text {
    margin-bottom: 0;
  }

  .status-message.cc-no-data {
    width: 100%;
  }

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

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

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

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

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

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

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

  .get-in-touch-form-wrap {
    width: 100%;
    max-width: none;
  }

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

  .section-100-vw {
    margin-left: 0;
    margin-right: 0;
  }

  .blog-detail-header-wrap, .blog-item, .project-detail-header-wrap {
    width: 100%;
    max-width: none;
  }

  .project-header-image {
    height: 300px;
  }

  .project-heading-link {
    font-size: 26px;
    font-weight: 500;
  }

  .heading-jumbo-very-small {
    font-size: 26px;
    line-height: 35px;
  }

  .paragraph-small-grid {
    font-size: 14px;
  }

  .grid-block {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .heading-2 {
    margin-top: 48px;
    font-size: 1.5rem;
    line-height: 1.8rem;
  }

  .heading-3 {
    font-size: 26px;
    line-height: 31px;
  }

  .styleguide-header-wrap-blank {
    background-color: #1a1b1f00;
    background-image: none;
  }

  .section-form {
    padding-top: 0;
  }

  .footer {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .styleguide-header-wrap-leistungen {
    height: 620px;
  }

  .collection-item-project-images, .image {
    height: 300px;
  }

  .rich-text-static {
    max-width: 100%;
    margin-bottom: 50px;
    overflow: visible;
  }

  .section-map {
    padding-top: 0;
  }

  .paragraph-light-vk {
    line-height: 21px;
  }

  .section-preloader {
    padding-top: 0;
  }

  .project-item-1 {
    width: 100%;
    max-width: none;
  }

  .text-block-2 {
    text-align: left;
    font-size: .9rem;
    line-height: 1.6em;
  }

  .faq-paragraph {
    font-size: .6rem;
    line-height: 2em;
  }

  .grid-zweier {
    padding-bottom: 0;
  }

  .grid-zweier.dreier {
    grid-auto-rows: 1fr;
  }

  .grid-zweier.dreier.borderless.mobile {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
  }

  .grid-zweier.leistung {
    padding-top: 0;
  }

  .grid-item {
    max-height: 300px;
  }

  .grid-header {
    font-size: 19px;
    line-height: 1.5rem;
  }

  .section-round-dark, .section-stats {
    padding-top: 0;
  }

  .grid-item-info {
    margin-left: 0;
    margin-right: 0;
  }

  .grid-layout.mobile-portrait-1-column {
    grid-template-columns: 1fr;
  }

  .flex-grid-item {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .utility-text-align-center.utility-margin-bottom-0 {
    font-size: .9rem;
    line-height: 1.4rem;
  }

  .utility-margin-bottom-0 {
    margin-bottom: 0;
  }

  .icon-large.utility-margin-bottom-1rem {
    height: 2.4rem;
    margin-bottom: 0;
  }

  .grid-flex {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
  }

  .grid-flex.abstand.white {
    grid-column-gap: 1.3rem;
    grid-row-gap: 1.3rem;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
  }

  .grid-flex.abstand.white.mittig {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 3fr;
  }

  .grid-flex.two {
    grid-column-gap: 1.4rem;
    grid-row-gap: 1.4rem;
    grid-template-columns: auto 1fr;
  }

  .grid-flex.zwei {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
    grid-template-columns: 1fr;
  }

  .grid-stats {
    grid-template-columns: 1fr;
    place-items: stretch center;
  }

  .stats-item {
    grid-column-gap: 37px;
    grid-row-gap: 37px;
    width: 100%;
    max-width: none;
  }

  .icon-stats {
    width: 3.2rem;
    height: 4.5rem;
  }

  .stats-text {
    font-size: 1rem;
    line-height: 1.3rem;
  }

  .stats-section {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .stats-section.mid {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
    filter: invert();
    justify-content: center;
    align-items: flex-start;
    width: 60px;
    max-width: none;
    height: 60px;
    max-height: none;
  }

  .section-form-preloader, .section-scroll-fixed {
    padding-top: 0;
  }

  .grid-item-icon {
    filter: invert();
  }

  .grid-item-grid.small {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    grid-template-rows: minmax(100px, 150px) minmax(auto, min-content);
  }

  .grid-item-grid.produkt {
    grid-template-rows: minmax(min-content, max-content) minmax(auto, min-content);
    align-content: space-between;
    font-size: 1rem;
  }

  .grid-item-grid.produkt.enger {
    grid-template-columns: 1fr 1fr;
  }

  .grid-item-grid.nicht-produkt {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    max-height: none;
  }

  .grid-item-grid.nicht-produkt.enger {
    grid-template-columns: 1fr 1fr;
  }

  .grid-grid {
    padding-right: 1rem;
  }

  .grid-item-product.produkt {
    min-height: 200px;
  }

  .grid-item-product.nicht-produkt {
    min-height: 200px;
    max-height: 300px;
    margin-bottom: 3rem;
  }

  .flex-grid-item-stats {
    padding: 0;
  }

  .jumbo-stats {
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1.5rem;
  }

  .list-grid-item {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .item-list-head {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .item-list-text {
    font-size: .6rem;
    line-height: .9rem;
  }

  .big-nmber-list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    font-size: 5.1rem;
  }

  .rezesion-item-copy {
    max-width: none;
    min-height: auto;
  }

  .desktop-5-column-parent.desktop-5-column.tablet-2-column {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .desktop-5-column-parent.desktop-5-column.tablet-2-column.mobile-landscape-1-column {
    grid-template-columns: 1fr;
  }

  .avatar {
    margin-bottom: 16px;
  }

  .paragraph-light-minibox {
    text-align: center;
    font-size: .7rem;
    line-height: .9rem;
  }

  .paragraph-light-minibox.mobile {
    text-align: left;
    font-size: .8rem;
    line-height: 1.1rem;
  }

  .paragraph-bigger-minibox {
    text-align: center;
    min-height: 40px;
    font-size: .9rem;
    font-weight: 700;
    line-height: 1.2rem;
  }

  .paragraph-bigger-minibox.grid {
    text-align: left;
  }

  .text-block-5 {
    font-size: .6rem;
    line-height: 1rem;
  }

  .section-footer {
    padding-top: 0;
  }

  .div-block-5 {
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
  }

  .grid-item-info-small {
    margin-left: 0;
    margin-right: 0;
  }

  .body-dark.marbel {
    max-width: 100vw;
  }

  .grid-wide.test {
    grid-auto-flow: row;
  }

  .headline-container {
    margin-top: 48px;
    font-size: 1.5rem;
    line-height: 1.8rem;
  }

  .headline-container.jumbo.karriere {
    font-size: 1.9rem;
  }

  .headline-container.grid {
    margin-top: 0;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.8rem;
  }

  .headline-container.white.stats {
    margin-top: 0;
    margin-bottom: 0;
  }

  .par-container {
    font-family: Montserrat, sans-serif;
    line-height: .9rem;
  }

  .par-container.smaller-text {
    font-size: .6rem;
    line-height: .8rem;
  }

  .par-container.weitere-abst-nde {
    line-height: 1rem;
  }

  .par-container.mobile {
    text-align: left;
    max-width: 15rem;
    margin-bottom: 0;
    font-size: .8rem;
    line-height: 1.1rem;
  }

  .par-container.bigger {
    margin-bottom: 0;
    line-height: 1.4rem;
  }

  .par-container.bigger.white {
    line-height: 1.7rem;
  }

  .par-container.bigger.white.stats {
    margin-bottom: 0;
  }

  .par-container.bigger.h3.white {
    font-size: 1.5rem;
  }

  .par-container.bigger-fett {
    line-height: 1.3rem;
  }

  .par-container.abstand-zwischen {
    line-height: 1.2rem;
  }

  .section-new {
    max-width: 100vw;
    padding: 35px 40px;
    overflow: hidden;
  }

  .section-new.head {
    padding-top: 0;
    padding-bottom: 91px;
  }

  .section-new.second {
    padding-top: 50px;
    padding-bottom: 75px;
  }

  .section-new.abstand {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 55px;
    padding-right: 55px;
  }

  .text-container {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .text-container.black {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
  }

  .text-container.float {
    padding-left: 35px;
  }

  .top-contents {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .navigation-item-major {
    background-color: #f7f8f9;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .bold-text-3 {
    font-size: 2.3rem;
    line-height: 3rem;
  }

  .section-video {
    height: 101vh;
    margin-top: -96px;
  }

  .floating-element {
    max-width: 550px;
    left: 477px;
    overflow: clip;
  }

  .floating-element.right {
    max-width: 450px;
    margin-top: 178px;
    right: -272px;
    overflow: clip;
  }

  .floating-element.rights {
    z-index: 7;
    margin-top: 223px;
    left: auto;
    right: -270px;
    overflow: clip;
  }

  .float-cage {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .floating-element-2 {
    background-position: 10%;
    background-size: 600px;
    width: 120px;
    height: 550px;
    top: 455%;
  }

  .floating-element-2.right {
    max-width: 450px;
    margin-top: 178px;
    right: -272px;
    overflow: clip;
  }

  .floating-element-2.rights {
    z-index: 7;
    margin-top: 223px;
    left: auto;
    right: -270px;
    overflow: clip;
  }

  .floating-element-1 {
    background-position: 102%;
    background-size: 650px;
    width: 120px;
    height: 550px;
    top: 343%;
  }

  .floating-element-1.right {
    max-width: 450px;
    margin-top: 178px;
    right: -272px;
    overflow: clip;
  }

  .floating-element-1.rights {
    z-index: 7;
    margin-top: 223px;
    left: auto;
    right: -270px;
    overflow: clip;
  }

  .section-head {
    height: 92vh;
    max-height: 92vh;
  }

  .stats-item-mid {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    text-align: center;
    justify-content: space-around;
    margin-top: 0;
    margin-bottom: 0;
  }

  .floating-element-3 {
    background-position: 111%;
    background-size: 650px;
    width: 120px;
    height: 550px;
  }

  .floating-element-3.right {
    max-width: 450px;
    margin-top: 178px;
    right: -272px;
    overflow: clip;
  }

  .floating-element-3.rights {
    z-index: 7;
    margin-top: 223px;
    left: auto;
    right: -270px;
    overflow: clip;
  }

  .floating-element-4 {
    background-position: -1%;
    background-size: 600px;
    width: 120px;
    height: 550px;
  }

  .floating-element-4.right {
    max-width: 450px;
    margin-top: 178px;
    right: -272px;
    overflow: clip;
  }

  .floating-element-4.rights {
    z-index: 7;
    margin-top: 223px;
    left: auto;
    right: -270px;
    overflow: clip;
  }

  .floating-element-5 {
    background-position: 112%;
    background-size: 650px;
    width: 120px;
    height: 550px;
  }

  .floating-element-5.right {
    max-width: 450px;
    margin-top: 178px;
    right: -272px;
    overflow: clip;
  }

  .floating-element-5.rights {
    z-index: 7;
    margin-top: 223px;
    left: auto;
    right: -270px;
    overflow: clip;
  }

  .bolt-small.black {
    letter-spacing: 2px;
    vertical-align: sub;
    font-weight: 600;
  }

  .bolt-small.black.kontakt {
    line-height: 1.5rem;
  }

  .bolt-small.black.karriere {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .primary-button-head {
    padding: .5rem 1rem;
    font-size: .7rem;
  }

  .main-container-head {
    max-width: 100vw;
  }

  .main-container-head.cc-heading-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .main-container-head.cc-heading-wrap.abstand {
    margin-top: 39px;
  }

  .main-container-head.cc-heading-wrap.grid-minibox {
    padding-left: 0;
    padding-right: 0;
  }

  .main-container-head.head-mid {
    padding-top: 129px;
  }

  .pfeil-list.none {
    display: none;
  }

  .list-element {
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .navigation-item-hell, .navigation-item-hell-major {
    background-color: #f7f8f9;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .heading-6 {
    font-size: 2rem;
    line-height: 2rem;
  }

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

  .grid-flex-number {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-rows: 130px auto;
  }

  .grid-flex-number.abstand.white {
    grid-column-gap: 1.3rem;
    grid-row-gap: 1.3rem;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
  }

  .grid-flex-number.abstand.white.mittig {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 3fr;
  }

  .grid-flex-number.two {
    grid-column-gap: 1.4rem;
    grid-row-gap: 1.4rem;
    grid-template-columns: auto 1fr;
  }

  .grid-flex-number.zwei {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
    grid-template-columns: 1fr;
  }

  .bold-text-5 {
    font-size: 1.3rem;
    line-height: 1.5rem;
  }

  .secondary-button-2.black:hover {
    background-color: #383838;
  }

  .logo-image-2 {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 200px;
    max-height: 400px;
  }

  .name-text-2.black, .text-block-6 {
    text-align: center;
  }

  .text-block-6:hover {
    color: #fff;
  }

  .logo-carousel {
    min-width: 200%;
  }

  .logo-carousel.rezession {
    min-width: 400%;
  }
}

#w-node-_67a702c0-b3d3-f23c-4bce-27800200a089-1d954aa0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_67a702c0-b3d3-f23c-4bce-27800200a08b-1d954aa0, #w-node-_67a702c0-b3d3-f23c-4bce-27800200a08d-1d954aa0 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-_67a702c0-b3d3-f23c-4bce-27800200a0a3-1d954aa0, #w-node-_67a702c0-b3d3-f23c-4bce-27800200a0a5-1d954aa0 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_67a702c0-b3d3-f23c-4bce-27800200a0ac-1d954aa0, #w-node-_67a702c0-b3d3-f23c-4bce-27800200a0ae-1d954aa0 {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: end;
}

#w-node-_9ca9a2ec-25a7-b2bc-322a-e6f4f6b5f93e-2754eda0 {
  place-self: end center;
}

#w-node-e01f9927-8c48-f18c-e186-be2899a61587-5e4d64cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e25d839f-2099-ee3b-aee8-9b1d242e210f-242e210e {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-e25d839f-2099-ee3b-aee8-9b1d242e2114-242e210e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_67a702c0-b3d3-f23c-4bce-27800200a089-1d954aa0 {
    justify-self: start;
  }
}

@media screen and (max-width: 991px) {
  #w-node-e25d839f-2099-ee3b-aee8-9b1d242e210f-242e210e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e25d839f-2099-ee3b-aee8-9b1d242e2116-242e210e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


