@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Caladea|Pathway+Gothic+One');

body {
	font-family: 'Caladea', serif;
	overflow-y: hidden;
}

h1 {
	font-family: 'Caladea', serif;
	color: #204080;
	font-size: 1.7rem !important;
}

p {
	color: #204080;
	font-family: 'Pathway Gothic One', sans-serif;
	font-size: 1em;
	padding-right: 30%;
}

.v-center {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.top-50 {
	margin-top: -50px !important;
}

.softy {
	background-color: rgba(255, 255, 255, 0.8);
}

.softy2 {
	background-color: rgba(255, 255, 255, 0.8);
	padding: 0 1.5em 0 2em;
}

.fill-height {
	position: relative;
	height: 100%;
}

.fill-width {
	position: relative;
	width: 100%;
}

.wrapper {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 100vh;
	align-items: center;
	justify-items: center;
}

.logocontainer {
	z-index: 5;
	text-align: right;
}

.logo {
	width: 70px;
	margin-top: 18px;
	margin-right: 21px;
}

.padding-top-1 {
	padding-top: 0.3rem !important;
}

.background {
	background-image: url("../img/z11ausschnitt.png");
	background-size: cover;
	height: 500px;
	width: 840px;
}

.background-index {
	background-image: url("../img/z11.jpg");
	background-size: cover;
	height: 500px;
	width: 840px;
}

.shader {
	height: 100%;
	width: 100%;
}

.absolute {
	position: absolute;
}

.jahr {
	background-color: white;
	margin-bottom: 10px;
	padding: 5px;
	text-align: center;
}

.jahr a {
	margin: 0;
	font-family: 'Pathway Gothic One', sans-serif;
	font-size: 1em;
	padding: 0;
}

/*
.prevabo {
	background-color: white;
	padding: 4px 20px 4px 20px;
	width: 180px;
	height: 120px;
	margin: 0 70px 20px 0;
	text-align: center;
}
*/

.prevabo {
	background-color: white;
	width: 120px;
	height: 120px;
	margin-right: 2rem;
	text-align: center;
	float: left;
}

.prevabo a, .prevabo-new a {
	padding: 0;
	margin: 0;
	line-height: 110px;
	font-family: 'Pathway Gothic One', sans-serif;
	font-size: 1em;
}

.raetsel {
	background-color: white;
	text-align: center;
	margin: 0 20px 25px 0;
}

.raetsel a {
	padding: 0;
	margin: 0;
	line-height: 70px;
	color: #204080;
	font-family: 'Pathway Gothic One', sans-serif;
	font-size: 1em;

}

.paddingcustom {
	padding: 2em 2em 0 2em;
}

@media only screen and (min-width: 0px) and (max-width: 1024px) {
	h1 {
		font-size: 1.7em;
	}
}

input, .pathway {
	font-family: "Pathway Gothic One", sans-serif !important;
}

input[type="text"]{
	width: 200px;
}

input[value="Okay"] {
	background: rgb(254, 254, 254);
	border-color: #204080;
	color: #204080;
	font-size: 16px;
	line-height: 21px;
	padding: 8px;
}

input[value="Okay"]:hover {
	background: rgb(254, 254, 254);
	border-color: #204080;
	color: #204080;
}

.label.alert {
	font-family: "Pathway Gothic One", sans-serif !important;
	font-size: 16px;
	line-height: 23px;
	padding: 8px;
}

.label.alert:not(.no-custom) {
	background: #006633;
}

.green {
	background: #006633;
}

.green:hover {
	background: #006633;
}

.button {
	font-size: 16px;
	line-height: 23px;
	padding: 8px 12px 8px 12px;
}