html, body {
	padding:0px;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.start {}

.clear {
	clear: both;
}

.topbar {
	background: #3a5898;
	padding: 10px;
	color: #fff;
}

.topbar .logobox {
	width: 370px;
	float:left;
	text-transform: uppercase;
}

.topbar .logo {
	font-weight: bold;
	font-size:45px;
	display: inline-block;
	margin-bottom: 3px;
	letter-spacing: -1px;
	padding: 25px;
	line-height: 40px;
}

.icon {
	border-radius: 0!important;
	margin-top: 60px;
}

.online {
	color: #2cff00;
}

.onlinegirls {
	width: 380px;
	float:left;
	padding:10px;
	margin-left:80px;
}

.onlinegirls img {
	border-radius: 50%;
}

.topbar .slogan {
	font-size: 13px;
}

.topbar .notiicon {
	width: 50px; 
	float:left;
}

.frontgirl {
	width: 400px; 
	float:left; 
	margin-right:40px;
}

.content {
	width: 500px; 
	float:left; 
	text-align:center;
	font-size:21px;
}

.yellow {
	color: #fced6c;
}

.green {
	color: #3ef669;
}

.wrapper {
	width: 950px;
	margin: 0 auto;
}

.site {
	background: url(img/background.jpg) no-repeat;
	background-size: cover;
	height: 663px;
}

.site_11903 {
	background: url(img/background_11903.jpg) no-repeat;
	background-size: cover;
	height: 663px;
}

.formpadding {
	padding:10px 0 0 580px;
}

.form {
	background: #fff;
	display: inline-block;
	width: 310px;
	box-shadow: 0 0 20px #000;
}

.form iframe {
		width: 610px;
	}

.registertop {
	background: #3a5898;
	padding: 0;
	font-size: 20px;
	text-align: center;
	color: #fff;
}

.registertop strong {
	color: #f1ad73;
}

.framebox {
	padding:20px;
}

.frage, .title {
	font-size: 28px;
	font-weight: bold;
}

.yes, .no, .register {
	padding:15px;
	font-size: 30px;
	width: 200px;
	border:0;
	margin-bottom: 10px;
	color: #fff;
	cursor: pointer;
	border-radius: 5px;
	margin-right: 15px;
	text-transform: uppercase;
}

.yes { background: #51b238; }
.no { background: #ea212d; }

.yes:hover, .no:hover  { box-shadow: 0 0 10px #000; }

.register {
	background: #51b238; /* Old browsers */	
	color: #fff;
	font-weight: bold;
	width: 400px;
}

.loading {
	margin-bottom: 20px;
}

.load1, .load2, .load3, .load4, .result { display: none; margin-bottom: 10px; }

@media only screen and (max-width: 480px) { 

	.topbar .logobox {
		width: 100%;
		float: none;
	}
	
	.topbar .logo {
		font-weight: bold;
		font-size:30px;
		display: inline-block;
		margin-bottom: 3px;
		letter-spacing: -1px;
		padding: 5px 15px;
	}
	
	.onlinegirls {
		width: 100%;
		float:none;
		padding:5px 0 20px 0;
		margin-left:0;
		background: #fff;
		color: #000!important;
	}
	
	.topbar {
		padding: 10px 0 0 0;
	}
	
	.topbar .notiicon {
		width: 50px; 
		float:none;
		position: absolute;
		top:0;
		right: 10%;
	}

	.usermsg {
		font-size: 11px;
	}
	
	.wrapper {
		width: 100%;
		margin: 0 auto;
	}
	
	.frontgirl {
		width: 100%; 
		float:none; 
		margin-right:0;
		display: none;
	}
	
	.frontgirl img {
		width: 100%;
	}
	
	.content {
		width: 100%; 
		float:none; 
		text-align:center;
		font-size:21px;
	}
	
	.yes, .no, .register {
		width: 80%;
	}
	
	.formpadding {
		padding:10px 0 0 0;
	}
	
	.form iframe {
		width: 390px;
		height: 550px!important;
	}
	
	.form {
		background: #fff;
		display: block;
		width: 100%;
		box-shadow: 0 0 10px #666;
		position: absolute;
	}
	
	.footer {
		display: none;
	}
	
	.framebox {
		/*padding:10px 0 20px 20px;*/
	}
	
	.site {
		background: url(img/background.jpg) no-repeat;
		background-size: cover;
		height: 363px;
		top: 900px;
		width: 100%;
position: absolute;
	}
.site .wrapper{
position: absolute;
    top: -785px;
}
	
	.userrowb {
		display: none;
	}
	
	.registertop {
		font-size: 12px;
	}
	
	.registertop br {
		display: none;
	}
	
	.registertop img {
		height: 23px;
	}
	
	.formtopicons {
		padding-top: 5px!important;
	}
	
}

#cookiePopupContainer {
	position: fixed;
	width: 100%;
	z-index: 99999999;
	background: white;
	top:;: 0;

	font-size: 14px;
	line-height: 17px;

	transition: transform, box-shadow;
	transition-duration: 500ms;
	transition-timing-function: cubic-bezier(0,0,0,1), linear;
	transform: translateY(100%);
	-webkit-transform: translateY(100%);
	box-shadow: 0 0 0 rgba(0,0,0,0.075);
}

#cookiePopupContainer.shown {
	transform: translateY(0);
	-webkit-transform: translateY(0);
	box-shadow: 0 2px 3px rgba(0,0,0,0.175);
}

#cookiePopupContainer #cookiePopupCloseButton {
	position: absolute;
	right: 30px;
	top: calc(50% - 10px);
	border-radius: 50%;
	width: 20px;
	height: 20px;
	background-color: lightgray;
	cursor: pointer;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20style%3D%22background-color%3A%20lightgray%3B%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2030%2030%22%3E%3Crect%20width%3D%223%22%20height%3D%2220%22%20x%3D%2213.5%22%20y%3D%225%22%20fill%3D%22%23FFF%22%20rx%3D%221%22%20ry%3D%221%22%3E%3C%2Frect%3E%3Crect%20width%3D%2220%22%20height%3D%223%22%20y%3D%2213.5%22%20x%3D%225%22%20fill%3D%22%23FFF%22%20rx%3D%221%22%20ry%3D%221%22%3E%3C%2Frect%3E%3C%2Fsvg%3E);
}

