/* -------------------------------- 

Primary style

-------------------------------- */
.cd-section:nth-of-type(4) p.white a{color: white !important;}
.cd-section:nth-of-type(4) p {color: white !important;}
.cd-section:nth-of-type(6) p.white a{color: white !important;}
.cd-section:nth-of-type(6) p {color: white !important;}
#back-top {  position: fixed;  bottom: 30px;  margin-left: -150px;}

#back-top a {  width: 108px;  display: block;  text-align: center;  font: 11px/100% Arial, Helvetica, sans-serif;
  text-transform: uppercase;  text-decoration: none;  color: #bbb;
  /* transition */
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}

#back-top a:hover {  color: #000;}

#back-top span {
  width: 108px;
  height: 108px;
  display: block;
  margin-bottom: 7px;
  background: #ddd url(up-arrow.png) no-repeat center center;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#back-top a:hover span {  background-color: #777;}

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

html {  font-size: 62.5%;}

body {
  font-size: 1.5rem;
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
  background-color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body::before {  
  content: 'mobile';
  display: none;
}

a { color: #267481;  text-decoration: none;}



.cd-section {  height: 100vh;overflow: hidden;width: 100%;}

.cd-section h2 {  line-height: 100vh;  text-align: center;  font-size: 2.4rem;}


.cd-section:nth-of-type(4) strong , .cd-section:nth-of-type(6) strong {font-weight: bold;}
.cd-section:nth-of-type(4) p.red,.cd-section:nth-of-type(6) p.red {color: #FF0410 !important;}

.cd-section a.link1 {
  cursor:default ;
  height: 100%;
  display: block !important;
  line-height: 100vh !important;
  height: auto !important;
  width: auto !important;
  overflow: visible !important;
  background: transparent !important;
  text-align: center !important;
  font-size: 2.4rem;
}
.cd-section:first-of-type > div {background-color: #2b334f;}
.cd-section:first-of-type > div::before {
  /* alert -> all scrolling effects are not visible on small devices */
  display: none;
  content: 'Effects not visible on mobile!';
  position: absolute;
  width: 100%;
  text-align: center;
  top: 20px;
  z-index: 2;
  font-weight: bold;
  font-size: 1.3rem;
  text-transform: uppercase;
  color: #6a7083;
}
.cd-section:nth-of-type(1)  h2 
{color: transparent;}
.cd-section:nth-of-type(2) > div 
{  background-color: black;}
.cd-section:nth-of-type(3) > div 
{  background-color: black;}
.cd-section:nth-of-type(4) > div 
{  background-color: black;}
.cd-section:nth-of-type(5) > div 
{  background-color: black;}
.cd-section:nth-of-type(6) > div 
{  background-color: black;}

[data-animation="parallax"] .cd-section > div, [data-animation="fixed"] .cd-section > div, [data-animation="opacity"] .cd-section > div 
{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
[data-animation="parallax"] .cd-section:first-of-type > div, [data-animation="fixed"] .cd-section:first-of-type > div, [data-animation="opacity"] .cd-section:first-of-type > div {
  background-image: url("../img/img-1b.jpg");
}
[data-animation="parallax"] .cd-section:nth-of-type(2) > div, [data-animation="fixed"] .cd-section:nth-of-type(2) > div, [data-animation="opacity"] .cd-section:nth-of-type(2) > div {

}
[data-animation="parallax"] .cd-section:nth-of-type(3) > div, [data-animation="fixed"] .cd-section:nth-of-type(3) > div, [data-animation="opacity"] .cd-section:nth-of-type(3) > div {
  
}
[data-animation="parallax"] .cd-section:nth-of-type(4) > div, [data-animation="fixed"] .cd-section:nth-of-type(4) > div, [data-animation="opacity"] .cd-section:nth-of-type(4) > div {

}
[data-animation="parallax"] .cd-section:nth-of-type(5) > div, [data-animation="fixed"] .cd-section:nth-of-type(5) > div, [data-animation="opacity"] .cd-section:nth-of-type(5) > div {
 
}
[data-animation="parallax"] .cd-section:nth-of-type(6) > div, [data-animation="fixed"] .cd-section:nth-of-type(6) > div, [data-animation="opacity"] .cd-section:nth-of-type(6) > div {

}
.cd-vertical-nav a {
  display: block;
  height: 40px;
  width: 40px;
  /* image replace */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url(../img/cd-icon-arrow.svg) no-repeat center center;
}
.cd-vertical-nav a.cd-prev {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-bottom: 10px;
}
.cd-vertical-nav a.inactive {

  -webkit-transition: opacity 0.2s 0s, visibility 0s 0.2s;
  -moz-transition: opacity 0.2s 0s, visibility 0s 0.2s;
  transition: opacity 0.2s 0s, visibility 0s 0.2s; 
}

.pscreen {display: none;}
.pmobil {display: initial;padding-bottom: 5%;}
.cd-section:nth-of-type(4) p.pmobil , .cd-section:nth-of-type(6) p.pmobil{font-size: 12px !important;}

 /* #########################################################################Mobile*/
@media only screen and (min-width: 1350px) {
.pscreen {display: initial;}
.pmobil {display: none;}
  body::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }

body[data-hijacking="on"] { overflow: hidden;  }
.cd-section:nth-of-type(4) .textoverlay { position: absolute;    top: 15%;    width: 42%;   min-width: 570px !important;    left: 5.5%;}
.cd-section:nth-of-type(6) .textoverlay { position: absolute;    top: 15%;    width: 42%;   min-width: 570px !important;    left: 5.5%;}
.cd-section:nth-of-type(3) p {
  display: none;
    font-size: 19px !important;
    line-height: 122% !important;
    color: white !important;
    position: absolute;
    top: 14%;
    min-width: 418px !important;
    width: 20%;
    left: 14.5%;
}
.cd-section:nth-of-type(4) p {
    font-size: 28px !important;
    line-height: 122% !important;
    color: white !important;
   
}
.cd-section:nth-of-type(6) p {
    font-size: 28px !important;
    line-height: 122% !important;
    color: white !important;
   
}
  .cd-vertical-nav {
    display: block;
  }


  .cd-section h2 
  { font-size: 4rem; font-weight: 300;  }

  [data-hijacking="on"] .cd-section {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  [data-hijacking="on"] .cd-section > div {
    visibility: visible;
  }
  [data-hijacking="off"] .cd-section > div {
    opacity: 0;
  }
  [data-animation="rotate"] .cd-section {
    /* enable a 3D-space for children elements */
    -webkit-perspective: 1800px;
    -moz-perspective: 1800px;
    perspective: 1800px;
  }
  [data-hijacking="on"][data-animation="rotate"] .cd-section:not(:first-of-type) {
    -webkit-perspective-origin: center 0;
    -moz-perspective-origin: center 0;
    perspective-origin: center 0;
  }
  [data-animation="scaleDown"] .cd-section > div, [data-animation="gallery"] .cd-section > div, [data-animation="catch"] .cd-section > div {
    box-shadow: 0 0 0 rgba(25, 30, 46, 0.4);
  }
  [data-animation="opacity"] .cd-section.visible > div {
    z-index: 1;
  }
 .cd-section:first-of-type > div::before 
  {    display: none;  }

  /* Background Images für Fullscreen */
[data-animation="parallax"] .cd-section:first-of-type > div, [data-animation="fixed"] .cd-section:first-of-type > div, [data-animation="opacity"] .cd-section:first-of-type > div 
{ background-image: url("../img/img-1.png");}

[data-animation="parallax"] .cd-section:nth-of-type(2) > div, [data-animation="fixed"] .cd-section:nth-of-type(2) > div, [data-animation="opacity"] .cd-section:nth-of-type(2) > div 
{  background-image: url("../img/img-2.jpg");}

[data-animation="parallax"] .cd-section:nth-of-type(3) > div, [data-animation="fixed"] .cd-section:nth-of-type(3) > div, [data-animation="opacity"] .cd-section:nth-of-type(3) > div
{  background-image: url("../img/img-3-typo.png");}

[data-animation="parallax"] .cd-section:nth-of-type(4) > div, [data-animation="fixed"] .cd-section:nth-of-type(4) > div, [data-animation="opacity"] .cd-section:nth-of-type(4) > div 
{}

[data-animation="parallax"] .cd-section:nth-of-type(5) > div, [data-animation="fixed"] .cd-section:nth-of-type(5) > div, [data-animation="opacity"] .cd-section:nth-of-type(5) > div 
{  background-image: url("../img/img-6.jpg");}

[data-animation="parallax"] .cd-section:nth-of-type(6) > div, [data-animation="fixed"] .cd-section:nth-of-type(6) > div, [data-animation="opacity"] .cd-section:nth-of-type(6) > div 
{}
.cd-section > div {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  [data-hijacking="on"] .cd-section > div {
    position: absolute;
  }
  [data-animation="rotate"] .cd-section > div {
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  .img2 {display:none;}
}
 /* #########################################################################Mobile*/


 /* #########################################################################Mobile*/
 @media only screen and (max-width: 1349px) {

.cd-vertical-nav a {    text-indent: initial !important;}

  .img2 {width:100%;display: block;    margin-bottom: -29px;} 
.cd-section:nth-of-type(3) p {
    font-size: 12px !important;
    line-height: 122% !important;
    color: white !important;
    position: relative;
    margin-top: 2% !important;
    width: 96%;
    padding-left: 2%;}

.cd-section:nth-of-type(4) .textoverlay { position: relative;padding-top: 2%;width: 100%;padding-left: 2%;}
.cd-section:nth-of-type(6) .textoverlay { position: relative;padding-top: 2%;width: 100%;padding-left: 2%;}
.last {display:none;}


 /* Typ 1 - 50%*/
 .cd-section:nth-of-type(1) a.link1  {

    cursor: hand;
    height: 100%;
    display: block !important;
    line-height: auto !important;
    height: 100vh !important;
    min-height: 160px;
    width: auto !important;
    overflow: visible !important;
    background: transparent !important;
    text-align: center !important;
    font-size: 2.4rem;

 }

 /* Typ 2 - 50%*/
.cd-section:nth-of-type(2)  
{ height: auto !important;width:auto !important;}
.cd-section:nth-of-type(2)  a.link1 
{    height: auto !important;
display: initial !important;
    line-height: normal !important;
   
    width: 100% !important;

}
[data-animation="parallax"] .cd-section:nth-of-type(2) > div, [data-animation="fixed"] .cd-section:nth-of-type(2) > div, [data-animation="opacity"] .cd-section:nth-of-type(2) > div 
{    height: initial !important;
    width: initial !important;}



.cd-section:nth-of-type(5)  
{ height: auto !important;width:auto !important;}
.cd-section:nth-of-type(5)  a.link1 
{    height: auto !important;
display: initial !important;
    line-height: normal !important;
   
    width: 100% !important;

}
[data-animation="parallax"] .cd-section:nth-of-type(5) > div, [data-animation="fixed"] .cd-section:nth-of-type(5) > div, [data-animation="opacity"] .cd-section:nth-of-type(5) > div 
{    height: initial !important;
    width: initial !important;}






 /* Typ 3 - 50%*/
.cd-section:nth-of-type(3)  
{ height:auto !important;}
.cd-section:nth-of-type(3)  a.link1 
{height: auto !important;
display: initial !important;
    line-height: normal !important;
   
    width: 100% !important;}
[data-animation="parallax"] .cd-section:nth-of-type(3) > div, [data-animation="fixed"] .cd-section:nth-of-type(3) > div, [data-animation="opacity"] .cd-section:nth-of-type(3) > div 
{     height: initial !important;
    width: initial !important;}

 /* Typ 4 - 50%*/
 .cd-section:nth-of-type(4) {height: auto;overflow: visible;}
.cd-section:nth-of-type(4) p { font-size: 17px !important;color: white !important;line-height: 134%;padding-top:5%;padding-bottom: 3%;}
.cd-section:nth-of-type(4) p.white { padding-top:2%;padding-bottom: 13%;}
.cd-section:nth-of-type(4) a {color: white !important; }
 .cd-section:nth-of-type(6) {height: auto;overflow: visible;}
.cd-section:nth-of-type(6) p { font-size: 17px !important;color: white !important;line-height: 134%;padding-top:5%;padding-bottom: 3%;}
.cd-section:nth-of-type(6) p.white { padding-top:2%;padding-bottom: 13%;}
.cd-section:nth-of-type(6) a {color: white !important; }

.cd-section a.link1 {

}
}
 /* #########################################################################END Mobile*/







