body {
	padding-top: 87px;
	font-size: 1.1rem;
}

.debug {
	position: fixed;
	top: 120px;
	left: 20px;
	width: 100px;
	height: 50px;
	background-color: #fff;
	z-index: 10000;
}

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

.cookie-warnung a:link, .cookie-warnung a:focus , .cookie-warnung a:visited {
    color: #fff;
    text-decoration: underline;
}

.cookie-warnung a:hover {
    color: #ccc;
}

.menu {
	text-transform: uppercase;
	font-size: 1rem;
}

.logo {
    height: 60px;
    width: auto;
	transition: height 0.5s;
}

.sprache {
    display: inline;
}

.sprache:last-child::before {
    content: "|";
    padding-left: 0.1rem;
    padding-right: 0.2rem;
}

.copyright {
	position: absolute;
	left: 10px;
	bottom: 0px;
}

.bs-carousel-indicators {
    bottom: 40px;
}

.carousel-control-next-box {
	padding: 15px;
	padding-bottom: 10px;
	background-color: rgba(0,0,0,.5);
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}

.carousel-control-prev-box {
	padding: 15px;
	padding-bottom: 10px;
	background-color: rgba(0,0,0,.5);
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}

.carousel-caption {
    font-weight: bold;
    text-shadow: 0px 0px 5px #000;
}

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

a.nachunten {
	position: absolute;
	bottom: 10px;
	left: 30%;
	right: 30%;
	text-align: center;
	color: #fff;
	text-shadow: 2px 2px 5px #000;
	padding-bottom: 25px;
	background-image: url(../pic/nachunten.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	opacity: .8;
	z-index: 900;
}

a.nachunten:hover, a.nachunten:focus {
	color: #fff;
	text-decoration: none;
	opacity: 1;
}

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

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

.grau {
	background-color: #eee;
}

.dunkelblau {
	color: #fff;
	background-color: #100450;
}

.dunkelblau h1, .dunkelblau .h1, .dunkelblau h2, .dunkelblau .h2, .dunkelblau h3, .dunkelblau .h3, .dunkelblau h4, .dunkelblau .h4, .dunkelblau h5, .dunkelblau .h5, .dunkelblau h6, .dunkelblau .h6 {
	color: #fff;
}

.dunkelblau a {
	color: #fff;
}

.dunkelblau a:hover {
	color: #fff;
	text-decoration: underline;
}


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

.h4, h5, .h5 {
	text-transform: none;
	color: #444;
}

.card {
    background-color: transparent;
}

.card-img-quadrat, .card-img-16zu9 {
	width: 100%;
	height: 0;
	padding-top: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.card-img-16zu9 {
	padding-top: 56.25%;
}

.card-img-overlay {
	background-color: rgba(255,255,255,.7);
}

.einbleden {
	opacity: 0;
	transition: opacity 0.5s;
}

.card:hover .einbleden {
	opacity: 1;
}

.filter {
	font-size: 1rem;
}

.filter-item + .filter-item {
	border-left: 1px solid #666;
}

.filter .nav-link {
	color: #666;
}

.filter .nav-link.active {
	color: #100450;
}

.projektcard {
	background-color: #000;
}

.projektcard .card-img-quadrat, .projektcard .card-img-16zu9 {
	opacity: 1;
	transition: opacity .3s;
}

.projektcard:hover .card-img-quadrat, .projektcard:hover .card-img-16zu9 {
	opacity: .85;
}

.projekthead {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	padding: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: rgba(255,255,255,.65);
	margin-bottom: 0px;
	font-size: 1.2rem;
	font-weight: 300;
	color: #444;
	opacity: 0;
	transition: opacity 1s;
	transition-delay: .25s;
}

.projekthead .small {
	font-size: 70%;
}

.projekthead.sichtbar {
	opacity: 1;
}

.bs-format {
	width: 100%;
	padding-top: 42%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.bd-format {
	width: 100%;
	padding-top: 68.5%;
}

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

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

.modal-full {
	padding: 0px !important;
}

.modal-bdg {
	height: 100%;
	width: 100%;
	max-width: inherit;
	margin: 0;
}

.bdg-modal-content {
	height: 100%;
	width: 100%;
	background-color: #000;
}

#bdgcarousel, #bdgcarousel .carousel-inner, #bdgcarousel .carousel-item {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

.bdg-format {
	position: relative;
	width: 100%;
	height: 100%;
}

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

.carousel.pointer-event {
    -ms-touch-action: inherit;
    touch-action: inherit;
}


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

.ytbox {
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

button.bbgross-close {
	position: absolute;
	top: 15px;
	right: 15px;
	color: #fff;
	text-shadow: none;
	border: 2px solid #fff;
	border-radius: 15px;
	width: 30px;
	height: 30px;
	background-color: #000;
	z-index: 50000;
}

.close:hover {
	color: #fff;
}

.carousel-control-btn {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 30px;
	height: 30px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 0.7;
	z-index: 1000;
}

.carousel-control-btn-pause {
	background-image: url(../pic/pause-btn.svg);
}

.carousel-control-btn-play {
	background-image: url(../pic/play-btn.svg);
}

.carousel-control-btn:hover, .carousel-control-btn:focus {
	opacity: 0.9;
}

.max-wide-screen {
    max-width: 2180px;
}

.btn .bi {
    font-size: 1.3rem;
    color: #fff;
}

.extrabuttons {
    position: fixed;
	top: 32vh;
    right: 0;
    transform: rotateZ(90deg);
    pointer-events: none;
    z-index: 5000;
}

.extrabuttons .btn {
	position: absolute;
	top: -85px;
	left: 0;
	white-space: nowrap;
	pointer-events: auto;
    transition: top 0.3s;
}

.extrabuttons.show .btn {
	top: -35px;
}

.extrabuttons .btn:hover {
    top: 0px;
}


@media(min-width: 768px){
    
	body {
		padding-top: 107px;
	}
	
	.logo {
        height: 80px;
	}

    .gross .card-img-quadrat {
		padding-top: 99%;
	}
	
	.breit .card-img-quadrat {
		padding-top: 47%;
	}
	
	.hoch .card-img-quadrat {
		padding-top: 200%;
		padding-bottom: 24px;
	}
	
	.text-sehrschmal, .text-schmal {
		padding-left: 120px;
		padding-right: 120px;
	}
		
}

@media(min-width: 992px){
	
    .carousel-control-prev, .carousel-control-prev:focus, .carousel-control-next, .carousel-control-next:focus {
        opacity: 0;
    }

    .carousel:hover .carousel-control-prev, .carousel:hover .carousel-control-next {
        opacity: 1;
    }
    
	.text-sehrschmal {
		padding-left: 180px;
		padding-right: 180px;
	}
	
	.text-schmal {
		padding-left: 90px;
		padding-right: 90px;
	}
	
	.breit .card-img-quadrat {
		padding-top: 47.5%;
	}
	
	.extrabuttons {
		top: 42vh;
	}
}

@media(min-width: 1400px){
        
	
	.text-sehrschmal {
		padding-left: 240px;
		padding-right: 240px;
	}
	
	.text-schmal {
		padding-left: 120px;
		padding-right: 120px;
	}
	
	.gross .card-img-quadrat {
		padding-top: 99.25%;
	}

	.breit .card-img-quadrat {
		padding-top: 48.125%;
	}
}

@media(min-width: 2000px){

	.gross .card-img-quadrat {
		padding-top: 99.5%;
	}
	
	.breit .card-img-quadrat {
		padding-top: 48.75%;
	}
	
	.extrabuttons {
		top: 60vh;
	}
	
}

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

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

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