/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('fonts/open-sans-v18-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/open-sans-v18-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
       url('fonts/open-sans-v18-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/open-sans-v18-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-800 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'),
       url('fonts/open-sans-v18-latin-800.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/open-sans-v18-latin-800.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
    font-family: 'nrg4you';
    font-weight: normal;
    font-style: normal;
    src: url('fonts/nrg4you.woff2') format('woff2'),
        url('fonts/nrg4you.woff') format('woff');
}


* {
	font-family: 'Open Sans';
}

.ueberschrift h1 {
	font-weight: 800;
	padding: 0 10px;
}
.ueberschrift p {
	padding: 0 10px;
}

.btn {
	    padding: .375rem .75rem!important;
	border: none!important;
}
.anker {
    position: relative;
    top: -120px;
    display: block;
}
img {
	transition: .5s;
}
h1 , h1 *{
	font-size: 2rem;
    text-align: center;
    margin-bottom: 2%;
	color: #334852;
}
.headerh1 * {
	font-size: 10rem;
	font-family: 'nrg4you';
}
h2, table tr td {
	font-size: 1.5rem;
}
h5 {
	font-size: 1.5rem;
}
tr {
	font-size: 2rem;
}
a {
	text-decoration: none!important;
}
button:active, button:focus, button:checked, .bootstrap-select .btn:focus {
	outline: none!important;
	border: none!important;
	box-shadow: none!important;
}
.blau {
	color: #004294;
}
.gruen {
	color: #007300;
}
.navischrift * {
    font-size: 30px;
    font-weight: 600;
    position: relative;
    top: 7px;
    font-family: 'nrg4you';
}
/* HEADERVIDEO */
.navilogo {
	    width: 100%;
    text-align: center;
    position: absolute;
    top: 8px;
    left: 0;
}
.navilogo img {
	max-width: 170px;
	position: relative;
	top: -7px;
}
header .logo_pos {
    position: absolute;
    left: 5%;
    right: 5%;
    top: 30px;
    z-index: 1000000;
    width: auto;
}
header .logo_left {
    float: left;
    margin-top: 6px;
}
header .logo_pos img {
    max-width: 130px;
    width: 100%;
}
header .logo_right {
    float: right;
    margin-top: 6px;
}
header .headline {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 220px;
    z-index: 1000000;
}
header h1, header h4, header h5 {
    text-align: center;
}
header h5 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}
header h1, header h4, header h5 {
    text-align: center;
}
header h1 img {
    max-width: 728px;
    width: 100%;
}
header h4, p.video2 {
    font-size: 40px;
    font-weight: 600;
    color: black;
}
.video_container {
    position: relative;
    z-index: 100000;
}
.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 99%;
    overflow: hidden;
    background: url(/resources/img/grid.png);
    pointer-events: none;
}
video {
    height: 100vh;
    object-fit: cover;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

/* Navi */
.filter-option {
	width: 21px!important;
}
.btn-group {
	    position: absolute!important;
    top: 15px!important;
    right: 10px!important;
}
.naviinhalt {
	position: fixed;
	top: 70px;
	left: 0;
	width: 0px;
	height: 100%;
	transition: .5s ease-out;
	overflow: hidden;
	background: rgba(0,0,0,0.4);
}
.bootstrap-select>.btn {
	padding-right: .75rem;
}
.dropdown-toggle::after {
	position: relative;
	top: -5px;
}
.navilogo {
	opacity: 0;
	transition: .5s;
}
.naviinhalt.show {
	width: 320px;
	transition: .5s ease-out;
}
.naviinhalt a {
    color: white;
    font-weight: 600;
}
.naviinhalt .navipunkt {
	width: 100%;
    padding: 10px 40px;
    display: block;
}
.burgernavi {
	display: inline-block;
	transition: .2s ease-out;
	position: absolute;
	z-index: 9;
	overflow: hidden;
}
.burgernavi:hover {
	cursor: pointer;
}
.burgernavi.open {
	transition: .2s ease-out;
}
.navstrich {
    border-bottom: 4px solid white;
    border-radius: 27px;
    width: 30px;
    margin-bottom: 5px;
    display: block;
}
.burgernavi.open #nav3 {
    transform: rotate(-45deg);
	    position: relative;
    top: -9px;
	transition: .2s ease-out;
}
.burgernavi.open #nav2 {
    position: relative;
    left: -30px;
	transition: .2s ease-out;
}
.burgernavi.open #nav1 {
    transform: rotate(45deg);
	    position: relative;
    top: 9px;
	transition: .2s ease-out;
}
.burgernavi #nav3 {
    transform: rotate(0deg);
	position: relative;
    top: 0px;
	transition: .2s ease-out;
}
.burgernavi #nav2 {
    position: relative;
    left: 0px;
	transition: .2s ease-out;
}
.burgernavi #nav1 {
    transform: rotate(0deg);
	position: relative;
    top: 0px;
	transition: .2s ease-out;
}
.navcontainer {
    position: fixed;
    top: 0px;
    left: 0px;
    margin: 0 auto;
    width: 100%;
    z-index: 9999999999999999999999999999999;
    padding: 25px 0 20px 0;
    background: rgba(0,0,0,0.4);
	height: 70px;
}
.container {
	max-width: 1850px;
}
.naviclose {
	position: absolute;
	top: 30px;
	right: 30px;
}
.naviclose:hover {
	cursor: pointer;
}
.closestrich {
	border-bottom: 5px solid black;
	width: 30px;
	display: block;
	border-radius: 5px;
}
#close1 {
	    transform: rotate(45deg);
	position: relative;
    top: 5px;
}
#close2 {
	    transform: rotate(-45deg);
}
.lang {
    position: fixed;
    right: 50px;
    width: 100px;
    font-size: 1rem;
    top: 26px;
    outline: none!important;
    background-color: transparent;
    border: none;
    color: white;
}
.lang option {
        background-color: rgba(0,0,0,0.7);
    border: none;
	color: white;
}
/* 4er Block */
.card {
	border: none;
	margin: 10px;
	overflow: hidden;
	    background: transparent;
	position: relative;
	cursor: pointer;
}
.static h5 {
	color: #334852;
}
.card-title {
    margin-bottom: 0;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 600;
    color: aliceblue;
}

