@charset 'UTF-8';
body {
	font-family: Arial, Helvetica, sans-serif;
}

a { color: #0c2d6a; }

picture { display: block; }

.navbar { padding: 1rem 4rem; }

.navbar-expand-md .navbar-nav .nav-link { 
	font-size: 1.2rem; 
	letter-spacing: 0.1rem;
}

.navbar-light .navbar-nav .nav-link { color: #0c2d6a; }

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
	color: #0c2d6a;
}

.navbar-expand-md .navbar-nav .nav-link {
	padding-left: 1.2em;
	padding-right: 1.2em;
}

.font-weight-bold { font-weight: 600 !important; }

.container {
	max-width: none;
	padding: 0;
}

.carousel-item {
	height: calc(100vh - 90px);
	min-height: 300px;
}

img.slogan {
	position: absolute;
	top: 10%;
	left: 10%;
	z-index: 100;
}

.background-image {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 10;
}

.background-image img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	position: absolute;
    left: -9999px;
    right: -9999px;
	z-index: 1;
}

@media (max-width: 991.98px) {
	img.slogan { display: none; }
}

.description {
	background-color: rgba(4,16,41,0.4);
	border-radius: 8px;
	color: #fff;
	position: absolute;
	bottom: 30%;
	right: 10%;
	min-width: 456px;
	width: 27%;
	padding: 12px;
	z-index: 120;
}

@media (max-height: 700px) {
	.description {
		top: 5%;
	}
}

@media (max-width: 991.98px) {
	.description {
		min-width: 0;
		width: 80%;
	}
}

@media (max-width: 575.98px) {
	.navbar { padding: 1rem; }
	.description {
		bottom: auto;
		top: 5%;
	}
}

.description p { font-size: 1.4em }

.description a { color: inherit;text-decoration: underline }

.description .link a { font-size: 1.2em;text-decoration: none }

.navbar-light .navbar-text a {
	display: inline-block;
	margin: 0 0 0 16px;
}

@media (orientation: portrait) {
	.background-image img {
		height: 100%;
		max-width: none;
	}
}

@media (orientation: portrait) and (min-height: 960px) {
	img.slogan { display: block; }
}

.navbar-brand img { width: 90px; }

@media (min-width: 960px) {
	.carousel-item {
		height: calc(100vh - 160px);
		min-height: 300px;
	}
	.navbar-brand img { width: auto; }
}


.carousel-control-next-icon {
	background-image: url(../imgs/gfx/Navigation-rechts.png);
}
.carousel-control-prev-icon {
	background-image: url(../imgs/gfx/Navigation-links.png);
}

.carousel-control-next, .carousel-control-prev { width: 8%; }

img.youtube {
	height: 36px;
}

.description .btn {
	background-color: #fff;
	border: 0;
	color: #0c2d6a;
	font-weight: 600;
	text-decoration: none;
}

.description .btn:before {
	display: inline-block;
	content: url(../imgs/gfx/pfeil.png);
	height: 12px;
	margin: 0 8px 0 0;
	width: 12px;
}

.description .btn:hover {
	color: rgba(0,0,0,.7);
}
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 8000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
	display: block;
    margin: 0 -20%;
    padding: 20px;
    border: 1px solid #888;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 50%;
    width: 40%;
    z-index: 10000;
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

#cookieCategories {
	list-style: none;
	padding: 0;
}

#cookieCategories input {
	margin-right: 8px;
	top: 3px;
}

#cookieCategories label {
	font-size: 1em;
	margin-left: 8px;
}

#cookieCategories ul { 
	list-style: none; 
	padding-left: 22px;
}

.cookieCatDescriptionWrapper { margin-left: 8px; }

.modal .formgen button {
	float: right;
	margin-left: 12px;
}

.farbschema .color1.modal .formgen button.btn-secondary { 
	background-color: #eee7f3; 
	color: #000;
}

.modal .editor ul li:before { display: none; }