/*!
 * master.css
 */
@font-face{	
    font-family: TiemposText;
    src: url("/javax.faces.resource/fonts/tiempostext-regular.otf.xhtml");
    src: url("/javax.faces.resource/fonts/tiempostext-regular.eot.xhtml") format("embedded-opentype"),
    	 url("/javax.faces.resource/fonts/tiempostext-regular.otf.xhtml") format("opentype"),
         url("/javax.faces.resource/fonts/tiempostext-regular.woff.xhtml") format("woff"),
    	 url("/javax.faces.resource/fonts/tiempostext-regular.ttf.xhtml") format("truetype"),
    	 url("/javax.faces.resource/fonts/tiempostext-regular.svg.xhtml#TiemposText-Regular") format("svg");
    font-weight:normal;
    font-style:normal;
    font-display: swap
}

@font-face{
    font-family: TiemposText;
    src: url("/javax.faces.resource/fonts/tiempostext-bold.otf.xhtml");
    src: url("/javax.faces.resource/fonts/tiempostext-bold.eot.xhtml") format("embedded-opentype"),
    	 url("/javax.faces.resource/fonts/tiempostext-bold.otf.xhtml") format("opentype"),
         url("/javax.faces.resource/fonts/tiempostext-bold.woff.xhtml") format("woff")
    	 url("/javax.faces.resource/fonts/tiempostext-bold.ttf.xhtml") format("truetype"),
    	 url("/javax.faces.resource/fonts/tiempostext-bold.svg.xhtml#TiemposText-Bold") format("svg");
    font-weight:bold;
    font-style:normal;
    font-display: swap
}
::-moz-selection {
    background: #fce400;
    color: #333
}

::selection {
    background: #fce400;
    color: #333
}

html,
body {
    height: 100%;
    margin: 0;
    padding: 0
}

body {
    color: #333;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    font-family: "TiemposText", "Times New Roman", Times, serif;
    line-height: 1.46;
    background-color: #eee;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.main-wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin-bottom: -215px;
    overflow: hidden
}

.main-wrapper.kiosk {
	min-height: 0;
	height: auto !important;
    margin-bottom: 25px
}

.push {
    height: 215px
}

@media (min-width: 992px) {
    .pull-up {
        margin-top: -250px
    }
    .no-title+.pull-up {
        margin-top: -390px
    }
    
           .modal-dialog {
          width: 700px; /* New width for default modal */
        }
        .modal-sm {
          width: 350px; /* New width for small modal */
        }
}

.pos-r {
    position: relative
}

.pos-a {
    position: absolute
}

@media (max-width: 991px) {
    .hide {
        display: block !important
    }
    
     .modal-lg {
          width: 950px; /* New width for large modal */
        }
}

select::-ms-expand {
    display: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "acumin-pro", Arial, Helvetica, sans-serif;
    margin-top: 0;
    line-height: 1.2;
    font-weight: 900;
    margin-bottom: 30px;
    clear: both;
    color: #333;
    -webkit-font-smoothing: antialiased
}

h1 {
    font-size: 48px
}

h2 {
    font-size: 36px
}

h3,
h4 {
    font-weight: 600
}

h3 {
    font-size: 21px
}

h4 {
    font-size: 16px;
    margin-bottom: 12px
}

p {
    margin: 0 0 20px
}

p.lead {
    font-size: 18px;
    font-weight: 900;
    color: #333
}

a {
    color: #333;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease
}

a.blue {
    color: #4a90e2;
    text-decoration: underline
}

a.blue.arrowke {
    padding-right: 20px;
    padding-left: 0;
    background:url("/javax.faces.resource/img/icon-link-arrow.png.xhtml") no-repeat right center transparent
}

a:hover,
a:focus {
    color: #333;
    text-decoration: none
}

@media (max-width: 767px) {
    h1 {
        font-size: 36px
    }
    h2 {
        font-size: 28px
    }
}

.arrowke {
    padding-left: 32px;
    background:url("/javax.faces.resource/img/keyboard-forward.png.xhtml") no-repeat left 9px transparent
}

.arrowke.white {
    color: #FFF;
    background:url("/javax.faces.resource/img/keyboard-forward-white.png.xhtml") no-repeat left center transparent
}

.arrow-back {
    padding-left: 32px;
    background:url("/javax.faces.resource/img/keyboard-backward.png.xhtml") no-repeat left center transparent
}

small {
    font-size: 13px
}

