html, body {
	font-family: 'Open Sans', sans-serif;
	background-color: transparent;
}

.btn{
	background: #7da424;
	border-radius: 35px;
	color: #000;
	padding: 12px;
	display: block;
	text-align: center;
	font-weight: bold;
	width:100%;
	color:#fff;
	margin-top:20px;
	white-space: normal;
}
.btn:hover, .btn:focus, .btn:active{
	color:#fff;
}
.btn.small{
	width:auto;
	padding:10px 50px;
}
.btn-modal{
	width:auto;
	padding:6px 12px;
	float:right;
	margin:0;
}

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

.thanks .btn-full{
	background:#7da424;
	width:100%;
	color:#fff;
	font-weight:bold;
	border:none;
	font-size:18px;
	padding:15px;
}
.thanks.maincontent{
	margin-top:0px;
	text-align:center;
	margin-bottom:50px;
}
.thanks.maincontent .start-toptext h4{
	line-height:26px;
}


.thanks .boxcontent{
	padding:50px 25px;
}
.thanks .boxcontent .text{
	text-align:left;
}
.thanks .boxcontent img{
	height:300px;
	object-fit:cover;
}


.overlay.portal-form{
	position:fixed;
	left:0;top:0;
	background:rgba(0,0,0,0.6);
	width:100%;height:100%;
	z-index:9999;
	display:none;
}
.overlay.portal-form .wrap{
	position:absolute;
	left:0;right:0;top:0;bottom:0;
	margin:auto;
	display:flex;
	justify-content: center;
	align-items: center;
}
.overlay.portal-form .box .success{
	display:none;
}
.overlay.portal-form .box{
	background:#fff;
	padding:25px;
	border-radius:10px;
	border:5px solid #c7298d;
	max-width:500px;	
	position:relative;
}
.overlay.portal-form .box .close{
	position:absolute;
	right:-10px;
	top:-10px;
	background:#fff;
	width:35px;
	height:35px;
	line-height:31px;
	text-align:center;
	font-size:18px;
	border-radius:50%;
	opacity:1;
	border:1px solid #c7298d;
	float:none;
	font-weight:normal;
}
.overlay.portal-form .box h2{
	font-size:20px;
	margin-bottom:30px;
}
.overlay.portal-form .box .left{
	padding-left:0;
}
.overlay.portal-form .box .right{
	padding-right:0;
}
.overlay.portal-form .box .mid{
	padding:0;
}
.overlay.portal-form .box .btn{
	background: #1c3e3f;
	border-radius: 35px;
	color: #000;
	padding: 12px;
	display: block;
	text-align: center;
	font-weight: bold;
	width:100%;
	color:#fff;
	margin-top:20px;
}





.body-background {
	background: url(images/background.jpg) no-repeat;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 100%;
	width:100%;
	position:fixed;
	z-index:-1;
}

.body-user {
	height: 100%;
}

.topbar {
    background: url(images/headerbar.jpg) no-repeat;
    background-size:cover;
	box-shadow: 0 0 10px #ccc;
	padding: 10px;
	color: #c7298d;
	font-size: 25px;
}
.topbar .hotline{
	color: #fff;
	font-size: 14px;
}

.topbar img{
	width:300px;
}

.topbar a {
	color: #fff;
}

.regform {
	background: #fff;
	box-shadow: 0 0 10px #ccc;
	padding: 0;
}

.boxtitle {
	color: #1c3e3f;
	font-weight: bold;
	padding: 20px 25px;
	font-size: 22px;
	border-bottom: 1px solid #ccc;
	text-transform: uppercase;
}

.boxcontent {
	padding: 25px;
}

.boxfooter {
	padding: 15px 25px;
	background: #1c3e3f;
	color: #fff;
}

.boxfooter a {
	font-weight: bold;
	color: #fff;
	text-decoration: underline;
}

.clear {
	clear: both;
}

.maincontent {
	margin-top: 150px;
}

