/*
Theme Name: Stichting Pensioen Voldoen
Author: TwoScript
Author URI: https://twoscript.nl
Version: 2.1
Text Domain: pensioen
*/
@import url('https://fonts.googleapis.com/css2?family=Merriweather+Sans:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.cdnfonts.com/css/avenir-lt-std');
html{
    scroll-behavior: smooth;
}
*{
    font-family:  'Avenir LT Std', sans-serif;
    letter-spacing: 0.5px;
    line-height: 33px;
    font-size: 20px;
}
body {
    padding-top: 142px;
}
p{
    font-weight: 300;
}
h1{
    font-size: 36px;
    text-align: center;
    margin: 0;
    line-height: 48px;
}
h2{
    font-size: 36px;
    line-height: 40px;
}
h3{
    font-size: 22px;
}
h1,h2,h3,h4{
    font-weight: 700;
}
body{
    margin: 0 !important;
}
small{
    font-size: 0.7rem;
}
.full-width-container{
    background-color: #243c6b;
    color: white;
    margin-bottom: 40px;
}
.container{
    width: 65%;
    margin: 0 auto;
    max-width: 1200px;
    padding: 70px 0;
}
.site-main > .full-width-container:first-child > .container{
    /*padding-top: 10px;*/
}
.default-content{
    min-height: 70vh;
    background-color: #243C6BCC;
    margin: 20px auto;
    color: white;
    padding: 30px;
    border-radius: 15px;
}
.default-content a{
    color: white;
}
.site-header .container{
    padding: 0;
    display: flex;
    width: 100%;
    max-width: 90%;
    margin: 0 5% 0 5%;
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 999;
}
.custom-logo-link{
    line-height: 0;
}
.custom-logo-link img{
    max-width: 250px;
    height: auto;
    line-height: 0;
    margin: 10px 10px 10px 0;
}
.scrolled img{
    max-width: 150px;

}
.site-navigation {
    display: flex;
    align-items: end;
    margin-bottom: 15px;
    width: 100%;
    justify-content: center;
}
.site-navigation .menu-main-menu-container{
    width: 100%
}
.site-navigation ul {
    justify-content: right;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 16px
}

.site-navigation ul li {
    position: relative;
}

.site-navigation ul li ul {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background-color: transparent;
    border-radius: 0 0 15px 15px;
    box-shadow: 5px 5px 5px #505050;
    overflow: hidden;
    padding-top: 10px;
}

.site-navigation ul li ul li {
    display: block;
    width: 100%;
    white-space: nowrap;
}
.site-navigation ul li ul li:first-child{
    border-radius: 15px 15px 0 0 ;
    overflow: hidden;
}
.site-navigation ul li ul li:hover{

}
.site-navigation ul li ul li a{
    border-radius: 0;
}

.site-navigation ul li:hover > ul {
    display: block;
}

.site-navigation ul li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: white;
    background-color: #243c6b;
    transition: 500ms;
    border-radius: 15px;
    font-weight: 700;
    border: 1px solid #243c6b;
    box-shadow: 5px 5px 5px #505050;
}
.site-navigation ul li a:hover {
     color: #a52429;
     background-color: white;
 }

.site-navigation ul li.menu-item-has-children > a::after {
    content: '\25BE'; /* Unicode character for downward-pointing triangle */
    display: inline-block;
    margin-left: 5px;
}
.top_button{
    color: #243c6b;
    text-align: center;
    text-decoration: none;
}
#register_form_anchor{
    display: block;
    position: relative;
    top: -180px;
    visibility: hidden;
}
.top_button h3,
.top_button u{
    background: white;
    border-radius: 15px;
    padding: 20px 12px;
    font-weight: 800;
    font-size: 27px;
    line-height: 58px;
}
.top_button u{
    padding: 0;
}