button:focus {
    outline: 0
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

img {
    display: block
}

img.image-center {
    margin: 0 auto 50px
}

.btn {
    color: #FFF;
    padding: 15px 18px;
    color: #FFF;
    font-family: "acumin-pro", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    border: 0;
    font-weight: 600;
    border-radius: 5px;
    margin-bottom: 15px
}

.btn-sm {
	padding: 5px 10px;
}

.btn.arrowke,
.btn.arrow-back {
    padding-left: 48px;
    background-position: 15px center
}

.loan .btn.arrowke.next,
.loan .btn.arrow-back {
    padding-left: 40px;
    width: 140px;
}

.btn.btn-primary {
    background-color: #31bb5e;
    border: 2px solid #31bb5e
}

.btn.btn-primary:hover {
    background-color: #26934a;
    border-color: #26934a
}

.btn.btn-primary.outline {
    background-color: #FFF;
    color: #333;
    border: 2px solid #31bb5e
}

.btn.btn-primary.outline:hover {
    background-color: #26934a;
    border-color: #26934a;
    color: #FFF
}

.btn.btn-secondary {
    background-color: #fce400;
    color: #333;
    border: 2px solid #fce400
}

.btn.btn-secondary:hover {
    background-color: #c9b600;
    border-color: #c9b600
}

.btn.btn-secondary.outline {
    background-color: transparent;
    color: #FFF
}

.btn.btn-secondary.outline:hover {
    background-color: #fce400;
    border-color: #fce400;
    color: #333
}

.btn.btn-secondary.outline.arrowke {
    background-image:url("/javax.faces.resource/img/keyboard-forward-yellow.png.xhtml")
}

.btn.btn-default {
    border: solid 2px #333333;
    background-color: #FFF;
    color: #333;
}

.btn.btn-default:hover 
{    
    background-color: #e6e6e6;
}

.table>thead>tr>th {
    font-family: "acumin-pro", Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #575757;
    border-color: #333;
    line-height: 20px;
    padding: 10px;
    min-width: 160px
}

.table>tbody>tr>td {
    font-size: 16px;
    line-height: 20px;
    padding: 10px
}

@media (min-width: 768px) {
    .table>thead>tr>th {
        padding: 10px 25px;
        min-width: auto
    }
    .table>tbody>tr>td {
        padding: 20px 20px
    }
    .matrix-desktop>table>thead>tr>th {
    	padding: 10px 0px  10px 25px;
    	min-width: 160px;
    }
    .matrix-desktop>table>tbody>tr>td {
    	padding: 20px 0px 20px 25px;
    }
}

@media (min-width: 1200px) {
	.matrix-desktop>table>thead>tr>th {
    	min-width: 189px;
    }
}

@media (max-width: 991px) {
	.matrix-desktop>table>thead>tr>th {
		padding: 10px 0px 10px 5px;
		min-width: 120px;
		width: 120px;
	}
	.matrix-desktop>table>tbody>tr>td {
    	padding: 20px 0px 20px 5px;
    }
}


.buttons {
    margin: 20px 0 60px
}

.buttons-end {
	margin: 20px 0 10px
}

.buttons .btn {
    margin: 0 15px 25px
}

@media (min-width: 768px) {
    .buttons .btn {
        margin: 0 15px
    }
    
    .buttons-end .btn {
    	margin: 0 15px
    }
}

.bg-yellow {    
    background-image:url("/javax.faces.resource/img/background.png.xhtml");
    background-image:url("/javax.faces.resource/img/background.svg.xhtml");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-color: #fce400;
    color: #333;
    display: block
}

.warning {
    display: block;
    font-size: 14px;
    line-height: 1;
    padding: 5px 10px;
    font-family: "TiemposText", "Times New Roman", Times, serif;
    text-align: center;
    font-weight: 800;
    clear: both;
    margin: 0 auto;
    border: 1px solid rgba(51, 51, 51, 0.25);
    padding: 15px 20px
}

.warning.white {
	display: inline-block;
    color: #fff !important;    
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-color: #FFF;
    background-color: rgba(51, 51, 51, 0.5);
    margin-bottom: 20px !important;
	font-weight: normal;
	padding: 5px 5px 3px;
    margin-top: 7px;
}

@media (min-width: 992px) {
    .warning {
        display: inline-block;
        border: 1px solid rgba(51, 51, 51, 0.25);
        font-size: 20px
    }
}

.bg-yellow .warning {
    color: #333
}

@media (max-width: 991px) {
    .warning {
        float: none !important
    }
    
    .warning.margin-top {
        margin-top: 20px;
    }
}

.asterix {
    display: block;
    margin-top: 40px;
    color: #333;
    font-size: 10px;    
}

.serif {
    font-family: "TiemposText", "Times New Roman", Times, serif
}

.sans-serif {
    font-family: "acumin-pro", Arial, Helvetica, sans-serif
}

.lg {
    color: #eee
}

.dg {
    color: #777
}

.dg2 {
    color: #575757
}

.yl {
    color: #fce400
}

.gr {
    color: #31bb5e
}

.bk {
    color: #333
}

.form-control {
    border: 1px solid #777;
    line-height: 18px;
    padding: 7px 15px  7px 15px;
}

.form-control.error {
    background-color: #fae5e8;
    border-color: #d0021b
}

select.form-control {
	height: 34px;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 25px;
    background:url("/javax.faces.resource/img/form-input-icon.png.xhtml") no-repeat center right
}

.no-resize {
	resize: none;
}

span.error, label.error {
    display: block;
    clear: both;
    font-size: 11px;
    color: #d0021b;
    font-family: "TiemposText", "Times New Roman", Times, serif;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 0
}

.icon-accept {
    width: 24px;
    height: 24px;
    background:url("/javax.faces.resource/img/icon-accept.png.xhtml") no-repeat center;
    display: block;
    margin: 4px auto 0
}


@media (max-width: 991px) {    
    .carousel-control.left {        
        background:url("/javax.faces.resource/img/icon-mobile-previous.png.xhtml") no-repeat center;
    }
    .carousel-control.right {        
        background:url("/javax.faces.resource/img/icon-mobile-next.png.xhtml") no-repeat center;
    }
    .matrix-mobile {
        position: relative;
        overflow: hidden;
        overflow-x: auto;
        display: block;
        width: 100%
    }
}
.block-fotogalerij {        
    min-height: 500px;
}
.block-fotogalerij .carousel-control.left {        
        background:none !important;
        display: flex;
    }
.block-fotogalerij .carousel-control.right {        
        background:none !important;
        display: flex;
    }
    
.block-fotogalerij .carousel-control {
	opacity: 1 !important;
}

.block-fotogalerij .carousel-inner>.item{
	width:100%;
	height:100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.social {
    width: 126px;
    margin: -25px auto 0px;
    clear: both;
    overflow: hidden
}

.social a {
    background-size: 100%;
    background-repeat: no-repeat;
    text-indent: -999em;
    cursor: pointer;
    width: 32px;
    height: 32px;
    margin: 0 5px;
    display: block;
    float: left
}

.social a.fb {
    background-image:url("/javax.faces.resource/img/icon-facebook.png.xhtml")
}

.social a.tw {
    background-image:url("/javax.faces.resource/img/icon-twitter.png.xhtml")
}

.social a.li {
    background-image:url("/javax.faces.resource/img/icon-linkedin.png.xhtml")
}

.social a.gp {
    background-image:url("/javax.faces.resource/img/icon-google.png.xhtml")
}

*:focus {
    outline: none
}

::-webkit-input-placeholder {
    color: #575757
}

:-moz-placeholder {
    color: #575757;
    opacity: 1
}

::-moz-placeholder {
    color: #575757;
    opacity: 1
}

:-ms-input-placeholder {
    color: #575757
}

.full-width {
    max-width: 100%;
    height: auto;
    margin-bottom: 50px
}

blockquote {
    font-size: 36px;
    line-height: 1.1;
    color: #333;
    padding: 0 20px;
    margin-bottom: 0;
    max-width: 380px
}

.site-header {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    background-color: #FFF
}

.simple .site-branding {
    float: none
}

.header-wrapper {
    position: relative
}

.site-title {
    margin: 0
}

.site-title a {
    width: 125px;
    height: 34px;
    display: block;
    background-image:url("/javax.faces.resource/img/logo.png.xhtml");
    background-image:url("/javax.faces.resource/img/logo.svg.xhtml");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    text-indent: -999em;
    cursor: pointer;
    margin: 8px auto
}

.site-title.title-nl a {
    background-image:url("/javax.faces.resource/img/logo-nl.png.xhtml");
    background-image:url("/javax.faces.resource/img/logo-nl.svg.xhtml");
}

.site-title.title-fr a {
    background-image:url("/javax.faces.resource/img/logo-fr.png.xhtml");
    background-image:url("/javax.faces.resource/img/logo-fr.svg.xhtml");
}

.site-title.title-connect a {
	background-size: contain;
}

@media(min-width: 768px) {
	.site-title.title-connect a {
		width: 165px !important;
		height: 70px !important;
		margin: 15px !important;
	}
}

@media (min-width: 992px) {
    .site-header {
        height: auto
    }
    .site-branding {
        float: left
    }
    .site-header .site-title a {
        width: 194px;
        height: 57px;
        margin: 7px 15px 6px 15px
    }
    .site-header.simple .site-title a {
        margin: 43px auto 25px auto;
    }
}

@media (min-width: 1200px) {
    .site-header .site-title a {
        margin: 22px 15px 21px 15px
    }
    .site-header.simple .site-title a {
        margin: 35px auto 8px auto
    }
}

ul {
    list-style: none;
    padding: 0;
    margin: 0
}

ul li {
    position: relative;
    display: block;
    float: left
}

ul li a {
    color: #777;
    display: block;
    line-height: 1
}

.sub-navigation-kiosk {
	display: block;
	margin-top: 5px;
}

.sub-navigation {
    display: none
}

@media (min-width: 992px) {
    .sub-navigation {
        display: block;
        margin-top: 5px
    }
    .sub-navigation li {
        position: relative
    }
    .sub-navigation li a {
        padding: 10px 26px;
        font-size: 13px;
        line-height: 15px;
        color: #777
    }
    .sub-navigation li.eb-online a {
        color: #31bb5e
    }
    
    /*.sub-navigation li.eb-online a:before {
        position: absolute;
        left: 4px;
        top: 6px;
        content: '';
        display: block;
        width: 13px;
        height: 16px;
        background:url("/javax.faces.resource/img/icon-nav-ebonline.png.xhtml") no-repeat left center transparent
    }
    .sub-navigation li.offices:before {
        position: absolute;
        left: 4px;
        top: 6px;
        content: '';
        display: block;
        width: 12px;
        height: 16px;
        background:url("/javax.faces.resource/img/icon-nav-kantoren.png.xhtml") no-repeat left center transparent
    }*/
}

.main-navigation {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: white
}

.main-navigation ul {
    display: none
}

@media (min-width: 992px) {
    .main-navigation {
        display: block;
        width: auto;
        position: relative;
        clear: both
    }
    .main-navigation ul {
        display: block
    }
    .main-navigation li a {
        font-size: 16px;
        line-height: 20px;
        font-weight: 600;
        padding: 15px 0 10px;
        margin: 0 25px;
        border-bottom: 5px solid #FFF;
        font-family: "acumin-pro", Arial, Helvetica, sans-serif;
        font-weight: 600
    }
    .main-navigation li.active a {
        border-color: #fce400;
        color: #333
    }
}

@media (min-width: 1200px) {
    .main-navigation {
        margin-top: 10px;
        clear: right
    }
}

.menu-toggle {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background:url("/javax.faces.resource/img/menu.png.xhtml") no-repeat center transparent;
    overflow: hidden;
    text-indent: -999em;
    border: 0;
    outline: 0
}

.search-toggle, .search-button {
    width: 50px;
    height: 50px;
    background:url("/javax.faces.resource/img/icon-zoeken-sluit.png.xhtml") no-repeat center transparent;
    background-size: 18px 18px !important;
    overflow: hidden;
    text-indent: -999em;
    border: 0;
    outline: 0
}

.closed .search-toggle, .search-button {
    background:url("/javax.faces.resource/img/icon-zoeken-mobile.png.xhtml") no-repeat center transparent
}

.search-form {
    display: block;
    height: 50px
}

.search-form .search-container {
    font-family: "acumin-pro", Arial, Helvetica, sans-serif;
    display: none;
    float: left;
    overflow: hidden;
    background-color: #fff
}

.search-form .search-field {
    font-family: "acumin-pro", Arial, Helvetica, sans-serif;
    border: 0;
    color: #777;
    line-height: 50px;
    height: 50px;
    width: 165px
}

@media (max-width: 991px) {
	.search-form {
    	position: absolute;
    	right: 0;
    	top: 0;
	}
}

@media (min-width: 992px) {
    .search-toggle, .search-button {
        width: 24px;
        height: 24px;
        background-position: center right;
        background-size: 23px 24px !important
    }
    .closed .search-toggle, .search-button {
        background:url("/javax.faces.resource/img/icon-zoeken.png.xhtml") no-repeat center transparent
    }
    .search-form {
        padding-left: 20px;
        border-left: 1px solid #eee;
        height: 24px;
        margin-top: 13px;
        margin-right: 26px;
        margin-bottom: 13px
    }
    .search-form .search-field {
        line-height: 24px;
        height: 24px
    }
    .search-form .search-button {
        margin-right: 20px
    }
}

.menu-mobile {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    bottom: 0;
    left: 0;
    width: 250px;
    background-color: #fce400;
    border-right: 1px solid #c8b712;
    overflow: hidden;
    color: #333;
    font-family: "acumin-pro", Arial, Helvetica, sans-serif;
    line-height: 50px
}

.menu-mobile .col-xs-12,
.menu-mobile .col-xs-6,
.menu-mobile .button {
    border-top: 1px solid #c8b712
}

.menu-mobile a.col-xs-12,
.menu-mobile a.col-xs-6 {
    padding: 0 25px
}

.menu-mobile .button {
    display: block;
    width: 60px;
    height: 50px;
    border: 0
}

.menu-mobile .button.close {
    float: left;
    background:url("/javax.faces.resource/img/icon-mobile-sluit.png.xhtml") no-repeat center transparent;
    opacity: 1 !important
}

.menu-mobile .button.other-language {
    text-align: center;
    font-family: "TiemposText", "Times New Roman", Times, serif;
    font-size: 13px;
    border-left: 1px solid #c8b712
}

.menu-mobile .offices {
    padding-right: 0 !important;
    font-family: "TiemposText", "Times New Roman", Times, serif;
    font-size: 13px;
    list-style: none;
}

.menu-mobile .offices:last-child {
    border-bottom: 1px solid #c8b712;
}

/*
.menu-mobile .eb-online:before {
    position: relative;
    content: '';
    display: inline-block;
    margin-right: 5px;
    width: 13px;
    height: 13px;
    background:url("/javax.faces.resource/img/icon-mobile-ebonline.png.xhtml") no-repeat center transparent
}

.menu-mobile .offices:before {
    position: relative;
    content: '';
    display: inline-block;
    margin-right: 5px;
    width: 13px;
    height: 13px;
    background:url("/javax.faces.resource/img/icon-mobile-kantoren.png.xhtml") no-repeat center transparent
}*/

.site-main {
    position: relative;
    margin-top: 50px;
    z-index: 0
}

@media (min-width: 992px) {
    .site-main {
        margin-top: 120px
    }
}

@media (min-width: 1200px) {
    .site-main {
        margin-top: 100px
    }
}

.site-content.standard {
    margin-top: -125px
}

.site-content ul {
    list-style-type: disc;
    padding-left: 30px;
    margin: 0 0 20px
}

.site-content ul li {
    display: list-item;
    float: none;
    padding-left: 15px
}

.site-content ul li a {
    color: #4a90e2;
    text-decoration: underline;
    display: inline-block
}

.entry-header {
    text-align: center;
    min-height: 240px;
    padding: 25px 0 0;
    position: relative
}

.entry-header .entry-title {
    margin-bottom: 10px
}

.entry-header .sub-title {
    font-size: 24px
}

.entry-header.image-header,
.entry-header.carousel-wrapper {
    min-height: 190px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.entry-header.image-header .entry-title,
.entry-header.carousel-wrapper .entry-title {
    text-align: left;
    background-color: #fce400;
    display: inline;
    margin: 0 auto 15px;
    clear: both;
    font-size: 26px;
    line-height: normal;
}

.entry-header.image-header .entry-title span,
.entry-header.carousel-wrapper .entry-title span {
	position: relative;
	right: 20px;
	top: -2px
}

.entry-header.carousel-wrapper .entry-title {
	max-width: 700px;
}

.entry-title-border {
	border-left: 40px solid #fce400;
	text-align: left;
}

.entry-title-border-v2 {
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 2px;
	background-color: #fce400;
	display: inline;
	clear: both;
	line-height: normal;
	-webkit-box-decoration-break: clone;
}

@media (min-width: 992px) {
    .entry-header {
        padding: 56px 0
    }
    .entry-header.image-header,
    .entry-header.carousel-wrapper {
        height: 690px
    }
    .entry-header.image-header .entry-title,
    .entry-header.carousel-wrapper .entry-title {
        font-size: 48px;
        margin: 0 auto 20px
    }
    .entry-header.carousel-wrapper .entry-title span {
		top: -6px
	}
}

@media (max-width: 992px) {
    .entry-header.image-header .entry-title,
    .entry-header.carousel-wrapper .entry-title {
        float: none !important
    }
	.entry-header.image-header .entry-title-border {
		margin-bottom: 25px;
	}
    .entry-header .sub-title,
    .entry-header .warning {
	    margin-bottom: 50px !important
	}
}

.breadcrumb {
    position: relative;
    clear: both;
    overflow: hidden;
    margin-bottom: 0;
    height: 40px;
    margin-top: -40px;
    z-index: 997;
    border-radius: 0;
    padding: 0 15px;
    background-color: #FFF;
    border-bottom: 1px solid #dbdbdb
}

.site-main:has(> .carousel-wrapper) > .site-content > .container > .row > .breadcrumb {
	margin-top: -20px;
}

.breadcrumb li {
    position: relative
}

.breadcrumb li a {
    font-family: "acumin-pro", Arial, Helvetica, sans-serif;
    color: #777;
    font-size: 13px;
    line-height: 40px;
    margin-right: 32px;
    font-weight: 600;
    text-overflow: ellipsis;
    max-width: 130px;
    white-space: nowrap;
    overflow: hidden;
    display: block
}

.breadcrumb li.active a {
    font-weight: 300
}

.breadcrumb li:last-child a {
    margin-right: 0
}

.breadcrumb li+li:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -24px;
    content: '';
    width: 14px;
    height: 40px;
    padding: 0 5px;
    background-image:url("/javax.faces.resource/img/icon-breadcrumb-arrow.png.xhtml")
}

@media (min-width: 992px) {
    .breadcrumb li a {
        max-width: inherit
    }
}

.image-header+.breadcrumb {
    margin-top: -290px
}

.block {
    position: relative;
    z-index: 1;
    background-color: #FFF;
    padding: 54px 0 44px 0;
    margin-bottom: 10px;
    color: #777;
    overflow: hidden;
    max-width: 100%
}

.block h1,
.block h2,
.block .sub-title {
    margin-bottom: 25px;
    text-align: center;
    color: #333
}

.block h1 span,
.block h2 span,
.block .sub-title span {
    display: block;
    font-family: "TiemposText", "Times New Roman", Times, serif;
    color: #777;
    font-weight: 300;
    font-size: 24px;
    padding-top: 12px
}

.block h1+hr,
.block h2+hr,
.block .sub-title+hr {
    display: block;
    margin: 0 auto 56px;
    width: 100px;
    height: 2px;
    background-color: #fce400;
    border: 0
}

.block.no-pad {
    padding-top: 0;
    padding-bottom: 0
}

.block.pt75 {
    padding-top: 75px;
    padding-bottom: 75px
}

.block.pt75 h2+hr {
    margin-bottom: 75px
}

.block .text-white {
    color: #FFF
}

.block .intro-block:hover .mask {
    opacity: 0.2
}

.block .col-block:hover .mask {
    opacity: 0.2
}

.block .description {
    line-height: 1.46;
    margin-bottom: 30px
}

.block a.download {
    display: block;
    color: #4a90e2;
    margin-top: 25px;
    font-size: 13px;
    line-height: 18px;
    text-decoration: underline;
}

a.download i {
	width: 25px;	
    height: 20px;
    display: inline-block;
    vertical-align: middle; 
}



.icon-pdf
{
	background:url("/javax.faces.resource/img/icon-pdf.png.xhtml") no-repeat center left transparent
}
	
.block.bg-yellow {
    color: #575757
}

.block.bg-yellow h2+hr {
    background-color: #333;
    margin-bottom: 25px
}

.block-white {
    background-color: #FFF;
    padding: 50px
}

.block-white .row {
    margin-left: -50px;
    margin-right: -50px
}

.block-white .col-md-8,
.block-white .col-md-4 {
    padding-left: 50px;
    padding-right: 50px
}

.block-white .blue {
    color: #4a90e2;
    text-decoration: underline
}

@media (max-width: 767px) {
    .block h2 {
        font-size: 30px;
        margin-bottom: 25px
    }
    .block-white {
        padding: 20px
    }
    .block-white .row {
        margin-left: -20px;
        margin-right: -20px
    }
    .block-white .col-md-8,
    .block-white .col-md-4 {
        padding-left: 20px;
        padding-right: 20px
    }    
}

.entry-header.carousel-wrapper {
    padding: 0;
    margin-bottom: 10px;
    height: auto
}

.entry-header .carousel .carousel-indicators {
    bottom: 10px;    
}

.entry-header .carousel .carousel-indicators li {
    width: 15px;
    height: 15px;
    margin: 0 5px
}

.entry-header .carousel .carousel-inner {
    height: 100%
}

.entry-header .carousel .item {    
    height: 100%
}



.entry-header .carousel .item .image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0
}

.entry-header .carousel .item .caption {
    position: relative;
    z-index: 1;
    padding-top: 56px;
    padding-bottom: 50px;
    text-align: left;
    height: 100%
}

.entry-header .carousel .item .container {
	position: relative;
    height: 100%
}

.entry-header .carousel .item .row {
    margin-left: -15px;
    margin-right: -15px
}

.entry-header .carousel .item .description {
    color: #FFF;
    font-size: 16px;
    line-height: 1.4;
    color: #333;
    margin-bottom: 15px;
}

.entry-header .carousel .item .text {
	background-color: rgba(255,255,255,0.8);
	padding: 15px;
	margin-bottom: 15px;
}

.entry-header .carousel .item .btn {
    margin: 0 auto 15px;
    display: block;
    margin-bottom: 0;
    display: inline-block
}

.entry-header .carousel {
    height: 500px
}

.intro-block {
    position: relative;
    background-color: #FFF;
    color: #FFF;
    margin: 0;
    padding: 50px 15px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    border-bottom: 2px solid #FFF
}

.intro-block h2,
.intro-block h3 {
    text-align: left;
    color: #FFF
}

.intro-block.col-md-12 {
    min-height: 430px;
    font-size: 18px
}

@media (min-width : 768px) {
	.intro-block.col-md-4 {
		height: 340px;
	}
	.intro-block.col-md-6 {
		height: 272px;
	}
}

@media (min-width : 1200px) {
	.intro-block.col-md-6 {
		height: 329px;
	}
}

.intro-block .simulator {
    margin-top: 15px
}

.intro-block .content-black
{
	height: 100%;
	background-color: #eee;
	color: #575757;
	padding: 32px;
}

.intro-block .content-black:hover {
    background-color: #fce400;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.intro-block .content-black h2, .intro-block .content-black h3 
{
	color: #333;
}

.block-spotlight {
    margin-bottom: 10px
}

.mask {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    opacity: 0.5;
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0.6), rgba(0, 0, 0, 0.6)), linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease
}

