@charset "utf-8";
/* CSS Document */


* {
	font-family: "Arial Narrow", "Arial", sans-serif !important;
	font-size: 15px;
	line-height: 1.4;
	letter-spacing: .2px;
	color: #1d1d1d;
}


/* font */
.BpWebApp_Container_VBox_Content.Header {
	border-bottom: none;
	padding-bottom: 0;
	line-height: inherit;
	margin-bottom: 0;
}

.Header label {
	font-size: 1.7rem;
}

.BpWebApp_Text_Label[for="bpWebApp_1"] {
	font-size: 12px;
}

.header-orange {
	font-size: 1.4rem;
	margin: 10px 0;
}


/* input */
input[type="text"], input[type="email"] {
	font-family: "Arial Narrow", "Arial", sans-serif;
	font-size: 15px;
	line-height: 1.4;
	letter-spacing: .2px;
	margin: 2px 0;
	border-radius: 5px;
	border: 1px solid #c3c3c3 !important;
	height: 30px;
	padding: 4px;
	min-width: 345px;
}

input:not([type="checkbox"]):focus {
	border-color: #7c7c7b !important;
}

.BpWebApp_Field_Boolean .BpWebApp_Field_Label {
	display: inline-block;
}

.BpWebApp_Field_Label {
	min-width: 150px;
}


/* checkbox */
input[type="checkbox"] {
	display: none;
}

input[type="checkbox"] + label::before {
	width: 18px;
	height: 18px;
	border-radius: 4px;
	border: 1px solid #c3c3c3;
	display: inline-block;
	content: "";
	float: left;
	margin: 0 5px 5px 0;
}

input[type="checkbox"]:checked + label::before {
	background-image: url("checked.png");
	background-repeat: no-repeat;
	background-position: center center;
	border-color: #7c7c7b;
}

input[type="checkbox"].BpWebApp_Field_Boolean + .BpWebApp_Field_Label {
	padding-left: 0;
	vertical-align: inherit;
}


/* radio */
input[type="radio"] {
	display: none;
}

input[type="radio"] + label::before {
	width: 18px;
	height: 18px;
	border-radius: 9px;
	border: 1px solid #c3c3c3;
	display: inline-block;
	content: "";
	float: left;
	margin: 0 5px 5px 0;
}

input[type="radio"]:checked + label::before {
	border-color: #7c7c7b;
	background: #7c7c7b;
	box-shadow: inset 0 0 0 4px white;
}

input[type="radio"].BpWebApp_Field_Boolean + .BpWebApp_Field_Label {
	padding-left: 0;
	vertical-align: inherit;
}

.BpWebApp_Field_Radio_Button_Content label {
	min-width: 100px;
}

.Bool_Label_Left label {
	float: none;
	margin: 15px 0 10px 155px;
}

.Box_Kunde {
	margin-left: 155px;
}

.Radio_BereitsKunde {
	margin-bottom: 15px;
}


/* textarea */
.nachricht-textfeld {
	height: 150px;
	padding: 5px;
	border-radius: 5px;
	border: 1px solid #c3c3c3;
}

.nachricht-textfeld-ubo {
	margin: 15px 0 20px 0;
}

/* Combobox - Selectbox */
.Bp_formular-flex .ui-combobox {
	display: inherit;
}

.ui-combobox a.ui-state-default {
	border: none;
	background: none;

}

ul.ui-front li > a {
	text-decoration: none;
}


.ui-menu-item.ui-state-focus {
	border: none;
}




/* capcha */
.BpWebApp_Container_Grid {
	margin-top: 20px;
}


/* buttons, links */
button:not(.ui-button) {
	font-weight: bold;
	border: none;
	padding: 12px 15px;
	border-radius: 5px;
	min-width: 199px;
	background-color: #f07e26;
	color: white;
	cursor: pointer;
	margin-top: 15px;
}

button:hover {
	background-color: #ee7416;
}

button:disabled {
	background-color: #c3c3c3;
	cursor: auto;
}

a {
	color: inherit;
	text-decoration: underline;
}

a:hover {
	color: #f07e26;
}