body {
	padding-top: 92px;
}

.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;
	text-decoration: underline;
}

.kopf {
	border-bottom: 1px solid rgba(0,0,0,.4);
}

.navbar-brand {
	width: 180px;
}

.claim {
	font-family: "Josefin Sans", sans-serif;
	font-size: .8rem;
	text-transform: uppercase;
	color: #999;
	text-align: center;
	width: 180px;
	transition: font-size 0.5s, width 0.5s;
}

.navbar-brand img {
	width: 180px;
	transition: width 0.5s;
}

.navbar-brand.klein img {
	width: 120px;
}

.navbar-brand.klein .claim {
	width: 120px;
	font-size: .6rem;
}


.navbar-nav .nav-link {
	font-family: "Josefin Sans", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	white-space: nowrap;
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding-left: 1rem;
	padding-right: 1rem;
}

.nav-link:hover, .active .nav-link {
	background-color: #d0a55a;
}

.bildsatz-bild {
	min-height: 300px;
	padding-top: 38.02%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.video-box-aussen {
	position: relative;
	min-height: 300px;
	width: 100%;
}

.video-box-platzhalter {
	position:relative;
	height: 0px;
	padding-top: 38.02%;
}

.video-box-innen {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	align-items: center;
	overflow: hidden;
}

.video {
	width: 100%;
	min-width: 534px;
	height: auto;
}

.video-caption {
	display: none;
}

.carousel-caption .h1 {
	font-size: 2rem;
}

.carousel-caption .h4 {
	font-size: 1.2rem;
}

.carousel-caption .h1, .carousel-caption .h4 {
	text-shadow: 2px 2px 4px rgba(0,0,0,.9);
}

h1,h2,h4,.h1,.h2,.h4 {
	text-transform: uppercase;
}

h3,.h3 {
	text-transform: none;
}

h4,.h4 {
	font-weight: 300;
}

h1,h2,h3,h4,h5,h6,p {
	hyphens: auto;
}

.linie-links, .linie-rechts{
	position: relative;
}

.linie-links::before {
	position: absolute;
	content: "";
	left: -23px;
	top: 0;
	width: 2px;
	height: 118px;
	background: #d0a55a;
}

.linie-rechts::before {
	position: absolute;
	content: "";
	right: -23px;
	top: 0;
	width: 2px;
	height: 118px;
	background-color: #d0a55a;
}

h3.linie-links::before, h3.linie-rechts::before {
	height: 60px;
}

.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 {
	padding-top: 2rem;
	border-top: 1px solid #d0a55a;
}

.cmslink {
	position: relative;
	height: 0px;
	display: block;
	overflow: visible;
	z-index: 50;
}

.cmsbtn {
	position: absolute;
	top: 0px;
	left: 0px;
}

#qcore-btn-show {
	display: none;
}

.box {
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.box-3, .box-4, .box-12, .box-6 {
	width: 100%;
	max-width: 540px;
	margin-left: auto;
	margin-right: auto;
}

.box-hoehe {
	position: relative;
	padding-top: 40%;
}

.hovertext {
	padding: 15px;
	background-color: #fff;
}

.hovertext .btn-outline-dark:hover, .btn-outline-light:hover {
	color: #fff;
	background-color: #d0a55a;
}

.fueller {
	background-color: #d0a55a;
}

.block.gold {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #d0a55a;
}

.ankerbox {
	position: relative;
	height: 0;
}

.anker {
	position: absolute;
	top: -100px;
}

.ausklapper {
	display: none;
}

.ausklapper.collapsed {
	display: block;
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    /*-webkit-filter: sepia(1) hue-rotate(195deg) contrast(0.7);
    filter: sepia(1) hue-rotate(195deg) contrast(0.7);*/
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

@media(min-width: 768px){
	
	.carousel-caption .h1 {
		font-size: 3rem;
	}
	
	.carousel-caption .h4 {
		font-size: 1.8rem;
	}
	
	.box-12, .box-3, .box-4, .box-6 {
		max-width: inherit;
		margin-left: inherit;
		margin-right: inherit;
	}
	
	box-6 {
		100%;
	}
	
	.box-3 {
		width: 50%;
	}

	.box-4 {
		width: 33.33%;
	}

	.hovertext {
		position: absolute;
		top: 0px;
		left: 0px;
		right: 0px;
		bottom: 0px;
		color: #fff;
		background-color: #1e254a;
		padding-bottom: 30px;
		z-index: 40;
	}
	
	.hovertext h4, .hovertext a {
		color: #fff;
	}
		
	.hovertext-eb {
		background-color: rgba(30,37,47,0.85);
		opacity: 0;
		transition: 0.5s opacity;
		cursor: pointer;
	}

	.hovertext-eb:hover {
		opacity: 1;
	}
	
	.hovertext .btn-outline-dark {
		color: #fff;
		border-color: #fff;
	}
		
}

@media(min-width: 992px){
	
	body {
		padding-top: 88px;
	}
		
	.navbar-brand {
		width: inherit;
	}
	
	.navbar-brand img {
		width: 225px;
		transition: width 0.5s;
	}

	.claim {
		font-size: 1rem;
		padding-left: .8rem;
		padding-right: .8rem;
		transition: font-size 0.5s;
	}
	
	.navbar-brand.klein img {
		width: 160px;
	}

	.navbar-brand.klein .claim {
		font-size: .8rem;
	}
	
	.sprache {
		margin-left: 1rem;
		border-left: 1px solid #d0a55a;
	}
	
	h1,h2,h3,h4,h5,h6,p {
		hyphens: manual;
	}
	
	.box-6 {
		width: 50%;
	}

	.box-3 {
		width: 25%;
	}

}

@media(min-width: 1400px){
	
	body {
		padding-top: 101px;
	}
	
	.navbar-brand img {
		width: 260px;
	}

	.claim {
		font-size: 1.25rem;
	}
}



