
@media screen {
	#submenu {min-height:20px;}
	#featured {margin:0 0 20px;}
	#bottom {display:block;padding:20px 0;}	
}

@media screen and (min-width: 768px) and (max-width: 979px)  {
	#header {background:#e3e3e3}
	#header .row-nav {margin-top: 100px; }
	.form-search .search-query, .form-subscription .search-query { width:152px; }
	
	.logo-home img {display:inline; position:absolute; top:-90px; left:27%;}
	.logo-mobile img {display:none;}
}

@media screen and (min-width: 768px) {
	h1 {display:none;}
}



@media (min-width: 200px) and (max-width: 767px) {
	
	body {background:#f2f2f2;}
	
	#header .link-login td {}
	#header .link-login td.login-left { /*Home*/ }
	#header .link-login td.login-middle { width:60px;}
	#header .link-login td.login-right {}
	
	
	#header .logo-mobile img {display:none;}
	#header .row-nav {display:inline; height:100px;}
	#header .top-menu {display:none;}
	#header .logo-home img { display:inline; top:60px; padding-left:30px;  }
		
	#header .row-top .link-login td.login-left {padding:15px 5px 17px 5px;}		
    #header .row-top .link-login td.login-middle {display:block; text-align:left; line-height: 14px; padding:10px 5px 0 0;}
    #header .row-top .link-login td.login-right {text-align:left; padding:0 5px 0 13px;}
	
	#featured {margin-top:150px;}
	
	/*für NEWS auf HOME wichtig */
	#mobile-news-list-home.hide-on-screen { display:block; }	
	
	/* Headline NEWS */
	h1 {
		text-align: center;
		margin-top: -30px;
		padding: 4px 0;
		margin-bottom: -2px;
		font-size: 20px;
		font-weight: 600;
	}

@media (min-width: 481px) and (max-width: 767px) { 
	
	#header .logo-home img { padding-left:160px; }
	#featured {margin-top:130px;}
	
	h1 { margin-top: -50px; }
}