@font-face {
     font-family: "lato";
     src: url(/fonts/Lato/Lato/fonts/Lato-Regular.woff);
 }
body {
	margin: 0px;
}

/*##########################################################*/
/* Titel, Logos */

#bar {
	width:26%;
	position: absolute;
	z-index: 201;
	left: 7%;
	top: 10%;
}

#titel {
	width:100%;
	position: relative;
	z-index: 2;
	margin-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#logo {
	width:25%;
	position: absolute;
	z-index: 201;
	left: 7%;
	top: 30%;
}
#logo2 {
	width:18%;
	position: absolute;
	z-index: 201;
	right: 6%;
	top: 5%;
}
#titel_mtk {
	height: auto;
	width: 50%;
	position: absolute;
	z-index: 201;
	left: 28%;
	text-align: left;
	top:56%;
	font-family: lato, arial, sans-serif;
	font-size: 2vw;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bolder;
}
#titel_mtk_untertitel {
	height: auto;
	width: 50%;
	position: absolute;
	z-index: 201;
	left: 28%;
	text-align: left;
	top:70%;
	font-family: lato, arial, sans-serif;
	font-size: 3vw;
	color: #F0F0F0;
	font-weight: bold;
	text-transform: uppercase;
}

/*##########################################################*/
/* Hauptnavogation */

#nav-gruppe {
	width: 100%;
	display: flex;
	justify-content: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	z-index: 300;
	height: auto;
	position: -webkit-sticky; /* Safari */
	position: sticky;
	top: 0;
	background-color: rgba(255,255,255,0.8);
}

#nav-container {
	width: 900px;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

.nav-item {
	justify-content: space-around;
	flex-direction: row;
	/*legt fest, ob umgebrochen wird oder nicht*/
	font-family: lato, arial, sans-serif;
	padding-top: 14px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 20px;
	font-size: 0.9em;
	text-transform: uppercase;
	font-weight: normal;
	font-variant: normal;
	color: #666;
	text-align: center;
	vertical-align: bottom;
	display: inline-block;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-right: 10px;
	z-index: 1001;
}

.nav-item a {
	color: #666;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
	font-variant: normal;
}

/*##########################################################*/
/* Main */

#main-container{
	width:100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	}

#main-text {
	max-width:840px;
	min-width:220px;
	flex: 3 1 0%;
	padding-left: 1.4em;
	padding-right: 1.4em;
	padding-top: 2em;
	padding-bottom: 3em;	/* offset-x | offset-y | blur-radius | spread-radius | color */	/*box-shadow: 1px 1px 5px 3px rgba(100, 100, 100, 0.5);*/
}



/*##########################################################*/
/* Textformatierung */
a.textlink {
	color: #277096;
	background-image: url(bilder/outlink.gif);
	background-repeat: no-repeat;
	background-position: left top;
	word-wrap: break-word;
	display: inline-block;
	line-height: normal;
	font-style: normal;
	padding-left: 16px;
}
a.ohne {
	text-decoration: none;
	color: #666;
}
a.textlink_ohne {
	color: #277096;
	line-height: normal;
	font-style: normal;
}
a.textlink:link {
}

a.textlink:hover {
	color: #656565;
}
a.textlink:visited {
	color: #4E4E4E;
}