.cardbild {
	overflow: hidden;
	display: flex; 
    justify-content: center; 
    align-items: center;
}
.card-img-top {
	width: unset!important;
	max-height: 400px;
}
.vierblock.links {
	max-width: 1200px;
}
.vierblock.mittig {
	max-width: 1200px;
	margin: 0 auto;
}
.vierblock {
	background: ghostwhite;
	padding: 20px;
	border: 10px solid ghostwhite;
	border-radius: 10px;
}
.vierblock h1 {
	text-align: left;
}
.vierblock.rechts {
	max-width: 1200px;
	float: right;
}
.vierblock.rechts h1 {
	text-align: right;
}
.card-body {
	    position: absolute;
    width: 100%;
	padding: 0.85rem;
}
.card-body.oben {
	top: 0;
}
.card-body.unten {
	bottom: 0;
}
.card-body.mit {
	background: rgba(0,0,0,.4);
}
.card-body.static {
	position: static;
}
.hundert {
	width: 100%;
	display: inline-block;
}
.card-img-top.zoom:hover {
	transform: scale(1.2);
	transition: .5s;
}
.card-img-top.filter:hover {
	filter: invert(1);
	transition: .5s;
}
.card-img-top.filter.download {
	max-height: 200px;
	height: 200px;
	width: unset!important;
}
/* FOOTER */
.social {
	max-width: 50px;
	margin-right: 50px;
}
.p.text h2 {
	margin-bottom: 30px;
}
.aussen {
	display: inline-block;
	width: 100%;
}
.aussen .col-md-6 {
	float: left;
}
.aussen .col-md-6:nth-of-type(2) {
	margin-top: 20px;
}
.aussen .col-md-6 p {
	text-align: center;
}
table tr td:first-of-type {
	padding-right: 50px;
}
/* FOOTER */
.footer {
	width: 100%;
    height: 70px;
    background: rgba(0,0,0,0.4);
	margin-top: 50px;
}
.footer .mittig {
	    display: block;
    text-align: center;
    position: relative;
    top: 20px;
    color: white;
}
.footer .mittig a {
	color: white;
}
a {
	color: #2d8dbb;
}


/* NAVI SPRACHEN */
.bootstrap-select.btn-group .dropdown-menu {
	min-width: 70%;
}
.bootstrap-select.btn-group .dropdown-menu li {
    padding-left: 10px;
}
.dropdown-menu.inner {
	background: none!important;
}
.dropdown-menu {
    position: absolute;
    top: 120.8%;
    left: 0;
    z-index: 1000;
    display: block;
    float: left;
    min-width: 10rem;
    padding: 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: rgba(0,0,0,0.4);
    background-clip: padding-box;
    border: none;
    border-radius: 0;
	max-height: 0;
	overflow: hidden;
}
.selected, .selected a, .selected span {
	outline: none!important;
}
.selected {
	opacity: .3;
}



