.ausgezeichnet_bottom_section h3 {
    color: #007fa4;
    margin-bottom: 0px;
}

.ausgezeichnet_bottom_section a.wp-element-button {
    background-color: #007fa4;
}

.ausgezeichnet_bottom_section a.wp-element-button {
    background-color: #007fa4;
    border-radius: 2px;
    transition: all 0.1s ease;
}

.ausgezeichnet_bottom_section a.wp-element-button:hover {
    background-color: #ED7522;
    transition: all 0.1s ease;
}

.ausgezeichnet_bottom_section :where(body .is-layout-flow)> :last-child:last-child {
    margin-top: 15px;
}

.unsere_werte_heading .upper_heading_spacing .elementor-widget-container .elementor-heading-title {
    font-size: 20px;
    line-height: 33px;
}

body .dela_tab_content ul li {
    display: grid;
    grid-template-columns: 23px auto;
}

@media (max-width: 1550px) and (min-width: 768px) {
    body .elementor-element:has(.del_tab_animated_container).e-parent .e-con-inner>div:not(.elementor-widget-card) {
        max-width: 100%;
        padding: 0px 10%;
    }
}