/* 
 * Pagebuilder
 *
 * ============================= */

.the-content-inner.container.container-small {
    padding: 8rem 6rem;
}

.the-content-inner.container {
    padding: 8rem 6rem;
}

.the-content-inner.container.container-large {
    padding: 8rem 6rem;

}

/* 
 * Menu Meta-bar
 *
 * ============================= */

.meta-bar {
    position: relative;
    z-index: 16;
    width: 100%;
    height: 56px;
    background-color: var(--color-grey-00);
    transition: margin-top 250ms ease-in-out;
}

.scrolled .meta-bar {
    margin-top: -56px;
}

.meta-bar .container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
}

.meta-bar ul {
    display: flex;
    justify-content: flex-end;
    gap: 24px;
    list-style: none;
    margin-bottom: 0;
    align-items: center;
    height: 100%;

}

@media only screen and (max-width: 550px) {
    .meta-bar {
        height: 42px;
    }

    .scrolled .meta-bar {
        margin-top: -42px;
    }

    .meta-bar ul {
        width: 100%;
        justify-content: space-between;
        gap: 1rem;
    }
}

.meta-bar ul li {
    position: relative;
    margin-bottom: 0;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;

}


.meta-bar ul li a {
    font-size: 1em;
    font-weight: 600;
    text-decoration: none;
    color: var(--color-font-dark);
    /* transition: all 250ms ease-in-out; */
}

.meta-bar ul li a:hover {
    /* border-bottom: 2px solid var(--color-primary); */
}

.meta-bar ul li i {
    color: var(--color-grey-60);
    margin-right: 0.5em;
}

.meta-bar ul li.menu-alert:after {
    display: none;
    content: "";
    width: 8px;
    height: 8px;
    background-color: var(--color-validate-error);
    border-radius: 50%;
    position: absolute;
    top: 17px;
    left: 11px;
}

.meta-bar.show-notification ul li.menu-alert.is-hidden:after {
    display: inline-block;
}

.menu-meta .menu-item-has-children:hover>.sub-menu {
    display: block;
}

.menu-meta .sub-menu {
    position: absolute;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    background-color: var(--color-grey-00);
    z-index: 1500;
    height: auto;
    width: 25rem;
    left: -12rem;
    padding: 2.4rem 0;
    border-radius: var(--border-radius);
    gap: 0;
    /* transform: translateY(15rem); */
    transform: translateY(18.3rem);
}


.menu-meta .sub-menu:hover {
    display: block;
}

.menu-meta .sub-menu.is-hidden {
    display: none;
}

.menu-meta .sub-menu li {
    padding: 0.5rem 2.4rem;
    width: 100%;
}

.menu-meta .sub-menu li a {
    font-weight: 500;
}

.menu-meta .sub-menu li:hover,
.menu-meta .sub-menu li:hover a,
.menu-meta .sub-menu li:hover a i {
    background-color: var(--color-primary);
    color: var(--color-white);
}


/* De volledige breedte balk */
.menu-meta .sub-menu::before {
    content: "";
    position: absolute;
    top: -21px;
    left: 0;
    width: 100%;
    height: 20px;
    z-index: 3;
}

.menu-meta .sub-menu::after {
    content: "";
    position: absolute;
    width: 2rem;
    height: 2rem;
    background: var(--color-grey-00);
    transform: rotate(45deg);
    top: -10px;
    left: calc(50% - 1rem);
    z-index: 5;
}

.menu-meta .sub-menu .menu-logout-item {
    margin-top: 2rem;
}

@media only screen and (max-width:900px) {
    .menu-meta .sub-menu {
        width: 20rem;
        left: -10rem;
        transform: translateY(16rem);
    }

    .menu-meta .sub-menu li {
        padding: 0.5rem 1.6rem;
    }
}


/* 
 * Menu Header
 *
 * ============================= */
.container-main-menu {
    max-width: 9999px;
    width: 100%;
    padding: 0 30% 0 40px;
}

#header-nav .button.button-secondary {
    padding: 18px 30px;
    color: var(--color-font-dark);
}

#header-nav .button.button-secondary:hover {
    background-color: var(--color-tertiary);
    border-bottom: unset;
    border: 1px solid var(--color-tertiary);
}


#header-nav #menu-init .direct-aanmelden-menu-button a,
#header-nav .button.button-secondary a {
    color: var(--color-font-dark);
    font-weight: 600;
    text-transform: uppercase;
}


.menu-bar-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 20%;
    height: 100%;
    background-color: var(--color-white);
}

.menu-bar-right:before {
    content: '';
    position: absolute;
    top: 0;
    left: -49px;
    width: 50px;
    height: 100%;
    background-color: var(--color-white);
    clip-path: polygon(100% 0, 0 142%, 100% 100%);

}


#header-nav-right {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color-white);
}

#header-nav-right a {
    color: var(--color-primary);
    border: none;
    border-radius: 0;
    transition: all 250ms ease-in-out;
}

#header-nav-right a:hover {
    color: var(--color-primary);
    border: none;
    background-color: var(--color-white);
    border-bottom: 2px solid var(--color-primary);
}

.teroza-bedrijven #header-nav-right>a.button.button-inline.button-header-bedrijven {
    display: none;
}

.teroza-main #header-nav-right>a.button.button-inline.button-header-vacatures,
.page-template-page-bedrijven-php #header-nav-right>a.button.button-inline.button-header-vacatures {
    display: none;
}

.page-template-page-bedrijven-php #header-nav-right>a.button.button-inline.button-header-bedrijven {
    display: flex;
}

.teroza-bedrijven .header #header-nav ul.menu li.bedrijven-invisible {
    display: none;
}

.teroza-main .header ul.menu li.main-invisible {
    display: none;
}

#header-nav #menu-init .direct-aanmelden-menu-button {
    border: 2px solid var(--color-secondary);
    padding: 18px 30px;
    color: var(--color-font-dark);
    background-color: var(--color-secondary);
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    position: relative;
    align-items: center;
    transition: border-bottom 250ms ease-in-out;
    flex-direction: column;
    text-decoration: none !important;
    height: 42px;
    font-size: 13px;
    font-weight: 500;
    line-height: 42px;
    border-radius: 50px;
    font-family: var(--font-text);
    text-transform: unset;
    letter-spacing: 0.14rem;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    box-sizing: border-box;
}

/* #header-nav #menu-init .direct-aanmelden-menu-button a {
    color: var(--color-font-dark);
    font-weight: 600;
    text-transform: uppercase;

} */

#menu-init .direct-aanmelden-menu-button>a i {
    transition: transform 250ms ease-in-out;
}


#header-nav #menu-init .direct-aanmelden-menu-button:hover {
    background-color: var(--color-primary-dark);
    /* border: 2px solid var(--color-secondary); */
}

#header-nav #menu-init .direct-aanmelden-menu-button:hover>a {
    color: var(--color-secondary);
}

#menu-init .direct-aanmelden-menu-button:hover>a i {
    transform: rotate(90deg);
}

#header-nav #menu-init .direct-aanmelden-menu-button ul,
#header-nav #menu-init .direct-aanmelden-menu-button ul li a {
    text-transform: none;
    background-color: var(--color-primary);
    color: var(--color-white);
    font-weight: 400;
}

