/*

Theme Name: Divi-child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Make all of your modifications in this child theme.
Version: 1.0.0
Template: Divi

*/

/*  
 * 
 * Huisstijl font
 * 
 * 
 * */

/* @font-face {
	font-family: 'Objectivity';
	src: url('/wp-content/themes/divi-child/fonts/Objectivity-Medium.woff') format('woff');
	font-style: normal;
	font-weight: 500;
}
@font-face {
	font-family: 'Objectivity';
	src: url('/wp-content/themes/divi-child/fonts/Objectivity-MediumSlanted.woff') format('woff');
	font-style: italic;
	font-weight: 500;
}
@font-face {
	font-family: 'Objectivity';
	src: url('/wp-content/themes/divi-child/fonts/Objectivity-Bold.woff') format('woff');
	font-style: normal;
	font-weight: 700;
}
@font-face {
	font-family: 'Objectivity';
	src: url('/wp-content/themes/divi-child/fonts/Objectivity-ExtraBold.woff') format('woff');
	font-style: normal;
	font-weight: 800;
} */

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on January 5, 2023 */

@font-face {
    font-family: 'Objectivity';
    src: url('/wp-content/themes/divi-child/fonts/objectivity-bold.eot');
    src: url('/wp-content/themes/divi-child/fonts/objectivity-bold.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/divi-child/fonts/objectivity-bold.woff2') format('woff2'),
        url('/wp-content/themes/divi-child/fonts/objectivity-bold.woff') format('woff'),
        url('/wp-content/themes/divi-child/fonts/objectivity-bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;

}

@font-face {
    font-family: 'Objectivity';
    src: url('/wp-content/themes/divi-child/fonts/objectivity-medium.eot');
    src: url('/wp-content/themes/divi-child/fonts/objectivity-medium.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/divi-child/fonts/objectivity-medium.woff2') format('woff2'),
        url('/wp-content/themes/divi-child/fonts/objectivity-medium.woff') format('woff'),
        url('/wp-content/themes/divi-child/fonts/objectivity-medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;

}

@font-face {
    font-family: 'Objectivity';
    src: url('/wp-content/themes/divi-child/fonts/objectivity-mediumslanted.eot');
    src: url('/wp-content/themes/divi-child/fonts/objectivity-mediumslanted.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/divi-child/fonts/objectivity-mediumslanted.woff2') format('woff2'),
        url('/wp-content/themes/divi-child/fonts/objectivity-mediumslanted.woff') format('woff'),
        url('/wp-content/themes/divi-child/fonts/objectivity-mediumslanted.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;

}

@font-face {
    font-family: 'Objectivity';
    src: url('/wp-content/themes/divi-child/fonts/objectivity-extrabold.eot');
    src: url('/wp-content/themes/divi-child/fonts/objectivity-extrabold.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/divi-child/fonts/objectivity-extrabold.woff2') format('woff2'),
        url('/wp-content/themes/divi-child/fonts/objectivity-extrabold.woff') format('woff'),
        url('/wp-content/themes/divi-child/fonts/objectivity-extrabold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;

}

body {
    font-family: 'Objectivity';
    font-style: normal;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h1 strong,
h2,
h2 strong {
    font-weight: 800;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* 
 * 
 * title sizes fix 
 * 
 *  */

h1,
h2,
h3,
h4,
h5,
h6 {
    hyphens: none !important;
}

/* desktop */
#main-content h1,
#main-content h1 strong {
    font-weight: 800;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 48px;
    line-height: 58px;
}

/* tablet */
@media all and (max-width: 980px) {

    #post-38 .homepage-afbeelding {
        display: block !important;
        height: 100%;
        position: relative;
        top: -1px;
    }

    #main-content h1,
    #main-content h1 strong {
        font-size: 48px;
        line-height: 58px;
    }
}

/* Default styling */
.hyphenate-word::after {
    content: '';
    /* Empty content for the pseudo-element */
    white-space: nowrap;
    display: inline;
}






/* mobile */
@media all and (max-width: 767px) {

    #main-content h1,
    #main-content h1 strong {
        font-size: 28px;
        line-height: 34px;
    }

    .hyphenated-word::after {
        content: '-';
    }
}

/* tablet */
#main-content h2,
#main-content h2 strong {
    font-weight: 800;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 26px;
}

/* tablet */
@media all and (max-width: 980px) {

    #main-content h2,
    #main-content h2 strong {
        font-size: 38px;
        line-height: 48px;
    }
}

/* mobile */
@media all and (max-width: 767px) {

    #main-content h2,
    #main-content h2 strong {
        font-size: 22px;
        line-height: 26px;
    }

    .hyphenate-word {
        overflow-wrap: break-word;
        word-wrap: break-word;
        hyphens: auto;
    }
}

/* tablet */
#main-content h3,
#main-content h3 strong {
    font-weight: 800;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px;
    line-height: 40px;
}

/* tablet */
@media all and (max-width: 980px) {

    #main-content h3,
    #main-content h3 strong {
        font-size: 30px;
        line-height: 40px;
    }
}

/* mobile */
@media all and (max-width: 767px) {

    #main-content h3,
    #main-content h3 strong {
        font-size: 20px;
        line-height: 22px;
    }
}

#main-content .af_actueel_home_lijst h2 {
    font-weight: bold;
    font-size: 22px;
    line-height: 26px;
}

#main-content .af_actueel_home_uitgelicht h2 {
    font-weight: bold;
    font-size: 22px;
    line-height: 26px;
}



/* 
 * 
 * social icons footer fix 
 * 
 * 
 * */

@media all and (max-width: 479px) {
    .et-last-child .et_pb_social_media_follow {
        margin: -30px !important;
        min-width: 100% !important;
        width: auto !important;
    }

    .et-last-child .et_pb_social_media_follow li a {
        margin: 0;
    }
}

/* 
 * 
 * 
 * Header 
 * 
 * 
 * */

#header_desktop {
    display: none;
    background: #FFFFFF;
    border-bottom: 3px solid #1D1E1B;
}

#et-boc #logo,
#et-boc #logo span,
#et-boc #logo span img {
    width: auto;
}

#et-boc #logo img {
    max-height: 64px;
    width: auto;
}

#et-boc #logo {
    position: absolute;
    top: 50% !important;
    margin-top: -32px !important;
    left: 24px;
}

#top_menu ul {
    line-height: 24px;
    margin: 0;
    padding: 0;
}

#top_menu ul li {
    line-height: 24px;
    margin: 0;
    padding: 0;
}

#top_menu ul li a {
    background: #1D1E1B;
    color: #FFFFFF !important;
    line-height: 24px;
    padding: 7px 23px;
    border: 1px solid #1D1E1B;
    border-radius: 0 0 16px 16px;
}

#top_menu ul li.nav_ikzoekhulp a {
    margin-right: 8px;
}

#top_menu ul li.nav_ikzoekhulp a:before {
    content: '';
    background: #1D1E1B;
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    right: 100%;
    top: -1px;
    border-right: 1px solid #1D1E1B;
    z-index: 1;
}

#top_menu ul li.nav_ikzoekhulp a:after {
    content: '';
    background: #FFFFFF;
    border-radius: 0 24px 0 0;
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    right: 100%;
    top: -1px;
    border-right: 1px solid #1D1E1B;
    border-left: 1px solid #FFFFFF;
    z-index: 2;
}

/* hulporganisatie knop paars */
#top_menu ul li.nav_hulporganisatie {
    line-height: 24px;
    margin: 0;
    padding: 0;
}

#top_menu ul li.nav_hulporganisatie a {
    background: #941C84;
    color: #FFFFFF !important;
    line-height: 24px;
    padding: 7px 23px;
    border: 1px solid #941C84;
    border-radius: 0 0 16px 16px;
}

#top_menu ul li.nav_hulporganisatie a:before {
    content: '';
    background: #941C84;
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    left: 100%;
    top: -1px;
    border-left: 1px solid #941C84;
    z-index: 1;
}

#top_menu ul li.nav_hulporganisatie a:after {
    content: '';
    background: #FFFFFF;
    border-radius: 24px 0 0 0;
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    left: 100%;
    top: -1px;
    border-left: 1px solid #941C84;
    border-right: 1px solid #FFFFFF;
    z-index: 2;
}

#top_menu ul li.nav_terug a:before {
    content: '';
    background: #1D1E1B;
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    left: 100%;
    top: -1px;
    border-left: 1px solid #1D1E1B;
    z-index: 1;
}

#top_menu ul li.nav_terug a:after {
    content: '';
    background: #FFFFFF;
    border-radius: 24px 0 0 0;
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    left: 100%;
    top: -1px;
    border-left: 1px solid #1D1E1B;
    border-right: 1px solid #FFFFFF;
    z-index: 2;
}

#hoofd_menu ul {
    line-height: 16px;
    margin: 0;
    padding: 0;
}

#hoofd_menu ul li {
    display: block;
    line-height: 16px;
    margin: 0;
    padding: 0;
    padding-left: 17px !important;
}

#hoofd_menu ul li a {
    line-height: 16px;
    border-radius: 0px;
    padding: 8px 24px 6px 24px;
    border: 4px solid transparent;
    margin: 11px 2px;
    display: block;
}

.et-menu li li.menu-item-has-children>a:first-child::after {
    top: 6px;
}

#hoofd_menu ul li a::after {
    margin-right: 6px;
}

#hoofd_menu ul li a:hover {
    border-color: #1D1E1B;
    border-radius: 4px;
    opacity: 1;
}

#hoofd_menu ul li.nav_doneer a {
    line-height: 16px;
    border-radius: 3px;
    border: 2px;
    background-color: #FFCB11;
    padding: 8px 24px 6px 24px;
    margin: 15px;
    color: #1d1e1b !important;
}

#hoofd_menu ul li.nav_doneer a:hover {
    color: white !important;
}

@media (max-width:767px) {
    #hoofd_menu ul li li ul {
        margin-left: 30px;
    }
}

