@media(min-width: 992px){
    
    body {
        font-size: 22px;
    }
    
    h1 {
        font-size: 55px;
    }

    h2 {
        font-size: 45px;
    }

    h3 {
        font-size: 36px;
    }
    
    div.background {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    
    .btn.btn-primary {
        font-size: 28px !important;
    }
    
    #spenden p strong {
        font-size: 30px;
    }
    
    #error-page {
        height: calc(100vh - 202px);
    }
}

@media(min-width:1200px){
    
    body {
        font-size: 24px;
    }
    
    div.background {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    
    #spenden p strong {
        font-size: 32px;
    }
    
    #slogan {
        height: 100vh;
    }
 
    footer a {
        color: #fff !important;
        text-decoration: none;
        font-size: 32px;
    }
    
    #error-page {
        height: calc(100vh - 220px);
    }
}