
/******************************************************************************* 
 * <body>
 ******************************************************************************/
body {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        background: white;
        margin: 0;
        padding: 0;
        font-size: 1em;
        color: #0586AC; /* Schriftfarbe: Blue */
        line-height: 1.4em;
        font-size: 120%;
        /* background-image:url(images/Ozean3a.jpg);
        background-size:cover;
        background-position:center;
        background-repeat:no-repeat;
        background-size: contain; /* Hierdurch wird das Bild au einem Smartphone verkleinert (responsive Layout) */
        background-attachment:fixed; */
        }
        /* font-size: 12px; */
        /* text-align: center; */

/********************************************************************** 
 * Header und Logo
 **********************************************************************/
header {
        background: white;
        color: red; /* Keine Auswirkung */
        height: 130px; /* Höhe des Headers */
        margin-top: -15px; }

header p { /* Wird aktuell nicht benötigt */
        /* font-size: 1.2em; */
        /* line-height: 2.5; */
        font-size: 1.8em;
        line-height: 0.4em;
        padding-top: 30px;
        padding-left:100px;
        padding-buttom:0px;
        font-weight: bold;
        color: #0586AC;
        text-decoration: none; }

header img { /* Header mit Logo und Bild */
    	max-width: 70%; /* So wird das Logo auch auf dem Smartphone vollständig angezeigt */
    	height: auto;
        padding-top: 30px; }

header a:link, a:visited, a:hover, a:active {
        padding-top: 70px;
        padding-left: 10px;
        margin-left: 80px;
        padding-buttom: 0px;
        padding-right: 10px; }

header a:hover, a:active {
        /* background-color: darkcyan; } */
        background-color: darkcyan; }

 
#header-box { border: 10px;
        background: #0586AC;
        /* background: #f1f1c1; */
        /* background-color: grey; */
        padding: 10px;
        margin: 20px;
        float: left;
        width: 40%;
        opacity: 0.9; }
              

/**************************************************************************
 * Hamburger Menu
 **************************************************************************/
.nav-toggle { /* nav toggle */
        color: yellow; /* Keine Auswirkung */
  		cursor: pointer;
  		height: 2rem;
  		left: 1rem; /* Abstand der 3 Balken relativ zum Rand */
  		position: fixed;
  		top: 2rem;
  		width: 3.6rem;
  		z-index: 2; }

.nav-toggle:hover {
		  opacity: 0.8; } /* 3 Balken werden etwas blasser beim drüberfahren */
		  
.nav-toggle .nav-toggle-bar,
.nav-toggle .nav-toggle-bar::after,
.nav-toggle .nav-toggle-bar::before {
  		position: absolute;
  		top: 50%;
  		-webkit-transform: translateY(-50%);
  		-ms-transform: translateY(-50%);
  		transform: translateY(-50%);
  		background: #0586AC; /* Schriftfarbe der 3 Balken */
  		content: "";
  		height: 0.4rem;
  		transition: all 0.5s;
  		width: 100%; }
  		
.nav-toggle .nav-toggle-bar {
  		margin-top: 0; }
  		
.nav-toggle .nav-toggle-bar::after {
  		margin-top: 0.8rem; }
  		
.nav-toggle .nav-toggle-bar::before {
  		margin-top: -0.8rem; }
  		
.nav-toggle.expanded .nav-toggle-bar {
  		background: transparent; }
  		
.nav-toggle.expanded .nav-toggle-bar::after, .nav-toggle.expanded .nav-toggle-bar::before {
  		background: #0586AC;
        color: black; /* Keine Auswirkung */
  		margin-top: 0; }
  		
.nav-toggle.expanded .nav-toggle-bar::after {
  		-ms-transform: rotate(45deg);
  		-webkit-transform: rotate(45deg);
  		transform: rotate(45deg); }
  		
.nav-toggle.expanded .nav-toggle-bar::before {
  		-ms-transform: rotate(-45deg);
  		-webkit-transform: rotate(-45deg);
  		transform: rotate(-45deg); }