/* flip the search icon */
#header_desktop .et_pb_menu__icon.et_pb_menu__search-button:after {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    font-size: 24px;
    color: #1D1E1B;
}

li.mobile-only {
    display: none !important;
}

#mobile_menu2 {
    margin-top: 24px !important;
}

#mobile_menu2 li a {
    margin: 11px !important;
}

#mobile_menu2 li.mobile-only {
    display: block !important;
}

#mobile_menu2 li.mobile-only a {
    line-height: 16px;
    background: #1D1E1B;
    color: white !important;
    border-radius: 16px;
    padding: 8px 24px 6px 24px;
    border: 4px solid #f1f1f1;

}

#mobile_menu2 li.mobile-only a:hover {
    border-color: #1D1E1B;
}

/* 
 * 
 * 
 * Breadcrumbs
 * 
 * 
 * */

.dsm_breadcrumbs .dsm_home_item {
    background: #1D1E1B !important;
    color: #FFFFFF !important;
    border-color: #e4e4e4 !important;
}

.dsm_breadcrumbs .dsm_home_item:after {
    content: '' !important;
}

.dsm_breadcrumbs .dsm_home_item .dsm_home_text {
    background: #1D1E1B !important;
    color: #FFFFFF !important;
}

.dsm_breadcrumbs .dsm_home_item .dsm_home_icon {
    color: #FFFFFF !important;
    font-size: 32px !important;
}

.dsm_breadcrumbs .dsm_breadcrumbs_item {
    position: relative;
    display: inline-block;
    margin-left: 24px;
    overflow: visible !important;
}

.dsm_breadcrumbs .dsm_breadcrumbs_item:after {
    content: '/';
    display: inline-block;
    position: absolute;
    left: -5px !important;
    top: 50%;
    margin-top: -12px;
}

.dsm_breadcrumbs_item_current {
    margin-left: -5px !important;
}

li.dsm_home_item+li.dsm_breadcrumbs_item_current {
    margin-left: 24px !important;
}

/* 
 * 
 * 
 * Hero image
 * 
 * 
* */

@media (max-width: 979px) {

    .hero-image,
    .hero-image .et-last-child {
        position: relative !important;
    }
}



/* 
 * 
 * 
 * Footer
 * 
 * 
 * */

footer.et-l--footer {
    position: relative;
}

#af_footer_logo {
    display: block;
    position: absolute;
    height: 56px;
    width: auto;
    top: 190px;
    left: 60px;
    z-index: 1;
}

#af_footer_logo a {
    display: block;
}

#af_footer_logo img {
    height: 56px;
    width: auto;
}

.af_footer_menu {
    width: 33.333%;
    float: left;
    padding-left: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
}

@media (max-width: 780px) {
    .af_footer_menu {
        width: 100% !important;
        float: none !important;
        padding-left: 40px !important;
        padding-top: 40px !important;
        padding-bottom: 0 !important;
    }
}

@media (max-width: 780px) {
    #af_footer_logo {
        left: 50% !important;
        margin-left: -80px;
        top: 105px !important;
    }

    #af_footer_logo img {
        width: auto;
        height: 50px !important;
    }
}

#af_footer_bottom_menu ul {
    padding: 0;
    margin: 0;
}

#af_footer_bottom_menu li {
    display: inline-block;
    padding: 20px 24px;
    margin: 0;
}

#af_footer_bottom_menu .af_footer_nolink,
#af_footer_bottom_menu .af_footer_nolink a,
#af_footer_bottom_menu .af_footer_nolink a:hover {
    cursor: default;
    color: #1D1E1B !important;
}

@media (max-width: 780px) {
    #af_footer_bottom_menu {
        margin-top: 30px;
        margin-bottom: 40px;
    }

    #af_footer_bottom_menu li {
        display: block !important;
        padding: 10px 20px 0 20px !important;
        margin: 0;
    }
}

/* 
 * 
 * 
 * Nieuwsbrief in Footer
 * 
 * 
 * */

footer.et-l--footer .af_footer_column_newsletter {
    padding: 90px 70px;

}

@media (max-width: 767px) {
    footer.et-l--footer .af_footer_column_newsletter {
        padding: 30px 30px !important;

    }
}

footer.et-l--footer .af_footer_mailchimp_title h3 {
    color: #FFFFFF;
    font-size: 48px;
    line-height: 1.03;
    text-align: center;
    text-justify: inter-word;
    margin: 0;
    padding: 0;
}

#af_footer_mailchimp_form {
    margin: 24px 0;
}

.gform_footer {
    padding: 0 !important;
    margin: 0 !important;
}

#af_footer_mailchimp_form input.large {
    color: #1D1E1B;
    background: white;
    font-size: 14px;
    line-height: 23px;
    padding: 22px 24px 18px 24px;
    border-radius: 40px;
    border: 4px solid rgba(29, 29, 27, 0.12);
}

#af_footer_mailchimp_form input.large::placeholder {
    color: #1D1E1B;
}

#af_footer_mailchimp_form input.button {
    position: absolute;
    right: 0;
    top: 83%;
    width: 48px;
    height: 48px;
    margin-top: -52px;
    margin-right: 14px;
    border: 0;
    border-radius: 40px;
    background: #941F82;
    color: white;
    text-indent: 48px;
    overflow: hidden;
    background: #941F82 url(/wp-content/uploads/2022/06/icon-button-arrow.png) center center no-repeat;
    background-size: 100% 100%;
}

/* mobile styles */
@media (max-width: 767px) {
    .af_footer_mailchimp_title h3 {
        font-size: 28px !important;
    }

    #af_footer_mailchimp_form input.large {
        font-size: 14px !important;
        padding: 10px 12px 6px 12px !important;
    }

    #af_footer_mailchimp_form input.button {
        width: 32px !important;
        height: 32px !important;
        margin-top: -40px !important;
        margin-right: 18px !important;
        top: 93%;
    }
}

/* 
 * 
 * 
 * Geel doneerlint in Footer
 * 
 * 
 * */

#footer_doneer_lint {
    margin-top: 24px;
}

#footer_doneer_lint .et_pb_text {
    width: 120% !important;
    margin-left: -10%;
    margin-right: -10%;
    transform: rotate(-4deg);
}

#footer_doneer_lint .et_pb_text p {
    white-space: nowrap !important;
    text-align: center;
}

/* 
 * 
 * 
 * Knop met pijl rechts
 * 
 * 
 * */

#et-boc .af_knop_met_pijl {
    background-image: url('/wp-content/uploads/2022/07/Group-29.png');
    background-size: 24px 21px;
    background-position: right center;
    background-position: calc(100% - 44px) center;
    background-position: right 44px center;
    padding-right: 84px !important;
}

/* 
 * 
 * 
 * Actueel homepage 
 * 
 * 
 * */

.af_actueel_home_uitgelicht:after {
    content: '';
    display: block;
    position: absolute;
    border-radius: 4px;
    /* border-radius: 24px; */
    border: 3px solid #1d1e1b;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    z-index: -1;
}

.af_actueel_home_uitgelicht {
    padding: 27px !important;
}

.af_actueel_home_uitgelicht article {
    border-radius: 0 24px 24px 24px;
    background: white;
    margin: 0;
    overflow: visible;
}

.af_actueel_home_uitgelicht .et_pb_post {
    overflow: visible !important;
    border-radius: 0 24px 24px 24px !important;
}

.af_actueel_home_uitgelicht .entry-featured-image-url {
    margin: 0;
    padding: 0;
    padding-top: 66% !important;
    position: relative;
    height: 0;
    overflow: hidden;
    border-radius: 0 24px 0 0;
}

.af_actueel_home_uitgelicht img {
    position: absolute;
    top: 15%;
    transform: translatey(-15%);
    border-radius: 24px 24px 0 0;
    margin: 0;
    padding: 0;
    width: auto !important;
}

.af_actueel_home_uitgelicht h2 {
    font-family: 'Objectivity';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -0.02em;
    margin: 24px;
    padding: 0;
}

.af_actueel_home_uitgelicht p.post-meta {
    position: absolute;
    top: 0;
    left: -1px !important;
    background: #FFFFFF;
    padding: 0 16px 16px 0;
    border-radius: 0 0 24px 0;
}

.af_actueel_home_uitgelicht p.post-meta a {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 19px !important;
    display: inline-block;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #941F82 !important;
    border: 3px solid #941F82;
    padding: 10px 14px 6px 14px !important;
    border-radius: 12px;
    position: relative;
    cursor: pointer;
}

.af_actueel_home_uitgelicht p.post-meta a:before {
    content: '';
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    background: red;
    left: 100%;
    top: 0;
    margin-left: 18px;
    margin-top: -3px;
    background: url(/wp-content/uploads/2024/10/hoekje-wit.svg) center center no-repeat;
    background-size: 25px 25px;
}

.af_actueel_home_uitgelicht p.post-meta a:after {
    content: '';
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    left: 0;
    top: 100%;
    margin-top: 18px;
    margin-left: -3px;
    background: url(/wp-content/uploads/2024/10/hoekje-wit.svg) center center no-repeat;
    background-size: 25px 25px;
}

.af_actueel_home_uitgelicht .post-content {
    margin: 0 24px;
    padding: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: #575451;
}

.af_actueel_home_uitgelicht .post-content-inner {
    max-height: 89px;
    overflow: hidden
}

.af_actueel_home_uitgelicht .post-content .more-link {
    display: inline-block;
    margin: 20px 0;
    padding: 8px 58px 8px 24px;
    background: #941C84;
    border: 4px solid #e4e4e4;
    border-radius: 4px;
    font-weight: 700;
    color: white;
    font-style: normal;
    font-size: 16px;
    line-height: 23px;
    float: right;
    background-image: url('/wp-content/uploads/2022/07/Group-29.png');
    background-size: 24px 21px;
    background-position: right center;
    background-position: calc(100% - 16px) center;
    background-position: right 24px center;
    background-repeat: no-repeat;
}

.af_actueel_home_uitgelicht .post-content .more-link:hover {
    border-color: #1D1D1B;
}