#header-nav #menu-init .direct-aanmelden-menu-button ul:hover,
#header-nav #menu-init .direct-aanmelden-menu-button ul li a:hover {
    font-weight: 600;
}

@media only screen and (max-width:980px) {
    .container-main-menu {
        padding: 0 23% 0 10px;
    }

    .header ul.menu {
        gap: 0;
    }

    .header ul.menu li {
        padding: 6px;
    }
}

@media only screen and (max-width: 900px) {
    .menu-bar-right {
        display: none;
    }

    .container-main-menu {
        max-width: 9999px;
        width: 100%;
        padding: 1rem 0;
    }

    .header .menu-bar,
    .footer .container {
        padding: 10px 20px;
    }

}


/* 
 * Mobile extr menu bar
 *
 * ============================= */


.container-top-mobile-menu {
    display: none;
    position: relative;
    width: 100%;
    height: 36px;
}

.header .top-mobile-menu {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    background-color: var(--color-white);
}

.header .top-mobile-menu a {
    text-decoration: none;
    border-bottom: none;
}

.top-mobile-menu-left {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    /* padding-left: 20px; */
    padding: 8px 20px 8px 20px;
    width: 55%;
    /* background-color: var(--color-primary); */
    background-color: rgba(var(--color-primary-rgb), 0.6);
    background-color: var(--color-secondary);

}

.top-mobile-menu-left a {
    /* color: var(--color-white); */
    color: var(--color-primary-dark);
    padding: 8px 20px 8px 20px;
}

.teroza-bedrijven .top-mobile-menu-left a {
    /* color: var(--color-black); */
}


.top-mobile-menu-right {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-right: 20px;
    width: 45%;
    background-color: var(--color-white);

}

.top-mobile-menu-right::before {
    content: '';
    position: absolute;
    top: 0;
    left: -12px;
    width: 12px;
    height: 100%;
    background-color: var(--color-white);
    clip-path: polygon(100% 0, 0 142%, 100% 100%);
}

@media only screen and (max-width: 900px) {

    .container-top-mobile-menu {
        display: block;
    }
}

/* 
 * Footer
 *
 * ============================= */

footer {
    background-color: var(--color-primary);
}

.footer-main {
    padding: 5rem 0;
    width: 100%;
    max-width: 95%;
    color: var(--color-white);
}

.footer-logo-box svg {
    width: 360px;
}

.footer-main-body {
    width: 100%;
    font-weight: 300;
    display: grid;
    gap: 4rem;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;

}



.footer-main-body {
    margin-top: 5rem;
}

.footer-text {
    font-size: 18px;

}

p.footer-heading {
    font-weight: 600;
}

p.footer-heading span {
    font-weight: 400;
}

.footer-main .footer-company-details ul {
    list-style: none;
}

.footer-main ul li {
    margin-bottom: 0;
}

.footer-main a {
    color: var(--color-white);
    text-decoration: none;
}

.footer-main .contact-details i {
    color: rgba(var(--color-white-rgb), 0.3);
    margin-right: 1rem;
}


.footer-socials {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.footer-socials i {
    font-size: 30px;
    color: rgba(var(--color-white-rgb), 0.7);
}

.footer-about-menu ul,
.help-and-support-menu ul {
    list-style-type: disc;
    list-style-position: outside;
    padding-left: 1.5em;
    margin-left: 0;
}

.footer-bottom {
    display: flex;
    height: 5rem;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    background-color: var(--color-primary-dark);

}

.footer-bottom .container {
    width: 100%;
    height: 100%;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: rgba(var(--color-white-rgb), 0.75);
}

.footer-bottom .container:after {
    content: unset;
}

.footer-bottom .container p {
    margin-bottom: 0;
}

.footer-bottom a {
    text-decoration: none;
    color: rgba(var(--color-white-rgb), 0.75);
}

.footer-bottom ul {
    display: flex;
    justify-content: flex-end;
    list-style: none;
    margin-bottom: 0;
}

.footer-bottom ul li {
    margin-bottom: 0;
    padding: 0 2rem;
}

.footer-bottom ul li:not(:last-of-type) {
    border-right: 1px solid rgba(var(--color-white-rgb), 0.75);
}




@media only screen and (max-width: 1000px) {
    .footer-main-body {
        grid-template-columns: 1fr 1fr;
    }

    .footer-logo-box {
        width: 500px;
        height: 100px;
    }

    .footer-logo-box svg {
        width: 100%;
        height: auto;
    }

    .footer-text {
        grid-row: 2;
    }

    .footer-company-details {
        grid-row: 2;
    }

    .footer-about-menu {
        grid-row: 1;
    }

    .help-and-support-menu {
        grid-row: 1;
        grid-column: 1;
    }
}

@media only screen and (max-width: 760px) {
    .footer-main-body {
        margin-top: 1rem;
    }

    .footer-main {
        width: 80%;
        margin: auto;
    }

    .footer-logo-box {
        width: 80%;
        height: 60px;
    }

    .footer-main-body {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .footer-text {
        grid-row: 1;
    }

    .footer-company-details {
        grid-row: 4;
    }

    .footer-about-menu {
        grid-row: 2;
    }

    .help-and-support-menu {
        grid-row: 3;
    }
}

@media only screen and (max-width: 680px) {

    .footer-bottom {

        height: auto;
    }

    .footer-bottom .container {
        padding: 1rem;
        height: auto;
        flex-wrap: wrap;
        gap: 1rem;
    }

    .footer-bottom .container p {
        width: 100%;
        text-align: center;
    }



    .footer-bottom ul {

        justify-content: space-between;
        width: 100%;
    }

    .footer-bottom ul li:not(:last-of-type) {
        border: none;
        text-align: left;
        margin: 0;
        padding: 0;
    }

    .footer-bottom ul li:last-of-type {
        border: none;
        text-align: right;
        margin: 0;
        padding: 0;
    }
}

@media only screen and (max-width: 550px) {
    .footer-main {
        width: 85%;
    }
}



/* 
 * Section Filterbar
 *
 * ============================= */

section.section-filterbar form {
    display: flex;
    width: 100%;
    /* background-color: yellow; */
    flex-direction: column-reverse;


}

.form-top-bar {
    display: flex;
    width: 100%;
    gap: 2px;
}

.form-top-bar .form-box {
    position: relative;
    display: flex;
    width: calc(35% - 2px);
}

.form-top-bar .form-box input {
    width: 100%;
}

.form-top-bar .disabled-wrapper {
    position: relative;
    display: flex;
    width: calc(35% - 2px);
}

.form-top-bar #place-picker {
    width: 100%;

}

.form-top-bar .form-box label,
.disabled-wrapper label {
    position: absolute;
    top: 8px;
    left: 24px;
    margin-bottom: 0;
    z-index: 1;
}

.disabled-wrapper label {
    left: 16px;
}

.form-top-bar input {
    display: flex;
    /* width: 467px; */
    padding: 20px 20px 20px 72px;
    align-items: center;
    gap: 24px;
    border: 1px solid rgba(var(--color-true-black-rgb), 0.10);
    background: var(--color-white);
}

.form-top-bar input#wat {
    border-radius: 50px 2px 2px 50px;
}

