/* General */ 

.formcontainer {
	font-size: 180%;
}

form, label, input, textarea, select, option {
	font-size: 100%;
    font-weight: 400;
}

form {
	width: 100%;
}

form h3 {
	/*border-bottom: 1px solid rgba(64, 60, 53, 0.3);*/
	font-size: 140% !important;
	margin-bottom: 0.75em;
	padding-bottom: 0.25em;
	width: 100%;
}

label {
	display: block;
	line-height: 160%;
}

/* Formularelemente */
div[class^=column] label {
	display: block;
	line-height: 150%;
}

.input {
	border-collapse: separate;
    box-sizing: border-box;
    display: block;
    position: relative;
}

#shortrequest .input {
    display: inline-table;
    width: 150px;
}

.input.footersubmit {
    width: auto;
}

.chosen-container-multi, .chosen-container-single {
	color: #000;
	display: inline-table;
	vertical-align: inherit;
}

.chosen-container-multi a.chosen-single, .chosen-container-single a.chosen-single {

}

.input input, select, .input textarea, .input select, .chosen-container-multi .chosen-choices, .chosen-container-single .chosen-single {
	background-color: #fff;
	border: 1px solid #4a4a4a;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-sizing: border-box;
	display: table-cell;
	font-size: 88.88%;
	margin: 0;
	padding: 6px 0.375em;
	width: 100%;
}

.noslider .chosen-container-multi .chosen-choices, .noslider .chosen-container-single .chosen-single {
    padding: 4px 0.375em;
}

.noslider .chosen-container-single .chosen-single div {
	background-color: transparent;
    background-position: 4px -2387px;
    border-left: 0;
    width: 1.75em;
}

.noslider .chosen-container-active.chosen-with-drop .chosen-single div {
	background-position: 4px -2487px;
}

#fixedfooter .input select, #fixedfooter .input input, #fixedfooter .input textarea, #fixedfooter .chosen-container-multi .chosen-choices, #fixedfooter .chosen-container-single .chosen-single {
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
	height: 36px;
	line-height: 36px !important;
	padding: 0 15px;
}

.chosen-container-single .chosen-single span {
    color: #fff;
}

.noslider .chosen-container-single .chosen-single span {
    color: #4b4b4b;
}

.input input:focus, .input textarea:focus {
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .2);
	-moz-box-shadow   : 0 0 6px rgba(0, 0, 0, .2);
	-o-box-shadow     : 0 0 6px rgba(0, 0, 0, .2);
	box-shadow        : 0 0 6px rgba(0, 0, 0, .2);
}
.chosen-container-multi.chosen-container-active, .chosen-container-single.chosen-container-active {
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .2);
	-moz-box-shadow   : 0 0 6px rgba(0, 0, 0, .2);
	-o-box-shadow     : 0 0 6px rgba(0, 0, 0, .2);
	box-shadow        : 0 0 6px rgba(0, 0, 0, .2);
}
.chosen-container-multi.chosen-container-active a, .chosen-container-single.chosen-container-active a {
	background-color: #f6f6f6;
}
.chosen-container-multi.chosen-container-active .chosen-drop, .chosen-container-single.chosen-container-active .chosen-drop {
	-webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, .2);
	-moz-box-shadow   : 0 6px 6px rgba(0, 0, 0, .2);
	-o-box-shadow     : 0 6px 6px rgba(0, 0, 0, .2);
	box-shadow        : 0 6px 6px rgba(0, 0, 0, .2);
}
.chosen-container-multi.chosen-container-active.drop-up .chosen-drop, .chosen-container-single.chosen-container-active.drop-up .chosen-drop {
	-webkit-box-shadow: 0 -6px 6px rgba(0, 0, 0, .2);
	-moz-box-shadow   : 0 -6px 6px rgba(0, 0, 0, .2);
	-o-box-shadow     : 0 -6px 6px rgba(0, 0, 0, .2);
	box-shadow        : 0 -6px 6px rgba(0, 0, 0, .2);
}

.input textarea {
	line-height: 125%;
	padding: .25em .25em;
}

/* Buttons */
.button {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
}

.button a {
	color: #fff;
	text-decoration: none;
}

.button, .linkcontinue, input[type=submit], input[type=button] {
	background-color: #ac5143;
	background-image: url('../images/icons/sprite.png');
	background-position: right -40px top -788px;
	background-position-x: 125%;
    background-position-y: -788px;
	background-repeat: no-repeat;
	border: 0;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	line-height: 200%;
	padding: 0 2.5em 0 1em;
	text-align: left;
	width: auto;
}
.button:hover, .linkcontinue:hover, input[type=submit]:hover, input[type=button]:hover {
	background-color: #642a22;
}

/* Input Icons */
.input span {
	background-image: url('../images/icons/symbols_small.png');
	box-sizing: border-box;
	display: table-cell;
	width: 32px;
}

.input .chosen-container span {
	background-image: none;
	background-color: transparent;
	border: none;
	box-sizing: border-box;
	display: table-cell;
	width: auto;
}

.input span.email-icon {
	background-position: 7px -188px;
}
.input span.phone-icon {
	background-position: 7px -591px;
}
.input span.fax-icon {
	background-position: 7px -990px;
}
.input span.city-icon {
	background-position: 7px -1391px;
}
.input span.country-icon {
	background-position: 7px -1391px;
}
.input span.street-icon {
	background-position: 7px -1791px;
}
.input span.zipcode-icon {
	background-position: 7px -1791px;
}
.input span.name-icon {
	background-position: 7px -2191px;
}

