﻿/* CSS Document für alle Sites*/
*{
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif ;
 	padding:0rem; margin: 0rem;
  	box-sizing: border-box;
}

/*---------------------
mobile-first-Ansatz
für die kleinsten Geräte (IPhone...)
---------------------*/
html{
	font-size:100%;
	min-width:350px;
	}
body {
	background: #ffffff;
	line-height: 1.1rem;
	color: #000000;
	padding: 0;
	text-align:left;
	word-wrap:break-word !important;
	}

#meinlogo {
	position:absolute;
	right:	1.0rem;
	top:1.0rem;
	display: block;
	padding: 0.1rem;
	z-index:9;
	float: right;
	}

#container {
	margin: 0 ;
	max-width: 1600px;
	padding:0rem 1rem 5rem 1rem;
	}
	
#content{
	margin: 0 ;
	padding:0rem 1rem 5rem 1rem ;
	float:left;
	width: 100%;
	}
	
#sidebar{
	background-color:#E6E6E6;
	display:none;
	}
#header{

}
#nav
{		
}
#infospaltelinks
{
	position:relative;
	width:38%;
	float:left;
	z-index:10;
	text-align:center;
	display:block;
}
#infospalterechts
{
	position:relative;
	width:60%;
	text-align:center;
	float:right;	
	z-index:10;
	display:block;
	
}
#infospalteunten
{
	position:relative;
	width:100%;
	text-align:left;
	float:right;	
	z-index:10;
	display:block;
	
}




h1	{
	font-size: 1.3rem;
	margin:0rem 0.5rem 0.2rem 0.5rem;
	padding:0rem 0rem 0.5rem 0rem ;
	color:#254441;
	border-bottom-style:solid;
	border-color:#254441;
	
	}
h2	{
	font-size: 1.1rem;
	margin:0.8rem 0.5rem 0.1rem 0.5rem ;
	color:#254441;	
	text-align:left;
	}
h3	{
	font-size: 1.0rem;
	margin:0.5rem 0.5rem 0.1rem 0.5rem;
	font-style:italic;
	font-weight:bold;
	color:#254441;	
	text-align:left;
	}
h4	{
	font-size: 0.9rem;
	margin:0.5rem 0.5rem 0.1rem 0.5rem;
	
	/*font-style:italic;
	font-weight:bold;*/
	color:#254441;	
	}

p{
	font-size: 1.0rem;
	margin: 0.1rem 0.5rem 0.8rem 0.5rem;	
	text-align:justify;
	line-height:1.2rem;
	
	}
.textschattiert{
	font-size: 0.7rem;
	padding:0rem 0.5rem 0.1rem 0.5rem;
	text-align:justify;
	background-color:#E1E1E1;
}

.textnormal
	{
	font-size: 1rem;
	text-align:justify;
	}
.textrot
	{
	font-size: 1rem;
	text-align:justify;
	color:red;
	}

.textlinks
	{
	font-size: 1rem;
	text-align:left;
	}
.textklein
	{
	font-size: 0.7rem;
	text-align:left;	
	}
.textkleincourier
	{
	font-size: 0.6rem;
	text-align:left;	
	margin: 0.0rem 0 rem 0 rem 0.0rem;
	line-height:0.6rem;	
	
	}
.textsehrklein
	{
	font-size: 0.5rem;
	text-align:left;	
	margin: 0.0rem 0.5rem 0.8rem 0.0rem;
	line-height:0.5rem;	
	}

.textkleinrot
	{
	font-size: 0.8rem;
	text-align:left;	
	color:red;
	}
.textkleinblock {
	font-size: 0.8rem;
	text-align: justify;
}

.titel 
	{
	font-weight:bold;
	font-size: 1.4rem;
	color: #254441;
	text-align:left;
	display:block;	
	padding-top:1rem;
	}
.titel2 
	{
	font-size: 1.1rem;
	color:white;	
	}

img	{
	max-width:100%;
	height:auto;
	margin:0.2rem;
	vertical-align:middle;
	text-align:left;
	}
img.klein{
	width:80%;
	margin:0.2rem;
	vertical-align:left;
	}

