body {
    background-image: url(/assets/images/landingpage/ifz_struktur_2.jpg);
    background-size: 80%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: overpass, Helvetica, sans;
}

#footerCenter, #footerRight {
    border-bottom: none;
}

#copyright br {
    display: none;
}

#copyright {
    text-align: right;
    display: inline;
    margin-right: 30px;
    color: #0773bb;
}

footer a {
    font-size: 1.125em;
}


div#landingpageFooterLeft {
    text-align: right;
}

h1, h2, p {
    color: #333;
}

p {
    font-size: 1.125em;
}

h1, h2 {
    font-size: 2em;
    line-height: 1.5;
    font-weight: normal;
    text-align: center;
}

h1 {
    margin-top: 2em;
}

h2.pagetitle {
    margin-top: 0;
}

em {
    font-style: normal;
    color: #0773bb;
    text-transform: uppercase;
}

p.bottomline {
    text-align: center;
}

p.bottomline em {
    text-transform: none !important;
}

a.cta-auge {
    background-image: url("/assets/images/landingpage/button_auge.png");
    height: 82px;
    display: inline-block;
    background-repeat: no-repeat;
    width: 127px;
    box-sizing: border-box;
    padding: 20px 29px;
    background-size: cover;
    color: #fff;
    font-weight: bold;
}

footer#footer {
    font-size: inherit;
}

@media screen and (min-width: 1200px) {
    .landingpage .span20 {
        width: 1098px;
    }
}

@media screen and (max-width: 1199px) and (min-width: 960px) {
    .landingpage .span20 {
        width: 868px;
    }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
    body {
        background-size: 80%;
    }

    div.wrapper {
        width: 536px;
    }    
    .landingpage .span20 {
        width: 736px;
    }
}
    
@media screen and (max-width: 767px) {
    body {
        background-size: contain;
        background-image: url(/assets/images/landingpage/ifz_struktur_quer.jpg);
    }
    
    .landingpage .span20 {
        width: 80vw;
        margin: 16px 0vw;
    }

    div#landingpageFooterLeft, #copyright {
        text-align:left;
    }    
    
    #landingpageFooterLeft > a {
        float: right;        
    }

    img.figure {
        width: 100%;
        margin-left: 0.5vw;
    }    

    section#rightside {
        width: 27vw;
    }

    section#center {
        width: 50vw;
        margin-left: 0vw;
        float: left !important;
    }

    .articleContent {
        width: 100% !important;
    }

    p.bottomline {
        width: 80vw;
    }    
    
}

@media screen and (max-width: 768px) and (min-width: 516px) {
    .wrapper {
        width: 80vw !important;
    }
}

@media screen and (max-width: 515px) {
    .wrapper {
        width: 94vw !important;
    }    
    section#center {
        width: 94vw;
        text-align: justify;
    }
    section#rightside {
        width: 94vw;
    }
    section#rightside img.figure {
        width: 32%;
    }
    p.bottomline {
        width: 94vw;
        margin: 10px 0 10px;
    }
    .landingpage .span20 {
        width: 96vw;
        margin: 16px 0vw;
    }
}

.serviceNav {
    display: none!important;
}