*:focus {
	outline: none;
}

body {
}

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

.cookie-warnung a {
	color: #FFF;
}

.kopf {
	height: 100px;
	background-color: #fff;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, .7);
}

.sprache {
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	max-width: 1600px;
}

.sprache a {
	text-decoration: none;
}

.kopf .navbar {
	position: relative;
	background-color: transparent;
	padding-top: 10px;
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
	z-index: 3;
}

.navbar-brand {
	max-width: 200px;
}

.navbar-nav {
	background-color: #fff;
}

.nav-link {
	font-size: .85rem;
	font-weight: bold;
}

.navbar-nav .nav-link {
	font-size: inherit;
}

#bildsatz {
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
	z-index: 2;
}

.schatten {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 30px;
	box-shadow: inset 0px 15px 15px -15px rgba(0, 0, 0, .7);
	z-index: 2;
}

.shader-top {
	position: absolute;
	top: -100px;
	left: -137px;
	z-index: 3;
}

.shader-bottom {
	position: absolute;
	right: 0px;
	bottom: -90px;
	z-index: 3;
}

.carousel-control-prev, .carousel-control-next {
	z-index: 5;
}

.blockhead {
	font-size: 1rem;
	font-weight: bold;
	text-transform: uppercase;
}

h3, .h3 {
	text-transform: uppercase;
}

.card-title {
	font-size: 1.3rem;
	text-transform: uppercase;
}

.nav-tabs .nav-link.reiter.collapsed {
	color: #5c5d61;
	background-color: #f8f9fa;
	border-color: #dee2e6 #dee2e6 #dee2e6;
}

.nav-tabs .nav-link.reiter {
	color: #7e003e;
	background-color: #fff;
	border-color: #dee2e6 #dee2e6 #fff;
	font-weight: normal;
}

	
.extrabuttons {
	margin-top: 20px;
	margin-left: -15px;
	margin-right: -15px;
}


.ebtn {
	display: block;
	height: 50px;
	margin-bottom: 10px;
	color: #fff;
	background-color: #5c5d61;
	padding-left: 25px;
	padding-right: 60px;
	line-height: 50px;
	background-position: right center;
	background-repeat: no-repeat;
}

a.ebtn {
	color: #fff;
	text-decoration: none;
}

a.ebtn:hover {
	background-color: #7e003e;
}

.ebtn-news {
	background-image: url(../pic/info.png);
}

.ebtn-tel {
	background-image: url(../pic/telefon.png);
}

.ebtn-email {
	background-image: url(../pic/brief.png);
}

.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 {
	margin-top: 3rem;
	padding-top: 1rem;
	padding-bottom: 2rem;
	border-top: 1px solid #dee2e6;
}

@media(min-width: 576px){
	
	.navbar-brand {
		max-width: 260px;
	}

}

@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;
	}
	
	#bildsatz {
		margin-bottom: 30px;
	}
	
	.extrabuttons:hover {
		left: -20px;
	}
	
}

@media(min-width: 992px){
	
	.navbar-nav {
		background-color: transparent;
	}

	.extrabuttons {
		position: fixed;
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
		top: 280px;
		left: -270px;
		width: 340px;
		padding: 20px;
		transition: left .5s;
		z-index: 5;
	}
	
}

@media(min-width: 1300px){

	#bildsatz {
		margin-bottom: 60px;
	}
	
}