/* overgang */
@font-face {
    font-family: Graphik;
    src: url(../fonts/GraphikWeb-Regular.ttf);
}

body {
font-family: 'Work Sans', sans-serif;
font-size: 2vw;
-webkit-text-size-adjust: 100%;
background-color: #ECECEC;
-webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}

#container {
	position: relative;
	top: 2vh;
	
}

#frametainer {
	position: relative;
    top:1vh;
	margin: 0 auto;
	display: block;
	border-style: none;
	
	width: 77vw;
	height: calc((77vw/16)*9);
	/* max-width: 1680px; 
    max-height: 946px; */
	/*max-width: 1380px; 
    max-height: 776.25px;
	 max-width: 1120px; 
    max-height: 630px; 
	*/
}

#bannertext {
	font-size: 5vw;
	font-weight: 600;
	/* font-style: normal; */
	text-align: center;
}

#logo {
	width: 10%;
	height:auto;
}