h1 {
	font-family: lato, arial, sans-serif;
	font-size: 2em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	line-height: 1.1em;
	color: #333;
	letter-spacing: -0.5px;
	padding-top: 8px;
}
h2 {
	font-family: lato, arial, sans-serif;
	font-size: 1.6em;
	font-style: normal;
	font-weight: 200;
	font-variant: normal;
	line-height: 2em;
	color: #919191;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	display: inline-block;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-top: 3em;
	margin-bottom: 2em;
}
h3 {
	font-family: lato, arial, sans-serif;
	font-size: 1.2em;
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
	margin-top: 2em;
	line-height: 1.1em;
	margin-bottom: 2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2E3E5;
	padding-bottom: 2px;
}
h4 {
	font-family: lato, arial, sans-serif;
	font-size: 1em;
	text-transform: uppercase;
	color: #333;
	font-weight: bold;
	padding-left: 6px;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	margin-top: 40px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #E2E3E5;
	border-bottom-color: #E2E3E5;
	border-left-color: #E2E3E5;
	clear: both;
	margin-bottom: 20px;
}
h5 {
	font-family: lato, arial, sans-serif;
	font-size: 14px;
	text-align: left;
	text-transform: uppercase;
	color: #333;
	font-weight: lighter;
	padding-left: 4px;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	margin-top: 20px;
	display: inline-block;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #E2E3E5;
	border-left-color: #E2E3E5;
	margin-bottom: 4px;
}
h6 {
	font-family: lato, arial, sans-serif;
	font-size: 14px;
	text-align: left;
	text-transform: uppercase;
	color: #333;
	font-weight: bolder;
	margin-top: 8px;
	display: inline-block;
	margin-bottom: 8px;
}
p {
	font-family: lato, arial, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1.4em;
	color: #4E4E4E;
	margin-bottom: 24px;
}
ul {
	list-style-type: square;
	list-style-position: outside;
	font-family: lato, arial, sans-serif;
	color: #4E4E4E;
	font-size: 1em;
	line-height: 1.3em;
}
ol {
	list-style-type: decimal;
	list-style-position: outside;
	font-family: lato, arial, sans-serif;
	color: #4e4e4e;
	font-size: 1em;
	line-height: 1.3em;
}
li {
	margin-bottom: 0.9em;
	margin-top: 0.9em;
}

/*##########################################################*/
/* Footer */
	
#footer {
	margin-top: 60px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	justify-content: center;
	padding-top:30px;
	padding-bottom:30px;
	width:100%;
	display: flex;
	background-color: #1C1C1C;
}

#footer-container {
	width: 1090px;
	display: flex;
	flex-flow: row wrap;
}

.footer-item {
	justify-content: space-around;
	flex: 1 1 0%;
	flex-direction: row;
	min-width:220px;
	padding-top:30px;
	padding-bottom:30px;
	width:220px;
	font-family: lato;
	font-size: 1em;
	color: #AEAEAE;
	padding-left: 30px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #808080;
}

.footer-item_noflex {
	justify-content: space-around;
	min-width:220px;
	padding-top:30px;
	padding-bottom:30px;
	width:100%;
	font-family: lato;
	font-size: 1em;
	color: #AEAEAE;
	padding-left: 30px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #808080;
}

.footer-item li {
	text-decoration: none;
	margin-top: 10px;
	list-style-position: outside;
	text-align: left;
	margin-left: -20px;
}

.footer-item a {
	text-decoration: none;
	color: #CCC;
}
.footer-item_noflex a {
	text-decoration: underline;
	color: #CCC;
}


/*##########################################################*/

#navigation_mobil {
	height: auto;
	width: 100%;
	position: absolute;
	z-index: 1005;
	top: 100px;
	display: none;
	background-color: #1C1C1C;
}
#navigation_mobil_schliessen {
	width:100%;
	font-family: lato, arial, sans-serif;
	background-color:#000;
	font-size: 1.2em;
	text-transform: uppercase;
	color: #CCC;
	position: absolute;
	height: 2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AEAEAE;
	padding-top: 0.4em;
}


/*######################################################*/
/*Hauptnavigation*/

#hauptnavigation_teilprojekte nav {
	display: none;
}
#hauptnavigation_teilprojekte:hover nav {
	display:block;
	margin-top:6px;
	z-index: 1002;
	margin-left: -24px;
	position: absolute;
	background-color: rgba(242, 242, 242, 0.84);
	box-shadow: 1px 1px 5px #CCC;
}

