body {
    background-color: black !important;
}
/*navigationsbar Anfang*/
.my-navbar{
    background-color: black !important;
}
.nav-link{
    color: white !important;
    font-size: 20px !important;
    font-weight: bold;
    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*/
.kontakt-einleitung {
    text-align: center;
    margin: 20px auto 30px auto;
    color: white;
    max-width: 900px;
    padding: 0 20px;
    line-height: 1.6;
}

.kontakt-einleitung h2 {
    font-size: 28px;
    margin-bottom: 15px;
    font-weight: bold;
    color: rgb(223, 194, 33);
}

.kontakt-einleitung p {
    font-size: 16px;
    margin-bottom: 12px;
    opacity: 0.9;
}


/*Kontakt-formular anfang*/
.form-container {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    background: linear-gradient(to right, rgb(134, 98, 12), rgb(223, 194, 33), rgb(175, 115, 3));
    padding: 30px;
    border-radius: 15px;
    box-sizing: border-box;
}

.form-group,
.form-check-group,
.form-button {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}

.form-input {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.input-group {
    display: flex;
    align-items: center;
}

.input-symbol {
    padding: 10px;
    background-color: #ddd;
    border-radius: 5px 0 0 5px;
}

.btn-submit {
    background-color: rgb(0, 0, 0);
    color: white;
    border: none;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
}

.btn-submit:hover {
    background-color: rgb(134, 98, 12);
    color: white;
}
/*Kontakt-Formular Ende*/
/*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*/
/* ============================= */
/* RESPONSIVE DESIGN */
/* ============================= */

/* Tablets */
@media (max-width: 992px) {
    .my-navbar {
        text-align: center;
    }

    .nav-link {
        padding: 10px !important;
        text-align: center;
    }

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

    .kontakt-einleitung h2 {
        font-size: 28px;
    }

    .kontakt-einleitung p {
        font-size: 16px;
    }

    .form-container {
        padding: 20px;
    }
}

/* Smartphones */
@media (max-width: 576px) {




    .btn-primary {
        width: 90%;
        font-size: 0.85rem;
    }

    .kontakt-einleitung h2 {
        font-size: 24px;
    }

    .kontakt-einleitung p {
        font-size: 14px;
    }

    .form-container {
        padding: 15px;
    }

    .btn-submit {
        padding: 10px;
        font-size: 14px;
    }

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