@charset "UTF-8";
@import url("../webfonts/roboto_condensed_v25_latin_regular/stylesheet.css");
@import url("../webfonts/roboto_condensed_v25_latin_300/stylesheet.css");
/* CSS Document */

body, html {
    height: 100%;
    margin: 0;
    /* overflow: hidden; */
    font-family: "roboto condensed v25 latin 300";
}

#video-container {
    position: relative;
    width: 100%;
    height: 100vh;
}

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

#exit-button {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	border: 0px;
	padding: 20px;
	background-color: #FFF;
	position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
}
.p {
}
.bold_impressum {
}
