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;
}

.nav-item:hover, .nav-item.active {
	background-color: #fbe2cc;
}

#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%;
}

h2, h3, h4, h5, h6, .h2, .h3, .h4, .h5, .h6 {
	margin-bottom: 1rem;
}

h1, .h1, h2, .h2, h3, .h3 {
	color: #ed6f00;
}

h1, .h1 {
	font-weight: 700;
	margin-bottom: 2rem;
}

.list-group-item-action {
	color: #212529;
}

.card-title {
	font-weight: bold;
}

@media(min-width: 768px){
	
	.dropdown:hover > .dropdown-menu > .dropdown-submenu:hover > .dropdown-menu{
		display: block;
	}
	
	.dropdown-submenu {
		position: relative;
	}
	
	.dropdown-submenu > .dropdown-menu {
		top: 0;
		left: 100%;
	}
	
	.dropdown-submenu > .dropdown-toggle::after {
		display: inline-block;
		width: 0;
		height: 0;
		margin-left: .4em;
		vertical-align: .1em;
		content: "";
		border-left: .3em solid;
		border-top: .3em solid transparent;
		border-right: 0;
		border-bottom: .3em solid transparent;
	}
	
}

.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;
}
