/* CSS-Datei fuer responsives Template 
auch darstellbar auf Mobilgeraeten
*/

/* 
Layouthinweise:
Gesamtfarbe: #52661F 
Gesamtfarbe, aufgehellt: #768B4A
Logo wird ab sofort in index.php eingebunden

Standard-CSS (c) Beat Rölli, beroll.ch
Version Flex 4 / 2015-02-08

Herzlichen Dank für Ihr Interesse

*/

* {
  margin: 0;
  padding: 0;
}

/* Gesamtschrift und Gesamtrand festlegen */
body {
	font-family: Calibri, Arial, Helvetica,  sans-serif;
	margin: 15px;
	padding: 2px;
	/* background-color: gray; */
	background-image: url(w-und-e-karte-sw.jpg);
	background-repeat: repeat;
}

/* wrapper-container, contains logo, nav, content and footer */
#wrapper {    
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  text-align: left;
  margin: 0 auto;
  margin-top: 8px;
  max-width: 999px;  
  border-style: solid;
  border-width: 1px;
  border-color: #008041;  
  color: black;  
  background-color: white;  
  padding: 8px; 
  box-shadow: 4px 4px 4px gray; 
}

/* Container mit dem Logo */
#header {  
  position: relative;
  padding: 0;
  margin: 0;
  text-align: left;  
  color: black;
  background-color: white;       
  margin-bottom: 20px;
}

#header img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 300px;
  height: 80px;
}

#logo {
  position: absolute;
  /* top: 10%; */
  top: 5px;
  left: 0;  
  text-align: left;
  width: 320px;
  height: 80px;
  background-color: rgba(0,0,0,0.2);  
}


/* HauptÃ¼berschrift im Logo-Container */
#logo h1 {
  font-size: 1.8em;
  color: white;
  margin: 0px;
  padding-left: 15px; 
  padding-right: 10px;  
  font-weight: bold;  
  padding-top: 0;    
  text-shadow: 3px 3px 5px #52661F; /* Gesamtfarbe */
}


/* Unterzeile im Logo-Container */
#logo h2 {  
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 15px;
  padding-top: 0;
  padding-right: 12px;
  font-size: 1.2em;
  font-weight: bold;
  color: white;
  background-color: transparent;    
  height: 20px;   
  text-shadow: 3px 3px 5px #52661F; /* Gesamtfarbe */
}

#logo a {
  text-decoration: none;
  color: white;
}

#logo a :hover {
  color: white;
  background-color: white;
}

/* Switch */
#switch {  
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  font-size: 0.6em;
  font-weight: bold;  
  float: left;  
  margin-top: 140px;
  /* 30-10-14 Rö */
  width: 200px;
  color: white;  
  background-color: transparent;
  padding: 10px;
}

#switch a {
  text-decoration: none;
  color: white;
  background: silver;
  padding: 3px;
}

#switch a:hover {
  background: red;
}



/* slide show beat roelli 2014-10-26 */

#idslideshow {
	width: 785px;
	height: 230px;
	/* float: right; */
	float: left;
}

.slideshow {
	height: 229px;
	/* border-bottom: 0px solid silver; */
}

.slideshow h1 {
	font-size: 26px;
	color: white;
	margin: 0;
	background-image: none;
	text-align: left;
	padding-top: 90px;
	padding-left: 15px;
}

.slideshow img {
	/* float: right; */
	padding-top: 5px;
	padding-left: 0px;
	width: 999px;
	height: 224px;
}




/* Suchfeld */
#search {  
  position: absolute;
  bottom: 0;
  right: 5px;  
  text-align: right;  
  margin-top: 270px;
  width: 200px;
  color: white;  
  background-color: rgba(0,0,0,0.2);   
  padding: 10px;
}

/* Innenrand Suchform */
#search form {
  margin: 0px;  
}

#search input {
  border-style: solid;
  border-width: 1px;
  border-color: #52661F;  
}

#searchfield {
/* Umrandung */
color: white;
border-style: none;
background-color: transparent;
}