@media (max-width: 980px) {
    #et-boc .et_pb_column_7 {
        width: 100% !important;
    }
}

.af_actueel_home_lijst article {
    margin: 0;
    padding: 0;
}

.af_actueel_home_lijst .et_pb_post {
    margin: 0;
    padding: 0;
    overflow: visible !important;
    min-height: 200px;
    padding-left: 299px;
    margin-bottom: 24px;
}

.af_actueel_home_lijst .entry-featured-image-url {
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 275px;
    height: 201px;
    overflow: hidden;
    border-radius: 0 24px 24px 24px;
}

@media (max-width: 980px) {
    .af_actueel_home_lijst .et_pb_post {
        padding-left: 0 !important;
        margin-left: 30px !important;
        padding-right: 30px !important;
        margin-top: 35px;
    }

    .af_actueel_home_lijst .entry-featured-image-url {
        position: relative !important;
        max-width: 100% !important;
        height: auto !important;
    }

}

.af_actueel_home_lijst img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.af_actueel_home_lijst h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: -0.02em;
    margin: 0;
    padding: 20px 0 24px 0;
}

.af_actueel_home_lijst p.post-meta {
    position: absolute;
    top: -1px !important;
    left: -1px !important;
    background: #ffffff;
    padding: 0 16px 16px 0;
    border-radius: 0 0 24px 0;
}

.af_actueel_home_lijst p.post-meta a {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 19px !important;
    display: inline-block;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #941F82 !important;
    border: 3px solid #941F82;
    padding: 10px 14px 6px 14px !important;
    border-radius: 12px;
    position: relative;
    cursor: pointer;
}

.af_actueel_home_lijst p.post-meta a:before {
    content: '';
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    left: 100%;
    top: 0;
    margin-left: 18px;
    margin-top: -3px;
    background: url(/wp-content/uploads/2024/10/hoekje-wit.svg) center center no-repeat;
    background-size: 25px 25px;
}

.af_actueel_home_lijst p.post-meta a:after {
    content: '';
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    left: 0;
    top: 100%;
    margin-top: 18px;
    margin-left: -3px;
    background: url(/wp-content/uploads/2024/10/hoekje-wit.svg) center center no-repeat;
    background-size: 25px 25px;
}

.af_actueel_home_lijst .post-content {
    margin: 0;
    padding: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: #575451;
    max-height: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 
 * 
 * 
 * Donatieformulier homepage 
 * 
 * 
 * */

#af_gf_donatieform_home {
    width: 100%;
    max-width: 580px;
    padding-right: 20px !important;
    padding-left: 20px;
}

@media (max-width: 980px) {
    #af_gf_donatieform_home {
        padding-right: 20px !important;

    }
}

#af_gf_donatieform_home .et_pb_code_inner {
    padding: 32px;
    background-color: #FFFFFF;
    border-radius: 24px 24px 24px 24px;
    overflow: hidden;
    border: 3px solid #1D1E1B;
    padding-top: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
    margin-top: 57px;
    width: 100%;
}

@media only screen and (max-width: 987px) {
    #af_gf_donatieform_home .et_pb_code_inner {
        margin-top: 20px !important;
    }
}

#af_gf_donatieform_home .gform_fields {
    grid-row-gap: 24px !important;
}

/* clear design of inputs */

#af_gf_donatieform_home input {
    appearance: none;
}

#af_gf_donatieform_home h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: #1D1E1B;
    margin: 0 0 24px 0;
    padding: 0;
}

/* termijn */

#af_gf_donatieform_home .af-field-periode .ginput_container .gfield_radio {
    display: flex;
    background: #E7DED6;
    border-radius: 16px !important;
}

#af_gf_donatieform_home .af-field-periode .gchoice {
    flex: 1;
    padding: 16px 0;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #1D1E1B;
    position: relative;
    overflow: hidden;
}

#af_gf_donatieform_home .af-field-periode .gchoice input {
    display: inline-block;
    border-radius: 0;
    border: 0;
    z-index: 1;
    width: 1;
    height: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin-left: -30px;
}

#af_gf_donatieform_home .af-field-periode .gchoice input:after {
    content: '';
    display: block;
    border-radius: 0;
    border: 0;
    background: #E7DED6;
    position: absolute;
    left: 0;
    right: -30px;
    bottom: 0;
    top: 0;
    margin-left: 30px;
}

#af_gf_donatieform_home .af-field-periode .gchoice input:checked:after {
    display: inline-block;
    background: #941F82;
    position: absolute;
    left: 0;
    right: -30px;
    bottom: 0;
    top: 0;
    margin-left: 30px;
}

#af_gf_donatieform_home .af-field-periode .gchoice label {
    position: relative;
    z-index: 2;
}

#af_gf_donatieform_home .af-field-periode .gchoice input:checked+label {
    color: white;
}

#af_gf_donatieform_home .af-field-periode .gchoice:first-child {
    border-radius: 16px 0 0 16px;
}

#af_gf_donatieform_home .af-field-periode .gchoice:last-child {
    border-radius: 0 16px 16px 0;
}

/* bedragen */

#af_gf_donatieform_home #field_2_3 .ginput_container .gfield_radio,
#af_gf_donatieform_home #field_2_19 .ginput_container .gfield_radio,
#af_gf_donatieform_home #field_2_25 .ginput_container .gfield_radio {
    display: flex;
    background: white !important;
    margin-left: -12px;
    margin-right: -12px;
}

#af_gf_donatieform_home #field_2_3 .gchoice,
#af_gf_donatieform_home #field_2_19 .gchoice,
#af_gf_donatieform_home #field_2_25 .gchoice {
    display: inline-block;
    flex: 1;
    padding: 16px 0;
    margin: 0 12px !important;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    background: white;
    line-height: 16px;
    color: #1D1E1B;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}

#af_gf_donatieform_home #field_2_3 .gchoice input,
#af_gf_donatieform_home #field_2_19 .gchoice input,
#af_gf_donatieform_home #field_2_25 .gchoice input {
    display: block;
    border-radius: 0;
    border: 0;
    z-index: 1;
    width: 1;
    height: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin-left: -30px;
}

#af_gf_donatieform_home #field_2_3 .gchoice input:after,
#af_gf_donatieform_home #field_2_19 .gchoice input:after,
#af_gf_donatieform_home #field_2_25 .gchoice input:after {
    content: '';
    display: block;
    border-radius: 0;
    border: 0;
    background: #E7DED6;
    position: absolute;
    left: 0;
    right: -30px;
    bottom: 0;
    top: 0;
    margin-left: 30px;
}

#af_gf_donatieform_home #field_2_3 .gchoice input:checked:after,
#af_gf_donatieform_home #field_2_19 .gchoice input:checked:after,
#af_gf_donatieform_home #field_2_25 .gchoice input:checked:after {
    background: #941F82;
    position: absolute;
    left: 0;
    right: -30px;
    bottom: 0;
    top: 0;
    margin-left: 30px;
}

#af_gf_donatieform_home #field_2_3 .gchoice label,
#af_gf_donatieform_home #field_2_19 .gchoice label,
#af_gf_donatieform_home #field_2_25 .gchoice label {
    position: relative;
    z-index: 2;
}

#af_gf_donatieform_home #field_2_3 .gchoice input:checked+label,
#af_gf_donatieform_home #field_2_19 .gchoice input:checked+label,
#af_gf_donatieform_home #field_2_25 .gchoice input:checked+label {
    color: white;
}

/* teksten per keuze */

#af_gf_donatieform_home .af-donatie-effect-melding .ginput_container {
    display: none;
}

#af_gf_donatieform_home .af-donatie-effect-melding legend {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #575451;
    padding: 0;
    margin: 0;
}

/* anders knop */

#af_gf_donatieform_home #input_2_23,
#af_gf_donatieform_home #input_2_24,
#af_gf_donatieform_home #input_2_26 {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #1D1E1B;
    padding: 20px 16px 16px 16px !important;
    display: block;
    border-radius: 16px;
    margin-bottom: 17px;
    border: 2px solid #E7DED6;
    text-align: right;
    width: 100%;
}


/* doneer knop */
#af_gf_donatieform_home .gform_footer {
    /* background: #E9DBE9; */
    margin: 18px -32px -32px -32px !important;
    padding: 28px 30px !important;
}

#af_gf_donatieform_home .gform_footer input {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #1D1E1B;
    padding: 17px 32px 15px 32px;
    background: #FFCB11;
    border: 4px solid #f0e7e2;
    border-radius: 24px;
    display: block;
    width: 100%;
}

#af_gf_donatieform_home .gform_footer input:hover {
    border-color: #1D1E1B;
}

#af_gf_donatieform_home #field_2_5 {
    margin-top: -8px;
}

#af_gf_donatieform_home #field_2_5 input {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #1D1E1B;
    padding: 14px 16px !important;
    display: block;
    border-radius: 8px;
    margin-bottom: 17px;
}

#af_gf_donatieform_home #field_2_5 input::placeholder {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #1D1E1B;
}

/* 
 * 
 * 
 * Instagram feed
 * 
 * 
 * */

#et-boc #sb_instagram {
    margin-left: -30px !important;
    margin-right: -30px !important;
    width: auto !important;

}

.sbi_photo_wrap {
    border-radius: 16px;
    overflow: hidden;
}

#et-boc #sbi_load {
    position: relative;
    z-index: 10;
}

#et-boc #sbi_load a.sbi_load_btn {
    font-family: 'Objectivity';
    font-style: normal;
    font-weight: 700;
    font-size: 16px important;
    line-height: 23px;
    color: #1D1E1B;
    padding: 8px 24px;
    border-radius: 16px !important;
    background: white;
    border: 4px solid #852475;

}

#et-boc #sbi_load a.sbi_load_btn:hover {
    border-color: #1D1E1B;

}

#et-boc #sbi_load span.sbi_follow_btn a {
    font-family: 'Objectivity';
    font-style: normal;
    font-weight: 700;
    font-size: 16px important;
    line-height: 23px;
    color: #1D1E1B;
    padding: 8px 24px;
    border-radius: 16px !important;
    background: white !important;
    border: 4px solid #852475;
}

