/*
		BLAU: #012480
		ROT:	#fd0400
*/

@import url("animate.css");
@import url("fontawesome.min.css");
@import url("lightbox.css");
@import url("font.css");
@import url("datetimepicker.min.css");

html, body {
	height: 100%;
}
body {
	font-size: 18px;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	color: #333;
	background: #fff;
}


/* TYPOGRAPHY */
h1, h2, h3, h4, h5, h6 {
	font-weight: 800;
	margin: 0 0 30px 0;
	line-height: 1.5;
	font-style: italic;
	text-transform: uppercase;
}

h1 small {
  font-size: 22px;
}

p {
	margin: 15px 0;
	line-height: 1.8;
	text-align: justify;
	
	hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-o-hyphens: auto;
}

a {
	transition: all .25s;
	color: #012480;
	outline: none;
}
a:hover {
	text-decoration: none;
	color: #fd0400;
}

small {
	display: block;
	font-size: 75%;
}

strong, b {
	font-weight: bold;
}

hr {
	margin: 30px 0;
}

ul.ul {
	list-style-image: url("../img/ul.png");
	line-height: 1.8;
}

div.two-colums {
  -moz-column-width: 400px;
  -moz-column-gap: 30px;
  -moz-hyphens: auto;
  -webkit-column-width: 400px;
  -webkit-column-gap: 30px;
  -webkit-hyphens: auto;
  column-width: 400px;
  column-gap: 30px;
  hyphens: none;
  -ms-hyphens: none;
  text-align: left;
  display: block;
}


/* BUTTONS */
.btn {
	border-radius: 0;
	border: none;
	text-transform: uppercase;
	font-weight: 800;
}
.btn:focus {
	box-shadow: none;
}

.btn-light {
	background: #fff;
	color: #333;
}
.btn-light:hover,
.btn-light:focus {
	background: #eee;
	color: #333;
}

.btn-primary {
	background: #012480;
	color: #fff;
}
.btn-primary:hover,
.btn-primary:focus {
	background: #002da5;
	color: #fff;
}


/* STRIPES */
.stripes {
	display: flex;
	overflow: hidden;
	background: #fff;
	min-height: 100%;
	padding: 0;
	
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
}
.stripes-item {
	width: calc(100% / 5);
	min-height: 100%;
	background: #eee;
	position: relative;
	overflow: hidden;
	
	-webkit-transform: skewX(-15deg);
	-ms-transform: skewX(-15deg);
	transform: skewX(-15deg);
	transition: all .5s;
}
.stripes-item:hover {
	/*
	-webkit-transform: skewX(-15deg) scale(1.1);
	-ms-transform: skewX(-15deg) scale(1.1);
	transform: skewX(-15deg) scale(0.95);
	*/
}
.stripes-item::before {
	content: '';
	min-width: 700px;
	min-height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	
	-webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	transform-origin: bottom left;
	
	-webkit-transform: skewX(15deg);
	-ms-transform: skewX(15deg);
	transform: skewX(15deg);
}