@media (min-width: 992px) {
    .intro-block {
        padding: 50px
    }
    .intro-block.col-md-6,
    .intro-block.col-md-4 {
        border-right: 2px solid #FFF;
    }
    .intro-block.col-md-6:nth-child(even),
    .intro-block.col-md-4:nth-child(3n) {
        border-right: 0
    }
    .intro-block.col-md-6:nth-last-child(1),
    .intro-block.col-md-6:nth-last-child(2),
    .intro-block.col-md-4:nth-last-child(1),
    .intro-block.col-md-4:nth-last-child(2),
    .intro-block.col-md-4:nth-last-child(3) {
        border-bottom: 0
    }
    .carousel-inner>.item {        
        padding-left: 5px;
        padding-right: 5px
    }
    
    .no-carousel-inner>.item {        
        padding-left: 5px;
        padding-right: 5px
    }
}

@media (min-width: 1200px) {
    .carousel-inner>.item {
        padding-left: 15px;
        padding-right: 15px
    }
    
    .no-carousel-inner>.item {        
        padding-left: 15px;
        padding-right: 15px
    }
}

.block-info {
    padding: 0
}

.block-info .col-md-6 {
    padding: 0
}

.block-info .col-md-6:hover .mask {
    opacity: 0
}

.block-info .content {
    padding: 50px 30px;
    height: auto
}

.content {
    position: relative;
    z-index: 1;
}

.voorstel-item {
	padding-bottom: 2em;
}

.voorstel-height {
	height: 475px;
}

.voorstel-image {
	padding: 0 !important;
	border: none !important;
}

.voorstel-image-no-content {
	max-width: 100%;
}

.voorstel-background-image {
	background-size: cover;
	background-position: center;
}

.voorstel-content {
	overflow: hidden;
}

.voorstel-image-text-color .dg {
	color: #fff;
}

.voorstel-image-text-color {
	color: #fff !important;
}

.inactiveLink {
   pointer-events: none;
   cursor: default;
}

.flex-center {
	display: flex;
	justify-content: center;
}

.block-info .content .inner-content {
    border: solid 1px #d7d209;
    width: 100%;
    border-radius: 5px;
    padding: 18px;
    max-width: 150px;
    height: 150px;
    line-height: 1.2;
    margin: 0 auto;
    display: block
}

.block-info .content .inner-content:hover {
    background-color: #d7d209
}

.block-info .content .inner-content i {
    display: block;
    margin: 0 auto 26px;
    border-radius: 22px;
    width: 48px;
    height: 48px;
    background:url("/javax.faces.resource/img/icon-homepage-simulator.png.xhtml") no-repeat center #fff
}

.block-info .content .inner-content i.icon-link {
    background:url("/javax.faces.resource/img/icon-homepage-link.png.xhtml") no-repeat center #fff;
    background-size: 30px
}

