﻿/*-------------Beginn Browserabfrage-------------*/
@media only screen and ( min-width: 950px ) 
	{
    /* breites Browserfenster */
    body { background-image: url('../../pics/layout/bground.jpg');
    overflow-x:hidden;
    }
}
@media only screen and ( max-width: 420px ) 
	{
    /* mobile Geräte */
    body { background-image: url('../../pics/layout/bground.jpg');
    overflow-x: hidden;
    }
}
@media only screen and ( min-width: 420px ) and ( max-width: 950px ) 
	{
    /* Tablets und mittlere Bildschirme */
    body { background-image: url('../../pics/layout/bground.jpg');
    overflow-x: hidden;
    }
}
/*--------------Ende Browserabfrage--------------*/	
/*===============================================*/
/*===============================================*/
/*------------------Beginn Menü------------------*/
#steuerung {
	box-sizing: border-box;
	float: left;
	width: 100%;
	background: #3a3a3a;
	font-size: 1em;
	position: inherit;
}
#steuerung ul {
	margin: 0;
	padding: 0;
	}
#steuerung a {
	display: block;
	color: #fff;
	text-decoration: none;
}
#steuerung ul li {
	position: relative;
	float: left;
	list-style: none;
}
#steuerung ul li:hover {
	background: #4096ee;
}
#steuerung ul li a {
	padding: 20px;
}
#steuerung ul ul {
	position: absolute;
	top: -9999px;
	left: -9999px;
	background: #333;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.6);
}
#steuerung ul ul li {
	background: #333;
	float: left;
	width: 200px;
	border-bottom: 1px solid #555;
}
#steuerung ul ul li a {
	padding: 10px 20px;
}
#steuerung ul li:hover > ul {
	top: 100%;
	left: 0;
}
#steuerung ul ul li:hover > ul {
	top: 0;
	left: 200px;
}
#steuerung ul li.submenu > a:after {
	position: relative;
	float: right;
	content: '';
	margin-left: 10px;
	margin-top: 5px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #fff;
	border-bottom: 5px solid transparent;
}
#steuerung ul ul li.submenu a:after {
	margin-left: auto;
	margin-right: -10px;
	border-left: 5px solid #fff;
	border-right: 5px solid transparent;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}
#steuerung ul ul li:last-child {
	border-bottom: none;
}

.menue-button {
	display: none;
}
/* CSS erweitern um MENÜ-Button und entsprechende Steuerung */
/*	Menü-Button oben rechts einblenden bei kleiner als 600px */
@media only screen and (max-width:420px) {
	.menue-button {
		background-color: #3a3a3a;
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		padding: 0.2em;
		color: white;
		cursor: pointer;
		text-decoration: none;
	}
	#steuerung {
		float: left;
		width: 100%;
		display: none;
	}
	#steuerung li {
	width: 100%;
	float: left;
	border-bottom: 2px solid silver;
	position: relative;
}
	#steuerung ul li {
	position: relative;
	float: left;
	list-style: none;
	}
	#steuerung ul ul li {
	position: relative;
	float: right;
	list-style: none;
	}

	.menue-button:hover {
		color: black;
		background: #4096ee;
	}
	.nopic {
	display: none;
	}
	.hinweis {
	width: 15em;
	border: 8px #808080 groove;
	background-color: #ffffff;
	}
	.rahmen {
	width: 90%;
	font-size: 0.8em;
	border: 8px #808080 groove;
	background-color: #ffffff;
	}
}
/* die Magie, um die Steuerung einzublenden (auch auf mobile Devices) */
#nav-menue:target #steuerung {
	display: block;
}	
/* ausblenden des Menü-Buttons zum öffnen - somit wird der zum Schließen sichtbar */
#nav-menue:target .menue-button-beschr-open {
	display: none ; 
}
/*---------------- --Ende Menü--------- ---------*/
/*===============================================*/
/*===============================================*/
/*----------------Beginn Umrahmung---------------*/
.rahmen {
	width: 60%;
	border: 8px #808080 groove;
	background-color: #ffffff;
}
/*----------------Ende Umrahmumg-----------------*/
/*===============================================*/
/*===============================================*/
/*------------Uberschrift Hauptfram--------------*/
h2 {
	font-family: Arial;
	font-size: 2em;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
}
h3 {
	font-family: Arial;
	font-size: 25px;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
}
.impr {
	font-family: Arial;
	color: #000000;
	font-size: 2em;
	text-decoration: underline;
	font-weight: bold;
}
.impr1 {
	font-family: Arial;
	color: #000000;
	font-size: 1em;
}
/*----------------Ende Schriften-----------------*/
/*===============================================*/
/*===============================================*/
/*------------------Beginn RWK-------------------*/
.rwk{
border: 2px solid #040;
border-collapse: collapse;
text-align: center;
padding: 10px;
} 
.rwk1{
border: 2px solid #040;
border-collapse: collapse;
font-size: 1.6em;
font-weight:bold;
text-align: center;
padding: 10px;
background-color:#BEBEBE;
} 
.rwk2{
border: 1px solid #040;
border-collapse: collapse;
background-color:#FFFFFF;
font-size: 1.2em;
font-weight:bold;
text-align: center;
padding: 10px;
}

