body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
/* remember to define focus styles! */
:focus { outline: 0; }
/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }
/*- -*/


/* sorts-mill-goudy-regular - latin */
@font-face {
  font-family: 'Sorts Mill Goudy';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/sorts-mill-goudy-v7-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Sorts Mill Goudy Regular'), local('SortsMillGoudy-Regular'),
       url('../fonts/sorts-mill-goudy-v7-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/sorts-mill-goudy-v7-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/sorts-mill-goudy-v7-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/sorts-mill-goudy-v7-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/sorts-mill-goudy-v7-latin-regular.svg#SortsMillGoudy') format('svg'); /* Legacy iOS */
}

/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lato-v14-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Lato Regular'), local('Lato-Regular'),
       url('../fonts/lato-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v14-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/lato-v14-latin-italic.eot'); /* IE9 Compat Modes */
  src: local('Lato Italic'), local('Lato-Italic'),
       url('../fonts/lato-v14-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v14-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v14-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v14-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v14-latin-italic.svg#Lato') format('svg'); /* Legacy iOS */
}


/*---------------------------------------------------------------------- GENERIC BODY STYLES -*/
html {
		background:#FFF;

	}
	
body {
	
    color: #1d1d1d;
    font-family:  'Open sans', sans-serif;
    font-size: 90%;
    font-weight: 200;
    line-height: 1.6em;
    text-align: left;
	
	
}

	
p { 

margin-bottom: 18px;
font-size: 1.2em;
line-height: 1.5em;

 }
p{
	-webkit-hyphens: auto;
	 -moz-hyphens: auto;
	 -ms-hyphens: auto;
	 hyphens: auto;
	}
	
	
q {
    quotes: "«" "»";
	/*font-family: 'Sorts Mill Goudy', serif;
	*/
	line-height: 1.5em;
	font-size: 1.2em;
	color: #004899;
	font-weight: 100;
	font-style: italic;
} 


b, strong{
	font-weight: 400;
	} 
a { 
	color: #004899;
	 }
	
a:hover { text-decoration: none; }


strong {
	font-weight: 600;
	/*color: #067cd1;
	text-transform:uppercase;*/
	}


h1, h2, h3, h4, h5 {
	font-family: 'Sorts Mill Goudy', serif;
	font-weight: 100;
	line-height:1.0em;
	color: #11428a;
	letter-spacing: 0.03em;
	margin-top: 1em;
}

h1{
	font-size: 1.8em;
}
h2{
	font-size: 1.3em;
}
h3{
	font-size: 1.2em;
	
}
h4{
	font-size: 1.1em;
	
	font-family:  'Lato', sans-serif;
	text-transform: uppercase;
}	






	
.gradient1{
	background: #FFF;

	}
	




		
.row{
	
	overflow: hidden;
	margin: 0;
	
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  
  -webkit-flex-flow: row wrap;
  	flex-flow: row wrap;
}

.row > * {
  padding: 0;
  flex: 1 100%;
  
}

.gap{
	height: 50px;
	}

.wrapper {
	clear:none;
	
	margin: 0 1px;  /* Internet Explorer bug for 0 auto*/
	max-width: 1200px;
	-webkit-box-flex: 3 0px;      /* OLD - iOS 6-, Safari 3.1-6 */
  	-moz-box-flex: 3 0px;         /* OLD - Firefox 19- */
  	/*width: 60%;                For old syntax, otherwise collapses. */
  	-webkit-flex: 3 0px;          /* Chrome */
  	-ms-flex: 3 0px;              /* IE 10 */
 	 flex: 3 0px;                  /* NEW, Spec - Opera 12.1, Firefox 20+ */
	 background:#FFF;
}

.article{
	box-sizing: border-box;
	width: 90%;
	padding: 5%;
	float:left;
	}

.header .wrapper,
.footer .wrapper {
	width: 100%;
	padding: 0;
	}
.aside{
	width: 100%;
	clear: both;
	}

	