.block-info .content .inner-content i.icon-lightbulb {
    background:url("/javax.faces.resource/img/icon-homepage-lightbulb.png.xhtml") no-repeat center #fff;
    background-size: 30px
}

.block-info .content .inner-content i.icon-door {
    background:url("/javax.faces.resource/img/icon-homepage-door.png.xhtml") no-repeat center #fff;
    background-size: 30px
}

.block-info .content .inner-content span {
    font-family: "acumin-pro", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2
}

.block-info h2 {
    margin-bottom: 32px
}

@media (min-width: 992px) {
    .block-info .content {
        height: 273px;
        padding: 30px;
    }    
    .block-info .content .inner-content {
        margin: 0
    }
}

@media (min-width: 1200px) {
    .block-info .content {
        height: 329px;
        padding: 50px 30px;
    }
}

.block-ctalist {
    padding: 0
}

.block-ctalist.kiosk {
	margin: 50px 0 0 0;
}

.block-ctalist .col-md-4, .block-ctalist .col-sm-4.kiosk,
.block-ctalist .col-md-6, .block-ctalist .col-sm-6.kiosk,
.block-ctalist .col-md-12, .block-ctalist .col-sm-12.kiosk {
    display: block;
    border: 0;
    padding: 40px 15px;
    text-align: center;
    border-bottom: 1px solid #eee
}

.block-ctalist .col-md-4 i, .block-ctalist .col-sm-4.kiosk i,
.block-ctalist .col-md-6 i, .block-ctalist .col-sm-6.kiosk i,
.block-ctalist .col-md-12 i, .block-ctalist .col-sm-12.kiosk i {
    background-color: #eee;
    display: flex;
    width: 96px;
    height: 96px;
    border-radius: 48px;
    margin: 0 auto 26px;
    align-items: center;
    justify-content: center;
    font-size: 3em;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
	.language-kiosk {
		position: relative;
		top: 20px;
	}
	.block-ctalist.kiosk {
		display: flex;
		align-items: center;
		height: calc((100vh - 50px - 90.36px - 175px) / 3);
	}
	.block-ctalist .col-sm-4.kiosk, 
	.block-ctalist .col-sm-6.kiosk,
	.block-ctalist .col-sm-12.kiosk {
		height: inherit;
		padding: 0 15px !important;
	}
	.block-ctalist .col-sm-4.kiosk i,
	.block-ctalist .col-sm-6.kiosk i,
	.block-ctalist .col-sm-12.kiosk i {
    	margin-top: calc((((100vh - 90.36px - 50px - 175px) / 3) / 4));
	}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) and (orientation: landscape) {
	.language-kiosk {
		position: relative;
		top: 60px;
	}
	.block-ctalist.kiosk {
		display: flex;
		align-items: center;
		height: calc((100vh - 90.36px - 120px - 175px) / 3);
	}

	.block-ctalist .col-sm-4.kiosk,
	.block-ctalist .col-sm-6.kiosk,
	.block-ctalist .col-sm-12.kiosk {
		height: inherit;
		display: flex;
		align-items: center;
		padding: 30px 15px 25px !important;
	}
	.block-ctalist .col-sm-4.kiosk i,
	.block-ctalist .col-sm-6.kiosk i,
	.block-ctalist .col-sm-12.kiosk i {
    	margin: 0 10px 0 10px !important;
    	width: 70px;
    	height: 70px;
    	font-size: 2em;
	}
}

i.icon-money {
    background:url("/javax.faces.resource/img/icon-homepage-lenen.png.xhtml") no-repeat center;
}

i.icon-card {
    background:url("/javax.faces.resource/img/icon-homepage-rekeningen.png.xhtml") no-repeat center;
}

i.icon-link {
    background-image:url("/javax.faces.resource/img/icon-homepage-link.png.xhtml")
}

.block-ctalist .col-md-4 i.icon-link {
    background-image:url("/javax.faces.resource/img/icon-homepage-link.png.xhtml")
}

.block-ctalist .col-md-4 i.icon-door {
    background-image:url("/javax.faces.resource/img/icon-homepage-door.png.xhtml")
}

.block-ctalist .col-md-4 i.icon-lightbulb {
    background-image:url("/javax.faces.resource/img/icon-homepage-lightbulb.png.xhtml")
}

i.icon-door {
    background-image:url("/javax.faces.resource/img/icon-homepage-door.png.xhtml")
}

i.icon-lightbulb {
    background-image:url("/javax.faces.resource/img/icon-homepage-lightbulb.png.xhtml")
}

i.icon-ondernemen {
    background:url("/javax.faces.resource/img/icon-homepage-ondernemen.png.xhtml") no-repeat center;
}

i.icon-vindingrijk {
    background:url("/javax.faces.resource/img/icon-homepage-vindingrijk.png.xhtml") no-repeat center;
}

i.icon-toegankelijk {
    background:url("/javax.faces.resource/img/icon-homepage-toegankelijk.png.xhtml") no-repeat center;
}

i.icon-verbindend {
    background:url("/javax.faces.resource/img/icon-homepage-verbindend.png.xhtml") no-repeat center;
}

i.icon-hand {
    background:url("/javax.faces.resource/img/icon-hand.png.xhtml") no-repeat center;
}

i.icon-help {
    background:url("/javax.faces.resource/img/icon-help.png.xhtml") no-repeat center;
}

i.icon-link {
    background:url("/javax.faces.resource/img/icon-link.png.xhtml") no-repeat center;
}

i.icon-lock {
    background:url("/javax.faces.resource/img/icon-lock.png.xhtml") no-repeat center;
}

i.icon-recurring {
    background:url("/javax.faces.resource/img/icon-recurring.png.xhtml") no-repeat center;
}

i.icon-recurring1 {
    background:url("/javax.faces.resource/img/icon-recurring1.png.xhtml") no-repeat center;
}

i.icon-search {
    background:url("/javax.faces.resource/img/icon-search.png.xhtml") no-repeat center;
}

.block-ctalist .col-md-4 i.icon-link {
    background-image:url("/javax.faces.resource/img/icon-homepage-link.png.xhtml")
}

.block-ctalist .col-md-4 i.icon-door {
    background-image:url("/javax.faces.resource/img/icon-homepage-door.png.xhtml")
}

.block-ctalist .col-md-4 i.icon-lightbulb {
    background-image:url("/javax.faces.resource/img/icon-homepage-lightbulb.png.xhtml")
}

.block-ctalist .col-md-4:hover, .block-ctalist .col-sm-4.kiosk:hover,
.block-ctalist .col-md-6:hover, .block-ctalist .col-sm-6.kiosk:hover,
.block-ctalist .col-md-12:hover, .block-ctalist .col-sm-12.kiosk:hover {
    background-color: #fce400
}

.block-ctalist .col-md-4:hover i,
.block-ctalist .col-md-6:hover i,
.block-ctalist .col-md-12:hover i {
    background-color: #fff
}

.block-ctalist h3 {
    margin: 0
}

@media (min-width: 768px) {
    .block-ctalist .col-md-4, .block-ctalist .col-sm-4.kiosk,
    .block-ctalist .col-md-6, .block-ctalist .col-sm-6.kiosk,
    .block-ctalist .col-md-12, .block-ctalist .col-sm-12.kiosk {
        padding:20px 15px 15px;
        border-bottom: 0;
        border-right: 1px solid #d8d8d8
    }

    .block-ctalist .col-md-4:last-child, .block-ctalist .col-sm-4.kiosk:last-child,
    .block-ctalist .col-md-6:last-child, .block-ctalist .col-sm-6.kiosk:last-child,
    .block-ctalist .col-md-12:last-child, .block-ctalist .col-sm-12.kiosk:last-child {
        border: 0
    }
}

@media (min-width: 992px) {
    .block-ctalist .col-md-4,
    .block-ctalist .col-md-6,
    .block-ctalist .col-md-12 {
        height: 300px;
        padding: 70px 15px 60px
    }

    .block-ctalist .col-md-4 i,
    .block-ctalist .col-md-6 i, 
    .block-ctalist .col-md-12 i {
        margin: 0 auto 46px
    }
}

.fast-forward .content {
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px
}

.fast-forward .content h4 {
    margin-bottom: 12px
}

.fast-forward .content .form-group {
    display: block
}

.fast-forward .content .form-control {
    height: 50px;
    width: 100%
}

.fast-forward .content .btn {
    display: block;
    width: 100%;
    background-color: #333
}

@media (min-width: 992px) {
    .fast-forward .content {
        padding-top: 80px;
        padding-left: 90px;
        padding-right: 90px
    }
    .fast-forward .content .form-group {
        float: left
    }
    .fast-forward .content .form-control {
        width: 230px
    }
    .fast-forward .content .btn {
        float: right;
        width: auto
    }
}

@media (min-width: 1200px) {
    .fast-forward .content .form-control {
        width: 330px
    }
}

.block-ctas {
    padding-bottom: 75px
}

.block-ctas .item {
    text-align: center;
    line-height: 1.3;
    color: #333
}

.block-ctas h3 {
    color: #333
}

.block-ctas .icon
{
	width: 80px;
    height: 80px;
    background-color: #fce400;
    border-radius: 40px;
    display: flex;
    justify-content: center;
	align-items: center;
    margin: 0 auto 40px;
}

.block-ctas .icon i {
	font-size: 2em;
}

.block-ctas address {
    margin-bottom: 15px
}

.block-ctas .search-address {
    color: #4a90e2;
    text-decoration: underline;    
}

@media (min-width: 768px) {
	.block-ctas .btn .fa
	{
		display: none;
	}
}

@media (max-width: 767px) {
    .block-ctas .btn {
        width: 225px;
        text-align: left;
    }
    
    .block-ctas .btn .fa
	{
		margin-right: 10px;
	}
}

.category {
    padding-top: 60px;
    text-align: center;
    color: #777;
    font-size: 13px;
    min-width: 48px;
    letter-spacing: 2px;
    margin-bottom: 50px;
    background-size: 48px 48px;
    background-repeat: no-repeat;
    background-position: center top
}

.empty {
	height: 0px;
	overflow: visible;
}

.category.category-dossier {
    background-image:url("/javax.faces.resource/img/icon-dossier.png.xhtml");
    text-transform: uppercase
}

.category.category-nieuws {
    background-image:url("/javax.faces.resource/img/icon-nieuws.png.xhtml");
    font-size: 24px
}

.col-block {
    box-shadow: 0 2px 50px 0 rgba(0, 0, 0, 0.25);
    background-color: #FFF
}