.form-top-bar input#waar,

.form-top-bar select#afstand {
    border-radius: 2px;
}

div.container input.pac-target-input,
input.pac-target-input {
    display: flex;
    padding: 20px 20px 20px 72px;
    align-items: center;
    gap: 24px;
    border: 1px solid rgba(var(--color-true-black-rgb), 0.10);
    background: var(--color-white);

    border: 4px solid red !important;
}

.form-top-bar select#afstand {
    width: 15%;
    height: 100%;
    padding: 9.5px 10px;
}

.form-top-bar .disabled-wrapper span.icon,
.form-top-bar .form-plaats-box span.icon {
    position: absolute;
    color: var(--color-grey-30);
    font-size: 23px;
    right: 20px;
    top: 4px;

}

.form-top-bar button#filterbar-submit-button {
    /* width: 15%; */
    border-radius: 2px 50px 50px 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 41px;

}

.teroza-bedrijven .form-top-bar button#filterbar-submit-button {
    color: var(--color-font-dark);
    width: 100px;
}

.teroza-bedrijven .form-top-bar button#filterbar-submit-button:hover {
    color: var(--color-font-light);
}

.form-top-bar button#filterbar-submit-button:focus {
    color: var(--color-font-dark);
    background-color: var(--color-secondary);
    border-color: var(--color-primary);
}

.button-reset-filter {
    margin-left: 2rem;
    height: 43px;
    width: 49px;
    max-width: 43px;
    min-width: 49px;
    box-sizing: border-box;
    /* include border in width/height */
    border-radius: 50%;
    background-color: var(--color-white);
    border: 1px solid var(--color-validate-error);
    color: var(--color-validate-error);
    font-size: 2rem;
    padding: 0;
    align-items: center;
    transition: background-color 250ms ease-in-out, color 250ms ease-in-out;
}

.button-reset-filter:hover {
    background-color: var(--color-validate-error);
    color: var(--color-white);
}

.button-reset-filter.disabled {
    background-color: var(--color-grey-60);
    border-color: var(--color-grey-60);
    color: var(--color-grey-20);
    pointer-events: none;
}


/* Toggle v2. */
.toggle-type-box input {
    margin-bottom: 0
}

.type-toggle-label {
    font-weight: inherit;
    margin-bottom: 0;
}

/* filterbar panel  */
.form-bottom-bar {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    height: 28px;
}

.bottom-bar-filter-row {
    display: flex;
    width: 100%;
    column-gap: 24px;
    /* row-gap: 12px; */
    height: auto;
    flex-wrap: wrap;
}

.filter-select {
    position: relative;
    display: inline-block;
}

/* .filter-select.is-hidden {
    display: none;
} */

.filter-select button.filter-trigger {
    position: relative;
    display: flex;
    flex-direction: inherit;
    min-width: 40px;
    padding: 8px 24px;
    align-items: center;
    gap: 30px;
    border-radius: 28px;
    background: var(--color-grey-10);
    height: 24px;
    color: var(--color-font-dark);
    border: var(--color-grey-10);
    z-index: 10;

}

.filter-select button.filter-trigger i.fa-chevron-down {
    color: var(--color-grey-30);
}

.filter-select .button-pointer {
    /* display: none; */
    position: absolute;
    width: 2rem;
    height: 2rem;
    background: var(--color-grey-10);
    transform: rotate(45deg);
    /* bottom: -1.3rem; */
    bottom: -2rem;
    left: calc(50% - 1rem);
    z-index: 5;
}




.filter-panel {
    position: absolute;
    top: 94px;
    left: 0;
    min-width: 480px;
    width: 900px;
    background: var(--color-grey-10);
    border: 1px solid var(--color-grey-10);
    border-radius: var(--border-radius);
    padding: 15px 15px 15px 0;
    z-index: 12;
    /* box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1); */
}

.filter-panel-inner {
    display: grid;
    grid-template-columns: 332px 1fr;
    gap: 20px;
}

.filter-panel-parents h3 {
    width: 100%;
    text-align: left;
    padding: 0 30px 6px 30px;
    margin: 0;
}


.taxonomy-parent-btn-box {
    position: relative;
    width: 100%;
}

.taxonomy-parent-btn {
    color: var(--color-primary-dark);
    font-weight: 300;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    text-align: left;
    padding: 6px 30px;
    background: transparent;
    margin-bottom: 0;
    border: none;
    cursor: pointer;
    color: var(--color-font-dark);
    border-radius: 0;
    /* background-color: yellow; */
    clip-path: polygon(90% 0%, 100% 48%, 90% 100%, 0 100%, 0 0);
}

/* .taxonomy-parent-btn .tax-name {
    display: inline-flex;
    max-width: 90%;
    flex-wrap:wrap;
} */

.taxonomy-parent-btn .tax-name {
    display: inline-flex;
    /* of flex */
    max-width: 90%;
    flex-wrap: wrap;
    white-space: normal;
    line-height: 1.4;
}

.taxonomy-parent-btn i {
    color: var(--color-grey-30);
}

.taxonomy-parent-btn:hover,
.taxonomy-parent-btn.active {
    background: var(--color-white);
    color: var(--color-font-dark);
    font-weight: 700;
}

.taxonomy-parent-btn:hover i,
.taxonomy-parent-btn.active i {
    display: none;
}

.taxonomy-children-group label {
    display: block;
    margin-bottom: 6px;
}

.filter-apply-btn {
    position: absolute;
    background-color: var(--color-primary-dark);
    border: var(--color-primary-dark);
    display: flex;
    justify-content: center;
    align-items: center;
    right: 5%;
    bottom: 5%;
}

.taxonomy-checkbox:checked {
    accent-color: var(--color-primary-dark);
    border-color: var(--color-primary-dark);
}

.no-tax-children-inner {
    margin-top: 25px;
}

.taxonomy-children-group p {
    margin-bottom: 0.5rem;
}

.taxonomy-children-group label {
    font-weight: 300;
    font-size: 14px;
    display: flex;
    gap: 1rem;
    align-items: normal;
}

.taxonomy-children-group label input {
    margin-bottom: 0;
}

.taxonomy-children-group label span.parent-name {
    font-weight: 500;
}

.top-bar-buttons-box {
    display: flex;
}


.extra-filters-button-box {
    display: none;
    position: absolute;
    box-sizing: border-box;
    top: 21rem;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    z-index: 200;
}


@media only screen and (max-width: 900px) {

    .extra-filters-button-box {
        display: block;
    }

    .teroza-bedrijven .form-top-bar button#filterbar-submit-button {
        width: 50%;
    }

    .disabled-wrapper {
        margin-top: -2px;
    }
}

@media only screen and (max-width: 500px) {
    .teroza-bedrijven .form-top-bar button#filterbar-submit-button {
        width: 83%;
    }
}

@media only screen and (max-width: 400px) {
    .extra-filters-button-box {
        width: 90%;
        margin: auto;
    }
}

button#button-extra-filters-control {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    color: var(--color-grey-60);
    padding: 0;
    line-height: 1;
    margin: 0;
    height: auto;
}

