form#sortierung{	
	margin-left: 2.5%;
}
@media (max-width: 1000px),
	(-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1500px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2) and (max-width: 2000px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2.5) and (max-width: 2500px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 3) and (max-width: 3000px) and (orientation:portrait),
	(min-resolution: 1.5dppx) and (max-width: 1500px) and (orientation:portrait),
	(min-resolution: 2.0dppx) and (max-width: 2000px) and (orientation:portrait),
	(min-resolution: 2.5dppx) and (max-width: 2500px) and (orientation:portrait),
	(min-resolution: 3.0dppx) and (max-width: 3000px) and (orientation:portrait)
 {
	form#sortierung{	
		margin-left: 2.5%;
	}
	form#sortierung *{
		width: 90% !important;		
		box-sizing: border-box;
		margin: 0px;
		margin-left: 5% !important;
	}
}

div.acco_list_item{
	position: relative;
	width: 45%;
	margin: 0px 2.5% 20px 2.5%;
	float: left;
	background: #EEE;
	box-sizing: border-box;
	-moz-box-shadow: 4px 4px 8px 0px #AAA;
	 -webkit-box-shadow: 4px 4px 8px 0px #AAA;
	 box-shadow: 4px 4px 8px 0px #AAA;
	 min-height: 410px;
}
div.acco_list_item:nth-child(odd){
	clear: both;	
}
@media (max-width: 1000px),
	(-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1500px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2) and (max-width: 2000px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2.5) and (max-width: 2500px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 3) and (max-width: 3000px) and (orientation:portrait),
	(min-resolution: 1.5dppx) and (max-width: 1500px) and (orientation:portrait),
	(min-resolution: 2.0dppx) and (max-width: 2000px) and (orientation:portrait),
	(min-resolution: 2.5dppx) and (max-width: 2500px) and (orientation:portrait),
	(min-resolution: 3.0dppx) and (max-width: 3000px) and (orientation:portrait)
 {
	div.acco_list_item{
		width: 100%;
		float: none;
		margin: 0px 0px 40px 0px;
	}
}

div.acco_list_pictos{
	background: white;
	padding: 10px 10px 0px 10px;
}
div.acco_list_pictos img{
	margin: 0px 5px 5px 0px;
	vertical-align: bottom;
	width: 35px !important;
	height: auto;
}
div.acco_list_content{
	position: relative;
	width: 100%;
}
div.acco_list_contact{
	position: relative;
	width: 100%;
}
div.acco_list_title{
	background: #00778D;
	color: white;
	padding: 5px;
	font-size: 14pt;
}
div.acco_list_contact a{
	background: #666;
	color: white;
	padding: 5px;
	text-align: center;
	margin-bottom: 10px;
	width: 31.33%;
	float: left;
	margin: 5px 1% 5px 1%;
	box-sizing: border-box;	
}
@media (max-width: 1000px),
	(-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1500px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2) and (max-width: 2000px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2.5) and (max-width: 2500px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 3) and (max-width: 3000px) and (orientation:portrait),
	(min-resolution: 1.5dppx) and (max-width: 1500px) and (orientation:portrait),
	(min-resolution: 2.0dppx) and (max-width: 2000px) and (orientation:portrait),
	(min-resolution: 2.5dppx) and (max-width: 2500px) and (orientation:portrait),
	(min-resolution: 3.0dppx) and (max-width: 3000px) and (orientation:portrait)
 {
	div.acco_list_contact a{
		width: 48%;
	}	
}
div.acco_list_contact a:hover{
	background: #DA251D;
	text-decoration: none;
}
a.anrufen{
	display: none;
}
@media (max-width: 1000px),
	(-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1500px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2) and (max-width: 2000px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2.5) and (max-width: 2500px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 3) and (max-width: 3000px) and (orientation:portrait),
	(min-resolution: 1.5dppx) and (max-width: 1500px) and (orientation:portrait),
	(min-resolution: 2.0dppx) and (max-width: 2000px) and (orientation:portrait),
	(min-resolution: 2.5dppx) and (max-width: 2500px) and (orientation:portrait),
	(min-resolution: 3.0dppx) and (max-width: 3000px) and (orientation:portrait)
 {
	a.anrufen{
		display: block;
	}
	span.hide_phone{
		display: none;
	}
}


