/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on June 20, 2022 */
@font-face {
    font-family: 'Merriweather';
    src: url('../fonts/merriweather_light-webfont.woff2') format('woff2'),
         url('../fonts/merriweather_light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    }

@font-face {
    font-family: 'Merriweather';
    src: url('../fonts/merriweather_ultrabold-webfont.woff2') format('woff2'),
         url('../fonts/merriweather_ultrabold-webfont.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    }

@font-face {
    font-family: 'Merriweather';
    src: url('../fonts/merriweather-bold-webfont.woff2') format('woff2'),
         url('../fonts/merriweather-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    }

@font-face {
    font-family: 'Merriweather';
    src: url('../fonts/merriweather-bolditalic-webfont.woff2') format('woff2'),
         url('../fonts/merriweather-bolditalic-webfont.woff') format('woff');
    font-weight: 700;
    font-style: italic;
    }

@font-face {
    font-family: 'Merriweather';
    src: url('../fonts/merriweather-heavyitalic-webfont.woff2') format('woff2'),
         url('../fonts/merriweather-heavyitalic-webfont.woff') format('woff');
    font-weight: 800;
    font-style: italic;
    }

@font-face {
    font-family: 'Merriweather';
    src: url('../fonts/merriweather-italic-webfont.woff2') format('woff2'),
         url('../fonts/merriweather-italic-webfont.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    }

@font-face {
    font-family: 'Merriweather';
    src: url('../fonts/merriweather-lightitalic-webfont.woff2') format('woff2'),
         url('../fonts/merriweather-lightitalic-webfont.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    }

@font-face {
    font-family: 'Merriweather';
    src: url('../fonts/merriweather-regular-webfont.woff2') format('woff2'),
         url('../fonts/merriweather-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    }

body {
	margin: 0;
	padding: 0;
	font-family: 'Merriweather', serif;
	font-size: 16px;
	font-weight: 400;
	color: #000000;
	}
	@media only screen and (max-width: 980px) {
		body {
			font-size: 14px;
			}
		}

/* ########## SITE-STRUCTURE ########## */

#wrapper {
	max-width: 980px;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	}
	@media only screen and (max-width:980px) {
		#wrapper {
			width: 96%;
			padding: 2%;
			}
		}
	
#header {
	max-height: 110px;
	max-width: 980px;
	width: 100%;
	margin: 0 auto 20px auto;
	padding: 20px 0;
	}
	@media only screen and (max-width: 980px) {
		#header {
			width: 100%;
			height: auto;
			margin: 0;
			padding: 0;
			}
		}
	
#logo {
	width: 80%;
	margin:0 auto;
	padding: 20px 0 0 0;
	max-width: 350px;
	}
	@media (max-width: 980px) {
		#logo {
			width: 80%;
			margin: 15px 0 0 0;
			padding: 0;
			}
		}

#logo img {
	width: 100%;
	max-width: 350px;
	}
	
#picture {
	max-width: 980px;
	width: 100%;
	padding: 0;
    margin: 0 0 30px 0;
	}
	@media (max-width: 980px) {
		#picture {
			width: 100%;
			height: auto;
			margin: 20px 0;
			padding: 0;
			}
		}
	@media (max-width: 980px) {
		#picture img,
		#logo img {
			width: 100%;
			height: auto;
			margin: 0;
			padding: 0;
			}
		}

#picture-team {
	max-width: 980px;
	width: 100%;
	padding: 0;
    margin: 0 0 30px 0;
	}

#picture-team img {
	width: 100%;
	max-width: 600px;
	margin: 0 190px;
	}
	@media (max-width: 980px) {
		#picture-team {
			width: 100%;
			height: auto;
			margin: 20px 0;
			padding: 0;
			}
		#picture-team img {
			width: 100%;
			max-width: 600px;
			height: auto;
			margin: 0 auto;
			padding: 0;
			}
		}