.start-toptext h1, .register-toptext h1 {
	color: #1c3e3f;
	font-size: 54px;
	font-weight: 300;
}
.start-toptext h1 strong{
	text-transform: uppercase;
}

.register-toptext {
	margin: 50px 0;
}

.btn-only-border {
	background:#fff;
	border: 1px solid #7da424;
	color: #7da424;
	display: inline-block;
	padding: 10px 40px;
	text-decoration: none;
}

.btn-only-border:hover {
	text-decoration: none;
	color: #7da424;
}

.footer {
	font-size: 11px;
	color: #000;
	margin-top: 50px;
	margin-bottom: 50px;
	padding: 0!important;
}

.footer a {
	color: #000;
}

.usermenue {

	padding-right: 0;
	min-height: 900px;
	margin-top:25px;
}

.menue-title {
	font-weight: bold;
	border-bottom: 1px solid #dc87b6;
	padding: 10px;
	margin-bottom: 10px;
}

.menue-title .fa {
	position: absolute;
	right: 15px;
	margin-top: -15px;
	display: none;
}

.usermenue a, .usermenue span {
	display: block;
	background: #1c3e3f;
	color: #fff;
	text-decoration: none;
	padding: 10px;
	margin-bottom: 10px;
}
.usermenue a{
	font-weight:bold;
}
.usermenue a:hover{
	text-decoration: underline;
}

.usercontent {
	padding: 25px;
}

.usercontent h2 {
	color: #1c3e3f;
	font-weight: 300;
	margin-top:0;
}

.height100 {
	height: 100%;
}

.nomargin {
	margin: 0;
}

.userPromoBox {
	margin-bottom: 28px;
}

.userPromoBoxContent {
	padding: 15px;
	background: #fff;
	box-shadow: 0 0 10px #ccc;
	position:relative;
}

.userPromoBoxContent img {
	margin-bottom: 10px;
	height:200px;
	width:100%;
	object-fit:cover;
}

.promo-boxtitle {
	text-align: center;
	padding: 0px;
	padding-bottom:15px;
	font-weight: bold;
	display: block;
	font-size:14px;
}

.promo-btn {
	background: #7da424;
	border: 1px solid #7da424;
	border-radius: 35px;
	color: #fff;
	padding: 6px;
	display: block;
	text-align: center;
	font-weight: bold;
}
.promo-btn:hover{
	color:#fff;
}

.userPromoNotification {
    display: inline-block;
    background: red;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
    position: absolute;
    font-weight: bold;
    border-radius: 50%;
	right:0;top:0;
    font-size: 21px;
    line-height: 40px;
}













/* Portale */

.portal_img img{
	width:100%;
}
.portal input, .portal input:hover, .portal input:active, .portal input:focus{
	outline:none;
}
.portal .stprice{
	margin:0;display:inline-block;
	padding:15px;
	width:50%;
	float:left;
	background:#eee;
	text-align:center;
}
.portal .deprice{
	margin:0;font-weight:900;display:inline-block;padding:15px;
	background:#1c3e3f;
	color:#fff;
	text-align:center;
	width:50%;
	float:left;
}

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





.webinar-video video{
	width:100%;
}
.webinar img{
	width:100%;
	height:120px;
	object-fit:cover;
}
.webinar .btn{
	background: #7da424;
	border-radius: 35px;
	color: #000;
	padding: 6px;
	display: block;
	text-align: center;
	font-weight: bold;
	width:100%;
	color:#fff;
	margin-top:10px;
}
.webinar .promo-boxtitle{
	font-size:13px;
}
.webinar a{
	text-decoration: none;
}





.tipps .promo-boxtitle{
	font-size:12px;
}
.tipps .btn{
	background: #7da424;
	border-radius: 35px;
	color: #000;
	padding: 6px;
	display: block;
	text-align: center;
	font-weight: bold;
	width:100%;
	color:#fff;
	margin-top:10px;
}
