.stripes-item:nth-child(1)::before {
	background-image: url(../img/stripes/1.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
}
.stripes-item:nth-child(2)::before {
	background-image: url(../img/stripes/2.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 2;
}
.stripes-item:nth-child(3)::before {
	background-image: url(../img/stripes/3.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 3;
}
.stripes-item:nth-child(4)::before {
	background-image: url(../img/stripes/8.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 4;
}
.stripes-item:nth-child(5)::before {
	background-image: url(../img/stripes/5.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 5;
}

.stripes-item:nth-child(1) { animation-duration: 1.5s; }
.stripes-item:nth-child(2) { animation-duration: 2s; }
.stripes-item:nth-child(3) { animation-duration: 2.5s; }
.stripes-item:nth-child(4) { animation-duration: 3s; }
.stripes-item:nth-child(5) { animation-duration: 3.5s; }

.stripes.set {
  min-height: 350px;
}
.stripes.set .stripes-item:nth-child(1)::before {
  background-image: url(../img/stripes/6.jpg);
  background-position: center top;
}
.stripes.set .stripes-item:nth-child(2)::before {
  background-image: url(../img/stripes/4.jpg);
  background-position: center bottom;
}
.stripes.set .stripes-item:nth-child(4)::before {
  background-image: url(../img/stripes/7.jpg);
}
.stripes.set .stripes-item:nth-child(5)::before {
  background-image: url(../img/stripes/9.jpg);
}


/* NAV */
.navbar {
	background: #eee !important;
	transition: all .25s;
}
.navbar .navbar-nav {
	width: 100%;
}
.navbar .nav-item {
	max-width: 100%;
	flex-grow: 1;
	flex-basis: 0;
	text-align: center;
}
.navbar-light .navbar-nav .nav-link {
	color: #012480;
	padding: 10px 15px;
	text-transform: uppercase;
	font-weight: 800;
	font-style: italic;
	outline: none;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link.active {
	color: #fd0400;
	outline: none;
}

.navbar-light .navbar-toggler {
	height: 50px;
	width: 50px;
	padding: 5px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	font-size: 22px;
	outline: none;
	transition: all .25s;
	border-color: #333;
	color: #333;
	border-radius: 0;
	transform: skewX(10deg);
}
.navbar-light .navbar-toggler:hover,
.navbar-light .navbar-toggler:focus {
	background: #fff;
}
.navbar-light .navbar-toggler i {
	transform: skewX(-10deg);
}
.navbar-brand {
	color: #333;
	text-transform: uppercase;
	font-weight: 800;
	outline: none;
}

.navbar.fixed-top {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
}

.dropdown-menu {
	border-radius: 0;
	border: none;
	padding: 15px;
	background: #012480;
	transform: skewX(10deg);
}
.dropdown-menu .dropdown-item {
	transform: skewX(-10deg);
	color: #fff;
	border-left: 5px solid transparent;
}
.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item.active {
	background: #012480;
	color: #fff;
	border-left-color: #fff;
}


/* SECTION */
section {
	position: relative;
	padding: 45px 0;
	background: #fff;
}
.section-grey {
	background: #eee;
}

.section-title {
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.section-title::before {
	content: attr(data-title);
	color: rgb(51, 51, 51, 0.25);
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%) scale(1.5);
	filter: blur(2.5px);
	z-index: -1;
	overflow: hidden;
}

.logo {
	position: absolute;
	top: 45px;
	left: 45px;
	background: #012480;
	background-image: url("../img/logo.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	padding: 15px;
	width: 500px; 
	height: 120px;
	z-index: 10;
	transform: skewX(10deg);
	box-shadow: 3px 3px 0 0 rgba(0,0,0,0.5);
}
.logo .badge-20-jahre {
  position: absolute;
  display: block;
  width: 350px;
  right: 45px;;
  bottom: -90px;
  z-index: 10;
  transform: skewX(-10deg);
}

.scrolldown {
	position: absolute;
	bottom: 45px;
	right: 45px;
	background: #012480;
	padding: 15px;
	text-align: center;
	display: flex;
	justify-content: space-around;
	z-index: 10;
	transform: skewX(10deg);
	box-shadow: 3px 3px 0 0 rgba(0,0,0,0.5);
	color: #fff;
	font-size: 50px;
}
.scrolldown i {
	transform: skewX(-10deg);
}
.start-caption {
	color: #fff;
	font-weight: 800;
	font-size: 70px;
	position: absolute;
	left: 75px;
	bottom: 75px;
	z-index: 10;
	font-style: italic;
	text-shadow: 3px 3px 0 rgba(0,0,0,0.5);
	line-height: 1;
	text-transform: uppercase;
}

.news-detail h2 {
  line-height: 1.2;
}
.news-detail h2 small {
  font-size: 16px;
}


/* FOOTER */
footer {
	padding: 60px 0;
	display: block;
	color: #fff;
	background: #eee;
}
footer a {
	color: #fff;
	margin-right: 7.5px;
}
footer .footer-fahrzeug {
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	width: 320px;
	z-index: 1;
}
footer .footer-content {
	background: #012480;
	padding: 20px 30px;
	width: 95%;
	margin-left: auto;
	transform: skewX(10deg);
	padding-left: 300px;
}
footer .footer-content .footer-inner {
	transform: skewX(-10deg);
	font-size: 14px;
}
footer .designby {
	text-align: right;
	font-size: 12px;
	color: #333;
	margin-top: 5px;
}


/* CARD */
.card {
	border-radius: 0;
	margin-bottom: 30px;
	transition: all .25s;
}
.card:hover {
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
	transform: scale(1.03);
}
.card-img {
  display: block;
  position: relative;
  min-height: 180px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
}
.card-img-top {
	border-radius: 0;
}
.card-header {
  background: #012480;
  color: #fff;
  font-size: 16px;
}
.card-body {
	border-radius: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.card-title {
	margin-top: 0;
	line-height: 1.2;
	width: 100%;
	min-height: 110px;
}

.tags .card {
	margin-bottom: 30px;
	border: none;
}
.tags .card:hover {
	box-shadow: none;
	transform: none;
}
.tags .card .card-body {
	padding: 10px 15px;
	font-size: 14px;
	background: #012480;
	color: #fff;
}

.ausgebucht {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 250;
  background-color: rgba(255,255,255,0.75);
  background-image: url(../img/ausgebucht.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}


/* MEDIA */
.media .media-img {
	width: 200px;
	margin-right: 30px;
	display: block;
	margin-bottom: 15px;
}
.media .media-title {
	margin: 0 0 15px 0;
}
.media .media-text {
	display: block;
	font-size: 16px;
}
.media .media-control {
	margin-top: 15px;
	text-align: right;
}


/*
		FORM
*/
.form-control {
	border-radius: 0;
	border-color: #333;
}
.form-control:focus {
	box-shadow: none;
	border-color: #012480;
}

.has-error .form-control {
	border-color: #fd0400;
}
.has-error label,
.has-error .help-block,
.has-error .form-control {
	color: #fd0400;
}

#danke {
	display: none;
}


/* GALERIE */
.galerie {}
.galerie .galerie-item {
	width: 100%;
	height: 160px;
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 30px;
}
.galerie .galerie-caption {
	padding: 10px;
	text-align: center;
	font-size: 14px;
	font-weight: 800;
	margin-top: -30px;
	margin-bottom: 30px;
}


/* TIMELINE */
.timeline {
	display: block;
	position: relative;
	padding: 15px 0;
	margin-bottom: 15px;
}
.timeline::before {
	content: '';
	top: 0;
	bottom: 0;
	left: 20px;
	position: absolute;
	width: 2px;
	height: 100%;
	background: #333;
}
.timeline .timeline-item {
	display: block;
	position: relative;
	margin-bottom: 15px;
}
.timeline .timeline-item:last-child {
	margin-bottom: 0;
}
.timeline .timeline-item .timeline-title {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding-left: 60px;
	line-height: 1;
	font-weight: 800;
	font-size: 22px;
	margin-bottom: 5px;
}
.timeline .timeline-item .timeline-title::before {
	content: '';
	width: 25px;
	height: 25px;
	background: #fff;
	border-radius: 50%;
	margin-right: 15px;
	border: 5px solid #333;
	position: absolute;
	left: 8px;
	top: auto;
}
.timeline .timeline-item .timeline-text {
	padding-left: 60px;
}

.timeline.set::before {
  display: none;
}

/* ccm19 */
.ccm-settings-summoner {
	display: none;
}



/*
		RESPONSIVE
*/
@media (max-width: 1199.98px) {
	/* GALERIE */
	.galerie .galerie-item {
		height: 210px;
	}
}
@media (max-width: 991.98px) {
	/* NAV */
  .navbar .nav-item {
    text-align: left;
  }
	
	/* SECTION */
	.start-caption {
		left: 60px;
		bottom: 60px;
		font-size: 50px;
	}
	
	/* FOOTER */
	footer .footer-fahrzeug {
		width: 300px;
	}
	
	/* GALERIE */
	.galerie .galerie-item {
		height: 210px;
	}
}
@media (max-width: 767.98px) {
	.section-title::before {
		display: none;
	}
	
	/* SECTION */
	.logo {
		top: 30px;
		left: 30px;
		width: 275px;
		height: 80px;
	}
  .logo .badge-20-jahre {
    width: 200px;
    right: 30px;
    bottom: -45px;
  }
  
	.scrolldown {
		font-size: 30px;
	}
	.start-caption {
		left: 50%;
		bottom: auto;
		top: 50%;
		transform: translate(-50%,-50%);
		text-align: center;
		font-size: 35px;
		width: 90%;
	}
	
	/* FOOTER */
	footer {
		padding: 15px 0;
	}
	footer .footer-fahrzeug {
		position: relative;
		left: auto;
		top: auto;
		margin: 0 auto -30px auto;
		display: block;
		transform: none;
		width: 250px;
	}
	footer .footer-content {
		width: 100%;
		padding: 40px 30px 30px 30px !important;
		text-align: center;
	}
	
	/* MEDIA */
	.media {
		display: block;
	}
	.media .media-img {
		width: 100%;
	}
	
	/* GALERIE */
	.galerie .galerie-item {
		height: 150px;
	}
}
@media (max-width: 575.98px) {
	/* GALERIE */
	.galerie .galerie-item {
		height: 140px;
	}
}










