/* 
  ------------------------------------------------
  based on
  PVII Affinity
  Copyright (c) 2013 Project Seven Development
  www.projectseven.com
  ------------------------------------------------
*/
/*body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px auto;
	background: url(../images/kl-pbgtexture.jpg);
	background:rgb(148,147,117);
	font-size: 100%;
	line-height: 1.2;
	overflow-y: scroll;
}*/
/*Layout Wrapper*/
#layout {
	max-width: 1100px;
	margin: 0px auto;
	background-color: #FFFFFF;/*#FFFFF9 vorher;*/
	box-shadow: 0px 0px 10px rgba(0,0,0,.5);
	border-radius: 0px 0px 5px 7px;
}
.top-navigation {
		border-bottom: 0px solid #666;
}
/*Default Row Structures*/
.affinity-row {
	padding: 0px;
}
.affinity-row.seite {
	padding-top: 15px;
}
.affinity-row.sidebar-left .column-content .blast,
.affinity-row.sidebar-right .column-content .blast,
.full-round {
	border-radius: 6px !important;
}
.affinity-row.creme {
	background-color:#F1EDD4;
}
.affinity-row.dotted-top-bottom {
	border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;
}
/*Turns off the Background for Nested Rows*/
.affinity-row .affinity-row:nth-child(even) {
	background-color: transparent;
	background-: none;
	background-: none;
}
/*Clear Fix to Clear Floats*/
.affinity-row:after {
	visibility: hidden;
	display: block;
	content: "\0020";
	clear: both;
	height: 0;
}

/*Strctural wrapper for 2-column row*/
.affinity-row .column-half {
	width: 50%;
	float: left;
}

/*Strctural wrapper for 3-column row*/
.affinity-row .column-third {
	width: 33.3333333%;
	float: left;
}
/*Strctural wrapper for 4-column row*/
.affinity-row .column-fourth {
	width: 25%;
	float: left;
}
/*Strctural wrapper for 5-column row*/
.affinity-row .column-fifth {
	width: 20%;
	float: left;
}

/*Strctural wrapper for 2-column sidebar-left row*/
.affinity-row.sidebar-left .column-1 {
	width: 76%;
	float: right;
}
.affinity-row.sidebar-left .column-2 {
	width: 24%;
	float: right;
}
.affinity-row.sidebar-right-sm .column-1 {
	width: 76%;
	float: left;
}
.affinity-row.sidebar-right-sm .column-2 {
	width: 24%;
	float: left;
}
.affinity-row.sidebar-right .column-A {
	width: 80%;
	float: left;
}
.affinity-row.sidebar-right .column-B {
	width: 20%;
	float: left;
}
/*Strctural wrapper for 2-column sidebar-left row*/
/*.affinity-row.sidebar-left .column-1 {
	width: 50%;
	float: right;
}
.affinity-row.sidebar-left .column-2 {
	width: 50%;
	float: right;
}
.affinity-row.sidebar-left .column-content {
	line-height: 1.5;
}*/
.affinity-row.sidebar-left .column-content {
	line-height: 1.5;
}
.affinity-row.sidebar-left .column-2 .column-content {
	font-size: inherit;
}

