html, body {
    height: 100%;
}
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}
@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -10%, 0);
        transform: translate3d(0, -10%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -10%, 0);
        transform: translate3d(0, -10%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}
@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}
@keyframes fadeOutDown {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}
.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}
@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}


/*hidden controls preload*/
.vjs-controls-disabled .vjs-control-bar, .vjs-using-native-controls .vjs-control-bar, .vjs-error .vjs-control-bar {
    display: none !important;
}
.vjs-hidden {
    display: none !important;
}
.vjs-hidden {
    display: none !important;
}
/*hidden controls preload*/


.video-holder {
    position: relative;
    height: 70%;
    overflow: hidden;
    background-color: black
}
.video-holder video.video-js {
    display: none
}
.video-holder video::-webkit-media-controls,
.video-holder video::-webkit-media-controls-start-playback-button {
    display: none !important
}
.video-holder .video-start {
    height: 120px;
    width: 120px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -60px;
    margin-left: -60px;
    text-align: center;
    border: 3px solid white;
    border-radius: 120px;
    z-index: 30
}
.video-holder .video-start .start-watching {
    display: block;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    height: 110px;
    width: 110px;
    background-image: url(../images/icons/player-video-play.png);
    background-position: center left 42px;
    background-repeat: no-repeat
}
.video-holder .video-ended {
    height: 160px;
    width: 160px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -80px;
    margin-left: -80px;
    display: none;
    line-height: 154px;
    text-align: center;
    border: 3px solid white;
    border-radius: 160px
}
.video-holder .video-ended .watch-again {
    color: white;
    text-decoration: underline
}
.video-holder div.video-js {
    width: 100% !important;
    height: 100% !important;
    overflow: hidden
}
.video-holder div.video-js video {
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    min-width: 100%;
    min-height: 100%;
    width: auto !important;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    object-fit: cover;
    z-index: 20
}
.video-holder div.video-js .vjs-control-bar {
    background-color: rgba(0, 0, 0, 0.5)
}
.video-holder div.video-js .vjs-control-bar .vjs-control:focus:before,
.video-holder div.video-js .vjs-control-bar .vjs-control:hover:before,
.video-holder div.video-js .vjs-control-bar .vjs-control:focus {
    text-shadow: none
}
.video-holder div.video-js .vjs-control-bar .vjs-slider,
.video-holder div.video-js .vjs-control-bar .vjs-load-progress {
    background-color: rgba(255, 255, 255, 0.2)
}
.video-holder div.video-js .vjs-control-bar button:hover,
.video-holder div.video-js .vjs-control-bar button:focus {
    background-color: transparent;
    border: 0
}
.video-holder div.video-js .vjs-poster {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 30
}
.video-holder div.video-js .vjs-control-bar {
    z-index: 25
}
.video-holder div.video-js.vjs-using-native-controls video {
    -webkit-appearance: none
}
.video-holder div.video-js.vjs-using-native-controls .vjs-poster {
    display: block !important
}
.video-holder div.video-js .vjs-big-play-button {
    display: none !important
}
.video-holder div.video-js.vjs-fullscreen {
    position: fixed !important;
    top: 50% !important;
    right: 0 !important;
    bottom: auto !important;
    left: 0 !important;
    width: auto !important;
    height: auto !important;
    padding-bottom: 56.25%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}
.video-holder div.video-js .vjs-loading-spinner {
    border-color: rgba(0, 0, 0, 0.5)
}
#overlay .video-holder {
    padding-bottom: 56.25%;
    height: auto;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}
