.banner {
    position: relative;
}
.dark .header-top-dropdown .btn-group > button {
    color:#ffffff;
    background:rgba(0, 0, 0, 0.2);
    border-radius:100%;
    width:30px;
    height:30px;
    padding:0;
    margin: 0 2px 2px 0;
}
.header-top .btn-group {
    margin-top:2px;
}
/* start fixed-balk-onder */
@media screen and (max-width: 767px) {
    .fixed-balk-onder {
        position: fixed;
        width: 100%;
        z-index: 99;
        bottom: 0;
        color: white;
        text-align: center;
    }
    .fixed-balk-onder .btn, .fixed-balk-onder .btn .fa, .fixed-balk-onder .btn span {
        color:white;
    }
    .fixed-balk-onder .btn span {
        display:block;
        font-size:12px;
    }
    .fixed-balk-onder .row {
        margin:0;
        padding-left:15px;
        padding-right:15px;
    }
    .fixed-balk-onder .col {
        padding:0;
    }
    .fixed-balk-onder .btn {
        margin:0;
        padding:5px 0px;
    }
}
@media screen and (min-width: 767px) {
    .fixed-balk-onder {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .scrollToTop.circle {
        bottom: 60px;
    }
}
@media screen and (min-width: 767px) {
    .fixed-balk-onder {
        display: none;
    }
}
@media(min-width:481px) and (max-width:767px) {
    footer {
        padding-bottom:61px;
        margin-bottom:0;
    }
}
@media(min-width:351px) and (max-width:480px) {
    footer {
        padding-bottom:41px;
        margin-bottom:0;
    }
}
@media(max-width:350px){
    footer {
        padding-bottom:35px;
        margin-bottom:0;
    }
    .fixed-balk-onder i, .fixed-balk-onder a {
        font-size: 14px;
    }
}
/* end fixed-balk-onder */


/* start menu footer */

.menu_footer ul:not(.social-links) {
    padding: 0;
    display:inline-block;
}
.menu_footer ul:not(.social-links) li {
    float: left;
    list-style: none;
}
.menu_footer ul:not(.social-links) li, .menu_footer ul:not(.social-links) li a {
    font-size: 14px;
    line-height: 14px;
}
.menu_footer ul:not(.social-links) li:not(:first-child)::before {
    content: " | ";
    margin-left: 5px;
    font-size: 13px;
    line-height: 13px;
}
.menu_footer ul:not(.social-links) li a[title=webdesign] {
    color:#999999;
}
.subfooter .nav-link {
    display: inline;
    padding:0;
}

@media(max-width: 767px){
    .menu_footer ul:not(.social-links) li {
        width:100%;
        margin-bottom:10px;
    }
    .menu_footer ul:not(.social-links) li:not(:first-child)::before {
        content: " ";
    }
}
/* einde menu footer */


.iviewer_wrapper, .iviewer_wrapper .iviewer {
    width: 100%;
    height: 300px;
}

.lightbox-3-v2 .iviewer_wrapper, .lightbox-3-v2 .iviewer_wrapper .iviewer {
    height:270px;
}
.lightbox-4-v2 .iviewer_wrapper, .lightbox-4-v2 .iviewer_wrapper .iviewer {
    height:200px;
}
.lightbox-6-v2 .iviewer_wrapper, .lightbox-6-v2 .iviewer_wrapper .iviewer {
    height:123px;
}
.afbbox-3x-v1 .iviewer_wrapper, .afbbox-3x-v1 .iviewer_wrapper .iviewer,
.afbbox-3x-v2 .iviewer_wrapper, .afbbox-3x-v2 .iviewer_wrapper .iviewer,
.afbbox-3x-v3 .iviewer_wrapper, .afbbox-3x-v3 .iviewer_wrapper .iviewer,
.afbbox-3x-v4 .iviewer_wrapper, .afbbox-3x-v4 .iviewer_wrapper .iviewer  {
    height:270px;
}
.team-v1 .iviewer_wrapper, .team-v1 .iviewer_wrapper .iviewer {
    height:263px;
}

@media (min-width: 768px) {
    .basis-plaatje-rechts .iviewer_wrapper, .basis-plaatje-rechts .iviewer_wrapper .iviewer,
    .basis-plaatje-rechts-tekstrotator .iviewer_wrapper, .basis-plaatje-rechts-tekstrotator .iviewer_wrapper .iviewer,
    .basis-plaatje-links .iviewer_wrapper, .basis-plaatje-links .iviewer_wrapper .iviewer,
    .basis-plaatje-links-tekstrotator .iviewer_wrapper, .basis-plaatje-links-tekstrotator .iviewer_wrapper .iviewer {
        height: 416px;
    }

    .afbbox-1x-v1 .iviewer_wrapper, .afbbox-1x-v1 .iviewer_wrapper .iviewer,
    .afbbox-1x-v2 .iviewer_wrapper, .afbbox-1x-v2 .iviewer_wrapper .iviewer,
    .afbbox-1x-v4 .iviewer_wrapper, .afbbox-1x-v4 .iviewer_wrapper .iviewer {
        height: 427px;
    }

    .afbbox-1x-v3 .iviewer_wrapper, .afbbox-1x-v3 .iviewer_wrapper .iviewer {
        height: 270px;
    }

    .basis-plaatje-breed-rechts .iviewer_wrapper, .basis-plaatje-breed-rechts .iviewer_wrapper .iviewer,
    .basis-plaatje-breed-rechts-tekstrotator .iviewer_wrapper, .basis-plaatje-breed-rechts-tekstrotator .iviewer_wrapper .iviewer,
    .basis-plaatje-breed-links .iviewer_wrapper, .basis-plaatje-breed-links .iviewer_wrapper .iviewer,
    .basis-plaatje-breed-links-tekstrotator .iviewer_wrapper, .basis-plaatje-breed-links-tekstrotator .iviewer_wrapper .iviewer {
        height: 550px;
    }
}
@media(max-width: 767px){

    section > .container > div >.row > div,
    section > .container > .row > div{
        margin-bottom: 30px;
    }
    section > .container > div >.row > div:last-child,
    section > .container > .row > div:last-child {
        margin-bottom:0;
    }
}

body:not(.snippet) .iviewer_wrapper .iviewer img {
    display:none;
}

.basis-plaatje-breed-inner {
    position: relative;
    overflow: hidden;
}
@media(min-width: 768px){
    .basis-plaatje-breed-rechts .text-wrapper, .basis-plaatje-breed-links .text-wrapper {
        position: absolute;
        top:0;
        width:100%;
    }
}
@media(max-width: 767px){
    .basis-plaatje-breed-rechts .text-wrapper, .basis-plaatje-breed-links .text-wrapper {
        margin-top:25px;
    }
}
.basis-plaatje-breed-rechts h2 + h3, .basis-plaatje-breed-links  h2 + h3 {
    margin-top:-15px;
}


/* start header flex */
.header-first, .fixed-header-on .header-first {
    padding:0;
}

/* einde header flex */


/* start parallax */
@media (hover: hover) {
    .parallax, .parallax-2, .parallax-3, .fixed-bg {
        background-attachment: fixed;
    }
}

.background-img-7 {
    background-image: url('../images/background-img-7.jpg');
}


/* einde parallax */

section.main-container .btn {
    margin-right:15px;
}
section.main-container .btn:last-child {
    margin-right:0;
}
.testimonial {
    margin-top: 100px;
    margin-bottom: 100px;
}

/* laatste dropdown rechts uitlijnen */
ul.navbar-nav li:last-child .dropdown-menu {
    right: 0;
    left: auto;
}

iframe {
    border:0;
}

/* header */
.header-second {
    width:100%;
}


/* tekstomloop */
.text-inline {
    display:inline;
}
.text-inline ul {
    display:inline-block;
}
.img-left, .img-right {
    margin-bottom:15px;
    max-width:calc(50% - 15px);
}

.img-left {
    float:left;
    margin-right:30px;
}
.img-right {
    float:right;
    margin-left:30px
}
@media(max-width: 575px){
    .img-left, .img-right {
        max-width: 100%;
        float:none;
        margin-left:auto;
        margin-right:auto;
    }
    .text-inline {
        display: inline-block;
    }
}

section.basis-plaatje-rechts-tekstomloop-iviewer ul, section.basis-plaatje-links-tekstomloop-iviewer ul {
    display: inline;
    position: relative;
    left: 32px;
}

/* .btn-transparent */
.btn.btn-transparent {
    padding-left:0;
    padding-right:0;
}

section[class^="box-"] .btn.btn-transparent,
section[class*=" box-"] .btn.btn-transparent,
section.more-services .btn.btn-transparent {
    margin:0;
    padding:0;
}
.btn.btn-transparent.btn-animated, body.default-buttons-transparant .btn.btn-default.btn-animated {
    padding-right:35px !important;
}
.btn.btn-transparent.btn-animated i {
    font-size:14px;
    line-height: 38px;
}
.btn.btn-transparent.btn-animated.btn-sm i {
    line-height: 35px;
}
section[class^="box-"] .btn.btn-transparent.btn-animated i,
section[class*=" box-"] .btn.btn-transparent.btn-animated i,
section.more-services .btn.btn-transparent.btn-animated i{
    line-height:24px;
}
.btn.btn-transparent.btn-animated,
.btn.btn-transparent.btn-animated:after,
body.default-buttons-transparant .btn.btn-default.btn-animated,
body.default-buttons-transparant .btn.btn-default.btn-animated:after {
    background:rgba(0,0,0,0);
    border:rgba(0,0,0,0);
}

.iviewer_menu_wrapper {
    display:none;
}
body.default-buttons-chevron .btn i.fa.fa-arrow-right:before {
    content: '\f054';
}

/* btn focus */

.btn:focus, .btn.focus,
.btn-default:not(:disabled):not(.disabled):active:focus, .btn-default:not(:disabled):not(.disabled).active:focus, .show > .btn-default.dropdown-toggle:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.10);
}

