@charset "utf-8";
xxxxxxxxx RESET xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx {}
html,body,div,span,applet,object,h1,h2,h3,h4,h5,h6,p,blockquote,a,img,strong,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{
	border:0;font-size:100%;/*font:inherit;*/vertical-align:baseline;margin:0;padding:0;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
ol,ul{list-style:none;}
blockquote:before,blockquote:after{content:none;}
table{border-collapse:collapse;border-spacing:0;}
input:focus,textarea:focus{border:1px solid #999; outline:0;}
a:hover, a:active, a:focus { outline: none; -moz-outline-style: none;}

.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0;}
.clearfix:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0;}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
xxxxxxxxx LAYOUT xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx {
}
html {
/*	height: 100%;
	font-size: 100.01%;*/
	-ms-text-size-adjust: none;
	-webkit-text-size-adjust: none;
}
*::-moz-selection {/* Firefox */
	background: none repeat scroll 0 0 #bccf0a;/*dkl.grün*/
}
*::selection {/* Safari */
	background: #bccf0a;
}
a {/*default*/
	font: 300 1rem/1.7 "muli", sans-serif;
	color:#000;
}
:root, body {
	color:#000;
	/*hier generelle groesse einstellbar*/
	font: 300 1rem/1.7 "muli", sans-serif;
	text-align: left;
	background-color:#fff;/*#f8f5f4*/
}

#container {/*ntw, damit header positionierbar ist*/
	position: relative;
	z-index:0;
	border-top: 1px solid #fff;
	top: 0;
}
#header { /*h1 mit logo*/
	position:relative;
	width: 100%;
	height: 270px;
/*	background: #fff url(../img/header_hg_hell_1024.jpg) no-repeat fixed center 0;*/
   background-color:  #ede2dc;
   background-image: url(../img/header_hg_hell_1024.jpg);
   background-repeat:no-repeat;
   background-position: center top;
   background-attachment: scroll;
   background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
#start #header {
    height: 1200px;
    height: 100vh;
    max-height: 100%;
	min-height: 95vh;
    overflow: hidden;
/*	background: #fff url(../img/header_hg_1024.jpg) no-repeat fixed center 0;*/
   background-color:  #ceb09b;
   background-image: url(../img/header_hg_1024.jpg);
   background-repeat:no-repeat;
   background-position: center center;
   background-attachment:scroll;
   background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}


#logo {
	max-width: 260px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}
#start #logo {
	max-width:540px;/*bild ist 950*/
	padding-left:20px;
	padding-right:20px;
}
#logo #inner-logo, #start #logo #inner-logo {
	width: 100%;
	line-height: 100%;
	height: 100%;
	display: table;
}
#logo #inner-logo a {
	display: table-cell; 
	vertical-align: bottom;
}
#logo #inner-logo a img{
	width:100%;
	display:block;
	margin-bottom:5%;
}
#start #logo #inner-logo a img{
	margin-bottom:30%;
	opacity:0.9;
}
#button {
	margin-bottom: 20px;
	display:inline-block;
	float: left;	
	width: 30%;
	min-width:70px;
	max-width:200px;

	line-height:1;
	padding:0;
}
#buttontext {
	display:inline-block;
	float: right;	
	max-width: 60%;
	padding-top:20px;
}
#button  a {
    padding: 0px;
	display:block;
}
#sidebar #button  a:hover {/*bild*/
border-bottom: 0px solid #6b9643;
background-color: transparent;
}
#button a img {
	display:block;
    width: 100%;
}
@media screen and (min-width:1181px) {
#button {
	display:block;
	float: none;	
	width: 100%;
	margin-right:0%;
	margin-left:-25px;
/*	padding-top:30px;!!!!!!!!!!!!!!!!!!!!!!!!!*/
	padding-top:95px;
}
#buttontext {
	display:block;
	float: none;	
	width: 100%;
	max-width: 100%;
/*	min-width:160px;*/
	padding-top:0px;
}
#button a img {
    width: 80%;
}
}
@media screen and (min-width: 769px) {
#start #logo #inner-logo a img{
	margin-bottom:25%;
}
}
#wrap-hg { /*umfasst navi und main-wrap, so groß ntw.*/
	background: url(../img/hg_linien_2000-15.png) no-repeat center top;
	background-size: cover;
	position: relative;
}
#start #wrap-hg { /*umfasst navi und main-wrap*/
	background: url(../img/hg_linien_2000-15.png) no-repeat center top;
	background-size: cover;
	position: relative;
}
#main-wrap { /*umfasst #content und #sidebar*/
	margin: 0 20px;
