﻿/*-------------Beginn Browserabfrage-------------*/
@media only screen and ( min-width: 950px ) 
	{
    /* breites Browserfenster */
    body { background-image: url('../pics/bground.jpg');
    overflow-x:hidden;
    }
}
@media only screen and ( max-width: 380px ) 
	{
    /* mobile Geräte */
    body { background-image: url('../pics/bground.jpg');
    overflow-x:hidden;
    }
}
@media only screen and ( min-width: 380px ) and ( max-width: 950px ) 
	{
    /* Tablets und mittlere Bildschirme */
    body { background-image: url('../pics/bground.jpg');
    overflow-x: hidden;
    }
}
/*--------------Ende Browserabfrage--------------*/	
/*===============================================*/
/*===============================================*/
/*------------------Beginn Menü------------------*/
#steuerung {
	box-sizing: border-box;
	float: left;
	width: 100%;
	background: #3a3a3a;
	font-size: 1.0em;
	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 1400px */
@media only screen and ( min-width: 1000px ) and (max-width:1370px) {


#steuerung ul li a {
	padding: 15px;
}


#steuerung {
	float: left;
	width: 100%;
	font-size: 0.9em;
}
		}




/* 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: 50%;
	font-size: 0.8em;
	border: px #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---------------*/
.test {
	width: 70%;
	border: 8px #808080 groove;
	background-color: #000000;
}


.rahmen {
	width: 70%;
	border: 8px #808080 groove;
	background-color: #ffffff;
}


/*----------------Ende Umrahmumg-----------------*/
/*===============================================*/
/*===============================================*/
/*------------Uberschrift Hauptfram--------------*/
h2 {
	font-family: Arial;
	font-size: 30px;
	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;
	font-weight: bold;
}
.optionbold {
	background-color: #C0C0C0;
}
.gaestebuch {
	text-align: center;
	background-color: #C0C0C0;
}
.gaestebuch1 {
	text-align: center;
	background-color: #FFFFFF;
}
.abc {
	font-weight: bold;
	color: #00008B;
	text-decoration: underline;
}
@media only screen and (max-width:420px) {
	.impr {
		font-family: Arial;
		color: #000000;
		font-size: 1,0em;
		/*text-decoration: underline;
		font-weight: bold;*/

}
}
/*----------------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.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: 0.6em;
	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: 1.5em;
	font-weight: bold;
	text-align: center;
	background-color: #ffffff;
}
.link1:hover {
	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;
}

.flexright { 
    display: flex; 
    justify-content: center; 
    align-items: left;
    font-size: 2em;
    flex-direction: column;
    flex-wrap: wrap;
}

.flexleft { 
    display: flex; 
    justify-content: center; 
    align-items: left;
    font-size: 2em;
    flex-direction: column;
    flex-wrap: wrap;
}

.flexcenter { 
    display: flex; 
    justify-content: center; 
    align-items: left;
    font-size: 2em;
    flex-direction: column;
    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;
}
/*===============================================*/
/*===============================================*/
/*----------Beginn Cookieverarbeitung------------*/

#cookiedingsbums a {color:#00008B; text-decoration:underline;}

#cookiedingsbums a:hover {text-decoration:underline;}

#cookiedingsbums div {padding:10px; padding-right:40px;}

#cookiedingsbums {
	outline: 1px solid #7b92a9;
	text-align: center;
	border-top: 1px solid #fff;
	background: #d6e0eb;
	background: -moz-linear-gradient(top, #d6e0eb 0%, #f2f6f9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6e0eb), color-stop(100%,#f2f6f9));
	background: -webkit-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%);
	background: -o-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%);
	background: -ms-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%);
	background: linear-gradient(to bottom, #d6e0eb 0%,#f2f6f9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6e0eb', endColorstr='#f2f6f9',GradientType=0 );
	position: fixed;
	bottom: 10px;
	z-index: 10000;
	width: 99%;
	font-size: 2em;
	line-height: 40px;
}

#cookiedingsbumsCloser {
	color: #777;
	font: 14px/100% arial, sans-serif;
	position: absolute;
	right: inherit;
	bottom: inherit;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
	top: auto;
	cursor: pointer;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-bottom: 1px solid #7b92a9;
	border-right: 1px solid #7b92a9;
	padding: 4px;
	background: #ced6df;
/* Old browsers */background: -moz-linear-gradient(top, #ced6df0%, #f2f6f9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ced6df), color-stop(100%,#f2f6f9));
	background: -webkit-linear-gradient(top, #ced6df0%,#f2f6f9 100%);
	background: -o-linear-gradient(top, #ced6df0%,#f2f6f9 100%);
	background: -ms-linear-gradient(top, #ced6df0%,#f2f6f9 100%);
	background: linear-gradient(to bottom, #ced6df0%,#f2f6f9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ced6df', endColorstr='#f2f6f9',GradientType=0 );
}	

#cookiedingsbumsCloser:hover {border-bottom:1px solid white; border-right:1px solid white; border-top:1px solid #7b92a9; border-left:1px solid #7b92a9;}
/*------------Ende Cookieverarbeitung------------*/
/*===============================================*/

/*------------Beginn Bildverarbeitung------------*/
.bild50{
	width:50%;
	
	}
.bild60{
	width:60%;
	}


@media only screen and (max-width:420px) {
 	.bild420{
	width:50%;
	height:auto;
	}

	.impr {
		font-family: Arial;
		color: #000000;
		font-size: 1,0em;
		/*text-decoration: underline;
		font-weight: bold;*/
		}
	.rahmen {
		font-size:0.65em;
		}	
}
	

