/* http://www.florian-fink.de/default.css 1.9.1 (5/1/23) */
/* Copyright (c) Florian Fink http://www.florian-fink.de */
/* Alle Rechte vorbehalten. */

/* -------------------------------------------------- */

* {
	box-sizing: border-box;
}

/* -------------------------------------------------- */

a {
	color: #ffffff;
}

a:hover, a:active, a:focus {
	color: #ffffff;
}

/* -------------------------------------------------- */

body {
	margin: 0px;
	font-family: arial;
	color: #ffffff;
	background-color: #00ff00;
	background-image: url('background.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100vw;
	height: 100vh;
}

/* -------------------------------------------------- */

.headline {
	background-color: #00ff00;
	padding: 10px 20px;
	font-size: 36px;
	position: fixed;
	top: 40px;
}

.subline {
	background-color: rgba(0,0,0,0.5);
	padding: 10px 20px;
	font-size: 26px;
	position: fixed;
	top: 110px;
}

.contact {
	background-color: rgba(0,0,0,0.5);
	padding: 20px;
	font-size: 16px;
	position: fixed;
	bottom: 0px;
	text-align: center;
}

/* -------------------------------------------------- */
