@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("fonts/roboto/roboto-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Roboto"), local("Roboto-Regular"), local(Helvetica), url("fonts/roboto/roboto-latin-regular.eot?#iefix") format("embedded-opentype"), url("fonts/roboto/roboto-latin-regular.woff") format("woff"), url("fonts/roboto/roboto-latin-regular.ttf") format("truetype"), url("fonts/roboto/roboto-latin-regular.svg#Roboto") format("svg");
  /* Legacy iOS */
  src: url("fonts/roboto/roboto-latin-regular.woff2") format("woff2");
  }
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: bold;
  font-display: swap;
  font-weight: 700;
  src: url("fonts/roboto/roboto-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Bold"), local("Roboto-Bold"), local(Helvetica), url("fonts/roboto/roboto-latin-700.eot?#iefix") format("embedded-opentype"), url("fonts/roboto/roboto-latin-700.woff") format("woff"), url("fonts/roboto/roboto-latin-700.ttf") format("truetype"), url("fonts/roboto/roboto-latin-700.svg#Roboto") format("svg");
  /* Legacy iOS */
  src: url("fonts/roboto/roboto-latin-700.woff2") format("woff2");
  }
/* roboto-slab-700 - latin */
@font-face {
  font-family: 'RobotoSlab-Bold';
  font-style: bold;
  font-display: swap;
  font-weight: 700;
  src: url("fonts/robotoslab/RobotoSlab-Bold.eot");
  /* IE9 Compat Modes */
  src: local("RobotoSlab Bold"), local("RobotoSlab-Bold"), local(Helvetica), url("fonts/robotoslab/RobotoSlab-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/robotoslab/RobotoSlab-Bold.woff") format("woff"), url("fonts/robotoslab/RobotoSlab-Bold.ttf") format("truetype"), url("fonts/robotoslab/RobotoSlab-Bold.svg#RobotoSlab") format("svg");
  /* Legacy iOS */
  src: url("fonts/robotoslab/RobotoSlab-Bold.woff2") format("woff2"); }
/* Exo 2 Black */
@font-face {
  font-family: 'Exo';
  src: url("fonts/exo/Exo2-Black.eot");
  src: url("fonts/exo/Exo2-Black.eot?#iefix") format("embedded-opentype"), url("..fonts/exo/Exo2-Black.woff2") format("woff2"), url("fonts/exo/Exo2-Black.woff") format("woff"), url("fonts/exo/Exo2-Black.ttf") format("truetype"), url("fonts/exo/Exo2-Black.svg#Exo2-Black") format("svg"), local("Courier New");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

html {
  font-family: "Roboto", sans-serif;
  height: 100%;
  width: 100%; }

body {
  width: 100%;
  margin: 0;
  height: 100%; }

a {
  text-decoration: none; }

#slide-1 {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: url(images/background_purple.webp) no-repeat top center #2f201d;
  background-size: auto;
  height: 930px;
  width: 100%;
  background-size: cover;
  }

#slide-1 .logo {

  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
  width: 230px;

}

#slide-1 .subtitle {

  position: absolute;
  top: 95px;
  left: 22px;
  font-size: 14px;
  font-family: 'Roboto',sans-serif;
  font-weight: 400;
  text-align: left;
  color: #5f2382;
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;

}

#slide-1 .imprint-link {

  position: absolute;
  top: 10px;
  right: 10px;
  width: 150px;
  display: block;
  font-size: 16px;
  font-family: 'Comfortaa',sans-serif;
  font-weight: 400;
  text-align: right;
  color: #595959;
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;

}

.flags {

  position: absolute;
  top: 30px;
  right: 10px;
  width: 150px;
  display: block;

}

.flag {

  position: relative;
  float: right;
  display: block;
  margin-left: 10px;

}

@keyframes fade1InUp {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}

@keyframes slide1InLeft {
    0% { left: -40%; opacity: 0; }
    100% { left: 15%; opacity: 1; }
}

@keyframes slide1InRight {
    0% { left: 100%; opacity: 0; }
    100% { left: 60%; opacity: 1; }
}

#slide-1 .main-title {

  position: absolute;
  top: 140px;
  left: 15%;
  width: 80%;
  display: inline-block;
  font-size: 38px;
  font-family: 'Comfortaa',sans-serif;
  font-weight: 400;
  text-align: left;
  color: #5f2382;
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  animation: 1.0s fade1InUp;

}

#slide-1 .main-image {

  position: absolute;
  top: 250px;
  left: 15%;
  width: 40%;
  display: block;
  border-radius: 30px;
  animation: 1.0s slide1InLeft;

}

#slide-1 .main-paragraph {

  position: absolute;
  top: 250px;
  left: 60%;
  width: 25%;
  display: block;
  font-size: 20px;
  font-family: 'Comfortaa',sans-serif;
  font-weight: 400;
  text-align: left;
  color: #595959;
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  animation: 1.0s slide1InRight;

}

@media only screen and (max-width: 1650px), only screen and (max-device-width: 1650px) {

  #slide-1 { height: 850px; }
  #slide-1 .main-title { font-size: 32px; }
  #slide-1 .main-paragraph { font-size: 16px; }

}

@media only screen and (max-width: 1280px), only screen and (max-device-width: 1280px) {

  #slide-1 { height: 830px; }
  #slide-1 .main-title { left: 10%; width: 80%; font-size: 28px; }
  #slide-1 .main-image { left: 10%; }
  #slide-1 .main-paragraph { left: 55%; width: 35%; font-size: 16px; }

}

@media only screen and (max-width: 1120px), only screen and (max-device-width: 1120px) {

  #slide-1 .main-title { font-size: 26px; }

}

@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {

  #slide-1 { height: 700px; }
  #slide-1 .main-title { font-size: 22px; }
  #slide-1 .main-paragraph {  font-size: 14px; }

}

@media only screen and (max-width: 900px), only screen and (max-device-width: 900px) {

  #slide-1 { height: 950px; }
  #slide-1 .main-title { top: 120px; left: 5%; width: 90%; font-size: 24px; text-align: center; animation: none; }
  #slide-1 .main-image { top: 240px; left: 10%; width: 80%; animation: none; }
  #slide-1 .main-paragraph { top: 480px; left: 5%; width: 90%; font-size: 16px; animation: none; }

}

#slide-2 {
  position: absolute;
  top: 7980px;
  left: 0;
  display: block;
  height: 930px;
  width: 100%;
  }

@keyframes slide2InLeft {
    0% { left: -100%; opacity: 0; }
    100% { left: 0%; opacity: 1; }
}

@keyframes slide2InRight {
    0% { left: 100%; opacity: 0; }
    100% { left: 0%; opacity: 1; }
}

#slide-2 .slide-2-upper-half {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: url(images/corporate_background_top.webp) no-repeat top center #2f201d;
  background-size: auto;
  height: 40%;
  width: 100%;
  background-size: cover;
  }

.slide-2-upper-animation {

  animation: 1.0s slide2InLeft;

}

#slide-2 .slide-2-lower-half {
  position: absolute;
  top: 40%;
  left: 0;
  display: block;
  background: url(images/corporate_background_bottom.webp) no-repeat top center #2f201d;
  background-size: auto;
  height: 60%;
  width: 100%;
  background-size: cover;
  }

.slide-2-lower-animation {

  animation: 1.0s slide2InRight;

}

.slide-2-animation {

  animation: 1.0s fadeInUp;

}

#slide-2 .client-story-1,#slide-2 .client-story-2,#slide-2 .client-story-3,#slide-2 .client-story-4 {

  position: absolute;
  top: 50px;
  width: 150px;
  height: 150px;
  display: block;

}

#slide-2 .client-story-1,#slide-2 .client-story-2,#slide-2 .client-story-3,#slide-2 .client-story-4 {

  position: absolute;
  top: 50px;
  width: 260px;
  height: 260px;
  display: block;
  border: 1px solid #595959;

}

.client-story-background {

  display: block;
  width: 100%;
  height: 100%;
  background: url(images/purple_pattern.webp) no-repeat top center #2f201d;
  background-size: cover;
  opacity: 0.7;

}

#slide-2 .client-story-1 {

  left: 13%;

}

#slide-2 .client-story-2 {

  left: 33%;
  
}

