/* Style Sheet */



/* reset */
* {
margin: 0;
padding: 0;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;

}

/* html5 elemente als block rendern */

header, teaser, trennung, maincontent, links, gallery, contact, footer, section, aside, nav, article, newsteaser, newsteaserlink, newslist, newslistlink, listelink, seitennavigation, seitenanfang, seitenende, seitenzahl, bildergalerie, season, einbild { display: block; }

body {
background-color: #ccc;
font-size: 0.95em;
font-family: Arial, Helvetica, SunSans-Regular, Sans-Serif;
font-family: Verdana, Segoe, sans-serif;
color:#737165;
}
pre, code {
font-size: 1.3em;
}
a, .column a, .firstcolumn a, newslist a {color: #145004;}
a:visited {color: #145004;}
#linksblock a, #footerblock a {color: #ffffff;}
#linksblock a:visited, #footerblock a:visited {color:#ffffff;}
a:hover {color: #583410;}
a:active {color:#000000;}
a:hover, .column a:hover, .firstcolumn a:hover, newslist a:hover {color: #583410;}

newslistlink a {
	font-size: 0.7em;
}
h1, h2 {
font-weight: bold;
margin: 0;
padding: 0 0 20px;
color:#145004;
}
h1 {
font-size:1.8em;
}
h2 {
font-size:1.5em;
}
h3.nospace
{
margin-bottom:0px;
}
h4
{
margin-top:0px;
padding-top:0px;
line-height:1em;
}

img.download {vertical-align:middle;}

/* ----------container zentriert das layout-------------- */
#container {
width: 100%;
margin: 0px  auto;
background-color: #eee;
}

/* ----------header for logo-------------- */
	
header p {
	text-transform:uppercase;
	font-size:11px;

}

header img, header h1, header h2 {
	margin:0;
    color:#145004; 
}
maincontent h1, maincontent h2,
gallery h1, gallery h2,
contact h1, contact h2 {
    color:#145004; 
}
links h1, links h2 {
    color:#ffffff; 
}
#linksblock h3, #linksblock h4 {
    color:#eee;
	font-weight:normal;
}
footer h1, footer h2 {
    color:#ffffff;
	font-size:0.8em;
}

/* ----------------- content--------------------- */
section#content {
	background-color: #ffffff;
	margin: 0 250px;
	min-height:600px;
	padding:20px;
}

p, pre {
padding: 0 0 20px;
line-height:1.5em;
}

/* -------------- navigavtion------------- */
nav {
float: left;
width: 250px;
padding:20px;
}
/* -------------- side infos ------------- */
aside{
float: right;
width: 250px;
padding:20px;
}
/* -----------header--------------------------- */
header {
padding:0;
margin:0;
border-top:0px solid #ccc;
background-color:#aac0a4;
}
#headerblock {
margin:0 auto;
padding:0;
max-width:1200px;
min-width:320px;
background-color:#f5f5f5;
}
#headerblock h1, #headerblock h2 {
padding-top:0.4em;
font-size:1.7em;
color: #145004;
}

#headerblock .topmenu {
padding-top:0.2em;
}

#tophiddenbar
{
	background-color: #f5f5f5;
}

.topleft {
	height:42px; 
	padding-right:10px; 
	padding-bottom:4px; 
	padding-left:20px;
}
.topright {
	height:42px; 
	padding-right:20px; 
	padding-bottom:4px; 
	padding-left:10px;
}
.menuheadline {
	font-size: 1.2em; 
	font-weight: bold; 
	font-style: italic;
}

.menudivider {
	border-top: 1px solid  black; 
	padding:0; 
	margin: 2px 25px 2px 0px;
}
trennung {
	
	height:2px;
	background-color:#583410;
}
/* -----------teaser--------------------------- */
teaser {
padding:0;
clear: both;
border-top:0px solid #ccc;
background-color:#e5e5e5;
}
#teaserblock {
margin:0 auto;
padding:0;
max-width:1200px;
min-width:320px;
background-color:#e4e4d2;
max-height:20em;
overflow:hidden;
}


#teasertext, #teaserhintergrund, #teaserfeld{

}
#teasertext {
	display:block;
	position:relative;
	top:-11.7em;
	left:0.5em;
	
}
#teaserhintergrund {
	position:absolute;
	top:0;
	left:0;
	width:21em;
	height:11.2em;
	
	filter:alpha(opacity=70);
    opacity:0.7;
    moz-opacity:0.7;
    background-color:#024f86;

}
#teaserfeld {
	position:absolute;
	top:0;
	left:0;
	width:15em;
	height:8em;
	width:100%;
	height:100%;
	
	padding:0.5em;
	color:white;
	border:1px solid white;
	font-size:1.4em;
	line-height:1.2em;
}

#seasoncontentblock {
margin:0 auto;
padding:10px 20px;
max-width:1200px;
min-width:320px;
background-color: #ccc;
}
/* -----------maincontent--------------------------- */
maincontent {
padding:0px;
clear: both;
border-top:0px solid #ccc;
background-color:#ffffff;
}
#aside
{
	width:36em;
	background-color:yellow;
}

