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

@font-face {
    font-family: 'avant_guardregular';
    src: url('webfont/avant-guard-36181-webfont.eot');
    src: url('webfont/avant-guard-36181-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfont/avant-guard-36181-webfont.woff') format('woff'),
         url('webfont/avant-guard-36181-webfont.ttf') format('truetype'),
         url('webfont/avant-guard-36181-webfont.svg#avant_guardregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'avant_guardbold';
    src: url('webfont/avant-guard-bold-webfont.eot');
    src: url('webfont/avant-guard-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfont/avant-guard-bold-webfont.woff') format('woff'),
         url('webfont/avant-guard-bold-webfont.ttf') format('truetype'),
         url('webfont/avant-guard-bold-webfont.svg#avant_guardbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

html { 
background-color: #000;
  background: url(pics/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
	font-family:'avant_guardregular';

}

#logo{
	width:400px; 
}
.content{
	
	width:900px;
	position:absolute;
	left:50%;
	margin-left:-450px;
	top:100px;
		-moz-box-shadow:1px 1px 40px rgba(0,0,0,1);
       -webkit-box-shadow:1px 1px 40px rgba(0,0,0,1);
       box-shadow:1px 1px 40px rgba(0,0,0,1);
}

.panel{
	margin-bottom:3px;
	padding:20px;
	background-color:#FFF;

}

a {
	color:#333;
}

.zweispaltig{
	column-count:2;
	-moz-column-count:2;
	-webkit-column-count:2;
}

.news{
	background-color:#DF2C2C;
}


.news h1, .news h2 {
  color: #fff;
}

.news em{
	color:#fff;
}

.news img{
	margin-bottom:10px;
	width: 110px;
	height: 110px;
	float: right;
	margin-left:20px;
	 filter: grayscale(100%);
    -webkit-filter: grayscale(100%);  /* For Webkit browsers */
    filter: gray;  /* For IE 6 - 9 */
}

.newslink{
   color:#fff;
   background-color:#E41E1E;
   padding-left:4px;
   padding-right:4px;
}

#stars img{
	width:100px; 
}
/********* CLEARFIX (fixes wrap around floating elements)
/* For modern browsers */
.panel:before,
.panel:after {
    content:"";
    display:table;
}
.panel:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.panel {
    zoom:1;
}


hr {
border:none;
  border-top: 1px solid #AC2D2F;
  height: 1px;
  margin-top:15px;
  margin-bottom:15px;
}

.navi ul
{
margin: 0;
padding: 0;
list-style-type: none;
text-align: left;
}

.navi ul li { display: inline; }

.navi li a{
	padding-right:20px;
	font-size:18px;
	color:#000;
	text-decoration:none;
}

.navi_active{
	color:#f00;
}

.navi img{
width: 27px;
float: right;
}

h1, h2{
	text-transform:uppercase;
	color:#f00;
	font-weight: normal;
}

h3{
	text-transform:uppercase;
	margin:0px;
	margin-top:16px;
	margin-bottom:4px;
}

h3 + p{
margin:0px;
padding:0px;
padding-bottom:4px;
}

.feedback em{
	font-size:13px;
}

.feedback p{
margin-top: 2px;
margin-bottom: 4px;
}

.feedback h3{
	margin-bottom:8px;
	margin-top:20px;
}

	
em{
    color:#f00;
    font-style:normal;
    font-weight:bold;
}
.collage {
   opacity:0.80;
  position:fixed;
}


.collage img{
	border: solid 10px #fff;
	position: absolute;
	
	
	}
	
.grayscale{
	 filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
filter: gray; /* IE6-9 */
-webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}


.portrait{
	width: 150px;
	height: auto;
	float: right;
	margin-left:20px;
}

.eingabe {
    display:block;
    margin-bottom:8px;
    width:300px;
}

.video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video iframe,
.video object,
.video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 900px){
#logo{
	width:70%;
}
	.navi ul
{
text-align: center;
line-height:35px;
}

.navi li a{
	font-size:24px;
}

.navi img{
width: 27px;
float:none;
vertical-align:-4px;
}


	.collage{
		display:none;
}
.content{
	width:100%;
	left:0%;
	margin-left:0px;
	top:0px;

}

.logo{
	width:100%; 
}

#stars img{
	width:23%;
	max-width:100px;
}
}

@media only screen and (max-width: 600px){
	
	#logo{
	width:100%;
}

	.portrait, .news img{
		float:none;
		margin-left:0px;
	}
  .eingabe{
    width:100%;
    }
	.zweispaltig{
	column-count:1;
	-moz-column-count:1;
	-webkit-column-count:1;
}
}

