/*Responsive - Media Queries*/
.responsivemenu {
  display: none;
}
.topbar_responsive{
	display:none;
}
@media screen and (max-width: 350px) {
	.header_searchbox input.searchbox_submit{
		display:none;
	}
}

@media screen and (max-width: 479px) {
 /* iPhone Portrait width: 320px */
	html{
		min-width:320px;
	}
}
/*Design abhängig*/
/*@media screen and (max-width:1249px){
}*/
/*Sonstiges*/
/*@media screen and (max-width:1185px){

}
@media screen and (max-width:1115px){

}
@media screen and (max-width:1070px){

}
@media screen and (max-width:1025px){	

}*/
@media screen and (max-width:990px){
article,.content_rightside2{ width:100%;}
.content_leftside2{ width:100%; float:none;}
.content_leftside2 .content_sidebar_content_type1{ padding:2% 0;}
.wrapper,.wrapper_in,footer{ min-width:320px;}
}
@media screen and (max-width:915px){

}
@media screen and (max-width:860px){
.darkbody .content_sidebar_header_type1 span.tabtitle{ padding-bottom:4%;}
.content_mmodb_details_ratingcontainer div.ratingsubmit{ width:auto;}
.content_mmodb_details_ratingcontainer div.ratingbox{ width:85%;}
.content_mmodb_detailstable_info_box-cover{ padding:3% 3% 0}
.content_mmodb_detailstable_info_box{ float:none; width:auto; padding:0% 0 0% 3% !important; display:block;}
.content_mmodb_detailstable_table{ display:block;}
.content_mmodb_detailstable_info_txt-system{padding:0% 0 3% 3% !important;}
}
@media screen and (max-width:770px){
.fluidboxed .titlebox a{font-size:11px; line-height:11px;}
.accordionhalfleft,.accordionhalfright{ float:none; width:100%;}
.content_wiki_content{ width:100%; float:none;}
.content_wiki_navigation{width:100%; float:none;}
}
@media screen and (max-width:700px){
.content h1{font-size:1.4em;}
.fluidboxed.bigone .titlebox a{font-size:2em;}
footer .floatleft,
footer .floatright{
	float:none;
	width:100%;
	text-align:center;
}
.content_mmodb_details_ratingcontainer div.ratingbox{ width:80%;}
div.star-rating a{font-size:11px;}
.darkbody .content_sidebar_header_type1 span.tabtitle {padding-bottom: 3%;padding-top: 2%;}
}
@media screen and (max-width:520px){
.fluidboxed.bigone .titlebox a{font-size:1.4em;}
.content_mmodb_details_ratingcontainer div.ratingbox{ width:70%;}
.darkbody .content_sidebar_header_type1 span.tabtitle {padding-bottom: 4%;padding-top: 4%;}
.ratingnumber{font-size:1.8em;}
.content_newspage_news_content_mmodetails a{font-size:0.8em}
.content_sidebar_content_type1_body,.content_sidebar_content_type1_newspic{ width:100%;}
.content_sidebar_content_type1_header a h2 span{ padding-top:2%;}
}
/*@media screen and (max-width:768px){
.navigationnew a{
	display:none;
}	
.navigationnew .responsivemenu {
  display: inline;
}	
.navigationnew .responsivemenu a{
	display:block; 
	float:left; padding: 13px 10px 8px; width:100%; color:#fff; text-decoration:none; font-size:12px; text-transform:uppercase; font-weight:bold;
}
.navigationnew .responsivemenu input {
  display: none;
}
.navigationnew .responsivemenu label,
.navigationnew .responsivemenu ul {
}
.navigationnew .responsivemenu label {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 35px;
  padding: 11px;
  transition: all .15s ease;
}
.navigationnew .responsivemenu label:hover {
  color: #ff7b29;
}
.navigationnew .responsivemenu input:checked + label {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #9799a7;
}
.navigationnew .responsivemenu nav {
  max-height: 0;
  overflow: hidden;
  transition: all .15s ease;
}
.navigationnew .responsivemenu input:checked ~ nav {
  max-height: 500px;
	background:url("images/pattern.jpg") repeat scroll 0 0 #424242;
}
.navigationnew .responsivemenu ul {
  list-style: none;
  margin: 8px 0 0 0;
  width: 150px;
}
.navigationnew .responsivemenu li {}
.navigationnew .responsivemenu li:last-child {
  border-bottom: 0;
}
}
@media screen and (max-width:715px){
.topbar{
	display:none;
}
.topbar_responsive{
	display:inline;
}
.topbar_responsive { font-size:10px; background:url(images/userlogin.png) no-repeat 0px 1px; padding-left:25px;  margin:11px 0 0 255px;position: absolute; }
.topbar_responsive a{ font-size:10px; color:#ff6600; font-weight:bold; text-decoration:none;}
}
@media screen and (max-width:415px){
.topbar_responsive { background:none; padding-left:0;}
}



/*Weniger als 1024px - iPad Querformat*/
@media screen and (max-width:1024px){

}

/*Weniger als 768px - iPad Hochformat*/
@media screen and (max-width:768px){

}*/