#et-boc #sbi_load span.sbi_follow_btn a:hover {
    border-color: #1D1E1B;
    background: white !important;
    box-shadow: 0 0 0;
}

/* 
 * 
 * Single post page 
 * 
 * 
 * */

body.single-post .af_single_post_featured_image .et_pb_image .et_pb_image_wrap {
    position: relative;
    padding-top: 75% !important;
}

body.single-post .af_single_post_featured_image .et_pb_image .et_pb_image_wrap img {
    position: absolute;
    height: 100%;
    bottom: 0;
    left: 0;
    object-fit: cover;
}

.af_single_post_category {
    position: absolute !important;
    top: 0 !important;
    left: -1px !important;
    background: #E9DBE9 !important;
    padding: 0 16px 16px 0 !important;
    border-radius: 0 0 24px 0 !important;
}

.af_single_post_category a {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 19px !important;
    display: inline-block;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #941F82 !important;
    border: 3px solid #941F82;
    padding: 10px 14px 6px 14px !important;
    border-radius: 12px;
    position: relative;
    cursor: pointer;
}

.af_single_post_category a:before {
    content: '' !important;
    display: block !important;
    position: absolute !important;
    width: 25px !important;
    height: 25px !important;
    left: 100% !important;
    top: 0 !important;
    margin-left: 18px !important;
    margin-top: -3px !important;
    background: url(/wp-content/uploads/2024/10/hoekje.svg) center center no-repeat !important;
    background-size: 25px 25px !important;
}

.af_single_post_category a:after {
    content: '' !important;
    display: block !important;
    position: absolute !important;
    width: 25px !important;
    height: 25px !important;
    left: 0 !important;
    top: 100% !important;
    margin-top: 18px !important;
    margin-left: -3px !important;
    background: url(/wp-content/uploads/2024/10/hoekje.svg) center center no-repeat !important;
    background-size: 25px 25px !important;
}

body.single-post blockquote {
    padding-left: 50px !important;
    margin-top: 20px !important;
    border: 0;
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 108%;
    /* or 35px */
    letter-spacing: -0.04em;

    /* UI Grey / 900 */
    color: #1D1E1B;
}

body.single-post blockquote:before {
    content: '';
    display: block;
    width: 42px;
    height: 32px;
    background: url(/wp-content/uploads/2022/07/quote.png);
    background-size: 42px 32px;
    position: absolute;
    left: 0;
    top: auto;
    margin-top: -14px;
}

/* 
 * 
 * 
 * CTA download rapport
 * 
 * 
 * */

#af_footer_rapport_form {
    margin: 24px 0;
}

.gform_footer {
    padding: 0 !important;
    margin: 0 !important;
}

#af_footer_rapport_form {
    max-width: 420px;
    margin: auto;
}

#af_footer_rapport_form input.large {
    color: #1D1E1B;
    background: white;
    font-size: 14px;
    line-height: 23px;
    padding: 22px 24px 18px 24px;
    border-radius: 40px;
    border: 4px solid rgba(29, 29, 27, 0.12);
}

#af_footer_rapport_form input.large::placeholder {
    color: #1D1E1B;
}

#af_footer_rapport_form input.button {
    position: absolute;
    right: 0;
    top: 50%;
    width: 48px;
    height: 48px;
    margin-top: -24px;
    margin-right: 14px;
    border: 0;
    border-radius: 40px;
    background: #941F82;
    color: white;
    text-indent: 48px;
    overflow: hidden;
    background: #941F82 url(/wp-content/uploads/2022/06/icon-button-arrow.png) center center no-repeat;
    background-size: 100% 100%;
}

/* 
 * 
 * 
 * Uitgelicht project
 * op "wat we doen"
 * 
 * 
 * */
.af_project_uitgelicht_rechts {
    border-radius: 0 24px 24px 0;
    overflow: hidden;
}

.af_project_uitgelicht_rechts .post-content {
    padding-bottom: 80px !important;
}

.af_project_uitgelicht article {
    margin: 0;
}

.af_project_uitgelicht .af_project_uitgelicht_links h2 {
    display: none;
}

/* full height image */
.af_projecten_uitgelicht_links,
.af_projecten_uitgelicht_links .et_pb_ajax_pagination_container,
.af_projecten_uitgelicht_links article,
.af_project_uitgelicht_links .entry-featured-image-url {
    position: relative;
    display: flex;
    height: 100%;
    width: 100%;
}

.af_project_uitgelicht_links .entry-featured-image-url img {
    border-radius: 0 0 0 24px;
    object-fit: cover !important;
}

/* post meta */
.af_project_uitgelicht p.post-meta {
    position: absolute;
    top: -2px !important;
    left: -1px !important;
    background: #E9DBE9;
    padding: 0 16px 16px 0;
    border-radius: 0 0 24px 0;
    border-top: 2px solid #E9DBE9;
}

.af_project_uitgelicht p.post-meta a {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 19px !important;
    display: inline-block;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #941F82 !important;
    border: 3px solid #941F82;
    padding: 10px 14px 6px 14px !important;
    border-radius: 12px;
    position: relative;
    cursor: pointer;
}

.af_project_uitgelicht p.post-meta a:before {
    content: '';
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    background: red;
    left: 100%;
    top: 0;
    border-top: 2px solid #E9DBE9 !important;
    margin-left: 18px;
    margin-top: -6px !important;
    background: url(/wp-content/uploads/2024/10/hoekje.svg) center center no-repeat;
    background-size: 25px 25px;
}

.af_project_uitgelicht p.post-meta a:after {
    content: '';
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    left: 0;
    top: 100%;
    margin-top: 18px;
    margin-left: -3px;
    background: url(/wp-content/uploads/2024/10/hoekje.svg) center center no-repeat;
    background-size: 25px 25px;
}

/* lees meer link */
.af_project_uitgelicht .post-content .more-link {
    position: absolute;
    bottom: 0;
    right: 0;
    display: inline-block;
    margin: 0 !important;
    padding: 8px 58px 8px 24px;
    background: #1D1D1B;
    border: 4px solid #e4e4e4;
    border-radius: 16px;
    font-weight: 700;
    color: white;
    font-style: normal;
    font-size: 16px;
    line-height: 23px;
    background-image: url('/wp-content/uploads/2022/07/Group-29.png');
    background-size: 24px 21px;
    background-position: right center;
    background-position: calc(100% - 16px) center;
    background-position: right 24px center;
    background-repeat: no-repeat;
}

.af_project_uitgelicht .post-content .more-link:hover {
    border-color: #1D1D1B;
}

@media (max-width: 980px) {

    .af_project_uitgelicht_rechts {
        border-radius: 0 0 24px 24px;
        overflow: hidden;
    }

    .af_project_uitgelicht_links .entry-featured-image-url {
        margin: 0;
        height: 0 !important;
        padding-top: 100% !important;
        overflow: hidden;
    }

    .af_projecten_uitgelicht_links,
    .af_projecten_uitgelicht_links .et_pb_ajax_pagination_container,
    .af_projecten_uitgelicht_links article,
    .af_project_uitgelicht_links .entry-featured-image-url {
        display: block;
    }

    .af_project_uitgelicht_links .entry-featured-image-url img {
        position: absolute;
        left: 0;
        top: 0;
        border-radius: 0 24px 0 0;
    }
}



/* 
 * 
 * 
 * Posts
 * Archive
 * 
 * 
 * */

.af_posts_archive {
    display: flex;
    flex-wrap: wrap;
    gap: 3% !important;
    /* 	justify-content: space-between !important; */
}

.af_posts_archive .listing-item {
    position: relative;
    flex-basis: 31.33333% !important;
    margin-bottom: 35px;
}

@media (max-width: 980px) {
    .af_posts_archive .listing-item {
        position: relative;
        flex-basis: 48% !important;
        margin-bottom: 35px;
    }
}

@media (max-width: 700px) {
    .af_posts_archive {
        display: block !important;
    }
}

.af_posts_archive .listing-item a.image {
    display: block;
    position: relative;
    padding-top: 75%;
    overflow: hidden;
    height: 0;
}

.af_posts_archive .listing-item img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    border-radius: 16px;
}

.af_posts_archive .listing-item a.title {
    display: block;
    font-family: 'Objectivity';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: #1D1E1B;
    margin: 24px 0;
}

.af_posts_archive .listing-item .excerpt {
    display: block;
    font-style: normal;
    font-weight: 500 !important;
    font-size: 16.1px !important;
    line-height: 23px !important;
    color: #575451;
}

/* post meta */
.af_posts_archive .listing-item .category-display {
    position: absolute;
    top: -2px !important;
    left: -1px !important;
    background: white;
    padding: 0 16px 16px 0;
    border-radius: 0 0 24px 0;
    border-top: 2px solid white;
}

.af_posts_archive .listing-item .category-display a {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 19px !important;
    display: inline-block;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #941F82 !important;
    border: 3px solid #941F82;
    padding: 10px 14px 6px 14px !important;
    border-radius: 12px;
    position: relative;
    cursor: pointer;
}

.af_posts_archive .listing-item .category-display a:before {
    content: '';
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    background: red;
    left: 100%;
    top: 0;
    border-top: 2px solid white !important;
    margin-left: 18px;
    margin-top: -6px !important;
    background: url(/wp-content/uploads/2024/10/hoekje-wit.svg) center center no-repeat;
    background-size: 25px 25px;
}

.af_posts_archive .listing-item .category-display a:after {
    content: '';
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    left: 0;
    top: 100%;
    margin-top: 18px;
    margin-left: -3px;
    background: url(/wp-content/uploads/2024/10/hoekje-wit.svg) center center no-repeat;
    background-size: 25px 25px;
}

/* pagination */
.display-posts-pagination {
    margin-top: 20px;
}

.display-posts-pagination .nav-links {
    text-align: center;
    margin: auto;
}

