@charset "UTF-8";
/* Variables */
/* Colors */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v48-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-v48-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-condensed-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-condensed-v30-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-condensed-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-condensed-v30-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:root {
  --swiper-navigation-size: 17px;
}

html {
  height: 100%;
  font-size: 100%;
}

body {
  height: 100%;
  font-family: "acumin-variable", sans-serif;
  font-size: 1.125rem;
  line-height: 35px;
  color: #757575;
  letter-spacing: 0.36px;
}
@media (min-width: 768px) {
  body {
    font-size: 1.3125rem;
    line-height: 2.8125rem;
    letter-spacing: 0.42px;
  }
}

#wrapper {
  height: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 1fr auto;
  grid-template-rows: auto 1fr auto;
}

.container {
  max-width: 1800px;
  margin: 0 auto;
  padding: 0 15px;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.above__hl {
  font-family: "acumin-variable", sans-serif;
  display: block;
  text-align: left;
  font-size: 21px;
  line-height: 36px;
  letter-spacing: 0.94px;
  color: #757575;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .above__hl {
    font-size: 41px;
    line-height: 56px;
    letter-spacing: 1.84px;
  }
}

h2 {
  font-family: "acumin-variable", sans-serif;
  text-align: left;
  font-size: 37px;
  line-height: 46px;
  letter-spacing: 1.67px;
  color: #045471;
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 768px) {
  h2 {
    font-size: 62px;
    line-height: 81px;
    letter-spacing: 2.79px;
  }
}

p {
  margin: 0 0 1rem 0;
}
p:last-child {
  margin: 0;
}

#header {
  background-color: rgba(4, 84, 113, 0.85);
  position: relative;
}
#header .container {
  height: 100dvh;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0.75fr 1.25fr 1fr 1fr;
  grid-template-rows: 0.75fr 1.25fr 1fr 1fr;
}
@media (min-width: 768px) {
  #header .container {
    -ms-grid-rows: 250px 1fr 250px 100px;
    grid-template-rows: 250px 1fr 250px 100px;
  }
}

.subsite #header .container {
  height: auto;
  -ms-grid-rows: 100px 1fr 1fr;
  grid-template-rows: 100px 1fr 1fr;
}
@media (min-width: 768px) {
  .subsite #header .container {
    -ms-grid-rows: 30px 1fr 100px;
    grid-template-rows: 30px 1fr 100px;
  }
}

.bg-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.bg-header__image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.lang-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  place-items: baseline;
  /*@media (min-width: 768px) {
      place-items: normal;
  }*/
}

.lang-logo a {
  display: inline-block;
  width: 80px;
  font-size: 1.25rem;
  letter-spacing: 1.4px;
  color: #FFFFFF;
  text-transform: uppercase;
  opacity: 0.8;
  text-decoration: none;
}
@media (min-width: 768px) {
  .lang-logo a {
    font-size: 1.5rem;
    letter-spacing: 1.68px;
    position: relative;
    top: 5px;
  }
}

.lang-logo a:hover {
  text-decoration: underline;
}

.lng {
  font-weight: bold;
  text-align: left;
}

.demo {
  font-weight: normal;
  text-align: right;
  margin-left: 0;
}
@media (min-width: 768px) {
  .demo {
    margin-left: 50px;
    position: relative;
    top: 5px;
  }
}

.line {
  border-bottom: 1px solid #FFFFFF;
  display: none;
}
@media (min-width: 768px) {
  .line {
    display: inline-block;
  }
}

.line--left {
  width: calc(50% - 180px);
}

.line--right {
  width: calc(50% - 230px);
}

.logo-container {
  position: relative;
  top: 25px;
  padding: 0;
}
.home .logo-container {
  top: 40px;
}
@media (min-width: 768px) {
  .logo-container {
    padding: 0 50px;
  }
}
.logo-container a {
  opacity: 1;
  top: 20px;
  display: inline;
}

svg {
  height: 70px;
}
.home svg {
  height: 58px;
  position: relative;
  top: -20px;
}
@media (min-width: 768px) {
  .home svg {
    height: auto;
    position: static;
  }
}