/*	padding: 0px 0 30px;*/
	padding: 65px 0 30px;/*!!!!!!!!!!!!!!*/
	clear: both;
}
#content { /*linke Spalte*/
	margin: 0 0px 0 0px;
	background-color: transparent;/*grau*/
	z-index: 1;
	padding: 1px 0px 1px 0px;
}
#sidebar {
	margin: 0px 0 60px;
}

#standard #site-nav-container {/*enthält nav#site-nav*/
	padding: 0;
	height: 65px;/*grau*/
	position:absolute;/*relative;!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
	width: 100%;
	z-index:20;
/*    margin: 0 auto;*/
    margin: 0 auto 0 auto;
	top: 0;
}
#start #site-nav-container {/*enthält nav#site-nav*/
	padding: 0;
	height: 65px;
	background-color: rgba(255,255,255,0.9);
	width: 100%;
    margin: 0 auto;
	top: -65px;
	position:absolute;
	z-index:20;
}
#standard #site-nav-container.sticky {
    position: fixed;
	width: 100%;
    top: 0px;
    transition: top 2s ease 0s;
	z-index:20;
	margin: 0 auto;
	background-color:rgba(255,255,255,1.0)
}
#start #site-nav-container.sticky {
    position: fixed;
	width: 100%;
    top: -0px;
    transition: top 2s ease 0s;
	z-index:20;
	margin: 0 auto;
}
@media screen and (min-width: 769px) {
#site-nav-container.sticky + #main-wrap #sidebar {
    /*padding-top: 65px;!!!!!!!!!!!!!!!!springt sonst*/
}
}
#site-nav-container a#mobile {
	display: block;/*smartphone, tablet*/
	position: absolute;
	right: 2%;/*20px;*/
	z-index: 30;
	width: 50px;
	height: 50px;
	margin: 15px 0px 0;
	padding: 0;
	font-weight: 300;
	text-decoration: none;
	text-indent: -9999em;
	background: #fff url(../icon/menu.png) no-repeat;
	background-size: cover;
}
#site-nav-container a#mobile.open {
	background: url(../icon/close.png) no-repeat;
	background-size: cover;
}
#footer {
	padding: 1px 0px 1px 0px;
	background-color: #6b9643;/*gün*/
	width: 100%;
}
#site-info {
	max-width: 1260px;
	margin: 0 20px;
}
#footer a { 
	display: inline-block;
	color: #fff;
	margin: 0px;
	padding: 0px;
	font-weight: 600;
	letter-spacing: 1px;
	text-decoration:none;
}
#footer a:hover {
	text-decoration: underline;
}
img {
    max-width: 100%;
    height: auto;
}
img.text {
    margin: 45px auto 45px;
    display: block;
}
xxxxx HEADER smartphone xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx {
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'muli', cursive;
	font-weight:300;/*reset*/
	text-rendering: optimizeLegibility;/*Ligaturen*/
	line-height: 1.2;
	color: #8c8581;/*grün*/
}

#header h1 {/*Logoschrift, im blog: ohne link*/
	margin: 0px 0px 0px 0px;
	font-size: 1px;
	line-height: 1;
	text-indent: -10000px;
}
#header a {/*bild im logo*/
	opacity: 1;
}
h2 {
	letter-spacing: 0px;
	font-weight: 300;
	color: #8c8581;/*hellgrün*/
	margin: 25px 0 20px;
	font-size:28px;
	font-size:1.75rem;
}
h2:first-child {
	margin-top: 0px;
}
h3 {
	color: #8c8581;/*grün*/
	letter-spacing: 1px;
	font-weight: 400;
	text-transform: uppercase;
	margin:25px 0 8px;
	font-size: 24px;
	font-size: 1.5rem;
}

h4 {
	color: #bccf0a;/*grün*/
	letter-spacing: 0.5px;
	font-weight: 400;
	margin:25px 0 20px;
	font-size:20px;
	font-size:1.25rem;
}