.display-posts-pagination .nav-links .page-numbers {
    display: inline-block;
    min-width: 48px;
    height: 48px;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 44px;
    text-align: center;
    letter-spacing: -0.02em;
    border-radius: 40px;
    border: 4px solid white;
    overflow: hidden;
}

.display-posts-pagination .nav-links span.page-numbers {
    background: #941F82;
    color: white;
    border: 4px solid #e4e4e4;

}

.display-posts-pagination .nav-links a.page-numbers {
    color: #575451;
    border: 4px solid #e4e4e4;
}

.display-posts-pagination .nav-links a.page-numbers:hover {
    color: #1D1E1B;
    border: 4px solid #1D1E1B;
}

.display-posts-pagination .nav-links a.page-numbers.next {
    color: white;
    border: 4px solid #e4e4e4;
    display: inline-block;
    width: 48px;
    text-indent: 48px;
    white-space: nowrap;
    background: #941F82;
    margin-right: 24px;
    background-image: url('/wp-content/uploads/2022/07/Group-29.png');
    background-size: 24px 20px;
    background-position: center center;
    background-repeat: no-repeat;
}

.display-posts-pagination .nav-links a.page-numbers.next:hover {
    border: 4px solid #1D1E1B;
}

.display-posts-pagination .nav-links a.page-numbers.prev {
    color: white;
    border: 4px solid #e4e4e4;
    display: inline-block;
    width: 48px;
    text-indent: 48px;
    white-space: nowrap;
    background: #941F82;
    margin-right: 24px;
    background-image: url('/wp-content/uploads/2022/07/Group-29-left.png');
    background-size: 24px 20px;
    background-position: center center;
    background-repeat: no-repeat;
}

.display-posts-pagination .nav-links a.page-numbers.prev:hover {
    border: 4px solid #1D1E1B;
}

@media (max-width: 479px) {

    .display-posts-pagination .nav-links a.page-numbers,
    .display-posts-pagination .nav-links span.page-numbers {
        display: none;
    }

    .display-posts-pagination .nav-links a.page-numbers.next {
        display: inline-block;
    }

    .display-posts-pagination .nav-links a.page-numbers.prev {
        display: inline-block;
    }
}


/* 
 * 
 * 
 * Donatieformulier  
 * DONEER pagina 
 * 
 * */

#af_gf_donatieform_doneer #gf_progressbar_wrapper_7 {
    display: none;
}

#af_gf_donatieform_doneer {
    width: 100%;
    max-width: 580px;
    padding-right: 20px !important;
    padding-left: 20px;
}

/*** Tablet And Below ***/
@media (max-width: 980px) {
    #af_gf_donatieform_doneer {
        max-width: 100% !important;
    }
}

#af_gf_donatieform_doneer .et_pb_code_inner {
    padding: 32px;
    background-color: #FFFFFF;
    border-radius: 24px 24px 24px 24px;
    overflow: hidden;
    border: 3px solid #1D1E1B;
    padding-top: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
    margin-top: 57px;
    width: 100%;
}

@media only screen and (max-width: 987px) {
    #af_gf_donatieform_doneer .et_pb_code_inner {
        margin-top: 20px !important;
    }
}

#af_gf_donatieform_doneer h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: #1D1E1B;
    margin: 0 0 24px 0;
    padding: 0;
}

#af_gf_donatieform_doneer h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: #1D1E1B;
    margin: 0;
    padding: 0;
}

#af_gf_donatieform_doneer label,
#af_gf_donatieform_doneer legend {
    color: #1D1E1B;
    font-weight: 500;
    margin-bottom: 0px
}

#af_gf_donatieform_doneer .gform_fields {
    grid-row-gap: 20px !important;
    grid-column-gap: 20px !important;
}

#af_gf_donatieform_doneer .gform_fields .spacer {
    display: none;
}

/* clear design of inputs */

#af_gf_donatieform_doneer input {
    appearance: none;
}

/* termijn */

#af_gf_donatieform_doneer #field_3_1 .ginput_container .gfield_radio,
#af_gf_donatieform_doneer #field_7_11 .ginput_container .gfield_radio {
    display: flex;
    background: #E7DED6;
    border-radius: 16px;
}

#af_gf_donatieform_doneer #field_3_1 .gchoice,
#af_gf_donatieform_doneer #field_7_11 .gchoice {
    flex: 1;
    padding: 16px 0;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #1D1E1B;
    position: relative;
    overflow: hidden;
}

#af_gf_donatieform_doneer #field_3_1 .gchoice input,
#af_gf_donatieform_doneer #field_7_11 .gchoice input {
    display: inline-block;
    border-radius: 0;
    border: 0;
    z-index: 1;
    width: 1;
    height: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin-left: -30px;
}

#af_gf_donatieform_doneer #field_3_1 .gchoice input:after,
#af_gf_donatieform_doneer #field_7_11 .gchoice input:after {
    content: '';
    display: block;
    border-radius: 0;
    border: 0;
    background: #E7DED6;
    position: absolute;
    left: 0;
    right: -30px;
    bottom: 0;
    top: 0;
    margin-left: 30px;
}

#af_gf_donatieform_doneer #field_3_1 .gchoice input:checked:after,
#af_gf_donatieform_doneer #field_7_11 .gchoice input:checked:after {
    display: inline-block;
    background: #941F82;
    position: absolute;
    left: 0;
    right: -30px;
    bottom: 0;
    top: 0;
    margin-left: 30px;
}

#af_gf_donatieform_doneer #field_3_1 .gchoice label,
#af_gf_donatieform_doneer #field_7_11 .gchoice label {
    position: relative;
    z-index: 2;
}

#af_gf_donatieform_doneer #field_3_1 .gchoice input:checked+label,
#af_gf_donatieform_doneer #field_7_11 .gchoice input:checked+label {
    color: white;
}

#af_gf_donatieform_doneer #field_3_1 .gchoice_3_1_0,
#af_gf_donatieform_doneer #field_7_11 .gchoice_7_11_0 {
    border-radius: 16px 0 0 16px;
}

#af_gf_donatieform_doneer #field_3_1 .gchoice_3_1_2,
#af_gf_donatieform_doneer #field_7_11 .gchoice_7_11_2 {
    border-radius: 0 16px 16px 0;
}

/* bedragen */

#af_gf_donatieform_doneer #field_3_3 .ginput_container .gfield_radio,
#af_gf_donatieform_doneer #field_7_10 .ginput_container .gfield_radio,
#af_gf_donatieform_doneer #field_7_13 .ginput_container .gfield_radio,
#af_gf_donatieform_doneer #field_7_35 .ginput_container .gfield_radio {
    display: flex;
    background: white !important;
    margin-left: -12px;
    margin-right: -12px;
}

#af_gf_donatieform_doneer #field_3_3 .gchoice,
#af_gf_donatieform_doneer #field_7_10 .gchoice,
#af_gf_donatieform_doneer #field_7_13 .gchoice,
#af_gf_donatieform_doneer #field_7_35 .gchoice {
    display: inline-block;
    flex: 1;
    padding: 16px 0;
    margin: 0 12px !important;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    background: white;
    line-height: 16px;
    color: #1D1E1B;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}

#af_gf_donatieform_doneer #field_3_3 .gchoice input,
#af_gf_donatieform_doneer #field_7_10 .gchoice input,
#af_gf_donatieform_doneer #field_7_13 .gchoice input,
#af_gf_donatieform_doneer #field_7_35 .gchoice input {
    display: block;
    border-radius: 0;
    border: 0;
    z-index: 1;
    width: 1;
    height: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin-left: -30px;
}

#af_gf_donatieform_doneer #field_3_3 .gchoice input:after,
#af_gf_donatieform_doneer #field_7_10 .gchoice input:after,
#af_gf_donatieform_doneer #field_7_13 .gchoice input:after,
#af_gf_donatieform_doneer #field_7_35 .gchoice input:after {
    content: '';
    display: block;
    border-radius: 0;
    border: 0;
    background: #E7DED6;
    position: absolute;
    left: 0;
    right: -30px;
    bottom: 0;
    top: 0;
    margin-left: 30px;
}

#af_gf_donatieform_doneer #field_3_3 .gchoice input:checked:after,
#af_gf_donatieform_doneer #field_7_10 .gchoice input:checked:after,
#af_gf_donatieform_doneer #field_7_13 .gchoice input:checked:after,
#af_gf_donatieform_doneer #field_7_35 .gchoice input:checked:after {
    background: #941F82;
    position: absolute;
    left: 0;
    right: -30px;
    bottom: 0;
    top: 0;
    margin-left: 30px;
}

#af_gf_donatieform_doneer #field_3_3 .gchoice label,
#af_gf_donatieform_doneer #field_7_10 .gchoice label,
#af_gf_donatieform_doneer #field_7_13 .gchoice label,
#af_gf_donatieform_doneer #field_7_35 .gchoice label {
    position: relative;
    z-index: 2;
}

#af_gf_donatieform_doneer #field_3_3 .gchoice input:checked+label,
#af_gf_donatieform_doneer #field_7_10 .gchoice input:checked+label,
#af_gf_donatieform_doneer #field_7_13 .gchoice input:checked+label,
#af_gf_donatieform_doneer #field_7_35 .gchoice input:checked+label {
    color: white;
}

/* anders veld */

#af_gf_donatieform_doneer #input_3_23,
#af_gf_donatieform_doneer #input_7_12,
#af_gf_donatieform_doneer #input_7_14,
#af_gf_donatieform_doneer #input_7_36 {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #1D1E1B;
    padding: 20px 16px 16px 16px !important;
    display: block;
    border-radius: 16px;
    margin-bottom: 17px;
    border: 2px solid #E7DED6;
    text-align: right;
    width: 100%;
}

/* gegevens: aanhef */

#af_gf_donatieform_doneer #field_3_22 legend,
#af_gf_donatieform_doneer #field_7_15 legend {
    margin-top: 0 !important;
    margin-bottom: 4px;
}

#af_gf_donatieform_doneer #field_3_22 .ginput_container .gfield_radio,
#af_gf_donatieform_doneer #field_7_15 .ginput_container .gfield_radio {
    display: flex;
    background: white !important;
    margin-left: -12px;
    margin-right: -12px;
}

