@media(min-width: 992px){
    body {
        padding-top: 128px;
    }
    
    .background {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    
    /*Header*/
    h1, h2, h2.standard-header {
        font-size: 48px;
    }
    
    .navbar-brand {
        padding-left: 0;
    }
    
    .navbar-brand-image {
        height: 68px;
    }
    
    /*Navigation*/
    #navbar {
        height: auto;
        padding: 30px 0;
        padding-bottom: 20px;
    }
    
    #mainmenu {
        background: #FFF;
        margin-top: 0;
        box-shadow: none !important;
    }
    
    #mainmenu .navbar-nav {
        width: auto;
        margin-top: 0;
        min-height: 0;
        margin-bottom: 0;
        align-items: center;
    }
    
    .navbar-light .navbar-nav .nav-link,
    .navbar-light .navbar-nav .active>.nav-link, 
    .navbar-light .navbar-nav .nav-link.active, 
    .navbar-light .navbar-nav .nav-link.show, 
    .navbar-light .navbar-nav .show>.nav-link,
    .navbar-light .navbar-nav .nav-link:focus, 
    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .nav-link:active {
        color: #000;
        text-decoration: none;
        font-size: 16px;
        margin-left: 10px;
        margin-right: 10px;
    }
    
    /*Page Header*/
    #home-header .page-header-image {
        padding-top: 150px;
    }
    
    /*Images*/
    .image-box img {
        max-width: 100%;
    }
    
    img.img-2550 {
        margin-top: 200px;
    }
    
    img.img-2559 {
        margin-top: 200px;
    }
    
    /*Hotline*/
    
    .hotline-nummer p {
        font-size: 28px;
    }
    
    .hotline-zeiten p {
        font-size: 20px;
    }
    
    /*Kontakt*/
    #kontakt {
        padding-bottom: 400px;
    }
    
    #kontakt .container,
    #kontakt .row {
        position: relative;
    }

    .contact-textbox {
        padding-top: 75px;
        padding-left: 100px;
        padding-bottom: 220px;
    }

    .contact-textbox h2.standard-header {
        font-size: 40px;
    }

    .contactform {
        padding-top: 75px;
        padding-right: 75px;
        padding-bottom: 100px;
    }

    #contact-image {
        width: 450px;
        height: 553px;
        top: 350px;
        left: 125px;
    }
    
    /*Errorpage*/
    #error-image {
        margin-top: -175px;
    }
}

@media(min-width: 1200px) {
    
    .background {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    
    .btn.btn-secondary {
        min-width: 200px !important;
    }
    
    /*Header*/
    h1, h2, h2.standard-header {
        font-size: 56px;
    }
    
    /*Page Header*/

    #home-header .page-header-image {
        padding-top: 110px;
    }
    
    #leistungen-header .page-header-image {
        padding-top: 80px;
    }
    
    /*Home Bilder*/
    img.img-2550 {
        margin-top: 200px;
    }
    
    img.img-2559 {
        margin-top: 0;
    }
    
    /*Textbox*/
    
    .textbox {
        min-height: 285px;
    }
    
    /*Hotline*/
    
    .hotline-nummer p {
        font-size: 32px;
    }
    
    .hotline-zeiten p {
        font-size: 24px;
    }
    
    #hotline-lany {
        right: 240px;
    }
    
    /*Support*/
    
    .support-text {
        padding-top: 65px;
    }
    
    /*Kontakt*/

    #contact-image {
        width: 525px;
        height: 645px;
        top: 250px;
        left: 150px;
    }
    
    /*Errorpage*/
    
    #error-page {
        padding-top: 150px;
    }
    
    #error-image {
        margin-top: -200px;
    }
    
}

@media(min-width: 1500px) {
    
    
}

@media(min-width: 1700px) {
    
    
}

@media(min-width: 2550px) {
    
        
}