h5 {
	margin: 25px 0 6px;
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 1px;
	font-weight: 600;
}
#sidebar h4, #sidebar h5, #sidebar h6, 
#sidebar h4 a, #sidebar h5 a, #sidebar h6 a {
	color: #8c8581; /*hellbraun*/
	line-height:170%;
}
#sidebar h4 a:hover, #sidebar h5 a:hover, #sidebar h6 a:hover {
	color: #6b9643; /*grün*/
}
h6 {
	margin:12px 0 6px;
	font-size: 14px;
	font-size: 0.875rem;
	letter-spacing: 1px;
	font-weight: 600;
}

/*bei aufeinanderfolgenden Überschriften obere Abstände verringern*/
h2 + h3, h2 + h4, h3 + h4, h4 + h5, h5 + h6 {
	margin-top: 0;
}


xxxxx PARAGRAPH xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx {
}

p {
	font-family: "muli", sans-serif;
	font-size:16px;
	font-size:1rem;
	line-height: 170%;
	margin: 0px 0px 10px 0px;
	color: #8c8581;/*grün*/
	text-align: left;
	word-wrap: break-word;
}

p.zitat {
	font-family: 'dancing_script_otregular', cursive;
	font-size:30px;
	font-size:1.875rem;
	margin: 0px 0px 20px !important;
	color: #8c8581;/*grün*/
	font-weight: 400;
	text-align: center;
}
p.author {
	color: #8c8581;/*grün*/
	font-weight: 400;
	text-align: center;
	margin: 10px 0px 10px;
}

.entry-content p, #sidebar p, #editor p {
color: #6b9643;/*#00a785tüekis*/
}

#sidebar p {
	font-size:16px;
	font-size:1rem;
	line-height: 150%;
	margin: 0px 0px 10px 0px;
	color: #8c8581;/*grün*/
	text-align: left;
	word-wrap: break-word;
}

strong {
	font-weight: 600;/*semibold*/
}
em, p em {
	font-style: italic;
	font-weight: 600;
	font-family: "muli", sans-serif;
}


#footer p, #footer h5, #footer h6 {
	font-size:13px;
	font-size:0.8125rem;
	margin: 0px 0px 20px 0px;
	text-align: left;
	color: #fff; 
	font-weight:400;
}
#footer h5 {
	font-size: 16px;
	font-size:1.0rem;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing:1px;
	margin: 20px 0px 0px 0px;
}
#footer h6 {
	font-size: 16px;
	font-size:1.0rem;
	font-weight: 400;
	text-transform: none;
	letter-spacing: 1px;
}
@media screen and (min-width: 769px) {
#footer p, #footer h5, #footer h6 {
	font-size: 16px;
	font-size:1.0rem;
}
#footer h5 {
	font-size: 18px;
	font-size:1.125rem;
}
#footer h6 {
	font-size: 18px;
	font-size:1.125rem;
}
}
#footer p:last-child {
	margin: 0px 0px 40px 0px;
}


xxxxx LINKS xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx {
}
#main-wrap a { /*voreinstellung*/
	text-decoration: none;
	font-weight:400;
	color:#6b9643;/*mittelgruen*//* #00a785;türkisgrün*/
	padding:0px 1px;
}
#main-wrap a:hover {
	color:#6b9643;/*mittelgruen*/
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-decoration:none;
	border-bottom: 1px solid #6b9643;/*mittelgruen*/
	background-color: #fff;/*nicht in Navigation*/
}
#main-wrap a:hover::-moz-selection {/* Firefox */
	background: none repeat scroll 0 0 #fff;/*dkl.grün*/
}
#main-wrap a:hover::selection {/* Safari */
	background: #fff;
}

xxxxx LISTEN smartphonexxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx {
}
ol li, ul li {
	font-family: "muli", sans-serif;
	font-weight: 300;
	padding-left: 0px;
	color: #8c8581;/*grün*/
	list-style: outside; /*damit nächste Zeile einrückt */

}
#content ol, #content ul {
	margin: 0 0 30px;
}
#content ol, #content ol li {
	list-style: decimal outside;
}
#content ul {
	list-style: circle outside;
	margin-left: 0px;
}
#content ul ul{
	list-style: circle outside;
	margin: 0px 0px 0px;
}
#content li {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
	display: list-item;
	line-height:1.3;
	font-size: 16px;
	font-size: 1rem;
	margin: 0px 0px 10px 20px;
}
#content li li:first-child {
	margin: 5px 0px 5px 20px;
}


xxxxx NAVIGATION xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx {}

nav#site-nav {
	margin: 0 auto;/*mittig*/
	position:relative;
	display: none ;/*ändern bei senkrechten aufscrollen*/}