.col-block .image {
    width: 100%;
    height: 300px;
    background-color: #eee;
    padding: 90px 20px 0;
    position: relative;
    background-size: cover
}

.col-block .image h2 {
    font-size: 36px;
    font-weight: 900;
    line-height: 1.2;
    color: #FFF;
    margin-bottom: 35px
}

.col-block .image .btn {
    margin: 0 auto
}

.col-block .description {
    padding: 40px 40px 20px
}

@media (max-width: 991px) {
    .col-block {
        margin-bottom: 10px
    }
}

.center {
	text-align: center;
}

@media (max-width: 767px) {
    .col-block .image {
        padding: 90px 0 0
    }
    .col-block .image h2 {
        font-size: 24px
    }
    .col-block .description {
        padding: 40px 30px 20px
    }
}

.col-center h3 {
    color: #777;
    font-size: 13px;
    font-family: "TiemposText", "Times New Roman", Times, serif;
    font-weight: 300;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px
}

@media (max-width: 766px) {
    .col-center {
        text-align: center
    }
}

ul.list {
    font-family: "acumin-pro", Arial, Helvetica, sans-serif;
    padding: 0;
    list-style-type: none
}

ul.list li {
    float: none;
    clear: both;
    color: #333;
    font-size: 21px;
    font-weight: 600;
    line-height: 24px;
    height: 24px;
    margin-bottom: 18px;
    padding: 0
}

ul.list li a {
    color: #333;
    text-decoration: none
}

ul.list li a:hover {
    color: #666
}

@media (min-width: 768px) {
    ul.list li:before {
        content: '';
        display: block;
        float: left;
        margin-left: -34px;
        width: 24px;
        height: 24px;
        background:url("/javax.faces.resource/img/andere-producten-chevron.png.xhtml") no-repeat
    }
}

ol.numbered {
    counter-reset: li;
    color: #777;
    padding: 0
}

ol.numbered > li {
    margin-bottom: 50px;
    display: block;
    position: relative;
    padding: 0;
    padding-left: 50px
}

ol.numbered > li:after {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    top: 50px;
    left: 0;
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 27px;
    border: 1px solid #777;
    color: #777;
    font-family: "acumin-pro", Arial, Helvetica, sans-serif;
    border-radius: 15px;
    text-align: center;
    background-color: #FFF
}

ol.numbered > li:before {
    content: '';
    position: absolute;
    bottom: 0;
    top: 0;
    left: 15px;
    width: 1px;
    height: 65px;
    background-color: #777
}

@media (min-width: 768px) {
    ol.numbered > li {
        padding: 0 80px;
        line-height: 1.46
    }
    ol.numbered > li:after {
        bottom: 0;
        top: auto
    }
    ol.numbered > li:before {
        height: 100%
    }
}

.preview .col-md-4 {
    padding-left: 12px;
    padding-right: 12px
}

.preview .item {
    display: block;
    background-color: #eee;
    padding: 32px;
    color: #575757;
    margin-top: 10px;
    margin-bottom: 0px
}

@media (min-width: 1200px) {
	.preview .item {
		margin-bottom: 10px
	}
}


.preview .item:not(.nohover):hover {
    background-color: #fce400;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.preview h3 {
    margin-bottom: 20px
}

.preview p {
    margin: 0
}

.previews p {
	margin: 0 0 20px;
}

.block-dossier .description {
    color: #575757
}

.block-dossier .col-md-4 h2 {
    font-size: 24px
}

.block-dossier .title-bar {
    margin-bottom: 50px
}

.block-dossier .row {
    margin-bottom: 50px
}

.slider-wrapper {
    padding: 10px 0 55px;
    margin-left: 0px;
    margin-right: 0px;
    position: relative;
    clear: both
}

.slider-wrapper .slider {
    position: relative;
    background:url("/javax.faces.resource/img/slider-bullet.png.xhtml") repeat-x right #d8d8d8;
    border-radius: 10px;
    height: 14px;
    display: block;
    margin-bottom: 14px
}

.slider-wrapper .slider .ui-slider-handle {
    position: absolute;
    width: 28px;
    height: 28px;
    background-color: #ffffff;
    border: solid 4px #666666;
    border-radius: 16px;
    top: -7px;
    outline: 0;
    margin-left: -16px;
    cursor: pointer
}

.slider-wrapper .slider .ui-slider-range {
    height: 14px;
    background-color: #fce400;
    border-radius: 10px
}

.slider-wrapper .min-value,
.slider-wrapper .max-value {
    color: #777;
    font-size: 13px;
    font-family: "acumin-pro", Arial, Helvetica, sans-serif;
    font-weight: 600
}

.slider-wrapper .slider-tooltip {
    top: -60px;
    border: 1px solid #777;
    opacity: 1;
    display: block;
    padding: 12px 40px;
    font-size: 13px;
    line-height: 1;
    font-weight: 600;
    font-family: "acumin-pro", Arial, Helvetica, sans-serif;
    color: #333;
    background-color: #FFF;
    min-width: 160px;
    text-align: center;
    margin-left: -72px;
    position: absolute
}

.slider-wrapper .slider-tooltip:after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 72px;
    border-style: solid;
    border-width: 8px 8px 0;
    border-color: #ffffff transparent;
    display: block;
    width: 0;
    z-index: 1
}

.slider-wrapper .slider-tooltip:before {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 72px;
    border-style: solid;
    border-width: 8px 8px 0;
    border-color: #c5c5c5 transparent;
    display: block;
    width: 0;
    z-index: 0
}

.slider-wrapper .slider-tooltip .control {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30px;
    background-color: #FFF;
    border: 0;
    outline: 0;
    text-indent: -999em;
    cursor: pointer
}

.slider-wrapper .slider-tooltip .control.control-left {
    border-right: 1px solid #d8d8d8;
    left: 0;
    background:url("/javax.faces.resource/img/icon-sim-label-arrow-left.png.xhtml") no-repeat center
}

.slider-wrapper .slider-tooltip .control.control-right {
    border-left: 1px solid #d8d8d8;
    right: 0;
    background:url("/javax.faces.resource/img/icon-sim-label-arrow-right.png.xhtml") no-repeat center
}


.simulator {
    position: relative
}

.simulator.white {
    background-color: rgba(255,255,255,0.8);
    padding: 20px 25px
}

@media (min-width: 768px) {
    .simulator.white {
        background-color: rgba(255,255,255,0.8);
        padding: 20px 50px
    }
}

.simulators ol {
    padding-left: 0;
    list-style: none
}

.simulators ol li {
    counter-increment: item;
    margin-bottom: 5px
}

.simulators ol li h4 {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 7px
}

.simulators ol li h4:before {
    content: counter(item);
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    line-height: 16px;
    font-size: 16px;
    padding: 6px 0;
    color: #333;
    border-radius: 30px;
    border: 1px solid #eee;
    margin-right: 10px;
    text-align: center
}

.simulators .simulator
{
    padding-left: 40px;
}
.simulators .price-results {
    padding-left: 26px;
}

.simulators .price-results div div {
    display: block;
    background-color: #eee;
    margin-bottom: 20px;
    height: 80px;    
    padding: 20px 0 0;
    text-align: center;
    font-family: "acumin-pro", Arial, Helvetica, sans-serif;
    border: 2px solid #eee;
    font-size: 13px;
    cursor: pointer;
    line-height: 1.4;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-position: center 5px
}

.simulators .price-results div div span {
    display: block
}

.simulators .price-results div  div .amount {
    font-weight: 600
}

.simulators .price-results div div .timespan {
    color: #777
}

.simulators .price-results div div:hover {
    border-color: #777
}

.simulators .price-results div div.active {
    border-color: #31bb5e;
    background:url("/javax.faces.resource/img/icon-accept.png.xhtml") no-repeat center 8px #eee;
    background-size: 18px 18px;
    padding-top: 32px
}



@media (min-width: 992px) {
    .simulators {
        border: 0;
        border-right: 1px solid #d8d8d8
    }
    .simulators:after {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 15px 0 15px 15px;
        border-color: transparent #FFFFFF;
        display: block;
        width: 0;
        z-index: 1;
        right: -15px;
        top: 50%;
        margin-top: -15px
    }
    .simulators:before {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 15px 0 15px 15px;
        border-color: transparent #d8d8d8;
        display: block;
        width: 0;
        z-index: 0;
        right: -16px;
        top: 50%;
        margin-top: -15px
    }
}

.results {
    color: #575757;
    line-height: 1.4
}

.results h4 {
    font-size: 21px;
    line-height: 24px
}

.results h4:before {
    content: '';
    display: block;
    float: left;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background:url("/javax.faces.resource/img/icon-accept.png.xhtml") no-repeat center
}

.results b {
    font-family: "acumin-pro", Arial, Helvetica, sans-serif;
    font-weight: 600
}

.results .capital {
    font-weight: 900
}

@media (max-width: 767px) {
    .results {
        margin-top: 20px
    }
    .more-info {
        text-align: center;
        display: block
    }
}

.block-usp h2 {
    margin-bottom: 40px
}

.block-usp .extra-info {
    color: #333;
    font-family: "TiemposText", "Times New Roman", Times, serif;
    line-height: 1.2
}

.block-usp .extra-info small {
    display: block
}

@media (min-width: 768px) {
    .block-usp .extra-info small {
        display: inline-block
    }
}

.block-usp h3 {
    display: block;
    font-family: "TiemposText", "Times New Roman", Times, serif;
    font-size: 24px;
    line-height: 1.5;
    color: #333;
    font-weight: normal;
    line-height: 1.3;
    padding-left: 0;    
    margin-bottom: 25px;
}

.block-usp .checkbox {
	background:url("/javax.faces.resource/img/icon-checkbox.png.xhtml") no-repeat center top transparent;
	padding-top: 34px;
}

.block-usp .col-md-4 {
    line-height: 1.46
}

