
.navbar-header {
    float: none;
	font-size: 24px;
	margin: 0 auto;
}

.navbar-main {
    float: none;
}
.navbar-main li a {
	color: #fff !important;
	font-size: 24px;
    line-height: 60px;
}

.navbar-main > li > a {
    padding: 0 35px;
}

#mobileMenu {
	display: none;
	visibility: hidden;	
}


h1 {
	color:  #f18e00;
	padding: 15px 0 30px 0;
	margin-top: 48px;
}

.carousel-text-inner h1 {
	color: #fff;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 1);
}

p {
	color: #666;	
}


@media (max-width: 991px) {
	#mobileMenu {
		display: block;
		visibility: visible;	
	}

	#mainMenu {
		display: none;
		visibility: hidden;	
	}
	
	.dropdown-menu {
		display: none;	
	}
}

.carousel-small .carousel-inner .item {
    height: 300px !important;
}

.nav.nav-sidebar li a, .nav.nav-sidebar li a:hover {
    border: 1px solid #fff;
}

.nav-sidebar {
	color: #333;
	margin-top: 60px;
}

.nav-sidebar li a, .nav-sidebar li a:active, .nav-sidebar li a:visited {
	padding: 15px 15px !important;
	font-weight: bold;
	background: #efefef url(/fileadmin/template/images/submenuActive.png) right center no-repeat;
}

.nav-sidebar li a:hover {
	background-color: #fff !important;	
    border: 1px solid #fff;
}

.nav-sidebar li.active a {
	background: #f18e00 url(/fileadmin/template/images/submenu.png) right center no-repeat;
}

.nav.nav-sidebar li.active > a {
    color: #fff;
}

.nav-sidebar li.active a, .nav-sidebar li.active a:active, .nav-sidebar li.active a:visited {
	font-weight: bold	!important;
}


		

.col-md-9 {
}

header {
	background: #333 url(/fileadmin/template/images/header.png) top center repeat-x !important;	
}

#mobileMenu header {
	background: none !important;	
	background-color: #333 !important;
}

#mobileMenu .navbar-header-main {
	 background-color: #fff !important;
}


hr {
	 border-color: #1470ee -moz-use-text-color -moz-use-text-color;
}

footer {
	margin-top: 60px;
	border-top: 10px solid #f18e00;
	font-size: 80% !important;	
}

footer h3, footer h3 {
    font-size: 20px;
}


footer p {
    color: #fff;
}


.frame {
    margin-top: 0px;
}

footer .frame {
    margin-top: 20px;
    margin-bottom: 20px;
}

.backendlayout-pagets__special_start .frame {
    margin-top: 0px;
}

#bottom_menu ul {
	display: inline-table;
	list-style: none;
}

#bottom_menu li {
	float: left;
	list-style: none;
	padding: 0 30px;
}
.breadcrumb-section {
	font-size: 80%;
}
.meta-section {
	padding: 3px 0;
}
.meta-section a {
    color: #aaa;
    font-weight: normal;
}
.language {
	text-align: center;	
}
.meta-section ul {
    margin: 0 auto;
	display: inline-block;
}

div#top_menu {
	float: right;
	margin-top: 42px;
}

#top_menu ul {
	display: inline-table;
	list-style: none;
	margin: 0;
}
#top_menu li {
	float: left;
	list-style: none;
	padding: 0;
}
#top_menu li a {
	text-align: center;
	height: 50px;
	width: 150px;
	display: block;
	font-size: 12px;
	color: #000 !important;
	background-size: 40px;
	padding-top: 40px;
	opacity: 0.7;
}

#top_menu li a:hover {
	opacity: 1;
}

.glossar a {
	background: transparent url(/fileadmin/template/images/icons/glossar.png) top center no-repeat;	
}
.anfahrt a {
	background: transparent url(/fileadmin/template/images/icons/probefahrt.png) top center no-repeat;	
}
.service a {
	background: transparent url(/fileadmin/template/images/icons/termin.png) top center no-repeat;	
}
.anprechpartner a {
	background: transparent url(/fileadmin/template/images/icons/kontakt.png) top center no-repeat;	
}


/* Suche */
.search {
	width: 300px;
	float: left;
	margin: 58px 0 0 100px;	
}
.form-control {
	font-size: 12px;
	padding: 3px 6px;
	height: 30px;
}
header .form-group {
    width: 250px;
	margin-bottom: 0;
}

