.edd-mdt__form {
    position: relative;
}

.edd-mdt__form .select2 {
    border: 1px solid #41A62A;
    border-radius: 4px;
}

.edd-mdt__form .select2-container .select2-selection--single {
    height: 40px;
    background-color: transparent !important;
    border-radius: 0;
}

.edd-mdt__form .select2-container .select2-selection--single .select2-selection__rendered {
    font-family: var(--e-global-typography-primary-font-family) sans-serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0;
    top: 8px;
    display: flex;
    align-items: center;
    padding: 0;
    max-width: 80%;
}

.edd-mdt__form .select2-container .select2-results > .select2-results__options li {
    display: flex;
    align-items: center;
}

.edd-mdt__form .select2-container .select2-results > .select2-results__options li span {
    font-family: var(--e-global-typography-primary-font-family) sans-serif;
    font-size: 14px;
    padding-left: 8px;
}

.edd-mdt__form .select2-container .select2-selection--single .select2-selection__rendered span {
    padding-left: 8px;
    color: #41A62A;
}

.edd-mdt__form .select2-container .select2-selection--single .select2-selection__arrow b {
    position: relative;
    display: block;
    height: 16px;
    margin-left: -15px;
    border: 0;
}

.edd-mdt__form .select2-container .select2-selection--single .select2-selection__arrow b::before,
.edd-mdt__form .select2-container .select2-selection--single .select2-selection__arrow b::after {
    position: absolute;
    display: block;
    content: "";
    border: 8px solid transparent;
}

.edd-mdt__form .select2-container .select2-selection--single .select2-selection__arrow b::before {
    top: 0;
    border-top-color: #41A62A;
}

.edd-mdt__form .select2-container .select2-selection--single .select2-selection__arrow b::after {
    top: -2px;
    border-top-color: #fff;
}

.edd-mdt__form .select2-container .select2-results__options {
    padding: 6px 0;
}

.edd-mdt__form .select2-container .select2-results__option--highlighted[aria-selected] {
    background: #41A62A;
    color: white;
}

.edd-mdt__form .select2-container .select2-results__option--highlighted[aria-selected] img {
    background: #FFF;
}

.edd-mdt__form .select2-container .select2-dropdown {
    background: white !important;
    border: 1px solid #41A62A;
    border-top-width: 0;
}

.edd-mdt__form .select2-container .select2-dropdown img {
    margin-left: 2px;
}

.edd-mdt__select__image {
    width: 24px;
    height: 24px;
    object-fit: contain;
    margin-left: 8px;
    background: #41A62A;
}

.edd-mdt__form .select2-container.select2-container--open ~ .select2-container--open {
    top: 10px !important;
}

.edd-mdt__modal .edd-mdt__form .select2-container.select2-container--open ~ .select2-container--open {
    top: 8px !important;
}

[data-mandant-container] [data-mandant] {
    display: none;
}

.edd-mdt__modal--visible {
    height: 100vh;
    width: 100vw;
    overflow: hidden;
}

.edd-mdt__select {
    border: 1px solid #41A62A;
    border-radius: 4px;
    font-family: var(--e-global-typography-primary-font-family) sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
}

.edd-mdt__select:focus,
.edd-mdt__select:focus-visible {
    border-color: #41A62A;
}

.edd-mdt__modal {
    background: rgba(0, 0, 0, 0.2);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 1000;
    backdrop-filter: blur(2px);
}

.edd-mdt__modal .content {
    background: white;
    margin: 0 auto;
    max-width: 1218px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    padding: 85px 128px;
    text-align: center;
}

.edd-mdt__modal .content h3 {
    font-family: var(--e-global-typography-primary-font-family) sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 0;
    margin-bottom: 24px;
}

.edd-mdt__modal .content p {
    font-family: var(--e-global-typography-primary-font-family) sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
    margin-bottom: 48px;
}

.edd-mdt__modal .content .edd-mdt__select {
    margin: 0 auto;
    width: 450px;
}

html .edd-split__header {
    height: 110px;
}

html .edd-split__images img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: top;
}

html .edd-split__column--left,
html .edd-split__column--center,
html .edd-split__column--right,
html .edd-split__info,
html .edd-split__images img {
    height: calc((100vh - 200px) / 3);
    max-height: 228px;

    @media (min-width: 768px) {
        height: calc((100vh - 200px) / 3);
        max-height: 377px;
    }

    @media (min-width: 1025px) {
        height: auto;
        max-height: 100%;
    }
}

html .edd-split__column--center .edd-split__info {
    background: #3AAA35;
}

html .edd-split__column--left .edd-split__info {
    background: #006633 !important;
}

html .edd-split__column--right .edd-split__info {
    background: #95C11F !important;
}