/* -------------------- SIMULATOR ------------------ */

.berekeningsimulatie {
    padding-top: 0;
    color: white;
}

.simulator__woonkrediet .bs-uitkomst__jkp__info {
    color: #67C6DD!important;
}

.simulator .simulation-legal h3 {
    font-family: 'roboto';
    font-size: 24px;
    font-weight: bold;
}

.strong__legal {
    font-size: 18px!important;
    font-weight: normal;
  }

.typeLening{
    display: flex;
    margin-bottom: 20px;
}

.typeLening a{
    text-decoration: none;
}

.typeLening__btn{
    font-size: 11px;
    border: solid rgba(53, 53, 53, 0.2) 1px;
    text-align: center;
    padding: 15px 0;
    color: black;
    display: inline-block;
    height: 44px;
    width: 50%;
    background-color: white;
    line-height: 1;
}

.typeLening__btn-active{
    background-color: #8B9C22;
    color: white;
}
.doel-info p{
    color: black;
    text-align: center;
}



.bs-uitkomst {
    max-height: 615px;
}

.rij {
    max-height: unset!important;
}


/* -------------------- BLOGS -------------------- */

.blog__article {
    position: relative;
}

.blog-author__title{
    color: #0A51A1;
    font-size: 1rem;
    text-align: left;
}

.blog-author{
    margin-top: 1rem;
    padding: 0 2rem 2rem 2rem;
    border: #0A51A1 solid 1px;
}
.blog-author h2 {
    font-size: 2rem;
    color: #0A51A1;
}
.blog-author .blog-detail__intro{
    margin: 0;
}

.blog__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
}


/* TAGS  */

.kredieten__layout {
    position: relative;
}

.tags-container {
    position: relative;
}

.tags__link {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}


/* SEO  */

.intro h1 {
    /* text-transform: lowercase; */
}

.seo-grey {
    background-color: #F3F6F8;
    margin: 0;
    padding: 70px 0;
}

.intro__text {
    font-family: 'roboto-medium';
}

.checkbox {
    position: relative;
    display: flex;
    cursor: pointer;
    line-height: 20px;
    font-size: 14px;
    padding: 10px 0 0;
    width: 50%;
    padding-right: 10px;
}


.checkbox .ovalcheckbox {
    position: relative;
    display: block;
    margin-right: 10px;
    width: 22px;
    height: 22px;
    min-width: 22px;
    min-height:  22px;
    border: 1px solid #CFCFCF;
    background: white;
    border-radius: 100%;
    -webkit-tap-highlight-color: transparent;
}

.checkbox .ovalcheckbox:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background: #0A51A1;
    transform: scale(0);
    opacity: 0.08;
    pointer-events: none;
}

.checkbox label {
    position: unset;
}



.checkbox input {
    display: none;
}


.fieldset {
    width: 100%;
}

.fieldset legend {
    margin-bottom: 20px;;
}

.fieldset legend span {
    color: #0A51A1;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 30px;
}

.fieldsetLening legend span {
    color: #8B9C22;
}

.fieldsetInvesteringskrediet legend span {
    color: rgb(255, 102, 0);
}

.fieldset .form-checkboxes {
    display: flex;
    flex-wrap: wrap;
}

.contact-form a {
    text-decoration: underline;
    color: #0A51A1;
}

.contact-form .contact-form__radio-container .checkbox {
    width: auto;
}


.checkbox__woonkrediet .checkbox .ovalcheckbox:after {
    background: #0A51A1;
}

.checkbox__lening-op-afbetaling .checkbox .ovalcheckbox:after {
    background: #8B9C26;
}

.checkbox__woonkrediet input[type="checkbox"]:hover+.ovalcheckbox {
    border-color: #0A51A1;
}

.checkbox__lening-op-afbetaling input[type="checkbox"]:hover+.ovalcheckbox {
    border-color: #8B9C26;
}

.checkbox__investeringskrediet .checkbox .ovalcheckbox:after {
    background: rgb(255, 102, 0);
}

.checkbox__investeringskrediet input[type="checkbox"]:hover+.ovalcheckbox {
    border-color: rgb(255, 102, 0);
}