#slide-2 .client-story-3 {

  left: 53%;
  
}

#slide-2 .client-story-4 {

  left: 73%;
  
}

.client-story-2 .client-story-background { transform: rotate(90deg); }
.client-story-3 .client-story-background { transform: rotate(180deg); }
.client-story-3 .client-story-background { transform: rotate(270deg); }

.client-story-title {

  position: absolute;
  top: 20px;
  left: 20px;
  width: 70%;
  display: inline-block;
  font-size: 38px;
  font-family: 'Comfortaa',sans-serif;
  font-weight: 700;
  text-align: left;
  color: #ffffff;

}

.client-story-image {

  position: absolute;
  top: 50%;
  left: 50%;
  width: 127px;
  height: 127px;
  display: block;
  border: 2px solid #5f2382;

}

.client-story-text {

  position: absolute;
  top: 270px;
  left: 0px;
  width: 100%;
  display: inline-block;
  font-size: 13px;
  font-family: 'Comfortaa',sans-serif;
  font-weight: 400;
  text-align: left;
  color: #ffffff;

}

#slide-2 .client-story-quote-1,#slide-2 .client-story-quote-2,#slide-2 .client-story-quote-3,#slide-2 .client-story-quote-4 {

  position: absolute;
  top: 50px;
  width: 260px;
  height: 460px;
  display: block;
  font-size: 24px;
  font-family: 'Roboto',sans-serif;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  
}

#slide-2 .client-story-quote-1 {

  left: 13%;

}

#slide-2 .client-story-quote-2 {

  left: 33%;
  
}

#slide-2 .client-story-quote-3 {

  left: 53%;
  
}

#slide-2 .client-story-quote-4 {

  left: 73%;
  
}

@media only screen and (max-width: 1650px), only screen and (max-device-width: 1650px) {

  #slide-2 { top: 7300px; height: 850px; }
  #slide-2 .client-story-1, #slide-2 .client-story-2, #slide-2 .client-story-3, #slide-2 .client-story-4 { width: 220px; height: 220px; top: 70px; }
  .client-story-title { font-size: 30px; }
  .client-story-image { width: 107px; height: 107px; }
  .client-story-text { top: 230px; font-size: 11px; }
  #slide-2 .client-story-quote-1, #slide-2 .client-story-quote-2, #slide-2 .client-story-quote-3, #slide-2 .client-story-quote-4 { width: 220px;  font-size: 20px; }

}

@media only screen and (max-width: 1280px), only screen and (max-device-width: 1280px) {

  #slide-2 { top: 7160px; height: 830px; }
  #slide-2 .client-story-1, #slide-2 .client-story-2, #slide-2 .client-story-3, #slide-2 .client-story-4 { width: 180px; height: 180px; top: 70px; }
  .client-story-title { font-size: 24px; }
  .client-story-image { width: 87px; height: 87px; }
  .client-story-text { top: 190px; font-size: 11px; }
  #slide-2 .client-story-quote-1, #slide-2 .client-story-quote-2, #slide-2 .client-story-quote-3, #slide-2 .client-story-quote-4 { width: 180px; font-size: 18px; }

}

@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {

  #slide-2 { top: 6460px; height: 700px; }
  #slide-2 .client-story-1, #slide-2 .client-story-2, #slide-2 .client-story-3, #slide-2 .client-story-4 { width: 180px; height: 180px; top: 40px; }
  .client-story-title { font-size: 24px; }
  .client-story-image { width: 87px; height: 87px; }
  .client-story-text { top: 190px; font-size: 11px; }
  #slide-2 .client-story-quote-1, #slide-2 .client-story-quote-2, #slide-2 .client-story-quote-3, #slide-2 .client-story-quote-4 { width: 180px; font-size: 18px; }

}

@media only screen and (max-width: 900px), only screen and (max-device-width: 900px) {

  #slide-2 { top: 8330px; height: 950px; }
  #slide-2 .client-story-1, #slide-2 .client-story-2, #slide-2 .client-story-3, #slide-2 .client-story-4 { width: 70px; height: 140px; top: 70px; }
  .client-story-2 .client-story-background, .client-story-3 .client-story-background { transform: rotate(0deg); }
  .client-story-title { font-size: 14px; hyphens: auto; word-wrap: anywhere; left: 5px; top: 5px; }
  .client-story-image { width: 67px; height: 67px; left: 0%; }
  .client-story-text { top: 150px; font-size: 10px; hyphens: auto; }
  #slide-2 .client-story-quote-1, #slide-2 .client-story-quote-2, #slide-2 .client-story-quote-3, #slide-2 .client-story-quote-4 { width: 60px; font-size: 12px; hyphens: auto; }
  #slide-2 .slide-2-upper-half, #slide-2 .slide-2-lower-half { animation: none; }

}

#slide-3 {
  position: absolute;
  top: 6820px;
  left: 0;
  display: block;
  height: 230px;
  width: 100%;
  }

@keyframes fade3InUp {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}

@keyframes fade3InDown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.slide-3-title {

  position: absolute;
  top: 50px;
  left: 15%;
  width: 70%;
  display: inline-block;
  font-size: 36px;
  font-family: 'Comfortaa',sans-serif;
  font-weight: 700;
  text-align: left;
  color: #5f2382;

}

.slide-3-image {

  position: absolute;
  top: 100px;
  left: 15%;
  width: 70%;
  height: auto;
  display: block;
  border: 2px solid #5f2382;

}

.slide-3-fade-up {

  animation: 1.0s fade3InUp;

}

.slide-3-fade-down {

  animation: 2.0s fade3InDown;

}

.brand-roller{
  margin-top: clamp(10px, 1.5vw, 20px);
  padding-top: 0;
}

.brand-roller .container{
  }

.brand-roller__viewport{
  overflow: hidden;
  padding: 10px 0;
  --logo-h: clamp(26px, 4.5vw, 48px);
  --gap: clamp(24px, 4vw, 48px);
  height: 70px;
  top: 100px;
  position: absolute;
}

.brand-roller__track{
  display: inline-flex;
  align-items: center;
  gap: var(--gap);
  will-change: transform;
  animation: ticker-scroll var(--duration, 24s) linear infinite;
}

.brand-roller__item{
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.brand-roller__item img{
  height: var(--logo-h);
  width: auto;
  display: block;
  filter: drop-shadow(0 2px 6px rgba(0,0,0,.08));
  transition: transform .2s ease, filter .2s ease, opacity .2s ease;
  opacity: .95;
}
.brand-roller__item img:hover{
  transform: translateY(-2px);
  filter: drop-shadow(0 4px 10px rgba(0,0,0,.12));
  opacity: 1;
}

@keyframes ticker-scroll{
  from { transform: translateX(0); }
  to   { transform: translateX(-100%); }
}

@media (prefers-reduced-motion: reduce){
  .brand-roller__track{ animation: none; }
}

@media (prefers-color-scheme: dark){
  .brand-roller__viewport::before,
  .brand-roller__viewport::after{
    background: linear-gradient(to right, rgba(0,0,0,.18), rgba(0,0,0,0));
  }
}

@media only screen and (max-width: 1650px), only screen and (max-device-width: 1650px) {

  #slide-3 { top: 6200px; height: 250px; }
  .slide-3-title { top: 70px; left: 10%; width: 80%; }
  .slide-3-image { top: 120px; left: 10%; width: 80%; }
  .brand-roller__viewport{ top: 120px; }

}

@media only screen and (max-width: 1280px), only screen and (max-device-width: 1280px) {

  #slide-3 { top: 6100px; height: 230px; }
  .slide-3-title { font-size: 32px; }
  .brand-roller__viewport{ top: 120px; }

}

@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {

  #slide-3 { top: 5460px; height: 300px; }
  .slide-3-title { top: 90px; }
  .slide-3-image { top: 140px; }
  .brand-roller__viewport{ top: 140px; }

}

@media only screen and (max-width: 900px), only screen and (max-device-width: 900px) {

  #slide-3 { top: 7100px; height: 580px; }
  .slide-3-title { top: 100px; font-size: 17px; animation: none; }
  .slide-3-image { top: 200px; animation: none; }
  .brand-roller__viewport{ top: 160px; height: 60px; }

}

#slide-4 {
  position: absolute;
  top: 7050px;
  left: 0;
  display: block;
  background: url(images/background_purple.webp) no-repeat top center #2f201d;
  background-size: auto;
  height: 930px;
  width: 100%;
  background-size: cover;
  }