/*Strctural wrapper for 2-column sidebar-right row*/
.affinity-row.sidebar-right .column-1 {
	width: 66%;
	float: left;
}
.affinity-row.sidebar-right .column-2 {
	width: 34%;
	float: left;
}
.affinity-row.sidebar-right .column-content {
	line-height: 1.6;
}
.column-content.farbe {
	background-color:#F2EFD7;/*#ECE8C1;*/
}
.column-content.creme {
	background-color:#F1EDD4;
}
.column-content.grau {
	background-color:#ECECEC;
}
.column-content.gruen {
	background-color:#EDF7C0;
}
.column-content.dotted-top-bottom {
	border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;
}
.w900 {
	max-width: 900px;
	margin: 0px auto;
}
.w640 {
	max-width: 640px;
	margin: 0px auto;
}
.affinity-row.sidebar-right .column-2 .column-content {
	font-size: inherit;
}
.left-border {
	border-left: 1px dotted #000;
}
.right-border {
	border-right: 1px dotted #000;
}
.column-half-left {
	border-left: 1px dotted #000;}
.left-right-border {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

.crossrow_three {
	padding:0px 24px 10px 24px;
}
/*Column Content*/
.main-content {
	padding: 20px 30px 10px 30px;
}
.column-content-special {
	padding: 20px 30px 10px 30px;
}
.column-content {
	padding: 10px 24px 15px 24px;
}
.column-content p.publ {
	font-size:0.9rem;
	line-height: 1.2;
}
.column-content p.bild {
	margin-top: 0px;
	font-size: .9rem;
	line-height: 1.4;
}
.column-content p {
	font-family: 'Open Sans',Verdana, Geneva, sans-serif;
	font-size:1rem;
	font-weight:400;
	line-height:1.5;
}
.column-content p.legende {
font-family:'Open Sans', Verdana, Geneva, sans-serif;
font-size:.9rem;
line-height:1.3;
font-weight:400!important;
margin-top:5px;
}
p.notop {
	padding-top: 0px !important;
	}
.nobottom {
	padding: 0px 24px 0px 24px;
	}
/* Linke oder rechte Spalte ohne Abstand oben*/
.column-content-special2 {
	line-height: 1.35;
	padding: 0px 24px 15px 24px;
}
.affinity-row.sidebar-right .column-content,
.affinity-row.sidebar-left .column-content,
.affinity-row.thirds.full-height .column-content {
	padding: 30px;
}
/*Padding Management for Nested Rows*/
.no-pad-left-top-bottom {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	padding-left: 0px !important;
}
.no-pad-right-top-bottom {
	padding-top: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
}
.no-pad-top-bottom {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
.spaltenabstandoben {
	margin-top: 20px;
	}
.column-content ul.tb {
	margin-left: 0px;
	margin-right: -10px;
	padding-left: 0px;
	padding-right: 0px;
	font-size:.9rem;
	line-height:1.3em;
	}
.column-content ul.tb2 {
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 0px;
	list-style:none;
	font-size:.9rem;
	line-height:1.8;
	}
.column-content ul.nodisc {
	list-style-type:none;
	font-size:1rem;
	line-height:1.3;
	padding-left:0px;
	}
.column-content ul.tb2 a:link
{color: #0000FF;/*#0000F0;*/
	text-decoration: none;
	border-bottom: 1px dotted #0000FF;
	/*background: transparent;*/
	}

.column-content ul.tb2 a:hover {
	color: #0000FF;
		text-decoration: none;
		border-bottom: 1px solid #0000FF;/*rgb(0,0,255);*/
}
.column-content ul.tagebuch {
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 0px;
	list-style: none;
		font-size:0.9rem;
	}
.column-content ul.gal_liste {
	margin-left: 0px;
	margin-right: -10px;
	padding-left: 0px;
	padding-right: 0px;
	list-style-:url(../s/list.gif);
	font-size: .85em;
	}
.column-content ol.gal_liste {
	margin-left: 0px;
	margin-right: -10px;
	padding: 0px 0px 10px 8px;
	font-size: .85rem;
	line-height:1.4;
	}
.column-content ol.tagf_liste {
	margin-left: 0px;
	margin-right: -10px;
	padding: 0px 0px 10px 8px;
	font-size: .85rem;
	line-height:1.4;
	}
.column-content ol.gal_auswahl {
	margin-left: 0px;
	margin-right: -10px;
	padding: 0px 0px 10px 25px;
	font-size: .95rem;
	line-height:1.3;
	}
ol.gal_liste li {
	padding-bottom: 5px;
	}
.column-content li {
	font-size: .9rem;
}
.column-content ul.img {
	margin-top: 3px;
}
.column-content img.abstand10 {
	margin-right: 10px;
	}
.column-content.b-color {
	background-color:#E7E2B0;
}
.column-content-gallery p {
	font-size: 1rem;
	line-height: 1.4;
}
p.achtung {
	padding-top: 0px;
	margin-top:0px;
	font-size:1.5rem !important;
	color: #F00;
	font-weight:100;
}
p.notopmargin {
	margin-top: 0;}
.column-content p.listeD {
	font-size: .8rem;
	line-height: 1.3;
}
.column-content p.highlight {
	font-size: 1rem;
	line-height:1.3;
	color: #000;
	padding: 10px;
	background-color:#EBE27E;
	border-radius: 8px 5px 5px 8px;
	border:1px solid #FFF;
	border-left:5px solid #354A04;
	box-shadow: 0px 0px 4px #999;
}
.column-content-special2 p.highlight {
	font-size: 1em;
	color: #000;
	padding: 10px;
	background-color:#E8DE6C;
	border-left:5px solid #354A04;
	}
/* in HMY übernehmen*/
.colorbox {
	background-color: #EDF7C0;
	padding:10px 5px 3px 10px;
	/*border-radius: 5px;*/
	margin-bottom:10px;
		border: 1px solid rgba(255,255,255,.5);
	box-shadow: 0px 0px 5px rgba(0,0,0,.5);
}
.column-content ul {
	list-style-type:disc;
	font-size: .9rem;
	line-height: 1.2;
}
.column-content ul.artenliste {
	list-style: disc;
    font-size: .9rem;
	line-height:1.3;
	margin-left:8px;
	margin-right: 10px;
	padding-left:8px;
	}
.column-content ul.artenliste2 {
	list-style: circle;
    font-size: .9rem;
	line-height:1.3;
	margin-left:8px;
	margin-right: 10px;
	padding-left:8px;
	}
.column-content ul.pflanzenliste {
	list-style: disc;
    font-size: .9rem;
	line-height:1.3em;
	margin-left:8px;
	margin-right: 10px;
	padding-left:8px;
	margin-top:0px;
	}
.column-content ul.bluetenbesuch {
	list-style: none;
    font-size: .9rem;
	line-height:1.3;
	margin:3px 10px 0px 0px;
	padding-left:0px;
	}
/*Use this class when you add a heading inside a row that contains multiple columns.*/
.inner-row-heading {
	position: relative;
	top: 20px;
	margin: 0px 0px 0px 24px;
	font-size:1.2rem;
	margin-bottom: 5px;
	border-bottom: 3px solid #819134;
}
/*Baseline Adjustment for s needed with strict DOCTYPE*/
img {vertical-align: bottom;}

/*Utility Rules for s. Scalable class makes s scale with window size.*/
img.scalable {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
	vertical-align: bottom;
}
img.scalable-titel {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
	vertical-align: bottom;
}
.fancy {
	border: 1px solid rgba(255,255,255,.5);
	box-shadow: 0px 0px 5px rgba(0,0,0,.5);
}
.img-center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}
.centered {
	text-align:center;
}
.p7IGMimage-wrapper {
border-top: 1px solid rgba(255,255,255,.5)!important;
border-bottom: 1px solid rgba(255,255,255,.5);
box-shadow: 0px 0px 5px rgba(0,0,0,.5);
}
/*Add the accented class to the scalable class to add eounded corners and a border.
<img class="scalable accented"...>
*/
.accented {
	border-radius: 5px;
	border: 1px solid #222;
}
.column-content neues {
	text-align:center;
	display: inline-block;
   background: #710000;
   padding: 5px 9px;
   -webkit-border-radius: 7px;
   -moz-border-radius: 7px;
   border-radius: 7px;
   color: #FFF!important;
   font-size: 1rem;
   font-weight:normal;
   text-decoration: none;
   vertical-align: middle;}
#button:a:link {
   color: #FFF; }
.column-content neues:hover {
   background-color: #4F5821;
   color: #ffffff;}
   .column-content neues a:link {
   background-color: #4F5821;
   color: #ffffff;}
	
.column-content-special2 p.legende {
	font-size: .85em;
	line-height:1.2;
	margin-top: 5px;
	}
/*Headings*/
/*h1, h2, h3, h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: normal;
	margin: 0px 0px 0px 0px;
	color: #000;
}*/
.column-content h1:first-child,
.column-content h2:first-child,
.column-content h3:first-child,
.column-content h4:first-child {
	margin-top: 10px;
}
h1.seitentitel {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #000;/*#961515;*/
	font-weight: lighter;
	font-style:italic;
	margin-top: 20px;
	margin-bottom: 0px;
	font-size: 2rem; 
	line-height: 1.2;
}
h1.top {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #000;/*#961515;*/
	font-weight: lighter;
	font-style:italic;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top:0px;
	font-size: 2em; /*1.7em;*/
	line-height: 1.2;
	
}
h1.galerie {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #000;/*#961515;*/
	font-weight: lighter;
	font-style:italic;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 1.7em;
	line-height: 1.2;
	padding-left: 10px;
}
.hmy-content h1.seitentitel {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #000;/*#961515;*/
	font-weight: lighter;
	font-style:italic;
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 2rem; 
	line-height: 1.2;
}
.redtitel {
	color: rgb(166,40,40);/*#961515;*/
}
h1.seitentitel-2 {
	margin-top: 0px;
	margin-bottom: 20px;
	line-height: 1.1;
}
.hmy-content h1.artname-profil {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:rgb(128,0,0);
	padding: 5px 0px 0px 0px;
	margin-bottom:0px;
	font-size: 1.9rem; 
	line-height: 1.2;
	font-weight:normal;
}
.italic {
	font-style: italic;
}
h2.gruen {
	font-size: 1.2rem !important;
	font-weight: normal !important;
	padding: 3px 0px 4px 0px;
	margin-bottom: 5px;
	border-bottom: 3px solid #819134;
	}

/*h3.sitemap {
	font-size: 1.1em;
	line-height:1.1;
	font-weight: normal;
	padding-bottom:0px;
}'/
/*h3.staudenliste {
	font-size: 1rem;
	font-weight:bold;
	margin:0px 0px 0px 0px;
}*/
h4.bluetenbesuch {
	margin: 10px 0px 0px 0px;
	}
h4.sitemap {
	font-style:normal;
	margin-top:5px;
	font-size:.9em;
}
hr {
	color: #819134;
	background-color: #819134;
	height: 2px;
	margin-bottom: 15px;
}
hr.dotted {border:2px dotted #F33;}
	/*CLEARING the LAYOUT FLOATS*/

.clearit {
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
	display:block;
	}
	
/*General content links*/
.column-content a:link {
	color: rgb(0,0,255);
	text-decoration:none;
	border-bottom: 1px rgb(0,0,255) dotted;
	}
.column-content a:visited {
	color: #03F; !important;
	text-decoration: none;
	border-bottom: 1px dotted #03F;
	background: transparent;
	}*/
.column-content a:hover {
	color:rgb(0,0,255);
		text-decoration: none;
		border-bottom: 1px solid rgb(0,0,255);
}
.gal_liste a:link {
	color:#03F;
	font-weight:normal;
	text-decoration: none;
	padding: 4px 2px 4px 0px;
	border-bottom: 0px;
}
.gal_liste a:hover {
	color: #000;
	border-color: #000;
	background-color:transparent; 
	text-decoration: underline;
}
.tagf_liste a:link {
	color: #03F;
	font-weight:normal;
	text-decoration: none;
	padding: 4px 2px 4px 0px;
	border-bottom: 0px;
}
.tagf_liste a:hover {
	color: #000;
	font-weight:normal;
	text-decoration: underline;
	padding: 4px 2px 4px 0px;
	border-bottom: 0px;
}
p.galeriestart {
	text-align:left;
}
.galeriestart a:link {
	border-bottom: 0px;
}
p.singleimg {
	padding-left:0px;;
	margin-left:289px;
	margin-top:0;
	}
div.bildmittext {
	width: 678px;
	/*clear:both;*/
	}
/*Footer and Copyright*/
.footer {
	border-top: 0px solid;
	border-color: #000;
	padding-top: 15px;
	background-color: #4F5F02;/*#4D572!important!;#5C6634 !important;*/
	/*margin-bottom: 50px;*/
	/*border-radius:0px 0px 5px 5px;*/
	/*box-shadow: 0px 10px 0px #000;*/
	margin-bottom: 30px;
}
.footercontent {
	width: auto;
	padding: 0px 16px 0px 20px;
	color: #FFF;
}
.footerlist {
	margin: 0px 0px 0px 10px;
	padding: 0px;
}
.footerlist li {
	list-style-type: disc;
	margin-bottom: 4px;
	font-size: .9em;
}
.footerlist a {
	color: #FFF;
	display: block;
	padding: 3px 4px 3px 0px;
	border: 0px solid #666;
	text-decoration: none;
}
.footerlist a:hover {
	color: #000;
	border-color: #000;
	background-color: #F1D614;
	text-decoration: none;
}
.footer a img {
    border: 0px none;
	margin-bottom: 2px; /*pdf bild rutscht sonst nach oben bei 5px'*/
}
.copyright {
	font-size: .8em !important;
	color:rgb(255,255,255);
	text-transform:none;
	clear: both;
	padding: 10px 10px 15px 20px;
	text-align:right;
}
.floatright {
	float: right;
	font-size: .8em;
	text-transform:uppercase;
	clear: both;
	padding: 20px 10px 15px 20px;
}
/*Regeln aus Zeitgeist*/
.hmy-content p.foot {line-height:1em;font-size:.9rem;}
.hmy-content p.foot a:link {
	color: #FFF;
	font-size: .9rem;
	line-height:1rem;
	border-bottom:1px dotted #FFF;
	text-decoration:none !important;
	padding: 2px 2px 2px 2px;
}
.hmy-content p.foot a:visited {
	color: #FFF !important;
	font-size:.9rem;
	text-decoration:none;
	border-bottom:1px dotted #FFF;
}
.hmy-content p.foot a:hover {
	color: #000!important;
	font-size:.9rem;
	background-color:#F1D614;
	text-decoration:none;
	border-bottom:none;
	padding:2px 4px 2px 4px;
}
p7HMY_3 .hmy-content a:visited {color:#FFF;font-size:.9rem;}
p7HMY_3 .hmy-content a:hover {color:#FFF;font-size:.9rem;background-color:#F1D614;}
/*Ende Regeln aus Zeitgeist*/
.al-link{-moz-transition:max-width 0.4s ease-out,box-shadow 0.1s 0.3s;-o-transition:max-width 0.4s ease-out,box-shadow 0.1s 0.3s;-webkit-transition:max-width 0.4s ease-out,box-shadow 0.1s;-webkit-transition-delay:0s,0.3s;transition:max-width 0.4s ease-out,box-shadow 0.1s 0.3s;background:#EEE;box-shadow:none;color:#313131;height:6.25rem;max-width:3.75rem;padding:0 1.25rem;position:absolute}
.al-link:hover{-moz-transition-delay:0s;
-o-transition-delay:0s;
-webkit-transition-delay:0s;
transition-delay:0s;
box-shadow:0px 1px 3px #999;
color:#313131;
max-width:51.25em
}
p.nextbutton {
	text-align:right;
	 	 }
p.nextbutton a:link {
	border-bottom:none !important;
	/*border: 1px solid rgba(255,255,255,.5);*/
	/*box-shadow: 0px 0px 4px rgba(0,0,0,.5);*/
}
p.nextbutton a:hover {
	color:#000 !important;
}	
/*p.nextbutton a:visited {
	color:#000 !important;
}*/
.button {
   display: inline-block;   
     background: #C0CF7A;
   padding: 5px 9px 6px 9px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   color: #000 !important;
   font-weight: normal;
   text-decoration: none !important;
   vertical-align: middle;
        }
.button:hover {
    background-color: #F1D614;
   color: #000 !important;
       }
.button:active {
    background: #819134;
   }
#search_form {
	text-align:left; 
	font-size: 1em;
	margin: 5px 0px 3px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
}
#search_form input {
	background:#ECF3B3;
	vertical-align:middle;
}
#search_form input:focus {
	background:#FFFFF9;
}
#search_text {
	width: 230px;
	font-size: 13px;
	border-left:#335E04 solid 1px;
	border-top:#335E04 solid 1px;
	border-right: #333333 solid 1px;
	border-bottom: #333333 solid 1px;
	padding: 5px 2px 2px 4px;
}
#search_button {
	border: 1px solid #000;
	margin-left: -3px;
	margin-bottom: 1px;
		}
/*1 Column for Narrow Browser Windows and Smartphones in both orientations*/
@media only screen and (min-width: 0px) and (max-width: 700px) {
body {
	margin: 0px;
}
.p7DMM03.p7DMM.p7dmm-left, .p7DMM03.p7DMM.p7dmm-right {
	padding: 0px !important;
}
#layout {
	max-width: none;
	padding: 0px;
}
.column, .column-1, .column-2, .column-3,
.column-half, .column-third, .column-fourth,
.column-fifth {
	float: none !important;
	width: auto !important;
}
.column-content {
	height: auto !important;
	max-height: 888678px;
	border: none !important;
}
.p7QC-content {
	padding: 0px !important;
}
.kursiv {
	font-style: italic;
}
}
/*Medium windows - reduce padding content padding*/
@media only screen and (min-width: 700px) and (max-width: 1100px) {
.column-content-gallery {padding: 0px 20px !important; margin:0 auto;}
}
/*Medium windows - reduce padding content padding*/
@media only screen and (min-width: 0px) and (max-width: 700px) {
}

/*.hmy-section h1, 
.hmy-section h2, 
.hmy-section h3, 
.hmy-section h4, 
.hmy-section h5 {
	font-family: 'Open Sans', Verdana, Geneva, Helvetica, sans-serif;
	font-weight: 100;
}*/
/*.hmy-section h1.seitentitel {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-weight: lighter;
	font-style:italic;
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 2rem; 
	line-height: 1.2;
}*/
/*.hmy-section h1 {font-size: 200%;}
.hmy-section h2 {font-size: 180%}
.hmy-section h3 {font-size: 155%;}
.hmy-section h4, .hmy-section h5 {font-size: 138%;}*/