header .btn-primary { 
	background: #ccc url(/fileadmin/template/images/suche.png) center center no-repeat;	
	background-size: 20px;
	height: 30px;
	border: 1px solid #ccc;
}


.well {
	font-size: 	80%;
	color: #999;
    background: none;
    border: none;
	padding: 0;
	box-shadow: none;
}




/* Formulare */

form ol, form ol li {
    margin: 0 !important;
    padding: 0 !important;
}
form ol li {
    overflow: hidden;
}
.csc-form-element fieldset {
    margin: 0;
    padding: 0;
    position: relative;
}
.csc-form-element legend {
    color: #000000;
    font-weight: bold;
    margin-left: 1em;
}
.csc-form-element fieldset ol {
    padding: 1em 1em 0;
}
.csc-form-element fieldset li {
    list-style: outside none none;
    margin-bottom: 0.5em;
    padding: 0em;
}
.csc-form-element fieldset.submit {
    border-style: none;
}
.csc-form-element li label {
    float: left;
    margin: 0.7em 0 0 0.2em;
    vertical-align: baseline;
    width: 90%;
	padding: 0;
}
.csc-form-element li input + label, .csc-form-element li textarea + label, .csc-form-element li select + label {
    float: none;
    margin-left: 1em;
    margin-right: 0;
    width: auto;
}

.csc-form-element input, .csc-form-element label, .csc-form-element textarea, .csc-form-element select {
    float: none;
    margin-left: 0.2em;
    margin-right: 0;
    width: 90%;
	padding: 5px;
}


.csc-form-element li textarea + label {
    vertical-align: top;
}
.csc-form-element label em, .csc-form-element legend em {
    color: #060;
    display: inline-block;
    font-size: 85%;
    font-style: normal;
    text-transform: uppercase;
}
.csc-form-element legend em {
    position: absolute;
}
.csc-form-element label strong, .csc-form-element legend strong {
    color: #c00;
    display: block;
    font-size: 85%;
    font-weight: normal;
    text-transform: uppercase;
}
.csc-form-element legend strong {
    position: absolute;
    top: 1.4em;
}
.labels-alignment-right label, .labels-alignment-right .fieldset-subgroup legend, .labels-alignment-right.fieldset-subgroup legend {
    text-align: right;
}
#csc-form-element fieldset.fieldset-horizontal {
    border-width: 0;
}
fieldset.fieldset-horizontal ol {
    padding: 0;
}
fieldset.fieldset-horizontal li {
    float: left;
    margin-right: 1em;
    padding: 0;
}
fieldset.fieldset-horizontal.label-below label {
    color: #999999;
    display: block;
    font-size: 90%;
    margin-left: 0;
    margin-top: 0.2em;
    text-align: left;
}
fieldset.fieldset-horizontal label em {
    display: inline;
}
fieldset.fieldset-subgroup {
    border-style: none;
    margin-bottom: -2em;
}
fieldset.fieldset-subgroup legend {
    font-weight: normal;
    margin-left: 0;
    padding: 0;
    width: 13em;
}
fieldset.fieldset-subgroup ol {
    margin: 0 0 0 14em;
    padding: 0;
    position: relative;
    top: -1.4em;
}
fieldset.fieldset-subgroup li {
    padding: 0;
}
fieldset.fieldset-subgroup input + label {
    display: inline;
    float: none;
    margin: 0 0 0 1em;
    width: auto;
}
.labels-block label {
    display: block;
    float: none;
    margin: 0 0 0.5em;
    width: auto;
}
.labels-block input + label, .labels-block textarea + label {
    margin: 0.5em 0 0;
}
.labels-block fieldset.fieldset-subgroup, fieldset.labels-block.fieldset-subgroup {
    margin-bottom: 0;
}
.labels-block .fieldset-subgroup legend, .labels-block.fieldset-subgroup legend {
    width: auto;
}
.labels-block .fieldset-subgroup legend em, .labels-block.fieldset-subgroup legend em {
    position: relative;
}
.labels-block .fieldset-subgroup legend strong, .labels-block.fieldset-subgroup legend strong {
    position: relative;
    top: 0;
}
.labels-block .fieldset-subgroup ol, .labels-block.fieldset-subgroup ol {
    margin: 0;
    padding: 0.5em 0 0;
    top: 0;
}