.row{
    display: flex;
    background-color: white;
}
.row:first-child{
    margin-top: 50px;
}
.row:last-child{
    margin-bottom: 50px;
}
.col{
    background-color: #243c6b;
    text-align: center;
    margin: 32px;
    padding: 10px 30px;
    width: auto;
    flex: 1 1 33%;
}
.calculations .row{
    border-radius: 15px;
}
.calculations .col{
    border-radius: 15px;
    box-shadow: 5px 5px 5px #505050;
}
.calculations .col:nth-child(2){
    margin: 32px 0;
}
.calculations .col p{
    margin: 30px 0;
    font-size: 18px;
}
.calculations .col p:nth-child(2){
    min-height: 150px;
}

.text-center{
    text-align: center;
}
.mobile-text{
    display: none;
}
.bold{
    font-weight: 900;
}
.margin-0{
    margin: 0;
}
/*.information .row:nth-child(2){*/
/*    padding-top: 16px;*/
/*    border-radius: 15px 15px 0 0;*/
/*}*/
/*.information .row:last-child{*/
/*    padding-bottom: 16px;*/
/*    border-radius: 0 0 15px 15px;*/
/*}*/
/*.information .col{*/
/*    padding: 10px;*/
/*    border: 1px solid #243c6b;*/
/*    margin: 16px 32px;*/
/*    transition: 500ms;*/
/*    width: 100%;*/
/*    box-shadow: 5px 5px 5px #505050;*/
/*    border-radius: 15px;*/
/*}*/
/*.information .row .col:first-child{*/
/*    margin-right: 16px;*/
/* }*/
/*.information .row .col:last-child{*/
/*    margin-left: 16px;*/
/*}*/
/*.information a{*/
/*    color: white;*/
/*    font-size: 22px;*/
/*    text-decoration: none;*/
/*}*/
/*.information .col:hover{*/
/*    color: #a32427;*/
/*    text-decoration: none;*/
/*}*/
/*.information .col:hover {*/
/*    border-color: #243c6b;*/
/*    background-color: white;*/
/*}*/
.form{
    background: white;
    color: #243c6b;
    padding: 35px;
    margin-top: 20px;
    border-radius: 15px;
}
.form a{
    color: #243c6b;
}
.form h2,
.form h3{
    margin: 0;
}
.form h2{
    font-size: 36px;
}
.form h3{
    font-weight: 100;
    font-size: 20px;
    margin-top: 30px;
}
.form-row{
    display: flex;
    gap: 32px;
    justify-content: center;
    margin: 10px 0 36px 0;
}
.form-col{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.form-col-1{
    width: 25%;
}
.form-col-2{
    width: 60%;
}
.form-col-3{
    width: 20%;
}
.form-col-4{
    width: 40%;
}
.form-col-5{
    width: 33%;
}
.form-col-6{
    width: 100%;
}
.form-col .wpcf7-form-control-wrap{
    width: 100%;
    display: flex;
    margin-bottom: 20px;
}
.form-col .wpcf7-form-control-wrap input,
.form-col .wpcf7-form-control-wrap textarea{
    width: 100%;
}
.wpcf7-response-output{
    text-align: center;
}
.wpcf7-spinner{
    position: absolute;
}

.form-col input:not([type=checkbox]),
.form-col textarea,
.form-col select{
    padding: 20px;
    border: 1px solid #243c6b;
    background-color: #243c6b17;
    border-radius: 15px;
    box-shadow: 5px 5px 5px #505050;
}
.form-col select {
    -webkit-appearance: none;
    appearance: none;

    padding-right: 40px;

    background-image: url("data:image/svg+xml;utf8,<svg fill='%23243c6b' height='20' width='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'><path d='M5 7l5 5 5-5'/></svg>");
    background-repeat: no-repeat;
    background-position: right 10px center;
}
.row-checkbox{
    gap: 0;
    border: 1px solid #243c6b;
    background-color: #243c6b17;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 5px 5px 5px #505050;
}
.form input[type=submit] {
    background-color: #243c6b;
    color: white;
    outline: none;
    padding: 20px 40px;
    text-transform: uppercase;
    font-size: 22px;
    border-radius: 15px;
    border: 1px solid #243c6b;
    cursor: pointer;
    transition: 500ms;
    box-shadow: 5px 5px 5px #505050;
}
.form input[type=submit]:hover{

    background-color: white;
    color: #a32427;
}

.btn-sp{
    display: block;
    width: 100%;
    text-align: center;
    margin: 10px 0;
    font-weight: 600;
    text-decoration: none;
    background-color: #243c6b;
    color: white;
    outline: none;
    padding: 20px 40px;
    text-transform: uppercase;
    font-size: 22px;
    border-radius: 15px;
    border: 1px solid #243c6b;
    cursor: pointer;
    transition: 500ms;
    box-shadow: 5px 5px 5px #505050;
}.btn-sp:hover{

     background-color: white;
     color: #a32427;
 }
#information .info-link {
    display: block;
    width: auto;
    margin-bottom: 15px;
}

