/*
	Anfrage
*/

main .el-anfrage.bhElement {
	max-width: 900px;
	padding: 30px;
	background: rgba(0,0,0,.04);
}
h3.fieldblock-title {
	text-align: center;
	letter-spacing: 1px;
	font-size: 24px;
	margin-bottom: 30px;
}
.fieldblock {
	padding: 35px 0px 10px 0px;
}
.fieldblock.bh-margin {
	margin-bottom: 0px;
	border-bottom: 1px solid rgba(0,0,0,.1);
}

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

.el-anfrage input[type="text"], 
.el-anfrage input[type="number"], 
.el-anfrage textarea, 
.el-anfrage select {
	border: 1px solid rgba(0,0,0,.12);
	border-radius: 5px;
	box-sizing: border-box;
    padding: 10px 20px;
	flex-basis: 230px;
    -webkit-appearance: none;
    background-color: #fff;
    font-size: 18px;
}
.el-anfrage input[type="submit"]{
    border: none;
    cursor: pointer;
    padding: 10px 20px;
    display: inline-block;
    -webkit-appearance: none;
    flex-basis: 212px;
    border-radius: 0px;
    background-color: #ffffff;
    text-transform: uppercase;
    font-size: 20px;
    color: #8BA6BC;
    position: relative;
    font-family: 'fieldwork';
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 25px;
    letter-spacing: 1px;
    margin-right: 0px !important;
}
.el-anfrage input[disabled="true"]{
	opacity: 0.6;
	cursor: not-allowed;
}

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


/*
	Special Select
*/

.el-anfrage select{
	background-color: rgba(0,0,0,.03);
	height: 44px;
}
.el-anfrage .select-icon{
	position: absolute;
	color: #BED21D;
	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);
}

.anfrage-newsletter {
	background: #8aa6bd;
}

.newsletter-wrapper {
	max-width: 1120px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 50px;
	padding-bottom: 70px;
}

.anfrage-newsletter h2 {
	color: white;
}

.anfrage-newsletter h3 {
	color: white;
}

.anfrage-newsletter .fields {
	margin-top: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.anfrage-newsletter .fields > * {
	margin-right: 50px;	
}

.anfrage-newslett {
	margin-right: 50px;	
}

.el-anfrage input[type="text"],
.el-anfrage input[type="number"],
.el-anfrage textarea,
.el-anfrage select {
	background: transparent !important;
	font-family: 'fieldwork';
	font-size: 14px;
	line-height: 20px;
	align-items: center;
	text-transform: uppercase;
	border: 0px;
	border-radius: 0px;
	border-bottom: 2px solid #e8edf2;
	padding-left: 0px;
	outline: 0px;
}

.el-anfrage input[type="text"]::placeholder,
.el-anfrage input[type="number"]::placeholder,
.el-anfrage textarea::placeholder {
	color: rgba(255, 255, 255, 0.56);
}

@media only screen and (max-width : 720px) {
	
	.anfrage-newsletter .fields {
		margin-top: 40px !important;
		flex-wrap: wrap;
	}
	
	.el-anfrage input[type="text"],
	.el-anfrage input[type="number"],
    .el-anfrage input[type="submit"],
	.el-anfrage textarea,
	.el-anfrage select {
		margin-right: 0px !important;
		margin-bottom: 30px !important;
		flex-basis: 230px !important;
	}
	
	.newsletter-wrapper {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	
}





