@charset "utf-8";
/* CSS Document / Created by Word & Web Ulrike Nolte 2023-24 */

/* Farben:
dunkelgrün: #365E68
gelb: #A5AB49
hellgelb: #C5CB5D
*/

BODY {
  width: 100%;
  font-family: sans-serif,Verdana,Arial; 
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #000;
  background: #fff; 
}
/*
#logo_mobil {
  display: none;
  visibility: invisible;
  width: 0;
  height: 0;
  z-index: 0;
}
#logo_klein {
  display: none;
  visibility: none;
  width: 0;
  height: 0;
  z-index: 0;
  }

#logo {
  position: fixed;
  top: 0;
  left: 50px;
  width: auto;
  height: 180px;
  z-index: 6;
}
*/

#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 3.4em;
  margin: 0 auto;
  padding: 1em 0 0 2%;
  background: #fff;
  font-size: 2.3em;
  line-height: 1em;
  font-weight: bold;
  color: #365E68;
	border-bottom: 4px solid #A5AB49;
  }

.image-caption {
	font-size: 0.8em;
}

.hg_gelb {
  width: auto;
  max-width: 100%;
	background: #C5CB5D;
	margin: 1em 5em;
	padding: 0.5em 1em;
}

.klein {
font-size: 0.5em;  
}

.header_klein {
font-size: 0.5em;  
}

.text-blau {
color: #365E68;  
}

.text-hell {
	color: #A5AB49;
}

.text-center { text-align: center; }
.text-end { text-align: right; }

#close {
  display: none;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  font-size: 0;
  z-index: 0;
 }

#menu {
  position: fixed;
  display: inline;
  top: 0.3em;
  right: 0.5em;
  width: 1em;
  height: 1em;
  z-index: 8;
  background: none;
  color: #365E68;
  float: right;
  font-size: 4em;
  padding: 0;
  text-align: center;
  margin: 0;
  overflow: hidden;
/*  border: 1px dotted white; */
  }

#menu:hover,
#menu:focus {
  position: fixed;
  top: 0;
  right: 0;
  float: left;
  width: 40%;
  min-height: 60%;
  height: auto;
  font-size: 0.9em;
  color: #365E68;
  background: #365E68;
  padding: 30px 0 0;
  z-index: 9;
  transition: all 1s linear;
 }

#men li {
  float: none;
  width: 80%;
  padding: 0.5em 0;
/*  background: #FFF; */
  font-size: 1.5em;
  text-align: left;
  margin: 0 0 0 0em;
  list-style: none;
/*  border-top: 1px outset #4472c5;
  border-bottom: 2px outset #4472c5; */
}

#men a {
  color: #C5CB5D;
  text-decoration: none;
  padding: 0.2em 0;
}

#men ul {
  list-style: none;
  display: block;
  }

#men ul li {
  height: collapse;
  font-size: 0.01em;
  border: none;
}

#men ul::after {
  height: 0;
  width: 0;
  border-top: 0.5em solid transparent;
  border-bottom: 0.5em solid transparent;
  border-left: 0.5em solid #fff;
  border-right: 0;
  content: "";
  float: right;
  display: inline;
  position: relative;
  z-index: 10;
  margin-top: -1em;
  padding-right: 10%;  
    }

#men ul li > a {
  text-decoration: none;
  border: none;
}

#men li:hover > ul a,
#men li:focus > ul a { /* Submenü */
  display: block;
  color: #fff;
  height: auto;
  margin: 0.5em 0 0em -1em;
  max-width: 95%;
  font-size: 85em;
  padding: 0.5em 0 0;
  transition: height 2s;
}

#main {
  position: absolute;
  top: 180px;
  left: 0;
  z-index: 2;
  width: 100%;
  padding: 0 0 5%;
  margin: 0 auto;
  float: left;
  color: #444;
  font-size: 1.2em;
}

#linksoben {
  width: 96%;
  min-height: 10px;
	margin: auto;
  padding: 0 2% 20px;
  float: left;
  text-align: left;
  font-size: 1em;
}

#linksoben a:link,
#linksoben a:visited {
  color: #365E68;
  text-decoration: underline;
}

#linksoben a:link.aktuell,
#linksoben a:visited.aktuell,
#linksoben a:hover {
  color: #365E68;
 background: #C5CB5D;
  text-decoration: none;
}

#zentriert {
  width: 90%;
  padding: 0 5%;
  margin: 0 auto auto;
  clear: left;
  float: none;
  text-align: center;
  font-size: 1em;
	background: #365E68;
	color: #fff;
/*  border-top: 1px solid #C5CB5D; */
}