.csc-form-element .form-group::before, .csc-form-element .form-group::after {
    content: " ";
    display: table;
}
.csc-form-element .form-group::after {
    clear: both;
}
.csc-form-element .form-group::before, .csc-form-element .form-group::after {
    content: " ";
    display: table;
}
.csc-form-element .form-group::after {
    clear: both;
}
.csc-form-element .control-label {
    text-align: left;
}
.csc-form-element .control-label legend {
    border: medium none;
    display: inline-block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.55;
    margin-bottom: 5px;
    max-width: 100%;
}
.csc-form-element .help-block.text-danger {
    color: #a94442;
    font-weight: normal;
}
a.csc-form-element .help-block.text-danger:hover, a.csc-form-element .help-block.text-danger:focus {
    color: #843534;
}
.csc-form-element-radio .radio input[type="radio"], .csc-form-element-checkbox .checkbox input[type="checkbox"] {
    margin-left: 0;
}
.csc-form-confirmation ol {
    list-style: outside none none;
    margin: 0;
    padding-left: 0;
}
.csc-form-confirmation ol li {
    display: inline-block;
}
.csc-form-confirmation-false input, .csc-form-confirmation-true input {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.55;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.csc-form-confirmation-false input:focus, .csc-form-confirmation-true input:focus, .csc-form-confirmation-false input:active:focus, .csc-form-confirmation-true input:active:focus, .csc-form-confirmation-false input.active:focus, .csc-form-confirmation-true input.active:focus, .csc-form-confirmation-false input.focus, .csc-form-confirmation-true input.focus, .csc-form-confirmation-false input.focus:active, .csc-form-confirmation-true input.focus:active, .csc-form-confirmation-false input.active.focus, .csc-form-confirmation-true input.active.focus {
    outline: thin dotted;
    outline-offset: -2px;
}
.csc-form-confirmation-false input:hover, .csc-form-confirmation-true input:hover, .csc-form-confirmation-false input:focus, .csc-form-confirmation-true input:focus, .csc-form-confirmation-false input.focus, .csc-form-confirmation-true input.focus {
    color: #333333;
    text-decoration: none;
}
.csc-form-confirmation-false input:active, .csc-form-confirmation-true input:active, .csc-form-confirmation-false input.active, .csc-form-confirmation-true input.active {
    background-image: none;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
    outline: 0 none;
}
.csc-form-confirmation-false input.disabled, .csc-form-confirmation-true input.disabled, .csc-form-confirmation-false input[disabled], .csc-form-confirmation-true input[disabled], fieldset[disabled] .csc-form-confirmation-false input, fieldset[disabled] .csc-form-confirmation-true input {
    box-shadow: none;
    cursor: not-allowed;
    opacity: 0.65;
}
a.csc-form-confirmation-false input.disabled, a.csc-form-confirmation-true input.disabled, fieldset[disabled] a.csc-form-confirmation-false input, fieldset[disabled] a.csc-form-confirmation-true input {
    pointer-events: none;
}
.csc-form-confirmation-true input {
    -moz-user-select: none;
    background-color: #1470ee;
    background-image: none;
    border: 1px solid #1065d9;
    border-radius: 0;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.55;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.csc-form-confirmation-true input:focus, .csc-form-confirmation-true input.focus {
    background-color: #0e5ac1;
    border-color: #072d62;
    color: #ffffff;
}
.csc-form-confirmation-true input:hover {
    background-color: #0e5ac1;
    border-color: #0c4aa0;
    color: #ffffff;
}
.csc-form-confirmation-true input:active, .csc-form-confirmation-true input.active, .open > .dropdown-toggle.csc-form-confirmation-true input {
    background-color: #0e5ac1;
    border-color: #0c4aa0;
    color: #ffffff;
}
.csc-form-confirmation-true input:active:hover, .csc-form-confirmation-true input.active:hover, .open > .dropdown-toggle.csc-form-confirmation-true input:hover, .csc-form-confirmation-true input:active:focus, .csc-form-confirmation-true input.active:focus, .open > .dropdown-toggle.csc-form-confirmation-true input:focus, .csc-form-confirmation-true input.focus:active, .csc-form-confirmation-true input.active.focus, .open > .dropdown-toggle.csc-form-confirmation-true input.focus {
    background-color: #0c4aa0;
    border-color: #072d62;
    color: #ffffff;
}
.csc-form-confirmation-true input:active, .csc-form-confirmation-true input.active, .open > .dropdown-toggle.csc-form-confirmation-true input {
    background-image: none;
}
.csc-form-confirmation-true input.disabled:hover, .csc-form-confirmation-true input[disabled]:hover, fieldset[disabled] .csc-form-confirmation-true input:hover, .csc-form-confirmation-true input.disabled:focus, .csc-form-confirmation-true input[disabled]:focus, fieldset[disabled] .csc-form-confirmation-true input:focus, .csc-form-confirmation-true input.disabled.focus, .csc-form-confirmation-true input.focus[disabled], fieldset[disabled] .csc-form-confirmation-true input.focus {
    background-color: #1470ee;
    border-color: #1065d9;
}
.csc-form-confirmation-true input .badge {
    background-color: #ffffff;
    color: #1470ee;
}
.csc-form-confirmation-true input:focus, .csc-form-confirmation-true input:active:focus, .csc-form-confirmation-true input.active:focus, .csc-form-confirmation-true input.focus, .csc-form-confirmation-true input.focus:active, .csc-form-confirmation-true input.active.focus {
    outline: thin dotted;
    outline-offset: -2px;
}
.csc-form-confirmation-true input:hover, .csc-form-confirmation-true input:focus, .csc-form-confirmation-true input.focus {
    color: #333333;
    text-decoration: none;
}
.csc-form-confirmation-true input:active, .csc-form-confirmation-true input.active {
    background-image: none;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
    outline: 0 none;
}
.csc-form-confirmation-true input.disabled, .csc-form-confirmation-true input[disabled], fieldset[disabled] .csc-form-confirmation-true input {
    box-shadow: none;
    cursor: not-allowed;
    opacity: 0.65;
}
a.csc-form-confirmation-true input.disabled, fieldset[disabled] a.csc-form-confirmation-true input {
    pointer-events: none;
}
.csc-form-confirmation-true input:focus, .csc-form-confirmation-true input.focus {
    background-color: #0e5ac1;
    border-color: #072d62;
    color: #ffffff;
}
.csc-form-confirmation-true input:hover {
    background-color: #0e5ac1;
    border-color: #0c4aa0;
    color: #ffffff;
}
.csc-form-confirmation-true input:active, .csc-form-confirmation-true input.active, .open > .dropdown-toggle.csc-form-confirmation-true input {
    background-color: #0e5ac1;
    border-color: #0c4aa0;
    color: #ffffff;
}
.csc-form-confirmation-true input:active:hover, .csc-form-confirmation-true input.active:hover, .open > .dropdown-toggle.csc-form-confirmation-true input:hover, .csc-form-confirmation-true input:active:focus, .csc-form-confirmation-true input.active:focus, .open > .dropdown-toggle.csc-form-confirmation-true input:focus, .csc-form-confirmation-true input.focus:active, .csc-form-confirmation-true input.active.focus, .open > .dropdown-toggle.csc-form-confirmation-true input.focus {
    background-color: #0c4aa0;
    border-color: #072d62;
    color: #ffffff;
}
.csc-form-confirmation-true input:active, .csc-form-confirmation-true input.active, .open > .dropdown-toggle.csc-form-confirmation-true input {
    background-image: none;
}
.csc-form-confirmation-true input.disabled:hover, .csc-form-confirmation-true input[disabled]:hover, fieldset[disabled] .csc-form-confirmation-true input:hover, .csc-form-confirmation-true input.disabled:focus, .csc-form-confirmation-true input[disabled]:focus, fieldset[disabled] .csc-form-confirmation-true input:focus, .csc-form-confirmation-true input.disabled.focus, .csc-form-confirmation-true input.focus[disabled], fieldset[disabled] .csc-form-confirmation-true input.focus {
    background-color: #1470ee;
    border-color: #1065d9;
}
.csc-form-confirmation-true input .badge {
    background-color: #ffffff;
    color: #1470ee;
}
.csc-form-confirmation-false input {
    -moz-user-select: none;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 0;
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.55;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.csc-form-confirmation-false input:focus, .csc-form-confirmation-false input.focus {
    background-color: #e6e6e6;
    border-color: #8c8c8c;
    color: #333333;
}
.csc-form-confirmation-false input:hover {
    background-color: #e6e6e6;
    border-color: #adadad;
    color: #333333;
}
.csc-form-confirmation-false input:active, .csc-form-confirmation-false input.active, .open > .dropdown-toggle.csc-form-confirmation-false input {
    background-color: #e6e6e6;
    border-color: #adadad;
    color: #333333;
}
.csc-form-confirmation-false input:active:hover, .csc-form-confirmation-false input.active:hover, .open > .dropdown-toggle.csc-form-confirmation-false input:hover, .csc-form-confirmation-false input:active:focus, .csc-form-confirmation-false input.active:focus, .open > .dropdown-toggle.csc-form-confirmation-false input:focus, .csc-form-confirmation-false input.focus:active, .csc-form-confirmation-false input.active.focus, .open > .dropdown-toggle.csc-form-confirmation-false input.focus {
    background-color: #d4d4d4;
    border-color: #8c8c8c;
    color: #333333;
}
.csc-form-confirmation-false input:active, .csc-form-confirmation-false input.active, .open > .dropdown-toggle.csc-form-confirmation-false input {
    background-image: none;
}
.csc-form-confirmation-false input.disabled:hover, .csc-form-confirmation-false input[disabled]:hover, fieldset[disabled] .csc-form-confirmation-false input:hover, .csc-form-confirmation-false input.disabled:focus, .csc-form-confirmation-false input[disabled]:focus, fieldset[disabled] .csc-form-confirmation-false input:focus, .csc-form-confirmation-false input.disabled.focus, .csc-form-confirmation-false input.focus[disabled], fieldset[disabled] .csc-form-confirmation-false input.focus {
    background-color: #ffffff;
    border-color: #cccccc;
}
.csc-form-confirmation-false input .badge {
    background-color: #333333;
    color: #ffffff;
}
.csc-form-confirmation-false input:focus, .csc-form-confirmation-false input:active:focus, .csc-form-confirmation-false input.active:focus, .csc-form-confirmation-false input.focus, .csc-form-confirmation-false input.focus:active, .csc-form-confirmation-false input.active.focus {
    outline: thin dotted;
    outline-offset: -2px;
}
.csc-form-confirmation-false input:hover, .csc-form-confirmation-false input:focus, .csc-form-confirmation-false input.focus {
    color: #333333;
    text-decoration: none;
}
.csc-form-confirmation-false input:active, .csc-form-confirmation-false input.active {
    background-image: none;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
    outline: 0 none;
}
.csc-form-confirmation-false input.disabled, .csc-form-confirmation-false input[disabled], fieldset[disabled] .csc-form-confirmation-false input {
    box-shadow: none;
    cursor: not-allowed;
    opacity: 0.65;
}
a.csc-form-confirmation-false input.disabled, fieldset[disabled] a.csc-form-confirmation-false input {
    pointer-events: none;
}
.csc-form-confirmation-false input:focus, .csc-form-confirmation-false input.focus {
    background-color: #e6e6e6;
    border-color: #8c8c8c;
    color: #333333;
}
.csc-form-confirmation-false input:hover {
    background-color: #e6e6e6;
    border-color: #adadad;
    color: #333333;
}
.csc-form-confirmation-false input:active, .csc-form-confirmation-false input.active, .open > .dropdown-toggle.csc-form-confirmation-false input {
    background-color: #e6e6e6;
    border-color: #adadad;
    color: #333333;
}
.csc-form-confirmation-false input:active:hover, .csc-form-confirmation-false input.active:hover, .open > .dropdown-toggle.csc-form-confirmation-false input:hover, .csc-form-confirmation-false input:active:focus, .csc-form-confirmation-false input.active:focus, .open > .dropdown-toggle.csc-form-confirmation-false input:focus, .csc-form-confirmation-false input.focus:active, .csc-form-confirmation-false input.active.focus, .open > .dropdown-toggle.csc-form-confirmation-false input.focus {
    background-color: #d4d4d4;
    border-color: #8c8c8c;
    color: #333333;
}
.csc-form-confirmation-false input:active, .csc-form-confirmation-false input.active, .open > .dropdown-toggle.csc-form-confirmation-false input {
    background-image: none;
}
.csc-form-confirmation-false input.disabled:hover, .csc-form-confirmation-false input[disabled]:hover, fieldset[disabled] .csc-form-confirmation-false input:hover, .csc-form-confirmation-false input.disabled:focus, .csc-form-confirmation-false input[disabled]:focus, fieldset[disabled] .csc-form-confirmation-false input:focus, .csc-form-confirmation-false input.disabled.focus, .csc-form-confirmation-false input.focus[disabled], fieldset[disabled] .csc-form-confirmation-false input.focus {
    background-color: #ffffff;
    border-color: #cccccc;
}
.csc-form-confirmation-false input .badge {
    background-color: #333333;
    color: #ffffff;
}

.bar {
    background-color: #f18e00 !important;
}