div.acco_list_picture{
	width: 200px;
	height: 150px;
	float: right;
	background: #E0E0E0;
	margin: -10px 20px 20px 0px;
	-moz-box-shadow: 8px 8px 10px 0px #666;
	 -webkit-box-shadow: 8px 8px 10px 0px #666;
	 box-shadow: 8px 8px 10px 0px #666;
	 overflow: hidden;
}
@media (max-width: 600px),
	(-webkit-min-device-pixel-ratio: 1.5) and (max-width: 900px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2) and (max-width: 1200px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2.5) and (max-width: 1500px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 3) and (max-width: 1800px) and (orientation:portrait),
	(min-resolution: 1.5dppx) and (max-width: 900px) and (orientation:portrait),
	(min-resolution: 2.0dppx) and (max-width: 1200px) and (orientation:portrait),
	(min-resolution: 2.5dppx) and (max-width: 1500px) and (orientation:portrait),
	(min-resolution: 3.0dppx) and (max-width: 1800px) and (orientation:portrait)
 {
	div.acco_list_picture{
		width: 100%;
		float: none;
		margin: 0px;
		-moz-box-shadow: 0px 0px 0px 0px #666;
		 -webkit-box-shadow: 0px 0px 0px 0px #666;
		 box-shadow: 0px 0px 0px 0px #666;
	}
}
img.acco_list_thumb{	
	max-width: 200px;
	vertical-align: bottom;	
}
div.acco_list_adresse{
	margin-top: 10px;
	float: right;
	width: calc(100% - 220px);
	padding: 0px 0px 0px 20px;
	box-sizing: border-box;
}
@media (max-width: 600px),
	(-webkit-min-device-pixel-ratio: 1.5) and (max-width: 900px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2) and (max-width: 1200px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2.5) and (max-width: 1500px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 3) and (max-width: 1800px) and (orientation:portrait),
	(min-resolution: 1.5dppx) and (max-width: 900px) and (orientation:portrait),
	(min-resolution: 2.0dppx) and (max-width: 1200px) and (orientation:portrait),
	(min-resolution: 2.5dppx) and (max-width: 1500px) and (orientation:portrait),
	(min-resolution: 3.0dppx) and (max-width: 1800px) and (orientation:portrait)
 {
	div.acco_list_adresse{
		float: none;
		width: 100%;
	}
}
div.acco_list_adresse a{
	color: #00778D;
}
div.acco_list_details{
	background: #E8E8E8;
	padding: 5px 5px 5px 20px;
	margin-top: 10px;
}

div.acco_list_free{
	background: #00778D;
	color: white;
	padding: 5px;
	margin-top: 10px;
}
div.acco_list_free_item{
	background: #DDD;
	padding: 5px;
	margin-top: 1px;
}


div#acco_nav{
	border-top: 1px solid black;
	text-align: center;	
	margin-top: 20px;
}
div#acco_nav a{
	font-size: 14pt;
	margin: 0px 20px 0px 20px;
}



div#u_a{
	position: absolute;
	margin-top: -100px;
}
.acco_anchor{
	position: absolute;
	margin-top: -200px;
}



div.acco_details_name{
	background: #00778D;
	color: white;
	padding: 10px;
	margin: 0px;
	font-size: 18pt;
}
div#acco_details_stars *{
	color: black !important;
}
div#acco_buttons{
	margin-bottom: 30px;
	border-bottom: 1px solid black;
}