@keyframes fade4In {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.slide-4-fade-in {

  animation: 1.0s fade4In;

}

.slide-4-title {

  position: absolute;
  top: 50px;
  right: 10%;
  width: 70%;
  display: inline-block;
  font-size: 36px;
  font-family: 'Comfortaa',sans-serif;
  font-weight: 700;
  text-align: right;
  color: #5f2382;

}

#slide-4 .slide-4-story-image-1 {

  position: absolute;
  top: 160px;
  left: 15%;
  width: 80px;
  display: block;

}

#slide-4 .slide-4-story-image-2 {

  position: absolute;
  top: 260px;
  left: 15%;
  width: 80px;
  display: block;

}

#slide-4 .slide-4-story-image-3 {

  position: absolute;
  top: 340px;
  left: 15%;
  width: 80px;
  display: block;

}

#slide-4 .slide-4-intro {

  position: absolute;
  top: 160px;
  left: 20%;
  width: 70%;
  display: block;
  font-size: 28px;
  font-family: 'Comfortaa',sans-serif;
  font-weight: 400;
  text-align: left;
  color: #595959;
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  line-height: 40px;

}

#slide-4 .slide-4-image {

  position: absolute;
  top: 450px;
  left: 10%;
  width: 30%;
  display: block;
  border-radius: 15px;

}

#slide-4 .slide-4-story-image-4 {

  position: absolute;
  top: 480px;
  left: 45%;
  width: 80px;
  display: block;

}

#slide-4 .slide-4-story-image-5 {

  position: absolute;
  top: 570px;
  left: 45%;
  width: 80px;
  display: block;

}

#slide-4 .slide-4-story-image-6 {

  position: absolute;
  top: 660px;
  left: 45%;
  width: 80px;
  display: block;

}

#slide-4 .slide-4-text {

  position: absolute;
  top: 500px;
  left: 50%;
  width: 40%;
  display: block;
  font-size: 28px;
  font-family: 'Comfortaa',sans-serif;
  font-weight: 400;
  text-align: left;
  color: #595959;
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  line-height: 40px;

}

@media only screen and (max-width: 1650px), only screen and (max-device-width: 1650px) {

  #slide-4 { top: 6450px; height: 850px; }
  .slide-4-title { font-size: 28px; }
  #slide-4 .slide-4-intro { font-size: 18px; }
  #slide-4 .slide-4-text { top: 470px; font-size: 18px; }
  #slide-4 .slide-4-story-image-1 { top: 150px; width: 60px; }
  #slide-4 .slide-4-story-image-2 { top: 240px; width: 60px; }
  #slide-4 .slide-4-story-image-3 { top: 310px; width: 60px; }
  #slide-4 .slide-4-story-image-4 { top: 460px; width: 60px; }
  #slide-4 .slide-4-story-image-5 { top: 540px; width: 60px; }
  #slide-4 .slide-4-story-image-6 { top: 620px; width: 60px; }

}

@media only screen and (max-width: 1280px), only screen and (max-device-width: 1280px) {

  #slide-4 { top: 6330px; height: 830px; }
  .slide-4-title { font-size: 18px; }
  #slide-4 .slide-4-intro { font-size: 16px; left: 22%; }
  #slide-4 .slide-4-text { top: 450px; font-size: 16px; left: 52%; }

}

@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {

  #slide-4 { top: 5760px; height: 700px; }
  #slide-4 .slide-4-intro { top: 140px; left: 25%; width: 55%; line-height: 35px;}
  #slide-4 .slide-4-text { top: 470px; width: 40%; line-height: 35px; left: 54%; }

}

@media only screen and (max-width: 900px), only screen and (max-device-width: 900px) {

  #slide-4 { top: 7380px; height: 950px; }
  .slide-4-title { right: 5%; width: 90%; text-align: center; }
  #slide-4 .slide-4-intro { left: 20%; width: 75%; font-size: 14px; line-height: 25px; }
  #slide-4 .slide-4-image { top: 420px; left: 5%; width: 90%; }
  #slide-4 .slide-4-text { top: 725px; left: 20%; width: 75%; font-size: 14px; line-height: 25px; }
  #slide-4 .slide-4-story-image-1 { left: 5%; top: 150px; width: 40px; }
  #slide-4 .slide-4-story-image-2 { left: 5%; top: 240px; width: 40px; }
  #slide-4 .slide-4-story-image-3 { left: 5%; top: 310px; width: 40px; }
  #slide-4 .slide-4-story-image-4 { left: 5%; top: 720px; width: 40px; }
  #slide-4 .slide-4-story-image-5 { left: 5%; top: 790px; width: 40px; }
  #slide-4 .slide-4-story-image-6 { left: 5%; top: 860px; width: 40px; }

}

#slide-5 {
  position: absolute;
  top: 3720px;
  left: 0;
  display: block;
  background: url(images/background_dunkel.webp) no-repeat top center #2f201d;
  background-size: auto;
  height: 930px;
  width: 100%;
  background-size: cover;
  }

.slide-5-title-top {

  position: absolute;
  top: 60px;
  left: 15%;
  width: 70%;
  display: inline-block;
  font-size: 36px;
  font-family: 'Comfortaa',sans-serif;
  font-weight: 700;
  text-align: left;
  color: #5f2382;

}

.slide-5-title-bottom {

  position: absolute;
  bottom: 60px;
  right: 15%;
  width: 70%;
  display: inline-block;
  font-size: 36px;
  font-family: 'Comfortaa',sans-serif;
  font-weight: 700;
  text-align: right;
  color: #5f2382;

}

.slide-5-image {

  position: absolute;
  top: 150px;
  left: 20%;
  width: 60%;
  height: auto;
  display: block;
  border: 2px solid #5f2382;

}

@keyframes slide5InLeft {
    0% { left: 0%; opacity: 0; }
    100% { left: 15%; opacity: 1; }
}

@keyframes slide5InRight {
    0% { right: 0%; opacity: 0; }
    100% { right: 15%; opacity: 1; }
}

.slide-5-upper-animation {

  animation: 1.5s slide5InLeft;

}

.slide-5-lower-animation {

  animation: 1.5s slide5InRight;

}

@media only screen and (max-width: 1650px), only screen and (max-device-width: 1650px) {

  #slide-5 { top: 3400px; height: 850px; }
  .slide-5-title-top { top: 70px; left: 10%; width: 80%; font-size: 32px; }
  .slide-5-title-bottom { bottom: 90px; right: 10%; width: 80%; font-size: 32px; }

}

@media only screen and (max-width: 1280px), only screen and (max-device-width: 1280px) {

  #slide-5 { top: 3320px; height: 830px; }
  .slide-5-image { left: 15%; width: 70%; top: 170px; }
  .slide-5-title-top { font-size: 28px; }
  .slide-5-title-bottom { font-size: 28px; bottom: 100px; }

}

@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {

  #slide-5 { top: 2800px; height: 700px; }
  .slide-5-title-top { top: 90px; left: 10%; width: 80%; font-size: 24px; }
  .slide-5-image { top: 180px; }
  .slide-5-title-bottom { bottom: 90px; right: 10%; width: 80%; font-size: 24px; }

}

@media only screen and (max-width: 900px), only screen and (max-device-width: 900px) {

  #slide-5 { top: 3430px; height: 550px; }
  .slide-5-title-top { top: 90px; left: 5%; width: 90%; font-size: 20px; text-align: center; animation: none; }
  .slide-5-image { left: 5%; width: 90%; animation: none; }
  .slide-5-title-bottom { bottom: 90px; right: 5%; width: 90%; font-size: 20px; text-align: center; animation: none; }

}

#slide-6 {
  position: absolute;
  top: 4960px;
  left: 0;
  display: block;
  background: url(images/background_circles_neu.webp) no-repeat top center #2f201d;
  background-size: auto;
  height: 930px;
  width: 100%;
  background-size: 100% 930px;
  }

@keyframes fade6InRight {
  0% {
    transform: translateX(-100%);
    opacity: 0;
    width: 0%;
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
    width: 100%;
  }
}