ul.aufz{
	font-size: 0.9rem;
	margin:0.1rem 0.5rem 0.1rem 0.5rem;	
	padding-left:1rem;
	text-align:justify;
	}

li.textliste
{
	font-size: 1rem;
	text-align:left;
	margin-left:1.5rem;
}
ul.aufz{
	font-size: 0.9rem;
	margin:0.1rem 0.5rem 0.1rem 0.5rem;	
	padding-left:1rem;
	text-align:justify;
	}
		
a.normallink:link {
  color: black;
}

/* visited link */
a.normallink:visited {
  color: black;
}

/* mouse over link */
a.normallink:hover {
  color: black;
}

/* selected link */
a.normallink:active {
  color: black;
}
	

.meinbutton {
  background-color: #4CAF50; /* Green */
  /*width: 50%;*/
  border: none;
  /*color: white;*/
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
}

.meinbutton :hover {
  background-color: #4CAF50; /* Green */
  color: white;
}
/*-------------Button 1 ------------*/
.meinbutton1 {
  background-color: white; 
  color: black; 
  border: 2px solid #4CAF50;
}
.meinbutton1:hover {
  background-color: #4CAF50;
  color: white;
}
/*-------------Button 2 ------------*/
.meinbutton2 {
  background-color: white; 
  color: black; 
  border: 2px solid #008CBA;
  /*width:30%;*/
  /*text-decoration:none;*/
}

.meinbutton2:hover {
  background-color: #008CBA;
  color: white;
  text-decoration:none;			  
}
/*-------------Button 3 ------------*/
.meinbutton3 {
  background-color: white; 
  color: black; 
  border: 2px solid #c51a4a;
}
.meinbutton3:hover {
  background-color: #c51a4a;
  color: white;
}
/*-------------Button 4 ------------*/
.meinbutton4 {
  background-color: white; 
  color: black; 
  border: 3px solid  teal;
  width: 90%;
}
.meinbutton4 a {
  background-color: white; 
}

.meinbutton4:hover{
  background-color: teal;
  color: white;
}
/*-------------Button 5 ------------*/
.meinbutton5 {
  background-color: white; 
  color: black; 
  border: 3px solid  teal;
  width: 90%;
}
.meinbutton5 a {
  background-color: white; 
}

.meinbutton5:hover{
  background-color: teal;
  color: white;

}
/*-------------Button 6 ------------*/
.meinbutton6 {
  background-color: white; 
  color: black; 
  border: 3px solid   #4C406E;
  width: 90%;
}
.meinbutton6 a {
  background-color: white; 
}

.meinbutton6:hover{
  background-color: #4C406E;
  color: white;
}


.meinbuttonblock1 {
  background-color: white; 
  color: black; 
  border: 3px solid  teal;
  width: 90%;
}
.meinbuttonblock1 a {
  background-color: white; 
}

.meinbuttonblock1 :hover{
  background-color: teal;
  color: white;
}


/*Togglefunktion*/

.toggle,[id^=drop] {
	display: none;
	}

/* 01 - Navigationsmenü
Hintergrundfarbe für den gesamten Container
(unterhalb der Menüpunkte sichtbar) 
sollte gleich sein wie HM10 */
nav { 
	margin:0;
	padding: 0;
	background-color: #254441;
	}
/* 02 - Navigationsmenü - Links */
nav a {
	display:block;
	padding:14px 20px;	
	color:#FFF;
	font-size:1.1rem;
	text-decoration:none;
	line-height:1.2rem;
	}
	
/* 03 Hintergrundfarbe Quermenü beim hovern auf oberste Ebene   */
nav a:hover { 
	background-color: #666600; 
}
	
/* 04 Container leeren bei "ul li" */
nav:after {
	content:"";
	display:table;
	clear:both;
}

/* 05 padding, margin und "list-style" entfernen von "ul",
 * hinzufügen "position:relative" */
 nav ul {
	float: left;
	padding:0;
	margin:0;
	list-style: none;
	position: relative;
	}
/* 06 Dropdowns verstecken+absolute Position*/
nav ul ul {
	display: none;
	position: absolute; 
	/* Abstand zum übergeordneten Quermenü*/
	top: 2.5rem; 
}
	