.filters-control-text {
    display: flex;
    width: 100%;
    padding-left: 1rem;
}

.divider {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 100%;
    color: var(--color-grey-60);
    padding: 4px 0;
}

.divider,
.divider * {
    cursor: pointer;
}

.divider::before,
.divider::after {
    content: "";
    flex: 1;
    border-bottom: 1px dashed currentColor;
    opacity: 0.4;
}

.divider::before,
.divider::after {
    pointer-events: none;
}

.divider i {
    transition: transform 0.3s ease;
}

.divider i.rotated {
    transform: rotate(180deg);
}

@media only screen and (max-width: 900px) {
    form.filter-form {
        gap: 5rem
    }

    section.section-filterbar.mb-xl {
        margin-bottom: 2rem;
    }

    .filter-panel-parents h3 {
        width: 100vw;
    }

    .form-top-bar {
        flex-direction: column;
        margin-bottom: 1rem;
    }

    .form-top-bar .form-box,
    .form-top-bar .disabled-wrapper,
    .form-top-bar select#afstand {
        width: 100%;
    }

    .form-top-bar input#wat {
        border-radius: 20px 20px 0 0;
        margin-bottom: 0;
    }


    .form-top-bar select#afstand {
        border-radius: 0 0 20px 20px;
        padding-left: 1.8rem;
    }

    .top-bar-buttons-box {
        justify-content: flex-start;
    }

    .form-top-bar button#filterbar-submit-button {
        width: 50%;
        border-radius: 50px;
    }

    .form-bottom-bar {
        display: none;
        flex-direction: column;
        gap: 1rem;
        height: auto;
    }

    .bottom-bar-filter-row {
        gap: 6px;
        height: auto;
    }


    .bottom-bar-filter-row.main-filters,
    .bottom-bar-filter-row.type-filters {
        flex-direction: column;
        height: auto;
        gap: 1rem;
    }

    .bottom-bar-filter-row.type-filters {
        margin-top: 2rem;
    }

    .filter-select button.filter-trigger {
        margin-bottom: 0;
    }

    .filter-panel {
        top: 400px;
        max-width: 100%;
        min-width: 320px;
        padding-bottom: 72px;

    }

    .filter-select .button-pointer {
        display: none;
    }

    .filter-panel:before {
        content: "";
        position: absolute;
        width: 2rem;
        height: 2rem;
        background: var(--color-grey-10);
        transform: rotate(45deg);
        top: -10px;
        left: calc(50% - 1rem);
        z-index: 5;

    }



    .filter-apply-btn {
        right: 3%;
        bottom: 2%;
    }
}

@media only screen and (max-width: 760px) {


    .filter-panel-inner {
        grid-template-columns: 260px 1fr;
    }

}

@media only screen and (max-width: 640px) {
    .filter-panel-inner {
        grid-template-columns: 220px 1fr;
    }

    .taxonomy-parent-btn,
    .taxonomy-children-group label {
        font-size: 12px;
    }

}

@media only screen and (max-width: 540px) {
    .filter-panel-inner {
        grid-template-columns: 160px 1fr;
    }

    .taxonomy-parent-btn,
    .taxonomy-children-group label {
        font-size: 10px;
    }

    .taxonomy-parent-btn {
        padding: 6px 12px;
    }

    .filter-panel-parents h3 {

        padding: 0 30px 6px 10px;
    }

    .taxonomy-children-group p {
        font-size: 14px;
    }

}

/* 
 * Posts Grid Section
 *
 * ============================= */


.section-posts-grid ul#posts-grid {
    width: 100%;
    height: auto;
    list-style: none;
    margin: 0;
    display: grid;
    gap: 1em;
    /* grid-template-columns: repeat(auto-fit, minmax(10em, 1fr)); */
    grid-template-columns: repeat(6, 1fr);
}


.form-spinner-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(var(--color-white-rgb), 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;

}

/* Loading spinnen  */

.posts-spinner-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 800px;
    background-color: rgba(var(--color-white-rgb), 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
}

.posts-spinner-box.is-hidden {
    display: none;
}


.posts-spinner {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 4px solid rgba(var(--color-primary-rgb), 0.3);
    border-top-color: var(--color-primary);
    border-radius: 50%;
    animation: spin 1s linear infinite;
    background: transparent;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.section-posts-grid ul#posts-grid li {
    margin: 0;
}


.posts-grid-item {
    position: relative;
    width: 100%;
    /* background-color: yellow; */
    height: auto;
}

.posts-grid-item.card {
    background-color: var(--color-true-white);
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
    padding: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0.8rem;
}

.posts-grid-item.card:hover {
    box-shadow: var(--box-shadow-hover);
}

.posts-grid-item.card h3 {
    margin-bottom: 1rem;
}


p.card-body-text {
    margin-bottom: 0;
}

.posts-grid-item.card-vacatures {
    grid-column: span 2;
}

.posts-grid-item.card.card-vakmensen,
.posts-grid-item.card-bedrijven,
.posts-grid-item.card.card-loonma {
    grid-column: span 3;
}

/* 
 * swiper cards get immediately column settins 
 */

.swiper .posts-grid-item.card.card-vakmensen .card-top-box,
.swiper .posts-grid-item.card-bedrijven .card-top-box,
.swiper .posts-grid-item.card.card-loonma .card-top-box {
    flex-direction: column;
}

.swiper .posts-grid-item.card.card-vakmensen .card-image-box,
.swiper .posts-grid-item.card-bedrijven .card-image-box,
.swiper .posts-grid-item.card.card-loonma .card-image-box {
    width: 100%;
}

.swiper .posts-grid-item.card.card-vakmensen .card-title-and-body-box,
.swiper .posts-grid-item.card-bedrijven .card-title-and-body-box,
.swiper .posts-grid-item.card.card-loonma .card-title-and-body-box {
    margin-top: 2rem;
}


@media only screen and (max-width: 1200px) {

    .posts-grid-item.card-vacatures {
        grid-column: span 3;
    }

    .posts-grid-item.card.card-vakmensen .card-top-box,
    .posts-grid-item.card-bedrijven .card-top-box,
    .posts-grid-item.card.card-loonma .card-top-box {
        flex-direction: column;
    }

    .posts-grid-item.card.card-vakmensen .card-image-box,
    .posts-grid-item.card-bedrijven .card-image-box,
    .posts-grid-item.card.card-loonma .card-image-box {
        width: 100%;
    }

    .posts-grid-item.card.card-vakmensen .card-title-and-body-box,
    .posts-grid-item.card-bedrijven .card-title-and-body-box,
    .posts-grid-item.card.card-loonma .card-title-and-body-box {
        margin-top: 2rem;
    }
}

@media only screen and (max-width: 760px) {
    .posts-grid-item.card-vacatures {
        grid-column: span 6;
    }

    .posts-grid-item.card.card-vakmensen,
    .posts-grid-item.card-bedrijven,
    .posts-grid-item.card.card-loonma {
        grid-column: span 6;
    }
}

.card-logo-box {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 150px;
    height: 80px;
    /* background-color: yellow; */
}

