@charset "UTF-8";
/* CSS Document Lucianos-Welt 2020 */

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

html{        
   font-size: 100%; 								/* Browserstandard: 16px */
}
 
html, body, .sticky {							/* für Sticky footer */
	height: 100%;
}

/* first assign web font * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
  	 @font-face {font-family: 'KievitWeb'; src: url('font/KievitWeb.woff') format('woff');}
    @font-face {font-family: 'KievitWeb-Medi'; src: url('font/KievitWeb-Medi.woff') format('woff');}
    @font-face {font-family: 'KievitWeb-Bold'; src: url('font/KievitWeb-Bold.woff') format('woff');}
	 @font-face {font-family: 'KievitWeb-Ita'; src: url('font/KievitWeb-Ita.woff') format('woff');}
    @font-face {font-family: 'KievitWeb-MediIta'; src: url('font/KievitWeb-MediIta.woff') format('woff');}
    @font-face {font-family: 'KievitWeb-BoldIta'; src: url('font/KievitWeb-BoldIta.woff') format('woff');}   

/* Allgemein * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
body{ 
	font: 20px/28px 'KievitWeb', sans-serif;  /*16px/28px - 06.03.25*/
	font: 1.4rem/2rem 'KievitWeb', sans-serif; /*1rem/1.5rem - 06.03.25*/
	color: #000000; 
	
	-webkit-hyphens: auto; /* für Trennung */
 	-moz-hyphens: auto;
 	-ms-hyphens: auto;
 	hyphens: auto;
} 



a{ 
	color: #665246;     
	/* text-decoration: none; */
} 
 
a:hover{    
	color: #382f26; 
	/* text-shadow: 0.3px 0.3px #6c6d6e; */
}

img {
	max-width:100%;
	height:auto;
	margin-bottom:0em; /* geändert von 1*/
}

/* Raster und Abstaende * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.container {
	max-width:1200px;
	margin:0 auto;
	/* background: #d5caa3; */
}

.beige {
	background: #d9d3c9;
		
}

.gruen {
	background: #00632e;
	padding-top: 1em;
	padding-bottom: 1em;
	p {
	font-family: 'KievitWeb', sans-serif; 
	color: #FFFFFF;
	font-size: 20px; /*16px - 06.03.2025  */
	font-size: 1.5rem; /*1rem - 06.03.2025  */
	line-height: 28px; /*24px - 06.03.2025  */
	line-height: 2.3rem; /*1.5rem - 06.03.2025  */
	margin-bottom: 15px;		
}	
}

.dunkel {
	color: #382f26;
		
}
/* @media all and (max-width: 699px) {   
	.container { 
		width: 100%; 
		}
	}
*/				

.row {
	width:100%;
	float:left;
}

.columns {
	float:left;
	margin-left:2%;
}

/* .columns:first-child {margin-left: 2%;} 20.11.16 */

.column {
	float:left;
	margin-left:0%;
}

.image img{
	padding-top: 1em;

}

.einblenden img {
	display:none;
}

.abstand {
	margin-top:1.8em;
}

.abstand_oben{
	padding-top:0em;
}

.abstand_unten{
	padding-bottom:3.5em;
}

.hopp{
	margin-top:4em;
}


.spalte {
	padding: 0.4em 3% 0.6em 0%; /* o re u li */ /* wenn nicht h2 verwendet wird -> oben 2em besser */
	margin-bottom: 1em;
	overflow: hidden; 
}


/* für Sticky footer * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.sticky {
	min-height: 100%;
	margin: 0 auto;
	/*height: 100%;*/ /* weg, weil der Firefox image:max-width: 100% ignoriert hat */
	display:table;
	width:100%;  /*weil der Firefox image:max-width: 100% ignoriert hat */
	table-layout: fixed; /* weil der Firefox image:max-width: 100% ignoriert hat */
}

.sticky-innen{
	display: table-row;							/* für sticky footer*/
	height: 100%
} 

