/* DATENSCHUTZ */
@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 */
}
#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;
}
#datsch_content {
    width: 90%;
    margin-left: 5%;
}
#impres_txt h1 {
    font-size: 150%;
    color: #333;
    line-height: 150%;
}
#impres_txt h2 {
    font-size: 135%;
    color: #555;
    line-height: 150%;
}
#impres_txt h3 {
    font-size: 125%;
    color: #555;
    line-height: 150%;
}
#impres_txt h4 {
    font-size: 100%;
    color: #555;
    line-height: 150%;
}
#impres_txt p {
    color: #666;
    font-size: 100%;
    line-height: 125%;
}
@media only 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;
    }
    #datsch_content {
        width: 90%;
        margin-left: 5%;
    }
    #impres_txt h1 {
        font-size: 150%;
        color: #333;
        line-height: 150%;
    }
    #impres_txt h2 {
        font-size: 135%;
        color: #555;
        line-height: 150%;
    }
    #impres_txt h3 {
        font-size: 125%;
        color: #555;
        line-height: 150%;
    }
    #impres_txt h4 {
        font-size: 100%;
        color: #555;
        line-height: 150%;
    }
    #impres_txt p {
        color: #666;
        font-size: 100%;
        line-height: 125%;
    }
}
