body {	margin: 0;	padding: 0;	background: #FFF;	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 1.5;	text-align: left;
	color: #000;}

img {
    border: 0;
    width: 100%;
}img.zoom {    width: 100%;
}

img.links {
    float: left;    width: 50%;
    margin: 10px 40px 10px 0;
}

img.rechts {
    float: right;    width: 50%;
    margin: 10px 0 10px 40px;
}

img.linksA {
    width: 50%;
}

img.rechtsA {
    width: 50%;
}a {
	color: rgb(49,158,52);}header a.menu,
footer ul li a,
#pagination a,
h2 a {	color: #000000;	text-decoration: none;	border-bottom: 1px dotted #BCBCBC;
	cursor: pointer;}a:hover {
	color: rgb(161,156,48);}

h1 {
	display: block;	margin: 20px 0 15px 0;	padding: 0 0 0px 0;	font-size: 1.6em;	font-weight: 700;	color: #000000;}


.posts h1 {
	margin: 10px 0 15px 0;}

h1 a {
	margin: 0px 0 0px 0;	padding: 0px 0 0px 0;	font-weight: bold;
	color: #000000;}

h1 a.back {
	font-weight: normal;
}
h2 {
	margin: 17px 0 5px 0;	color: #000000;	font-size: 1.3em;	font-weight: normal;
}

h2.aktuell {
	font-weight: 700;
	margin: 0px 0 0px 0;	
}

h2.aktuell a {
	font-weight: normal;
	border-bottom: 1px dotted rgb(85,85,85);	
}

h2 a {	margin: 5px 0 0px 0;	padding: 0 0 0px 0;	font-size: 1.0em;	color: #000000;
	border-bottom: 0;}

h2 {
	margin-top: 40px;	
}

h3 {
	font-size: 1.0em;
	font-weight: bold;	padding: 0px 0 0 0;	margin: 20px 0 15px 0;}

h3.archiv {
	font-size: 1.0em;
	font-weight: bold;	padding: 0px 0 5px 0;	margin: 10px 0 0px 0;
	border-bottom: 1px solid rgb(227,113,20);}blockquote {	margin:0;	padding-left: 17px;	border-left: 1px dotted #333333;}.description {	margin: 0 0 20px 0;	width: 100%;	text-align: left;}

p {
	width: 100%;
    margin: 40px 0 40px 0;
}/* Struktur */.site,
.header {
	margin: 0px auto;	padding: 0;
	font-size: 18px;
	-webkit-text-size-adjust: none;}

.site {
	margin-top: 0px;
	width: 94%;
    padding: 0 3% 0 3%;
	max-width: 1000px;

}

.header {
    background: rgba(0,0,0,0.33);
	width: 92%;
    padding: 30px 4% 10px 4%;
}header {
	margin: 0px auto;
	min-height: 250px;
    height: 350px;
    max-width: 1500px;
	padding: 0;
	position: relative;
	color: #000;
	background: rgb(85,188,40);
}

.logo {
	width: 19%;
    min-width: 150px;
	color: #FFF;
}

.menu {
	float: right;
	margin: 20px 0 0 0px;
	font-size: 1.0em;
}

.submenu {
	margin: 0px 0 30px 0;
	padding: 0 0 0px 0;
	font-size: 19px;
    border-bottom: 1px solid rgb(194,194,194);
}

nav {
}

nav a {
	text-decoration: none;
	color: #FFF;
}

.submenu nav a {
	color: #000;
}

nav ul {
	margin:0;
	padding:0;
}

nav ul li {
	display: inline-block;
	margin: 5px 10px 4px 0;
	font-weight: normal;
	letter-spacing:0.07em;
}

nav ul li a:hover,
nav ul li.active a:hover {
    color: rgb(255,234,0);
	padding: 3px 9px 3px 9px;
}

.menu nav ul li.active a {
    color: rgb(255,234,0);
}

nav ul li a {
	margin:0 15px 0px 0;
	padding: 3px 9px 3px 9px;
}

.submenu nav ul li a,
.submenu nav ul li.active a,
.submenu nav ul li a:hover,
.submenu nav ul li.active a:hover {
	margin:0 15px 0px 0;
	padding: 0;
}

.submenu nav ul li a:hover,
.submenu nav ul li.active a:hover {
    font-weight: 700;
    color: rgb(197,185,53);
}

.submenu nav ul li.active a {
	font-weight: 700;
}

.menu nav ul li a:last-of-type {	margin:0 0px 0px 0;
}

.menu nav ul li.active a{
	padding: 3px 9px 3px 9px;
	font-weight: 700;
}#content {	position: relative;	width: 100%;	min-width: 200px;	margin: 0px 0 30px 0;}

.home_albums {
	margin: 20px 0 0 0;
}#pagination {
	text-align: center;	
}

.sidebar_left {
    float: left;
    width: 300px;
}footer {	position: relative;
	margin: 25px 0 0 0;
	padding: 10px 0 10px 0;
	font-size: 0.8em;
	color: #000;}

footer ul {
	margin:0;
	padding:0;
	display:inline-block;
}

footer ul li {
	display:inline-block;
	padding-right: 3px; 
}

footer ul li:before {
   content: "/ ";
}

i.fa.fa-search {
	color: rgb(215,215,215);
}/* THUMBS */.album {
	float: left;	position: relative;	width: 32%;
	max-width: 320px;
	height: 240px;
	overflow: hidden;
	margin: 0 2% 15px 0;
	background-color: black;

}

.album img {
	width: 320px;
	-webkit-transition: all 0.25s ease; /* Safari and Chrome */
  	-moz-transition: all 0.25s ease; /* Firefox */
  	-o-transition: all 0.25s ease; /* IE 9 */
  	-ms-transition: all 0.25s ease; /* Opera */
  	transition: all 0.25s ease;	
}

.album:hover img {
    -webkit-transform:scale(1.05); /* Safari and Chrome */
    -moz-transform:scale(1.05); /* Firefox */
    -ms-transform:scale(1.05); /* IE 9 */
    -o-transform:scale(1.05); /* Opera */
     transform:scale(1.05);
	opacity: 0.2;
}

.videos {

}@media all and (min-width: 741px) {
	.album:nth-of-type(3n+0),
	.videos:nth-of-type(3n+0) {		margin: 0 0 10px 0;
	}}

.event_album {
	position: relative;	width: 100%;
	overflow: hidden;
}

#infoMap {
	margin: 8px 0 10px 0;
}.thumb {
	float: left;
	width: 105px;
	height: 105px;
	overflow: hidden;	position: relative;	margin: 0 11px 11px 0;
}

.thumb figure {
	display: none;	
}

@media all and (min-width: 1122px) {
	.thumb:nth-child(8n+8) {
		margin: 0 0 11px 0;
	}
}

.lightbox {
	float: right;
	font-size: 13px;
	margin: 5px 5px 2px 20px;
	padding: 0 5px 0 5px;
	border: 1px solid #444;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.lightbox a {
	color: #444;	text-decoration: none;
}

.F_image {
	margin: 20px 0 0 0;

}

.F_image_info {
	text-align: right;
	font-size: 13px;
	color: #AAAAAA;
	padding: 0 15px 0;
}
.posts,
.l {
	float: left;
	max-width: 640px;
	width: 100%;
}

.posts article,
.essay article {
	padding-bottom: 20px;
	margin-bottom: 40px;
	border-bottom: 0px solid rgb(150,150,150);
}

article {	min-height: 20px;	margin: 15px 0 25px 0;}

article h2 {
	padding: 0;
	margin: 5px 0 5px 0;	color: #000000;	font-size: 1.2em;	font-weight: bold;
}

article p {
	width: 100%
	max-width: 640px;
}

article img {
	width: 100%;
	max-width: 640px;
}

.k-content-embed {
	width: 100%;
	margin: 10px 0 10px 0;	
}

.r {
	float: right;
	margin: 40px 0 0 20px;
	width: 250px;
}

.r h3 {
	font-size: 1.3em;
}

.r .tags a {
	margin-right: 1px;
	padding: 1px 4px 0px 5px;
	background: rgb(215,215,215);
	color: #FFF;
	text-transform: capitalize;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	white-space: nowrap;
	text-decoration: none;
}

.h {
	max-height: 640px;	
}

.teiler {
	padding-bottom: 20px;
	margin-bottom: 40px;
	border-bottom: 1px dotted rgb(150,150,150);
}

.map {
    float: right;
    margin: 0 0 0 30px;
    max-width: 600px;
    width: 100%;
}

.newsletter {
	padding: 10px;
	background: #F8F8F8;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.fullwidth {
	width: 100vw;
	margin-left: calc(50% - 50vw);
}
/* ALBUM */.album_info {	display: block;	position: absolute;
	width: 90%;
	bottom: 20px;	padding: 10px 15px 10px 15px;}.album_info h2 {	padding: 2px 5px 5px 4px;	margin: 0px;	font-size: 1.2em;	font-weight: 700;
	color: #FFF;
	text-shadow: 0px 0px 4px #000000;
    filter: dropshadow(color=#000000, offx=0, offy=0);
	border-bottom: 0;
}

.album_info h2 span,
.bg_weiss {	padding: 0px 5px 0px 4px;
}.album_info .datum { 	font-weight: bold;	margin: 0 20px 0 0px;	color: #454547;}/* ALBUM ENDE *//* TEXT/BILD SINGLE MIT META */#post {	width: 100%;
	/* border-bottom: 1px dotted rgb(218,218,218); */
}

#post .video {
	margin: 20px auto;
}

div.k-video.max-width-video-wrapper {
	margin: 0px auto;
}

#post .video video{
}

#post .photo #image {
	/*width: 100vw;
	margin-left: calc(50% - 50vw);*/
	margin-top: 13px;
	text-align: center;
}

#post .photo #image.pano {
	width: 100vw;
	margin-left: calc(50% - 50vw);	
}

