@charset "UTF-8";
/* CSS Document */
body {
	padding: 20px;
	font-family: dunbar-tall, sans-serif;
	background: #f9e6b8;
}
.logobar {
	align-items: center;
	justify-content: center; 
	display: flex; 
	padding-bottom: 5px;
	padding-top: 28px;
}
.logobar img {
	height: 50px;
	color: #000;
}
.logobar a {
text-align: center;
}
h1 {
	font-family: dunbar-tall, sans-serif;
	font-weight: 700;
	font-style: italic;
	color: #f5333f;
}
p {
	color: #000;
	font-size: 12px;
	text-align: right;
}
a {
	text-decoration: none;
	color: #000;
}
kast1 {
	color: #000;
	background-color: #1DA64A;
	padding: 8px;
	height: 50px;
	line-height: 40px;
}
kast2 {
	color: #000;
	background-color: #d85f97;
	padding: 8px;
	height: 50px;
	line-height: 40px;
}
.knopf {
	position: fixed;
	bottom: 90px;
	left: 0px;
	width: 100%;
	align-items: center;
	justify-content: center; 
	display: flex; 
}
knopf, .knopf input {
	color: #000;
background-color: #1DA64A;
cursor: pointer;
padding: 14px;
height: 50px;
font-family: dunbar-tall, sans-serif;
font-weight: 700;
font-style: italic;
font-size: 15px;
}
input {
	font-size: 16px;
	border: none;
	background: none;
	font-family: dunbar-tall, sans-serif;
	border-radius: 0px;
}
input.h1 {
	font-size: 20px;
	font-weight: 700;
	font-style: italic;
	color: #000;
}
input.k2 {
	color: #fff;
}
kast1 ::placeholder { 
  color: #000;
  opacity: 1; 
}
kast2 ::placeholder { 
  color: #fff;
  opacity: 1; 
}
@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%;
	}
}