html, body, div, form, pre, span, tr, th, td, img {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(opensans-light.woff) format("woff");
}
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(opensans-regular.woff) format("woff");
}
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(opensans-bold.woff) format("woff");
}
body {
    margin: 1em;
    background-color: #fff;
    background-image: url(stauning.jpg);
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #fff;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 1em;
    font-weight: 300;
    text-shadow: 2px 2px 4px #000;
    line-height: 1.5;
    height: 100%;
}

h1,
h2 {
    color: #fff;
    font-weight: 400;
    margin: 0 0 0.5em 0;
}
h1 {
    font-size: 2em;
}
a {
    color: #affe00;
    text-decoration: none;
}
a:hover {
    color: #00affe;
    text-decoration: underline;
}
code {
	font-size: 1.2em;
	vertical-align: middle;
}
abbr {
	cursor: help;
}

/* Mittelhausen */

.mittelhausen {
	position: relative;
    min-height: 100%;
    width: 100%;
    margin: 0 auto;
}

/* Header */

.header {
	top: 0;
    display: block;
    vertical-align: baseline;
	box-shadow: 0px 5px 20px black;
    display: flex;
    justify-content: space-between;
}
.header-left {
    padding-inline-start: 1em;
    margin-block: auto;
}
.header-right {
	padding-inline-end: 1em;
    margin-block: auto;
}
.header-right p {
    display: inline-block;
    margin-block: auto;
}
.header-right p.loginoutlink {
    padding-inline-start: .5rem;
    vertical-align: sub;
}
.header a {
    text-decoration: none;
    font-size: 1.5em;
}
.header a.index {
	color: #fff;
}
.header a.index:hover {
	color: #fe00af;
}
.header a.index:active {
	text-shadow: none;
}
.header a.input {
	text-shadow: none;
}
.header a.input:hover {
	color: #fe00af;
}
.header h2 {
    margin: 0;
    font-size: 2rem;
}

/* Footer */

/* Hide default backend stuff */
#footer {
	display: none;
}
.footer,
.header {
    background: rgba(000,000,000,0.5);
    min-width: 100%;
    padding-block: 2rem;
    position: fixed;
    left: 0;
	backdrop-filter: blur(2px);
	-webkit-backdrop-filter: blur(2px);
	-o-backdrop-filter: blur(2px);
}
.footer {
	bottom: 0;
}
.footer small {
	font-weight: 400;
}


/* Forms and buttons */

.form-control {
    margin: 0;
    padding: 4px;
    display: inline-block;
    width: 90%;
    min-width: 7em;
    font-size: 0.9em;
    font-family: inherit;
    font-weight: normal;
    line-height: normal;
    text-align: left;
}
.form-control label {
	display: block;
	padding-left: 0.5em;
	font-size: 0.8em;
	font-style: normal;
}
.form-control input {
	height: 3.3em;
	background-color: #fff;
	border: 3px solid #fff;
	border-radius: 4px;
	width: 100%;
	box-sizing: border-box;
}
.form-control input.keyword {
	padding-left: 108px;
}
.form-control input[type="submit"] {
	color: #000;
	width: 75px;
	cursor: pointer;
}
.form-control .keyword-addon {
	display: inline;
	position: absolute;
	height: 1.3em;
	left: 0;
	bottom: 0;
	padding: 3px 0 9px 7px;
	text-shadow: none;
	color: #666;
}
.form-group {
	position: relative;
	margin-bottom: 1.5em;
	width: 100%;
}

/* Responsive and print */

.page {
	background: rgba(000,000,000,0.5);
	border: 1px solid #eee;
	border-radius: 10px;
    margin: 7em auto;
    max-width: 1000px;
	padding-block: 7em;
	text-align: center;
	clear: both;
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	-o-backdrop-filter: blur(5px);
	box-shadow: 0px 0px 20px black;
    margin-block: 11em 7em;
}
.page p {
	margin: 1em 0;
	padding: 0 2em;
}

@media screen and (min-width: 62em) {
    body {
        margin: 1em auto 0;
    }
    .page {
        margin: 11em auto 7em;
        max-width: none;
        width: 35%;
    }
}
@media screen and (max-width: 32em) {
    body {
        margin: 0.5em;
        font-size: 0.9em;
    }
    .content h1,
    .content h2 {
        font-size: 1.5em;
    }
}
@media print {
    .page {
        border: none !important;
    }
}
