:root {
	--nhu-orange: #F08518;
	--nhu-blau: #0074C1;
	--nhu-grau: #595757;
	
    /*Bootstrap CSS Variablen*/    
    --bs-primary: var(--nhu-blau);
    --bs-primary-rgb: 0, 116, 193;
    
    --bs-primary-darker: #003E60;
    --bs-primary-darker-rgb: 0, 62, 96;
    
    --bs-primary-lighter: #71B5DB;
    --bs-primary-lighter-rgb: 113, 181, 219;

    --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-body-font-family: itc-avant-garde-gothic-pro, sans-serif;
	--bs-body-font-weight: 300;
	--bs-body-font-size: 1.05rem;

}

::-moz-selection, ::selection {
	background: var(--bs-primary);
	color: #fff; 
}

.btn {
	padding-top: 11px;
}

.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-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);
}

/*.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 500;
}*/

b, strong {
	font-weight: 700;
}

#seite ul {
	text-align: left;
}

#seite li::marker {
  color: var(--bs-primary);
}

.navbar {
    --bs-navbar-color: rgba(255,255,255,0.75);
    --bs-navbar-hover-color: rgba(255,255,255,0.9);
    --bs-navbar-active-color: rgba(255,255,255,1);
    --bs-nav-link-font-size: 1.4rem;
	--bs-navbar-toggler-focus-width: 0;
}

.navbar-nav{
    --bs-nav-link-font-weight: 700;
}

.navbar-toggler {
	border: none;
}

.navbar-toggler-icon {
	width: 3rem;
	height: 2rem;
	background-image: url("../pic/menu.svg");
}

.dropdown-menu {
	--bs-dropdown-bg: var(--bs-primary-darker);
	text-align: center;
}

a.sprache {
	opacity: 0.75;
}

a.sprache.active, a.sprache:hover, a.sprache:focus {
	opacity: 1;
}

.card {
	--bs-card-border-width: 0;
	--bs-card-bg: none;
}

.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: 0.1em;
}

.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 {
	position: relative;
    text-decoration: none;
	transition: transform 0.5s ease;
	z-index: 1;
}

a.card.spalte:hover, a.card.spalte:focus {
    transform: scale(1.1);
	z-index: 2;
}

.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;
}*/

.orange {
    background-color: var(--nhu-orange);
}

.blau {
    background-color: var(--nhu-blau);
}

.blau ::-moz-selection, .blau ::selection {
	background: var(--nhu-grau); color: #fff;
}

.grau {
    background-color: var(--nhu-grau);
}

.orange, .orange a, .orange a:hover, .orange a:focus, .orange a:visited, .orange .card-text, .orange li::marker,  
.blau, .blau a, .blau a:hover, .blau a:focus, .blau a:visited, .blau .card-text, .blau li::marker, 
.grau, .grau a, .grau a:hover, .grau a:focus, .grau a:visited, .grau .card-text {
    color: #fff !important;
}

.mosaik-container {
	position: relative;
}

.parallax {
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    perspective: 1px;
}

#bildsatz {
    position: relative;
    height: 50vh;
	margin-top: -34vh;
    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: 40%;
    left: 5%;
    right: 8%;
}

.bs-head {
	font-size: calc(1.2rem + 1.7vw);
	margin-bottom: .2em;
}

.bs-sub {
	font-size: calc(1.1rem + 1vw);
}

#seite {
    position: relative;
    padding-top: 100px;
    z-index: 2;
}

#seite.bs {
    padding-top: 20px;
	margin-top: 39vh;
}

.logo {
    height: 70px;
    width: auto;
    transition: height 0.5s ease;
}

.logo.scrolled {
    height: 50px;
}

.fuss {
    color: #fff;
    background-color: var(--bs-primary);
	min-height: 80px;
}

.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;
}

.streifen {
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	min-height: calc(33vh - (50px/3));
}

.stoerer {
	max-width: 75vw;
	max-height: 80px;
}

.streifen-text {
	padding-left: 4vw;
	padding-right: 4vw;
}

.streifen-intro {
	margin-top:  -12px;
	color: #000;
	background-color: rgba(255,252,252,0.75);
}