.card-logo-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.card-top-box {
    width: 100%;
    display: flex;
    flex-direction: row;
    /* gap: 1.4rem; */
    gap: 2rem;

}


.card-title-and-body-box {
    width: 100%;

}

.card-image-box {
    position: relative;
    min-width: 18rem;
    width: 18rem;
    height: 18rem;
    border-radius: var(--border-radius);
    overflow: hidden;

}

.card-bedrijven .card-image-box {
    height: 10rem;
}

.card-image-box img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;

}



.card-bedrijven .card-image-box.company-logo img {
    object-fit: contain;

}

.card-bedrijven .card-image-box.thumb img {
    object-fit: cover;

}

.posts-grid-item.card a.card-inner {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1.8rem;
    width: 100%;
}

.posts-grid-item.card h3.card-title,
.posts-grid-item.card .card-body-text {
    color: var(--color-black);
}

.card-vacatures h3.card-title {
    margin-top: 6rem;
    /* margin-bottom: 0.5rem; */
    margin-bottom: 0;
    color: var(--color-black);
}

.card-vacatures .card-body-text {
    margin-bottom: 0;
    color: var(--color-black);

}

h3.card-title {
    font-size: 24px;
    font-weight: 600;
    padding: 6px 0;
    /* line-height: 130%; */
}

h3.card-title .vagified-title span.message {
    font-weight: 300;
    font-size: 14px;
}

.swiper.vakmensen h3.card-title {
    margin-top: 12px;
    font-size: 22px;
}

h3.card-title:first-letter {
    text-transform: capitalize;
}

.type-vakman-label {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

@media only screen and (max-width: 1200px) {
    .type-vakman-label {
        position: absolute;
        top: 3.4rem;
        right: 4rem;
    }
}

.card-loonma .type-vakman-label {
    margin-top: -1.7rem;
}

.type-vakman-label span {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.2rem 1.8rem;
    background-color: var(--color-grey-30);
    border-radius: 28px;
    font-size: 12px;
    background-color: var(--color-secondary);
    color: var(--color-black);
    /* color:var(--color-white); */


}

ul.card-characteristics {
    list-style: none;
    font-size: 100%;
    font-size: 14px;
    margin-left: 0;
    /* margin: 0; */
    margin: 0 0 1.6rem 0;

}

ul.card-characteristics li {
    display: flex;
    gap: 2rem;
    justify-content: flex-start;
    align-items: baseline;
    color: var(--color-grey-70);
    padding: 0;
    margin-bottom: 0.5rem;
}

ul.card-characteristics i {
    color: var(--color-grey-30);
    width: 1.5rem;
}

ul.card-characteristics .card-loonma-count,
ul.card-characteristics .card-vacature-count {
    font-weight: 700;
}


.card-actions {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
}

.card-actions button.like-button {
    background: none;
    border: none;
    margin-bottom: 0;
    padding: 0;
}

.card-actions i {
    font-size: 2.6rem;
    /* color: var(--color-grey-70); */
    color: var(--color-secondary);
}


.card-actions a.button {
    margin-bottom: 0;
    /* color: var(--color-font-dark); */
}

.teroza-bedrijven .card-actions a.button {
    color: var(--color-font-dark);
}

.card-vakmensen .card-actions a.button {
    color: var(--color-font-dark);
}

.teroza-bedrijven .card-actions a.button:hover,
.card-vakmensen .card-actions a.button:hover {
    color: var(--color-white);
}

.custom-load-more-wrap,
.end-of-list-wrap {
    margin-top: 5rem;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;

}

.end-of-list-wrap.is-hidden {
    display: none;
}



.custom-load-more-wrap button.button-open i {
    color: var(--color-grey-60);
}

.custom-load-more-wrap button.button-open.loading i {
    animation: lm-spin 2s linear infinite;
}


@keyframes lm-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}





/* 
 * Section CTA
 *
 * ============================= */


.cta-section .container {
    padding: 17rem 0;
}

.cta-inner {
    display: flex;
    gap: 2rem;
}

.cta-panel-left,
.cta-panel-right {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cta-panel-left.full-width,
.cta-panel-right.full-width {
    width: 100%;
}

.cta-panel-right.full-width {
    align-items: center;
}

.cta-panel-right.full-width h2,
.cta-panel-right.full-width .cta-button-box {
    justify-content: center;
    text-align: center;
}

.cta-panel-right {
    align-items: flex-end;
}

ul.usp-list {
    list-style: none;
    margin-left: 0;
}

ul.usp-list li {
    display: flex;
    gap: 2rem;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 2.2rem;
}

.usp-list li span.usp-count {
    color: var(--color-secondary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    font-weight: 900;
    line-height: 40px;
}

/* .teroza-bedrijven .usp-list li span.usp-count {
    color: var(--color-white);
    width: 40px;
    background: var(--color-primary);
} */


.cta-panel-right h2 {
    font-size: 4rem;
}

.cta-panel-right p {
    font-size: 2.4rem;
}

.cta-button-box {
    width: 100%;
    justify-content: flex-end;
}

.cta-button-box.large-screen {
    display: flex;
}

.cta-button-box.small-screen {
    display: none;
}



/* 
 * Section Icon Cards
 *
 * ============================= */


.cards-section .container {
    padding: 17rem 0;
}

.cards-section .cards-section-heading {
    margin-bottom: 6rem;
}

.cards-inner {
    display: flex;
    gap: 2rem;
}


ul.cards-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none;
    margin-left: 0;
    /* gap: 2rem; */
    row-gap: 4rem;
}

ul.cards-list li {

    display: flex;
    flex-direction: column;
    align-items: center;
    /* gap: 2rem; */
    min-width: 28rem;
    /* width: calc((100% - 6rem) / 4); */
    width: calc(100% / 4);
    padding: 2rem 3rem 2rem 4rem;
    padding: 1rem;
    /* background-color: var(--color-secondary); */
    background-color: rgba(var(--color-primary-rgb), 0.2);
    font-size: 2.2rem;
    /* clip-path: polygon(25% 0%, 100% 0%, 83% 100%, 8% 100%); */
    clip-path: polygon(15% 0, 100% 0%, 86% 100%, 0% 100%);
    transition: background-color 250ms ease-in-out;

}

ul.cards-list li:hover {
    background-color: rgba(var(--color-primary-rgb), 0.6);
}

@media only screen and (max-width:700px) {
    ul.cards-list li {
        width: 100%;
    }
}


ul.cards-list li a {
    text-decoration: none;
    border-bottom: 0;
}

ul.cards-list li .icon-card_icon-box {
    padding: 2rem 2rem 2rem 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.cards-list li .icon-card_icon-box i {
    font-size: 10rem;
    color: var(--color-primary-dark);
}

ul.cards-list li h3 {
    padding: 2rem 2rem 2rem 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;

}

/*
 * Mijn plaatsingen
 *
 * ============================= */

ul.tabs-nav {
    list-style: none;
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    cursor: pointer;
    border-bottom: 1px solid var(--color-grey-10);
    margin-left: 0;
    padding-left: 1rem;
    flex-wrap: wrap;
}



.tabs-nav .tab-item {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -1px;
    padding: 1rem 4rem;
    background: var(--color-grey-10);
    /* border-radius: 4px; */
    font-weight: 500;
}

.tabs-nav .tab-item.active {
    background: var(--color-white);
    font-weight: 600;
    border-top: 1px solid var(--color-grey-10);
    border-right: 1px solid var(--color-grey-10);
    border-left: 1px solid var(--color-grey-10);
}


@media only screen and (max-width:450px) {
    .tabs-nav .tab-item {
        margin-bottom: -1px;
        padding: 1rem 1rem;
    }
}

.tab-content {
    margin: 6rem 0;
}

.page-template-page-my-content .tab-content {
    margin: 6rem 0 12rem 0;
}

.page-template-page-my-content .upgrade-buttons-box .button {
    width: fit-content;
}

.frontend-form-btn-back i {
    margin-right: 1rem;
}

.my-content-block {
    margin-bottom: 4rem;
}

.my-content-block .status-block {
    display: flex;
    justify-content: space-between;
}

.my-content-block .status-block i {
    margin-right: 0rem;
    color: var(--color-validate-ok);
}

.my-content-block .status-block i.fa-coins {
    color: var(--color-validate-error);
    font-weight: 600;
}


@keyframes slowHeartBeat {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
        /* slow gentle grow */
    }
}

.promotions-status {
    display: flex;
    column-gap: 1.4rem;
    flex-wrap: wrap;
    justify-content: end;
    margin-bottom: 1rem;
    align-items: baseline;
}

.set-status.heart-beat {
    /* margin-left: 2rem; */
    display: inline-block;
    animation: slowHeartBeat 3s ease-in-out infinite;
    transform-origin: center center;
}

.set-status.heart-beat span.icon {
    margin-right: 1rem;
}


.my-content-block a.new-item {
    font-size: 2rem;
}

.my-content-block a.new-item i {
    font-size: 3rem;
}

.my-content-block .number-of-posts-message {
    margin-top: 2rem;
}

.my-content-block ul {
    list-style: none;
    margin-left: 0;
}

.my-content-block ul li {
    position: relative;
    padding-left: 0;
}

.my-content-block ul li .my-content-like-box {
    position: absolute;
    top: 2px;
    right: 0;
}



.my-content-block ul li .my-content-like-box i {
    color: var(--color-secondary);
    margin-right: 0.4rem;
}

.my-content-block i {
    margin-right: 1.6rem;
}

.my-content-block i.inline {
    margin: 0 6px;
    color: var(--color-primary);
}

.list-item .block-1 {
    margin-top: 2rem;

}

.list-item .block-1 h3 {
    margin-bottom: 0.5rem;
    width: 90%;
}

.list-item .block-1 p {
    margin-bottom: 1.2rem;
}

/* @media only screen and (max-width:600px) {
    .list-item .block-1 {
        width: 100%;
    }

    .my-content-block ul li .my-content-like-box {
        top: 34px;
    }
} */

.list-item .block-2 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    /* grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); */
    grid-column-gap: 4rem;
    grid-row-gap: 1rem;
}




