

/*
 *  home
*/


.home .site-inner .main {
    min-height: 0px;
}
.home .layoutblock.main .nen-content{
    padding-top: 16px;
}
.home h1{
    padding-top:0px;
    padding-bottom:16px;
}

.home .layoutblock.main .subtitle{
    display: none;
}
.home .subtitle + h2{
    padding-top:4px;
}
.home .layoutblock.main p{
    font-size:115%;
}





/*
 *  Faq Archive
*/

.archive-faq .archive .items{
    padding-left: 48px;
    position: relative;
    margin: 16px 0px;
}
.archive-faq .archive .items .item{
    position: relative;
}
.archive-faq .archive .items .item-title{
    cursor: pointer;
    font-size: 125%
}
.archive-faq .archive .items .item-title:hover{
    text-decoration: underline;
}
.archive-faq .archive .items .item-content{
    position: relative;
    max-height: 0px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition:    all 0.3s ease-in-out;
    -ms-transition:     all 0.3s ease-in-out;
    -o-transition:      all 0.3s ease-in-out;
    transition:         all 0.3s ease-in-out;
    padding: 4px 0px;
    padding-left: 32px;
    padding-right: 32px;
    margin-left:4px;
}
.archive-faq .archive .items .item.active .item-content{
    position: relative;
    max-height: 1000px;
    opacity: 1;
    margin-bottom:32px;
}
.archive-faq .archive .items .item:after{
    content: '?';
    position: absolute;
    display: block;
    left: -48px;
    top: 0px;
    width: 2.4rem;
    height: 2.4rem;
    font-size: 1.8rem;
    line-height: 2.4rem;
    border-radius: 100%;
    text-align: center;
}

.js-dom-filter{
    text-align: right;
    font-size: 80%;
}
.js-dom-filter{
    line-height: 16px;
}
.js-dom-filter .filter-title{
    text-transform: uppercase;
    letter-spacing: 0.2rem;
}
.js-dom-filter .item{
    position: relative;
    display: inline;
    margin-left: 8px;
    padding: 0px 8px;
    border-width: 1px;
    border-style: solid;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
}
.archive .items.filter-on .item{
    display: none;
}
.archive .items.filter-on .item.filter-visible{
    display: block;
}

.archive .items .no-result{
    display: none;
}
.archive .items .reset{
    display: none;
}
.archive .items.filter-on .reset{
    display: block;
    margin-top:32px;
    padding-top:16px;
}

.js-dom-filter .item.active{
    padding-left: 16px;
}
.js-dom-filter .item.active:after{
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    left: 5px;
    top:5px;
    border-radius: 100%;
}





/*
 *  Faq Single
*/

.single-faq .btn-back{
    margin-top: 48px;
}
.single-faq .btn-back .pagelink{
    margin-top: 32px;
}





/*
 *  Help Archive
*/

.archive-help .layoutblock.main{
    margin-top: 96px;
}
.archive-help .help-type-title{
    position: relative;
    display: block;
    padding: 0px 32px;
    margin-top: 24px;
    margin-bottom: 16px;
    padding-left: 28px;
    font-style: italic;
    font-size: 115%;
    font-weight: 300;
}
.archive-help .help-type-title:before{
    left: -16px;
    top: -4px;
    width: 40px;
    height: 40px;
}
.archive-help .page-icon,
.single-help .page-icon{
    position: absolute;
    right: 48px;
    top: 16px;
    height: 128px;
    width: 128px;
}
.archive-help .page-icon:before,
.single-help .page-icon:before{
    content: 'i';
    position: absolute;
    right: 0;
    top: 16px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: 600;
    font-size: 150%;
    border-radius: 100%;
}
.js-dom-filter{
    padding-top: 8px;
    margin-top:16px;
}
.archive-help .items{
    margin-bottom: 32px;
}




/*
 *  Help Single
*/

