button:focus {
    outline: none;
}

.homepage table {
    font-size: 12px;
    width: 100% !important;
}

.offersbild {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 20px;

}

.buttonbild {
    border: none;
}

.md_button_block {
    margin-bottom: 20px;
    text-align: center;
}

.md_custom_button {
    width: auto !important;
}

.md_custom_banner_block {
    text-align: center;
}

.md_custom_banner {
    margin-bottom: 10px;
}

.md_main_wraper {
    width: 100%;
}

.md_main_wraper .w-75 {
    margin: auto;
    max-width: 760px;
}

.button-padding:hover {
    text-decoration: unset !important;
}

.MsoNormalTable td {
    padding: 10px;
}

.b24-form-btn {
    min-width: 223px;
    min-height: 40px;
    background: #FCB205 !important;
    box-shadow: 0 10px 16px rgba(206, 151, 21, 0.4);
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.b24-form-btn:hover {
    background-color: #FBC955FF !important;
}

.b24-form-wrapper.b24-form-border-bottom {
    border-bottom: 0 !important;
    margin-bottom: 20px;
}

.md-faq-full-width .card {
    border: 0;
}

.md-faq-full-width .accordion-item button {
    background-color: #f4f6fa;
    font-weight: 600;
    color: #6A6A6AFF;
}

.md-faq-full-width .accordion .card .btn::before {
    content: "-";
    position: absolute;
    right: 15px;
    top: 8px;
    font-size: 24px;
}

.md-faq-full-width .accordion .card .btn.collapsed::before {
    content: "+";
    position: absolute;
    right: 15px;
    bottom: -2px;
    font-size: 24px;
}


@media (max-width: 575px) {
    .button-highlight {
        min-width: 160px;
    }
}