@media (max-width: 600px),
	(-webkit-min-device-pixel-ratio: 1.5) and (max-width: 900px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2) and (max-width: 1200px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2.5) and (max-width: 1500px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 3) and (max-width: 1800px) and (orientation:portrait),
	(min-resolution: 1.5dppx) and (max-width: 900px) and (orientation:portrait),
	(min-resolution: 2.0dppx) and (max-width: 1200px) and (orientation:portrait),
	(min-resolution: 2.5dppx) and (max-width: 1500px) and (orientation:portrait),
	(min-resolution: 3.0dppx) and (max-width: 1800px) and (orientation:portrait)
  {	
	div#acco_buttons{
		border-bottom: 0px;
	}
}

a.acco_button{
	display: block;
	background: #DA251D;
	color: white;
	padding: 3px;
	text-align: center;
	width: 31.33%;
	margin: 10px 1% 0px 1%;
	float: left;
	font-size: 14pt;
	box-sizing: border-box;	
	border-top: 10px solid white;
}
@media (max-width: 600px),
	(-webkit-min-device-pixel-ratio: 1.5) and (max-width: 900px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2) and (max-width: 1200px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2.5) and (max-width: 1500px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 3) and (max-width: 1800px) and (orientation:portrait),
	(min-resolution: 1.5dppx) and (max-width: 900px) and (orientation:portrait),
	(min-resolution: 2.0dppx) and (max-width: 1200px) and (orientation:portrait),
	(min-resolution: 2.5dppx) and (max-width: 1500px) and (orientation:portrait),
	(min-resolution: 3.0dppx) and (max-width: 1800px) and (orientation:portrait)
  {	
	a.acco_button{
		float: none;
		width: 50%;
		border-top: 0px solid white;
	}
}
@media (max-width: 500px),
	(-webkit-min-device-pixel-ratio: 1.5) and (max-width: 750px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2) and (max-width: 1000px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2.5) and (max-width: 1250px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 3) and (max-width: 1500px) and (orientation:portrait),
	(min-resolution: 1.5dppx) and (max-width: 750px) and (orientation:portrait),
	(min-resolution: 2.0dppx) and (max-width: 1000px) and (orientation:portrait),
	(min-resolution: 2.5dppx) and (max-width: 1250px) and (orientation:portrait),
	(min-resolution: 3.0dppx) and (max-width: 1500px) and (orientation:portrait)
  {	
	a.acco_button{
		float: none;
		width: 100%;
		margin: 5px 0px 0px 0px;
	}
}
a.acco_button:hover{
	border-top: 10px solid #00778D !important;
	background: #00778D;
	text-decoration: none;
}
@media (max-width: 600px),
	(-webkit-min-device-pixel-ratio: 1.5) and (max-width: 900px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2) and (max-width: 1200px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2.5) and (max-width: 1500px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 3) and (max-width: 1800px) and (orientation:portrait),
	(min-resolution: 1.5dppx) and (max-width: 900px) and (orientation:portrait),
	(min-resolution: 2.0dppx) and (max-width: 1200px) and (orientation:portrait),
	(min-resolution: 2.5dppx) and (max-width: 1500px) and (orientation:portrait),
	(min-resolution: 3.0dppx) and (max-width: 1800px) and (orientation:portrait)
  {	
	a.acco_button:hover{
		border-top: 0px !important;
	}
}
a.acco_button_active{
	border-top: 10px solid #00778D !important;
	background: #00778D;
}
@media (max-width: 600px),
	(-webkit-min-device-pixel-ratio: 1.5) and (max-width: 900px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2) and (max-width: 1200px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2.5) and (max-width: 1500px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 3) and (max-width: 1800px) and (orientation:portrait),
	(min-resolution: 1.5dppx) and (max-width: 900px) and (orientation:portrait),
	(min-resolution: 2.0dppx) and (max-width: 1200px) and (orientation:portrait),
	(min-resolution: 2.5dppx) and (max-width: 1500px) and (orientation:portrait),
	(min-resolution: 3.0dppx) and (max-width: 1800px) and (orientation:portrait)
  {	
	a.acco_button_active{
		border-top: 0px !important;
	}
}

