body {
	font-family: 'Raleway', sans-serif;
	font-size: 100%;
	line-height: 1.375em;
	counter-reset: section;
}

.accent {
	color: #155b78;
}

.warn {
	color: #e30045;
}

body, h1, h2, h3, h4, h5, h6 {
	font-size-adjust: 0.5;
}

/* Body Content */
#page {
	font-size: 1em;
	/* equivalent to 16px */
	line-height: 1.25;
	/* equivalent to 20px */
}

@media ( min-width : 43.75em) {
	#page {
		font-size: 1em;
		/* equivalent to 16px */
		line-height: 1.375;
		/* equivalent to 22px */
	}
}

h1, h2, h3, h4 {
	color: #155b78;
}

#pac-input {
	margin-top: 5px;
	margin-left: 5px;
	width: 200px;
}

h1 {
	font-size: 2em;
	/* 2x body copy size = 32px */
	line-height: 1.25;
	/* 45px / 36px */
}

@media ( min-width : 43.75em) {
	h1 {
		font-size: 2.5em;
		/* 2.5x body copy size = 40px */
		line-height: 1.125;
	}
}

@media ( min-width : 56.25em) {
	h1 {
		font-size: 3em;
		/* 3x body copy size = 48px */
		line-height: 1.05;
		/* keep to a multiple of the 20px line height 
    and something more appropriate for display headings */
	}
}

h2 {
	font-size: 1.625em;
	/* 1.625x body copy size = 26px */
	line-height: 1.15384615;
	/* 30px / 26px */
}

@media ( min-width : 43.75em) {
	h2 {
		font-size: 2em;
		/* 2x body copy size = 32px */
		line-height: 1.25;
	}
}

@media ( min-width : 56.25em) {
	h2 {
		font-size: 2.25em;
		/* 2.25x body copy size = 36px */
		line-height: 1.25;
	}
}

h3 {
	font-size: 1.375em;
	/* 1.375x body copy size = 22px */
	line-height: 1.13636364;
	/* 25px / 22px */
}

@media ( min-width : 43.75em) {
	h3 {
		font-size: 1.5em;
		/* 1.5x body copy size = 24px */
		line-height: 1.25;
	}
}

@media ( min-width : 56.25em) {
	h3 {
		font-size: 1.75em;
		/* 1.75x body copy size = 28px */
		line-height: 1.25;
	}
}

h4 {
	font-size: 1.125em;
	/* 1.125x body copy size = 18px */
	line-height: 1.11111111;
}

@media ( min-width : 43.75em) {
	h4 {
		line-height: 1.22222222;
		/* (22px / 18px */
	}
}

.box-header {
	margin: 0px;
}

.input-element {
	font-family: 'Raleway', sans-serif;
	font-size: 100%;
	padding: 8px;
	border: 1px solid #bbb;
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
	background: white;
}

.input-element:disabled {
	cursor: not-allowed;
}

.expand {
	flex: 1 1 auto;
}

.date_input {
	cursor: pointer;
}

select {
	cursor: pointer;
}

button:hover, input:hover, select:hover {
	background: #f8f8f8;
}

input[type="submit"] {
	cursor: pointer;
}

.page-content {
	display: flex;
	flex-direction: column;
	height: 100%;
	max-width: 1200px;
	margin: auto;
}

label {
	color: #155b78;
	font-weight: bold;
	margin-right: 10px;
	margin-bottom: 5px;
}

#header {
	background-color: white;
	margin-bottom: 20px;
	order: 0;
}

.logo {
	display: flex;
	justify-content: space-between;
}

.header_logo {
	width: auto;
	height: 5em;
}

.headerBox {
	/*
	-webkit-appearance: none;
  	-moz-appearance: none;
  	appearance: none;
  	border-radius: 0;
  	font-size: 1em;
  	width: 10em;
  	height: 3em;
  	
  	margin: 0 0 0 0;

  	border: .1em solid #bbb;
  	padding: 0 0 0 1em;
  	box-shadow: 0 .4em .4em 0 rgba(0,0,0,0.2);
  	background-color:white;
  	background-image:url(/img/buttondown.png);
  	background-position: right;
  	background-repeat: no-repeat;
  	*/
	
}

