:root {
    /*Bootstrap CSS Variablen*/    
    --bs-primary: #09335d;
    --bs-primary-rgb: 9, 51, 93;
    
    --bs-primary-darker: #051b31;
    --bs-primary-darker-rgb: 5, 27, 49;
    
    --bs-primary-lighter: #0e5194;
    --bs-primary-lighter-rgb: 14, 81, 148;

    --bs-link-color-rgb: var(--bs-primary-rgb);
    --bs-link-hover-color-rgb: var(--bs-primary-lighter-rgb);
    --bs-link-opacity: 1;
}

.btn-primary {
	--bs-btn-color: #fff;
	--bs-btn-bg: var(--bs-primary);
	--bs-btn-border-color: var(--bs-primary);
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: var(--bs-primary-darker);
	--bs-btn-hover-border-color: var(--bs-primary-darker);
	--bs-btn-focus-shadow-rgb: var(--bs-primary-lighter-rgb);
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: var(--bs-primary-darker);
	--bs-btn-active-border-color: var(--bs-primary-darker);
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: var(--bs-primary-lighter);
	--bs-btn-disabled-border-color: var(--bs-primary-lighter);
}

.navbar {
    --bs-navbar-color: rgba(255,255,255,0.7);
    --bs-navbar-hover-color: rgba(255,255,255,1);
    --bs-navbar-active-color: rgba(255,255,255,0.9);
    --bs-nav-link-font-size: 1.2rem;
}

.navbar-nav{
    --bs-nav-link-font-weight: 600;
}

.navbar-brand {
    height: 80px;
    overflow: visible;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    background-image: none;
    font-size: 2rem;
}

.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-ebene .menu-ebene li a {
	padding-left: 1.5em;
	font-size: .9em;
}

.menu-ebene .menu-ebene .menu-ebene li a {
	padding-left: 2em;
	font-size: .8em;
}


.video {
	width: 100%;
	height: auto;
}

.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;
}

.ankerbox {
	position: relative;
	height: 0px;
}

.anker {
	position:absolute;
	margin-top: -50px;
}

.mapbox {
	position: relative;
	background-image: url(../pic/map-platzhalter.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;
}

a.card {
    color: var(--bs-body-color);
    text-decoration: none;
}

a.card:hover, a.card:focus {
    background-color: var(--bs-light);
    text-decoration: none;
}

.card-button {
    margin-top: -2rem;
}

.block {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}

.dunkler {
    background-color: rgba(0,0,0,0.5);
    color: #fff;
}

.dunkler h1, .dunkler h2, .dunkler h3, .dunkler h4, .dunkler h5 {
    color: #fff;
}

.mosaik-container {
	position: relative;
}

.parallax {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow-x: hidden;
    overflow-y: auto;
    perspective: 1px;
}

#bildsatz {
    position: absolute;
    top: -15%;
    left: 0px;
    right: 0px;
    bottom: 30%;
    z-index: 1;
    transform: translateZ(-2px) scale(3);
}

#bildsatz .carousel-inner, #bildsatz .carousel-item {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

#bildsatz .carousel-item img, #bildsatz .carousel-item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

#bildsatz .carousel-caption {
    left: 5%;
    right: 5%;
    bottom: -1rem;
    z-index: 5;
}

#seite {
    position: absolute;
    top: 170px;
    left: 0;
    right: 0;
    z-index: 2
}

#seite.bs {
    top: 85%;
}

.kopf {
    position: relative;
    background-color: rgba(var(--bs-primary-darker-rgb),0.50);
    z-index: 3;
}

.logo, .scrolled {
    height: auto;
    width: 140px;
    transition: width 0.5s ease;
}

.logo.scrolled {
    width: 120px;
}

.fuss a:link, .fuss a:visited {
    color: #fff;
    text-decoration: none;
}

.fuss a:hover, .fuss a:focus {
    color: #fff;
    text-decoration:  underline;
}

.freiraum {
    text-align: center;
    height: 75vh;
}


@media(min-width: 768px){
    
    .logo {
        width: 180px;
    }
	
	.mosaik {
		position: absolute;
		top: 0;
		left: 0;
		width: 50%;
		transition: height 0.5s, top 1s, left 1s;
	}
}

@media(min-width: 992px){
    
    .logo {
        width: 220px;
    }

	
	.mosaik {
		width: 33.333%;
	}
}


@media(min-width: 1400px){
		
	.mosaik {
		width: 25%;
	}
}


/*CMS Buttons*/
.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*/
.mb-3.hp {
	height: 0;
	overflow: hidden;
}