.list-item .block-2 a {
    padding: 0.4rem 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-grey-10);
    border-radius: 28px;
    text-decoration: none;
    transition: all 250ms ease-in-out;
    width: 190px;
}

.list-item .block-2 a:hover {
    background-color: var(--color-secondary);
    color: var(--color-white);
}

.list-item .block-2 a.delete:hover {
    background-color: var(--color-validate-error);
    color: var(--color-black);
}

ul.content-list li {
    padding-bottom: 2rem;
    margin-bottom: 3rem;
    border-bottom: 1px solid var(--color-grey-10);
}

@media only screen and (max-width:1050px) {
    .list-item .block-2 {
        grid-template-columns: 1fr 1fr 1fr;
        grid-column-gap: 1rem;
    }
}

@media only screen and (max-width:800px) {
    .list-item .block-2 {
        grid-template-columns: 1fr 1fr;
    }
}

@media only screen and (max-width:460px) {
    /* .list-item .block-2 {
        grid-template-columns: 1fr;
    } */

    .list-item .block-2 a {
        padding: 0.4rem 2rem;
        width: auto;
        font-size: 14px;
        justify-content: flex-start;
        width: 100%;
    }

    .my-content-block i {
        margin-right: 1rem;
    }
}

/*-----------------------------------------*/
/* Message box/
/*-----------------------------------------*/

.site-message-box {
    border: solid 2px grey;
    padding: 7px 15px;
    display: inline-block;
    width: 100%;
    margin-bottom: 16px;
}

.site-message-box.message-box-success {
    border: solid 2px var(--color-validate-ok);

}

.site-message-box.message-box-error {
    border: solid 2px var(--color-validate-error);

}

.extra-attention {
    color: var(--color-validate-error);
}

/* 
 * My content form
 *
 * ============================= */

.acf-form-box {
    margin-bottom: 6rem;
}

.cf-form-fields .acf-field--post-title {

    display: none;
}

.acf-label {
    /* display: flex; */
    width: 100%;
    justify-content: space-between;
    align-items: baseline;
    gap: 2rem;
}

.acf-label label {
    color: var(--color-grey-90);
    font-weight: 400;
}

.acf-label .description {
    font-size: 1.4rem;
    max-width: 70%;
    /* text-align: end; */
}

.acf-input input {
    border-radius: 0.8rem;

}

.acf-input input:focus {
    /* border-color: var(--color-validate-neutral); */
    border: 1px solid var(--color-validate-neutral);

}

.wp-editor-tabs {
    margin-bottom: 1rem;
}

.wp-editor-container {
    border-color: var(--color-grey-30);

}

.acf-taxonomy-field .categorychecklist-holder label,
.acf-radio-list label,
.acf-checkbox-list label {
    font-weight: 300;
}

.acf-gallery-toolbar a.acf-button.button-primary,
.acf-actions a.acf-button.button-primary {
    background-color: var(--color-secondary);
    color: var(--color-font-dark);
    border-color: var(--color-secondary);
}

.acf-button {
    width: fit-content;
    margin-top: 1rem;
}

.acf-gallery-toolbar a.acf-button.button-primary:hover,
.acf-actions a.acf-button.button-primary:hover {
    background-color: var(--color-black);
    color: var(--color-font-light);
    border-color: var(--color-black);
}


.acf-form-submit {
    margin-top: 2rem;
    display: flex;
    justify-content: flex-end;
}

.acf-form-submit input.acf-button .button-primary {
    padding: 1.2rem 3rem;
}


ul.acf-radio-list li input[type="checkbox"]:checked,
ul.acf-radio-list li input[type="radio"]:checked,
ul.acf-checkbox-list li input[type="checkbox"]:checked,
ul.acf-checkbox-list li input[type="radio"]:checked {
    accent-color: var(--color-primary-dark);
    border-color: var(--color-primary-dark);

}

/* 
 * My favorites page
 *
 * ============================= */


.section-my-favourites li.list-item .favorite-top-box {
    display: flex;
    width: 100%;
    gap: 6rem;
    align-items: center;
    height: 80px;
}

