@charset "utf-8";
/* CSS Document */

.ui-loader.ui-corner-all.ui-body-a.ui-loader-default {display:none;}

@media (min-width: 768px) { #js-mobile-detection { display: none; } }

/* Allgemein
----------------------------------------------------------------------------*/
.opacity-background {width:100% !important;}

.row:last-child,
.row:first-child,
.row.navigation,
.row.dealer,
.row.header {
	border:none;
	box-shadow:none;
	background:none;
	padding: 0 2.5px;
}

.row img {
	max-width:100%;
	border-radius:5px;
}
h1, .h1,
h2, .h2,
h3, .h3 {
	text-align:left;
}
h1, .h1 {
	margin-top:10px;
}
h2, .h2 {
	margin-top:0px;
	font-size:1.3em;
}

a,
.dropdown-menu>li>a {
	color:#2079ba;
}

a:hover, a:focus,
a:hover .fa.fa-chevron-right,
a:focus .fa.fa-chevron-right,
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
	color:#0e619d;
	text-decoration:none;
	background:none;
}

.link i {
	font-size:12px;
}

ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
p {
	font-size:1em;
	line-height:1.5em;
}
.lightblue {
	color:#86bceb;
}

.white {
	color:#fff;
}

.dark {
	color:#313131;
}

#baseWrapper .navbar.navbar-default {
	margin:auto;
}

article {padding:0 15px 0 20px;}

/* Icons
----------------------------------------------------------------------------*/
.container {width:100%;}
.box .row {
	margin:auto 0;
	position:relative;
}
@media (min-width:1400px){
	.box .row {
		width:1400px;
	}
}
@media (max-width: 1399px){
	.box .row {
		width:100%;
	}
}


/* Navigation Arrows Left 
------------------------------------------------------------------------------*/
.navi-arrows {
	position:fixed;
	top:50%;
}
.navi-arrows .control {
	text-align:center;
	padding:10px;
	background:#222;
	cursor:pointer;
	margin-bottom:5px;
	font-size: 1.5em;
}

/* Content Boxen
------------------------------------------------------------------------------*/
.video-wrapper {
	position: relative;
	padding-bottom: 50%;
	padding-top: 0px;
	height: 0;
	overflow: hidden;
}

.video-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-left:20px;
}

figure, .video-wrapper {
	margin-bottom:25px;
}

.box h2 {
	padding-bottom:10px;
	line-height:1em;
	font-size:3.8em;
}
.box h2, .box .video-wrapper {
	margin-top:85px;
}
.box .col-lg-7 {
	padding-left:20px;
	padding-right:5px;
}
#first {
	background:url('../images/stage-01-bg-mobile.jpg') center center #c2c2c2;
	background-size:cover;
	margin-top:0px;
}
#first .row {
	position:relative;
	padding-top:60px;	
}
@media (min-width:768px){
#first {
	margin-top:-83px;
}
#first .row {
	padding-top:175px;	
}
}


@-moz-document url-prefix() {
	#first .row {
		position:relative;
		padding-top:75px;	
	}
}

.ie	#first .row {
		position:relative;
		padding-top:75px;	
	}

#first .timeline-bg {
	height:370px;
}

#first h2, #first .video-wrapper,
figure {
	margin-top:0px;
}
#second {
	background:url('../images/stage-02-bg-mobile.jpg') center center #c2c2c2;
	background-size:cover;	
}