/* Typografie * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
 
h1, h2, h3, h4, h5, h6{
	font-family: 'KievitWeb-Medi', sans-serif; 
	margin: 10px 0 10px; 
	color: #382f26; 
}
 
h1{
	font-size: 26px;
	font-size: 1.9rem;
	line-height: 38px; 
	line-height: 2.38rem; 
	color: #FFFFFF; 
}
 
h2{
	font-size: 22px;  
	font-size: 1.9rem;   
	line-height: 34px; 
	line-height: 2.4rem;
	margin-bottom: 2.0rem;
}
 
h3{
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 32px; 
	line-height: 2.00rem;
}
 		


h4{    
	font-size: 19px;   
	font-size: 1.19rem;    
	line-height: 30px; 
	line-height: 1.88rem; 
}		
	
h5{    
	font-size: 18px;   
	font-size: 1.13rem;    
	line-height: 28px; 
	line-height: 1.75rem;
}	
	
h6{    
	font-size: 17px;    
	font-size: 1.06rem;    
	line-height: 26px; 
	line-height: 1.63rem; 
}	

 
p {
	font-family: 'KievitWeb', sans-serif; 
	color: #382f26;
	font-size: 20px; /*16px - 06.03.2025  */
	font-size: 1.5rem; /*1rem - 06.03.2025  */
	line-height: 28px; /*24px - 06.03.2025  */
	line-height: 2.3rem; /*1.5rem - 06.03.2025  */
	margin-bottom: 15px;		
}

html[lang="de"] q { quotes: "\00BB" "\00AB" }
q:lang(de) { quotes: "\00BB" "\00AB" }


hr{
	margin-bottom:3em;
	color: #d9d3c9;
}

.center {
	text-align:center;
}


ul, ol {
	padding-left: 0;
	margin: 0 0 1em 1.8em; /* o r u l*/
}

ul{
	list-style: none;
	list-style-image: url(../images/pfeil_kl.gif);
	color: #382f26;
	font-size: 1.5rem; /*1rem - 06.03.2025  */
	
	line-height: 2.3rem; /*1.5rem - 06.03.2025  */
}


/* Definitionen Bereiche * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.site-nav,
.site-header,
.site-teaser,
.site-zwischen,
.site-text,
.site-text2,
.site-inhalt,
.site-artikel,
.site-karte,
.site-footer,
.site-farbe,
.site-detail {
	width:100%;
	float:left;
}

.site-nav {
	background:#ffffff;
	color: #382f26;
	min-height: 38px;	
}

.site-nav ul {
	margin: 0;		
	list-style: none;
	padding: 0;
}

.site-nav a {
	 padding: 1em; 	
	/*	margin: 1em 2em 1em 0;   o r u l*/
	display: block;
	margin-bottom: 1px; 
	background:#ffffff;
	text-decoration: none; 	
	font-family: 'KievitWeb-Bold', sans-serif; 
	color: #382f26;
	font-size: 16px;
	font-size: 1.2rem;
}

.site-nav img {
	 margin-top: 3px; 
	 margin-bottom: 0;
	 height: 1.0em;
	 width:auto;
}

.site-zwischen {
	padding-top:3em;
	padding-bottom:3em;
	text-align:center;
	color:white;
}

.site-text {
	padding-top:3em;
	padding-bottom:3em;
	background: #d9d3c9; 
}

.site-text2 {
	padding-top:1em;
	padding-bottom:2em;
	background: #d9d3c9; 
	display: table-row;							/* für sticky footer*/
}

.site-text sign  {
	float: right;
}


.site-farbe {	
	margin-top:2em;
	padding-top:3em;
	padding-bottom:3em;
	background: #ecf0ee;
}

.site-inhalt {
	padding-top:1em;
	padding-bottom:2em;
	display: table-row;							/* für sticky footer*/
}



.site-artikel {
	padding-top:3em;
	padding-bottom:3em;
}

.site-detail {
	padding-top:2em;
	padding-bottom:2em;
	/*border-top-color:#a0a0a0;   Linie 29.11.15
	border-top-width: 0.3em;
	border-top-style: solid;*/
	background-color: #ffffff; 
}

