@font-face {
  font-family: "Font awesome 5 free 400";
  src: url('../fonts/Font-Awesome-5-Free-Regular-400.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Font awesome 5 brands 400";
  src: url('../fonts/Font-Awesome-5-Brands-Regular-400.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Font awesome 5 free solid 900";
  src: url('../fonts/Font-Awesome-5-Free-Solid-900.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --midnight-blue: #0a192f;
  --white: white;
  --aquamarine: #64ffd9cc;
  --black-opacity-10: #0000001a;
  --alice-blue: #e6f1ff;
  --alice-blue-opacity-90: #e6f1ffe6;
  --black: black;
  --alice-blue-opacity-80: #e6f1ffcc;
  --alice-blue-opacity-70: #e6f1ffb3;
  --alice-blue-opacity-30: #e6f1ff4d;
  --alice-blue-opacity-15: #e6f1ff26;
  --blue: #4790eb;
  --accent: #3be3c7;
  --aquamarine-opacity-80: #64ffd9cc;
  --alice-blue-opacity-60: #e6f1ff99;
  --light-steel-blue: #a8b2d1;
  --grey: #f3f3f3;
}

.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: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 100px;
  font-weight: 600;
  line-height: 110px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  line-height: 28px;
}

.hero-section {
  background-color: var(--midnight-blue);
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.logo-wrapper {
  z-index: 99;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 50px 50px auto;
}

.nav-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-link-block {
  color: #8892b0;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 40px;
  font-family: Roboto Mono, sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

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

.nav-link-text-block.num {
  color: var(--aquamarine);
  margin-right: 10px;
}

.logo-image {
  width: 10%;
  margin-bottom: 60px;
}

.grid-wrapper {
  z-index: 9;
  justify-content: flex-end;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 1100px;
  height: 100vh;
}

.grid-block.black {
  background-color: var(--black-opacity-10);
}

.hero-content {
  z-index: 9;
  width: 900px;
  position: relative;
}

.heading-h1 {
  color: var(--alice-blue);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 100px;
  font-weight: 600;
  line-height: 110px;
}

.heading-h1.experience {
  color: var(--alice-blue-opacity-90);
  margin-top: 10px;
  margin-bottom: 60px;
}

.heading-h1.work {
  color: var(--alice-blue-opacity-90);
  margin-top: 10px;
  margin-bottom: 25px;
}

.heading-h1._404 {
  color: var(--black);
  margin-bottom: 0;
  font-size: 150px;
  line-height: 150px;
}

.heading-h1.password {
  color: var(--black);
  letter-spacing: .5px;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
}

.hero-text-block {
  border-bottom: 1px solid var(--alice-blue);
  width: 200px;
  color: var(--alice-blue);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: 3px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 40px;
}

.hero-text-block.experience {
  width: auto;
  color: var(--alice-blue-opacity-80);
}

.hero-text-block.work {
  width: 300px;
  color: var(--alice-blue-opacity-80);
}

.hero-text-block.contact {
  color: #e6f1ffcc;
  width: 200px;
}

.paragraph {
  color: var(--alice-blue-opacity-70);
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  line-height: 28px;
}

.paragraph.project {
  background-color: var(--midnight-blue);
  opacity: 1;
  color: var(--alice-blue);
  text-align: right;
  border-radius: 3px;
  margin-top: 20px;
  font-size: 13px;
  line-height: 24px;
  display: block;
}

.paragraph.project.left {
  text-align: left;
}

.paragraph.work {
  width: 900px;
  color: var(--alice-blue-opacity-70);
  margin-bottom: 80px;
}

.paragraph.contact {
  width: 550px;
  margin-bottom: 35px;
}

.heading-h2 {
  width: 830px;
  color: var(--alice-blue-opacity-90);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.footer-block {
  z-index: 9;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: fixed;
  inset: auto auto 0% 60px;
}

.footer-block.right {
  inset: auto 50px 0% auto;
}

.footer-block-line {
  background-color: var(--alice-blue);
  width: 1px;
  height: 100px;
}

.social-icon {
  font-family: "Font awesome 5 brands 400", sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.social-icon:hover {
  color: var(--aquamarine);
}

.email-link {
  color: var(--alice-blue-opacity-80);
  margin-bottom: 90px;
  text-decoration: none;
  transform: rotate(90deg);
}

.social-icon-wrapper {
  width: 30px;
  height: 30px;
  color: var(--alice-blue-opacity-80);
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.social-icon-wrapper:hover {
  color: var(--aquamarine);
  padding-bottom: 4px;
}

.email-link-wrapper {
  color: #e6f1ffcc;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 30px;
  height: 200px;
  margin-left: 4px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  text-decoration: none;
  transition: all .4s ease-in-out;
}

.email-link-wrapper:hover {
  height: 210px;
  color: var(--aquamarine);
}

.experience-section {
  background-color: var(--midnight-blue);
  justify-content: center;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 0;
  display: flex;
}

.experience-content-wrapper {
  width: 900px;
}

.accordion-wrapper {
  border-bottom: 1px solid var(--alice-blue-opacity-15);
  margin-bottom: 30px;
}

.accordion-wrapper.last {
  border-bottom-style: none;
  margin-bottom: 0;
}

.accordion-header {
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.heading-h3 {
  color: var(--alice-blue-opacity-90);
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.work-type {
  color: #e6f1ff99;
  font-family: Poppins, sans-serif;
}

.work-type.green, .work-type.blue {
  color: var(--accent);
}

.accordion-content-wrapper {
  margin-top: 30px;
  overflow: hidden;
}

.visit-link {
  color: #64ffd9cc;
  align-items: center;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  text-decoration: none;
  display: flex;
}

.visit-link.project {
  color: #64ffd9cc;
  margin-bottom: 0;
}

.link-text {
  color: var(--accent);
  font-family: Poppins, sans-serif;
}

.link-text.fa-icon {
  color: var(--accent);
  margin-left: 15px;
  font-family: "Font awesome 5 free solid 900", sans-serif;
  font-size: 12px;
}

.work-section {
  background-color: var(--midnight-blue);
  justify-content: center;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 0;
  display: flex;
}

.project-wrapper {
  align-items: center;
  margin-top: 220px;
  margin-bottom: 220px;
  display: flex;
  position: relative;
}

.project-wrapper.two {
  justify-content: flex-end;
  margin-top: 220px;
}

.project-wrapper.two.last {
  margin-bottom: 0;
}

.project-details-wrapper {
  z-index: 20;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 450px;
  display: flex;
  position: absolute;
  left: auto;
  right: 0;
}

.project-details-wrapper.left {
  align-items: flex-start;
  left: 0%;
  right: auto;
}

.contact-section {
  background-color: var(--midnight-blue);
  justify-content: center;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 30px;
  display: flex;
}

.copyright-info {
  color: var(--alice-blue-opacity-30);
  font-family: Poppins, sans-serif;
  font-size: 13px;
}

.brand-link {
  color: #e6f1ff4d;
  text-decoration: none;
}

.brand-link:hover {
  color: #e6f1ff80;
}

.footer-info-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 150px;
  display: flex;
}

.footer-link {
  color: var(--alice-blue-opacity-30);
  font-family: Poppins, sans-serif;
  font-size: 13px;
  text-decoration: none;
}

.footer-link:hover {
  color: #e6f1ff80;
}

.footer-link.second {
  margin-left: 30px;
}

.footer-links-wrapper {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.project-image {
  width: 750px;
  height: 400px;
  padding: 10px 20px;
  position: relative;
  overflow: hidden;
}

.project-image.two {
  background-image: url('../images/stellwag.png'), linear-gradient(#172a4599, #172a4599);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  width: 670px;
}

.project-image.two.twohalf {
  background-image: url('../images/ohlmann-consultant.png'), linear-gradient(#0000, #0000);
}

.project-image.three {
  background-image: url('../images/installation3.png'), linear-gradient(#172a4599, #172a4599);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  width: 670px;
}

.project-image.three.julita {
  background-image: url('../images/julitawitt.png'), linear-gradient(#0000, #0000);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.project-image.four {
  background-image: url('../images/webnetmix.png');
  background-position: 0 0;
  background-size: auto;
}

.project-image.five {
  background-image: url('../images/Screenshot-2025-03-25-154100.png');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  max-width: 650px;
  height: auto;
  max-height: 450px;
  margin-top: -35px;
  padding-right: 12px;
}

.project-image.six {
  background-image: linear-gradient(#172a4580, #172a4580), url('../images/8img_project_6.jpg');
}

.project-image.seven {
  background-image: url('../images/Screenshot-2025-03-25-154100.png');
  background-position: 0 0;
  background-size: cover;
  width: 700px;
}

.project-image._13 {
  background-image: url('../images/Screenshot-2025-04-12-0105412.png'), radial-gradient(circle, #000, #fff);
  background-position: 0 0, 0 0;
  background-size: cover, auto;
  width: 670px;
}

.project-image._13._7-it {
  background-image: url('../images/7-it.png'), radial-gradient(circle, #000, #fff);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.project-image.zero {
  background-image: url('../images/Screenshot-2025-09-08-115022.png');
  background-position: 0 0;
  background-size: auto;
}

.work-content-wrapper {
  width: 1200px;
}

.contact-content-wrapper {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: column;
  width: 900px;
  display: flex;
}

.hero-section-overlay {
  background-color: var(--alice-blue-opacity-15);
  display: none;
  position: absolute;
  inset: 0%;
}

.nav-link-underline {
  background-color: var(--aquamarine);
  width: 100%;
  height: 1px;
  margin-top: 3px;
}

.nav-link-inner-wrapper {
  align-items: center;
  display: flex;
}

.project-image-overlay {
  background-color: var(--midnight-blue);
  width: 670px;
  padding-top: 0;
  position: absolute;
  inset: 0%;
}

.project-image-overlay.four {
  width: 750px;
}

.project-image-overlay.five {
  width: 100%;
  min-width: auto;
  max-width: 650px;
  height: 350px;
  max-height: 350px;
}

.project-image-overlay.seven {
  width: 700px;
}

.hero-bg-image {
  z-index: 1;
  background-image: url('../images/photografic-berlin_-62_b_a.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.separator-line {
  background-color: #00000026;
  width: 100%;
  height: 1px;
}

.color {
  background-color: var(--midnight-blue);
  color: #000;
  width: 100%;
  height: 100px;
  margin-bottom: 25px;
}

.color._7 {
  background-color: var(--alice-blue-opacity-90);
}

.color._4 {
  background-color: var(--black-opacity-10);
}

.color._12 {
  background-color: var(--alice-blue-opacity-30);
}

.color._10 {
  background-color: var(--alice-blue-opacity-70);
}

.color._6 {
  background-color: var(--alice-blue);
}

.color._2 {
  background-color: var(--aquamarine);
}

.color._9 {
  background-color: var(--alice-blue-opacity-80);
}

.color._3 {
  background-color: var(--aquamarine-opacity-80);
}

.color._5 {
  background-color: var(--white);
}

.color._11 {
  background-color: var(--alice-blue-opacity-60);
}

.color._13 {
  background-color: var(--alice-blue-opacity-15);
}

.color._14 {
  background-color: var(--light-steel-blue);
}

.style-guide {
  color: #00000080;
  margin-top: 30px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.style-guide-text-4 {
  color: #3339;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  top: -10px;
}

.style-guide-text-block {
  color: #000;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: underline;
}

.style-guide-text-block._5 {
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.style-guide-text-block._3 {
  font-family: Roboto Mono, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.style-guide-text-block._2 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 40px;
  text-decoration: none;
}

.style-guide-text-block._4 {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.color-wrapper {
  flex: none;
}

.color-description {
  color: #00000080;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 28px;
  display: block;
}

.style-guide-column {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 20px;
  display: flex;
}

.style-guide-main-text-wrapper {
  text-align: center;
  width: 100%;
  margin-bottom: 35px;
  position: relative;
}

.style-guide-main-text-wrapper._2 {
  text-align: left;
  margin-top: 70px;
  margin-bottom: 60px;
}

.style-guide-section {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: 100vh;
  padding: 100px;
  display: flex;
}

.style-guide-text {
  color: #3339;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  padding-right: 20px;
  font-size: 13px;
  font-weight: 500;
  position: absolute;
  top: -10px;
}

.color-usage-column-wrapper {
  width: 100%;
  margin-bottom: 30px;
}

.style-guide-column-wrapper {
  color: #000;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.style-guide-paragraph.project {
  font-size: 13px;
  line-height: 24px;
}

.style-guide-text-5 {
  color: #3339;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  padding-right: 20px;
  font-size: 13px;
  font-weight: 500;
  position: absolute;
  top: -10px;
}

.style-guide-paragraph-3 {
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}

.style-guide-link-2 {
  color: #3206f1;
  text-align: left;
  margin-bottom: 5px;
  font-size: 15px;
  text-decoration: underline;
}

.style-guide-link-2._2 {
  margin-top: 20px;
}

._404-page-wrapper {
  background-color: #f5f5f5;
  background-image: url('../images/9bg_img_404.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding-left: 15vw;
  display: flex;
}

._404-inner-wrapper {
  background-color: #f5f5f5;
  border-radius: 5px;
  flex-direction: column;
  align-items: center;
  width: 370px;
  padding: 100px 32px;
  display: flex;
}

.separator {
  background-color: #0006;
  width: 7.5vw;
  height: .1vh;
  margin-right: 30px;
}

.separator.password {
  background-color: #0000001a;
  width: 200px;
  height: 1px;
  margin: 28px auto 30px;
}

._404-text {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.submit-button {
  color: #333;
  background-color: #fff;
  margin-top: 40px;
  padding: 15px 50px;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
  text-decoration: none;
}

.submit-button.password {
  margin-top: 0;
}

.utility-page-wrap {
  background-image: url('../images/10bg_img_password.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 15vw;
  display: flex;
}

.utility-page-content {
  text-align: center;
  background-color: #f5f5f5;
  border-radius: 5px;
  flex-direction: column;
  align-items: center;
  width: 350px;
  padding: 100px 32px;
  display: flex;
}

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

.image {
  display: none;
}

.form-field.password {
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
}

.error-message {
  font-family: Poppins, sans-serif;
}

.background-video {
  z-index: 3;
  padding-left: 20px;
  padding-right: 20px;
}

.link-block {
  width: 70%;
  height: 70%;
}

.paragraph-2 {
  color: #e6f1ffb3;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  line-height: 28px;
}

.paragraph-2.project {
  color: #a8b2d1;
  text-align: right;
  border-radius: 3px;
  margin-top: 20px;
  font-size: 13px;
  line-height: 24px;
}

.project-image-2 {
  background-image: url('../images/fishbl.png'), linear-gradient(#172a4599, #172a4599);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  width: 670px;
  height: 400px;
  position: relative;
  overflow: hidden;
}

.heading-h3-2 {
  color: #e6f1ffe6;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.project-details-wrapper-2 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 450px;
  display: flex;
  position: absolute;
  left: auto;
  right: 0;
}

.project-image-overlay-2 {
  background-color: #0a192f;
  width: 670px;
  height: auto;
  position: absolute;
  inset: 0%;
}

.project-number {
  color: #777;
  text-align: right;
  width: 2em;
  font-size: .7em;
  position: absolute;
  top: .5em;
  left: -3em;
}

.projects-info {
  color: #888;
  max-width: 28ch;
  margin-left: 10%;
  font-size: .65em;
}

.cover-image {
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
  height: 100%;
}

.projects-link {
  color: #111;
  border-left: 1px solid #ddd;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 3em;
  margin-bottom: 3em;
  padding-bottom: 1em;
  transition: border-color .4s, color .4s;
  display: flex;
  position: relative;
}

.projects-link:hover {
  color: #3030f5;
  border-left-color: #6464ff;
}

.background-video-4 {
  z-index: 100;
  color: #f9fcfc;
  border: 0 #f9fcfc;
  height: 100%;
}

.background-video-4:active {
  border-color: #f9fcfc;
}

.background-video-4.cs {
  border-bottom-style: none;
  border-bottom-color: #f9fcfc;
  height: 80%;
  margin-left: 0;
  padding-left: 0;
}

.section {
  background-color: #f9fcfc;
  min-height: 100vh;
  padding-top: 10vh;
  padding-bottom: 10vh;
  padding-left: 34%;
}

.section.projects {
  flex-wrap: wrap;
  place-content: flex-start space-around;
  align-items: stretch;
  padding-left: 10%;
  padding-right: 10%;
  display: none;
  position: relative;
}

.projects-image-wrap {
  background-color: #fff0;
  border: 0 #000;
  border-top-right-radius: .2em;
  border-bottom-right-radius: .2em;
  width: 18em;
  height: 10em;
  margin-bottom: 1em;
  padding: .5em .5em .5em 1em;
  overflow: hidden;
}

.section-heading {
  letter-spacing: .2em;
  text-transform: uppercase;
  font-size: .8em;
  font-weight: 300;
  display: none;
}

.projects-title {
  max-width: 24ch;
  margin-bottom: .3em;
  margin-left: 10%;
  line-height: 1.3;
}

.background-video-5 {
  z-index: 2;
  width: 100%;
  height: 100%;
}

.video_background {
  z-index: 20;
  order: 0;
  justify-content: center;
  align-items: center;
  width: 22vw;
  height: 11vw;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.image-2 {
  width: 40%;
}

.heading-h1-2 {
  color: #e6f1ff;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 70px;
}

.footer-block-line-2 {
  background-color: #e6f1ff;
  width: 1px;
  height: 100px;
}

.hero-content-2 {
  z-index: 9;
  align-self: center;
  width: 90%;
  min-width: 0;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.email-link-2 {
  color: #e6f1ffcc;
  margin-bottom: 90px;
  text-decoration: none;
  transform: rotate(90deg);
}

.grid-2 {
  grid-column-gap: .9rem;
  grid-row-gap: .9rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(242px, 1fr);
}

.hero-section-overlay-2 {
  z-index: 1;
  background-color: #e6f1ff26;
  display: none;
  position: absolute;
  inset: 0%;
}

.social-icon-wrapper-2 {
  color: #e6f1ffcc;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-bottom: 15px;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.social-icon-wrapper-2:hover {
  color: #64ffd9cc;
  padding-bottom: 4px;
}

.hero-bg-image-2 {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.image-3 {
  opacity: .93;
  border-radius: 13px;
  width: 35em;
}

.hero-section-2 {
  z-index: 0;
  background-color: #0a192f;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: visible;
}

.hero-section-2.sp {
  flex-flow: column;
  height: 50vh;
}

.heading-h2-2 {
  color: #e6f1ffe6;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 2rem;
}

.nav-link-underline-2 {
  background-color: #3be3c7;
  width: 100%;
  height: 1px;
  margin-top: 3px;
}

.nav-link-text-block-2 {
  color: #fff;
}

.nav-link-text-block-2.num {
  color: #3be3c7;
  margin-right: 10px;
}

.div-block {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  display: flex;
}

.social-icon-2 {
  font-family: "Font awesome 5 brands 400", sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.social-icon-2:hover {
  color: #64ffd9cc;
}

.email-link-wrapper-2 {
  color: #e6f1ffcc;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 30px;
  height: 200px;
  margin-left: 4px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  text-decoration: none;
  transition: all .4s ease-in-out;
}

.email-link-wrapper-2:hover {
  color: #64ffd9cc;
  height: 210px;
}

.div-block-2 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-h1-3 {
  color: #e6f1ff;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 100px;
  font-weight: 600;
  line-height: 110px;
}

.heading-h1-3.intro {
  color: #0a192f;
  font-size: 40px;
}

.grid-3 {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.div_1 {
  flex-direction: column;
  flex: 1;
  order: 1;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.box {
  cursor: pointer;
  background-color: #fff;
  border-radius: 30px;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  min-height: 380px;
  padding: 3.7em;
  display: flex;
}

.box._2 {
  background-color: #006cff0d;
}

.box._2:hover {
  background-color: #4790eb;
}

.box._2.features {
  background-color: var(--midnight-blue);
}

.box._2.features:hover {
  color: #fff;
  background-color: #0a192f;
}

.div_1-2 {
  order: -1;
  height: 100%;
}

.grid-4 {
  grid-column-gap: 1.8rem;
  grid-row-gap: 1.8rem;
  grid-template-rows: auto auto auto;
}

.button {
  color: #006cff;
  background-color: #0000;
  border: 1px solid #006cff;
  border-radius: 200px;
  margin-top: auto;
  display: none;
}

.button:hover {
  background-color: #c8d9f7;
  border-color: #0000;
}

.introduction__wrapper {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.icon {
  width: 48px;
  height: 48px;
}

.text-wrapper {
  margin-top: 1em;
  margin-bottom: 3em;
}

.padding__v {
  margin-top: 0;
  padding-top: 4rem;
  padding-bottom: 4em;
}

.padding__v.bg-white {
  background-color: var(--grey);
}

.code-embed {
  z-index: 10;
  position: relative;
}

.heading-h2-card, .heading-h2-card:hover {
  color: var(--accent);
}

.slide-4 {
  background-color: #64ffd9cc;
  border-radius: 20px;
}

.slide-5 {
  background-color: #4790eb;
  border-radius: 30px;
}

.content-right {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

.slide-2 {
  background-image: url('../images/IMG_5936-p-500.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 30px;
}

.text-block-2 {
  font-family: Poppins, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2rem;
  position: static;
}

.content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: row;
  display: flex;
}

.content-wrapper.sb {
  flex-flow: column;
}

.wrap-slidder {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-left: 40px;
  display: flex;
}

.slider {
  border-radius: 40px;
  width: 80%;
}

.page-padding {
  padding-left: 5%;
  padding-right: 5%;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.content-left {
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.text-block {
  font-family: Playfair Display, sans-serif;
  font-size: 2rem;
  line-height: 2.2rem;
}

.slide {
  background-color: #001633;
  background-image: url('../images/IMG_1212-p-2600.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 30px;
}

.section_v1.bg-grey {
  background-color: var(--grey);
}

.slide-6 {
  background-color: var(--light-steel-blue);
  border-radius: 30px;
}

.slide-7 {
  background-color: var(--aquamarine-opacity-80);
  border-radius: 30px;
}

.paragraph-7 {
  margin-right: 10px;
}

.cw-cookie_buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  margin-top: 2rem;
  display: flex;
}

.cw-cookies {
  z-index: 10;
  display: none;
  position: relative;
}

.cw-cookie_selection {
  overflow: hidden;
}

.cw-button_secondary {
  color: #272757;
  text-align: center;
  background-color: #0000;
  border: 1px solid #1e1a35;
  border-radius: 80px;
  justify-content: center;
  padding: 1rem 1.5rem;
  line-height: 1;
  transition: transform .3s, color .3s, background-color .3s;
}

.cw-button_secondary:hover {
  color: #fff;
  background-color: #5873de;
  border-color: #a78aff;
  transform: translate(0, -2px);
}

.cw-cookie_script {
  display: none;
}

.cw-button_primary {
  color: #fff;
  text-align: center;
  background-color: #1e1a35;
  border-radius: 80px;
  padding: 1rem 1.5rem;
  font-weight: 400;
  line-height: 1;
  transition: transform .3s, background-color .3s;
}

.cw-button_primary:hover {
  color: #fff;
  background-color: #5873de;
  transform: translate(0, -2px);
}

.cw-cookie_checkbox-check {
  border-radius: 4px;
  width: 20px;
  height: 20px;
  margin-top: 0;
}

.cw-cookie_checkbox-check.w--redirected-checked {
  background-color: #000;
  background-size: 14px 14px;
}

.cw-cookie_options {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 2rem;
  display: flex;
}

.cw-cookie_checkbox {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: center;
  display: flex;
}

.cw-cookie_icon {
  z-index: 9999;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999px;
  width: 40px;
  height: 40px;
  padding: 5px;
  display: block;
  position: fixed;
  inset: auto auto 24px 24px;
}

.cw-cookie_banner {
  z-index: 10;
  background-color: #e4eafa;
  border-radius: 1rem;
  max-width: 600px;
  padding: 2rem;
  display: block;
  position: fixed;
  inset: auto 0% 20px 20px;
}

.paragraph-8 {
  color: var(--white);
  font-size: 13px;
}

.p--card {
  color: var(--white);
  margin-top: 40px;
  font-size: 13px;
}

.paragraph-10 {
  color: var(--white);
  font-size: 13px;
}

.paragraph-11 {
  color: var(--white);
  margin-top: 40px;
  font-size: 13px;
}

.paragraph-12, .paragraph-13 {
  color: var(--white);
  font-size: 13px;
}

.wrap-headline-h1 {
  margin-top: 100px;
}

@media screen and (min-width: 1280px) {
  .logo-image {
    width: 9%;
    max-width: 72px;
  }

  .project-image.three.julita {
    background-image: url('../images/julitawitt.png'), linear-gradient(#0000, #0000);
    background-position: 0 0, 0 0;
    background-size: auto, auto;
  }

  .project-image.four {
    background-image: url('../images/webnetmix.png');
    background-position: 0 0;
    background-size: auto;
  }

  .project-image-overlay.four {
    width: 750px;
  }

  .hero-content-2 {
    max-width: 1200px;
  }

  .content-wrapper {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }
}

@media screen and (min-width: 1440px) {
  .logo-image {
    width: 9%;
  }

  .project-wrapper.two.hidden {
    display: block;
  }

  .project-image.two {
    background-image: url('../images/stellwag.png'), linear-gradient(#172a4599, #172a4599);
    background-position: 0 0, 0 0;
    background-size: auto, auto;
  }

  .project-image.three.julita {
    background-image: url('../images/julitawitt.png'), linear-gradient(#0000, #0000);
    background-position: 0 0, 0 0;
    background-size: auto, auto;
  }

  .project-image.four {
    background-image: url('../images/webnetmix.png'), linear-gradient(#172a4580, #172a4580);
    background-position: 0 0, 0 0;
    background-size: auto, auto;
    width: 670px;
  }

  .grid-2 {
    grid-column-gap: 3.1rem;
    grid-row-gap: 3.1rem;
    width: 1200px;
  }

  .background-video-6 {
    z-index: 10;
    position: absolute;
  }

  .content-right {
    justify-content: flex-end;
    align-items: center;
  }

  .container-large {
    max-width: 1200px;
  }

  .content-left {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
}

@media screen and (min-width: 1920px) {
  .project-wrapper.two {
    margin-bottom: 220px;
  }

  .project-image.two {
    background-image: url('../images/stellwag.png'), linear-gradient(#172a4599, #172a4599);
    background-position: 0 0, 0 0;
    background-size: auto, auto;
  }

  .project-image.three {
    background-image: url('../images/installation3.png');
    background-position: 0 0;
    background-size: auto;
    width: 670px;
  }

  .project-image.three.julita {
    background-image: url('../images/julitawitt.png'), linear-gradient(#0000, #0000);
    background-position: 0 0, 0 0;
    background-size: auto, auto;
  }

  .project-image.seven {
    background-image: url('../images/Screenshot-2025-03-25-154100.png');
    background-position: 0 0;
    background-size: cover;
  }

  .project-image.six_a {
    background-image: url('../images/Screenshot-2025-04-12-0105412.png');
    background-position: 0 0;
    background-size: auto;
  }

  .project-image.zero {
    padding-left: 100px;
  }

  .project-image-overlay.seven {
    width: 750px;
  }

  .project-image-2 {
    background-image: url('../images/industrie6.png'), linear-gradient(#172a4599, #172a4599);
    background-position: 0 0, 0 0;
    background-size: auto, auto;
  }

  .cover-image {
    opacity: .64;
    width: 100%;
  }

  .grid-2 {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .heading-h1-3.intro {
    color: #0a192f;
  }

  .box._2:hover {
    background-color: #e6f1ffb3;
  }

  .box._2.features:hover {
    background-color: var(--midnight-blue);
    color: #fff;
  }

  .heading-h2-card {
    margin-bottom: 40px;
  }

  .heading-2, .heading-3, .heading-4, .heading-5, .heading-6 {
    color: var(--blue);
  }

  .content-wrapper {
    grid-column-gap: 4.9rem;
    grid-row-gap: 4.9rem;
  }
}

@media screen and (max-width: 991px) {
  .grid {
    width: 610px;
  }

  .hero-content {
    width: 570px;
  }

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

  .paragraph.work, .paragraph.contact {
    width: auto;
  }

  .heading-h2 {
    width: auto;
    font-size: 20px;
    line-height: 28px;
  }

  .footer-block {
    left: 40px;
  }

  .footer-block.right {
    right: 30px;
  }

  .experience-content-wrapper {
    width: 570px;
  }

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

  .project-details-wrapper {
    width: 380px;
    margin-top: 220px;
  }

  .project-details-wrapper.left {
    width: 400px;
    margin-top: 220px;
  }

  .copyright-info {
    margin-bottom: 10px;
  }

  .footer-info-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .project-image {
    width: 430px;
    height: 320px;
  }

  .work-content-wrapper, .contact-content-wrapper {
    width: 570px;
  }

  .style-guide {
    margin-bottom: 30px;
    display: none;
  }

  .color-usage-column {
    padding-left: 0;
    padding-right: 0;
  }

  .color-wrapper {
    margin-bottom: 30px;
  }

  .style-guide-column {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
    display: flex;
  }

  .style-guide-main-text-wrapper._2 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .style-guide-section {
    padding-left: 50px;
    padding-right: 50px;
  }

  .color-usage-column-wrapper {
    margin-bottom: 0;
  }

  .style-guide-column-wrapper {
    margin-bottom: 30px;
    display: block;
  }

  .style-guide-heading-h1 {
    font-size: 60px;
    line-height: 70px;
  }

  .style-guide-heading-h2 {
    font-size: 20px;
    line-height: 28px;
  }

  .style-guide-link-2 {
    text-align: left;
  }

  .separator {
    width: 100px;
    height: 1px;
  }

  .project-image-2 {
    width: 430px;
    height: 320px;
  }

  .project-details-wrapper-2 {
    width: 380px;
  }

  .projects-info {
    font-size: .8em;
  }

  .projects-title {
    font-size: 1em;
  }

  .video_background {
    width: 70vw;
    height: 50vw;
  }

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

  .hero-content-2 {
    width: auto;
    margin-top: 75%;
    margin-bottom: 50%;
    margin-left: 0%;
    padding: 50% 5%;
  }

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

  .image-3 {
    width: 50%;
  }

  .heading-h2-2 {
    width: auto;
    font-size: 20px;
    line-height: 28px;
  }

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

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

  .heading-h1-3.intro {
    color: #0a192f;
  }

  .box {
    flex-direction: column;
    align-items: flex-start;
    padding: 3.2em;
  }

  .introduction__wrapper {
    width: auto;
    padding-left: 5%;
    padding-right: 5%;
  }

  .cw-cookie_banner {
    max-width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    height: 700px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .logo-wrapper {
    top: 40px;
    left: 30px;
    right: 30px;
  }

  .logo-image {
    width: 50%;
    margin-bottom: 0;
  }

  .hero-content {
    width: auto;
  }

  .paragraph {
    font-size: 13px;
    line-height: 25px;
  }

  .paragraph.work {
    padding-right: 100px;
    font-size: 14px;
  }

  .heading-h2 {
    font-size: 18px;
    line-height: 25px;
  }

  .footer-block {
    flex-direction: row;
    margin-bottom: 30px;
    position: absolute;
    bottom: 30px;
    left: 30px;
  }

  .footer-block.right {
    bottom: 30px;
  }

  .footer-block-line {
    display: none;
  }

  .email-link {
    margin-bottom: 0;
    transform: rotate(0);
  }

  .social-icon-wrapper {
    margin-bottom: 0;
  }

  .email-link-wrapper {
    justify-content: center;
    width: auto;
    height: 30px;
    display: flex;
  }

  .email-link-wrapper:hover {
    height: auto;
  }

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

  .work-section {
    margin-left: auto;
    margin-right: auto;
    padding-left: 100px;
    padding-right: 60px;
  }

  .project-details-wrapper {
    width: 100%;
  }

  .project-details-wrapper.left {
    width: 100%;
    margin-top: 100px;
  }

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

  .work-content-wrapper {
    padding-right: 20px;
  }

  .project-image-overlay {
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .style-guide-text-4 {
    font-size: 12px;
  }

  .color-usage-column {
    padding-left: 0;
    padding-right: 0;
  }

  .color-description {
    margin-bottom: 25px;
  }

  .style-guide-column {
    margin-bottom: 20px;
  }

  .style-guide-section {
    padding: 100px 35px;
  }

  .style-guide-heading-h2 {
    font-size: 18px;
    line-height: 25px;
  }

  .style-guide-paragraph {
    font-size: 13px;
    line-height: 25px;
  }

  .style-guide-text-5 {
    font-size: 12px;
  }

  .style-guide-paragraph-3 {
    font-size: 12px;
    line-height: 20px;
  }

  .style-guide-link-2 {
    font-size: 12px;
  }

  ._404-page-wrapper {
    align-items: center;
    padding-left: 0;
  }

  .link-block {
    justify-content: center;
    align-items: center;
    height: auto;
    display: flex;
  }

  .paragraph-2 {
    font-size: 13px;
    line-height: 25px;
  }

  .project-details-wrapper-2 {
    width: 100%;
  }

  .project-number {
    font-size: 1em;
    display: none;
  }

  .projects-info {
    font-size: .8em;
  }

  .projects-link {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .section {
    padding: 12vh 10% 5vh;
  }

  .section.projects {
    padding-left: 10%;
  }

  .section-heading {
    font-size: 1em;
  }

  .projects-title {
    font-size: 1.2em;
  }

  .video_background {
    width: 100%;
  }

  .footer-block-line-2 {
    display: none;
  }

  .hero-content-2 {
    width: auto;
    margin-top: 5%;
    margin-bottom: 0%;
    padding-top: 15%;
    padding-bottom: 5%;
  }

  .email-link-2 {
    margin-bottom: 0;
    transform: rotate(0);
  }

  .grid-2 {
    grid-column-gap: 2.4rem;
    grid-row-gap: 2.4rem;
    grid-template-rows: auto auto;
    grid-auto-flow: column;
    place-content: center;
    place-items: start center;
  }

  .social-icon-wrapper-2 {
    margin-bottom: 0;
  }

  .image-3 {
    width: 100%;
  }

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

  .heading-h2-2 {
    font-size: 1rem;
    line-height: 25px;
  }

  .div-block {
    margin-top: 100px;
  }

  .email-link-wrapper-2 {
    justify-content: center;
    width: auto;
    height: 30px;
    display: flex;
  }

  .email-link-wrapper-2:hover {
    height: auto;
  }

  .heading-h1-3.intro {
    color: #0a192f;
  }

  .grid-3 {
    grid-column-gap: 1.9rem;
    grid-row-gap: 1.9rem;
    width: auto;
  }

  .box {
    padding: 2em;
  }

  .box._2 {
    width: 100%;
  }

  .box._2.features {
    width: auto;
  }

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

  .introduction__wrapper {
    width: auto;
  }

  .icon {
    width: 36px;
    height: 36px;
  }

  .padding__v {
    width: auto;
    padding-left: 5%;
    padding-right: 5%;
  }

  .txt {
    width: 100%;
  }

  .content-right {
    width: 100%;
  }

  .content-wrapper {
    flex-flow: column;
  }

  .content-left {
    width: 100%;
  }

  .cw-cookie_buttons {
    flex-direction: column;
  }

  .cw-button_secondary, .cw-button_primary {
    padding-left: 40px;
    padding-right: 40px;
  }

  .cw-cookie_options {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .cw-cookie_banner {
    max-width: 100%;
    padding: 1rem;
    right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    height: 100vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo-wrapper {
    align-items: center;
    left: 20px;
    right: 20px;
  }

  .nav-wrapper {
    flex-direction: column;
    align-items: flex-end;
  }

  .nav-link-block {
    margin-bottom: 5px;
  }

  .logo-image {
    width: 40%;
  }

  .grid-wrapper {
    display: none;
  }

  .heading-h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .hero-text-block {
    width: 120px;
    margin-left: 0;
    font-size: 10px;
  }

  .hero-text-block.experience {
    width: auto;
    font-size: 10px;
    line-height: 40px;
  }

  .hero-text-block.work {
    width: auto;
    margin-left: 0;
    font-size: 10px;
  }

  .hero-text-block.contact {
    width: auto;
    margin-left: 0;
  }

  .paragraph {
    font-size: 11px;
    line-height: 20px;
  }

  .paragraph.project {
    color: var(--alice-blue-opacity-30);
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .paragraph.work {
    padding-right: 10px;
    font-size: 1.1rem;
    line-height: 2rem;
  }

  .heading-h2 {
    font-size: 14px;
    line-height: 1.6rem;
  }

  .footer-block {
    bottom: 50px;
    left: 20px;
  }

  .footer-block.right {
    bottom: 10px;
    left: 20px;
    right: auto;
  }

  .experience-content-wrapper {
    width: 100%;
  }

  .accordion-header {
    flex-direction: column;
  }

  .heading-h3 {
    font-size: 15px;
  }

  .work-type {
    margin-top: 10px;
  }

  .work-type.green {
    margin-top: 0;
    font-size: 12px;
    display: block;
  }

  .work-section {
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .project-wrapper {
    flex-direction: column;
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .project-wrapper.two {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .project-wrapper.four {
    margin-top: 220px;
  }

  .project-details-wrapper {
    width: 100%;
    margin-top: 10px;
    position: static;
  }

  .project-details-wrapper.left {
    width: 100%;
    margin-top: 0;
  }

  .copyright-info, .footer-link {
    font-size: 11px;
  }

  .project-image {
    width: 100%;
    height: 50vw;
  }

  .project-image.two, .project-image.three {
    width: 100%;
    display: none;
  }

  .project-image.four {
    background-image: none;
    display: none;
  }

  .project-image.seven, .project-image._13 {
    display: none;
  }

  .work-content-wrapper {
    width: 100%;
    padding-right: 0;
  }

  .contact-content-wrapper {
    width: 100%;
  }

  .project-image-overlay {
    width: 100%;
    height: 59vw;
  }

  .project-image-overlay.four, .project-image-overlay.seven {
    display: none;
  }

  .style-guide-text-4 {
    font-size: 10px;
  }

  .style-guide-column {
    margin-bottom: 40px;
    padding-right: 0;
  }

  .style-guide-section {
    padding: 100px 21px;
  }

  .style-guide-text {
    font-size: 10px;
  }

  .style-guide-column-wrapper {
    margin-bottom: 20px;
  }

  .style-guide-heading-h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .style-guide-heading-h2 {
    font-size: 14px;
    line-height: 20px;
  }

  .style-guide-heading-h3 {
    font-size: 15px;
  }

  .style-guide-paragraph {
    font-size: 11px;
    line-height: 20px;
  }

  .style-guide-paragraph.project {
    font-size: 12px;
  }

  .style-guide-text-5 {
    font-size: 10px;
  }

  .style-guide-link-2 {
    font-size: 12px;
  }

  ._404-inner-wrapper {
    width: 80%;
  }

  .separator {
    display: none;
  }

  ._404-text {
    font-size: 12px;
  }

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

  .link-block {
    justify-content: flex-start;
    align-items: center;
    width: 50%;
  }

  .paragraph-2 {
    font-size: 11px;
    line-height: 20px;
  }

  .paragraph-2.project {
    font-size: 12px;
  }

  .project-image-2 {
    background-image: url('../images/industrie6.png'), linear-gradient(#172a4599, #172a4599);
    background-position: 0 0, 0 0;
    background-size: auto, auto;
    width: 100%;
    height: 250px;
    display: none;
  }

  .heading-h3-2 {
    font-size: 15px;
  }

  .project-details-wrapper-2 {
    width: 100%;
    margin-top: 30px;
    position: static;
  }

  .project-image-overlay-2 {
    width: 100%;
  }

  .project-number {
    display: block;
  }

  .projects-info {
    font-size: 1em;
  }

  .projects-link {
    margin-left: 1em;
  }

  .section {
    min-height: 80vh;
    padding-left: 10%;
    padding-right: 10%;
  }

  .section:focus, .section:focus-visible, .section[data-wf-focus-visible] {
    outline-offset: 0px;
    outline: 0 #0000;
  }

  .section.projects {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .projects-image-wrap {
    width: 17.28em;
    height: 10.8em;
    margin-bottom: 1.5em;
  }

  .section-heading {
    margin-bottom: 3em;
    display: block;
  }

  .projects-title {
    border-top-width: 0;
    font-size: 1.4em;
  }

  .background-video-5, .background-video-5.l {
    z-index: 999;
  }

  .video_background {
    width: 100%;
    height: 39vw;
    padding-left: 10px;
    padding-right: 10px;
  }

  .video_background.l {
    height: 44vw;
  }

  .heading-h1-2 {
    font-size: 40px;
    line-height: 46px;
  }

  .hero-content-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    margin-top: 0%;
    padding-top: 25%;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .grid-2 {
    grid-column-gap: 1.9rem;
    grid-row-gap: 1.9rem;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .image-3 {
    width: 85%;
    height: auto;
    display: block;
  }

  .hero-section-2 {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-h2-2 {
    font-size: 16px;
    line-height: 1.6rem;
  }

  .heading-h1-3 {
    font-size: 30px;
    line-height: 40px;
  }

  .heading-h1-3.intro {
    margin-bottom: 100px;
    font-size: 33px;
  }

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

  .box {
    padding: 1.5em;
  }

  .box._2.features {
    width: 100%;
  }

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

  .paragraph-4, .introduction__wrapper {
    width: auto;
  }

  .padding__v {
    width: auto;
    min-width: auto;
    padding-top: 2rem;
    padding-bottom: 2em;
  }

  .txt {
    width: 100%;
  }

  .content-right {
    width: auto;
  }

  .content-wrapper {
    flex-flow: column;
  }

  .slider {
    width: 100%;
  }

  .content-left {
    width: auto;
  }

  .cw-button_secondary, .cw-button_primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 19px;
  }

  .cw-cookie_options {
    flex-wrap: wrap;
  }

  .cw-cookie_banner {
    bottom: 10px;
    left: 10px;
    right: 10px;
  }
}

#w-node-_5129918e-7902-4cd4-3ec1-deeb629c84b6-5e374e5b {
  align-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-ba816897-bdad-7866-f9ad-d389dcfea4b2-5e374e5b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Font awesome 5 free 400';
  src: url('../fonts/Font-Awesome-5-Free-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Font awesome 5 brands 400';
  src: url('../fonts/Font-Awesome-5-Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Font awesome 5 free solid 900';
  src: url('../fonts/Font-Awesome-5-Free-Solid-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}