/* melitta */


.fansommer {
    margin: 200px 0 200px 0;
}
.fansommer {
    position: relative;
    background: url("img/fansommer/banner_fansommer_landscape.jpg") no-repeat center center transparent;
    background-size: cover;
    padding-top: 21.875%;
}
.fansommer a {
    width: auto;
    height: 20%;
    left: 50%;
    top: 80%;
    padding: 2%;
    font-size: 1.75vw;
    line-height: 1;
    text-transform: uppercase;
    display: block;
    position: absolute;
    background-color: #FFFFFF;

}
.fansommer a span {
    display: block;
    font-size: 1.5em
}
.fansommer figure {
    display: block;
    position: absolute;
    top: 72%;
    left: 30%;
    width: 18%;
    height: 48%;
    background: url("img/fansommer/logo-fansommer.svg") no-repeat center center transparent;
    background-size: contain;
    margin: 0;
}





@media only screen and (max-width: 1440px) {


}

@media only screen and (max-width: 1024px) {
    .fansommer a {
        font-size: 2vw;
    }
    .fansommer figure {
        top: 72%;
        left: 28%;
        width: 20%;
        height: 53%;
    }

    .fansommer {
        margin: 150px 0 150px 0;
    }
}

@media only screen and (max-width: 960px) {
    .fansommer a {
        font-size: 2.5vw;
    }
    .fansommer figure {
        top: 69%;
        left: 23%;
        width: 24%;
        height: 63%;
    }
}
@media only screen and (max-width: 640px) {
    .fansommer {
        position: relative;
        background: url("img/fansommer/banner_fansommer_portrait.jpg") no-repeat center center transparent;
        background-size: cover;
        padding-top: 118.5%;
    }
    .fansommer a {
        font-size: 5.5vw;
        height: 12%;
        top: 50%;
        padding: 3%;
    }
    .fansommer figure {
        top: 68%;
        left: 11%;
        width: 78%;
        height: 63%;
    }
}