.site-footer{
	background: #00632e;
	color: #fff;
	padding-top: 1.0em;
	padding-bottom: 1.0em;
	float: left;
	display:table-row;							/* für sticky footer*/
}

.site-footer p{
	color: #fff;
}

.site-footer a{    
	color: #fff;
	text-decoration:none;
	font-family: 'KievitWeb', sans-serif; 
}

.site-footer a:hover{    
	border-bottom: 1px solid #fff;
}


.site-footer img{
	/* margin-right: 6px; */  
	margin-top: 0.6em;       
}

.site-header {
	background:#ffffff;
	padding-top:0em; 
	padding-bottom:0em; 
} 

/* Bilder im Headerbereich * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.site-teaser {
	padding-top:2em;
	padding-bottom:2em;
	text-align:center;
	color:white;
}

.kap-home .site-teaser {
	/*background-image: url(../images/IMG_7539_1900.jpg); */
	background-size:cover;
}

.kap-webdesign .site-teaser {
	background-image: url(../images/header_webdesign.jpg); 
	background-size:cover;
}

.kap-fotografie .site-teaser {
	background-image: url(../images/header_fotografie.jpg);
	background-size:cover;
}

.kap-print .site-teaser {
	background-image: url(../images/header_print.jpg); 
	background-size:cover;
}

.kap-print-01 .site-teaser {
	background-image: url(../images/header_print_01.jpg); 
	background-size:cover;
}

.kap-info .site-teaser {
	background-image: url(../images/header_hell.jpg); 
	background-size:cover;
}

.kap-kontakt .site-teaser {
	background-image: url(../images/googlemap_wa3.jpg); 
	background-size:cover;
}

.kap-profil .site-teaser {
	background-image: url(../images/header_profil.jpg); 
	
	background-size:cover;
}

.kap-impressum .site-teaser {
	background-image: url(../images/header_impressum.jpg); 
	/*	background-color: #40474f; */
	background-size:cover;
}

.kap-sonstiges .site-teaser {
	background: #d9d3c9; 
}


/* Karte * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.site-karte {
	border-top: 2em solid #d9d3c9;
	background-image: url(../images/googlemap_plc_hell.jpg); 
	background-size:cover;
}


/* Titel und site-teaser * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.title {
	font-size: 1.9em;
}

.title span {
	font-size: .7em;
	font-weight: normal;
	margin-left: 3.4em;
}

.title strong, .title span {
	padding: .2em .6em;
}

@media screen and (min-width:500px) {
	.title {
	font-size: 2.3em;
	}
	
	.site-teaser{
	padding-top:3em;
	padding-bottom:3em;
	}	
}

@media screen and (min-width:600px) {	
	.title {
	font-size: 2.6em;
	}
		
	.site-teaser{
	padding-top:3.5em;
	padding-bottom:3.5em;
	}	
}

@media screen and (min-width:700px) {	
	.title {
	font-size: 2.8em;
	}
	
	.site-teaser{
	padding-top:7em;
	padding-bottom:7em;
	}	
}

/* Meta Navigation Footer horizontal * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

ul#meta_navigation_footer { 
	float: right;
	margin-top: 0.8em; 
}

ul#meta_navigation_footer li{ 
	display: inline;
	list-style: none; 
}

ul#meta_navigation_footer li a{
	color: #ffffff; 

	text-decoration: none; 

	font-family: 'KievitWeb', sans-serif; 
}

ul#meta_navigation_footer li a:hover, ul#meta_navigation_footer li a.active{     
	color: #382f26; 

}

/* Meta_Navigation vertikal * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ 

ul#meta_navigation { 
	float: left;
	margin-top: 0.8em; 
	padding-left: 0;
	margin-left:0;
}

ul#meta_navigation li{ 
	list-style: none; 
}

ul#meta_navigation li a{
	color: #ffffff; 
	text-decoration: none; 
	font-family: 'KievitWeb', sans-serif; 
}

ul#meta_navigation li a:hover, ul#meta_navigation li a.active{     

	border-bottom: 1px solid #fff;
}


/* SocialMedia-Buttons * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* Facebook */
.fb{
	display: inline-block;
	width: 28px;
	height: 28px;
	position:relative;
	margin-right: 10px;
	background: url("../images/facebook_button.png") no-repeat;
}

