@charset "UTF-8";

/*	CSS Document */
body {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 300;
	color: #fff;
	background-color: #11151e;
}

p,
a {
	font-size: 0.9rem;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

a {
	color: #fff;
}

a:hover,
a strong:hover {
	text-decoration: none;
	color: #808080;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

strong {
	color: #FFFF1A;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

h1,
h2,
h4 {
	text-transform: uppercase;
}

h1,
h2 {
	font-weight: 100;
	letter-spacing: 0.1rem;
}

h1 {
	font-size: 3rem;
}

h2 {
	font-size: 2rem;
	margin-bottom: 1rem;
}

h3 {
	font-size: 1.2rem;
	color: #FFFF1A !important;
	margin-bottom: 2rem;
}

h4 {
	font-size: 2rem;
	font-weight: 600;
	
}
article section h4:not(:nth-child(1)) {
	margin-top: 50px;
}

h5,
li {
	font-size: 1.25rem;
}

article li {
	margin-top: 0.5rem;
}

article section li {
	font-size: 0.9rem;
}

ul {
	list-style: none;
}

ol {
	list-style-type: upper-roman;
}

ol ol {
	list-style-type: decimal;
}

li li {
	font-size: 0.9rem;
}

hr {
	background-color: #333;
}

/*	NAVIGATION */
.navbar {
	text-transform: uppercase;
	letter-spacing: 0.05rem;
	padding: 8px;
}

.navbar-brand {
	margin-left: 60px;
}

.navbar-collapse {
	margin-right: 60px;
}

.navbar-collapse a {
	border-bottom: 3px solid #11151e;
}

.navbar-collapse a:hover {
	text-decoration: none;
	color: #ffff1a !important;
	border-bottom: 3px solid #ffff1a;
}

.navbar .active a {
	color: #ffff1a !important;
	border-bottom: 3px solid #ffff1a;
}

.navbar img {
	height: 6rem;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.navbar-toggler {
	border: none;
}

.navbar-dark .navbar-toggler-icon {
	background-image: url("../images/icons/pfeil_gelb.svg");
	transform: rotate(90deg);
}

nav.shrink img {
	height: 3.5rem;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.parallax,
.meldung {
	position: relative;
	background-color: #000;
	background-image: url("../images/slider/header/Header_2000x1200.jpg");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.parallax {
	height: 300px;
}

.meldung {
	height: 150px;
}

nav.shrink {
	min-height: 60px;
}

.carousel,
.parallax,
.meldung {
	margin-top: 122px;
	margin-bottom: 15px;
}

.carousel {
    max-width: 2000px;
    margin-right: auto;
    margin-left: auto;
}

.carousel-inner img {
	width: 100%;
	max-width: 2000px;
	height: auto;
}

.carousel-caption {
	bottom: 25%;
	bottom: calc(50% - 80px);
}

.carousel-indicators li {
	height: 4px;
}

.carousel-indicators .active {
	background-color: #FFFF1A !important;
}

.carousel-control-prev img,
.retour img {
	transform: rotate(180deg);
}

.abdunkler, .popupabdunkler {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #000;
}

.abdunkler {
	position: absolute;
	z-index: 0;
	opacity: .5;
}

.popupabdunkler {
	position: fixed;
	z-index: 700;
	opacity: .85;
}

.popup {
	position: fixed;
	top: 0;
	margin-left: 0;
	width: 100%;
	height: 100%;
	z-index: 701;
}

.popupmeldung {
	width: 100%;
	z-index: 702;
	animation: fadeindown 0.8s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

.popup.hide {
    display: none;
}

.seitensprung a {
	letter-spacing: 0.1rem;
	text-transform: uppercase;
	color: #fff;
}

.seitensprung a:hover {
	color: #FFFF1A;
}

.achtung {
	width: 100%;
	padding-left: 2rem;
	padding-right: 2rem;
	border-left: solid 3px #FFFF1A;
	border-right: solid 3px #FFFF1A;
}

.news {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background: linear-gradient(90deg, #11151e, #FFFF1A, #11151e);
	background-repeat: no-repeat;
	background-size: 80%;
	animation: lauflicht 3s linear infinite;
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(255, 255, 26, 0);
}

.auflistung {
    padding-left: 1em;
    list-style: disc;
}

/*	Google Maps */
.map-responsive {
	overflow: hidden;
	padding-bottom: 0%;
	position: relative;
	height: 0;
}

.map-responsive iframe {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
}

/*	BUTTONS */
.btn {
	margin-right: 0.8rem;
}

.btn-gelb img,
.btn-grau img {
	width: 30px;
	height: 30px;
	margin-bottom: 3px;
}

.btn-gelb,
.btn-grau {
	text-transform: uppercase;
	padding-top: 10px;
	padding-left: 16px;
}

form .btn-gelb,
form .btn-grau {
	padding-bottom: 9px;
	padding-right: 16px;
}

.btn-gelb {
	background-color: #FFFF1A;
	color: #000;
	border: none;
}

.btn-gelb:hover {
	background-color: #808000;
	color: #000 !important;
}

.btn-grau {
	background-color: #333;
	color: #fff;
	border: none;
}

.btn-grau:hover {
	background-color: #000 !important;
	color: #fff !important;
}

.btn img {
	margin-left: 0.5rem;
}

.btn-block {
    font-size: 1.5rem;
	font-weight: 600;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.bg-dark {
	background-color: #11151e !important;
}

.kontakter {
	position: fixed;
	width: 75px;
	right: 8px;
	bottom: 15%;
	z-index: 600;
}

.kontakter img {
	float: right;
	margin: 3px;
	width: 45px;
	height: 45px;
	background-color: #ffff1a;
	border-radius: 0.25rem;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.65);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.kontakter img:hover {
	width: 75px;
	background-color: #808000;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.termin {
	float: right;
	margin: 3px;
	padding: 0px 3px;
	width: auto;
	height: 45px;
	color: black;
	font-size: 1.4rem;
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;
	background-color: #ffff1a;
	border-radius: 0.25rem;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.65);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	animation: 1.2s pulsieren ease infinite alternate;
}

.termin:hover {
animation: none;
	padding: 0px 18px;
	background-color: #808000;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

article,
footer {
	margin-top: 75px;
	margin-bottom: 15px;
}

section {
	margin-top: 15px;
	margin-bottom: 15px;
}

blockquote {
	font-style: italic;
	letter-spacing: 0.03rem;
	padding: 10px 0 10px 20px;
	border-left: solid 3px;
	border-color: #FFFF1A;
}

.card {
	display: block !important;
	/* Hack nur für IE 11 */
	background-color: #121212;
}

@supports (display: flex) {
	.card {
		display: flex !important;
		/* Hack nur für IE 11 */
	}
}

.card,
.card-deck {
	border: none;
	margin-top: 15px;
}

.card-body,
.card-footer {
	background-color: #121212;
}

.card-img-top {
	width: 100% !important;
}

.card-img-top,
.card-footer:last-child {
	border-radius: 0;
}

/*	 FOOTER */
.sitemap {
	background-color: #fff !important;
	padding-top: 15px;
	padding-bottom: 35px;
	margin-bottom: 30px;
}

.sitemap h5 {
	margin-top: 15px;
}

.sitemap a,
.sitemap h5 {
	font-weight: 600;
	color: #808080 !important;
}

.sitemap a:hover,
.sitemap h5:hover {
	color: #404040 !important;
}

footer img {
	height: 10rem;
	margin-bottom: 15px;
}

.cookiealert {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: 0 !important;
	z-index: 900;
	opacity: 0;
	border-radius: 0;
	background: #121212;
	transform: translateY(100%);
	transition: all 500ms ease-out;
}

.cookiealert.hide {
    display: none;
}

.cookiealert.show {
	opacity: 1;
	transform: translateY(0%);
	transition-delay: 1000ms;
}

.cookiealert a {
	color: #6c757d;
	text-decoration: underline
}

.cookiealert .acceptcookies {
	margin-left: 10px;
	vertical-align: baseline;
}

/* Cookie Banner Customization */

#cookiebanner-flex {
    display: flex;
    flex-direction: column;
    padding-top: .5em;
}

#cookiebanner-text {
    width: 100%;
    text-align: justify;
    padding: 0;
}

#cookiebanner-buttons {
    display: flex;
    justify-content: center;
}

#btn-banner {
    display: flex;
    flex-direction: column;
    width: 100%;
}

#btn-banner button {
    width: 100%;
    margin: .5em auto;
}

#cookiebanner-text a {
    text-decoration: none;
}

@media (min-width: 800px) {
    
    #cookiebanner-flex {
        flex-direction: row;
    }
    
    #btn-banner {
        flex-direction: column;
    }
    
    #cookiebanner-text {
        text-align: justify;
        padding: 0 2em 0 0;
    }
    
    #btn-banner button {
        padding-left: 2em;
        padding-right: 2em;
        height: 40px;
    }
}