#overlay .video-holder div.video-js {
    position: absolute
}
.video-play {
    text-decoration: underline
}
.video-play.pause {
    text-decoration: none;
    opacity: .5
}
.video-mute {
    text-decoration: underline
}
.video-mute.mute {
    text-decoration: none;
    opacity: .5
}
.video-close {
    position: absolute;
    top: 0;
    right: 0;
    height: 60px;
    width: 60px;
    background-color: rgba(0, 0, 0, 0.5);
    background-image: url(../images/icons/icon-close-white.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px auto;
    cursor: pointer
}
@-webkit-keyframes vjs-spinner-fade {
    0% {
        border-top-color: rgba(255, 255, 255, 0.2)
    }
    20% {
        border-top-color: rgba(255, 255, 255, 0.2)
    }
    35% {
        border-top-color: white
    }
    60% {
        border-top-color: rgba(255, 255, 255, 0.2)
    }
    100% {
        border-top-color: rgba(255, 255, 255, 0.2)
    }
}
@-moz-keyframes vjs-spinner-fade {
    0% {
        border-top-color: rgba(255, 255, 255, 0.2)
    }
    20% {
        border-top-color: rgba(255, 255, 255, 0.2)
    }
    35% {
        border-top-color: white
    }
    60% {
        border-top-color: rgba(255, 255, 255, 0.2)
    }
    100% {
        border-top-color: rgba(255, 255, 255, 0.2)
    }
}
@keyframes vjs-spinner-fade {
    0% {
        border-top-color: rgba(255, 255, 255, 0.2)
    }
    20% {
        border-top-color: rgba(255, 255, 255, 0.2)
    }
    35% {
        border-top-color: white
    }
    60% {
        border-top-color: rgba(255, 255, 255, 0.2)
    }
    100% {
        border-top-color: rgba(255, 255, 255, 0.2)
    }
}

.box.scrollable>a.scroll{
    font-family: FreightSansProBold-Regular;
    font-size: .875em;
    line-height: 1.2em;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    color: #0f172b;
    letter-spacing: .25em
}
@media screen and (max-width: 73.6875em) {
    
    .box.scrollable>a.scroll {
        font-size: .9em
    }
}





#perspective {
    width: 100%;
    height: 100%;
    position: relative;
    left: 0px
}
#perspective>#container {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform-origin: 50% 50% 50%;
    -moz-transform-origin: 50% 50% 50%;
    -ms-transform-origin: 50% 50% 50%;
    -o-transform-origin: 50% 50% 50%;
    transform-origin: 50% 50% 50%;
    -webkit-transition: -webkit-transform .4s;
    -moz-transition: -moz-transform .4s;
    transition: transform .4s;
    position: relative;
    left: 0;
    min-height: 100%;
    z-index: 10
}
#perspective>#container>#wrapper {
    position: absolute;
    top: 0;
    left: 0;    
    height: 100vh;
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    background-size: cover;
    background-position: center center
}
#perspective.modalview {
    position: fixed;
    -webkit-perspective: 1500px;
    -moz-perspective: 1500px;
    perspective: 1500px
}
#perspective.modalview>#container {
    position: absolute;
    overflow: hidden;
    cursor: pointer;
    height: 100%;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
#perspective.modalview>#container>#wrapper {
    overflow: hidden
}
@media screen and (min-width: 48em) and (max-width: 73.6875em) {
    #perspective.animate>#container {
        -webkit-transform: translateZ(0px) translateX(30%) rotateY(-50deg);
        -moz-transform: translateZ(0px) translateX(30%) rotateY(-50deg);
        -ms-transform: translateZ(0px) translateX(30%) rotateY(-50deg);
        -o-transform: translateZ(0px) translateX(30%) rotateY(-50deg);
        transform: translateZ(0px) translateX(30%) rotateY(-50deg)
    }
}
@media screen and (min-width: 73.75em) {
    #perspective.animate>#container {
        -webkit-transform: translateZ(0px) translateX(10%) rotateY(-50deg);
        -moz-transform: translateZ(0px) translateX(10%) rotateY(-50deg);
        -ms-transform: translateZ(0px) translateX(10%) rotateY(-50deg);
        -o-transform: translateZ(0px) translateX(10%) rotateY(-50deg);
        transform: translateZ(0px) translateX(10%) rotateY(-50deg)
    }
}
@media screen and (max-width: 47.9375em) {
    #perspective.animate>#container {
        -webkit-transform: translateZ(0px) translateX(50%) rotateY(-70deg);
        -moz-transform: translateZ(0px) translateX(50%) rotateY(-70deg);
        -ms-transform: translateZ(0px) translateX(50%) rotateY(-70deg);
        -o-transform: translateZ(0px) translateX(50%) rotateY(-70deg);
        transform: translateZ(0px) translateX(50%) rotateY(-70deg)
    }
}
#freezer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    display: none
}
#perspective.animate>#container>#freezer {
    display: block
}
#nav {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5
}