.fb:hover{
	background: url("../images/facebook_button.png") no-repeat -28px 0;
}

/* twitter */
.tw{
	display: inline-block;
	width: 28px;
	height: 28px;
	position:relative;
	margin-right: 10px;
	background: url("../images/twitter_button.png") no-repeat;
}

.tw:hover{
	background: url("../images/twitter_button.png") no-repeat -28px 0;
}

/* Emailbutton */
.mail{
	display: inline-block;
	width: 28px;
	height: 28px;
	position:relative;
	margin-right: 10px;	
	background: url("../images/mail_button.png") no-repeat;
}

.mail:hover{
	background: url("../images/mail_button.png") no-repeat -28px 0;
}

/* Facebook */
.gw{
	display: inline-block;
	width: 200px;
	height: 200px;
	position:relative;
	margin-right: 10px;
	background: url("../images/icon_webdesign_zustaende.png") no-repeat;
}

.gw:hover{
	background: url("../images/icon_webdesign_zustaende.png") no-repeat -210px 0;
}

.gp{
	display: inline-block;
	width: 62px;
	height: 62px;
	position:relative;
	margin-right: 3px;
	background: url("../images/icon_webdesign_zustaende_test.png") no-repeat;
}

.gp:hover{
	transform: scale(1.1); 
}




/* Icons  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.icon {
	margin-top: 2.3em;
}

.icon img {
  filter: none;
  -webkit-filter: grayscale(0);
}

.icon img:hover{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.icon:hover  {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($opacity * 100))";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
 
    -webkit-touch-callout: none;
    -moz-touch-callout: none;
    -o-touch-callout: none;
    -ms-touch-callout: none;

    -webkit-tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent;
    -o-tap-highlight-color: transparent;
    -ms-tap-highlight-color: transparent;
}

/* grayscale on hover */
.icon img:hover {
  filter: grayscale(1); 
  -webkit-filter: grayscale(1);
}

.icon img.active {
  filter: grayscale(1); 
  -webkit-filter: grayscale(1);
}


/* Box * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.box {
	background: #ecf0ee;
	padding: 0.4em 3% 0.6em 3%; /* o re u li */ /* wenn nicht h2 verwendet wird -> oben 2em besser */
	margin-bottom: 1em;
	/* margin-left: 3%;
	margin-right:3%; */
	overflow: hidden; 
}

.box li a{
	color:#382f26;
}

.box li a:hover{
	color: #d9d3c9;
}

.box_text {
	color: white; /* für h1 */
	overflow:hidden;
	padding-left: 4.5em;
   padding-right: 4.5em;
}

.box_text p{
	color:#ffffff;
	font-family: 'KievitWeb', sans-serif; 
	font-size: 22px;
	font-size: 1.00rem;
	line-height: 24px;
	line-height: 1.5rem;
	margin-bottom: 1.1rem;	
}

.box_text h1{
	font-size: 32px;
	font-size: 2.00rem; 
	line-height: 38px; 
	line-height: 2.40rem; 
}

.box_text h2{
	font-size: 32px;
	font-size: 2.00rem; 
	line-height: 38px; 
	line-height: 2.40rem; 
}

.box_text dunkel {
	color:#666666;
}

@media screen and (min-width:560px) {	
	.box_text h1 {
	font-size: 38px;
	font-size: 2.40rem; 
	line-height: 68px; 
	line-height: 2.8rem; 
	}
	
	.box_text p{
	font-size: 22px;
	font-size: 1.30rem;
	line-height: 24px;
	line-height: 1.9rem;
	margin-bottom: 35px;		
	}
}