.acco_dist{
	padding: 0px 50px 0px 50px;
}
@media (max-width: 900px),
	(-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1350px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2) and (max-width: 1800px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2.5) and (max-width: 2250px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 3) and (max-width: 2700px) and (orientation:portrait),
	(min-resolution: 1.5dppx) and (max-width: 1350px) and (orientation:portrait),
	(min-resolution: 2.0dppx) and (max-width: 1800px) and (orientation:portrait),
	(min-resolution: 2.5dppx) and (max-width: 2250px) and (orientation:portrait),
	(min-resolution: 3.0dppx) and (max-width: 2700px) and (orientation:portrait)
  {	
	.acco_dist{
		padding: 0px 10px 0px 10px;
	}
}
div#acco_details_col1{
	position: relative;	
	width: 67%;
	float: left;
	margin-bottom: 20px;
}
@media (max-width: 900px),
	(-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1350px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2) and (max-width: 1800px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2.5) and (max-width: 2250px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 3) and (max-width: 2700px) and (orientation:portrait),
	(min-resolution: 1.5dppx) and (max-width: 1350px) and (orientation:portrait),
	(min-resolution: 2.0dppx) and (max-width: 1800px) and (orientation:portrait),
	(min-resolution: 2.5dppx) and (max-width: 2250px) and (orientation:portrait),
	(min-resolution: 3.0dppx) and (max-width: 2700px) and (orientation:portrait)
  {	
	div#acco_details_col1{
		width: 100%;
		float: none;
	}
}
div#acco_details_col1 h2{
	text-align: left;
	padding: 0px;
}
div#acco_details_col2{
	position: relative;	
	width: 30%;
	float: right;
	margin-bottom: 20px;
}
@media (max-width: 900px),
	(-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1350px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2) and (max-width: 1800px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2.5) and (max-width: 2250px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 3) and (max-width: 2700px) and (orientation:portrait),
	(min-resolution: 1.5dppx) and (max-width: 1350px) and (orientation:portrait),
	(min-resolution: 2.0dppx) and (max-width: 1800px) and (orientation:portrait),
	(min-resolution: 2.5dppx) and (max-width: 2250px) and (orientation:portrait),
	(min-resolution: 3.0dppx) and (max-width: 2700px) and (orientation:portrait)
  {	
	div#acco_details_col2{
		width: 100%;
		float: none;
	}
}

div#acco_map{	
	height: 350px;
	z-index:1;
}
div#acco_details_newsblock{
	padding: 20px;
	background: #EEE;
	-moz-box-shadow: 8px 8px 10px 0px #666;
	 -webkit-box-shadow: 8px 8px 10px 0px #666;
	 box-shadow: 8px 8px 10px 0px #666;
	margin: 0px 0px 30px 0px;
}
div#acco_details_sonderangebote{
	padding: 20px;
	background: #EEE;
	-moz-box-shadow: 8px 8px 10px 0px #666;
	 -webkit-box-shadow: 8px 8px 10px 0px #666;
	 box-shadow: 8px 8px 10px 0px #666;
	margin: 30px 0px 30px 0px;
}
div#acco_adress{
	position: relative;
	background: #EEE;
}
div.acco_adress_box{
	padding: 10px;		
}
div.acco_adress_box a{
	color: #666 !important;
	background: transparent !important;
}
div.acco_details_reservierung{
	border-top: 20px solid white;
}
div.acco_adress_box_links a{
	display: block;
	background: #666 !important;
	color: white !important;
	padding: 3px;
	text-align: center;
	width: 48%;
	margin: 10px 1% 0px 1%;
	float: left;
	box-sizing: border-box;	
}
div#acco_adress a:hover{
	background: #DA251D;
	text-decoration: none;
}


