/**************
* Anfrage 
**************/

.form-jobs .form-outer {
    padding: 20px 0;
}
.form-jobs .rowblock{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	margin-bottom: 20px;
}
.form-jobs .row-12{
	width: 100%;
	padding: 0 20px;
}
.form-jobs .row-6{
	width: 50%;
	padding: 0 20px;
}
.form-jobs .row-12.upload {
    margin-bottom: 10px;
}
.form-jobs .flex{
	display: flex;
}
.form-jobs .form-center {
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
}







/* Input */
.form-jobs input[type="text"] {
    font-family: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    font-size: inherit;

    height: 40px;
    width: 100%;
    box-sizing: border-box;
    padding-left: 13px;
    border: 1px solid rgb(207, 207, 207);
    -webkit-appearance: none;
}
.form-jobs input[type="submit"] {

}
.form-jobs input[type="file"] {
    font-size: inherit;
}

/* Label */
.form-jobs .bh-fieldblock-label{
	font-size: inherit;
    color: inherit;
	font-family: inherit;
    letter-spacing: inherit;
    line-height: inherit;
	box-sizing: border-box;
	text-transform: uppercase;
}


/* Text Area */
.form-jobs textarea{
    font-size: inherit;
    color: inherit;
	font-family: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    resize: vertical;

	height: 160px;
	width: 100%;
    padding: 12px;
	box-sizing: border-box;
    border: 1px solid rgb(207, 207, 207);
    -webkit-appearance: none;
}
























/**************
* UPLOAD BTN
**************/
.form-jobs .btn.btn-primary input{
	display: none;
}