@media screen and (min-width:646px) {	
	.box_text h1 {
	font-size: 44px;
	font-size: 2.80rem; 
	line-height: 54px; 
	line-height: 3.38rem; 
	}

	.box_text p{
	font-size: 22px;
	font-size: 1.60rem;
	line-height: 24px;
	line-height: 2.1rem;
	margin-bottom: 35px;		
	}
}

@media screen and (min-width:883px) {	
	.box_text h1 {
	font-size: 56px;
	font-size: 3.50rem; 
	line-height: 68px; 
	line-height: 4.25rem; 
	}
	
	.box_text p{
	font-size: 22px;
	font-size: 2.00rem;
	line-height: 24px;
	line-height: 2.7rem;
	margin-bottom: 35px;		
	}

	/* für Auszeichnung der Autoren der Sprüche  */	
	small{
	font-size: 11px;
	font-size: 1.00rem;

	line-height: 24px;
	line-height: 2.7rem;
	margin-bottom: 35px;		
	}
}

/* Auslösebutton * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.button{ 
	background: #00632e; 
	padding: 10px 10px; 						/* o+u li+re  */
	color: #fff; 
	-webkit-border-radius: 6px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-decoration: none;    
	font-size: 1rem; 
	text-shadow: 1px 1px #382f26;
	
}
 
.button:hover{    
	background: #514539;   
	color: #ffffff; 
	text-shadow: none;
}

.back{
	margin-left:2%;
}

.big{ 
	background: #d9d3c9; 
	font-size: 1.15rem;     
	line-height: 2.3rem; 
	padding: 6px  10px ; 			/* o+u li+re  */
}

.big:hover{    
	background: #ffffff;   
	color: #d5cab3; 
	text-shadow: none;
}

/* Zitate * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */			
blockquote{
	margin: 12px 0px 24px 25px;
	font-style: italic;
	color: #6c6d6e;

}	
blockquote:before { 
	content: '„'; 
	color: #d5cab3;  
	font-size:40px;
}

/* Positionieren Bilder rechts-bündig bzg. links-bündig mit entsprechendem Abstand */

.alignright {
	float: right;
	/* margin: 5px 0px 15px 15px; 	 o re u li */
}

.alignleft {
	float: left;
	margin: 5px 15px 15px 0px; 	/* o re u li */
}

/* Formularfelder * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
label {
	display: block;
	cursor: pointer;
	margin-bottom: 5px;
}

input[type='text'], input [type='checkbox'], input [type='radio'], textarea, select{
	margin-bottom: 20px;
}

input[type='text'], textarea{
	width: 100%;
	border: 1px solid #999;
	padding: 5px;
  	font: 15px/24px 'KievitWeb', sans-serif;
}

select{
	width: 100%;		/* braucht eine andere Breite */
	border: 1px solid #999;
	padding: 5px;
  	font: 15px/24px 'KievitWeb', sans-serif;
}

textarea{
	height:120px;
}

input:hover, textarea:hover{
	border: 1px solid #d5caa3;
}

input:focus, textarea:focus{
	border: 1px solid #003e76;
	background: #ecf0ee;
}
input[type='submit'], input[type='reset']{
	border: 0;
	cursor: pointer;
	margin-right: 20px;
	background: #d5caa3;
	padding: 4px 10px;
	color: #fff;
	font-size: 16px;
	text-shadow: 1px 1px #00632e;
}

input[type='reset']{
	color:#6c6d6e;
	background: #ecf0ee;
	text-shadow: 0.2px 0.2px #444;
}

input[type='submit']:hover, input[type='reset']:hover{
	background: #fff;
	color: #d5caa3;
	text-shadow: none;
}


/* Videocontainer * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.video-container {
    position: absolute;
    top: 4em;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    background-color: #323a45;
    background-image: url("../img/poster.jpg");
    background-size: cover;
    background-position: center center;
}
.video-container video {
    position: absolute;
    bottom: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}

/* masonry * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.masonry {
    margin: 1.5em 0;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
    font-size: .85em;
}

.item {
    display: inline-block;
    background: #ffffff;
    padding: 1.5em; 
    margin: 0 0 1.5em;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.18); 
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    
    /* für Beschriftung bei rollover*/
    position: relative;
    line-height: 1em; 
}