div#acco_details_image{
	position: relative;
	width: 300px;		
	float: left;
	margin: 0px 20px 20px 0px;
}
@media (max-width: 900px),
	(-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1350px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2) and (max-width: 1800px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2.5) and (max-width: 2250px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 3) and (max-width: 2700px) and (orientation:portrait),
	(min-resolution: 1.5dppx) and (max-width: 1350px) and (orientation:portrait),
	(min-resolution: 2.0dppx) and (max-width: 1800px) and (orientation:portrait),
	(min-resolution: 2.5dppx) and (max-width: 2250px) and (orientation:portrait),
	(min-resolution: 3.0dppx) and (max-width: 2700px) and (orientation:portrait)
  {	
	div#acco_details_image{
		width: 30%;			
	}
}
@media (max-width: 600px),
	(-webkit-min-device-pixel-ratio: 1.5) and (max-width: 900px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2) and (max-width: 1200px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2.5) and (max-width: 1500px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 3) and (max-width: 1800px) and (orientation:portrait),
	(min-resolution: 1.5dppx) and (max-width: 900px) and (orientation:portrait),
	(min-resolution: 2.0dppx) and (max-width: 1200px) and (orientation:portrait),
	(min-resolution: 2.5dppx) and (max-width: 1500px) and (orientation:portrait),
	(min-resolution: 3.0dppx) and (max-width: 1800px) and (orientation:portrait)
  {	
	div#acco_details_image{
		width: 80%;			
		float: none;
	}
}
@media (max-width: 500px),
	(-webkit-min-device-pixel-ratio: 1.5) and (max-width: 750px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2) and (max-width: 1000px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2.5) and (max-width: 1250px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 3) and (max-width: 1500px) and (orientation:portrait),
	(min-resolution: 1.5dppx) and (max-width: 750px) and (orientation:portrait),
	(min-resolution: 2.0dppx) and (max-width: 1000px) and (orientation:portrait),
	(min-resolution: 2.5dppx) and (max-width: 1250px) and (orientation:portrait),
	(min-resolution: 3.0dppx) and (max-width: 1500px) and (orientation:portrait)
  {	
	div#acco_details_image{
		width: 100%;			
		float: none;
	}
}
div#acco_details_image img{
	-moz-box-shadow: 8px 8px 10px 0px #666;
	 -webkit-box-shadow: 8px 8px 10px 0px #666;
	 box-shadow: 8px 8px 10px 0px #666;		
}
@media (max-width: 900px),
	(-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1350px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2) and (max-width: 1800px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2.5) and (max-width: 2250px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 3) and (max-width: 2700px) and (orientation:portrait),
	(min-resolution: 1.5dppx) and (max-width: 1350px) and (orientation:portrait),
	(min-resolution: 2.0dppx) and (max-width: 1800px) and (orientation:portrait),
	(min-resolution: 2.5dppx) and (max-width: 2250px) and (orientation:portrait),
	(min-resolution: 3.0dppx) and (max-width: 2700px) and (orientation:portrait)
  {	
	div#acco_details_image img{
		width: 100%;			
		height: auto;
	}
}



div.acco_preisbox{
	margin-top: 20px;
	-moz-box-shadow: 8px 8px 10px 0px #666;
	 -webkit-box-shadow: 8px 8px 10px 0px #666;
	 box-shadow: 8px 8px 10px 0px #666;
	 background: #EEE;
}
div.acco_preisbox h2{
	background: #00778D;
	color: white;
	padding: 10px !important;
	margin: 0px;
}
div.acco_preisbox_zusatz{
	padding: 10px 20px 10px 20px;
}
table.acco_preisblock{
	width: 100%;	
	border-spacing: 3px;	
}
table.acco_preisblock td{
	vertical-align: top;
	background: #DDD;
	padding: 5px;
}
table.acco_preisblock tr td:nth-child(1){
	text-align: left;
	background: #CCC;
}
table.acco_preisblock tr td:nth-child(2){
	text-align: right;
}
table.acco_preisblock td:empty{
	background: transparent !important;
}

