

@media  (max-width: 768px) {
    .jumbotron{
        /*padding: 0px 0px 0px 0px;*/

        height: auto !important;
        margin-bottom: 50px !important;
        background-size: contain !important;
        background-repeat: no-repeat !important;
        background-color: darkgray !important;
    }
    .hero{
        margin-top: 48% !important;
        padding:20px !important;
    }
    .display-3{
        font-size: 1.5rem !important;
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }
    .container{
        padding: 5px !important;
    }

    section{
        padding: 20px !important;
    }
}


.jumbotron {
    background-image: url("banner_neu.jpg");
    background-size: cover;
    height: 600px;
    margin-bottom: 260px;
    max-width: 80%;
}

.hero-twike{
    text-align: center;
    margin: auto 0px;
    margin-bottom: 40px;

}

.display-3{
    font-size: 2rem;
    font-weight: bold;
    margin-top: 40px;
    color: #575757;
}
.display-3p{
    font-weight: bold;
    font-size: 18px;
}

section{
    border-top: #575757 1px solid;
    margin-top: 45px;
    padding-top: 40px;
    font-size: 18px;
}

footer{
    height: 200px;
}