@charset "UTF-8";

/* 
OVERRIDES
*/

/* SECTIONS */
.main-content section{
    padding:50px 0;
}
/* SLIDER */
.headerslider {
    min-height: 500px;
    margin-top: 10em;
}

/* MENU */
ul#menu-mainmenu li:hover,
ul#menu-mainmenu li.current-menu-item,
ul#menu-mainmenu li.current-menu-ancestor,
ul#menu-mainmenu ul.sub-menu li.current-menu-item {
    background: #1B439C
}
ul#menu-mainmenu ul.sub-menu li a,
ul#menu-mainmenu ul.sub-menu a:hover  {
    color: var(--menuLinkColorHover, #551A8B);
}

/* INTRO SECTION  */
.introSection .section-inner {
    margin-top: -120px;
    z-index: 1;
    background: #fff;
    border-radius: 5px 5px 0 0;
    padding:25px;
    -webkit-box-shadow: 0px 12px 18px -22px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 12px 18px -22px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 12px 18px -22px rgba(0, 0, 0, 0.75);
}

/* FIX HENK BESTUUR */
.plopBestuur .team-member:nth-child(2) img{
    aspect-ratio: 3/2;
    object-position: 0px -3rem;
}
/* NEWS POST GRID OVERRIDE */
.el_post_grid.plopNews .post-item{
    padding:0 
}
.el_post_grid.plopNews .post-item h3 {
    padding: 0.65rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2)
}
.el_post_grid.plopNews .post-item a {
    color: #fff;
    width: 100%;
    display: block;
    padding:0.25rem 0

}
.el_post_grid.plopNews .post-item a:hover{
    background: #ffffff !important;
    color: #1B439C !important;
    border-radius: 5px !important;
}

/* NEWS LISTING */
.newslist .el_post_grid .post-item {
    padding: 0
}

.newslist .el_post_grid .post-item h3 {
    padding: 0.65rem;
    border-bottom: 1px solid rgba(59, 59, 59, 0.582)
}
.newslist .el_post_grid .post-item:first-child h3 {
    border-top: none;
}
.newslist .el_post_grid .post-item a {
    width: 100%;
    display: block;
    padding: 0.25rem 0.25rem
}

.newslist .el_post_grid .post-item a:hover {
    background: #1B439C !important;
    color: #fff !important;
    border-radius: 5px !important;
}

/* OLD BLOG POSTS */
.single-post img.alignleft{
    width: auto;
    float: left;
    margin: 20px;
}

/* BUTTONS */
button[data-buttontype],
a[data-buttontype="primary"],
a[data-buttontype="secondary"],
a[data-buttontype="tertiary"] {
    padding: 14px 32px;
}

/* CTA */
.defaultcta .el_editor h4{
    font-size: 4rem;
}
.defaultcta .el_editor h4 span{
    animation: heartbeat 2s cubic-bezier(.4, 0, .6, 1) infinite;
    transform-origin: center;
    display: inline-block;
    font-size: 6rem;
}
.el_button span.heart{
    color: #ff0000;
    animation: heartbeat 2.5s cubic-bezier(.4, 0, .6, 1) infinite;
    transform-origin: center;
    display: inline-block;
    font-size: 1.5rem;
}

@keyframes heartbeat {
    0% {
        transform: scale(1);
    }

    14% {
        transform: scale(1.2);
    }

    28% {
        transform: scale(1);
    }

    42% {
        transform: scale(1.25);
    }

    70% {
        transform: scale(1);
    }
}

/* TO TOP */
#PrxToTop {
    height: 60px;
    width: 60px;
    line-height: 2;
    border-radius: 50%;
    /* background:#fff; */
    text-align: center;
    z-index: 9999;
    -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: scale(0.5) translateY(50px);
    transform: scale(0.5) translateY(50px);
    -webkit-transform: scale(0.5) translateY(50px);
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1)
}

/* CONTACT FORM 7 */
input:not([type="submit"]):not(#mainMenu input),
select,
textarea {
    outline: none;
    border:none;
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}


/* VERKIEZINGSPROGRAMMA */
:root {
    --blue: #1f3f87;
    --text: #111;
    --muted: #333;
    --border: #0000;
}

:focus-visible {
    outline: 0;
}

h4 {
    padding: 0.25rem 0;
    margin: 0;
}

/* ========== WRAPPER ========== */
.plopProg {
    max-width: 1000px;
    margin: auto;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: var(--text);
}


/* ========== GRID ========== */
.plop10--grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 1rem;
    row-gap: 1rem;
}

/* links 1-5 */
.plop10--grid>.plop10__item:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
}

.plop10--grid>.plop10__item:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
}

.plop10--grid>.plop10__item:nth-child(3) {
    grid-column: 1;
    grid-row: 3;
}

.plop10--grid>.plop10__item:nth-child(4) {
    grid-column: 1;
    grid-row: 4;
}

.plop10--grid>.plop10__item:nth-child(5) {
    grid-column: 1;
    grid-row: 5;
}

/* rechts 6-10 */
.plop10--grid>.plop10__item:nth-child(6) {
    grid-column: 2;
    grid-row: 1;
}

.plop10--grid>.plop10__item:nth-child(7) {
    grid-column: 2;
    grid-row: 2;
}

.plop10--grid>.plop10__item:nth-child(8) {
    grid-column: 2;
    grid-row: 3;
}

.plop10--grid>.plop10__item:nth-child(9) {
    grid-column: 2;
    grid-row: 4;
}

.plop10--grid>.plop10__item:nth-child(10) {
    grid-column: 2;
    grid-row: 5;
}