input[type="checkbox"]:checked+.ovalcheckbox:after {
    transform: scale(1);
    transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
    opacity: 1;
}

input[type="radio"]:checked+.ovalcheckbox:after {
    transform: scale(1);
    transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
    opacity: 1;
}

input[type="radio"]:checked+.option {
    opacity: 1;
}

input[type="radio"]:checked+label {
    opacity: 1!important;
}


.js-form-type-checkbox label {
    background-color: unset !important;
}

.js-form-type-radio  {
   position: unset!important;
   background-color: unset !important;
}

.js-form-type-radio label {
    background-color: unset !important;
 }

.conditions-label {
    position: unset!important;
    background-color: unset!important;
    width: 100%;
    margin-bottom: 10px;
}

.form__item {
    margin-top: 20px;
}


input[type="submit"] {
    margin-top: 30px;
    cursor: pointer;
}

.blog-detail__category-woonkrediet {
    color: #0A51A1;
}

.blog-detail__category-lening-op-afbetaling {
    color: #8B9C26;
}



 /* --------------------- LENING AANVRAAG ---------------------- */

 .grey-bg {
    background-color: #EBF0F3;
 }

 /* -------------------- INPUT SELECT -----------------------------*/

 select {
    width: 100%;
    background-color: white;
    height: 55px;
    font-size: 14px;
    outline: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    border: 0;
    border: 1px solid #BFBFBF;
    padding-left: 10px;
 }


 /* ---------------------- DATELIST ---------------------------------*/

 .js-form-type-datelist {
    margin-top: 0;
    margin-bottom: 0px;
 }

 .js-form-type-datelist .js-form-type-select {
    margin-top: 0;
    margin-bottom: 30px;
 }


 /* ------------------------ DESCRIPTION ---------------------------------*/

 .webform-element-description {
    padding-top: 1px;
    font-size: 14px;
 }


 /* ------------------------ TITLES FIELDSZET ---------------------------------*/

 .js-webform-type-fieldset .fieldset-legend {
    display: inline-block;
    font-size: 20px;
    color: #0A51A1;
    line-height: 18px;
    font-family: 'roboto-medium';
    margin: 30px 0;
 }
 /* ---------------------- RADIO ---------------------------------*/

 .webform-type-radios .fieldset-legend {
    display: inline-block;
    margin: 0;
    /* padding: 0 10px; */
    font-size: 16px;
    color: black;
    font-family: 'roboto';
    line-height: 24px;
}

.js-webform-radios {
    margin-bottom: 30px;
}

.field-prefix {
    position: absolute;
    bottom: 14px;
    left: 2px;
}

/* ---------------------- SELECT OTHER ---------------------------------*/

.js-webform-select-other .fieldset-legend {
    margin-top: 0!important;
    margin-bottom: 0!important;
    font-size: 16px!important;
    color: black!important;
    font-family: 'roboto'!important;
 }

 .js-webform-select-other .form__item {
    margin-top: 0!important;
    margin-bottom: 30px!important;
}

/* ---------------------- ALGOLIA --------------------------*/

.webform-location-places {
    padding-left: 10px;
    height: 55px;
    font-size: 14px;
    color: #00275B;
    border: 1px solid #BFBFBF;
}

.js-form-item label {
    z-index: 1;
}
/* .form-item-agolio-number-value label {
    z-index: 2;
    top: -8.5px;
} */

.webform-readonly input {
    background: white!important;
    color: black!important;
}

.js-webform-type-webform-location-places .filter__container {
    margin-bottom: 30px;
}



/* ---------------------- LOAN SUMMARY --------------------------*/

.intro__lening-aanvraag {
   padding-bottom: 60px;
}

.loan-summary {
    margin-bottom: 30px;
}

.loan-summary__top {
    background-color: #0A51A1;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 15px;
}

.loan-summary__bottom {
    background-color: #0A51A1;
    color: white;
    padding: 24px 20px;

}

.loan-summary__bottom-container {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid white;
}

.loan-summary__info {
    font-size: 11px;
    line-height: 16px;
    text-align: justify;
    padding: 11px;
}

.credit-monthlyrepayment {
    display: inline-block;
    color: #EBBD00;
    font-size: 56px;
    padding: 30px 0 0 0;
    border-radius: 2px;
    font-family: 'crimson';
}