.header_text {
	width: 50%;
	text-align: right;
	color: #155b78;
	font-weight: bold;
	margin: 2% 0 0 0;
}

.header_text_blue {
	color: #DBDCFF;
}

#footer {
	background-color: white;
	float: left;
	margin: 20px 0% 0 0%;
	width: 100%;
	order: 2;
}

.footer_text {
	text-align: center;
	font-size: 1em;
	color: #155b78;
}

.footer_links {
	text-align: center;
	font-size: 1em;
	color: #155b78;
}

#wrapper {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
}

#wrapper_single {
	margin: 1.5% 0% 5% 0%;
	width: 100%;
}

#content {
	width: 100%;
	order: 1;
	overflow-y: auto;
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
}

#content_single {
	background-color: white;
	width: 39%;
	float: center;
	margin: auto;
}

#merkliste_div {
	min-width: 400px;
	flex: 1 1 auto;
	margin-left: 20px;
	order: 3;
}

.ml_element {
	color: #155b78;
}

.ml_active {
	color: #ee7f00;
	font-size: 1.5em;
	font-weight: bold;
}

.trennlinie {
	border: 1em;
	border-top: 1em solid #E000 #DBDCFF60;
	color: #DBDCFF;
	background-color: #DBDCFF;
	height: 1em;
}

.mietdaten_station_div {
	padding: 0 0 1.5em 0;
}

.inputField {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	font-size: 1em !important;
	width: 100%;
	border: .1em solid #bbb;
	padding: .75em 1em .5em 1em;
	box-shadow: 0 .4em .4em 0 rgba(0, 0, 0, 0.2);
	background-color: white;
}

.validation_group {
	display: flex;
	flex-direction: column;
	margin-bottom: 2px;
}

.validation_error {
	color: red;
	font-size: 12px;
}

.inputField:disabled {
	background: #dddddd;
	cursor: not-allowed;
}

.submit_button {
	width: 100%;
	border: 1px solid #bbb;
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
	background: white;
	text-align: center;
	font-weight: bold;
}

.submit_button:hover {
	background: #f8f8f8;
}

.selectBox select:hover, option:hover {
	background-color: red;
	outline-color: #ee7f00;
}

.selectBox option:checked {
	background: #ee7f00;
}

.selectBox {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	font-size: 1em;
	width: 100%;
	border: .1em solid #bbb;
	padding: .75em 1em .5em 1em;
	box-shadow: 0 .4em .4em 0 rgba(0, 0, 0, 0.2);
	background-color: white;
	background-image: url(/img/buttondown.png);
	background-position: right;
	background-repeat: no-repeat;
}

.selectBoxText {
	text-align: left;
	color: #155b78;
	margin: 0 0 1em 0;
}

.text_bold, .station_header {
	margin-top: 0;
}

.station_header {
	font-size: 2em;
}

.text_default {
	display: flex;
	flex-direction: column;
	margin-bottom: 15px;
}

.box_div {
	margin: 0 0 1em 0;
}

.gmap {
	border: .1em solid #bbb;
	box-shadow: 0 .4em .4em 0 rgba(0, 0, 0, 0.2);
	height: 100%;
}

.controls {
	margin: 1em 1em 1em 1em;
	border: 1px solid transparent;
	border-radius: 2px 0 0 2px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	height: 2.8em;
	outline: none;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
	border: .2em solid transparent;
	border-radius: .2em;
	border-color: #e66100;
	width: 20em;
}

<!--
CSS für die GOOGLE-Map -->#pac-input {
	background-color: #fff;
	font-family: Roboto;
	font-size: 15px;
	font-weight: 300;
	margin-left: 12px;
	padding: 0 11px 0 13px;
	text-overflow: ellipsis;
	width: 500px;
}

#pac-input:focus {
	border-color: #ee7f00;
	border: .2em solid transparent;
	border-radius: .2em;
}

