@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,400,500,600,700,800');

body {
	font-family: 'Poppins', sans-serif;
	font-size: 10px;
	font-weight: 200;
	color: #999999;
	line-height:14px;
	margin:0;
	background: #e1e1e1;
}

a {
	color:#999999;
	text-decoration:none;
}

a:link {
	color: #999999;
}

a:visited {
	color: #999999;
}

a:hover {
	color: #999999;
}

a:active {
	color: #999999;
} 

.dsgvo {
	position:fixed;
	bottom:20px;
	right:5px;
}

.imprint {
	position:fixed;
	bottom:5px;
	right:5px;
}

.simplePopup {
	display:none;
	position:fixed;
	background: none;
	z-index:3;
	padding:12px;
	max-width:260px;
	max-height:150px;
	min-width:150px;
	min-height:100px;
	bottom:40px;
	right:10px;
}

.simplePopupClose {
	float:right;
	cursor:pointer;
	margin-left:10px;
	margin-bottom:10px;
}

.simplePopupBackground {
	display:none;
	background:#fff;
	position:fixed;
	height:100%;
	width:100%;
	top:0;
	left:0;
	z-index:1;
}

.startimg {
	width: 100%;
}

.player {
	cursor: pointer;
	width: 110px;
	bottom: 5%;
	left: 4%;
	position: fixed;
	z-index: 1000000;
}
