/*
 Theme Name:   Woon
 Description:  woonverzekering Theme
 Template:     twentysixteen
 Version:      1.0.0
 Tags:         black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready, responsive-layout, infinite-scroll, post-slider, design, food, journal, magazine, news, photography, portfolio, clean, contemporary, dark, elegant, modern, professional, sophisticated
 Text Domain:  twenty-sixteen-child
*/


/*********************************
MAIN
*********************************/
* {
  word-break: normal; /* Ensures words are not broken at arbitrary points */
  overflow-wrap: normal; /* Prevents long words from breaking */
  hyphens: none; /* Disable automatic hyphenation */
}



body {
    background-color: #fff;
    font-family: 'Outfit', sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #020202;
    margin: 0;
    padding: 0;
}
body::before, body::after{
    display: none!important;
    content: none!important;
}
.clear:before, .clear:after, blockquote:before, blockquote:after, .entry-content:before, .entry-content:after, .entry-summary:before, .entry-summary:after, .comment-content:before, .comment-content:after, .site-content:before, .site-content:after, .site-main > article:before, .site-main > article:after, .primary-menu:before, .primary-menu:after, .social-links-menu:before, .social-links-menu:after, .textwidget:before, .textwidget:after, .content-bottom-widgets:before, .content-bottom-widgets:after{
    display: none!important;
    content: none!important;
}
.entry-header, .post-thumbnail, .entry-content, .entry-summary, .entry-footer, .comments-area, .image-navigation, .post-navigation, .page-header, .page-content, .content-bottom-widgets{
    margin: 0!important;
}
.row{
    position: relative;
    overflow: hidden;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    display: block;
}
.container.mid {
    max-width: 92%;
}
.site-content{
    padding: 0!important;
}









/*********************************
BUTTONS
*********************************/
a:hover, a:focus, a:active {
    color: initial;
}
.btn-yellow, .big-btn-inner{
    display: inline-block;
    position: relative;
    background-color: #FFCD45;
    padding: 8px 50px 8px 30px;
    text-align: center;
    border-radius: 32px;
    text-decoration: none;
    color: #000;
    font-size: 17px;
    line-height: 30px;
    font-weight: 400;
    cursor: pointer;
}
.btn-yellow.dark-btn{
    background-color: #e99f14;
}
.btn-yellow.dark-btn:hover{
    background-color: #ffdc99;
}
.btn-yellow.block{
    display: inline-block;
    float: right;
}
.btn-yellow:hover, .big-btn-inner:hover{
    background-color: #ffc21b;
}
.btn-yellow::after, .big-btn-inner::after{
    content: '';
    position: absolute;
    right: 28px;
    top: 16px;
    width: 16px;
    height: 16px;
    background-image: url(images/next-black.svg);
    background-size: 16px;
    background-position: center;
    background-repeat: no-repeat;
}

a.in-click{
    display: block;
    height: 100%;
    text-decoration: none;
    color: #020202;
    position: relative;
    padding: 30px;
    border-radius: 12px;
}
a.in-click::after{
    content: '';
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 30px;
    height: 30px;
    background-image: url(images/arrow-a.svg);
    background-size: 30px;
    background-position: center; 
}
a.in-click:hover{
    box-shadow: 2px 0 10px #ccc;
}

a.meer{
    color: #020202;
    text-decoration: underline;
    position: relative;
    padding-left: 40px;
}
a.meer::after{
    content: '';
    position: absolute;
    left: 0;
    top: -3px;
    width: 30px;
    height: 30px;
    background-image: url(images/arrow-a.svg);
    background-size: 30px;
    background-position: center; 
}
a:focus {
    outline: none!important;
}


/*********************************
TXT
*********************************/

a.tekstlink {
    color: #ff7e00;
    font-weight: 400;
    text-decoration: underline;
    cursor: pointer;
}

a.tekstlink:hover {
	color: #000;
	}
a{
    color: #ff7e00;
    font-weight: 400;
    text-decoration: underline;
}
p{
    font-size: 17px;
    line-height: 27px;
    font-weight: 300;
    color: #020202;
}
p.sml-note{
    font-size: 13px;
    line-height: 17px;
    font-weight: 300;
    opacity: .7;
}
p a{
    color: #ff7e00;
    font-weight: 400;
    text-decoration: underline;
}
p.tips{
    padding: 30px;
    background-color: #ffce46;
    margin-bottom: 0;
    border-radius: 12px;
    font-weight: 400;
    position: relative;
}
p.tips span.tip{
    position: absolute;
    left: 0;
    top: -22px;
    background-color: #ffe496;
    width: 66px;
    height: 44px;
    transform: rotate(-27deg);
    text-align: center;
    line-height: 44px;
    font-weight: 500;
}
.big-p{
    font-size: 20px;
    line-height: 26px;
}

b{
    font-weight: 400;
}
b.block{
    display: block;
}
strong{
    font-weight: 500;
}
strong.block{
    display: block;
    font-size: 22px;
}
.center{
    text-align: center;
}