.pac-container {
	font-family: Roboto;
}

#type-selector {
	color: #fff;
	background-color: #8aadbb;
	padding: 5px 11px 0px 11px;
}

#type-selector label {
	font-family: Roboto;
	font-size: 13px;
	font-weight: 300;
}

.fzg_grp_head {
	margin-top: 0px;
}

.availableLabel{
	height: 30px;
	width: 100%;
	line-height: 30px;
	margin-bottom: 10px;
	padding-left: 10px;
	background: #8aadbb;
	color: white;
	filter: opacity(0.8);
	justify-content: center;
	border-radius: 3px;
}

.fzg_btn {
	text-decoration: none;
	color: initial;
	width: 100%;
	height: 2.5em;
	background-color: white;
	text-align: center;
	font-size: 1em;
}

.fzg_btn:hover {
	
}

.btn {
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	text-decoration: none;
	color: initial;
	border-radius: 0;
	width: 100%;
	border: .1em solid #bbb;
	padding: .75em 1em .5em 1em;
	box-shadow: 0 .4em .4em 0 rgba(0, 0, 0, 0.2);
	background-color: white;
	text-align: center;
	color: #155b78;
	font-weight: bold;
	margin: 0 0 1em 0;
}

.detail_merkmale {
	margin: 1em 0 2em 0;
}

.detail_text {
	margin: 2em 0 3em 0;
	width: 100%;
}

.saison_table {
	padding: 0 0 1em 1em;
	width: 100%;
}

.merkmal_left {
	width: 50%;
}

.merkmal_right {
	width: 50%;
	text-align: left;
	padding-left: 20px;
}

.merkmal_tabelle {
	width: 100%;
}

.endtable {
	margin: 0 0 0 0;
	width: 100%;
}

.end_td {
	padding: 0 0 1em 5em;
}

.end_td_right {
	width: 50%;
	padding: 1em 0 0 0;
	text-align: left;
}

.endtable, th {
	padding: 0 2em 0 0;
}

.end_td_left {
	width: 50%;
	padding: 1em 0 0 0;
	margin: 0 0 1em 0;
}

.etd1 {
	width: 10%;
	padding: 1em 0 1em 0;
}

.etd2 {
	width: 50%;
	padding: 1em 0 1em 0;
}

.etd3 {
	width: 20%;
	padding: 1em 2.5em 1em 2em;
}

.etd4 {
	padding: 1em 2.5em 1em 2em;
	width: 20% M
}

.end_head {
	font-size: 1.2em;
	width: 90%;
	border: .1em solid #bbb;
	padding: .75em 5% .5em 5%;
	margin: 0 0 0 0;
	box-shadow: 0 .4em .4em 0 rgba(0, 0, 0, 0.2);
	background-color: #80defd;
}

.end_info {
	font-size: 1em;
	width: 90%;
	border: .1em solid #bbb;
	padding: .75em 5% .5em 5%;
	box-shadow: 0 .4em .4em 0 rgba(0, 0, 0, 0.2);
	background-color: white;
}

.tableSelectBoxText {
	text-align: left;
	color: #155b78;
	padding: 0 1em 0 0;
}

.table_text {
	color: #155b78;
	font-weight: bold;
	margin: 0 0 0 0;
}

.table_th {
	color: #155b78;
	font-weight: bold;
	margin: 0 0 0 0;
}

.extras_endtable_div {
	margin: 1em 0 0 0;
	width: 100%;
}

.extras_endtable {
	margin: auto;
	width: 100%;
	border-collapse: collapse;
}

.endtable_th {
	color: #155b78;
	font-weight: bold;
	margin: 0 0 0 0;
}

.endtable_text {
	color: #155b78;
	font-weight: bold;
	margin: 0 0 0 0;
}

.extra_info_tr {
	margin: 0 0 2.5em 0;
	heigth: 10em;
}

.extras_table {
	width: 100%;
	table-layout: fixed;
	margin-bottom: 15px;
}

