/* IMPRESSUM */
@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 300;
    src: url('..fonts/quicksand-v30-latin-300.eot'); /* IE9 Compat Modes */
    src: local(''), url('fonts/quicksand-v30-latin-300.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */ url('fonts/quicksand-v30-latin-300.woff2') format('woff2'),
        /* Super Modern Browsers */ url('fonts/quicksand-v30-latin-300.woff') format('woff'),
        /* Modern Browsers */ url('fonts/quicksand-v30-latin-300.ttf') format('truetype'),
        /* Safari, Android, iOS */ url('fonts/quicksand-v30-latin-300.svg#Quicksand') format('svg'); /* Legacy iOS */
}
@media screen and (min-width: 700px) {
    #impres_cont {
        position: relative;
        top: 0px;
        width: 100%;
        height: 100%;
        margin: 0 auto;
    }
    #impres_txt {
        position: relative;
        margin: 0 auto;
        top: 0px;
        padding-top: 250px;
        padding-bottom: 50px;
        display: block;
        width: 100%;
        height: 100%;
        max-width: 1440px;
        background-color: #fff;
    }
    #impr_cont {
        width: 90%;
        margin-left: 5%;
    }
    #impr_cont h1 {
        font-size: 150%;
        color: #333;
        line-height: 150%;
    }
    #impr_cont h2 {
        font-size: 120%;
        color: #555;
        line-height: 150%;
        margin: none;
    }
    #impr_cont h3 {
        font-size: 125%;
        color: #555;
        line-height: 150%;
    }
    #impr_cont h4 {
        font-size: 100%;
        color: #555;
        line-height: 150%;
    }
    #impr_cont p {
        color: #666;
        font-size: 100%;
        line-height: 125%;
    }
}
@media screen and (max-width: 699px) {
    #impres_cont {
        position: relative;
        top: 0px;
        width: 100%;
        height: 100%;
        margin: 0 auto;
    }
    #impres_txt {
        position: relative;
        margin: 0 auto;
        top: 0px;
        padding-top: 20px;
        padding-bottom: 50px;
        display: block;
        width: 100%;
        height: 100%;
        max-width: 1440px;
        background-color: #fff;
    }

    #impr_cont {
        width: 90%;
        margin-left: 5%;
    }
    #impr_cont h1 {
        font-size: 150%;
        color: #333;
        line-height: 150%;
    }
    #impr_cont h2 {
        font-size: 100%;
        color: #555;
        line-height: 150%;
        text-align: left;
    }
    #impr_cont h3 {
        font-size: 125%;
        color: #555;
        line-height: 150%;
    }
    #impr_cont h4 {
        font-size: 100%;
        color: #555;
        line-height: 150%;
    }
    #impr_cont p {
        color: #666;
        font-size: 100%;
        line-height: 125%;
    }
}