#site-nav-container ul:first-child {
    max-width: 1340px;
	margin: 0 30px;
}

@media screen and (min-width: 1181px) {
#site-nav-container ul:first-child {
    margin: 0px auto 0px;
    max-width:1180px; 
}
}
#site-nav-container ul li {
	display: inline-block;
	float: left;
	margin: 0px 1% 0px;
	/*list-style: outside; damit nächste Zeile einrückt */
	list-style-type: none;
	list-style: none;
	font-size: inherit;
	text-align: left;
	position:relative;
    padding: 30px 40px 10px 0;
    border-bottom: none;
}
@media screen and (max-width: 1024px) {
nav#site-nav {
	padding-top: 60px;
    margin: 0px auto 0 auto;
    position: relative;
    display: none;
}
ul#menu-main-menu {
	background-color: #fff;
}
#site-nav-container ul:first-child {
    width: 100%;
    margin: 0px;
}
	
#site-nav-container ul li {
	display: block;
	float: none;
	margin: 0px 0% 0px;
	text-align: center;
	position:relative;
    padding: 10px 0px 10px 0;
    border-bottom: 1px dotted green;
}
#site-nav-container ul li li {
    border-bottom: 0px solid green;
}
}

#site-nav-container ul li ul.sub-menu {
	position:absolute;
	z-index: 40;
	left:0;
	top:65px;
	display: block;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	opacity:0;
}
#site-nav-container ul li:hover ul.sub-menu {
	display: block;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	opacity:1;
}
#site-nav-container ul li ul.sub-menu li{
    display: block;
    float: none;
	width:100%;
    margin: 0px 0px 0px 0px;
	padding: 5px 25px 5px 25px;/*5px 10px 5px 10px*/
	background-color:rgba(255,255,255,0.9);
	border-bottom: 1px solid #d8d1cd;
}
#site-nav-container ul li a {
/*	font: 400 18px "muli", sans-serif;
*/	font-family:"muli", sans-serif;
	font-weight:400;
	font-size: 18px;;
	font-size: 1.125rem;
	line-height: 130%;
	color: #8c8581;	/*grau*/
	display: block;
	letter-spacing: 1px;
	text-align:left;
	text-decoration:none;
}
#site-nav-container ul li li a {
	font: 400 16px "muli", sans-serif;
	font-size: 1rem;
	letter-spacing: 0px;
}
@media screen and (max-width: 1024px) {

#site-nav-container ul li a {
	color: #8c8581;/*grau*/
    text-align: center;
}
#site-nav-container li.subactive li.active a {
    color: #a5b227;/*oliv*/
}
#site-nav-container li.subactive {
	padding-bottom:0px;
}
#site-nav-container li.subactive > a {
    line-height: 100%;
	padding-bottom:15px;
}
#site-nav-container ul li ul.sub-menu,
#site-nav-container ul li:hover ul.sub-menu {
    position: relative;
    top: 0px;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 1;
}

#site-nav-container ul li ul.sub-menu li {
    display: block;
    float: none;
    margin: 0px;
    padding: 10px 10px;
    background-color: rgba(255,255,255,0.9);
}
}


xxxxx SONSTIGES xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx {
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	height: 0;
}
table {
	width: 100%;
	margin-bottom: 20px;
}
table td, table th {
	width: 50%;
	font: 300 0.8em "muli", sans-serif;
	line-height: 130%;
	padding: 2px 0;
	color: #6F6F6E;/*grau*/
	text-align: left;
}
table th {
	font: 600 0.8em "muli", sans-serif;
}
tfoot td {
	font: 300 0.7em "muli", sans-serif;
}
tfoot td {
	padding: 7px 0;
}

xxxxxxxxxxxxx320smartphonesxxxxxxxxxxxxxxxxxxxxxxxxxxxxx{}
/*siehe default*/

@media screen and (max-width: 1024px) {/*mobilnavi*/
#site-nav-container ul li.active {
background-color: #bccf0a;/*oliv*/
}
#site-nav-container ul li.active > a{
    color: #fff;/*aktive kategorie ohne untermenü*/
}
#site-nav-container ul li ul.sub-menu li.active a {
	color: #bccf0a; /*hellgrün*/
}
#site-nav-container ul li.subactive,
#site-nav-container ul li.hasSubmenu.showMenu {
	background-size: 42px 42px;
	background: url(../icon/chevron-up.png) no-repeat  98% -10px;
	}
