
*{
    margin:0;
    padding:0;
}
body{font-family: 'Open Sans', sans-serif;
	color: #fff;
	/*! background-image: url(bg.jpg); */
	background-attachment: fixed;
}


#wrapper {
   width: 100%;
   margin: 0 auto;
}

.select {float: right; margin: 10px 40px 0 40px;position: fixed;}

h2 {
	font-weight: 300; font-family: 'Chalkduster', sans-serif;
}



h3, h4, h5, ul, p, pre, ol, ul.nav {
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

p {
}

p i {
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;}

.right {line-height: 29px; text-align: right;}

b {font-weight: 800;}

h6,
h3 {
	font-size: 22px;
	line-height: 18px;
        letter-spacing: 0em;
	font-weight: 300;
}

h4 {
	font-weight: 700;
	font-size: 37px;
	line-height: 18px;
	margin-left: 40px;
    font-family: 'Open Sans Condensed';

}
h5 {
	font-weight: 300;
	font-size: 22px;
	line-height: 12px;
	text-transform: uppercase;
}

h6 {	margin-left: 40px; font-size: 20px; line-height: 40px;}

h7 {
	font-weight: 300;
	font-size: 18px;
	line-height: 30px;
	color: #fff;
	margin-bottom: 5px;
}
h8 {
	font-weight: 400;
	font-size: 18px;
	line-height: 18px;
	color: #000;
	margin-bottom: 5px;
}




a {	color: #fff;
	text-decoration: underline;
}

ol {list-style: disc;
    list-style-position: outside;
    padding: 0px 0 10px 18px;
}

ol.big {
    padding: 0 0 10px 66px;
    list-style: none;
}
ol.big span {
    display: block;
    position: absolute;
    margin-left: -60px;
    margin-top: 30px;
    color: #ecd200;
    font-size: 100px;
    font-weight: 700;
}





.section {
	margin: 0;
	padding: 0; 
    min-height: 100vh;
    /*
	float: left; 
	/*! padding-bottom: 0px; */         /*    Hhe       */
}


.gelb {	color: #ffa900; }




.section ul.nav {
	list-style: none;
	padding-top: 60px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	clear: both;
	right: 0;
    position: fixed;
	z-index: 10;
	font-family: 'Open Sans Condensed';
}


ul.fixed {
	position: fixed;}



.section ul li {
	/*! float: left; */
	font-size: 28px;
	padding: 0;
    letter-spacing: 0em;
	font-weight: 600;
	/*! font-variant: small-caps; */
	color: #CCCCCC;
	margin: 0 40px 0 0;
	text-align: right;
}
.section ul li a {
	text-decoration: none;
	display: block;
	color: #fff;
}
.section ul li a:hover {
	text-decoration: none;
	color: #ddd;
}







.linie {
    position: relative;
	display: block;
	width: 20px;
	height: 40px;
    bottom: -50px;
	border-bottom: 0px solid #fff;}

.linie > ul {
    display: inline;
    position: relative !important;}

.linie ul li.right {margin: 0;}

.linie img {
    height: 30px;
    width: 30px !important;
    padding-top:0px !important;}




.start h3 {
    margin-left: 40px;
    margin-top: 20px;
}

.start p {
	margin-left: 40px;
}



#intro {
	line-height: 20px;
	padding: 0px;
	display: block;
	width: 900px;
	height: 640px;}


#news,
.intro {
/*	line-height: 20px;
	*/ /*! height: 275px; 
	width: 98%;*/
/*    margin-top: 0;
	margin-bottom: 0px;
	padding-top: 270px;
	padding-right: 0px;
	padding-bottom: 320px;
	padding-left: 2%;*/
}


/*
#news p {
    position: relative;
    margin-right: 33%;
    text-decoration: none;
    margin-bottom: 25px;
    margin-left: 40px;
}

*/

.rot    {background-color: #d7404d;}
.blau   {background-color: #6088b0;}






.images span {
    float: right;
    clear: both;
    position: absolute;
    display: block;
    font-size: 17px;
    font-weight: normal;
    margin: 20px 40px 30px 10px;
    right: 0px;
    width: 70%;
    text-align: right;
}



ul.logo li a img {width: 750px;position: fixed;left: 40px;padding-top: 0px;}










@media (max-width:750px) {
    ul.fixed {display: none;}
    ul.logo {display: block;}
    ul.logo li a img {width: 90%; left: 10px}

    .linie {display: none;}

    .select {margin-left: 10px;}

    .section ul.nav {
        padding-top: 40px;
        padding-bottom: 60px;
        float: right;
        position: relative;}

    .images span {
        float: none;
        clear: both;
        position: relative;
        margin: 20px 0 0 10px;
        width: 94%;
    }
    .images span img {width: 100%;}

    #news {padding: 160px 0 60px 0px; }
    #news p {
        font-size: 20px;
        line-height: 23px;
        margin-right: 10px;
        margin-top: 0px;
        margin-left: 10px;}
        
    h4 {margin-left: 10px;}

}





@media (min-width:751px){
    ul.logo li a img {width: 550px;}
    
    #news p,
#news pre    {
        font-size: 23px;
        line-height: 26px;}

    .images:hover span {
        z-index: 10;
        cursor: crosshair;}

    .images span img {width: 100%;}
}