.btn-invert-sp {
    background-color: white;
    color: #a32427;
    outline: none;
    padding: 20px 40px;
    text-transform: uppercase;
    font-size: 22px;
    border-radius: 15px;
    border: 1px solid #243c6b;
    cursor: pointer;
    transition: 500ms;
    box-shadow: 5px 5px 5px #505050;
}
.btn-invert-sp:hover{
    background-color: #243c6b;
    color: white;
}

.entry-title{
    word-wrap: break-word;
}
.burger-menu-icon{
    display: none;
}
.active{
    display: block !important;
}
.site-navigation-mobile{
    display: none
}
#menu-item-99{
    width: 140px;
}
.price{
    font-size: 28px !important;
}
.containercal {
    background-color: #243c6b;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    width: 400px;
    /*margin: 20px auto;*/
}

.containercal h3 {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 10px;
}
footer{
    /*background-color: #243c6b;*/
    width: 100%;
    margin-top: 0px;
}
footer p{
    margin: 0;
    color: #243c6b;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    font-size: 15px;
}
footer a{
    display: flex;
    align-items: center;

}
footer img{
    width: 90px;
}


.media-item a {
    text-decoration: none;
}

.media-wrapper {
    display: flex;
    align-items: center;

    background: lightslategray;
    border-radius: 15px;
    padding: 10px;
    margin: 5px;
}

.media-thumbnail {
    margin-right: 10px;
}

.media-content h2,
.media-content p {
    color: white;
}

.media-content h2 {
    font-size: 25px;
}

/* Mobile styles */
@media (max-width: 768px) {
    .media-wrapper {
        flex-direction: column;
    }

    .media-thumbnail {
        margin-right: 0;
        margin-bottom: 10px;
    }
}




.raad-leden-list{
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}
.raad-lid{
    flex: 0 0 49%;
    text-align: center;
    background: #ffffffa6;
    color: #243c6b;
    border-radius: 15px;
    margin-bottom: 20px;
}

/*.raad-lid:nth-child(3) {*/
/*    margin-right: -2%;*/
/*}*/

.raad-lid-wrapper{
    padding: 25px 10px 10px 10px;

}
.raad-lid-thumbnail img{
    border-radius: 15px;
}
.raad-lid-functie {
    font-weight: bold;
}

.raad-lid-functie-beschrijving {
    padding: 0 12px;
    text-align: justify;
}
.container-calculator {
    display: grid;
    grid-template-rows: auto;
}

.left-panel-1 {
    grid-column: 1;
}

.left-panel-2 {
    grid-column: 1;
}