.trennlinie_table {
	border: .2em;
	border-top: .2em solid #E000 #DBDCFF60;
	background-color: #bbb;
	height: .1em;
	width: 85%;
	text-align: center;
}

.trennlinie_end {
	border: .2em;
	border-top: .2em solid #E000 #DBDCFF60;
	color: #DBDCFF;
	background-color: #DBDCFF;
	height: .1em;
	width: 90%;
	margin: 0 auto 1.5em auto;
	text-align: center;
}

.trennlinie_table_head {
	border: .2em;
	border-top: .2em solid #E000 #DBDCFF60;
	background-color: #bbb;
	height: .2em;
}

.komTextarea {
	outline: none;
	resize: none;
	width: 100%;
	margin: 0 0 0 0;
	height: 5em;
	min-height: 1px;
	max-height: 999999px;
}

.button_panel_detail {
	display: flex;
	margin-left: -10px;
	justify-content: flex-end;
}

.request-button {
	margin-left: 10px;
	min-width: 300px;
	cursor: pointer;
}

.extra_gesamt_td {
	text-align: right;
}

.text_right {
	text-align: right;
}

.text_left {
	text-align: left;
}

.text_center {
	text-align: center;
}

.ml_left {
	width: 150px;
	font-weight: bold;
}

.ml_right {
	text-align: left;
}

.mlInput {
	border: 0px;
	color: #155b78;
	font-weight: bold;
	margin: 0 0 0 0;
}

.detail_ml {
	margin: 1em 0 2em 0;
}

.ml_table {
	padding: 0 0 1em 1em;
	word-wrap: break-word;
	border-collapse: collapse;
	width: 100%;
}

.merkliste-item {
	border: .1em solid #bbb;
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
	margin-bottom: 15px;
}

.mlHead {
	padding: .75em .65em .5em 1em;
	border-bottom: 0.1em solid #bbb;
}

.mlDiv {
	padding: .75em 1em .5em 1em;
}

.fzg_img {
	
}

.motorradDiv {
	display: flex;
	flex-direction: column;
}

.image_contain {
	height: 250px;
	width: 100%;
}
.img-responsive {
	max-width: 100%;
	max-height: 250px;
	margin-left: auto;
	margin-right: auto;
}

.form_group {
	display: flex;
	flex-direction: row;
	margin-left: -10px;
}

.form_control {
	flex: 1 1 auto;
	display: flex;
	margin-left: 10px;
	margin-bottom: 10px;
}

.ui-state-disabled {
	pointer-events: auto;
}

.merkliste {
	display: flex;
	flex-direction: row;
	order: 1;
	list-style-type: none;
	margin: 0;
	padding: 0px;
	margin-left: -10px;
}

.wizard-item {
	position: relative;
	display: flex;
	flex-direction: column;
	background: #E8E8E8;
	color: black;
	flex: 1 1 auto;
	height: 50px;
	justify-content: center;
	border-radius: 5px;
	margin-left: 10px;
}

.wizard-item-not-finished {
	filter: opacity(0.4);
	transition-duration: 500ms;
}

.wizard-item-active {
	background: #0b435a;
	color: white;
	transition-duration: 500ms;
}

.wizard-item-finished {
	background: #ee7f00;
	color: white;
	filter: opacity(0.8);
	transition-duration: 500ms;
}

.wizard-item-completed {
	background: #ee7f00;
	color: white;
	transition-duration: 500ms;
}

.wizard-item-text {
	margin-top: auto;
	margin-bottom: auto;
	text-indent: 15px;
}

.wizard-item-text-container {
	margin-left: 15px;
	display: flex;
	flex-direction: row;
}

.wizard-item-number {
	font-size: 20px;
	width: 27px;
	height: 27px;
	min-width: 27px;
	min-height: 27px;
	line-height: 25px;
	border-style: solid;
	border-width: 1px;
	background: white;
	border-radius: 100px;
	text-align: center;
	color: black;
}

.wizard-item-icon {
	width: 27px;
	height: 27px;
	font-size: 20px;
	line-height: 27px;
}

#wizard_div {
	min-width: 400px;
	background: white;
	margin-bottom: 10px;
}