.nav { /* nav des Hamburger Menü */
  		/* background: #0586AC; */
  		background: #eafafa; /* Farbe Umrandung des Menüs
  		color: yellow; /* Keine Auswirkung */
  		cursor: pointer;
  		/* display: flex; */ /* Geht sonst über die gesamte Hölhe */
  		font-size: 1.1em;
        line-height: 3em;
  		height: 100vh; /* 100% der gesamten H�he */
  		left: -30rem; /* Nach links verschoben. So sind sie nicht sichtbar */
  		padding: 6rem 2rem 2rem 2rem;
  		position: fixed;
  		top: 0;
  		transition: all 0.5s;
  		width: 20rem; /* Breite des Hintergrundes */
  		/* z-index: 1; */ }

.nav.expanded {
  		left: 0; }

.nav ul {
		list-style: none;
  		/* background: #0586AC; */
  		background: #eafafa; /* Farbe des Menüs
        color: white; /* Keine Auswirkung */
  		margin: auto 0;
  		/* padding-top: 10px;
  		padding-buttom: 30px; */
  		padding-left: 0px;
  		/* padding: 0; */ }

.nav li {
        border-top: 2px solid   white; 
        border-bottom: 2px solid    white; }

.nav a:link, a:visited, a:hover, a:active {
   		color: #0586AC;
        /* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
   		/* color: red; */ /* Nur 2 Felder werden berücksichtigt: be true, be you (5 und 6 von 11)
        text-decoration: none;
		/* line-height: 150%; */
 		padding-right: 0px; 
        padding-left: 0px;
        margin-left: 0px; /* Sorgt dafür, dass Text stehen bleibt */ }

.nav a:hover, a:active {
        font-weight: normal;
    	padding-top: 15px;
    	padding-bottom: 15px;
        padding-left: 5px;
        margin-left: 0px;
        padding-right: 5px; 
    	background-color: darkcyan; 
        color: white;  /* Falls nicht gewählt, wird die Font-Farbe verwendet */  }

/***********************************************************************
 * Navigation fuer Haupt-Navigation oberhalb der Grafik
 *         margin = Aussenabstand
 *         border = Rahmen
 *         padding = Innenabstand um den Text
 *         heigh/width = Hoehe und Breite des Textes
 ***********************************************************************/
.horizontal_nav {
        /* background: #0586AC; */ /* Hintergrund der Navigation: Hellblau */ 
        /* background:  #dffbfe; */
        /* background:  #eafafa; */ 
        background:  White; 
        /* background: powderblue; */
  	    height: 30px;
        font-size: 1.1em;
        font-weight: normal;
        /* border-top: 10px solid   #0586AC; */
        /* border-top: 10px solid   #eafafa; */
        /* border-bottom: 10px solid    #eafafa; */
        padding-top: 15px; /* Dicke der Navigation nach oben */
        padding-bottom: 15px; /* nach unten */
        /* marging-left: 0px */ Keine Auswirkung */
        /* marging-right: 0px */
        margin-top: 10px; /* Abstand zum Text oben */
        margin-bottom: 20px; /* Abstand Text unterhalb der Navigation */ }
        
.horizontal_nav ul {
        /* Neu ToTo: HIer ist die Liste der Navigation zu beschreiben */
        /* width: 86vw; */
        width: 95vw; /* Aufgrund der Anzahl der Elemente 100% */
        padding:0; 
        margin:0 auto; 
        list-style-type:none; }

.horizontal_nav a.aktuell {
        /* Neu ToTo: HIer ist die Liste der Navigation zu beschreiben */ }

.horizontal_nav li {
        float:left; }
        /* wenn aktiv und wenn besucht */

.horizontal_nav a:link, a:visited, a:hover, a:active {
        /* Neu ToTo: HIer ist die Liste der Navigation zu beschreiben */
        color: #0586AC;
        text-align: center;
        text-decoration: none;
        /* padding-right: 48px; */
        /* padding-left: 45px;  */
        padding-right: 28px;
        padding-left: 25px;  }

.horizontal_nav a:hover, a:active {
        font-weight: normal;
        /* color: #0586AC; */
        color: white;
        padding-top: 18px;
        padding-bottom: 18px;
        margin-left: 0px;
        background-color: darkcyan;  }

/***********************************************************************
 * <main>
 **********************************************************************/
main {
        width: 95%;
        margin: auto; }

/**********************************************************************
 * <article>
 *   class="mehrspaltig"
 **********************************************************************/