.right-panel {
    grid-column: 3;
    grid-row: 1 / span 2;
}
.mc4wp-response{
    text-align: center;
}
.mc4wp-response p{
    font-size: 26px;
    font-weight: 600;
    margin-top: 30px;
}
.img-henk{
    border-radius: 15px;
}
/**
*
*Nieuwe Calculator style
*
*/
#calculator > .container{
    /*display: flex;*/
}
#calculator .calc{
    /*width: 50%;*/
    background: white;
    color: #243c6b;
    border-radius: 15px;
    padding: 50px;
    margin: 5px;
    /*text-align: center;*/
}
.bg-none{
    background: none!important;
}
#calculator h2{
    text-align: center;
    line-height: 42px;
}
#register-form h2{
    color: #a52429;

}
#calculator .calc-title{
    color: #a52429;
    margin-top: 0;
    overflow-wrap: break-word;
}
#calculator #bedrag,
#calculator #jaar,
#calculator #geboortejaar,
#calculator #jaarC2,
#calculator #premiepjC2,
#calculator #bedragC2
{
    padding: 20px;
    border: 1px solid #243c6b;
    background-color: #243c6b17;
    border-radius: 15px;
    display: block;
    box-shadow: 5px 5px 5px #505050;
    box-sizing: border-box;
    width: 100%;
    color: #243c6b;
}
#bedragout,
#cumulatiefout,
#metindexout,
#bedragout2{
    border-radius: 15px;
    background: #a52429;
    border: 1px solid black;
    text-align: center;
    color: white;
    width: 100%;
    /*margin: 0 auto;*/
    padding: 20px;
    box-shadow: 5px 5px 5px #505050;
    box-sizing: border-box;

}
.signature{
    display: flex;
}
.signature img{
    margin-left: auto;
}
.signature_tekst{
    display: flex;
    flex-direction: column;
    justify-content: end;
}
/* Chrome, Safari, Edge, Opera */
#bedrag::-webkit-outer-spin-button,
#bedrag::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
#bedrag[type=number] {
    -moz-appearance: textfield;
}
.bedrag_wrapper{
    display: block;
    position: relative;
}
.bedrag_wrapper::before {
    content: "€";
    position: absolute;
    left: 6px;
    top: 20px;
}
.wp-block-file a{
    color: white;
    text-decoration: none;
}
.calc-output{
    display: flex;
    gap: 10px;
    position: relative;
}
.calc-output p{
    position: absolute;
    right: -20px;
}
footer > .container{
    padding: 0 10px 0 0;
}
.accordion h3{

}
.accordion p{

}
.form_title{
    color: white;
}
.form_title:hover{
    color: #a52429;
}
.form_title h2{
    padding: 10px;
    border: 1px solid white;
    box-shadow: 5px 5px 5px #192a4c;
    border-radius: 15px;
}
.form_title:hover h2{
    background: white;
}

@media (min-width: 704px) {
    #accordion {
        display: block !important;
        visibility: visible !important;
        height: 100% !important;
    }
}

focus, :active {
    outline: 0;
}
#accordion * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#accordion {
    cursor: pointer;
    margin: 50px auto;
    border-radius: 15px;
    overflow: hidden;
}
#accordion .ui-accordion-header {
    background-color: white;
    padding: 20px 30px 20px 20px;
    margin: 0;
    border-bottom: 1px solid #243c6b;
    color: #243c6b;
}
#accordion .ui-accordion-header a {
    line-height: 42px;
    display: block;
    font-size: 12pt;
    width: 100%;
    text-indent: 10px;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
    border-right: 1px solid rgba(0, 0, 0, .2);
    border-left: 1px solid rgba(0, 0, 0, .2);
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    border-top: 1px solid rgba(250, 250, 250, .2);
}
#accordion .ui-accordion-content {
    width: 100%;
    background-color: #f3f3f3;
    color: #777;
    font-size: 10pt;
    line-height: 16pt;
    box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, .2),
    inset 0 -1px 0 0 rgba(0, 0, 0, .4);
}
#accordion .ui-accordion-content > * {
    margin: 0;
    padding: 20px;
}
#accordion .ui-accordion-content a {
    color: #777;
}

#accordion .ui-accordion-header:nth-of-type(odd) {
    color: #a52429;
    border-bottom: 1px solid #a52429;
}
#accordion h3{
    position: relative;
}
#accordion h3 span{
    position: absolute;
    right: 10px;
}
@media only screen and (max-width: 1350px) {
    .container {
        width: 90%;
    }
}