.single-help .layoutblock.main{
    margin-top: 96px;
}
.single-help .layoutblock.main .entry-title{
    margin-right: 128px;
}
.single-help .layoutblock.main .nen-content{
    min-height: 500px;
}
.single-help .info-why{
    padding: 16px 0px;
    margin-top: 16px;
    margin-bottom: 32px;
}
.single-help .info-why .item-text{
    padding: 0px 32px;
    padding-left: 64px;
}
.single-help .info-why .item-text:before{
    left: -8px;
    top: -8px;
    width: 64px;
    height: 64px;
}
.single-help .related-box{
    margin-top: 48px;
}
.single-help .related-box .items-title{
    margin-top: 16px;
}
.single-help .related{
    margin-top: 16px;
}
.single-help .related .item{
    position: relative;
    display: block;
    padding-left:64px;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 110%;
}
.single-help .related .item:before{
    left:24px;
    top:0px;
    width: 32px;
    height: 32px;
}

.single-help .btn-back{
    margin-top: 64px;
    padding-top:16px;
}
.single-help .related-box + .btn-back{
    margin-top:  32px;
}





/*
 *  Nieuws
*/

.nieuws-box{
    padding-bottom: 128px;
}
.nieuws .item{
    margin-top: 16px;
    padding-top:4px;
    padding-bottom: 48px;
}
.nieuws .item div{
    text-align: left;
}
.nieuws .item-title,.nieuws .item-content{
    max-width:650px;
    margin:auto;
}
.nieuws .item-image {
    background-size: cover;
    background-position: center center;
    max-width:none;
    height: 250px;
    margin-top:8px;
    margin-bottom:4px;
}
.nieuws .item-info{
    font-style: italic;
    font-size: 16px;
    font-size: 1.6rem;
}
.nieuws .item-author,
.nieuws .item-icons{
    position: relative;
    display: inline-block;
    font-style: italic;
    margin-left: 16px;
    padding-left: 16px;
}
.nieuws .item-author:before {
    content: '|';
    font-style: normal;
    position: absolute;
    left: 0px;
}
.nieuws .item-icons:before {
    content: '|';
    font-style: normal;
    position: relative;
    left: -12px;
}
.nieuws .item-icon{
    margin-bottom: -10px;
    display: inline-block;
}
.nieuws .item-title {
    margin-top: 32px;
    margin-bottom: 16px;
}
.post-archive-switch{
    text-align: right;
    height: 0px;
    margin-top:32px;
}
.post-archive-switch .item{
    text-align: center;
    display: inline-block;
    width: 48px;
    height: 48px;
    position: relative;
    margin: 0px;
    top: -48px;
    border-radius: 8px;
    border-width: 2px;
    border-style: solid;
    margin-right: 8px;
    overflow: hidden;
    cursor: pointer;
}
@media all and (max-width: 600px) {
    .post-archive-switch{
        height: 24px;        
    }
    .post-archive-switch .item{
        width: 48px;
        height: 48px;        
        top: -24px;
    }

}
.post-archive-switch .item.active{
    cursor: default;
}
.post-archive-switch .item:last-child{
    margin-right: 0px;
}
.load-more-box{
    margin-top: 16px;
    padding-top:16px;
    padding-bottom: 16px;
    text-align: center;
}
.btn.load-more{
    margin: auto;
    display: inline-block;
}





/*
*   Archive post
*/
.archive-post h2.entry-title{
    padding-bottom: 4px;
}
.archive-post .item-info{
    font-style: italic;
    font-size: 16px;
    font-size: 1.6rem;
    padding-bottom: 12px;
}
.archive-post .posts{
    margin-top: 16px;
}
.archive-post .posts .item{
    padding: 24px 0px;
}
.archive-post .title-suffix:before{
    content: ' | ' ;
    font-weight: 400;
}
.archive-post .title-suffix{
    font-weight: 400;
}
.archive-post .qv-filter .tags{
    margin-top: 16px;
}
.archive-post .qv-filter .tags .item{
    display: inline-block;
    padding: 4px 12px;
    margin-right: 8px;
    line-height: 16px;
    border-radius: 24px;
    border-style: solid;
    border-width: 1px;
    text-decoration: none;
}
.archive-post .qv-filter .tags .item a{
    background-image: none;
    padding: 0px;
    width: auto;
    height: auto;
}
.archive-post .notice.no-posts{
    margin: 16px; 
    font-size: 120%
}





