
body {
	background: #044359;
	font-family: 'Open sans', sans-serif;
	font-size: 100.01%;
	color: #333;
}

#stage {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 1200px;
	background-image: url(../img/bg_head.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0 auto;	
	padding: 100px 0 0 0;
}

img {
	border: 0;
	vertical-align: top;
}

/* logo */

#logo {
	position: absolute;
	top: 10px;
	left: 20px;
	z-index: 1100;
	width: 200px;
	height: auto;
}

#logo img {
	width: 100%;
	height: auto;
}
	

/* adresse */

#adresse {
	position: absolute;
	top: 200px;
	left: 0;
	width: 258px; /*css hover auto;*/
	height: auto;
	color: #fff;
	z-index: 900;
	overflow: hidden;
}
/* css hover
#adresse address {
	margin-left: -200px;
}

#adresse:hover {
	width: 258px;	
}

#adresse:hover address {
	margin-left: 0;
}
*/
address {
	background: #044359;
	position: relative;
	top: 0;
	left: 0;
	font-size: 0.85em;
	font-style: normal;
	width: 100%;
	padding: 20px 5px 20px 20px;
}
address a {
	text-decoration: none;
	color: #fff;
}

address a:hover {
	text-decoration: underline;
}

address span {
	display: block;
	/*width: 220px;*/
	width: auto;
	margin: 0;
	padding: 0 0 5px 25px;
	text-indent: 0;
}

address i {
	font-style: normal;
	padding-right: 9px;
	float: right;
}

/*  home */

body.home #logo {
	top: 40px;
	left: 40px;
	width: 258px;
}

body.home #adresse {
	left: 40px;	
	top: 135px;
}

body.home address {
	padding: 120px 20px 20px 20px;
}

body.home address span {
	text-indent: -12px;
}

body.home address i {
	float: none;
}


/* navi */


nav {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	text-align: right;
	z-index: 1000;
}

#togglemenue {
	display: none;
	font-size: 2em;
	color: #000;
	padding: 10px 25px;
}

#togglemenue:hover {
	color: #044359;
	background: #fff;
}

nav ul {
	margin: 0 20px 0 300px;
	padding: 0;
	float: right;
}


nav ul li {
	position: relative; 
	top: 0; 
	left: 0;
	float: left;
	display: inline;
}


nav ul a {
	display: block;
	float: left;
	font-size: 0.95em;
	line-height: 3.9em;
	text-decoration: none;
	color: #044359;
	background: #fff;
	padding: 0 20px 0 15px;
	text-transform: uppercase;
}

nav li ul.pulldown {
	position: absolute;
	top: -999px;
	left: 0;
	margin: 0;
	padding: 0;
	z-index: 1000;
	float: none;
	text-align: left;
}


nav li:hover ul.pulldown {
	top: 52px;
}


nav ul.pulldown li {
	float: none;
	display: inline;
}

nav ul.pulldown a {
	display: block;
	float: none;
	line-height: 3.1em;
	min-width: 150px;
	/*
	color: #333;
	background: #e1e6e3;
	*/
	padding: 0 20px 0 15px;
	border-bottom: 1px solid #fff;
	text-transform: none;
}

nav ul.pulldown a:hover {
	/*
	color: #044359;
	background: #fff;
	*/
}

nav i.fa {
	font-size: 0.7em;
	line-height: 1em;
	margin-left: 5px;
	vertical-align: middle;
}

nav a:hover, nav a.act {
	color: #fff;
	background: #044359;
}

p.navsublabel {
	display: none;
}


#navsub {
	margin: 70px 0 0 0;
}

#navsub, #navsub ul {
	padding:0;
}

#navsub li {
	display: inline;
	list-style: none;
}

#navsub li a {
		display: block;
		width: auto;
		color: #000;
		background-color: #e1e6e3;
		background-image: none;
		margin: 0 0 1px 0;
		border-left: 7px solid #a5b0ac;
		text-decoration: none;
		padding: 15px;
		text-transform: uppercase;
}
#navsub ul li a {
		text-transform: none;
		padding: 15px 15px 15px 25px;
		
}

#navsub li a.active, #navsub li a:hover {
		background-image: url(../img/subact.gif);
		background-position: 0 19px;
		background-repeat: no-repeat;
		border-left: 7px solid #044359;
		background-color: #fff;
}

