/*um von facebook kommende refs das display wieder einzuschalten*/
html{display:block!important}

html { height: 101%; } 

body {
	background:#16561C;
  	width: 100%;
	height: 100.01%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
}

.box{
	max-width: 1000px;
}

strong{
	font-weight: bold;
}

small{
	font-size: 11px;
}

.liste{
  	list-style-type: disc;
	color: #000000;
	font-size: 14px;
	line-height: 1.5;
	padding: 0px 34px 0px 50px; /*1=oben, 2=rechts, 3=unten, 4=links*/
	width: auto;
	text-align:justify;
}

.preis{	
	width: auto;
	float:right;
}

.punkt{	
	#padding-left:80%;
	border-bottom: 1px dotted #333;
}	

.mwst{
	color: #888888;
	font-size: 11px;
text-align:justify;
}

.datenschutz_widerruf{
	border: 1px #000000 solid;
	padding: 0px 0px 0px 0px; /*1=oben, 2=rechts, 3=unten, 4=links*/
	margin: 0px 20px 0px 20px ; /*1=oben, 2=rechts, 3=unten, 4=links*/
}

a:link{ color:#16561C; text-decoration:none;}
a:visited{ color:#16561C; text-decoration:none; }
a:hover{ color:#ff0000; text-decoration:none; }
a:active{ color:#16561C; text-decoration:none; }
a:focus{ outline:none; }

#menue a:link{font-size:15px; text-decoration:none; color:#16561C; display:block; padding: 5px 35px 5px 35px; margin: 0px 0px 0px 0px;}
#menue a:visited{ text-decoration:none; color:#16561C; display:block; padding: 5px 35px 5px 35px; margin: 0px 0px 0px 0px;}
#menue a:hover{ text-decoration:none; color:#ff0000; background-color: rgba(222,222,222,0.0); display:block; padding: 5px 35px 5px 35px; margin: 0px 0px 0px 0px;}
#menue a:active{ text-decoration:none; color:#16561C; display:block; padding: 5px 35px 5px 35px; margin: 0px 0px 0px 0px;}
#menue a:focus{outline:none;}

.aus{
	display: none;
}

.blind_desktop{
	display: none;
}

.blind_mobil{
	display: block;
}

.blind{
	display: none;
}

/*logo_relative logo_absolute nur im duo verwenden*/
.logo_relative {
 	position: relative;
  	background: transparent url(_images/partyservice_catering_chemnitz.png) no-repeat;
	background-size: cover;
	right:0px;
	width: auto;
	height: 125px;
}

.logo_absolute{
  	position:absolute;
  	top: 0px ;
  	left: 0px;
  	padding: 0px 0px 0px 0px; /*1=oben, 2=rechts, 3=unten, 4=links*/
}

/*position_relative (aussen) position_absolute (innen) nur im duo verwenden*/
.position_relative{
  	position:relative;
	right: 0px;
  	top: 0px ;
}

.position_absolute{
  	position:absolute;
	right: 0px;
  	top: 0px ;
}

.logo_pi{
  	padding: 25px 34px 0px 0px; /*1=oben, 2=rechts, 3=unten, 4=links*/
	filter: drop-shadow(-5px 5px 15px black); /*1= -links +rechts, 2= -oben +unten, 3=groesse, 4=farbe*/
}

.kopf_logo{
	background: url('_images/hintergrund.jpg') no-repeat scroll top;
	background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	-khtml-background-size: cover;    
	height:163px;
	border-bottom: 0px solid #000000;
}

.kopf_text{
	font-family: Freestyle Script, Verdana, Arial;
	font-size: 25px;
	color: #000000;
  	padding: 5px 0px 0px 170px; /*1=oben, 2=rechts, 3=unten, 4=links*/
}

.kopf_adresse{
	text-align: center;
	font-size: 12px;
	color: #000000;
	line-height: 1.5;
	background:#DEDEDE;
  	padding: 10px 0px 10px 0px; /*1=oben, 2=rechts, 3=unten, 4=links*/
}

#inhalt {
	width: 1100px;
	margin: 0px auto; /*1=oben, 2=rechts, 3=unten, 4=links*/
}

#inhalt_kopf{
	padding: 20px 17px 15px 15px; /*1=oben, 2=rechts, 3=unten, 4=links*/
}

#inhalt_links{
	width: 26%;
	min-width: 290px;
	float: left;
	padding: 0px 15px 0px 15px; /*1=oben, 2=rechts, 3=unten, 4=links*/
}

#inhalt_breit{
	width: 68%;
	padding: 0px 15px 0px 15px; /*1=oben, 2=rechts, 3=unten, 4=links*/
	float: left;
}