/*
*   Single post
*/
.single-post .item-info{
    font-style: italic;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 32px;
}
.single-post .item-author,
.single-post .item-icons{
    position: relative;
    display: inline-block;
    font-style: italic;
    margin-left: 16px;
    padding-left: 16px;
}
.single-post .item-author:before {
    content: '|';
    font-style: normal;
    position: absolute;
    left: 0px;
}
.single-post .item-icons:before {
    content: '|';
    font-style: normal;
    position: relative;
    left: -12px;
}
.single-post .item-icon{
    margin-bottom: -10px;
}
.single-post .item-title {
    margin-bottom: 0px;
    padding-bottom: 8px;
}

.single-post .link-cloud {
    margin-top: 32px;
    margin-bottom: 16px;
}
.single-post .link-cloud .item {
    display: inline-block;
    padding: 4px 12px;
    margin-right: 8px;
    line-height: 16px;
    border-radius: 24px;
    border-style: solid;
    border-width: 1px;
    text-decoration: none;
}







/*
*   Product item home
*/
.account-items{
    margin-top: 32px;
}
.account-items .item {
    margin-bottom: 32px;
}
.account-item {
    position: relative;
    z-index: 0;
    margin-top:32px;
}

.account-items .account-item:hover:before,
.account-items:not(:hover) .account-item.premium:before {
    content: '';
    position: absolute;
    width:calc( 100% + 8px);
    height:calc( 100% + 8px);
    margin: -4px;
    z-index: -1;
    border: 2px solid transparent;
}

.account-item .item-content{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 16px;
    padding-bottom: 96px;
}
@-webkit-keyframes Gradient {
  0% {
        background-position: 50% 0%;
        opacity: 0;
  }
  25% {
        background-position: 15% 0%;
        opacity: .15;
  }
  35% {
        background-position: 30% 0%;
        opacity: .1;
  }
  47.5% {
        background-position: 20% 0%;
        opacity: .0;
  }
  52.5% {
        background-position: -10% 0%;
        opacity: .25;
  }
  55% {
        background-position: -20% 0%;
        opacity: .05;
  }
  60% {
        background-position: -15% 0%;
        opacity: .1;
  }
  80% {
        background-position: 50% 0%;
        opacity:0;
  }
  90% {
        background-position: 25% 0%;
        opacity:.15;
  }
  100% {
        background-position: 50% 0%;
        opacity:0;
  }
}
.account-item.animate .item-content:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;    
    z-index: -1;
    background: linear-gradient( -80deg , rgba(255,255,255,0) 65% , #fff 79% , #fff 81% , rgba(255,255,255,0) 95% );
    background-size: 400% 100%;
    -webkit-animation:  Gradient 12s normal infinite ease-in-out;
    animation:          Gradient 12s normal infinite ease-in-out;
}
.account-item .item-promo{
    display: none;
    position: absolute;
    padding: 2px 12px;
    top: -40px;
    left: 50%;
    height: 34px;
    -webkit-transform: translateX(-50%); /* Chrome, Safari, Opera */
    -moz-transform: translateX(-50%); /* IE 9 */
    -ms-transform: translateX(-50%); /* IE 9 */
    -o-transform: translateX(-50%); /* IE 9 */
    transform: translateX(-50%); 
    border: 2px solid transparent;
    border-bottom-width: 0px;
    border-radius: 8px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    white-space: nowrap;
}
.account-item.premium  .item-promo{
    display: block;
}
.account-items .account-item:hover .item-promo,
.account-items:not(:hover) .account-item.premium .item-promo{
}
.account-item .item-name{
    padding: 8px 16px;
    margin-left: -16px;
    top: -16px;
    font-size: 110%;
    display: inline-block;
    position: relative;
}
.account-item .item-stars{
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 8px 16px;
    display: inline-block;
}
.account-item .item-stars span{
    margin-right: -4px;
    position: relative;
    display: inline-block;
    background-image: url('../images/icon-star-blue.svg');
}
.account-item .item-stars.animate span{
    background-image: url('../images/icon-star-white.svg');
    opacity: 0;
}
@-webkit-keyframes stars {
  0% {
      opacity: 0;
  }
  92.5% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}
