




q:after,q:before{
    content:''
}

*{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}


#fullpage,.section,body,html{
    height:100%
}

.section.fp-table{
    display:table;
    table-layout:fixed;
    width:100%;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
}

.fp-tableCell{
    display:table-cell;
    vertical-align:middle;
    width:100%;
    height:100%;
}


.mlmr50px{
    margin: 0 50px;
}


.fp-tableColumnTop{
    height: 50%;
    border-bottom-style: solid;
    border-top-style: solid;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-color: #555658;
    text-transform: uppercase;
    max-height: 200px;
    text-align: left !important;
}


.fp-tableColumnTop > span {
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%); 
    left: 30px;
    font-size: 64px;
    line-height: 72px;
    letter-spacing: 0.05em;
    font-family: "Titillium Web" !important;
    font-weight: 200;
    color: #fff;
}

.fp-tableColumnBottom{
    height: 50%;
    max-height: 200px;
    text-align: left !important;
}

.fp-tableColumnBottom > span {
    position: relative;
    top: 30px; 
    left: 30px;
    font-size: 18px;
    font-family: "Titillium Web" !important;
    font-weight: 300;
    color: #b9bdbe;
    letter-spacing: 0.02em;
  }

  .fp-tableColumnBottom > a {
    position: relative;
    padding-top: 10px;
    left: 30px;
    top: 50px;
  }

.scrollDown{
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translatex(-50%); 
    color: #94fd40;
    font-family: "Titillium Web" !important;
    font-weight: 100;
}

.examples,.about,.contact,.team,.imprint,.fp-slidesNav.bottom{
    display:none
}




.section{
    text-align:center;
    position:relative;
}



.showRespMenu{
    visibility: visible!important;
}

.showRespMenuWrapper{
    opacity: 1!important;
    min-height: 300px!important;
    height: 300px!important;
}

.notVisible{
    visibility: hidden;
    opacity: 0!important;
}

.mr12{
    margin-right: 10px!important;
}

.rotate45{
    -ms-transform: rotate(45deg); /* IE 9 */
    -ms-transform-origin: 20% 40%; /* IE 9 */
    -webkit-transform: rotate(45deg); /* Safari 3-8 */
    -webkit-transform-origin: 20% 40%; /* Safari 3-8 */
    transform: rotate(45deg);
    transform-origin: 20% 40%;
    width: 25.46px!important;
    margin-top:  3px!important;
    margin-bottom:  0px!important;
    margin-left:  3px!important;
    margin-right:  0px!important;
    background-color: #94fd40!important
}

 .rotateMinus45{
    -ms-transform: rotate(-45deg); 
    -ms-transform-origin: 40% 20%; 
    -webkit-transform: rotate(-45deg); 
    -webkit-transform-origin: 40% 20%; 
    transform: rotate(-45deg);
    transform-origin: 40% 20%;
    width: 25.46px!important;
    margin-top: -2px!important;
    margin-bottom: 0px!important;
    margin-left: 1px!important;
    margin-right: 0px!important;
    background-color: #94fd40!important
} 





.navbar-toggle {
    position: fixed;
    float: right;
    top: 0;
    right: 0;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: none;
    border-radius: 4px;
    z-index: 1000;
}

.navbar-toggle .icon-bar {
    display: block;
    background-color: #fff;
    width: 18px;
    height: 2px;
    border-radius: 1px;
    margin-bottom: 5px;
}

#menu-line{
    position:absolute;
    bottom:4px;
    height:1px;
    background:#94fd40;
    opacity: 0;
    transition: opacity .5s ease-in;
    -moz-transition: opacity .5s ease-in;
    -webkit-transition: opacity .5s ease-in;
    -o-transition: opacity .5s ease-in;
}

.displayLine{
    opacity: 1 !important;
}

#menu{
    position:fixed;
    top:0px;
    right:10px;
    height: 60px;
    z-index:70;
    -webkit-font-smoothing:antialiased;
    -moz-font-smoothing:antialiased;
    letter-spacing:1px;
    font-size:16px;
    font-family: "Titillium Web" !important;
    font-weight: 100;
    text-align: center;
    
}

#menu li{
    text-transform: uppercase;
    line-height: 60px;
    vertical-align: middle;
}


#menu a, #menu input{
    color: inherit;
    padding:0 0.8em;
}

.menu-li{
    display:inline-block;
    color: #fff;
    transition: color 0.5s ease;
}

.menu-li:hover{
    display:inline-block;
    color: #94fd40;
}

.menu-active{
}

#menu .icon {
    display: none;
  }

  @media screen and (max-width: 600px) {
    #menu a:not(:first-child) {display: none;}
    #menu a.icon {
      float: right;
      display: block;
    }
  }



#menu-theme-mobile{
    display:none
}

#section-2,#section-3,#section-4,#section-5,#section-6,#section-imprint,#section-about,#section-team,#section-imprint{
    background: transparent;
    width:1200px !important;
}



.cover {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

#myVideo {
    background-attachment: fixed;
    display: block;
    height: auto;
    left: auto;
    max-width: none;
    min-height: 100%;
    min-width: 100%;
    right: auto;
    position: absolute;
    top: 0;
    width: auto;
    z-index: -1;
}




@supports (transform: translateX(-50%)) {

    #myVideo {
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
    }

}

@media screen and (min-aspect-ratio: 16/9){/* Make this the same aspect ratio as your video */

    #myVideo {
        max-width: 100vw;
        min-width: 100vw;
        width: 100vw;
    }

}

@media screen and (max-aspect-ratio: 16/9){/* Make this the same aspect ratio as your video */

    .cover img, .cover video {
        height: 100vh;
        max-height: 100vh;
        min-height: 100vh;
    }

}


@media screen and (max-width:1135px){

    .fp-tableCell{
        font-size:.9em
    }
    

}

@media screen and (max-width:1050px){
    .fp-tableCell{
        font-size:.85em
    }
}


@media screen and (max-width:900px){

    
    #menu{
        text-align:center;
        left:0;
        right:0
    }
    
    #menu-theme-desktop{
        display:none!important
    }
    
    #menu-theme-mobile{
        display:inline-block
    }
    
}

@media screen and (max-width:700px){
    .fp-tableCell{
        font-size:.8em
    }
    
    .my-arrow.left,
    .my-arrow.right{
        display:none
    }
    
    .fp-slidesNav.bottom{
        display:block
    }
}

@media screen and (max-width:630px){
    h1{
        font-size:6.5em
    }
    
    #menu{
        letter-spacing:0;
        font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol'
    }
}

@media screen and (max-width:550px){
    #section-1 h1{
        font-size:6em
    }
    
    h1{
        font-size:5em
    }
    
    .intro p{
        max-width:75%
    }
    
    #download,
    #menu-contact,
    .mobile-hide{
        display:none!important
    }
    
    #fp-nav.right{
        right:7px
    }
}

@media screen and (max-width:380px){
    h1{
        font-size:3.5em
    }
    
    .intro p{
        max-width:85%
    }
    
}

@media only screen and (min-width:551px){
    .mobile-show{
        display:none
    }
}