@media screen and (min-width: 1055px) {
    body.admin-bar .site-header {
        margin-top: 32px;
    }
    .site-navigation-mobile{
        display: none !important;
    }
    .text-justify{
        text-align: justify;
    }
}
@media screen and (max-width: 1055px) {
    body {
        padding-top: 10px;
    }
    .mobile-text{
        display: block;
    }
    .desktop-text{
        display: none;
    }
    .site-header {
        position: static;
    }
    .burger-menu-icon {
        display: inline-block;
        cursor: pointer;
        position: relative;
        align-self: center;
        margin-left: auto;
    }

    .bar {
        width: 30px;
        height: 4px;
        background-color: #243c6b;
        margin: 5px 0;
        transition: 0.4s;
    }

    /* Rotate first and third bars when the burger menu is active */
    .burger-menu-icon.active .bar:first-child {
        transform: rotate(45deg);
        position: absolute;
        top: 0;
    }

    .burger-menu-icon.active .bar:nth-child(2) {
        opacity: 0;
    }

    .burger-menu-icon.active .bar:last-child {
        transform: rotate(-45deg);
        position: absolute;
        top: 0;
    }
    .site-navigation{
        display: none;
    }
    .site-navigation-mobile {
        flex-direction: column;
        align-items: stretch;
    }

    .site-navigation-mobile ul {
        flex-direction: column;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .site-navigation-mobile ul li {
        position: static;
    }

    .site-navigation-mobile ul li a {
        display: block;
        padding: 10px;
        border-bottom: 1px solid #ccc;
        text-decoration: none;
        color: #243c6b;
    }

    .site-navigation-mobile ul li ul {
        display: none;
        position: static;
        background-color: transparent;
        top: 100%;
        right: 0;
    }

    .site-navigation-mobile ul li.menu-item-has-children > ul {
        display: none;
    }

    .site-navigation-mobile.show {
        display: flex;
    }

    .menu-toggle {
        display: block;
        padding: 10px;
        text-decoration: none;
        color: #ffffff;
    }
    .raad-lid,
    .media-item{
        margin-bottom: 30px;
    }
    .raad-lid:nth-child(3) {
        margin-right: 0;
    }
    #calculator #bedrag,
    #calculator #jaar,
    #bedragout,
    #cumulatiefout{
        width: 100%;
    }
    .calc-output p{
        position: absolute;
        left: auto;
        right: -15px;
    }
}
@media only screen and (max-width: 800px) {
    .row{
        flex-direction: column;
    }
    .col{
        margin: 20px !important;
    }
    .calculations .col:nth-child(2){
        margin: 0 20px !important;
    }
    .calculations .col p:nth-child(2){
        min-height: auto;
    }
    .information .col{
        width: auto;
    }
    .form-row{
        display: block;
        margin: 0;
    }
    .form-col ,
    .form-col-1,
    .form-col-2,
    .form-col-3,
    .form-col-4
    {
        margin: 25px 0;
        display: block;
        width: 100%;
    }
    .form-col input{
        padding: 20px 0;
        width: 100%;
    }
    .form-col input{
        padding: 20px 10px;
        box-sizing: border-box;
    }
    .row-checkbox{
        margin: 50px 0;
    }
    .form input[type=submit] {
        font-size: 18px;
        padding: 20px 0;
        width: 100%;
    }
    .custom-logo{
        width: 100%;
        height: auto;
    }
    .custom-logo-link img{
        width: 90%
    }
    .site-header > .container{
        width: 90%;
    }
    .raad-lid,
    .media-item{
        flex: auto;
        margin-bottom: 30px;
    }
    #calculator .calc{
        padding: 20px;
    }
    .signature{
        display: block;
    }
}
@media screen and (max-width: 840px) {
    .media-item{
        flex: 0 0 49%;
    }
}
@media screen and (max-width: 650px) {
    .media-item{
        flex: 0 0 100%;
    }
}
@media screen and (max-width: 380px) {
    *{
        word-wrap: break-word;
    }
    h2{
        font-size: 30px;
    }
    .page-id-46 h1{
        font-size: 28px;
    }
}
span.shortcodecounter {
    font-size: 30px;
    border: solid;
    padding: 13px;
    border-radius: 15px;
}
.shortcodecounter1{
    font-size: 30px;
}
.calc1{
    display: flex;
    flex-direction: column;
}
.bttom-align-calc{
    margin-top: auto;
}
.mt-0{
    margin-top: 0!important;
}
.my-1{
    margin-bottom: 1em;
    margin-top: 1em;
}

