/*!*******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/Scss/main.scss ***!
  \*******************************************************************************************************************************************************/
@charset "UTF-8";
/*! 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 {
  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 {
  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] {
  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;
}

@font-face {
  font-family: "RB Faktum Neue Bold";
  src: url(../../Public/Fonts/NeueFaktum-Bold.woff2) format("woff2"), url(../../Public/Fonts/NeueFaktum-Bold.woff) format("woff");
}
@font-face {
  font-family: "RB Faktum Neue SemiBold";
  src: url(../../Public/Fonts/NeueFaktum-SemiBold.woff2) format("woff2"), url(../../Public/Fonts/NeueFaktum-SemiBold.woff) format("woff");
}
@font-face {
  font-family: "RB Faktum Regular";
  src: url(../../Public/Fonts/NeueFaktum-Regular.woff2) format("woff2"), url(../../Public/Fonts/NeueFaktum-Regular.woff) format("woff");
}
@font-face {
  font-family: "Inter Regular";
  src: url(../../Public/Fonts/Inter-Regular.woff2) format("woff2");
}
@font-face {
  font-family: "Inter SemiBold";
  src: url(../../Public/Fonts/Inter-Bold.woff2) format("woff2");
}
/**** VARIABLES *****/
/********************/
:root {
  /* LAYOUT, SIZES AND SPACING */
  --margin-01: 10rem;
  --margin-02: 20rem;
  --margin-03: 30rem;
  --margin-04: 40rem;
  --margin-05: 60rem;
  --margin-06: 80rem;
  --margin-07: 160rem;
  --margin-08: 280rem;
  --padding-container-horizontal: var(--margin-01);
  --padding-container-vertical: var(--margin-02);
  --container-max-width-small: 600rem;
  --container-max-width-medium: 1052rem;
  --container-max-width-wide: 1300rem;
  --margin-bottom-element-default: 20rem;
  --grid-gap: var(--padding-container-horizontal);
  --wp-admin-bar-height: 20rem;
  --default-grid-item-aspect-ratio: 1/1.2;
  /* z-index */
  --z-index-layer-1: 9;
  --z-index-layer-2: 99;
  --z-index-layer-3: 999;
  --z-index-layer-4: 9999;
  --z-index-layer-5: 99999;
  --z-index-layer-6: 999999;
  --z-index-layer-7: 9999999;
  --z-index-layer-8: 99999999;
  --z-index-layer-9: 999999999;
  /* COLORS */
  --clr-blue: #003959;
  --clr-turquoise: #2BA3D5;
  --clr-grey: #3C3C3B;
  --clr-black: #111111 ;
  --clr-white: #ffffff;
  --clr-red: #EA5160;
  --clr-grey-ligth: #F2F5F6;
  --clr-border: #7F9BAB;
  --clr-grey-blue: #E5EBEE;
  --font-clr-primary: var(--clr-primary);
  --font-clr-secondary: var(--clr-secondary);
  --inline-link-clr: var(--clr-secondary);
  --text-select-clr-bg: var(--clr-primary-100);
  --text-select-clr-text: var(--font-clr-secondary);
  /* TYPOGRAPHY */
  /* Font Types */
  --font-primary-regular: "RB Faktum Regular";
  --font-primary-semibold: "RB Faktum Neue SemiBold";
  --font-primary-bold: "RB Faktum Neue Bold";
  --font-secondary-regular: "Inter Regular";
  --font-secondary-semibold: "Inter SemiBold";
  /* Font Sizes */
  --font-size-100: 10rem;
  --font-size-200: 12rem;
  --font-size-300: 14rem;
  --font-size-400: 16rem;
  --font-size-500: 20rem;
  --font-size-600: 24rem;
  --font-size-700: 34rem;
  --font-size-800: 60rem;
  --font-size-900: 82rem;
  --line-height-100: 150%;
  /* Optimale line height in Relation zum Element berechnen */
  --line-height-optimal: calc(1ex / 0.32);
  --letter-spacing-100: 1rem;
  --word-spacing-100: 1rem;
  --hyphenate-limit-chars--default: 10 3 4;
  --text-rendering: optimizeLegibility;
  --default-list-icon: "■";
  --default-list-icon-clr: var(--clr-primary-100);
  /* Buttons */
  --btn-radius: 50px;
  --btn-font-size: var(--font-size-400);
  --btn-margin-bottom: var(--margin-02);
  --btn-border-width: 1rem;
  --btn-padding-horizontal: var(--margin-02);
  --btn-padding-vertical: var(--margin-01);
  /* Border Radius */
  --border-radius: 5px;
  --border-radius-small: 3px;
  --border-radius-medium: 5px;
  --border-radius-big: 50%;
}

/**** TYPOGRAPHY ****/
/* General Settings  */
body {
  font-size: 20px;
  line-height: 32px;
  font-smooth: auto;
  -webkit-font-smoothing: antialiased;
}

p,
.copy-text,
.footnote-text {
  -webkit-hyphens: auto;
          hyphens: auto;
  hyphenate-limit-chars: var(--hyphenate-limit-chars--default);
  /* Inline Links */
}
p a,
.copy-text a,
.footnote-text a {
  color: var(--inline-link-clr);
  text-decoration: underline;
}

