/*
	Anfrage
*/

.el-anfrage.bhElement:not(.bh-width-larger) {
	max-width: 700px;
	padding: 30px;

}
h3.fieldblock-title {
	text-align: center;
	letter-spacing: 1px;
	font-size: 24px;
	margin-bottom: 30px;
}
.fieldblock {
	padding: 15px 0px 10px 0px;
}
.fieldblock.bh-margin {
	margin-bottom: 0px;
}

.no-padding-top {
	padding-top: 10px !important;
}

.el-anfrage input[type="text"], 
.el-anfrage input[type="number"], 
.el-anfrage textarea, 
.el-anfrage select {
	font-family: 'Arial';
	border: 1px solid rgba(0,0,0,.12);
	border-radius: 5px;
	box-sizing: border-box;
    padding: 10px 20px;
    width: 100%;
    -webkit-appearance: none;
    background-color: #fff;
    font-size: 18px;
}
.el-anfrage input[type="submit"]{
	font-family: "Work Sans";
	border: none;
    cursor: pointer;
    padding: 10px 20px;
    display: inline-block;
    -webkit-appearance: none;
    width: 300px;
    border-radius: 0px;
    background-color: rgb(217, 78, 36);
    text-transform: uppercase;
    font-size: 20px;
    color: #fff;
    left: 50%;
    margin-left: -150px;
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 1px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.05em;
}
.el-anfrage input[disabled="true"]{
	opacity: 0.6;
	cursor: not-allowed;
}

.field-hidden-label {
    display: block;
    opacity: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    width: 0 !important;
    margin: 0 !important;
}

.el-anfrage .field-select-wrapper{
	position: relative;
	display: block;
	cursor: pointer;
}

.el-anfrage {
	padding-bottom: 0px !important;
}

/*
	Special Select
*/

.el-anfrage select{
	background-color: rgba(255,255,255,1);
	height: 44px;
}
.el-anfrage .select-icon{
	position: absolute;
	color: #205f8a;
	top: 0;
	right: 0;
	padding: 10px 10px;
	height: 100%;
    font-size: 20px;
    line-height: 24px;
    box-sizing: border-box;
    border-left: 1px solid rgba(0,0,0,.1);
    pointer-events: none;
}
.bh-deprecated-datepicker {
	position: relative;
}
.bh-deprecated-datepicker:after {
	content: '\e9a8';
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	top: 0;
	right: 3px;
	text-align: center;
	line-height: 42px;
	font-size: 20px;
	color: #7d7d7d;
	
	font-family: 'bakehouse-iconset' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    letter-spacing: 0;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*
	Special Checkbox
*/


.el-anfrage .field-checkbox-wrapper{
	position: relative;
	display: block;
	padding-left: 60px;
	cursor: pointer;
	background: rgba(0,0,0,.035);
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
}

.el-anfrage .check-icon{
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	height: 40px;
	width: 40px;
    font-size: 24px;
    line-height: 40px;
    box-sizing: border-box;
    pointer-events: none;
    background-color: #fff;
    color: #cc5f1b;
    border-radius: 5px;
    box-shadow: 0px 2px 5px rgba(0,0,0,.05);
}
.el-anfrage .field-checkbox-wrapper input[type="checkbox"]{
	display: none;	
}
.el-anfrage .field-checkbox-wrapper input[type=checkbox]:checked + .check-icon:before {
	content: '\e911';
	color: #9fb400;
}

#ui-datepicker-div {
	box-shadow: 0px 3px 100px rgba(0,0,0,.3);
}

.checkboxbox label {
	font-size: 16px;
	color: #635357;
	margin-left: 30px;
}

.checkboxbox input[type="checkbox"]{
	-webkit-appearance: none;
	width: 15px;
	height: 15px;
	background: white;
	position: absolute;
	top: 4px;
	cursor: pointer;
	outline: 0px;
	border: 1px solid #dfe0df;
}

.checkboxbox input[type="checkbox"]:checked {
	background: #635357;	
}

.campingform,
.motorradform {
	margin-left: -30px;
	width: calc(100% + 60px);
	margin-top: -30px;
	margin-bottom: -30px;
}

.el-anfrage input[type="submit"].campingsendbutton {
	width: 100%;
	margin-left: 0px;
	left: 0px;
}