.userPromoBox .time_left span{
	font-size: 12px;
    line-height: normal;
    display: block;
    margin-top: 10px;
}
.userPromoBox .time_left{
	background:rgba(100, 100, 100, 1);
	width:100%;height:50px;
	position:absolute;
	left:0;right:0;bottom:0;
	margin:auto;
	text-align:center;
}
.userPromoBox .time_left .mid{
	position:absolute;
	left:0;right:0;top:0;bottom:0;
	margin:auto;
	width:100%;
	height:50px;
	color:#fff;
	padding:10px;
}

.userPromoBox .time_left .mid.timer{
	height:50px;
}
.userPromoBox .time_left .mid.timer span{
	font-size:12px;
	margin-top:-4px;
	text-align:center;
	float:none;
	width:auto;
	line-height:normal;
}
.userPromoBox .time_left .mid.timer strong{
	font-size:20px;
	display:block;
	margin-top:-4px;
	line-height:normal;
}

.userPromoBox .time_left .mid.small{
	height:50px;
}
.userPromoBox .time_left .mid.small .fa{
	font-size:30px;
}

.userPromoBox .time_left .mid img{
	width:20%;
	border:none;
	box-shadow:none;
	float:right;
	margin-top:-5px;
}
.userPromoBox .time_left .mid span{
	font-size:11px;
	margin-top:2px;
	text-align:left;
	float:left;
	width:60%;
	line-height:normal;
}



.smsalibi textarea{
	max-width:100%;
	min-width:100%;
	max-height:200px;
}


.flex-box{
	display:flex;
	justify-content: center;
	align-items: center;
	margin-top:15px;
	margin-bottom:15px;
}
.email-icon img{
	width:100%;
}
.first_email{
	width:67%;
	display:inline-block;
}
.last_email{
	display:inline-block;
	font-weight:bold;
	font-size:18px;
	margin-top:3px;
	margin-left:10px;
}





.mobile{
	display:none;
}


.alert{
	text-align:center;
}



.gauge:before{
	border-color:transparent!important;
    background: url(images/circle.png);
    background-size: contain;
    border:none!important;
    transform: scale(-1, 1);
}
.gauge .gauge-arrow{
	transform: rotate(-90deg);
}
















#siteregform{
	text-align:left;
	min-height:300px;
}
#siteregform label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    font-size:12px;
}
#siteregform .btn {
    display: inline-block;
    width: 100%;
    padding: 12px;
    margin-bottom: 0;
    font-size: 16px;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    margin: 0 auto;
    margin-top:10px;
    box-sizing: border-box;    
    background: #51b238!important;
	color:#fff;
}
#siteregform .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    box-sizing: border-box;  
}
#siteregform .inputerror{
	font-size:12px;
	color:red;
}
#siteregform .checkbox{
	margin-top:10px;
}
#siteregform .checkbox span{
	font-size:12px;
}
#siteregform .form-group{
	margin-bottom:15px;
}

.formSelectBox {
	width: 33.333333%; 
	float:left;
}





#flirt-daten .col-md-6{
	width:50%;
	float:left;
}





.ft .testbox{
	padding:10px;
	border:1px solid #1c3e3f;
	color:#1c3e3f;
	font-size:14px;
	font-weight:normal;
	margin-bottom:10px;
	cursor:pointer;
}
.ft .testbox:hover{
	background:#1c3e3f;
	color:#fff;
}
.ft .q{
	width:100%;
	display:block;
	border:1px solid #1c3e3f;
}
.ft .q .head{
	padding:10px;
	border-bottom:1px solid #1c3e3f;
	font-size:18px;
}
.ft .q .body{
	padding:20px;
}
.ft .q .body label{
	font-weight:normal;
	margin-bottom:0;
	width:80%;
}
.ft .q input[type="radio"]{
	width:25px;
	height:25px;
	margin-right:15px;
	margin-top:0;
}
.ft .q .quest{
	margin-bottom:15px;
	margin-top:15px;
	font-size:16px;
	display:flex;
	align-items: center;
}
.ft .q .quest:first-child{
	margin-top:0;
}
.ft .q .btn{
	width:auto;
	padding:10px 50px;
}
.ft .q.steps{
	display:none;
}








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

	.formSelectBox {
		width: 33.333333%; 
		float:left;
	}
	
}