/* accordion */

/*Style 4*/
/* down: content: "\f078"; */
/* right: content: "\f054"; */

.collapse-style-4 .panel-heading {
    background-color: rgba(0,0,0,0);
}
.collapse-style-4 .panel-heading a {
    color: #999999;
    padding:10px 10px 10px 40px;
}
.collapse-style-4 .panel-heading a:not(.collapsed) {
    color: #777777;
}
.collapse-style-4 .panel-heading a:before {
    transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
    -webkit-transition: 0.2s all ease-in-out;
    font-family: "FontAwesome";
    /*content: "\f078";*/
    content: "\f054";
    position: absolute;
    left: 15px;
    font-size: 14px;
    font-weight: 300;
    top: 50%;
    line-height: 1;
    margin-top: -7px;
}

.collapse-style-4 .panel-heading a:not(.collapsed):before {
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.collapse-style-4 .panel-heading a.collapsed:before {
    transform: rotate(0deg);
    content: "\f054";
}
.panel-heading a:hover {
    text-decoration: none;
}
.panel-title a i {
    font-size: 16px;
}
.collapse-style-4 .panel-body {
    border-top: none!important;
    background-color: rgba(0,0,0,0);
    padding-top: 0;
}

/* default */

body.default-scheidingslijn-verbergen .separator,
body.default-scheidingslijn-verbergen .separator-1,
body.default-scheidingslijn-verbergen .separator-2,
body.default-scheidingslijn-verbergen .separator-3 {
    display:none;
}

body.default-buttons-hoofdletters .btn {
    text-transform: uppercase;
}

body.default-titels-hoofdletters h1,
body.default-titels-hoofdletters h2,
body.default-titels-hoofdletters h3,
body.default-titels-hoofdletters h4,
body.default-titels-hoofdletters h5,
body.default-titels-hoofdletters h6 {
    text-transform: uppercase;
}
body.default-menu-hoofdletters .header .navbar-nav li .nav-link,
body.default-menu-hoofdletters .header .navbar-nav li a{
    text-transform: uppercase;
}

body.default-header-top-verbergen .header-top {
    display:none;
}

@media(min-width:992px) {
    body.default-logo-centreren .col-menu {
        width: 100%;
    }

    body.default-logo-centreren .col-menu ul.navbar-nav {
        width: 100%;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    body.default-logo-centreren .col-menu ul.navbar-nav.menu-elementen-2 > li:nth-child(2) {
        margin-left: auto !important;
    }

    body.default-logo-centreren .col-menu ul.navbar-nav.menu-elementen-3 > li:nth-child(3),
    body.default-logo-centreren .col-menu ul.navbar-nav.menu-elementen-4 > li:nth-child(3) {
        margin-left: auto !important;
    }

    body.default-logo-centreren .col-menu ul.navbar-nav.menu-elementen-5 > li:nth-child(4),
    body.default-logo-centreren .col-menu ul.navbar-nav.menu-elementen-6 > li:nth-child(4) {
        margin-left: auto !important;
    }

    body.default-logo-centreren .col-menu ul.navbar-nav > li:not(.menu-meer):nth-child(1n+7) {
        display: none;
    }

    body.default-logo-centreren .col-menu ul.navbar-nav > li:nth-child(6) {
        margin-right: 47px;
    }

    body.default-logo-centreren .col-menu ul.menu-meer-geladen.navbar-nav > li:nth-child(6) {
        margin-right: 0px;
    }

    body.default-logo-centreren .col-logo, body.default-logo-centreren .col-logo .col-12, body.default-logo-centreren .col-logo .col-12 > .d-flex {
        width: 100%;
    }

    body.default-logo-centreren .col-logo .col-12 > .d-flex {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    body.default-logo-centreren .col-logo {
        width: auto !important;
        transform: translateX(-50%);
        position: absolute;
        left: 50%;
        min-height: 79px;
        z-index: 999;
    }
    body.default-logo-centreren .col-menu ul:not(.menu-meer-geladen) {
        opacity: 0;
    }
    body.default-logo-centreren .col-menu ul.menu-meer-geladen {
        opacity: 1;
    }
}

/* body-default-menu */

.body-default-menu {
    padding:30px;
    position: fixed;
    right:30px;
    bottom:0;
    max-width:300px;
    width:100%;
    z-index:9999;
    overflow-y:auto;
    max-height:250px;
}

section.main-container > section.top-foto-h1 {
    margin-top:-50px;
    min-height:300px
}

/* start top foto h1 */
.top-foto-h1 .iviewer_wrapper, .top-foto-h1 .iviewer_wrapper .iviewer {
    height:300px;
}
.top-foto-h1 .text-inner {
    height:100%;
}
.top-foto-h1 {
    position: relative;
}
.top-foto-h1 .text-inner {
    position: absolute;
    top:0;
    width:100%;
}
.top-foto-h1 .text-inner h1 {
    color: white;
}
/* einde top foto h1 */

/* start top foto h1 met contact */

/*begin top-foto-met-contact*/
.top-foto-met-contact .text-inner .contact-wrapper{
    display: inline-block;
    width: 100%;
}
@media(max-width: 991px){
    .top-foto-met-contact .text-inner .contact-wrapper {
        padding:0px;
        margin-top:25px;
    }
}
@media(min-width: 992px){
    .top-foto-met-contact .text-inner .contact-wrapper {
        padding:10px;
    }
}
.top-foto-met-contact .text-inner .contact-wrapper>div {
    background-color: rgba(0,0,0,0.3);
    display: inline-block;
    width: 100%;
    color: white;
    border-radius: 2px;
}
.top-foto-met-contact .col-md-6{
    background-color: rgba(0,0,0,0);
}
.top-foto-met-contact .editContent  p, .top-foto-met-contact .editContent ul{
    color: #ffffff;
}
.top-foto-met-contact .spamfilter_box p{
    font-size: 15px;
}
@media (min-width: 1700px) {
    section.top-foto-met-contact .iviewer_wrapper, section.top-foto-met-contact .iviewer_wrapper .iviewer {
        background-size: cover !important;
    }
}
section.top-foto-met-contact .iviewer_wrapper, section.top-foto-met-contact .iviewer_wrapper .iviewer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
section.top-foto-met-contact, section.top-foto-met-contact .text-inner {
    min-height: 500px;
    position: relative;
}
.page-title.top-foto-met-contact-titel {
    margin-bottom: 10px;
}
@media (min-width: 600px){
    body:not(.index) #page-start.top-foto-met-contact-start {
        padding-top: 20px;
    }
}

@media (max-width: 991px) and (min-width: 576px) {
    section.top-foto-met-contact .iviewer_wrapper, section.top-foto-met-contact .iviewer_wrapper .iviewer {
        background-size: cover !important;
        background-position: center center !important;
    }
    section.top-foto-met-contact .text-inner {
        padding-top: 0px;
    }
}

.floating-input {
    position: relative;
    margin-bottom: 9px;
}

.floating-input input:focus ~ .floating-label,
.floating-input input:not([data-length="0"]):not(:focus):valid ~ .floating-label {
    height:14px;
    line-height: 14px;
    top: 0px;
    bottom: 10px;
    left: 0px;
    font-size: 13px;
    opacity: 1;
    color: #111111;
}
.spamfilter_som .floating-label{
    left: 20px;
}
.spamfilter_som.floating-input input:focus ~ .floating-label, .spamfilter_som.floating-input input:not([data-length="0"]):not(:focus):valid ~ .floating-label {
    left: 15px;
}
.floating-label {
    position: absolute;
    pointer-events: none;
    left: 10px;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    top:50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #111111;
    /*background: #ffffff;*/
    padding-left:0;
    padding-right:5px;
    font-size: 14px;
    font-weight: 300;

    background: rgba(255,255,255,0);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 55%, rgba(255,255,255,1) 55%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(55%, rgba(255,255,255,0)), color-stop(55%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 55%, rgba(255,255,255,1) 55%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 55%, rgba(255,255,255,1) 55%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 55%, rgba(255,255,255,1) 55%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 55%, rgba(255,255,255,1) 55%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );

}
.form-line-textarea .floating-label {
    /*top: -10px;*/
}
@media (min-width: 576px) and (max-width: 991px){
    section.top-foto-met-contact .iviewer_wrapper .iviewer {
        margin-top: 0 !important;
    }
    section.top-foto-met-contact .iviewer_wrapper, section.top-foto-met-contact .iviewer_wrapper .iviewer {
        position: relative !important;
        height: 100vh;
    }
    section.top-foto-met-contact{
        padding-top: 0;
        height: 100vh !important;
        max-height: none !important;
    }
    section.top-foto-met-contact .text-inner {
        min-height: 650px;
        position: absolute;
        top: 0;
        height: 100%;
    }
    section.top-foto-met-contact, section.top-foto-met-contact .text-inner {
    }
}
@media  (max-width: 575px){
    section.top-foto-met-contact {
        position: relative;
        padding-top: 0;
        min-height: 0 !important;
        height: 100%;
        max-height: 100% !important;
    }
    section.top-foto-met-contact .text-inner{
        position: relative;
        top: 0;
        min-height: 0 !important;
        z-index: 2;
    }
    section.top-foto-met-contact .iviewer_wrapper, section.top-foto-met-contact .iviewer_wrapper .iviewer {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        margin-top: 0;
        background-position: center !important;
        min-height: 0;
    }

}
.top-foto-met-contact .iviewer_wrapper, .top-foto-met-contact .iviewer_wrapper .iviewer, .top-foto-met-contact .text-inner {
    height: 100%;
}
@media(min-width: 1200px) {
    /*.form-line:nth-child(2n+1) {
        margin-left: 15px;
    }*/
}
@media (min-width: 992px){
    /*.form-line:nth-child(2n+1) {
        width: calc(50% - 45px);
        margin-right: 30px;
        clear: left;
    }*/
    .form-line {
        float: left;
    }
    /*.spamfilter_response, .spamfilter_box, .form-line.form-line-submit {
        float: left;
        width: calc(100% - 30px);
        margin-left: 15px;
        margin-right: 15px;
    }*/
    body:not(.snippet) section.top-foto-met-contact .text-inner {
    }
}

@media (max-width: 991px) {
    section.main-container > section.top-foto-h1 {
        margin-top: -50px !important;
    }
    /*.spamfilter_response, .spamfilter_box, .form-line.form-line-submit {
        margin: 0 !important;
    }*/
    section.top-foto-met-contact .text-inner .col-lg-6:last-child {
        padding-bottom: 70px;
    }
    section.top-foto-met-contact .text-inner{
        padding-top: 50px;
    }

}
@media (max-width: 1199px) {
    /*.spamfilter_response, .spamfilter_box, .form-line.form-line-submit {
        padding: 0;
        margin: 0 15px 0 0px;
    }*/
}
@media (min-width: 1200px) {
    /*.spamfilter_response, .spamfilter_box, .form-line.form-line-submit {
        padding: 0;
        margin: 0 15px 0 15px;
    }*/
}
.top-foto-met-contact .row > div:first-child h1{
    font-size: 48px;
    font-weight: 800;
    text-shadow: 2px 2px 4px #000000;
}
.top-foto-met-contact .col-12:first-child p, .top-foto-met-contact .col-12:first-child li{
    text-shadow: 2px 2px 4px #000000;
}
.header {
    position: relative;
    z-index: 99;
}
/*einde top-foto-met-contact*/

/* start opsomming vinkjes */


section.main-container ul:not(.nav):not(.list-icons):not(.social-links),
body.snippet ul:not(.nav):not(.list-icons):not(.social-links) {
    list-style: none;
}
section.main-container ul:not(.nav):not(.list-icons):not(.social-links) li,
body.snippet ul:not(.nav):not(.list-icons):not(.social-links) li{
    position: relative;
}
section.main-container ul:not(.nav):not(.list-icons):not(.social-links) li:after,
body.snippet ul:not(.nav):not(.list-icons):not(.social-links) li:after {
    content: "\f00c";
    font-family: "FontAwesome";
    position: absolute;
    font-size: 21px;
    left: -35px;
    top: 0;
}
section.main-container > section.default-bg ul:not(.nav):not(.list-icons):not(.social-links) li:after,
section.main-container > section.dark-bg ul:not(.nav):not(.list-icons):not(.social-links) li:after,
body.snippet section.default-bg ul:not(.nav):not(.list-icons):not(.social-links) li:after,
body.snippet section.dark-bg ul:not(.nav):not(.list-icons):not(.social-links) li:after{
    color:white;
}
section.main-container ul:not(.nav):not(.list-icons):not(.social-links) li p,
body.snippet ul:not(.nav):not(.list-icons):not(.social-links) li p{
    margin-bottom: 0;
}
/* einde opsomming vinkjes */

/* einde top foto h1 met contact */

.col-logo {
    display: flex;
}

body.default-body-padding, body.default-body-padding.fixed-header-on header.header {
    padding-left:30px;
    padding-right:30px;
}


body.default-body-achtergrond-wit .header-top,
body.default-body-achtergrond-wit .header,
body.default-body-achtergrond-wit .header .navbar-nav li .nav-link,
body.default-body-achtergrond-wit .header .navbar-nav li .nav-link:hover {
    background-color: #ffffff !important;
    border-color: #ffffff !important;
}

body.default-logo-naar-top .header-top-first {
    display:none;
}

body.default-logo-naar-top .header-top-first {
    display:none;
}
body:not(.fixed-header-on).default-logo-naar-top .col-logo {
    margin-top:-45px;
}
.col-logo {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

body.default-header-volledige-breedte .header-container .container {
    width:100%;
    max-width:none;
}
body.default-social-media-vierkant .social-links.circle li a,
body.default-social-media-vierkant .social-links.circle li a:after {
    border-radius:0;
}

/* hover effect */
header ul.navbar-nav > li {
    position: relative;
}
.hover-effect-1:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.hover-effect-1:hover:before, li.item_actief > a.hover-effect-1:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

/* gradient onder transparant menu */

@media (min-width: 768px){
    body.default-header-gradient-onderkant .header {
        position: relative;
        z-index:200;
        border-bottom:none;

    }
    body.default-header-gradient-onderkant .header:after {
        bottom: -30px;
        position: absolute;
        width: 100%;
        height: 30px;
        content: "";
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, .3)), color-stop(1, rgba(0, 0, 0, 0)));
        background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .4) 0%, rgba(0, 0, 0, 0) 100%);
        background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .4) 0%, rgba(0, 0, 0, 0) 100%);
        background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .4) 0%, rgba(0, 0, 0, 0) 100%);
        background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, .4) 0%, rgba(0, 0, 0, 0) 100%);
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, .4) 0%, rgba(0, 0, 0, 0) 100%);
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    body.fixed-header-on .header:after {
        opacity: 0;
    }
}
/* slider */
.slider-revolution-5-container .slider-banner-fullwidth,
.slider-revolution-5-container .slider-banner-boxedwidth {
    height:450px;
}
.slider-revolution-5-container .slider-banner-fullwidth-big-height,
.slider-revolution-5-container .slider-banner-fullscreen-hero,
.slider-revolution-5-container .slider-banner-fullwidth-hero {
    height:650px;
}
.slider-revolution-5-container .slider-banner-fullscreen,
.slider-revolution-5-container .slider-banner-carousel {
    height:2000px;
}

