/*Fonts*/

@import url('https://fonts.googleapis.com/css?family=Merriweather');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab');

h2 {
    color: rgba(34, 110, 147, 1);
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 15px;
}

#impressum {
    position: relative;
    top: 100px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

#list {
    list-style-type: none;
    text-align: left;
    position: relative;
    left: -35px;
    line-height: 2;
}

#disclaimer {
    position: relative;
    top: 250px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

#data {
    position: relative;
    top: 400px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

#space {
    position: relative;
    top: 400px;
}

@media(max-width: 1200px) {
    #impressum {
        width: 90%;
    }
    #disclaimer {
        width: 90%;
    }
    #data {
        width: 90%;
    }
}