@font-face {
  font-family: "Nunito Sans V 15 Latin 600";
  src: url('../fonts/nunito-sans-v15-latin-600.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nunito Sans V 15 Latin 700";
  src: url('../fonts/nunito-sans-v15-latin-700.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nunito Sans V 15 Latin 500";
  src: url('../fonts/nunito-sans-v15-latin-500.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nunito Sans V 15 Latin";
  src: url('../fonts/nunito-sans-v15-latin-regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nunito Sans V 15 Latin 800";
  src: url('../fonts/nunito-sans-v15-latin-800.woff2') format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nunito Sans V 15 Latin 200";
  src: url('../fonts/nunito-sans-v15-latin-200.woff2') format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nunito Sans V 15 Latin 300";
  src: url('../fonts/nunito-sans-v15-latin-300.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Raleway V 34 Latin";
  src: url('../fonts/raleway-v34-latin-regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Raleway V 34 Latin 700";
  src: url('../fonts/raleway-v34-latin-700.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Raleway V 34 Latin 600";
  src: url('../fonts/raleway-v34-latin-600.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Raleway V 34 Latin 500";
  src: url('../fonts/raleway-v34-latin-500.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Raleway V 34 Latin 300";
  src: url('../fonts/raleway-v34-latin-300.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #000;
  --parawhite: #e6e6e6;
  --red: #fc0c43;
  --white: white;
  --grey: #262626;
  --red-hover: #cc0a36;
  --untitled-ui--gray900: #101828;
  --untitled-ui--gray100: #f2f4f7;
  --untitled-ui--gray50-2: #f9fafb;
  --formfield: #626262;
  --untitled-ui--success700: #027a48;
  --untitled-ui--gray800: #1d2939;
  --untitled-ui--primary800: #53389e;
  --untitled-ui--success50: #ecfdf3;
  --untitled-ui--primary700: #6941c6;
  --untitled-ui--gray500: #667085;
  --untitled-ui--primary100: #f4ebff;
  --untitled-ui--gray700: #344054;
  --untitled-ui--white: white;
  --untitled-ui--gray600: #475467;
  --untitled-ui--primary600: #7f56d9;
  --untitled-ui--gray300: #d0d5dd;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

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

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

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

body {
  background-color: var(--black);
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

p {
  color: var(--parawhite);
  max-width: 80ch;
  margin-bottom: 0;
  font-family: "Raleway V 34 Latin 300", Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
}

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

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  line-height: 1.5;
}

li {
  color: var(--white);
  background-image: url('../images/bullet-tick.svg');
  background-position: 0 11px;
  background-repeat: no-repeat;
  background-size: 23px;
  max-width: 40ch;
  margin-bottom: 21px;
  padding-left: 33px;
  font-family: "Nunito Sans V 15 Latin 500", Arial, sans-serif;
  font-size: 25px;
  font-weight: 500;
}

.con-max {
  max-width: 1640px;
}

.con-max.leftspace {
  padding-left: 6vw;
}

.con-max.sticky {
  z-index: 23;
  background-color: var(--grey);
  max-width: 1364px;
  padding-top: 0;
  position: sticky;
  top: 6.4rem;
}

.con-max.relativ {
  z-index: 20;
  position: relative;
}

.con-max.padding {
  justify-content: center;
  align-items: flex-start;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.h-biggest {
  color: var(--white);
  max-width: 26ch;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: "Nunito Sans V 15 Latin 600", Arial, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.2;
}

.h-biggest.is-center {
  text-align: center;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.h-biggest.is-center.space-center {
  margin-left: auto;
  margin-right: auto;
}

.h-biggest.is-center.max-ch {
  max-width: 30ch;
}

.h-biggest.magenta {
  color: #ff00b2;
}

.h-biggest.no-max-ch {
  max-width: 100%;
}

.h-biggest.kontakt {
  text-align: center;
  margin-bottom: 19px;
}

.section {
  padding: 8vw 5vw;
}

.section.grey {
  z-index: 2;
  background-color: var(--grey);
  position: relative;
}

.section.grey.relativ {
  padding-top: 5vw;
  position: relative;
  overflow: clip;
}

.section.bottom-cta {
  padding-bottom: 4vw;
}

.section.umzug {
  padding-bottom: 3vw;
}

.section.top-space-smal {
  padding-top: 5vw;
}

.section._100vh {
  min-height: 100vh;
}

.h-big {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 30px;
  font-family: "Nunito Sans V 15 Latin 600", Arial, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
}

.h-big.is-center {
  text-align: center;
  margin-bottom: 0;
}

.h-big.is-center.is-facts {
  font-size: 26px;
}

.h-big.is-center.max-ch {
  max-width: 40ch;
}

.h-big.split {
  font-size: 44px;
}

.h-big.lagerflex {
  font-size: 28px;
}

.h-big.person {
  margin-bottom: 20px;
}

.h-big.icon {
  color: var(--grey);
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: var(--red);
  border: 1px solid #000;
  font-size: 155px;
}

.mar-t-24 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  margin-top: 1.5em;
  display: grid;
}

.card-content {
  margin-left: 0;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 20px;
}

.slider-main_button {
  opacity: .3;
  color: #c8dd5e;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 4.6em;
  height: 3.25em;
  padding-top: 4px;
  transition: all .2s;
  display: flex;
}

.slider-main_button:hover {
  opacity: .69;
  color: #1f1f1f;
  transform: scale(1.1);
}

.slider-main_button.swiper-next {
  margin-left: 79px;
}

.slider-main_button.swiper-prev {
  transform: rotate(0);
}

.image-swiper {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 29em;
}

.slider-main_button-wrapper {
  grid-column-gap: 10px;
  margin-bottom: 1.5em;
  display: flex;
}

.swiper-wrapper {
  align-items: stretch;
  display: flex;
}

.swiper-slide {
  flex: none;
  padding-top: 13px;
  padding-bottom: 13px;
}

.swiper {
  flex-direction: row;
  align-items: center;
}

.swiper-content {
  text-align: left;
  border-radius: 18px;
  flex-direction: column;
  align-items: center;
  width: 44em;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
}

.swiper-content.filter {
  width: auto;
}

.l-schen {
  height: 100vh;
}

.btn {
  background-color: var(--red);
  color: var(--white);
  border-radius: 50px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 30px;
  font-family: "Raleway V 34 Latin 600", Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  transition: background-color .2s;
}

.btn:hover {
  background-color: var(--red-hover);
}

.btn.ghost {
  border: 2px solid var(--red);
  color: var(--red);
  background-color: #fc0c4300;
  margin-top: 30px;
}

.btn.ghost:hover {
  color: var(--white);
  background-color: #fc0c43;
}

.btn.ghost.form {
  padding-top: 15px;
  padding-bottom: 15px;
}

.btn.ghost.form.no-outline {
  border-style: solid;
  border-color: #fc0c4300;
}

.btn.form {
  margin-top: 0;
}

.con-max-cta {
  z-index: 2;
  max-width: 1364px;
  position: relative;
}

.con-max-cta.sticky {
  z-index: 23;
  position: sticky;
  top: 200px;
}

.con-max-cta.team {
  max-width: 1230px;
}

.con-max-cta.flex-center {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 83px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

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

.cta-image-wrapper {
  border-radius: 50%;
  width: 270px;
  height: 270px;
  overflow: hidden;
}

.cta-icon {
  width: 60px;
  height: 40px;
  margin-right: 14px;
}

.cta-icon.smal {
  width: 33px;
  height: 29px;
  margin-right: 9px;
}

.cta-icon.person {
  width: 48px;
  height: 30px;
}

.cta-contact-wrapper {
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  margin-right: 28px;
  font-family: "Nunito Sans V 15 Latin 500", Arial, sans-serif;
  font-size: 28px;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.cta-contact-wrapper:hover {
  color: var(--red);
}

.cta-contact-wrapper.smal {
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: "Raleway V 34 Latin 600", Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.cta_wrapper {
  grid-column-gap: 71px;
  grid-row-gap: 16px;
  background-color: var(--grey);
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  padding: 50px 70px;
  display: grid;
}

.cta-contact-flex-wrapper {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  flex-flow: wrap;
  display: flex;
}

.cta-name {
  color: var(--white);
  margin-bottom: 10px;
  font-family: "Nunito Sans V 15 Latin 600", Arial, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.2;
}

.cta-position {
  margin-bottom: 32px;
}

.section-cta {
  justify-content: flex-start;
  align-items: center;
  padding: 10vw 5vw;
  display: flex;
  position: relative;
  overflow: visible;
}

.arrow-bg {
  z-index: 0;
  opacity: .1;
  height: 1200px;
  position: absolute;
  inset: -39% -13% 0% auto;
}

.arrow-bg.cta {
  z-index: 0;
  top: -7%;
}

.section-swipper {
  padding-top: 5vw;
  padding-left: 5vw;
  padding-right: 5vw;
  overflow: hidden;
}

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

.card {
  background-color: var(--grey);
  border-radius: 20px;
  padding: 27px;
}

.card.padding {
  padding-top: 49px;
  padding-bottom: 49px;
}

.card-image {
  height: 80px;
}

.card-image.bottomspace {
  margin-bottom: 19px;
}

.spacer-100 {
  height: 90px;
}

.section-hero {
  height: 100vh;
  position: relative;
}

.intro-paragraph-grid {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.arrow-red {
  height: 140px;
  margin-right: 19px;
}

.section-intro {
  padding: 8vw 5vw 6vw;
  position: relative;
}

.website-wrapper {
  background-color: var(--black);
  overflow: hidden;
}

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

.group-card {
  z-index: 20;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 520px;
  padding: 39px 70px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.is-center.is-bold {
  max-width: 30ch;
  font-family: "Raleway V 34 Latin 500", Arial, sans-serif;
  font-weight: 500;
}

.group-text-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.text-group {
  color: var(--white);
  text-align: center;
  font-family: "Nunito Sans V 15 Latin 700", Arial, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
}

.image-black {
  z-index: -1;
  background-color: var(--black);
  opacity: .22;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section-group-cards {
  padding: 2vw 5vw 113px;
  position: relative;
}

.grey-bg {
  z-index: -3;
  background-color: var(--grey);
  color: var(--grey);
  width: 100%;
  height: 66%;
  position: absolute;
  inset: auto 0% 0%;
}

.section-leistung {
  padding: 8vw 5vw;
}

.button-center-wrapper {
  padding-top: 18px;
  display: flex;
}

.section-facts {
  padding: 5vw 5vw 2vw;
}

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

.facts-grid._3col {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  padding-left: 242px;
  padding-right: 242px;
}

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

.fact-image {
  width: 100%;
  height: 95px;
  margin-bottom: 20px;
}

.section-kunden {
  padding: 8vw 5vw;
}

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

.fact-b-wrapper {
  border: 1px solid var(--red);
  color: var(--white);
  text-align: center;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 160px;
  padding: 23px 34px;
  font-family: "Nunito Sans V 15 Latin 600", Arial, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
  transition: background-color .2s;
  display: flex;
}

.fact-b-wrapper:hover {
  background-color: #fc0c4324;
}

.text-block {
  flex: 0 auto;
}

.footer {
  z-index: 5;
  border-top: 1px solid var(--grey);
  background-color: var(--black);
  padding: 59px 5vw;
  position: relative;
}

.footer-flex-wrapper {
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.footer-left {
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  margin-right: 40px;
  font-family: "Raleway V 34 Latin 300", Arial, sans-serif;
  font-size: clamp(10px, 1vw, 20px);
  font-weight: 600;
  line-height: 1.5;
  display: flex;
}

.footer-right {
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer-text {
  font-family: "Nunito Sans V 15 Latin 600", Arial, sans-serif;
}

.image-2 {
  width: 120px;
  height: 120px;
  margin-right: 33px;
}

.footer-logos {
  width: 170px;
  height: 70px;
  margin-left: 0;
  margin-right: 4vw;
}

.footer-text-wrapper {
  flex-flow: column;
  flex: none;
  justify-content: flex-end;
  align-items: flex-end;
  margin-left: 0;
  display: flex;
}

.footer-data {
  color: var(--white);
  margin-top: 13px;
  font-family: "Nunito Sans V 15 Latin 200", Arial, sans-serif;
  font-size: 18px;
  font-weight: 200;
  text-decoration: none;
  transition: color .2s;
}

.footer-data:hover {
  color: var(--red);
}

.uui-navbar01_menu-left {
  text-align: right;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.uui-navbar01_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: max-content;
  grid-template-columns: minmax(200px, 1fr);
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-navbar01_item-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-weight: 400;
  display: flex;
}

.uui-navbar01_logo-link {
  padding-left: 0;
}

.uui-navbar01_link {
  color: var(--white);
  align-items: center;
  padding: 1.2rem 1rem;
  font-family: "Raleway V 34 Latin 700", Arial, sans-serif;
  font-size: 17px;
  font-weight: 700;
  transition: all .3s;
}

.uui-navbar01_link:hover {
  color: var(--red);
}

.uui-navbar01_link.w--current {
  color: var(--white);
}

.uui-navbar01_link.hide-in-blk {
  display: none;
}

.navbar {
  background-color: #00000080;
  align-items: center;
  min-height: 5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.uui-navbar01_menu {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.uui-navbar01_menu-button {
  padding: 0;
}

.uui-navbar01_dropdown-link {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  color: var(--black);
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: .65rem .75rem .65rem .8rem;
  font-family: "Raleway V 34 Latin 700", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: grid;
}

.uui-navbar01_dropdown-link:hover {
  background-color: var(--untitled-ui--gray50-2);
  color: var(--red);
}

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

.uui-logo_component {
  flex-wrap: nowrap;
  width: 85px;
  height: 85px;
  margin-top: .6rem;
  margin-bottom: .6rem;
  display: flex;
}

.uui-logo_logotype {
  flex: none;
  width: auto;
  height: 100%;
}

.uui-navbar01_heading {
  color: var(--red);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: .25rem;
  padding: .5rem .5rem .5rem .8rem;
  font-family: "Raleway V 34 Latin 700", Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}

.uui-navbar01_heading:hover {
  background-color: var(--untitled-ui--gray50-2);
}

.uui-navbar01_item-heading {
  margin-bottom: .25rem;
  line-height: 1.2;
  transition: color .2s;
}

.uui-navbar01_item-heading:hover {
  color: var(--red);
}

.uui-navbar08_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: .5rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-navbar08_dropdown-link-list._2col {
  grid-column-gap: 30px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.uui-navbar08_dropdown-link-list._1col {
  grid-column-gap: 30px;
  grid-template-columns: minmax(0, 1fr);
}

.uui-dropdown-icon-2 {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.uui-navbar08_dropdown-toggle {
  color: var(--white);
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.2rem 2.5rem 1.2rem 1rem;
  font-family: "Raleway V 34 Latin 700", Arial, sans-serif;
  font-size: 17px;
  font-weight: 700;
  transition: all .3s;
  display: flex;
}

.uui-navbar08_dropdown-toggle:hover {
  color: var(--red);
}

.uui-navbar08_dropdown-list {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.uui-navbar08_dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-radius: .75rem;
  padding: 1.25rem;
  left: -74px;
  right: -74px;
}

.uui-navbar08_dropdown-list._3col.w--open {
  width: 800px;
  padding-top: 1.85rem;
}

.uui-navbar08_dropdown-list._1col.w--open {
  width: 310px;
  padding-top: 1.25rem;
}

.uui-navbar08_dropdown-list._1col.ladenbau.w--open {
  left: -67px;
  right: -67px;
}

.background-video {
  background-image: linear-gradient(#00000030, #00000030);
  width: 100%;
  height: 100%;
  display: flex;
}

.hero-image-wrapper {
  aspect-ratio: 1640 / 800;
  border-radius: 20px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.hero-image {
  opacity: 1;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.hero-text-wrapper {
  color: var(--white);
  background-color: #0000004f;
  justify-content: center;
  align-items: center;
  font-family: "Nunito Sans V 15 Latin 800", Arial, sans-serif;
  font-size: 7vw;
  font-weight: 800;
  line-height: 1;
  display: flex;
  position: absolute;
  inset: 0%;
}

.section-hero-image {
  padding: 117px 5vw 0;
}

.hero-text {
  text-align: center;
  max-width: 30ch;
  font-size: clamp(34px, 10vw, 100px);
}

.bg-video-text-wrapper {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 12vw;
  padding-right: 12vw;
  display: flex;
  position: absolute;
  inset: 0%;
}

.bg-video-text {
  color: var(--white);
  text-align: center;
  max-width: 29ch;
  font-family: "Nunito Sans V 15 Latin 800", Arial, sans-serif;
  font-size: clamp(34px, 10vw, 100px);
  font-weight: 800;
  line-height: 1.1;
}

.bg-video-text.hide {
  display: none;
}

.cs-logo-hero {
  width: 140px;
  height: 140px;
  margin-bottom: 29px;
  display: none;
}

.logo-ani-wrapper {
  aspect-ratio: 1;
  background-image: url('../images/cs-logo-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 20vw;
  height: 20vw;
  margin-bottom: 28px;
}

.cs-logo-font {
  width: 100%;
  height: 100%;
}

.split-wrapper {
  grid-column-gap: 63px;
  grid-row-gap: 63px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.split-image-wrapper {
  order: 0;
  width: 50%;
}

.split-image-wrapper.last {
  order: 1;
}

.split-text-wrapper {
  width: 50%;
}

.spiltimage {
  aspect-ratio: 5 / 4;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
}

.spacer-split {
  height: 110px;
}

.lagerflex-red {
  width: 440px;
  margin-bottom: 21px;
}

.big-typo {
  color: var(--white);
  margin-left: 0;
  font-size: clamp(34px, 10vw, 200px);
  font-weight: 700;
  line-height: 1;
}

.big-typo.slide-in {
  line-height: 1;
}

.section-big-typo {
  padding: 13vw 5vw 4vw;
  position: relative;
}

.section-padding {
  z-index: 15;
  padding: 8vw 5vw 6vw;
  position: relative;
}

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

.card-box {
  text-align: left;
  border-radius: 18px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 66px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
}

.image-box {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
}

.con-max-footer {
  max-width: 1640px;
}

.flex-horizontal {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.icon-container-alt {
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 100px;
  margin-left: 41px;
  margin-right: 41px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.sec-marquee {
  padding: 5vw 0 6vw;
  position: relative;
}

.logo-wrapper {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.marquee-horizontal-large {
  z-index: 200;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 110px;
  margin-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

.marquee-cover-horizontal {
  z-index: 10;
  position: absolute;
  inset: 0%;
}

.lagerflex-logo {
  width: 60%;
  margin-bottom: 46px;
}

.section-lager-video {
  padding: 8vw 5vw 2vw;
}

.liste-arrow {
  margin-bottom: 32px;
}

.listitem-arrow {
  background-image: url('../images/arrow-red.svg');
  background-position: 0 8px;
  background-size: auto 14px;
  margin-bottom: 5px;
  padding-left: 29px;
  font-family: "Raleway V 34 Latin 300", Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.lagerflex-facts-headline {
  color: var(--white);
  margin-bottom: 17px;
  font-family: "Raleway V 34 Latin 600", Arial, sans-serif;
  font-size: 20px;
  line-height: 1.5;
}

.lagerflex-facts-grid-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.flex-logo {
  box-sizing: border-box;
  width: auto;
  height: 76px;
  margin-bottom: 34px;
}

.flex-video-grid-wrapper {
  grid-column-gap: 33px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.download-item-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.download-image {
  aspect-ratio: 1;
  border-radius: 20px;
  width: 50%;
  height: auto;
  margin-right: 27px;
}

.h-normal {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: "Nunito Sans V 15 Latin 600", Arial, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
}

.h-normal.cta-allgemein {
  font-size: 24px;
}

.download {
  background-image: url('../images/download.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto 40px;
  margin-bottom: -10px;
  padding-left: 47px;
  line-height: 2.4;
}

.service-grid-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-flex-wrapper {
  background-color: var(--grey);
  border-radius: 20px;
  padding: 34px;
}

.iso-image {
  width: 80%;
}

.ser-image-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 17px;
  display: flex;
}

.spacer-50 {
  height: 50px;
}

.section-filter {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.section-filter.grey {
  background-color: var(--grey);
}

.section-filter.grey.hide {
  display: none;
}

.full-service-icon {
  width: auto;
  height: 90px;
}

.video-corner {
  border-radius: 20px;
  overflow: hidden;
}

.umzug-text-grid-wrapper {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  align-content: end;
  display: grid;
}

.umzug-text {
  order: 0;
  padding: 30px 47px;
}

.umzug-text.first {
  order: -1;
}

.umzug-flex-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.umzug-icon {
  width: auto;
  height: 330px;
}

.bg-grey {
  z-index: -2;
  background-color: var(--grey);
  border-radius: 20px;
  position: absolute;
  inset: 7% 0% 7% 16%;
}

.bg-grey.first {
  left: 0%;
  right: 16%;
}

.red-arrow {
  justify-content: center;
  align-items: center;
  height: 90px;
  display: flex;
}

.red-triangle {
  width: auto;
  height: 50px;
}

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

.d-karte-grid-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.d-karte-image-wrapper {
  aspect-ratio: 527 / 736;
  height: 800px;
  position: relative;
}

.standort {
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 63px;
  height: 63px;
  display: flex;
  position: absolute;
  inset: 38% auto auto 8%;
}

.standort._2 {
  top: 18%;
  left: 31%;
}

.standort._3 {
  top: 45%;
  left: 67%;
}

.standort._4 {
  top: 86%;
  left: 33%;
}

.standort-wrapper {
  cursor: pointer;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 23px;
  display: flex;
}

.standort-nr {
  border-radius: 50%;
  width: 63px;
  height: 63px;
  margin-right: 23px;
}

.para-is-bold {
  color: #fff;
  font-family: "Raleway V 34 Latin 600", Arial, sans-serif;
  font-weight: 600;
}

.div-block-2 {
  background-color: var(--red);
  opacity: .32;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-2-copy {
  background-color: var(--red);
  opacity: 1;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 77%;
  height: 77%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-3 {
  color: var(--white);
  text-align: center;
  font-family: "Nunito Sans V 15 Latin 800", Arial, sans-serif;
  font-size: 20px;
}

.standort-image-grid-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.standort-image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.standort-kontakt-wrapper {
  flex-flow: wrap;
  margin-top: 3px;
  display: flex;
}

.standort-kontakt-wrapper.under {
  flex-flow: column;
}

.fehlt {
  color: #e978ff;
}

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

.lightbox-grid-wrapper._3col {
  grid-template-rows: auto;
}

.lightbox-image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.image-list-grid-wrapper {
  grid-column-gap: 59px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.partner-image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: auto;
}

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

.mask {
  border-radius: 20px;
  width: 85%;
}

.slider {
  aspect-ratio: 16 / 9;
  background-color: #ddd0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.left-arrow {
  display: flex;
}

.slide-arrow {
  align-self: auto;
  width: 53px;
}

.arrow {
  opacity: .3;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  transition: opacity .2s;
  display: flex;
}

.arrow:hover {
  opacity: .6;
}

.historie-flex-wrapper {
  grid-column-gap: 62px;
  grid-row-gap: 62px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.historie-year {
  border: 1px solid var(--red);
  color: var(--red);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 240px;
  padding: 23px 35px;
  font-family: "Nunito Sans V 15 Latin 600", Arial, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.2;
  display: flex;
}

.historie-logo {
  width: 36%;
  height: auto;
  margin-top: 23px;
}

.spacer-historie {
  height: 199px;
}

.historie-image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 20px;
  width: 36%;
  margin-top: 40px;
}

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

.regular {
  font-family: "Nunito Sans V 15 Latin 200", Arial, sans-serif;
  font-weight: 200;
}

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

.cta-contact {
  justify-content: flex-start;
  align-items: center;
  margin-right: 28px;
  font-family: "Nunito Sans V 15 Latin 500", Arial, sans-serif;
  font-size: 28px;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.cta-contact.smal {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 20px;
}

.cta-link-wrapper {
  border: 1px solid var(--red);
  color: var(--white);
  text-align: center;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 160px;
  padding: 23px 34px;
  font-family: "Nunito Sans V 15 Latin 600", Arial, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  transition: all .2s, color .2s;
  display: flex;
}

.cta-link-wrapper:hover {
  color: var(--red);
  background-color: #fc0c431c;
}

.div-block-3 {
  display: inline-block;
}

.person-wrapper {
  grid-column-gap: 68px;
  grid-row-gap: 68px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.person-wrapper.person {
  justify-content: flex-end;
  align-items: flex-start;
}

.person-info-wrapper {
  width: 50%;
}

.person-info-wrapper.right {
  width: 33%;
}

.person-image {
  aspect-ratio: 61 / 70;
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 20px;
  order: 0;
  width: 46%;
}

.person-image.right {
  order: 1;
  margin-right: 4vw;
}

.person-contakt-wrapper {
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  margin-right: 28px;
  padding-top: 17px;
  padding-bottom: 17px;
  font-family: "Nunito Sans V 15 Latin 500", Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.person-contakt-wrapper:hover {
  color: var(--red);
}

.person-contakt-wrapper.smal {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 20px;
}

.team-filter-wrapper {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #262626b3;
  justify-content: space-between;
  align-items: center;
  padding: 14px 20px;
  display: none;
}

.team-filter {
  border: 1px solid var(--red);
  opacity: .9;
  color: var(--white);
  border-radius: 50px;
  padding: 11px 22px;
  font-family: "Raleway V 34 Latin 500", Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}

.team-filter:hover {
  background-color: #fc0c431c;
}

.team-filter.w--current {
  background-color: var(--red);
  color: var(--white);
}

.div-block-4 {
  background-color: #21f167;
  position: sticky;
  top: 50px;
}

.red-line {
  background-color: var(--red);
  max-width: 1364px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
}

.team-filter-copy {
  border: 1px solid var(--red);
  opacity: .9;
  color: var(--white);
  border-radius: 50px;
  padding: 11px 22px;
  font-family: "Raleway V 34 Latin 500", Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}

.team-filter-copy:hover {
  background-color: #fc0c431c;
}

.background-video-2 {
  z-index: 30;
  aspect-ratio: 5 / 4;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.footer-logo-link {
  background-image: url('../images/artplan-whitei.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 160px;
  height: 70px;
  margin-left: 0;
  margin-right: 58px;
  transition: all .2s;
}

.footer-logo-link:hover {
  background-image: url('../images/artplan.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.footer-logo-link.lager {
  background-image: url('../images/lagerflex-white.svg');
  background-position: 0 100%;
  width: 230px;
}

.footer-logo-link.lager:hover {
  background-image: url('../images/lagerflex-red.svg'), url('../images/lagerflex-white.svg');
  background-position: 0 100%, 0 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
}

.footer-logo-link.shopcon {
  background-image: url('../images/shopcon-white.svg');
  background-position: 0 100%;
}

.footer-logo-link.shopcon:hover {
  background-image: url('../images/shopcon.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.historie {
  font-size: 24px;
}

.hero-image-section {
  z-index: -20;
  padding-top: 0;
  position: sticky;
  top: 0;
}

.hero-fullimage {
  aspect-ratio: 4 / 2;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
}

.hero-fullimage-corner {
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.hero-fullimage-corner.left {
  display: inline-block;
  inset: 0% auto 0% 0%;
}

.hero-fullimage-corner.hide {
  display: inline-block;
}

.hero-fulltext-wrapper {
  color: var(--white);
  background-color: #0000004f;
  justify-content: center;
  align-items: center;
  padding-left: 15vw;
  padding-right: 15vw;
  font-family: "Nunito Sans V 15 Latin 800", Arial, sans-serif;
  font-size: 7vw;
  font-weight: 800;
  line-height: 1;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-sticky {
  z-index: -20;
  position: sticky;
  top: 0;
}

.bg-blur {
  z-index: -3;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  position: absolute;
  inset: 0%;
}

.cta_wrapper_allgemein {
  grid-column-gap: 22px;
  grid-row-gap: 18px;
  background-color: var(--grey);
  border-radius: 20px;
  grid-template-rows: auto auto auto;
  grid-template-columns: .25fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 50px 46px;
  display: grid;
}

.cta-contact-wrapper-allgemein {
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  margin-right: 0;
  font-family: "Raleway V 34 Latin 600", Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.cta-contact-wrapper-allgemein:hover {
  color: var(--red);
}

.cta-contact-wrapper-allgemein.smal {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 20px;
}

.cta-contact-wrapper-allgemein.kontakt {
  font-size: 28px;
}

.cta-icon-allgemein {
  width: 38px;
  margin-right: 14px;
}

.cta-icon-allgemein.smal {
  width: 33px;
  height: 29px;
  margin-right: 9px;
}

.cta-icon-allgemein.person {
  width: 48px;
  height: 30px;
}

.cta-icon-allgemein.kontakt {
  width: 53px;
}

.cta-image-wrapper-allgemein {
  border-radius: 50%;
  width: 210px;
  height: 210px;
  margin-right: 23px;
  overflow: hidden;
}

.div-block-5 {
  background-color: var(--red);
  height: 1px;
  display: flex;
}

.cta_wrapper_allgemein_b {
  grid-column-gap: 22px;
  grid-row-gap: 18px;
  background-color: var(--grey);
  border-radius: 20px;
  grid-template-rows: auto auto auto;
  grid-template-columns: .25fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 50px 46px;
  display: flex;
}

.cta-kontakt-line-wrapper {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  flex-flow: wrap;
  display: flex;
}

.cta-kontakt-line-wrapper.line {
  grid-column-gap: 59px;
  grid-row-gap: 59px;
  border-top: 1px solid var(--red);
  margin-top: 24px;
  padding-top: 23px;
}

.div-block-7 {
  border-top: 1px solid var(--red);
  flex-flow: wrap;
  margin-top: 34px;
  padding-top: 19px;
  display: flex;
}

.div-block-8 {
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

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

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

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

.icon-para {
  width: 100%;
  height: 100%;
}

.icon-para-wrapper {
  flex: none;
  height: 140px;
  margin-right: 39px;
}

.para-text-wrapper {
  max-width: 70ch;
}

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

.marke-flex-wrapper {
  grid-column-gap: 59px;
  grid-row-gap: 59px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.marke-logo-wrapper {
  aspect-ratio: 3 / 2;
  background-color: var(--white);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 30%;
  display: flex;
}

.image-3 {
  width: 80%;
}

.kontakt-section {
  z-index: 1000;
  display: flex;
  position: fixed;
  inset: 0%;
}

.kontakt-phone-content-wrapper {
  z-index: 1000;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #00000029;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
}

.kontakt-content-wrapper {
  background-color: var(--grey);
  opacity: 1;
  background-image: url('../images/cs-logo-arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 370px;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 990px;
  min-height: 40vh;
  padding: 40px;
  display: flex;
  position: relative;
}

.p-kontakt {
  text-align: center;
  margin-bottom: 40px;
  font-size: 28px;
}

.btn-close {
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.close-x {
  width: 37%;
}

.kontakt-btn-wrapper {
  z-index: 1000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 20% 0% 20% auto;
}

.btn-lightbox {
  background-color: var(--red);
  background-image: url('../images/icon-phone-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 68%;
  border-top-left-radius: 20px;
  width: 94px;
  height: 69px;
}

.btn-lightbox.mail {
  background-image: url('../images/icon-mail-white.svg');
  border-top-left-radius: 0;
  border-bottom-left-radius: 20px;
  margin-top: 8px;
}

.kontakt-mail-content-wrapper {
  z-index: 1000;
  border: 2px none var(--formfield);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #00000029;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 14vh;
  padding-bottom: 14vh;
  display: none;
  position: fixed;
  overflow: auto;
}

.form-step {
  color: var(--white);
  width: 540px;
  font-family: "Raleway V 34 Latin", Arial, sans-serif;
  font-size: 18px;
}

.formfield {
  border: 2px solid var(--formfield);
  background-color: var(--formfield);
  color: var(--white);
  border-radius: 7px;
  min-height: 150px;
  padding-top: 9px;
  padding-bottom: 20px;
  font-size: 18px;
}

.formfield:active {
  border: 2px solid var(--red);
}

.formfield:focus {
  border-style: solid;
  border-color: var(--red);
}

.formfield.text {
  color: var(--white);
  min-height: auto;
  padding-top: 22px;
  padding-bottom: 22px;
}

.formfield.text:focus {
  background-color: var(--formfield);
  color: var(--white);
}

.select-field {
  border: 2px solid var(--formfield);
  background-color: var(--formfield);
  color: var(--white);
  border-radius: 7px;
  height: 45px;
  font-size: 18px;
}

.select-field:focus {
  border: 2px solid var(--red);
}

.formfield-name {
  margin-bottom: 10px;
}

.formfield-name.bottom {
  margin-bottom: 19px;
}

.formfield-name.small {
  text-align: right;
  margin-top: 11px;
  font-size: 14px;
}

.spacer-30 {
  height: 30px;
}

.chackbox {
  background-color: var(--white);
  border: 1px #000;
  border-radius: 4px;
  width: 21px;
  height: 21px;
  margin-top: 0;
  margin-right: 12px;
}

.chackbox.w--redirected-checked {
  background-color: var(--red);
  background-image: url('../images/checkbox-tick.svg');
  background-position: 50%;
  background-size: 15px 15px;
  font-size: 30px;
}

.chackbox.w--redirected-focus {
  border-style: none;
  border-color: var(--red);
  box-shadow: 0 0 8px 0 var(--red);
}

.chackbox-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.checkbox-name {
  margin-bottom: 0;
}

.submit-button {
  margin-top: 101px;
}

.chackboxes-flex-wrapper {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  margin-top: 0;
  display: flex;
}

.btn-progress-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 44px;
  display: flex;
}

.form-btn-wrapper {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-10 {
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  min-height: 100vh;
  padding-top: 71px;
  display: flex;
}

.success-message {
  background-color: #ddd0;
  width: 100%;
  height: 100%;
}

.form-success {
  color: var(--white);
  font-family: "Raleway V 34 Latin", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.error-message {
  background-color: #ffdede00;
}

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

.p-is-center {
  text-align: center;
  max-width: 67ch;
}

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

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

.image-4 {
  width: 570px;
  margin-top: 57px;
  margin-bottom: 20px;
}

.max-ch {
  max-width: 57ch;
}

.hero-fullimage-corner-mobil {
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.hero-fullimage-corner-mobil.left {
  inset: 0% auto 0% 0%;
}

.data-list {
  max-width: 70ch;
  font-size: 20px;
}

.play-pause-button {
  z-index: 1500;
  display: block;
}

@media screen and (max-width: 1243px) {
  .con-max.leftspace {
    padding-left: 0;
  }

  .con-max.sticky {
    top: 5.3rem;
  }

  .h-biggest.umzug {
    font-size: 40px;
  }

  .section {
    padding: 10vw 7vw;
  }

  .h-big.split {
    font-size: 36px;
  }

  .mar-t-24 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .slider-main_button {
    width: 3.7em;
  }

  .slider-main_button:hover {
    transform: none;
  }

  .slider-main_button-wrapper {
    margin-top: 24px;
  }

  .swiper-slide {
    flex: none;
  }

  .swiper-content {
    width: 59vw;
  }

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

  .cta-name {
    font-size: 50px;
  }

  .section-cta {
    height: auto;
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .section-swipper {
    padding-left: 7vw;
    padding-right: 7vw;
  }

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

  .spacer-100 {
    height: 70px;
  }

  .arrow-red {
    margin-right: 0;
  }

  .section-intro {
    padding: 10vw 7vw;
  }

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

  .group-card {
    height: 420px;
  }

  .image-black {
    background-color: var(--black);
    opacity: .47;
    inset: 0%;
  }

  .section-leistung {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .section-facts {
    padding-top: 10vw;
    padding-bottom: 5vw;
  }

  .facts-grid {
    grid-column-gap: 14px;
    grid-row-gap: 44px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .facts-grid._3col {
    grid-template-rows: auto auto auto;
    grid-template-columns: minmax(0, 1fr);
    padding-left: 0;
    padding-right: 0;
  }

  .section-kunden {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .fact-b-wrapper {
    padding: 20px;
    font-size: 20px;
  }

  .footer-flex-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .footer-logos {
    height: 54px;
    margin-left: 0;
    margin-right: 19px;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .uui-navbar01_menu-left {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    color: var(--untitled-ui--gray900);
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .uui-navbar01_link {
    color: var(--untitled-ui--gray900);
    width: 100%;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .uui-navbar01_link:hover {
    color: var(--untitled-ui--gray900);
  }

  .menu-icon_line-bottom {
    background-color: var(--white);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle {
    background-color: var(--white);
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-top {
    background-color: var(--white);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .uui-navbar01_menu {
    border-top: 1px solid var(--untitled-ui--gray100);
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding: 1.5rem 2rem 5rem;
    position: absolute;
    overflow: auto;
  }

  .menu-icon_component {
    color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .uui-navbar01_menu-button.w--open {
    background-color: #0000;
  }

  .uui-navbar01_dropdown-link {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar01_dropdown-link:hover {
    background-color: #0000;
  }

  .uui-logo_logotype {
    height: 100%;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .uui-navbar01_heading {
    padding-left: 0;
    font-size: 18px;
  }

  .uui-navbar01_item-heading {
    font-size: 18px;
  }

  .uui-navbar08_dropdown-link-list._2col {
    grid-template-columns: minmax(0, 1fr) 1fr;
  }

  .uui-dropdown-icon-2 {
    color: #667085;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .uui-navbar08_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .uui-navbar08_dropdown-toggle {
    color: #101828;
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .uui-navbar08_dropdown-toggle:hover {
    color: #101828;
  }

  .uui-navbar08_dropdown-toggle.w--open {
    font-size: 20px;
  }

  .uui-navbar08_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .uui-navbar08_dropdown-list.w--open {
    box-shadow: none;
    border-style: none;
    border-color: #0000;
    width: auto;
    padding: 0;
  }

  .uui-navbar08_dropdown-list._3col.w--open {
    width: auto;
    padding-top: .65rem;
  }

  .uui-navbar08_dropdown-list._1col.w--open {
    width: auto;
  }

  .hero-image-wrapper {
    aspect-ratio: 1640 / 1010;
  }

  .hero-text-wrapper {
    font-size: 9vw;
  }

  .section-hero-image {
    padding-top: 12vw;
  }

  .hero-text {
    font-size: 7vw;
  }

  .split-wrapper {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .split-image-wrapper.last {
    order: -1;
  }

  .split-text-wrapper {
    width: 100%;
  }

  .spacer-split {
    height: 80px;
  }

  .lagerflex-red {
    width: 250px;
  }

  .section-big-typo {
    padding-top: 23vw;
  }

  .section-padding {
    padding: 10vw 7vw;
  }

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

  .icon-container-alt {
    width: 120px;
    margin-left: 23px;
    margin-right: 23px;
  }

  .sec-marquee {
    padding-top: 13vw;
    padding-bottom: 13vw;
  }

  .section-lager-video {
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .download-grid-wrapper {
    grid-column-gap: 33px;
    grid-row-gap: 33px;
    grid-template-columns: 1fr;
  }

  .h-normal.cta-allgemein {
    margin-bottom: 15px;
  }

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

  .spacer-50 {
    height: 40px;
  }

  .umzug-icon {
    height: 190px;
  }

  .bg-grey {
    top: 0%;
    bottom: 0%;
  }

  .red-arrow {
    height: 60px;
  }

  .red-triangle {
    height: 29px;
  }

  .umzug {
    font-size: 18px;
  }

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

  .d-karte-grid-wrapper {
    grid-template-columns: 1fr;
  }

  .d-karte-image-wrapper {
    height: 580px;
  }

  .standort-nr {
    flex: none;
  }

  .standort-image-grid-wrapper {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .standort-image-wrapper {
    margin-bottom: 30px;
  }

  .image-list-grid-wrapper {
    grid-template-columns: 1fr;
  }

  .partner-image {
    margin-bottom: 33px;
  }

  .mask {
    width: 77%;
  }

  .slider {
    aspect-ratio: 16 / 9;
  }

  .slide-arrow {
    width: 30px;
  }

  .arrow {
    padding-left: 0;
    padding-right: 0;
  }

  .spacer-historie {
    height: 70px;
  }

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

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

  .cta-link-wrapper {
    justify-content: center;
    align-items: center;
    padding: 20px 19%;
    font-size: 20px;
  }

  .person-wrapper {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
  }

  .person-info-wrapper.right {
    width: 50%;
  }

  .person-contakt-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
  }

  .team-filter-wrapper {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    flex-flow: wrap;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-logo-link {
    height: 54px;
    margin-left: 0;
    margin-right: 0;
  }

  .historie {
    font-size: 20px;
  }

  .hero-fullimage {
    aspect-ratio: 4 / 3;
  }

  .hero-fulltext-wrapper {
    font-size: 9vw;
  }

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

  .cta-image-wrapper-allgemein {
    width: 190px;
    height: 190px;
  }

  .cta_wrapper_allgemein_b {
    grid-column-gap: 18px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .cta-kontakt-line-wrapper {
    grid-column-gap: 47px;
    grid-row-gap: 47px;
  }

  .cta-ort-wrapper {
    margin-bottom: 0;
  }

  .para-content-wrapper {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .icon-para-wrapper {
    height: 100px;
    margin-right: 16px;
    padding-top: 11px;
  }

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

  .marke-flex-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .marke-logo-wrapper {
    width: 100%;
  }

  .kontakt-content-wrapper {
    width: 90vw;
  }

  .form-step {
    width: auto;
  }

  .chackbox {
    flex: none;
  }
}

@media screen and (max-width: 767px) {
  p {
    font-size: 18px;
  }

  li {
    background-position: 0 5px;
    background-size: 19px;
    font-size: 18px;
  }

  .h-biggest {
    font-size: 40px;
  }

  .section.umzug {
    padding-bottom: 10vw;
  }

  .h-big {
    font-size: 30px;
  }

  .h-big.lagerflex {
    font-size: 24px;
  }

  .mar-t-24 {
    grid-template-rows: auto;
  }

  .card-content {
    padding-top: 10px;
  }

  .slider-main_button-wrapper {
    display: none;
  }

  .swiper-content {
    width: 80vw;
  }

  .btn {
    font-size: 18px;
  }

  .cta-icon {
    width: 42px;
  }

  .cta-contact-wrapper {
    font-size: 24px;
  }

  .cta_wrapper {
    padding: 39px 30px;
  }

  .cta-contact-flex-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .cta-name {
    margin-bottom: 10px;
    font-size: 40px;
  }

  .cta-position {
    margin-bottom: 32px;
    font-size: 16px;
  }

  .section-cta {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .arrow-bg {
    height: auto;
    top: -18%;
  }

  .section-swipper {
    padding-left: 5vw;
    padding-right: 5vw;
  }

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

  .spacer-100.person {
    height: 0;
  }

  .text-group {
    font-size: 43px;
  }

  .grey-bg {
    height: 82%;
  }

  .facts-grid {
    grid-row-gap: 42px;
    grid-template-columns: 1fr;
  }

  .fact-b-wrapper {
    min-height: 100px;
  }

  .footer-left {
    font-size: 18px;
  }

  .footer-right {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .footer-text-wrapper {
    justify-content: center;
    align-items: center;
    margin-left: 0;
  }

  .uui-navbar01_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
  }

  .uui-navbar01_link {
    font-size: 20px;
  }

  .navbar {
    min-height: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-navbar01_menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-navbar08_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
  }

  .uui-navbar08_dropdown-link-list._2col {
    grid-template-columns: minmax(0, 1fr);
  }

  .uui-navbar08_dropdown-toggle {
    font-size: 20px;
  }

  .section-hero-image {
    padding-top: 17vw;
  }

  .split-wrapper {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    flex-flow: column;
  }

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

  .split-image-wrapper.last {
    order: -1;
  }

  .split-text-wrapper {
    width: 100%;
  }

  .spacer-split {
    height: 90px;
  }

  .lagerflex-red {
    width: 320px;
  }

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

  .icon-container-alt {
    width: 90px;
  }

  .sec-marquee {
    padding-top: 9vw;
  }

  .marquee-horizontal-large {
    height: 94px;
  }

  .listitem-arrow {
    font-size: 18px;
  }

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

  .spacer-50.person {
    height: 18px;
  }

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

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

  .umzug-icon {
    order: -1;
    margin-top: 34px;
  }

  .bg-grey {
    left: 0%;
  }

  .bg-grey.first {
    right: 0%;
  }

  .standort-kontakt-wrapper {
    flex-flow: column;
  }

  .lightbox-grid-wrapper._3col {
    grid-template-columns: 1fr;
  }

  .mask {
    aspect-ratio: 3 / 2;
    width: 100%;
  }

  .slider {
    aspect-ratio: 3 / 2;
  }

  .arrow {
    display: none;
  }

  .historie-flex-wrapper {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    flex-flow: column;
  }

  .historie-logo, .historie-image {
    width: 45%;
  }

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

  .cta-contact {
    font-size: 24px;
  }

  .cta-link-wrapper {
    justify-content: flex-start;
    align-items: center;
    min-height: 100px;
    padding-left: 25px;
    padding-right: 6%;
  }

  .person-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .person-info-wrapper, .person-info-wrapper.right, .person-image {
    width: 100%;
  }

  .person-image.right {
    order: -1;
  }

  .person-contakt-wrapper {
    font-size: 24px;
  }

  .team-filter-wrapper {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
  }

  .team-filter, .team-filter-copy {
    font-size: 15px;
  }

  .footer-logo-link {
    width: 120px;
    margin-right: 0;
  }

  .footer-logo-link.lager {
    width: 180px;
  }

  .historie {
    font-size: 18px;
  }

  .hero-fullimage-wrapper {
    overflow: hidden;
  }

  .hero-fullimage-corner.left {
    display: none;
    left: -36px;
  }

  .hero-fullimage-corner.hide {
    display: none;
  }

  .hero-fulltext-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .cta_wrapper_allgemein {
    padding: 39px 30px;
  }

  .cta-icon-allgemein {
    width: 42px;
  }

  .cta-image-wrapper-allgemein {
    margin-bottom: 24px;
  }

  .cta_wrapper_allgemein_b {
    padding: 39px 30px;
  }

  .cta-kontakt-line-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-7 {
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

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

  ._2col-grid-wrapper {
    grid-column-gap: 59px;
    grid-row-gap: 59px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .icon-para-wrapper {
    margin-right: 3px;
  }

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

  .marke-flex-wrapper {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    flex-flow: column;
  }

  .kontakt-phone-content-wrapper {
    display: none;
  }

  .kontakt-content-wrapper {
    padding-bottom: 67px;
  }

  .close-x {
    width: 32%;
  }

  .kontakt-btn-wrapper {
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 60px;
  }

  .btn-lightbox {
    border-top-left-radius: 10px;
    width: 45px;
    height: 45px;
  }

  .btn-lightbox.mail {
    border-bottom-left-radius: 10px;
  }

  .hero-fullimage-corner-mobil {
    display: none;
    right: -36px;
  }
}

@media screen and (max-width: 479px) {
  .con-max.sticky {
    top: 4.5rem;
  }

  .h-biggest {
    margin-bottom: 20px;
    font-size: 40px;
  }

  .h-biggest.umzug {
    font-size: 30px;
  }

  .section {
    padding: 20vw 5vw;
  }

  .h-big.is-center {
    margin-bottom: 0;
  }

  .h-big.is-center.is-facts {
    font-size: 20px;
  }

  .h-big.split {
    font-size: 30px;
  }

  .h-big.person {
    margin-bottom: 8px;
  }

  .h-big.smal {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .card-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .slider-main_button {
    width: 3.2em;
  }

  .image-swiper {
    height: 17em;
  }

  .swiper-content.filter {
    margin-right: 15px;
  }

  .btn.ghost.form {
    width: auto;
  }

  .cta-image-wrapper {
    aspect-ratio: 1;
    width: 200px;
    height: 200px;
  }

  .cta-icon.person {
    width: 42px;
    height: 28px;
  }

  .cta-contact-wrapper {
    font-size: 18px;
  }

  .cta-contact-wrapper.smal {
    margin-bottom: 5px;
    font-size: 18px;
  }

  .cta-name {
    font-size: 23px;
  }

  .cta-position {
    margin-bottom: 21px;
  }

  .section-cta {
    padding-top: 20vw;
    padding-bottom: 20vw;
  }

  .arrow-bg {
    height: 320px;
    inset: 0% 0% auto 27%;
  }

  .arrow-bg.cta {
    top: 7%;
  }

  .card.padding {
    padding-top: 27px;
    padding-bottom: 27px;
  }

  .card-image.bottomspace {
    height: 70px;
    margin-bottom: 13px;
  }

  .spacer-100 {
    height: 50px;
  }

  .spacer-100.teamtop {
    height: 70px;
  }

  .intro-paragraph-grid {
    grid-template-rows: auto auto;
    grid-template-columns: auto;
  }

  .arrow-red {
    height: 70px;
    margin-bottom: 18px;
  }

  .section-intro {
    padding: 20vw 5vw;
  }

  .group-card {
    height: 320px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-group {
    font-size: 30px;
  }

  .section-leistung {
    padding-top: 20vw;
    padding-bottom: 20vw;
  }

  .section-facts {
    padding-top: 10vw;
    padding-bottom: 20vw;
  }

  .facts-grid {
    grid-row-gap: 42px;
  }

  .fact-image {
    height: 70px;
    margin-bottom: 10px;
  }

  .section-kunden {
    padding-top: 20vw;
    padding-bottom: 20vw;
  }

  .fact-b-wrapper {
    min-height: auto;
  }

  .footer-left {
    font-size: 16px;
  }

  .image-2 {
    width: 80px;
    height: 80px;
    margin-right: 11px;
  }

  .footer-text-wrapper {
    justify-content: center;
    align-items: center;
  }

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

  .uui-navbar01_dropdown-link-list {
    grid-row-gap: 0rem;
  }

  .navbar {
    height: 50px;
  }

  .uui-navbar01_dropdown-link {
    padding-left: 1rem;
  }

  .uui-navbar01_container {
    height: 100%;
  }

  .uui-logo_logotype {
    height: 100%;
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .uui-navbar08_dropdown-list._1col.w--open {
    padding-top: .25rem;
  }

  .hero-image-wrapper {
    aspect-ratio: 1640 / 1310;
  }

  .hero-text-wrapper {
    font-size: 9vw;
  }

  .section-hero-image {
    padding-top: 26vw;
  }

  .hero-text {
    font-size: 9vw;
  }

  .logo-ani-wrapper {
    width: 180px;
    height: 180px;
  }

  .split-wrapper {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
  }

  .spacer-split {
    height: 80px;
  }

  .lagerflex-red {
    width: 220px;
  }

  .big-typo {
    font-size: clamp(60px, 10vw, 200px);
  }

  .section-big-typo {
    padding-top: 34vw;
  }

  .section-padding {
    padding: 11vw 5vw 20vw;
  }

  .icon-container-alt {
    width: 120px;
    height: 60px;
  }

  .sec-marquee {
    padding-bottom: 25vw;
    overflow: hidden;
  }

  .marquee-horizontal-large {
    height: 67px;
    margin-top: 41px;
  }

  .lagerflex-logo {
    width: 78%;
    margin-bottom: 0;
  }

  .section-lager-video {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .liste-arrow {
    margin-bottom: 20px;
  }

  .lagerflex-facts-headline {
    margin-bottom: 9px;
  }

  .lagerflex-facts-grid-wrapper {
    grid-template-columns: 1fr;
  }

  .flex-logo {
    margin-bottom: 4px;
  }

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

  .download-item-wrapper {
    flex-flow: column;
  }

  .download-image {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .download-text-wrapper {
    width: 100%;
  }

  .service-grid-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .service-flex-wrapper {
    padding: 30px 18px 18px;
  }

  .spacer-50 {
    height: 30px;
  }

  .spacer-50.person-large {
    height: 50px;
  }

  .umzug-icon {
    height: 170px;
  }

  .red-arrow {
    height: 50px;
  }

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

  .d-karte-image-wrapper {
    width: 90vw;
    height: auto;
  }

  .standort {
    width: 40px;
    height: 40px;
  }

  .standort-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .standort-nr {
    width: 50px;
    height: 50px;
    margin-bottom: 8px;
    margin-right: 13px;
  }

  .standort-image-grid-wrapper {
    grid-template-columns: minmax(0, 1fr);
  }

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

  .historie-flex-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .historie-year {
    justify-content: center;
    align-items: flex-start;
    width: 170px;
    font-size: 40px;
  }

  .historie-logo {
    width: 60%;
  }

  .spacer-historie {
    height: 100px;
  }

  .historie-image {
    width: 60%;
  }

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

  .cta-contact {
    font-size: 18px;
  }

  .cta-contact.smal {
    margin-bottom: 5px;
    font-size: 18px;
  }

  .cta-link-wrapper {
    min-height: auto;
  }

  .person-wrapper {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
  }

  .person-contakt-wrapper {
    font-size: 18px;
  }

  .person-contakt-wrapper.smal {
    margin-bottom: 5px;
    font-size: 18px;
  }

  .team-filter-wrapper {
    flex-flow: wrap;
    display: flex;
  }

  .team-filter {
    padding: 9px 12px;
    font-size: 15px;
  }

  .team-filter-copy {
    padding-left: 11px;
    padding-right: 11px;
    font-size: 12px;
  }

  .hero-image-section {
    overflow: hidden;
  }

  .hero-fullimage {
    aspect-ratio: 4 / 4;
  }

  .hero-fullimage-corner.left {
    display: none;
  }

  .hero-fulltext-wrapper {
    padding-left: 58px;
    padding-right: 58px;
  }

  .cta-contact-wrapper-allgemein {
    font-size: 18px;
  }

  .cta-contact-wrapper-allgemein.smal {
    margin-bottom: 5px;
    font-size: 18px;
  }

  .cta-contact-wrapper-allgemein.kontakt {
    font-size: 19px;
  }

  .cta-icon-allgemein.person {
    width: 42px;
    height: 28px;
  }

  .cta-icon-allgemein.kontakt {
    width: 39px;
  }

  .cta-image-wrapper-allgemein {
    aspect-ratio: 1;
    width: 170px;
    height: 170px;
    margin-bottom: 10px;
  }

  .cta-kontakt-line-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .cta-kontakt-line-wrapper.line {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    justify-content: flex-start;
    align-items: center;
  }

  ._2col-grid-wrapper {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .para-content-wrapper {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
  }

  .icon-para-wrapper {
    height: 90px;
  }

  ._5col-grid-wrapper {
    grid-template-columns: minmax(200px, 1fr);
  }

  .kontakt-content-wrapper {
    padding-left: 19px;
    padding-right: 19px;
  }

  .p-kontakt {
    font-size: 18px;
  }

  .close-x {
    width: 30%;
  }

  .btn-lightbox {
    height: 38px;
  }

  .kontakt-mail-content-wrapper {
    border-style: none;
  }

  .form {
    width: 100%;
  }

  .form-btn-wrapper {
    flex-flow: row;
  }

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

  .hero-fullimage-corner-mobil {
    display: none;
  }
}

#w-node-_1312da7a-e361-4133-00de-4288b663e6fd-d92b17ba {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7c76bb1c-7ee6-77f6-2e81-9f624cc931eb-d92b17ba {
  justify-self: end;
}

#w-node-_1312da7a-e361-4133-00de-4288b663e701-d92b17ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_1625dbaf-533c-e3fa-a3ec-0ba4d7da0499-d92b17ba {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1625dbaf-533c-e3fa-a3ec-0ba4d7da049d-d92b17ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_1b543f29-4a73-f00c-dd41-1e3af9cd04fa-d92b17ba {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7cb6d8c3-e47d-11b6-e942-81b31f2468fb-d92b17ba {
  align-self: auto;
}

#w-node-_7cb6d8c3-e47d-11b6-e942-81b31f246900-d92b17ba {
  place-self: end;
}

#w-node-_5a163277-0a4d-fe35-38c9-de4aa9d042ef-a9d042e7 {
  grid-area: span 3 / span 1 / span 3 / span 1;
  place-self: center start;
}

#w-node-_5a163277-0a4d-fe35-38c9-de4aa9d042f1-a9d042e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a163277-0a4d-fe35-38c9-de4aa9d04313-a9d042e7 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-f68f70ae-987f-bd8a-b2fb-e094ae17ab7d-d2e0eed2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-f68f70ae-987f-bd8a-b2fb-e094ae17ab7f-d2e0eed2 {
  grid-area: 1 / 2 / 2 / 4;
  align-self: center;
}

#w-node-f68f70ae-987f-bd8a-b2fb-e094ae17ab8d-d2e0eed2 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_9f1b8a24-6dbf-8992-376b-001cc1a01fcc-d2e0eed2 {
  place-self: center end;
}

#w-node-ee01e14c-5957-bc23-d8f6-4ff11f9e121c-c83ffb00 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ee01e14c-5957-bc23-d8f6-4ff11f9e121f-c83ffb00 {
  justify-self: end;
}

#w-node-a48524d0-7602-212b-be81-d92d1eebf30a-c83ffb00 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b04a26a1-e24a-4ff5-d93b-fc81caa779a9-caa779a7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b04a26a1-e24a-4ff5-d93b-fc81caa779ac-caa779a7 {
  justify-self: end;
}

#w-node-b04a26a1-e24a-4ff5-d93b-fc81caa779ad-caa779a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-ee01e14c-5957-bc23-d8f6-4ff11f9e121c-aaaf866d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ee01e14c-5957-bc23-d8f6-4ff11f9e121f-aaaf866d {
  justify-self: end;
}

#w-node-a48524d0-7602-212b-be81-d92d1eebf30a-aaaf866d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_22ac28b6-5db3-80e9-b0a2-26300cc8e93d-0cc8e93a {
  justify-self: center;
}

#w-node-_22ac28b6-5db3-80e9-b0a2-26300cc8e947-0cc8e93a {
  align-self: center;
}

#w-node-ee01e14c-5957-bc23-d8f6-4ff11f9e121c-e36250ac {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ee01e14c-5957-bc23-d8f6-4ff11f9e121f-e36250ac {
  justify-self: end;
}

#w-node-a48524d0-7602-212b-be81-d92d1eebf30a-e36250ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_0a5b3b1e-3929-6072-a44b-d26452badd39-a9e54e97 {
  align-self: auto;
}

#w-node-_33c7e9a1-3863-6c76-b9ef-3a4d873c2f19-a9e54e97 {
  align-self: center;
}

#w-node-c0eeaf62-27b6-0090-5b26-62546ec3eb29-bbb0560e {
  align-self: auto;
}

#w-node-c0eeaf62-27b6-0090-5b26-62546ec3eb2a-bbb0560e {
  align-self: center;
}

#w-node-_4ee1c13f-e246-1b11-f674-0bf742a2d87d-738e55e9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4ee1c13f-e246-1b11-f674-0bf742a2d880-738e55e9 {
  justify-self: end;
}

#w-node-ac2cf4c4-1857-9507-56dd-ea50096a3245-738e55e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-c0eeaf62-27b6-0090-5b26-62546ec3eb29-ef414fde {
  align-self: auto;
}

#w-node-c0eeaf62-27b6-0090-5b26-62546ec3eb2a-ef414fde {
  align-self: center;
}

#w-node-c0eeaf62-27b6-0090-5b26-62546ec3eb29-7881c21e {
  align-self: auto;
}

#w-node-c0eeaf62-27b6-0090-5b26-62546ec3eb2a-7881c21e {
  align-self: center;
}

#w-node-c0eeaf62-27b6-0090-5b26-62546ec3eb29-2c394cba {
  align-self: auto;
}

#w-node-c0eeaf62-27b6-0090-5b26-62546ec3eb2a-2c394cba {
  align-self: center;
}

#w-node-c0eeaf62-27b6-0090-5b26-62546ec3eb29-07cbb637 {
  align-self: auto;
}

#w-node-c0eeaf62-27b6-0090-5b26-62546ec3eb2a-07cbb637 {
  align-self: center;
}

#w-node-c0eeaf62-27b6-0090-5b26-62546ec3eb29-6b97feb7 {
  align-self: auto;
}

#w-node-c0eeaf62-27b6-0090-5b26-62546ec3eb2a-6b97feb7 {
  align-self: center;
}

#w-node-c0eeaf62-27b6-0090-5b26-62546ec3eb29-8f340c71 {
  align-self: auto;
}

#w-node-b6846738-0b16-43ea-9762-7d981db8372b-8f340c71 {
  align-self: center;
}

#w-node-c0eeaf62-27b6-0090-5b26-62546ec3eb29-810850b5 {
  align-self: auto;
}

#w-node-b6846738-0b16-43ea-9762-7d981db8372b-810850b5 {
  align-self: center;
}

#w-node-c0eeaf62-27b6-0090-5b26-62546ec3eb29-645894fd {
  align-self: auto;
}

#w-node-b6846738-0b16-43ea-9762-7d981db8372b-645894fd {
  align-self: center;
}

#w-node-_52c936d8-e89d-12e9-200e-5449a542808f-428fac4e {
  align-self: auto;
}

#w-node-_2ca4a68d-4f1f-184c-e30f-e70d55cc2a25-428fac4e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2ca4a68d-4f1f-184c-e30f-e70d55cc2a28-428fac4e {
  justify-self: end;
}

#w-node-_2ca4a68d-4f1f-184c-e30f-e70d55cc2a29-428fac4e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_52c936d8-e89d-12e9-200e-5449a5428094-428fac4e {
  place-self: end;
}

#w-node-_0a5b3b1e-3929-6072-a44b-d26452badd39-e4937838 {
  align-self: auto;
}

#w-node-_33c7e9a1-3863-6c76-b9ef-3a4d873c2f19-e4937838 {
  align-self: center;
}

#w-node-_0a5b3b1e-3929-6072-a44b-d26452badd39-ebef1507 {
  align-self: auto;
}

#w-node-_33c7e9a1-3863-6c76-b9ef-3a4d873c2f19-ebef1507 {
  align-self: center;
}

#w-node-_0a5b3b1e-3929-6072-a44b-d26452badd39-f9283c18 {
  align-self: auto;
}

#w-node-_33c7e9a1-3863-6c76-b9ef-3a4d873c2f19-f9283c18 {
  align-self: center;
}

#w-node-_0a5b3b1e-3929-6072-a44b-d26452badd39-968d2412 {
  align-self: auto;
}

#w-node-_33c7e9a1-3863-6c76-b9ef-3a4d873c2f19-968d2412 {
  align-self: center;
}

#w-node-_0a5b3b1e-3929-6072-a44b-d26452badd39-f1230757 {
  align-self: auto;
}

#w-node-_33c7e9a1-3863-6c76-b9ef-3a4d873c2f19-f1230757 {
  align-self: center;
}

#w-node-_0a5b3b1e-3929-6072-a44b-d26452badd39-094f346d {
  align-self: auto;
}

#w-node-_33c7e9a1-3863-6c76-b9ef-3a4d873c2f19-094f346d {
  align-self: center;
}

#w-node-_0a5b3b1e-3929-6072-a44b-d26452badd39-a47ff5a9 {
  align-self: auto;
}

#w-node-_33c7e9a1-3863-6c76-b9ef-3a4d873c2f19-a47ff5a9 {
  align-self: center;
}

#w-node-ee01e14c-5957-bc23-d8f6-4ff11f9e121c-412809b8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ee01e14c-5957-bc23-d8f6-4ff11f9e121f-412809b8 {
  justify-self: end;
}

#w-node-a48524d0-7602-212b-be81-d92d1eebf30a-412809b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-e8976ade-3972-f439-ccdf-ab2c71ac0d59-412809b8 {
  align-self: auto;
}

#w-node-d7743dc2-867c-1a7b-503a-41370db38dfc-412809b8 {
  align-self: center;
}

@media screen and (max-width: 1243px) {
  #w-node-_7cb6d8c3-e47d-11b6-e942-81b31f246900-d92b17ba {
    justify-self: start;
  }

  #w-node-_5a163277-0a4d-fe35-38c9-de4aa9d042ef-a9d042e7 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    place-self: center;
  }

  #w-node-_5a163277-0a4d-fe35-38c9-de4aa9d042f1-a9d042e7, #w-node-_5a163277-0a4d-fe35-38c9-de4aa9d042f3-a9d042e7, #w-node-_5a163277-0a4d-fe35-38c9-de4aa9d042fa-a9d042e7, #w-node-_5a163277-0a4d-fe35-38c9-de4aa9d04308-a9d042e7 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-f68f70ae-987f-bd8a-b2fb-e094ae17ab7d-d2e0eed2, #w-node-f68f70ae-987f-bd8a-b2fb-e094ae17ab7f-d2e0eed2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_9f1b8a24-6dbf-8992-376b-001cc1a01fcc-d2e0eed2 {
    justify-self: start;
  }

  #w-node-_22ac28b6-5db3-80e9-b0a2-26300cc8e93d-0cc8e93a {
    order: 9999;
  }

  #w-node-_52c936d8-e89d-12e9-200e-5449a5428094-428fac4e {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5a163277-0a4d-fe35-38c9-de4aa9d042ef-a9d042e7, #w-node-f68f70ae-987f-bd8a-b2fb-e094ae17ab7d-d2e0eed2 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7c76bb1c-7ee6-77f6-2e81-9f624cc931eb-d92b17ba, #w-node-ee01e14c-5957-bc23-d8f6-4ff11f9e121f-c83ffb00, #w-node-b04a26a1-e24a-4ff5-d93b-fc81caa779ac-caa779a7, #w-node-ee01e14c-5957-bc23-d8f6-4ff11f9e121f-aaaf866d, #w-node-ee01e14c-5957-bc23-d8f6-4ff11f9e121f-e36250ac, #w-node-_4ee1c13f-e246-1b11-f674-0bf742a2d880-738e55e9, #w-node-_2ca4a68d-4f1f-184c-e30f-e70d55cc2a28-428fac4e, #w-node-ee01e14c-5957-bc23-d8f6-4ff11f9e121f-412809b8 {
    justify-self: start;
  }
}


@font-face {
  font-family: 'Nunito Sans V 15 Latin 600';
  src: url('../fonts/nunito-sans-v15-latin-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito Sans V 15 Latin 700';
  src: url('../fonts/nunito-sans-v15-latin-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito Sans V 15 Latin 500';
  src: url('../fonts/nunito-sans-v15-latin-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito Sans V 15 Latin';
  src: url('../fonts/nunito-sans-v15-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito Sans V 15 Latin 800';
  src: url('../fonts/nunito-sans-v15-latin-800.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito Sans V 15 Latin 200';
  src: url('../fonts/nunito-sans-v15-latin-200.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito Sans V 15 Latin 300';
  src: url('../fonts/nunito-sans-v15-latin-300.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway V 34 Latin';
  src: url('../fonts/raleway-v34-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway V 34 Latin 700';
  src: url('../fonts/raleway-v34-latin-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway V 34 Latin 600';
  src: url('../fonts/raleway-v34-latin-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway V 34 Latin 500';
  src: url('../fonts/raleway-v34-latin-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway V 34 Latin 300';
  src: url('../fonts/raleway-v34-latin-300.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}