body {
}

.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;
}

#bildsatz {
	margin-bottom: 15px;
}

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

.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;
}

#galerie {
	position: absolute;
	top: 40px;
	left: 40px;
	right: 40px;
	bottom: 40px;
	z-index: 2060;
}

#galerie .carousel-inner {
	height: 100%;
}

.galerie-motiv {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

#galerie .carousel-control {
	background-image: none;
	width: 30px;
}

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

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

.form-check-input {
    margin-top: .4rem;
}

.fuss {
}

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

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

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

.img-sv {
	position: relative;
	width: 100%;
	padding-top: 60%;
}

.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%;
}

.schatten {
    background-color: #FFF;
    box-shadow: 0px 0px 15px #666;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    padding-bottom: 30px;
    margin-bottom: 60px;
}

.kopf {
    height: 150px;
	background: url(../pic/kopf-hg.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    border-bottom: 1px solid #000;
}

.menubalken {
    background: linear-gradient(#fff, #666);
}

.nav-item.active .nav-link, .nav-link:hover, nav-link.focus {
    background: linear-gradient(#ccc, #333, #ccc);
}

@media(min-width: 992px){
	
	.kopf {
		height: 200px;
		background: url(../pic/pds-hg.png), url(../pic/kopf-hg.png);
		background-repeat: no-repeat, repeat-x;
		background-position: right bottom, left bottom;
	}
}

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

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

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

/*Anti Spam Honeypot*/
.form-group.hp {
	height: 0;
	overflow: hidden;
}
