﻿/* ----------------------------------------------------------------------------- * 
 *                      Hier: Farben und Schriften                         *
 *                   *
 * ----------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------- * 
 * Verwendete Farben
 * #BA0919 - FV rot
 * #F1B300 - FV gelborange
 * #3C53A1 - FV dunkelblau

 * ----------------------------------------------------------------------------- */

body {
	background-color: #f2f1f0;
	background-attachment: fixed;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	
	font-family:  "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	color: #ffffff;
	
	font-size: medium;
	height:100%
	
}

a {
	color: inherit;
	font: inherit;
	text-decoration: none;
}

#inhalt a {
	color: inherit;
	font: inherit;
	text-decoration: underline;
}

a:link {
 	color: inherit;
	font: inherit;
	text-decoration: none;
}

a:visited {
 	color: inherit;
	font: inherit;
	text-decoration: none;
}

a:hover {
 	color: #F1B300;
	font: inherit;
	text-decoration: none;
}

a:active {
 	color:#F1B999 ;
	font: inherit;
	text-decoration: none;
}

summary {
	position: relative;
	background-color:orange;
	font-weight:bold;
	width: 45%;
	padding: 5px;
	border-radius: 5px;
}

summary::marker {
   color: transparent;
}

summary::after {
   content:  "+";
   position: absolute;
   color: green;
   font-size: 2em;
   font-weight: bold; 
   right: 1em;
   top: .2em;
   transition: all 0.5s;
} 

details[open] summary::after {
 color: red;
 transform: translate(5px,0) rotate(45deg);
}


details {
	width: 90%;
	line-height:2.5em;
	background-color: transparent;
}

h1 {
	margin: 0px;
	padding: 0px;
	overflow:hidden;
}

#kopfleiste {
	float:none;
	background-color: #BA0919;
	width: 98%;
	height: 100px;
	min-height: 10%;
	background-position: center;
	margin-left: 10 px;	
	margin-bottom: 15px;
	padding-left: 20px;
	overflow: hidden;
	text-align: left;
	
	font-size: 1.3em;
	line-height: 100px;
	border-radius: 15px;
	box-shadow: 2px 3px 3px 0px #515151;
	-webkit-box-shadow: 2px 3px 3px 0px #515151;
	text-shadow:  2px 3px 3px #2E2E2E;
}

#kopfleiste h1 {

	<!--[if IE]
	display: block;
	filter: dropshadow(color=#585858,offX=2,offY=3);
	<![endif]-->

}

#Aktuelles {
	background-color: #BA0919;
	padding: 15px 20px 15px 20px;
	border-radius: 10px;
}

#Archiv {
	background-color: silver;
	padding: 15px 20px 15px 20px;
	border-radius:10px;
}



#Nachricht {
	background-color:white;
	padding-top: 1%;
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 1%;
	
}

h24 {
	text-align: left;
	font-family:"Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size:0,8em;
	font-weight:bold;
	color:#BA0919 ;
	
}

#menu {
	
	display:  inherit;
	position:  absolute;
	background-color: #3C53A1;
	width: 20%;
	height: 240%;
	min-height: 100%;
	float: left;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 4px;
	margin-right: 15px;
	font-size: 0,8em;
	border-radius: 15px;
	box-shadow: 2px 3px 3px 0px #515151;
	-webkit-box-shadow: 2px 3px 3px 0px #515151;
	text-shadow:  1px 2px 2px #2E2E2E;
}

#menu ul {
	list-style-type: none;
	padding:0;
}

#menu li {
	margin-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
	
	<!--[if IE]
	display: block;
	filter: dropshadow(color=#585858,offX=1,offY=2);
	<![endif]-->
}

#menu li.current {	
	color: #00CCCC;
}

/* Menü-Link im Header zum Ein-und Ausblenden des Menüs */


   /* Menü-Link verstecken in größeren Viewports */
 