.slide-6-animation {

  animation: 1.5s fade6InRight;

}

.slide-6-title-top-left {

  position: absolute;
  top: 75px;
  left: 16%;
  width: 15%;
  display: inline-block;
  font-size: 28px;
  font-family: 'Comfortaa',sans-serif;
  font-weight: 400;
  text-align: center;
  color: #5f2382;

}

.slide-6-title-top-right {

  position: absolute;
  top: 75px;
  left: 61%;
  width: 15%;
  display: inline-block;
  font-size: 28px;
  font-family: 'Comfortaa',sans-serif;
  font-weight: 400;
  text-align: center;
  color: #5f2382;

}

.slide-6-title-middle-top-left {

  position: absolute;
  top: 330px;
  left: 2%;
  width: 15%;
  display: inline-block;
  font-size: 28px;
  font-family: 'Comfortaa',sans-serif;
  font-weight: 400;
  text-align: left;
  color: #5f2382;
  text-shadow: 1px 1px #505050;

}

.slide-6-circle-left {

  position: absolute;
  top: 290px;
  left: 17%;
  width: 13%;

}

.slide-6-circle-middle {

  position: absolute;
  top: 240px;
  left: 34%;
  width: 20%;

}

.slide-6-circle-right {

  position: absolute;
  top: 200px;
  left: 55%;
  width: 27%;

}

.slide-6-circle-left-top {

  position: absolute;
  top: 360px;
  left: 16%;
  width: 15%;
  display: inline-block;
  font-size: 28px;
  font-family: 'Comfortaa',sans-serif;
  font-weight: 400;
  text-align: center;
  color: #5f2382;
  text-shadow: 1px 1px #505050;

}

.slide-6-circle-middle-top {

  position: absolute;
  top: 330px;
  left: 36.5%;
  width: 15%;
  display: inline-block;
  font-size: 28px;
  font-family: 'Comfortaa',sans-serif;
  font-weight: 400;
  text-align: center;
  color: #5f2382;
  text-shadow: 1px 1px #505050;

}

.slide-6-circle-right-top {

  position: absolute;
  top: 330px;
  left: 61%;
  width: 15%;
  display: inline-block;
  font-size: 48px;
  font-family: 'Comfortaa',sans-serif;
  font-weight: 400;
  text-align: center;
  color: #5f2382;
  text-shadow: 1px 1px #505050;

}

.slide-6-arrow {

  position: absolute;
  top: 312px;
  right: 2%;
  height: 230px;
  display: block;

}

.slide-6-title-middle-bottom-left {

  position: absolute;
  top: 460px;
  left: 2%;
  width: 15%;
  display: inline-block;
  font-size: 28px;
  font-family: 'Comfortaa',sans-serif;
  font-weight: 400;
  text-align: left;
  color: #fff;
  text-shadow: 1px 1px #505050;

}

.slide-6-circle-left-bottom {

  position: absolute;
  top: 460px;
  left: 16%;
  width: 15%;
  display: inline-block;
  font-size: 28px;
  font-family: 'Comfortaa',sans-serif;
  font-weight: 400;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px #505050;

}

.slide-6-circle-middle-bottom {

  position: absolute;
  top: 460px;
  left: 36.5%;
  width: 15%;
  display: inline-block;
  font-size: 28px;
  font-family: 'Comfortaa',sans-serif;
  font-weight: 400;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px #505050;

}

.slide-6-circle-right-bottom {

  position: absolute;
  top: 460px;
  left: 61%;
  width: 15%;
  display: inline-block;
  font-size: 48px;
  font-family: 'Comfortaa',sans-serif;
  font-weight: 400;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px #505050;

}

.slide-6-sub-left-bottom {

  position: absolute;
  top: 590px;
  left: 16%;
  width: 15%;
  display: inline-block;
  font-size: 28px;
  font-family: 'Comfortaa',sans-serif;
  font-weight: 400;
  text-align: center;
  color: #000;
  text-shadow: 1px 1px #fff;

}

.slide-6-sub-middle-bottom {

  position: absolute;
  top: 620px;
  left: 36.5%;
  width: 15%;
  display: inline-block;
  font-size: 28px;
  font-family: 'Comfortaa',sans-serif;
  font-weight: 400;
  text-align: center;
  color: #000;
  text-shadow: 1px 1px #fff;

}

.slide-6-sub-right-bottom {

  position: absolute;
  top: 660px;
  left: 61%;
  width: 15%;
  display: inline-block;
  font-size: 28px;
  font-family: 'Comfortaa',sans-serif;
  font-weight: 400;
  text-align: center;
  color: #000;
  text-shadow: 1px 1px #fff;

}

.slide-6-title-bottom-left {

  position: absolute;
  bottom: 70px;
  left: 16%;
  width: 15%;
  display: inline-block;
  font-size: 28px;
  font-family: 'Comfortaa',sans-serif;
  font-weight: 400;
  text-align: center;
  color: #b7b7b7;

}

.slide-6-title-bottom-right {

  position: absolute;
  bottom: 70px;
  left: 61%;
  width: 15%;
  display: inline-block;
  font-size: 28px;
  font-family: 'Comfortaa',sans-serif;
  font-weight: 400;
  text-align: center;
  color: #b7b7b7;

}

@media only screen and (max-width: 1650px), only screen and (max-device-width: 1650px) {

  #slide-6 { top: 4650px; height: 700px; background-size: 100% 700px; }
  .slide-6-circle-left { top: 210px; }
  .slide-6-circle-middle { top: 160px; }
  .slide-6-circle-right { top: 140px; left: 56%; width: 25%; }
  .slide-6-title-top-left { top: 50px; font-size: 24px; }
  .slide-6-title-top-right { top: 50px; font-size: 24px; }
  .slide-6-title-middle-top-left { top: 250px; font-size: 24px; }
  .slide-6-circle-left-top { top: 280px; font-size: 24px; }
  .slide-6-circle-middle-top { top: 250px; font-size: 24px; }
  .slide-6-circle-right-top { top: 250px; font-size: 36px; }
  .slide-6-arrow { top: 222px; height: 200px; }
  .slide-6-title-middle-bottom-left { top: 340px; font-size: 24px; }
  .slide-6-circle-left-bottom { top: 340px; font-size: 24px; }
  .slide-6-circle-middle-bottom { top: 340px; font-size: 24px; }
  .slide-6-circle-right-bottom { top: 340px; font-size: 36px; }
  .slide-6-sub-left-bottom { top: 440px; font-size: 24px; }
  .slide-6-sub-middle-bottom { top: 460px; font-size: 24px; }
  .slide-6-sub-right-bottom { top: 490px; font-size: 24px; }
  .slide-6-title-bottom-left { bottom: 50px; font-size: 24px; }
  .slide-6-title-bottom-right { bottom: 50px; font-size: 24px; }

}

@media only screen and (max-width: 1280px), only screen and (max-device-width: 1280px) {

  #slide-6 { top: 4570px; height: 700px; background-size: 100% 700px; }
  .slide-6-circle-left { top: 230px; }
  .slide-6-circle-middle { top: 190px; }
  .slide-6-circle-right { top: 170px; }
  .slide-6-title-top-left { font-size: 20px; }
  .slide-6-title-top-right { font-size: 20px; }
  .slide-6-title-middle-top-left { tfont-size: 20px; }
  .slide-6-circle-left-top { font-size: 20px; }
  .slide-6-circle-middle-top { font-size: 20px; }
  .slide-6-circle-right-top { font-size: 32px; }
  .slide-6-arrow { top: 242px; height: 160px; }
  .slide-6-title-middle-bottom-left { font-size: 20px; }
  .slide-6-circle-left-bottom { font-size: 20px; }
  .slide-6-circle-middle-bottom { font-size: 20px; }
  .slide-6-circle-right-bottom { font-size: 32px; }
  .slide-6-sub-left-bottom { font-size: 20px; }
  .slide-6-sub-middle-bottom { font-size: 20px; }
  .slide-6-sub-right-bottom { font-size: 20px; }
  .slide-6-title-bottom-left { font-size: 20px; }
  .slide-6-title-bottom-right { font-size: 20px; }

}