@media (min-width: 1000px) {
    #btn-banner {
        flex-direction: row;
    }
    
    #btn-banner button {
        margin: .5em .5em;
    }
}

@media (min-width: 1200px) {
    #cookiebanner-text {
        padding: 0 2em 0 10em;
    }
    
    #btn-banner {
        padding-right: 10em;
    }
}

/*	Small devices (landscape phones, less than 768px) */
@media (max-width: 991.98px) {
	.navbar-brand {
		margin-left: 8px;
	}

	.navbar-collapse {
		margin-left: 8px;
		margin-right: 8px;
	}

	.navbar-collapse a {
		font-size: 1.5rem;
	}

	.navbar a,
	.navbar .active a,
	.navbar-collapse a:hover {
		border-bottom: none;
	}

	.parallax,
	.meldung {
		background-attachment: scroll;
	}
}

/*	Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
	.carousel-inner a {
		display: none;
	}
}

/*	Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
	.carousel-inner p {
		display: none;
	}
}

/* landing page c19-info */
.c19-info {
    padding: 1em 16%;
    text-align: center;
}

#hilgenlogo {
    width: auto;
    max-width: 100%;
    padding-top: 5em;
    height: 180px;
}

.c19-info h1 {
    color: #FFFF1A;
    padding-top: .5em;
    font-size: 2em;
}

