* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

body {
	background:#FFFFFF;
}

/* fuer wasserfall */
#container,#seek_container {
	margin-left:auto; 
	margin-right:auto;
}
#seek_container {
	display:none;
}
#container {
	visibility:hidden;
	opacity:0;
}

.packery {
	/*
  background: #FDD;
  background: hsla(45, 100%, 40%, 0.2);
  */
}

/* clearfix */
.packery:after {
  content: ' ';
  display: block;
  clear: both;
}

/* einzelne artikel auf startseite */
.item {
	border:1px solid #CCC; 
	padding:8px; 
	overflow:hidden;
	cursor:pointer;
}
.w1 {
	width:300px; 
}

.w2 {
	width:640px; 
}
.bgimg {
	position:relative;
	width:100%; 
	height:160px; 
	 background-position:center center; 
	 background-repeat: no-repeat;  
	 background-size: 100%;
}
.bgimg300 {
	display:none;
	margin-top:0;
	border:0;
	padding:0;
}

@media screen and (max-width: 710px) {
	.w2 {
		width:300px; 
	}
	.w2 .bgimg {
		display:none;
	}
	.w2 .bgimg300 {
		display:block;
	}
}

.art1inner {
	background-color:#FFF; 
	padding-top:10px;
}
.kat {
	margin-top:4px;
}
#leserbriefe .kat,#naknews .kat {
	margin:16px auto 10px auto;
}

.dachz {
	font-family: 'Arimo', sans-serif;
	font-weight: 400;
	font-size:0.8em;
	line-height:0.8em;
	color:#666;
	text-decoration:none;
	text-align:center;
	text-transform: uppercase;
	letter-spacing:0.1em;
	
}


.head1 {
	font-family: 'Arvo', serif;
	font-size:1.2em;
	font-weight: 400;
	line-height:1.2em;
	color:#666;
	text-align:center;
	margin-top:10px;  
	margin-bottom:10px;" 
 }

.head2 {
	font-family: 'Arimo', sans-serif;
	font-weight: 700;
	font-size:1em;
	line-height:1.2em;
	color:#666;
	text-decoration:none;
	text-align:center;
}

.teaser {
	font-family: 'Arimo', sans-serif;
	font-weight: 400;
	font-size:0.8em;
	line-height:1.4em;
	color:#666;
	text-decoration:none;
	padding:10px;
}




/* magazin layout titelseite */
 .header {
	 position:relative;
	 margin:20px auto 40px auto;
	 height:80px;
	 border-bottom:1px solid #CCC;
	 /*overflow:hidden;*/
 }


.header nav {
	float:right;
	margin-top:20px;
	margin-right:-20px;
}
nav ul {
    padding: 0px;
    margin: 0px;
}
nav ul li {
    list-style: none;
    float:left;
	padding:0.5em;
}
nav ul li a {
    text-decoration: none;
    display: block;
	color:#CCC;
}

.header #menubtn {
	float:right;
	display:none;
	width:30px;
	height:30px;
	background-image:url(../img/more.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	opacity:0.5;
	margin-top:16px;
}
#menubackbtn {
	float:right;
	display:none;
	width:30px;
	height:30px;
	background-image:url(../img/right_arrow.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	opacity:0.5;
}
#menuclearer {
	clear:both;
}

/* navigation für bis 1024px breite auflösung */
@media screen and (max-width: 1023px) {
	.header #menubtn,#menubackbtn,#menuclearer {
		display:block;
	}
	.header nav {
		display:none;
		position:absolute;
		z-index:1000;
		right:0;
		top:5px;
		width:170px;
		float:none;
		margin-top:auto;
		margin-right:auto;
		background:#FFF;
		border:1px solid #CCC;
		padding:10px;
		overflow:hidden;
		
	}
	nav ul {
    	padding: 0px;
    	margin: 0px;
	}
	nav ul li {
    	list-style: none;
    	float:none;
		padding:0.5em;
	}
	nav ul li a {
    	text-decoration: none;
    	display: block;
		color:#CCC;
	}
}

.menutxt {
	font-family: 'Arimo', sans-serif;
	font-weight: 400;
	font-size:1em;
	line-height:1em;
	color:#666;
	text-decoration:none;
}
.menutxt:hover,.men_activ {
	color:#FF6400;
}


.logo {
	margin-top:14px;
	float:left;
	width:250px;
	height:40px;
	overflow:hidden;
}