@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {

  #slide-6 { top: 4060px; height: 700px; background-size: 100% 700px; }
  .slide-6-circle-left { top: 245px; }
  .slide-6-circle-middle { top: 210px; }
  .slide-6-circle-right { top: 200px; }

}

@media only screen and (max-width: 900px), only screen and (max-device-width: 900px) {

  #slide-6 { top: 5450px; height: 700px; background-size: 100% 700px; }
  .slide-6-title-top-left { top: 20px; font-size: 12px; font-size: 16px; width: 30%; left: 40%; }
  .slide-6-circle-left { top: 235px; left: 35%; width: 40%; }
  .slide-6-circle-middle { top: 220px; left: 30%; width: 52%; display:none; }
  .slide-6-circle-right { top: 225px; left: 27%; width: 55%; display:none; }
  .slide-6-title-top-right { top: 20px; font-size: 12px; font-size: 16px; width: 30%; left: 40%; display:none; }
  .slide-6-title-middle-top-left { top: 260px; font-size: 16px; }
  .slide-6-circle-left-top { top: 280px; font-size: 16px; left: 47%; }
  .slide-6-circle-middle-top { top: 280px; font-size: 16px; left: 47%; display:none; }
  .slide-6-circle-right-top { top: 280px; font-size: 16px; left: 47%; display:none; }
  .slide-6-arrow { top: 287px; height: 70px; }
  .slide-6-title-middle-bottom-left { top: 350px; font-size: 16px; width: 25%; hyphens: auto; }
  .slide-6-circle-left-bottom { top: 340px; font-size: 16px; left: 47%; }
  .slide-6-circle-middle-bottom { top: 340px; font-size: 16px; left: 47%; display:none; }
  .slide-6-circle-right-bottom { top: 340px; font-size: 16px; left: 47%; display:none; }
  .slide-6-sub-left-bottom { top: 420px; font-size: 16px; left: 40%; width: 30%; }
  .slide-6-sub-middle-bottom { top: 420px; font-size: 16px; left: 40%; width: 30%; display:none; }
  .slide-6-sub-right-bottom { top: 420px; font-size: 16px; left: 40%; width: 30%; display:none; }
  .slide-6-title-bottom-left { bottom: 20px; font-size: 12px; font-size: 16px; width: 30%; left: 40%;  }
  .slide-6-title-bottom-right { bottom: 20px; font-size: 12px; font-size: 16px; width: 30%; left: 40%; display:none; }

}

#slide-7 {
  position: absolute;
  top: 5890px;
  left: 0;
  display: block;
  height: 930px;
  width: 100%;
  }

#slide-7 .slide-7-upper-half {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: url(images/corporate_background_bottom.webp) no-repeat top center #2f201d;
  background-size: auto;
  height: 60%;
  width: 100%;
  background-size: cover;
  transform: rotateX(180deg);
}

#slide-7 .slide-7-lower-half {
  position: absolute;
  top: 60%;
  left: 0;
  display: block;
  background: url(images/corporate_background_top.webp) no-repeat top center #2f201d;
  background-size: auto;
  height: 40%;
  width: 100%;
  background-size: cover;
  transform: rotateX(180deg);
}

#slide-7 .slide-7-story-quote {

  position: absolute;
  top: 100px;
  width: 70%;
  height: 460px;
  display: block;
  font-size: 24px;
  font-family: 'Roboto',sans-serif;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  z-index: 100;
  left: 15%;
  
}

#slide-7 .slide-7-story-author {

  position: absolute;
  top: 320px;
  width: 70%;
  height: 460px;
  display: block;
  font-size: 24px;
  font-family: 'Roboto',sans-serif;
  font-weight: 400;
  text-align: left;
  color: #b7b7b7;
  z-index: 100;
  left: 15%;
  
}

#slide-7 .slide-7-story-image {

  position: absolute;
  top: 200px;
  width: 300px;
  height: 300px;
  display: block;
  border-radius: 150px;
  z-index: 100;
  right: 15%;

}

#slide-7 .slide-7-story-title {

  position: absolute;
  top: 580px;
  width: 70%;
  height: 30px;
  display: block;
  font-size: 24px;
  font-family: 'Roboto',sans-serif;
  font-weight: 400;
  text-align: left;
  color: #5f2382;
  z-index: 100;
  left: 10%;
  
}

#slide-7 .slide-7-box-left {

  position: absolute;
  top: 640px;
  width: 40%;
  height: 200px;
  display: block;
  background-color: #3f2d4d;
  z-index: 100;
  left: 10%;

}

#slide-7 .slide-7-box-left-title {

  position: absolute;
  top: 40px;
  width: 90%;
  height: 30px;
  display: block;
  font-size: 32px;
  font-family: 'Roboto',sans-serif;
  font-weight: 400;
  text-align: left;
  color: #fff;
  z-index: 100;
  left: 6%;
  
}

#slide-7 .slide-7-box-left-text {

  position: absolute;
  top: 100px;
  width: 90%;
  height: 50px;
  display: block;
  font-size: 16px;
  font-family: 'Roboto',sans-serif;
  font-weight: 400;
  text-align: left;
  color: #e2d9ed;
  z-index: 100;
  left: 6%;
  
}

#slide-7 .slide-7-box-right {

  position: absolute;
  top: 640px;
  width: 40%;
  height: 200px;
  display: block;
  background-color: #f8f6f9;
  z-index: 100;
  left: 50%;

}

#slide-7 .slide-7-box-right-title {

  position: absolute;
  top: 40px;
  width: 90%;
  height: 30px;
  display: block;
  font-size: 32px;
  font-family: 'Roboto',sans-serif;
  font-weight: 400;
  text-align: left;
  color: #5f2382;
  z-index: 100;
  left: 6%;
  
}

#slide-7 .slide-7-box-right-text {

  position: absolute;
  top: 100px;
  width: 90%;
  height: 50px;
  display: block;
  font-size: 16px;
  font-family: 'Roboto',sans-serif;
  font-weight: 400;
  text-align: left;
  color: #000;
  z-index: 100;
  left: 6%;
  
}

@media only screen and (max-width: 1650px), only screen and (max-device-width: 1650px) {

  #slide-7 { top: 5350px; height: 850px; background-size: 100% 850px; }
  #slide-7 .slide-7-story-image { top: 220px; width: 250px; height: 250px; border-radius: 125px; }
  #slide-7 .slide-7-story-title { top: 540px; }
  #slide-7 .slide-7-box-left { top: 600px; }
  #slide-7 .slide-7-box-right { top: 600px; }

}

@media only screen and (max-width: 1280px), only screen and (max-device-width: 1280px) {

  #slide-7 { top: 5270px; height: 830px; background-size: 100% 830px; }
  #slide-7 .slide-7-story-quote { top: 80px; font-size: 20px; }
  #slide-7 .slide-7-story-author { top: 300px; font-size: 20px; }
  #slide-7 .slide-7-story-image { top: 210px; }
  #slide-7 .slide-7-box-left-title { font-size: 28px; }
  #slide-7 .slide-7-box-right-title { font-size: 28px; }
  #slide-7 .slide-7-story-title { top: 520px; font-size: 20px; }
  #slide-7 .slide-7-box-left { top: 580px; }
  #slide-7 .slide-7-box-right { top: 580px; }
  #slide-7 .slide-7-box-left-text { font-size: 14px; }
  #slide-7 .slide-7-box-right-text { font-size: 14px; }

}

@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {

  #slide-7 { top: 4760px; height: 700px; background-size: 100% 700px; }
  #slide-7 .slide-7-story-image { top: 190px; width: 200px; height: 200px; border-radius: 100px; }
  #slide-7 .slide-7-story-title { top: 450px; font-size: 18px; }
  #slide-7 .slide-7-box-left { top: 480px; }
  #slide-7 .slide-7-box-right { top: 480px; }
  #slide-7 .slide-7-box-left-title { font-size: 24px; }
  #slide-7 .slide-7-box-right-title { font-size: 24px; }
  #slide-7 .slide-7-box-left-text { font-size: 12px; }
  #slide-7 .slide-7-box-right-text { font-size: 12px; }

}

