/* CSS Document */

/* FONT IMPORT */
/* montserrat-300 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/montserrat-v24-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/montserrat-v24-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat-v24-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/montserrat-v24-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/montserrat-v24-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/montserrat-v24-latin-300.svg#Montserrat') format('svg'); /* Legacy iOS */
	}

/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-v24-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/montserrat-v24-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat-v24-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/montserrat-v24-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/montserrat-v24-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/montserrat-v24-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
	}

/* montserrat-500 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/montserrat-v24-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/montserrat-v24-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat-v24-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/montserrat-v24-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/montserrat-v24-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/montserrat-v24-latin-500.svg#Montserrat') format('svg'); /* Legacy iOS */
	}

/* montserrat-600 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/montserrat-v24-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/montserrat-v24-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat-v24-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/montserrat-v24-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/montserrat-v24-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/montserrat-v24-latin-600.svg#Montserrat') format('svg'); /* Legacy iOS */
	}

/* montserrat-700 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/montserrat-v24-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/montserrat-v24-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat-v24-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/montserrat-v24-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/montserrat-v24-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/montserrat-v24-latin-700.svg#Montserrat') format('svg'); /* Legacy iOS */
	}

/* reset browser defaults */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; border: 0; outline: 0; background: transparent; }

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

table { border-collapse: collapse; border-spacing: 0; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

body { line-height: 1; }

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

table { border-collapse: collapse; border-spacing: 0; }
 
 /* ----- individual styling ----- */
 
body {
	background: #ffffff;
	color: #303030;
	font-family: 'Montserrat', sans-serif;
	font-size: 0.9em;
	font-weight: 400;
	}

/* ----- site structure ----- */

header {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	}

#logo {
	width: 600px;
	float: left;
	margin: 30px 0;
	padding: 0;
	}
	@media only screen and (max-width: 960px) {
		#logo {
			width: 70%;
			float: none;
			margin: 3% 1%;
			}
		}

#logo img {
	width: 100%;
	max-width: 337px;
	}

#claim {
	width: 360px;
	float: left;
	text-align: right;
	font-size: 0.8em;
	margin: 38px 0 0 0;
	padding: 0;
	}
	@media only screen and (max-width: 960px) {
		#claim {
			float: none;
			width: 78%;
			text-align:left;
			margin: 3% 1%;
			padding: 0 0 0 79px;
			}
		}

.gruen {
	background: #68b022;
	padding: 20px 0;
	}

.blau {
	background: #00315e;
	}

.text_blau {
	color: #00315e;
	}

.center {
	width: 100%;
    }
	@media only screen an (max-width:960px) {
		.center {
			}
		}

#picture {
	width: 100%;
	max-width: 960px;
	margin: 10px auto;
	}

#picture img {
	width: 100%;
	max-width: 960px;
	margin: 10px 0;
	}
	@media only screen and (max-width: 960px) {
		#picture img {
			width: 100%;
			margin: 0;
			}
		}

div[role="navigation"] {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 0;
	}
	@media only screen and (max-width: 960px) {
		div[role="navigation"] {
			margin: 0 3%;
			padding: 0;
			width: auto;
			}
		}
	@media only screen and (max-width: 800px) {
		div[role="navigation"] {
			/*display: fixed top left;*/
			display: none;
			clear: left;
			margin-bottom: 20px;
			padding: 0;
			width: 100%;
			}
		}

.clear {
	clear: both;
	}

#content {
	width: 100%;
	max-width: 960px;
	margin: 50px auto 0 auto;
	}
	@media only screen and (max-width: 960px) {
		#content {
			width: 96%;
			margin: 0;
			padding: 2%;
			}
		}

#left {
	float: left;
	width: 300px;
	padding: 20px;
	background: #b3d790;
	display: block;
	}
	@media only screen and (max-width: 960px) {
		#left {
			float: none;
			width: 96%;
			padding: 1% 2%;
			margin: 0 0 20px 0;
			}
	}

#main {
	float: left;
	width: 590px;
	margin: 0 0 0 30px;
	}
	@media only screen and (max-width: 960px) {
		#main {
			float: none;
			width: 100%;
			margin: 0;
			padding: 0;
			}
		}

footer {
	width: 100%;
	max-width: 960px;
	margin: 50px auto 0 auto;
	padding: 30px 0 50px 0;
	color: #ffffff;
	}
	@media only screen and (max-width: 960px) {
		footer {
			width: 100%;
			margin: 30px 0 0 0;
			padding: 2%;
			}
		}

#foot_col1 {
	float: left;
	width: 320px;
	margin: 0 50px 0 0;
	}
	@media only screen and (max-width: 960px) {
		#foot_col1 {
			float: none;
			padding: 20px 0;
			}
		}

#foot_col2 {
	float: left;
	margin: 0;
	}
	@media only screen and (max-width: 960px) {
		#foot_col1 {
			float: none;
			padding: 20px 0;
			}
		}

/* ----- links and navigation ----- */

a:link, a:visited {
	color: #303030;
	text-decoration: underline;
	}

a img {
	border: none;
	text-decoration: none;
	}

a:hover {
	text-decoration: none;
	color: #68b022;
	}

a.menu {
  	display: none;
	}
  	@media only screen and (max-width: 800px) {
    	a.menu {
			display: block;
			position: absolute;
			top: 32px;
			right: 20px;
			opacity: 0.4;
			}
		}

#foot_col1 a,
#foot_col2 a {
	color: #ffffff;
	}