#footer {
  background-color: #045471;
}
#footer .line {
  display: none;
  width: calc(50% - 100px);
}
@media (min-width: 768px) {
  #footer .line {
    display: block;
  }
}
#footer hr {
  margin-top: 50px;
  border-top: 2px solid #FFFFFF;
  opacity: 0.4;
}
@media (min-width: 768px) {
  #footer hr {
    margin-top: 100px;
  }
}
#footer .claim {
  font-family: "acumin-variable", sans-serif;
  text-align: center;
  font-size: 33px;
  line-height: 48px;
  font-weight: 400;
  letter-spacing: 1.49px;
  color: #FFFFFF;
  text-transform: uppercase;
}
#footer .first-line {
  font-weight: 700;
}

.section__inner {
  max-width: 1400px;
  margin: auto;
}

.logo-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  margin-bottom: 50px;
}

.contact-block {
  font-family: "acumin-variable", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #FFFFFF;
  opacity: 0.8;
  padding-top: 0;
  gap: 20px;
}
@media (min-width: 992px) {
  .contact-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-top: 30px;
    gap: 0;
  }
}
.contact-block .address {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.contact-block .claim {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.contact-block .address, .contact-block .claim, .contact-block .phone-email {
  width: 100%;
  text-align: center;
}
@media (min-width: 992px) {
  .contact-block .address, .contact-block .claim, .contact-block .phone-email {
    width: 33.3333333333%;
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    text-align: left;
  }
}
.contact-block .phone-email {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media (min-width: 992px) {
  .contact-block .phone-email {
    text-align: right;
  }
}

.phone, .email {
  display: block;
}

nav ul {
  text-align: center;
  list-style-type: none;
  padding: 0;
}
nav li {
  display: inline-block;
}
nav a {
  font-family: "acumin-variable", sans-serif;
  font-weight: normal;
  font-size: 0.9375rem;
  letter-spacing: 0.36px;
  color: #FFFFFF;
  opacity: 0.8;
  text-decoration: none;
  padding: 0 20px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  nav a {
    font-size: 1.125rem;
  }
}

/* Sections */
.section__inner {
  margin: auto;
  position: relative;
}

/* Intro */
.section__intro .section__inner {
  padding-top: 80px;
  max-width: 1000px;
}
@media (min-width: 768px) {
  .section__intro .section__inner {
    padding-top: 240px;
  }
}
.section__intro .text {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .section__intro .text {
    margin-top: 60px;
  }
}

.text-logo {
  font-size: 46px;
  line-height: 71px;
  width: 205px;
  margin: 0 auto 0 auto;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: bold;
}
@media (min-width: 768px) {
  .text-logo {
    font-size: 61px;
    line-height: 86px;
    width: 255px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.text-logo h1 {
  font-size: inherit;
  margin: inherit;
}

.text-logo--send {
  letter-spacing: 24.86px;
  display: inline-block;
  width: 100%;
}
@media (min-width: 768px) {
  .text-logo--send {
    letter-spacing: 33.01px;
  }
}

.text-logo--home {
  letter-spacing: 20.64px;
  display: inline-block;
  width: 100%;
}
@media (min-width: 768px) {
  .text-logo--home {
    letter-spacing: 25.74px;
  }
}

.text-logo--service {
  letter-spacing: 2.07px;
  font-weight: normal;
  display: inline-block;
  width: 100%;
}
@media (min-width: 768px) {
  .text-logo--service {
    letter-spacing: 2.75px;
  }
}

.text-slogan {
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.text-slogan h2 {
  font-size: inherit;
  margin: inherit;
  color: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}

.text-slogan--small {
  display: inline-block;
  width: 100%;
  font-size: 0.8em;
  line-height: 1em;
  font-weight: lighter;
  text-align: center;
}

.text-slogan--big {
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
  font-size: 1.3em;
  text-align: center;
  line-height: 1.3em;
}

.buttons {
  font-family: "acumin-variable", sans-serif;
  margin: 0 auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  place-items: end;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .buttons {
    gap: 30px;
    /*place-items: normal;
    padding-bottom: 0;
    margin: 360px auto 94px auto;*/
  }
}

.btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  width: 30%;
  height: 58px;
  border-radius: 6px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1rem;
  letter-spacing: 1.21px;
}
@media (min-width: 768px) {
  .btn {
    width: 260px;
    max-width: 33%;
    font-size: 1.3125rem;
    letter-spacing: 1.68px;
  }
}

.btn--primary {
  background: #FFB300;
  color: #045471;
  border: 2px solid #FFB300;
}
.btn--primary a {
  color: #045471;
  text-decoration: none;
}

.btn--secondary {
  background: #045471;
  border: 2px solid #FFB300;
  color: #FFB300;
}
.btn--secondary a {
  color: #FFB300;
  text-decoration: none;
}

/* Video */
.section__video {
  margin-top: 95px;
  margin-bottom: 95px;
}
@media (min-width: 768px) {
  .section__video {
    margin-top: 200px;
    margin-bottom: 250px;
  }
}
.section__video .section__inner {
  max-width: 1400px;
}

.video__responsive--16-9 {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}

.video__responsive {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* Ablauf */
.section__advantages {
  overflow: hidden;
}
.section__advantages .section__inner {
  max-width: 1400px;
  position: relative;
}
.section__advantages .bar {
  width: 20px;
  background-color: #FFB300;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  margin: auto;
  top: 50px;
}
@media (min-width: 768px) {
  .section__advantages .bar {
    width: 40px;
  }
}
.section__advantages .img--advantages {
  max-width: 645px;
  margin: 0 auto 60px auto;
}
.section__advantages .intro {
  max-width: 1000px;
  margin: auto;
  background-color: #FFFFFF;
  padding-top: 31px;
  padding-bottom: 20px;
}
.section__advantages .text {
  margin-top: 60px;
}
.section__advantages .advantages-boxes {
  margin-top: 60px;
  padding-bottom: 120px;
}
.section__advantages .advantage-box {
  background-color: #E3E3E3;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  padding: 15px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .section__advantages .advantage-box {
    -ms-grid-columns: 200px 1fr;
    grid-template-columns: 200px 1fr;
    padding: 0;
  }
}
.section__advantages .advantage-box .advantage-box__icon {
  display: none;
}
@media (min-width: 768px) {
  .section__advantages .advantage-box .advantage-box__icon {
    padding: 25px 0 0 75px;
    display: block;
  }
}
.section__advantages .advantage-box .advantage-box__hl {
  padding: 25px 0 23px 0;
}
@media (min-width: 768px) {
  .section__advantages .advantage-box .advantage-box__hl {
    padding: 27px 200px 34px 0;
  }
}
.section__advantages .advantage-box h3 {
  color: #045471;
  font-family: "acumin-variable", sans-serif;
  font-size: 27px;
  line-height: 38px;
  letter-spacing: 1.22px;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0;
  -ms-hyphens: auto;
      hyphens: auto;
}
@media (min-width: 768px) {
  .section__advantages .advantage-box h3 {
    font-size: 33px;
    line-height: 48px;
    letter-spacing: 1.49px;
  }
}
.section__advantages .advantage-box hr {
  background-color: #FFFFFF;
  height: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}
@media (min-width: 768px) {
  .section__advantages .advantage-box hr {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
}
.section__advantages .advantage-box .advantage-box__text {
  padding: 26px 0;
  color: #1D1D1D;
}
@media (min-width: 768px) {
  .section__advantages .advantage-box .advantage-box__text {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    padding: 34px 200px 42px 0;
  }
}

/* Ablauf */
.section__process {
  margin-top: 95px;
}
@media (min-width: 768px) {
  .section__process {
    margin-top: 250px;
  }
}
.section__process .section__inner {
  max-width: 1400px;
}
.section__process .above__hl, .section__process h2 {
  margin: 0;
}
@media (min-width: 768px) {
  .section__process .above__hl, .section__process h2 {
    margin: 0 auto;
    max-width: 1000px;
  }
}
.section__process .process__columns {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 33px;
  margin-top: 50px;
  margin-bottom: 95px;
}
@media (min-width: 768px) {
  .section__process .process__columns {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    margin-top: 120px;
    margin-bottom: 170px;
  }
}
.section__process .process-box {
  background-color: #FFB300;
  margin-bottom: 15px;
  padding: 20px 15px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 80px;
  grid-template-columns: 1fr 80px;
  gap: 10px;
}
@media (min-width: 768px) {
  .section__process .process-box {
    padding: 42px 40px 60px 40px;
    gap: 30px;
    margin-bottom: 45px;
  }
}
.section__process .process-box__text {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}
.section__process .process-box__hl {
  font-family: "acumin-variable", sans-serif;
  color: #045471;
  letter-spacing: 1.26px;
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .section__process .process-box__hl {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    margin-top: 120px;
    letter-spacing: 1.68px;
    font-size: 1.5rem;
  }
}
.section__process .headline {
  width: 100%;
  display: block;
  padding-bottom: 5px;
}
@media (min-width: 768px) {
  .section__process .headline {
    border-bottom: 1px solid #FFFFFF;
  }
}
.section__process .process-box__order {
  text-align: end;
}
@media (min-width: 768px) {
  .section__process .process-box__order {
    text-align: start;
  }
}
.section__process .ordernr {
  background-color: #FFFFFF;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 23px;
  line-height: 1;
  font-family: "acumin-variable", sans-serif;
  letter-spacing: 1.03px;
  color: #045471;
  padding-left: 3px;
}
@media (min-width: 768px) {
  .section__process .ordernr {
    font-size: 30px;
    line-height: 48px;
    letter-spacing: 1.49px;
    width: 56px;
    height: 56px;
  }
}
.section__process .process-box__text {
  color: #045471;
  border-top: 1px solid #FFFFFF;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .section__process .process-box__text {
    border-top: none;
    padding-top: 0;
  }
}
.section__process .process-box__button {
  display: inline-block;
  background-color: #FFFFFF;
  border-radius: 6px;
  font-family: "acumin-variable", sans-serif;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 1.26px;
  color: #045471;
  text-transform: uppercase;
  padding: 10px 15px 13px 17px;
  max-width: 305px;
}
@media (min-width: 768px) {
  .section__process .process-box__button {
    font-size: 22px;
    letter-spacing: 1.54px;
    padding: 14px 40px 18px 40px;
  }
}

/* folgende drei Sections */
/*
.section__inner {
    &:has(.box--start) {
        justify-content: flex-start;
    }
    &:has(.box--end) {
        justify-content: flex-end;
    }
}
*/
@media (min-width: 768px) {
  .section--grey::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 69.4444444%;
    background-color: #F5F5F5;
    height: 100%;
    z-index: -1;
  }
}
.section--grey:has(.box--start)::before {
  right: auto;
  left: 0;
}

.img-text-btn-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  padding: 0;
  position: relative;
}
@media (min-width: 768px) {
  .img-text-btn-box {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    padding: 125px 200px;
  }
}

.img-text-btn-box__hl {
  color: #045471;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 1.49px;
  font-size: 33px;
}

.img-text-btn-box__image {
  max-width: calc(100vw - 60px);
  position: absolute;
  top: -15px;
  padding: 0;
  margin: 15px;
}
@media (min-width: 768px) {
  .img-text-btn-box__image {
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 700/466;
    overflow: hidden;
    position: static;
  }
}

.img-text-btn-box__textblock {
  background-color: #F5F5F5;
  padding: 125px 15px 0 15px;
  margin-top: 150px;
}
@media (min-width: 768px) {
  .img-text-btn-box__textblock {
    background-color: transparent;
    padding: 0;
    margin-top: 0;
  }
}

.img-text-btn-box__btn {
  background: #045471;
  font-family: "acumin-variable", sans-serif;
  font-weight: 700;
  color: #FFFFFF;
  font-size: 1.125rem;
  border-radius: 6px;
  padding: 10px 15px 13px 17px;
  margin-top: 30px;
  margin-bottom: 30px;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1.25px;
}
@media (min-width: 768px) {
  .img-text-btn-box__btn {
    margin-top: 40px;
    margin-bottom: 0;
    font-size: 22px;
    letter-spacing: 1.54px;
    padding: 10px 40px 14px 40px;
  }
}

/* Partner werden */
.section__become-partner .divider {
  background-color: #E3E3E3;
  height: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}
.section__become-partner .section__inner {
  margin-top: 95px;
  max-width: 1800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .section__become-partner .section__inner {
    margin-top: 200px;
  }
}

/* Partner Login */
.section__partner-login {
  margin-top: 80px;
}
.section__partner-login .section__inner {
  max-width: 1800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Rücksendung */
.section__send-home {
  margin-top: 80px;
}
.section__send-home .section__inner {
  max-width: 1800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Testimonials */
.swiper-wrapper {
  max-width: 85vw;
}
@media (min-width: 768px) {
  .swiper-wrapper {
    max-width: 90vw;
  }
}
@media (min-width: 1200px) {
  .swiper-wrapper {
    max-width: 95vw;
  }
}

.section__testimonials {
  margin-top: 95px;
  margin-bottom: 95px;
}
@media (min-width: 768px) {
  .section__testimonials {
    margin-top: 200px;
    margin-bottom: 250px;
  }
}
.section__testimonials .container {
  border-top: 2px solid #E3E3E3;
  padding-top: 250px;
}
.section__testimonials .section__inner {
  max-width: 1400px;
}
.section__testimonials .textblock {
  max-width: 1000px;
  margin: 0 auto 200px auto;
}
.section__testimonials .slider-item {
  position: relative;
}
.section__testimonials .slider-text {
  max-width: 1000px;
  background: #F5F5F5;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding: 15px;
}
@media (min-width: 768px) {
  .section__testimonials .slider-text {
    margin: -150px auto 0 auto;
    padding: 15px;
  }
}
.section__testimonials h3 {
  color: #045471;
  font-family: "acumin-variable", sans-serif;
  font-size: 33px;
  line-height: 48px;
  letter-spacing: 1.49px;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0;
  text-align: center;
}
.section__testimonials .textbox {
  margin-top: 40px;
}

/* Unterseiten */
.bg--network {
  background-image: url(/files/images/network-bg-sub.svg);
  background-color: #F5F5F5;
}

.subsite .section__intro {
  padding-bottom: 150px;
}
.subsite .section__text {
  padding-bottom: 150px;
}
.subsite .section__text .section__inner {
  padding-top: 200px;
}
.subsite .section__text .textblock {
  margin: auto;
  max-width: 1000px;
}
.subsite .section__text:last-child {
  padding-bottom: 0;
}
.subsite .border--top .section__inner {
  border-top: 2px solid #E3E3E3;
}
.subsite .bar-bg {
  position: relative;
  padding-bottom: 50px;
}
.subsite .bar-bg .bar {
  width: 40px;
  background-color: #FFB300;
  height: calc(100% - 50px);
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  margin: auto;
  top: 50px;
}
.subsite .img--advantages {
  max-width: 645px;
  padding: 0 15px;
  margin: 0 auto 60px auto;
}

/* Swiper */
.swiper-button-prev,
.swiper-button-next {
  background: #FFFFFF;
  right: 0;
  width: 45px;
  height: 45px;
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-prev::after, .swiper-rtl .swiper-button-next::after,
.swiper-button-next::after, .swiper-rtl .swiper-button-prev::after {
  font-weight: bold;
  color: #045471;
}

/* Hide all steps by default: */
.tab {
  display: none;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  display: inline-block;
  opacity: 0.5;
}

/* Mark the active step: */
.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #04AA6D;
}

input, textarea {
  width: 100%;
}

input.invalid, textarea.invalid {
  background-color: #ffbcbc;
}
/*# sourceMappingURL=styles.css.map */