@media only screen and (max-width: 900px), only screen and (max-device-width: 900px) {

  #slide-7 { top: 6150px; height: 950px; background-size: 100% 950px; }
  #slide-7 .slide-7-story-quote { top: 40px; font-size: 14px; }
  #slide-7 .slide-7-story-author { top: 450px; font-size: 14px; }
  #slide-7 .slide-7-story-image { top: 230px; }
  #slide-7 .slide-7-story-title { top: 590px; font-size: 14px; }
  #slide-7 .slide-7-box-left { top: 640px; height: 270px; }
  #slide-7 .slide-7-box-right { top: 640px; height: 270px; }
  #slide-7 .slide-7-box-left-title { font-size: 20px; }
  #slide-7 .slide-7-box-right-title { font-size: 20px; }

}

#slide-8 {
    position: absolute;
    top: 4030px;
    left: 0;
    display: block;
    background: url(images/background_grey.webp) no-repeat top center #2f201d;
    background-size: auto;
    height: 930px;
    width: 100%;
    background-size: cover;  
  }

  .slide-8-title {

    position: absolute;
    top: 50px;
    left: 10%;
    width: 80%;
    display: inline-block;
    font-size: 36px;
    font-family: 'Comfortaa',sans-serif;
    font-weight: 700;
    text-align: center;
    color: #5f2382;

  }

  #slide-8 .icon-story-1,#slide-8 .icon-story-2,#slide-8 .icon-story-3,#slide-8 .icon-story-4 {

    position: absolute;
    top: 120px;
    width: 150px;
    height: 200px;
    display: block;

  }

#slide-8 .icon-story-1 {

  left: 23%;

}

#slide-8 .icon-story-2 {

  left: 38%;
  
}

#slide-8 .icon-story-3 {

  left: 53%;
  
}

#slide-8 .icon-story-4 {

  left: 68%;
  
}

.icon-story-text {

  position: absolute;
  top: 180px;
  left: 10px;
  width: 100%;
  display: inline-block;
  font-size: 20px;
  font-family: 'Comfortaa',sans-serif;
  font-weight: 700;
  text-align: center;
  color: #000;

}

.icon-story-image {

  position: absolute;
  top: 0px;
  left: 25px;
  width: 150px;
  height: 150px;
  display: block;

}

#slide-8 .slide-8-text {
  position: absolute;
  top: 375px;
  left: 15%;
  width: 70%;
  display: block;
  font-size: 24px;
  font-family: 'Comfortaa',sans-serif;
  font-weight: 400;
  text-align: left;
  color: #595959;
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

@media only screen and (max-width: 1650px), only screen and (max-device-width: 1650px) {

  #slide-8 { top: 3800px; height: 850px; background-size: 100% 850px; }
  #slide-8 .slide-8-title { font-size: 32px; }
  #slide-8 .icon-story-image { left: 35px; width: 120px; height: 120px; }
  #slide-8 .icon-story-text { top: 150px; }
  #slide-8 .slide-8-text { top: 350px; font-size: 22px; }

}

@media only screen and (max-width: 1280px), only screen and (max-device-width: 1280px) {

  #slide-8 { top: 3740px; height: 830px; background-size: 100% 830px; }
  #slide-8 .slide-8-title { font-size: 26px; }
  #slide-8 .icon-story-image { left: 45px; width: 100px; height: 100px; }
  #slide-8 .icon-story-text { top: 120px; }
  #slide-8 .slide-8-text { top: 320px; font-size: 18px; }

}

@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {

  #slide-8 { top: 3360px; height: 700px; background-size: 100% 700px; }
  #slide-8 .slide-8-title { font-size: 22px; }
  #slide-8 .icon-story-image { left: 55px; width: 80px; height: 80px; }
  #slide-8 .icon-story-text { top: 100px; font-size: 18px; }
  #slide-8 .slide-8-text { top: 300px; font-size: 16px; }

}

@media only screen and (max-width: 900px), only screen and (max-device-width: 900px) {

  #slide-8 { top: 4500px; height: 950px; background-size: 100% 950px; }
  #slide-8 .slide-8-title { font-size: 18px; }
  #slide-8 .icon-story-1, #slide-8 .icon-story-2, #slide-8 .icon-story-3, #slide-8 .icon-story-4 { top: 180px; width: 20%; }

  #slide-8 .icon-story-1 {

    left: 5%;

  }

  #slide-8 .icon-story-2 {

    left: 30%;
    
  }

  #slide-8 .icon-story-3 {

    left: 53%;
    
  }

  #slide-8 .icon-story-4 {

    left: 78%;
    
  }

  #slide-8 .icon-story-image { left: 0px; width: 100%; height: auto; }
  #slide-8 .icon-story-text { top: 100px; font-size: 12px; left: -5px; }
  #slide-8 .slide-8-text { top: 380px; font-size: 14px; left: 10%; width: 80%; }

}

#slide-9 {
  position: absolute;
  top: 930px;
  left: 0;
  display: block;
  background: url(images/background_purple.webp) no-repeat bottom center #2f201d;
  background-size: auto;
  height: 930px;
  width: 100%;
  background-size: cover;
  }

  .slide-9-title {

    position: absolute;
    top: 50px;
    left: 10%;
    width: 80%;
    display: inline-block;
    font-size: 36px;
    font-family: 'Comfortaa',sans-serif;
    font-weight: 700;
    text-align: left;
    color: #5f2382;

  }

  #slide-9 .people-story-1,#slide-9 .people-story-2,#slide-9 .people-story-3,#slide-9 .people-story-4 {

    position: absolute;
    top: 120px;
    width: 300px;
    height: 800px;
    display: block;

  }

#slide-9 .people-story-1 {

  left: 13%;

}

#slide-9 .people-story-2 {

  left: 33%;
  
}

#slide-9 .people-story-3 {

  left: 53%;
  
}

#slide-9 .people-story-4 {

  left: 73%;
  
}

.people-story-name {

  position: absolute;
  top: 320px;
  left: 0px;
  width: 300px;
  display: inline-block;
  font-size: 28px;
  font-family: 'Comfortaa',sans-serif;
  font-weight: 700;
  text-align: center;
  color: #5f2382;

}

.people-story-image {

  position: absolute;
  top: 0px;
  left: 0px;
  width: 300px;
  height: 300px;
  border-radius: 150px;
  display: block;

}

.people-story-name {

  position: absolute;
  top: 320px;
  left: 0px;
  width: 300px;
  display: inline-block;
  font-size: 28px;
  font-family: 'Comfortaa',sans-serif;
  font-weight: 700;
  text-align: center;
  color: #5f2382;

}

.people-story-role {

  position: absolute;
  top: 360px;
  left: 0px;
  width: 300px;
  display: inline-block;
  font-size: 18px;
  font-family: 'Comfortaa',sans-serif;
  font-weight: 700;
  text-align: center;
  color: #000;

}

#slide-9 .people-story-1 .people-story-text {

  position: absolute;
  top: 440px;
  font-size: 18px;

}

.people-story-text {

  position: absolute;
  top: 420px;
  left: 0px;
  width: 300px;
  display: inline-block;
  font-size: 15px;
  font-family: 'Comfortaa',sans-serif;
  font-weight: 400;
  text-align: center;
  color: #000;

}

.people-story-mail {

  position: absolute;
  top: 700px;
  left: 90px;
  width: 50px;
  display: block;
  
}

.people-story-mail img { width: 100%; }

.people-story-phone {

  position: absolute;
  top: 700px;
  left: 160px;
  width: 50px;
  display: block;
  
}

.people-story-phone img { width: 100%; }

@media only screen and (max-width: 1650px), only screen and (max-device-width: 1650px) {

  #slide-9 { top: 850px; height: 850px; background-size: 100% 850px; }
  .slide-9-title { font-size: 32px; }
  #slide-9 .people-story-1, #slide-9 .people-story-2, #slide-9 .people-story-3, #slide-9 .people-story-4 { width: 250px; height: 700px; }
  .people-story-image { width: 250px; height: 250px; border-radius: 125px; }
  .people-story-name { top: 280px; width: 250px; font-size: 24px; }
  .people-story-role { top: 320px; width: 250px; font-size: 16px; }
  .people-story-text { top: 380px; width: 250px; font-size: 14px; }
  #slide-9 .people-story-1 .people-story-text { top: 450px; font-size: 16px; }
  .people-story-mail { top: 650px; left: 70px; }
  .people-story-phone { top: 650px; left: 130px; }

}