p {
  color: var(--clr-black);
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
.copy-text,
.footnote-text {
  line-height: var(--line-height-optimal);
}

/* Base Styles */
h1,
h2,
h3 {
  color: var(--clr-black);
}

h1 {
  font-family: var(--font-primary-regular);
  font-size: 55px;
  line-height: 60px;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: normal;
  text-transform: uppercase;
}

h2 {
  font-family: var(--font-primary-bold);
  font-size: 55px;
  line-height: 60px;
  margin-bottom: 65px;
  text-transform: uppercase;
}

h3 {
  font-family: var(--font-primary-bold);
  font-size: 55px;
  line-height: 60px;
  margin-bottom: 0;
  margin-top: 0;
  text-transform: uppercase;
}

p {
  font-family: var(--font-secondary-regular);
  font-size: 20px;
  line-height: 32px;
}
p.small {
  font-size: 17px;
  line-height: 28px;
}
p strong {
  font-family: var(--font-secondary-semibold);
}

strong {
  font-family: var(--font-secondary-semibold);
  font-size: 20px;
  line-height: 32px;
}

.copy-text {
  font-family: var(--font-secondary-regular);
  font-size: 20px;
  line-height: 32px;
}

@media (max-width: 1052px) {
  h1,
  h2,
  h3 {
    font-size: 25px;
    line-height: 28px;
  }
}
html {
  font-size: 1px;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  background-color: var(--clr-white);
}

.hide {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}

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

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

*, :after, :before {
  box-sizing: border-box;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  width: inherit;
  bottom: rem-calc(105);
  left: inherit !important;
}

.swiper-pagination-bullet-active {
  background-color: var(--neonGreen) !important;
}

.swiper {
  height: 100%;
}

.swiper-slide {
  height: auto !important;
}

.swiper-content {
  height: 100% !important;
}

.swiper-wrapper {
  padding-bottom: 45px;
  max-height: 940px;
}
.swiper-wrapper .swiper-slide .grid-container .grid-x .cell:last-of-type {
  display: grid;
  place-items: center;
}
.swiper-wrapper .swiper-slide .grid-container .grid-x .cell:last-of-type img {
  max-width: 490px;
}

.swiper-pagination-bullet {
  width: 70px;
  height: 6px;
  display: inline-block;
  border-radius: 0;
  background: var(--headerGrey);
  border: none;
}

.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: rem-calc(0 20 0 0);
}

.swiper-pagination {
  position: inherit !important;
  margin-left: 18px;
}

.swiper-button-next,
.swiper-button-prev {
  top: 20px;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  content: "next";
  font-size: 28px;
  font-weight: 800;
  color: var(--dunkelblau);
}

.swiper-button-prev {
  left: 0;
}
.swiper-button-prev:after {
  transform: rotate(180deg);
}

.swiper-button-next {
  right: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .swiper .grid-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 800px) and (max-width: 1200px) {
  .swiper {
    display: flex;
    flex-direction: column-reverse;
    gap: 40px;
  }
  .swiper .swiper-wrapper {
    padding-bottom: 0;
  }
  .swiper .swiper-wrapper .grid-container .grid-x {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    align-items: center;
  }
  .swiper .swiper-wrapper .grid-container .grid-x .cell:first-of-type {
    grid-column: 1/8;
    grid-row: 1;
  }
  .swiper .swiper-wrapper .grid-container .grid-x .cell:last-of-type {
    grid-column: 8/13;
    grid-row: 1;
  }
}
.swiper-content {
  max-width: var(--container-max-width-wide);
  margin: 0 auto 180px auto;
  display: flex;
  gap: 30px;
  position: relative;
}

.highlight {
  position: absolute;
  right: -48px;
  top: -23px;
  z-index: 2;
}

.vs-slider-left,
.vs-slider-right {
  position: relative;
  margin: 0 auto;
  text-align: center;
  max-height: 940px;
  max-width: 630px;
  width: 100%;
  overflow: hidden;
}
.vs-slider-left__headline,
.vs-slider-right__headline {
  font-size: 42px;
  line-height: 72px;
  font-family: var(--font-secondary-regular);
}
.vs-slider-left__pagination,
.vs-slider-right__pagination {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 40px 0;
}

@media (max-width: 1300px) {
  .swiper-content {
    flex-direction: column;
    max-width: 95vw;
    gap: 0;
    margin-bottom: 20px;
  }
  .highlight {
    right: 0;
    top: -23px;
    z-index: 2;
  }
}
.vs-footer {
  color: var(--clr-black);
  border-top: 1px solid var(--clr-black);
  font-family: var(--font-secondary-regular);
  font-size: 17px;
  line-height: 28px;
  margin-top: 100px;
}
.vs-footer a {
  text-decoration: underline;
}
.vs-footer__inner-container {
  padding: 15px 0;
  height: 100%;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 0;
  max-width: var(--container-max-width-wide);
  margin: 0 auto;
}
.vs-footer__left {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.vs-footer__right {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
}
.vs-footer .vs-nav-footer {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 20px;
}

@media (max-width: 1300px) {
  .vs-footer__inner-container {
    padding: 15px;
  }
}
.header .logo {
  font-family: var(--font-primary-regular);
  font-size: 32px;
  line-height: 40px;
  margin: 45px 0;
}
.header .headline {
  margin: 45px 0 90px;
}

.content-wrapper {
  max-width: var(--container-max-width-wide);
  margin: 0 auto;
}

.main-content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
.main-content .left {
  max-width: 70%;
}
.main-content .right {
  max-width: 30%;
  display: flex;
  flex-direction: column;
}
.main-content .right p {
  max-width: 320px;
}

@media (max-width: 1300px) {
  .content-wrapper {
    padding: 0 10px;
  }
  .main-content {
    flex-direction: column;
  }
  .main-content .left {
    max-width: 100%;
  }
  .main-content .right {
    max-width: 100%;
  }
}

/*# sourceMappingURL=main.css.map*/