.pdf {
  margin-top: 10px;
  padding: 5px;
  background-color: #FFFFD7;
}


#title {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.2em;
  background-image: url(reddot.gif);
  background-repeat: no-repeat;
  text-indent: 20px;
}

#path {
  margin-top: 3px;
  padding-bottom: 7px;
}

/* Inhaltsbereich */
#content {
  float: left;
  color: black;
  width: 95%;
  background-color: white;
  font-size: 1.0em; 
  line-height: 1.45em;
  border-left-style: solid;
  border-left-width: 0px;
  border-left-color: silver;
  /* 16-08-2014 eingefügt */
  border-top-style: solid;
  border-top-width: 0px;
  border-top-color: silver;
  
  padding-left: 10px;
  padding-right: 10px;
    
  /* min-height: 350px; */
  min-height: 380px;
  
 column-count: 2;

}



#content img {    
  max-width: 100%;  
  height: auto;
  
  column-break-after: column;
    
}


/* Plugins */
.plugin, .plugin td {
  color: black;
  background-color: white;
  font-size: 0.84em; 
  line-height:1.45em;
}

/* Newsletter */
.newsletter {
  color: black;
  background-color: white;
  font-size: 0.9em; 
  line-height:1.45em;
}

.warning {
  color: red;
}

/* FuÃŸzeile */
#footer { 
  color: black;
  padding: 2px;
  background-color: transparent;
  clear: both;
}

div.copy {
  margin-top: 4px;
  font-size: 0.7em;
  text-indent: 10px;
  text-align: center;
}

/* Listenstile fÃ¼r MenÃ¼eintrag im Navibereich topmenu
Dieser Abschnitt ist sehr lang */

/* topmenu 1  */

#topmenu {
  float: left;  
  font-size: 0.6em;
  /* width statt 75 % 16-08-2014 */
  width: 100%;  
  padding-left: 0px;
  text-align: right;
}

#topmenu ul {
  padding: 3px;
  /* 16-8-2014 border statt 1   */
  border-bottom: 0px solid silver; 
  margin-bottom: 8px;
}

#topmenu li {
  display: inline;
}

#topmenu a {
  padding: 3px 1em;
  margin-right: 3px;
  border: 1px solid silver;
  text-decoration: none; 
  /* 16-8-2014 statt 0 */
  border-bottom: 1;
}

#topmenu a:link {
	text-decoration: none;
	color: #708090;
}

#topmenu a:visited {
  color: gray;
  text-decoration: none;
  width: 100%;
}

#topmenu a:hover {
  background-color: #708090;
  width: 100%;
  color: white;
}

#topmenu b {  
  padding: 3px 1em;
  margin-right: 3px;
  border: 1px solid silver;
  background-color: #708090;
  color: white;
  border-bottom: 0;
}

/* ENDE Listenstile fÃ¼r MenÃ¼eintrag im topmenu */

/* topmenu 2  */

#topmenu2 {
  margin-top: 20px;
  float: right;  
  font-size: 0.8em;
  /* width statt 75 % 16-08-2014 */
  /* width: 100%;   */
  padding-left: 0px;
  text-align: right;
}

#topmenu2 ul {
  padding: 3px;
  /* 16-8-2014 border statt 1   */
  border-bottom: 0px solid silver; 
  margin-bottom: 8px;
}

#topmenu2 li {
  display: inline;
}

#topmenu2 a {
	padding: 16px 1em 16px;
	margin-right: 3px;
	border: 1px solid silver;
	text-decoration: none;
	/* 16-8-2014 statt 0 */
	border-bottom: 1;
}

#topmenu2 a:link {
	text-decoration: none;
	color: #008041;
}

#topmenu2 a:visited {
  color: gray;
  text-decoration: none;
  width: 100%;
}

#topmenu2 a:hover {
  background-color: #008041;
  width: 100%;
  color: white;
}

#topmenu2 b {  
  padding: 16px 1em 16px;
  margin-right: 3px;
  border: 1px solid silver;
  background-color: #008041;
  color: white;
  border-bottom: 0;
}