#af_gf_donatieform_doneer #field_3_22 .gchoice,
#af_gf_donatieform_doneer #field_7_15 .gchoice {
    display: inline-block;
    flex: 1;
    padding: 16px 0;
    margin: 0 12px !important;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    background: white;
    line-height: 16px;
    color: #1D1E1B;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}

#af_gf_donatieform_doneer #field_3_22 .gchoice input,
#af_gf_donatieform_doneer #field_7_15 .gchoice input {
    display: block;
    border-radius: 0;
    border: 0;
    z-index: 1;
    width: 1;
    height: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin-left: -30px;
}

#af_gf_donatieform_doneer #field_3_22 .gchoice input:after,
#af_gf_donatieform_doneer #field_7_15 .gchoice input:after {
    content: '';
    display: block;
    border-radius: 0;
    border: 0;
    background: #E7DED6;
    position: absolute;
    left: 0;
    right: -30px;
    bottom: 0;
    top: 0;
    margin-left: 30px;
}

#af_gf_donatieform_doneer #field_3_22 .gchoice input:checked:after,
#af_gf_donatieform_doneer #field_7_15 .gchoice input:checked:after {
    background: #941F82;
    position: absolute;
    left: 0;
    right: -30px;
    bottom: 0;
    top: 0;
    margin-left: 30px;
}

#af_gf_donatieform_doneer #field_3_22 .gchoice label,
#af_gf_donatieform_doneer #field_7_15 .gchoice label {
    position: relative;
    z-index: 2;
}

#af_gf_donatieform_doneer #field_3_22 .gchoice input:checked+label,
#af_gf_donatieform_doneer #field_7_15 .gchoice input:checked+label {
    color: white;
}

/* gegevens: velden */

#input_7_5_6_container {
    min-width: 100%;
}

#af_gf_donatieform_doneer input[type=text],
#af_gf_donatieform_doneer input[type=tel],
#af_gf_donatieform_doneer input[type=email] {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #1D1E1B;
    padding: 20px 16px 16px 16px !important;
    display: block;
    border-radius: 16px;
    margin-bottom: 0;
    border: 2px solid #E7DED6;
    text-align: left;
}

/* knop: volgende */

#af_gf_donatieform_doneer .gform_page_footer:after {
    content: "";
    clear: both;
    display: inline-block;
}

#af_gf_donatieform_doneer .gform_page_footer .gform_next_button {
    float: right;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
    color: #FFF;
    padding: 9px 24px 7px 24px;
    background: #1D1E1B;
    border: 4px solid #e4e4e4;
    border-radius: 16px;
    display: block;
    width: auto;

    background-repeat: no-repeat;
    background-image: url('/wp-content/uploads/2022/07/Group-29.png');
    background-size: 24px 21px;
    background-position: right center;
    background-position: right 24px center;
    padding-right: 64px !important;
}

#af_gf_donatieform_doneer .gform_page_footer .gform_next_button:hover {
    border-color: #1D1E1B !important;
    cursor: pointer !important;
}

/* permissions */

#input_7_26,
#input_7_26 .gchoice,
#field_3_41,
#field_3_49 {
    position: relative;
}

#input_7_26 label,
#field_3_41 label,
#field_3_49 label {
    font-size: 14px;
    line-height: 20px;
    padding: 0 0 0 30px;
    display: inline-block;
}

#choice_7_26_1,
#choice_7_26_2,
#choice_7_26_3,
#input_3_41_1,
#input_3_49_1 {
    display: block;
    border-radius: 0;
    border: 0;
    z-index: 1;
    position: absolute;
    width: 27px;
    height: 21px;
    left: 0;
    top: 0;
    margin-left: 0;
    background: yellow;
}

#af_gf_donatieform_doneer #choice_7_26_1:after,
#af_gf_donatieform_doneer #choice_7_26_2:after,
#af_gf_donatieform_doneer #choice_7_26_3:after,
#af_gf_donatieform_doneer #input_3_41_1:after,
#af_gf_donatieform_doneer #input_3_49_1:after {
    content: '';
    display: block;
    border-radius: 0;
    border: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-image: url(/wp-content/uploads/2022/08/af_check.png);
    background-repeat: no-repeat;
    background-position: 0 -21px;
    background-size: 27px 42px;
}

#af_gf_donatieform_doneer #choice_7_26_1:checked:after,
#af_gf_donatieform_doneer #choice_7_26_2:checked:after,
#af_gf_donatieform_doneer #choice_7_26_3:checked:after,
#af_gf_donatieform_doneer #input_3_41_1:checked:after,
#af_gf_donatieform_doneer #input_3_49_1:checked:after {
    background-position: 0 0 !important;
}

#af_gf_donatieform_doneer #input_7_16_6_container {
    display: none;
}

/* consent */

#field_7_23 input {
    appearance: auto;
    width: 24px;
    height: 24px;
    margin-bottom: 2px;
    vertical-align: baseline;
    border-radius: 7px;
    border: 1px solid #CCC;
}

/* Verberg 'vorige' knop */
#af_gf_donatieform_doneer input.gform_previous_button {
    display: none;
}

/* verplaats 'vorige' knop naar boven */
/* #af_gf_donatieform_doneer input.gform_previous_button {
	position: absolute;
	bottom: 570px;
	z-index: 10;

	margin: 0;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 25px;
	color: #FFF;
	padding: 9px 24px 7px 24px;
	background: #1D1E1B;
	border: 4px solid #e4e4e4;
	border-radius: 16px;
	display: block;
	width: auto;

	background-repeat: no-repeat;
	background-image: url('/wp-content/uploads/2022/07/Group-29-left.png');
	background-size: 24px 21px;
	background-position: left center;
	background-position: left 24px center;
	padding-left: 64px !important;
}
#af_gf_donatieform_doneer .gform_page_footer .gform_previous_button:hover {
	border-color: #1D1E1B  !important;
	cursor: pointer !important;
}
 */
/* totaal summary */

#af_gf_donatieform_doneer .af_totaal {
    margin-top: 0;
    padding-top: 100px;
}

.af_totaal h5 {
    margin-top: 0;
    padding-top: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
}

.af_totaal h3 {
    margin-top: 8px;
    margin-bottom: 24px;
    padding-top: 0;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
}

.af_footer_summary {
    background: #E9DBE9;
    margin: 0 -24px 0 -24px;
    padding: 40px 24px 0 24px;
}

.af_footer_summary p.termijn span {
    color: #FFF !important;
    background: #941F82;
    margin: -8px 0 0 0;
    padding: 8px 16px;
    border-radius: 16px;
}

#field_7_21 {
    background: #E9DBE9;
    margin: -20px -24px -24px -24px;
    padding: 24px 24px 24px 24px;
}

#field_7_21 input {
    appearance: none;
    cursor: default;
    border: 0;
    background: none;
    padding: 0 !important;
    margin: 0;
    font-weight: 700;
    font-size: 32px;
    line-height: 1;
    color: #333;

}

#gform_page_3_2 .gform_page_footer {
    background: #E9DBE9;
    margin: 0 -24px -24px -24px;
    padding: 0 24px 0 24px;
}

#af_gf_donatieform_doneer .gform_page_footer input.gform_button {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #1D1E1B;
    padding: 17px 32px 15px 32px;
    background: #FFCB11;
    border: 4px solid #f0e7e2;
    border-radius: 24px;
    display: block;
    width: 100%;
    margin: 0;
}

#af_gf_donatieform_doneer .gform_page_footer input.gform_button:hover {
    border-color: #1D1E1B;
}

#af_gf_donatieform_doneer .af_voorwaarden {
    background: #E9DBE9;
    margin: -20px -24px 0 -24px;
    padding: 24px;
    font-weight: 500;
    font-size: 11px;
    line-height: 17px;
    color: #575451;
}

/* validation errors */
#gform_7_validation_container {
    padding: 16px;
    margin-bottom: 20px;
}

#gform_7_validation_container h2 {
    font-size: 0.9em;
    font-weight: 400;
    margin: 0;
}

#gform_7_validation_container h2 span {
    display: none;
}

/* zoekresultaten */

body.search-results .pagination .alignleft a {
    padding: 8px 20px;
    border-radius: 50px;
    color: white;
    border: 4px solid #e4e4e4;
    display: inline-block;
    white-space: nowrap;
    background: #941F82;
    background-position: center center;
    background-repeat: no-repeat;
}

body.search-results .pagination .alignleft a:hover {
    border: 4px solid #1D1E1B;
}

body.search-results .pagination .alignright a {
    padding: 8px 20px;
    border-radius: 50px;
    color: white;
    border: 4px solid #e4e4e4;
    display: inline-block;
    white-space: nowrap;
    background: #941F82;
    background-position: center center;
    background-repeat: no-repeat;
}

body.search-results .pagination .alignright a:hover {
    border: 4px solid #1D1E1B;
}

/* contactform knop */

#gform_submit_button_5 {
    display: inline-block;
    padding: 10px 25px 8px 25px;
    font: inherit;
    font-weight: 700;
    border-radius: 50px;
    color: white;
    border: 4px solid #e4e4e4;
    display: inline-block;
    white-space: nowrap;
    background: #941F82;
}

#gform_submit_button_5:hover {
    border: 4px solid #000;
}

/* MUP form knop */

#gform_submit_button_4 {
    display: inline-block;
    padding: 10px 25px 8px 25px;
    font: inherit;
    font-weight: 700;
    border-radius: 50px;
    color: white;
    border: 4px solid #e4e4e4;
    display: inline-block;
    white-space: nowrap;
    background: #941F82;
}

#gform_submit_button_4:hover {
    border: 4px solid #000;
}

/* ALLE form knoppen */

input.gform_button.button {
    display: inline-block;
    padding: 10px 25px 8px 25px;
    font: inherit;
    font-weight: 700;
    border-radius: 50px;
    color: white;
    border: 4px solid #e4e4e4;
    display: inline-block;
    white-space: nowrap;
    background: #941F82;
}