@media only screen and (min-width: 700px) {
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media only screen and (min-width: 900px) {
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media only screen and (min-width: 1100px) {
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

/* Beschriftung bei mouseover der masonry-Bilder */
.overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
    text-decoration: none;
    color: #fff;
    display: none;
}

.overlay .title {
    text-align: center;
    font-size: 30px;
}

.overlay .description {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.80);
    width: 100%;
    margin: 0;
}

.overlay .description p {
    margin: 20px;
}

.item:hover .overlay {
    display: block;
}

/* image * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.pic {
    max-width: 360px;
    max-height: 200px;
    position: relative;
    overflow: hidden;
    margin-bottom: 1.2em; /* geändert 210715*/
    display: inline-block;
    -webkit-animation: anima 2s;
    -moz-animation: anima 2s;
    -o-animation: anima 2s;
    -ms-animation: anima 2s;
    animation: anima 2s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

.pic-caption {
    cursor: default;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(219, 78, 37, 0.9);  /* orange */
    /* background: rgba(255, 255, 255, 0.8);  */
    padding: 10px; 
    text-align: center;
   
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($opacity * 100))";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0
}
.pic-image {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}
.pic:hover .pic-image {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}
.pic-title {
    color: white;
    padding-top: 0.5em;
    font-size: 1.6em;
}

.pic p {
	color: white;
}

.pic .button{ 
	background: #4b4a4f; 
	padding: 4px 10px; 						/* o+u li+re  */
	color: #fff; 
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;    
	font-size: 16px; 
	text-shadow: 1px 1px #000000;
	
}
 
.pic .button:hover{    
	background: #ffffff;   
	color: #d5caa3; 
	text-shadow: none;
}



a,
a:hover,
.pic .pic-image,
.pic-caption,
.pic:hover .pic-caption,
.pic:hover img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease
}
.pic:hover .bottom-to-top,
.pic:hover .top-to-bottom,
.pic:hover .left-to-right,
.pic:hover .right-to-left,
.pic:hover .rotate-in,
.pic:hover .rotate-out,
.pic:hover .open-up,
.pic:hover .open-down,
.pic:hover .open-left,
.pic:hover .open-right,
.pic:hover .come-left,
.pic:hover .come-right {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($opacity * 100))";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    /* user-select: none; */
    -webkit-touch-callout: none;
    -moz-touch-callout: none;
    -o-touch-callout: none;
    -ms-touch-callout: none;
    /* touch-callout: none; */
    -webkit-tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent;
    -o-tap-highlight-color: transparent;
    -ms-tap-highlight-color: transparent;
    /* tap-highlight-color: transparent */
}
.bottom-to-top {
    top: 50%;
    left: 0
}
.pic:hover .bottom-to-top {
    top: 0;
    left: 0
}
.top-to-bottom {
    bottom: 50%;
    left: 0
}
.pic:hover .top-to-bottom {
    left: 0;
    bottom: 0
}
.left-to-right {
    top: 0;
    right: 50%
}
.pic:hover .left-to-right {
    right: 0;
    top: 0
}
.right-to-left {
    top: 0;
    left: 50%
}
.pic:hover .right-to-left {
    left: 0;
    top: 0
}


/* Projekt * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.projekt-title {
    padding-top: 0;
    margin-top: 0;
}


/* Navigation * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.nav-slider a.active, 
.nav-slider a:hover {
		outline: 0;
		background-color: #4b4a4f; 
}


@media screen and (max-width:535px) {
/* nav slider */
a.nav-show,
a.nav-hide {
	float: right;
	width:50px;
	text-indent:-999em;
}

a.nav-show {
	background-image: url(../img/hamburger.png);
}

a.nav-show:hover,
a.nav-show:active {
	opacity:.5;
	background-image: url(../img/hamburger.png);
}

