/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Quicksand');

@media only screen and (max-width: 480px) {
    #impr_bh {
        padding-bottom: 40px;
    }

    #impbild {
        margin-top: 2em;
        display: block;
        text-align: center;
        width: 100%;
    }
    .bild {
        width: 60%;
        margin-left: 5%;
    }
    #impr_tx {
        font-family: 'Quicksand';
        margin-left: 5%;
        width: 90%;
        margin-top: 1em;
    }
    #impr_tx h1,
    h2 {
        line-height: 200%;
        text-align: center;
    }
    #impr_tx p {
        line-height: 150%;
        text-align: center;
    }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
    #impr_bh {
        padding-bottom: 40px;
    }

    #impbild {
        margin-top: 2em;
        display: block;
        text-align: center;
        width: 100%;
    }
    .bild {
        width: 50%;
        margin-left: 5%;
    }
    #impr_tx {
        font-family: 'Quicksand';
        margin-left: 5%;
        width: 90%;
        margin-top: 1em;
    }
    #impr_tx h1,
    h2 {
        line-height: 200%;
        text-align: center;
    }
    #impr_tx p {
        line-height: 150%;
        text-align: center;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
    #impr_bh {
        padding-bottom: 40px;
    }

    #impbild {
        margin-top: 2em;
        display: block;
        text-align: center;
        width: 100%;
    }
    .bild {
        width: 40%;
        margin-left: 5%;
    }
    #impr_tx {
        font-family: 'Quicksand';
        margin-left: 5%;
        width: 90%;
        margin-top: 1em;
    }
    #impr_tx h1,
    h2 {
        line-height: 200%;
        text-align: center;
    }
    #impr_tx p {
        line-height: 150%;
        text-align: center;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
    #impr_bh {
        padding-bottom: 40px;
    }

    #impbild {
        margin-top: 2em;
        display: block;
        text-align: center;
        width: 100%;
    }
    .bild {
        width: 40%;
        margin-left: 5%;
    }
    #impr_tx {
        font-family: 'Quicksand';
        margin-left: 5%;
        width: 90%;
        margin-top: 1em;
    }
    #impr_tx h1,
    h2 {
        line-height: 200%;
        text-align: center;
    }
    #impr_tx p {
        line-height: 150%;
        text-align: center;
    }
}
@media only screen and (min-width: 1201px) {
    #impr_bh {
        padding-bottom: 40px;
    }

    #impbild {
        margin-top: 2em;
        display: block;
        text-align: center;
        width: 100%;
    }
    .bild {
        width: 40%;
        margin-left: 5%;
    }
    #impr_tx {
        font-family: 'Quicksand';
        margin-left: 5%;
        width: 90%;
        margin-top: 1em;
    }
    #impr_tx h1,
    h2 {
        line-height: 200%;
        text-align: center;
    }
    #impr_tx p {
        line-height: 150%;
        text-align: center;
    }
}