/* einzelner artikel */
 #dispartikel,#dispseek {
	 display:none;
	 margin-left:auto;
	 margin-right:auto;
	 max-width:850px;
	 min-width:270px;
	 margin-top:20px;
	 margin-bottom:20px;
	 padding:20px;
 }
 #dispartikel articel {
	 position:relative;
 }
 
/* einzelner artikel */
.art_head1 {
	font-family: 'Arvo', serif;
	font-size:1.6em;
	font-weight: 400;
	line-height:1.2em;
	color:#666;
	text-align:center;
	margin-top:10px;  
	margin-bottom:10px;" 
}

.art_head2 {
	font-family: 'Arimo', sans-serif;
	font-weight: 700;
	font-size:1em;
	line-height:1.2em;
	color:#666;
	text-decoration:none;
	text-align:center;
	margin-bottom:2em;
}
 
.art_teaser {
	font-family: 'Arimo', sans-serif;
	font-weight: 700;
	font-size:1.0em;
	line-height:1.4em;
	color:#666;
	text-decoration:none;
	text-align:justify;
	margin-bottom:2em;
}
.art_txt {
	font-family: 'Arimo', sans-serif;
	font-weight: 400;
	font-size:1.0em;
	line-height:1.4em;
	color:#666;
	text-decoration:none;
	text-align:justify;
}
.min_txt {
	font-family: 'Arimo', sans-serif;
	font-weight: 400;
	font-size:0.8em;
	line-height:0.8em;
	color:#666;
	text-decoration:none;
}
.nor_txt {
	font-family: 'Arimo', sans-serif;
	font-weight: 400;
	font-size:1.0em;
	line-height:1.4em;
	color:#666;
	text-decoration:none;
}
 
 
.st1 {
	position:absolute;
	left:0;
	top:0;
}
.adv1 {
	position: absolute;
	top:0;
	right: 0;
	width:300px;
	border: 1px solid #CCC;
	height: 288px;
	overflow: hidden;
}
@media (min-width: 100px) AND (max-width: 700px) {
	.adv1 {
		display: none;
	}
}

#naknews {
	border:1px solid #CCC;
	padding:8px; 
	overflow:hidden;
	width:300px;
}
#leserbriefe {
	margin-top:40px;
	border:1px solid #CCC;
	padding:8px; 
	overflow:hidden;
	cursor:pointer;
	width:300px;
}

.st2 {
	position:absolute;
	left:0;
	top:200px;
	border:1px solid #CCC;
	padding:8px; 
	overflow:hidden;
	cursor:pointer;
	width:300px;
}


a {
	text-decoration:none;
	color:inherit;
}
.naknewsitm {
	margin-bottom:0.5em;
}
.lbitm {
	margin-bottom:1em;
}
.hyp {
	 -webkit-hyphens: auto;
	 -moz-hyphens: auto;
	 -ms-hyphens: auto;
	 hyphens: auto;
}

#lbsection {
	margin-top:4em;
	margin-bottom:2em;
}
#lbsection .art_txt {
	float:right;
	font-size:0.8em;
}

#art_leserbriefe {
	margin-top:2em;
	font-family: 'Arimo', sans-serif;
	font-weight: 400;
	font-size:1.0em;
	line-height:1.4em;
	color:#333;
	text-decoration:none;
	text-align:left;
	font-style:italic;
}
#kommentar {
	margin-top:2em;
	border:1px solid #CCC;
	width:100%;
	height:160px;
	margin-bottom:1em;
}
#kommentar .art_txt {
	font-size:0.8em;
}

#loginform div,#register div {
	margin-bottom:1.5em;
}

label {
	display:inline-block;
	width:140px;
	overflow:hidden;
	margin-top:12px;
}
#register {
	margin-top:3em;
}
.formfield {
	border:1px solid #CCC;
	height:1.5em;
}
#closebtn {
	background-image:url(../img/close.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	width:30px;
	height:30px;
	cursor:pointer;
	opacity:0.5;
	margin-top:-40px;
	margin-right:0;
	float:right;
}
#sendlbbtn {
	background-image:url(../img/add.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	width:30px;
	height:30px;
	cursor:pointer;
	opacity:0.5;
	float:left;
}
#logout {
	display:none;
}
.gal_container {
	position:relative;
	margin-bottom:2em;
}
gal_stage {
}

