/*
	Anfrage
*/

.el-anfrage {
	max-width: 1000px;
}

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;
}
h2.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;
    width: 100%;
    -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;
    width: 300px;
    border-radius: 0px;
    background-color: #c40a0f;
    text-transform: uppercase;
    font-size: 20px;
    color: #fff;
    position: relative;
    font-family: 'Raleway';
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 25px;
    letter-spacing: 1px;
    font-family: 'PT Sans Narrow';
    background: #c40a0f;
    font-family: 'PT Sans Narrow';
    font-size: 21px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 25px;
    font-weight: 100;
    position: absolute;
    width: 270px;

    text-transform: none;
    line-height: 35px;
    
}
.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: 15px 15px;
	height: 100%;
    font-size: 20px;
    line-height: 24px;
    box-sizing: border-box;
    border-left: 1px solid rgba(0,0,0,.1);
    pointer-events: none;
}
.el-anfrage .select-icon:before {
	margin-left: -5px;
}
.bh-deprecated-datepicker {
	position: relative;
}
.bh-deprecated-datepicker:after {
	content: '\e9a8';
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	margin-top: 5px;
	top: 0;
	right: 10px;
	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;
    pointer-events: none;
}

/*
	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);
}

.el-anfrage input, 
.el-anfrage textarea {
	font-family: 'PT Sans Narrow';
}


#Page .bh-field {
	text-align: center;
}
#Page input[type="text"],
#Page input[type="number"],
#Page textarea,
#Page input[type="submit"],
#Page select {
	background-color: #fff;
	border: 1px solid rgba(0,0,0,.1);
	border-radius: 5px;
	margin-bottom: 0px;
	line-height: 35px;
	font-size: 20px;
	width: 98%;
	padding-left: 10px;
	padding-right: 1%;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}
#Page input[type="text"]:focus,
#Page textarea:focus {
	outline: none;
	box-shadow: 0px 0px 0px 3px rgba(0,0,0,.05);
	background-color: rgba(0,0,0,.03);
}
#Page input[type="submit"] {
	position: relative;
	background-color: rgba(0,0,0,.5);
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 1px;
	width: 300px;
	padding: 0;
	padding-top: 2px;
	font-weight: 600;
}
#Page input[type="submit"]:focus {
	outline: none;
}
#Page input[type="submit"]:active {
	background: rgba(0,0,0,1);
}
#Page .errorBox {
	border-radius: 5px;
	text-align: center;
	font-size: 16px;
	background-color: #ffefef;
	border: none;
}
#Page .bh-fieldblock-label {
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 15px;
	letter-spacing: 1px;
}


.submit-centered {
	text-align: center;
}

.alterkindertitle {
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	line-height: 40px;
	text-align: right;
	
}
.alterkinderfields input[type="number"] {
	height: 40px;
	text-align: right;
	width: 65px !important;
	padding-right: 10px;
}
.alterkinderfields-wrapper {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
}
.kinder-template {
	display: inline-block;
	width: auto !important;
	margin-right: 15px;
	margin-bottom: 10px;
}