#fuss{
	color: #999999;
	width: 17%;
	font-size: 15px;
	line-height: 1.5;
	padding: 15px 10px 15px 10px; /*1=oben, 2=rechts, 3=unten, 4=links*/
	float: left;
}

.schatten {
	/* Versatz links - Versatz oben - Unschärfe - Schattenradius - Farbe */
  	box-shadow: -2px 2px 3px #333333; /* Opera */    
  	-moz-box-shadow: -2px 2px 3px #333333; /* Firefox/Mozilla */  
  	-webkit-box-shadow: -2px 2px 3px #333333; /* Safari/Chrome */  
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=-135, Color='#333333; ')"; /* IE 8 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=-135, Color='#333333; ');/* IE 5.5 - 7 */ 
}

.radius{
	border-top-left-radius: 20px;
   	border-top-right-radius: 20px;
	-moz-border-top-left-radius: 20px;
	-moz-border-right-left-radius: 20px;
	-webkit-top-left-radius: 20px;
	-webkit-right-left-radius: 20px;
}

.box{
	#border: 2px solid #DEDEDE;
	background: #ffffff;
	margin: 0px 0px 30px 0px; /*1=oben, 2=rechts, 3=unten, 4=links*/
	padding: 0px 0px 0px 0px;
	width: auto;
	font-family: Arial, Verdana, Helvetica, sans-serif;
    	font-size: 13px;
	overflow: hidden;
}

.box_fuss {
	#border: 1px solid #DEDEDE;
	background:#DEDEDE;
	margin: 0px 0px 10px 0px; /*1=oben, 2=rechts, 3=unten, 4=links*/
	padding: 0px 0px 0px 0px;
	width: 100%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
    	font-size: 13px;
	overflow: hidden;
}

.box h3{
	background:#DEDEDE scroll 0 0;
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	line-height: 25px;
	padding: 5px 0px 5px 34px; /*1=oben, 2=rechts, 3=unten, 4=links*/
}

.box p{
	color: #000000;
	font-size: 14px;
	line-height: 1.5;
	margin: 0px 0px 0px 0px;
	padding: 25px 34px 10px 34px; /*1=oben, 2=rechts, 3=unten, 4=links*/
	width: auto;
	text-align:justify;
}

.votingbox{
	width: 250px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	padding: 0px 34px 20px 34px; /*1=oben, 2=rechts, 3=unten, 4=links*/
}

.votinginfo{
	width: 100px;
	position:relative;
	top: 11px;
	left: 0px;
}

.votingtext{
	float:right;
	width: 100px;
	position:relative;
	top: 13px;
	left: 20px;
}

.votingsterne{
	width: 100px;
	display:block;
	position:relative;
	left: 85px;
}

.voting{
	list-style:none;
	margin:0px;
	padding:0px;
	height: 13px;
	position:relative;
	background:url('_images/stern.png') top left repeat-x;
}

.voting li{
	padding:0px;
	margin:0px;
	float:left;
}

.voting li a{
	outline:none;
	display:block;
	width:15px;
	height:13px;
	z-index:20;
	position:absolute;
	padding:0px;
}