.credit-text {
    font-size: 16px;
    font-family: 'roboto-medium';
    text-align: right;
}

.credit-title {
    font-size: 14px;
    font-family: 'roboto';
}

.credit-uppertitle {
    text-align: center;
    font-size: 28px;
    font-family: 'crimson';
}

.loan-form form {
    padding-top: 0;
}


/* ------------------------ KANTOREND DETAIL ----------------------  */

.office-hours__item span {
    padding-top: 5px;
    font-size: 16px;
    line-height: 24px;
}

/* -------------------- DRUPAL CONTENT ------------------ */

.drupal-content a {
    text-decoration: underline;
}
.drupal-content ul {
    margin-bottom: 25px;
}

.drupal-content h2, .drupal-content h3, .drupal-content h4, .drupal-content h5 {
    padding-top: 20px;
}

.drupal-content ol li {
    list-style: decimal;
    margin-left: 16px;
}

.drupal-content tr {

}

.drupal-content table {
    /* background-color: #ebf0f2; */
    background-color: #C3D4E7;
    width: 100%;
}

.drupal-content td {
    padding: 5px 20px;
    /* border: 1px solid silver; */
    border: 1px solid white;
}


/* --------------------- BLOG ----------------- */

.blog-detail__related__title {
    width: 100%;
}
.blog-detail__container img{
    object-fit: contain;
    height: auto;
}

.office {
    height: 100%;
    margin-bottom: 0!important;
}

.office-container {
    margin-bottom: 30px;
}

.kiwi {
    margin: 50px 0;
    margin-bottom: 0;
}

.kiwi .form-radios {
    display: flex;
    flex-wrap: wrap;
}

.kiwi legend {
    display: none;
}

.kiwi .form-radios .js-form-type-radio {
    width: auto;
    cursor: pointer;
}

input[type="checkbox"]:checked + label {
    text-decoration: underline;
    border-bottom: 1px solid red;
}

.option {
    cursor: pointer;
}

/*
input[type="checkbox"]:checked + .label:after {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
    transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
    opacity: 1;
  } */


.main-nav__list__item a::before {
    content: " ";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    border: 3px solid transparent;
 }

 .main-nav__list__item a  {
     border: 3px solid transparent;
 }

 .main-nav__list__item  {
    border: 1px solid #EBF0F3;
}


 .main-nav__list__item a:hover {
    border-bottom: 3px solid #0A51A1;
    color: #0A51A1;
}

.main-nav__list__item a:hover a:before {
    border-bottom: 3px solid red;
    color: #0A51A1;
}

.main-nav__list__item .is-active {
    color: #0A51A1;
}
/*
.main-nav__list__item a  {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
} */

.main-nav__list__item-home {
    border: none;
}

/* --------------------- user login form --------------------- */

/* .user-login-form {
    padding: 150px 20px;
    max-width: 1140px;
    margin: 0 auto;

} */

html, body {
    width: 100%;
    height: 100%;
}


.main-content {
    flex-grow: 1;
}

.main-nav , .main-content, footer {
    flex-shrink: 0;
}


.intro-taxonomy  {
    position: relative;
    margin-top: 80px;
}

.intro-taxonomy-image  {
    position: absolute;
    left: calc(50% - 26px);
    top: -64px;
}

@media (min-width: 992px) {

    .intro-taxonomy  {
        margin-top: 0;
    }
    .intro-taxonomy-image  {
        left: -86px;
        top: 0;
    }
}

/* ----------------- progress bar ------------------ */

/* .progress-step.is-active .progress-marker {
    background-color: #0A51A1;
} */
.progress-tracker {
    justify-content: space-between;
    position: relative;
}

.progress-tracker::before {
    content: '';
    position: absolute;
    border: 2px solid #E3EAEE;
    top: 12px;
    left: 0;
    width: 100%;
}

.progress-marker {
    display: inline-block;
    /* background-color: #E3EAEE!important;
    color: #84888A!important; */
    font-family: 'roboto-medium';
}

.progress-step {
    flex: none;
}

.progress-tracker--center .progress-step:last-child {
    flex-grow: unset;
}