@media only screen and (max-width: 1280px), only screen and (max-device-width: 1280px) {

  #slide-9 { top: 830px; height: 830px; background-size: 100% 830px; }
  .slide-9-title { font-size: 28px; }
  #slide-9 .people-story-1, #slide-9 .people-story-2, #slide-9 .people-story-3, #slide-9 .people-story-4 { width: 200px; height: 680px; }
  .people-story-image { width: 200px; height: 200px; border-radius: 100px; }
  .people-story-name { top: 220px; width: 200px; font-size: 20px; }
  .people-story-role { top: 260px; width: 200px; font-size: 14px; }
  .people-story-text { top: 320px; width: 200px; font-size: 13px; }
  #slide-9 .people-story-1 .people-story-text { top: 390px; font-size: 15px; }
  .people-story-mail { top: 620px; left: 50px; }
  .people-story-phone { top: 620px; left: 110px; }

}

@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {

  #slide-9 { top: 700px; height: 700px; background-size: 100% 700px; }
  .slide-9-title { font-size: 24px; }
  #slide-9 .people-story-1, #slide-9 .people-story-2, #slide-9 .people-story-3, #slide-9 .people-story-4 { width: 150px; height: 560px; }
  .people-story-image { width: 150px; height: 150px; border-radius: 75px; }
  .people-story-name { top: 170px; width: 150px; font-size: 15px; }
  .people-story-role { top: 190px; width: 150px; font-size: 12px; }
  .people-story-text { top: 250px; width: 150px; font-size: 10px; }
  #slide-9 .people-story-1 .people-story-text { top: 300px; font-size: 12px; }
  .people-story-mail { top: 480px; left: 20px; }
  .people-story-phone { top: 480px; left: 80px; }

}

@media only screen and (max-width: 900px), only screen and (max-device-width: 900px) {

  #slide-9 { top: 950px; height: 950px; background-size: 100% 950px; }
  .slide-9-title { left: 5%; width: 90%; text-align: center; font-size: 18px; }
  #slide-9 .people-story-1, #slide-9 .people-story-2, #slide-9 .people-story-3, #slide-9 .people-story-4 { top: 100px; width: 20%; height: 800px; }
  #slide-9 .people-story-1 {

  left: 5%;

  }

  #slide-9 .people-story-2 {

    left: 29%;
    
  }

  #slide-9 .people-story-3 {

    left: 53%;
    
  }

  #slide-9 .people-story-4 {

    left: 77%;
    
  }
  .people-story-image { width: 100%; height: auto; border-radius: 50px; }
  .people-story-name { top: 90px; width: 100%; font-size: 14px; }
  .people-story-role { top: 130px; width: 100%; font-size: 10px; }
  .people-story-text { top: 230px; width: 100%; font-size: 10px; }
  #slide-9 .people-story-1 .people-story-text { top: 340px; font-size: 12px; }
  .people-story-mail { top: 740px; left: 5px; width: 30px; }
  .people-story-phone { top: 740px; left: 40px; width: 30px; }

}

#slide-10 {
  position: absolute;
  top: 1860px;
  left: 0;
  display: block;
  background: url(images/background_purple.webp) no-repeat top center #2f201d;
  background-size: auto;
  height: 930px;
  width: 100%;
  background-size: cover;
  }

  #slide-10 .people-story-5,#slide-10 .people-story-6,#slide-10 .people-story-7 {

    position: absolute;
    top: 120px;
    width: 300px;
    height: 800px;
    display: block;

  }

#slide-10 .people-story-5 {

  left: 23%;

}

#slide-10 .people-story-6 {

  left: 43%;
  
}

#slide-10 .people-story-7 {

  left: 63%;
  
}

@media only screen and (max-width: 1650px), only screen and (max-device-width: 1650px) {

  #slide-10 { top: 1700px; height: 850px; background-size: 100% 850px; }
  #slide-10 .people-story-5, #slide-10 .people-story-6, #slide-10 .people-story-7 { width: 250px; height: 700px; }

}

@media only screen and (max-width: 1280px), only screen and (max-device-width: 1280px) {

  #slide-10 { top: 1660px; height: 830px; background-size: 100% 830px; }
  #slide-10 .people-story-5, #slide-10 .people-story-6, #slide-10 .people-story-7 { width: 200px; height: 680px; }

}

@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {

  #slide-10 { top: 1400px; height: 700px; background-size: 100% 700px; }
  #slide-10 .people-story-5, #slide-10 .people-story-6, #slide-10 .people-story-7 { width: 150px; height: 560px; }

}

@media only screen and (max-width: 900px), only screen and (max-device-width: 900px) {

  #slide-10 { top: 1900px; height: 950px; background-size: 100% 950px; }
  #slide-10 .people-story-5, #slide-10 .people-story-6, #slide-10 .people-story-7 { width: 20%; height: 800px; }

  #slide-10 .people-story-5 {

    left: 10%;

  }

  #slide-10 .people-story-6 {

    left: 40%;
    
  }

  #slide-10 .people-story-7 {

    left: 70%;
    
  }

}

#slide-11 {
  position: absolute;
  top: 2790px;
  left: 0;
  display: block;
  background: url(images/background_purple.webp) no-repeat bottom center #2f201d;
  background-size: auto;
  height: 1240px;
  width: 100%;
  background-size: cover;
  }

  .slide-11-title {

    position: absolute;
    top: 50px;
    left: 10%;
    width: 80%;
    display: inline-block;
    font-size: 36px;
    font-family: 'Comfortaa',sans-serif;
    font-weight: 700;
    text-align: left;
    color: #5f2382;

  }

  .slide-11-image-left {

    position: absolute;
    top: 450px;
    left: 10%;
    width: 150px;
    height: 150px;
    border-radius: 75px;
    display: block;

    }

  .slide-11-image-right {

    position: absolute;
    top: 450px;
    right: 10%;
    width: 150px;
    height: 150px;
    border-radius: 75px;
    display: block;

    }

 .slide-11-left-phone-icon {

    position: absolute;
    top: 400px;
    left: 18%;
    width: 250px;
    height: 250px;
    display: block;

    }

  .slide-11-right-phone-icon {

    position: absolute;
    top: 400px;
    right: 18%;
    width: 250px;
    height: 250px;
    display: block;

    }

  .slide-11-phone-left {

    position: absolute;
    top: 620px;
    left: 11%;
    width: 300px;
    display: inline-block;
    font-size: 28px;
    font-family: 'Comfortaa',sans-serif;
    font-weight: 400;
    text-align: center;
    color: #5f2382;

  }

    .slide-11-phone-right {

    position: absolute;
    top: 620px;
    right: 11%;
    width: 300px;
    display: inline-block;
    font-size: 28px;
    font-family: 'Comfortaa',sans-serif;
    font-weight: 400;
    text-align: center;
    color: #5f2382;

  }

.slide-11-form {

  position: absolute;
  display: block;
  top: 120px;
  left: 35%;
  width: 30%;
  height: 1100px;
  background-color: #5f2382;
  border-radius: 25px;

}

.slide-11-form input[type="text"] {
  display: block;
  position: relative;
  width: 86%;
  height: 48px;
  line-height: 48px;
  vertical-align: middle;
  border-radius: 8px;
  margin-top: 1%;
  margin-left: 5%;
  background-color: #fff;
  color: #323232;
  font-family: Ubuntu,sans-serif;
  font-size: 12px;
  font-weight: 700;
  border: 0 none;
  text-indent: 10px;
  text-transform: none;
}

.slide-11-form label {
  display: block;
  position: relative;
  width: 90%;
  margin-top: 1%;
  margin-left: 5%;
  color: #fff;
  font-family: Ubuntu,sans-serif;
  font-size: 12px;
  font-weight: 700;
  border: 0 none;
  text-indent: 10px;
  text-transform: none;
}

.slide-11-form textarea {
  display: block;
  position: relative;
  width: 86%;
  height: 96px;
  line-height: 24px;
  vertical-align: middle;
  border-radius: 8px;
  margin-top: 1%;
  margin-left: 5%;
  background-color: #fff;
  color: #323232;
  font-family: Ubuntu,sans-serif;
  font-size: 12px;
  font-weight: 700;
  border: 0 none;
  text-indent: 10px;
  text-transform: none;
}