#second figure {
	padding-top:95px;
}
#third {
	background:url('../images/stage-03-bg-mobile.jpg') top center #c2c2c2;
	background-size:cover;
}
#third figure {
	padding-top:0px;
	margin-left:-5px;
}
#third .old-logo {
	position: absolute;
	top: -20px;
	right: 4px;
	padding-top: 0px;
	margin-left: 0px;
	width: 30%;
}
#fourth {
	background:url('../images/stage-04-bg-mobile.jpg') top center #c2c2c2;
	background-size:cover;
}
#fourth figure {
	padding-top:20px;
}
#fifth {
	background:url('../images/stage-05-bg-mobile.jpg') top center #c2c2c2;
	background-size:cover;
	padding-bottom:15px;
	height:525px;
}
#fifth .timeline {
	float:none;
}
#fifth .timeline-bg {
	min-height:25px ;
	height:25px !important;
}
#fifth .time-bg {
	position: relative;
    top: 15px;
    border-radius: 0 28px 28px 0;
    width: 75px;
    height: 55px;
}
#fifth .time-bg .fa {
	color:#b71111;
	font-size:.65em;
}
#fifth .history-dropdown {
	position: absolute;
    top: 11px;
    z-index: 99;
    right: 10px;	
}
#fifth .history-dropdown .btn {
	border-radius: 24px;
    padding: 22px;
    border: 2px solid #b71111;
    color: #b71111;
    background: #ccc;
    font-size: 1.25em;
    font-weight: 700;
}
#fifth .history-dropdown li {
	cursor:pointer;
}
#fifth .history-dropdown li:hover a {
	font-weight:700;
}
#fifth .dropdown-menu {
	top:0px;
	background:#b71111;
	min-width:100%;
	text-align:center;
	border-radius:24px;
	font-size:1.25em;
}
#fifth .dropdown-menu a {
	color:#fff;
}

#fifth .year article {
	padding:0px
}

#fifth .year h2 {
 	margin-top: -19px;
 	margin-left: 8px;
 	color: #fff;
 	font-size: 1.25em;
}
#fifth .year h3 {
	margin-top: 30px;
}
#fifth .year img {
	display:none;
}
#fifth .year img.active {
	display:block;
}
#fifth .year ul {
	list-style:disc;
	padding-left: 20px;
	font-size:1.125em;
}
#fifth .year ul li {
	cursor:pointer;
	padding: 0!important;
}
#fifth .year ul li.active {
	color:#c4c400;
	font-size:1.25em;	
}

#fifth .carousel-fade {
	top:0px;
}

#fifth .carousel-fade .carousel-inner .item {
	opacity: 0;
    transition-property: opacity;
}

#fifth .carousel-fade .carousel-inner .active {
    opacity: 1;
    padding: 0 15px 0 4px;
}

#fifth .carousel-fade .carousel-inner .active.left,
#fifth .carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
}

#fifth .carousel-fade .carousel-inner .next.left,
#fifth .carousel-fade .carousel-inner .prev.right {
   opacity: 1;
}
#fifth .carousel-fade .carousel-control {
	z-index: 10;
	color: #b71111;
	font-size: 7em;
	text-shadow: none;
	padding: 0;
	margin: 0;
	width: auto;
	opacity: 1;
}

#fifth .carousel h2 {
	margin-top:0px;
}
#fifth .carousel-caption {
	position: relative;
	left: 0;
	right: 0;
	bottom: 20px;
	z-index: 10;
	padding-top: 3px;
	padding-bottom: 0px;
	color: #fff;
	text-align: left;
	text-shadow: none;
	padding-left:19px;
}
#fifth .carousel-inner {
	overflow:inherit;
}
#fifth .carousel-control.right,
#fifth .carousel-control.left {
	background:none;
}
#fifth .carousel-control.left {
	left:28%;
}
#fifth .carousel-control.right {
	right:10px;
}
#sixth {
	background:url('../images/stage-06-bg-mobile.jpg') top center #c2c2c2;
	background-size:cover;	
}
#sixth .timeline {
	margin-top:20px;
}
#sixth .time-bg.right {
	top:0px;
	left: 15px;
}
#sixth article {
		margin-bottom:40px;
	}
#seventh {
	background:url('../images/stage-07-bg-mobile.jpg') top center #c2c2c2;
	background-size:cover;
	padding-bottom:65px;
}
#seventh h2 {
	margin-top:45px;
}
#seventh .timeline-bg {
	min-height:20px;
	max-height:20px !important;
}

#seventh .timeline-bg.horizontal {
	min-height: 5px;
	max-height:5px !important;
	top: 20px;
	position: relative;
	z-index: 5;
	width: 100%;	
}

