/*Custom template styles for VisualFormBuilder*/
#ui-datepicker-div{
	z-index: 100!important;
}
.ui-datepicker-calendar{
	background-color: white;
}
.page-template-page-custom .fw-page-builder-content {
	background: url(//flyby-expresskurier.de/wp-content/uploads/2017/05/31210836_l.jpg);
	background-size: 100% 100%;
}
.page-template-page-custom .fw-page-builder-content > section{
	background-color: rgba(0, 0, 0, 0.6);
}
.page-template-page-custom .visual-form-builder fieldset{
	border:none;
	background-color: transparent;
}
.page-template-page-custom .visual-form-builder fieldset .vfb-legend{
	border:none;
}
.page-template-page-custom .visual-form-builder fieldset .vfb-legend h3{
	color: #ffffff;
}
.page-template-page-custom .visual-form-builder label,
.page-template-page-custom label.vfb-desc{
	color: #fff;
	font-size: 15px;;
}
.page-template-page-custom .visual-form-builder label .vfb-required-asterisk:after,
.page-template-page-custom label.vfb-desc .vfb-required-asterisk:after {
	font-family: 'simple-line-icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	content: "\e080";
	font-size: 14px;
	padding-left: 5px;
	color:#1e73be !important;
}
.page-template-page-custom .visual-form-builder input{
	background-color: rgba(0,0,0,0.75)!important;
	border-color: #1e73be !important;
	border-radius: 0;
	color:#fff;
	padding: 0 20px;
	font-size:14px;
}
.page-template-page-custom .visual-form-builder input[type="submit"]{
	border-radius: 100px !important;
	line-height: 50px !important;
	padding: 0 30px !important;
	transition: .25s all ease-in-out;
	background-color: #1e73be!important;
	border: none;
	color: #fff;
}
.page-template-page-custom .visual-form-builder label + input[type="time"]{
	padding:10px 20px!important;
	font-size:14px;
}
.page-template-page-custom .sh-button{
	border-radius:100px;
}
.page-template-page-custom .visual-form-builder li.vfb-left-third,
.page-template-page-custom .visual-form-builder li.vfb-middle-third,
.page-template-page-custom .visual-form-builder li.vfb-right-third{
	width:33.33% !important;
}

.page-template-page-custom table.ui-datepicker-calendar td,
.page-template-page-custom table.ui-datepicker-calendar th{
	border: 1px solid #1e73be!important;
	color: #fff!important;
}
.page-template-page-custom table.ui-datepicker-calendar{
	background-color:rgba(0,0,0,0.75)!important;
	border: 2px solid #1e73be!important;
}
#myMap{
	height: 300px!important;
	/*display: block!important;*/
}
#printoutPanel{
	display:none!important;
}
#result.small.progress{
	margin-top:10px;
	color: white;
	font-weight: 600;
	padding-left: 5px
}
.transit-price{

}
/*
.auftrag-formular{
	display: none;
}
*/

.vfb-item{
	position:relative!important;
}
label.vfb-error{
	width: auto;
	background-color: white;
	color: red!important;
	text-align: center;
	border-radius: 6px;
	position: absolute;
	z-index: 1;
	padding: 0 5px;
	left: 4%;
}
label.vfb-error:after{
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid white;
	position: absolute;
	top: -5px;
	left: 3px;
	content: "";
}
.vfb-select{
	background-color: black;
	color: white!important;
	border-color: #1e73be !important;
	padding: 0 10px!important;
}
.vfb-select+label{
	padding: 0 10px!important;
}
.page-template-page-custom .visual-form-builder li{
	padding: 25px 1% 9px!important;
}