@charset "utf-8";
/* CSS Document */

html {
	scroll-behavior: smooth;
}
* {
	font-family: sofia-pro, sans-serif;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: rgba(250,250,248,1);
}

div.wrapper {
	width: 1000px;
	margin: 0px auto;
}

nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: rgba(224,224,224,1.00);
	overflow: hidden;
}

nav ul li {
	float: left;
	width: calc(100% / 5);
	text-align: center;
	padding: 10px 0px;
	transition: 0.1s background-color, 0.1s color;
}

nav ul li:hover {
	background-color: rgba(58,60,71,1.00);
}

nav ul a li:hover {
	color: white;
}

nav ul a li  {
	color: black;
	text-decoration: none;
}

h1 {
	color: white;
	background-color: #437784;
	padding: 2px 15px 8px;
	display: inline-block;
	font-size: 20pt;
	margin: 20px 0px 0px 0px;
}

h2 {
	font-weight: 200;
	color: #707070;
	font-size: 35pt;
	margin: 0px;
}

h3 {
	color: white;
	background-color: #437784;
	padding: 2px 15px 8px;
	display: table;
	font-size: 17pt;
	margin: 40px auto 0px auto;
	text-align: center;
}

h4 {
	color: #3E3E3E;
	font-size: 16pt;
	margin: 15px 0px 0px 0px;
}

p, li {
	color: #3E3E3E;
}

p.authors {
	font-size: 16px;
	color: #B5B5B5;
	font-style: italic;
}

p.einleitung {
	font-size: 15pt;
	color: #707070;
	font-weight: 600;
	
}

section {
	margin-top: 50px;
}

section#massnahmen ul {
	list-style: none;
	padding: 0px;
	overflow: hidden;
}

section#massnahmen ul li {
	float: left;
	width: calc(100% / 4 - 20px);
	margin: 10px;
	padding: 10px 0px;
	height: 620px;
}

section#massnahmen ul li img {
	width: 100%;
}

section#massnahmen ul li h4 {
	text-align: center;
	margin: 15px 0px 5px;
}

section#massnahmen ul li p {
	text-align: justify;
}

footer {
	background-color: #437784;
	padding: 10px 0px 0px;
	margin-top: 20px;
}

footer p, footer h4, footer a, footer li {
	color: white;
}

footer h3 {
	background-color: rgba(250,250,248,1);
	color: #437784;
}

div.footerfooter {
	text-align: center;
	background-color: #2D5660;
	overflow: hidden;
	margin-top: 20px;
}

div.graphscontainer {
	overflow-x: scroll;
	width: 100%;
	background-color: white;
	box-shadow: 0px 0px 40px rgba(0,0,0,0.3);
	border-radius: 10px;
	margin-top: 30px;
}

div.graphscontainer2 {
	width: 7007px;
	overflow: hidden;
    /*position: relative;*/
}

div.graphcontainer {
	float: left;
	width: 1000px;
	border-right: 1px solid rgba(230,230,230,1);
}

div.graphcontainer img {
	width: calc(60% - 30px);
	margin: 15px;
	float: left;
}

div.graphcontainer p, div.graphcontainer h4 {
	margin-right: 15px;
}

div.graphcontainer p {
	margin-left: 15px;
	font-size: 10pt;
	margin-top: 10px;
	margin-bottom: 5px;
}

div.weltkarte {
	width: 100%;
	background-image: url("img/weltkarte.jpg");
	background-position: center;
	background-size: cover;
	overflow: hidden;
}

div.weltkarte div.content {
	background-color: rgba(254,254,254,0.7);
	backdrop-filter: blur(20px);
	width: calc(50% - 30px);
	margin: 30px 30px 30px calc(50% - 60px);
	padding: 30px;
	border-radius: 10px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.6);
	
}

div.weltkarte div.content h4 {
	margin-top: 0px;
}

ul.graphnav {
	list-style: none;
	margin: 30px auto;
	padding: 0px;
	text-align: center;
}

ul.graphnav li {
	display: inline;
	margin: 10px;
	cursor: pointer;
	color: rgba(33,33,33,1.00);
	text-decoration: none;
}

ul.graphnav li:hover {
	color: #437784;
	text-decoration: none;
}

ul.graphnav li.active {
	text-decoration: underline;
}