#menu_u {
	display: none;
	background-color: #3C53A1;
	
	width: 80%;
	height: auto;
	
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	
	margin-right: 15px;
	
	font-size: 0,9em;
	border-radius: 15px;
	box-shadow: 2px 3px 3px 0px #515151;
	-webkit-box-shadow: 2px 3px 3px 0px #515151;
	text-shadow:  1px 2px 2px #2E2E2E;
}

#menu_u ul {
	list-style-type: none;
	padding:0;
}

#menu_u li {
	margin-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
	
	<!--[if IE]
	display: block;
	filter: dropshadow(color=#585858,offX=1,offY=2);
	<![endif]-->
}

#menu_u li.current {	
	color: #00CCCC;
}

#inhalt {
	background-color: #ffffff;
	
	width: 70%;
	height: 100%;
	
	overflow: auto;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-left: 22%;
	color: #555555;
	border-radius: 15px;
	box-shadow: 2px 3px 3px 0px #515151;
	-webkit-box-shadow: 2px 3px 3px 0px #515151;

	
}

#datenschutz {
	padding-left:5%;
	padding-right:5%;
	font-size:1,3em;
	background-color:inherit;
}

#txtbox {
	float: right;
	background-color:silver;
	width:10%;
	height:auto;
	padding:3px;
	border-top:medium gray solid;
	border-left:thin gray solid;	
	border-right:thin gray solid;
	font-size:  x-small;
	text-align:center;
	border-radius: 5px 5px 0px 0px;
}


table {
	caption-side: top;
	width: 90%;
	text-align: left;
	margin: 10px;
	background: #eee;
	padding: 10px;
	border: 1px solid #000;
	border-collapse: separate;
	border-spacing: 5px;
}

caption {
	text-align: center;
	text-transform: inherit;
	font-weigt: bold;
	font-size: x-large;
	color: black;
	border-left:10px  #3C53A1 solid;
	margin-left: -10px;
	padding: 5px 0px 5px 0px;
	background-color:#F1B300;
	border-radius: 15px 10px 10px 15px;
}

#Sonntag {
	background-color:red;
	color:white;
}

#Einmaltermine {
	background-color:navy;
	color:white;
	border-left:10px orange solid;

}


th {
font-weight: bold;
}

td {
background: #fff;
padding: 10px;
border-bottom: thin solid gray;
}


#menu3 {
	display:inherit;
	background-color: #3C53A1;
	border-left:10px #F1B300 solid;
	color:white;
	width: auto;
	height: auto;
	float: left;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-right: 15px;
	font-size: 1.0em;
	border-radius: 15px;
	box-shadow: 2px 3px 3px 0px #515151;
	-webkit-box-shadow: 2px 3px 3px 0px #515151;
	text-shadow:  1px 2px 2px #2E2E2E; 
	display: inherit;
	
}

#footer {
	position:relative;
	margin-top:-7,5em;
	background-color: #3C53A1;
	color: white;
	border-radius: 10px;
	border-top:thin #666666 solid;
	border-bottom:thin #666666 solid;
	padding: 6px;
	text-align:center;
}

#txtlinks {
	float: left;
	background-color:transparent;
	width: 50%;
	padding:10px;
	min-height:30%;	
}

#txtrechtsalt
 {
	float: right;
	background-color:silver;
	width: 47%;
	padding:0px;
	height:30%;
	min-height:30%;
	text-align:center;
	border-radius: 10px;
}

#txtrechts {
	float:  right;
	background-color: #CCCCCC;
	border-left:10px #666666 solid;
	text-align:center;

	color:  #666666;
	width: 35%;
	height: 30%;
	min-height:30%;

	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-right: 5%;
	font-size: 1.0em;
	border-radius: 10px;
	box-shadow: 2px 3px 3px 0px #515151;
	-webkit-box-shadow: 2px 3px 3px 0px #515151;
	text-shadow:  1px 1px 1px #666666; 

}