/* .radioBtn */
/* { */
	/* width: 250px !important; */
	/* height: 250px !important; */
	/* background: #FFFFFF  !important; */
	/* box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.25)  !important; */
/* } */

/* ----------- iPhone X ----------- */

.multi-step-form{
	background-color: #D4DCE1;
	overflow: hidden;
}

.rwContainer{
    margin-top: 5%;
	padding-top: 58px;
	margin-bottom: 0;
    text-align: left;
    position: relative;
    /*max-width: 1080px;*/
    margin: auto;	
}

#rwIcon{
    background: rgba(255,255,255,0);
}

.registerFormControl{
    width: 90%;
	margin-left: 5%;
}

.frage100{

}

.WhiteTransparent{
	background: rgba(255,255,255,0.85)!important; 
}

.WhiteRoundedCorner{
	background: rgb(255,255,255)!important;
	border-radius: 30px 30px 30px 30px!important;
}
.spanBtnSuccess{
	display: block;
	font-size: 20px;
	color: #004F9F;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% );
	font-weight: 500;
	line-height: 28px;
	letter-spacing: 0em;
}


.titelCard{
	width: 80% !important;
    margin: 0 auto !important;
}


.backBtn{
	z-index: 1000;
}

.inaktive{
	display: none;
}

.frage-icons{
	font-size: 50px;
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translate( -50% );
}

.center{
	text-align: center;
	margin: auto!important;
}
.oneCol{
	width: 100% !important;
}

.twoButton{
	display: flex;
	margin: 24px;
    justify-content: space-between;	
}

.threeButton{
	display: flex;
	margin: 24px;
    justify-content: space-between;	
}

.threeItems{
	display: flex;
}

.radioBtnFrame30{
	margin: auto;
    margin-bottom: 24px;
	width: 30%;
}	

.radioBtnFrame40{
	margin: auto;
    margin-bottom: 24px;
	width: 40%;
}


.gelb{
	color: #ff6602;
}

.blau{
	color: #004F9F;
	clear: both;
}

.absolute{
	position: absolute;
}

.border{
	padding: 2% 0;
	border: 1px solid grey;
	box-shadow: 0px 0px 60px rgba(0.25, 0.25, 0.25, 0.25);
}

.padding-top-footer{
	padding-top: 5%
}

.FormH1{
	font-family: Roboto;
	color: #2D2D2D;
	font-weight: bold;
	font-size:36px;
	line-height:2em;
	padding: 12% 0 5% 0;
}

.FormH2{
	font-family: Roboto;
	color: #2D2D2D;
	font-weight: bold;
	font-size:32px;
	line-height:1.8em;
	margin-top: 18px!important;
}

.FormH4{
	font-family: Roboto;
	color: #2D2D2D;
	font-size:14px;
	text-align: left;
	line-height: 1.2em; 
	font-weight: 300; 
	
}

.footerText{
	font-family: Roboto;
	color: #2D2D2D;
	font-size: 14px;
	text-align: center;
	margin-bottom: 24px;
}

.datenschutzBtn{
	padding: 5% 0;
}

#datenschutzBtnText{
	max-width: 35%;
    margin: auto;
    background: #ff6602;
    color: white;
    border-radius: 50px;
    padding: 1.5% 0;
    margin-bottom: 5px;
    height: 52px;
    width: 260px;
    font-size: 24px;
    font-weight: 300;
    text-align: center;
}


/*
 *
BALKEN
 * 
 */
.balken{
	border: 10px solid #ff6602;
}

.b10{
	height: 5px;
	background-color: #ff6602;
	max-width: 10%;
}

.b20{
	height: 5px;
	background-color: #ff6602;	
	max-width: 20%;
}

.b30{
	height: 5px;
	background-color: #ff6602;	
	max-width: 30%;
}

.b40{
	height: 5px;
	background-color: #ff6602;	
	max-width: 40%;
}

