/* 
Flex Dropdown

Algemene CSS instellingen voor de module.
Verwijder deze instellingen niet.
*/

.flex_module.dropdown .cstm-dropdown-item:not(:last-child) {
    margin-bottom: 10px;
}

.flex_module.dropdown .cstm-dropdown-item {
    background-color: transparent;
    overflow: hidden;
}

#fl-page-esl .flex_module.dropdown .cstm-dropdown-question {
    position: relative;
    width: 100%;
    padding: 20px 0px;
    background-color: transparent !important;
    color: #000000 !important;
    text-align: left;
    font-family: 'ms-medium', Sans-Serif;
    font-size: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    display: flex;
    outline: none !important;
    border-radius: 0;
}

.flex_module.dropdown .cstm-dropdown-question:after {
    content: "";
    position: absolute;
    width: 17px;
    height: 18px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='18' viewBox='0 0 17 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.51465 16L15.3786 2M15.3786 2H1.51465M15.3786 2V16' stroke='%23101828' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    transition: transform .3s ease-in-out;
}

.flex_module.dropdown .cstm-dropdown-question.opened:after {
    transform: translateY(-50%) rotate(180deg);
}

.flex_module.dropdown .cstm-dropdown-content {
    transition: max-height .3s ease-in-out;
    max-height: 0;
    overflow: hidden;
}

.flex_module.dropdown .cstm-dropdown-content-inner {
    padding-top: 20px;
}

.flex_module.dropdown .cstm-dropdown-wrapper button:focus,
.flex_module.dropdown .cstm-dropdown-wrapper button:hover,
.flex_module.dropdown .cstm-dropdown-wrapper button {
    border: unset;
}

@media (max-width: 1060px) {
    #fl-page-esl .flex_module.dropdown .cstm-dropdown-question {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    #fl-page-esl .flex_module.dropdown .cstm-dropdown-question {
        font-size: 18px;
        padding-right: 20px;
    }
}

.flex_module.dropdown .fl-rich-text.top-col{
    max-width: 75%;
    margin-right: auto;
    padding-bottom: 40px;
}

.flex_module.dropdown .fl-rich-text h1,
.flex_module.dropdown .fl-rich-text h2,
.flex_module.dropdown .fl-rich-text h3,
.flex_module.dropdown .fl-rich-text h4{
    margin-bottom: 20px;
}

@media screen and (max-width: 1061px) { 
    .flex_module.dropdown .fl-rich-text.top-col{
        max-width: 100%;
        margin-right: unset;
        padding-bottom: 20px;
    }
}