/* OVERLAY */
.overlay {
	height: 0;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: white;
	z-index: 9999999999;
	transition: .5s;
}
.overlay.open {
	height: 100%;
	padding: 50px;
	transition: .5s;
}
.overlay img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.overlay .card-text {
	    margin-bottom: 0;
    position: absolute;
    width: 100%;
    bottom: 0px;
    text-align: center;
    font-size: 2rem;
    padding: 50px 15px;
    background: rgba(0,0,0,.6);
    color: white;
}
.inneroverlay {
	position: relative;
	height: 100%;
	width: 100%;
}
.strich {
	    display: block;
    border-bottom: 2px solid black;
    width: 30px;
}
.strich.one {
    transform: rotate(45deg);
	position: relative;
	top: 6px;
}
.strich.two {
	transform: rotate(-45deg);
	position: relative;
	top: 3px;
}
.closeoverlay {
	    position: absolute;
    top: -20px;
    right: -30px;
	cursor: pointer;
	height: 30px;
}
#navilogoo {
	opacity: 1!important;
}
.mailblock {
    position: absolute;
    bottom: 10px;
    right: 10px;
    text-align: right;
}
.mailblock img {
	width: 30%;
	max-height: 85px;
    object-fit: contain;
}
.imagemap {
	position: relative;
}
.imagemap img {
	width: 100%;
}
.imagemap area {
	background-color: red;
}
.mapoverlay {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 0;
	overflow: hidden;
	transition: .5s;
	background: aliceblue;
	height: 230px;
}
.mapoverlay.open {
	width: 350px;
	transition: .5s;
	transition-delay: .5s;
}
.mapoverlayinner {
	padding: 30px;
	width: 350px;
}
map area {
	cursor: pointer;
	background-color: red;
}
.nopointer {
	cursor: default;
}
.cardbild.nobild {
    display: block;
}
.cardbild.nobild .card-img-top {
        width: 100%!important;
    object-fit: cover;
}
.info1 {
	max-width: 30px;
    position: absolute;
    top: 10%;
    left: 50%;
}
.info2 {
	position: absolute;
    max-width: 30px;
    top: 50%;
    left: 50%;
}
.info3 {
	position: absolute;
    max-width: 30px;
	left: 61%;
    top: 63%;
}
.info4 {
	position: absolute;
    max-width: 30px;
    left: 66%;
    top: 75%;
}
.info.open {
	border: 3px solid white;
    border-radius: 20px;
    background: white;
}
.info {
	cursor: pointer;
	border-radius: 20px;
}

.outimagemap {
	position: relative;
}
.copyright {
	font-family: "Arial"!important;
	position: relative;
	top: -115px;
	color:#007300;
	font-size: 50px;
	left: -20px;
}












/* RESPONSIVE */
@media(max-width:991px) {
	.card-group>.card {
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    margin-bottom: 0;
}
	.card-img, .card-img-top {
    height: 100%;
    object-fit: cover;
}
	.card {
		margin: 0;
		border: 10px solid transparent!important;
	}
	table tr td:first-of-type {
    padding-right: 10px;
}
	table tr td {
		display: block;
		    line-height: 1.2;
	}
	table tr {
		margin-bottom: 15px;
		display: block;
	}
	.aussen .col-md-6:nth-of-type(2) {
    margin-top: 80px;
}
	.headerh1 * {
    font-size: 7rem;
}
	.mapoverlay {
	position: static;
	width: 100%;
	overflow: hidden;
	transition: .5s;
	background: aliceblue;
	height: 0px;
}
.mapoverlay.open {
	height: unset;
	width: 100%;
	transition: .5s;
	transition-delay: .5s;
}
.mapoverlayinner {
	padding: 30px;
	width: 100%;
}
	
.mailblock img {
	width: 30%;
	max-height: 65px;
    object-fit: contain;
}
}
@media(max-width:767px) {
	.aussen .col-md-6:nth-of-type(2) {
    margin-top: 40px;
}
	.p.text {
		text-align: center;
	}
	table {
		width: 100%;
	}
	.social {
    max-width: 70px;
    margin-right: 40px;
    margin-left: 40px;
}
	
	.headerh1 * {
    font-size: 5rem;
}
	.aussen .col-md-6 {
    padding: 0;
}
	.lang {
    right: 10px;
	}
}
@media(max-width:450px) {
	h1 {
		font-size: 2rem;
	}
	h2, table tr td {
		font-size: 1.4rem;
	}
	.social {
    max-width: 70px;
    margin-right: 20px;
    margin-left: 20px;
}
	.navilogo {
    top: 0px;
	}
	.navilogo img {
    max-width: 140px;
}
	.vierblock {
    padding: 20px 0 0 0;
	}
	.card-img-top {
    height: 300px;
		width: 100%!important;
	}
	.naviinhalt.show {
    height: 100%;
    width: 100%;
	}
	.naviinhalt {
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    height: 0;
	}
	.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
	padding-left: 21px;
	}
	.naviinhalt .navipunkt {
    text-align: center;
	}
	
	.headerh1 * {
    font-size: 3rem;
}
	
.mapoverlay.open {
	width: 100%;
}
.mapoverlayinner {
	width: 100%;
}
}