#jaar, #jaarC2{
    padding: 23.5px 20px!important;
}
/* Select2 container breedte fix */

/* MOBILE FIXES */
@media (max-width: 600px) {

    /* Donatieboxen mobiel full width */
    .donatie-box {
        width: 100%;
        justify-content: center;
        font-size: 18px;
    }
    .donatie-row {
        gap: 15px;
    }

    /* Header logo beter schalen */
    .custom-logo-link img{
        max-width: 100% !important;
        width: 85% !important;
        height: auto;
    }

    /* Form paddings */
    .form {
        padding: 20px;
    }

    .form-col input{
        padding: 14px !important;
        font-size: 18px;
    }

    .form h2 {
        font-size: 28px;
    }

    /* Titel spacing */
    h1, h2 {
        line-height: 1.2;
        word-break: break-word;
    }
}
.donatie-wrapper {
    margin: 30px 0;
    text-align: center;
}

.donatie-row {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.donatie-inner-row{
    display: flex;
    gap: 50px;
}

.donatie-box {
    display: flex;
    align-items: center;
    border: 3px solid #003366;
    border-radius: 6px;
    padding: 12px 18px;
    font-size: 22px;
    cursor: pointer;
    width: auto;
}
.donatie-box span{
    min-height: 45px;
    align-items: center;
    display: flex;
}
.donatie-box input[type="radio"] {
    width: 26px;
    height: 26px;
    margin-right: 12px;
    accent-color: #003366;
}

.donatie-custom-box {
    display: flex;
    align-items: center;
}

.custom-input {
    width: 90px;
    margin-left: 10px;
    font-size: 20px;
    padding: 4px 6px;
    border: 2px solid #003366;
    border-radius: 4px;
}

.donatie-ondertekst {
    font-size: 20px;
    margin-top: 10px;
}

@media (max-width: 1162px) {
    .donatie-row {
        justify-content: center;
    }
}
@media (max-width: 900px) {
    .donatie-inner-row {
        flex-direction: column;
        gap: 15px;
    }
    .donatie-row {
        justify-content: center;
        gap: 15px;
    }
    .donatie-row > div{
        width: 100%;
    }


    .donatie-custom-box {
        flex-direction: column;
    }
}
#loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 99999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.loader {
    border: 10px solid #f3f3f3;
    border-top: 10px solid #0066cc;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}



/* ============================== */
/*  SELECT & SELECT2 THEME STYLING */
/* ============================== */

.select2-container{
    max-width: 100%;
}

.select2-container .select2-selection--multiple {
    min-height: 62px !important;
    border: 1px solid #243c6b !important;
    background-color: #243c6b17 !important;
    border-radius: 15px !important;
    box-shadow: 5px 5px 5px #505050;
    padding: 8px 12px !important;
    box-sizing: border-box;
    display: block !important;   /* FIX: geen flex */
    height: auto !important;     /* FIX: laat chips groeien */
}

/* MULTI — chips */
.select2-selection__choice {
    background-color: #243c6b17 !important;
    border: 1px solid #243c6b !important;
    color: #243c6b !important;
    border-radius: 10px !important;
    padding: 4px 10px !important;
    margin: 4px 6px 0 0 !important;
    font-size: 18px !important;
    box-shadow: 3px 3px 5px #50505050;
    display: inline-flex !important;
    align-items: center;
}

/* MULTI — X icon */
.select2-selection__choice__remove {
    color: #a32427 !important;
    margin-right: 8px;
    font-size: 18px;
}
.select2-selection__choice__remove:hover {
    color: #243c6b !important;
}

/* MULTI — tekst */
.select2-selection__rendered {
    color: #243c6b !important;
    line-height: 20px !important;
    padding-left: 0 !important;
    display: block !important; /* FIX: voorkomt overlap */
}

/* MULTI — zoekveld binnen selection */
/*.select2-selection--multiple .select2-search__field {*/
/*    width: auto !important;*/
/*    margin-top: 6px !important;*/
/*    padding: 4px !important;*/
/*}*/

/* ===========================================
   SINGLE SELECT (zoals Geslacht)
   =========================================== */

.select2-container .select2-selection--single {
    min-height: 62px !important;
    border: 1px solid #243c6b !important;
    background-color: #243c6b17 !important;
    border-radius: 15px !important;
    box-shadow: 5px 5px 5px #505050;
    padding: 0 20px !important;
    display: flex !important;
    align-items: center !important;
}

/* Arrow fix */
.select2-selection__arrow {
    height: 62px !important;
    right: 20px !important;
}

/* SINGLE — label */
.select2-selection--single .select2-selection__rendered {
    line-height: 62px !important;
    font-size: 20px !important;
    color: #243c6b !important;
}

/* ===========================================
   DROPDOWN MENU
   =========================================== */

.select2-dropdown {
    border: 1px solid #243c6b !important;
    border-radius: 15px !important;
    background: white !important;
    box-shadow: 5px 5px 5px #505050 !important;
    overflow: hidden;
}

.select2-search__field {
    font-size: 18px !important;
    border: 1px solid #243c6b !important;
    border-radius: 10px !important;
    background: #243c6b17 !important;
    margin: 10px 0 !important;
    padding: 20px !important;
    width: 100% !important;
}

.select2-results__option {
    padding: 12px 16px !important;
    font-size: 18px !important;
    color: #243c6b !important;
}

.select2-results__option--highlighted {
    background-color: #243c6b !important;
    color: white !important;
}

/*.select2-search.select2-search--inline{*/
/*    display: block;*/
/*    width: 100%;*/
/*}*/
.select2-search.select2-search--inline .select2-search__field{
    height: 75px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    top: 4px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display{
    padding-left: 19px !important;
}

.text-danger{
    color: #a32427 !important;
}
.fondsen_selected{
    margin-bottom:12px;
}
.fondsen_selected_single{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4px;
    border: 1px solid #243c6b;
    border-radius: 15px;
    padding: 20px;
}
.fondsen_selected_single p{
    display: block;
    font-weight: 900;
    margin: 0;
    width: 100%;
    padding-right: 10px;
}
.fondsen_selected input{
    width: 240px;
    padding: 12px;
    border: 1px solid #243c6b;
    border-radius: 10px;
    background: #243c6b17;
    box-shadow: 3px 3px 5px #50505050;
    margin-right: 20px;
}
.fondsen_selected button{
    margin-left: 10px;
    cursor: pointer;
    padding: 10px;
    text-decoration: none;
    color: white;
    background-color: #9C1C1C;
    transition: 500ms;
    border-radius: 15px;
    font-weight: 700;
    border: 1px solid #9C1C1C;
    box-shadow: 5px 5px 5px #505050;
}

.briefgegevens_success{
    text-align:center;
    padding:30px;
    border:1px solid #ccc;
    border-radius:10px;
    background:#f9f9f9;
}


@media (max-width: 900px) {
    .fondsen_selected_single{
        display: block;
        text-align: center;
        padding: 20px 10px;
    }
    .fondsen_selected_nummer{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 10px;
    }
    .fondsen_selected input{
        margin-right: 0;
    }


    .briefgegevens_success{
        padding: 15px;
    }
}