/* 07 Kleine Auflösung: Hover-Hauptmenü ohne Untermenüs Große Auflösung: Hauptmenü*/
nav ul li {
	margin: 0px;
	display:inline-block;
	float: left;
	background-color:  #254441;
	}

/* 07-2 Dropdowns beim Hovern */
nav ul li:hover > ul {
	display:inherit;
}
	
/* 08 Erste Unterebene von Hauptmenüs (dropdown) 
   wirkst sich nur ab 2. Auflösungsstufe aus */
nav ul ul li {
	width:350px;
	float:none;
	display:list-item;
	position: relative;
}	

/*09 wird im Moment nicht benutzt*/
nav ul li ul li:hover { 
	background-color: #73b9ff; 
	}

/* 10 zweite, dritte usw. Ebene*/
nav ul ul ul li {
	position: relative;
	top:-60px;
	/* sollte gleich breit sein wie "width" bei "nav ul ul li" */ 
	left:350px; 
}




/*---------------------------------------------
 Media Queries
--------------------------------------------- */
@media all and (max-width : 4800px) {
	html{
		font-size:150%;
		}
	.titel 
		{
		font-size: 1.5rem;
		}
#content{
	margin: 0 ;
	padding:1rem 1rem 5rem 1rem;
	float:left;
	width: 70%;
	}

#sidebar{
	margin: 0 ;
	float:right;
	width:29%;
	padding:1rem 1rem 5rem 1rem;
	display:block;
	}
}


@media all and (max-width : 1400px) {
	html{
		font-size:130%;
		}
	.titel 
		{
		font-size: 1.3rem;
		}
}

@media all and (max-width : 1000px) {
	html{
		font-size:110%;
		}
	.titel 
		{
		font-size: 1.1rem;
		}	
}

/* ==============================
Abweichungen bei kleinen Auflösungen bis 768 px
=================================*/
@media all and (max-width : 768px) {
	html{
		font-size:100%;
		}
	.titel 
		{
		font-size: 0.9rem;
		}
nav {
		margin: 0;
	}

	/* Navigation grundsätzlich verstecken */
	/* Also hide the  */
	.toggle + a, .menu {
		display: none;
		}

	/* Style bei der Menütabelle  für kleinste Auflösung */
	.toggle {
		display: block;
		background-color: #254441;
		padding:14px 20px;	
		color:#FFF;
		font-size:1.1rem;
		text-decoration:none;
		border:none;
	}

	.toggle:hover {
		background-color: #666600;
	}

	/* Dropdown einblenden, wenn auf Eltern-Label der Chekck
		geklickt wird*/
	[id^=drop]:checked + ul {
		display: block;
	}

	/* Menü auf 100% Breite ändern */
	nav ul li {
		display: block;
		width: 100%;
		}

	nav ul ul .toggle,
	nav ul ul a {
		padding: 0 40px;
	}

	nav ul ul ul a {
		padding: 0 80px;
	}

	nav a:hover,
 	nav ul ul ul a { 	/* Link für Hauptmenü ohne Untermenü   */
		background-color:  #666600;
	}
  
	nav ul li ul li .toggle,
	nav ul ul a,
  	nav ul ul ul a{
		padding:14px 20px;	
		color:#FFF;
		font-size:1.1rem; 
	}
  
  
	nav ul li ul li .toggle,
	nav ul ul a {
		/* kleine Auflösung: ausgeklapptes Untermenü*/
		background-color: #686859; 
	}

	/* Dropdowns grundsätzlich verstecken */
	nav ul ul {
		float: none;
		position:static;
		color: #ffffff;

	}
		
	/* Menüs beim Hovern wieder verstecken */
	nav ul ul li:hover > ul,
	nav ul li:hover > ul {
		display: none;
	}
		
	/* Fisrt Tier Dropdown */
	nav ul ul li {
		display: block;
		width: 100%;
	}

	nav ul ul ul li {
		position: static;
		/* has to be the same number as the "width" of "nav ul ul li" */ 

	}

#content{
	width: 100%;
	}

#sidebar{
	width: 100%;
	}

}