h1, h2, h3, h4, h5{
    font-weight: 500;
}
h1{
    font-size: 36px;
    line-height: 38px;
}
h1.big{
    font-size: 58px;
    line-height: 58px;
}
h2{
    font-size: 34px;
    line-height: 36px;
}
h2.big{
    font-size: 44px;
    line-height: 48px;
}
h2.smls{
    font-size: 24px;
    line-height: 34px;
}
h3{
    font-size: 30px;
    line-height: 32px;
}
h4{
    font-size: 24px;
    line-height: 26px;
}


.tick-title{
    position: relative;
}
.tick-title::before{
    position: relative;
    display: block;
    content: '';
    left: 0;
    top: 0;
    margin-bottom: 10px;
    width: 20px;
    height: 20px;
    background-image: url(images/check.svg);
    background-size: 20px;
    background-position: center;
}

.underlines{
    display: inline-block;
    border-bottom: 2px solid #FFCD45;
}
.ins-block{
    position: relative;
    padding-left: 10%;
}
.ins-block::before{
    content: '';
    position: absolute;
    left: 0;
    top: 17px;
    width: 8%;
    height: 2px;
    background-color: #f9bf1e;
}

table caption{
    margin-bottom: 20px;
    font-weight: 500;
}

/*********************************
    WIDTHS
*********************************/

.seven-big{
    width: 70%;
}
.fifty-big{
    width: 50%;
}


/*********************************
    LIST STYLE
*********************************/

ul.ticks, ul.tick-list{
    list-style: none;
    font-weight: 300;
    margin: 0;
    padding: 0 0 0 30px;
}
ul.ticks li, ul.tick-list li{
    padding-left: 30px;
    position: relative;
    margin: 10px 0;
    font-size: 17px;
}
ul.ticks li::before{
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 20px;
    height: 20px;
    background-image: url(images/check.svg);
    background-size: 20px;
    background-position: center;
}

ul.tick-list li::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background-image: url(images/check.svg);
    background-size: 20px;
    background-position: center;
    filter: brightness(10);
}


/*********************************
    MARGINS & PADDINGS 
*********************************/

.m-top{
    margin-top: 15px!important;
}
.m-top-mid{
    margin-top: 30px!important;
}
.m-top-big{
    margin-top: 5%!important;
}
.m-bottom{
    margin-bottom: 15px!important;
}
.m-bottom-mid{
    margin-bottom: 30px!important;
}
.m-bottom-big{
    margin-bottom: 5%!important;
}
.no-m{
    margin: 0!important;
}
.no-m-bottom{
    margin-bottom: 0!important;
}
.no-m-top{
    margin-top: 0!important; 
}

.p-all{
    padding: 5%!important;
}
.p-top{
    padding-top: 5%!important;
}
.p-bottom{
    padding-bottom: 5%!important;
}
.p-bottom-sml{
    padding-bottom: 3%!important;
}
.p-top-bottom{
    padding: 5% 0!important;
}
.inn{
    padding: 30px!important;
}




/*********************************
    COLOURS
*********************************/

.white-bg{
    background-color: #fff;
}
.light-bg{
    background: #f1f0ed;
}
.beige-bg{
    background-color: #F4EAD0;
}
.beige-bg-light{
    background-color: #f7f4ec;
}
.yellow-bg{
    background-color: #FFCD45;
}
.yellow-bg-light{
    background-color: #f7f2e4;
}
.orange-bg{
    background-color: #F49100;
}
.yellow-bg{
    background-color: #f4c442;
}
.blue-bg{
    background-color: #2F89AC;
}
.purple-bg{
    background: #ab9abe;
}
.bx-shadow{
    box-shadow: 2px 0 10px #ddd;
}


.wht{
    color: #fff;
}


.six-links .six-one i{
    font-size: 24px;
    display: block;
    margin-bottom: 20px;
}


/** BORDER RADIUS **/

.rnd{
    border-radius: 12px;
}
.rnd-round{
    border-radius: 50%;
}



.expert-image{
    display: inline-block;
    position: relative;
    float: left;
}
.expert-image .check-abs{
    position: absolute;
    right: -20px;
}
.expert-txt{
    display: inline-block;
    margin-left: 5%;
    width: 70%;
}
.expert-txt h3{
    margin-bottom: 20px;
}
.expert-txt p{
    margin-bottom: 0;
}


/*********************************
    BG IMAGES ROW
*********************************/

.abs-bbg{
    position: relative;
    z-index: 2;
}
.abs-bg{
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 1;
}
.abs-bg.right-top{
    right: 0;
    top: 0;
}
.abs-bg.left-top{
    left: 0;
    top: 0;
}
.abs-bg.left-bottom{
    left: 0;
    bottom: 0;
    transform: rotateY(-180deg);
}
.abs-bg.right-top{
    right: 0;
    top: 0;
}

.right-left-padding{
    padding-left: 40%;
    position: relative;
    z-index: 2;
}


/*********************************
    HEADER
*********************************/

.top-header {
    padding: 0;
    display: block;
    width: 100%;
    position: relative;
    background-color: #000;
}
.tops{
    display: flex;
    justify-content: space-between;
}
.tops p, .tops a{
    margin: 0;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}