#perspective {
    background-color: #fff
}
#perspective #container {
    background-color: #fff
}
#perspective #container #freezer {
    background-color: rgba(0, 0, 0, 0.1)
}
#perspective #nav.open ul>li {
    opacity: 0
}
#perspective #nav.open ul>li:nth-child(1) {
    -webkit-animation: fadeInUp 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
    -moz-animation: fadeInUp 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
    animation: fadeInUp 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
    -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s;
    animation-delay: .1s
}
#perspective #nav.open ul>li:nth-child(2) {
    -webkit-animation: fadeInUp 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
    -moz-animation: fadeInUp 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
    animation: fadeInUp 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
    -webkit-animation-delay: .15s;
    -moz-animation-delay: .15s;
    animation-delay: .15s
}
#perspective #nav.open ul>li:nth-child(3) {
    -webkit-animation: fadeInUp 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
    -moz-animation: fadeInUp 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
    animation: fadeInUp 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    animation-delay: .2s
}
#perspective #nav.open ul>li:nth-child(4) {
    -webkit-animation: fadeInUp 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
    -moz-animation: fadeInUp 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
    animation: fadeInUp 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
    -webkit-animation-delay: .25s;
    -moz-animation-delay: .25s;
    animation-delay: .25s
}
#perspective #nav.open ul>li:nth-child(5) {
    -webkit-animation: fadeInUp 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
    -moz-animation: fadeInUp 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
    animation: fadeInUp 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    animation-delay: .3s
}
#perspective #nav.open ul>li:nth-child(6) {
    -webkit-animation: fadeInUp 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
    -moz-animation: fadeInUp 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
    animation: fadeInUp 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
    -webkit-animation-delay: .35s;
    -moz-animation-delay: .35s;
    animation-delay: .35s
}
#perspective #nav.open ul>li:nth-child(7) {
    -webkit-animation: fadeInUp 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
    -moz-animation: fadeInUp 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
    animation: fadeInUp 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
    -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
    animation-delay: .4s
}
#perspective #nav.open ul>li:nth-child(8) {
    -webkit-animation: fadeInUp 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
    -moz-animation: fadeInUp 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
    animation: fadeInUp 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
    -webkit-animation-delay: .45s;
    -moz-animation-delay: .45s;
    animation-delay: .45s
}
#perspective #nav.open ul>li:nth-child(9) {
    -webkit-animation: fadeInUp 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
    -moz-animation: fadeInUp 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
    animation: fadeInUp 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    animation-delay: .5s
}
#perspective #nav.open ul>li:nth-child(10) {
    -webkit-animation: fadeInUp 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
    -moz-animation: fadeInUp 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
    animation: fadeInUp 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
    -webkit-animation-delay: .55s;
    -moz-animation-delay: .55s;
    animation-delay: .55s
}
#perspective #nav.open ul>li:nth-child(11) {
    -webkit-animation: fadeInUp 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
    -moz-animation: fadeInUp 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
    animation: fadeInUp 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    animation-delay: .6s
}
#perspective #nav.open ul>li:nth-child(12) {
    -webkit-animation: fadeInUp 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
    -moz-animation: fadeInUp 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
    animation: fadeInUp 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
    -webkit-animation-delay: .65s;
    -moz-animation-delay: .65s;
    animation-delay: .65s
}
#perspective #nav.open ul>li:nth-child(13) {
    -webkit-animation: fadeInUp 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
    -moz-animation: fadeInUp 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
    animation: fadeInUp 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
    -webkit-animation-delay: .7s;
    -moz-animation-delay: .7s;
    animation-delay: .7s
}
#perspective #nav.open ul>li:nth-child(14) {
    -webkit-animation: fadeInUp 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
    -moz-animation: fadeInUp 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
    animation: fadeInUp 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
    -webkit-animation-delay: .75s;
    -moz-animation-delay: .75s;
    animation-delay: .75s
}
#perspective #nav.open ul>li:nth-child(15) {
    -webkit-animation: fadeInUp 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
    -moz-animation: fadeInUp 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
    animation: fadeInUp 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
    -webkit-animation-delay: .8s;
    -moz-animation-delay: .8s;
    animation-delay: .8s
}
#perspective #nav.open ul>li:nth-child(16) {
    -webkit-animation: fadeInUp 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
    -moz-animation: fadeInUp 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
    animation: fadeInUp 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
    -webkit-animation-delay: .85s;
    -moz-animation-delay: .85s;
    animation-delay: .85s
}

/*MENU*/

#perspective #nav > ul {display: inline-block;}
#perspective #nav > ul > li > a {display: block; text-transform: uppercase; text-align: center; color: #a4a4a4;}
#perspective #nav > ul > li > a.parent {font-size: 18px; padding: 10px 0 0; border-top: 1px solid #cacaca; margin: 5px 0 0 0;}
#perspective #nav > ul > li > a.hasSub {padding: 20px 0 0;}