mark {
	padding-left: .35em;
	padding-right: .35em;
	padding-bottom: .35em;
	padding-top: .5em;
	line-height: 1.5em;
	color: #fff;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}

.mark-primary {
	background-color: var(--bs-primary);
}

.mark-grau {
	background-color: var(--nhu-grau);
}


a.klappe {
	text-decoration: none;
	outline: none;
}

a.klappe h4:after {
	content: url("../pic/nachoben.svg");
    width: 20px;
    height: 20px;
	margin-left: 10px;
	float: right;
}

.orange a.klappe h4:after, .blau a.klappe h4:after/*, .grau a.klappe h4:after*/ {
	content: url("../pic/nachoben_neg.svg");
}

a.klappe.collapsed h4:after {
	content: url("../pic/nachunten.svg");
}

.orange a.klappe.collapsed h4:after, .blau a.klappe.collapsed h4:after/*, .grau a.klappe.collapsed h4:after*/ {
	content: url("../pic/nachunten_neg.svg");
}

.bild {
	position: relative;
}

.bildmaske {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.bildmaske-lo {
	background-image: url("../pic/Bildmaske_lo.png");
}

.orange .bildmaske-lo {
	background-image: url("../pic/Bildmaske_lo_orange.png");
}

.blau .bildmaske-lo {
	background-image: url("../pic/Bildmaske_lo_blau.png");
}

.grau .bildmaske-lo {
	background-image: url("../pic/Bildmaske_lo_grau.png");
}

.bildmaske-ro {
	background-image: url("../pic/Bildmaske_ro.png");
}

.orange .bildmaske-ro {
	background-image: url("../pic/Bildmaske_ro_orange.png");
}

.blau .bildmaske-ro {
	background-image: url("../pic/Bildmaske_ro_blau.png");
}

.grau .bildmaske-ro {
	background-image: url("../pic/Bildmaske_ro_grau.png");
}

.bildmaske-lu {
	background-image: url("../pic/Bildmaske_lu.png");
}

.orange .bildmaske-lu {
	background-image: url("../pic/Bildmaske_lu_orange.png");
}

.blau .bildmaske-lu {
	background-image: url("../pic/Bildmaske_lu_blau.png");
}

.grau .bildmaske-lu {
	background-image: url("../pic/Bildmaske_lu_grau.png");
}

.bildmaske-ru {
	background-image: url("../pic/Bildmaske_ru.png");
}

.orange .bildmaske-ru {
	background-image: url("../pic/Bildmaske_ru_orange.png");
}

.blau .bildmaske-ru {
	background-image: url("../pic/Bildmaske_ru_blau.png");
}

.grau .bildmaske-ru {
	background-image: url("../pic/Bildmaske_ru_grau.png");
}

.extrabuttons {
	position: fixed;
	top: 25vh;
	right: -270px;
	width: 340px;
	padding: 18px;
	transition: right .5s;
	z-index: 50;
}

.extrabuttons:hover, .extrabuttons:focus {
	right: -20px;
}

.ebtn {
	display: block;
	height: 50px;
	margin-bottom: 10px;
	color: #fff;
	background-color: var(--nhu-grau);
	padding-left: 60px;
	padding-right: 25px;
	padding-top: 5px;
	line-height: 45px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
}

a.ebtn {
    color: #fff;
    text-decoration: none;
}

.ebtn:hover, .ebtn:focus {
	background-color: var(--bs-primary);
}

.ebtn-email {
	background-image: url("../pic/brief.png");
}

.ebtn-jobs {
	background-image: url(../pic/in.png);
}

@media(min-width: 768px){
	
			    
    .logo {
        height: 80px;
    }
	
	.maske-r {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-image: url("../pic/BS_Ellipse_raster_r.png");
		background-repeat: no-repeat;
		background-position: right center;
		background-size: contain;
	}
	
	.maske-l {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-image: url("../pic/BS_Ellipse_raster_l.png");
		background-repeat: no-repeat;
		background-position: left center;
		background-size: contain;
	}
	
	#bildsatz {
		margin-top: -32vh;
	}
	
	#seite {
		padding-top: 120px;
	}
	
	#seite.bs {
		margin-top: 38vh;
	}
	
	.streifen {
		min-height: calc(33vh - (68px/3));
	}

	.mosaik {
		position: absolute;
		top: 0;
		left: 0;
		width: 50%;
		transition: height 0.5s, top 1s, left 1s;
	}
	
	.fuss {
		background-image: url("../pic/Fuss_Logo.svg");
		background-position: right center;
		background-repeat: no-repeat;
		background-size: contain;
		padding-right: 200px;
	}
}

@media(min-width: 992px){
	
	.extrabuttons {
		top: 35vh;
	}
	
	#bildsatz {
		height: 75vh;
		margin-top: -2vh;
	}
		
	#seite {
		padding-top: 140px;
	}
	
	#seite.bs {
		margin-top: 9.5vh;
	}
	
	.streifen-box {
		margin-left: -3.75%;
		margin-right: -3.75%;
		width: 36%;
		transition: width 0.5s;
	}
	
	.streifen-box:hover {
		width: 50%;
	}
    
	.streifen {
		clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
		min-height: calc(100vh - 100px);
	}
	
	.stoerer {
		max-width: 30vw;
	}
	
	.streifen-intro {
		width: 300px;
	}
	
    .logo {
        height: 100px;
    }
	
	.mosaik {
		width: 33.333%;
	}
}


@media(min-width: 1400px){
	
	.bs-head {
		font-size: 2.7rem;
	}

	.bs-sub {
		font-size: 2rem;
	}

	.streifen-intro {
		width: 400px;
	}
			
	.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;
}
