@charset "UTF-8";

body {
	background-color: #F5F3F3;
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	font-size: 1.1vw;
	line-height: 140%;
	hyphens: auto;
}
.navbar-brand {
	font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-size:160%;
	text-shadow: 3px 3px 7px rgba(0,0,120,0.3);
	color:#000066;
	font-style:italic;
	margin-left:19%;
	width:100%;
}
.navbar {
	background-color:rgba(100,225,244,1.00);
	margin-right:0;
	height:70px;
	line-height:160%;
}

sup { font-size:65%; line-height:100%; }

#flags {
	z-index: 100;
	width: auto;
	float:right;
	margin-right:20%;
	margin-top:1%;
}
#flags img {
	box-shadow:2px 2px 3px rgba(0,0,0,0.30);
}
@media (max-width: 768px) {
	#flags { display:none; }
}

#schlange {
	width:8%;
	position: absolute;
	margin-left: 85%;
	top: 0.4%;
	clear: none;
	float: none;
	z-index:1000;
}

/********  TOP NAV  ****************/

#mainnav {
	margin-top: -0.6%;
	margin-left: 3vw;
	width: 76%;
	height: 100%;
	z-index: 20;
}
nav ul {
	padding-top: 0;
	padding-left: auto;
	padding-bottom: 0;
	border-radius: 2px;
	list-style: none;
	position: relative;
	display: inline-table;
	width:100%;
	font-size: 100%;
	text-align: center;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0;
	font-weight: 400;
}
nav ul li {
	float: left;
}
	
	nav ul li a {
	display: block;
	color: #290396;
	text-decoration:none;
	height: 100%;
	padding-left:0.8vw;
	padding-right:0.8vw;
	}
	nav ul li:hover {
	background-position: top;
	opacity: 1;
	}
		nav ul li:hover a {
	color: #FFFFFF;
	font-size: 100%;
	background-color: #787C9D;
	text-decoration:none;
		}
nav ul li:hover ul  {
	display: block;
	font-size: 100%;
	z-index:999;
	}
nav ul ul {
	border-radius: 0px;
	padding: 0;
	position: absolute;
	top: 100%;
	text-align: left;
	display: none;
	font-size: medium;
}
	nav ul ul li {
	float: none;
	border-top: 1px solid #6b727c;
	border-bottom: 1px solid #575f6a;
	position: relative;
	color: #000000;
	}
		nav ul ul li a {
	padding-left: 18px;
	padding-right: 18px;
		}	
			nav ul ul li a:hover {
	background-color: #FFFFFF;
	color: #290396;
	font-size: 100%;
	padding-right: 0px;
			}
nav ul ul ul {
	position: absolute; left: 100%; top:0;
}
.zwischenraum {
	width: 1%;
	display: block;
	float: left;
	color: #62676E;
	text-align: center;
	font-size: 50%;
	margin-top: 0.1%;
}

/********  ENDE TOP NAV  ****************/

#kolumne-links {
	margin-top: 11%;
	margin-left: 25%;
	float: left;
	color: #F10083;
}
@media (max-width : 991px ){
#kolumne-links {
	margin-top: 0;
	margin-bottom: 0;
	}
}

.col-md-3 {
	padding-right:0;
}

.kopf-nav-links {
	color: #FFFFFF;
	padding-top: 0.4%;
	padding-bottom: 0.4%;
	font-size: 95%;
	text-align: center;
	text-decoration: none;
	padding: 0 3%;
	background-image: url(https://www.wissenschaftlichemusikmedizin.de/pictures/Hintergruende/house-of-health-button-verlauf-violett.jpg);
	letter-spacing: 0.05em;
	border-bottom:2px solid #ffffff;
}
.kopf-nav-links a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.kopf-nav-links a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.kopf-nav-links a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.research-in-detail {
	margin-left: 3%;
	margin-top:3%;
	color: #290396;
	display: block;
	font-size:120%;
	letter-spacing:2px;
}
#titel-nav-links {
	text-align: left;
	text-decoration: none;
	color: #000066;
	font-weight: 500;
	font-size: 120%;
	padding-top: 0.4%;
	margin-left: 3%;
	margin-bottom: 3%;
	width: 90%;
	margin-top: 16%;
}
.nav-links {
	margin-bottom: 1.4%;
	display: block;
	font-size: 80%;
	background-color: #DBDCE5;
}
.nav-links a {
	display:block;
	width:100%;
	height:100%;
}
.nav-links a:link {
	background-color: #DBDCE5;
	color: #290396;
	text-decoration: none;
	margin-bottom: 1.4%;
	display: block;
	padding:1% 5% 1% 4%;
}
.nav-links a:visited {
	text-decoration: none;
	display: block;
	color: #290396;
	padding:1% 5px 1% 0;
}
.nav-links a:hover {
	background-color: #FFFFFF;
	color: #F10083;
	text-decoration: none;
	margin-bottom: 1.4%;
	padding-left: 4%;
	display: block;
	border-bottom-color: #F10083;
}
#textbereich-01 {
	margin-top: 3.8%;
	float: left;
	border-left: 1px solid #F10083;
	margin-bottom: 6%;
}

