div#ce_wg_contact {
    margin: 0 -10px;
}

#ce_wg_contact h2 {
    text-align: center;
}

#ce_wg_contact .contact-section > .text {
    text-align: center;
}

#ce_wg_contact .contact-box .contact-item {
    padding: 0 10px;
    margin-bottom: 20px;
}

.section.section-default > div.frame-background-primary #ce_wg_contact .contact-info {
    color: var(--black-dark-super);
}

#ce_wg_contact .contact-box .contact-item > .contact-container {
    display: flex;
    gap: 30px;
}

.section.section-default > div.frame-background-primary #ce_wg_contact .contact-box .contact-item > div {
    background-color: var(--primary-color-frame-box);
    padding: 20px;
    border-radius: var(--border-radius-15);
}

.section.section-default > div.frame-background-secondary #ce_wg_contact .contact-box .contact-item > div {
    background-color: var(--secondary-color-frame-box);
    padding: 20px;
    border-radius: var(--border-radius-15);
}

.section.section-default > div.frame-background-dark #ce_wg_contact .contact-box .contact-item > div {
    background-color: var(--dark-color-frame-box);
    padding: 20px;
    border-radius: var(--border-radius-15);
}

#ce_wg_contact .contact-box .col-md-6.contact-item {
    width: calc(50% - 10px);
}

#ce_wg_contact .contact-box .contact-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

#ce_wg_contact .contact-box img {
    border-radius: var(--border-radius-15);
    width: 160px;
    height: 220px;
    object-fit: cover;
}

#ce_wg_contact .contact-btn .phone, 
#ce_wg_contact .contact-btn .mail {
    padding-left: 36px;
    position: relative;
}

#ce_wg_contact .contact-btn .phone:before {
    content: '';
    position: absolute;
    background-size: 24px;
    width: 24px;
    height: 24px;
    left: 0;
    background-image: url(/fileadmin/images/WirGastfreunde/ContentElements/ce_wg_contact/phone.svg);
}

#ce_wg_contact .contact-btn .mail:before {
    content: '';
    position: absolute;
    background-size: 24px;
    width: 24px;
    height: 24px;
    left: 0;
    background-image: url(/fileadmin/images/WirGastfreunde/ContentElements/ce_wg_contact/email.svg);
}

.section.section-default > div.frame-background-primary #ce_wg_contact .contact-btn .phone:before,
.section.section-default > div.frame-background-primary #ce_wg_contact .contact-btn .mail:before {
    filter: brightness(0) saturate(100%) invert(6%) sepia(59%) saturate(18%) hue-rotate(337deg) brightness(103%) contrast(92%);
}

.section.section-default > div.frame-background-primary #ce_wg_contact a {
    color: var(--black-color) !important;
}

@media (max-width: 767.98px) {
    #ce_wg_contact .contact-box .image {
        max-width: 150px;
        margin-bottom: 20px;
    }

    #ce_wg_contact .contact-box .contact-info-wrap {
        padding-left: 0;
    }
}

@media (max-width: 575.98px) {
    #ce_wg_contact .contact-box .contact-item > .contact-container {
        flex-direction: column;
    }
}