@charset "UTF-8";
/* CSS Document */

html, body { height:100%; }

html {
	overflow-y: scroll;
}
   
body {
	background: white;
	background-image:url(images/bg.gif);
	background-position:center top;
	background-repeat:no-repeat;
	font-family: "verdana", "arial", "helvetica"; 
	font-size:0.7em; 
	color:#58585a;
}

* {
	margin:0;
	padding:0;
}
   
#wrapper {
  width: 100%;  
	min-height: 100%; 
	border: 0px solid #000000;
	text-align:right;
}

* html #wrapper {
	height: 100%;
} /* IE Hack f&uuml;r 100 % H&ouml;he */

.fullscreen {
  position: relative;
  width: 100%;
  margin: auto;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  overflow: hidden !important;
}

.mittig {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;  
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.container { width: 100%; text-align: center; }

.container img { width: 30%; height: auto; }

@media all and ( max-width: 768px ) {
  .container img { width: 60%; height: auto; }
}