.timeline {	
	text-align:center;
	position:absolute;	
}
.timeline-bg {
	background:#b71111;
	float:left;	
	width:6px;
}
.timeline-arrow {
	background:url('../images/timeline-arrow.png') center center;
	position: absolute;
	top: -40px;
	height: 44px;
	width: 74px;
	left: calc(100%/2 - 74px/2);
	margin: auto;
}
.time-bg {
	background:#b71111;	
	color:#fff;
	padding:15px 17px 15px 15px;
	position:absolute;
	top:20px;
	font-size:1.25em;
}
.time-bg.right,
.time-bg.left {
	border-radius:0 28px 28px 0;				
}
.time-bg.left {
	width:150px;
}
/* Panel Dealer
-------------------------------------------------------------------------------*/
.panel-group * {
	border:none;
}

.panel-group {
	margin-bottom:10px;
}

.panel-default>.panel-heading {
	padding: 10px 0px;
	background-color:#fff;
}

.panel-body {
	padding: 10px 5px;
}

.panel-group .panel-heading+.panel-collapse .panel-body {
	border:none;
}





/***** Mobile Portrait ********************************************
*******************************************************************************/
@media (max-width:480px) {
	.box h2 {
		font-size:2.5em;
	}	

	#fifth .carousel-fade {
		top: 35px;
	}
	#fifth .carousel-fade .carousel-control {
		top:-60px;
	}
}

/***** Mobile Landscape *******************************************************
*******************************************************************************/
@media (min-width: 480px) and (max-width:767px) {
	#second .col-lg-7,
	#third .col-lg-7,
	#fourth .col-lg-7,
	#fifth .col-lg-7 {
		width:50%;
	}
	#second .col-lg-7 figure,
	#third .col-lg-7 figure,
	#fourth .col-lg-7 figure {
		margin-top:85px;
	}
	
	#fifth {
		padding-bottom:0px;
		min-height:380px;
		height:auto;
	}
	#fifth .year h2 {
		margin-top:35px;
	}
	#fifth .col-lg-7 figure {
		margin-top:85px;
	}
	#fifth .carousel-fade {
		top: 0px;
	}
	#fifth .carousel-fade .carousel-control {
		top:-35px;
	}
}
/***** Tablet & Desktop *******************************************************
*******************************************************************************/