#post .photo #text {
	font-size: 14px;}

.naviLeft a,
.naviRight a {
	color: #5D5D5D;
}

.naviLeft a:hover,
.naviRight a:hover {
	text-decoration: none;}

.naviLeft {
	position: absolute;
	font-size: 20px;
	text-align: center;
	left: -60px;
	width: 40px;
}

.naviRight {
	position: absolute;
	font-size: 20px;
	text-align: center;
	right: -60px;
	width: 40px;
}

.info {
	margin-top: 5px;
	font-size: 13px;
}

span.info {
	color: #FFF;
	font-style: normal;
	margin-left: 5px;
	padding: 1px 6px 2px 6px;
	border: 1px solid #FFF;
	border-radius: 2px;
}

span.info a {
	color: #FFF;
	border-bottom: 1px dotted #FFF;
	text-decoration: none;
	cursor: pointer;
}

time, .info {
	font-style: italic;
	color: #AAAAAA;
}

.time {
	font-size: 13px;	
}

.time .tags a{
	font-size: 13px;
	margin-left: 10px;
	padding: 1px 4px 0px 5px;
	background: rgb(215,215,215);
	color: #FFF;
	text-transform: capitalize;
	text-decoration: none;
}

a.mapview,
div.info > span a {
	color: #000000;	cursor: pointer;
	white-space: nowrap;
}