.progress-step.is-active .progress-marker {
    /* background-color: #0A51A1!important; */
    color: white!important;
}


.progress-step::after {
    background-color: #E3EAEE!important;
}


.progress-step:not(:last-child)::after {
    z-index: 1;
}

.progress-step .progress-text {
    display: none;
}



/* .is-active .progress-text{
    display: block;
} */

.white-bg {
    background-color: white;
}

.form-padding {
    padding: 20px 20px;
}

.contact-form .container {
    padding-right: 0;
    padding-left: 0;
}

@media (min-width: 576px) {

    .form-padding {
        padding: 20px 35px;
    }

    .contact-form .container {
        padding-right: 15px;
        padding-left: 15px;
    }
}


.loan-form {
    padding-bottom: 100px;
}


/* -------------------- OFFICE ------------------ */
/* .office {
    position: relative;
} */


.office .office-tag a {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    /* margin-bottom: 0!important; */
    opacity: 0;
}

.office .office-tag {
    margin-bottom: 0!important;
}


/* ------------- LANGUAGE SWITCHER -------------- */

.language-switcher-language-url {
    display: flex;
    /* overflow: hidden; */
}

.language-switcher-language-url li {
    border: none;
    height: 100%;
}

/* .language-switcher-language-url li {
    border: unset;
    height: 50%;
} */

.language-switcher-language-url li a {
    height: 100%;
    padding: 0 20px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;

    font-weight: bold;
    font-size: 14px;
    color: #A0A5A8;
    letter-spacing: 0.52px;
    text-align: center;
    line-height: 24px;
}

.language-switcher-language-url .is-active {
    color: black;
    display: block;
}

.language-switcher-language-url .main-nav__list__item a:hover {
    border-bottom: none;
}


/* .language-switcher-language-url:last-child {
    display: none;
} */

li[hreflang="en"] {
    display: none!important;
  }

@media (min-width: 576px) {
    .hide-for-mobile {
        overflow: hidden;
        display: inline;
    }

    .language-switcher-language-url .main-nav__list__item a:hover {
        border-bottom: 3px solid #0A51A1;
        color: #0A51A1;
    }

    .language-switcher-language-url {
        display: block;
        /* overflow: hidden; */
        height: 50%;
    }

    .language-switcher-language-url .is-active {
        /* display: none; */
    }

    .language-switcher-language-url li {
        border: 1px solid #EBF0F3;
        display: flex;
    }



    /* .language-switcher-language-url .is-active {
        color: black;
        display: block;
    } */

    .language-switcher-language-url li a {
        height: 100%;
        padding: 0 20px;
        text-transform: uppercase;
        display: flex;
        justify-content: center;
        align-items: center;

        /* color: #222222; */
    }
}


.filter {
    margin: 30px 0 0 0;
}

.filter .filter__title {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
}

#edit-field-blog-tags-target-id label {
    color: #0A51A1;
    display: flex;
}

#edit-field-blog-tags-target-id-1--wrapper label {
    color: #8B9C26;
}

#edit-field-blog-tags-target-id-1--wrapper .ovalcheckbox {
    /* display: none; */
}

.form-composite {
    display: flex;
    flex-wrap: wrap;
}

.form-composite .js-form-type-radio {
    width: auto;
}

fieldset[data-drupal-selector="edit-field-blog-tags-target-id"] {
    display: flex;
}

fieldset[data-drupal-selector="edit-field-blog-tags-target-id"] .filter__container {
   margin-bottom: 20px;
}

fieldset[data-drupal-selector="edit-field-blog-tags-target-id-1"] .filter__container {
   margin-bottom: 20px;
}


fieldset[data-drupal-selector="edit-field-blog-tags-target-id"] .ovalcheckbox {
    /* display: none; */
}

fieldset[data-drupal-selector="edit-field-blog-tags-target-id-1"] .ovalcheckbox {
    /* display: none; */
}

fieldset[data-drupal-selector="edit-field-blog-tags-target-id"] .checkbox {
    padding: 0 15px 0 0;
    margin-bottom: 0;
}

fieldset[data-drupal-selector="edit-field-blog-tags-target-id-1"] .checkbox {
    padding: 0 15px 0 0;
    margin-bottom: 0;
}