.voting li a:hover{
	background:url('_images/stern.png') left center;
	z-index:2;
	left:0px;
}

.voting a.stern_1{left: 0px;}
.voting a.stern_1:hover{width:15px;}

.voting a.stern_2{left:15px;}
.voting a.stern_2:hover{width: 30px;}

.voting a.stern_3{left: 30px;}
.voting a.stern_3:hover{width: 45px;}

.voting a.stern_4{left: 45px;}	
.voting a.stern_4:hover{width: 60px;}

.voting a.stern_5{left: 60px;}
.voting a.stern_5:hover{width: 75px;}

.voting a.stern{left: -10000px;}

.voting li.rating {
	background:url('_images/stern.png') left bottom;
	position:absolute;
	height:13px; 
	display:block;
	z-index:1;
}

#gallery_1{
	width:auto;
	padding: 0px 35px 0px 35px; /*1=oben, 2=rechts, 3=unten, 4=links*/
  	-webkit-column-count:1;
  	-moz-column-count:1;
  	column-count:1;
}
#gallery_2{
	width:auto;
	padding: 0px 35px 0px 35px; /*1=oben, 2=rechts, 3=unten, 4=links*/
  	-webkit-column-count:2;
  	-moz-column-count:2;
  	column-count:2;
}

#gallery_3{
	width:auto;
	padding: 0px 35px 0px 35px; /*1=oben, 2=rechts, 3=unten, 4=links*/
  	-webkit-column-count:3;
  	-moz-column-count:3;
  	column-count:3;
}

#gallery_4{
	width:auto;
	padding: 0px 35px 0px 35px; /*1=oben, 2=rechts, 3=unten, 4=links*/
  	-webkit-column-count:4;
  	-moz-column-count:4;
  	column-count:4;
}

.gallery_bild{
	width: 100%;
  	height: auto;
	#padding: 1px;
	background:#DEDEDE;
	display:flex;
}

.gallery_box {
	#border:1px solid #DEDEDE;
	background:#DEDEDE;
	margin: 0px 0px 15px 0px ; /*1=oben, 2=rechts, 3=unten, 4=links*/
	overflow:hidden;
	#border-top-right-radius: 10px;
	#border-top-left-radius: 10px;
	border-bottom-right-radius: 20px;
	#-moz-border-top-right-radius: 10px;
	#-moz-border-top-left-radius: 10px;
	-moz-border-bottom-right-radius: 20px;
	#-webkit-border-top-right-radius: 10px;
	#-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 20px;
}

.gallery_text{
	color: #000000;
	text-align:left;
	line-height: 1.5;
	overflow:hidden;
	padding: 5px 10px 10px 10px; /*1=oben, 2=rechts, 3=unten, 4=links*/
}

nav li{
  	display: inline-block;
}

nav li.button{
    	display: none;
}

.button_icon{
	width: 35px;
	height: 25px;
	padding: 10px 25px 0px 20px; /*1=oben, 2=rechts, 3=unten, 4=links*/
}

/************************************************************************************/
@media screen and (max-width: 1100px) {

#inhalt{
	width: auto;
}

#inhalt_breit{
	width: 60%;
}

}

/************************************************************************************/
@media screen and (max-width: 900px) {

#inhalt{
	width: auto;
}

#inhalt_breit{
	width: 48%;
}

}

/************************************************************************************/
@media screen and (max-width: 700px) {

#inhalt_kopf {
	padding: 0px 17px 0px 15px;	/*1=oben, 2=rechts, 3=unten, 4=links*/
}

#inhalt_links {
	width: auto;
	float: none;
	padding: 0px 15px 0px 15px;	/*1=oben, 2=rechts, 3=unten, 4=links*/
}

#inhalt_breit{
	width: auto;
	float: none;
	padding: 0px 15px 0px 15px;	/*1=oben, 2=rechts, 3=unten, 4=links*/
}