.content_merkliste_div {
	display: flex;
	order: 2;
	flex: 1 1 auto;
	border-style: solid;
	border-width: 1px;
	border-color: LightGray;
	border-radius: 5px;
	padding: 10px;
}

.content-merkliste-filter-container {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	order: 2;
	border-style: solid;
	border-width: 1px;
	border-color: LightGray;
	border-radius: 5px;
	padding: 10px;
}

.wizard-footer {
	display: flex;
	order: 4;
	margin-top: 20px;
	justify-content: space-between;
}

.images {
	    /* height: 300px;
	width: 600px;
    margin-left: auto;
	margin-right: auto; */
	height: 300px;
	width: 600px;
	margin: 0 auto;
}

.image-caption {
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
}

.form-label, .period-form-label, .trailer-form-label, .motorcycle-form-label {
	text-align: right;
	margin-right: 25px;
}

.period-form-label {
	min-width: 15%;
}

.trailer-form-label {
	min-width: 35%;
}

.motorcycle-form-label {
	min-width: 15%;
}

@media screen and (max-width: 1200px) {
	.form_group {
		flex-direction: column;
	}
	.form_control {
		flex-direction: column;
	}
	#wrapper {
		flex-direction: column;
	}
	.fzg_img {
		width: 14em;
		height: auto;
	}
	#merkliste_div {
		margin-left: 0px;
		margin-top: 20px;
		order: 3;
	}
	#content_single {
		background-color: white;
		width: 100%;
		margin: auto;
	}
	#wrapper_single {
		margin: auto;
		width: 100%;
	}
	.content_merkliste_div {
		flex-direction: column;
	}
	.fzg_info {
		display: flex;
		flex-direction: column;
		/*
	  	font-size: 1em;
	  	border: .1em solid #bbb;
	  	padding:.75em 1em .5em 1em;
	  	box-shadow: 0 .4em .4em 0 rgba(0,0,0,0.2);
	  	background-color:white;*/
	}
	.button_panel_detail {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		margin-left: 0px;
	}
	.request-button {
		margin-left: 0px;
		margin-bottom: 10px;
	}
	.images {
		width: 90%;
	}
	
	.form-label, .period-form-label, .trailer-form-label, .motorcycle-form-label {
		text-align: left;
	}
}

.info-icon {
	margin-left: 5px;
	color: #e66100;
	font-size: 24px;
}

.info-icon:hover {
	color: #ee7f00;
}

.vehicle-item {
	font-size: 1em;
	/* border: .1em solid #bbb;*/
	padding: .75em 1em .5em 1em;
	box-shadow: .1em .1em .1em .1em rgba(0, 0, 0, 0.2);
	background-color: white;
}

.hit-group-header {
	color: #0b435a;
}

/* Spinner */
.spinner {
	width: 50px;
	height: 40px;
	text-align: center;
	font-size: 10px;
}

.spinner>div {
	background-color: #155b78;
	height: 100%;
	width: 6px;
	display: inline-block;
	-webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
	animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.spinner .rect3 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

.spinner .rect4 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

.spinner .rect5 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

.loading {
	display: none;
	margin: auto;
	transform: scale(1.7, 1.7);
}

#language-div {
	display: flex;
	justify-content: flex-end;
}

.submit-container {
	display: flex;
	justify-content: flex-end;
}

.slick-prev:before, .slick-next:before {
	color: #155b78;
	font-size: 24px;
}

.tabs {
	margin-bottom: 10px;
}

.no-image-container {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.no-image-image {
	font-size: 180px;
	display: flex;
	justify-content: space-around;
}

.border {
	border: 1px solid #bbb;
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
	margin-bottom: 10px;
	padding: 5px;
}

.no-border {
	border-style: none;
}

.no-padding {
	padding: 0px;
}

.filter-toolbar-icon {
	color: black;
	font-size: 1.35em;
}

.filter-group {
	display: inline;
	white-space: nowrap;
	margin-right: 5px;
}

.icon-image {
	vertical-align: text-bottom;
	height: 1.35em;
}

input[type=checkbox] {
	transform: scale(1.3);
}

.dropdown-container {
	display: inline-block;
}

.dropdown {
	display: none;
	position: absolute;
	z-index: 999;
	background: white;
}

.compact {
	padding: 0;
}

#noMatchesHint {
	font-size: 1.2em;
	line-height: 1.3em;
	color: #e30045;
	font-weight: bold;
	margin-top: 5px;
}