.b50{
	height: 5px;
	background-color: #ff6602;
	max-width: 50%;
}

.b60{
	height: 5px;
	background-color: #ff6602;	
	max-width: 60%;
}
.b70{
	height: 5px;
	background-color: #ff6602;	
	max-width: 70%;
}
.b80{
	height: 5px;
	background-color: #ff6602;	
	max-width: 80%;
}
.b90{
	height: 5px;
	background-color: #ff6602;	
	max-width: 90%;
} 
.b100{
	height: 5px;
	background-color: #ff6602;	
	max-width: 100%;
}

/***/
/** RADIO FRAGEN **/
/***/


input[type="radio"]{
	display: none;
}

.radioBtn3{
	max-width:30% !important;
	margin: 0 10px !important;
}

.radioBtnLab{
	font-family: Roboto;
	color: #FFFFFF;
	font-weight: bold;
	font-size:24px;
	line-height:1.8em;	
	align-items: center;
	justify-content: center;
	background-color:#ff6602;
	padding: 24px;
	display: block;
    text-align: center;	
}

#Register1{
	background-color:#ffba00;
}

#Register1:hover {
    border: 1px inset #aaa;
    opacity: 0.50;
    cursor: pointer;
}

#Register1:active:hover {
    opacity: 0.50;
    cursor: pointer;
}

.iconBtn{
	font-size: 50px;
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%,-80% );
}

label > .spanBtn{
	font-size: 20px;
	color: #004F9F;
	position: absolute;
	top:60%;
	left:50%;
	transform: translate(-50% );
	font-weight: 500;
	line-height: 28px;
	letter-spacing: 0em;
	text-align: center;
}


/***/
/** TEXT FRAGEN **/
/***/

.textFrage{
	height: auto;
	max-width: 500px;
	border-radius: 0px;
	display: flex;
    margin: 20px auto;
}

.singel-text-input{
	font-family: Roboto;
	color: #FFFFFF;
	font-weight: bold;
	font-size:18px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color:#ff6602;
	padding: 24px;
	min-width:350px;
}


.text-input{
	background: #FFFFFF;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
	font-size: 18px;
    padding: 8px 5px !important;
}

.email-input{
	width: 100%;
	max-width: 100%;
}

.padding-top-vorname{
	padding-top: 20%;
}

.padding-top-nachname{
	 padding-top: 3%;
}

.name-text{
	background: #FFFFFF;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
	position: relative;
	font-size: 18px;
	 padding: 14px !important;
}

#nameNextBtn{
	top: 6%
	margin-top: 2%;
}

.nextbtn{
	display: block;
    position: relative;
    width: 204px;
    top: 55%;
    left: 50%;
	font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size:24px;
    line-height:1.8em;
    text-align: center;
    color: #FFFFFF;
    transform: translate(-50% );
    background-color:#ffba00;
	border: none;
	z-index: 100;
	padding: 10px;
}

/* Change background color of buttons on hover */
.nextbtn:hover {
    opacity: 0.50;
    cursor: pointer;	
}

.nextbtn:active:hover {
	opacity: 0.50;
    cursor: pointer;;
}

.radioBtnLab:hover {
    background-color: #96A9B1;
    cursor: pointer;;
}

.radioBtnLab:active:hover {
    background-color: #96A9B1;
    cursor: pointer;;
}

.radioBtnLabFix:hover {
    background-color: #96A9B1;
    cursor: pointer;;
}

.radioBtnLabFix:active:hover {
    background-color: #96A9B1;
    cursor: pointer;;
}


.nextbtnForm{
	display: block;
    position: relative;
    width: 204px;
    height: 40px;
    left: 50%;
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    transform: translate(-50% );
    border-color: #ff6602;
    border-radius: 52px !important;
    background: #ff6602;
	z-index: 100;
}

.nextbtnForm:hover {
    border: 1px inset #aaa;
    opacity: 0.50;
    cursor: pointer;;
}

