@charset "UTF-8";
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;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

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;
}

html {
  background: url(/gfx/feuchtigkeit-blur.jpg) center no-repeat;
  background-size: cover;
  height: auto;
}

body {
  font-family: "Trebuchet MS", sans-serif;
  font-size: 100%;
  font-weight: normal;
  background: url(/gfx/pixelBlack.png);
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
	color: #FFF;
}
a:hover {
  text-decoration: underline;
}

h1 {
  font-size: 1.4em;
  margin-bottom: 20px;
  padding-bottom: 5px;
}
h2 {
	font-size: 1.2em;
	margin-bottom: 20px;
	padding-bottom: 5px;
}
h3 {
	font-size: 1em;
  	margin-bottom: 20px;
  	padding-bottom: 5px;
}

#wrapper {
  	margin: auto;
	max-width: 980px;
	padding: 10px;
}

#content{
	background: url(/gfx/cover.jpg) top center no-repeat;
	background-size: contain;
	margin: 50px auto;
	color: #FFF;
	min-height: 680px;
}
#wrapper #content .inner{
	margin: 50px auto;
	text-align: center;
	position: relative;
	padding-top: 10px;
}
#wrapper #content .inner .bigphone{
	position: absolute;
	right: 10px;
	font-size: 2em;
}
#wrapper #content .inner header{
	margin: auto;
	padding-top: 300px;
}
@media (max-width: 700px) {
	#wrapper #content .inner header{
		margin: auto;
		padding-top: 40%;
	}
}

#wrapper #content .inner header img{
	width: 200px;
	margin: auto;
	background: #C5C5C5;
}
#wrapper #content .inner article{
	padding: 20px;
	padding-top: 30px;
}

.box0_wrapper{
	display: flex;
	flex-basis: 100%;
	justify-content: center;
}
@media (max-width: 820px) {
	.box0_wrapper{
		background: #C5C5C5;
	}
}
.box0{
	width: 90%;
	min-width: 100px;
	padding: 5px;
	background: url(/gfx/transpixel.png);
}
.box0 p{
	color: #FFF;
}
@media (max-width: 820px) {
	.box0 p{
		color: #000;
	}
}

.box_wrapper{
	display: flex;
	flex-basis: 100%;
	justify-content: space-between;
	flex-wrap: wrap;
}
.box{
	background: black;
	opacity: .5;
	width: 30%;
	padding: 10px;
	margin-bottom: 10px;
}
@media (max-width: 700px) {
	.box{
		width: 100%;
	}
}
.box strong{
	font-size: 1.4em;
}

footer {
  text-align: center;
}

