/**
 * Name: CSS
 * Author: Christian Schneider
 * Author URI: http://etmedien.de/
 * Author E-Mail: info@etmedien.de
 * Version: 1.0.0 | 20200312
 */

/**
 * Name: CSS-Reset
 * Author URI: http://meyerweb.com/eric/tools/css/reset/
 * Version: 2.0 | 20110126
 * License: none (public domain)
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
}

/**
 * HTML5 display-role reset for older browsers
 */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display:block;
}

body {
	line-height:1;
}

ol, ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

/**
 * Body
 */
body {
	background-color:#fff;
	font-family:Ubuntu, sans-serif;
	font-size:16px;
	font-style:normal;
	font-weight:400;
	line-height:1.5;
	color:#292929;
}

/**
 * Fett
 */
.strg {
	font-weight:700;
}

.baustelle {
	position:absolute;
	display:block;
	width:550px;
	height:150px;
	top:50%;
	left:50%;
	margin-top:-100px;
	margin-left:-275px;
}

.baustelle h1 {
	margin:0 6px 10px 6px;
	font-size:48px;
	font-weight:500;
}

.baustelle p {
	margin:0 6px 0 6px;
	font-size:16px;
	font-weight:300;
}

.baustelle h1,
.baustelle p,
.copy p {
	text-align:center;
}

.copy {
	position:fixed;
	display:block;
	background-color:#fff;
	padding-top:20px;
	right:0;
	bottom:0;
	left:0;
	font-size:11px;
	font-weight:300;
}

.copy p {
	margin:0 6px 6px 6px;
}

a {
	color:#292929;
	text-decoration:none;
}

a:hover {
	color:#c12136;
	text-decoration:underline;
}

@media only screen and (max-device-width:550px) {
	.baustelle {
		width:320px;
		height:100px;
		margin-left:-160px;
		margin-top:-70px;
	}

	.baustelle h1 {
		font-size:26px;
	}

	.baustelle p {
		font-size:11px;
	}
}
