@font-face {
    font-family: miriam-regular;
    src: url(../fonts/MiriamLibre-Regular.ttf);
}
@font-face {
    font-family: miriam-bold;
    src: url(../fonts/MiriamLibre-Bold.ttf);
}
* {
    font-family: 'miriam-regular', serif;
    color: #fff;
}
body {
    background: #898989;
    overflow-x: hidden;
}
.preloader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-repeat: no-repeat; 
    background-color: #898989;
    background-position: center;
    display: flex;
    justify-content: center;
 }
 video {
     background-color: transparent;
     transform: scale(1.1);
     transition: .7s ease;
 }
 video:hover {
    background-color: transparent;
    transform: scale(1.07);
    transition: .7s ease;
}
 mark {
     background-color: transparent;
 }
 img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
     user-select: none;
    }

.wrap {
    height: 100%;  
    position: relative;
    overflow: hidden;    
    }
    .bg {
      width: 100%;
      height: 100%;
      
      position: absolute;
      top: 0;
      left: 0;
      
      background: url('../img/bg10.png') no-repeat center center;
      background-size: cover;
  
      transform: scale(1.1);
      display: none;
    }


.wrapper {
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    /*background: linear-gradient(48deg, rgba(117,117,117,1) 49%, rgba(0,0,0,1) 100%) no-repeat;
    background-image: url('img/bg9.png');
    */
    height: 100%;
    width: 100%;
    padding: 70px 0px 70px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #898989;
}
.wrapper-overlay  {
    position: absolute;
    top: 44.5%;
    left: 49.9%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 9997;
    opacity: 1;
    display: block !important;
    transition: all .35s ease;
}
h1,h2,h3,h4 {
    margin: 0;
    padding: 0;
}
h1 {
    font-size: 2em;
    color: #fff;
    margin: 0 0 20px 0;
    letter-spacing: 0.02em;
    line-height: 1.2em;
}
h2 {

    font-family: miriam-bold;
    font-size: 1.2em;
    color: #20315C;
    margin: 0 0 15px 0;
    letter-spacing: 0.02em;
    line-height: 1.2em;
}
h3 {
    font-size: 0.5em;
    color: #fff;
    margin: -15px 0 0px 0;
    letter-spacing: 0.02em;
    line-height: 1.3em;
    transition: .35s ease-out;
    transform: scale(1);
    opacity: 0;
}
.small-spheres:hover h3 {
    opacity: 1;
    transition: .35s ease-in;
}
p {
    font-size: 0.85em;
    color: #fff;
    margin: 0 0 20px 0;
    letter-spacing: 0.02em;
    line-height: 1.3em;
}
a,p a {
    color: #fff;
    text-decoration: none;
}
a:hover, p a:hover {
    color: #fff;
    text-decoration: underline;
}

