

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.img {
    width: 100%;
    height: 350px;
}
.content-text.img bg{
    margin: auto;
    background-image: url(/img/bg.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    min-width: 407px;
    height: 350px;
}

.content-text.between {
    height: 0px;
}

.content.bottom {
    margin-top: 30px;
}




.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:black;
    font-size: 14px;
    line-height: 14px;
    margin-top: -64px;
    margin-left: -175px;
    text-decoration: none;
}
a.linkParser:hover
{
    text-decoration: underline;
}

a.imda{
    text-decoration: none;
}
a.imda:hover
{
    text-decoration: underline;
}

img#logo{
    width: 35%;
    margin-bottom: 10px;
}

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