@media (min-width: 1201px) {
#textbereich-01 {
	font-size:120%;
	line-height:160%;
	}
}
@media (max-width: 1200px) {
#textbereich-01 {
	font-size:130%;
	line-height:170%;
	}
#schlange {
	margin-top:2%;
	}
nav ul {
	font-size:115%;
	}
.navbar-brand {
	font-size:200%;
	}
}
@media (max-width: 768px) {
#logo {
	margin-left: 47%;
}
#textbereich-01 {
	font-size:200%;
	line-height:150%;
	}
#schlange {
	margin-top:4%;
	}
nav ul {
	font-size:130%;
	}
.navbar-brand {
	font-size:240%;
	}
}

#mrt-kopfzeile {
	height: 100%;
	width: 93%;
	background-color: #474283;
	margin-left: 3.8%;
	padding-bottom: 0.1%;
	color: #FFFFFF;
	padding-left: 0.6%;
	z-index: 1;
}
#titelzeile {
	color: #F10083;
	margin-left: 4.2%;
	margin-top: 0.8%;
	margin-bottom: 3.6%;
	width: 64%;
	height: 100%;
	font-size: 240%;
	font-weight: normal;
	line-height: 120%;
	display: block;
	letter-spacing: 0.03em;
	opacity: 1;
	text-transform: uppercase;
	float: left;
}
@media (max-width: 768px) {
#titelzeile {
	font-size:200%;
	line-height:140%;
	}
}
#titelzeile-01 {
	color: #000000;
	margin-left: 4.2%;
	margin-top: 1%;
	margin-bottom: 3.4%;
	width: 75%;
	font-size: 220%;
	font-weight: bold;
	line-height:120%;
	display: block;
	letter-spacing: 0.03em;
	opacity: 1;
	text-transform: uppercase;
	float: left;
}
#kolumne-mitte-01 {
	margin-left: 3.8%;
	width: 42%;
	height: 100%;
	display: block;
	float: left;
	min-width: 200px;
	text-align: justify;
	color: #000000;
}
#titelzeile-02 {
	color: #F10083;
	margin-left: 4.2%;
	margin-top: 0.8%;
	margin-bottom: 3.4%;
	width: 64%;
	font-size: 240%;
	font-weight: normal;
	line-height: 110%;
	display: block;
	letter-spacing: 0.03em;
	opacity: 1;
	text-transform: uppercase;
}
#titelzeile-03 {
	color: #F10083;
	margin-left: 4.2%;
	margin-top: 0.8%;
	margin-bottom: 3.4%;
	width: 64%;
	font-size: 214%;
	font-weight: 600;
	line-height: 110%;
	display: block;
	letter-spacing: 0.03em;
	opacity: 1;
	text-transform: uppercase;
}
#kolumne-mitte-01 {
	margin-left: 3.8%;
	width: 42%;
	display: block;
	float: left;
	text-align: justify;
	margin-top: 2%;
}
#kolumne-mitte-02 {
	margin-left: 3.8%;
	width: 42%;
	display: block;
	float: left;
	text-align: justify;
	margin-top: 2%;
}
#kolumne-rechts-01 {
	display: block;
	width: 44%;
	margin-left: 3.6%;
	float: left;
	color: #000000;
	text-align: justify;
	margin-top: 2%;
}
#kolumne-rechts-02 {
	display: block;
	width: 44%;
	margin-left: 3.6%;
	float: left;
	color: #000000;
	text-align: justify;
	margin-top: 2%;
}
#messung-breit-01 {
	float: left;
	text-align: left;
	color: #000000;
	margin-left: 3.8%;
	font-weight: normal;
	margin-bottom: 5%;
	width: 89.5%;
	margin-top: 2.5%;
}
#messung-100 {
	width: 100%;
	margin-top: 2%;
	margin-bottom: 5%;
}
#messung-90 {
	width: 90%;
	margin-top: 2%;
	margin-bottom: 5%;
}
#messung-80 {
	width: 80%;
	display: block;
	margin-bottom: 5%;
}
#messung-70 {
	width: 70%;
	display: block;
	margin-bottom: 5%;
}
#messung-60 {
	width: 60%;
	display: block;
	margin-bottom: 5%;
}
#linie-rot {
	border-top: thin solid #F10083;
	width: 100%;
	margin-top: 11%;
	margin-bottom: 11%;
}
#balkenueberschrift {
	background-color: #787C9D;
	color: #FFFFFF;
	width: 97.6%;
	padding-top: 0.4%;
	padding-bottom: 0.4%;
	height: 100%;
	font-size: 100%;
	text-align: left;
	letter-spacing: 0.09em;
	padding-left: 3%;
	text-decoration: none;
	margin-bottom: 6%;
}
#investigator-01 {
	font-size: 90%;
	text-align: left;
	margin-left: 12%;
	margin-bottom: 8%;
}
#investigator-02 {
	font-size: 90%;
	text-align: right;
	text-decoration: none;
}
#investigator-03 {
	font-size: 90%;
	text-align: left;
	margin-top: 11%;
	margin-bottom: 8%;
}
.investigator {
	font-weight: 900;
}
#fusszeile {
	color: #595C7B;
	text-align: center;
	margin-bottom: 4%;
	margin-left: 3.8%;
	margin-right: 3.8%;
	letter-spacing: 1px;
	font-size: 90%;
	height: 92.4%;
	clear: both;
	margin-top: 2%;
}
#linie {
	border-top: thin solid #F5F3F3;
	background-color: #595C7B;
	clear: both;
	margin-bottom:3px;
}
#fusszeile p {
	background-color: #474283;
	color:#fff;
	font-size:120%;
	padding:2px 0;
	letter-spacing:2.6px;
}
.copyright {
	font-size: 90%;
	text-align: center;
	text-decoration: none;
	color: #595C7B;
	font-weight: 100;
	letter-spacing: 0px;
}
.copyright a:link {
	font-size: 90%;
	text-align: center;
	color: #595C7B;
	font-weight: 100;
	text-decoration: none;
	border-bottom-width: 0px;
	border-bottom-style: none;
}
.copyright a:visited {
	font-size: 90%;
	text-align: center;
	color: #767676;
	font-weight: 100;
	text-decoration: none;
}
.copyright a:hover {
	color: #F10083;
	font-size: 90%;
}
#seiten-nav {
	text-align: center;
	margin-left: 4%;
	margin-right: 4%;
	clear: left;
	padding-top: 2%;
	height: 100%;
}
#pagelink-previous    {
	width: 8%;
	margin-left: 0.4%;
	float: left;
        }
#pagelink-next     {
	width: 8%;
	margin-right: 3.7%;
	float: right;
        }
.text-ueberschrift {
	font-size: 155%;
	line-height: 145%;
	color: #000000;
	font-weight: 600;
	text-align: left;
	display: block;
}
.text-chart-unterschrift {
	font-size: 136%;
	line-height: 120%;
	color: #0586D1;
	font-weight: 600;
	text-align: center;
	display: block;
}
.rot-unterueberschrift {
	text-align: left;
	margin-top: 2%;
	color: #000000;
	font-weight: 700;
}
.sup {
	font-size: 80%;
}
.selected {
	text-decoration: none;
	font-weight: 600;
	color: #290396;
	background-color: #FFFFFF;
	border-bottom: 0.12em solid #F10083;
	border-top: 0.12em solid #F10083;
}