#zentriert a:link,
#zentriert a:visited {
  color: #444;
  text-decoration: underline;
}

#zentriert a:link.aktuell,
#zentriert a:visited.aktuell,
#zentriert a:hover {
  color: #365E68;
 background: #C5CB5D;
  text-decoration: none;
}

#linksunten {
  width: 96%;
	margin: auto;
  padding: 0 2%;
  clear: both;
  float: left;
  font-size: 1em;
}

#linksunten a:link,
#linksunten a:visited {
  color: #444;
  text-decoration: underline;
}

#linksunten a:link.aktuell,
#linksunten a:visited.aktuell,
#linksunten a:hover {
  color: #365E68;
 background: #C5CB5D;
	text-decoration: none;
}

#fusszeile {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 3;
  float: left;
  height: 2em;
  width: 98%;
  text-align: center; 
  color: #365E68;
  background: #C5CB5D;
  padding: 1em 1% 0.5em;
}

#fusszeile a:link,
#fusszeile a:visited {
  color: #365E68;
  text-decoration: underline;
}

#fusszeile a:link.aktuell,
#fusszeile a:visited.aktuell,
#fusszeile a:hover {
  color: #C5CB5D;
  background: #365E68;
  text-decoration: none;
}

/********
Überschriften
********/

h1 {
  font-size: 1.8em;
  font-weight: bold;
  color: #365E68;
  }

h2 {
  font-size: 1.6em;
  font-weight: bold;
  color: #365E68;
  margin: 50px 0 0;
}

h3 {
  font-size: 1.4em;
  font-weight: bolder;
  color: #fff;
  margin: 50px 0 0;
  padding: 1em 0;
}

h4 {
  font-size: 1.4em;
  font-weight: normal;
  color: #365E68;
  margin: 50px 0 0;
  padding: 1em 0;
}

h5 {
  font-size: 1.1em;
  font-weight: bolder;
  color: #365E68;
  margin: 0;
  text-align: left;
}

h6 {
  font-size: 1.1em;
  font-weight: bolder;
  color: #fff;
  margin-bottom: -0.2em;
  text-align: left;
  }


/************************
ANFANG Formular
************************/

.formular {
  width: 100%;
}

label {
  font-weight: bold;
  margin: 0px 10px 0px 0px;
}

input,
textarea {
  margin: 0px 0 10px 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 90%;
  width: 300px;
  cursor: pointer;
  background: #FFF;
}

select {
  margin: 0 200px 10px 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 90%;
  width: 120px;
  cursor: pointer;
  background: #FFF;
}

input:focus,
textarea:focus,
select:focus {
  background: #FFF;
}

/************************
--- ENDE Formular ---
************************/


/************************
--- responsive Design ---  |  and (orientation: portrait) | and (orientation: landscape)
************************/


@media only screen and (max-width: 1125px) and (orientation: landscape) {
  
/*  #logo {
  display: none;
  visibility: none;
  width: 0;
  height: 0;
  z-index: 0;
  }

#logo_mobil {
  display: inline;
  visibility: visible;
  position: absolute;
  top: 0;
  left: 30px;
  width: auto;
  height: 110px;
  z-index: 6;
  float: none;
  }
*/
#header {
 height: 1.7em;
  margin: 0 auto;
  padding: 1em 0 1em 2%;
  background: #fff;
  font-size: 2.0em;
  line-height: 1em;
  font-weight: bold;
  color: #365E68;
	border-bottom: 3px solid #A5AB49;
  }

  #main {
  position: absolute;
  top: 120px;
  left: 0;
  z-index: 2;
  width: 100%;
  padding: 0 0 5%;
  margin: 0;
  float: left;
  color: #67686C;
  }
  
  #linksunten {
  padding: 0 2%; /* bottom war 20px */
}
 
  #menu {
  position: absolute;
  display: inline;
  top: 0;
  right: 0;
  width: 1.2em;
  height: 0.9em;
  z-index: 8;
  background: none;
  color: #365E68;
  float: right;
  font-size: 3.5em;
  padding: 0 0 0.2em;
  text-align: center;
  margin: 0;
  overflow: hidden;
  border: none;
  }

#menu:hover,
#menu:focus {
  position: absolute;
  float: right;
  width: 50%;
/*  font-size: 1em; */
  padding: 5px 0 0;
 }
  
  #men li {
  width: 80%;
}
  
  #men li:hover > ul a,
#men li:focus > ul a { /* Submenü */
  font-size: 90em;
  padding: 0.3em 0 0;
}
  
  #fusszeile {
  padding: 0.5em 1% 0.2em;
}

form {
  padding-top: 20px;
  }