.filler {
  content:'';
  /*border:1px solid rgba(255,0,0,1);*/
  background-color:rgba(255,255,255,0.5);
  background: rgba(255,255,255,1);

  -webkit-box-flex: 0 auto;      /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 0 auto;         /* OLD - Firefox 19- */
  /*width: 20%;                For old syntax, otherwise collapses. */
  -webkit-flex: 0 auto;          /* Chrome */
  -ms-flex: 0 auto;              /* IE 10 */
  flex: 0 auto;                  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  
  -webkit-transition: all 0.1s ease-out;
-moz-transition: all 0.1s ease-out;
-o-transition: all 0.1s ease-out;
transition: all 0.1s ease-out;

/*visibility: hidden;*/

}	
/*
.filler:hover {
	
	background:none;
}*/
.empty {
	background-color:rgba(255,255,255,0);
	
	}
	
.bot {
	border-top: solid 1px #004899;
	}
.bor {
	border-right: none;
	}	
.bob {
	border-bottom: solid 1px #004899;
	}	
.bol {
	border-left: solid 1px #004899;
	}	
		
#submenu {
	display: none;
	}

	
.bg {
	
	background:#004899;
  
  background-image: url("../img/bg.jpg");
    background-repeat: repeat;
  position: fixed;
  width:100%;
  height: 100%;/**/
  top:0;
  left:0;
  z-index: -2;
  
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  
}


	
	





ul{padding:0; }


		
.header{
	
	/*position: fixed;
	top: 0;      Geht nicht, da Flexslider in Safari über Menu liegt*/
	width: 100%;
	text-align: center;
	
	}
.logo {
	margin: 3em auto 2em auto;
	width: 152px;
	
	}
.logo img{
	width: 100%;
	}

p img {
	width: 30%;
	float: left;
	margin: 0.4em 1em 0.5em 0;
	}



td{
	
	font-size: 1.1em;
	padding: 0.5em 1em 0 0;
	}	

	