input.gform_button.button:hover {
    border: 4px solid #000;
}





/* 
 * 
 * 
 * Donatieformulier  
 * GENERIEK
 * 
 * */

#af_gf_donatieform {
    width: 100%;
    max-width: 580px;
    padding-right: 20px !important;
    padding-left: 20px;
}

@media (max-width: 980px) {
    #af_gf_donatieform {
        max-width: 100% !important;
        padding-right: 20px !important;
        margin-bottom: 0 !important;
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
}

#af_gf_donatieform .et_pb_code_inner {
    padding: 32px;
    background-color: #FFFFFF;
    border-radius: 24px 24px 24px 24px;
    overflow: hidden;
    border: 3px solid #1D1E1B;
    padding-top: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
    margin-top: 57px;
    width: 100%;
}

@media all and (max-width: 480px) {
    #et-main-area #af_gf_donatieform {
        padding: 0 !important;
        padding-right: 0 !important;
        margin: 0 !important;
    }

    .et_pb_code_inner {
        padding: 10px !important;
    }
}

#af_gf_donatieform_home .gform_fields {
    grid-row-gap: 24px !important;
}

@media all and (max-width: 760px) {
    .gform_fields {
        grid-column-gap: 10px !important;
        gap: 10px !important;
    }
}

/* clear design of inputs */

#af_gf_donatieform input {
    appearance: none;
}

#af_gf_donatieform h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: #1D1E1B;
    margin: 0 0 24px 0;
    padding: 0;
}

/* termijn */

#af_gf_donatieform .af-field-periode .ginput_container .gfield_radio {
    display: flex;
    background: #E7DED6;
    border-radius: 16px !important;
}

#af_gf_donatieform .af-field-periode .gchoice {
    flex: 1;
    padding: 16px 0;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #1D1E1B;
    position: relative;
    overflow: hidden;
}

@media all and (max-width: 480px) {
    #af_gf_donatieform .gchoice {
        padding: 16px 0 !important;
        font-size: 14px !important;
    }
}

#af_gf_donatieform .af-field-periode .gchoice input {
    display: inline-block;
    border-radius: 0;
    border: 0;
    z-index: 1;
    width: 1;
    height: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin-left: -30px;
}

#af_gf_donatieform .af-field-periode .gchoice input:after {
    content: '';
    display: block;
    border-radius: 0;
    border: 0;
    background: #E7DED6;
    position: absolute;
    left: 0;
    right: -30px;
    bottom: 0;
    top: 0;
    margin-left: 30px;
}

#af_gf_donatieform .af-field-periode .gchoice input:checked:after {
    display: inline-block;
    background: #941F82;
    position: absolute;
    left: 0;
    right: -30px;
    bottom: 0;
    top: 0;
    margin-left: 30px;
}

#af_gf_donatieform .af-field-periode .gchoice label {
    position: relative;
    z-index: 2;
}

#af_gf_donatieform .af-field-periode .gchoice input:checked+label {
    color: white;
}

#af_gf_donatieform .af-field-periode .gchoice:first-child {
    border-radius: 16px 0 0 16px;
}

#af_gf_donatieform .af-field-periode .gchoice:last-child {
    border-radius: 0 16px 16px 0;
}


#af_gf_donatieform .gf_progressbar_wrapper {
    display: none;
}


#af_gf_donatieform h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: #1D1E1B;
    margin: 0 0 24px 0;
    padding: 0;
}

#af_gf_donatieform h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: #1D1E1B;
    margin: 0;
    padding: 0;
}

#af_gf_donatieform label,
#af_gf_donatieform legend {
    color: #1D1E1B;
    font-weight: 500;
    margin-bottom: 0px
}

#af_gf_donatieform .gform_fields {
    grid-row-gap: 20px !important;
    grid-column-gap: 20px !important;
}

@media all and (max-width: 760px) {
    .gform_fields {
        grid-column-gap: 10px !important;
    }
}

#af_gf_donatieform .gform_fields .spacer {
    display: none;
}

/* clear design of inputs */

#af_gf_donatieform input {
    appearance: none;
}

/* bedragen */

#af_gf_donatieform .select-amount .ginput_container .gfield_radio {
    display: flex;
    background: white !important;
    margin-left: -12px;
    margin-right: -12px;
}

#af_gf_donatieform .select-amount .gchoice {
    display: inline-block;
    flex: 1;
    padding: 16px 0;
    margin: 0 12px !important;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    background: white;
    line-height: 16px;
    color: #1D1E1B;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}

#af_gf_donatieform .select-amount .gchoice input {
    display: block;
    border-radius: 0;
    border: 0;
    z-index: 1;
    width: 1;
    height: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin-left: -30px;
}

#af_gf_donatieform .select-amount .gchoice input:after {
    content: '';
    display: block;
    border-radius: 0;
    border: 0;
    background: #E7DED6;
    position: absolute;
    left: 0;
    right: -30px;
    bottom: 0;
    top: 0;
    margin-left: 30px;
}

#af_gf_donatieform .select-amount .gchoice input:checked:after,
#af_gf_donatieform_doneer #field_7_13 .gchoice input:checked:after,
#af_gf_donatieform_doneer #field_7_35 .gchoice input:checked:after {
    background: #941F82;
    position: absolute;
    left: 0;
    right: -30px;
    bottom: 0;
    top: 0;
    margin-left: 30px;
}

#af_gf_donatieform .select-amount .gchoice label,
#af_gf_donatieform_doneer #field_7_13 .gchoice label,
#af_gf_donatieform_doneer #field_7_35 .gchoice label {
    position: relative;
    z-index: 2;
}

#af_gf_donatieform .select-amount .gchoice input:checked+label,
#af_gf_donatieform_doneer #field_7_13 .gchoice input:checked+label,
#af_gf_donatieform_doneer #field_7_35 .gchoice input:checked+label {
    color: white;
}

/* anders veld */

#af_gf_donatieform .eenmalig-anders input,
#af_gf_donatieform .maandelijks-anders input {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #1D1E1B;
    padding: 20px 16px 16px 16px !important;
    display: block;
    border-radius: 16px;
    margin-bottom: 17px;
    border: 2px solid #E7DED6;
    text-align: right;
    width: 100%;
}

/* gegevens: aanhef */

#af_gf_donatieform .af-doneer-aanhef legend {
    margin-top: 0 !important;
    margin-bottom: 4px;
}

#af_gf_donatieform .af-doneer-aanhef .ginput_container .gfield_radio {
    display: flex;
    background: white !important;
    margin-left: -12px;
    margin-right: -12px;
}

#af_gf_donatieform .af-doneer-aanhef .gchoice {
    display: inline-block;
    flex: 1;
    padding: 16px 0;
    margin: 0 12px !important;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    background: white;
    line-height: 16px;
    color: #1D1E1B;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}

#af_gf_donatieform .af-doneer-aanhef .gchoice input {
    display: block;
    border-radius: 0;
    border: 0;
    z-index: 1;
    width: 1;
    height: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin-left: -30px;
}

#af_gf_donatieform .af-doneer-aanhef .gchoice input:after {
    content: '';
    display: block;
    border-radius: 0;
    border: 0;
    background: #E7DED6;
    position: absolute;
    left: 0;
    right: -30px;
    bottom: 0;
    top: 0;
    margin-left: 30px;
}

#af_gf_donatieform .af-doneer-aanhef .gchoice input:checked:after {
    background: #941F82;
    position: absolute;
    left: 0;
    right: -30px;
    bottom: 0;
    top: 0;
    margin-left: 30px;
}

#af_gf_donatieform .af-doneer-aanhef .gchoice label {
    position: relative;
    z-index: 2;
}

#af_gf_donatieform .af-doneer-aanhef .gchoice input:checked+label {
    color: white;
}

/* gegevens: velden */

.af-doneer-naam {
    min-width: 100%;
}

.af-doneer-naam span.name_last {
    min-width: 100%;
}

#af_gf_donatieform input[type=text],
#af_gf_donatieform input[type=tel],
#af_gf_donatieform input[type=email] {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #1D1E1B;
    padding: 20px 16px 16px 16px !important;
    display: block;
    border-radius: 16px;
    margin-bottom: 0;
    border: 2px solid #E7DED6;
    text-align: left;
}

/* knop: volgende */

#af_gf_donatieform .gform_page_footer:after {
    content: "";
    clear: both;
    display: inline-block;
}

#af_gf_donatieform .gform_page_footer .gform_next_button {
    float: right;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
    color: #FFF;
    padding: 9px 24px 7px 24px;
    background: #1D1E1B;
    border: 4px solid #e4e4e4;
    border-radius: 16px;
    display: block;
    width: auto;
    background-repeat: no-repeat;
    background-image: url('/wp-content/uploads/2022/07/Group-29.png');
    background-size: 24px 21px;
    background-position: right center;
    background-position: right 24px center;
    padding-right: 64px !important;
}

#af_gf_donatieform .gform_page_footer .gform_next_button:hover {
    border-color: #1D1E1B !important;
    cursor: pointer !important;
}

/* permissions */

.af-doneer-permissie,
.af-doneer-permissie .gchoice {
    position: relative;
}

.af-doneer-permissie label {
    font-size: 14px;
    line-height: 20px;
    padding: 0 0 0 30px;
    display: inline-block;
}

.af-doneer-permissie input {
    display: block;
    border-radius: 0;
    border: 0;
    z-index: 1;
    position: absolute;
    width: 27px;
    height: 21px;
    left: 0;
    top: 0;
    margin-left: 0;
    background: yellow;
}

.af-doneer-permissie input:after {
    content: '';
    display: block;
    border-radius: 0;
    border: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-image: url(/wp-content/uploads/2022/08/af_check.png);
    background-repeat: no-repeat;
    background-position: 0 -21px;
    background-size: 27px 42px;
}

.af-doneer-permissie input:checked:after {
    background-position: 0 0 !important;
}

#af_gf_donatieform .ginput_address_country {
    display: none;
}