a.nav-hide {
	display:none;
	background-image: url(../img/close.png);
}

a.nav-hide:hover,
a.nav-hide:active {
	opacity:.5;
	background-image: url(../img/close.png);

}

.nav-slider {display:none;}
.nav-slider a  {color: white; background:#d5caa3;}

#nav-open:target .nav-slider,
#nav-open:target a.nav-hide {display:block;}
#nav-open:target a.nav-show {display:none;}
}

@media screen and (min-width:535px) {	
	a.nav-show,
	a.nav-hide {display:none;}	
	.site-nav li {
		float:left;			
	}	
	.site-nav a {
		padding: 0em; 
		margin: 1em 2em 1em 0;  /* o r u l*/
	}
	
.nav-slider a.active, 
.nav-slider a:hover {
		outline: 0;
		background-color: #ffffff;
		margin-bottom: 0.3em; 
		border-bottom: solid;					/* angepasst 10.10.15 */
		border-bottom-color: #00632e;
	}
}

/* Navigation neu * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#logo {
	width: auto;
	display: block;
	padding-left: 0.5em;
	padding-top: 1.6em; /* Logo ausrichten */
	
	text-decoration: none;
	float: left;	
}

#logo img {
	margin-bottom:0.5em; 
}


#steuerung li {
	list-style: none;
	float: left;
	margin: 0em 1.6em 0em 0;  /* o r u l*/
}
#steuerung a {
	display: block;
	height: 100%;
	width: 100%;
	text-decoration: none;
	padding-top: 3.1em; /* Navigation ausrichten */
	/* padding-left: 1.2em; */
	

	font-family: 'KievitWeb', sans-serif; 
	color: #000000;
	font-size: 16px;
	font-size: 1.1rem;
}	

#steuerung a.active, 
#steuerung a:hover {
		outline: 0;
		background-color: #ffffff;
		margin-bottom: 0.3em; 
		border-bottom: solid;					/* angepasst 10.10.15 */
		border-bottom-color: #d5cab3;
	}

#steuerung ul {
		margin-left:0;
	}
	
.menue-button {
	display: none;
}		
#steuerung {
	float: right;	
}
#steuerung a:hover {
}	

/*	Menü-Button oben rechts einblenden bei kleiner als 787px */
@media only screen and (max-width:787px) {
	.menue-button {
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		padding-top: 0.5em;
		padding-bottom: 0;
		color: white;
		cursor: pointer;
		text-decoration: none;
	}	
	#logo {
		width: 100%;
		padding-left:1em;
	}
	#steuerung {
		float: left;
		width: 100%;
		display: none;
	}	
	#steuerung a{
		padding-top: 0.5em; /* Navigation ausrichten */
		color: #382f26; 
		background:#d9d3c9;
		padding-left:1em;
		padding-top:1em;
		padding-bottom:1em;
		
	}
	
	#steuerung a.active, 
	#steuerung a:hover{
		outline: 0;
		color: white; 
		background-color: #382f26; 
		margin:0;
		border-bottom: none;	
	}
	
	#steuerung li {
		width: 100%;
		border-bottom: 1px solid white;

	}	
	.menue-button:hover {
	/*opacity: 1.2; */
	/*background-color: darkblue; */
	}
}
/* um die Steuerung einzublenden (auch auf mobile Devices) */
#nav-menue:target #steuerung {
	display: block;	
}
/* ausblenden des Menü-Buttons zum öffnen - somit wird der zum Schließen sichtbar */
#nav-menue:target .menue-button-beschr-open {
	display: none ; 
}	
 
/* Mediaqueries * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
@media screen and (max-width:490px) {

/* 2 spaltiges Raster in der kleinen Layout-Version */
.small-1 {width:48%;  }

/*.small-2 {width: 96%; margin-bottom: 1.4em; }*/
.small-2 {width: 96%;  } /*12.07.2015 */