#hauptnavigation_profil nav {
	display: none;
}
#hauptnavigation_profil:hover nav {
	display:block;
	margin-top:6px;
	z-index: 1002;
	margin-left: -24px;
	position: absolute;
	background-color: rgba(242, 242, 242, 0.84);
	box-shadow: 1px 1px 5px #CCC;
}

#hauptnavigation_publikationen nav {
	display: none;
}
#hauptnavigation_publikationen:hover nav {
	display:block;
	margin-top:6px;
	z-index: 1002;
	margin-left: -24px;
	position: absolute;
	background-color: rgba(242, 242, 242, 0.84);
	box-shadow: 1px 1px 5px #CCC;
}

#hauptnavigation_video nav {
	display: none;
}
#hauptnavigation_video:hover nav {
	display: block;
	margin-top:6px;
	z-index: 1002;
	margin-left: -24px;
	position: absolute;
	background-color: rgba(242, 242, 242, 0.84);
	box-shadow: 1px 1px 5px #CCC;
}
.navitem {
	padding-top: 10px;
	padding-left: 24px;
	padding-right: 24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	text-align: left;
	padding-bottom: 10px;
}
a.navigation_popup:hover {
	color: #000;
}

/*######################################################*/
/*Themenfelder*/

.div_auswahlbox_links {
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	width: 240px;
	height: 260px;
	margin-top: 0px;
	margin-left: 0px;
	vertical-align: middle;
	background-color: #EDEDED;
	border: 4px solid #EDEDED;
	box-shadow: 4px 4px 6px #999;
	position: relative;
}
.div_auswahlbox_rechts {
	float: left;
	margin-right: 1px;
	margin-bottom: 30px;
	width: 240px;
	height: 260px;
	background-color: #EDEDED;
	margin-top: 0px;
	margin-left: 0px;
	vertical-align: middle;
	border: 4px solid #EDEDED;
	box-shadow: 4px 4px 6px #999;
	position: relative;
}

#themenfelder_breit {
	position: relative;
	width: 900px;
	background-color: #F93;
}

.themenfeld {
	height: 100%;
	position: absolute;
	width: 100%;
	display: inline-block;
}
.zahl {
	font-family: lato;
	font-size: 2em;
	color: #FFF;
	padding-left: 5%;
	padding-top: 60%;
}
.themenfeld_titel {
	font-family: lato;
	font-size: 1.2em;
	color: #FFF;
	padding-left: 5%;
	padding-top: 3%;
	text-transform: uppercase;
}


/*#################################################*/
/*Sprachschalter*/
#language{
	padding: 5px;
	position: absolute;
	z-index: 900;
	bottom: 7%;
	right: 3%;
	border: 1px solid #FFF;
	}
	
#de{
	padding: 5px;
	position: relative;
	z-index: 900;
	font-family: lato, arial, sans-serif;
	font-size: 1em;
	color: #FFF;
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FFF;
	font-weight: bolder;
	display: inline-block;
	float: left;
	margin-right: 0.6em;
	}
#en{
	padding: 5px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FFF;
	position: relative;
	z-index: 900;
	font-family: lato, arial, sans-serif;
	font-size: 1em;
	color: #FFF;
	display: inline-block;
	}
#en a{
	text-decoration: none;
	color: #FFF;
	}
#de a{
	text-decoration: none;
	color: #FFF;
	}

/*#################################################*/
/*Tabellen*/

.tabellenzeile{
	font-family: lato, arial, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1.2em;
	color: #4E4E4E;
	padding-top:8px;
	padding-bottom: 8px;
}

/*#################################################*/
/* Bildformatierungen */

.bild_rechts {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
}
.bild_links {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
/*#################################################*/
/*Bildformatierungen*/

.bildimtext {
	display: inline-block;
	vertical-align: top;
}

.bildunterschrift {
	font-family: lato, arial, sans-serif;
	font-size: 0.8em;
	color: #333;
	line-height: 1.1em;
	margin-top: 5px;
	background-color: #EDEDED;
	display: block;
	padding: 8px;
}