.section-my-favourites li.list-item .favorite-top-box .favourite-title {
    width: 100%;
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section-my-favourites li.list-item .favorite-top-box .favourite-title h3 {
    margin-bottom: 0;
}

.section-my-favourites li.list-item .favorite-top-box .like-button {
    height: 80px;
    display: flex;
    color: var(--color-secondary);
    flex-direction: column;
    justify-content: center;
    font-size: 2.4rem;
}

.favourite-image-box {
    width: 150px;
    height: 80px;
}

.favourite-image-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.section-my-favourites ul.card-characteristics {
    column-count: 2;
    width: 100%;
}

.section-my-favourites ul.card-characteristics li {
    padding-bottom: 0;
    margin-bottom: 0.5rem;
    border-bottom: none;
}

.section-my-favourites .card-vakmensen .card-actions a.button {
    color: var(--color-white);
}

@media only screen and (max-width:650px) {
    .section-my-favourites ul.card-characteristics {
        column-count: 1;
    }

    .section-my-favourites .container {
        padding: 0;
    }
}


/* 
 * Search
 *
 * ============================= */


.section-posts-grid ul#posts-grid.search-posts-grid {
    display: block;
    width: 100%;
}

.search .section-posts-grid {
    margin-bottom: 12rem;
}

.search-posts-grid .posts-grid-item.card.card-vakmensen,
.search-posts-grid .posts-grid-item.card-bedrijven,
.search-posts-grid .posts-grid-item.card.card-loonma {
    grid-column: unset;
    width: calc((100% - 2rem) / 3);
}

.search-posts-grid .posts-grid-item.card-vacatures {
    grid-column: unset;
    width: calc((100% - 2rem) / 3);
}

.search-posts-grid .card-top-box {
    flex-direction: column;
    gap: 4rem;
}

.search-posts-grid .card-top-box .card-image-box {
    width: 100%;
}

/* 
 * Taxonomy page
 *
 * ============================= */

section.section-taxonomy-results {
    margin-bottom: 12rem;
}

/* 
 * Homepage
 *
 * ============================= */
@media only screen and (max-width: 1160px) {
    .cta-inner {
        flex-direction: column-reverse;
    }

    .cta-panel-left {
        width: 100%;
        align-items: flex-start;
    }

    .cta-panel-right {
        width: 100%;
        align-items: flex-start;
    }

    .cta-button-box.large-screen {
        display: none;
    }

    .cta-button-box.small-screen {
        display: flex;
        justify-content: flex-start;
    }

    .cta-button-box.small-screen.full-width {
        display: flex;
        justify-content: center;
    }
}

@media only screen and (max-width: 650px) {
    .cta-section .container {
        padding: 8rem 0;
    }
}

@media only screen and (max-width: 450px) {
    .cta-panel-right h2 {
        font-size: 3rem;
    }

    .cta-panel-right p {
        font-size: 2.2rem;
    }

    ul.usp-list li {
        gap: 1.6rem;
        font-size: 1.8rem;
    }
}

@media only screen and (max-width: 400px) {
    .cta-inner {
        width: 85%;
        margin: 0 auto;
    }

    .cta-button-box.small-screen {
        width: 85%;
        margin: 0 auto;
    }
}

.no-access-container a#return-button {
    width: fit-content;
}


.download-terms-box {
    display: flex;
    justify-content: flex-start;
}

.button.button-primary.download-terms {
    width: fit-content;
    display: flex;
    gap: 1rem;
    border-color: var(--color-primary);
    color: var(--color-primay);
}

/* 
 * Contact page
 *
 * ============================= */

/* .page-template-page-contact p {
    font-size: 2rem;
} */

.section-contact-details {
    display: flex;
    width: 100%;
    margin: 8rem 0 8rem 0;
    gap: 2rem;
}

.contact-details-panel-left, .contact-details-panel-right {
    width: 50%;
}

.contact-details-panel-left {
    display: flex;
    align-items: flex-end;
}

.contact-details-panel-left img {
    /* width: 80%;
    height: 80%;
    object-fit: contain; */
    width: 100%;
    height: 100%;
}

.contact-details-panel-right {
    padding: 4rem;
    background-color: var(--color-primary);
    color: var(--color-white);
    /* border-radius: var(--border-radius); */
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.contact-details-heading .company-name {
    font-size: 2.4rem;
}

.contact-details-heading span.sub-heading {
    font-weight: 300;
}

.contact-details-panel-right ul {
    list-style: none;
    margin: 0;
}

.contact-details-panel-right ul li {
    padding-left: 0;
}

.contact-details-panel-right ul li a,
.contact-details-panel-right .socials a {
    color: var(--color-white);
}

.contact-details-panel-right ul li i,
.contact-details-panel-right .socials i {
    margin-right: 1rem;
}

.contact-details-panel-right .socials {
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
    font-size: 2.4rem;
}

.contact-details-panel-right .socials a {
    text-decoration: none;
}

@media only screen and (max-width: 750px) {
    .section-contact-details {
        flex-wrap: wrap;
    }

    .contact-details-panel-left, .contact-details-panel-right {
        width: 100%;
    }
}

.section-contact-form {
    margin: 8rem 0;
}

.contact-form-pre-text {
    margin: 1rem 0 5rem 0;
}

.section-contact-form-inner {
    position: relative;
    display: flex;
    width: 100%;
    background-color: var(--color-primary);
    /* border-radius: var(--border-radius); */
}

.contact-form-panel-left {
    position: relative;
    width: 75%;
    padding: 6rem 4rem 4rem 4rem;
}

.contact-form-panel-right {
    position: relative;
    width: 25%;
    background-color: var(--color-white);
}

/* .contact-form-panel-left::after, */
.contact-form-panel-right:before {
    content: '';
    position: absolute;
    top: 0;
    /* left: -49px; */
    left: -103px;
    /* width: 50px; */
    width: 108px;
    height: 100%;
    background-color: var(--color-white);
    /* clip-path: polygon(100% 0, 0 142%, 100% 100%); */
    clip-path: polygon(95% 0, 100% 0%, 100% 100%, 0% 100%);
    /* clip-path: polygon(53% 1%, 100% 0%, 100% 100%, 0% 100%); */
    z-index: 500;
}

.page-template-page-contact .contact-form-panel-left textarea,
.page-template-page-contact .contact-form-panel-left input {
    background-color: #76c890;
    max-width: 90%;
}

.page-template-page-contact .ff-name-field-wrapper {
    max-width: 90%;
}

.page-template-page-contact .ff-name-field-wrapper input {
    max-width: 100%;
}

/* .contact-form-panel-left form input[type="submit"], */
.page-template-page-contact .contact-form-panel-left .button.button-primary {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 3rem;
    background-color: inherit;
    border: 1px solid var(--color-secondary);
    transition: border 250ms ease-in-out;
}

.page-template-page-contact .contact-form-panel-left .button.button-primary:hover {
    border: 2px solid var(--color-white);
}

.contact-form-panel-left form input[type="submit"]:hover,
.contact-formulier .contact-form-panel-left .button.button-primary:hover {
    border: 2px solid var(--color-white);
}


.page-template-page-contact .ff-default .ff-el-form-control {

    border: 1px solid #76c890;
    color: var(--color-primary-dark);
}

.page-template-page-contact .ff-default .ff-el-form-control:focus {
    color: var(--color-primary-dark);
}



.contact-form-panel-right {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-form-panel-right i {
    font-size: 200px;
    color: var(--color-primary);
    /* padding: 0rem 0 0 10rem; */
}

.page-template-page-contact .ff-message-success {
    color: var(--color-white);
}

.page-template-page-contact .fluentform .ff-el-is-error .text-danger {
    background: var(--color-white);
}


@media only screen and (max-width: 1050px) {
    .contact-form-panel-right i {
        font-size: 150px;
    }
}

@media only screen and (max-width: 795px) {
    .contact-form-panel-right i {
        font-size: 250px;
    }

    .section-contact-form-inner {
        flex-direction: column;
        flex-direction: column-reverse;
    }

    .contact-form-panel-left {
        width: 100%;
        padding: 4rem 2rem 3rem 2rem;
    }


    .page-template-page-contact .ff-name-field-wrapper, .page-template-page-contact .contact-form-panel-left textarea,
    .page-template-page-contact .contact-form-panel-left input {
        max-width: 100%;
    }



    .contact-form-panel-right {
        width: 100%;
        padding: 0 0 4rem 0;
    }

    .contact-form-panel-right:before {
        display: none;
    }



    /* .contact-form-panel-right {
        width: 100%;
    } */
}


/* 
 * Werkgevers info page 
 */

#teroza-wg-info-page .section-wysiwyg {
    line-height: 1.8;
}


#wgi-wysiwyg .container {
    margin-top: 0;
}

