
.footer1 {

    padding: 50px 0 30px;
    font-size: 14px;
    line-height: 1.6;
}

.footer1 .container {
    max-width: 1200px;
}

.footer1 h2 {
    font-size: 18px;
    font-weight: 600;
    color: #cfd8dc;
    margin-bottom: 15px;
}


.footer1 .divider {
    height: 2px;
    background: linear-gradient(to right, #27a796, transparent);
    margin-bottom: 20px;
}

.footer1 .divider span {
    display: none;
}

.footer1 .col-md-4 {
    margin-bottom: 30px;
}


.footer1 a {
    color: #cfd8dc;
    text-decoration: none;
    transition: all 0.25s ease;
}

.footer1 a:hover {
    color: #27a796;
    padding-left: 4px;
}

.footer1 .sternchen {
    font-size: 12px;
    color: #9e9e9e;
    line-height: 1.5;
}

.footer1 address {
    font-style: normal;
    line-height: 1.8;
}

.footer1 address strong {
    font-size: 15px;
    color: #cfd8dc;
}

.footer1 .text-center {
    margin-top: 35px;
    font-size: 12px;
    color: #9e9e9e;
}



.footermobile {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #cfd8dc;
    padding: 10px;
    box-shadow: 0 -4px 12px rgba(0,0,0,0.1);
    z-index: 999;
}

.footermobile .btn-success {
    border-radius: 30px;
    font-weight: 600;
    background: linear-gradient(135deg, #27a796, #1d8575);
    border: none;
}
.footer2 {
    background: linear-gradient(to bottom, #e68b08, #FFA500, #fff); /* von hellem Orange zu dunklerem Orange */

    padding: 50px 0;
}
