body{
    background: linear-gradient(to right, rgb(134, 98, 12), rgb(223, 194, 33), rgb(175, 115, 3));
}
.my-navbar{
    background-color: black !important;
}
.nav-link{
    color: white !important;
    font-size: 20px !important;
    padding: 30px !important;
}
.btn-primary{
    background: linear-gradient(to right,rgb(134, 98, 12), rgb(223, 194, 33), rgb(175, 115, 3)) !important;
    border-color: black !important;
    height: 45px;
    margin: 20px;
}
.btn-primary:hover{
    background: rgb(172, 157, 21) !important;
    border-color: black !important;
}
.modal-title{
    text-align: center !important;
}
.modal-body{
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}
.modal-body1{
    font-weight: bold ;
    font-size: 20px;
    text-align: center; 
}
/*Navigationsbar Ende*/
.mt-4{
 font-size: 20px;
}
/*footer Anfang*/
.footer-contain{
    background-color: black;
    justify-content: center;
    text-align: center;
    display: flex;
    flex-direction: column;
}
.footer-img{
    align-self: center;
}
.footer-link{
    display: flex;
    flex-direction: column;
    color: rgb(128, 108, 0);
}
.copyright{
    color: white;
}
/*footer Ende*/
body {
    background: linear-gradient(to right, rgb(134, 98, 12), rgb(223, 194, 33), rgb(175, 115, 3));
}

/* Navigationsbar */
.my-navbar {
    font-size: 20px !important;
    background-color: black !important;
}

.nav-link {
    color: white !important;
    padding-left: 35px !important;
}

.btn-primary {
    background-color: rgb(223, 194, 33) !important;
    border-color: black !important;
    color: black !important;
    margin-left: 80px;
}

.btn-primary:hover {
    background-color: rgb(134, 98, 12) !important;
    color: black !important;
}

/* Hauptinhalt */
.mt-4 {
    font-size: 20px;
}

/* Footer */
.footer-contain {
    background-color: black;
    padding: 20px;
    text-align: center;
    width: 100vw;  /* Volle Viewport-Breite */
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.footer{
    width: 100%;
    background-color: black;
    padding: 0;
    margin: 0;
}
.footer-img {
    align-self: center;
    margin-bottom: 15px;
}

.footer-link {
    display: flex;
    flex-direction: column;
    color: rgb(128, 108, 0);
    margin-bottom: 5px;
}

.copyright {
    color: white;
    margin-top: 10px;
}

/* ============================= */
/* RESPONSIVE DESIGN */
/* ============================= */

/* Tablets */
@media (max-width: 992px) {
    .my-navbar {
        text-align: center !important;
    }
    .nav-link {
        font-size: 1rem;
        padding: 10px !important
    }

    .btn-primary {
        font-size: 0.9rem;
        padding: 6px 12px;
        margin: 10px auto 0;
        display: block;
    }

    .mt-4 {
        font-size: 18px;
    }

    .footer-img {
        width: 150px;
        height: 150px;
    }
}

/* Smartphones */
@media (max-width: 576px) {
    .mt-4 {
        font-size: 16px;
        padding: 0 10px;
    }

    .footer-img {
        width: 120px;
        height: 120px;
    }

    .footer-link {
        font-size: 14px;
    }

    .copyright {
        font-size: 12px;
    }
}
