@font-face {
  font-family: Gilroy;
  src: url('../fonts/gilroy-extrabold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Codecpro;
  src: url('../fonts/codecpro-extrabold.otf') format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Codecpro;
  src: url('../fonts/codecpro-heavy.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

:root {
  --aqua: #009ca2;
  --rot: #e7030e;
  --white: white;
  --black: black;
  --blau: #002a5f;
}

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Codecpro, sans-serif;
  font-size: 38px;
  font-weight: 800;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Codecpro, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 36px;
}

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

p {
  margin-bottom: 10px;
  font-family: Ciutadella, sans-serif;
  font-size: 1.25rem;
}

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

.div-block {
  background-color: #ffa1a1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 600px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
}

.div-block._2 {
  background-color: #c56161;
  background-image: url('../images/andreamuehl.jpg');
  background-position: 50%;
  background-size: cover;
  width: 8.5rem;
}

.div-block._3 {
  background-color: #b43131;
  background-image: url('../images/finnruegemer.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block._4 {
  background-color: #dd1515;
  background-image: url('../images/katjaherrmann.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block._5 {
  background-color: #8f0d0d;
  background-image: url('../images/timowiesmann.jpg');
  background-position: 50%;
  background-size: cover;
  padding-left: 10px;
  padding-right: 10px;
}

.div-block._6 {
  background-color: #3a0808;
  background-image: url('../images/yvonnealvarez.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block._7 {
  background-color: #000;
  background-image: url('../images/lisalanger.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block._1 {
  background-image: linear-gradient(315deg, #000 1%, #fff0 59%), url('../images/sophieschneider.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.div-block-2 {
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-left: 0%;
  margin-right: 0%;
  display: flex;
  overflow: hidden;
}

.container {
  border-radius: 0;
  max-width: 90rem;
  padding-left: 0%;
  padding-right: 0%;
}

.button-container {
  z-index: 998;
  margin-top: 15px;
  position: static;
}

.button-4 {
  z-index: 0;
  border: 2px solid var(--rot);
  background-color: var(--rot);
  color: #fff;
  letter-spacing: .02em;
  border-radius: 8px;
  width: auto;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 15px;
  padding-top: 11px;
  font-family: Codecpro, sans-serif;
  font-weight: 700;
  transition: transform .2s;
  position: relative;
}

.button-4:hover {
  border-color: var(--aqua);
  background-color: var(--aqua);
  transform: translate(0, 2px);
}

.button-4.secondary {
  border: 2px solid var(--aqua);
  color: var(--white);
  letter-spacing: .02em;
  background-color: #0000;
  margin-right: 0;
}

.button-4.secondary:hover {
  border-color: var(--aqua);
  background-color: var(--aqua);
  color: #fff;
}

.button-4.secondary.neg {
  border-color: var(--black);
  background-color: var(--black);
}

.button-4.secondary.neg:hover {
  border-color: var(--rot);
  background-color: var(--rot);
}

.button-4.secondary.negativ {
  color: var(--black);
  letter-spacing: .01em;
}

.button-4.secondary.negativ:hover {
  color: var(--white);
}

.button-4.off {
  display: none;
}

.section-after-intro-text {
  z-index: 3;
  color: #eeebdc;
  background-color: #000;
  margin-top: -4.6vh;
  padding-top: 10em;
  padding-bottom: 7.5em;
  position: relative;
}

.section-after-intro-text.unterseite {
  margin-top: 0;
}

.page-intro-splitscreen-wrapper {
  z-index: 1;
  pointer-events: none;
  background-color: #fff0;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.copy-medium {
  color: var(--white);
  margin-bottom: 0;
  font-family: Ciutadella, sans-serif;
  font-size: 1.25rem;
  line-height: 1.4;
}

.spacer-xl-start {
  padding-top: 7.5rem;
}

.spacer-xl-start.small {
  padding-top: 2rem;
}

.page-intro-splitscreen-top {
  background-color: #000;
  width: 100%;
  height: 0%;
}

.page-padding {
  padding-left: 4rem;
  padding-right: 4rem;
}

.heading-style-h3 {
  color: #009ba2;
  text-align: left;
  letter-spacing: -.005em;
  text-transform: none;
  font-family: Codecpro, sans-serif;
  font-size: 2.75rem;
  font-weight: 800;
  line-height: 1.1;
}

.heading-style-h3.cent {
  text-align: center;
  font-size: 2.5rem;
}

.h2 {
  color: var(--white);
  letter-spacing: -.01em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Codecpro, sans-serif;
  font-size: 5rem;
  font-weight: 800;
  line-height: .85;
}

.h2.black {
  color: var(--black);
  display: block;
}

.h2.black.mobile {
  display: none;
}

.container-small {
  z-index: 2;
  width: 100%;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.titel {
  color: var(--white);
  letter-spacing: .02em;
  text-transform: uppercase;
  font-family: Codecpro, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.1;
}

.titel.black {
  color: var(--black);
}

.spacer-sm-start {
  padding-top: 2.25rem;
}

.page-intro-wrapper {
  z-index: 0;
  justify-content: center;
  align-items: center;
  height: 100svh;
  padding-top: 5em;
  padding-bottom: 0;
  display: flex;
  position: sticky;
  top: 0;
}

.section-page-intro {
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  min-height: 0;
  overflow: clip;
}

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

.nav-main {
  z-index: 999;
  background-color: #0000;
  border-bottom: 1px #757575;
  position: absolute;
  inset: 0% 0% auto;
}

.page-intro-splitscreen-bottom {
  background-color: #000;
  width: 100%;
  height: 0%;
}

.name {
  color: var(--rot);
  text-transform: uppercase;
  font-family: Codecpro, sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 16px;
}

.name.light {
  opacity: 1;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: Codecpro, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 22px;
}

.name.menu {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}

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

.nav-nav-text {
  color: #1d262d;
  letter-spacing: .25px;
  border-radius: 11px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px;
  font-family: Codecpro, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.nav-nav-text:hover {
  color: var(--rot);
  background-color: #0a66c200;
}

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

.services-img-block---2 {
  background-image: linear-gradient(#000, #fff);
  width: 100%;
  height: 288px;
}

.resources-wrapper {
  width: 100%;
}

.services-detail---2 {
  justify-content: space-between;
  width: 100%;
  padding: 12px 15px 12px 20px;
  display: flex;
}

.all-btn {
  color: #1d262d;
  background-color: #fff0;
  border: 1px solid #1d262d;
  border-radius: 5px;
  align-items: center;
  font-weight: 500;
  transition: border .3s, background-color .3s;
  display: flex;
}

.all-btn.menu-4 {
  background-color: var(--rot);
  color: var(--white);
  letter-spacing: .02em;
  text-transform: uppercase;
  border-style: none;
  border-color: #1d262d;
  border-radius: 8px;
  margin-left: 10px;
  padding-top: 11px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Codecpro, sans-serif;
  font-weight: 700;
}

.all-btn.menu-4:hover {
  background-color: var(--aqua);
  border-radius: 8px;
}

.nav-block---2 {
  grid-column-gap: 145px;
  grid-row-gap: 145px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px 20px;
  display: flex;
  position: relative;
}

.resources-dropdown-block---2 {
  width: 100%;
  padding: 43px 16px 16px;
  overflow: hidden;
}

.featured-list-item-arrow {
  width: 16px;
}

.services-text---2 {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
}

.nav-menu---2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.services-arrow-block---2 {
  background-color: #0a66c2;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.nav-shadow-box---2 {
  background-color: #fff;
  border-radius: 11px;
  position: absolute;
  inset: 0%;
  box-shadow: 0 2px 14px #00000021;
}

.drop-down-block---2 {
  padding: 43px 16px 16px;
}

.featured-heading {
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
}

.nav-menu-wrapper---2 {
  position: static;
}

.navbar-wrapper---2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  box-shadow: none;
  background-color: #fff0;
  border-radius: 11px;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: relative;
}

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

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

.flex-box---2 {
  position: relative;
}

.nav-dropdown-icon---2 {
  margin-right: 10px;
}

.nav-text---2 {
  font-family: Codecpro, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.featured-grid {
  grid-template-rows: auto;
  margin-top: 16px;
}

.services-img---2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.nav-dropdown---2 {
  margin-left: 5px;
  margin-right: 5px;
  position: static;
}

.nav-logo {
  z-index: 1;
  flex: none;
  position: relative;
}

.services-card---2 {
  border-radius: 11px;
  position: relative;
  overflow: hidden;
}

.arrow---3 {
  color: #fff;
}

.services-color-block---2 {
  background-image: linear-gradient(#fff0 71%, #000000b0 93%);
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
}

.featured-list-item-block {
  border-radius: 11px;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.featured-list-item-block:hover {
  background-color: #0a66c280;
}

.featured-link-block {
  background-color: #f1efeb;
  border-radius: 11px;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px;
  display: flex;
}

.featured-list-item-text {
  color: #1d262d;
  text-decoration: none;
}

.navbar---2 {
  z-index: 5;
  background-color: #0000;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
  position: sticky;
  top: 0;
}

.featured-text {
  color: #1d262d;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 19px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
}

.contact-btn---2 {
  color: #fff;
  text-align: center;
  background-color: #0a66c2;
  border-radius: 11px;
  padding: 9px 25px;
}

.nav-dropdown-toggle---2 {
  letter-spacing: .25px;
  border-radius: 11px;
  padding: 10px 30px 10px 10px;
  transition: background-color .3s;
}

.nav-dropdown-toggle---2:hover {
  color: var(--rot);
  background-color: #0a66c200;
}

.container---2 {
  width: 80rem;
  max-width: none;
}

.featured-card-image {
  border-radius: 11px;
  height: 250px;
  position: relative;
  overflow: hidden;
}

.nav-dropdown-list---2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list---2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list---2.shadow-three---2.mobile-shadow-hide---2.w--open {
  border-radius: 0 0 8px 8px;
  padding-top: 0;
  padding-bottom: 0;
  top: 70px;
  left: 0%;
  overflow: hidden;
  box-shadow: 0 11px 14px -1px #00000021;
}

.services-block---2 {
  transition: opacity .3s;
}

.services-block---2:hover {
  opacity: .69;
}

.featured-card-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 11px;
  flex-direction: column;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
  overflow: hidden;
}

.featured-card-block:hover {
  background-color: #0a66c280;
}

.change-text-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-don-t-change {
  color: var(--black);
  text-transform: capitalize;
  font-family: Codecpro, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.text-change-wrapper {
  height: 50px;
  padding-left: 10px;
  overflow: hidden;
}

.text-change {
  color: var(--rot);
  text-transform: capitalize;
  font-family: Codecpro, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.text-ticker_mask2 {
  z-index: 1;
  background-color: #fff;
  height: 5rem;
  margin-right: 0;
  position: absolute;
  inset: 5rem 0% 0% auto;
}

.text-ticker_mask1 {
  z-index: 1;
  background-color: #fff;
  height: 5rem;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.home-hero_para {
  max-width: 40rem;
  margin-bottom: 1.5rem;
  margin-left: -20px;
}

.text-ticker_carousel {
  clear: both;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #86e30f;
  flex-direction: column;
  line-height: 1em;
  display: flex;
}

.form_input-group {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-radius: 11px;
  align-items: stretch;
  max-width: 27rem;
  margin-top: 1rem;
  display: flex;
  overflow: hidden;
  box-shadow: 0 -7px 20px -13px #0f1f1a;
}

.form_checkbox-field {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #8fc7b5;
  align-items: center;
  margin-top: .25rem;
  margin-bottom: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.text-ticker_mask {
  float: right;
  color: #111;
  height: 6rem;
  padding-left: 0;
  display: inline-block;
  position: absolute;
  overflow: hidden;
}

.text-ticker_component {
  color: #272727;
  max-width: none;
  margin-bottom: 2rem;
  margin-left: -25px;
  font-family: Codecpro, sans-serif;
  position: relative;
}

.text-size-medium {
  font-family: Ciutadella, sans-serif;
  font-size: 1.125rem;
  line-height: 24px;
}

.h1 {
  letter-spacing: -.0175em;
  font-size: 5rem;
  font-weight: 800;
  line-height: 1.05;
  display: inline;
}

.h1._1 {
  color: var(--rot);
  font-weight: 800;
}

.h1._2 {
  color: var(--blau);
  font-weight: 800;
}

.h1._3 {
  color: var(--aqua);
  font-weight: 800;
}

.h1._4 {
  color: var(--blau);
  font-weight: 800;
}

.h1._6 {
  color: var(--rot);
  font-weight: 800;
}

.field-label {
  margin-bottom: .75rem;
  font-weight: 400;
}

.container-3 {
  max-width: 72rem;
  padding-left: 0;
  padding-right: 0;
}

.checkbox {
  background-color: #37564c;
  border-style: none;
  border-width: 0;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0;
  margin-left: 0;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.checkbox.w--redirected-checked {
  background-color: #86e30f;
  background-size: 16px;
}

.form_input-group_text-input {
  background-color: #37564c;
  border: 0 #000;
  min-height: 3rem;
  margin-bottom: 0;
}

.form_input-group_text-input::placeholder {
  color: #8fc7b5;
}

.input-group_submit {
  color: #32443e;
  background-color: #86e30f;
  padding: .5rem 1rem;
  font-weight: 600;
}

.section-page {
  background-color: #fff;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.section-page.black {
  background-color: #000;
}

.section-page.black.unterseiten {
  margin-top: -140px;
  padding-top: 15rem;
}

.section-padding {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.text-ticker_component-2 {
  color: #fff;
  max-width: 56rem;
  margin-bottom: 2rem;
  position: relative;
}

.div-block-3 {
  width: 100%;
  max-width: 80rem;
  padding-left: 20px;
  padding-right: 0;
}

.text-ticker_mask3 {
  z-index: 1;
  background-color: #fff;
  height: 6rem;
  margin-right: -50px;
  position: absolute;
  inset: 10rem 0% 0% auto;
}

.div-block-4 {
  z-index: 2;
  opacity: .17;
  mix-blend-mode: normal;
  width: auto;
  height: auto;
  position: absolute;
  inset: 20% 0% 0% 50%;
  overflow: visible;
}

.image {
  margin-left: 20%;
  margin-right: 0%;
}

.sectiontitle {
  color: #e3000b;
  margin-bottom: 1vw;
  font-family: Ciutadella, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1vw;
  position: static;
}

.icon-weiss {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
}

.columns-5 {
  margin-top: 0%;
  margin-bottom: 5%;
}

.lottie-animation {
  width: 80%;
}

.overlay {
  z-index: 4;
  background-color: #00285f;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 30px;
  padding-right: 30px;
  display: none;
  position: absolute;
}

.column-26 {
  padding-left: 0;
}

.grid-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 5%;
}

.icon-blau {
  z-index: 3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  inset: 0% auto auto 0%;
}

.sectionheadlinewhite {
  color: #e9eef9;
  margin-bottom: 25px;
  font-family: Ciutadella, sans-serif;
  font-size: 42px;
  font-weight: 800;
  line-height: 48px;
}

.image-6 {
  width: 4vw;
  padding-top: 9%;
  padding-bottom: 9%;
}

.leistungen-section {
  z-index: 2;
  background-color: #00285f;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: auto;
  margin-top: 0%;
  margin-bottom: 0%;
  padding: 5% 10%;
  display: flex;
  position: relative;
}

.text-block-45 {
  color: #e9eef9;
  text-align: center;
  font-family: Ciutadella, sans-serif;
  font-size: .9vw;
  line-height: 1.1vw;
  display: block;
}

.div-block-118 {
  justify-content: center;
  align-items: center;
  width: 13vw;
  display: flex;
}

.overlay-2 {
  z-index: 4;
  background-color: #00285f;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 30px;
  padding-right: 30px;
  display: none;
  position: absolute;
}

.leistungen-blau {
  background-color: #00285f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 15vw;
  display: flex;
  position: relative;
}

.textwhite {
  color: #e9eef9;
  font-family: Ciutadella, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}

.leistungen-rot {
  background-color: #e3000b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 15vw;
  display: flex;
  position: relative;
}

.text-block-21-copy {
  color: #fff;
  text-align: center;
  padding-top: 0%;
  padding-bottom: 6%;
  font-family: Ciutadella, sans-serif;
  font-size: 1.2vw;
  font-weight: 700;
  line-height: 1.4vw;
}

.text-block-21 {
  color: #00285f;
  text-align: center;
  padding-bottom: 6%;
  font-family: Ciutadella, sans-serif;
  font-size: 1.2vw;
  font-weight: 700;
  line-height: 1.4vw;
}

.column-9 {
  padding-left: 0;
  padding-right: 5%;
  position: sticky;
  top: 5%;
}

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

.slider-button {
  margin-left: 4px;
  margin-right: 4px;
}

.list {
  justify-content: flex-start;
  align-items: center;
  padding-left: 4vw;
  padding-right: 4vw;
  display: flex;
  overflow: scroll;
}

.item {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 30vw;
  min-width: 30vw;
  height: 50vh;
  margin-right: 1vw;
  padding-left: 1vw;
  padding-right: 1vw;
  display: flex;
}

.heading {
  font-size: 1.6rem;
}

.slider-button-wrap {
  justify-content: space-between;
  padding: 15px 25px 15px 54px;
  display: flex;
}

.slider-contain {
  width: 100%;
  overflow: hidden;
}

.section {
  background-color: #fff4dc;
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.wrapper {
  margin-left: -20%;
  overflow: hidden;
}

.card {
  width: 100%;
  height: 100%;
  position: relative;
}

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

.text-contain {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.card-header {
  color: #fff;
  font-size: 2rem;
  line-height: 1;
}

.div-block-119 {
  border: 1px solid #000;
  border-radius: 20px;
  height: 250px;
}

.collection-list {
  flex-flow: row;
  display: flex;
}

.collection-list-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  margin-left: -135px;
  margin-right: -135px;
  display: flex;
}

.div-block-120 {
  border: 1px solid #000;
  border-radius: 30px;
  width: 270px;
  height: 400px;
}

.div-block-121 {
  object-fit: contain;
  width: 100vw;
  overflow: hidden;
}

.swiper-button_arrow {
  width: 1rem;
  max-width: 100%;
  position: absolute;
  transform: rotate(-180deg);
}

.swiper-wrapper {
  width: 100%;
  display: flex;
}

.swiper-wrapper.is-cms {
  border-radius: 30px;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
}

.swiper-slide {
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.swiper-button__wrap {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 6rem;
  display: flex;
}

.swiper-button {
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  position: relative;
}

.swiper-button.swiper-btn-prev {
  transform: rotate(180deg);
}

.swiper.is-cms {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}

.swiper-button__border {
  border: 1px #fff;
  border-radius: 100rem;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.slide_wrap {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 30px;
  width: 100%;
  height: 450px;
  transition: opacity .8s, transform .8s;
  display: block;
  position: relative;
  overflow: clip;
}

.image-7 {
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), linear-gradient(#000, #fff);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border-radius: 30px;
  height: 450px;
}

.div-block-122 {
  width: 100vw;
  overflow: hidden;
}

.path, .path-2 {
  color: var(--rot);
}

.div-block-123 {
  background-color: #0000;
  background-image: linear-gradient(0deg, #000, #fff0 57%);
  justify-content: flex-start;
  align-items: flex-end;
  padding: 20px;
  display: flex;
  position: static;
  inset: 0%;
}

.div-block-123.abs {
  position: absolute;
}

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

.project-title {
  color: var(--white);
  text-align: left;
  margin-top: 0;
  font-family: Codecpro, sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.75rem;
  position: relative;
}

.project-title.aqua {
  color: var(--aqua);
}

.project-title.red {
  color: var(--rot);
}

.project-title.blue {
  color: var(--blau);
}

.project-title.black {
  color: var(--black);
}

.div-block-124 {
  background-color: var(--black);
  height: 500px;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.grid-8 {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  border: 1px #000;
  border-radius: 0;
  grid-template: ". . Area"
                 "Area-2 . Area"
                 "Area-2 . ."
                 "Area-2 . Area-3"
                 ". . Area-3"
                 / 1fr 1fr 1fr;
  grid-auto-flow: row;
}

.div-block-125 {
  border: 1px solid var(--white);
  border-radius: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  padding: 20px;
  display: flex;
}

.div-block-125.big {
  background-color: var(--white);
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
}

.copy-small {
  color: var(--white);
  font-family: Ciutadella, sans-serif;
  font-size: 18px;
  font-style: normal;
  line-height: 1.4;
  position: relative;
}

.copy-small.black {
  color: var(--black);
}

.logo-grid_list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.logo-grid_wrapper {
  object-fit: fill;
  background-color: #f4f4f4;
  border-radius: .75rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 10rem;
  padding: 2rem 1rem;
  display: flex;
}

.logo-grid_mask {
  max-height: 3rem;
  overflow: hidden;
}

.logo-grid_track {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.logo-grid_logo {
  object-fit: contain;
  height: 3rem;
  max-height: 3rem;
}

.logo-grid_logo.big {
  height: 5rem;
  max-height: 5rem;
}

.text-span {
  color: var(--black);
}

.div-block-126 {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

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

.div-block-11 {
  perspective: 1000px;
  padding-left: 0%;
  padding-right: 0%;
}

.container-9 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: auto;
  padding-top: 0%;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  overflow: visible;
}

.iphone {
  z-index: auto;
  width: 12vw;
  height: 25vw;
  margin-right: 5px;
  position: relative;
  transform: rotate(0);
}

.div-block-10 {
  perspective: 1000px;
  padding-left: 0%;
}

.layer-copy4 {
  z-index: -1;
  transform-style: preserve-3d;
  background-image: url('../images/bildschirmfoto-2022-04-22-um-13.42.14.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  position: absolute;
  inset: 0%;
  transform: translate3d(0, 0, -1px);
}

.layer {
  z-index: -1;
  transform-style: preserve-3d;
  background-image: url('../images/bildschirmfoto-2022-04-21-um-13.44.28.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  position: absolute;
  inset: 0%;
  transform: translate3d(0, 0, -1px);
}

.iphone-copy {
  z-index: auto;
  width: 12vw;
  height: 25vw;
  margin-right: 5px;
  position: relative;
  transform: rotate(0);
}

.followus {
  z-index: 2;
  color: #48c9af;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  align-items: center;
  height: 30vw;
  margin-top: 0;
  margin-left: 0%;
  margin-right: 0%;
  padding-right: 0%;
  display: flex;
  position: static;
}

.text-block-18 {
  color: var(--white);
  padding-left: 0%;
  font-family: Codecpro, sans-serif;
  font-size: 2.75rem;
  font-weight: 800;
  line-height: 3rem;
}

.screen {
  z-index: 1;
  background-image: url('../images/img_f68592c5ec13-1.jpeg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 20px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.text-block-17 {
  color: var(--white);
  text-align: right;
  text-transform: none;
  padding-right: 0%;
  font-family: Codecpro, sans-serif;
  font-size: 2.75rem;
  font-weight: 800;
  line-height: 3rem;
  position: static;
}

.screen-copy {
  z-index: 1;
  background-image: url('../images/bildschirmfoto-2022-05-03-um-12.29.35.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 20px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.notch {
  z-index: 1;
  background-color: #000;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 34%;
  height: 3%;
  margin-top: -3px;
  display: block;
  position: relative;
}

.front {
  z-index: 1;
  background-color: #000;
  border-radius: 25px;
  width: 100%;
  height: 100%;
  padding: 6px;
  position: relative;
}

.kontaktsocialmedia {
  z-index: 2;
  background-color: #00285f;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 83vh;
  margin-top: 0%;
  margin-bottom: 0%;
  padding: 5% 10%;
  display: flex;
  position: static;
  top: -44.4vw;
}

.div-block-128 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-129 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-logo-link {
  flex: 0 auto;
  margin-bottom: 2.5em;
  display: inline-block;
}

.overflow {
  overflow: hidden;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 3.25em;
  display: flex;
}

.container-l {
  max-width: 80rem;
}

.footer-link {
  color: var(--black);
  margin-bottom: .5em;
  font-size: 1.125em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5em;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: #bfbfbf;
  text-decoration: underline;
}

.footer-link-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.copyright {
  color: var(--black);
  text-transform: uppercase;
  font-family: Ciutadella, sans-serif;
  font-size: 1em;
  font-style: normal;
  font-weight: 300;
}

.html-embed {
  padding-left: 1.5vw;
  padding-right: 1.5vw;
}

.footer {
  color: #fff;
  text-align: center;
  background-color: #5600e3;
  align-items: flex-start;
  padding-top: 4.375em;
  font-style: italic;
  line-height: 1.5em;
}

.footer.black {
  background-color: var(--white);
  border-top: 2px solid #000;
  margin-left: 0%;
  margin-right: 0%;
  padding-left: 20px;
  padding-right: 20px;
}

.sco-med-wrapper {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-link-list {
  padding-left: 0;
  padding-right: 30px;
  font-family: Ciutadella, sans-serif;
  font-style: normal;
}

.txt-s {
  font-size: 1.125em;
  font-style: normal;
  line-height: 1.5em;
}

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

.footer-link-box.mw-184 {
  width: 11.5em;
}

.copyright-wrapper {
  border-top: 1px solid var(--black);
  padding-top: 1.25em;
  padding-bottom: 1.25em;
  overflow: hidden;
}

.div-block-130 {
  background-image: url('../images/zgmp.svg');
  background-position: 0 0;
  background-size: auto;
  position: absolute;
  inset: 0%;
}

.body {
  background-color: #fff;
}

.header_team {
  background-image: url('../images/bildschirmfoto-2024-07-31-um-07.51.56.png');
  background-position: 50%;
  background-size: cover;
  margin-top: -140px;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 0;
  position: static;
  inset: 0%;
}

.wrapper_team {
  position: sticky;
  inset: 0%;
}

.aufmacherbild_team {
  color: #fff;
  background-color: #0000;
  border: 2vw #e9eef9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 93vh;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Ciutadella, sans-serif;
  font-size: 7vw;
  font-weight: 700;
  display: flex;
}

.text-block-name {
  color: #e3000b;
  text-transform: uppercase;
  font-family: Codecpro, sans-serif;
  font-size: 6vw;
  font-weight: 800;
  line-height: 6vw;
}

.text-block-skills {
  opacity: 1;
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0%;
  font-family: Ciutadella, sans-serif;
  font-size: 1.5vw;
  font-weight: 400;
  transform: translate(0);
}

.quick-stack {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  padding: 0;
}

.image-9 {
  border-radius: 30px;
  width: 100%;
}

.div-block-131 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  margin-bottom: 10px;
  display: flex;
}

.skills {
  width: 100%;
}

.text-block-42 {
  color: #00285f;
  text-transform: uppercase;
  margin-top: 2%;
  padding-bottom: 1%;
  font-family: Ciutadella, sans-serif;
  font-size: .85vw;
}

.skill_1, .skill_2, .skill_3, .skill_4 {
  background-color: var(--aqua);
  width: 90%;
  height: 3px;
  margin-bottom: 10px;
}

.skill_6 {
  background-color: var(--aqua);
  width: 100%;
  height: 3px;
  margin-bottom: 10px;
}

.cell {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.headlineklein {
  color: #00285f;
  text-transform: uppercase;
  margin-bottom: 3%;
  font-family: Ciutadella, sans-serif;
  font-size: 2vw;
}

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

.heading-style-h2 {
  color: #009ba2;
  text-align: left;
  letter-spacing: -.005em;
  text-transform: none;
  margin-bottom: 10px;
  font-family: Codecpro, sans-serif;
  font-size: 2.35rem;
  font-weight: 800;
  line-height: 1.1;
}

.heading-style-h2.off {
  font-weight: 800;
}

.gallery-copy {
  background-color: #0000;
  height: auto;
  margin: 0%;
  padding-top: 0;
  padding-bottom: 0;
}

.collection-list-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  overflow: hidden;
}

.collection-list-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-item-3 {
  overflow: visible;
}

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

.heading-style-h1-2 {
  color: #fff;
  letter-spacing: -.01em;
  text-transform: uppercase;
  font-family: Codecpro, sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: .85;
}

.heading-style-h1-2.black {
  color: #000;
  font-weight: 800;
}

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

.collection-list-wrapper-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: block;
}

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

.div-block-133 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.image-20 {
  border-radius: 15px;
}

.div-block-134 {
  border-radius: 20px;
  overflow: hidden;
}

.collection-list-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 0;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.collection-list-wrapper-4 {
  box-sizing: border-box;
  aspect-ratio: auto;
  border-radius: 0;
}

.collection-item-4 {
  border-radius: 0;
  width: 100%;
  height: auto;
}

.div-block-135 {
  border-radius: 30px;
  overflow: hidden;
}

.collection-list-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "."
                 "."
                 "."
                 "."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.projekte {
  border: 1px none var(--white);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 30px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  position: relative;
}

.projekte.big {
  background-color: var(--white);
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
}

.div-block-137 {
  border: 1px solid var(--white);
  background-image: linear-gradient(0deg, #000, #fff0 63%);
  border-radius: 30px;
  position: absolute;
  inset: 0%;
}

.gallery-grid2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.work_wrapper {
  padding-top: 0;
}

.work_list {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template: "."
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  display: grid;
}

.work_item {
  border: 1px solid var(--white);
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.work_image {
  opacity: .7;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: static;
  inset: 0%;
}

.work_content-wrap {
  z-index: 2;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: auto;
  min-height: 0;
  padding: 0;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.work_date-wrap {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.work_date-dot {
  border-style: solid;
  border-width: 2px;
  border-radius: 100vw;
  flex: none;
  width: .7em;
  height: .7em;
}

.work_date-text {
  font-size: .8em;
  line-height: 1;
}

.work_title-wrap {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 2em;
  display: flex;
}

.work_title {
  font-size: 1.2em;
  line-height: 1.3;
}

.work_description {
  font-size: .8em;
  line-height: 1.5;
}

.page-styles {
  position: fixed;
  inset: 0% 0% auto;
}

.link-5 {
  color: #fff;
}

.heading-style-h1-3 {
  color: #fff;
  letter-spacing: -.01em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Codecpro, sans-serif;
  font-size: 5rem;
  font-weight: 800;
  line-height: .85;
}

.form-spacer {
  flex: 0 auto;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
}

.text-block-48 {
  color: #e9eef9;
  font-family: Ciutadella, sans-serif;
}

.form-03-outer-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: none;
  display: grid;
}

.image-21 {
  object-fit: cover;
  border-radius: 20px;
  height: 500px;
}

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

.form-block-03-2 {
  border: 1px #dbdbdb;
  margin-bottom: 0;
  padding: 20px;
}

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

.button-3 {
  text-transform: none;
  background-color: #3b2ae5;
  border-radius: 0;
  padding: 13px 22px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  transition: all .2s;
}

.button-3:hover {
  opacity: .8;
}

.button-3.in-form {
  text-align: center;
  background-color: #009ca2;
  border-radius: 8px;
  width: 100%;
}

.text-field-inform {
  color: #000;
  border: 1px #dbdbdb;
  border-radius: 8px;
  height: 48px;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 15px;
  font-family: Ciutadella, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.text-field-inform:active {
  color: #000;
  border-color: #dbdbdb;
}

.text-field-inform.bigger {
  height: auto;
  min-height: 120px;
}

.quick-stack-2 {
  padding: 0;
}

.heading-style-h6-2 {
  color: #fff;
  letter-spacing: .02em;
  text-transform: uppercase;
  font-family: Ciutadella, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.1;
}

.text-block-49 {
  color: #00285f;
  font-family: Ciutadella, sans-serif;
}

.checkbox-label-2 {
  color: #fff;
  margin-bottom: 0;
  padding-top: 5px;
  font-family: Ciutadella, sans-serif;
}

._2-questions-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.checkbox-field {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-top: 20px;
  padding-left: 10px;
  display: flex;
}

.h3 {
  color: #009ba2;
  text-align: left;
  letter-spacing: -.005em;
  text-transform: none;
  margin-top: 0;
  font-family: Codecpro, sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.1;
}

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

.text-span-2, .text-span-3, .text-span-4, .text-span-5, .text-span-6, .text-span-7, .text-span-8 {
  color: var(--aqua);
}

.grid-8-copy {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  border: 1px #000;
  border-radius: 0;
  grid-template: ". . Area"
                 "Area-2 . Area"
                 "Area-2 . ."
                 / 1fr 1fr 1fr;
  grid-auto-flow: row;
}

.button-mobile {
  display: none;
}

.div-block-138 {
  z-index: 10;
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.div-block-139 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--white);
  background-color: var(--black);
  border-radius: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 70rem;
  height: 400px;
  display: grid;
}

.image-23 {
  border-radius: 30px;
  width: 100%;
}

.div-block-140 {
  padding: 40px;
  position: relative;
}

.div-block-141 {
  padding: 40px;
}

.div-block-142 {
  height: 20px;
}

.div-block-143 {
  background-color: #fff0;
  background-image: url('../images/icon-1.png');
  background-position: 50%;
  background-size: cover;
  width: 25px;
  height: 25px;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 20px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.rich-text-block-4 {
  color: #fff;
  width: 100%;
  font-family: Ciutadella, sans-serif;
  font-weight: 300;
}

.paragraph-7 {
  font-size: 1.25rem;
}

.heading-3 {
  font-family: Codecpro, sans-serif;
}

.rich-text-block-5 {
  color: #fff;
  font-family: Ciutadella, sans-serif;
}

.paragraph-8 {
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.link-6 {
  color: var(--aqua);
}

.paragraph-9, .paragraph-10, .paragraph-11, .paragraph-12, .paragraph-13 {
  font-size: 1.25rem;
}

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

.udesly-handlebar-wrapper {
  z-index: 10;
  color: #0000;
  cursor: grab;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1px;
  height: 100%;
  display: flex;
  position: relative;
}

.udesly-circle-handle {
  cursor: grab;
  background-color: #fff;
  background-image: url('../images/arrows.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
}

.udesly-label-text {
  color: var(--aqua);
  text-align: center;
  width: auto;
  margin-top: 10px;
  margin-bottom: 8px;
  font-family: Ciutadella, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.seo-text {
  margin-bottom: 5%;
  padding-top: 0%;
  padding-left: 10%;
  padding-right: 10%;
}

.udesly-code-snippet {
  display: none;
}

.bold-text {
  font-family: Ciutadella, sans-serif;
}

.columns-8-copy {
  height: auto;
  margin-bottom: 7%;
}

.column-23 {
  height: 100%;
  padding-left: 20px;
}

.heading-5 {
  color: var(--aqua);
  margin-top: 0;
  font-family: Codecpro, sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 20px;
}

.udesly-before-label {
  z-index: 3;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  padding-left: 10px;
  padding-right: 10px;
  transition: opacity .2s ease-in-out;
  display: flex;
  position: absolute;
  inset: 20px auto auto 20px;
}

.udesly-right-image {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.udesly-before-after-slider {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.udesly-left-image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.column-24 {
  padding-left: 0;
  padding-right: 40px;
}

.udesly-after-label {
  z-index: 3;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  padding: 0 10px;
  transition: opacity .2s ease-in-out;
  display: flex;
  position: absolute;
  inset: 20px 20px auto auto;
}

.columns-8 {
  height: auto;
  margin-bottom: 7%;
}

.uebermich_text {
  color: #333;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 0%;
  padding-bottom: 0%;
  font-family: Ciutadella, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  display: block;
}

.quick-stack-3 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  padding: 0;
}

.copy-small-2 {
  color: #fff;
  font-family: Ciutadella, sans-serif;
  font-size: 18px;
  font-style: normal;
  line-height: 1.4;
  position: relative;
}

.copy-small-2.black {
  color: #000;
}

.gallery-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-144 {
  border: 1px solid #fff;
  border-radius: 20px;
  height: 400px;
  position: relative;
  overflow: hidden;
}

.container-10 {
  max-width: 70rem;
}

.tel {
  color: var(--aqua);
  padding-left: 10px;
  font-family: Codecpro, sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
}

.svg-icon {
  color: #fff;
  width: 2rem;
  height: 2rem;
}

.svg-icon:hover {
  cursor: pointer;
}

.div-block-145 {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

@media screen and (max-width: 991px) {
  .page-padding {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .logo {
    object-fit: cover;
  }

  .nav-nav-text {
    width: 100%;
    margin: 0;
    padding: 16px;
  }

  .services-img-block---2 {
    width: 100%;
  }

  .menu-button---2 {
    padding: 12px;
  }

  .menu-button---2.w--open {
    color: #fff;
    background-color: #0a66c2;
    border-radius: 50px;
  }

  .all-btn {
    color: #1d262d;
    border-color: #1d262d;
    margin-left: 16px;
    display: block;
  }

  .all-btn.menu-4 {
    margin-left: 0;
    display: inline-block;
  }

  .nav-block---2 {
    justify-content: space-between;
    width: 100%;
  }

  .resources-dropdown-block---2 {
    padding-top: 10px;
  }

  .services-text---2 {
    font-size: 19px;
  }

  .nav-menu---2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    background-color: #fff;
    border-radius: 8px;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding: 18px;
    display: flex;
  }

  .services-arrow-block---2 {
    width: 33px;
    height: 33px;
  }

  .drop-down-block---2 {
    padding-top: 10px;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-menu-wrapper---2 {
    background-color: #0000;
    border-radius: 10px;
    max-height: 86vh;
    margin-top: 15px;
    margin-left: 20px;
    margin-right: 20px;
    position: absolute;
    overflow: auto;
    box-shadow: 1px 1px 10px #0003;
  }

  .navbar-wrapper---2 {
    justify-content: space-between;
    width: 100%;
  }

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

  .flex-box---2 {
    width: 100%;
  }

  .nav-list-item {
    color: #1d262d;
    text-align: left;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-dropdown---2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .navbar---2 {
    width: 100%;
    padding-bottom: 0;
  }

  .nav-dropdown-toggle---2 {
    width: 100%;
    margin-bottom: 0;
    padding: 16px;
  }

  .nav-dropdown-toggle---2:active {
    background-color: #e4f77c00;
    overflow: hidden;
  }

  .nav-dropdown-toggle---2.w--open {
    background-color: #0a66c280;
  }

  .container---2 {
    width: 100%;
  }

  .nav-dropdown-list---2.shadow-three---2.w--open {
    position: absolute;
  }

  .nav-dropdown-list---2.shadow-three---2.mobile-shadow-hide---2.w--open {
    box-shadow: none;
    position: relative;
    top: 0;
  }

  .text-don-t-change {
    font-size: 30px;
    line-height: 40px;
  }

  .text-change-wrapper {
    height: 40px;
  }

  .text-change {
    font-size: 30px;
    line-height: 40px;
  }

  .form-03-outer-div {
    grid-template-columns: 1fr;
  }

  .form-block-03-2 {
    margin-top: 20px;
  }

  .udesly-handlebar-wrapper {
    height: 500px;
  }
}

@media screen and (max-width: 767px) {
  .h2 {
    font-size: 3rem;
  }

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

  .nav-nav-text {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .services-img-block---2 {
    height: 240px;
  }

  .resources-dropdown-block---2 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .featured-list {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-menu---2 {
    flex-direction: column;
    align-items: center;
    padding-bottom: 30px;
  }

  .drop-down-block---2 {
    margin-top: 10px;
    padding: 0;
  }

  .resources-card-wrappe {
    display: none;
  }

  .nav-dropdown---2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

  .featured-link-block {
    padding: 0;
  }

  .contact-btn---2 {
    display: none;
  }

  .nav-dropdown-toggle---2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list---2.shadow-three---2 {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list---2.shadow-three---2.w--open {
    position: relative;
  }

  .nav-dropdown-list---2.shadow-three---2.mobile-shadow-hide---2 {
    box-shadow: none;
  }

  .nav-dropdown-list---2.shadow-three---2.mobile-shadow-hide---2.w--open {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-don-t-change {
    font-size: 18px;
    line-height: 24px;
  }

  .text-change-wrapper {
    height: 24px;
  }

  .text-change {
    font-size: 18px;
    line-height: 24px;
  }

  .text-ticker_carousel {
    display: flex;
  }

  .text-ticker_mask {
    height: 3.5rem;
    padding-left: .5em;
  }

  .h1 {
    font-size: 2.5rem;
  }

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

  .logo-grid_wrapper {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .logo-grid_logo {
    max-height: 3rem;
  }

  .footer-flex-container {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 2.5em;
  }

  .footer-logo-wrapper {
    margin-bottom: 2.5em;
  }

  .container-l {
    width: 100%;
    padding-left: 1em;
    padding-right: 1em;
  }

  .footer-link {
    font-style: normal;
  }

  .footer-link-wrapper {
    flex-direction: column;
  }

  .copyright {
    font-size: 1em;
    font-style: normal;
  }

  .footer {
    padding-top: 3.75em;
    padding-left: 0;
    padding-right: 0;
  }

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

  .footer-link-box {
    margin-bottom: 2.5em;
  }

  .footer-link-box.last {
    margin-bottom: 0;
  }

  .copyright-wrapper {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }

  .heading-style-h1-2 {
    font-size: 3rem;
  }

  .gallery-grid2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

  .heading-style-h1-3 {
    font-size: 3rem;
  }

  .gallery-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    width: 100%;
    height: 200px;
  }

  .button-container {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .button-container.cent {
    justify-content: center;
    align-items: center;
  }

  .button-4 {
    border-radius: 8px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
  }

  .button-4.secondary {
    display: none;
  }

  .button-4.secondary.negativ {
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
    padding-top: 10px;
    display: block;
  }

  .button-4.off {
    text-align: center;
    display: block;
  }

  .section-after-intro-text {
    margin-top: 0;
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .section-after-intro-text.unterseite {
    padding-top: 0;
  }

  .copy-medium {
    text-align: center;
    font-size: 1rem;
  }

  .spacer-xl-start {
    padding-top: 3rem;
  }

  .spacer-xl-start.off {
    display: none;
  }

  .heading-style-h3 {
    text-align: center;
    font-size: 2rem;
  }

  .heading-style-h3.cent {
    font-size: 1.5rem;
  }

  .h2 {
    font-size: 2rem;
    line-height: 1.9rem;
  }

  .h2.black {
    line-height: 1.9rem;
    display: block;
  }

  .h2.black.mobile {
    display: block;
  }

  .container-small {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .titel, .titel.black {
    margin-bottom: 15px;
  }

  .spacer-sm-start {
    padding-top: .5rem;
  }

  .page-intro-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    height: 100svh;
    margin-bottom: -100px;
    padding-top: 0;
    position: static;
  }

  .name {
    display: none;
  }

  .name.light {
    display: block;
  }

  .name.menu {
    text-align: left;
    text-transform: none;
    padding-left: 16px;
    font-family: Codecpro, sans-serif;
    font-size: 16px;
    display: block;
  }

  .logo {
    flex: none;
  }

  .services-img-block---2 {
    height: 128px;
  }

  .menu-button---2.w--open {
    background-color: var(--rot);
  }

  .all-btn {
    margin-left: 12px;
  }

  .nav-block---2 {
    grid-column-gap: 75px;
    grid-row-gap: 75px;
  }

  .resources-dropdown-block---2 {
    margin-top: 10px;
    padding: 0;
  }

  .featured-list {
    margin-top: 0;
    margin-bottom: 0;
  }

  .nav-menu---2 {
    flex-direction: column;
    padding-left: 12px;
    padding-right: 12px;
  }

  .nav-shadow-box---2 {
    border-radius: 15px;
  }

  .drop-down-block---2 {
    padding: 0;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .navbar-wrapper---2 {
    box-shadow: none;
    background-color: #000;
    border: 1px solid #fff;
    border-radius: 15px;
  }

  .nav-dropdown-icon---2, .nav-text---2 {
    color: var(--black);
  }

  .navbar---2 {
    height: 100px;
  }

  .nav-dropdown-toggle---2.w--open {
    background-color: var(--rot);
  }

  .change-text-wrapper {
    text-align: center;
    flex-direction: column;
  }

  .text-change-wrapper {
    margin-top: 10px;
    padding-left: 0;
  }

  .home-hero_para {
    margin-top: 0;
    margin-left: 0;
  }

  .text-ticker_carousel {
    padding-right: 20%;
  }

  .text-ticker_mask {
    height: 4rem;
    padding-left: 0;
  }

  .text-ticker_component {
    max-width: 100%;
    margin-left: 0;
    display: none;
  }

  .text-size-medium {
    padding-top: 20px;
  }

  .h1 {
    max-width: none;
    font-size: 2rem;
  }

  .h1._1 {
    padding-right: 20%;
  }

  .section-page {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .section-page.black, .section-page.black.unterseiten {
    display: block;
  }

  .section-page.black.smartphone {
    display: none;
  }

  .section-page.smartphone, .section-page.black, .section-page.black.unterseiten {
    display: block;
  }

  .div-block-3 {
    justify-content: center;
    align-items: flex-end;
    height: 100%;
    padding-bottom: 100px;
    padding-right: 20px;
    display: flex;
  }

  .div-block-4 {
    display: block;
    position: static;
    inset: 0%;
    overflow: hidden;
  }

  .sectiontitle {
    margin-top: 0;
    margin-bottom: 5vw;
    font-size: 16px;
  }

  .overlay {
    background-color: #e9eef9;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .column-26 {
    padding-left: 0;
  }

  .grid-7 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
  }

  .sectionheadlinewhite {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 26px;
    line-height: 32px;
  }

  .image-6 {
    width: 10vw;
  }

  .leistungen-section {
    padding: 10% 5% 14%;
  }

  .text-block-45 {
    color: #00285f;
    font-size: 10px;
    font-weight: 300;
    line-height: 13px;
  }

  .overlay-2 {
    background-color: #e9eef9;
    flex-direction: row;
    width: 100%;
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .leistungen-blau {
    height: 45vw;
    position: relative;
  }

  .textwhite {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 22px;
  }

  .leistungen-rot {
    height: 45vw;
  }

  .text-block-21-copy, .text-block-21 {
    font-size: 12px;
    line-height: 16px;
  }

  .column-9 {
    position: static;
  }

  .slide_wrap {
    border-radius: 15px;
    height: 350px;
  }

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

  .div-block-125, .logo-grid_wrapper {
    border-radius: 15px;
  }

  .iphone {
    margin-right: 0;
  }

  .layer-copy4 {
    background-image: url('../images/bildschirmfoto-2022-04-22-um-13.47.54.png');
  }

  .iphone-copy {
    margin-right: 0;
  }

  .followus {
    display: none;
  }

  .screen, .screen-copy {
    margin-bottom: 20px;
  }

  .kontaktsocialmedia {
    display: none;
  }

  .footer-logo-link {
    height: 60px;
  }

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

  .copyright {
    text-align: center;
  }

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

  .sco-med-wrapper {
    justify-content: center;
  }

  .footer-link-list {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .txt-s, .footer-link-box.mw-184 {
    display: none;
  }

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

  .button-desktop {
    max-width: 70%;
    margin-right: 0%;
    display: none;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .header_team {
    background-image: url('../images/bildschirmfoto-2023-09-28-um-08.35.58.png');
    background-position: 50%;
    background-size: cover;
    margin-bottom: 0;
  }

  .wrapper_team {
    background-image: linear-gradient(0deg, #000, #fff0 58%);
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .aufmacherbild_team {
    justify-content: flex-start;
    align-items: center;
    min-height: 45vh;
    padding-top: 20px;
  }

  .text-block-name {
    text-align: center;
    text-shadow: 3px 3px 7px #ffffff1a;
    margin-top: 102px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 36px;
    font-weight: 800;
    line-height: 36px;
  }

  .text-block-skills {
    color: var(--white);
    text-align: center;
    text-transform: none;
    margin-top: 10px;
    padding-left: 40px;
    padding-right: 40px;
    font-family: Ciutadella, sans-serif;
    font-size: 16px;
    line-height: 20px;
  }

  .quick-stack {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-top: 1rem;
  }

  .image-9 {
    border-radius: 15px;
  }

  .div-block-131 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .text-block-42 {
    font-size: 12px;
  }

  .cell {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .headlineklein {
    font-size: 20px;
    line-height: 25px;
  }

  .heading-style-h2 {
    margin-bottom: 0;
    font-size: 2rem;
  }

  .heading-style-h2.off {
    display: none;
  }

  .heading-style-h2.skill {
    margin-bottom: 15px;
  }

  .gallery-copy {
    height: auto;
    margin-left: 0%;
    margin-right: 0%;
  }

  .collection-list-wrapper-2 {
    border-radius: 15px;
  }

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

  .collection-list-4 {
    flex-flow: column;
    grid-template-columns: 1fr;
    margin-top: 10px;
  }

  .div-block-133 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .image-20 {
    display: none;
  }

  .div-block-135 {
    border-radius: 15px;
  }

  .heading-style-h1-3 {
    font-size: 2rem;
    line-height: 1.9rem;
  }

  .image-21 {
    border-radius: 15px;
    height: 200px;
  }

  .form-block-03-2 {
    width: 100%;
    max-width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-22 {
    border-radius: 15px;
  }

  ._2-questions-wrap {
    flex-direction: column;
  }

  .h3 {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.5rem;
  }

  .grid-8-copy {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-flow: column;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .button-mobile {
    max-width: 70%;
    margin-right: 0%;
    display: inline-block;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .rich-text-block-4 {
    width: 100%;
  }

  .udesly-handlebar-wrapper {
    height: 300px;
  }

  .udesly-circle-handle {
    width: 60px;
    height: 60px;
  }

  .seo-text {
    padding-left: 5%;
    padding-right: 5%;
  }

  .columns-8-copy {
    flex-direction: column-reverse;
    display: flex;
  }

  .column-23 {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .udesly-before-after-slider {
    width: 100%;
    min-width: 250px;
  }

  .udesly-left-image {
    margin-bottom: 0;
  }

  .column-24 {
    margin-bottom: 20px;
    padding-right: 0;
  }

  .columns-8 {
    flex-direction: column;
    display: flex;
  }

  .uebermich_text {
    padding-top: 0;
    padding-bottom: 5%;
    font-size: 16px;
    line-height: 22px;
  }

  .quick-stack-3 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-top: 1rem;
  }

  .gallery-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .div-block-144 {
    height: 250px;
  }
}

#w-node-f1498de9-ac84-3e55-707e-8eccf4b78437-cde8799a {
  align-self: center;
}

#w-node-_07c14206-767e-054c-ed7f-1497b0718d98-cde8799a {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-a7538320-b4bd-18cc-13cb-6a7519710de4-cde8799a {
  grid-area: Area-2;
  align-self: auto;
}

#w-node-afc7eefd-7be9-39b4-24bc-f298059d183d-cde8799a, #w-node-_2464587e-f823-43a6-1957-9485ee29668b-cde8799a, #w-node-e79329e5-ffe5-fec0-bdc7-92e9ed0d044c-cde8799a, #w-node-_36037926-e552-5e8d-256c-51d9f37397dd-cde8799a, #w-node-e7c56483-4486-3242-9824-456813681e97-cde8799a, #w-node-_374dae91-c318-fca4-0cf0-d3124f563591-cde8799a, #w-node-a0ff5400-5eb6-56d5-5097-c07001eb4095-cde8799a, #w-node-_61667da0-ba1a-0827-08eb-558702fa1d42-cde8799a {
  place-self: stretch center;
}

#w-node-_6b29b39e-f915-8de5-a9a9-31f8407b3e5f-bb7356de, #w-node-_5ec9fd62-ff10-9a5e-4014-0df698d990ed-bb7356de {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_16ba46c1-15b7-b01a-a693-1935116ccb19-9303fac7 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_16ba46c1-15b7-b01a-a693-1935116ccb28-9303fac7 {
  grid-area: Area-2;
  align-self: auto;
}

#w-node-cfcbbb04-9179-339a-6716-e416d431c7da-51331561 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_918ce493-35cd-9c62-5cce-83e8b5e3bcf5-4f81d4c4 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_918ce493-35cd-9c62-5cce-83e8b5e3bcf6-4f81d4c4, #w-node-_918ce493-35cd-9c62-5cce-83e8b5e3bcfc-4f81d4c4 {
  grid-column: span 2 / span 2;
}

@media screen and (max-width: 479px) {
  #w-node-_07c14206-767e-054c-ed7f-1497b0718d98-cde8799a {
    grid-area: 1 / 1 / 4 / 2;
  }

  #w-node-a7538320-b4bd-18cc-13cb-6a7519710de4-cde8799a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6b29b39e-f915-8de5-a9a9-31f8407b3e5f-bb7356de, #w-node-_5ec9fd62-ff10-9a5e-4014-0df698d990ed-bb7356de {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_16ba46c1-15b7-b01a-a693-1935116ccb19-9303fac7 {
    grid-area: 1 / 1 / 4 / 2;
  }

  #w-node-_16ba46c1-15b7-b01a-a693-1935116ccb28-9303fac7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_918ce493-35cd-9c62-5cce-83e8b5e3bcf5-4f81d4c4 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_918ce493-35cd-9c62-5cce-83e8b5e3bcf6-4f81d4c4, #w-node-_918ce493-35cd-9c62-5cce-83e8b5e3bcfc-4f81d4c4 {
    grid-column: span 2 / span 2;
  }
}


@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/gilroy-extrabold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Codecpro';
  src: url('../fonts/codecpro-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Codecpro';
  src: url('../fonts/codecpro-extrabold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Codecpro';
  src: url('../fonts/codecpro-heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ciutadella';
  src: url('../fonts/ciutadella-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ciutadella';
  src: url('../fonts/ciutadella-light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ciutadella';
  src: url('../fonts/ciutadella-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Codecpro';
  src: url('../fonts/codecpro-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}