#maincontentblock, .contentblock {
margin:0 auto;
padding:10px 20px;
max-width:1200px;
min-width:320px;
background-color:#ffffff;
}

.col-3, .col-6, .col-12 {
    display:none;
    }

.wrapper {
    height:100%;
    }

.grid {
    bottom:0;
    position:relative;
    top:0;
    width:100%;
    }
.grid .span, .grid .span-main, .grid .span-aside {
    background:#FFFFFF;
    border-right:1em solid #FFFFFF;
	border-bottom: 1px solid  #737165;

    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
    float:left;
    height:100%;
    position:relative;
    width:100%; /* 3 columns */
    }

@media screen and (min-width:36em) {
        
    /* grid 480 */

    .grid .span {
        width:33.33%; /* 3 columns */
        }   
    .grid .span-main {
        width:80%; /* for 2 columns */
        }   
    .grid .span-aside {
        width:20%; /* for 2 columns */
        }   
    .col-3, .col-aside {
        display:block;
        }
    .inlinelink {
        display:none;
	}
    .outlinelink {
        display:block;
	}
}
    }
@media screen and (max-width:36em) {
        
    /* grid 480 */

    .grid .span, .grid .span-main, .grid .span-aside {
        width:100%; /* 3 columns */
        }   
    .col-3, .col-aside {
        display:block;
/* clear left not needed */
		}
    .inlinelink {
        display:block;
	}
    .outlinelink {
        display:none;
	}
    
    }

	
	
table {
	border:0;
	font-size:1.5em;
}

td.formulartext {
	padding:0.3em 2em 0.3em 0em;
	font-weight:bold;
	font-size:1.2em;
}
td.formularfeld {
	padding:0.3em 0em 0.3em 2em; 
	font-size:1.2em;
}
/* -----------news newsteaser--------------------------- */
news, bildergalerie {
padding:0 0 0.3em 0;
border-bottom: 1px solid  #737165;
display:block;
}
newsteaser {
padding:0 10px 5px 0;
float:left;
width:33%;
min-height: 30px;
}
news, newsteaser, bildergalerie {
	
	/* hyphens */
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
}
newslist {
padding:0.2em 10px 0.3em 0;
border-bottom: 1px solid  #737165;
}
ersterabsatz {
font-weight:normal;
font-size: 125%;
padding-bottom:.8em;
line-height:120%;
display:block;
}
zweiterabsatz {
font-weight:normal;
font-size: 115%;
padding-bottom:1em;
line-height:120%;
display:block;
}
zweiterabsatz .nachtrag{
font-style:italic;
}
ort {
	font-weight:normal;
	display:inline;
	float:left;
	letter-spacing:1px;
}
ort::after {
	content:' \00b7\00a0'; /* middot and nbsp escaped as UNICODE */
}

artikelinfo {
	display:block;
	font-size:.5em;
}
newslist artikelinfo, links artikelinfo {
	font-size:.8em;
}

datum, verfasser, lesedauer, ort, infoende {
	display:block;
	font-weight:normal;
}
datum, verfasser, umleitungweg, umleitungzeit, umleitungampel {
	float: left;
}
datum + verfasser::before {
	content:'\00a0\00b7\00a0'; /* middot */
}
datum + ort::before {
	content:'\00a0\00b7\00a0'; /* middot */
}

verfasser + lesedauer::before, verfasser + umleitungzeit::before, umleitungzeit + umleitungweg::before, umleitungweg + umleitungampel::before {
	float: left;
	content:'\00a0\00b7\00a0'; /* middot */
}
ort + lesedauer::before {
	content:'\00a0\00b7\00a0'; /* middot */
}

artikelinfo::after {
	content:'\A'; /* line break escaped as UNICODE */
}

umleitungzeit, umleitungweg, umleitungampel, lesezeit
{
	font-weight:bold;
}

routen, detour {
	float:left;
	background-color: #aac0a4;
	padding:.3em 0 .3em .3em;
	margin-right:.3em;
	border: 1px solid #583410;
}

galeriebild, textstartbild, absatzbild {
	display:block;
	float:left;
	padding:0.1em;
	margin-right:0.5em;
	margin-bottom:0.5em;
	background-color:#eee;
	border:1px solid #ddd;
}

galeriebild {
	min-height:27em;
}

bildergalerie img, textstartbild img {
padding:0 0 0.5em 0;
max-width:100%;
position:relative;
}

bildtitel {
	font-size:115%;
	line-height:100%;
	font-weight: bold;
}

bilduntertitel {
	line-height:100%;
	font-size:100%;
	padding-top:0.1em;
}

bildtext {
	padding-top:0.2em;
	font-size:95%;
	line-height:105%;
	padding-bottom:0.3em;
	font-weight:bold;
}
bilderlaeuterung {
	font-weight:normal;
}
bildtitel, bilduntertitel, bildtext, bilderlaeuterung {
	display:block;
	padding-left:0.1em;
	padding-right:0.1em;
}

