#form-rueckruf{
	padding: 0px 35px;
}

#form-rueckruf .r-container-fluid,
#form-rueckruf .r-row,
#form-rueckruf [class^="r-col"]{
	box-sizing: border-box;
}

#form-rueckruf .r-container-fluid{
	padding-left: 70px;
	padding-right: 200px;
	position: relative;
}

#form-rueckruf .r-container-fluid::before{
	width: 130px;
	height: 160px;
	border-radius: 5px;
	background-image: url(../img/rueckruf_kontakt.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	content: '';
	display: inline-block;
	position: absolute;
	right: 25px;
	top: 20px;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
}

#form-rueckruf .r-container-fluid::after{
    content: 'Wir beraten Sie gerne!';
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 200px;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    font-family: Muli, Verdana, Arial, Helvetica, sans-serif !important;
}

#form-rueckruf span,
#form-rueckruf p,
#form-rueckruf label,
#form-rueckruf legend,
#form-rueckruf select{
	font-family: Muli, Verdana, Arial, Helvetica, sans-serif !important;
}


#form-rueckruf .stephead{
	color: #333;
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
	position: relative;
	margin: 40px 0 30px 0;
	padding: 7px 10px 7px 70px;
	background: #eee;
	border-radius: 10px 0px 0px 10px
}

#form-rueckruf .stephead::before{
	content: '';
	display: inline-block;
	position: absolute;
	left: -5px;
	top: -11px;
	z-index: 10;
	width: 60px;
	height: 60px;
	background-image: url(../img/icon_rueckruf.png);
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 50px;
}

#form-rueckruf .control-group{
	margin-bottom: 25px;
}

#form-rueckruf label{
	padding-left: 0px;
	text-align: left;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
	display: block;
	margin-bottom: 10px;
	box-sizing: border-box;
}

#form-rueckruf .controls{
	width: 100%;
	display: block;
	margin-left: 0px;
}

#form-rueckruf input[type="text"],
#form-rueckruf input[type="email"],
#form-rueckruf textarea,
#form-rueckruf select{
	width: 100% !important;
	display: block;
	border-radius: 4px !important;
	box-sizing: border-box;
	height: 30px;
	margin-bottom: 0px;
	font-size: 12px;
	line-height: 18px;
}


#form-rueckruf .star{
	color: #e74c3c;
	vertical-align: top;
}

#form-rueckruf .field-calendar .input-append{
	display: flex;
	align-items: center;
}

#form-rueckruf .field-calendar input[type="text"]{
	width: calc(100% - 42px);
	border-top-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
	max-width: 258px;
}

#form-rueckruf .field-calendar .input-append .btn{
	margin: 0px !important;
	height: 100%;
	padding: 5px 14px;
	border-top-right-radius: 4px !important;
	border-bottom-right-radius: 4px !important;
}

#form-rueckruf .field-calendar .btn .icon-calendar{
	background-image: url(../img/glyphicons-halflings-white.png);
}

#form-rueckruf .js-calendar .btn-group{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

#form-rueckruf .js-calendar .btn-clear{
	display: none;
}


#form-rueckruf .checkboxwrap,
#form-rueckruf .radiowrap{
	display: block;
	position: relative;
	padding-left: 35px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	font-family: Muli, Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 14px;
}

#form-rueckruf .checkboxwrap input,
#form-rueckruf .radiowrap input{
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0 !important;
	width: 0 !important;
	left: 0px;
	top: 0px;
}

#form-rueckruf .checkmark{
	position: absolute;
	top: -2px;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid #bbb;
}

#form-rueckruf .checkboxwrap:hover input ~ .checkmark,
#form-rueckruf .radiowrap:hover input ~ .checkmark{
	background-color: #f8f8f8;
}


#form-rueckruf .checkmark:after{
	content: "";
	position: absolute;
	display: none;
}

#form-rueckruf .checkboxwrap input:checked ~ .checkmark:after,
#form-rueckruf .radiowrap input:checked ~ .checkmark:after{
	display: block;
}

#form-rueckruf .checkboxwrap .checkmark:after,
#form-rueckruf .radiowrap .checkmark:after{
	left: 9px;
	top: -2px;
	width: 7px;
	height: 16px;
	border: solid #1a81a3;
	border-width: 0 4px 4px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

#form-rueckruf .radiowrap .checkmark{
	border-radius: 20px;
}

#form-rueckruf .radiowrap .checkmark:after{
	width: 10px;
	height: 10px;
	border: 1px solid #1a81a3;
	background-color: #1a81a3;
	border-radius: 20px;
	left: calc(50% - 6px);
	top: calc(50% - 6px);
}

@media (max-width: 992px){
	#form-rueckruf{
		padding: 0px;
	}
	
	#form-rueckruf .r-container-fluid{
		padding-left: 0px;
	}
}

@media (max-width: 768px){
	#form-rueckruf .r-container-fluid{
		padding-right: 0px;
	}
	
	#form-rueckruf .r-container-fluid::before,
	#form-rueckruf .r-container-fluid::after{
		display: none;
	}
	
	#form-rueckruf input,
	#form-rueckruf select{
		max-width: 300px
	}
}


@media (max-width: 620px){
	#form-rueckruf .controls{
		max-width: none;
	}
}


@media (max-width: 480px){
	
	
	#form-rueckruf .controls{
		margin-left: 0px;
		margin-bottom: 10px;
	}
	
	#form-rueckruf .control-group label{
		margin-bottom: 5px;
		display: block;
	}
}