:root {
  --white: #fff;
  --burlywood: #1c3055;
  --black: #000;
  --links: #166ebb;
}

body {
  background-color: var(--white);
  color: var(--burlywood);
  font-family: Futuranow, Impact, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Futuranow, Impact, sans-serif;
  font-size: 2.6em;
  font-weight: 400;
  line-height: 1.2em;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.4em;
}

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

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Futura Now, Impact, sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 24px;
}

p {
  color: var(--black);
  letter-spacing: .5px;
  margin-bottom: 10px;
  font-family: Futura Now, Impact, sans-serif;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.4em;
}

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

a.w--current {
  text-decoration: none;
}

ul {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  color: var(--black);
  font-family: Futura Now, Impact, sans-serif;
  font-size: 1em;
  line-height: 1.3em;
}

strong {
  font-family: Futura Now, Impact, sans-serif;
  font-weight: 700;
}

.hide {
  display: none;
}

.div-text {
  color: var(--burlywood);
  width: 100%;
  margin-top: 10%;
  padding-right: 0;
  font-family: Futuranow, Impact, sans-serif;
  font-weight: 300;
}

.div-text._2 {
  margin-top: 40px;
}

.div-text.position-botttom {
  margin-top: auto;
}

.div-text.position-botttom.text-center {
  margin-top: 10%;
  margin-bottom: 6%;
}

.div-text.text-center {
  color: var(--burlywood);
  margin-top: 5%;
}

.section {
  display: flex;
}

.section.hide {
  display: none;
}

.link {
  color: var(--burlywood);
}

.link:hover {
  color: var(--black);
}

.divider {
  background-color: #43785a;
  width: 70%;
  max-width: 300px;
  height: 2px;
  margin: 40px auto;
}

.button {
  background-color: var(--black);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 2px;
  padding: 14px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  font-weight: 500;
  transition: background-color .12s ease-in-out;
}

.button:hover {
  background-color: #7d4b95;
}

