body {
	padding-top: 110px;
}

::selection { 
   color: #000; 
   background: #f9b700; 
   text-shadow: none; 
}

.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 {
	position: absolute;
	top: 110px;
	left: 0px;
	right: 0px;
	bottom: 25%;
	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;
}

@media (min-aspect-ratio: 16/9) {
	.video {
		width: 100%;
		height: auto;
	}
}

@media (max-aspect-ratio: 16/9) {
	.video {
		width: auto;
		height: 100%;
	}
}

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

.bs-caption {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 100px;
	margin-top: -50px;
	color: #fff;
	font-weight: bold;
}

.bs-caption.dunkel {
	color: #000;
}

.bs-rahmen {
	position: absolute;
	top: 0;
	left: 50%;
	width: 300px;
	height: 100%;
	margin-left: -150px;
	padding: 10px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	background-image: url(../pic/bs-border-xs.svg);
	background-position: bottom right;
	background-repeat: no-repeat;
	overflow: hidden;
}

.bs-caption.dunkel .bs-rahmen {
	border-color: #000;
	background-image: url(../pic/bs-border-dark-xs.svg);
}

.bs-head {
	font-size: 1.6rem;
	line-height: 2rem;
	text-align: center;
}

.bs-sub {
	position: absolute;
	top: 100%;
	left: 50%;
	margin-top: -1rem;
	margin-left: -75px;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	background-color: var(--primary);
	color: #000;
	font-size: 1rem;
	line-height: 2rem;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;	
}

.seite {
	position: absolute;
	top: 75%;
	left: 0px;
	right: 0px;
	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: -60px;
}

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

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

.filter-link:link, 
.filter-link:visited, 
.navbar-light .navbar-nav .nav-link:link, 
.navbar-light .navbar-nav .nav-link:visited {
	color: #666;
	text-decoration: none;
}

.filter-link:hover, 
.filter-link:focus, 
.filter-link.active, 
.navbar-light .navbar-nav .active > .nav-link, 
.navbar-light .navbar-nav .nav-link:hover, 
.navbar-light .navbar-nav .nav-link:focus {
	color: #f9b700;
}

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

.mosaik-text {
	background-color: rgba(249,183,0,.85);
}

.mosaik-text p {
	color: #fff;
	font-size: 1.4rem;
	line-height: 2.1rem;
	margin-bottom: 0;
}

.mosaik-text em {
	font-size: 1rem;
}


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

.farbig {
	background-color: #666;
}

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

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

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

.fuss a {
	text-decoration: none;
}

ul {
	padding-left: 1rem;
}

.btn-hq {
	color: #333;
	background-color: transparent;
	border: 0px;
	border-left: 2px solid #333;
	border-top: 2px solid #333;
	background-image: url(../pic/btn-ecke.svg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.text-white .btn-hq {
	color: #fff;
	border-color: #fff;
	background-image: url(../pic/btn-ecke-neg.svg);
}

.btn-hq:hover, .btn-hq:focus {
	color: #f9b700;
	border-color: #f9b700;
	background-image: url(../pic/btn-ecke-hover.svg);
}

.navbar-toggler-icon {
	width: 50px;
	height: 50px;
}

.card {
	background-color: transparent;
}

@media(min-width: 576px){
	
	.bs-caption {
		height: 150px;
		margin-top: -75px;
	}

	.bs-rahmen {
		width: 450px;
		margin-left: -225px;
		background-image: url(../pic/bs-border-sm.svg);
	}
	
	.bs-caption.dunkel .bs-rahmen {
		background-image: url(../pic/bs-border-dark-sm.svg);
	}

	.bs-head {
		font-size: 2.4rem;
		line-height: 3rem;
	}
	
	.bs-sub {
		margin-left: -90px;
		font-size: 1.5rem;
		line-height: 2.5rem;
	}
}

@media(min-width: 768px){
	
	#bildsatz {
		bottom: 0px;
		z-index: 1;
	}
	
	.bs-caption {
		height: 200px;
		margin-top: -100px;
	}

	.bs-rahmen {
		width: 600px;
		margin-left: -300px;
		background-image: url(../pic/bs-border-md.svg);
	}

	.bs-caption.dunkel .bs-rahmen {
		background-image: url(../pic/bs-border-dark-md.svg);
	}

	.bs-head {
		font-size: 2.75rem;
		line-height: 3.5rem;
	}
	
	.bs-sub {
		margin-left: -125px;
		font-size: 1.75rem;
	}
	
	.seite {
		top: 100%;
	}
	
	.filter-link:hover, 
	.filter-link:focus, 
	.filter-link.active {
		color: #666;
		border-bottom: 3px solid #f9b700;
	}
			
	.proj, .mosaik {
		position: absolute;
		top: 0;
		left: 0;
		width: 50%;
		transition: height 0.5s, top 1s, left 1s;
	}
	
	.beschreibung {
		position: -webkit-sticky;
		position: sticky;
		top: 10rem;
		height: calc(100vh - 8rem);
		overflow-y: auto;
		overflow-x: hidden;
	}
	
	.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: #000;
		background-color: var(--primary);
		padding-left: 60px;
		padding-right: 25px;
		line-height: 50px;
		background-position: left center;
		background-repeat: no-repeat;
		background-size: contain;
	}
	
	a.ebtn {
		color: #000;
		text-decoration: none;
	}
	
	a.ebtn:hover {
		color: #fff;
		background-color: var(--dark);
	}
	
	.ebtn-fb {
		background-image: url(../pic/fb.png);
	}
	
	.ebtn-tel {
		background-image: url(../pic/telefon.png);
	}
	
	.ebtn-email {
		background-image: url(../pic/brief.png);
	}
    
}

@media(min-width: 992px){
    
    .sprache {
        border-left: 1px solid #dee2e6;
    }
	
	.bs-caption {
		height: 250px;
		margin-top: -125px;
	}

	.bs-rahmen {
		width: 750px;
		margin-left: -375px;
		background-image: url(../pic/bs-border-lg.svg);
	}

	.bs-caption.dunkel .bs-rahmen {
		background-image: url(../pic/bs-border-dark-lg.svg);
	}
	
	.bs-head {
		font-size: 3.2rem;
		line-height: 4rem;
	}
	
	.bs-sub {
		margin-left: -80px;
		font-size: 2rem;
	}
	
	.navbar-light .navbar-nav .active > .nav-link, 
	.navbar-light .navbar-nav .nav-link:hover, 
	.navbar-light .navbar-nav .nav-link:focus {
		color: #666;
		border-bottom: 3px solid #f9b700;
	}
	
	.proj, .mosaik {
		width: 33.333%;
	}
	
}

@media(min-width: 1400px){
	
	.proj, .mosaik {
		width: 25%;
	}

}

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