label {
  font-weight: bolder;
  margin: 0px 10px 0px 0px;
}

input,
textarea {
  margin: 0px 0 10px 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  width: 450px;
  height: 1.5em;
  cursor: pointer;
  background: #FFF;
}

select {
  margin: 0 200px 10px 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 90%;
  width: 100px;
  cursor: pointer;
  background: #FFF;
  height: 1.5em;
}
}


/* iPhone und Handy kleiner hochkant */
@media only screen and (max-width: 1125px) and (orientation: portrait) {

BODY {
  background: #fff; 
}
/*  
  #logo {
  display: none;
  visibility: none;
  width: 0;
  height: 0;
  z-index: 0;
  }
  
#logo_mobil {
  display: none;
  visibility: none;
  width: 0;
  height: 0;
  z-index: 0;
  }

#logo_klein {
  display: inline;
  visibility: visible;
  position: fixed;
  top: 0;
  left: 0;
  height: 80px;
  z-index: 6;
  float: none;
  }
	*/
	
#header {
 height: 1.8em;
  margin: 0 auto;
  padding: 1em 0 1em 2%;
  background: #fff;
  font-size: 1.5em;
  line-height: 1em;
  font-weight: bold;
  color: #365E68;
	border-bottom: 3px solid #A5AB49;
  }

   .header_klein {
font-size: 0.6em;  
}
	
	.hg_gelb {
  width: auto;
  max-width: 100%;
	background: #FFFFBF;
	margin: 1em 0.5em;
	padding: 0.5em 0.2em;
}

  #main {
  position: absolute;
  top: 120px;
  width: 100%;
  padding: 0 0 10%;
  margin: 0;
  float: left;
  color: #67686C;
  background: none;
    font-size: 1.2em;
  }
   
  #close {
  display: inline;
  position: absolute;
  top: 20px;
  right: 0.27em;
  width: 1em;
  height: 1em;
  z-index: 10;
  background: none;
  color: #fff;
  font-weight: bold;
  float: left;
  font-size: 2em;
  padding: 0;
  text-align: center;
  margin: 0;
/*  border: 1px dotted black; */
  }
  
#close:hover,
#close:focus {
  display: none;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  font-size: 0;
  z-index: 0;
 }
  
 #menu {
  position: absolute;
  display: inline;
  top: 80px;
  right: 0;
  width: 1.2em;
  height: 0.9em;
  z-index: 4; /* war 8 */
  background: none;
  color: #365E68;
  float: right;
  font-size: 3.5em;
  padding: 0 0 0.2em;
  text-align: center;
  margin: 0;
  overflow: hidden;
/*  border: 1px dotted black; */
  }

#menu:hover,
#menu:focus {
  position: absolute;
	z-index: 6; /* hatte keinen! */
  float: left;
  width: 100%;
  height: auto;
  min-height: 80%;
/*  font-size: 1em; */
  padding: 30px 0 0;
  background: #365E68;
  color: #365E68;
/*  border-bottom: 3px ridge #67686C; */
 }
  
  #men li {
  width: 80%;
}
  
  #men a {
  color: #fff;
  }
  
  #men li:hover > ul a,
#men li:focus > ul a { /* Submenü */
  font-size: 90em;
  padding: 0.3em 0 0;
}
  
  #men ul::after {
  border-left: 0.5em solid #fff;
    }
  
  #men li:hover > ul a,
#men li:focus > ul a { /* Submenü */
  color: #fff;
  }
	
	.image-caption {
	font-size: 0.6em;
}
  
  #fusszeile {
    width: 100%;
  padding: 0.5em 0 0;
    font-size: 0.9em;
}
  
  h1 {
  font-size: 1.5em;
  font-weight: bold;
  }

h2 {
  font-size: 1.3em;
  font-weight: bold;
  padding-top: 1em; 
  padding-bottom: 0.3em; 
  margin: 0;
}

h3 {
  font-size: 1.2em;
  font-weight: bolder;
  padding-bottom: 0.3em; 
  margin: 20px 0 0;
}
	
	h4 {
  font-size: 1.2em;
  font-weight: normal;
  margin: 20px 0 0;
}

	h5 {
  margin: 0;
	  padding-top: 1em; 
	}

h6 {
  margin: 0;
	  padding-top: 1em; 
}


input,
textarea {
  margin: 0px 0 10px 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  width: 80%;
  height: 1.5em;
  cursor: pointer;
  background: #FFF;
}

select {
  margin: 0 200px 10px 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 90%;
  width: 30%;
  cursor: pointer;
  background: #FFF;
  height: 1.5em;
}
}