@keyframes stars {
  0% {
      opacity: 0;
  }
  92.5% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}

.account-item.animate .item-stars.animate span{
    -webkit-animation:  stars 6s alternate infinite ease-in;
    animation:          stars 6s alternate infinite ease-in;
}
.account-item.animate .item-stars.animate span.star-0{
    animation-delay: .0s;
}
.account-item.animate .item-stars.animate span.star-1{
    animation-delay: .08s;
}
.account-item.animate .item-stars.animate span.star-2{
    animation-delay: .16s;
}
.account-item.animate .item-stars.animate span.star-3{
    animation-delay: .24s;
}
.account-item.animate .item-stars.animate span.star-4{
    animation-delay: .32s;
}
.account-item .item-info{
    min-height: 200px;
}
.collapse-layout .account-item .item-info{
    min-height: 0px;
}
.account-item .item-info li{
    position: relative;
    line-height: 1.2;
    margin-bottom: 6px;
}
.account-item .item-info li:before{
    content: ' ';
    position: absolute;
    width: 20px;
    height: 20px;
    margin-left:-18px;
    top: 2px;
    background-image: url( '../images/icon-checkbox-on-white.svg' );
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.account-item .item-price{
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 200%;
}
.account-item .item-price,
.account-item .item-price-note{
    padding-right: 40px;
    line-height: 1.2;
}
.account-item .item-price-note{
    margin-top:8px;
    font-weight: 300;
}
.account-item .buttonlink,
.account-item .pagelink{
    position: absolute;
    bottom: auto;
    right: auto;
    width: 100%;
    margin: 0px -16px;
    margin-top: 16px;
    padding: 16px;
    padding-top: 32px;
    border: 1px solid transparent;
    bottom: 0px;
}


/* button view */

.account-items.buttons .account-item .buttonlink,
.account-items.buttons .account-item .pagelink{
    right: auto;
    width: 100%;
    margin: 0px -16px;
    margin-top: 16px;
    padding: 16px;
    padding-top: 32px;
    border: 1px solid transparent;
}
.account-item > div{
    padding-bottom: 0px;
}
.account-items.buttons .account-item:before,
.account-items.buttons .account-item:first-child:before{
}

/* 
*   account-item readmore buttons 
*/

.account-items.readmore{
    margin-top:0px;
}
@media all and (max-width: 800px) {
    .account-items.readmore{
        display: none;
    }
}

.account-items.readmore .account-item{
    text-align: center;
    margin-top: 0px;
}
.account-items.readmore .buttonlink,
.account-items.readmore .pagelink{
    position: relative;
    bottom: auto;
    right: auto;
    margin: 0px;
    padding-top: 12px;
}
.account-items.readmore .buttonlink div,
.account-items.readmore .pagelink div{
    width: auto;
    margin: 0px -8px;
    display: block;
}
.account-items.readmore .buttonlink div:before,
.account-items.readmore .pagelink div:before{
    content: '';
    position: relative;
    display: inline-block;
    width:16px;
    height:16px;
    margin-right: 8px;
    top:2px;
    background-image: url( '../images/icon-arrow-aqua.svg' );
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    -moz-transform: rotate(90deg); /* IE 9 */
    -ms-transform: rotate(90deg); /* IE 9 */
    -o-transform: rotate(90deg); /* IE 9 */
    transform: rotate(90deg);
    border-radius: 100%;
    background-color: transparent !important;
}


/*
*   single sc account-item
*/
.account-item.single .item-a {
    padding-bottom: 16px;
    padding-right: 24px;
    position: relative;
}
.account-item.single .item-b{
    padding-left: 16px;
    padding-bottom: 96px;
    width: 45%;
    position: relative;
}
.account-item.single .item-info {
    min-height: 0px;
}
.account-item.single .item-price{
    padding-top: 0px;
    margin-top: 0px;
}
.account-item.single .item-price,
.account-item.single .item-price-note{
    padding-right: 0px;
}
.account-item.single .item-content{
    padding-bottom: 0px;
}
.account-item.single .buttonlink,
.account-item.single .pagelink{
    margin-left: 0px;
    margin-top: 24px;
    padding-top: 16px;
}
@media all and (max-width:600px) {
    .account-item.single .item-b{
        padding: 0px;
        padding-top: 16px;
        width: 100%;
        border-left-width: 0px;
        border-top-width: 6px;
    }
    .account-item.single .buttonlink,
    .account-item.single .pagelink{
        margin-left: -16px;
    }
}






/*
 *  home slider
*/

.header-slider{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}
.header-slider .slide{
    position: relative;
    text-align: center;
    display: inline-block;
    width: 100%;
    height: 100%;
    margin: 0px;
    bottom: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.header-slider .item-over{
    position: absolute;
    max-width: 55%;
    margin:auto;
    z-index: 6;
}
.header-slider .item-over .item-animate{
    position: relative;
    opacity: 0;
    border-right-width: 6px;
    border-right-style: solid;
    background:  linear-gradient( to right , rgba(9,163,186, .4 ) 20% , rgba(9,163,186, .9 ) 80% ); /* aqua #09a3ba */
}
.header-slider .item-over.TL .item-animate,
.header-slider .item-over.CL .item-animate,
.header-slider .item-over.BL .item-animate{
    left: -64px;
}
.header-slider .item-over.TR .item-animate,
.header-slider .item-over.CR .item-animate,
.header-slider .item-over.BR .item-animate{
    left: -64px;
}
.header-slider .slick-active .item-over .item-animate{
    left: 0px;
    opacity: 1;
    -webkit-transition: all .4s ease-in-out 1.5s;
    -moz-transition:    all .4s ease-in-out 1.5s;
    -ms-transition:     all .4s ease-in-out 1.5s;
    -o-transition:      all .4s ease-in-out 1.5s;
    transition:         all .4s ease-in-out 1.5s;
}
.header-slider .item-over .pagelink-box{
    padding-bottom: 12px;
    margin-bottom: 8px;
    width: 0px;
}
.header-slider .slick-active .item-over .pagelink-box{
    width: 100%;
    -webkit-transition: all .4s ease-in-out 2s;
    -moz-transition:    all .4s ease-in-out 2s;
    -ms-transition:     all .4s ease-in-out 2s;
    -o-transition:      all .4s ease-in-out 2s;
    transition:         all .4s ease-in-out 2s;
}
.header-slider .item-over .pagelink{
    top:-32px;
    height: 0px;
    opacity: 0;
    padding: 0px 32px;
    margin: 0px;
}
.header-slider .slick-active .item-over .pagelink{
    top:0px;
    height: 48px;
    opacity: 1;
    -webkit-transition: all .4s ease-in-out 2.5s;
    -moz-transition:    all .4s ease-in-out 2.5s;
    -ms-transition:     all .4s ease-in-out 2.5s;
    -o-transition:      all .4s ease-in-out 2.5s;
    transition:         all .4s ease-in-out 2.5s;
}

.header-slider .item-over.TL{
    border-bottom-right-radius: 0px;
}
.header-slider .item-over.TR{
    border-bottom-left-radius: 0px;
}
.header-slider .item-over.BR{
    border-top-left-radius: 0px;
}
.header-slider .item-over.BL{
    border-top-right-radius: 0px;
}
.header-slider .item-over.TL,
.header-slider .item-over.CL,
.header-slider .item-over.BL{
    margin-left:4%;
    left: 0px;
}
.header-slider .item-over.TL,
.header-slider .item-over.TC,
.header-slider .item-over.TR{
    margin-top:4%;
    top:0px;
}
.header-slider .item-over.BL,
.header-slider .item-over.BC,
.header-slider .item-over.BR{
    margin-bottom:4%;
    bottom:0px;
}
.header-slider .item-over.TR,
.header-slider .item-over.CR,
.header-slider .item-over.BR{
    margin-right:4%;
    right: 0px;
}
.header-slider .item-over.CC,
.header-slider .item-over.CL,
.header-slider .item-over.CR{
    top: 50%;
    -webkit-transform: translateY(-50%); /* Chrome, Safari, Opera */
    -moz-transform: translateY(-50%); /* IE 9 */
    -ms-transform: translateY(-50%); /* IE 9 */
    -o-transform: translateY(-50%); /* IE 9 */
    transform: translateY(-50%); 
}
.header-slider .item-over.CC,
.header-slider .item-over.TC,
.header-slider .item-over.BC{
    left: 50%;
    -webkit-transform: translateX(-50%); /* Chrome, Safari, Opera */
    -moz-transform: translateX(-50%); /* IE 9 */
    -ms-transform: translateX(-50%); /* IE 9 */
    -o-transform: translateX(-50%); /* IE 9 */
    transform: translateX(-50%); 
}
.header-slider .item-over .item-cover{
    position: absolute;
    width:100%;
    height: inherit;
    top:0px;
    left:0px;
    opacity: .85;
    z-index: 0;
    padding-bottom: 9999px; margin-bottom: -9999px;
}

.header-slider .item-over .item-txt{
    position: relative;
    font-size: 200%;
    line-height: 1.1;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 16px 32px;
    padding-bottom: 16px;
    text-align: left;
    max-width: 500px;
}
.header-slider .item-over .item-txt span{
    letter-spacing: 0.5px;
    display: block;
    margin-bottom: 8px;
    font-size: 65%;
    font-weight: 400;
}


@media all and (max-width: 1000px) {
    .header-slider .item-over .item-txt{
        font-size: 150%;
        max-width: 400px;
    }
}
@media all and (max-width: 800px) {
    .header-slider .item-over .item-txt{
        font-size: 125%;
        max-width: 300px;
        padding: 7px 15px;
    }
    .header-slider .item-over.TL,
    .header-slider .item-over.CL,
    .header-slider .item-over.BL{
        margin-left:3.5%;
        left: 0px;
    }
    .header-slider .item-over.TL,
    .header-slider .item-over.TC,
    .header-slider .item-over.TR{
        margin-top:10%;
        top:0px;
    }
    .header-slider .item-over.BL,
    .header-slider .item-over.BC,
    .header-slider .item-over.BR{
        margin-bottom:3.5%;
        bottom:0px;
    }
    .header-slider .item-over.TR,
    .header-slider .item-over.CR,
    .header-slider .item-over.BR{
        margin-right:3.5%;
        right: 0px;
    }
}
@media all and (max-width: 600px) {
    .header-slider .item-over .item-txt{
        font-size: 110%;
        max-width: 250px;
    }
}
@media all and (max-width: 500px) {
    .header-slider .item-over .item-txt{
        font-size: 105%;
        max-width: 225px;
        padding: 5px 10px;
    }
}




/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - - - - - - - -*/





