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

.steps{
	display:none;
}
.step1{
	display:block;
}

.clear {
	clear: both;
}
.clear.mobile{
	clear: inherit;
}

.inputerror{
	color:red;
	font-size:12px;
}
.error{
	display:none;
	color:red;
	font-size:12px;
}

.dataprot{
	display:flex;
	justify-content: center;
	align-items: center;
}
.dataprot img{
	width:100px;
	margin-right:15px;
}
.dataprot img.safer{
	width:70px;
}
.dataprot strong{
	font-size:18px;
}

.topbar {
	background: url(img/headerbar.jpg) no-repeat;
	background-size: cover;
	padding: 10px;
	color: #fff;
}

.logo {
	width: 370px;
	float:left;
}

.online {
	color: #2cff00;
}

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

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

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

.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;
}

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

.formpadding {
	text-align:center;
	padding:10px 0px;
}

.card{
	margin-bottom:15px;
}
.card-header{
	background:#f0f0f0;
	border:1px solid #d5d5d5;
	padding:10px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	font-size:14px;
	font-weight:bold;
	margin:0;
}
.card-body{
	padding:0px 15px;
	background:#fff;
	height:110px;
	overflow:auto;
	border:1px solid #d5d5d5;
}

.form iframe {
	width: 610px;
}
	
.framebox {
	padding:20px;
}

.framebox .col-xs-12{
	float:none;
	margin-top:10px;
}
.framebox .btn, .framebox .btn:hover, .framebox .btn:focus, .framebox .btn:active{
	background:#7da424;
	border:1px solid #7da424;
	font-weight: bold;
	font-size: 18px;
}

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

.registertop strong {
	color: #7da424;
}

.step3 .checks{
	font-size:18px!important;
}

.footer{
	text-align:center;
	padding:25px;
}
.footer a{
	color:#000;
}


form .tel_input{
	position:relative;
}
form .tel_input .placehold_tel{
	position:absolute;
	padding:7px 12px;
	font-size:14px;
    line-height: 1.42857143;
    display:block;
    color:#555;
    padding-right:0;
}
form .tel_input input[id="tel"]{
	padding-left:36px;
}



.mobile{
	display:none;
}

.card-body .mobilewidth{
    width: 100%;
    margin-left: -2px;
    margin-top: 2px;
    margin-bottom: 1px;
}
.step1 input[type=checkbox]{
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 10px;
    margin-top: 3px;
}
.step1 .checkbox input + small{
	display:block;
	padding-left:10px;
}

@media only screen and (max-width: 480px) { 
	
	.dataprot{
		display:flex;
		justify-content: center;
		align-items: center;
	}
	.dataprot img{
		width:100px;
	}
	.dataprot strong{
		font-size:16px;
	}
	
	#datenschutz .mobilewidth, #agb .mobilewidth, #impressum img, #nutzungsbedingungen img, #widerruf img{
		width:100%!important;
	}
	
	.card-body .mobilewidth{
		width:100%;
		margin-left:0px;
	}
	
	.clear.mobile{
		clear:both;
	}
	
	
	.desktop{
		display:none;
	}
	.mobile{
		display:block;
	}

	.col-md-8{
		width:66.66666667%;
		float:left;
	}
	.col-md-4{
		width:33.33333333%;
		float:left;
	}
	
	.step3 .checks{
		font-size:14px!important;
	}
	.step3 .col-md-8{
		width:100%;
		padding:0;
	}
	.step3 .col-md-4{
		width:100%;
		padding:0;
		margin-top:220px;
	}
	
	.topbar{
		padding:0;
	}
	.topbar.mobile{
		position:absolute;
		left:0;
		margin-top:25px;
		width:100%;
	}
	.topbar.mobile .logo{
		padding:15px;
	}
	.topbar.mobile .onlinegirls img{
		width:100%;
		padding-bottom:15px;
		margin-right:10px;
		border:2px solid #fff;
	}
	
	.registertop{
		font-size:17px!important;
	}
	
	.onlinegirls table{
		font-size:12px;
		width:300px;
		margin:0 auto;
	}
	.onlinegirls table tr{
		margin-bottom:10px;
	}
	.onlinegirls img{
		width:35px;
		padding-bottom:15px;
		margin-right:10px;
	}
	.onlinegirls table strong{
		display:block;
		margin-top:-5px;
		margin-bottom:-20px;
		margin-right:15px;
	}
	.onlinegirls table td{
		width:auto!important;
		margin-right:15px;
	}

	.topbar .logobox {
		width: 100%;
		float: none;
	}
	
	.onlinegirls {
		width: 100%;
	    float: none;
	    padding: 10px 0 10px 0;
	    margin-left: 0;
	    color: #000!important;
	    left: 0;
	    z-index: 1030;
	    background: #fff;
	    margin-top: 10px;
	}
	
	.topbar .notiicon {
		width: 50px; 
		float:none;
		position: absolute;
		top:0;
		right: 10%;
	}
	
	.logo {
		float: none;
		text-align: center;
		width: 100%;
	}
	
	.logo img {
		width: 80%;
		margin-top:-7px;
		margin-bottom:-15px;
	}

	.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:50px 0px;
		padding-top:0;
	}
	
	.form iframe {
		width: 100%!important;
		height: 550px!important;
	}
	
	.form {
		display: block;
		width: 100%;
		box-shadow: 0 0 10px #666;
	}
	.form.regonly{
		width:100%!important;
	}
	
	.framebox {
		padding:20px 20px 20px 20px;
	}
	.form.regonly .framebox{
		padding:20px 20px 20px 20px!important;
	}
	.form.regonly .step3 .form-group .col-md-4{
		margin-top:0;
		width:33.333333%;
		float:left;
	}
	.form.regonly .step3 .form-group .col-md-4.hnr{
		padding-left:10px;
	}
	.form.regonly .step3 .form-group .col-md-4.plz{
		padding-right:10px!important;
	}
	.form.regonly .step3 .form-group .col-md-8{
		width:66.66666667%;
		float:left;
	}
	.form.regonly .step3 .form-group .col-md-6{
		width:50%;
		float:left;
	}
	.form.regonly .step3 .form-group .col-md-6:first-child{
		padding-left:0;
		padding-right:5px;
	}
	.form.regonly .step3 .form-group .col-md-6:last-child{
		padding-right:0;
		padding-left:5px;
	}
	.form.regonly .step3 .row{
		margin:0;
	}
	
	.site {
		background: url(img/background.jpg) no-repeat;
		background-position: center top;
		background-size: cover;
		height: 100%;
		position: relative;
		width: 100%;
	}
	
	.footer{

		z-index:9999;
		background:#fff;

	}
	
}