.nextbtnForm:active:hover {
    background-color: #aaa;
    cursor: pointer;;
}

/*
 * info text 
 * 
 */

.info-text{
	text-align: center;
	position: absolute;
	top: 59%;
	left: 50%;
	transform: translate( -50% );
}

.check_icon{
	width: 60px;
	height: 60px;	
	text-align: center;
	background-image: url(/wp-content/plugins/multi-step-form-KS/images/check_icon.png);
	background-repeat: no-repeat;
	background-size: cover;
	margin: auto;
	margin-bottom: 20px;
}

.check_icon_small{
	float: left;
	width: 20px;
	height: 20px;	
	text-align: center;
	background-image: url(/wp-content/plugins/multi-step-form-KS/images/check_icon_small.png);
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 20px;
    margin-right: 5px;	
}

.exit_icon{
	width: 60px;
	height: 60px;	
	text-align: center;
	background-image: url(/wp-content/plugins/multi-step-form-KS/images/exit_icon.png);
	background-repeat: no-repeat;
	background-size: cover;
	margin: auto;
	margin-bottom: 20px;
}

.question_icon{
	width: 60px;
	height: 60px;	
	text-align: center;
	background-image: url(/wp-content/plugins/multi-step-form-KS/images/question_icon.png);
	background-repeat: no-repeat;
	background-size: cover;
	margin: auto;
	margin-bottom: 20px;
}

.wallet_icon{
	width: 60px;
	height: 60px;	
	text-align: center;
	background-image: url(/wp-content/plugins/multi-step-form-KS/images/wallet_icon.png);
	background-repeat: no-repeat;
	background-size: cover;
	margin: auto;
	margin-bottom: 20px;
}

.pause_icon{
	width: 60px;
	height: 60px;	
	text-align: center;
	background-image: url(/wp-content/plugins/multi-step-form-KS/images/pause_icon.png);
	background-repeat: no-repeat;
	background-size: cover;
	margin: auto;
	margin-bottom: 20px;
}

.coins_icon{
	width: 60px;
	height: 60px;	
	text-align: center;
	background-image: url(/wp-content/plugins/multi-step-form-KS/images/coins_icon.png);
	background-repeat: no-repeat;
	background-size: cover;
	margin: auto;
	margin-bottom: 20px;
}

.invoice_icon{
	width: 60px;
	height: 60px;	
	text-align: center;
	background-image: url(/wp-content/plugins/multi-step-form-KS/images/invoice.png);
	background-repeat: no-repeat;
	background-size: cover;
	margin: auto;
	margin-bottom: 20px;
}

/* Portrait and Landscape */
@media only screen and (max-width: 480px) { 
	.FormH1{
		font-family: Roboto;
		color: #2D2D2D;
		font-weight: bold;
		font-size:28;
		line-height:2em;
		padding: 12% 0 5% 0;
	}

	.FormH2{
		font-family: Roboto;
		color: #2D2D2D;
		font-weight: bold;
		font-size:24px;
		line-height:1.8em;
		margin-top: 18px!important;
	}

	.FormH4{
		font-family: Roboto;
		color: #2D2D2D;
		font-size:10px;
		text-align: left;
		line-height: 1.2em; 
		font-weight: 300; 
		
	}

	.footerText{
		font-family: Roboto;
		color: #2D2D2D;
		font-size: 10px;
		text-align: center;
		margin-bottom: 24px;
	}
	
	#datenschutzBtnText {
		max-width: 70%;
		font-size: 16px;
		padding-top: 5%;
	}		

	.twoButton{
		display: block;
		margin: 16px;
		justify-content: space-between;	
	}

	.threeButton{
		display: block;
		margin: 16px;
		justify-content: space-between;	
	}

	.threeItems{
		display: block;
	}

	.radioBtnFrame30{
		margin: auto;
		margin-bottom: 16px;
		width: 100%;
	}	

	.radioBtnFrame40{
		margin: auto;
		margin-bottom: 16px;
		width: 100%;
	}	
	
	.radioBtnLab{
		font-family: Roboto;
		color: #FFFFFF;
		font-weight: bold;
		font-size:20px;
		line-height:1.8em;	
		align-items: center;
		justify-content: center;
		background-color:#ff6602;
		padding: 24px;
		display: block;
		text-align: center;	
	}
	
	.start {
		font-size: 10px;
	}	
	.final{
		padding-top: 50%;
	}
	
	#Div_NameRow{
		display: block!important;
	}
	
	#Div_Mobil{
		width: 100%!important;		
	}
	
	#salutation_RR{
		width: 100%;		
	}
	
	#firstName_RR{
		width: 100%;		
	}	
	#surName_RR{
		width: 100%;	
	}

	#Email_RR{
		width: 100%;	
	}

	#fon_RR{
		width: 100%;	
	}	
}