.kopf_text{
	font-size: 15px;
  	padding: 5px 0px 0px 100px; /*1=oben, 2=rechts, 3=unten, 4=links*/
}

.kopf_logo{
  	height: 125px;
}

.logo_relative {
	height: 85px;
}

.box p{
	font-size: 15px;
	line-height: 1.5;
}

.blind_desktop{
	display: block;
}

.blind_mobil{
	display: none;
}

nav {
  	position:relative;
  	height: 50px;
}

nav li {
	display: none;
}

nav li.button{
    	display: block;	
	animation: move 0.5s ease;
}

nav ul:hover li.button{
	display: none;
}

nav ul:hover li{
	width: 300px;
	top: -100px;
	left: 20px;
	position:relative;
	display: block;
  	background: rgba(222,222,222,0.96);
	#border-left: 1px solid #DEDEDE;
	#border-right: 1px solid #DEDEDE;
	animation: move 0.8s ease-in-out;
	background-image:url(_images/menue_trenner.png) ;
    	background-repeat:no-repeat;

    	background-position:center top;
}

.move{
	animation: move;
}

@keyframes move {
0%{ 
	left: -200px;
	opacity: 0;
	transform: translate3d(-100%, 0, 0);
}
50%{
	opacity: 0;
	transform: translate3d(-100%, 0, 0);
}
100%{ 
	left: 20px;
	opacity: 1;
	transform: none;
}
}

.schatten_mobil {
	/* Versatz links - Versatz oben - Unschärfe - Schattenradius - Farbe */
  	box-shadow: -2px 2px 3px #333333; /* Opera */    
  	-moz-box-shadow: -2px 2px 3px #333333; /* Firefox/Mozilla */  
  	-webkit-box-shadow: -2px 2px 3px #333333; /* Safari/Chrome */  
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=-135, Color='#333333; ')"; /* IE 8 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=-135, Color='#333333; ');/* IE 5.5 - 7 */ 
}

.menue_oben{
	border-top: 1px solid #DEDEDE;
	height: 10px;
	#border-top-right-radius: 20px;
	#border-top-left-radius: 20px;
	#-moz-border-top-right-radius: 20px;
	#-moz-border-top-left-radius: 20px;
	#-webkit-border-top-right-radius: 20px;
	#-webkit-border-top-left-radius: 20px;
}

.menue_unten{
	border-bottom: 1px solid #DEDEDE;
	height: 20px;
	border-bottom-right-radius: 20px;
	#border-bottom-left-radius: 20px;
	-moz-border-bottom-right-radius: 20px;
	#-moz-border-bottom-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	#-webkit-border-bottom-left-radius: 20px;
}

#menue a:link{font-size:15px; text-decoration:none; color:#16561C; display:block; padding: 15px 15px 15px 15px; margin: 0px 10px 0px 10px;}
#menue a:visited{ text-decoration:none; color:#16561C; display:block; padding: 15px 15px 15px 15px; margin: 0px 10px 0px 10px;}
#menue a:hover{ text-decoration:none; color:#ff0000; background-color: rgba(222,222,222,0.1); display:block; padding: 15px 15px 15px 15px; margin: 0px 10px 0px 10px;}
#menue a:active{ text-decoration:none; color:#16561C; display:block; padding: 15px 15px 15px 15px; margin: 0px 10px 0px 10px;}
#menue a:focus{outline:none;}

}

/************************************************************************************/
@media screen and (max-width: 500px) {

#inhalt_kopf {
	padding: 0px 17px 10px 15px;	/*1=oben, 2=rechts, 3=unten, 4=links*/
}

.kopf_text{
	font-size: 10px;
  	padding: 5px 0px 0px 80px; /*1=oben, 2=rechts, 3=unten, 4=links*/
}

#fuss{
	width: auto;
	padding: 10px 15px 10px 15px; /*1=oben, 2=rechts, 3=unten, 4=links*/
	float: none;
}