#site-nav-container li.active {
	padding-bottom: 10px;
}
#site-nav-container li.active.ankergroup {
	padding-bottom: 0px;
}
#site-nav-container li.active > a + ul li:first-child{
	margin-top:10px;
}
#site-nav-container li.active.ankerli > a + ul li:first-child {
   /* margin-top: 10px;*/
}
#site-nav-container li.active.verstecken a{
	color: #bccf0a;
}
#site-nav-container ul li.active.ankergroup {
    background-size: 42px 42px;
    background: #bccf0a url(../icon/chevron-up.png) no-repeat 98% -10px;
}
#site-nav-container ul li.active.verstecken {
    background-size: 42px 42px;
    background: url(../icon/chevron-down.png) no-repeat 98% -10px;
    background-color: rgba(0, 0, 0, 0);
}
#site-nav-container ul li.hasSubmenu.showMenu {
	background-color:#6b9643;/*mittelgrün */
	}
#site-nav-container ul li.hasSubmenu.showMenu > a {
    line-height: 100%;
    padding-bottom: 15px;
	color:#fff;
}
#site-nav-container li.hasSubmenu.showMenu {
    padding-bottom: 0px;
}
#site-nav-container ul li.subactive {
	background-color: #bccf0a;/*oliv*/
}
#site-nav-container ul li.subactive > a{
	color: #fff;/*weiß*/
}
#site-nav-container ul li.subactive.verstecken > a{
	color: #bccf0a;/*oliv*/
}
#site-nav-container ul li.hasSubmenu,
#site-nav-container ul li.subactive.verstecken {
	background-size: 42px 42px;
	background: url(../icon/chevron-down.png) no-repeat  98% -10px;
	}
#site-nav-container ul li.subactive ul.sub-menu {/*nur aktive kategorie aufklappen*/
	display:block;
	}
#site-nav-container ul li.hasSubmenu ul.sub-menu{
	display:none;
	}
#start img.text {/*startseite*/
/*    margin: 0px auto 45px;*/
}
#start p:first-child {/*startseite*/
    margin-top: 0px;
}
}
xxxxxxxxxxxxx768tablets-portraitxxxxxxxxxxxxxxxxxxxxxxxx{}

@media screen and (min-width: 769px) {
#main-wrap {
/*    padding: 30px 0 30px;*/
	padding: 95px 0 30px;
	margin: 0 50px;
}
#content {
	margin:0 0px;
	padding:70px 0 30px;
/*	padding:135px 0 30px;*/
}
#sidebar {
	margin:0 0px 0px 0px;
	padding:0px 0 0px;
}
#site-info {
    margin: 0 50px;
    padding: 0px 0 0px;
}

h1 {
	margin: 25px 0 20px;
	font-size:36px;
	font-size:2.25rem;
}
h2 {
	margin: 22px 0 30px;
	font-size:32px;
	font-size:2.0625rem;
}

h3 {
	margin: 20px 0 8px;
	font-size:28px;
	font-size:1.75rem;
}
h4 {
	margin: 20px 0 15px;
	font-size: 24px;
	font-size: 1.5rem;
}

h5 {
	margin: 13px 0 6px;
	font-size:20px;
	font-size:1.25rem;
}
h6 {
	margin: 12px 0 6px;
	font-size: 16px;
	font-size: 1rem;
}

h2.entry-title {/*seitentitel*/
	padding: 0px 0 10px 0;
	font-size: 32px;
	font-size: 2rem;
}
h3.entry-title {
	padding: 0px 0 10px 0;
}
#content p,
#content ol,
#content ul,
#content li,
#content address {
	font-size:18px;
	font-size:1.125rem;
}
#content p.zitat {
	font-size:40px;
	font-size:2.5rem;
	margin: 0px 0px 30px !important;
}
#content p.author {
	margin: 20px 0px 30px;
}
p {
 margin: 0px 0px 10px;
}
p:first-child, ul:first-child, ol:first-child, h6:first-child {
margin-top:50px;
}
#start p:first-child {
margin-top:0px;
}
#start #content p.intro img.text {
    margin: 0px auto 45px;
}
.edit p:first-child, .edit ul:first-child, .edit ol:first-child, .edit h6:first-child {
    margin-top: 0px;
}
.divider {
	width: 20%;
	margin: 50px auto 50px 0;
	display: block;
	clear: both;
	height: 1px;
	border-top: 1px solid #8c8581;/*hellbraun*/
}
img.text {
	margin: 45px auto 45px;
}

}