/* consent */

/* #field_7_23 input {
appearance: auto;
width: 24px;
height: 24px;
margin-bottom: 2px;
vertical-align: baseline;
	border-radius: 7px;
	border: 1px solid #CCC;
}
 */
/* Verberg 'vorige' knop */
#af_gf_donatieform input.gform_previous_button {
    display: none;
}

/* totaal summary */

#af_gf_donatieform.af_totaal {
    margin-top: 0;
    padding-top: 100px;
}

.af_totaal h5 {
    margin-top: 0;
    padding-top: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
}

.af_totaal h3 {
    margin-top: 8px;
    margin-bottom: 24px;
    padding-top: 0;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
}

.af_footer_summary {
    background: #E9DBE9;
    margin: 0 -24px 0 -24px;
    padding: 40px 24px 0 24px;
}

.af_footer_summary p.termijn span {
    color: #FFF !important;
    background: #941F82;
    margin: -8px 0 0 0;
    padding: 8px 16px;
    border-radius: 16px;
}

.gfield_price {
    background: #E9DBE9;
    margin: -20px -24px -24px -24px;
    padding: 24px 24px 24px 24px;
}

.gfield_price input {
    appearance: none;
    cursor: default;
    border: 0;
    background: none;
    padding: 0 !important;
    margin: 0;
    font-weight: 700;
    font-size: 32px;
    line-height: 1;
    color: #333 !important;

}

#gform_page_3_2 .gform_page_footer {
    background: #E9DBE9;
    margin: 0 -24px -24px -24px;
    padding: 0 24px 0 24px;
}

#af_gf_donatieform .gform_page_footer input.gform_button {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #1D1E1B;
    padding: 17px 32px 15px 32px;
    background: #FFCB11;
    border: 4px solid #f0e7e2;
    border-radius: 24px;
    display: block;
    width: 100%;
    margin: 0;
}

#af_gf_donatieform .gform_page_footer input.gform_button:hover {
    border-color: #1D1E1B;
}

#af_gf_donatieform .af_voorwaarden {
    background: #E9DBE9;
    margin: -20px -24px 0 -24px;
    padding: 24px;
    font-weight: 500;
    font-size: 11px;
    line-height: 17px;
    color: #575451;
}

/* validation errors */
#gform_7_validation_container {
    padding: 16px;
    margin-bottom: 20px;
}

#gform_7_validation_container h2 {
    font-size: 0.9em;
    font-weight: 400;
    margin: 0;
}

#gform_7_validation_container h2 span {
    display: none;
}

.gfield--type-honeypot {
    display: none !important;
}

@media all and (max-width:478px) {

    [id^="post-"]:not(#post-42)>div>div>div>div>div.et_pb_with_border.et_pb_row.et_pb_row_1.hero-image.et_pb_equal_columns.et_pb_gutters1,
    [id^="post-"]:not(#post-42)>div>div>div>div>div.et_pb_with_border.et_pb_row.et_pb_row_0.et_pb_equal_columns.et_pb_gutters1,
    [id^="post-"]:not(#post-42)>div>div>div>div>div.hero-image .et_pb_gutters1 {
        min-height: 300px !important;
        height: 300px !important;
        margin-bottom: -100px
    }

    [id^="post-"]:not(#post-42)>div>div>div>div>div>div>div.et_pb_image_0 {
        height: 300px !important;
    }

    #post-42>div>div>div>div>div>div>div.et_pb_image_0 {
        height: 210px !important;
    }

    #post-5527>div>div>div>div>div>div>div.et_pb_image_0 {
        max-height: 120px !important;
    }

    #post-5933>div>div>div>div>div>div>div.et_pb_image_0 {
        max-height: 120px !important;
    }

    #post-42>div>div>div>div.et_pb_section.et_pb_section_0.et_section_regular>div.et_pb_with_border.et_pb_row.et_pb_row_0.hero-image.et_pb_equal_columns.et_pb_gutters1 {
        min-height: 210px !important;
        height: 210px !important;
        margin-bottom: -100px
    }

    #label_2_1_0 {
        font-size: 11px;
        margin-left: 4px
    }

    #label_2_1_1 {
        font-size: 11px;
        margin-left: -14px
    }

    #label_2_1_2 {
        font-size: 11px;
    }

    #label_2_19_3 {
        font-size: 10px
    }

    #af_gf_donatieform_home #field_2_3 .gchoice,
    #af_gf_donatieform_home #field_2_19 .gchoice,
    #af_gf_donatieform_home #field_2_25 .gchoice {
        margin: 0 3px !important;
    }

    #post-1319>div>div>div>div.et_pb_section.et_pb_section_1.et_section_regular>div.et_pb_with_border.et_pb_row.et_pb_row_1.hero-image.et_pb_equal_columns.et_pb_gutters1>div.et_pb_with_border.et_pb_column_2_5.et_pb_column.et_pb_column_2.et_pb_css_mix_blend_mode_passthrough.et-last-child.et_pb_column_empty,
    #post-3148>div>div>div>div.et_pb_section.et_pb_section_0.et_section_regular>div.et_pb_with_border.et_pb_row.et_pb_row_0.hero-image.et_pb_equal_columns.et_pb_gutters1>div.et_pb_with_border.et_pb_column_2_5.et_pb_column.et_pb_column_1.et_pb_css_mix_blend_mode_passthrough.et-last-child.et_pb_column_empty {
        height: 300px !important;
        display: flex;
    }

    #post-38>div>div>div>div.et_pb_section.et_pb_section_0.et_section_regular>div.et_pb_with_border.et_pb_row.et_pb_row_1.et_pb_gutters2>div.et_pb_column.et_pb_column_2_3.et_pb_column_2.et_pb_css_mix_blend_mode_passthrough {
        /*margin-top:-200px;*/
    }



    #post-1524>div>div>div>div.et_pb_section.et_pb_section_0.et_section_regular>div.et_pb_with_border.et_pb_row.et_pb_row_1.et_pb_gutters2>div.et_pb_column.et_pb_column_2_3.et_pb_column_2.et_pb_css_mix_blend_mode_passthrough>div.et_pb_module.et_pb_text.et_pb_text_0.et_pb_text_align_left.et_pb_bg_layout_light {
        padding-right: 30px !important;
    }

    #post-38>div>div>div>div.et_pb_section.et_pb_section_0.et_section_regular>div.et_pb_with_border.et_pb_row.et_pb_row_0.et_pb_equal_columns.et_pb_gutters1>div.et_pb_column.et_pb_column_3_5.et_pb_column_0.et_pb_css_mix_blend_mode_passthrough {
        height: 0px;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    hyphens: auto;
}

.et_pb_module.dsm_button.dsm_button_0.et_pb_bg_layout_light {
    pointer-events: auto;
}

#gform_ajax_spinner_2 {
    display: none;
}

@media all and (min-width:860px) {
    #post-38>div>div>div>div>div.et_pb_with_border.et_pb_row.et_pb_row_0.et_pb_equal_columns.et_pb_gutters1 {
        max-height: 750px;
    }
}

#input_1_3_3,
#input_1_3_4,
#input_1_3_6 {
    border-radius: 10px;
    border: 3px solid rgba(29, 29, 27, 0.12);
}

/* IC10 */
.homepage-hero {
    height: 60vh !important;
}

.homepage-hero .et_pb_row_0 {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 1240px;
}

.homepage-hero h1 mark {
    background-color: #941C84;
    padding-top: 6px;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 2px;
    border-radius: 0.5rem;
    color: white;
}

.homepage-hero h3 {
    font-weight: 100 !important;
}

@media all and (min-width: 980px) {
    .et_pb_menu .et_pb_menu__menu>nav>ul>li>ul {
        top: calc(100% - 8px);
    }

    #hoofd_menu ul li {
        padding: 8px
    }

    .nav li li ul.sub-menu {
        top: -14px;
        padding: 0;
    }

    .nav ul.sub-menu li {
        padding: 0px !important;
    }
}

/* mobile styles */
@media (max-width: 767px) {
    #header_all .et_pb_button_module_wrapper {
        position: relative;
        margin-top: -45px;
        top: -12px;
        float: right;
        margin-right: 90px;
    }

    #header_all .et_pb_button_module_wrapper #help-mee-btn {
        padding: 6px !important;
    }

    #hoofd_menu ul li {
        padding-left: 8px !important;
    }


    .et_pb_section_0_tb_header.et_pb_section {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .et_pb_menu__logo-wrap {
        padding-left: 20px;
    }

    blockquote {
        font-size: 22px !important;
        line-height: 26px !important;
    }

    blockquote::before {
        width: 24px !important;
        height: 18px !important;
        background-size: 24px 18px !important;
    }

    #wat-armoedefonds-doet .et_pb_column .et_pb_module {
        margin-bottom: 0;
        padding-right: 0px;
        padding-left: 0px;
    }

    #wat-armoedefonds-doet .et_pb_promo {
        padding: 0;
        padding-left: 0px !important;
        padding-right: 0px !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    #wat-armoedefonds-doet .et_pb_promo_description {
        padding-bottom: 0px !important;
    }

    #wat-armoedefonds-doet h2 {
        padding-top: 10px;
        padding-bottom: 10px;
        margin-top: 10px;
        margin-left: 10px;
        line-height: auto;

    }

    #wat-armoedefonds-doet .et_pb_column_1_5 {
        display: flex;
        align-items: center;
    }

    #wat-armoedefonds-doet .et_pb_image {
        flex: none;
        margin-left: 0px !important;
        margin-right: 10px !important;
    }

    #wat-armoedefonds-doet .et_pb_image img {
        max-height: 40px;
        height: 40px;
        width: auto
    }

    #wat-armoedefonds-doet .et_pb_promo_description {
        padding-bottom: 0 !;
    }

    #wat-armoedefonds-doet .et_pb_promo_description>div,
    #wat-armoedefonds-doet .et_pb_button_wrapper {
        display: none;
    }

}


.et_button_icon_visible .et_pb_button::after {

    opacity: 0;
}