.teaser_box {position: static; width: 100%; margin-left: 0; background: #ecf0ee; }
.teaser_box2 {position: static; width: 100%; margin-left: 0; background: #ecf0ee; }
.teaser {min-height: 10px;}

html{font-size: 85%;}

#meta_navigation_header {display: none;}
ul#subnavigation {padding-right: 0;} 												/* Linien auf ganzer Breite */
.meta-footer {display: block;}
.site-header {padding-left: 0%;padding-right: 0%;}  /*13.11.15 von jeweils 2 auf 0 */
.site-inhalt {padding-left: 2%;padding-right: 2%; padding-bottom: 1.6em;}  /* 26.06.16 */
.site-text {padding-left: 2%;padding-right: 2%; padding-bottom: 1.6em; }	/* 26.06.16 */
.site-detail {padding-left: 2%;padding-right: 2%;  }	/* 26.06.16 */
.site-artikel {padding-left: 2%;padding-right: 2%; padding-top:0;}
.site-footer {padding-left:2%;} 
.alignright img {float: left; 	margin-left: 0;}        					/* Klasse alignright - in diesem Fall Bilder auf volle Breite */
.alignleft img {width:100%;}															 /*	Klasse alignleft - in diesem Fall Bilder auf volle Breite */
.image img{padding-top: 0; }
td {border-right: 0px solid #fff; }
.site-header {padding-bottom:0em;}		
.box { padding-left: 5%; padding-right: 5%;}					/*  Innenabstand grauen Boxen*/
}

 @media only screen and (min-width: 490px) and (max-width: 724px) {
/* 6 spaltiges Raster in der mittleren Layout-Version */
.medium-1 {width:15%;}
.medium-2 {width:28%; margin-right: 2%}
.medium-3 {width:46%; margin-right: 2%}
.medium-4 {width:64%; margin-right: 2%}
.medium-5 {width:83%;}
.medium-6 {width:98%;}
.teaser {height: 300px;}
/*.img {margin-bottom:1em; }  Abstand unten 12.07.15 */
html{font-size: 92%;}
#meta_navigation_header {display: none;}
.meta-footer {display: block;}
.abstand_oben {padding-top:0;}

.site-artikel {padding-left: 0%;padding-right: 0%;}
.einblenden img {	display:inline;}

}

@media screen and (min-width:724px) {
/* 12-spaltiges Raster in der großen Layout-Version */
.large-1 {width:6.5%;}
.large-2 {width:15%;}
.large-3 {width:23%;}
/* .large-4 {width:32%; } */
.large-4 {width:30.5%; } 
.large-5 {width:40.5%;}
.large-6 {width:48%;}
.large-7 {width:57.5%;}
.large-8 {width:64%; margin-left:2%;} 
/* .large-8 {width:62%; margin-left:2%; margin-right:2%;} */
.large-9 {width:74.5%;}
.large-10 {width:83%;}
.large-11 {width:91.5%;}
.large-12 {width: 96%; margin-left: 2%; margin-right: 2%; }
.meta-footer {display: none;}
.sidebar {padding-top: 15em;}
/*.columns:first-child {margin-left: 0;} */
.abstand_oben {padding-top:3em;}
.einblenden img {	display:inline;}

.site-inhalt {padding-left: 2%; padding-top:3em; }
.site-text {padding-left: 2%;	padding-right:2%; padding-top:4em; }
.site-footer {padding-left:2%;} 
.site-artikel {padding-left: 2%;}
.site-detail {padding-left: 2%; padding-right: 2%}
}
 

/* Slider */
.minimus-slider {
	position: relative;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

.minimus-slide {
	position: absolute;
	left: 0;
	top: 0;
}

.minimus-navslide {
/* style as you wish, this is only an example */
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	text-align: center;
}
.minimus-navslide span {
	position: relative;
	cursor: pointer;	
}
						
.minimus-caption {
/* style as you wish, this is only an example */
	position: absolute;
	bottom: -2.625em;
	width: 100%;
	background: rgba(20,20,20,0.7);
	color: #f7f7f7;
	border: none;
	border-top: 1px solid #404040;
}