.wizard-page {
	display: flex;
	flex-direction: column;
}

.completed-icon, .finished-icon, .number-div {
	position: absolute;
}

.completed-icon, .finished-icon {
	display: none;
}

.wizard-buttons-container {
	margin-top: 5px;
	display: flex;
	justify-content: space-between;
}

#wizard-back-btn, #wizard-forward-btn {
	display: none;
}

.pages-container {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
}

.hit-form {
	margin-left: 1px;
	margin-right: 8px;
}

#accessories-price-loading, #total-price-loading {
	position: relative;
	display: inline-block;
	display: none;
	transform: scale(0.6, 0.6);
}

.accessories-form, .request-form {
	margin-right: 5px;
}

.price-loading-container {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	vertical-align: middle;
	height: 40px;
}

.accessories-price-label {
	vertical-align: middle;
}

/*
.detail-button {
	float: right;
	width: 25%;
	margin-top: 4px;
	text-align: center;
	padding-top: 10px;
	height: 30px;
	font-weight: bold; 
	border: 1px solid #cbcbcb;
    border-radius: 3px;
}*/

.price {
	float: right;
	width: 100%;
	margin-left: 5px;
}

.agb-h1, .agb-h2, .agb-h3, .agb-h4, .agb-paragraph, .agb-num-paragraph, .agb-num-sub-paragraph {
	margin-bottom: 0px;	
}

.agb-paragraph, .agb-num-paragraph, .agb-num-sub-paragraph {
	text-align: justify;
	hyphens: auto;
}

.agb-h1 {
	margin-top: 0px;
}
.agb-h2 {
	counter-reset: subsection;
}

.agb-h2:before {
	counter-increment: section;
	content: counter(section) ". ";
}

.agb-h3, .agb-num-paragraph {
	counter-reset: subsubsection;	
}

.agb-h3:before, .agb-num-paragraph:before {
	counter-increment: subsection;
	content: counter(section) "." counter(subsection) " ";
}

.agb-num-sub-paragraph:before {
	counter-increment: subsubsection;
	content: counter(section) "." counter(subsection) "." counter(subsubsection) " ";
}

.agb-widerruf {
	margin-top: 1em;
	background: WhiteSmoke;
	width: auto;
	padding: 10px;
	border-style: solid;
	border-color: #e30045;
	border-radius: 5px;
}

.ds-fieldset {
	background: WhiteSmoke;
	width: auto;
	padding: 10px;
	border-style: solid;
	border-color: f25484;
	border-radius: 5px;
	border-width: 3px;	
}

.fieldset-legend {
	color: #155b78;
	font-size: 1.1em;
	font-weight: bold;
}

#datenschutz > li {
	hyphens: auto;
	text-align: justify;
	margin-bottom: 1em;
}

.no-bottom-margin {
	margin-bottom: 0px;
}

.contact-text-area {
	width: 100%;
}

.contact-field-set {
	border-color: #bbb;
	border-width: 1px;
}

.validation-group {
	display: flex;
	flex-direction: column;
}

.form-error, .error {
	display: none;
	color: red;
}

.error {
	font-size: 0.8em;
}

.form-error {
	margin-top: 10px;
}

.input-error {
	border-color: red;
}

.anfrage-label {
	width: 150px;
}

.driver-license-container {
	display: flex;
	margin-left: -10px;
}

.no-expand {
	flex-grow: 0;
}

.restart-button-container {
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin-top: 10px;
}

.hidden {
	display: none;
}

.vehicle-detail-text {
	white-space: pre-line;
}

#page-2 .vehicle-item .images .image-caption {
	display: none;
}