.block-usp .col-md-4 i {
    background-color: #fce400;
    display: block;
    width: 44px;
    height: 44px;
    border-radius: 22px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.block-voorstellen .item .content {
    border: 1px solid #d8d8d8;
    padding: 30px 15px;
    text-align: center;
    font-size: 30px;
    font-family: "acumin-pro", Arial, Helvetica, sans-serif;    
    color: #333
}

.block-voorstellen .item .content p{
    line-height: 1.2;    
}


.block-voorstellen .item .btn {
    position: relative;
    border-radius: 0;
    margin: 0;
    display: block
}


.block-voorstellen .item small {
	display: block;
	font-family: "TiemposText", "Times New Roman", Times, serif;
    color: #777;
}

.block-voorstellen .item b {
    font-weight: 900
}

.block-voorstellen-info {
    padding: 50px 15px;
    font-size: 16px;
    color: #333;
    font-family: "acumin-pro", Arial, Helvetica, sans-serif;
    line-height: 1.2
}

.block-voorstellen-info b {
    font-weight: 600
}

@media (min-width: 768px) {
    .block-voorstellen .item .content {
        padding: 30px
    }
}

.block-comparison .transparent {
    background-color: #eee
}

.table {
    color: #333;
    font-size: 16px;
    text-align: center;
    margin: 0
}

.table .name {
    font-family: "acumin-pro", Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 16px;
    
    font-weight: 600;
    background-color: #d8d8d8
}

.table .row {
    position: relative;
    line-height: 1.4;
    z-index: 1
}

.table .row.table-header h3 {
    font-family: "TiemposText", "Times New Roman", Times, serif;
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 0;
    padding: 25px 0
}

.table .row .name {
    margin-bottom: 0;
    
}

.table .row .field {
    padding-top: 18px;
    padding-bottom: 18px
}

.table .row .line {
    border-left: 1px solid #d8d8d8
}

.table .row.table-footer {
    line-height: 150px;
    border: 0
}

.table .row.table-footer .btn {
    margin-bottom: 0
}
@media (max-width: 991px) {
	.table .row .name {
    	line-height: 30px;
    }
}
@media (min-width: 992px) {
    .block-comparison .transparent {
        background-color: transparent
    }
    
    .table .name {
        padding-top: 18px;
        padding-bottom: 18px;
        text-align: left;
        background-color: transparent
    }
    .table .row {
        border-bottom: 1px solid #c5c5c5
    }
    .table .row.table-header h3 {
        font-size: 24px;        
    }
    .table .row .line {
        border-left: solid 15px white;
    }
    .table .row.table-footer {
        line-height: 150px
    }
    .table .row.table-footer .btn {
        margin-top: 32px;
        margin-bottom: 32px
    }
    .table .grey-bg {
        position: absolute;
        top: 0;
        bottom: 0;
        background-color: #eee;
        z-index: 0
    }    
}

.simulators {
    margin-bottom: 20px
}

@media (max-width: 991px) {
    .results {
        clear: both;
        padding-top: 20px
    }
}

.cta-block {
    background-size: cover;
    background-repeat: no-repeat;
    height: 480px;
    padding-top: 160px
}

.cta-block h2 {
    color: #FFF
}

.block-quote {
    background:url("/javax.faces.resource/img/background-grey.png.xhtml") no-repeat #575757;
    padding: 40px;
    font-size: 21px;
    line-height: 20px;
    color: #FFF
}

.block-quote p {
    margin-bottom: 0
}

.options-block {
    text-align: center
}

.options-block .col-md-4 {
    padding-left: 10px;
    padding-right: 10px
}

.options-block .item {
    position: relative;
    border: 1px solid #eee;
    padding: 180px 30px 40px;
    margin-bottom: 20px;
    line-height: 1.4;
    text-align: left
}

.options-block .item .image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 140px;
    background-size: cover;
    background-repeat: no-repeat
}

.options-block .item p {
    margin-bottom: 0
}

@media (max-width: 767px) {
    .block-cards .row {
        margin-bottom: 35px !important
    }
    .block-cards .col-md-3 {
        margin-bottom: 40px !important
    }
    .block-systems .row {
        margin-bottom: 35px !important
    }
    .block-systems .col-md-4 img {
        margin-bottom: 20px !important
    }
}

.block-loan-matrix h4 {
    margin-bottom: 5px
}

.panel-default>.panel-heading {
	color: #777;
    background:url("/javax.faces.resource/img/more-info-chevron-open.png.xhtml") no-repeat right center #eee;
    cursor: pointer
}

.panel-default>.panel-heading.collapsed {
    background:url("/javax.faces.resource/img/more-info-chevron.png.xhtml") no-repeat right center #eee;
}

.title-bar {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 10px;
    line-height: 21px;
    overflow: hidden;
    clear: both;    
    margin: 0 auto 25px
}

.title-bar h2 {
    text-align: left;
    font-size: 21px;
    margin-bottom: 0;
    float: left;
    font-weight: 600
}

.title-bar small {
    display: none
}

@media (min-width: 768px) {
    .title-bar small {
        display: block;
        float: right
    }
}

.leningaanvraag {
    margin-top: -165px;
    position: relative;
    z-index: 999
}

.leningaanvraag .btn {
    border-radius: 0
}

.leningaanvraag .loan {
    background-color: #fff
}

.leningaanvraag h1 {
    font-size: 36px
}

.leningaanvraag h1+hr {
    margin-bottom: 25px
}

.leningaanvraag h2 {
    font-weight: 600
}

.leningaanvraag .breadcrumb {
    font-family: "acumin-pro", Arial, Helvetica, sans-serif;    
    margin: 0 0 25px;
    color: #FFF;
    height: auto;
    padding: 0;
    overflow: hidden;
    border: 0
}

.leningaanvraag .breadcrumb li {
    padding: 0 0 0 60px;
    line-height: 50px;
	height: 50px;
    font-weight: 600;
    background-repeat: no-repeat;
    background-position: 20px center;
    background-color: #c5c5c5;
    margin-bottom: 10px
}

.leningaanvraag .breadcrumb li input {
	font-family: "acumin-pro", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
    line-height: 50px;
	height: 50px;
	font-weight: 600;
	border: none;
	background: none;
	width: 100%;
	text-align: left
}

.leningaanvraag .breadcrumb li.active {
    background-color: #575757;
    color: #FFF
}

.leningaanvraag .breadcrumb li.step1 {
    background-image:url("/javax.faces.resource/img/icon-form-step-1.png.xhtml")
}

.leningaanvraag .breadcrumb li.step2 {
    background-image:url("/javax.faces.resource/img/icon-form-step-2.png.xhtml")
}

.leningaanvraag .breadcrumb li.step3 {
    background-image:url("/javax.faces.resource/img/icon-form-step-3.png.xhtml")
}

.leningaanvraag .breadcrumb li+li:before {
    left: -30px;
    width: 30px;
    height: 50px;
    background:url("/javax.faces.resource/img/breadcrumb-arrow.png.xhtml") no-repeat center transparent
}

.leningaanvraag .breadcrumb li.active+li:before {
    background:url("/javax.faces.resource/img/breadcrumb-arrow-active.png.xhtml") no-repeat center transparent
}

.leningaanvraag .breadcrumb li.past+li.active:before {
    background:url("/javax.faces.resource/img/breadcrumb-arrow-past.png.xhtml") no-repeat center transparent
}

.leningaanvraag .omschrijving {
    color: #575757;
    font-size: 13px;
    line-height: 1.3
}


.form-inline .form-group .control-label, .form-horizontal .form-group .control-label {
    font-size: 13px;
    color: #575757;
    font-weight: 300;
}

.form-inline .form-group .control-label span, .form-horizontal .form-group .control-label span {
    /*display: block;*/
    opacity: 0.5
}

.form-inline .form-group .radio-inline, .form-horizontal .form-group .radio-inline {
    display: inline-block;
    background: #eee;
    font-size: 13px;
    line-height: 16px;
    min-height: 50px;
    padding: 17px 18px 17px 40px;
    margin: 0;
    color: #575757
}

.form-inline .form-group .radio-inline input[type='radio'], .form-horizontal .form-group .radio-inline input[type='radio'] {
    -webkit-appearance: none;
    cursor: pointer;
    width: 15px;
    height: 15px;
    background-color: #ffffff;
    box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    border: solid 0.5px #bebebe;
    border-radius: 50%;
    outline: none;
    margin-top: 0;
    margin-left: -23px
}

.form-inline .form-group .radio-inline input[type='radio']:checked, .form-horizontal .form-group .radio-inline input[type='radio']:checked {
    background-color: #3b99fc
}

.form-inline .form-group .radio-inline input[type='radio']:checked:before, .form-horizontal .form-group .radio-inline input[type='radio']:checked:before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    margin: 4px;
    border-radius: 50%;
    background: #FFF
}

.more-info {
    display: block;
    width: 100%;
    padding: 15px 20px;
    border: 1px solid #31bb5e;
    border-bottom: 0;
    text-align: left;
    font-size: 21px;
    line-height: 1;
    font-weight: 600;
    color: #333;
    font-family: "acumin-pro", Arial, Helvetica, sans-serif;
    background:url("/javax.faces.resource/img/more-info-chevron-open.png.xhtml") no-repeat right center #fff
}

.more-info.collapsed {
    border: 1px solid #31bb5e;
    background:url("/javax.faces.resource/img/more-info-chevron.png.xhtml") no-repeat right center #fff
}

.extra-info {
    font-size: 13px;
    line-height: 1.2;
    color: #575757
}

.extra-info b {
    color: #777
}

.question {
    display: block;
    width: 20px;
    height: 20px;
    background:url("/javax.faces.resource/img/question.png.xhtml") no-repeat center;
    opacity: 0.2;
    position: absolute;
    top: 7px;
    right: -35px
}

.question.active {
    opacity: 1
}

.answer {
    margin-top: 20px;
    width: 190px;
    border: 1px solid #333;
    padding: 20px;
    font-size: 13px;
    line-height: 1.2;
    color: #575757
}

.answer img {
    width: 100%;
    height: auto;
    margin-bottom: 10px
}

.push-left {
    margin-left: 250px
}

@media (max-width: 767px) {
    .form-inline .form-group .label-field {
        width: 100%
    }
    .leningaanvraag h1 {
        font-size: 31px
    }
    .leningaanvraag h1+hr {
        margin-bottom: 40px
    }       
    .push-left {
        margin-left: 0
    }
}

.block-credit.block.bg-yellow hr {
    margin-bottom: 50px
}

.block-credit .row {
    margin-left: -25px;
    margin-right: -25px
}

.block-credit .col-md-6 {
    padding-left: 25px;
    padding-right: 25px
}

.block-credit .form-inline .form-group .radio-inline {
    display: block;
    width: 100%;
    margin-bottom: 2px;
    font-size: 16px
}

.block-credit .form-inline .form-group .radio-inline.indent {
    padding-left: 75px
}