.form{
	margin:0 auto;
	margin-top:35px;
}
.col-md-12{
	text-align:center;
}
.card-body{
	height:150px;
}



.global-loading{
	padding:25px;
	padding-bottom:0;
}










@media only screen and (max-width:480px){
	
	.form.regonly{
		margin-top:5px;
		box-shadow:none;
	}
	.topbar.mobile{
		background:none;
		box-shadow:none;
		position:relative;
		padding:0;
		margin-top:-25px;
	}
	.onlinegirls table{
		width:100%;
	}
	.step3 .col-md-4.allreg{
		margin-top:0;
	}
	.footer{
		background:transparent;
	}
	.registertop{
		font-size:15px!important;
	}
	
	#datenschutz .mobilewidth, #agb .mobilewidth, #impressum img{
		width:100%!important;
	}
	
	.btn.small{
		padding:10px;
		width:100%;
	}
	
	.flex-box{
		display:block;
	}
	.email-icon{
		text-align:center;
	}
	.email-icon img{
		width:150px;
		margin:0 auto;
		margin-bottom:25px;
	}
	
	
	.mobile{
		display:block;
	}
	
	.showmobilemenu{
		display:inline-block;
		width:auto;
		border-radius:4px;
		padding:10px;
		position:absolute;
		top:8px;
		right:10px;
		margin-top:0;
	}
	.showmobilemenu .icon-bar{
		display: block;
	    width: 22px;
	    height: 2px;
	    border-radius: 1px;
	    background:#fff;
	    margin-bottom:4px;
	    margin-top:4px;
	}
	
	.body-user .topbar{
		text-align:left;
	}
	.topbar img{
		width:200px;
	}
	
	.usermenue{
		padding-right:15px;
		margin-top:15px;
	}
	
	.btn-only-border{
		padding:10px;
		font-size:12px;
	}
	.boxtitle{
		font-size:17px;
	}
	
	.maincontent {
		margin-top: 10px;
	}
	
	.regform {
		margin-top: 30px;
	}
	
	.start-toptext h1 {
		font-size: 23px;
	}
	.start-toptext h1 strong{
		font-size:29px;
		display:block;
	}
	
	.register-toptext h1 {
		font-size: 20px;
	}
	
	.register-toptext {
		margin: 20px 0;
	}
	
	.usermenue {
		min-height: inherit;
	}
	
	.menuelinks {
		display: none;
		padding-bottom:10px;
	}
	
	.menue-title .fa {
		display: block;
	}
	
	.userPromoBox{
		padding:0;
	}
	.userPromoNotification {
		margin: 20px 0 0 255px;
	}
	.usercontent{
		padding:15px;
	}
	.usercontent h2{
		margin-top:0px;
		font-size:21px;
	}
	.usercontent.portal .portal_img{
		margin-bottom:15px;
	}
	.portal .stprice, .portal .deprice{
		font-size:12px;
	}


	.overlay.portal-form .box{
		max-width:95%;
	}
	.overlay.portal-form .box .left{
		padding-right:5px;
	}
	.overlay.portal-form .box .right{
		padding-left:5px;
	}
	.overlay.portal-form .box .mid{
		padding-left:5px;
		padding-right:5px;
	}
	.overlay.portal-form .box .col-md-8{
		width:66.666666%;
		float:left;
	}
	.overlay.portal-form .box .col-md-4{
		width:33.33333%;
		float:left;
	}
	
	.ft.usercontent{
		padding:0;
	}

	
}