:root {
    /*Bootstrap CSS Variablen*/    
    --bs-primary: #a81815;
    --bs-primary-rgb: 168, 24, 21;
    
    --bs-primary-darker: #5c0d0c;
    --bs-primary-darker-rgb: 92, 13, 12;
    
    --bs-primary-lighter: #d95a58;
    --bs-primary-lighter-rgb: 217, 90, 88;

    
    --bs-secondary: #575756;
    --bs-secondary-rgb: 87, 87, 86;
    
    --bs-secondary-darker: #272727;
    --bs-secondary-darker-rgb: 39, 39, 39;
    
    --bs-secondary-lighter: #818180;
    --bs-secondary-lighter-rgb: 129, 129, 128;
    
    --bs-body-font-family: "Roboto", "sans-serif";
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 300;
    --bs-body-color: var(--bs-secondary);
    --bs-link-color-rgb: var(--bs-primary-rgb);
    --bs-link-hover-color-rgb: var(--bs-primary-darker-rgb);
    --bs-link-opacity: 1;
    
    --bs-border-radius: 0;
    --bs-border-radius-sm: 0;
    --bs-border-radius-lg: 0;
}

.btn {
    --bs-btn-opacity: 1;
}

.btn-lg {
    --bs-btn-opacity: 0.7;
	border: 0;
}


.btn-primary {
	--bs-btn-color: #fff;
	--bs-btn-bg: rgba(var(--bs-primary-rgb), var(--bs-btn-opacity));
	--bs-btn-border-color: rgba(var(--bs-primary-rgb), var(--bs-btn-opacity));
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: rgba(var(--bs-primary-darker-rgb), var(--bs-btn-opacity));
	--bs-btn-hover-border-color: rgba(var(--bs-primary-darker-rgb), var(--bs-btn-opacity));
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: var(--bs-primary-darker);
	--bs-btn-active-border-color: var(--bs-primary-darker);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: var(--bs-primary-lighter);
	--bs-btn-disabled-border-color: var(--bs-primary-lighter);
}

.btn-secondary {
	--bs-btn-color: #fff;
	--bs-btn-bg: rgba(var(--bs-secondary-rgb), var(--bs-btn-opacity));
	--bs-btn-border-color: rgba(var(--bs-secondary-rgb), var(--bs-btn-opacity));
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: rgba(var(--bs-secondary-darker-rgb), var(--bs-btn-opacity));
	--bs-btn-hover-border-color: rgba(var(--bs-secondary-darker-rgb), var(--bs-btn-opacity));
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: var(--bs-secondary-darker);
	--bs-btn-active-border-color: var(--bs-secondary-darker);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: var(--bs-secondary-lighter);
	--bs-btn-disabled-border-color: var(--bs-secondary-lighter);
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  --bs-gutter-x: 2rem;
}

.navbar {
    --bs-nav-link-font-size: 1.2rem;
    --bs-navbar-nav-link-padding-x: 0.6rem;
}

.navbar-nav{
    /*--bs-nav-link-font-weight: 600;*/
    --bs-nav-link-padding-y: 0.7rem;
    text-transform: uppercase;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    background-color: var(--bs-secondary-darker);
}
[data-bs-theme="dark"] .navbar-toggler-icon {
	--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.nav-link:focus-visible {
  box-shadow: none;
}

.dropdown-menu {
    --bs-dropdown-bg: var(--bs-secondary-darker);
    --bs-dropdown-spacer: 0;
    --bs-dropdown-border-color: var(--bs-secondary-darker);
    --bs-dropdown-border-radius: 0;
    text-align: center;
    white-space: nowrap;
}

.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(var(--bs-secondary-darker-rgb),0.5);
    color: #fff;
}

.dunkler h1 {
    color: #fff;
}

.mosaik-container {
	position: relative;
}

.parallax {
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    perspective: 1px;
}

#bildsatz {
    position: relative;
    margin-top: 100px;
    height: 96vh;
    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 {
    top: 50px;
    bottom: 50px;
    text-align: left;
    text-transform: uppercase;
    z-index: 5;
}

.cc {
    font-size: 2.5rem;
    line-height: 2.5rem;
    font-weight: 700;
}

#seite {
    position: relative;
    padding-top: 100px;
    z-index: 2;
}

#seite.bs {
    padding-top: 50px;
}

.logo {
    margin-top: 10px;
    height: 48px;
    width: auto;
    transition: height 0.5s ease, margin-top 0.5s ease;
}

.logo.scrolled {
    margin-top: 10px;
    height: 48px;
}

.fuss {
    color: #fff;
    background-color: var(--bs-primary);
}

.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;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
    font-weight: 300;
}

.blockhead {
    text-transform: uppercase;
}

.extrabtn {
    text-transform: uppercase;
}

.newscard {
    display: block;
    background-color: rgba(var(--bs-secondary-rgb), 0.8);
}

a.newscard {
    color: #fff;
    text-decoration: none;
}

a.newscard:hover, a.newscard:focus {
    background-color: var(--bs-secondary);
}

.insta {
    margin-left: 0.5rem;
    margin-bottom: 1.2rem;
}

    .extrabtn {
        position: fixed;
        top: 120px;
        right: 0;
        z-index: 500;
    }


@media(min-width: 768px){

    .extrabtn {
        position: fixed;
        top: 300px;
        right: 0;
        z-index: 500;
    }

    #news {
        color: #fff;
        position: fixed;
        top: 350px;
        right: 0px;
        width: 240px;
        transition: right 0.5s ease;
        z-index: 500;
    }
 
     #news.closed {
        right: -240px;
    }

    #newsbtn {
        position: absolute;
        top: 21px;
        left: -67px;
        text-transform: uppercase;
        transform: rotateZ(-90deg);
    }
        
    .logo {
        margin-top: 80px;
        height: 80px;
    }
	
    .cc {
        font-size: 3rem;
        line-height: 3rem;
    }
    
    #seite {
        padding-top: 200px;
    }
    
	.mosaik {
		position: absolute;
		top: 0;
		left: 0;
		width: 50%;
		transition: height 0.5s, top 1s, left 1s;
	}
    
}

@media(min-width: 992px){

    .insta {
        margin-bottom: 0.75rem;
    }
    
    .cc {
        width: 50vw;
        font-size: 3.5rem;
        line-height: 3.5rem;
    }
    
    #seite {
        padding-top: 250px;
    }

    .dropdown-menu {
        text-align: left;
    }
	
	.mosaik {
		width: 33.333%;
	}
}


@media(min-width: 1400px){


    .cc {
        width: 40vw;
        font-size: 4rem;
        line-height: 4rem;
    }

	.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;
}