.tops a{
    font-weight: 600;
}
p.top.right{
    color: #fff;
    font-weight: 400;
}

.main-nav{
    padding: 10px 0 5px;
    position: relative;
    z-index: 2;
    box-shadow: 0px 15px 10px -15px #ddd;
}
.big-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 0 10px;
}
.big-nav .header-logo {
    flex-basis: 5%;
}
.header-main-nav {
    flex-basis: 60%;
    padding: 15px 0 0;
}
.header-btn-right {
    flex-basis: 35%;
    margin-top: 0;
}
.header-main-nav ul {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
}
.header-main-nav ul li {
    display: inline;
    margin-right: 3%;
}


.all-hamburger {
    border-right: 1px solid #ccc;
    margin-right: 3%;
    padding-right: 3%;
}
.hamburger .all-link {
    float: left;
    display: block;
    padding-left: 35px;
    margin: 0;
    font-size: 17px;
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    line-height: 25px;
    -webkit-appearance: none;
    color: #333;
    text-transform: none;
    letter-spacing: 0;
}

.hamburger {
    border: none;
    cursor: pointer;
    text-align: center;
    background-color: transparent;
    padding: 0 10px 0 0;
    outline: none;
    -webkit-appearance: none;
    float: left;
    position: relative;
}
.hamburger span {
    height: 1.5px;
    width: 20px;
    background-color: #2e2f3c;
    display: block;
    text-align: center;
    margin: 4px 0;
    padding: 0;
    border-radius: 0;
    position: absolute;
    left: 0;
}
.hamburger:hover{
    background-color: transparent;
}
.hamburger span.hamburger-one {
    top: 2px;
}
.hamburger span.hamburger-two {
    top: 8px;
}
.hamburger span.hamburger-three {
    top: 14px;
}
.header-main-nav ul li a {
    font-size: 17px;
    font-weight: 300;
    color: #020202;
    text-decoration: none;
}







/**********************************
HAMBURGER NAV 
**********************************/

.opacity {
    position: fixed;
    background-color: transparent;
    opacity: 0;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    transition: 0.2s linear opacity;
}
.active-opacity {
    opacity: 0.8;
    z-index: 7;
    display: block;
}
.active-opacity {
    background-color: rgba(0,0,0, .6);
}

.sidenav {
    position: fixed;
    width: 0;
    height: 100%;
    box-sizing: border-box;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 8;
    overflow-x: hidden;
    transition: width .5s;
    display: none;
}
.sidenav.active-sidenav {
    width: 80%;
    display: block;
    top: 0;
    z-index: 9;
}
.close-x {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 3;
}
.close-x img{
    width: 18px;
}


/** IMAGES POSITIONS **/

.left-abs-bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 40%;
    height: auto;
}



/**********************************
    HERO HOME 
**********************************/

.hero-home{
    background-color: #ae9dc1;
    padding: 5% 0 0;
}
.hero-home.dark-bg-hero{
    background-color: #503b67;
}
.hero-two{
    display: flex;
    justify-content: space-between;
}
.hero-main-guy{
    width: 680px;
    height: auto;
}
.hero-left {
    margin: 5% 0 5% 10%;
    width: 40%;
    position: relative;
    z-index: 2;
}
.hero-left h1{
    font-size: 54px;
    font-weight: 500;
    line-height: 56px;
    margin: 0 0 30px;
}
.hero-left p b{
    display: block;
}
.hero-left.sml-lft{
    margin: 0 0 5% 5%;
}
.hero-left.sml-lft .land-hero{
    padding: 5% 10%;
    background-color: #ae9dc1;
    border-radius: 4px;
}
.hero-left.sml-lft .land-hero h1{
    font-size: 36px;
}


/** LOGOS **/

ul.logo-list{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    column-count: 2;
    height: 160px;
}
ul.logo-list li{
    padding: 10px;
    text-align: center;
    background-color: #fff;
    margin: 0 10px 10px 0;
    border-radius: 10px;
    box-shadow: 2px 0 10px #ddd;
}
ul.logo-list li:hover{
    box-shadow: 2px 0 10px #ccc;
}

/**
TOP 3 HOME 
**/

.top-three-box{
    display: block;
    padding: 5%;
    box-shadow: 2px 0 10px #ddd;
    background-color: #F6F5F5;
    border-radius: 24px;
}
.top-bx{
    display: flex;
    justify-content: space-between;
}
.top-bx .bx-one{
    flex-basis: 30%;
    background-color: #fff;
    border-radius: 12px;
    border: 1px solid #ededed;
}
.top-bx .bx-one .in-bx{
    padding: 30px;
}


/**
SIX LINKS 
**/

