/* fontpair */
/* heading - Fira Sans */
/* body - Montserrat */
body {
	font-family: 'Montserrat';
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Fira Sans';
}
strong {
	font-family: 'Fira Sans';
	font-weight: 600;
	font-size: 1.2em;
}
.red {
	color: #ff0000;
}
header {
  background-image: url(../../img/css/header-bg.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  min-height: 200px;
  height: 100vh;
  position: relative;
}
.overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #000;
	opacity: .4;
}
.headerTxt h1 {
	font-size: 4em;
	font-weight: 600;
	text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff, 0 0 10px rgba(0,0,0,0.8);
	text-transform: uppercase;
}
.headerTxt p {
	font-size: 2rem;
	font-weight: 600;
	text-shadow: 0 0 10px rgba(0,0,0,0.8);
}
.headerTxt p.blue {
	color: #4242fc;
	text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff, 0 0 10px rgba(0,0,0,0.8);
	padding-top: 20px;
}
section {
  padding: 150px 0;
}
.colorize {
	color: #212529;
	text-decoration: underline;
}
.colorize:hover {
	color: #212529;
	text-decoration: none;
}
hr.hr01 {
	border: 0; 
	height: 1px; 
	background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
	background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
	background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
	background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); 
	margin-top: 70px;
}
.kontaktPhone,
.kontaktMail {
	padding-left: 10px;
}
.bg-kontakt {
	background-image: url(../../img/css/crashcar.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

/* liststyle */
ul.icon {
	list-style: none;
	padding: 0;
}
ul.icon li {
	padding-left: 2em;
	line-height: 26px;
}
ul.icon li::before {
	content: '';
	background-image: url(../../img/css/icon-button.png);
	background-repeat: no-repeat;
	background-size: 22px 22px;
	background-position: left center;
	display: inline-block;
	margin-left: -2em;
	width: 2em;
	height: 26px;
	position: relative;
	top: 6px;
}

/* preistabelle */
.dellen-20 .nav-item {
	text-align: center;
}
.preisHeaderTitel,
.preisHeaderDia,
.preisHeaderArt {
	text-align: center;
}
.dellenAnzahl,
.dellenPreise20,
.dellenPreise2030,
.dellenPreise3045 {
	cursor: default;
}
.dellenAnzahl ul,
.dellenPreise20 ul,
.dellenPreise2030 ul,
.dellenPreise3045 ul {
	text-align: center;
	margin-bottom: 0;
}
.preisHeaderTitel {
	padding: .75rem 1.25rem;
	border: 1px solid rgba(0,0,0,.125);
	border-bottom: none;
	font-weight: 600;
	font-size: 1.25rem;
}
.preisHeaderDia {
	padding: 0 .75rem 1.25rem;
	border: 1px solid rgba(0,0,0,.125);
	border-top: none;	
	border-bottom: none;
	font-weight: 600;
	font-size: 1.25rem;	
}
.preisHeaderArt {
	padding: .75rem 1.25rem;	
	border-bottom: 1px solid rgba(0,0,0,.125);
}
.preisHeaderArtWrapper {	
	border: 1px solid rgba(0,0,0,.125);
}
.preisHeaderArtWrapper ul li {
	padding: .75rem 1.25rem;	
	border-bottom: 1px solid rgba(0,0,0,.125);
}
.preisHeaderArtWrapper ul li:hover {
	background-color: #ccc;
}
.preisHeaderArtWrapper ul li:nth-child(odd) {

}
.dellenPreise20 {
	background-color: #F1C40F;
	color: #fff;
	border-left: none;
}
.dellenPreise20 .preisHeaderArt.kleben,
.dellenPreise20 ul.kleben {
	background-color: #F39C12;
}
.dellenPreise2030 {
	background-color: #57D68D;
	color: #fff;	
	border-left: none;
}
.dellenPreise2030 .preisHeaderArt.kleben,
.dellenPreise2030 ul.kleben {
	background-color: #27AE60;
}
.dellenPreise3045 {
	background-color: #76B8E5;
	color: #fff;
	border-left: none;
}
.dellenPreise3045 .preisHeaderArt.kleben,
.dellenPreise3045 ul.kleben {
	background-color: #2980B9;
}

/* gallery */
.imageContainer {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.imageContainer img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.col.imageContainer {
	padding-right: 5px;
	padding-left: 5px;
}
.imageContainer a {
	display: flex;
	width: 100%;
}
.imageCaption {
	position: absolute;
	bottom: -15px;
	left: 5px;
	right: 5px;
	height: 50px;
	background: rgba(255,255,255,0.6);
	transition:all .3s ease-in-out;	
}
.imageContainer:hover .imageCaption {
	bottom: 0;
}
.imageCaption p {
	text-align: center;
	padding-top: 5px;
}
a .imageCaption p {
	text-decoration: none;
	color: #272222;
	/* text-shadow: 0 0 4px rgba(0,0,0,0.95); */
}
a:hover .imageCaption p {
	text-decoration: none;
	color: #272222;
}

/* footer */
footer a {
	color: #fff;
	text-decoration: underline;
}
footer a:hover {
	color: #fff;
	text-decoration: none;
}


/* mobile devices */
/* small devices (up to 767px) */
@media (max-width: 767px) {
	section {
		padding: 75px 0;
	}
	.headerTxt {
		padding-top: 150px;
	}
	.headerTxt h1 {
		font-size: 2rem;
	}
	.datenschutz .headerTxt h1 {
		font-size: 1.5rem;
	}
	.headerTxt p {
		font-size: 1rem;
	}
	p, .btn, input, div, span, h4, .h4, .lead {
		font-size: 95%;
	}
	h1, .h1 {
		font-size: 20px;
	}
	h2, .h2 {
		font-size: 18px;
	}
	h3, .h3 {
		font-size: 16px;
	}
	.preisHeaderTitel,
	.preisHeaderDia,
	.preisHeaderArt {
		font-size: 10px;
		padding: .5rem 0;
	}
	.preisHeaderDia {
		min-height: 60px;
	}
	.preisHeaderArtWrapper ul li {
		padding: .75rem 0;	
	}
	.navbar-brand img {
		height: 75px;
	}
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767px) {
	
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
	.preisHeaderTitel,
	.preisHeaderDia,
	.preisHeaderArt {
		font-size: 10px;
		padding: .5rem 0;
	}	
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
	
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}
@media screen and (orientation:landscape) {
	.align-items-center {
		align-items: bottom!important;
	}
}