body {
	padding-top: 75.333px;
}

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

#menu {
	text-transform: uppercase;
	background-color: rgba(255,255,255,0.85);
}


#bildsatz {
	position: relative;
	z-index: 1;
}

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

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


.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 a, .filter-link {
	color: #666;
}

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

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

a.list-group-item-action {
	text-decoration: none;
}

.carousel-caption {
	left: 0;
	right: 0;
	text-shadow: 1px 1px 4px #000;
}

.carousel-caption.bs {
	top: 0;
	text-transform: uppercase;
}

.carousel-indicators li {
    width: 12px;
    height: 12px;
    margin-right: 5px;
    margin-left: 5px;
    background-color: transparent;
    border: 1px solid #fff;
	border-radius: 6px;
    opacity: 1;
}

.carousel-indicators .active {
    opacity: 1;
    background-color: #d91713;
}

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

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

.mosaik-container {
	position: relative;
	min-height: 800px;
}

.mosaik-title {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(249,183,0,.85);
	color: #fff;
	opacity: 0;
	transition: opacity 0.5s;
}

.card:hover .mosaik-title, .card:focus .mosaik-title {
	opacity: 1;
}

.block {
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.dunkler {
	background-color: rgba(0,0,0,.5);
}

.text-white a:link, .text-white a:visited {
	color: #ddd;
}

.text-white a:hover, .text-white a:focus {
	color: #fff;
}

.fuss {
	background-color: #585856;
}

.fuss a {
	text-decoration: none;
}

u {
	color: #fff;
	background-color: #000;
	text-shadow: none;
	text-decoration: none;
}

a.nachunten {
	position: absolute;
	bottom: 10px;
	left: 30%;
	right: 30%;
	background-image: url(../pic/nachunten.svg);
	background-position: bottom center;
	background-repeat: no-repeat;
	opacity: .8;
	z-index: 900;
}

a.nachunten:hover, a.nachunten:focus {
	opacity: 1;
}

h1, h2, h3, h4 {
	text-transform: uppercase;
}

.text-schmaler {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.block-min-hight {
	min-height: 500px;
}

.kasten .h4 {
	margin-bottom: 2rem;
}

.kasten hr {
	border-bottom: 5px solid #c72b16;
	width: 100px;
	margin-bottom: 2rem;
}

#menu .navbar-brand {
	margin-left: 5%;
	margin-top: -10px;
	height: 55px;
	overflow: visible;
	transition: height 0.5s ease;
}

#menu .navbar-brand img {
	height: 100px;
	transition: height 0.5s ease;
}

.kasten {
	background-color: #808285;
}

.btn-primary {
    color: #fff;
    background-color: #999;
    border-color: #999;
}

.btn-primary:hover, .btn-primary:focus {
    color: #fff;
    background-color: #c72b16;
    border-color: #c72b16;
}

.bg-trans {
	background-color: rgba(52,58,64,0.5);
}

@media(min-width: 768px){
	
	body {
		padding-top: 115px;
	}
	
	#menu .navbar-brand {
		height: 84px;
	}

	#menu .navbar-brand img {
		height: 250px;
	}
	
	#menu.scrolled .navbar-brand {
		height: 55px;
	}
	
	#menu.scrolled .navbar-brand img {
		height: 150px;
	}
	
	#bildsatz {
		position: absolute;
		top: 0px;
		left: 0px;
		right: 0px;
		bottom: 20%;
		z-index: 1;
	}
	
	#bildsatz > .carousel-inner {
		position: absolute;
		top: 0px;
		left: 0px;
		right: 0px;
		bottom: 0px;
	}
	
	#bildsatz > .carousel-inner > .carousel-item {
		position: absolute;
		top: 0px;
		left: 0px;
		right: 0px;
		bottom: 0px;
		background-position: center center;
		background-size: cover;
	}
	
	.carousel-indicators {
		bottom: 50px;
	}
	
	@media (min-aspect-ratio: 16/9) {
		.video {
			width: 100%;
			height: auto;
		}
	}
	
	@media (max-aspect-ratio: 16/9) {
		.video {
			width: auto;
			height: 100%;
		}
	}
			
	.seite {
		position: absolute;
		top: 80%;
		left: 0px;
		right: 0px;
		z-index: 2;
	}
	
	.proj, .mosaik {
		position: absolute;
		top: 0;
		left: 0;
		width: 50%;
		transition: height 0.5s, top 1s, left 1s;
	}
	
	.extrabuttons {
		position: fixed;
		top: 200px;
		right: -270px;
		width: 340px;
		padding: 20px;
		transition: right .5s;
		z-index: 50;
	}

	.extrabuttons:hover {
		right: -20px;
	}
	
	.ebtn {
		display: block;
		height: 50px;
		margin-bottom: 10px;
		color: #fff;
		background-color: #585856;
		padding-left: 60px;
		padding-right: 25px;
		line-height: 50px;
		background-position: left center;
		background-repeat: no-repeat;
		background-size: contain;
	}
	
	a.ebtn {
		color: #fff;
		text-decoration: none;
	}
	
	a.ebtn:hover {
		background-color: #d91713;
	}
	
	.ebtn-email {
		background-image: url(../pic/brief.png);
	}
	
	.ebtn-flyer {
		background-image: url(../pic/dl.png);
	}
	
	.carousel-control-prev-icon, .carousel-control-next-icon {
		width: 25px;
		height: 25px;
	}
}

@media(min-width: 992px){
	
	
	.proj, .mosaik {
		width: 33.333%;
	}
	
	.carousel-control-prev-icon, .carousel-control-next-icon {
		width: 30px;
		height: 30px;
	}
}

@media(min-width: 1400px){
	
	.proj, .mosaik {
		width: 25%;
	}
	
	.carousel-control-prev-icon, .carousel-control-next-icon {
		width: 35px;
		height: 35px;
	}
}

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

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

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