/* Checkbox, Radiobox */
label.checkboxcontainer, label.radioboxcontainer {
    cursor: pointer;
    line-height: 30px;
    position: relative;
}

label.checkboxcontainer + span, label.radioboxcontainer + span {
	cursor: pointer;
	display: block;
}

label.checkboxcontainer input[type="checkbox"] + span {
	background: url('/layout/images/icons/input.png') no-repeat 0 0;
    display: inline-block;
    height: 16px;
    opacity: 0.75;
    position: relative;
    width: 20px;
}

label.checkboxcontainer:hover input[type="checkbox"] + span {
	opacity: 1;
}

label.checkboxcontainer input[type="checkbox"]:checked + span {
	background-position: 0 -100px;
	opacity: 1;
}

label.radioboxcontainer input[type="radio"] + span {
	background: url('/layout/images/icons/input.png') no-repeat 0 -200px;
	opacity: 0.75;
}

label.radioboxcontainer:hover input[type="radio"] + span {
	opacity: 1;
}

label.radioboxcontainer input[type="radio"]:checked + span {
	background-position: 0 -300px;
	opacity: 1;
}

label.checkboxcontainer input[type="checkbox"], label.radioboxcontainer input[type="radio"] {
	margin-right: 5px;
	opacity: 0;
	z-index: -1;
}

.ie8 label.checkboxcontainer input[type="checkbox"] + span,
.ie8 label.radioboxcontainer input[type="radio"] + span {
	background: none;
}

/* Mandatory / Required */
.mandatory, .required {
	font-weight: bold;
}
.mandatory:after, .required:after {
	color: #dd0000;
	content: ' *';
}

/* Form Error */
label.has-error {
	/*color: #dd0000;*/
}

.input.has-error input[type=text], .input.has-error input[type=email], .input.has-error input[type=date], .input.has-error input[type=time], .input.has-error input[type=tel], .input.has-error textarea, .chosen-container-multi.has-error .chosen-choices, .chosen-container-single.has-error .chosen-single {
	border-color: #dd0000;
	box-shadow: 0 0 0 3px rgba(221, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 0 3px rgba(221, 0, 0, 0.1);
}
.input.has-error input[type=text]:focus, .input.has-error input[type=email]:focus, .input.has-error input[type=date]:focus, .input.has-error input[type=time]:focus, .input.has-error input[type=tel]:focus, .input.has-error textarea, .chosen-container-multi.has-error .chosen-choices:focus, .chosen-container-single.has-error .chosen-single:focus {
	border-color: #dd0000;
	box-shadow: 0 0 0 3px rgba(221, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 0 3px rgba(221, 0, 0, 0.1);
}

.checkboxcontainer.has-error, .radioboxcontainer.has-error {
	color: #dd0000;
}

.checkboxcontainer.has-error input + span, .checkboxcontainer.has-error input:focus + span {

}

.input + span.help-block, .checkboxcontainer + span.help-block, .radioboxcontainer + span.help-block, .chosen-container + span.help-block {
	color: #dd0000;
	display: block;
	line-height: 125%;
	margin-top: .5em;
}
.input + span.help-block:hover, .checkboxcontainer + span.help-block:hover, .radioboxcontainer + span.help-block:hover {
	color: #dd0000;
	text-decoration: none;
}


/* Spezifische Angaben */
.chosen-container-active.chosen-with-drop .chosen-single {
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0;
}

#fixedfooter .chosen-container-active.chosen-with-drop .chosen-single {
	-moz-border-radius-topright: 0;
	border-top-right-radius: 0;
	-moz-border-radius-topleft: 0;
	border-top-left-radius: 0;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}

.chosen-container .chosen-results li.highlighted {
  background-color: rgba(172, 81, 67, 1);
  color: #fff;
}

#fixedfooter .chosen-container .chosen-results li.highlighted {
  background-color: rgba(172, 81, 67, 0.5);
  color: #fff;
}

#fixedfooter .chosen-container .chosen-results li.active-result:first-child, .chosen-container .chosen-drop, .chosen-container .chosen-drop .chosen-results {
    -moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}

#fixedfooter #fixedfooter .chosen-container .chosen-results li.active-result:first-child, #fixedfooter .chosen-container .chosen-drop, #fixedfooter .chosen-container .chosen-drop .chosen-results {
    -moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	text-align: left;
}

#fixedfooter .chosen-container .chosen-drop {
	border-width: 0;
}

.ui-datepicker-header, .ui-widget-header, .ui-datepicker td .ui-state-active, .ui-datepicker td .ui-state-hover {
    background-color: #ac5143;
}

.ui-datepicker-header, .ui-widget-header {
	background-image: none;
}

.formcontainer h2 {
    font-size: 210%;
}

.formcontainer h2 + p {
	text-align: center;
}


/* Desktop */
@media screen and (max-width: 1280px) {
	#fixedfooter .input .hasDatepicker {
		padding: 8px 0.375em;
	}
}

/* Tablet */
@media screen and (max-width: 960px) {
	#shortrequest .input {
		width: 115px;
	}
}

/* Smartphone */
@media screen and (max-width: 720px) {
	.formcontainer {
		font-size: 140%;
	}
	
	.button, .linkcontinue, input[type="submit"], input[type="button"] {
		background-position: 140% -792px;
	}
	
	.hasDatepicker + img.ui-datepicker-trigger {
		background-position: left 0;
	}
	
	div[id^="childagecontainer"] select, div[id^="childagebox"] {
		margin-top: 10px;
	}
	
	.button, .linkcontinue, input[type="submit"], input[type="button"] {
		height: 42px;
		line-height: 42px;
		text-align: center;
		width: 100%;
	}
}