/* ENDE topmenu 2 */




/* Haupt-Navigationsbereich   */
#nav {
	font-size: 0.8em;
	float: left;
	/* width: 21%; */
	width: 90%;
	color: #008041;
	background-color: white;
	margin-top: 21px;
}

/* Listenstile fÃ¼r MenÃ¼eintrag im Navibereich 
Dieser Abschnitt ist sehr lang */
#nav ul {
  list-style-type: none;
  margin-top: 0px;
  margin-left: 1px;
  padding-left: 1px;
}

#nav ul ul {
  list-style-type: none;
  list-style-image: url(arrow.png); /* change color here */
  /* background-image: url(arrow_menu.png); */
  background-repeat: no-repeat;
  background-position: 0.6em;
  padding-left: 10px;
  margin-left: 10px;
  }

#nav ul li a {
  display: block;
  list-style-type: none;
  text-indent: 0px;
  margin-top: 3px;
  padding: 4px 3px 3px 8px;
  font-weight: bold;
  color: gray;
  background-color: transparent;
  border-top-style: solid;
  border-width: 1px;
  border-color: silver;
}

#nav ul ul li a {
 display: block;
 margin-top: 1px;
 padding: 2px 2px 2px 2px;
 text-indent: 0px;
 font-weight: bold;
 color: gray;
 background-color: transparent;
 border-top-style: none;
 border-bottom-style: none;
}

#nav a:link {
  display: block;
  text-decoration: none;  
}

#nav a:visited {
  color: gray;
  text-decoration: none;
  display: block;  
}

#nav a:hover {
	display: block;
	background-color: transparent;
	color: #2f4f2f; /* change color here */
}

#nav ul b, #nav li a.high {
  list-style-type: none;
  display: block;
  /* width: 150px; */
  margin-top: 3px;
  padding: 2px 2px 2px 8px;
  font-weight: bold;
  color: white;
  background-color: #008041;
  border-bottom-style: solid;
  border-width: 1px;
  border-color: #008041; /* change color here */  
}

#nav ul ul b {
  list-style-type: none;
  list-style-image: url(arrow.png);
  display: block;  
  margin-top: 1px;
  padding: 2px 2px 2px 2px;
  font-weight: bold;
  color: gray;
  background-color: #008041; /* change color here */  
  color: white;  
} 
/* ENDE Listenstile fÃ¼r MenÃ¼eintrag im Navibereich */

/* Ab hier wird es fÃ¼r Sie richtig interessant, aber erst
die ungebundenen Klassen erscheinen als Auswahloptionen 
im linken Pull-down-MenÃ¼ von TinyMCE! */

/* ueberschrift 1 gestalten */
#content h1 {
	/*  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: silver; */
	margin-top: 3px;
	font-weight: bold;
	font-size: 2.2em;
	line-height: 1.4;
	margin-top: 10px;
	color: #008041;
	background-image: url(verlauf.jpg);
	background-repeat: repeat-y;
	margin-bottom: 12px;
}

/* Ãœberschrift 2 */
#content h2 {
  margin-top: 15px;
  margin-bottom: 6px;
  font-size: 1.5em;  
  background-image: url(arrow3.png);  
  background-repeat: no-repeat;
  padding-left: 12px;
  background-position: 0px 5px;  
}

/* ueberschrift 3 */
h3 {
  margin-top: 15px;
  margin-bottom: 2px;
  font-size: 1em;
}

/* Absatz und div */
#content p, div, object {
  margin-top: 2px;
  margin-bottom: 8px;  
}

#nav div.rss {
  line-height: 1.1;
  margin: 5px;
  padding-left: 6px;
}

#nav div {
  line-height: 1.1;
  padding-left: 1px;
  margin: 0;  
}


/* Tag b zusaetzlich einfaerben */
#content b {
 /*  color: #7C580A; */
 color: black;
}