@media only screen and (max-width:420px) {
	.rwk{
	font-size: 0.7em;
	border: 2px solid #040;
	border-collapse: collapse;
	text-align: center;
	padding: 10px;
	} 
	.rwk1{
	border: 2px solid #040;
	border-collapse: collapse;
	font-size: 0.7em;
	font-weight:bold;
	text-align: center;
	padding: 10px;
	background-color:#BEBEBE;
	}
	.rwk2{
	border: 1px solid #040;
	border-collapse: collapse;
	background-color:#FFFFFF;
	font-size: 0.7em;
	font-weight:bold;
	text-align: center;
	padding: 10px;
	}
 
}
/*-------------------Ende RWK--------------------*/
/*===============================================*/
/*===============================================*/
/*---------------Beginn Diashow------------------*/

.dummy1 {
   max-width: 50%;
   height: Auto;
   display: Block;
   margin: 1rem Auto 1rem Auto;
   box-shadow: 1px 1px 5px #888888;
   border: Solid 1px #000000;
  }

  span#prev, span#next {
   font-size: 1.2rem;
   font-weight: Bold;
   color: #000000;
   background-color: #FFFFFF;
   padding: 5px 10px 5px 10px;
   border: Solid 1px #000000;
   border-radius: 20px;
   box-shadow: 1px 1px 4px 0px #777777;
   cursor: Pointer;
  }

  span#prev:hover, span#next:hover {
   color: #FFFFFF;
   background-color: #777777;
   border: Solid 1px #FFFFFF;
  }

  span#number {
   display: Inline-Block;
   width: 2rem;
   text-shadow: 1px 1px 4px #777777;
  }

  figcaption#navigation {
   text-align: Center;
  }
/*--------------------Ende Diashow---------------*/
/*===============================================*/
/*===============================================*/
/*--------------------Beginn Cookie--------------*/

#eu-cookie-message{
position: fixed;
bottom: 0;
width: 100%;
padding: 20px;
text-align: center;
color: #fff;
background-color: #333;
}
#eu-cookie-message form{
border:0;
margin:0;
padding:0;
}
#eu-cookie-message form input{
display: block;
margin: 15px auto 0 auto;
padding: 5px 10px;
background-color: #F6D000;
border: 2px solid #787252;
border-radius: 5px;
cursor: pointer;
}
/*-----------------Ende Cookie-------------------*/
/*===============================================*/
/*===============================================*/
/*-----------Beginn Linkverarbeitung-------------*/
lidown {
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.lidown:hover {
	color: #ff0000;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	background-color: #ffffff;
}
a.mailto {
	color: #000000;
	font-size: 14px;
	text-align: center;
	
}
link {
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.link:hover {
	color: #ff0000;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	background-color: #ffffff;
}

/*------------Ende Linkverarbeitung--------------*/
/*===============================================*/
/*===============================================*/
.hinweis {
	
	border: 8px #808080 groove;
	background-color: #ffffff;
	font-size:3em;
	font-weight: bold;
	color: #ff0000;
}
/* Allgemein Anweisungen */
section {
	padding: 0.5em;
	float: ;
	width: 100%;
}

h1, p {
	margin: 0.5em 0 0 0;
}	
	
.flex { 
    display: flex; 
    justify-content: center; 
    align-items: center;
    font-size: 2em;
    flex-direction: row;
    flex-wrap: wrap;
}

.flex1 { 
    display: flex; 
    justify-content: center; 
    align-items: center;
    font-size: 1em;
}
.flexlink { 
    display: flex; 
    justify-content: center; 
    align-items: center;
    }


.flexmenu { 
    display: flex; 
    justify-content: center; 
    align-items: center;
    
}
.flexbilder { 
    display: flex; 
    justify-content: space-around; 
    align-items: center;
    font-size: 1em;
    flex-direction: row;
    flex-wrap: wrap;
}
.mem{
border: 2px solid #040;
border-collapse: collapse;
text-align: center;
padding: 10px;
} 
.mem1{
border: 2px solid #040;
border-collapse: collapse;
font-size: 1.6em;
font-weight:bold;
text-align: center;
padding: 10px;
} 
.mem2{
border: 1px solid #040;
border-collapse: collapse;
font-size: 1.4em;
text-align: center;
padding: 10px;
}