fieldset[data-drupal-selector="edit-field-blog-tags-target-id"] legend {
    color: #0A51A1;
    font-family: 'roboto-medium';
    min-width: 200px;
    width: auto;
}

fieldset[data-drupal-selector="edit-field-blog-tags-target-id-1"] legend {
    color: #8B9C26;
    font-family: 'roboto-medium';
    min-width: 200px;
    width: auto;
}

fieldset[data-drupal-selector="edit-field-blog-tags-target-id"] label {
    min-width: auto;
}


fieldset[data-drupal-selector="edit-field-blog-tags-target-id-1"] label {
    min-width: auto;
}


fieldset[data-drupal-selector="edit-field-blog-tags-target-id"] .option {
    color: #0A51A1;
    opacity: .5;
    min-width: auto;
    font-weight: 600;
    text-decoration: underline;
}


fieldset[data-drupal-selector="edit-field-blog-tags-target-id-1"] .option {
    color: #8B9C26;
    opacity: .5;
    min-width: auto;
    font-weight: 600;
    text-decoration: underline;
}

.bef-exposed-form input:checked + label {
    opacity: 1;
    font-weight: bold;
}

.bef-exposed-form input:checked + label {
    opacity: 1;
    font-weight: bold;
}

.no-result-found {
    margin: 100px 0;
    text-align: center;
    list-style: none;
}

  @media (min-width: 768px) {

    fieldset[data-drupal-selector="edit-field-blog-tags-target-id"] .filter__container {
        display: flex;
    }


    fieldset[data-drupal-selector="edit-field-blog-tags-target-id-1"] .filter__container {
        display: flex;
    }

    /* .filter {
        margin: 70px 0 0 0;
    }

    .js-form-item-field-blog-tags-target-id-1 {
        flex-direction: row;
    }

    .js-form-item-field-blog-tags-target-id {
        flex-direction: row;

    } */
}

  /*-------------EXPOSED FILTER LINKS --------------*/

.js-form-item-field-blog-tags-target-id-1 {
    display: flex;
    /* flex-direction: column; */
    min-width: 200px;
    margin-bottom: 0;
}

.js-form-item-field-blog-tags-target-id {
    display: flex;
    /* flex-direction: column; */
    margin-bottom: 20px;
    min-width: 200px;
}

.js-form-item-field-blog-tags-target-id-2 {
    display: flex;
    /* flex-direction: column; */
    min-width: 200px;
    margin-bottom: 0;
}

.js-form-item-field-blog-tags-target-id-1 label {
    color: #8B9C26;
    font-size: 15px;
    min-width: 200px;
    font-family: 'roboto-medium';
}

.js-form-item-field-blog-tags-target-id label {
    color: #0A51A1;
    font-size: 15px;
    min-width: 200px;
    font-family: 'roboto-medium';
}

.js-form-item-field-blog-tags-target-id-2 label {
    /*color: #8B9C26;*/
    font-size: 15px;
    min-width: 200px;
    font-family: 'roboto-medium';
}


div[data-drupal-selector="edit-field-blog-tags-target-id"] ul {
    display: flex;
    flex-wrap: wrap;
}

div[data-drupal-selector="edit-field-blog-tags-target-id"] li a {
    font-family: 'roboto-bold';
    font-size: 14px;
    color: #0A51A1;
    padding: 0 15px 0 0;
    text-decoration: underline;
    opacity: .5;
}

div[data-drupal-selector="edit-field-blog-tags-target-id"] .bef-link--selected {
    color: #0A51A1;
    opacity: 1!important;
}

div[data-drupal-selector="edit-field-blog-tags-target-id-1"] ul {
    display: flex;
    flex-wrap: wrap;
}

div[data-drupal-selector="edit-field-blog-tags-target-id-1"] li a {
    font-family: 'roboto-bold';
    font-size: 14px;
    color: #8B9C26;
    padding: 0 15px 0 0;
    text-decoration: underline;
    opacity: .5;
}

div[data-drupal-selector="edit-field-blog-tags-target-id-1"] .bef-link--selected {
    color: #8B9C26;
    opacity: 1!important;
}