/* Zeichenformat strong */
#content strong {
  /*  color: #AF1810; */
 color: black;
}


/* normaler Listenstil, beschraenkt auf Inhaltsbereich */
#content ul, .plugin ul {
  margin-bottom: 12px;
  list-style-image: url(reddot.gif);
  font-size: 1em;
  line-height: 1.4;
  margin-left: 1.2em;
  padding-left: 1.2em;
}

#content ol, .plugin ol {
  margin-bottom: 12px;  
  font-size: 1em;
  line-height: 1.4;
  margin-left: 1em;
  padding-left: 1em;	
}

a:link {
  color: black;
}

/* besuchte Hyperlinks */
a:visited {
  color: gray;
}

/* Hovereffekt fuer Links */
a:hover {
  text-decoration: none;
  color: white;
  background-color: #008041;
}

/* Hier beginnen die ungebundenen Klassen, zu erkennen
am Punkt vor dem Klassennamen 
Diese werden im AuswahlmenÃ¼ von TinyMCE gezeigt */
/* Gestaltung des rechts ausgerichteten News-Kastens */
/* Bildunterschrift */
.bu {
  margin-top: 0px;
  font-size: 0.75em;
  font-weight: bold;
}
.kasten {
  clear: both;
  font-size: 0.9em;
  margin-top: 10px;
  margin-left: 3px;
  float: right;
  width: 200px;
  border-style: dotted;
  border-width: 2px;
  border-color: #008041;
  padding: 3px;
}
.kasten h3 {
margin-top: 0px;
} 

.boxcover {
  font-size: 0.9em;
  margin-top: 10px;
  margin-left: 4px;
  float: right;
  width: 200px;
  padding: 3px;
}

.box {
  font-size: 0.9em;
  margin-top: 8px;
  margin-right: 3px;
  padding-right: 0px;
  float: right;
  width: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: #008041; /* Gesamtfarbe */
}

.box h3 {
  background-color: #008041;  /* Gesamtfarbe */
  color: white;
  padding-left: 4px;
  padding-right: 4px;
  margin-top: 0px;
}

.box div {
  padding-left: 4px;
  padding-right: 4px;
}


/* Einfuehrungsabsatz */
.lead, .lead p {  
  font-size:  1em;
  line-height: 1.5em;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 10px;
}

.lead img {
  padding: 5px;
}

img[align="right"] {
  margin-left: 6px;
  margin-bottom: 3px;
}

/* grauer Rahmen mit Umrandung */
blockquote, .rahmen {
  font-size : 1em;
  width: 90%;
  background-color : #F1F1F1;
  border-style : solid; 
  border-width : 1px; 
  border-color : #008041;  /* Gesamtfarbe */
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 10px;
}

/* Rahmen mit gestrichelter Umrandung */
.tipp {  
  font-size : 1em; 
  width: 95%;
  border-style : dotted; 
  border-width : 1px; 
  border-color : gray; 
  padding : 3px;
  margin-top: 8px;
  margin-bottom: 10px; 
}

.code {
  font-family: 'Courier New', Courier, monospace;
  font-size: 1em;
  color: #000099;
}

/* Linie interessant gestalten */

hr#trenner {
  border: 1px solid white;  
  width: 370px;
  margin-left: 0;
  text-align: left;
}

hr {
  border: 1px dashed #008041; /* Gesamtfarbe */
  width: 95%;
  margin-left: 0px;
  text-align: left;
}

#linie {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: silver;
  padding-top: 4px;  
  padding-bottom: 8px;  
  line-height: 0.3;
}


table {    
  margin: 12px 0 10px 0;
  border-collapse: collapse;    
  box-shadow: 4px 4px 4px silver; 
}

/* Luft fÃ¼r Tabellen */
table th, td, tbody {
  padding: 5px;
  border: 0px solid silver;  
}


/* Links innerhalb von Absaetzen mit 
kleinem Zeichen versehen */

#content p a {
  display: inline;
  padding-left: 10px;  
