body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

.wrapper{
    width: 70%;
    margin: 0 auto;
}

.wrapper img {
     max-width: 100%;
}

.fa {
    padding: 20px;
    font-size: 30px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
}

a:hover{
    text-decoration: none;
    border: none;
}

a{
    text-decoration: none;
}

.header{
    text-align: center;
}

h1{
    margin-top: 2%;
    font-size: 100px;
}

h2 {
    font-size: 75px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Dancing Script';
    font-weight: light;
    font-style: normal;
}

.impressum{
    text-align: center;
}

.eapps-instagram-feed-title{
    display: none !important;
} 

/* Mobile */
@media (min-width: 575px) and (max-width: 991px) {
    h1 {
        margin-top: 7%;
        font-size: 110px;
    }

    .impressum {
        font-size: 40px !important;
    } 

    .eapps-instagram-feed{
        display: none;
    }
} 		