/*
Nur Änderungen kommen hier rein
*/

:root {
	--fontFamily: "ProximaNovaLight";
	--fontFamilyHeading: "ProximaNovaBold";
	
	--textColor: rgb(51, 51, 51);
	--textColorBold: rgb(51, 51, 51);
	
	--ftTopBgColor: #006c66;
	--ftBgColor: #005555;
	--ftBdColor: #00534e;

	--linkColor: rgb(83, 151, 204);
}

@font-face {
	font-family: "ProximaNovaLight";
	src: url(../fonts/ProximaNovaLight.woff2) format("woff2");
	font-weight: lighter;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: "ProximaNovaMedium";
	src: url(../fonts/ProximaNovaMedium.woff2) format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: "ProximaNovaLightItalic";
	src: url(../fonts/ProximaNovaLightItalic.woff2) format("woff2");
	font-weight: 400;
	font-style: italic;
	font-display: swap
}

@font-face {
	font-family: "ProximaNovaBold";
	src: url(../fonts/ProximaNovaBold.woff2) format("woff2");
	font-weight: 700;
	font-style: normal;
	font-display: swap
}

#wrapper {
	border: solid 1px #ceccee;
	/*
	border: solid 1px rgb(83, 151, 204);

	border-image: linear-gradient(
		to bottom, rgb(83, 151, 204) rgb(239, 191, 62) 100%
	) 0 100 0 100;*/
}

header > div {
	padding: 5%;
	padding-top: 0;
	padding-bottom: 0;
}

header {
	min-height: 107px
}

header a {
	top: 0;
	display: flex;
	justify-content: flex-start;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
}

header a img {
	margin-top: 40px;
	margin-bottom: 40px;
	margin-left: 33px;
	height: 90px;
}

main {
	padding-bottom: 35px;
}

main > div {
	padding-top: 0;
}

main a {
	text-decoration: none;
	font-family: "ProximaNovaLightItalic";
}

main a:hover {
	text-decoration: none;
}

#title {
	background-image: url(../img/MPI-SWS-About.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;

	margin-left: -6%;
	margin-right: -6%;
	padding: 6%;
	padding-top: 3%;
	padding-bottom: 3%;
}

#title p, #title h1 {
	color: #fff;
}

#title h1 {
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
	font-size: 40px;
	line-height: 48px;
}

ul {
	list-style-type: square;
	margin-left: 6px;
}

li::marker {
	color:rgb(51, 51, 51)
}

h2, h3, h4 {
	color: rgb(51, 51, 51);
}

#introduction {
	padding-top: 35px;
	padding-bottom: 20px;
	background-color: #fff;
}

footer {
	border: none;
	background-color: rgb(239, 191, 62);
	background-color: rgb(238, 238, 238);
}

footer li {
	color: rgb(51, 51, 51);
}

footer h2, footer strong, footer p {
	color:rgb(51, 51, 51) !important;
}

#application a, footer a {
	color:rgb(51, 51, 51) !important;
	font-family: "ProximaNovaLightItalic";
	text-decoration: none;
}

footer #apply a {
	background-color: rgb(83, 151, 204) !important;
	color: #fff !important;
	font-family: "ProximaNovaMedium";
	font-size: 20px;
	transition: ease-in .2s;
}

footer #apply a:hover {
	background-color: rgb(239, 191, 62) !important;
	color: rgb(51, 51, 51) !important;
}

footer #end {
	background-color: rgb(83, 151, 204) !important;
	
}

@media screen and (max-width: 700px) {
	header a img {
		height: 70px;
	}
}

@media screen and (max-width: 500px) {
	header a img {
		height: 60px;
	}
}

@media screen and (max-width: 400px) {
	header a img {
		height: 45px;
	}
}