.block-credit .number {
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    border: 1px solid #333;
    font-style: normal;
    font-size: 13px;
    line-height: 1;
    padding-top: 4px;
    color: #333;
    font-family: "acumin-pro", Arial, Helvetica, sans-serif;
    font-weight: 600;
    margin: 0 auto 10px
}

.block-credit h3 {
    font-size: 16px
}

.kantoren {
    margin-top: -125px;
    position: relative;
    z-index: 999
}

.kantoren .block {
    padding-top: 70px;
}

.kantoren .entry-title {
    font-size: 36px;
    margin-bottom: 14px
}

.kantoren .sub-title {
    text-align: center;
    font-size: 24px;
    color: #777;
    line-height: 1.46
}

.kantoren .sub-title+hr {
    margin-bottom: 75px
}

.kantoren .row {
    margin: 0
}

.kantoren .col-md-8,
.kantoren .col-md-4 {
    padding: 0 !important
}

#locator-map {
    height: 300px;
    background-color: #d8d8d8
}

.search form {
    position: relative;
    width: 100%;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    border-left: 1px solid #d8d8d8
}

.search form .search-field {
    width: 100%;
    height: 50px;
    font-size: 13px;
    color: #575757;
    border: 0;
    padding-left: 24px;
    padding-right: 84px
}

.search form .btn {
    background:url("/javax.faces.resource/img/ico-kantoren-zoek.png.xhtml") no-repeat center #fce400;
    width: 60px;
    border-radius: 0;
    text-indent: -999px;
    position: absolute;
    height: 52px;
    top: -1px;
    right: 0;
    border: 0
}

.search .buttons {
    margin: 12px 14px 20px;
    line-height: 1
}

.search .buttons a {
    color: #4a90e2;
    margin: 0 10px;
    font-size: 13px;
    line-height: 1;
    text-decoration: underline
}

.search-results ul {
    list-style: none;
    padding-left: 0
}

.search-results ul li {
    position: relative;
    display: block;
    line-height: 1.46;
    padding: 30px 0;
    padding-right: 50px;
    border-bottom: 1px solid #d8d8d8;
    color: #777 !important
}

.search-results ul li:last-child {
    border-bottom: 0
}

.search-results ul li a {
    color: #777;
    line-height: 1.46;
    text-decoration: none
}

.search-results ul li:before {
    content: '';
    position: absolute;
    top: 53px;
    right: 0;
    display: block;
    width: 24px;
    height: 24px;
    background:url("/javax.faces.resource/img/icon-arrow-right.png.xhtml") no-repeat center;
    cursor: pointer
}

.search-results h4 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    font-family: "TiemposText", "Times New Roman", Times, serif;
    color: #4a90e2;
    text-decoration: underline;
    line-height: 1.46
}

.location-details {
    padding: 24px;
    color: #575757;
    line-height: 1.46
}

.location-details .back {
    width: 24px;
    height: 24px;
    background:url("/javax.faces.resource/img/icon-arrow-left.png.xhtml") no-repeat center;
    cursor: pointer;
    margin-bottom: 30px
}

.location-details h3 {
    margin-bottom: 10px
}

.location-details a {
    color: #4a90e2;
    text-decoration: underline
}

.location-details b {
    font-family: "acumin-pro", Arial, Helvetica, sans-serif;
    font-weight: 600
}

.location-details .day {
    display: inline-block;
    width: 120px;
    vertical-align: top;
    line-height: 25px;
}

.location-details .day.smaller {
    font-size: 12px;
}

.location-details .btn {
    margin-top: 10px;
    margin-bottom: 30px
}

.locator_popup {
    width: 380px;
    padding: 15px;
    color: #575757;
    overflow: hidden
}

.locator_popup .title {
    font-size: 13px;
    font-family: "acumin-pro", Arial, Helvetica, sans-serif;
    line-height: 1.46;
    color: #575757
}

.locator_popup .subtitle {
    font-size: 16px;
    line-height: 1.46;
    color: #333;
    font-family: "acumin-pro", Arial, Helvetica, sans-serif;
    font-weight: 600;
    margin-bottom: 20px
}

.locator_popup .content_left,
.locator_popup .content_right {
    float: left;
    display: block;
    line-height: 1.3;
    font-family: "TiemposText", "Times New Roman", Times, serif
}

.locator_popup .content_left a,
.locator_popup .content_right a {
    color: #4a90e2;
    text-decoration: none
}

.locator_popup .content_left {
    width: 60%
}

.locator_popup .content_right {
    width: 40%
}

.locator_popup .content_right strong,
.locator_popup .content_right a {
    font-weight: 600;
    font-family: "acumin-pro", Arial, Helvetica, sans-serif
}

@media (min-width: 768px) {
    #locator-map {
        height: 765px
    }
    .kantoren .col-md-8,
    .kantoren .col-md-4 {
        padding: 0 !important
    }    
    .search-results ul {
        padding-left: 24px
    }
    .search-results ul li {
        padding-right: 0
    }
    .search-results ul li:before {
        right: 36px
    }
}

.block-iban h2+hr {
    margin-bottom: 75px
}

.block-iban .form-group {
    max-width: 220px;
    margin: 0 auto 50px
}

.block-iban .form-group .control-label {
    width: auto;
    height: auto;
    vertical-align: middle;
    padding-bottom: 5px
}

.block-iban .form-group .form-control {
    display: inline-block
}

.block-iban .form-group .dot {
    display: inline-block;
    width: 24px;
    height: 34px;
    background:url("/javax.faces.resource/img/iban-line.png.xhtml") no-repeat center;
    vertical-align: middle
}

.block-iban .results {
    margin-top: 50px
}

.block-iban .results .title {
    font-size: 13px
}

.block-iban .results .result {
    color: #333;
    font-family: "acumin-pro", Arial, Helvetica, sans-serif;
    margin-bottom: 25px;
    font-size: 21px;
    font-weight: 600
}

.ondernemen .block-spotlight {
    margin-bottom: 0
}

.ondernemen .intro-block.col-md-6 {
    height: auto;
    min-height: 430px;
    margin-bottom: 0;
    font-size: 18px
}

.ondernemen .intro-block.col-md-6 h2 {
    line-height: 1.1
}

.ondernemen .intro-block.col-md-6 p {
    line-height: 1.4;
    margin-bottom: 30px
}

.ondernemen .title {
    padding: 40px 0;
    margin-bottom: 0;
    font-family: "TiemposText", "Times New Roman", Times, serif;
    font-size: 16px
}

.ondernemen .block-ondernemenlist .block {
    min-height: 460px;
    margin-bottom: 0;
    line-height: 1.46
}

.standard .description {
    max-width: 648px;
    margin: 0 auto;
    float: none
}

.sitemap-overview .list-heading {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
    margin-top: 0
}

.sitemap-overview ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 40px
}

.sitemap-overview ul li {
    padding-left: 0
}

.sitemap-overview ul li a {
    font-size: 16px;
    font-weight: normal;
    line-height: 2;
    color: #4a90e2;
    text-decoration: underline;
    display: block
}

@media (min-width: 992px) {
    .sitemap-overview .col-md-3 {
        border-right: 1px solid #d8d8d8;
        padding-left: 20px;
        padding-right: 20px
    }
    .sitemap-overview .col-md-3:last-child {
        border-right: 0
    }
}

.block-news {
    color: #575757
}

.block-news .col-md-8 {
    max-width: 680px;
    margin: 0 auto;
    float: none
}

.block-news .vacature {
    margin-bottom: 50px
}

.block-news .vacature:last-child {
    margin-bottom: 0
}

.vacature-card {
	margin-bottom: 0 !important
}

.vacature-content{
	padding: 0
}

.vacature-content p {
	padding: 0 15px;
	margin: 5px 0 5px 0
}

.vacature-content li {
	padding: 0 15px;
}
.vacature-content ul {
	margin: 5px 0 5px 0
}

.vacature-content h4{
    text-align: center;
    font-weight: 600;	
    line-height: 30px;
    font-size: 16px;
    background-color: #d8d8d8;
	width: 100%;
}

@media (min-width: 992px) {
	.vacature-content h4 {
    	text-align: left;
    	display: inline;
    	padding: 0 2px 0 2px;
	}
	.vacature-content p {
		padding: 0
	}
	.vacature-content li {
		padding: 0
	}
}

.block-news .vacature p {
    margin-bottom: 10px
}

.footer-menu-toggle {
    text-align: left;
    padding: 20px 45px;
    color: #fff;
    line-height: 1;
    border: 0;
    background:url("/javax.faces.resource/img/icon-sim-label-arrow-right-white.png.xhtml") no-repeat right center #777
}

.footer-menu-toggle.active {
    background:url("/javax.faces.resource/img/icon-link-arrow-down-white.png.xhtml") no-repeat right center #777
}

.site-footer {
    padding: 40px 0 50px;
    text-align: center
}

@media (min-width: 768px) {
	.site-footer {
	    padding-top: 0;
	}
}

.site-footer .sitemap {
    text-align: left;
    padding: 0;
    font-family: "acumin-pro", Arial, Helvetica, sans-serif;
    overflow: hidden
}

.site-footer .sitemap .col-md-3 {
    border-bottom: 1px solid #c5c5c5;
    clear: both;
    padding-bottom: 10px;
    padding-right: 40px
}

.site-footer .sitemap .col-md-3.first {
    border-top: 1px solid #c5c5c5
}

.site-footer .sitemap .col-md-3.last {
    border-bottom: 0;
    padding: 0
}

.site-footer .sitemap .col-md-3.last h4 {
    background-image: none
}

.site-footer .sitemap h4 {
    font-size: 16px;
    padding: 20px 30px 10px;
    margin: 0;
    background:url("/javax.faces.resource/img/icon-sim-label-arrow-right.png.xhtml") no-repeat right 24px
}

.site-footer .sitemap h4.active {
    background:url("/javax.faces.resource/img/icon-link-arrow-down.png.xhtml") no-repeat right 24px
}

.site-footer .sitemap ul {
    display: none
}

.site-footer .sitemap ul li {
    display: block;
    float: none
}

.site-footer .sitemap ul li a {
    display: block;
    font-weight: normal;
    font-size: 16px;
    line-height: 1;
    color: #777;
    padding: 10px 30px
}

.site-footer .sitemap ul li a:hover {
    color: #4a90e2
}

