a, abbr, acronym, address, applet, article, aside, audio, big, blockquote,
body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl,
dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4,
h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li,
mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small,
span, strike, sub, summary, sup, table, tbody, td, tfoot, th, thead, time,
tr, tt, u, ul, var, 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
}

html {
    box-sizing: border-box;
    overflow-x: hidden;
    text-size-adjust: 100%
}

* , :after, :before {
    border: 0;
    box-sizing: inherit;
    margin: 0;
    padding: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup,
main, menu, nav, section, summary {
    display: block
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
  }
 
 :root  {
        font-size: 9px;     
  }
  
body {
    background-color: #ffffff;
    font-family: 'Linux Biolinum O Regular';
    font-style: normal;
    font-weight:normal;
}
  
#container  {
    width: 94%;
    max-width: 1408px;
    margin: 0 auto;
    position: relative;
}

    header    {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 90;
        background-color: #ffffff;
        width: 100%;
        height: 5.5rem;
        margin: 0 0 1rem 0;
        padding: 0;
    }

    #logo {
        position: absolute;
        top: 1rem;
        left: 3%;
        z-index: 100;
        display: inline-block;
        width:auto;
        font-size: 3rem; 
        color: #333333;
        margin: 0;
    }
  
main	 {
	width:100%;
	margin: 0;
	padding: 6rem 0 0 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
 	display: flex;
 	-webkit-align-items: flex-start;
 	-ms-align-items: flex-start;
 	align-items: flex-start;
 	-webkit-flex-wrap: wrap;
 	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
  	flex-grow: 1;
  	-webkit-flex-justify-content:space-between;
	-webkit-justify-content:space-between;
    -ms-flex-justify-content:space-between;
    -ms-justify-content:space-between;
  	justify-content: space-between;
}

.wechsel {
    display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around; /* Safari 6.1+ */
	justify-content:  space-between;
	align-items: flex-start;	
    -webkit-flex-direction: row-reverse;
    flex-direction : row-reverse;
	-webkit-flex-wrap: wrap;
  	flex-wrap: wrap;
  	flex-grow: 1;  
  	margin: 0;
  	padding: 0;
}

.box3, 	.box5, 	.box6, 	.box10 {
 		-webkit-flex-basis: 100%;
        -ms-flex-basis: 100%;
 		flex-basis: 100%;
 		margin-bottom: 2rem;
	    position: relative;
	}

.box10ohne {
 	-webkit-flex-basis: 100%;
 	-ms-flex-basis: 100%;
 	flex-basis: 100%;
	margin-bottom: 1rem;
}

.unten {
	-webkit-align-self: flex-end;
	align-self: flex-end;
}

.olinks	{
	position:absolute;
	top:0;
	left: 0;
	width:80%;
	background: transparent;
	margin: 0;
	padding: 4rem;
}

.ulinks	{
	position :absolute;
	bottom: 0;
	left: 0;
	width: 70%;
	height:auto;
	background: transparent;
	margin: 0;
	padding: 4rem;
}

.orechts	{
	position: absolute;
	top: 0;
	right: 0;
	width: 70%;
	text-align: right;
	height: auto;
	background: transparent;
	margin: 0;
	padding: 4rem;
}

.urechts	{
	position: absolute;
	bottom: 0;
	right: 0;
	width:70%;
    text-align: right;
	background: transparent;
	margin: 0;
	padding: 4rem
}

.spalten    {
    -moz-column-count: 2;
    -moz-column-gap: 25px;
    -webkit-column-count: 2;
    -webkit-column-gap: 25px;
    column-count: 2;
    column-gap: 25px;
    text-align: left;
}

h1  {
        font-size: 3.5em;
        line-height: 1.2;
        margin: 0 0 1rem 0;
        color: #000000;
    }
    
h2  {
        font-size: 4rem;
        line-height: 1;
        margin:0;
        color: #ffffff;
        text-shadow: 2px 2px 4px #000000;
}

p   {
        font-size: 2rem;
        line-height: 1.3;
        color: #000000;
        margin: 0 0 1rem 0;
    }
    
  .bt {   
    font-size: 1.75rem;
    color: #333333;
    margin: 0.5rem 0 0 0;
}  

main a:link, main a:visited   {
        text-decoration: underline;
        color: #336699;
    }
 
img {
    width: 100%;
    margin: 0;
    padding: 0;
}

footer {
	width: 100%;
	height: 4rem;
	border-top: solid 1px #aaa;
	float: left;
	margin: 0 0 2rem 0;
	padding-bottom: 2rem;
}
 
footer  p {
    font-style: normal;
	font-weight: 300;
    color: #666666;
	font-size: 1.25rem;
	line-height: 100%; 	
	padding: 0.75rem 0 1rem 0;  
	text-transform: uppercase;
}	

footer p span	{
	float:right;
}

footer a:link, footer a:visited	{
	color: #333333;
	text-decoration: none;
	padding: 0 2px 0 2px;
}

footer a:hover	{
	color: #ffffff;
	background-color: #000000;
}

@media screen and (min-width:801px) {	

    :root   {
        font-size: 10px;
    }

    header  {
        position: absolute;
        top: 0;
        left: 0;
        height: 5rem;    
    } 

   #logo {
        position: absolute;
        top: 1rem;
        left: 0;
    }

    .box3 {
	    -webkit-flex-basis: 32%;
        -ms-flex-basis: 32%;
        flex-basis: 32%;
	    margin-bottom: 2rem;
    }

    .box5 {
        -webkit-flex-basis: 47.5%;
        -ms-flex-basis: 47.5%;
        flex-basis: 47.5%;
	    margin-bottom: 2rem;
    }

    .box6 {
 	    -webkit-flex-basis: 66%;
 	    -ms-flex-basis: 66%;
        flex-basis: 66%;
        margin-bottom: 2rem;
    }

}

@media screen and (min-width:1200px) {	

    :root   {
        font-size: 11px;
    }
}