@charset "UTF-8";
@font-face{
	font-family:"Jost-Book";
	src:url(/fonts/Jost-400-Book.eot);
	src:url("/fonts/Jost-400-Book.eot?#iefix") format("opentype"),
		url(/fonts/Jost-400-Book.svg) format("svg"),
		url(/fonts/Jost-400-Book.ttf) format("truetype");
	font-weight:400;
	font-style:normal 
}
@font-face{
	font-family:"Jost-Semi";
	src:url(/fonts/Jost-600-Semi.eot);
	src:url("/fonts/Jost-600-Semi.eot?#iefix") format("embedded-opentype"),
		url(/fonts/Jost-600-Semi.otf) format("opentype"),
		url(/fonts/Jost-600-Semi.svg) format("svg"),
		url(/fonts/Jost-600-Semi.ttf) format("truetype"),
		url(/fonts/Jost-600-Semi.woff) format("woff"),
		url(/fonts/Jost-600-Semi.woff2) format("woff2");
	font-weight:400;font-style:normal
}
@font-face{font-family:"Jost-Bold";
		src:url(/fonts/Jost-700-Bold.eot);
	src:url("/fonts/Jost-700-Bold.eot?#iefix") format("embedded-opentype"),
		url(/fonts/Jost-700-Bold.otf) format("opentype"),
		url(/fonts/Jost-700-Bold.svg) format("svg"),
		url(/fonts/Jost-700-Bold.ttf) format("truetype"),
		url(/fonts/Jost-700-Bold.woff) format("woff"),
		url(/fonts/Jost-700-Bold.woff2) format("woff2");
	font-weight:400;
	font-style:normal
}
/* CSS Document */
body {
	padding: 20px;
	font-family: "Jost-Book", sans-serif;
	background: #000;
}
.logobar {
	align-items: center;
	justify-content: center; 
	display: flex; 
	padding-bottom: 5px;
	padding-top: 28px;
}
.logobar img {
	height: 70px;
	color: #000;
}
.logobar a {
text-align: center;
}
h1 {
	font-family: "Jost-Bold", sans-serif;
	font-weight: 700;
	color: #e9337b;
	font-size: 30pt;
}
p {
	color: #fff;
	font-size: 12px;
	text-align: right;
}
a {
	text-decoration: none;
	color: #fff;
	font-family: "Jost-Bold", sans-serif;
	font-weight: 700;
}
kast1 {
	color: #000;
	background-color: #83c4d7;
	padding: 8px;
	height: 50px;
	line-height: 40px;
}
kast2 {
	color: #000;
	background-color: #d85f97;
	padding: 8px;
	height: 50px;
	line-height: 40px;
}
.knopf {
	position: fixed;
	bottom: 80px;
	left: 0px;
	width: 100%;
	align-items: center;
	justify-content: center; 
	display: flex; 
}
knopf, .knopf input {
	color: #000;
border-radius: 0 !important;
font-family: "Jost-Bold", sans-serif;
font-weight: 700;
color: white;
background: #4fa357;
box-shadow: 6px 6px 0 0 #397246;
-webkit-box-shadow: 6px 6px 0 0 #397246;
cursor: pointer;
padding: 14px;
height: 50px;
font-family: Jost, sans-serif;
font-size: 15px;
}
input {
	font-size: 16px;
	border: none;
	background: none;
	font-family: "Jost-Bold", sans-serif;
	font-weight: 700;
	border-radius: 0px;
	color: #fff;
}

@media screen and (min-width: 850px) {
	body {
		padding: 20px 50px;
	}
}
@media screen and (min-width: 1050px) {
	body {
		padding: 20px 20%;
	}
}
@media screen and (min-width: 1250px) {
	body {
		padding: 20px 30%;
	}
}
@media screen and (min-width: 1450px) {
	body {
		padding: 20px 40%;
	}
}