
/* Landscape phone to portrait tablet */
@media (max-width: 768px) { 

.hidden-phone { 
	display: none !important; 
	visibility: hidden;
	}
.logo { 
	text-align:center;
	float:none !important;
	margin:0 !important;
	padding:0 !important;
	}
.logo img {
	max-width:100%;
	}

.left-wrapper {
   position:relative!important;
   width:100%!important;
   height:auto!important;
   background:url(../images/left-bg.gif);
   padding:0!important;
   min-height:1px!important ;

}
.center-wrapper {
	padding:0!important;
	height:auto !important; /* Important Regel für moderne Browser */
	background:#fff!important;
	width:100%!important;
	box-shadow:0!important;
}

.container {
	width: 98%!important; 
	margin: auto;
}
#suckerfish { 
	display:block; 
	width:100%; 
	text-align:center; 
	padding:0 0 20px 0;
	}
#suckerfish select { 
	display:block; 
	width:90%; 
	margin:0 auto
	}
}