.reservierungsliste {
	margin-bottom: 20px;
}

.reservierungsliste .bike {
	border-bottom: 1px solid rgba(127, 127, 127, 0.25);
}

.reservierungsliste .bike > div {
	display: inline-block;
	line-height: 35px;
	font-size: 15px;
	width: 25%;
	padding-left: 3px;
	box-sizing: border-box;
}

.reservierungsliste .bike > div:first-child {
	font-weight: bold;
}

.reservierungsliste .delete {
	color:#e66639;
	cursor: pointer;
	text-align: right;
}

.reservierunstextarea {
	display: none;
}

.gotobasket {
	width: 60px;
	height: 60px;
	background: #1e5e83;
	color: white;
	text-align: center;
	line-height: 60px;
	font-size: 25px;
	border-radius: 100px;
	position: fixed;
	right: 20px; 
	bottom: 20px;
	cursor: pointer;
	transition: 0.6s ease all;
}

.gotobasket.inactive {
	right: -200px;
}

.gotobasket .number {
	/* font-family: 'Lato'; */
	position: absolute;
	right: 0px;
	top: 0px;
	background: white;
	color: #1e5e82;
	width: 20px;
	height: 20px;
	display: block;
	line-height: 20px;
	font-size: 14px;
	border-radius: 15px;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
	font-weight: bold;
}

.checkboxbox .bhe-formsettings-option {
	position: relative;
}

.content .bhe-formsettings-option label {
	font-size: 18px;
	margin-left: 10px;
	color: #757575;
}

.content .checkboxbox label {
	margin-left: 30px;
}

.el-anfrage .bhe-formsettings-option [type="checkbox"] {
	-webkit-appearance: none;
	border: 1px solid #e0e0e0;
	width: 20px;
	outline: 0px;
	height: 20px;
}

.el-anfrage .bhe-formsettings-option [type="checkbox"]:checked {
	background: #d94e24;
}

.el-anfrage .bhe-formsettings-option {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}


/* Kinder Anzahl hinzugefügt - markus 31.08.2018 */
.bh-col.bh-col-6.children-row{
	width: 100%;
}
.bh-col.bh-col-6.children-row .field.bh-margin-small{
	display: flex;
	flex-wrap: wrap;
}
.kinder-template{
	width: calc(50% - 5px);
	margin-bottom: 30px;
}
.kinder-template {
	margin-right: 10px;
}


/* mobile */
.bh-state-mobile .kinder-template{
	width: 100%;
	margin-bottom: 10px;
}


.bh-col.bh-col-6.children-row .field.bh-margin-small > div {
	max-width: 160px;
}

/**/
@media only screen and (max-width : 700px) {
	h3.fieldblock-title {
		font-size: 16px;
	}
	.bh-col-gaps-small .bh-cols {
		margin-left: 0px;
		margin-right: 0px;
	}
}



/* BEWERBUNGS-FORMULAR (Sascha, 16.03.2022) - Kopie von Gurglhof */

/**************
* 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: 14px;
    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: "Work Sans", sans-serif;
    letter-spacing: inherit;
    line-height: inherit;
	box-sizing: border-box;
	text-transform: uppercase;
}


/* Text Area */
.form-jobs textarea{
   font-size: 14px;
    color: inherit;
	font-family: "Work Sans", sans-serif;
    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:  "Work Sans", sans-serif;
	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: #d94e24;
	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: "Work Sans";
	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:after {
    content: '\e911';
    position: absolute;
    color: #69A467;
    font-family: 'bakehouse-iconset' !important;
    font-size: 20px;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
}
*/
.bh-field.checkbox  input[type="checkbox"]:checked + label .checkbox-icon {
    background: #7D624D;
}
.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 {
	
	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"] {
	min-width: 200px;
	background: #d94e24 !important;
	line-height: 50px;
    height: 50px;
	left: auto;
    border-radius: 30px;
    font-family: "Work Sans";
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-align: center;
    text-transform: uppercase;
	color: white;
	margin: 0 auto;	
	box-sizing: border-box;	
	display: inline-block !important;
	padding: 0px 20px !important;
	width: auto !important;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
	-webkit-appearance: none;
	border: none;
}


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

.checkbox-label {
    font-size: 15px;
}