newsteaser img{
padding:0 10px 10px 0;
width:100%;
}
newslist > img{
padding:0 10px 10px 0;
float: left;
max-width:100%;
position:relative;
}
newsteaser h3, newslist h3, news h3, bildergalerie h3 {
padding:0 0 .1em 0;
margin-top:0px;
margin-bottom:0px;
font-size:1.6em;
font-weight:300;
}
bildergalerie h3 {
	padding-top:1em;
}

newsteaser h3.nospace, newslist h3.nospace, news h3.nospace, bildergalerie h3.nospace {
padding:0;
}

newsteaser h4, newslist h4, news h4, bildergalerie h4 {
margin-top:0px;
margin-bottom:0.8em;
font-size:1.3em;
font-weight:300;
}

newsteaser img + newsteaser h3{
padding:0 0 100px 0;
}

newsteaser .clearer {
clear: both;
}
newsteaser.firstteaser {
padding-left:0;
border-left:0;
}

newsteaser.lastteaser {
padding-right:0;
border-right:0;
}
newsteaserlink img.followme {
padding:0;
float:right; 
width:90px; 
}



seitennavigation
{
	text-align:center;
	width:auto;
}
seitenanfang, seitenende, seitenzahl
{
	text-align:center;
	vertical-align:middle;
	height:2.2em;
	width:2.2em;
	padding:auto;
	padding-top:0.4em;
	margin:.2em;
	color:#024f86;
	float:left;
	border: 1px solid #024f86;
	font-size:1.2em
}
seitenanfang, seitenende, .seiteaktiv
{
  font-weight:bold;
}
.erstenavigation
{
  margin-left:.5em;
}
.letztenavigation
{
  margin-right:.5em;
}

/* -----------gremium--------------------------- */
person {
padding:0 0 5px 0;
border-bottom: 1px solid  #737165;
display:block;
}

person img{
padding:0 10px 10px 0;
float: left;
}

person h3 {
padding:0 0 5px 0;
}
person h3.nospace {
padding:0;
}
person h4 {
margin-top:0;
}

person .clearer {
clear: both;
}
/* -----------content--------------------------- */
content {
padding:0 0 5px 0;
border-bottom: 1px solid  #737165;
display:block;
}

content img{
padding:0 10px 10px 0;
float: right;
}

content h3 {
padding:0 0 5px 0;
}
content h3.nospace {
padding:0;
}
content h4 {
margin-top:0;
}

content .clearer {
clear: both;
}

/* -----------linkliste--------------------------- */

internallink {
padding:0 0 5px 0;
border-bottom: 1px solid  #737165;
display:block;
}

internallink img{
padding:0 10px 10px 0;
float: left;
}

internallink h3 {
padding:0 0 5px 0;
}

internallink .clearer {
clear: both;
}



/* -----------links--------------------------- */
links {
padding:0px;
clear: both;
border-top:0px solid #ccc;
background-color:#aac0a4;
}
#linksblock {
margin:0 auto;
padding:20px;
max-width:1200px;
min-width:320px;
color:#ffffff;
background-color:#145004;
overflow: auto;
}
/* -----------gallery--------------------------- */
gallery {
padding:0px;
clear: both;
border-top:0px solid #ccc;
background-color:#ffffff;
}
#galleryblock {
margin:0 auto;
padding:20px;
max-width:1200px;
min-width:320px;
background-color:#ffffff;
}
/* -----------contact--------------------------- */
contact {
padding:0px;
clear: both;
border-top:0px solid #ccc;
background-color:#e9e9db;
}
#contactblock {
margin:0 auto;
padding:20px;
max-width:1200px;
min-width:320px;
background-color:#e4e4d2;
overflow: auto;
}
/* -----------footer--------------------------- */
footer {
padding:0px;
clear: both;
border-top:0px solid #ccc;
background-color:#8f8d84;
}
#footerblock {
margin:0 auto;
padding:20px;
max-width:1200px;
min-width:320px;
background-color:#737165;
overflow: auto;
line-height:0.9em;

}

#footerblock a {
font-size:0.9em;
}
#footerblock h2 {
font-size:1.1em;
font-weight:bold;
}


.firstcolumn, .column, .lastcolumn{
	float:left;
	line-height:1em;
}
.twocolumns{
	width:45%;
}
.threecolumns{
	width:30%;
}
.fourcolumns{
	width:22.5%;
}
.fivecolumns{
	width:18%;
}

.floatleft{
	float:left;
}
.floatright{
	float:right;
}
.clearboth{
	clear:both;
}
.socialmediasmall{
	float:none;
	padding-bottom:3px;
	padding-right:3px;
	width:18px;
	height:18px;
}


 /* Dropdown Button */
.dropbtn {
    /* background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none; */
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #eeeeee;
    min-width: 160px;
    /* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: #145004;
    /* padding: 12px 16px; */
    padding-left: 16px; */
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {color: #583410;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #f5f5f5; /* slider menu background */
} 
