/* Navigation */
/*
#subpage_header_nav {
	display : none;
}
*/

#banner_article {
    min-height : 150px;
    
}

#banner_article header {
	overflow : hidden;
	background-color : #749083;
	color : white;
	padding-bottom : 0px;
	margin-bottom : 20px;
}

/* AUSTRIAN See ARTICLE_WITH_BANNER_THUMBNAIL */

figure {
	width : 390px;
	float : left;
}

#banner_article header aside {
	width : 54%;
	float : right;
	margin : 20px;
}

#banner_article header aside h2 {
	font-size : 1.8em;
	font-weight : bold;
	margin-bottom : 10px;
}


#banner_article header aside p {
	padding : 0;
	margin : 0;
	font-size: 1.7em;
	line-height: 1.2em;
	padding: 0;
	border : none;
}

#banner_article header img {
	float : left;
}

#banner_article>article {
	margin : 0;
}

@media only screen and (min-width :300px) and (max-width : 1000px) {

	body>header {
		background:  none;
		height : 136px;
	}
	
	main	nav	 {
		display : none;
	}
/*	
	#subpage_header_nav {
		display : block;
	}
	
	#subpage_header_nav  li {
		margin : 0 0 2px 0;
	}
	
	#subpage_header_nav li a {
		padding : 8px;
    	background-color : #cadbe5;
		text-decoration : none;
		display : block;
		color : #626c71;
	}	
	#subpage_header_nav li a.main_h {
    	background-color : #42A6BD;
    	color : white;
	}
	
	#subpage_header_nav li a.hilight {
		font-weight : bold;
	}
	
	#subpage_header_nav li a:hover {
    	background-color : #3fe8ea;
	}
*/
	body>header h1 {
		width : 92% !important;
		padding : 20px 4% 0 4%;
		font-size : 1.8em;
		line-height : 1.2em;
		background : url(/resources/images/bird-banner.png) no-repeat right 0;
		background-size : auto 110px;
		background-color : #D5DCD9;
		height : 90px;
	}
	
	
	#banner_article header {
	}
	
	figure {
		width : 100%;
	}
	
	#banner_article header aside {
		width : 94%;
		float : left;
		margin : 3%;
	}
	
	#banner_article header aside h2 {
		font-size : 1.7em;
		margin-bottom : 10px;
	}
	
	
	#banner_article header aside p {
		font-size: 1.5em;
	}
	

	
}