@media (min-width: 768px) {
    .filter {
        margin: 70px 0 0 0;
    }

    .js-form-item-field-blog-tags-target-id-2 {
        flex-direction: row;
    }

    .js-form-item-field-blog-tags-target-id-1 {
        flex-direction: row;
    }

    .js-form-item-field-blog-tags-target-id {
        flex-direction: row;

    }
}


/* --------------- PAGINATION --------------- */

.pager {
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
}

.pager__items {
    display: flex;
}

.pager__item a {
    border: 1px solid #d9e1e8;
    padding: 8px 15px;
}

.pager__items .is-active a {
    background: #0A51A1;
    border: 1px solid #0A51A1;
    color: white;
}


/* ---------------------- ERROR MESSAGES --------------------*/

.error-messages {
    padding: 25px 0;
}


.messages--error {
    list-style: disc;
    color: red;
}


.bereken-container {
    margin-top: 80px;
}

.kredieten {
    margin: 50px 0 0 0;
}

strong {
    font-weight: bold;
}

/* ---------------------- TAXONOMY DETAIL PAGE --------------------*/

.feed-icon {
    display: none;;
}

/* ---------------------- TABLES --------------------*/

.responsive-table {
    overflow-x:auto;
}

.sticky {
    position: sticky;
    align-self: flex-start;
    top: 100px;
}

.quote {
    position: sticky;
    top: 150px;
}

/* ---------------------- THANK YOU --------------------*/
.thankyou__text {
    margin: 30px 0 0;
    font-weight: 'roboto';
}

.notification {
    width: 100%;
    position: fixed;
    z-index: 101;
    top: 60px;
    background-color: #67C6DD;
    padding-top: 20px;
    padding-bottom: 20px;
}

.notification__icon {
    display: none;
}


.notification__text {
    max-width: 850px;
    padding-right: 20px;
    font-family: 'roboto';
    font-size: 13px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 18px;
}

.notification__text p {
    font-size: 13px;
    line-height: 18px;
}

.notification__cross {
    cursor: pointer;
    position: absolute;
    z-index: 12;
    top: 20px;
    right: 10px;
    background-image: url("../../assets/images/cross.svg");
    width: 16px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;

    width: 25px;
    height: 25px;
    padding: 11px;
    background-size: 13px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #0951a1;
    border-radius: 8px;
}


