

html, body
{
    margin: 0px;
    padding: 0px;
    font-family: 'Open Sans', sans-serif;
    font-size:14px;
    line-height: 25px;
    font-weight: 300;
    color:#000000;
}





.primaryContainer {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    width: 100%;
}

#wrapper {
    float: left;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    min-width: 0px;
    min-width: 100%;
    display: block;
    width: 100%;
    height: auto;
    position: relative;    
}










/* CONTENT */
.content{
    clear: both;
    width: 100%;
    position: relative;
	height: auto;
	margin: 0 auto 0;
    
    padding: 10px 20px;
}




/*header*/



.content .article{
    clear: both;
    width: 100%;
    max-width: 1058px;
    position: relative;
	height: auto;
	margin: 0 auto 0;
    overflow: hidden;
}



.content-text {
    float:left;
    width: 100%;    
    height: auto;
    display: inline-block;
}


.content-text.top {
    height: 15vw;
    max-height: 150px;
}

.content-text.between {
    height: 15vw;
    max-height: 90px;
}






.img-center{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    
    width: auto;
    max-width: 100%;
    height: auto;
    clear: none;
    transition: all;
}
.img-center.kontakt{
    width: 764px;
    max-width: 764px;
    transition: all;
}
.img-centerHeight{
    margin-left: 0px;
    max-height: 100%;
    max-width: none;
}

a
{
    text-transform: uppercase;
    text-decoration: underline;
}
a.linkParser
{
    display: block;
    position: relative;
    left: 50%;
    width: auto;   
    color:#3c3c3b;
    font-size: 28px;
    line-height: 78px;
    margin-top: -64px;
    margin-left: -135px;
    text-decoration: none;
}
a.linkParser:hover
{
    text-decoration: underline;
}


/* CONTENT ENDE------------------------------ */