@media (max-width: 600px),
	(-webkit-min-device-pixel-ratio: 1.5) and (max-width: 900px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2) and (max-width: 1200px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2.5) and (max-width: 1500px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 3) and (max-width: 1800px) and (orientation:portrait),
	(min-resolution: 1.5dppx) and (max-width: 900px) and (orientation:portrait),
	(min-resolution: 2.0dppx) and (max-width: 1200px) and (orientation:portrait),
	(min-resolution: 2.5dppx) and (max-width: 1500px) and (orientation:portrait),
	(min-resolution: 3.0dppx) and (max-width: 1800px) and (orientation:portrait)
 {
	table.acco_preisblock, table.acco_preisblock td, table.acco_preisblock tr, table.acco_preisblock th, table.acco_preisblock tbody{
		width: 100%;	
		display: block;
		box-sizing: border-box;
	}	
	table.acco_preisblock td{
		text-align: left !important;
	}
	table.acco_preisblock td:nth-child(2){
		font-weight: bold;
	}
	table.acco_preisblock tr{
		margin-bottom: 10px;
	}
}


div.acco_searchbox_title{
	background:#00778D;
	color: white;
	padding: 10px;
	text-transform: uppercase;
	font-weight: bold;
}
div.acco_searchbox{
	padding: 10px;
	background: #EEE;
	margin-bottom: 20px;
}
div.acco_searchbox select{
	margin-right: 5px;
}	
input.acco_searchbox_submit{
	margin-top: 10px;
	padding:6px 50px 6px 50px;
	cursor:pointer;
	background:#00778D;
	color: white;
	border:1px solid #666666;
 	border-radius:2px;
	-moz-border-radius:2px; 
	-webkit-border-radius:2px; 
}
input.acco_searchbox_submit:hover{
	background:#666666;
	color:#dbf6ff;
}


span.f_kalender_frei  {
	color: white;
	background:green;
}
span.f_kalender_belegt{
	color: white;
	background:red;
}
span.f_kalender_misch{
	color: black;
	background:yellow;
}

table.acco_calendar{
	width: 100%;
	border-collapse: separate;
	border-spacing: 2px;
	background: #EEE;	
}
table.acco_calendar th{
	background: #00778D;
	color: white; 
	font-weight: bold;
	padding: 5px;
}
table.acco_calendar th a{
	color: white;
}

td.f_kalender_frei{
	color: black;
	background:green;
	}
td.f_kalender_belegt{
	color: black;
	background:red;
	}
td.f_kalender_misch{
	color: black;
	background: yellow;
	}
td.f_kalender_alt{
	color: black;
	background:#BBBBBB;
	}
td.f_kalender_title{
	color: black;	
}



div.acco_angebote{}}
div.acco_angebot{}
div.acco_angebot_title{
	margin-bottom: 2px;
}
div.acco_angebot_title a{
	display: block;
	background: #757575;
	color: white;
	padding: 5px;
}
div.acco_angebot_title a:hover{
	text-decoration: underline;
}
div.acco_angebot_content{ 
	display: none; 
	background: #EEE;
	padding: 10px;
}