#perspective #nav > ul > li:first-of-type > a.parent {border-top: 0;}


#perspective #nav.close ul {
    opacity: 0
}
#perspective.btnMenu {
    /*background-color: #0f172b;*/
}
#perspective.btnMenu #nav {
    padding: 5%;
}
#perspective.btnMenu #nav>div:first-child>a:first-child,
#perspective.btnMenu #nav>div:nth-child(2)>ul:first-child,
#perspective.btnMenu #nav>div:nth-child(2)>ul.special,
#perspective.btnMenu #nav>div.footer {
    display: none
}
#perspective.btnMenu #nav {
    margin: 0 5%;
}
#perspective.btnMenu #nav>div:first-child>a:last-child,
#perspective.btnMenu #nav>div:nth-child(2)>ul:last-child {
    display: none
}
#perspective #nav {
    overflow: hidden
}
#perspective #nav>div:first-child {
    display: none !important
}
#perspective #nav>div:nth-child(2) {
    max-width: 320px;
    overflow: hidden;
    height: calc(100% - 70px);
    width: 40%;
    overflow-y: auto
}
@media screen and (max-width: 47.9375em) {
    #perspective #nav>div:nth-child(2) {
        width: 75%;
        height: 100%
    }
}
@media screen and (max-width: 480px) {
    #perspective #nav > ul > li > a.parent {padding: 5px 0 0;}
}

#perspective #nav>div:nth-child(2)>ul.special {
    margin: 1em 0;
    border-top: 1px solid #ccc
}
#perspective #nav>div:nth-child(2)>ul.special li {
    border-bottom: 1px solid #ccc
}
#perspective #nav>div:nth-child(2)>ul.special li a {
    line-height: 2.3em
}
#perspective #nav>div:nth-child(2)>ul.special li.class-1 a {
    font-family: FreightDispProLight-Italic;
    text-transform: none;
    font-size: 1.55em
}
#perspective #nav>div:nth-child(2)>ul.special li.class-2 a {
    font-family: Freeland;
    text-transform: none;
    font-size: 1.4em
}
#perspective #nav>div:nth-child(2)>ul.special li.class-3 {
    border-bottom: 0;
    margin-top: 1.625em
}
#perspective #nav>div:nth-child(2)>ul.special li.class-3 a {
    display: block;
    background-image: url(../images/icons/menu/120-jahre.png);
    background-position: center left;
    background-size: contain;
    height: 52px;
    background-repeat: no-repeat;
    color: #fff;
    line-height: 38px;
    padding-left: 1em
}


#top {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    transition: background-color 0.5s
}
#top:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    background-color: #ccc;
    display: none
}

#top.is_stuck{
    background-color: white
}
#top.is_stuck:after{
    display: block
}
#top.is_stuck>ul li a{
    color: #0f172b
}


.box.scrollable>.video-holder {
    height: 100%;
    z-index: 10
}
.box.scrollable>.video-holder:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.15)
}
.box.scrollable a.logo {
    position: absolute;
    left: 50%;
    z-index: 20;
    background-image: url(../images/icons/logo-white.png);
    top: 72px
}
@media screen and (min-width: 48em) and (max-width: 73.6875em) {
    .box.scrollable a.logo {
        top: 55px
    }
}
@media screen and (max-width: 47.9375em) {
    .box.scrollable a.logo {
        top: 55px
    }
}
.box.scrollable>div>h1,
.box.scrollable .slideshow .flexslider .flex-caption>div>div>div>h1 {
    color: #fff;
    opacity: 0;
    -webkit-animation: fadeInUp 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.1s forwards;
    -moz-animation: fadeInUp 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.1s forwards;
    animation: fadeInUp 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.1s forwards;
    margin: 0 .5em;
    margin-top: 50px
}
.box.scrollable>div {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 20;
    margin-bottom: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    width: 100%
}
.box.scrollable>a.scroll {
    display: block;
    position: absolute;
    bottom: 2em;
    left: 50%;
    margin-left: -19.5px;
    z-index: 20;
    opacity: 0.6;
}
.box.scrollable>a.scroll:hover {
    opacity: 1
}
@media screen and (max-width: 47.9375em) {
    .box.scrollable>a.scroll {
        overflow: hidden;
        text-indent: 101%;
        white-space: nowrap;
        padding: 0;
        margin-bottom: 1em;
        height: 1.7em
    }
}
@media screen and (max-width: 1024px) {
    #perspective.btnMenu #nav {
        margin: 1% 5%;;
    }
}