.text-slider-wrapper, .text-slider {
    position: absolute;
    width: 100%;
    height: 100%;
}


/* video snippet */

.video-v2 img {
    width:100%;
}
.video-wrapper iframe {
    width:100%;
    height:600px;
}

.video-bg {
    min-height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

/* play-btn */
.popup-video {
    position: relative;
    display: inline-block;
    width:100%;
    height:100%;
}
.popup-video span {
    border: 2px solid #fff;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -50px;
    color: white;
}
.popup-video:hover span {
    background: #00aeef;
    color: white;
}

/* video */
.video-container img {
    width:100%;
}
.video-container .video-wrapper {
    margin-bottom:-5px; /* fix */
}
.video-container .video-wrapper iframe {
    height: auto !important;
}
body:not(.snippet) .video-v2 .custom-video-wrapper {
    position: relative;
}
body:not(.snippet) .video-v2 .popup-video,
body:not(.snippet) .video-blok-links-rechts .popup-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
body.snippet .popup-video img {
    opacity:0;
}
body.snippet .popup-video iframe {
    width:100%;
}
.afbbox-3x-v1 .video-bg {
    min-height: 168px;
}


/* video snippet autoplay */
body.video-fixed-on header, body.video-fixed-on .header-top {
    position: relative;
    z-index:3;
}
body.video-fixed-on section.main-container > section:not(.video-snippet), body.video-fixed-on footer {
    background-color:white;
    position:relative;
    z-index: 2;
}
body:not(.snippet) .video-snippet {
    position: relative;
    z-index: 1;
}
body:not(.snippet) .video-snippet .video-bg {
    min-height: 0;
    position: absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    background-size:cover;
    background-position: center center;
}
body:not(.snippet) .video-snippet .video-wrapper a.popup-video {
    display:none;
}
body:not(.snippet) .video-snippet .video-wrapper {
    position: relative;
    z-index: 0;
}
body:not(.snippet) .video-snippet .video-fill-screen, body:not(.snippet) .video-snippet .video-default-height {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
}
body:not(.snippet) .video-snippet.video-fullscreen {
    height: 1000px;
}
body:not(.snippet) .video-snippet iframe {
    width: 100vw;
    height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
    min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
body:not(.snippet) .video-snippet.video-fixed iframe {
    position: fixed;
}
body:not(.snippet) .video-snippet.video-fixed iframe {
    min-height: 100vh;
}
body:not(.snippet) section.custom-video-autoplay-v1 > .video-outer-wrapper > .video-wrapper > iframe.video {
    display: none;
}
body:not(.snippet) .video-snippet:not(.video-fullscreen), body:not(.snippet) .video-snippet .video-default-height {
    height:250px;
}


/* full-image-container */

.full-width-section:hover .full-image-container:before, .full-width-section .full-image-container.hovered:before {
    opacity: 0;
    display: none;
}

/* ul li check font awesome check list sytle */
.li_check ul {
    padding-left:0px;
}
.li_check ul li {
    list-style: none;
}
.li_check ul li:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f00c";
    margin-right: 10px;
}

/* snippet custom-2-tekst */

.custom-2-tekst .row > div[class^="col-"]:nth-child(1n+1){
    margin-top:25px;
}


/* nav-pills */

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus, .nav-pills > li > a:hover, .nav-pills > li > a:focus {
    color: #777;
    background-color: transparent;
    border-bottom: 1px solid #777;
    text-decoration: none;
}
.nav-pills > li > a {
    border-radius: 0;
    padding: 7px 10px;
    border: 1px solid transparent;
    color: #999;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    display: inline-block;
}
.nav-pills > li {
    float:left;
}
.nav-pills > li + li {
    margin-left: 0px;
}
.nav-pills > li:not(:last-child){
    margin-right:5px;
}

/* spamfilter */

.spamfilter_box .row {
    margin: 0;
}


/* fade in slider */
ul.slides > li:not(.active-revslide) .fade-in-up, ul.slides > li:not(.active-revslide)  .fade-in {
    opacity:0;
}
ul.slides > li.active-revslide  .fade-in-up {
    -webkit-animation-delay:0.3s;
    animation-delay:0.3s;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUpSmall;
    animation-name: fadeInUpSmall;
}
ul.slides > li.active-revslide .fade-in {
    -webkit-animation-delay:0.3s;
    animation-delay:0.3s;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
ul.slides > li.active-revslide  .delay-0 {
    -webkit-animation-delay:0s;
    animation-delay:0s;
}
ul.slides > li.active-revslide  .delay-1 {
    -webkit-animation-delay:0.1s;
    animation-delay:0.1s;
}
ul.slides > li.active-revslide  .delay-2 {
    -webkit-animation-delay:0.2s;
    animation-delay:0.2s;
}
ul.slides > li.active-revslide  .delay-3 {
    -webkit-animation-delay:0.3s;
    animation-delay:0.3s;
}
ul.slides > li.active-revslide  .delay-4 {
    -webkit-animation-delay:0.4s;
    animation-delay:0.4s;
}
ul.slides > li.active-revslide  .delay-5 {
    -webkit-animation-delay:0.5s;
    animation-delay:0.5s;
}
ul.slides > li.active-revslide  .delay-6 {
    -webkit-animation-delay:0.6s;
    animation-delay:0.6s;
}
ul.slides > li.active-revslide  .delay-7 {
    -webkit-animation-delay:0.7s;
    animation-delay:0.7s;
}
ul.slides > li.active-revslide  .delay-8 {
    -webkit-animation-delay:0.8s;
    animation-delay:0.8s;
}
ul.slides > li.active-revslide  .delay-9 {
    -webkit-animation-delay:0.9s;
    animation-delay:0.9s;
}

iframe.map_fullscreen {
    width: 100%;
    height: 400px;
}






/* afbbox-1x-v2 afbeelding-groot-met-text */
.afbeelding-groot-met-text {
    position: relative;
}

.afbeelding-container {
    width: 100%;
    min-height: 600px !important;
}
/*.afbeelding-achtergrond, .afbeelding-achtergrond div {
    height: 600px !important;
}
.afbeelding-iviewer, .afbeelding-iviewer img {
    background-attachment: fixed;
    height: 600px !important;
    background-size: cover
}*/

@media(min-width: 768px){
    .afbeelding-achtergrond .iviewer_wrapper {
        width:60%;
    }
}
.afbeelding-achtergrond .iviewer_wrapper, .afbeelding-achtergrond .iviewer_wrapper .iviewer {
    height:600px;
}

.text-container {
    width: 40%; min-height: 600px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: white;
}
.text-achtergrond {
    background-color: rgba(15,16,17,0.72);
}
.text-achtergrond, .text-achtergrond h1, .text-achtergrond h2, .text-achtergrond h3, .text-achtergrond h4, .text-achtergrond h5, .text-achtergrond h6 {
    color:white;
}
.achtergrond-text-kleur {
    color:white;
}

@media(min-width: 992px){
    .text-achtergrond {
        width: 55%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        padding: 40px;
        right: 0;
    }
}
@media(min-width:768px) and (max-width:991px){
    .text-container {
        display: none;
    }
    .text-achtergrond {
        padding: 40px;
        margin-left:auto;
        margin-right:auto;
        margin-top:-150px;
        margin-bottom:15px;
        width:720px;
    }
}
@media (max-width:767px){

    .text-container {
        display: none;
    }
    .text-achtergrond {
        padding: 30px;
        margin-left:15px;
        margin-right:15px;
        margin-top:-150px;
        margin-bottom:15px;
    }
}


/* Klerkny Sidebar */
.klerkny-menu .subnav {
    position: unset !important;
    transform: none !important;
    border: none;
}
.klerkny-menu {
    transition: all 0.5s ease;
    position: fixed;
    width: 50%;
    right: 0;
    opacity: 1;
    top: 0;
    background-color: #ffffff;
    height: 100vh;
    z-index: 10000;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.50);
    overflow: auto;
}

.center-item {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.closed {
    opacity: 0;
    right: -60%;
    height: 0;
    width: 0;
}

.klerkny-menu .nav-link {
    border-bottom: 1px solid silver;
}

.klerkny-menu .navbar-toggler {
    font-size: 40px;
    -webkit-text-stroke: 6px white;
}
.mt-20 {margin-top: 20px;}.mt-40 {margin-top: 40px;}
@media (max-width: 991px) {
    .use-sidebar #navbar-collapse-1 {
        display: none !important;
    }
}
.klerkny-menu .social-links{
    margin: 0 !important;
}

@media screen and (max-width: 500px) {
    .klerkny-menu{
        width: 75%;
    }
}



.contactformulier_en_maps iframe {
    width:100%;
}

.adres-wrapper .adres {
    display: inline-block;
}
.adres-wrapper .icon-wrapper {
    margin-right: 4px;
    float: left;
}

.parallax {
    background-attachment:fixed;
}


/* Ratings widget */
.rate_wrapper {
    width:100%;
    display: inline-block;
}
.rate {
    display: inline-block;
    border: 0;
    padding:0;
    margin:0;
    background:none;
}
/* Hide radio */
.rate > input {
    display: none;
}
/* Order correctly by floating highest to the right */
.rate > label {
    float: right;
}
/* The star of the show */
.rate > label:before {
    display: inline-block;
    font-size: 2rem;
    padding: .3rem .2rem;
    margin: 0;
    cursor: pointer;
    font-family: FontAwesome;
    content: "\f005 "; /* full star */
}
/* Zero stars rating
.rate > label:last-child:before {
    content: "\f006 "; /* empty star outline */
/*}*/
/* Half star trick */
.rate .half:before {
    content: "\f089 "; /* half star no outline */
    position: absolute;
    padding-right: 0;
}
/* Click + hover color */
.rate input:checked ~ label, /* color current and previous stars on checked */
.rate label:hover,
.rate label:hover ~ label { color: #E7711B; } /* color previous stars on hover */

/* Hover highlights */
.rate input:checked + label:hover,
.rate input:checked ~ label:hover, /* highlight current and previous stars */
.rate input:checked ~ label:hover ~ label, /* highlight previous selected stars for new rating */
.rate label:hover ~ input:checked ~ label /* highlight previous selected stars */ { color: #ff9900;  }


/* Einde ratings widget */



a:focus, button:focus {
    outline:none;
}


/* image gallery */

.image-gallery div[class^='col-'][class*='-2'] > .image-box,
.image-gallery div[class^='col-'][class*='-2'] > .image-box > .overlay-container > img {
    height:123px;
}
.image-gallery div[class^='col-'][class*='-3'] > .image-box,
.image-gallery div[class^='col-'][class*='-3'] > .image-box > .overlay-container > img {
    height:200px;
}
.image-gallery div[class^='col-'][class*='-4'] > .image-box,
.image-gallery div[class^='col-'][class*='-4'] > .image-box > .overlay-container > img  {
    height:270px;
}
.image-gallery div[class^='col-'][class*='-2'] > .image-box > .overlay-container > img,
.image-gallery div[class^='col-'][class*='-3'] > .image-box > .overlay-container > img,
.image-gallery div[class^='col-'][class*='-4'] > .image-box > .overlay-container > img {
    opacity:0;
}
.image-gallery div[class^='col-'][class*='-2'] > .image-box > .overlay-container,
.image-gallery div[class^='col-'][class*='-3'] > .image-box > .overlay-container,
.image-gallery div[class^='col-'][class*='-4'] > .image-box > .overlay-container {
    background-size:cover;
    background-position: center center;
}


/* landscape_mode */

body.default-disable-landscape-mode.landscape_mode {
    position: relative;
    overflow: hidden;
}
body.default-disable-landscape-mode.landscape_mode:after {
    color: #666;
    z-index: 9999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: white;
    content: "\f01e";
    font-family: "FontAwesome";
    font-size: 75vh;
    line-height: 100vh;
    text-align: center;
}



h4.panel-title {
    margin: 0;
}

/* navbar-toggler */

@media (min-width: 992px){
    .navbar-toggle {
        display: none;
    }
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.dark .navbar-default .navbar-toggle {
    border-color: rgba(0,0,0,.7);
    background-color: rgba(0,0,0,.4);
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
.dark .navbar-default .navbar-toggle .icon-bar {
    background-color: #ccc;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}


.navbar-toggle .icon-bar {
    height: 5px;
    width: 34px;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 6px;
}
.navbar-toggle {
    margin-right: 0;
}
.navbar-toggle .icon-bar {
    background:black;
}



/* breadcrumb */

.banner .breadcrumb-container {
    position: relative;
}
.breadcrumb {
    float: right;
    padding-right:0;
}
.breadcrumb > li + li:before {
    font-family: "FontAwesome";
    content: "\f101";
    font-size: 11px;
    padding: 0 5px 0 3px;
    color: #ccc;
}
.banner-footer .breadcrumb {
    font-size:16px;
    float:left;
}
.banner-footer .banner-footer {
    background: #f7f7f7;
}
.banner-footer .breadcrumb .fa {
    display:none;
}
.banner-footer .breadcrumb > li:before,
.banner-footer .breadcrumb > li + li:before {
    font-family: "FontAwesome";
    content: "\f105";
    font-size: 20px;
    color:#bec098;
}
.banner-footer .breadcrumb > li:before {
    padding: 0 10px 0 0 ;
}
.banner-footer .breadcrumb > li + li:before {
    padding: 0 10px;
}
button:focus {
    outline: none;
}


body {
    max-width: 2600px;
    margin-left: auto;
    margin-right: auto;
    background: white;
}

@media(max-width: 767px){
    * {
        word-break: break-word;
    }
}

/*@media(max-width: 575px){
    .iviewer {
        background-size: cover !important;
        background-position: center center !important;
    }
}*/

.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.2);
}


/* form flex */

.form-line {
    margin-bottom: 25px;
}
.form-line .btn {
    margin: 0;
}
.form-line:last-child {
    margin-bottom: 0;
}
.form-line.form-line-submit {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top:15px;
    padding-bottom:15px;
}
form .form-line {
    position: relative;
    width: 100%;
}
@media (min-width: 576px){
    form {
        padding-right: 0px;
        padding-left: 0px;
        margin-left: 15px;
        margin-right:15px;
    }
    form .form-line {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (max-width: 575px){
    form {
        padding-right: 20px;
        padding-left: 20px;
        margin-left: 0px;
        margin-right:0px;
        padding-top:5px;
        padding-bottom:5px;
    }
    form .form-line {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.form-line > label {
    margin-top: 10px;
}
.floating-label {
    background:none;
}
.top-foto-met-contact .text-inner .contact-wrapper > div .floating-input input:focus ~ .floating-label,
.top-foto-met-contact .text-inner .contact-wrapper > div .floating-input input:not([data-length="0"]):not(:focus):valid ~ .floating-label {
    color:white;
}
.floating-input input:focus ~ .floating-label,
.floating-input input:not([data-length="0"]):not(:focus):valid ~ .floating-label,
.floating-input textarea:focus ~ .floating-label,
.floating-input textarea:not([data-length="0"]):not(:focus):valid ~ .floating-label{
    background:none;
    top:-10px;
}
@media (min-width: 576px){
    .floating-label {
        left:30px;
        top:20px;
    }
    .floating-input input:focus ~ .floating-label,
    .floating-input input:not([data-length="0"]):not(:focus):valid ~ .floating-label,
    .floating-input textarea:focus ~ .floating-label,
    .floating-input textarea:not([data-length="0"]):not(:focus):valid ~ .floating-label{
        left: 20px;
    }

    .date.floating-input .floating-label {
        left: 15px;
    }

    .date.floating-input input:focus ~ .floating-label {
        left:5px;
    }
}



@media(max-width: 767px){
    .form-line-select .floating-label, .form-line-datepicker .floating-label {
        top:-10px;
        font-size:13px;
        left:0;
    }
}

@media(min-width: 768px) {
    .form-line-select .floating-label {
        display: none;
    }
    .form-line-select label {
        font-size: 14px;
        display: block !important;
        width: 150px;
        float: left;
        line-height: 32px;
    }


    .form-line-select select {
        float: left;
        width: calc(100% - 150px);
    }
}
@media (max-width: 575px){

}
.form-line-submit {
    margin-bottom:0;
}
.form-line-submit br {
    display: none;
}
.checkbox-inline {
    padding-right:5px;
}

/* algemeen */

#logo img:hover, #logo-mobile img:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.btn-animated i {
    top: 50%;
    transform: translateY(-50%);
}
.pv-60 {
    padding-top:60px;
    padding-bottom:60px;
}
.pv-80 {
    padding-top:80px;
    padding-bottom:80px;
}
.pv-100 {
    padding-top:100px;
    padding-bottom:100px;
}
.pv-120 {
    padding-top:120px;
    padding-bottom:120px;
}

#logo img:hover, #logo-mobile img:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

body:not(.transparent-header):not(.gradient-background-header) .header:not(.dark) {
    border-color:#ffffff;
    background-color:#ffffff;
}

.logo, .logo img {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.banner .container .row {
    width: 100%;
}

.menu_footer ul:not(.social-links) {
    margin:0;
}

.modal-header .close {
    order:1;
}

.basis-plaatje-rechts-tekstomloop ul, .basis-plaatje-links-tekstomloop ul {
    display: block;
}


/* nav prev next */
@media(max-width: 575px){
    .nav-prev-next .row > div a.btn {
        font-size:14px;
    }
    .nav-prev-next .row > div {
        padding-left:5px;
        padding-right:5px;
    }
    .nav-prev-next .row > div:first-child {
        padding-left:15px;
    }
    .nav-prev-next .row > div:last-child {
        padding-right:15px;
    }
}

.header .navbar-nav li .nav-link:focus, .header .navbar-nav li .nav-link:hover, .header .navbar-nav .show > .nav-link, .header .navbar-nav li .nav-link.show, .header .navbar-nav .active.show > .nav-link, .header .navbar-nav li.show .nav-link.active {
    border-color:rgba(0,0,0,0);
}
b, strong {
    font-weight: bold;
}

.googleplus {
    display:none !important;
}


/* scroll to next */

.scrollToNext {
    color: #ffffff;
    position: fixed;
    bottom: 15px;
    right: calc(50% - 25px);
    width: 50px;
    height: 50px;
    text-align: center;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1005;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 1;
    filter: alpha(opacity=0);
}
@media(max-width: 575px){
    .scrollToNext {
        bottom:75px;
    }
}

.scrollToNext.fadeToTop {
    -webkit-animation-name: fadeToTopNext;
    animation-name: fadeToTopNext;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.scrollToTop.fadeToBottom {
    -webkit-animation-name: fadeToBottomNext;
    animation-name: fadeToBottomNext;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.scrollToNext i {
    line-height: 50px;
    font-size: 24px;
}

@-webkit-keyframes fadeToTopNext {
    0% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeToTopNext {
    0% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);

    }
}
@media(max-width: 575px) {
    h1 {
        font-size:21px;
    }
    h2 {
        font-size:19px;
    }
    h3 {
        font-size:17px;
    }
    h4 {
        font-size: 15px;
    }
    h5, h6 {
        font-size: 14px;
    }
}
@media(min-width: 575px) and (max-width: 767px) {
    h1 {
        font-size:24px;
    }
    h2 {
        font-size:22px;
    }
    h3 {
        font-size:20px;
    }
    h4 {
        font-size: 18px;
    }
    h5 {
        font-size: 16px;
    }
    h6 {
        font-size: 14px;
    }
}


/* table responsive */

.swipehint {
    position: relative;
}

.swipehint:before {
    z-index: 1000;
    position: absolute;
    right: 0px;
    top: 75px;
    height: 0px;
    font-size: 40px;
    color: #0061AE;
    border-radius: 100%;
    background: white
}


@media(max-width: 991px){
    .swipehint:before {
        animation: circles 1.5s ease-out infinite, swipe-mobile 1.5s ease-out infinite;
        font-family: FontAwesome;
        content: "\f0a6";
    }
}
@media(min-width: 992px){
    .swipehint:before {
        animation: circles 1.5s ease-out infinite, swipe 1.5s ease-out infinite;
        font-family: FontAwesome;
        content: "\f138";
    }
}


@keyframes swipe-mobile {
    0% {
        transform: translateX(0px) rotate(5deg);
        -webkit-transform: translateX(0px) rotate(5deg);
    }
    100% {
        transform: translateX(-40px) rotate(5deg);
        -webkit-transform: translateX(-40px) rotate(5deg);
    }
}
@keyframes swipe {
    0% {
        transform: translateX(-40px);
    }
    100% {
        transform: translateX(0px);
    }
}
@keyframes circles {
    0% {
        opacity: 0;
    }
    33% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


.bg-img {
    background-size: cover;
    background-position: center center;
    height: 300px;
}




/* slider */
.banner > .slider {
    height: 100vh;
    max-height:650px;
    width:100%;
    position: relative;
    overflow: hidden;
}
.banner > .slider .slick-list, .banner > .slider .slick-track {
    position: absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
}
.banner > .slider .slide {
    position: relative;
    width:100%;
    height:100%;
}
.banner > .slider .slide .bg-wrapper {
    overflow: hidden;
}
.banner > .slider .slide .bg-wrapper,
.banner > .slider .slide .bg-img {
    position: absolute;
    height:100%;
    top:0;
    right: 0;
}
.banner > .slider .slide .bg-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
}
.banner > .slider .slide .bg-wrapper {
    width:100%;
}
.banner > .slider .slide .inner {
    position: relative;
    z-index: 100;
}
.banner > .slider .slick-dots li {
    position: relative;
    display: inline-block;
    zoom: 1;
    margin: 5px 3px;
    height: 5px;
    position: relative;
    width:30px;
}
.banner > .slider .slick-dots li button {
    border-radius: 0;
    background: white;
    width: 100%;
    height: 1px;
    margin:0;
    position: absolute;
    bottom:0;
    box-shadow: 1px 1px ;
}
.banner > .slider .slick-dots li button {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    box-shadow: 0px 0px 3px #1b1f2a;
}
.banner > .slider .slick-dots li.slick-active button {
    height:100%;
}
.banner > .slider .slick-dots-wrapper {
    position: absolute;
    bottom:0;
    left:0;
    width:100%;
}
.banner > .slider .slick-dots {
    width: auto;
    position: relative;
    text-align: left;
}

@media(min-width: 768px) {
    .banner > .slider .slick-arrow {
        position: absolute;
        height:100%;
        z-index:10;
    }
    .banner > .slider .slick-arrow i {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

    .banner > .slider .slick-arrow.prev {
        left:0;
    }
    .banner > .slider .slick-arrow.next {
        right:0;
    }


    .banner > .slider.hide-arrow .slick-arrow.prev i {
        left: -50px;
    }
    .banner > .slider:not(.hide-arrow) .slick-arrow.prev,
    .banner > .slider.hide-arrow .slick-arrow.prev:hover i {
        left: 15px;
    }
    .banner > .slider.hide-arrow .slick-arrow.next i {
        right:-50px;
    }
    .banner > .slider:not(.hide-arrow) .slick-arrow.next,
    .banner > .slider.hide-arrow .slick-arrow.next:hover i {
        right:15px;
    }
}
@media(min-width: 768px) and (max-width: 1199px) {
    .banner > .slider .slick-arrow {
        padding-left:20px;
        padding-right:20px;
    }
}
@media(min-width: 1200px) and (max-width: 1599px) {
    .banner > .slider .slick-arrow {
        padding-left:50px;
        padding-right:50px;
    }
}
@media(min-width: 1600px) {
    .banner > .slider .slick-arrow {
        padding-left:7em;
        padding-right:7em;
    }
}


/* kenburns */

.slick-slider.kenburns {
    overflow: hidden;
}
.slick-slider.kenburns .slick-active .bg-img {
    -webkit-animation: kenburnsSlick 8s 1 ease-in-out;
    animation: kenburnsSlick 8s 1 ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.slick-slide[aria-hidden="true"].kenburns .bg-img {
    visibility: hidden;
}
@keyframes kenburnsSlick {
    from { transform: scale(1.0,1.0); transform-origin: 50% 50%; }
    to { transform: scale(1.10,1.10); transform-origin: 50% 0%; }
}
@-webkit-keyframes kenburnsSlick {
    from { -webkit-transform: scale(1.0,1.0); -webkit-transform-origin: 50% 50%; }
    to { -webkit-transform: scale(1.10,1.10); -webkit-transform-origin: 50% 0%;  }
}



/* social icons */

.default-bg .social-links li a {
    color:white;
    border-color:white;
}



section.basis-plaatje-rechts-tekstomloop-iviewer ul, section.basis-plaatje-links-tekstomloop-iviewer ul {
    display: inline;
    position: relative;
    left: 32px;
}

footer:not(.dark) .subfooter {
    background: rgba(0,0,0,0);
}

tbody {
    background-color: rgba(0,0,0,0);
}

.header-top:not(.dark) {
    background:white;
    border-color:white;
}