xxxxxxxxxxxxx1024tablet-landscapexxxxxxxxxxxxxxxxxxxxxxxxxxxxxx{}

@media screen and (min-width: 1025px) {
#header { /*h1 mit logo, fixed nicht im Safari mgl.!*/
   background-attachment:fixed;
   background-image:url(../img/header_hg_hell_1920.jpg);
/*   background-image:url(../img/header_hg_hell_1920_neu.jpg);*/
   background-size: auto;/*originalgröße*/
}
#start #header { /*h1 mit logo, fixed nicht im Safari mgl.!*/
   background-attachment:fixed;
   background-image:url(../img/header_hg_1920_neu4.jpg);
   background-size: cover;
}
#main-wrap {
	margin:0 90px;
	padding:125px 0 30px;
}

#site-nav-container nav#site-nav {
	margin: 0;/*mittig*/
	position:relative;
	display: block !important;
	background-color:rgba(255,255,255,0);
	-webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}
#site-nav-container.sticky nav#site-nav {
	background-color:rgba(255,255,255,0.9);
	-webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}
#site-nav-container ul li {
	margin: 0px 1% 0px;
	padding: 30px 4px 10px 3px;
	border-bottom: 3px solid transparent;
}
#site-nav-container ul li ul.sub-menu li {
	display:block;
    padding: 10px 10px 10px 5px;
}
#site-nav-container ul li.active {
	border-bottom: 3px solid #bccf0a;/*grün*/
	text-decoration:none;
}
#site-nav-container ul li.subactive {/*nur oberste ebene*/
	border-bottom: 3px solid #bccf0a;/*grün*/
	text-decoration:none;
}
#site-nav-container ul li:hover {/*nur oberste ebene*/
	border-bottom: 3px solid #bccf0a;/*grün*/
	text-decoration:none;
}
#site-nav-container ul ul li:hover {
	border-bottom: 0px solid #bccf0a;/*grün*/
}
#site-nav-container a#mobile {/*button*/
	display:none;
}
#site-nav li:hover > a {
	color:#bccf0a;/*hellgrün*/
}
#site-nav li.active > a {
	color:#bccf0a;/*hellgrün*/
}
#site-nav li > a:hover {
	text-decoration:none;
}
#site-info {
    margin: 0 90px;
}
#logo img {
    max-width: 100%;
}
}
xxxxxxxxxxxxx1180laptopxxxxxxxxxxxxxxxxxxxxxxxxx{}

@media screen and (min-width: 1181px) {
	
html {
	-ms-text-size-adjust: auto;
	-webkit-text-size-adjust: auto;/* iphone: Auto-Schriftskalierung */
}
#header {
	margin: 0px auto;
	padding: 0px;
	width: 100%;
}
#site-nav-container ul li {
    margin: 0px 1% 0px;
    padding: 30px 15px 10px 15px;
}
#site-nav-container ul li ul.sub-menu li {
    width: 100%;
    min-width: 90px;
    padding: 10px 15px 10px 15px;
}
#site-nav ul li ul.sub-menu {
	width: auto;
}
#main-wrap {
	max-width:1140px;/*=max. Breite*/
	margin:0 auto;/*mittig*/
	padding:0px 0 30px;
}
#content {
	float:left;
	width:75%;
	margin-right:5%;
	margin-left:0%;
	padding:135px 0 30px;
}
#sidebar {
	padding-top:0;
	margin:30px 0 20px;
	float:right;
	width:17%;
	display:block;/*nur hier anzeigen*/
}
#footer #site-info {
	max-width:1140px;
	margin:0px auto 0;
}
#footer {
	padding-left:0;
	padding-right:0;
}
}
xxxxxxxxxxxxx1400desktopxxxxxxxxxxxxxxxxxx{}

@media screen and (min-width: 1401px) {
	
#main-wrap,
#footer #site-info {
	max-width:1360px;
}
}
.anchor {
  position: relative;
}
.anchor a {
  position: absolute;
  left: 0px;
  top: -130px;/*hoehe der navigation*/
}
@media screen and (max-width: 1024px) {
.anchor a {
  top: -140px;/*hoehe der navigation*/
}
}