ol, ul {
    padding-left: 0rem;
}
img.logo {
    width: 300px;
    transition: all .25s;
}
img.logo-resize1 {
    position: relative;
    width: 305px;
    transition: all .25s;
}
img.logo-resize2 {
    position: relative;
    top: 20px;
    width: 320px;
    transition: all .25s;
}
img.logo-resize3 {
    position: relative;
    width: 230px;
    transition: all .25s;
}
img.logo-index a{
    text-align: center;
}
.intro {
    z-index: 9999;
    cursor: pointer;
    margin: 0px auto;
    width: 100%;
    max-width: 550px;
    position: relative;
    transform: scale(1);
    transition: all .25s ease-in;
    opacity: 1;
}
.intro:hover {
    transform: scale(1);
    transition: all .25s ease-out;
}
.logos {
    position: absolute;
    z-index: 9999;
}
.logo-1 {
    position: relative;
    width: 244px;
    top: 280px;
    left: -175px;
}
.logo-2 {
    position: relative;
    width: 210px;
    top: 662px;
    left: 11px;
}
.logo-3 {
    position: relative;
    width: 270px;
    top: 291px;
    left: 201px;
}
/* Layout */
section.header {
    position: relative;
    margin: 25px 0 0 25px;
}
section.header-left {
    position: fixed;
    top: 20px;
    left: 40px;
	z-index: 999;
}
section.header-right {
    position: fixed;
    top: 20px;
    right: 40px;
}
section.header-right p {
    font-size: 20px;
    font-family: miriam-bold;
}
section.content {
    display: flex;
    justify-content: center;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
section.content-index {
    display: flex;
    justify-content: center;
    position: relative;
    top: 51%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
section.info {
    opacity: 0;
    display: flex;
    justify-content: center;
    position: relative;
    top: 45%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
section.info a {
    font-size: 20px;
}
section.info a:hover {
    text-decoration: none;
}
section.content-block {
    background-color: #e9e9e9;
    padding: 80px 30px;
    opacity: 0.8;
    margin: 0px auto;
    display:block;
    justify-content: center;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
section.content-block img {
    margin: 0px auto;
    display: block;
    mix-blend-mode: multiply;
}
section.footer-left {
    position: fixed;
    bottom: 10px;
    left: 80px;
}
section.footer-right {
    position: fixed;
    bottom: 10px;
    right: 80px;
}
section.footer p, section.footer p a {
    color: #fff;
    text-decoration: none;
    transition: 0.2s ease-in-out;
    font-size: 11px !important;
}
section.footer p a:hover {
    color: #fff;
    transition: 0.2s ease-in-out;
    text-decoration: underline;
}
section.datenschutz {
    margin: 0 0 40px 0;
}
section.datenschutz h1,
section.datenschutz h2,
section.datenschutz h3 {
    color: #fff;
}
section.datenschutz p strong {
    font-family: miriam-bold;
}
section.datenschutz h2 {
    margin-top: 80px;
}
section.datenschutz h3 {
    margin-top: 50px;
    margin-bottom: 10px;
    font-size: 1.3em;
    font-family: miriam-bold;
}
section.datenschutz ul {
    margin-left: 14px;
}
section.datenschutz ul li {
    font-size: 0.85em; 
}
/* Services */
.service {
    max-width: 1800px;
    transform: scale(1.3);
}
.service p {
    position: relative;
    z-index: 700;
    top: -84px;
    color: #fff;
    transition: .35s ease-in-out;
}
.service h3 {
    position: relative;
    z-index: 700;
    top: -82px;
    color: #fff;
    transition: .35s ease-in-out;
    transform: scale(1);
}
.service p a:hover {
    text-decoration: none;
}
.service p.left {
    position: relative;
    left: -126px;
    padding: 0px 0px 10px 0;
    border-bottom: 1px solid #fff;
    width: 162px;
    transition: 0.55s;
}
.service p.right {
    position: relative;
    left: 36px;
    padding: 0px 0px 10px 0;
    border-bottom: 1px solid #fff;
    width: 155PX;
    text-align: right;
    transition: 0.55s;
}
.service h3.left-sub{
    position: relative;
    left: -126px;
    padding: 0px 0px 10px 0;
    transition: 0.55s ;
}
.service h3.right-sub {
    position: relative;
    left: 37px;
    padding: 0px 0px 10px 0;
    text-align: right;
    width: 100%;
    max-width: 250px;
    transition: 0.55s ;
}
.start {
    position: relative;
    z-index: 9998;
}
.big-sphere {
    position: relative;
    z-index: 555;
    display: none;
}
.service img.small-sphere{
    width: 72px;
}
.service .big-sphere img{
    width: 180px;
    transform: scale(0);
    transition: 1s;
}
.in {
    opacity: 1;
    transition: 0.8s;
}
.small-sphere-1 img,
.small-sphere-2 img,
.small-sphere-3 img,
.small-sphere-4 img,
.small-sphere-5 img,
.small-sphere-6 img,
.small-sphere-7 img{
    transform: scale(0.7);
    transition: 0.4s ease-in-out;
}
.small-sphere-1,
.small-sphere-2,
.small-sphere-3,
.small-sphere-4,
.small-sphere-5,
.small-sphere-6,
.small-sphere-7 {
    display: none;
    transition: display 0.3s;
}
.small-sphere-1 {
    position: absolute;
    top: 205px;
    left: -15px;
}
.small-sphere-2 {
    position: absolute;
    top: -50px;
    left: -95px;
}
.small-sphere-3 {
    position: absolute;
    top: -125px;
    left: 55px;
}
.small-sphere-4 {
    position: absolute;
    top: 90px;
    left: -125px;
}
.small-sphere-5 {
    position: absolute;
    top: 90px;
    left: 240px;
}
.small-sphere-6 {
    position: absolute;
    top: -45px;
    left: 210px;
}
.small-sphere-7 {
    position: absolute;
    top: 190px;
    left: 155px;
}
.overlay-switch {
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #757575;
    display: none;
    justify-content: center;
}
.overlay {
    position: absolute;
    z-index: 501;
    background-color: #fff;
    float: left;
    padding: 31px 40px 21px 43px;
    min-width: 269px;
    transition: all .3s ease-out;
    background: #fff url('../img/close-icon-2.png') no-repeat top right;
    background-size: 13px;
    background-position: 98% 5px;
    opacity: 0;
    display: none;
}
.overlay-switch p {
    position: absolute;
    font-size: 1em;
    color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.overlay span {
    font-size: 7px;
    color: #646464;
    position: relative;
    top: -5px;
    left: 0px;
    z-index: 502;
}
.overlay ul,
.overlay ol,
.overlay dl {
    margin: 0;
    padding: 0;
    list-style: disc;
 }
 .overlay ul li, .overlay ol li {
    font-size: 0.65em;
    margin: 0;
    padding: 3px 0 3px 0;
    color: #646464;
    list-style-type: disc;
}
.overlay img {
    width: 180px; 
    margin: 0px auto;
    margin-top: 18px;
    display: block;
    position: relative;
    left: -5px;
}
.overlay img.resized {
    width: 125px; 
    margin: 0px auto;
    margin-top: -8px;
    display: block;
    position: relative;
    left: -5px;
}
.overlay img.resized2 {
    width: 125px; 
    margin: 0px auto;
    margin-top: 0px;
    display: block;
    position: relative;
    left: -5px;
}
.overlay-1,
.overlay-2,
.overlay-3,
.overlay-4 {
    left: -170px;
}
.overlay-1 {
    top: -20px;
    display: none;
    opacity: 0;
    transition: .3s ease-in;
}
.overlay-2 {
    top: -20px;
    display: none;
    opacity: 0;
    transition: .3s ease-in;
}
.overlay-3 {
    top: -20px;
    display: none;
    opacity: 0;
    transition: .3s ease-in;
}
.overlay-4 {
    top: -20px;
    display: none;
    opacity: 0;
    transition: .3s ease-in;
}
.overlay-5 {
    top: -45px;
    left: -25px;
    display: none;
    opacity: 0;
    transition: .3s ease-in;
}
.overlay-6 {
    top: -45px;
    left: -25px;
    display: none;
    opacity: 0;
    transition: .3s ease-in;
}
.overlay-7 {
    top: -45px;
    left: -25px;
    display: none;
    opacity: 0;
    transition: .3s ease-in;
}
body#impressum section.header-left {
    float: left;
    position: relative;
    top: -50px;
}
section.content-impressum {
    margin-top: 280px;
    padding: 0 15px 0 50px;
}
/* JS classes */
.open {
    opacity: 1 !important;
    transition: all .3s ease-in;
    height: auto;
    z-index: 799;
}
.show {
    z-index: 3;
    display: flex !important;
    opacity: 1;
    transition: all  .35s ease;
} 
.hide {
    z-index: 2;
    opacity: 0 !important; 
    transition: opacity .35s ease;
}
.service {
    transform: scale(1);
    transition: .25s ease;

}
.start {
    cursor: pointer;
    mix-blend-mode: multiply;
    transform: scale(1);
    transition: .25s ease;
}
.sk-circle {
    margin: 100px auto;
    width: 40px;
    height: 40px;
    position: relative;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
   
  }
  .sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .sk-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
            animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  }
  .sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
            transform: rotate(30deg); }
  .sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
            transform: rotate(60deg); }
  .sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
  .sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
        -ms-transform: rotate(120deg);
            transform: rotate(120deg); }
  .sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
        -ms-transform: rotate(150deg);
            transform: rotate(150deg); }
  .sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
        -ms-transform: rotate(210deg);
            transform: rotate(210deg); }
  .sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
        -ms-transform: rotate(240deg);
            transform: rotate(240deg); }
  .sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg); }
  .sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
        -ms-transform: rotate(300deg);
            transform: rotate(300deg); }
  .sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
        -ms-transform: rotate(330deg);
            transform: rotate(330deg); }
  .sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
            animation-delay: -1.1s; }
  .sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
            animation-delay: -1s; }
  .sk-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
            animation-delay: -0.9s; }
  .sk-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
            animation-delay: -0.8s; }
  .sk-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
            animation-delay: -0.7s; }
  .sk-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
            animation-delay: -0.6s; }
  .sk-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
            animation-delay: -0.5s; }
  .sk-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
            animation-delay: -0.4s; }
  .sk-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
            animation-delay: -0.3s; }
  .sk-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
            animation-delay: -0.2s; }
  .sk-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
            animation-delay: -0.1s; }
  
  @-webkit-keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
      -webkit-transform: scale(0);
              transform: scale(0);
    } 40% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  
  @keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
      -webkit-transform: scale(0);
              transform: scale(0);
    } 40% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  .sk-chase {
    width: 40px;
    height: 40px;
    position: relative;
    animation: sk-chase 2.5s infinite linear both;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  
  .sk-chase-dot {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; 
    animation: sk-chase-dot 2.0s infinite ease-in-out both; 
  }
  
  .sk-chase-dot:before {
    content: '';
    display: block;
    width: 25%;
    height: 25%;
    background-color: #fff;
    border-radius: 100%;
    animation: sk-chase-dot-before 2.0s infinite ease-in-out both; 
  }
  
  .sk-chase-dot:nth-child(1) { animation-delay: -1.1s; }
  .sk-chase-dot:nth-child(2) { animation-delay: -1.0s; }
  .sk-chase-dot:nth-child(3) { animation-delay: -0.9s; }
  .sk-chase-dot:nth-child(4) { animation-delay: -0.8s; }
  .sk-chase-dot:nth-child(5) { animation-delay: -0.7s; }
  .sk-chase-dot:nth-child(6) { animation-delay: -0.6s; }
  .sk-chase-dot:nth-child(1):before { animation-delay: -1.1s; }
  .sk-chase-dot:nth-child(2):before { animation-delay: -1.0s; }
  .sk-chase-dot:nth-child(3):before { animation-delay: -0.9s; }
  .sk-chase-dot:nth-child(4):before { animation-delay: -0.8s; }
  .sk-chase-dot:nth-child(5):before { animation-delay: -0.7s; }
  .sk-chase-dot:nth-child(6):before { animation-delay: -0.6s; }
  
  @keyframes sk-chase {
    100% { transform: rotate(360deg); } 
  }
  
  @keyframes sk-chase-dot {
    80%, 100% { transform: rotate(360deg); } 
  }
  
  @keyframes sk-chase-dot-before {
    50% {
      transform: scale(0.4); 
    } 100%, 0% {
      transform: scale(1.0); 
    } 
  }

/* Responsive */
@media all and (min-width: 1920px ){
    .service {
        transform: scale(1.5);
        transition: .25s ease;
    }
    .start {
        transform: scale(1);
        transition: .25s ease;
    }
    section.content-index {
        display: flex;
        justify-content: center;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
@media all and (max-width: 1920px ){
    img.logo {
        width: 250px !important;
        transition: all .25s;
    }
    .service {
        transform: scale(1.15);
        transition: .25s ease;
    }
    .start {
        transform: scale(1.0);
        transition: .25s ease;
    }
}
@media all and (max-width: 1400px ){
    .wrapper {
        height: 100%;
        overflow: visible;
    }

}
@media all and (max-width: 1280px ){

section.content-block {
    top: 38%;
}
    section.content {
        top: 380px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    section.content-index {
        top: 0px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    body.index section.footer-left {
        position: relative;
        top: 81px;
        left: 0px;
        margin-left: 49px;
        padding-bottom: 50px;
    }
    body.index section.footer-right {
        position: relative;
        top: 0px;
        right: 50px;
        float: right;
        padding-bottom: 50px;
    }
    .wrapper-overlay {
        position: absolute;
       top: 370px;
    }

    .service {
        transform: scale(1.2);
        transition: .25s ease;
    }
    .start {
        transform: scale(1);
        transition: .25s ease;
    }
    img.logo {
        width: 250px !important;
        transition: all .25s;
    }
    section.header {
        position: relative;
        margin: -61px 0 0 0 !important;
    }
    body#impressum section.header-left {
        top: 20px;
    }
    .logo-1 {
        position: relative;
        width: 212px;
        top: 285px;
        left: -174px;
    }
    .logo-2 {
        position: relative;
        width: 188px;
        top: 646px;
        left: 1px;
    }
    .logo-3 {
        position: relative;
        width: 230px;
        top: 296px;
    }    
    video {
        width: 950px;
    }
    
}

@media all and (max-width: 980px ){
    video {
        width: 600px;
    }
    .logo-1 {
        position: relative;
        width: 170px;
        top: 180px;
        left: -85px;
    }
    .logo-2 {
        position: relative;
        width: 140px;
        top: 400px;
        left: 1px;
    }
    .logo-3 {
        position: relative;
        width: 190px;
        top: 194px;
        left: 105px;
    }
    .service {
        transform: scale(1);
    }
    .start {
        transform: scale(1);
    }
    section.content-index {
        top: 63px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    section.content-block{
        top: 50px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    section.header-left {
        position:relative;
        left: 50px;
        max-width: 300px;
    }
    section.footer-left {
        position: relative;
        top: 200px;
        left: 0px;
    }
    section.footer-right {
        position: relative;
        top: 155px;
    }
    body.index section.footer-left {
        top: 150px;
    }
    body.index section.footer-right {
        top: 72px;
    }
    img.logo-resize2 {
        top: 40px;
    }
    img.logo-resize3 {
        top: 70px;
    }
    section.content-block {
        padding: 80px 30px 170px 30px;
    }
}

@media screen and (max-device-width: 800px) {
    .wrapper {
        background-color: #898989;
     }
     section.content-index {
        top: 0px;
     }
     body.index section.footer-left {
        top: 159px;
    }
} 

@media all and (max-width: 800px) { 

    .logo-1 {
        position: relative;
        width: 170px;
        top: 180px;
        left: -96px;
    }
    .logo-2 {
        position: relative;
        width: 140px;
        top: 403px;
        left: -2px;
    }
    .logo-3 {
        position: relative;
        width: 180px;
        top: 194px;
        left: 95px;
    }
}

@media all and (max-width: 700px){
    .service {
        transform: scale(0.82);
    }
    .overlay ul li, .overlay ol li {
        font-size: 0.9em;
    }
    .wrapper-overlay  {
        position: absolute;
        top: 360px;
    }
    section.footer-left, body.index section.footer-left {
        top: 650px;
    }
    body.index section.footer-left {
        top: 219px;
    }

    section.footer-right {
        display: none;
    }
    h3 {
        font-size: 0.7em;
    }
    video {
        width: 328px;
        margin-top: 104px;
    }
    .logo-1 {
        position: relative;
        width: 142px;
        top: 183px;
        left: -10px;
    }
    .logo-2 {
        position: relative;
        width: 140px;
        top: 330px;
        left: -2px;
    }
    .logo-3 {
        position: relative;
        width: 166px;
        top: 194px;
        left: 34px;
    }
}

@media all and (max-width: 380px) { 
    .overlay-switch {
       display: flex;
    }
}

