/* =========================================================
   ABOUT + CONTACT BLOCK
   ========================================================= */

#top .mueller-about-contact {
    background: #ffffff;
    padding: 0 !important;
    border-top: none !important;
}

#top .mueller-about-contact .container {
    max-width: 1300px !important;
    padding: 0 20px !important;
}

#top .mueller-about-contact .content {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

#top .mueller-about-contact-panel {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 260px 470px 1fr;
    min-height: 230px;
}

#top .mueller-about-contact-panel-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Mittlere Spalte */
#top .mueller-about-contact-panel-text {
    background: #f7f8f9;
    padding: 42px 38px 34px 38px;
    color: #111111;
}

/* Rechte Spalte */
#top .mueller-about-contact-panel-cta {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #d00012 0%, #b80010 100%);
    color: #ffffff;
    padding: 42px 48px 34px 48px;
}

#top .mueller-about-contact-panel-text,
#top .mueller-about-contact-panel-cta {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    box-sizing: border-box;
}

#top .mueller-about-kicker,
#top .mueller-contact-kicker {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 12px;
    line-height: 1.2;
}

#top .mueller-about-kicker {
    color: #c40012;
}

#top .mueller-contact-kicker {
    color: #ffffff;
}

#top .mueller-about-contact-panel-text h2 {
    margin: 0 0 18px 0;
    color: #111111 !important;
    font-size: 25px;
    line-height: 1.15;
    font-weight: 800;
}

#top .mueller-about-contact-panel-cta h2 {
    margin: 0 0 22px 0;
    color: #ffffff;
    font-size: 29px;
    line-height: 1.15;
    font-weight: 800;
}

#top .mueller-about-contact-panel-text p {
    margin: 0 0 38px 0;
    color: #111111 !important;
    font-size: 14px;
    line-height: 1.55;
}

#top .mueller-about-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 42px;
    padding: 0 28px;
    border: 1px solid #9a9a9a;
    color: #111111 !important;
    background: #ffffff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-decoration: none !important;
}

#top .mueller-about-button:hover {
    background: #111111;
    color: #ffffff !important;
    border-color: #111111;
}

/* Kontaktliste */
#top .mueller-contact-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

#top .mueller-contact-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 14px 0;
    color: #ffffff !important;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 600;
}

#top .mueller-contact-list .mueller-contact-icon {
    width: 18px;
    min-width: 18px;
    display: inline-flex;
    justify-content: center;
    color: #ffffff !important;
    font-size: 15px;
    line-height: 1;
    margin-right: 10px;
}

#top .mueller-contact-list a {
    color: #ffffff !important;
    text-decoration: none !important;
}

#top .mueller-contact-list a:hover {
    text-decoration: underline !important;
}

/* Mobile */
@media only screen and (max-width: 989px) {
    #top .mueller-about-contact .container {
        padding: 0 20px !important;
    }

    #top .mueller-about-contact-panel {
        grid-template-columns: 1fr;
    }

    #top .mueller-about-contact-panel-image {
        min-height: 260px;
    }

    #top .mueller-about-contact-panel-text,
    #top .mueller-about-contact-panel-cta {
        padding: 34px 26px;
    }
}