.pensioen-bij-row .pb-item-wrap #detail-kbl {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.pensioen-bij-row .pb-item-wrap #detail-kbl label {
    border: 1px solid #be321a;
    background: rgba(190, 50, 26, 0.06);
    font-size: 18px;
    color: #be321a;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    cursor: default;
}
.pensioen-bij-row .pb-item-wrap #detail-kbl .detail-informatie {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 5px;
}
.pensioen-bij-row .pb-item-wrap #detail-kbl .detail-informatie:nth-child(odd) {
    background: rgba(190, 50, 26, 0.06);
}
.pensioen-bij-row .pb-item-wrap #detail-kbl .detail-informatie .detail-bedragen {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.pensioen-bij-row .pb-item-wrap #detail-kbl .detail-informatie .detail-bedragen span {
    white-space: nowrap;
}
.pensioen-bij-row .pb-item-wrap #detail-kbl .detail-informatie .detail-bedragen span:first-child {
    width: 125px;
}
.pensioen-bij-row .pb-item-wrap #detail-kbl .detail-informatie .detail-bedragen span:last-child {
    width: 90px;
    text-align: right;
}
.pensioen-bij-row .pb-item-wrap #detail-kbl .detail-informatie .detail-bedragen.totalen span:first-child {
    width: 175px;
}
.pensioen-bij-row .pb-item-wrap #detail-kbl .detail-informatie.verevend-omschrijving {
    margin-top: 10px;
    padding: 15px 5px;
    background: none;
}
.pensioen-bij-row .pb-item-wrap #detail-kbl .detail-informatie.verevend {
    background: none;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    padding: 5px;
}
.pensioen-bij-row .pb-item-wrap #detail-kbl .detail-informatie.verevend p {
    -ms-flex-item-align: start;
    align-self: flex-start;
    max-width: 60%;
}
.pensioen-bij-row .pb-item-wrap #detail-kbl .detail-informatie.verevend .detail-bedragen.verevend {
    max-width: 40%;
    -ms-flex-item-align: end;
    align-self: flex-end;
}
.pensioen-bij-row .pb-item-wrap .tarief-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 0 15px;
}
.pensioen-bij-row .pb-item-wrap .tarief-text span {
    margin-top: 15px;
}
.pensioen-bij-row .pb-item-wrap .tarief-text .tarief-item {
    margin-bottom: 15px;
}
.pensioen-bij-row .pb-item-wrap .tarief-text .tiles.ul {
    width: 100%;
}
.pensioen-bij-row .pb-item-wrap .tarief-text .tiles.ul .tiles-description.ul {
    display: -ms-flexbox;
    display: flex;
    border: none;
    border-radius: 15px;
    background: rgba(190, 50, 26, 0.06);
    -ms-flex-direction: column;
    flex-direction: column;
}
.pensioen-bij-row .pb-item-wrap .tarief-text .tiles.ul .tiles-description.ul .titel-tekst {
    margin-top: 15px;
}
.pensioen-bij-row .pb-item-wrap .tarief-text .tiles.ul .tiles-description.ul .titel-tekst:first-of-type {
    margin-top: 0;
}
.pensioen-bij-row .pb-item-wrap .tarief-text .tiles.ul .tiles-description.ul h4 {    margin-top: 15px;
}
.pensioen-bij-row .pb-item-wrap .tarief-text .tiles.ul .tiles-description.ul h4:first-of-type {
    margin-top: 0;
}
h2.new-header, h3.new-header, h4.new-header, h5.new-header, h6.new-header {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
}
h1.new-header, h2.new-header, h5.new-header, h3.new-header, h6.new-header,
.h1.new-header, .h2.new-header, .h3.new-header, .h5.new-header, .h6.new-header {
    line-height: 1.2;
    color: #be321a;
}
h1.new-header,
.h1.new-header {
    margin-bottom: 15px;
}
.interne-link {
    font-weight: 100;
    color: #125ba2;
}
.interne-link::after {
    content: "chevron_right";
    font-family: "Material Icons";
    font-size: 23px;
    font-weight: 100;
    vertical-align: top;
    margin-left: -4px;
}
.interne-link:hover, .interne-link:visited {
    color: #125ba2;
}
.accordion {
    list-style-type: none;
    width: 100%;
    border-bottom: 1px solid #E5EDFD;
    margin-bottom: 17px;
}
.accordion input[type=checkbox] {
    position: absolute;
    z-index: -11;
    opacity: 0;
    cursor: default;
}
.accordion input[type=checkbox] ~ div.accordion-content {
    margin-top: 0;
    max-height: 0;
    opacity: 0;
    transform: translate(0, 50%);
}
.accordion input[type=checkbox] ~ label {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.accordion input[type=checkbox] ~ label svg {
    width: 25px;
    height: 25px;
    transform: rotate(0deg);
    transition: 0.25s ease-in;
    fill: #125ba2;
}
.accordion input[type=checkbox] ~ label {
    margin-bottom: 8px;
    transition: 0.25s ease-in;
}
.accordion input[type=checkbox]:checked ~ div.accordion-content {
    line-height: 21px;
    position: relative;
    overflow: hidden;
    max-height: -moz-fit-content;
    max-height: fit-content;
    opacity: 1;
    transform: translate(0, 0);
    margin-top: 37px;
    transition: transform 500ms ease, margin 500ms ease, opacity 800ms ease;
}
.accordion input[type=checkbox]:checked ~ label svg {
    transform: rotate(180deg);
    transition: 0.25s ease-in;
}
.accordion ul {
    padding: 0 20px 0 20px;
}
.accordion ul li {
    list-style-position: outside;
    margin: 10px 0 10px 10px;
}
.accordion-container {
    margin-bottom: 20px;
}
a.accordion-toggle:hover {
    color: inherit;
}
.accordion-content .richtext {
    margin-bottom: 17px;
}
.table-wrapper {
    overflow: scroll;
    filter: drop-shadow(0px 5px 15px rgba(0, 0, 0, 0.1));
    margin-bottom: 25px;
}
.table-wrapper::-webkit-scrollbar {
    display: none;
}
.table-wrapper table.info-table {
    width: 100%;
    max-width: 750px;
    border-radius: 8px;
    border-collapse: collapse;
    overflow: hidden;
}
.table-wrapper table.info-table tbody tr td {
    padding: 20px;
}
.table-wrapper table.info-table tbody tr:nth-child(even) {
    background-color: #E5EDFD;
}
.table-wrapper table.info-table tbody tr:nth-child(odd) {
    background-color: #FFFFFF;
}
#detail-kbl, #tarief-kbl {
    display: none;
}
#api .buttons a {
    height: 50px;
    width: 10pc;
    font-size: 1pc;
    font-weight: 700;
    border-radius: 25px;
}
#api .buttons #continue, .surfly-continue {
    background-color: #be321a;
    color: #fff;
    text-align: center;
    margin: 0;
    margin-bottom: 10px;
}
#api .buttons a#continue, a.surfly-continue {
    padding-top: 15px;
}
#api .buttons #cancel, .surfly-cancel {
    border: 2px solid #125ba2;
    background-color: transparent;
    color: #125ba2;
    text-align: center;
    padding-top: 12px;
}
.extra-label-text {
    font-size: 13px;
}
section.static {
    background-image: none;
}
section.static .content .voorkeuren {
    margin-top: 20px;
}
section.static .content .gegevens li {
    justify-content: flex-start;
}
section.static .content .list-contact li:first-child {
    margin: 0 15px 0 0;
}
section.static .content .tile-wrapper .tiles.secondary-login {
    margin-left: 0px;
}
.btn-outline-primary {
    color: rgba(190, 50, 26, 0.4);
    background-color: transparent;
    background-image: none;
    border: 2px solid rgba(190, 50, 26, 0.4);
    border-radius: 30px;
}
.btn-outline-primary:hover {
    background-color: #f3d1cb;
    color: rgba(190, 50, 26, 0.4);
}
#berichtOverlay-Bevestig-Vue.show #berichtBox,
#berichtOverlay-Bevestig-Vue.show #berichtBox-Bevestig,
#berichtOverlay-Bevestig-Vue.show #berichtBox-Bevestig-Vue,
#berichtOverlay-Bevestig-Vue.show #berichtBox-LeesMeer,
#berichtOverlay-Bevestig.show #berichtBox,
#berichtOverlay-Bevestig.show #berichtBox-Bevestig,
#berichtOverlay-Bevestig.show #berichtBox-Bevestig-Vue,
#berichtOverlay-Bevestig.show #berichtBox-LeesMeer,
#berichtOverlay-LeesMeer.show #berichtBox,
#berichtOverlay-LeesMeer.show #berichtBox-Bevestig,
#berichtOverlay-LeesMeer.show #berichtBox-Bevestig-Vue,
#berichtOverlay-LeesMeer.show #berichtBox-LeesMeer,
#berichtOverlay.show #berichtBox,
#berichtOverlay.show #berichtBox-Bevestig,
#berichtOverlay.show #berichtBox-Bevestig-Vue,
#berichtOverlay.show #berichtBox-LeesMeer {
    margin: 0 auto;
}
#berichtOverlay-Bevestig-Vue.show #berichtBox #externalPage,
#berichtOverlay-Bevestig-Vue.show #berichtBox #externalPage-Bevestig,
#berichtOverlay-Bevestig-Vue.show #berichtBox #externalPage-Bevestig-Vue,
#berichtOverlay-Bevestig-Vue.show #berichtBox #externalPage-LeesMeer,
#berichtOverlay-Bevestig-Vue.show #berichtBox-Bevestig #externalPage,
#berichtOverlay-Bevestig-Vue.show #berichtBox-Bevestig #externalPage-Bevestig,
#berichtOverlay-Bevestig-Vue.show #berichtBox-Bevestig #externalPage-Bevestig-Vue,
#berichtOverlay-Bevestig-Vue.show #berichtBox-Bevestig #externalPage-LeesMeer,
#berichtOverlay-Bevestig-Vue.show #berichtBox-Bevestig-Vue #externalPage,
#berichtOverlay-Bevestig-Vue.show #berichtBox-Bevestig-Vue #externalPage-Bevestig,
#berichtOverlay-Bevestig-Vue.show #berichtBox-Bevestig-Vue #externalPage-Bevestig-Vue,
#berichtOverlay-Bevestig-Vue.show #berichtBox-Bevestig-Vue #externalPage-LeesMeer,
#berichtOverlay-Bevestig-Vue.show #berichtBox-LeesMeer #externalPage,
#berichtOverlay-Bevestig-Vue.show #berichtBox-LeesMeer #externalPage-Bevestig,
#berichtOverlay-Bevestig-Vue.show #berichtBox-LeesMeer #externalPage-Bevestig-Vue,
#berichtOverlay-Bevestig-Vue.show #berichtBox-LeesMeer #externalPage-LeesMeer,
#berichtOverlay-Bevestig.show #berichtBox #externalPage,
#berichtOverlay-Bevestig.show #berichtBox #externalPage-Bevestig,
#berichtOverlay-Bevestig.show #berichtBox #externalPage-Bevestig-Vue,
#berichtOverlay-Bevestig.show #berichtBox #externalPage-LeesMeer,
#berichtOverlay-Bevestig.show #berichtBox-Bevestig #externalPage,
#berichtOverlay-Bevestig.show #berichtBox-Bevestig #externalPage-Bevestig,
#berichtOverlay-Bevestig.show #berichtBox-Bevestig #externalPage-Bevestig-Vue,
#berichtOverlay-Bevestig.show #berichtBox-Bevestig #externalPage-LeesMeer,
#berichtOverlay-Bevestig.show #berichtBox-Bevestig-Vue #externalPage,
#berichtOverlay-Bevestig.show #berichtBox-Bevestig-Vue #externalPage-Bevestig,
#berichtOverlay-Bevestig.show #berichtBox-Bevestig-Vue #externalPage-Bevestig-Vue,
#berichtOverlay-Bevestig.show #berichtBox-Bevestig-Vue #externalPage-LeesMeer,
#berichtOverlay-Bevestig.show #berichtBox-LeesMeer #externalPage,
#berichtOverlay-Bevestig.show #berichtBox-LeesMeer #externalPage-Bevestig,
#berichtOverlay-Bevestig.show #berichtBox-LeesMeer #externalPage-Bevestig-Vue,
#berichtOverlay-Bevestig.show #berichtBox-LeesMeer #externalPage-LeesMeer,
#berichtOverlay-LeesMeer.show #berichtBox #externalPage,
#berichtOverlay-LeesMeer.show #berichtBox #externalPage-Bevestig,
#berichtOverlay-LeesMeer.show #berichtBox #externalPage-Bevestig-Vue,
#berichtOverlay-LeesMeer.show #berichtBox #externalPage-LeesMeer,
#berichtOverlay-LeesMeer.show #berichtBox-Bevestig #externalPage,
#berichtOverlay-LeesMeer.show #berichtBox-Bevestig #externalPage-Bevestig,
#berichtOverlay-LeesMeer.show #berichtBox-Bevestig #externalPage-Bevestig-Vue,
#berichtOverlay-LeesMeer.show #berichtBox-Bevestig #externalPage-LeesMeer,
#berichtOverlay-LeesMeer.show #berichtBox-Bevestig-Vue #externalPage,
#berichtOverlay-LeesMeer.show #berichtBox-Bevestig-Vue #externalPage-Bevestig,
#berichtOverlay-LeesMeer.show #berichtBox-Bevestig-Vue #externalPage-Bevestig-Vue,
#berichtOverlay-LeesMeer.show #berichtBox-Bevestig-Vue #externalPage-LeesMeer,
#berichtOverlay-LeesMeer.show #berichtBox-LeesMeer #externalPage,
#berichtOverlay-LeesMeer.show #berichtBox-LeesMeer #externalPage-Bevestig,
#berichtOverlay-LeesMeer.show #berichtBox-LeesMeer #externalPage-Bevestig-Vue,
#berichtOverlay-LeesMeer.show #berichtBox-LeesMeer #externalPage-LeesMeer,
#berichtOverlay.show #berichtBox #externalPage,
#berichtOverlay.show #berichtBox #externalPage-Bevestig,
#berichtOverlay.show #berichtBox #externalPage-Bevestig-Vue,
#berichtOverlay.show #berichtBox #externalPage-LeesMeer,
#berichtOverlay.show #berichtBox-Bevestig #externalPage,
#berichtOverlay.show #berichtBox-Bevestig #externalPage-Bevestig,
#berichtOverlay.show #berichtBox-Bevestig #externalPage-Bevestig-Vue,
#berichtOverlay.show #berichtBox-Bevestig #externalPage-LeesMeer,
#berichtOverlay.show #berichtBox-Bevestig-Vue #externalPage,
#berichtOverlay.show #berichtBox-Bevestig-Vue #externalPage-Bevestig,
#berichtOverlay.show #berichtBox-Bevestig-Vue #externalPage-Bevestig-Vue,
#berichtOverlay.show #berichtBox-Bevestig-Vue #externalPage-LeesMeer,
#berichtOverlay.show #berichtBox-LeesMeer #externalPage,
#berichtOverlay.show #berichtBox-LeesMeer #externalPage-Bevestig,
#berichtOverlay.show #berichtBox-LeesMeer #externalPage-Bevestig-Vue,
#berichtOverlay.show #berichtBox-LeesMeer #externalPage-LeesMeer {
    padding: 15px;
}
section.static .content .risicoprofiel-slider .profielPrognose {
    width: 300px;
}
#tickmark {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    /*padding: 0 0 20px;*/
}
#tickmark:after {
    content: "";
    display: block;
    left: 7px;
    top: 1px;
    width: 8px;
    height: 14px;
    border: solid #be321a;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    margin: 0 15px 0 4px;
}
.list-contact-custom{
    color: #125BA2;
}
p.titel-tekst-bigger {
    color: #333;
    font-family: Open Sans;
    font-size: 20px;
    font-weight: 700;
    font-family: Arial;
}
@media (min-width: 959px) {
    .accordion-content .pb-item-wrap #detail-kbl label {
        -ms-flex-item-align: end;
        align-self: flex-end;
        width: 49%;
    }

    .accordion-content .pb-item-wrap #detail-kbl .detail-informatie {
        margin-top: 0;
        padding: 15px 0;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .accordion-content .pb-item-wrap #detail-kbl .detail-informatie.verevend {
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 5px 0;
    }

    .accordion-content .pb-item-wrap #detail-kbl .detail-informatie.verevend-omschrijving {
        padding: 15px 0;
    }

    .accordion-content .pb-item-wrap #detail-kbl .detail-informatie .detail-bedragen {
        width: 49%;
        -ms-flex-item-align: end;
        align-self: flex-end;
        padding: 0 15px;
    }

    .accordion-content .pb-item-wrap #detail-kbl .detail-informatie .detail-bedragen.verevend {
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .accordion-content .pb-item-wrap #detail-kbl .detail-informatie h4 {
        width: 49%;
        margin-left: 15px;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
}
@media (min-width: 1279px) {
    .accordion-content .pensioen-bij-row .pb-item-wrap #detail-kbl label {
        width: 40%;
    }
    .accordion-content .pensioen-bij-row .pb-item-wrap #detail-kbl .detail-informatie .detail-bedragen {
        width: 39%;
    }
}
@media (min-width: 650px){
    #berichtOverlay-Bevestig-Vue.show #berichtBox,
    #berichtOverlay-Bevestig-Vue.show #berichtBox-Bevestig,
    #berichtOverlay-Bevestig-Vue.show #berichtBox-Bevestig-Vue,
    #berichtOverlay-Bevestig-Vue.show #berichtBox-LeesMeer,
    #berichtOverlay-Bevestig.show #berichtBox,
    #berichtOverlay-Bevestig.show #berichtBox-Bevestig,
    #berichtOverlay-Bevestig.show #berichtBox-Bevestig-Vue,
    #berichtOverlay-Bevestig.show #berichtBox-LeesMeer,
    #berichtOverlay-LeesMeer.show #berichtBox,
    #berichtOverlay-LeesMeer.show #berichtBox-Bevestig,
    #berichtOverlay-LeesMeer.show #berichtBox-Bevestig-Vue,
    #berichtOverlay-LeesMeer.show #berichtBox-LeesMeer,
    #berichtOverlay.show #berichtBox,
    #berichtOverlay.show #berichtBox-Bevestig,
    #berichtOverlay.show #berichtBox-Bevestig-Vue,
    #berichtOverlay.show #berichtBox-LeesMeer{
        min-width: 650px
    }
}
@media only screen and (max-width: 385px) {
    #api .buttons a:nth-child(1) {
        margin-bottom: 15px;
    }
}
@media only screen and (min-width: 385px) {
    #api .buttons a {
        margin: 0;
    }
}
@media (min-width: 959px) {
    section.static .content .tile-wrapper .tiles.secondary-login li.landing {
        max-height: 2000px;
    }
}