.button {
	background: -moz-linear-gradient(-45deg,  rgba(0,72,153,1) 0%, rgba(1,37,77,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgbargba(0,72,153,1)), color-stop(100%,rgba(1,37,77,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, rgba(0,72,153,1) 0%,rgba(1,37,77,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  rgbargba(0,72,153,1) 0%,rgba(1,37,77,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  rgbargba(0,72,153,1) 0%,rgba(1,37,77,1) 100%); /* IE10+ */
	background: linear-gradient(135deg,  rgbargba(0,72,153,1) 0%,rgba(1,37,77,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004899', endColorstr='#01254d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	
	font-family: 'Sorts Mill Goudy', serif;
	letter-spacing: 0.03em;
	display:inline-block;
	text-align:center;
	position: absolute:
    top: 50%;
	
	border: 1px solid #FFF;
	color: #FFF;
	text-decoration: none;
	background-color: #004899;
	line-height: 1.3em;
	padding: 0.5em 1em;
	display: inline;
	margin: 1em auto;
	font-size: 1.3em;
	
   box-sizing: border-box;
   float:left;
   clear: both;
	}

.button:hover{
	background:#FFF;
	border: 1px solid #004899;
	color: #004899;
	}



.article ul {
	list-style-type: square;
	padding-left: 1em;
	}	

.menu ul{
padding:0;	
margin: 0 auto;
	}

.menu ul,
.menu ul li,
.menu ul li a {
	transform: translate3d(0px, 0px, 99px);
	z-index: 99;
	
}

.menu ul li {
	display:block;
}

.menu ul li a {
    box-sizing: border-box;
    color: #004899;
    display: block;
    font-size: 0.8em;
	font-family:  'Lato', sans-serif;
	text-transform:uppercase;
	letter-spacing:0.1em;
    padding: 0 1.8em 0.5em 1.8em;
    text-decoration: none;
	border-bottom: 1px solid #004899;
	line-height: 3em;
}
.menu ul li:last-child a {
	border-bottom:none;
	}
.menu ul li a:hover, .menu ul li a:active, .menu ul li a.selected {
    
	text-decoration: underline;
	
}


.menu select {
	width: 100%;
	height: 1.5em;
}	

.arrow {
	text-align: center;
	display:block;
	clear:both;
	}

.down:after {
	content:url(../img/down.png);
	}
.down:hover {
	border-top: 1px dotted #94bcd9;
	}

.up:after {
	content:url(../img/up.png);
	}
.up:hover {
	border-bottom: 1px dotted #94bcd9;
	}

.dark {
	
	color: #FFF;
	background-color: rgba(2,12,25,0.5);
	
	}
.dark a, .dark h1, .dark h2, .dark h3, .dark h3, .dark h5 {
	color: #FFF;}


.gal {
	width: 120%;
	}
.gal,
.gal img,
.gal a {
	line-height: 0;
	margin: 2px -1px 0 0;
	}

#map_canvas{
	height: 150px;
	width: 100%;
	}


/*---------------------------------------------------------------------------------------- Hide Menu -*/

.menu select {
			display: none;
		}

/* Media Query Support?  
@media only screen and (min-width: 20px) {


.menu ul {
	display: none;	
		}
.menu select {
			display: block;
		}*/

/*---------------------------------------------------------------------------------------- RESPONSIVE -*/





/* Upwards of Mobile Landscape Size  */
@media only screen and (min-width: 480px) {
	
	
p img {
	max-width: 180px;
	

}




}

@media only screen and (min-width: 640px) {

.bg{
	height: 120%;
	}
.gap{
	height: 80px;
	}

#map_canvas{
	width: 50%;
	height: 250px;
	float: left;
	margin: 0 2em 2em 0;
	}

.menu ul li {
	display:inline-block;
}

.menu ul li a {
  
    display: block;
    border-bottom: none;
	border-right: 1px solid #004899;
}
.menu ul li:last-child a {
	border-right:none;
	}
	
	
.menu select {
			display: none;
		}
		
		.menu ul {
			display: block;	
			
		}




h1{
	font-size: 2em;
}
h2{
	font-size: 1.5em;
	margin-top: 1em;
}
h3{
	font-size: 1.25em;
}
h4{
	font-size: 1.1em;
	
}




/* Beyond All Mobile Sizes, Tablet Portrait etc. */
	@media only screen and (min-width: 1025px) {
	

.logo {
		float:left;
	margin: 2em auto 0 auto;
	max-width: 80%;
	}


.wrapper {
	-webkit-box-flex: 8 0px;      /* OLD - iOS 6-, Safari 3.1-6 */
  	-moz-box-flex: 8 0px;         /* OLD - Firefox 19- */
  	/*width: 60%;                For old syntax, otherwise collapses. */
  	-webkit-flex: 8 0px;          /* Chrome */
  	-ms-flex: 8 0px;              /* IE 10 */
 	 flex: 12 0px;                  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}



	
.filler {
  -webkit-box-flex: 1 auto;      /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1 auto;         /* OLD - Firefox 19- */
  /*width: 20%;                For old syntax, otherwise collapses. */
  -webkit-flex: 1 auto;          /* Chrome */
  -ms-flex: 1 auto;              /* IE 10 */
  flex: 1 auto;                  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}	

	
.article{
	width: 90%;
	padding: 5%;
	float:left;
	}
.aside{
	width: 100%;
	clear: both;
	}
.bor {
	border-right: solid 1px #004899;
	}
/*#submenu {
	display: inline-block;
	margin-left: 3%;;
	}*/

.gal {
	width: 100%;
	}
q {
	line-height: 1.7em;
	font-size: 1.5em;
}
	}

@media only screen and (min-width: 1025px) {
	
.bg{
	height: 150%;
	}
.gap{
	height: 120px;
	}
.biggap{
	height: 600px;
	}		
	
.wrapper{
	clear: none;
	}

	.article{
	width: 75%;
	float:left;
	padding: 5% 8% 8% 5%;
	}
.aside{
	width: 25%;
	float:right;
	clear: none;
	padding: 0;
	}

#submenu {
	display: inline-block;
	margin-top: 3em;
	margin-left: 0;
	}
#submenu ul li {
	display:block;
}
#submenu ul li a {
   
    padding: 0.4em 1em 0.5em 1.8em;
    text-decoration: none;
	border-bottom: 1px solid #004899;
	border-right: none;
}
#submenu ul li:last-child a {
	border:none;
	}	
}