.slide {
  background-image: url('../images/2022-06_Olives-Bistrorante_Corporate_ID-06.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide._04 {
  background-image: url('../images/RailCycling_Betonschwellen-recyceln_1.webp');
  background-position: 22% 100%;
  background-size: cover;
  background-attachment: fixed;
}

.slide._01 {
  background-image: url('../images/pecus-finance_badhomburg.jpg');
  background-size: cover;
}

.slide._02 {
  background-image: url('../images/2022-06-28_Pecus-Finance_Corporate-Images_ID-0128.jpg');
}

.slide._03 {
  background-image: url('../images/2022-06-28_Pecus-Finance_Corporate-Images_ID-0141.jpg');
}

.slider {
  background-color: #111f17;
  width: 100%;
  height: 100vh;
}

.logo {
  min-width: 20%;
  max-width: 300px;
  margin: 43px auto 15%;
  display: block;
}

.div-block {
  margin-top: 21px;
  margin-bottom: 80px;
}

.container {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1% 3%;
  display: flex;
}

.container.max-600 {
  max-width: 12800px;
  padding-left: 0%;
  padding-right: 0%;
}

.div-50 {
  width: 50%;
  height: 100vh;
  overflow: auto;
}

.div-50.image {
  overflow: clip;
}

.div-50.content {
  flex-direction: column;
  align-items: center;
  padding: 1% 4% 50px;
  font-family: Lato, sans-serif;
  display: flex;
  overflow: scroll;
}

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

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

.btn-primary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 1000000px;
  justify-content: center;
  align-items: center;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.111em;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.btn-primary:hover {
  opacity: 1;
  color: #fff;
  transform: scale3d(.97, .97, 1.01);
}

.btn-primary.white {
  color: #14123a;
  background-color: #fff;
}

.btn-primary.white:hover {
  color: #fff;
  background-color: #4d4d63;
}

.btn-primary.pd-0px {
  padding: 0;
}

.btn-primary.pd-0px.contact-form-btn {
  margin-top: 16px;
}

.btn-primary.width-100 {
  transform-style: preserve-3d;
  display: block;
}

.btn-primary.width-100:hover {
  transform: scale3d(.99, .99, 1.01);
}

.btn-primary.width-100.contact-form-btn {
  padding-left: 44px;
  padding-right: 44px;
}

.display-2 {
  color: #fff;
  font-size: 54px;
  font-weight: 600;
  line-height: 1.222em;
}

.container-default {
  max-width: 1316px;
  padding-left: 24px;
  padding-right: 24px;
}

.position-absolute {
  position: absolute;
}

.position-absolute.shape-3d.cta-v2---03 {
  max-width: 32%;
  margin-bottom: -19%;
  bottom: 0%;
  left: 20%;
}

.position-absolute.shape-3d.cta-v2---02 {
  max-width: 35%;
  margin-top: -12%;
  top: 0%;
  right: -5%;
}

.position-absolute.shape-3d.teams-01 {
  max-width: 35%;
  top: -14%;
  right: -16.5%;
}

.position-absolute.shape-3d.teams-02 {
  max-width: 30%;
  bottom: 4%;
  left: -14%;
}

.position-absolute.shape-3d.card-contact-form {
  max-width: 55%;
  margin-bottom: -30%;
  margin-right: -23%;
  bottom: 0%;
  right: 0%;
}

.position-absolute.over-image.teams-03 {
  max-width: 34%;
  bottom: -48px;
  left: 41%;
}

.position-absolute.over-image.teams-02 {
  max-width: 34%;
  top: 221px;
  right: -51px;
}

.position-absolute.over-image.teams-01 {
  max-width: 34%;
  top: 134px;
  left: -135px;
}

.position-absolute.top {
  inset: 0% 0% auto;
}

.position-absolute.full {
  inset: 0%;
}

.position-absolute.full.btn-primary-bg {
  background-image: linear-gradient(to right, #27a4ff, #3354ff 28%, #7433ff 50%, #f64abb 79%, #ff7c33);
}

.position-absolute.contact-bg {
  background-image: url('../images/gradient-02-darkbit-template.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 36px;
  width: 657px;
  inset: -77px auto 193px 148px;
}

.inner-container.cta-v2 {
  align-items: center;
  width: 49%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.inner-container._533px {
  perspective: 1000px;
  max-width: 533px;
}

.inner-container._295px {
  max-width: 295px;
}

.inner-container._41px {
  max-width: 41px;
}

.inner-container._867px {
  max-width: 867px;
}

.inner-container._1050px {
  max-width: 1050px;
}

.inner-container._706px {
  max-width: 706px;
}

.inner-container._29px {
  max-width: 29px;
}

.inner-container._318px {
  max-width: 318px;
}

.inner-container._500px {
  max-width: 500px;
}

.grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-2-columns.card-contact-link-grid {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-columns: auto 1fr;
  align-items: start;
}

.grid-2-columns.contact {
  grid-template-columns: .65fr 1fr;
  align-items: start;
}

.grid-2-columns.form {
  grid-column-gap: 24px;
  grid-row-gap: 32px;
}

.buttons-row {
  z-index: 1;
  align-items: center;
  display: flex;
  position: relative;
}

.buttons-row.center {
  justify-content: center;
}

.position-relative {
  position: relative;
}

.position-relative.z-index-1 {
  z-index: 1;
}

.position-relative.teams {
  padding-top: 73px;
  padding-left: 79px;
  padding-right: 56px;
}

.position-relative.z-index-2 {
  z-index: 2;
}

.text-no-wrap {
  white-space: nowrap;
}

.card {
  background-color: #29284d;
  border-radius: 28px;
  overflow: hidden;
}

.card.cta-v2 {
  background-image: url('../images/gradient-01-darkbit-template.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 186px 54px;
  position: relative;
}

.card.link-card {
  color: #c3c3d0;
  transform-style: preserve-3d;
  text-decoration: none;
  transition: background-color .3s, transform .3s;
  display: block;
}

.card.link-card:hover {
  opacity: 1;
  color: #c3c3d0;
  background-color: #323244;
  transform: scale3d(.99, .99, 1.01);
}

.card.link-card.card-contact-link {
  border-radius: 16px;
  padding: 24px 25px;
}

.card.contact {
  flex-direction: column;
  justify-content: center;
  min-height: 742px;
  padding: 80px 75px;
  display: flex;
}

.image-wrapper {
  flex-direction: column;
  justify-content: center;
  display: flex;
  overflow: hidden;
  transform: translate(0);
}

.image-wrapper.cta-v2 {
  border-top: 1px solid #ffffff1f;
  border-bottom: 1px solid #ffffff1f;
  border-left: 1px solid #ffffff1f;
  border-top-left-radius: 23px;
  border-bottom-left-radius: 23px;
  width: 100%;
  position: absolute;
  inset: 80px 0%;
}

.image-wrapper.over-image {
  border: 1px solid #ffffff1f;
  box-shadow: 0 12px 44px #00000054;
}

.mg-bottom-20px {
  margin-bottom: 20px;
}

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

.mg-bottom-50px {
  margin-bottom: 50px;
}

.mg-bottom-0 {
  margin-bottom: 0;
}

.mg-bottom-135px {
  margin-bottom: 135px;
}

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

.mg-top-56px {
  margin-top: 56px;
}

.mg-bottom-34px {
  margin-bottom: 34px;
}

.success-message {
  color: #fff;
  background-color: #0000;
  padding: 0;
  font-weight: 500;
}

.line-rounded-icon.success-message-check {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #27a4ff, #3354ff 20%, #7433ff 50%, #f64abb 80%, #ff7c33);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 20px;
  font-size: 80px;
  line-height: 1em;
}

.text-300 {
  font-size: 20px;
  line-height: 1.1em;
}

.text-300.medium {
  font-weight: 600;
}

.text-area {
  color: #fff;
  background-color: #4d4d63;
  border: 0 solid #000;
  border-radius: 22px;
  min-width: 100%;
  max-width: 100%;
  min-height: 144px;
  max-height: 200px;
  padding: 24px;
  font-size: 18px;
  transition: background-color .3s, color .3s;
  box-shadow: 0 2px 12px #00000014;
}

.text-area:hover {
  background-color: #4d4d6380;
}

.text-area:focus {
  color: #fff;
  background-color: #4d4d6380;
}

.text-area::placeholder {
  color: #e4e4ed;
}

.display-1 {
  color: #fff;
  font-size: 86px;
  font-weight: 600;
  line-height: 1.093em;
}

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

.message-wrapper {
  min-width: 100%;
  max-width: 100%;
}

.text-200 {
  font-size: 18px;
  line-height: 1.111em;
}

.mg-top-40px {
  margin-top: 40px;
}

.flex-vertical {
  flex-direction: column;
  display: flex;
}

.flex-vertical.align-center {
  align-items: center;
}

.input {
  color: #fff;
  background-color: #4d4d63;
  border: 0 solid #000;
  border-radius: 100px;
  min-height: 72px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 1.111em;
  transition: background-color .3s, color .3s;
  box-shadow: 0 2px 12px #00000014;
}

.input:hover {
  background-color: #4d4d6380;
}

.input:focus {
  color: #fff;
  background-color: #4d4d6380;
}

.input::placeholder {
  color: #e4e4ed;
}

.mg-bottom-8px {
  margin-bottom: 8px;
}

.error-message {
  color: #ff5a65;
  background-color: #0000;
  margin-top: 20px;
  padding: 0;
}

.body {
  border: 1px solid var(--white);
  background-color: var(--white);
  font-family: Futuranow, Impact, sans-serif;
}

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

.color {
  color: var(--burlywood);
  margin-top: 14px;
  display: block;
}

.small {
  color: var(--burlywood);
  margin-top: 40px;
  padding-bottom: 23px;
  font-family: Futuranow, Impact, sans-serif;
  font-size: 14px;
}

.paragraph {
  color: var(--burlywood);
  margin-top: 5%;
  margin-bottom: 10px;
  font-family: Futura Now, Impact, sans-serif;
}

.text-span {
  margin-top: 14px;
  display: inline-block;
}

.paragraph-2 {
  color: var(--burlywood);
  font-family: Futuranow, Impact, sans-serif;
}

.link-2, .link-3 {
  color: var(--burlywood);
}

.bold-text, .bold-text-2 {
  font-family: Futura Now, Impact, sans-serif;
}

.heading-4 {
  font-family: Futura Now, Impact, sans-serif;
  font-weight: 700;
}

.text-block {
  color: var(--burlywood);
  font-family: Futura Now, Impact, sans-serif;
}

.text-block.div-text {
  color: var(--burlywood);
  font-size: 18px;
  line-height: 28px;
}

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

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

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

.text-wrapper {
  text-align: center;
  margin-top: 3%;
  margin-bottom: 2%;
}

.flex-wrapper-centered {
  grid-column-gap: 3.2em;
  grid-row-gap: 3.2em;
  justify-content: center;
  align-items: center;
  margin-top: 5%;
  margin-bottom: 6%;
  display: flex;
}

.logo-wrapper {
  box-shadow: none;
  border-top: 1px solid #a1a1a1;
  border-bottom: 1px solid #a1a1a1;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 108px;
  padding-top: 2px;
  padding-bottom: 2px;
  transition: transform .2s;
  display: flex;
}

.logo-wrapper:hover {
  transform: scale(1.07);
}

.body-2 {
  color: var(--burlywood);
}

.text-block-2 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 12px;
  font-family: Futuranow, Impact, sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.3em;
}

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

.image-2 {
  position: absolute;
  inset: -1% 0% auto auto;
}

.heading-5 {
  margin-bottom: 20px;
}

.p {
  text-align: left;
  font-family: Futura Now, Impact, sans-serif;
  font-size: 1.3em;
  font-weight: 400;
}

.content-wrapper {
  width: 75%;
  max-width: 1440px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5%;
}

.nav-link {
  color: #f8f4ee;
  padding-top: .6em;
  padding-bottom: .7em;
  padding-left: 30px;
  font-size: 1.4em;
  display: block;
}

.nav-link:hover {
  background-color: #2a448b;
}

.nav-link.w--current {
  color: #202840;
  background-color: #e2d7c5;
}

.nav-link.back {
  background-color: var(--burlywood);
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 80px;
  padding: .8em 28px;
  font-family: Futuranow, Impact, sans-serif;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.nav-link.back:hover {
  background-color: var(--links);
  color: var(--white);
  padding-left: 45px;
  padding-right: 48px;
}

.nav-link.back.w--current {
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
}

.image-12 {
  margin-right: 13px;
}

.text-block-3 {
  padding-top: 3px;
  font-size: .9em;
  line-height: 1.1em;
}

.text-block-3:hover {
  color: #fff;
}

.code-embed {
  text-align: left;
  margin-bottom: 60px;
  text-decoration: none;
}

.div-block-4 {
  text-decoration: none;
}

.left {
  text-align: left;
}

.embed-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 5%;
  display: flex;
}

.div-block-5 {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media screen and (min-width: 1440px) {
  body {
    background-color: #fff;
    font-size: 18px;
  }

  h1 {
    color: var(--burlywood);
    margin-bottom: 20px;
    font-size: 2.8em;
    font-weight: 600;
    line-height: 1.1em;
  }

  h2 {
    font-family: Raleway, sans-serif;
    font-size: 2em;
    line-height: 1.1em;
  }

  h3 {
    font-family: Futura Now, Impact, sans-serif;
    font-size: 1.3em;
    font-weight: 700;
  }

  h4 {
    font-family: Futura Now, Impact, sans-serif;
    font-size: 1.1em;
    font-weight: 700;
  }

  p {
    color: var(--black);
    font-size: 1.1em;
    line-height: 1.4em;
  }

  a {
    color: var(--burlywood);
  }

  a:hover {
    color: var(--links);
  }

  li {
    margin-bottom: 8px;
    font-size: 1.1em;
    line-height: 1.4em;
  }

  .slide._04 {
    background-image: url('../images/RailCycling_Betonschwellen_Grafik_desktop.jpg');
    background-position: 20% 100%;
    background-attachment: fixed;
  }

  .slide._02 {
    background-image: url('../images/2022-06-28_Pecus-Finance_Corporate-Images_ID-0128.jpg');
  }

  .slide._03 {
    background-image: url('../images/2022-06-28_Pecus-Finance_Corporate-Images_ID-0141.jpg');
  }

  .container.max-600 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .div-50.content {
    padding-bottom: 4%;
  }

  .btn-primary.pd-0px {
    padding: 0;
  }

  .grid-2-columns.form {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .heading-3 {
    font-size: 3.5em;
  }

  .bold-text-3 {
    font-family: Futura Now, Impact, sans-serif;
    font-weight: 700;
  }

  .text-wrapper {
    text-align: center;
    margin-top: 3%;
    margin-bottom: 2%;
  }

  .flex-wrapper-centered {
    grid-column-gap: 3.2em;
    grid-row-gap: 3.2em;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
    margin-bottom: 6%;
    display: flex;
  }

  .logo-wrapper {
    box-shadow: none;
    justify-content: center;
    align-items: center;
    width: 230px;
    height: 108px;
    display: flex;
  }
}

@media screen and (min-width: 1920px) {
  .slide._04 {
    background-position: 0 100%;
  }

  .container.max-600 {
    max-width: 600px;
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .btn-primary.pd-0px {
    padding: 0;
  }

  .heading-3 {
    font-size: 3.5em;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 2.5em;
  }

  .div-text.position-botttom.text-center {
    margin-bottom: 0%;
  }

  .section {
    flex-flow: column;
  }

  .slide._04 {
    background-position: 0 100%;
  }

  .slider {
    height: 100%;
  }

  .container.max-600 {
    height: auto;
    overflow: visible;
  }

  .div-50.image {
    width: 100%;
    height: 70vh;
  }

  .div-50.content {
    width: 100%;
    height: auto;
    overflow: clip;
  }

  .btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .btn-primary.pd-0px {
    padding: 0;
  }

  .display-2 {
    font-size: 45px;
  }

  .position-absolute.shape-3d.cta-v2---03 {
    max-width: 40%;
    margin-bottom: -31%;
  }

  .position-absolute.shape-3d.cta-v2---02 {
    max-width: 53%;
    margin-top: -22%;
    right: -10%;
  }

  .position-absolute.shape-3d.teams-01 {
    max-width: 36%;
    display: none;
  }

  .position-absolute.shape-3d.teams-02 {
    max-width: 33%;
    display: none;
    bottom: -5%;
  }

  .position-absolute.shape-3d.card-contact-form {
    margin-bottom: -38%;
    margin-right: -15%;
  }

  .position-absolute.over-image.teams-02 {
    right: -16px;
  }

  .position-absolute.over-image.teams-01 {
    left: -13px;
  }

  .position-absolute.contact-bg {
    width: 100%;
    top: -45px;
    bottom: 160px;
    left: 100px;
  }

  .inner-container.cta-v2 {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 54px;
    position: static;
  }

  .inner-container._700px---tablet {
    max-width: 700px;
  }

  .grid-2-columns.cta-v2 {
    grid-template-columns: 1fr;
    margin-left: 54px;
    margin-right: 54px;
  }

  .grid-2-columns.card-contact-link-grid {
    grid-column-gap: 18px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.contact {
    grid-column-gap: 28px;
    grid-row-gap: 90px;
    grid-template-columns: 1fr;
  }

  .position-relative.teams {
    padding-top: 61px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .card.cta-v2 {
    padding: 80px 0 0;
  }

  .card.link-card.card-contact-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .card.contact {
    min-height: 738px;
  }

  .image-wrapper.cta-v2 {
    position: static;
  }

  .image-wrapper.over-image.border-radius-26px {
    border-radius: 18px;
  }

  .mg-bottom-135px {
    margin-bottom: 113px;
  }

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

  .grid-3-columns._3-col-tablet {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .mg-top-56px {
    margin-top: 40px;
  }

  .display-1 {
    font-size: 72px;
  }

  .grid-1-column.card-contact-link-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .nav-link {
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  h4 {
    font-family: Futura Now, Impact, sans-serif;
    font-weight: 700;
  }

  a {
    word-break: break-all;
  }

  .section {
    flex-direction: column;
    display: block;
  }

  .link {
    text-decoration: underline;
  }

  .slider {
    height: 100%;
  }

  .div-50.image {
    width: 100%;
    height: 500px;
    overflow: hidden;
  }

  .div-50.content {
    width: 100%;
    height: auto;
    min-height: 100vh;
    overflow: visible;
  }

  .btn-primary {
    padding: 22px 32px;
    font-size: 16px;
  }

  .btn-primary.pd-0px {
    padding: 0;
  }

  .btn-primary.pd-0px.contact-form-btn {
    margin-top: 0;
  }

  .display-2 {
    font-size: 34px;
  }

  .position-absolute.shape-3d.cta-v2---03 {
    max-width: 53%;
  }

  .position-absolute.shape-3d.cta-v2---02 {
    margin-top: -26%;
  }

  .position-absolute.over-image.teams-03 {
    bottom: -6%;
  }

  .position-absolute.over-image.teams-02 {
    top: 32%;
  }

  .position-absolute.over-image.teams-01 {
    top: 20%;
  }

  .position-absolute.contact-bg {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    top: -36px;
    bottom: 133px;
    left: 83px;
  }

  .inner-container.cta-v2 {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 34px;
  }

  .inner-container._600px---mbl {
    max-width: 600px;
  }

  .inner-container._500px---mbl {
    max-width: 500px;
  }

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

  .grid-2-columns.cta-v2 {
    margin-left: 34px;
    margin-right: 34px;
  }

  .grid-2-columns.contact {
    grid-column-gap: 28px;
    grid-row-gap: 80px;
  }

  .grid-2-columns.form {
    grid-row-gap: 28px;
  }

  .position-relative.teams {
    padding-top: 51px;
    padding-left: 34px;
    padding-right: 34px;
  }

  .card {
    border-radius: 20px;
  }

  .card.cta-v2 {
    padding-top: 70px;
  }

  .card.link-card.card-contact-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .card.contact {
    min-height: 917px;
    padding: 66px 34px;
  }

  .image-wrapper.cta-v2 {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .image-wrapper.border-radius-32px {
    border-radius: 25px;
  }

  .image-wrapper.over-image.border-radius-26px {
    border-radius: 11px;
  }

  .image-wrapper.border-radius-28px {
    border-radius: 20px;
  }

  .mg-bottom-50px {
    margin-bottom: 40px;
  }

  .mg-bottom-135px {
    margin-bottom: 94px;
  }

  .grid-3-columns, .grid-3-columns._3-col-tablet {
    grid-template-columns: 1fr;
  }

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

  .text-300 {
    font-size: 18px;
  }

  .text-area {
    border-radius: 20px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 16px;
  }

  .display-1 {
    font-size: 46px;
  }

  .grid-1-column.card-contact-link-grid {
    grid-template-columns: 1fr 1fr;
  }

  .text-200 {
    font-size: 16px;
  }

  .text-200.color-neutral-500.text-size-14px---tablet {
    font-size: 14px;
  }

  .input {
    min-height: 65px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 16px;
  }

  .flex-wrapper-centered {
    grid-column-gap: 1.6em;
    grid-row-gap: 1.6em;
  }

  .content-wrapper {
    width: 88%;
  }

  .nav-link {
    color: #f8f4ee;
    padding-left: 1.3em;
    padding-right: 1em;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 16px;
    line-height: 19px;
  }

  h1 {
    text-align: left;
    font-size: 2.2em;
    line-height: 1.1em;
  }

  h2, h3, p {
    text-align: left;
  }

  .slide._04 {
    background-image: url('../images/RailCycling_Betonschwellen-recyceln.webp');
    background-position: 20% 100%;
  }

  .logo {
    min-width: 220px;
    max-width: 90%;
  }

  .btn-primary {
    width: 100%;
    padding: 20px;
  }

  .btn-primary.pd-0px {
    padding: 0;
  }

  .btn-primary.pd-0px.contact-form-btn {
    margin-top: 0;
  }

  .display-2 {
    font-size: 29px;
  }

  .container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .position-absolute.shape-3d.cta-v2---03 {
    max-width: 67%;
  }

  .position-absolute.shape-3d.cta-v2---02 {
    max-width: 70%;
    margin-top: -39%;
    display: none;
    right: -33%;
  }

  .position-absolute.shape-3d.card-contact-form {
    margin-bottom: -44%;
    margin-right: -23%;
    display: none;
  }

  .position-absolute.over-image.teams-02 {
    top: 42%;
  }

  .position-absolute.over-image.teams-01 {
    top: 27%;
  }

  .position-absolute.contact-bg {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    top: -26px;
    bottom: 100px;
    left: 40px;
  }

  .inner-container.cta-v2 {
    padding-left: 23px;
  }

  .grid-2-columns.cta-v2 {
    margin-left: 23px;
    margin-right: 23px;
  }

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

  .buttons-row {
    flex-direction: column;
    width: 100%;
  }

  .position-relative.teams {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card.cta-v2 {
    border-radius: 20px;
    padding-top: 60px;
  }

  .card.contact {
    min-height: 890px;
    padding: 55px 23px;
  }

  .image-wrapper.border-radius-32px {
    border-radius: 20px;
  }

  .image-wrapper.over-image.border-radius-26px {
    border-radius: 6px;
  }

  .image-wrapper.border-radius-28px.shadow.border-01 {
    border-radius: 15px;
  }

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

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

  .display-1 {
    font-size: 35px;
  }

  .grid-1-column.card-contact-link-grid {
    grid-template-columns: 1fr;
  }

  .input {
    padding-left: 20px;
    padding-right: 20px;
  }

  .input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .paragraph, .bold-text {
    text-align: center;
  }

  .text-block-2 {
    text-align: left;
  }

  .nav-link {
    padding-left: 1em;
    font-size: 1.7rem;
    display: block;
  }

  .heading-6 {
    text-align: left;
  }
}


@font-face {
  font-family: 'Futura Now';
  src: url('../fonts/FuturaNowHeadlineBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura Now';
  src: url('../fonts/FuturaNowHeadlineLight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futuranow';
  src: url('../fonts/FuturaNowHeadline.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}