body {
	padding-top: 95px;
}

.cookie-warnung {
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
	padding-top: 1rem;
	padding-bottom: 1rem;
	color: #FFF;
	background-color: rgba(0,0,0,.8);
	z-index: 50000;
}

.kopf {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
}

.topmenu {
	height: 40px;
	overflow: hidden;
	transition: height 0.5s;
}

.kopf.scrolled .topmenu {
	height: 0px;
}

a.card {
	text-decoration: none;
}

.topmenu, .fuss {
	color: #fff;
}

.topmenu a.nav-link, .fuss a {
	color: #fff;
	text-decoration: none;
}

.topmenu a.nav-link:hover, .fuss a:hover {
	color: #e6e6e6;
	text-decoration: underline;
}

.fuss {
	background-color: #222;
}

a.fussbanner {
	display: block;
	max-width: 150px;
	text-decoration: none;
}

.max-breite {
	max-width: 1350px;
}

.blockhead {
	font-family: "ADAC-Slab", serif;
	font-weight: 700;
	padding-left: 1.8rem;
	border-left: 4px solid #ffcc00;
}

.newsitem {
	height: 290px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#bildsatz {
}

.video {
	width: 100%;
	height: auto;
}

.bstext {
	position: absolute;
	bottom: 50px;
	left: 20px;
	width: 80%;
	z-index: 2;
}

.bshead {
	background-color: #fff;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	padding: 4px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: "ADAC-Slab", serif;
	font-size: 18px;
	line-height: 20px;
	color: #000;
	margin-bottom: 4px;
}

a.newsletter {
	position: absolute;
	left: 20px;
	bottom: 0px;
	height: 35px;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 35px;
	background-color: #fff;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	z-index: 10;
}

a.newsletter:hover {
	background-color: #ffcc00;
}

.galerie-einblendung {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 2000;
}

.galerie-hg {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(0,0,0,0.8);
	overflow: visible;
	z-index: 2030;
}

a.galerie-x {
	position: absolute;
	top: 10px;
	right: 40px;
	color: #fff;
	font-size: 2rem;
	z-index: 2090;
}

a.galerie-x:hover {
	color: #fff;
}

.popup {
	position: relative;
	margin-top: 50px;
	background-color: #fff;
	z-index: 2060;
}

.galerie-thumbleiste {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: -35px;
	height: 70px;
	padding-left: 5%;
	padding-right: 5%;
	overflow: hidden;
	z-index: 2090;
}

.galerie-minthumb {
	display: inline-block;
	width: 70px;
	height: 70px;
	margin-left: 5px;
	margin-right: 5px;
	border: 1px solid #fff;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

a.galerie-minthumb:hover {
	border: 1px solid #ffcc00;
}

.ankerbox {
	position: relative;
	height: 0px;
}

.anker {
	position:absolute;
	margin-top: -120px;
}

.pfeil {
	background-image: url(../pic/pfeil.svg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}

.pfeil a {
	color: #6c757d;
	text-transform: uppercase;
}

.kasten {
    position: relative;
}

.kastenthumb {
    position: absolute;
    right: 0px;
    bottom: 0px;
    max-width: 30%;
	height: 100%;
	object-fit: contain;
	object-position: bottom;
	z-index: 1;
}

.kastentext {
    position: relative;
    z-index: 2;
}

.vsdetail a, .vstext a {
	color: #000;
	text-decoration: underline;
}

.vsdetail a:hover, .vstext a:hover {
	color: #666;
}

.auf {
	display: none;
}

.auf.collapsed {
	display: block;
}

.zu {
	display: block;
}

.zu.collapsed {
	display: none;
}

span.bi {
	font-size: 120%;
	margin-right: 0.5rem;
}

.quelle {
	font-style: italic;
	color: #6c757d;
}

.datumstoerer {
	position: absolute;
	top: 15px;
	left: 15px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #fff;
	color: #6c757d;
	display: table-cell;
}

.mapbox {
	position: relative;
	background-image: url(../pic/map-platzhalter.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.btn-light:not(:disabled):not(.disabled).active {
    border-color: #ffcc00;
}

.img-sv {
	position: relative;
	width: 100%;
	padding-top: 70%;
	border: 1px solid #ddd;
}

.img-as {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}

.img-as img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50%;
}

h6 .h6 {
	font-size: 14px;
}

.card-text {
	font-size: 18px;
}

.form-group.hp {
	height: 0;
	overflow: hidden;
}

@media(min-width: 576px){

	body {
		padding-top: 128px;
	}

}

@media(min-width: 768px){

	
	.popup {
		margin-top: 10%;
	}
	
	.bstext {
		width: 70%;
	}

	.bshead {
		font-size: 23px;
		line-height: 25px;
	}
	
	.carousel-control-prev {
		left: -30px;
	}
	
	.carousel-control-next {
		right: -30px;
	}
	
}

@media(min-width: 992px){
	
	body {
		padding-top: 168px;
	}

	.popup {
		margin-top: 5%;
	}
	
	.bstext {
		width: 50%;
	}
	
	.carousel-control-prev {
		left: -40px;
	}
	
	.carousel-control-next {
		right: -40px;
	}
	
	.newsitem {
		height: 370px;
	}
	
}

@media(min-width: 1400px){
	
	.carousel-control-prev {
		left: -55px;
	}
	
	.carousel-control-next {
		right: -55px;
	}
	
	.newsitem {
		height: 460px;
	}

}

.cmslink {
	position: relative;
	height: 0px;
	display: block;
	overflow: visible;
	z-index: 50;
}

.cmsbtn {
	position: absolute;
	top: 0px;
	left: 0px;
}

#qcore-btn-show {
	display: none;
}