#cookiePopupContainer #cookiePopupCloseButton:hover {
	background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20style%3D%22background-color%3A%20gray%3B%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2030%2030%22%3E%3Crect%20width%3D%223%22%20height%3D%2220%22%20x%3D%2213.5%22%20y%3D%225%22%20fill%3D%22%23FFF%22%20rx%3D%221%22%20ry%3D%221%22%3E%3C%2Frect%3E%3Crect%20width%3D%2220%22%20height%3D%223%22%20y%3D%2213.5%22%20x%3D%225%22%20fill%3D%22%23FFF%22%20rx%3D%221%22%20ry%3D%221%22%3E%3C%2Frect%3E%3C%2Fsvg%3E);
}

#cookiePopupContainer .cookie-text {
	padding: 15px 00px;
	text-align: center;
	margin-left: calc(10% + 210px);
	margin-right: calc(10% + 210px);
}
.downloadtext {
	font-size: 18px;
}

@media (max-width: 1200px) {
	.downloadtext {
		font-size: 13px;
	}
}

@media (max-width: 1200px) {
	#cookiePopupContainer .cookie-text {
		margin-left: 3%;
		margin-right: calc(3% + 40px);
	}
}

@media (max-width: 1200px) {
	#cookiePopupContainer .cookie-icon {
		display: none;
	}
}

@media print {
	#cookiePopupContainer {
		display: none;
	}
}