div[role="navigation"] ul {
	padding: 0;
	display: block;
	height: 18px;
	}
	@media only screen and (max-width: 800px) {
		div[role="navigation"] ul {
			padding: 0;
			margin: 0;
			background: #68b022;
			height: auto;
			width: 100%;
			}
		}

div[role="navigation"] ul li {
	float: left;
	margin-right: 30px;
	}
	@media only screen and (max-width: 800px) {
		div[role="navigation"] ul li {
			float: none;
			padding: 10px 0;
			margin: 0;
			display: block;
			}
		}

div[role="navigation"] ul li a {
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	}
	@media only screen and (max-width: 800px) {
    	div[role="navigation"] ul li a {
			}
		}

div[role="navigation"] ul li a:hover,
div[role="navigation"] ul li.active a {
	color: #00315e;
	text-decoration: none;
	}
	@media only screen and (max-width: 800px) {
		div[role="navigation"] ul li a:hover,
		div[role="navigation"] ul li.active a {
			color: #00315e;
			text-decoration: none;
			display: block;
			}
		}

div[role="navigation"] ul li ul {
	display: none;
	}
	@media only screen and (max-width: 800px) {
		div[role="navigation"] ul li ul {
			display: block;
			padding: 0 0 0 40px;
			}
		}

div[role="navigation"] ul li:hover ul {
	display: block;
	padding: 0;
	margin: 0;
	position: absolute;
	}
	@media only screen and (max-width: 800px) {
		div[role="navigation"] ul li:hover ul {
			padding: 0 0 0 40px;
			display: block;
			position: inherit !important;
			}
		}

div[role="navigation"] ul li:hover ul li {
	float: none;
	padding: 20px;
	background: #b3d790;
	}
	@media only screen and (max-width: 800px) {
		div[role="navigation"] ul li:hover ul li {
			float: none;
			padding: 10px 0;
			background: none;
			}
		}
	
div[role="navigation"] ul li:hover ul li a {
	color: #ffffff;
	}

div[role="navigation"] ul li:hover ul li.active a,
div[role="navigation"] ul li:hover ul li a:hover {
	color: #00315e;
	}

a.imprint {
	color: #ffffff;
	text-decoration: none;
	}

a.imprint:hover {
	text-decoration: underline;
	}

a.news_link {
	color: #ffffff;
	text-decoration: none;
	font-style: italic;
	}

a.news_link:hover {
	text-decoration: underline;
	}
	
/* ----- html, classes and more -----*/

h1, .hl1 {
	color: #68b022;
	font-size: 1.8em;
	font-weight: 400;
	line-height: 1.1em;
	margin: 10px 0 30px 0;
	}
	@media only screen and (max-width: 800px) {
		h1 {
			font-size: 1.5em;
			}
		}

h2 {
	color: #68b022;
	font-size: 1.4em;
	font-weight: 400;
	border-bottom: 1px solid #ffffff;
	margin: 0 0 20px 0;
	padding: 0 0 5px 0;
	}

h3 {
	color: #68b022;
	margin: 20px 0;
	}

h4 {
	font-weight: bold;
	font-size: 1.0em;
	color: #303030;
	margin: 0;
	padding: 0;
	}

h5 {
	color: #303030;
	font-weight: 400;
	font-size: 1.2em;
	border-bottom: 1px solid #ffffff;
	margin: 0 0 5px 0;
	padding: 0 0 10px 0;
	}

#main table {
	width: 100%;
	}

#main tr td {
	vertical-align: bottom;
	border-bottom: 1px solid #68b022;
	padding: 20px 10px 20px 0;
	}

#main tr td img {
	width: 100%;
	max-width: 170px;
	}

td {
	}

p {
	padding: 10px 0;
	line-height: 1.2em;
	font-size: 1.1em;
	}

.bold {
	font-weight: 700;
	}

.bold_blau {
	font-weight: 700;
	color: #00315e;
	}

.italic {
	font-style: italic;
	}

.nopad {
	padding: 0;
	}

ul.textlist {
	padding: 10px 0;
	font-size: 1.1em;
	}

ul.textlist li {
	margin-left: 15px;
	padding: 5px 0;
	list-style-type: disc;
	line-height: 1.1em;
	}

.team_pic,
.galerie {
	width: 290px;
	margin: 0 10px 0 0;
	}
	@media only screen and (max-width: 960px) {
		.team_pic,
		.galerie {
			width: 100%;
			margin: 10px 0;
			}
		}
	@media only screen and (max-width: 800px) {
		.team_pic,
		.galerie {
			width: 100%;
			margin: 10px 0;
			}
		}

a.lightview,
a.lightview img {
	border: none;
	text-decoration: none;
	padding: 0;
	margin: 0;
	}

a.reflink {
	color: #ffffff;
	text-decoration: none;
	}

a.reflink:hover {
	color: #ffffff;
	text-decoration: underline;
	}

.hover-container {
	width: 48%;
	position: relative;
	overflow: hidden;
	float: left;
	margin: 0 2% 2% 0;
	}
	@media only screen and (max-width: 960px) {
		.hover-container {
			width: 100%;
			margin: 10px 0;
			}
		}
	@media only screen and (max-width: 800px) {
		.hover-container {
			width: 100%;
			margin: 10px 0;
			}
		}

.hover-content {
	display: block;
	width: 90%;
	height: 30%;
	padding: 3% 5%;
	margin: 50% 0 1% 0;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	text-align: center;
	background-color: rgba(100,100,100, 0.8);
	}

.hover-content p {
	opacity: 
	}

p.hover-content {
	color: #fff;
	text-decoration: none;
	line-height: 1.0em;
	font-size: 1.0em;
	}

.hover-container:hover .hover-content {
	display: none;
	}