@media only screen and (max-width: 1024px) { 
	.FormH1{
		font-family: Roboto;
		color: #2D2D2D;
		font-weight: bold;
		font-size:28;
		line-height:2em;
		padding: 12% 0 5% 0;
	}

	.FormH2{
		font-family: Roboto;
		color: #2D2D2D;
		font-weight: bold;
		font-size:24px;
		line-height:1.8em;
		margin-top: 18px!important;
	}

	.FormH4{
		font-family: Roboto;
		color: #2D2D2D;
		font-size:10px;
		text-align: left;
		line-height: 1.2em; 
		font-weight: 300; 
		
	}

	.footerText{
		font-family: Roboto;
		color: #2D2D2D;
		font-size: 10px;
		text-align: center;
		margin-bottom: 24px;
	}
	
	.radioBtnLab{
		font-family: Roboto;
		color: #FFFFFF;
		font-weight: bold;
		font-size:16px;
		line-height:1.8em;	
		align-items: center;
		justify-content: center;
		background-color:#ff6602;
		padding: 24px;
		display: block;
		text-align: center;	
	}	
}
	#Div_Mobil{
		width: 32%;		
	}
	
	#Div_InputBlock{
		margin: 24px;
		font-family: Roboto;
		color: #FFFFFF;
		font-weight: bold;
		font-size:18px;
		line-height:1.8em;		
	}	
	
	#Div_NameRow{
		display: flex;
		justify-content: space-between;
	}	
	
	#salutation_RR{
		width: 100%!important;
		background-color: #ff6602;	
		font-family: Roboto;
		color: #FFFFFF;
		font-weight: bold;
		font-size:18px;
		line-height:1.8em;	
		height: 56px;		
		margin-bottom: 10px;
	}
	
	#firstName_RR{
		width: 100%!important;
		background-color: #ff6602;		
		font-family: Roboto;
		color: #FFFFFF;
		font-weight: bold;
		font-size:18px;
		line-height:1.8em;		
		margin-bottom: 10px;
	}	
	#surName_RR{
		width: 100%!important;
		background-color: #ff6602;	
		font-family: Roboto;
		color: #FFFFFF;
		font-weight: bold;
		font-size:18px;
		line-height:1.8em;	
		margin-bottom: 10px;		
	}

	#Email_RR{
		background-color: #ff6602;	
		font-family: Roboto;
		color: #FFFFFF;
		font-weight: bold;
		font-size:18px;
		line-height:1.8em;		
		margin-bottom: 10px;
	}

	#fon_RR{
		background-color: #ff6602;		
		font-family: Roboto;
		color: #FFFFFF;
		font-weight: bold;
		font-size:18px;
		line-height:1.8em;		
		margin-bottom: 10px;
	}	
	
	::placeholder {
	  color: #FFFFFF;
	  opacity: 1; /* Firefox */
	}

	::-ms-input-placeholder { /* Edge 12 -18 */
	  color: #FFFFFF;
	}	

}