@media (min-width: 576px) {

    .notification__cross {
        cursor: pointer;
        position: absolute;
        top: calc(50% - 12px);
        right: 40px;
        background-image: url("../../assets/images/cross.svg");
        width: 24px;
        height: 24px;
        background-size: contain;
        background-repeat: no-repeat;

        background-size: 24px;
        padding: 0;
        background-color: unset;
        border-radius: 0;
    }

    .notification__icon {
        display: inline-block;
        background-image: url("../../assets/images/notification.svg");
        min-width: 37px;
        width: 37px;
        height: 33px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .notification__text {
        padding-left: 20px;
        max-width: 850px;
        font-size: 16px;
        line-height: 23px;
    }

    .notification__text p {
        font-size: 16px;
        line-height: 23px;
    }


}


@media (min-width: 992px) {
    .notification {
        top: 80px;
    }
}

.notification-hidden {
    position: relative;
    top: 0;
    width: 100%;
    z-index: 12;
    background-color: white;
    padding-top: 20px;
    padding-bottom: 20px;

    font-family: 'roboto';
    font-size: 13px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 18px;
}

.fieldsetInvesteringskrediet .checkbox {
    width: 100%;
}

@media (min-width: 576px) {
    .fieldsetInvesteringskrediet .checkbox {
        width: 50%;
    }
}

.p-0{
    padding: 0;
}

.form-actions {
    display: flex;
    flex-direction: column-reverse;
}

.webform-button--previous {
    background-color: #ecf0f3!important;
    border: 1px solid #ecf0f3!important;
    color: #0951a1!important;
}

@media (min-width: 992px) {
    .form-actions {
        display: block;
    }
}


.whatsapp-container {
    position: fixed;
    z-index: 50;
    bottom: 15px;
    right: 15px;
}

.whatsapp {
    position: relative;
    display: flex;
}

.whatsapp__text {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0bd561;
    border-radius: 60px;
    color: white;
    padding: 0 13px;
    margin-right: 10px;
    font-weight: bold;

    box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    display: none;
}

.whatsapp__triangle {
    position: absolute;
    bottom: 5px;
    right: 0;
    width: 12px;
    height: 20px;
    border-width: 10px 6px 10px 6px;
    border-style: solid;
    border-top-color: transparent !important;
    border-color: rgb(3, 213, 97);
}

.whatsapp__icon {
    background-image: url('../../assets/images/whatsapp.svg');
    background-size: contain;
    width: 50px;
    height: 50px;
    background-color: #0bd561;
    border-radius: 100px;

    box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
 }

 .webform-button--draft {
    display: none !important;
}

@media (min-width: 576px) {
    .whatsapp__text {
        display: flex;
    }

    .whatsapp-container {
        position: fixed;
        z-index: 50;
        bottom: 20px;
        right: 30px;
    }
}

.filter-no-result {
    max-width: 600px;
    margin: 100px auto;
    text-align: center;
    padding: 0 30px;
}

.filter-no-result a {
    margin-top: 20px;
}

.blog-detail__tags ul {
    flex-wrap: wrap;
}

/* .intro #block-views-block-taxonomy-tags-block-3 {
    display: none;
}

#block-views-block-blog-investeringskrediet-block-1 {
    display: none;
} */

.contact-zelfstandigen__title {
    color: rgb(255, 102, 0);
    display: inline-block;
    width: 100%;
    font-style: italic;
}

.lexicon-header {
    background: #0A51A1;
}

.lexicon-card {
    margin-bottom: 20px;
}

.lexicon-button {
    padding: 0px;
    min-height: 50px;
    height: auto;
    position: relative;
    color: #1d51a1;
    font-family: 'roboto';
    font-size: 15px;
    width: calc(100% - 15px);
    text-align: left;
    color: white;
    white-space: inherit;
    line-height: 20px;
}

@media (min-width: 576px) {
    padding: 18px 20px;
}

.lexicon-button:after {
    content: '';
    position: absolute;
    top: 28px;
    right: -15px;
    top: 20px;
    background-image: url("../../assets/images/arrow_down_lexicon.svg");
    background-repeat: no-repeat;
    /* background-size: 30px; */
    background-size: contain;
    width: 15px;
    height: 16px;
}

.button__lexicon-overview {
    margin-top: 40px;
    color: white!important;
    text-decoration: none!important;
}

.lexicon-button:hover {
    color: white;
}

.lexicon-read {
    display: inline-block;
    margin-top: 10px;
    text-decoration: underline;
    font-size: 15px;
}

.lexicon-read:hover {
    text-decoration: underline;
}

.bef-exposed-form .ovalcheckbox {
    margin-bottom: 5px;
    margin-right: 5px;
}

[name="field_blog_tags_target_id_1"] .ovalcheckbox:after  {
    background-color: #8B9C24;
}

.menu-cyclocross {
    position: fixed;
    top: 94px;
    right: 9px;
    height: 50px;
    /* padding: 0 50px; */
    background-color:rgb(195 212 231);
    border: none;
    border-radius: 50px;
}

.menu-cyclocross a {
    border: none;
}

.menu-cyclocross a:hover {
    border: none;
    width: auto;
    padding: 0 50px;
    flex: none;
}

.intro__text {
    text-align: center;
}

.menu-cyclocross a {
    padding: 0 50px;
    color: white;
}

:lang(fr) .menu-cyclocross {
    display: none;
}

:lang(fr) .menu-cyclocross-hide {
    display: none;
}

.bef-exposed-form .form-checkboxes {
    display: flex;
    flex-wrap: wrap;
}
.bef-exposed-form .checkbox {
    width: auto;
}
.form-item-field-blog-tags-target-id-1-26 .ovalcheckbox:after{

    background: #8b9c26;
}

fieldset[data-drupal-selector="edit-field-blog-tags-target-id-1"] .ovalcheckbox:after {
    background: #8b9c26;
}

/* .edit-field-blog-tags-target-id-1--dlMt22tw-7k--wrapper .ovalcheckbox:after {
    background: #8b9c26;
} */


.contact-form__option {
    font-size: 12px;
    padding: 10px 13px;
    text-decoration: none!important;
    font-style: italic;
}

.contact-form__options-container {
    margin-top: 10px;
}

@media (min-width: 576px) {

    .contact-form__option {
        padding: 10px 24px;
        font-size: 16px;
    }

}


.contact-form__option:hover {
    opacity: .8;
}

.contact-form__option-active {
    background-color: #1d51a1;
    color: white!important;
    border: 1px solid #BFBFBF;
    /* border-top-right-radius: 50px;
    border-bottom-right-radius: 50px; */
}


.contact-form__option-unactive {
    background-color: white;
    color: black!important;
    border: 1px solid #BFBFBF;
    /* border-top-left-radius: 50px;
    border-bottom-left-radius: 50px; */
}

.form-required:after {
    content: ' *';
    color: red;
}

.klacht-form .error {
    position: relative;
    bottom: 0;
    color: red;
}


.webform-submission-uw-lening-aanvragen-form .filter__container {
    width: 100%;
}

.js-form-item-monthly-repayment-new {
    display: none;
}

@media only screen and (max-width: 1100px) and (min-width: 992px)  {
    .main-nav__list__item a {
        font-size: 14px;

    }

    .main-nav__logo {
        width: 150px;
    }

}

.blog-detail__date {
    display: none;
}

.blog__date {
    display: none;
}

.representatief strong {
    font-size: 18px;
}
section.contact .btn-white{
    color: #0A51A1 !important;
}

/* ---------------------- KredieKompas --------------------*/

.container.krediet_webform{
    padding: 20px 0;
}

/*-------------------- Contactpagina Immokantoor --------------------*/
.contactpagina_immokantoor_form .webform-submission-form {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.contactpagina_immokantoor_form label[for="edit-aan-te-kopen-pand"] {
  top: -12.5px;
  left: 10px;
  padding: 0 10px;
  background-color: white;
  font-size: 17px;
  color: black;
  letter-spacing: 0;
  line-height: 24px;
}

/* First 4 form items - 50% width (2 per row) */
.contactpagina_immokantoor_form .webform-submission-form > .form__item:nth-child(-n+4),
.contactpagina_immokantoor_form .webform-submission-form > .js-form-item:nth-child(-n+4) {
  flex: 1 1 calc(50% - 0.5rem);
  min-width: 250px;
}

/* All other form items - 100% width */
.contactpagina_immokantoor_form .webform-submission-form > .form__item:nth-child(n+5),
.contactpagina_immokantoor_form .webform-submission-form > .js-form-item:nth-child(n+5) {
  flex: 1 1 100%;
}

/* Form actions - 100% width */
.contactpagina_immokantoor_form .form-actions,
.contactpagina_immokantoor_form .js-form-wrapper {
  flex: 1 1 100%;
  text-align: center;
}
.contactpagina_immokantoor_form .form-wrapper {
    flex: 1 1 100%;
    text-align: left;
}

/* Address composite field - full width container */
.contactpagina_immokantoor_form .form-item-aan-te-kopen-pand {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

/* Address sub-fields */
.contactpagina_immokantoor_form .form-item-aan-te-kopen-pand .form__item {
  flex: 1 1 calc(50% - 0.5rem);
  min-width: 200px;
}

/* First address field (Straat + nr) takes full width */
.contactpagina_immokantoor_form .form-item-aan-te-kopen-pand-address {
  flex: 1 1 100% !important;
}

/* Mobile styles */
@media (max-width: 768px) {
    .contactpagina_immokantoor_form{
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .contactpagina_immokantoor_form .form-item{
        margin-top: 5px;
    }
    .contactpagina_immokantoor_form .webform-submission-form{
        gap: 0;
    }
  /* All form items - 1 per row on mobile */
  .contactpagina_immokantoor_form .webform-submission-form > .form__item,
  .contactpagina_immokantoor_form .webform-submission-form > .js-form-item {
    flex: 1 1 100% !important;
  }

  /* All address sub-fields - 1 per row on mobile */
  .contactpagina_immokantoor_form .form-item-aan-te-kopen-pand .form__item {
    flex: 1 1 100% !important;
  }
}