#content {
	max-width: 980px;
	width: 100%;
	margin: 0;
	padding: 0;
	}
	@media (max-width: 980px) {
		#content {
			width: 100%;
			margin: 0;
			padding: 0;
			}
		}
	
div[role="navigation"] {
	float: left;
	width: 274px;
	padding: 0;
	border: 3px solid #124b92;
	}
	@media (max-width: 980px) {
		div[role="navigation"] {
			float: none;
			width: auto;
			padding: 0;
			display: none;
			border: none;
			}
		}
	
#text {
	float: left;
	width: 570px;
	padding: 0 0 20px 0;
	margin: 0 0 0 70px;
	}
	@media (max-width: 980px) {
		#text {
			float: none;
			width: 100%;
			padding: 0 0 20px 0;
			margin: 0;
			background: none;
			}
		}

.blau {
	width: 100%;
	background: #124b92;
	}
	
#footer {
	max-width: 980px;
	width: 100%;
	padding: 20px 0;
	margin: 0 auto;
	color: #ffffff;
	font-size: 14px;
	}
	@media (max-width: 980px) {
		#footer {
			width: 96%;
			height: auto;
			margin: 20px 2%;
			padding: 0 0 10px 0;
			}
		}

.footcol_1 {
	float: left;
	width: 330px;
	margin: 0 20px 0 0;
	padding: 0;
	}

.footcol_2 {
	float: left;
	width: 280px;
	margin: 0 20px 0 0;
	padding: 0;
	}

.footcol_3 {
	float: left;
	width: 310px;
	padding: 3px 0 0 0;
	margin: 0;
	}
	@media (max-width: 980px) {
		.footcol_1,
		.footcol_2,
		.footcol_3 {
			float: none;
			width: 100%;
			margin: 0;
			padding: 10px 0;
			display: block;
			}
		}

#hintergrund {
	min-height: 100%;
	min-width: 800px;
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index:-100;
	}
	@media (max-width: 980px) {
		
		}

p.toggle {
	display: block;
	}
	@media (max-width: 980px) {
		p.toggle {
			display: none;
			}
		}

#imprint_box {
	display: none;
	}
	@media (max-width: 980px) {
		#imprint_box {
			display: block;
			}
		}
	
.clear {
	clear: both;
	}

/* ########## NAVIGATION & LINKS ########## */

a,
a:link, 
a:visited {
	text-decoration: none;
	color: #124b92;
	}
	
a.textlink {
	text-decoration: none;
	color: #124b92;
	}
	
a:hover,
a.textlink:hover {
	text-decoration: underline;
	color: #124b92;
	}
	
ul.mainmenu {
	margin: 0;
	padding: 20px 10px;
	list-style-type: none;
	background: url(../images/blue20.png) repeat;
	text-align: center;
	}
	
ul.mainmenu li {
	padding: 10px 0;
	}
	
ul.mainmenu li a {
	text-decoration: none;
	color: #000000;
	font-size: 16px;
	font-weight: 400;
	}
	@media (max-width: 980px) {
		ul.mainmenu li a {
		text-decoration: none;
		color: #000000;
		font-size: 12px;
		font-weight: 400;
		}
	}
	
ul.mainmenu li a:hover {
	text-decoration: none;
	color: #124b92;
	font-weight: 400;
	}

ul.mainmenu li a.active {
	text-decoration: none;
	color: #124b92;
	font-weight: bold;
	}

ul.mainmenu li ul {
	display: none;
	}

ul.mainmenu li:hover ul {
	position: absolute;
	display: block;
	margin: 0;
	padding: 10px 0 0 0;
	list-style-type: none;
	}

ul.mainmenu li:hover ul li {
	display: block;
	float: none;
	margin: 0;
	padding: 0;
	}

ul.mainmenu li:hover ul li a {
	color: #333333;
	font-size: 12px;
	text-decoration: none;
	}

ul.mainmenu li:hover ul li a:hover,
ul.mainmenu li:hover ul li a.topsubactive {
	color: #4e78c0;
	text-decoration: none;
	}
	