.c19-content {
    text-align: justify
}

.c19-content p {
    font-size: 1em;
}

.c19-info h2 {
    color: #FFFF1A;
    font-size: 1.2em;
}

.c19-info a {
    margin: 0;
    font-size: 1.2em;
    width: 100%;
}

.benz-branding {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 1em;
}

#logo-stern {
    height: 60px;
}

#logo-schriftzug {
    height: 30px;
    margin-top: 1em;
}

@media (max-width: 1500px) {
    .c19-info {
        padding: 2em 10%;
    }
}

@media (max-width: 1200px) {
    .c19-info {
        padding: 2em 3em;
    }
}

@media (max-width: 800px) {
    .c19-info {
        padding: 2em 2em;
    }
    
    .c19-info h1 {
        font-size: 2em;
    }
    
    .c19-info h2 {
        font-size: 1.3em;
    }
    
}

/* Animationen */

/* pulsieren */
@keyframes pulsieren {
	80% {
	  	margin: 3px 3px;
  }
	90% {
	  	margin: 3px 13px;
  }
	100% {
	  	margin: 3px 3px;
  }
}

/* fade in down */
@keyframes fadeindown {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

/* lauflicht */
@keyframes lauflicht {
	0% {
		background-position: -500%;
	}

	100% {
		background-position: 500%;
	}
}