div.info > span.email {
}
div.exif {
	float: right;
	padding: 5px;
	white-space: nowrap;
	font-size: 12px;
}span.exif {
	padding: 0 2px 0 2px;
	margin-right: 5px;
	font-size: 13px;
	font-style: normal;
	color: #AAA;
	white-space: nowrap;
}

/* FORMULAR */
fieldset {
	border: 0;
	padding: 0;
}

label {
	display: block;	
}

input, textarea, button {
	font-size: 17px;
}

input[type=text],
input[type=email] {
	width:95%;
	max-width:300px;	
}

textarea {
	width:95%;
	max-width:630px;
    height: 130px;	
}

a.button {
    color: #FFF;
	text-decoration: none;
}

a.button,
button,
input[type=submit] {
	background: #D6D6D6;
	border-radius: 5px;
	border: 0;
	padding: 5px;
    color: #FFF;
}

a.button:hover,
form button:hover,
input[type=submit]:hover,
.r .tags a.active,
.r .tags a:hover,
.time .tags a:hover {
	background: rgb(207,200,62);
}

#error {
	display: none;
	background: rgb(255,158,184);
	border-radius: 3px;
	padding: 11px;
}

.notification {
	background: #D7FAAC;
	border-radius: 3px;
	padding: 11px;
}

select {
   background: transparent;
   font-size: 14px;
   color: rgb(42,160,204);
   padding: 2px 22px 3px 5px;
   border: 1px solid rgb(42,160,204);
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   background: url(../images/select.png) 96% / 15% no-repeat #fff;
} 
/*target Internet Explorer 9 and Internet Explorer 10:*/
@media screen and (min-width:0\0) { 
    select {
        background:none;
        padding: 5px;
    }
}
/* END TEXT/BILD */

.comments {
	width: 100%;
	max-width: 640px;
}

.addcomment textarea {
	height: 70px;
}

.comment {
	padding: 10px;
	margin-bottom: 10px;
}

.comment img.gravatar {
	float: left;
	padding: 0px 0px 0 0;
	margin-right: 10px;
	border-radius: 3px;
	width: 25px;
	height: 25px;
}

.comment a.date {
	text-decoration: none;
	color: #444;
}

.comment p {
	margin: 5px 0 5px 0;
}

.comment div span {
	font-style: italic;
	font-size: 0.8em;
}
img.photo {	float: center;}.clear {	clear: both;}
@media all and (max-device-width: 480px),  all and (max-width: 480px) {

    header {
        max-height: 250px;
    }
	
	.menu{
		position: relative;
		margin: 0 0 10px 0px;
	}
	
	.r {
		float: left;
		margin: 20px 0 0 0;
		padding: 7px 0 7px 0;
		width: 100%;
	}
		
}