article {
		/* Neu */ }

.mehrspaltig {
        width: 100%;
   		margin: auto;
   		/* -webkit-column-width: 40rem; */
   		-webkit-column-width: 80rem;
   		/* column-width: 40rem; } */
   		column-width: 80rem; }

/*********************************************************************** 
 * <footer> 
 **********************************************************************/
footer {
		/* Neu */ }

footer table {
    	text-align: left;
    	vertical-align:top;
    	font-size: 0.85em;
    	overflow: hidden;
    	margin: 0 auto;
    	display: table;
    	padding: 1px 10px 0 10px;
    	vertical-align: top;
    	margin-bottom: 0px;
    	width: 96.5%;
    	background-color: #eafafa; }
    	/* padding: 5px; */
    	/* padding: top-padding right-padding bottom-padding left-padding */
	    /* font-size: 0.85em; */
    	/* height: 150px; */
    	/* width: 80%; */
    	/* padding: 0 0 8em 0; */
    	/* cellpadding: 5px; */
    	/* padding: 0 0 8em 0; */
    	/* width: 950px; */
    	/* margin-top: 25px; */
    	/* border: 1px solid black; */

footer tr {
    	vertical-align: top; }
    	
  
footer a:link, a:visited, a:hover, a:active {
        padding: 0 0 0 0;
	    color: #999999; 
    	text-decoration: none;
    	font-weight:bold; }

footer a:hover, a:active {
    	color: #0586AC;
    	background-color: darkcyan; }
  
        /*
    	padding-right: 0px; *//* Sorgt dafür, dass Text stehen bleibt */
        /*padding-left: 0px; } */


/********************************************************************** 
 * Schriften 
 **********************************************************************/
h1, h2, h3 {
		font-size: 1.3em;
    	font-weight: bold;
    	color: #0586AC;
    	line-height: 150%; }

h2 {
    	font-size: 1.1em; 
    	line-height: 120%;
    	margin-bottom:4px;
    	margin-top:25px; }

h3 {
    	font-size: 1em;
    	margin-top:30px;
    	margin-bottom:-12px; }

h4 {
    	font-size: 10px;
    	color: #999999;
    	font-weight: bold;
    	margin-bottom:-12px; }

h5 { /* wird z.B. für Tabellenspaltenüberschriften verwendet */
    	font-size: 1.1em;
    	color: #cc6600; /* Rotbraun */
    	line-height: 120%;
    	margin-bottom: 2px;
    	margin-top: 5px;
    	font-weight: bold;
    	margin-left: 0;
    	margin-right: 0; }

.small {
    	font-size: 10px;
    	font-style:italic; }

.kommentar {
    	width: 518px;
    	font-style:italic;
    	border: 1px solid #CCCCCC;
    	padding: 10px; }
    	
.trennstriche {
	    color: #0586AC; /* Dunkelblau */
	    /* color: #FFFFFF; */
	    margin-left:6px;
	    margin-right:6px; }

/********************************************************************** 
 * Table
 **********************************************************************/
 .textblock-table td {
        margin:0;
        margin-right:10px;
        border:3px solid white;
        padding: 1em 1em 1em 1em;
        background-color: #eafafa; 
        text-align:center
 }
 
/********************************************************************** 
 * Links
 **********************************************************************/
 :link, a:visited, a:hover, a:active { 
        color: #999999;
        text-decoration: none; 
		}
    
a:hover, a:active { 
	    color: #0586AC; }
    
a:link.referenzen, a:visited.referenzen, a:hover.referenzen, a:active.referenzen {
    	background-image:url(images/icon-referenzen.gif);
    	background-position:0px -3px; /* Verschiebt sich etwas nach rechts */
    	background-repeat:no-repeat;
    	padding-left:20px;
	    color: #999999; 
    	text-decoration: none;
    	font-weight:bold; }

a:hover.referenzen, a:active.referenzen {
    	color: #0586AC;
    	padding-right: 10px; 
        padding-left: 10px;
        margin-left: 0px; /* Sorgt dafür, dass Text stehen bleibt */
        margin-right: 0px; }
    	
    	
    	 

/********************************************************************** 
 Pruefen, ob das noch benötigt wid 
**********************************************************************/
a:link.anker, a:visited.anker, a:hover.anker, a:active.anker {
        font-size: 18px;
        background-image:url(images/icon-referenzen.gif);
        background-position:5px -1px; /* Position des Icons etwas nach oben */
        background-repeat:no-repeat;
        padding-left: 18px;
        padding-right: 5px;
        padding-bottom: 3px;
        padding-top: 3px;
        color: #e6ffff;
        text-decoration: none;
        font-weight: bold;
        background-color:  #ff751a; }

a:hover.anker, a:active.anker {
        color: #ffd9b3;
        /* text-decoration: Bold; */     }

a:link.infos, a:visited.infos, a:hover.infos, a:active.infos {
        background-image:url(images/icon-infos.gif);
        background-position:0px -2px;
        background-repeat:no-repeat;
        padding-left:15px;
        color: #999999; 
        text-decoration: underline;
        font-weight:bold; }

a:hover.infos, a:active.infos {
        text-decoration: none; }

/*****************************************************************
 * Zurück und Mehr-Bottom
 *****************************************************************/
a:link.navi-subchapter, a:visited.navi-subchapter, a:hover.navi-subchapter, a:active.navi-subchapter {
    	font-size: 1em; 
        font-style: italic;
    	padding-left: 15px;
    	padding-right: 15px;
    	padding-bottom: 4px;
    	padding-top: 4px;
    	color: #0586AC; 
    	text-decoration: none;
    	background-color: #eafafa; }
    	
a:hover.navi-subchapter, a:active.navi-subchapter {
    	color: White; 
    	background-color: #00b3b3; }

/*****************************************************************
 * Formulare
 *****************************************************************/
input { 
    	font-size: 11px;
    	color: #0586AC;
    	width: 250px;
	    height: 16px;
	    background-color: white; 
	    border: 1px #999999 solid; 
	    margin-bottom: 5px; 
	    padding-top:3px; }

input.radio { 
    	font-size: 11px;
    	color: #0586AC;
    	width: 16px;
    	height: 16px;
	    background-color: white; 
    	border: 1px #999999 solid; 
    	margin-top: 1px; 
    	margin-right: 1px; 
    	margin-bottom: 1px; 
    	margin-left: 1px }

.pull {
    	font-size: 11px;
    	color: #0586AC;
    	width: 60px;
    	height: 20px;
	    background-color: white; 
    	border: 1px #999999 solid; 
    	margin-bottom: 5px; 
    	/*  padding: 5px;*/ }

input.plz {
	    width:50px;
    	margin-right:4px; }

input.ort {
    	width:183px;
    	margin-left:3px; }

.text {
    	/* font-size: 11px; */
    	font-size: 1,2em;
    	color: #0586AC;
	    width: 250px;
	    height: 150px;
	    background-color: white; 
    	border: 1px #999999 solid;
    	margin-bottom: 10px; }

.button {
    	font-size: 10px;
    	color: #0586AC;
	    font-weight: bold;
    	text-align: center;
    	width: 123px;
    	height: 20px;
	    background-color: white; 
    	border: 1px #666666 solid;   
    	margin: 1px;
    	cursor:pointer;
    	padding-bottom:2px; }

.button02 {
    	font-family:Verdana, Arial, sans-serif;
    	font-size: 11px;
    	color: #0586AC;
    	font-weight: bold;
    	text-align: center;
    	height: 25px;
    	width: 158px;
    	background-color: #999999; 
    	border-top: 1px #000000 solid; 
    	border-bottom: 1px #000000 solid; 
    	margin-top: 1px; 
    	margin-right: 1px; 
    	margin-bottom: 1px; 
    	margin-left: 1px; }

/********************************************************************** 
 * Contact Page
 **********************************************************************/
#page-wrap {
    	width: 660px;
    	padding: 20px 50px 20px 50px;
    	margin: 20px auto;
    	min-height: 500px;
    	height: auto !important;
    	height: 500px;
	    background-color: white; 
    	/* color: #FFF; */
    	color: #0586AC;
    	font-size: 12px;
    	font-weight: bold;
    	padding: 0;
    	text-align: left;
    	text-decoration: none; }   
    	/* font-size: 12px; */
    	/* background: white; */
    
#contact-area {
    	width: 600px;
    	margin-top: 25px;
    	margin-left: 20px }

#contact-area label {
    	font-size: 1.1em;
    	float: left;
    	text-align: right;
    	margin-right: 15px;
    	width: 100px;
    	padding-top: 5px; }

#contact-area label p {
    	font-size: 1.0em;
    	text-align: left;
    	margin-right: 15px;
    	width: 500px;
    	padding-top: 0px; }

#contact-area input, #contact-area textarea {
    	color: grey;
    	padding: 5px;
    	width: 471px;
	    font-size: 1.2em;
	    margin: 0px 0px 10px 0px;
	    border: 2px solid #ccc; }

#contact-area textarea {
    	height: 90px; }

