@charset "utf-8";
/* CSS Document */

html,body {
margin: 0;
cursor: url(img/cursor-stripe.jpg), auto;
cursor: default;
}
a {
	color: #fdadec;
}
a:visited { color: #fdadec}
a:hover {
	color: #fc0fc0;

}
#contain {
    position: absolute;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}
#bild {
	object-fit:cover; 
	width: 100%; 
	height: 100%;

}
#video_background {
	object-fit:cover; 
	width: 100%; 
	height: 100%;
   

}
#titel {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 20vh;
    color: white;
    font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 10vw;
    line-height: 10vh;


}
#text {
    position:absolute;
    top: 60vh;
    left: 12%;
    width:auto;
    color: #fdadec;
    font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 5vw;
    text-align: center;
    z-index: 5;
}
    #infolinks {
        position:absolute;
        top: 60vh;
        width: 30%;
        left:42%;
        color: #fdadec;
        font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
        font-size: 2vw;
        text-align:right;
        z-index: 5;
}

#inforechts {
    position:absolute;
    top: 60vh;
    left: 72%;
    width: 50%;
    color: #fdadec;
    font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 2vw;
    text-align:left;
    z-index: 5;
}
.stripes {
    position: absolute;
    object-fit:cover; 
	height: 100%;
}
@media only screen and (orientation: portrait) {

    .stripes {
        display: none;
    }

}