html {
	color: #222;
	font-size: 1em;
	line-height: 1.4;
}

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}
::selection {
	background: #b3d4fc;
	text-shadow: none;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

audio,canvas,iframe,img,svg,video {
	vertical-align: middle;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}



.hidden,[hidden] {
	display: none !important;
}

.sr-only {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
	
}

.sr-only.focusable:active,.sr-only.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	white-space: inherit;
	width: auto;
}

.invisible {
	visibility: hidden;
}

.clearfix::before,.clearfix::after {
	content: " ";
	display: table;
}
.clearfix::after {
	clear: both;
}

@media only screen and (min-width: 35em) {
	
}
@media print,(-webkit-min-device-pixel-ratio: 1.25),(min-resolution: 1.25dppx),(min-resolution: 120dpi) {
	
}

@media print {
	*,*::before,*::after {
		background: #fff !important;
		color: #000 !important;
		
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a,a:visited {
		text-decoration: underline;
	}
	a[href]::after {
		content: " (" attr(href) ")";
	}
	abbr[title]::after {
		content: " (" attr(title) ")";
	}
	
	a[href^="#"]::after,a[href^="javascript:"]::after {
		content: "";
	}
	pre {
		white-space: pre-wrap !important;
	}
	pre,blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	
	thead {
		display: table-header-group;
	}
	tr,img {
		page-break-inside: avoid;
	}
	p,h2,h3 {
		orphans: 3;
		widows: 3;
	}
	h2,h3 {
		page-break-after: avoid;
	}
}
body{
	font-family: Arial, Helvetica, sans-serif;
}
.wartung-box{
	margin:0% auto 0 auto;
	padding:10% 25px 0  25px;
	box-sizing:border-box;
	width:100%;
	height:95vh;
	max-width:800px;
	text-align:center;
}
.wartung-box .logo{
	padding:20px 0 30px 0;
    max-width:100%;
}
.wartung-box img{  
  width:100%;
  max-width:100%;
}
.wartung-box h1{
	font-size:30px;
	font-weight:400;
}
.wartung-box h2{
	font-size:18px;
	font-weight:300;
}

.impressum{display:block; color:#000;text-decoration:none; margin:0 auto; width:100px; text-align:center;}