#contact-area textarea:focus, #contact-area input:focus {
    	color: grey;
	    font-size: 1.2em;
    	border: 2px solid #900; }

#contact-area input.submit-button { /* Submit button */
    	width: 100px;
    	height: 50px;
    	float: left;
    	margin-top: 60px;
    	color: #e6ffff;
    	font-size: 1.1em;
    	font-weight: bold;
    	background-color:  #ff751a; }

#contact-area input.submit-button:hover {
    	color: #ffd9b3;
    	background-color:  #663300; }

#contact-area .checkbox {
    	font-size: 1.0em;
    	text-align: left;
    	margin-right: 15px;
    	margin-left: 15px;
    	width: 500px;
    	padding-top: 0px; }

#contact-area .checkbox input, .children input {
    	font-size: 1.1em;
    	text-align: left;
    	margin-right: 15px;
    	margin-left: 15px;
    	width: 300px;
    	padding-top: 0px;
      	width: auto;       }
      	/* margin: -2px 10px 0 0; */

#contact-area .checkbox a:link, a:visited, a:hover, a:active { /* Datenschutzerklärung */
        color: #0586AC;
    	text-decoration: none;
    	padding-left: 2px;
    	background-color: white#eafafa; }
      
#contact-area .checkbox a:hover, a:active {
    	background-color: darkcyan; } 