/* Upload File Text Field */
.input-group input.form-control-1,
.input-group input.form-control-2,
.input-group input.form-control-3{
	width: 360px;
    border-left: none;
    border-radius: 4px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.form-outer .upload-label{
	margin-bottom: 10px;
}
.form-outer .upload-outer{
    margin-bottom: 12px;
}
.form-outer .input-group {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10px;
}
.form-outer .btn {
	font-family: inherit;
	font-size: inherit;
    letter-spacing: inherit;
    line-height: 40px;
    font-weight: bold;    
	height: 40px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border-radius: 4px;
    margin-bottom: 0;
    white-space: nowrap;
    cursor: pointer;
    background-image: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.form-outer .btn-primary {
    color: rgb(255, 255, 255);
    background-color: #8aa5bd;
	border: none;
	padding: 0 10px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
.form-outer .form-control-1[readonly],
.form-outer .form-control-2[readonly],
.form-outer .form-control-3[readonly]{
    cursor: not-allowed;
	font-family: inherit;
	font-size: inherit;
    font-family: inherit;
    letter-spacing: inherit;
    line-height: inherit;
}
.form-outer .form-control-1,
.form-outer .form-control-2,
.form-outer .form-control-3 {
    display: block;
    padding: 6px 12px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    background-image: none;
}


/* form input general */
.bh-form-field input[type="text"],
.bh-form-field input[type="number"],
.bh-form-field textarea,
.bh-form-field-checkbox-wrapper,
.bh-form-field select {
	font-family: 'fieldwork';
	border: 1px solid #9E9484 !important;
	font-size: 16px;
	padding: 9px 10px;
	border-radius: 2px;
	line-height: 18px;
/* 	background: #DED8D6; */
	box-sizing: border-box;
}

.kinder-template {
	margin-bottom: 30px;
}



.kinder-template .bh-form-field input[disabled="true"]{
	opacity: 0.6;
}
.bh-form-field textarea {
	height: 110px;
}


.bh-form-field-checkbox-wrapper,
.bh-form-field-select-wrapper {
	position: relative;
	display: block;
	cursor: pointer;
	user-select: none; 
	-moz-user-select: none; 
}

.bh-form-field input[type=checkbox] {
	display: none;
}
.bh-form-field input[type=checkbox] + .bh-form-checkbox-icon {

}
.bh-form-field input[type=checkbox]:checked + .bh-form-checkbox-icon {
	
}
.bh-form-checkbox-icon {
	position: absolute;
	top:0px;
	height: 100%;
	width: 45px;
	border: 0px solid #9E9484;
	text-align: center;
	line-height: 45px;
	font-size: 22px;
	pointer-events: none;
	top: 50%;
	transform: translateY(-50%);
}
.bh-form-checkbox-icon:after {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
}

.bh-form-field-checkbox-wrapper .bh-form-checkbox-icon {
	left:0px;
	border-right-width: 1px;
}
.bh-form-field-checkbox-wrapper .bh-form-checkbox-icon:after {
	content: 'cross';
	color: #CD5A59;
}
.bh-form-field-checkbox-wrapper input[type=checkbox]:checked + .bh-form-checkbox-icon:after {
	content: 'check';
	color: #69A467;
}

.bh-form-field-select-wrapper .bh-form-checkbox-icon {
	right:0px;
	border-left-width: 1px;
}
.bh-form-field-select-wrapper .bh-form-checkbox-icon:after {
	content: 'arrow-simple-down';
	content: '\e908';
}

.bh-form-checkbox-icon + .bh-label {
	padding-left: 45px;
}

.bh-mailform  input[type=radio]{
	display: none;
	border: 1px solid #9E9484;
}
.bh-mailform input[type=radio] + label{
	width: 100%;
	display:inline-block;
}
.bh-form-fields-vorlagen input[type=radio]:checked + label .checkbox-icon{
	background: #742121;
}
.bh-form-fields-vorlagen .checkbox-box{
/* 	background-color: #d8d8d8; */
	display: block;
	width: 100%;
	
}
.bh-form-fields-vorlagen .bh-field img{
	width: 100%;
}
.bh-form-fields-vorlagen .checkbox-icon{
	/* Oval 3: */
	background: #FFFFFF;
	border: 1px solid rgba(0,0,0,0.15);
	border-radius: 25px;
	cursor: pointer;
	display: block;
	margin: 0 auto;
	width: 25px;
	height: 25px;
}

.bh-field.checkbox label{
	position: relative;
	display: block;
	padding-left: 35px;
	line-height: 22px;
}
.bh-field.checkbox input{
	display: none;
/*
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -5px;
*/
}

.bh-field.checkbox .checkbox-icon {
    border: 1px solid #9E9484;
    /* border-radius: 25px; */
    cursor: pointer;
    display: block;
    margin: 0 auto;
    width: 20px;
    height: 20px;
    position: absolute;
/* 	top: 50%; */
	left: 0;
/* 	margin-top: -10px; */
}
.bh-field.checkbox  input[type="checkbox"]:checked + label .checkbox-icon {
    background: #9a8c85;
}
.bh-field.checkbox label{
	cursor: pointer;
}

.bh-form-submit {
	display: inline-block;
}

/*
.bh-form-submit input {
	
	border:none;

	font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #5B3E30;
    background: #FFE6AB;
    border-radius: 4px;
    padding: 10px 20px;
    text-decoration: none;
}
*/


.bh-form-field-daterange {
	font-family: 'Cabin', sans-serif;
	
	position: relative;
	color: #5B3E30;
	box-sizing: border-box;
	background: #F2F2F2;
	border: 1px solid #DEDEDE;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 4px;
    line-height: 28px;
    text-align: center;
	text-transform: uppercase;
    
    cursor: pointer;
    
    display: flex;
	align-items: center;
	justify-content: space-around;
	
	transition: all 0.5s;
}
.hapi-state-datepicker-has-global .bh-form-field-daterange {
	padding-right: 50px;
}
bh-form-field-daterange-icon,
.bh-form-field-daterange-start,
.bh-form-field-daterange-seperator,
.bh-form-field-daterange-end {
	display: inline-block;
}
.bh-form-field-daterange-icon {
	padding-right: 20px;
	font-size: 18px;
	margin-top: -2px;
}
.bh-form-field-daterange-start {
	
}
.bh-form-field-daterange-seperator {
	padding: 0px 10px;
}
.bh-form-field-daterange-end {
	
}

.bh-form-field-daterange-reset {
	position: absolute;
	top:0px;
	right:0px;
	line-height: 46px;
	overflow: hidden;
	width: 0px;
	transition: all 0.5s;
}

.bh-form-submit-bottom {
	text-align: center !important;
}

.bh-form-submit input,
.form-jobs input[type="submit"] {
	background: #8aa5bd !important;
	min-width: 200px;
	color: white;
	font-family: 'miller-text';
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 53px;
	height: 53px;
	text-align: center;
	background: #fec650;
	border-radius: 5px;
	margin: 0 auto;	
	line-height: 53px;
	height: 53px;
	box-sizing: border-box;	
	display: inline-block !important;
	padding: 0px 20px !important;
	width: auto !important;
}

.bh-form-submit-bottom {
	width: 100% !important;
    text-align: center !important;
}

.checkbox-label {
    font-family: 'miller-text';
    font-size: 15px;
}

.bhAnfrage .hapiInquiryParams h4 {
	text-align: left;
}

/* Landingpage */

.bh-form-field {
	position: relative;
}
.bh-field-icon {
	position: absolute;
	width: 40px;
	height: 38px;
	display: block;
	top: 0;
	right: 3px;
	text-align: center;
	line-height: 38px;
	font-size: 20px;
	color: #7d7d7d;
	pointer-events: none;
}