#navsub li.active a {
		border-left: 7px solid #044359;
		background-color: #fff;
}

#navsub li a.active {
}

#visual {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	background-position: cover;
}

#visual img {
	width: 100%;
	height: auto;
	margin: 0;
}


#visual img.vis {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}
#visual #vis0 {
	display: block;
}

#path {
	width: 100%;
	color: #fff;
	font-size: 0.8em;
	padding: 5px 30px;
	background: #a5b0ac;
}

#path a {
	color: #fff;
	text-decoration: none;
}

/* content */

main {
	background: #f1f0ef;
	padding: 20px 0;
}

main img {
	width: 100%;
	height: auto;
}
						
.news span {
	display: inline-block;
	color: #a5b0ac;
	font-style: italic;
	margin: 15px 0 0 0;
	font-size: 0.8em;
}
						
.news p {
	margin-top: 0;
}						
.news a {
	font-weight: bold;
	text-decoration: none;
	color: #044359;
}

.news a:hover {
	text-decoration: underline;
}

h1, h2 {
	font-family: 'Merriweather', serif;
}

h1 {
	color: #044359;
	font-size: 1.6em;
	font-weight: normal;
}

h1 i.fa {
	font-size: 1.4em;
	padding-right: 5px;
}

h2 {
	font-size: 1em;	
	font-weight: normal;
}

p, ul, td, th {
	font-size: 0.9em;	
}

main a {
	color: #044359;
}
/* footer */

footer {
	padding-top:10px;
	width: 100%;
	background: url(../img/bg_foot.jpg);
	background-size: cover;
}

footer p {
	color: #a5b0ac;
	padding: 100px 0 20px 30px;
}
footer a {
	text-decoration: none;
	color: #a5b0ac;
}

footer a:hover {
	text-decoration: underline;
}

/* sonstige */
.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
	width: 0;
	height: 0;
	
}

.clearfix:after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0px;
}


@media all and (max-width: 900px) {/* md */

#stage {
	padding-top: 0;
}
body.home #logo, body #logo {
	top: 5px;
	left: 5px;
	width: 30%;
}

body.home #adresse, body #adresse {
	top: 150px;
	left: 0;
}

body.home address {
	padding: 40px 0 20px 20px;
}

body.home address span {
	text-indent: 0;
	width: auto;
}

body.home address i {
	float: right;
}


nav ul {
	margin: 0;
	margin: 0 20px 0 258px;
	padding: 0;
	float: right;
}



#navsub li a {
		border-left: 5px solid #a5b0ac;
		padding: 10px;
}
#navsub ul li a {
		text-transform: none;
		padding: 10px 10px 10px 15px;
		
}

#navsub li a.act, #navsub li a:hover {
		background-position: 0 15px;
		border-left: 5px solid #044359;
}

#navsub li.act a {
		border-left: 5px solid #044359;
}


	
}
@media all and (max-width: 500px) {/* sm */

body {
  overflow-x: hidden;
}

body.home #logo, body #logo {
	width: 80px;
	left: 50px;
}
nav, #logo {
	position: absolute;
}

	
#togglemenue {
	display: block;
}

body.home #adresse {
	position: fixed;
	top: 5px;
	left: 0;
	z-index: 2000;
}

body #adresse {
	position: fixed;
	top: 5px;
	left: 0;
	z-index: 2000;
}

nav ul {
	display: none;
	margin: 0;
	width: 65%;
	float: right;
}


nav ul li {
	position: relative; 
	top: 0; 
	left: 0;
	float: none;
	display: inline;
}


nav ul a {
	width: 100%;
	display: block;
	padding: 0 20px 0 10px;
}



nav li ul.pulldown {
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	z-index: 1000;
	float: right;
	text-align: right;
}


nav li:hover ul.pulldown {
	top: 0;
}


nav ul.pulldown li {
	float: none;
	display: block;
}

nav ul.pulldown a {
	display: block;
	float: none;
	line-height: 2.5em;
	border-bottom: 1px solid #ccc;
	text-transform: none;
}












#visual {	
	top: 60px;
	margin-bottom: 20px;
}


p.navsublabel {
	margin-top: 10px;
	display: none;
}
#navsub {
	display: none;
	margin: 15px auto 0 auto;
	width: 70%;
}

h1 {
	font-size: 1.3em;
}

h1 i.fa {
	font-size: 1.1em;
}

	
}