@font-face {
	font-family: 'Open Sans';
	src: url('fonts/OpenSans-Regular.woff') format('woff'),
		url('fonts/OpenSans-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSansBold';
	src: url('fonts/OpenSans-Bold.woff') format('woff'),
		url('fonts/OpenSans-Bold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}



body {
	color:#000000;
	font-family: 'Open Sans', sans-serif;
	font-size:12pt;
	font-weigth:400;
	margin:0;
	padding:0 20px 20px 20px;
	line-height:130%;
	letter-spacing: 0.01em;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x:hidden;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position:20px 20px;
}
.hidden {
	display:none;
}

body.noscroll {
	margin: 0; 
	/* height: calc(100vh - 40px); */
	overflow:hidden;
	max-height:100%;
}
p {
	margin:0;
}
ul,li {
	padding:0;
	margin:0;
	list-style: none;
}
h1 {
	font-size: 24pt;
	color:#000000;
	margin-top: 40px;
	margin-bottom:20px;
	line-height:120%;
	font-weight:200;
	text-align:left;
	padding: 0 20px;
}
body.home h1 {
	text-align:center;
	font-style: italic;
	margin-top:0px;
	margin-bottom:60px;
	font-weight:600;
	font-size:32pt;
	font-family: 'OpenSansBold';
}
h1.titel_oben {
	position: absolute;
	top:49%;
	left:60px;
	font-size:40pt;
	font-style: italic;
	font-weight:600;
	margin:0;
	padding:0;
}
h2 {
	font-size: 20pt;
	color:#000000;
	padding-top: 0px;
	margin-top: 50px;
	margin-bottom:20px;
	padding-bottom:10px;
	line-height:120%;
	font-weight:600;
	font-family: 'OpenSansBold';
}
.events h2 {
	margin-top:3px;
}
h2.subtitel_oben {
	position: absolute;
	top: 64%;
	left:60px;
	font-size:22pt;
	font-weight:600;
	margin:0;
	padding:0;
}
h3 {
	margin-top:10px;
	font-size:16pt;
	font-family: 'OpenSansBold';
}
a,
a:link,
a:hover,
a:active,
a:visited {
	color:#000000;
	text-decoration: none;
}
.text a,
.text a:link,
.text a:active,
.text a:visited {
	color:#688D6A;
	text-decoration: none;
}
a:hover,
.text a:hover {
	text-decoration: underline;
}
b {
	font-weight: 700;
}
.top_hintergrund {
	width:100%;
	height:auto;
	position: relative;
}
#content {
	margin-top:-100px;
	position: relative;
}
.top_hintergrund img {
	width:100%;
	height:auto;
	
}
img.bild_top {
	width:100%;
	height:auto;
	margin-top:10px;
}
.bildchen {
	position:absolute;
	cursor:pointer;
}
.bildchen img {
	/* -webkit-transition: width 0.5s, height 0.5s;
  transition: width 0.1s, height 0.1s; */
  
  transition: all .2s ease-in-out; 
  
	
}
.bildchen img:hover {
	transform-origin: center center;
	transform: scale(103%)
	/* height:105%!important;
	width:105%!important; */
}
.bildchenschrift {
	position:absolute;
	z-index: 1000;
	display:none;
}
.main_page {
	padding:20px 20px;
	text-align:left;
	max-width: 1500px;
	margin: 0 auto;
	position: relative;
}
.header {
	/* height:50px; */
	margin-bottom:0px;
	top:0px;
	width:calc(100% - 40px);
	position: relative;
}
body.home .header {
	/* position: absolute; */
}
.top_line {
	margin-bottom:80px;
}
.topline .kontakt {
	margin: 0 40px;
}
.logo {
	position: absolute;
	left:40px;
	top:20px;
	width:60vw;
	max-width:400px;
	height:20vw;
	max-height:115px;
	padding:10px;
	background-image: url(images/logo_schrift_grau.png); 
	background-size:90%;
	background-position:20px 20px; 
	background-repeat:no-repeat;
	background-color:#fff;
}
.logo a {
	display:block;
	height:100%;
}
.logo_land,
.logo_lile {
	position: absolute;
	top:-5px;
	left:60px;
	width:134px;
	height:100px;
	background-repeat: no-repeat;
	background-size: contain;
}
.logo_land a,
.logo_lile a {
	display:block;
	height:100px;
}
.logo_land {
	background-image:url(images/logo-llv.png);
}
.logo_lile {
	left:190px;
	background-image:url(images/logo-lile.png);
}
.suche {
	display:block;
	position: absolute;
	top: 67px;
	right:155px;
	width:50px;
	height:50px;
	background-image: url(images/suche.png);
	background-repeat:no-repeat;
	background-size:40px auto;
	cursor:pointer;
}
.suche input {
	display:none;
	background: #fff;;
	height: 24px;
	padding:3px;
	margin-top: 2px;
	position: absolute;
	right: 60px;
	border: 0px solid;
	width: 200px;
}
.hamburger {
	position: absolute;
	right:60px;
	top:70px;
	width:70px;
	height:50px;
	background-image: url(images/hamburger.png);
	background-size: 40px auto;
	background-repeat: no-repeat;
	cursor:pointer;
}
.menu_wrapper {
	background-color: transparent;
	position: fixed;
	top:0px;
	right:0px;
	padding:40px;
	width:calc(100vw - 80px);
	height:calc(100vh - 80px);
	font-size:24px;
	z-index: 100;
	display:none;
	overflow-y: scroll;
}
.menu_wrapper_background {
	background-image:url(images/LiLe_Menuehintergrund_neu.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	/* background-color: #ADCDA8; */
	opacity:0.95;
	position: fixed;
	top:0px;
	right:0px;
	padding:40px;
	padding-top:120px;
	width:calc(100vw - 80px);
	height:calc(100vh - 80px);
	display:none;
	z-index: 100;
}
.menu_wrapper li {
	margin: 10px 0;
	font-size:40px;
	font-weight:600;
	cursor:pointer;
	user-select: none;
	color:#688D6A;
	text-align: center;
	line-height:normal;
}
.menu_wrapper li a {
	color:#688D6A;
	display:block;
}
.menu_wrapper li .explain {
	font-weight:400;
	font-size:24px;
}
.menu_wrapper li:hover,
.menu_wrapper li a:hover,
.menu_wrapper li.aktiv a {
	color:#000;
	text-decoration: none;
	/* list-style-type: disc;
	list-style-position: inside; */
}
.menu_wrapper li a .zeile {
	/* display:flex; */
}
.menu_wrapper ul.menu,
.menu_wrapper ul.menu li {
	display:flex;
	flex-direction: column;
	justify-content: center;
}
.menu_wrapper li:hover a .zeile::before,
.menu_wrapper li:hover a .zeile::after,
.menu_wrapper li.aktiv a .zeile::before,
.menu_wrapper li.aktiv a .zeile::after {
	background-image:url('images/bullet.png');
	background-size: 10px 10px;
	background-position: top;
	background-repeat:no-repeat;
	display: inline-block;
	width: 10px; 
	height: 17px;
	content:"";
	margin: 0 20px;
}
.close {
	position: absolute;
	right:12vw;
	top:69px;
	width:40px;
	height:40px;
	background-image: url(images/close.png);
	background-size: 40px auto;
	background-repeat: no-repeat;
	cursor: pointer;
	display:inherit;
}
.section {
	margin-bottom:60px;
	padding: 10px 40px;
}
.section_content {
	margin: 0 40px;
	margin-bottom:70px;
	width:calc(100% - 165px);
	overflow:hidden;
}
.section:last-child,
.section_content:last-child {
	margin-bottom:50px;
}
ul.events {
	display:flex;
	flex-wrap: wrap;
}
ul.events li {
	min-width:calc(33% - 70px);
	max-width:calc(33% - 70px);
	padding:26px 20px;
	background-size:25.8%;
	background-repeat:no-repeat;
	margin-right: 20px;
}
ul.events .datum {
	font-weight:600;
	font-size: 12pt;
	margin-top:4px;
}
ul.events li a:hover {
	text-decoration: none;
}
ul.events .text {
	margin-top:15px;
}

ul.boxen {
	display:flex;
	justify-content:space-between;
	gap:20px 20px;
	flex-wrap:wrap;
}
ul.boxen>li {
	background-color:#ffca74;
	flex-grow: 1;
	min-width:calc(30% - 50px);
	max-width:calc(30% - 50px);
	padding:20px;
	margin:14px ;
-webkit-box-shadow: 4px 5px 14px 1px rgba(0,0,0,0.46); 
box-shadow: 4px 5px 14px 1px rgba(0,0,0,0.46);	
}
ul.boxen>li a {
	color:#004647;
	text-decoration: none;
}
ul.links {
	margin-bottom:40px;
	/* margin-left: -20px; */
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
ul.links li {
	background-image: url(images/link_booble.png);
	background-repeat: no-repeat;
	background-size: contain;
	height:60px;
	position:relative;
	/* padding-left:120px; */
	vertical-align: middle;
	margin-top:20px;
	color:#8DA28A;
	font-weight:600;
	font-size:12pt;
	min-width:30%;
	max-width:30%;
	font-family: 'OpenSansBold';
	
}
ul.links li.filler {
	background: none;
}
ul.links li a {
	color:#8DA28A;
	display:block;
}
ul.links li a:hover {
	text-decoration: none;
}
ul.links li img {
	position:absolute;
	width:65px;
	height:40px;
	object-fit: cover;
	top:13px;
	left:18px;
}
ul.links li .link {
	position: absolute;
	left:105px;
	top:20px;
	width:calc(100% - 120px);
}
ul.assets {
	display:flex;
	justify-content: space-between;
	margin-top:40px;
	margin-bottom:40px;
	flex-wrap: wrap;
	/* margin-left: -20px; */
}
ul.assets li {
	width:calc(32% - 40px);
	height:100%;
	/* height:calc(23vw - 40px); */
	/* background-color: #90b795; */
	position: relative;
	border-right:1.5vw solid white;
	cursor:pointer;
	background-image: url(images/video.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding-bottom:4%;
}
ul.assets img {
	width:100%;
	height:auto;
	top:5px;
	left:20px;
	object-fit: cover;
	position: relative;
}
ul.assets h3 {
	position: absolute;
	bottom:4%;
	color:#fff;
	margin:0;
	text-align:center;
	width:100%;
	font-size:12pt;
	font-family: 'OpenSansBold';
}
.back {
	margin-top:40px ;
	font-weight:bold;
}
.layer {
	display:none;
	background-color: #fff;
	height: calc(100vh - 150px);
	width: 90vw;
	left: 5vw;
	top:131px;
	position: fixed;
	border: 1px solid #000;
	z-index:1000;
}
.layer_content {
	margin-top:60px;
	height: calc(100vh - 225px);
	overflow:auto;
}
.layer_content iframe {
	width: calc(100vw - 124px);
	height: calc(60vw);
}
.layer .close {
	right:20px;
	top:10px;
}
.footer {
	background-image:url(images/footer.png);
	background-repeat:no-repeat;
	background-size:contain;
	/* padding: 30px 60px; */
	height:8vw;
	max-height:130px;
	position: relative;
}
.footer .footercontent {
	position:absolute;
	left:30px;
	top: 50%;
	transform: translateY(-50%);
}
.footer .text a,
.footer .text a:link,
.footer .text a:active,
.footer .text a:visited {
	color:#FFFFFF;
	text-decoration: none;
}
.dimmer {
	position: fixed;
	left:0px;
	top:0px;
	width:100vw;
	height:100vh;
	background-color:#000;
	opacity: 0.6;
	z-index:100;	
}
.cookielayer {
	position:fixed;
	width:calc(100% - 120px);
	max-width:1380px;
	padding:20px;
	background-color:#fff;
	z-index:1000;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-height: 90vh;
	overflow-y:auto;
}
.cookielayer .text {
	overflow-y:auto;
}
.center {
	text-align: center;
}
.cookielayer h2 {
	color:#96b08d;
}
.accept {
	text-align: center;
	margin:40px auto;
	position: relative;
	display:inline-block;
	background-color: #96b08d;
	color:#fff;
	font-weight:600;
	padding: 5px 15px;
	cursor:pointer;
}
.editorial {
	padding-left:20px;
}
.kartenlinks {
	display:flex;
	margin-top:100px;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom:20px;
}
.kartenlinks .karte {
	width:43%;
	position:relative;
}
.kartenlinks .karte .booble_karte {
	position: absolute;
	/* padding:3px; */
	text-align:center;
	font-size: 1.2vw;
	font-weight: bold;
	height:auto;
}
.kartenlinks .karte>img {
	width:100%;
	height:auto;
}
.kartenlinks .karte .booble_karte img {
	width:100%;
	height:auto;
}
.kartenlinks .karte .booble_karte .label {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);  
	transform: translate(-50%, -50%);   
	margin:auto;
	text-align: center;
	
}
.kartenlinks ul.linkliste {
	width:55%;
}
.kartenlinks ul.linkliste li {
	display:flex;
	min-height:33px;
	margin-bottom: 0px;
}
.kartenlinks ul.linkliste a {
	display:flex;
}
.kartenlinks ul.linkliste .nr {
	width:32px;
	max-width:50px;
	background-repeat: no-repeat;
	background-size: contain;
	font-weight:bold;
	font-size:12pt;
	text-align: center;
	padding-top:4px;
	
}
.kartenlinks ul.linkliste .label {
	margin-left:20px;
	padding-top:8px;
	font-weight: bold;
	font-size:12pt;
}
.kartenlinks ul.linkliste a:hover 
 {
	text-decoration: none;
	color:#96b08d;
}
.search_result_section {
	padding:20px;
}
.layer.suchresultate .search_result_section>h2:first-child {
	margin-top:0px;
}
.layer.suchresultate .search_result_section .search_res_content h2 {
	margin-top:33px;
	margin-bottom:0px;
}
.layer.suchresultate .search_result_section a {
	background-image: url(images/link_booble.png);
	background-size:34px 30px;
	color:#688D6A;
	background-repeat:no-repeat;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 8px;
}
.layer.suchresultate .search_result_section .text a {
	background: none;
	padding:0;
}
.layer.suchresultate .search_result_section .pagelink {
	margin-top:5px;
}