.six-links{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.six-links .six-one{
    flex: 0 0 31%;
    margin-bottom: 2%;
    border-radius: 10px;
}
.six-links.halfs .six-one{
    flex: 0 0 49%;
}
.six-links .six-one.white-shdw{
    background-color: #fff;
    box-shadow: 2px 0 10px #ddd;
}

.six-links .six-one.six-btn-cta{
    display: table;
}
.six-links .six-one.six-btn-cta a.in-click{
    display: table-cell;
    vertical-align: middle;
    padding-left: 15%;
}

/**
TWO HALF BOXES 
**/

.two-half-boxes{
    display: flex;
    justify-content: space-between;
    gap: 2%;
}
.two-half-boxes .half-box{
    flex-basis: 48%;
    border-radius: 12px;
}



/** 
BIG BLUE 
**/

.big-blue{
    border-radius: 24px;
    padding: 5% 5% 0 5%;
}
.pht-box{
    display: flex;
    justify-content: space-between;
}
.pht-box .pht-box-img{
    flex-basis: 30%;
}
.pht-box .pht-box-img img{
    width: 100%;
    height: auto;
}
.pht-box .pht-box-cont{
    flex-basis: 50%;
    margin-right: 10%
}
.tbl-mid {
    display: table;
}
.tbl-mid .tbl-m{
    display: table-cell;
    vertical-align: middle;
}



/** 
OVER ONS SECTION
**/


.four-fifty{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.four-fifty .f-half-box{
    flex: 0 0 40%;
    margin-bottom: 2%;
    border-radius: 10px;
}





/***********************************
FOOTER 
***********************************/

.foo-numbers{
    padding: 3% 0;
    background-color: #fff;
    box-shadow: 
        inset 0px 11px 8px -10px #CCC,
        inset 0px -11px 8px -10px #CCC; 
        position: relative;
        z-index: 2;
}
ul.numbers-trust {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    margin: 0;
}
ul.numbers-trust li {
    flex-basis: 20%;
    font-size: 15px;
    font-weight: 300;
    line-height: 18px;
    border-right: 1px solid #ccc;
    padding: 0 3% 0 0;
    margin-right: 3%;
}
ul.numbers-trust li span {
    display: block;
    font-size: 34px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 10px;
}
ul.numbers-trust li span strong {
    font-size: 15px;
    font-weight: 500;
    display: block;
    line-height: 30px;
    margin-top: 10px;
}
ul.numbers-trust li.trust-last{
    border-right: none;
}
ul.numbers-trust li.trust-last span {
    font-size: 15px;
    font-weight: 500;
    margin-top: 20px;
}


footer{
    background-color: #FFCD45;
    padding: 0;
}
.foo-top {
    display: flex;
    justify-content: space-between;
    margin-top: 5%;
}
.foo-top .foo-logo{
    flex-basis: 12%;
}
.foo-top .foo-logo img{
    width: 100px;
    height: auto;
}
.top-foo-cont h5{
    margin: 0;
    font-size: 20px;
}
.top-foo-cont p{
    margin-top: 10px;
    font-size: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #333;
    padding-right: 30%;
}

.foo-mid{
    padding: 5% 0 5% 11%;
    display: flex;
    justify-content: flex-start;
}
.foo-mid ul{
    flex-basis: 30%;
    list-style: none;
    padding-left: 0;
    margin: 0;
    font-weight: 300;
}
.foo-mid ul li{
    line-height: 32px;
}
.foo-mid ul.foo-main-list{
    font-weight: 500;
}
.foo-mid ul li a{
    color: #020202;
}

.foo-btm{
    padding: 3% 0;
    border-top: 1px solid #333;
}






/**********************************
INNER PAGE 
**********************************/

.page-full-content{
    display: block;
    width: 100%;
}
.in-hero-left{
    width: 50%;
    position: relative;
    z-index: 2;
}
.in-h-abs{
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: 100%;
}
.in-h-abs.sevns{
    width: 70%;
    height: auto;
}
.in-h-abs.full{
    top: -40%;
    bottom: auto;
    right: 0;
    width: 100%;
    height: auto;
    opacity: .7;
}


/**********************************
INNER PAGE - PAGE.PHP TEMPLATE 
**********************************/

.brake.small{ display: block; height: 1px; margin: 15px 0; }
.brake.big{ display: block; margin: 30px 0; height: 1px; }
.brake.line{ display: block; height: 1px; background-color: #ccc; margin: 60px 0; }


.in-breads, .in-breads a {
    font-size: 15px;
    color: #020202!important;
}
.in-breads .breadcrumb_last{
    opacity: .7!important;
}

.page-left-content .lwptoc{
    display: none!important;
}

.page-left-content ul{
    margin: 30px 0 30px 30px;
}

.page-content-in{
    padding: 3% 0;
    font-size: 17px;
    line-height: 24px;
    font-weight: 300;
    color: #020202;
    overflow: initial;
}

.page-content-in h1, .page-content-in h2, .page-content-in h3, .page-content-in h4{
    display: block;
    margin-bottom: 30px;
}

.in-block{
    display: block;
    margin: 30px 0 0;
    float: left;
    width: 100%;
}

.page-content-in h2{
    margin-top: 30px;
 }
.main-content-plus-side{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding: 0;
}
.main-content-plus-side .page-left-content {
    flex-basis: 65%;
    padding: 3%;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 2px 0 10px #ddd;
}
.page-right-sidebar {
    width: 32%;
    height: 100vh;
    margin-left: 3%;
    top: 20px !important;
    border-radius: 12px;
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 7 !important;
}
.page-right-sidebar .lwptoc {
    padding: 30px 15px 30px 30px;
    background-color: #fff;
    box-shadow: 2px 0 10px #ddd;
    border-radius: 12px;
}
.lwptoc .lwptoc_i {
    background-color: transparent !important;
    width: 95%;
    padding: 0px !important;
    border: 0px !important;
    margin: 0px !important;
}
.lwptoc .lwptoc_i .active-link span {
    font-weight: 600;
    font-size: 15px;
}
.lwptoc-baseItems .lwptoc_items {
    font-size: initial!important;
}
.lwptoc-light .lwptoc_i A{
    color: #020202!important;
}

.page-right-sidebar .lwptoc .lwptoc_itemWrap {
    margin-bottom: 0 !important;
}
.page-right-sidebar .lwptoc_item{
    margin-bottom: 10px;
}
.in-cont-img-block{
    display: flex;
    justify-content: space-between;
}
.in-cont-img-block .in-left-img{
    flex-basis: 45%;
}
.in-cont-img-block .right-txt-img{
    flex-basis: 50%;
    display: table;
}
.in-cont-img-block .right-txt-img p{
    display: table-cell;
    vertical-align: middle;
}


.side-cta-bar{
    padding: 30px;
    background-color: #c4effd;
    border-radius: 12px;
    box-shadow: 2px 0 10px #ddd;
}
.side-cta-bar h4{
    font-size: 22px;
    margin-bottom: 0;
}

.side-cta-bar p {
    font-size: 15px;
}

/**********************************
MENU LIST  
**********************************/



li.pagenav {
    font-size: 0;
    padding: 0 3% 3%;
}
li.pagenav>ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
li.pagenav ul li.acc {
    padding: 20px 30px 0;
    position: relative;
}
li.pagenav ul li.acc.active{
      
    margin-bottom: 10px;
}

ul.ham-btn li.first-nav{
  position: relative;
}
ul.ham-btn li.first-nav a{
  color: #fff;
    font-size: 15px;
    display: block;
    line-height: 45px;
}
ul.ham-btn li.first-nav a span {
  display: inline;
    float: left;
    margin: 0;
}
ul.ham-btn li.first-nav a span img{
    width: 20px;
    height: 20px;
    position: relative;
    left: 0;
    top: 1px;
    margin-right: 10px;
    background-color: #333;
    border-radius: 50%;
    padding: 10px;
    float: left;
}
.main-top-menu ul li.first-nav::after{
  content: none;
  display: none;
}

li.pagenav>ul>li>a {
    display: block;
    position: relative;
    color: #333;
    line-height: 44px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    padding-left: 30px;
    font-size: 22px;
    font-weight: 500;
    font-family: Work sans, sans-serif;
    letter-spacing: -1px;
}
li.pagenav >ul > li.page_item_has_children a::after {
    content: '+';
    position: absolute;
    left: 0;
    top: 0;
    width: 12px;
    height: 12px;
}
li.pagenav >ul > li.page_item_has_children.active a::after{
  content: '-';
}
li.pagenav ul ul {
    display: none;
}
li.pagenav > ul > li.active > ul.children {
    margin: 30px 0 0;
    padding: 0 30px 60px 30px;
    flex-flow: column wrap;
    column-count: 3;
    gap: 5%;
}
li.pagenav > ul > li.current_page_ancestor > ul.children,
li.pagenav > ul > li.current_page_item > ul.children{
  margin: 30px 0 0;
    padding: 0 30px 60px 30px;
    flex-flow: column wrap;
    column-count: 3;
    gap: 5%;
}




li.pagenav ul.children.thrd {
    margin: 10px 0;
}
li.pagenav ul.children.thrd li {
    line-height: 24px;
    width: 100%;
}
li.pagenav ul.children.thrd li a {
    position: relative;
    text-decoration: none;
    line-height: 24px;
    padding-left: 0;
    color: #232323;
    border-bottom: 1px solid #b9bccd;
    display: block;
    width: 100%;
    text-align: left;
    padding: 15px 0;
    font-size: 16px;
    font-weight: 400;
    font-family: Work sans, sans-serif;
    letter-spacing: -1px;
}
li.pagenav > ul > li > ul.thrd > li a::after{
    content: none;
    display: none;
  }
li.pagenav ul.children.thrd li a:hover{
  color: #232323;
  border-bottom: 1px solid #2955b5;
  opacity: .6;
}

li.pagenav ul li.acc.current_page_ancestor > ul.children.thrd,
li.pagenav ul li.acc.current_page_item > ul.children.thrd{
  display: block;
}
li.pagenav ul li.acc.current_page_ancestor > ul.children.thrd li.current_page_item a{
  font-weight: 700;
}

li.pagenav > ul > li.active > ul.children.thrd li:nth-child(1) a{

}


.hamburger-menu-foo {
    padding: 0 5% 3%;
    background-color: #fffaed;
}
.hamburger-menu-foo .in-mn {
    display: block;
    padding-top: 3%;
}
.in-mn h5 {
    font-size: 24px;
    font-weight: 400 !important;
    margin-top: 0;
    margin-bottom: 20px;
}
.in-mn p {
    width: 50%;
    font-size: 17px;
}
.lnks a {
    display: inline-block;
    margin-right: 30px;
    text-decoration: none;
    font-size: 17px;
    font-weight: 400;
    color: #232323;
}

.nav-banners{
    padding: 3%;
}
.nav-banners ul{
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    margin: 0;
}
.nav-banners ul li{
    flex-basis: 49%;
    min-height: 82px;
    position: relative;
    overflow: hidden;
    display: table;
    border-radius: 12px;
}
.nav-banners ul li img {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    height: 100%;
}
.nav-banners ul li a {
    position: relative;
    background-color: #FFCD45;
    padding: 13px 50px 13px 30px;
    text-align: center;
    border-radius: 32px;
    text-decoration: none;
    color: #000;
    font-size: 17px;
    line-height: 30px;
    font-weight: 400;
}
.nav-banners ul li a::after{
    content: '';
    position: absolute;
    right: 28px;
    top: 16px;
    width: 16px;
    height: 16px;
    background-image: url(images/next-black.svg);
    background-size: 16px;
    background-position: center;
    background-repeat: no-repeat;
}
.nav-banners ul li.zorg{
    background-color: #c1b0d4;
    padding: 38px;
}

.nav-banners ul li.menu-in-search {
    background-color: #f6ead0;
}
.nav-banners ul li.menu-in-search .search-form {
    width: 90%;
    margin: 30px 5%;
    position: relative;
    background-color: transparent;
}
.nav-banners ul li.menu-in-search .search-form label {
    position: relative;
    left: 0;
    top: 0;
}
.search-form input.search-field {
    padding: 20px !important;
    border: none;
    border-radius: 6px;
    height: 52px;
    width: 100%;
    background-color: #fff;
}
.nav-banners ul li.menu-in-search .search-form .search-submit {
    position: absolute;
    right: 0;
    top: 0;
    -webkit-appearance: none;
    border: none;
    box-shadow: none;
    padding: 0px 30px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    font-family: Poppins, sans-serif !important;
    background-color: #FFCD45;
    color: #333;
    cursor: pointer;
    width: 30%;
    text-transform: none;
    letter-spacing: 0;
}


/** Bottom Sidebar on Inner pages **/

.sidebar-inhoud ul, .sidebar-inhoud ul li{
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 30px;
}

.sidebar-inhoud ul, .sidebar-inhoud ul li a {
    text-decoration: none;
}


::marker {
    display: none;
    content: none;
}
.main-content-plus-side .page-left-content ::marker{
	display: block;
    content: initial;
}
.sidebar-inhoud #text-2{
    padding: 3%;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 2px 0 10px #ddd;
}
.secondmenupart ul{
    flex-flow: column wrap;
    column-count: 2;
    gap: 5%;
    list-style: none;
    font-style: normal;
}
.secondmenupart ul li a{
    color: #020202;
    font-weight: 400;
}
.secondmenupart h2{
    font-weight: 500;
}

.btm-zoek{
    margin-top: 5%;
}
.btm-zoek .search-form{
    box-shadow: 2px 0 10px #ddd;
    border-radius: 12px;
    padding: 10px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    margin-left: 0!important;
}
.btm-zoek .search-form .search-submit{
    width: 120px;
}



.blauwblok{
    padding: 30px;
    background-color: #c4effd;
    margin-bottom: 0;
    border-radius: 12px;
    font-weight: 400;
    position: relative;
    margin-top: 10%;
}
.blauwblok h2{
    position: absolute;
    left: -12px;
    top: -50px;
    background-color: #82c0d4;
    width: 122px;
    height: 44px;
    transform: rotate(-14deg);
    text-align: center;
    line-height: 44px;
    font-weight: 500;
    font-size: 18px;
}
.blauwblok ul li{
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    list-style: none;
}
.blauwblok ul li::before{
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 6px;
    height: 6px;
    background-color: #333;
    border-radius: 50%;
}


/** SEARCH **/

.main-content-zoek header.page-header{
    padding: 0!important;
    border: none!important;
}
.main-content-zoek article {
    padding: 3%;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 2px 0 10px #ddd;
    margin-bottom: 3%;
}
.pagination{
    border: none!important;
}
.pagination .page-numbers{
    color: #333;
}
.pagination .next{
    color: #fff;
}
.pagination .prev:hover, .pagination .prev:focus, .pagination .next:hover, .pagination .next:focus{
    background-color: #ccc;
}




/** FAQ'S **/

.faqs{
	border: none;
	padding: 0 5%;
}

.content-acc {
    padding: 0;
    border-bottom: 1px solid #ddd;
}
.content-acc-trigger {
    cursor: pointer;
    padding: 20px 0 20px 79px;
    position: relative;
    font-size: 18px;
    font-weight: 500;
    display: block;
    color: #2661dc;
}
.content-acc-trigger:hover{
	color: #0d2046;
}
.content-acc-trigger::before {
    content: '+';
    position: absolute;
    left: 17px;
    top: 18px;
    font-size: 20px;
    font-weight: 400;
    color: #000;
    width: 28px;
    height: 34px;
    line-height: 34px;
    border-right: 1px solid #ccc;
}
.content-acc.active .content-acc-trigger::before {
    content: '-';
    top: 13px;
}
.content-acc.active .content-acc-trigger{
	color: #0d2046;
}
.content-acc section {
    display: none;
}
.inner.show {
    padding: 30px 0 50px 80px;
}






/**********************************
RESPONSIVE 
**********************************/


/** 1200px **/

@media only screen and (max-width: 1200px) {

.container{
    max-width: 90%;
}
.hero-left{
    margin: 5% 0 5% 0%;
    width: 50%;
}
.hero-left h1{
    font-size: 44px;
    line-height: 48px;
}
.top-three-box{
    padding: 3%;
}
.top-three-box .container{
    max-width: 100%;
}
.top-foo-cont p{
    margin-top: 0;
    padding-right: 0;
}

.main-content-plus-side .page-left-content{
    flex-basis: 65%;
}

}



/** 980px **/

@media only screen and (max-width: 980px) {

.nav-banners ul{
    display: block;
}
.nav-banners ul li{
    width: 100%;
}
.nav-banners ul li.zorg{
    margin-bottom: 20px;
}

.big-nav .header-logo {
    flex-basis: 8%;
}
.header-main-nav {
    flex-basis: 55%;
    padding: 10px 0 0;
}
.hamburger .all-link, .header-main-nav ul li a, .big-nav .btn-yellow.block{
    font-size: 15px;
}

.foo-top .foo-logo {
    flex-basis: 20%;
}
.fifty-big {
    width: 100%;
}

.page-content-in{
    padding: 25px 0 5%;
}
.main-content-plus-side .page-left-content{
    flex-basis: 100%;
    padding: 5%;
}
.page-right-sidebar h3, .page-right-sidebar .lwptoc{
    display: none!important;
}
.page-right-sidebar{
    margin-top: 5%;
    margin-left: 0;
    width: 100%;
    height: auto;
    position: relative!important;

}

.foo-numbers{
    padding: 6% 0;
}
ul.numbers-trust{
    flex-wrap: wrap;
    justify-content: center;
}
ul.numbers-trust li{
    flex-basis: 30%;
    text-align: center;
}
ul.numbers-trust li:nth-child(3){
    display: none;
}

.left-abs-bg{
    left: -10%;
    width: 50%;
    bottom: 0;
    top: auto;
}


}



/** 860px **/

@media only screen and (max-width: 860px) {

h2.big {
    font-size: 40px;
}

.in-h-abs.sevns {
    width: auto;
    height: 70%;
    top: initial;
    bottom: 0;
}
.hero-left{
    width: 60%;
}
.hero-left h1 {
    font-size: 34px;
    line-height: 38px;
}

.foo-top{
    display: block;
}
.foo-top .foo-logo img {
    width: 44px;
    margin-bottom: 10px;
}
.foo-mid{
    padding: 0 0 5%;
}
.top-foo-cont p{
    padding-bottom: 5%;
}
.four-fifty .f-half-box {
    flex: 0 0 45%;
}

li.pagenav > ul > li.current_page_ancestor > ul.children, li.pagenav > ul > li.current_page_item > ul.children{
    column-count: 2;
}
ul.logo-list{
    height: auto;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: initial;
}
ul.logo-list li{
    flex-basis: 31%;
}

}




/** 740px **/

@media only screen and (max-width: 740px) {

.header-main-nav ul li{
    display: none;
}
.header-main-nav ul li.all-hamburger{
    display: block;
}
.header-main-nav{
    flex-basis: 15%;
}
.header-btn-right{
    flex-basis: 70%;
}

.seven-big{
    width: 100%;
}

.six-links .six-one{
    flex: 0 0 49%;
}

.two-half-boxes{
    display: block;
}
.two-half-boxes .half-box:nth-child(1){
    margin-bottom: 30px;
}
.big-blue{
    padding: 5%;
}
.pht-box .pht-box-img img{
    border-radius: 22px;
}

li.pagenav > ul > li.current_page_ancestor > ul.children, li.pagenav > ul > li.current_page_item > ul.children,
li.pagenav > ul > li.active > ul.children{
    column-count: 1;
}

.hero-left{
    width: 70%;
}

}


/** 640px **/

@media only screen and (max-width: 640px) {

.sidenav.active-sidenav{
    width: 100%;
}
.nav-banners {
    padding: 60px 3% 0;
}
.close-x{
    right: 4%;
    top: 15px;
}
.row.p-top-bottom {
    padding: 10% 0 !important;
}

.four-fifty{
    display: block;
}
.four-fifty .f-half-box{
    margin-bottom: 10%!important;
}

ul.numbers-trust li{
    flex-basis: 45%;
}
ul.numbers-trust li:nth-child(2){
    border-right: none;
}
ul.numbers-trust li.trust-last{
    flex-basis: 100%;
    margin-top: 6%;
    border-top: 1px solid #ddd;
}

.foo-numbers {
    padding: 10% 0;
}
.foo-mid{
    display: block;
}
.foo-mid ul.foo-list{
    margin-top: 30px;
}

.right-left-padding {
    padding-left: 0;
    padding-bottom: 200px;
}
.left-abs-bg{
    left: auto;
    right: 0;
    width: 70%;
}
.hero-left p.sml-note{
    width: 100%;
}

ul.logo-list li{
    flex-basis: 46%;
}

ul.ticks, ul.tick-list{
    padding-left: 0;
}
.expert-txt {
    width: 100%;
}
.expert-txt h3{
    font-size: 26px;
    line-height: 30px;
}
.expert-image{
    margin-bottom: 20px;
}

}


/** 580px **/

@media only screen and (max-width: 580px) {

.hero-left {
    margin: 5% 5% 35%;
    width: 100%;
}

.in-h-abs.sevns{
    height: 50%;
}

h2.big{
    font-size: 32px;
    line-height: 34px;
}

.box-links 

.six-links .six-one {
    flex: 0 0 49%;
}
.six-links .six-one a.in-click{
    padding: 10%;
}
.six-links .six-one h4{
    font-size: 20px;
    line-height: 22px;
}
.six-links .six-one p{
    font-size: 15px;
    line-height: 20px;
}

.page-content-in h2{
    font-size: 30px;
    -ms-word-break: break-all;
word-break: break-all;
word-break: break-word;
}
.breads{
    padding: 0 5%;
}
.in-cont-img-block{
    display: block;
}
.in-cont-img-block .in-left-img{
    margin-bottom: 30px;
}
.page-content-in.light-bg{
    background-color: #fff!important;
}
.page-content-in .container{
    max-width: 100%;
}
.main-content-plus-side .page-left-content{
    box-shadow: none;
    border-radius: 0;
}
.ins-block {
    padding-left: 0;
}
.ins-block::before{
    display: none;
}

.pht-box{
    display: block;
}
.pht-box .pht-box-img{
    display: none;
}

.page-right-sidebar, .bottom-sidebar{
    margin: 0 auto;
    width: 90%;
}
.sidebar-inhoud #text-2{
    padding: 5%;
}
.secondmenupart ul{
    column-count: 1;
}
.secondmenupart ul li{
    line-height: 34px;
}

.main-content-zoek{
    width: 90%;
    margin: 0 auto;
}
.main-content-zoek article{
    padding: 0;
    padding-bottom: 5%;
    background-color: transparent;
    box-shadow: none;border-radius: 0;
    border-bottom: 1px solid #ddd;
}
.pagination {
    margin: 30px 0;
}

.nav-banners ul li{
    min-height: 68px;
    padding: 20px!important;
}
.nav-banners ul li a{
    font-size: 14px;
    padding: 13px 50px 13px 30px;
}
.nav-banners ul li a::after{
    right: 20px;
    top: 15px;
}
.hamburger .all-link{
    padding-left: 28px;
}
.header-main-nav {
    flex-basis: 15%;
    margin-left: 15px;
}
.nav-banners ul li.menu-in-search .search-form{
    width: 100%;
    margin: 0;
}
.search-form input.search-field{
    height: 40px;
}
.nav-banners ul li.menu-in-search .search-form .search-submit{
    font-size: 13px;
    padding:0 10px;
}
.search-form input.search-field{
    font-weight: 500;
    font-size: 13px;
    -webkit-font-smoothing: initial;
}
li.pagenav>ul>li>a{
    font-size: 20px;
}

}



/** 460px **/

@media only screen and (max-width: 460px) {

.big-nav .btn-yellow.block{
    padding: 6px 20px;
}
.big-nav .btn-yellow.block::after{
    display: none;
}
.big-nav .header-logo img{
    width: initial;
    height: 40px;
    max-width: initial;
}
.header-main-nav {
    flex-basis: 5%;
    order: -1;
}
.hamburger .all-link{
    display: none;
}

.hero-left h1 {
    font-size: 30px;
    line-height: 32px;
}

.top-insurances h2{
    font-size: 28px;
    line-height: 34px;
}

ul.numbers-trust{
    display: block;
}
ul.numbers-trust li, ul.numbers-trust li.trust-last{
    border-right: none;
    border-top: none;
}
ul.numbers-trust li{
    margin-top: 30px;
}
.foo-top{
    margin-top: 10%;
}
.foo-mid{
    margin-top: 10%;
}
.foo-btm{
    margin-top: 5%;
}
.foo-btm p{
    margin-bottom: 0;
    font-size: 13px;
    line-height: 17px;
}
.six-links .six-one h4{
    font-size: 17px;
    line-height: 20px;
}
.six-links .six-one p{
    font-size: 14px;
    line-height: 18px;
}

.hero-left.sml-lft .land-hero h1{
    font-size: 30px;
}
.six-links{
    display: block;
}

}



/** 390px **/

@media only screen and (max-width: 390px) {

.big-p {
    font-size: 18px;
    line-height: 25px;
}
.box-links .six-links .six-one {
    flex: 0 0 100%;
}
.btn-yellow, .big-btn-inner{
    width: 100%;
    padding: 8px 15px;
}
.btn-yellow::after, .big-btn-inner::after{
    display: none;
}


}