.art_img {
	position:relative;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover; /*:contain; */
	image-rendering: pixelated;
}
.img_bu {
	display:inline-block;
	position:absolute;
	background:#FFF;
	width:100%;
	height:auto;
	bottom:0px;
	/*top:0;*/
	left:0;
	opacity:1;
	padding:0.6em 0 0.6em 0;
}
.bu_txt {
	font-family: 'Arimo', sans-serif;
	font-weight: 300;
	font-size:0.8em;
	line-height:1.2em;
	color:#666;
	text-decoration:none;
}

#slide_left,#slide_right {
	position:absolute;
	top:0;
	z-index:500;
	height:100%;
	width:30%;
	/*border:2px solid red; */
	opacity:0.3;
	background-repeat:no-repeat;
	background-size:50px 50px;
}
#slide_left {
	left:0;
	background-image:url(../img/left_arrow.png);
	background-position:left center;
}
#slide_right {
	right:0;
	background-image:url(../img/right_arrow.png);
	background-position:right center;
}


#pauser,#infscr-loading {
	display:none;
	position:fixed;
	top:50%;
	left:50%;
	width:49px;
	height:49px;
	margin-left:-19px;
	margin-top:-19px;
	z-index:10000;
	background-image:url(../img/load3.gif);
	background-position:center center;
	background-size:contain;
	overflow:hidden;
	text-indent: -10000px;
}
#loader {
	position:fixed;
	top:50%;
	left:50%;
	margin-left:-25px;
	margin-top:-25px;
	z-index:1000;
}
button {
	background:#ccc;
	border:1px solid #666;
	padding:6px;
	border-radius: 6px;
}
.reg {
	float:left;
	margin-top:2px;
}
.fb-share-button {
	float:right;
	margin-top:-45px;
	margin-right:60px;
}
.infokasten {
	float:left;
	width:280px;
	height:auto;
	padding:1em;
	background: #CDCDEE;
	font-family:inherit;
	margin:0.2em 1em 1em 0;
	text-align:left;
}
.chartkasten,.mapkasten {
	float:right;
	width:400px;
	height:auto;
	padding:4px;
	background: #FFF;
	font-family:inherit;
	margin:0.2em 0 0em 1em;
	text-align:left;
}
.mapkasten {
	margin:1.8em 0 0em 1em;
}

canvas {
	width:400px;
	height:200px;
}
#map {
	width:400px;
	height:200px;
	border:1px solid #CCC;
}

.wart li {
	margin-bottom:0.4em;
}
.wart {
	padding-left:1em;
	margin-bottom:0;
	padding-bottom:0;
}
@media screen and (max-width: 710px) {

	.fb-share-button {
		float:left;
		margin-top:-40px;
	}
	#slide_left,#slide_right {
		background-size:30px 30px;
	}
	.chartkasten,.mapkasten,canvas {
		width:290px;
	}
	.mapkasten,.infokasten,.chartkasten {
		margin-bottom:1.8em;
	}
	#map {
		width:300px;
		height:180px;
	}
}

.art_txt a {
	background:url(../img/lnk.png);
 	background-repeat: no-repeat;
	background-size:14px 14px;
 	background-position: left;
 	padding-left:16px;
}
.wlnk { /* nuetzt nichts --> inline */
	background:none;
}
div.art_txt a:hover {
	color:#FF6400;
}
#OpenLayers_Control_Attribution_7 {
	display:none; /* blendet osm anmerkung unten aus */
}
.olPopupContent {
	font-family: 'Arimo', sans-serif;
	font-weight: 300;
	font-size:0.6em !important;
	line-height:1em !important;
	color:#666 !important;
	text-decoration:none !important;
	margin-left:20px !important;
}
.olPopup {
}
#slide_left,#slide_right {
	cursor:pointer;
}
/*
#OpenLayers_Feature_33_popup_contentDiv
#OpenLayers_Feature_33_popup_GroupDiv
#OpenLayers_Feature_33_popup
*/
.zabstand {
	line-height:1em;
}
.legend {
	position:absolute; 
	width:auto; 
	height:auto; 
	top:-20px; 
	right:0; 
	font-size:9px;
	background-color:#fff;
	border:1px solid #CCC;
	padding:2px 4px 2px 4px;
	opacity:0.8;
}
.legend p {
	margin:0;
}
.legend ul {
	padding:0;
	list-style:none;
	margin:0;
}
.legend ul li span {
	margin-right:4px;
}
