/*<style> (only for code formatting)*/
@media only screen and (min-width: 1156px){
	
	/*
	MAIN NAVIGATION
	*/
	
    body {
    	margin-top:128px;
    }
    
	header {
		position:fixed;
        height:88px !important;
		z-index:1024;
	}
	
	header #logo {
		position:absolute;
        bottom:8px;
        left:128px;
	}
	
	header ul {
		list-style:none;
		margin:0;
		padding:0;
        position:absolute;
        bottom:6px;
        right:128px;
	}
	
	header ul li {
		display:inline;
		margin-right:16px;
		padding:8px;
	}
	
	header ul li.active,
	header ul li.active-parent {
		background:#fff;	
		border-top-left-radius:8px;
		border-top-right-radius:8px;
	}
	
	header ul li.active a, header ul li.active a:visited,
	header ul li.active-parent a, header ul li.active-parent a:visited{
		color:#3e4975;	
	}
	
    
    /*
    SUBNAVIGATION
    */
	
	nav {
		position:fixed;
		top:88px;
		z-index:1023;
	}
	
	nav ul {
		list-style:none;
		margin:0;
		padding:0;
		background-color:white;
        /*bottom:8px;
        right:16px;*/
	}
	
	nav.l ul {
		border-left:2px solid #3e4975;
		border-bottom:2px solid #3e4975;
		border-bottom-left-radius:8px;
	}
	nav.l li {
		margin-left:8px;
	}
	
	nav.r ul {
		border-right:2px solid #3e4975;
		border-bottom:2px solid #3e4975;
		border-bottom-right-radius:8px;
	}
	nav.r li {
		margin-right:8px;
		margin-left:24px;
	}
	
	nav ul li {
		display:inline-block;
		margin-right:32px;
		margin-top:16px;
		margin-bottom:8px;
	}
	
	nav a, nav a:visited {
		color:#3e4975;
		text-decoration:none;
	}
	
	nav a:hover, nav li.active a {
		color:#000;	
		text-shadow: 0px 0px 2px #000;
	}
	
	/*
	THE CONTAINER
	*/
	section {
		padding:32px 128px 0;
	}
	
	
	/*
	FOOTER
	*/
	
	footer {
		background:#404045;
		color:#fff;
		height:156px;
		padding:16px 128px;	
		margin-top:32px;
		font-size:80%;
		clear:both;
	}
	
	footer > ul {
		display:inline-block;
		vertical-align:top;
		width:80%;
	}
	
	footer ul,
	footer li {
		padding:0;
		margin:0;
		list-style:none;
	}
	
	footer > ul > li {
		display:inline-block;
		vertical-align:top;
		width:14%;
		font-weight:bold;
	}

	footer ul ul {
		font-weight:normal !important;
	}
	
	footer #address {
		display:inline-block;
		vertical-align:top;
		overflow:visible;
		border-left:1px solid #fff;
		padding-left:32px;
		margin-left:-32px;
		white-space:nowrap;
		width:auto;
		height:160px;
	}
	
	footer a, footer a:visited {
		color:#fff !important;
		text-decoration:none;	
	}
	
	footer a:hover {
		text-decoration:underline;	
	}
	
	/*
	BACKDROP
	*/
	
	#backdrop {
		background-size:cover !important;
		position:fixed;
		z-index:-1;
		top:0;
		left:0;
		width:100%;
		height:100%;
		background:#3e4975;
	}
	
	
	/*
	HEADINGS
	*/
	
	h1 {
		font-size:2em;
		line-height:1.2em;
	}
	
	h2 {
		
	}
	
	h3 {
		
	}
	
	h4 {
		
	}
	
	h5 {
		
	}
	
	h6 {
		
	}
	
	
	/*
	HYPERLINKS
	*/
	
	a,a:visited {
		color:#404045;	
	}
	a:hover, a.active {
		color:#3e4975;	
	}	
	
	/*
	COLUMNS
	*/
	
	.sector1 {
		display:block;
		width:100%;
	}
	
	.sector2 {
		display:inline-block;
		vertical-align:top;
		width:calc(50% - 36px);
		margin-right:32px;
	}
	
	.newsimage {
		display:inline-block;
		vertical-align:top;
		width:calc(66% - 36px);
		margin-right:32px;
	}
	
	.sector3 {
		display:inline-block;
		vertical-align:top;
		width:calc(33% - 32px);
		margin-right:32px;
	}
	
	.sector4, .galleryimg {
		display:inline-block;
		vertical-align:top;
		width:calc(25% - 32px);
		margin-right:32px;
	}
	
	.ansprechperson {
		margin-top:0;
		margin-right:1em;
		width:192px;
		height:128px;
		float:left;
	}
	
	.sector3 .ansprechperson {
		margin-top:0;
		margin-right:1em;
		width:128px;
		height:96px;
		float:left;
	}
	
	/*Screen-Specific*/
	.screenhide {
		display:none;	
	}
	
	.screenfloat {
		float:left;
		margin-right:24px;		
	}
	
	
}