div.acco_searchbox_col{
	position: relative;
	width: 33.33%;	
	float: left;
	padding: 10px;
	box-sizing: border-box;	
}
@media (max-width: 950px),
	(-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1425px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2) and (max-width: 1900px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2.5) and (max-width: 2375px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 3) and (max-width: 2850px) and (orientation:portrait),
	(min-resolution: 1.5dppx) and (max-width: 1425px) and (orientation:portrait),
	(min-resolution: 2.0dppx) and (max-width: 1900px) and (orientation:portrait),
	(min-resolution: 2.5dppx) and (max-width: 2375px) and (orientation:portrait),
	(min-resolution: 3.0dppx) and (max-width: 2850px) and (orientation:portrait)
 {
	div.acco_searchbox_col:nth-child(3){
		clear: both;
	}
	div.acco_searchbox_col{
		width: 50%;
	}
}
@media (max-width: 650px),
	(-webkit-min-device-pixel-ratio: 1.5) and (max-width: 975px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2) and (max-width: 1300px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2.5) and (max-width: 1625px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 3) and (max-width: 1950px) and (orientation:portrait),
	(min-resolution: 1.5dppx) and (max-width: 975px) and (orientation:portrait),
	(min-resolution: 2.0dppx) and (max-width: 1300px) and (orientation:portrait),
	(min-resolution: 2.5dppx) and (max-width: 1625px) and (orientation:portrait),
	(min-resolution: 3.0dppx) and (max-width: 1950px) and (orientation:portrait)
 {
	div.acco_searchbox_col{
		width: 100%;
		float: none;
	}
}
div.acco_big_picto_col{
	float: left;
	width: 25%;
}
@media (max-width: 1150px),
	(-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1725px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2) and (max-width: 2300px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2.5) and (max-width: 2875px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 3) and (max-width: 3450px) and (orientation:portrait),
	(min-resolution: 1.5dppx) and (max-width: 1725px) and (orientation:portrait),
	(min-resolution: 2.0dppx) and (max-width: 2300px) and (orientation:portrait),
	(min-resolution: 2.5dppx) and (max-width: 2875px) and (orientation:portrait),
	(min-resolution: 3.0dppx) and (max-width: 3450px) and (orientation:portrait)
 {
	div.acco_big_picto_col{
		width: 33.33%;
	}
}
@media (max-width: 950px),
	(-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1425px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2) and (max-width: 1900px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2.5) and (max-width: 2375px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 3) and (max-width: 2850px) and (orientation:portrait),
	(min-resolution: 1.5dppx) and (max-width: 1425px) and (orientation:portrait),
	(min-resolution: 2.0dppx) and (max-width: 1900px) and (orientation:portrait),
	(min-resolution: 2.5dppx) and (max-width: 2375px) and (orientation:portrait),
	(min-resolution: 3.0dppx) and (max-width: 2850px) and (orientation:portrait)
 {
	div.acco_big_picto_col{
		width: 50%;
	}
}
@media (max-width: 650px),
	(-webkit-min-device-pixel-ratio: 1.5) and (max-width: 975px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2) and (max-width: 1300px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2.5) and (max-width: 1625px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 3) and (max-width: 1950px) and (orientation:portrait),
	(min-resolution: 1.5dppx) and (max-width: 975px) and (orientation:portrait),
	(min-resolution: 2.0dppx) and (max-width: 1300px) and (orientation:portrait),
	(min-resolution: 2.5dppx) and (max-width: 1625px) and (orientation:portrait),
	(min-resolution: 3.0dppx) and (max-width: 1950px) and (orientation:portrait)
 {
	div.acco_big_picto_col{
		width: 100%;
		float: none;
	}
}
@media (max-width: 400px),
	(-webkit-min-device-pixel-ratio: 1.5) and (max-width: 600px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2) and (max-width: 800px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2.5) and (max-width: 1000px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 3) and (max-width: 1200px) and (orientation:portrait),
	(min-resolution: 1.5dppx) and (max-width: 600px) and (orientation:portrait),
	(min-resolution: 2.0dppx) and (max-width: 800px) and (orientation:portrait),
	(min-resolution: 2.5dppx) and (max-width: 1000px) and (orientation:portrait),
	(min-resolution: 3.0dppx) and (max-width: 1200px) and (orientation:portrait)
 {
	span.acco_mobile_break{
		display: block;
	}
}
div.acco_big_search{	
	background: #EEE;
	padding: 10px;
}
div.acco_big_search_title{
	font-weight: bold;
}
div#freetime{
	display: none;
	padding-left: 30px;
}
div#persons{
	display: none;
}

input.acco_search_submit{
	width: 100%;
	box-sizing: border-box;
	margin-top: 10px;
	padding:6px 50px 6px 50px;
	cursor:pointer;
	background:#DA251D;
	color: white;
	border: 0px;
 	border-radius:2px;
	-moz-border-radius:2px; 
	-webkit-border-radius:2px; 
}
input.acco_search_submit:hover{
	background:#00778D;
	color:#dbf6ff;
}
select.full_width{
	width: 100%;
	overflow: hidden;
}