﻿body {
	background-color:azure;
	font-family: Calibri;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	
}
tbody {
	border-color: #B4A79E;
	background-color: #B4A79E;
	font-family: Calibri;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}

#bodycontainer {
	
	width:86%;
	margin-left:1%;
	margin-right:8%;
	background-color:#B4A79E;
	padding-top:0px;
	box-shadow:0 0 15px 0px rgba(0,0,0,1);
	

}

.addcontainer {
	 
	 width:6%;
	 float:right;
	 padding-top:100px;
	 padding-left:1%;
	 border-color:black;
	  border:2px; 
	  background-color:azure;
}

.addcontainer img{
	width:60px;
	margin-left:2%;
}

a {
	color: #FFF;
	font-family: Calibri;
	position: relative;
	text-decoration:none;
	font-size: small;
}
a:visited {
	color: #800080;
}
a:active {
	color: #FFFFFF;
}
a:hover {
	color: #0000FF;
}
#itext{
	color: #FFCC99;
	
}
#main{
	background-color: #B4A79E;
	font-family: Calibri;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #000000;
	width:93%;
	margin-left:7%

}

#abstand {
	background-color: #6D5749;
	height: 5px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 2px;
	float: left;
	width: 100%;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #000000;
	color: #6D5749;
	overflow:hidden;
	box-shadow:0 0 15px 0px rgba(0,0,0,1);
}
#navioben {
	color: #FFFFFF;
	font-size: x-small;
	background-color: #9E8F7A;
	text-align: center;
	height: 20px;
	padding: 0px;
	margin: 0px;
	width: 100%;
	display: block;
	overflow:hidden;
	box-shadow:0 0 15px 0px rgba(0,0,0,1);

}
#naviunten {
	color: #FFFFFF;
	font-size: x-small;
	float: left;
	background-color: #9E8F7A;
	text-align: center;
	height: 20px;
	padding: 0px;
	margin: 0px;
	width: 100%;
	display: block;
	box-shadow:0 0 25px 0px rgba(0,0,0,1);

}

#navioben a, #navioben a:link, #navioben a:visited, #navioben a:active, 
#naviunten a, #naviunten a:link, #naviunten a:visited, #naviunten a:active,.abstand {
	
	
	background-image:url('../gif/MB4.jpg');
    background-position:center;
    font-size: x-small;
    border: none;
	width: 10%;
	display: block;
	float: left;
	margin-right: 1%;
	text-decoration: none;
	font-weight: bold;
	color: white;
	border-top: 1px solid #666699;
	border-right: 1px solid #666699;
	border-left: 1px solid #666699;
}
#navioben a:hover, #naviunten a:hover, .auswahloben {
	background-color: #CCCCCC;
	border: none;
	width: 10%;
	display: block;
	float: left;
	margin-right: 1%;
	border-top: 1px solid white;
	border-right: 1px solid white;
	border-left: 1px solid white;
}

#navioben img, #naviunten img {
width:15px;
height:10px;
}

#inhalt { 
	float:none;
	margin: 10px;
	margin-left:180px;
	width: 80%;
}
#navilinks {
font-size:x-small;
	color:black;
	float: left;
	clear: left;
	display: block;
	margin-right: 10px;
	background-image:url('../gif/MB6.jpg');
	width: 180px;
	height: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
#banner{
    float:left;width:100%;
    background-color:#B4A79E;
    height:auto;
    text-align:center;
    font-size:x-small;
   
}

.banner img{
	height:80px;
}
#bannertext{
    color:black;
    font-weight:bold;text-align:center;background-color:#FFFFFF;
    color:black;
}
#titel{
    font-weight:bold;text-transform:uppercase;padding-top:2px;padding-bottom:2px;padding-left:2px;border-bottom:1px solid black;
}
#navilinks ul {
    padding-left:5px;padding-right:5px;margin-left:2px;
}
#navilinks ul li, #navilinks a {
    border:1px solid white;border-right:1px solid black;border-bottom:1px solid black;
    padding:1px;margin:1px;display:block;list-style:none;
}
#navilinks a:hover, #navilinks ul li:active {
display:block;
border:1px solid black;border-right:1px solid white;border-bottom:1px solid white;}

.galerie {
	box-sizing: border-box;
	background-color: #B4A79E;
	margin: 0 10% 0 10%
}

.galerie figure {
	background: #000;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
	display: inline-block;
	height: 130px;
	margin: 0 0 20px 30px;
	overflow: hidden;
	padding: 0;
	width: 130px;
	-webkit-transition: all 0.25s ease-in;
	/*  Safari 5.1, Android 2.3 bis 4.3 */
	
	transition: all 0.25s ease-in;
}

.galerie figure img {
	width: 130px;
	height: 130px;
}

.galerie figure:hover {
	box-shadow: 15px 15px 35px rgba(0, 0, 0, 1);
	margin: -15px 0px 0 20px;
	padding: 5px 5px 30px 5px;
	width: 130px;
	z-index: 2;
	-webkit-transform: scale(2);
	/*  Safari, Android */
	
	-ms-transform: scale(2);
	/* IE9 */
	
	transform: scale(2);
}
.galerie figure:active {
	box-shadow: 15px 15px 35px rgba(0, 0, 0, 1);
	margin: -15px 0px 0 20px;
	padding: 5px 5px 30px 5px;
	width: 130px;
	z-index: 2;
	-webkit-transform: scale(2);
	/*  Safari, Android */
	
	-ms-transform: scale(2);
	/*  IE9 */
	
	transform: scale(2);
}


.galerie figcaption {
	color: #FFF;
	font-size: x-small;
	font-family: "Reenie Beanie", cursive;
	position: relative;
	text-align: center;
	width: 130px;
	background: rgba(0, 0, 0, 0.5);

}

.galerie figure:hover {
	-webkit-transform: scale(2);
	/* fÃ¼r Safari, Android */
	
	-ms-transform: scale(2) ;
	/* fÃ¼r IE9 */
	
	transform: scale(2) ;
}


.galerie:after {
	clear: both;
	content: " ";
	display: block;
}
#npltcookie { 
   outline: 1px solid #7b92a9; 
   text-align:left; 
   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:0px; 
   z-index:10000; 
   width:100%;
   font-family:Calibri; 
   font-size:12px; 
   line-height:14px;}
#npltcookie a {color:blue}
#npltcookie a.button {cursor: pointer; background: #ccc; padding: 8px 20px; margin-left: 10px; margin-right:5%;margin-bottom:2%;border-radius: 5px; color:black;font-weight: bold; float: right;}
#npltcookie a.button:hover {background-color: #aaa;}
#npltcookie p.cookiemessage {display: block; padding: 0; margin: 0;}

@media only screen and (max-width: 850px) {
	
	
	#bodycontainer {
	margin-left:0%;
	margin-right:6%;
	
	

}
.addcontainer{
	width:6%;
	padding-left:7px;
}
.addcontainer img{
	width:30px;
}
#banner{
    
    height:auto;
    
}

.banner img{
	height:45px;
}

}

@media only screen and (max-width: 500px) {
	
#banner{
    
    height:auto;
    
}	
		
.banner img{
	height:25px;
}
}