/********************************************************************** 
 * Images / Blder 
 *********************************************************************/
img {
    	/* NEU  Hierdurch können die Bilder kleiner werden */
    	max-width: 100%;
    	height: auto; }

.clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containesein, der wiederum einen vollständigen Float enthalten sollte. */
    	clear:both;
    	height:0;
    	font-size: 1px;
    	line-height: 0px; }

.large-icon {
    	font-size: 1.6em;
    	font-weight: bold;
    	color: #0586AC;
    	line-height: 100%;
    	display: block;
    	margin: 0 auto;
    	margin-top: 0px; 
    	margin-bottom: 50px; 
    	width: 80px;
    	text-align: center;
    	text-decoration: none; }

.link-icon {
    	margin: 0 auto;
    	margin-top: 0px; 
    	margin-bottom: 0px;
    	margin-right: 30px;
            width: 100px; }

.image-right { 
    	float: right;
       	max-width: 90%;
    	height: auto;
    	margin-left: 15px;
    	margin-top:30px;
    	margin-bottom:10px;
    	margin-right:10px; }

.image-left { 
    	float: left;
       	max-width: 90%;
    	height: auto;
    	margin-left: 15px;
    	margin-top:30px;
    	margin-bottom:10px;
    	margin-right:10px; }

.bildleft { 
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
}

.bildbuch { 
        float: left;
        margin-right: 15px;
        margin-bottom: 10px;
        border:1px solid #CCCCCC;
}



/********************************************************************** 
 * List 
 **********************************************************************/
ul.circle {list-style-type: circle;}
ul.square {list-style-type: square;}
ol.upper-roman {list-style-type: upper-roman;}
ol.lower-alpha {list-style-type: lower-alpha;}


/********************************************************************** 
 * figure 
 **********************************************************************/
figure {
    	float: right;
        padding: 5px;
        /* float: left; */
        /* border: 1px solid #cccccc; */
        border-radius: 5px;
}


figure img {
        /* border-radius: 3px 3px 0 0; */
    }



figure figcaption {
       padding: 2px 4px 2px 4px;
       /* background-color: #636363; */
       /* color: #cccccc; */
        font-style: italic;
        border-radius: 0 0 3px 3px;
}

