input:hover, input:focus {
    border: 2px solid #f39200;	
}

input, select, button {
    font-family: 'Maven Pro', sans-serif;
    font-size: 16px;
    padding: 10px;
    margin-top: 4px;
    margin-bottom: 4px;
    outline: 0;
    width: 450px;
    background: #ffffff;
    border: 2px solid #ccc;
    border-radius: 5px;
}

textarea {
        font-family: 'Maven Pro', sans-serif;
        font-size:16px;
        padding: 7px;
        outline: 0;
        border:0;
        width: 96%;
		height: 150px;
        background: #ffffff;
		border:1px solid #ccc;		
        border-radius:2px;
}

label {
    margin-top: 12px;
    margin-left: 70px;
    margin-bottom: 3px;
    font-weight: 700;
    text-align: left;
    font-size: 20px;
    float: left;
    width: 200px;
}

.form-iban {
    width: 295px;
}

.form-xtra{
	display: flex;
	padding-left: 70px;
}

.cxtra1{
	float: left;
	background: #2c3e50;
	padding: 13px;
	width: 20px;
	background-image:url('../img/empfehlung.png');
	background-repeat:no-repeat;	
	background-position: center center; 	
}


.cxtra2{
	float: left;
	padding: 20px;
	width: 630px;	
	border: 1px solid #2c3e50;	
}


.form-xtra .agb{
	display: block;
	padding-top: 15px;
	font-size: 11px;
}

.form-required{
	color: #f8585c;
}

fieldset { 
	border: 2px solid #C5D8E1; 
	border-radius: 6px; 
	margin-top: 20px;
	margin-bottom: 20px;	
} 


/* Customize the label (the container) */
.rbutton {
	display: block;
	position: relative;
	padding-left: 0px;
	margin-bottom: 12px;
	margin-left: 40px !important;
	cursor: pointer;
	font-size: 13px;
	font-weight: 300;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	float: left;
	width: 25%;
	font-weight: 400 !Important;
}

/* Hide the browser's default radio button */
.rbutton input {
	position: absolute;
	opacity: 0;
}

/* Create a custom radio button */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #eee;
	border-radius: 50%;
	margin-top: 9px;
	margin-left: 10px;
}

.checkrbmark {
	position: absolute;
	top: -5px;
	left: -50px;
	height: 25px;
	width: 25px;
	background-color: #fff;
	border: 2px solid #f39200;
	border-radius: 50%;
	margin-top: 9px;
	margin-left: 10px;
}

.paddingb{
	padding-bottom: 10px;
}

/* On mouse-over, add a grey background color */
.rbutton:hover input ~ .checkrbmark {
	background-color: #ccc;

}

/* When the radio button is checked, add a blue background */
.rbutton input:checked ~ .checkrbmark {
  background-color: #f39200;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkrbmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.rbutton input:checked ~ .checkrbmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.rbutton .checkrbmark:after {
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.checkb {
	display: block;
	position: relative;
	margin-bottom: 2px;
	cursor: pointer;
	font-size: 15px;
	font-weight: 400 !important;  
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
	margin-top: 5px;
	margin-left: 0px; 
}

.checkb100 {
	width: 99%;
}

.checkbxtxt {
    display: block;
	padding-left: 30px;
}

.checkb50 {
	width: 80px;
	float: none;
	display: inline-block;
} 

.checkbp1{
	padding-left: 80px;
}

.checkbp1 .checkbmark{
	margin-left: 40px;
	margin-top: -7px;
}

/* Hide the browser's default checkbox */
.checkb input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkbxmark {
	position: absolute;
	top: 8px;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkb:hover input ~ .checkbmark {
	background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkb input:checked ~ .checkbxmark {
	background-color: #f39200;
}

/* Create the checkbmark/indicator (hidden when not checked) */
.checkbxmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkbmark when checked */
.checkb input:checked ~ .checkbxmark:after {
	display: block;
}

/* Style the checkbmark/indicator */
.checkb .checkbxmark:after {
	left: 7px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.money{
	background: url(../img/euro.png) right no-repeat;
}

.form-strasse {
    width: 378px;
}

.form-nr {
    width: 68px;
}

.form-plz {
    width: 136px;
}

.form-ort {
    width: 310px;
}

.form-gdm {
    width: 117px;
}

.form-gj {
    width: 207px;
}

.pull-right {
    display: block;
    text-align: right;
    padding-top: 5px;
}

.cagb label{
	margin-top: 20px;
	margin-left: 240px;	
	width: 480px;
	font-size: 16px;
}

.fs10 {
    font-size: 9px;
    padding: 20px;
}

.beratung_box {
    display: none;
}

.lcontainer {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.lcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: -2px;
  left: -16px;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 2px solid #f39200;
}

/* On mouse-over, add a grey background color */
.lcontainer:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.lcontainer input:checked ~ .checkmark {
  background-color: #f39200;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.lcontainer input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.lcontainer .checkmark:after {
  left: 6px;
  top: 0px;
  width: 10px;
  height: 18px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hidden{
	display: none;	
}


@media (max-width: 1040px) { 
	.form-xtra{
		padding-left: 20px;
	}
	.checkbxtxt {
		padding-left: 15px;
		width: 90%;
		display: block;
	}
}
@media (max-width: 730px) { 
	input, select, button {
		width: 99%;
		margin: 0px;
	}
	label {
		margin: 0px;
		width: 97%;
		padding-left: 10px;
		}	
	.form-cell {
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 5px;
	}		
	.form-strasse {
		width: 70%;
	}
	.form-nr {
		width: 28%;
	}
	.form-plz {
		width: 40%;
	}
	.form-ort {
		width: 58%;
	}
	.form-gdm {
		width: 24%;
	}
	.form-gj {
		width: 49%;
	}	
	.btn {
		font-size: 15px;
	}
	.cagb label {
		padding-top: 8px;
		margin: 0px;
		width: 93%;
		font-size: 16px;
		padding-left: 36px;
	}
	.checkmark {
		left: -5px;
	}
	.form-xtra{
		padding-left: 0px;
		width: 90%;
	}
	.accordion{
		margin-bottom: 5px;
	}
}