ul.submenu {
	margin: 0;
	padding: 0;
	list-style-type: disc;
	}
	
ul.submenu li {
	margin: 5px 0 5px 15px;
	}
	
ul.submenu li a.submenu {
	color: #000000;
	text-decoration: none;
	font-style: normal;
	}
	
ul.submenu li a.submenuactive,
ul.submenu li a.submenu:hover {
	color: #4e78c0;
	text-decoration: none;
	font-style: normal;
	}
	
a.imprintlink,
a.imprintlink:hover,
#footer a,
#footer a:hover {
	text-decoration: none;
	color: #ffffff;
	font-style: normal;
	}
	
/* ########## HTML-TAGS & -CLASSES ########## */

ul.textlist {
	margin: 5px 0;
	padding: 5px 0;
	list-style-type: disc;
	}
	
ul.textlist li {
	margin: 4px 0 4px 15px;
	padding: 0;
	}
	
p, 
table {
	padding: 5px 0;
	margin: 5px 0;
	}

td {
	padding: 0;
	margin: 0;
	}

tr {
	vertical-align: top;
	}

.times {
	padding: 5px 0;
	margin: 0;
	}
	@media (max-width: 800px) {
		.times {
			font-size: 14px;
			}
		}
	
p.nopad {
	padding: 0;
	}
	
h1 {
	font-weight: 400;
	font-size: 26px;
	color: #124b92;
	margin: 0;
	padding: 0;
	}
	@media (max-width: 800px) {
		h1 {
			font-size: 16px;
			font-weight: 700;
			}	
		}
	
h2 {
	font-weight: 400;
	font-size: 20px;
	color: #124b92;
	margin: 0;
	padding: 0;
	}
	@media (max-width: 800) {
		h2 {
			font-size: 16px;
			font-weight: 700;
			}	
		}
	
h3 {
	font-weight: bold;
	font-size: 14px;
	color: #124b92;
	margin: 15px 0 0 0;
	padding: 0;
	}
	@media (max-width: 800) {
		h3 {
			font-size: 14px;
			}	
		}
	
.bold {
	font-weight: 700;
	}

.text_blau {
	color: #124b92;
	font-size: 20px;
	}
	@media only screen and (max-width: 980px) {
		.text_blau {
			font-size: 16px;
			font-weight: 700;
			}
		}
	
.imglink,
img.galerie,
a.lightview {
	border: none;
	text-decoration: none;
	margin: 0 10px 20px 0;
	}

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

div[role="navigation"] ul {
	}
	@media only screen and (max-width: 980px) {
		div[role="navigation"] ul {
			padding: 0;
			text-align: left;
			position: fixed;
			top: 110px;
			left: 0;
			width: 100%;
			background: #124b92;
			opacity: 0.9;
			}
		}

div[role="navigation"] ul li {
	}
	@media only screen and (max-width: 980px) {
		div[role="navigation"] ul li {
			}
		}

div[role="navigation"] ul li a {
	color: #000000;
	text-transform: uppercase;
	text-decoration: none;
	}
	@media only screen and (max-width: 980px) {
    	div[role="navigation"] ul li a {
			display: block;
			padding: 3%;
			color: #ffffff;
			font-size: 14px;
			text-align: center;
			}
		}

div[role="navigation"] ul li a:hover,
div[role="navigation"] ul li a.active {
	color: #124b92;
	text-decoration: none;
	font-weight: 700;
	}
	@media only screen and (max-width: 980px) {
    	div[role="navigation"] ul li a:hover,
		div[role="navigation"] ul li a.active {
			color: #ffffff;
			}
		}
	
img.galerie {
	width: 160px;
	height: auto;
	}
	@media only screen and (max-width: 980px) {
		img.galerie {
			width: 100%;
			height: auto;
			}
		}

.maps {
	width: 100%;
	height: 500px;
	border: none;
	}
	@media screen only and (max-width: 980px) {
		.maps {
			width: 100%;
			height: 300px;
			border: none;
			}
		}