/*  background-image: url(bluedot.gif); */
  background-image: url(arrow2.png);
  background-repeat: no-repeat;
}

#content p.image {
  text-align: left;
}

.datum {
 font-size: 0.8em;
}




/* bis 800 Pixel Bildschirmbreite, z.B. Tablet */

@media (max-width: 850px) {
  #header img {
   /* max-width: 100%;    */
   /* height: auto; */
	 display: none;
}
  
#idslideshow {
	width: 700px;
	height: 120px;
}


.slideshow  {
	width: 700px;
	height: 120px;
}  

.slideshow img {
	width: 700px;
	height: 120px;
}  

#logo {
 	 height: 30px;
    width: 230px;
}

  #logo h1 {
  /* 11-09-2014 eingefügt */
    font-size: 1.2em;
  }

 /* 11-09-2014 eingefügt */ 
    #logo h2 {    
    font-size: 0.7em;
  }  
  
}


/* bis 600 Pixel Bildschirmbreite, z.B. Smartphone */
@media (max-width: 600px) {
  body {
	margin: 0;
	padding: 0;
	/* Rö 2014-10-30 */
	background-image: none;
	background-color: transparent;
}


/* Rö 2014-10-30 */
#header img {
    max-width: 100%;    
    height: auto;      
  }
#wrapper {    
  width: 100%;  
}
/* Rö 2014-10-30 */
#idslideshow {
	display: none;
}
/* Rö 2014-10-30 */
#slideshow {
	display: none;
}
#slideshow img {
	display: none;
}
  
  #logo {
    width: 100%;
	 /* 12-9-14 eingefügt */
	 height: 50px;
	}
  
  #logo h1 {
  /* 16-08-2014 verkleinert bisher 3.2em */
    font-size: 1.8em;
  }

 /* 16-08-2014 verkleinert bisher 1.5em */ 
    #logo h2 {    
    font-size: 0.3em;
}

#content {    
    display: block;
    float: none !important;
    width: 95%;
}

#nav {    
    display: block;
    float: none !important;
    width: 100%;
}

#topmenu {
    display: block;
    float: none !important;
    width: 100%;  
}

/* 2015-02 rö */

#topmenu2 {
    display: block;
    float: none !important;
    width: 100%;  
}
  
#topmenu2 ul { 
    list-style-type: none !important;
    list-style-image: none !important;        
    padding-left: 0;    
}

#topmenu2 ul li {    
    margin: 1px;
    padding-left: 2px !important;    
}

#topmenu2 ul li li {
    margin: 2px;    
    padding: 2px;      
}
  
#topmenu2 a { 
    padding: 5px !important;  
    color: white !important;
    text-decoration: none;    
    font-weight: bold;
    display: block;        
    background: #0002cc !important; /* Gesamtfarbe, aufgehellt */
}
  
#topmenu2 b {
    padding: 5px !important;
    background: #008041 !important; /* Gesamtfarbe */
	 display: block;   /* ergänzt 2015-02 rö */
}
   
#topmenu2 a:visited {
    color: white !important;    
}
  
#topmenu2 a:hover {
	background: #008041 !important; /* Gesamtfarbe */
	color: white;
	text-decoration: none;
}   
 

#nav ul { 
    list-style-type: none !important;
    list-style-image: none !important;        
    padding-left: 0;    
  }

  #nav ul li {    
    margin: 1px;
    padding-left: 2px !important;    
  }
  #nav ul li li {
    margin: 2px;    
    padding: 2px;      
  }
  
  #nav a { 
    padding: 5px !important;  
    color: white !important;
    text-decoration: none;    
    font-weight: bold;
    display: block;        
    background: #0002cc !important; /* Gesamtfarbe, aufgehellt */
  }
  
  #nav b {
    padding: 5px !important;
    background: #008041 !important; /* Gesamtfarbe */
  }
   
  #nav a:visited {
    color: white !important;    
  }
  
  #nav a:hover {
	background: #008041 !important; /* Gesamtfarbe */
	color: white;
	text-decoration: none;
}   
}