#wgi-first-list.cta-section .container,
#wgi-second-list.cta-section .container {
    padding: 4rem 0;
}

#wgi-second-list .usp-count {
    color: var(--color-white);
}

#wgi-icon-cards.cards-section .container {
    padding: 6rem 0 2rem 0;
}

#wgi-second-header .container {
    margin-top: 0;
}

#wgi-cta-button.cta-section .container {
    padding: 10rem 0;
}

/* 
 * Werkzoekenden info page 
 */

#teroza-wz-info-page .section-wysiwyg {
    line-height: 1.8;
}


#wzi-first-list.cta-section .container,
#wzi-second-list.cta-section .container {
    padding: 4rem 0;
}

/* #wzi-second-list, */
#wzi-second-list .usp-count {
    color: var(--color-white);
}

#wzi-second-list {
    background-color: rgba(var(--color-primary-rgb), 0.4);
}

#wzi-icon-cards.cards-section .container {
    padding: 6rem 0 2rem 0;
}


/* Page Memberships */

.section-memberships-comparison {
    margin-bottom: 12rem;
}

.membership-comparison {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    /* Kolommen vallen netjes onder elkaar op mobiel */
}

.comparison-col {
    flex: 1 1 300px;
    /* basisbreedte 300px, groeit en krimpt */
    padding: 40px 20px;
    border-radius: var(--border-radius);
    text-align: center;
    background: var(--color-grey-00);
    display: flex;
    flex-direction: column;
    gap: 1rem;
}




.comparison-col:nth-child(even) {
    background: var(--color-white);
    border: 3px solid var(--color-grey-00);
}

.comparison-col-body {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.comparison-col h3 {
    margin-bottom: 10px;
}

.comparison-col .price {
    font-weight: bold;
    margin-bottom: 15px;
    color: var(--color-primary);
}

.comparison-col h4 {
    margin-top: 15px;
    margin-bottom: 5px;
}

.comparison-col ul {
    text-align: left;
    padding-left: 20px;
    margin-bottom: 15px;
}

.comparison-col p {
    margin-bottom: 10px;
}


p.for-whom-text {
    height: 140px;
    height: auto;
}

section.features-text {
    height: fit-content;
}

.membership-comparison a.button.button-primary {
    width: fit-content;
}

.comparison-add-to-card-button-box {
    margin-top: 3rem;
    width: 100%;
    display: flex;
    justify-content: center;
}

/* Mobile */
@media (max-width: 768px) {
    .membership-comparison {
        flex-direction: column;
    }


    .comparison-col {
        width: 100%;
        flex: unset;
    }

}

/*
 * Price Table Promotiepakketten
 */

.section-price-table {
    margin: 2rem 0 12rem 0;
}

/* =====================
   Base Table Styling
===================== */
.promo-price-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.promo-price-table th,
.promo-price-table td {
    border: 1px solid var(--color-grey-20);
    padding: 10px 12px;
    text-align: left;
}

.promo-price-table thead th {
    background-color: var(--color-grey-00);
    font-weight: 600;
}

.promo-price-table tbody tr {
    transition: background 0.2s;
}

/* Hover effect */
.promo-price-table tbody tr:hover {
    background-color: rgba(var(--color-primary-rgb), 0.05);
}

/* Alternate row colors (striped) */
.promo-price-table tbody tr:nth-child(odd) {
    background-color: var(--color-grey--10);
    /* light row */
}

.promo-price-table tbody tr:nth-child(even) {
    background-color: var(--color-tertiary);
    /* ultra light green */
}

/* Visual separator for product groups */
.promo-price-table tbody tr.product-group-start {
    border-top: 2px solid var(--color-primary-dark);
}

/* =====================
   Responsive Mobile
===================== */
@media (max-width: 768px) {

    .promo-price-table,
    .promo-price-table thead,
    .promo-price-table tbody,
    .promo-price-table th,
    .promo-price-table td,
    .promo-price-table tr {
        display: block;
    }

    .promo-price-table thead {
        display: none;
    }

    .promo-price-table tr {
        margin-bottom: 1.5rem;
        border: 1px solid var(--color-grey-20);
        padding: 0.5rem;
        background: var(--color-white);
        border-radius: var(--border-radius-small);
        box-shadow: var(--box-shadow);
    }

    .promo-price-table td {
        border: none;
        display: flex;
        justify-content: space-between;
        padding: 6px 0;
    }

    .promo-price-table td::before {
        content: attr(data-label);
        font-weight: 600;
        padding-right: 1rem;
        color: var(--color-font-dark);
        width: 35%;
        flex-shrink: 0;
    }
}




/* 
 * Fluent Support 
 */

.teroza .fst_registration_wrapper .fs_registration_form #fst_submit,
.teroza .fst_login_wrapper input#wp-submit {
    background-color: var(--color-primary);
    color: var(--color-white);
    display: flex;
    align-items: baseline;
    flex-direction: column;
    justify-content: center;
    text-decoration: none !important;
    height: 42px;
    padding: 0 30px;
    font-size: 13px;
    font-weight: 500;
    line-height: 42px;
    border-radius: 50px;
    font-family: var(--font-text);
    text-transform: unset;
    letter-spacing: 0.14rem;
    transition: all 250ms ease-in-out;
    border: 1px solid var(--color-primary);
    width: fit-content;
}

.teroza .fst_registration_wrapper .fs_registration_form #fst_submit:hover,
.teroza .fst_login_wrapper input#wp-submit:hover {
    color: var(--color-white);
    background-color: var(--color-black);
    border-color: var(--color-black);
}