/* CSS Document */
body { margin: 0px; padding: 0px; background-color: #000; }
.white { background-color: #FFF!important; }
.blue { background-color:#164193; }
.header { display:block; width: 720px; height: 100px; float:left; clear: left; padding: 5px; text-align:center; position: fixed; top: 0px; }
.logo { display: inline-block; width: 90%; height: 100%; background-image: url("/resources/css/images/intersport_wanninger.svg"); background-repeat: no-repeat; background-size: contain; background-position: center center; float:none; }
.wellcome { display:block; width: 720px; height: 80px; float:left; clear: left; padding: 5px; text-align:center; position: fixed; top: 100px; left: 0px; }
.wellcome p { font-size: 55px; line-height: 65px; color: #FFF; } 
.maincontent { display: inline-block; width: 720px; height: 900px; padding: 0px; margin: 0px; overflow: hidden; position: fixed; top: 180px; left: 0px; }

.hero-slider.slider-fullscreen {
    display: inline-block;
    height: 900px!important;
    overflow: hidden !important;
    width: 100%;
    padding: 0%;
}
li.parallax.kenburns { background-repeat: no-repeat!important; }
div.contentfull.grey { width: 100%; padding: 210px 0px 50px 0px!important; text-align: center; }
.flex-direction-nav { display: none; }
.flex-control-nav { display: none; }

/* Container Videos und Bilder */
div#videocontent,
video#myvideo {
    width: 720px; height: 900px; text-align: center;
}
div.nowview {
    display: none;
    opacity: 0;
}

div.view {
   display: block!important;
   width: 720px; height: 900px; padding: 0px; margin: 0px; z-index: 10;
   opacity: 1;
}



.footer { display:block; width: 100%; max-width: 720px; padding: 0px; height: 200px; float:left; clear: left; margin: 0px; text-align:center; position: fixed; bottom: 0px; z-index: 1000000; }
.footer img  { display: block; width: 100%; max-width: 720px;  height: auto; padding: 0px; margin: 0px; position: absolute; top: 0px; left: 0px; }