/* mobiel */
@media (max-width:768px) {
    .plop10--grid {
        grid-template-columns: 1fr;
    }

    .plop10--grid>.plop10__item {
        grid-column: auto !important;
        grid-row: auto !important;
    }
}

/* ========== ITEMS ========== */
.plop10__item {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    padding: 14px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #fff;
}

.plop10__item:hover {
    cursor: pointer;
    border-color: var(--blue);
}

/* ========== ICON / BADGE ========== */
.plop10__badge {
    position: relative;
    width: 52px;
    min-width: 52px;
    height: 52px;
    border: 1px solid #ddd;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.plop10__icon {
    width: 78px;
    min-width: 78px;
    height: 78px;
    background: #000;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ========== NUMMER ========== */
.plop10__num {
    position: absolute;
    z-index: 2;
    font-size: 34px;
    font-weight: 900;
    top: 15px;
    color: #fff;
    line-height: 1;
}

/* ========== HARTJE ========== */
.plop10__heart {
    position: absolute;
    inset: 0;
    display: block;
    left: 0px;
    top: 0;
    width: 75px;
    height: 75px;
    background: #fff;
    background-color: #e4002b;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="black" d="M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3 9.24 3 10.91 3.81 12 5.08 13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5 22 12.28 18.6 15.36 13.45 20.04z"/></svg>') center/contain no-repeat;
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="black" d="M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3 9.24 3 10.91 3.81 12 5.08 13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5 22 12.28 18.6 15.36 13.45 20.04z"/></svg>') center/contain no-repeat;
    mask-size: 100% 100%;
    -webkit-mask-size: 100% 100%;
}

.plop10__item[data-opened="1"] {
    border-color: rgb(41, 192, 41);
}
.plop10__item[data-opened="1"] .plop10__heart {
    background: #fff;
}

.plop10__item[data-opened="1"] .plop10__num {
    color: var(--blue);
}

/* ========== TEKST ========== */
.plop10__title {
    margin: 0 0 4px;
    font-size: 24px;
    line-height: 1.1;
    color: var(--blue);
    font-weight: 900;
}

.plop10__intro {
    margin: 0 0 10px;
    color: var(--muted);
    font-size: 17px;
    line-height: 1.35;
    letter-spacing: 1.25px;
}

.plop10__bullets,
.plop10__list {
    margin: 0 0 10px;
    padding-left: 18px;
    font-size: 15px;
    line-height: 1.35;
}

.plop10__list ul {
    margin: 6px 0 0;
    padding-left: 18px;
    list-style: disc;
}

/* ========== BUTTON ========== */
.plop10__more {
    border: 1px solid #ddd;
    background: #f5f5f5;
    border-radius: 8px;
    padding: 8px 10px;
    cursor: pointer;
    font-family: inherit;
    font-size: 1rem;

}

/* ========== MODAL ========== */
.plop10modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    /* 🔥 dicht = echt weg */
}

/* open */
.plop10modal.is-open {
    display: flex;
    /* open = flex */
    align-items: center;
    justify-content: center;
}

.plop10modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .55);
}

.plop10modal__dialog {
    position: relative;
    margin: 15rem auto 0;
    max-width: 820px;
    width: calc(100% - 24px);
    max-height: 88vh;
    overflow: auto;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .25);
    font-family: Georgia, "Times New Roman", Times, serif;
}
.plop10modal__dialog {
    margin: 0;
    /* belangrijk */
    max-width: 820px;
    width: calc(100% - 24px);
    max-height: 88vh;
    overflow: auto;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .25);
}


.plop10modal__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    position: sticky;
    top: 0;
    background: var(--blue);
    color: #fff;
    border-radius: 14px 14px 0 0;
}

.plop10modal__head #plop10modalTitle {
    color: #fff;
}

.plop10modal__x {
    border: 0;
    background: transparent;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    color: #fff;
}

.plop10modal__x svg {
    display: block;
    z-index: 1212;
    position: relative;
    position: absolute;
    right: 1rem;
    top: 1rem;
    width: 30px;
    height: 30px;
}

.plop10modal__content {
    padding: 14px 16px;
}
.plop10modal__content ul {
    padding-left: 1rem;
    list-style: square !important;
}

.plop10modal__content h4 {
    color: var(--blue);
}

.plop10modal__content ul li {
    padding: 0.25rem 0
}

.plopProg__hero,
.plopProg__footer {
    background: var(--blue);
   
    text-align: center;
    padding: 26px 16px;
}

.plopProg__hero {
    padding: 1rem 0;
}

.plopProg__footer {
    margin-top: 1rem;
}

.plopProg__footer h4 {
    padding: 0;
    margin: 0;
    line-height: 1;
    color: #fff !important;
    text-align: center !important;
}

.plopProg__hero h1 {
    margin: 0;
    font-size: 28px;
    color: #fff !important;
    text-align: center !important;
}

.plopProg__sub {
    margin: 18px 0 22px;
    letter-spacing: 1.5px;
    font-size: 20px;
    color: var(--blue);
    text-align: center;
    font-weight: 800;
}

/* RESPONSIVE OVERIDES */
@media (max-width:768px) {
    .mobileMenu .el_menu.menuBlock{
        right: 1em;
        position: absolute;
        top: -3rem;
        margin-top: 0 !important;
    }
    .headerslider {
        min-height: 250px;
        margin-top: 4em;
    }
    .plop10__title {
        font-size: inherit
    }
    .plopBestuur .team-member:nth-child(2) img {
        object-position: 0px -6rem;
    }

}