@media (min-width: 768px) {
	article {padding:inehrit;}
	
	h2, .h2 {
		font-size:4.25em;
	}

	.service-nav .switch-language,
	.service-nav .switch-language ul {
		float:right;
		margin-right: 5px;
	}
	.container.header {
		background:transparent;		
	}
	.container.header.open {
		background: url('../images/stage-01-bg-desktop.jpg') center -22px #004b87;
		padding: 0px 42px 0 41px;
		width: 100%;
	}
	header {
		min-height:90px;
	}
	header figure {
		float:left;
	}
	header figure img {
		width:auto;
		margin:12px 5px !important;
	}

	header .banner-local-news {
		margin-top:-10px;
	}

	header .banner-local-news img {
		margin:0px !important;
	}
	
	figure.pull-right,
	.pull-right .video-wrapper {
		padding-left: 10px !important;
		padding-right:0px !important;
		margin-bottom:0px !important;
	}
	
	.box article {
		display:none;
		margin-bottom:40px;
	}
	
	.box h2 {
		font-size:4em;
	}
	
	.timeline {
		position:relative;
	}
	
	.timeline-bg {
		float:none;		
	}
	
	.time-bg.right {
		left:calc(100%/2);			
	}
	.time-bg.left {		
		left: calc(100%/2 - (27px*5));
		border-radius: 28px 0 0 28px;
		width: auto;			
	}
	#first {
		background:url('../images/stage-01-bg-desktop.jpg') top center #c2c2c2;
		background-size:cover;
	}
	#first h2, #first .video-wrapper,
	figure {
		margin-top:25px;
	}
	
	@-moz-document url-prefix() {
		#first .row {
			position:relative;
			padding-top:120px;	
		}
	}
	
	#first article {
		display:block;
	}
	
	.video-container {padding-left:0px;}
	
	#second {
		background:url('../images/stage-02-bg-desktop.jpg') top center #c2c2c2;
		background-size:cover;
	}
	
	#third {
		background:url('../images/stage-03-bg-desktop.jpg') top center #c2c2c2;
		background-size:cover;
	}
	
	#third .old-logo {	
		position: absolute;
		top: 24px;
		right: -32px;
		padding-top: 0px;
		margin-left: 0px;
	}
	#third figure {
		padding-top:80px;
		margin-left:-15px;
	}
	#fourth {
		background:url('../images/stage-04-bg-desktop.jpg') top center #c2c2c2;
		background-size:cover;
	}
	#fourth figure {
		padding-top:88px;
	}
	#fifth {
		min-height:600px;
		background:url('../images/stage-05-bg-desktop.jpg') top center #c2c2c2;
		background-size:cover;
		padding-bottom:35px;
	}
	
	#fifth .time-bg {
		top:0px;
		border-radius: 26px;
		width: 64%;
		left: 19%;
		padding-left: 33px;
	}
	
	#fifth .time-bg .fa {
		color:#fff;
	}
	
	#fifth .year h2 {
		margin-top: 0px;
		margin-left:0px;
		font-size:4em;
	}
	#fifth .year h3 {
		margin-top: 20px;
	}
	#fifth .carousel-fade {
		margin-top:40px;
	}
		
	#fifth .carousel-caption {
		padding-left:30px;
	}
	
	#fifth .carousel-control.right {
		right: -60px;
	}
	#fifth .carousel-control.left {
		left: -60px;
	}
	#fifth .carousel-fade  .carousel-control {
		z-index: 10;
		color:#b71111;
		font-size:10em;
		text-shadow:none;
		padding: 0;
		margin: 0;
		width: auto;
		top: 20%;	
	}
	#fifth .history-dropdown {
		right:0px	
	}
	#sixth {
		min-height:380px;
		background:url('../images/stage-06-bg-desktop.jpg') top center #c2c2c2;
		background-size:cover;
	}
	#sixth .time-bg.right {	
		left: auto;
		right:calc(100%/2 - 28px*3);
	}
	
	#seventh {
		background:url('../images/stage-07-bg-desktop.jpg') top center #c2c2c2;
		background-size:cover;
	}
	
	#seventh .box h2 {
		margin-top:85px;
	}

	#seventh .timeline-bg.horizontal {
		min-height: 6px;
		max-height:6px !important;		
		right: 0;
		width: calc(100% + 16.667% + 42px);
	}

	.video-wrapper {
		padding-right:10px !important;
		padding-left:0px !important;
		margin-bottom:0px !important;		
	}
	.video-wrapper {
		box-shadow: 0px 0px 15px #222;
	}
	.panel-group .panel-heading+.panel-collapse .panel-body:before {
		content:"";
		height:1px;
		width:100%;
		background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(205,205,205,1) 20%,rgba(205,205,205,1) 80%,rgba(255,255,255,0) 100%); /* W3C */
		position:absolute;
	}
	.panel-group .panel-heading+#premium-dealer.panel-collapse .panel-body:before {
		top:33px;
	}
	.panel-group .panel-heading+#online-dealer.panel-collapse .panel-body:before {
		top:77px;
	}

	#modalFriend .modal-content {
		width:540px;
	}
	#modalFriend .modal-header {
		min-height:42px;
	}

	#modalFriend .modal-body {
		padding:10px;
	}
	
	footer section {margin:auto;}	

}
@media (min-width:768px) and (max-width:991px) {
	#fifth .carousel-control.left {
		left: -25px;
	}
	#fifth .carousel-control.right {
		right: -25px;
	}
}
@media (min-width:1400px) {
footer #links-language-switch{
		width:1400px;
	}
}



.icon-circle:before {
	content:'.';
	display:block;
	float:left;
	font-size: 3em;
	margin-top: -70px;
	line-height: 2.1em;
	margin-right: 8px;
	font-weight: bold;
}

@media (max-width:767px) {
	.icon-circle:before {
		content:'';
		display:none;
	}
}