.slide-11-form .btn-primary {
  display: block;
  position: relative;
  width: 90%;
  margin-top: 1%;
  margin-left: 5%;
  border: 0 none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  max-width: 640px;
  min-width: 240px;
  position: relative;
  display: block;
  line-height: 48px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border-radius: 8px;
  font-family: Ubuntu,sans-serif;
  font-size: 12px;
  font-weight: 700;
  border: 0 none;
  text-transform: none;
  word-break: keep-all;
  margin: 0 auto;
    margin-top: 0px;
    margin-left: auto;
  -webkit-transition: background-color 1s,color 1s,border 1s;
  transition: background-color 1s,color 1s,border 1s;
  cursor: pointer;
  color: #5f2382;
}

.slide-11-form .checkbox {
  display: block;
  position: relative;
  float: left;
  font-size: 12px;
  font-weight: 700;
  border: 0 none;
  margin-top: 1%;
  margin-left: 5%;
}

.slide-11-form .privacy {
  display: block;
  position: relative;
  width: 80%;
  margin-top: 1%;
  margin-left: 2%;
  color: #fff;
  font-size: 16px;
  float: left;
}

.clear-fix-thin {
  clear: both;
  margin-top: 1%;
  display: block;
  position: relative;
}

.recaptcha {
  margin: 0 auto;
  position: relative;
  display: block;
  max-width: 300px;
}

.slide-11-form p {
  text-align: justify;
  color: #fff;
  display: block;
  position: relative;
  width: 90%;
  margin-top: 1%;
  margin-left: 5%;
}

.slide-11-form a {
  color: #fff;
  font-weight: bold;
}

@media only screen and (max-width: 1650px), only screen and (max-device-width: 1650px) {

  #slide-11 { top: 2550px; height: 1250px; background-size: 100% 1250px; }

}

@media only screen and (max-width: 1280px), only screen and (max-device-width: 1280px) {

  #slide-11 { top: 2490px; height: 1250px; background-size: 100% 1250px; }
  .slide-11-title { left: 5%; width: 90%; font-size: 32px; }
  .slide-11-image-left { left: 5%; top: 340px; width: 120px; height: 120px; border-radius: 60px; }
  .slide-11-left-phone-icon { left: 13%; top: 300px; width: 200px; height: 200px; }
  .slide-11-phone-left { left: 6%; top: 480px; width: 250px; font-size: 24px; }
  .slide-11-image-right { right: 5%; top: 340px; width: 120px; height: 120px; border-radius: 60px; }
  .slide-11-right-phone-icon { right: 13%; top: 300px; width: 200px; height: 200px; }
  .slide-11-phone-right { right: 6%; top: 480px; width: 250px; font-size: 24px; }
  .slide-11-form { left: 30%; width: 40%; }

}

@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {

  #slide-11 { top: 2100px; height: 1260px; background-size: 100% 1260px; }
  .slide-11-title { left: 5%; width: 90%; font-size: 32px; }
  .slide-11-image-left { left: 10%; top: 300px; width: 120px; height: 120px; border-radius: 60px; }
  .slide-11-left-phone-icon { left: 6%; top: 400px; width: 200px; height: 200px; }
  .slide-11-phone-left { left: 8%; top: 580px; width: 150px; font-size: 15px; }
  .slide-11-image-right { right: 10%; top: 300px; width: 120px; height: 120px; border-radius: 60px; }
  .slide-11-right-phone-icon { right: 6%; top: 400px; width: 200px; height: 200px; }
  .slide-11-phone-right { right: 8%; top: 580px; width: 150px; font-size: 15px; }
  .slide-11-form { left: 25%; width: 50%; }

}

@media only screen and (max-width: 900px), only screen and (max-device-width: 900px) {

  #slide-11 { top: 2850px; height: 1650px; background-size: 100% 1650px; }
  .slide-11-title { left: 5%; width: 90%; font-size: 20px; text-align: center; }
  .slide-11-image-left { left: 10%; top: 100px; width: 120px; height: 120px; border-radius: 60px; }
  .slide-11-left-phone-icon { left: 0%; top: 200px; width: 200px; height: 200px; }
  .slide-11-phone-left { left: 5%; top: 380px; width: 150px; font-size: 15px; }
  .slide-11-image-right { right: 10%; top: 100px; width: 120px; height: 120px; border-radius: 60px; }
  .slide-11-right-phone-icon { right: 0%; top: 200px; width: 200px; height: 200px; }
  .slide-11-phone-right { right: 5%; top: 380px; width: 150px; font-size: 15px; }
  .slide-11-form { left: 5%; width: 90%; top: 420px; height: 1160px; }

}

#slide-11 .privacy-link {

  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 400px;
  display: block;
  font-size: 16px;
  font-family: 'Comfortaa',sans-serif;
  font-weight: 400;
  text-align: right;
  color: #fff;
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;

}

#imprint {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: url(images/background_hell.webp) no-repeat top center #2f201d;
  background-size: auto;
  height: 200%;
  width: 100%;
  background-size: cover;
  }

#privacy {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: url(images/background_hell.webp) no-repeat top center #2f201d;
  background-size: auto;
  height: 2200%;
  width: 100%;
  background-size: cover;
  }


#imprint .logo, #privacy .logo {

  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
  width: 230px;

}

#imprint .subtitle, #privacy .subtitle {

  position: absolute;
  top: 95px;
  left: 22px;
  font-size: 14px;
  font-family: 'Roboto',sans-serif;
  font-weight: 400;
  text-align: left;
  color: #5f2382;
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;

}

#imprint .main-title, #privacy .main-title {

  position: absolute;
  top: 140px;
  left: 10%;
  width: 80%;
  display: inline-block;
  font-size: 38px;
  font-family: 'Comfortaa',sans-serif;
  font-weight: 400;
  text-align: left;
  color: #5f2382;
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;

}

#imprint .main-paragraph, #privacy .main-paragraph {

  position: absolute;
  top: 250px;
  left: 10%;
  width: 80%;
  display: block;
  font-size: 20px;
  font-family: 'Comfortaa',sans-serif;
  font-weight: 400;
  text-align: left;
  color: #595959;
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;

}

#slide-12 {
  position: absolute;
  top: 8910px;
  left: 0;
  display: block;
  background-color: #fff;
  height: 930px;
  width: 100%;
  background-size: cover;
  }

  .slide-12-title {

    position: absolute;
    top: 50px;
    left: 10%;
    width: 80%;
    display: inline-block;
    font-size: 48px;
    font-family: 'Comfortaa',sans-serif;
    font-weight: 700;
    text-decoration: underline;
    text-align: center;
    color: #5f2382;

  }

  .slide-12-linkedin {

    position: absolute;
    top: 220px;
    left: 38%;
    width: 8%;
    height: auto;
    display: block;

    }

    .slide-12-euromanager {

    position: absolute;
    top: 220px;
    left: 46%;
    width: 20%;
    height: auto;
    display: block;

    }

  .slide-12-subtitle {

    position: absolute;
    top: 450px;
    left: 10%;
    width: 80%;
    display: inline-block;
    font-size: 32px;
    font-family: 'Comfortaa',sans-serif;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    color: #595959;

  }

  .slide-12-ce, .slide-12-ej, .slide-12-cx  {

    position: absolute;
    top: 550px;
    width: 20%;
    height: auto;
    display: block;

    }

  .slide-12-ce  { left: 10%; }
  .slide-12-ej  { left: 40%; }
  .slide-12-cx  { left: 70%; }



 @media only screen and (max-width: 1650px), only screen and (max-device-width: 1650px) {

  #slide-12 { top: 8150px; height: 850px; background-size: 100% 850px; }

}

@media only screen and (max-width: 1280px), only screen and (max-device-width: 1280px) {

  #slide-12 { top: 7990px; height: 830px; background-size: 100% 830px; }

}

@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {

  #slide-12 { top: 7160px; height: 700px; background-size: 100% 700px; }

}

@media only screen and (max-width: 900px), only screen and (max-device-width: 900px) {

  #slide-12 { top: 9280px; height: 950px; background-size: 100% 950px; }

}