@media (min-width: 992px) {
    .site-footer .sitemap {
        padding-left: 80px;
        padding-right: 80px;
        margin-bottom: 30px
    }
    .site-footer .sitemap .col-md-3 {
        border: 0;
        clear: none;
        padding: 0
    }
    .site-footer .sitemap .col-md-3.first {
        border: 0
    }
    .site-footer .sitemap h4 {
        padding: 0;
        margin-bottom: 10px;
        border: 0;
        background-image: none
    }
    .site-footer .sitemap ul {
        display: block;
        padding-bottom: 32px
    }
    .site-footer .sitemap ul li a {
        padding: 0;
        font-size: 13px;
        line-height: 1.8
    }
}

@media (max-width: 991px) {
    .sitemap .col-md-3 {
        display: none
    }
    
    .sitemap .col-md-3.last {
        display: block !important
    }
}

.alert.help {
    position: relative;
    background-color: #fce400;
    border: 0;
    color: #333;
    padding: 15px 0px;
    width: 240px;
    margin: 0 auto 25px
}

.alert.help:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-width: 0 30px 30px 0;
    border-style: solid;
    border-color: #c7b700 #eee
}

.alert.help .list-heading {
    border: 0;
    overflow: hidden
}

.alert.help ul {
    display: block
}

.alert.help ul li a {
    color: #333;
    font-size: 13px
}

@media (min-width: 992px) {
    .alert.help {
        padding: 32px 25px 0
    }
}

.footer-navigation {
    display: block;
    text-align: center;
    overflow: hidden;
    padding: 20px 0;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 25px
}

.footer-navigation li {
    display: block;
    float: none;
    margin: 0;
    padding: 0
}

.footer-navigation a {
    margin: 0 25px;
    font-size: 13px;
    line-height: 26px;
    color: #777
}

@media (min-width: 768px) {
    .footer-navigation {
        margin-bottom: 45px;
        border-top: 1px solid #dbdbdb
    }
    .footer-navigation li {
        display: inline-block
    }
    .footer-navigation a {
        line-height: 16px
    }
}

.scroll-up {
    display: none
}

@media (min-width: 768px) {
    .scroll-up {
        z-index: 1;
    	position: relative;
        margin: 0 auto;
        top: -70px;
        display: block;
        width: 100px;
        height: 60px;
        border: solid 1px #d8d8d8;
        border-bottom: 0;
        font-size: 13px;
        line-height: 20px;
        color: #333;
        font-family: "acumin-pro", Arial, Helvetica, sans-serif;
        padding: 30px 0 10px;
        background:url("/javax.faces.resource/img/icon-naarboven.png.xhtml") no-repeat center top transparent;
        -webkit-border-top-left-radius: 4px;
        -webkit-border-top-right-radius: 4px;
        -moz-border-radius-topleft: 4px;
        -moz-border-radius-topright: 4px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        background-color: #FFF;
        font-weight: 600
    }
}


@media (min-width: 768px) {
  .modal-lg {
    width: 900px;
  }
}
.site-info {
    display: block
}

.site-info .crelan-credit {
    display: block;
    width: 155px;
    height: 32px;
    padding: 0;
    margin: 0 auto;
    background:url("/javax.faces.resource/img/logo-crelan.svg.xhtml") no-repeat center transparent;
    background-size: 50%;
    text-indent: -999em;
    cursor: pointer
}

.site-info .copyright {
    display: block;
    padding: 10px 25px;
    margin: 0;
    text-align: center;
    color: #939393;
    font-size: 13px;
    line-height: 16px;
    font-family: "acumin-pro", Arial, Helvetica, sans-serif
}

@media (min-width: 768px) {
    .site-info {
        display: inline-block
    }
    .site-info .crelan-credit {
        float: left
    }
    .site-info .copyright {
        float: left;
        text-align: left;
        height: 32px;
        padding: 0
    }
}

.modal{
 	top:100px;
}


.rijksnr {
	width: 200px;
    height: 110px;
    background:url("/nl/image/rijksnr") no-repeat left
    
}



.download.zicht{
	display: inline;
}


.privacy{
	font-size:13px;
}

.akkoord{
	display:inline;
	font-size:11px;
	margin-left:6px;
}

.werkwijze{
	font-size:13px;
}

.akkoord a.download {
	display:inline;
}

.modal.modal-wide .modal-dialog {
  width: 90%;
}
.modal-wide .modal-body {
  overflow-y: auto;
}

.btn-link{
    color:#337ab7;
    font-weight:normal;
    border-radius:0;
    text-decoration:underline
}
.btn-link,.btn-link:active,.btn-link.active,.btn-link[disabled],fieldset[disabled] .btn-link{
    background-color:transparent;
    -webkit-box-shadow:none;
    box-shadow:none
}
.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{
    border-color:transparent
}
.btn-link:hover,.btn-link:focus{
    color:#23527c;
    text-decoration:underline;
    background-color:transparent
}
.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{
    color:#777;
    text-decoration:none
}

.timeline {
  position: relative;
  list-style: none;
  padding: 1rem 0;
  margin: 0;
}

.timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  margin-left: -1px;
  background-color: #fce400;
}

.timeline-element {
  position: relative;
  width: 50%;
  padding: 1rem 0;
  padding-right: 2.5rem;
  text-align: right;
}

.timeline-element::before {
  content: '';
  position: absolute;
  right: -8px;
  top: 1.35rem;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #fce400;
  background-color: #fff;
}

.timeline-element:nth-child(even)::before {
  right: auto;
  left: -8px;
}

.timeline-element:nth-child(even) {
  margin-left: 50%;
  padding-left: 2.5rem;
  padding-right: 0;
  text-align: left;
}

@media (max-width: 767.98px) {
  .timeline::before {
    left: 8px;
  }
}

@media (max-width: 767.98px) {
  .timeline-element {
    width: 100%;
    text-align: left;
    padding-left: 2.5rem;
    padding-right: 0;
  }
}

@media (max-width: 767.98px) {
  .timeline-element::before {
    top: 1.25rem;
    left: 1px;
  }
}

@media (max-width: 767.98px) {
  .timeline-element:nth-child(even) {
    margin-left: 0rem;
  }
}

@media (max-width: 767.98px) {
  .timeline-element {
    width: 100%;
    text-align: left;
    padding-left: 2.5rem;
    padding-right: 0;
  }
}

@media (max-width: 767.98px) {
  .timeline-element:nth-child(even)::before {
    left: 1px;
  }
}

@media (max-width: 767.98px) {
  .timeline-element::before {
    top: 1.25rem;
  }
}

.border {
	border: 1px solid #fce400;
	border-radius: 10px;
}

.flip-card {
  height: 170px;
  width: 100%;
  background-color: transparent;
}

@media (max-width: 1200px) {
	.flip-card {
		height: 126px;
	}
}

@media (max-width: 768px) {
	.flip-card-inner {
	    transform: none !important;
		transform-style: none !important;
		transition: none !important;
	}
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0s;
  transform-style: preserve-3d;
}

.flip-card-inner-slow {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.3s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
  
}

.flip-card-back {
  color: black;
  transform: rotateY(180deg);
}

.article-content {
	text-align: center;
	padding: 80px 30px;
}

.article-content :is(h1, h2, h3, h4, h5, h6)+hr {
	display: block;
	width: 100px;
    height: 2px;
    margin: 0 auto 56px;
	margin-bottom: 25px;
    background-color: #333;
    border: 0
}

.article-content :is(h1, h2, h3, h4, h5, h6) {
	margin-bottom: 25px;
}

.article {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.article-title {
	border-bottom: 1px solid #333333;
	margin: 0px 30px;
	margin-bottom: 10px;
}

.article-title h3 {
	margin-bottom: 5px;
}

.article-title span {
	padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    background-color: #fce400;
    display: inline;
    clear: both;
    line-height: normal;
    -webkit-box-decoration-break: clone;
}

.article-content ul {
	list-style-type: square;
	text-align: left;
	line-height: 30px;
	padding-left: 19px;
}

.article-content ul li {
	padding-bottom: 10px;
}

.article-content ul li::marker{
	font-size: 1.2em;
}

.article-content a {
	font-weight: bold;
	color: #333333 !important;
	text-decoration: none !important;
}

.alinea {
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 0px;
	color: #212529;
}

.alinea .text {
	padding-top: 30px;
	padding-bottom: 20px;
	height: inherit;
}

/* als artikel geen header heeft als directe child -> eerste alinea pt 0*/
.article:not(:has(> .article-title)) .alinea .text {
	padding-top: 0px;
}

.alinea ul {
	list-style-type: square;
	padding-left: 19px;
}

.alinea ul li::marker {
	font-size: 1.2em;
}

.alinea p:last-child, ul:last-child {
	margin-bottom: 0px;
}

.alinea img {
	max-width: 250px;
	padding-bottom: 20px;
}

.alinea i {
	font-size: 10em;
}

.alinea:nth-child(even):has(.alinea-image) {
	background-color: #FAF9F7;
}

@media (min-width: 992px) {
	.article-content {
		padding: 80px 160px;
	}
	
	.alinea {
		padding-left: 160px;
		padding-right: 160px;	
	}
	
	.article-title {
		margin: 0px 160px;
	}

	.alinea:nth-child(even) div:has(.alinea-image) > div:nth-child(2) {
		right: 50%;
	}
	.alinea:nth-child(even) div:has(.alinea-image) > div:nth-child(1) {
		left: 50%;
	}
	
	/* als artikel geen footer heeft als directe child -> laatste alinea pb 0 */
	.article:not(:has(> .article-content)) .alinea .text {
		padding-bottom: 0px;
	}
	
	.alinea img {
		padding-bottom: 0px;
	}
	
	.alinea p:last-child, ul:last-child {
		margin-bottom: 20px;
	}
}

.flex-alinea-center {
	display: flex;
	justify-content: center;
	align-items: center;
	height: inherit;
}

.block:has(.modal-download .modal) {
	z-index: auto;
}

.modal-download .modal {
	margin: 20px;
	top: 0px;
	padding-right: 0px !important;
}

.modal-download .modal-dialog {
	width: calc(100vw - 40px); /* 20px right + 20px left */ 
	background-color: white;
	margin: 0px;
}

.modal-download .modal-header {
	background-color: white;
	height: 70px;
}

.modal-download .modal-title {
	display: flex;
	justify-content: center;
}

.modal-download .modal-body {
	background-color: white;
	height: calc(100vh - 189px); /* 20px top + 70px header + 79px footer + 20px bottom */ 
	padding: 20px;
}

.modal-download .modal-body iframe {
	height: 100%;
	width: 100%;
}

.modal-download .modal-footer {
	background-color: white;
	height: 79px;
	padding: 5px;
}