@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;800&display=swap');

.pagebreakbackground {
    background: rgba(96, 125, 139, 0.6);
}

.hasborderradius {
    border-radius: 5px;
}

.mainmenulogo:after, .arrowWrapper:after, .qscontactform-div:after {
    clear: both;
    content: '';
    display: block;
}

.mainmenulogo {
    background: #fff;
}


/* Algemeen */

.leftflagicon {
    text-align: right;
}
.rightflagicon {
    text-align: center;
}

.sloganheader {
    margin: 0px;
    color: #29388a;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 800;
    line-height: 40px;
    text-align: center;
    font-style: italic;
}

.vlagicon img{
    width: 60px;
}


.contentcontainer {
    width: 98%;
    max-width: 1080px;
    margin: 0px auto;
}

.paddingbox {
    box-sizing: border-box;
    padding: 5% 0;
}

.paddingboxtexttop {
    box-sizing: border-box;
    padding: 3% 0 0;
}

.paddingboxtextbottom {
    box-sizing: border-box;
    padding: 0 0 3%;
}

.paddingboxfooter {
    box-sizing: border-box;
    padding: 2% 0;
}

.paddingboxtext {
    box-sizing: border-box;
    padding: 3% 0;
}

.row-col-xl-3, .row-col-xl-6, .row-col-xl-4 {
    box-sizing: border-box;
    padding: 0 1%;
}

.contentcontainer .row-col-xl-12 {
    box-sizing: border-box;
    padding: 0 1%; 
}

/* Header */

.mainmenucontact {
    background: #38a248;
    line-height: 40px;
}
.headertekst {
    display: inline-block;
    margin: 0px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 40px;
}
.headertekstright {
    float: right;
    font-style: italic;
    font-weight: 600;
}
.headertekst a {
    color: #fff;
    text-decoration: none;
}

.mainmenu {
    background: #29388a;
    height: 72px;
    line-height: 72px;
}

.mainmenu ul {
    padding: 0px;
    margin: 0px;
    width: 100%;
    text-align: center;
    position: relative;
}

.mainmenu ul li {
    display: inline-block;
}

.mainmenu ul li a {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    text-decoration: none;
    line-height: 36px;
    font-weight: 300;
    display: block;
    box-sizing: border-box;
    padding: 5px 15px;
    border: none;
    border-radius: 5px;
    
    -webkit-transition: background 0.4s ease-out;
    -moz-transition: background 0.4s ease-out;
    -o-transition: background 0.4s ease-out;
    transition: background 0.4s ease-out;
}

.mainmenu ul li a:hover {
    background: #425098;
}

.submenu, .submenucontact{
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background: #29388a;
    position: absolute !important;
    top: 72px;
    height: 0px;
    width: 395px !important;
    overflow: hidden;
    z-index: 6;
    
    -webkit-transition: height 0.4s ease-out;
    -moz-transition: height 0.4s ease-out;
    -o-transition: height 0.4s ease-out;
    transition: height 0.4s ease-out;
}

.submenu li, .submenucontact li, .submenumobile li, .submenumobilecontact li {
    display: block !important;
    width: 100%;
}

.submenu li a, .submenucontact li a, .submenumobile li a, .submenumobilecontact li a {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px !important;
    text-decoration: none;
    line-height: 32px !important;

    display: block;

    width: 95%;
    margin: 4px auto;
    -webkit-transition: background 0.4s ease-out;
    -moz-transition: background 0.4s ease-out;
    -o-transition: background 0.4s ease-out;
    transition: background 0.4s ease-out;
}


.submenumobile, .submenumobilecontact {
    background: #29388a;
    position: relative !important;
    height: 0px;
    overflow: hidden;
    z-index: 6;
    
    -webkit-transition: height 0.4s ease-out;
    -moz-transition: height 0.4s ease-out;
    -o-transition: height 0.4s ease-out;
    transition: height 0.4s ease-out;
}

.submenumobile li a, .submenumobilecontact li a {
     background: #425098;
}

.mainmenu ul li:hover .submenu, .showmobilesubmenu {
    height: 245px;
}
.mainmenu ul li:hover .submenucontact, .showmobilesubmenucontact{
    height: 100px;
}


.logo img{
    max-width: 380px;
    display: block;
    margin-top: 25px;
}

.extralogos img {
    max-width: 100px;
    display: inline-block;
    margin-left: 15px;
}

.logo {
    float: left;
    width: 50%;
}

.extralogos {
    float: right;
    width: 50%;
    margin-top: 35px;
    text-align: right;
}

/* Header */
.bannerFull {
    position: relative;
    width: 100%;
    height: 550px;
    margin-top: 0px;
}

.bannerFullnoheight {
    height: 100% !important;
}

.bannerHalf {
    height: 450px;
}

.bannerwrapper {
    width: 100%;
}

.bannerimagewrap img {
    width: 100%;
    display: block;
}
.bannerImage {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.bannerImage img {
    width: 100%;
    display: block;
}

.bannercontainer {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.bannertable {
    display: table;
    width: 100%;
    table-layout: fixed;
    height: 100%;
}

.bannertablerow {
    display: table-row;
}

.bannertablecell {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.bannertablecellimg {
    display: block;
    margin: 0px auto;
    width: 100%;
}

.bannerTekst {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    margin: 0;
    line-height: 200%;
    color: #29388a;
}

.bannerTekstSpecialisten {
    position: absolute;
    bottom: 10%;
    text-align: center;
    font-weight:600;
    left: 0;
    right: 0;
   /* color: #fff;
    font-style: italic;
    text-shadow: 1px 1px 3px #333;*/
}
#bannerHomePage, #sliderHomePage {
    background-image: url("../Images/homeslider-profs.jpg");
    background-size: cover;
    background-position: center center;
}
#bannerDienstenVerzekeringPage {
    background-image: url("../Images/Dienstverlening-Verzekeraars-Letselschadebureaus-header.jpg");
    background-size: cover;
    background-position: center center;
}
#bannerwvpPage {
    background-image: url("../Images/WVP-support-Werkgevers-Uitzendbureaus-header.jpg");
    background-size: cover;
    background-position: center center;
}

#bannerPorfolioPage {
    background-image: url("../Images/Dienstverlening-portfolio-header.jpg");
    background-size: cover;
    background-position: center center;
}

#bannerTeamPage {
    background-image: url("../Images/Specialisten-header.jpg");
    background-size: cover;
    background-position: top center;
}

#bannerAboutPage {
    background-image: url("../Images/Over-ons-header.jpg");
    background-size: cover;
    background-position: center center;
}

#bannerContactPage {
    background-image: url("../Images/Contact-header.jpg");
    background-size: cover;
    background-position: center center;
}

#bannerPrivacyPage {
    background-image: url("../Images/Privacy-header.jpg");
    background-size: cover;
    background-position: center center;
}

/* Standaard tekst classes */

.kop, .slogan {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    color: #29388a;
    margin: 0px;
    padding: 0;
    font-weight: 600;
}
.onderkop {
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    color: #29388a;
    margin: 0px;
    padding: 0 0 1em;
    font-weight: 600;
}

.koppadding {
    padding: 0 0 0.5em;
}

.slogan {
    text-align: center;
}

.introkop {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    color: #29388a;
    margin: 0px;
    padding: 0 0 1em;
    text-align: center;
}

.subkop {
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    color: #29388a;
    margin: 0px;
    padding: 0 0 0.5em;
    font-weight: 600;
}

.tekst, #qscontactform-1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #000;
    margin: 0px;
    padding: 0 0 0.5em;
    font-weight: 400;
    line-height: 170%;
}
.headerextratekst {
    text-align: left;
    font-weight: 600;
    margin-left: 80px;
    padding:0;
    color: #29388a;
    font-weight: 800;
    font-style: italic;
}

.link {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #29388a;
    text-decoration: none;
}

.link:hover {
    text-decoration: underline;
}

.listtekst {
    padding: 0px 0px 0px 30px;
}

.quotetekst {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    
    font-style: italic;
    color: #000;
    margin: 0px;
    padding: 0 0 0.5em;
    font-weight: 400;
    line-height: 170%;
}

/* tegels home */
.hometegel {
    padding: 20px 0px;
    box-sizing: border-box;
    min-height: 480px;
}

.hometegel2 {
    padding: 20px 0px;
    box-sizing: border-box;
    min-height: 200px;
}

.tegeltekst {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    margin: 0px;
    padding: 0 0 0.5em;
    line-height: 170%;
}

.tegelkop {
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    color: #29388a;
    margin: 0px;
    padding: 0 0 0.5em;
    font-weight: 600;
}

.tekstwit {
    /*color: #fff;*/
}

.readmore, .readmorewhite {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    border: none;
    cursor: pointer;
    box-sizing: border-box;
    padding: 10px 15px;
    border-radius: 5px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: #29388a;
    color: #fff;
}



.readmore svg, .readmorewhite svg {
    width: 0px !important;
    -webkit-transition: width 0.2s ease-out;
    -moz-transition: width 0.2s ease-out;
    -o-transition: width 0.2s ease-out;
    transition: width 0.2s ease-out;
}

.readmore:hover svg, .readmorewhite:hover svg {
    width: 0.5em !important;
}

.logostichting {
    max-width: 210px;
    margin: 0px auto;
    display: block;
}

/* Footer */
.footerkop {
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    margin: 0px;
    padding: 0 0 0.5em;
}
.footertekst {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin: 0px;
    padding: 0;
    line-height: 140%;
}


.footerlink {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
}

.footerlink:hover {
    text-decoration: underline;
}

.introtable {
    width: 100%;
}

.introtable tr td.slogan {
    padding: 10px 35px; 
}

.introtable tr td.vlag img {
    width: 100%;
    max-width: 100%;
    display: block;
}

/* Fixed classes */

.mainmenufixed {
    position: fixed;
    z-index: 1000;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
}

.cleartop {
    margin-top: 72px;
}


.banneroverlaysection {
    top: -80px;
    z-index: 1;
    margin-bottom: -80px;
}

.bannerOverlayTile {
    text-align: center;
    background: #38a248;
    box-sizing: border-box;
    padding: 4% 0 0;
    min-height: 190px;
    cursor: pointer;
    border-radius: 5px;
}
.overlaytekst {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin: 0px;
    padding: 0;
    line-height: 140%;
}

.quoteHome {
    display: block;
    width: 97% !important;
    border-radius: 5px;
    margin-top: 10px;
    margin-left: 3%;
}

.asTable {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.asTablerow {
    display: table-row;
}
.asTablecell {
    display: table-cell;
    vertical-align: middle;
    padding: 15px  0;
}

.asTablecell img {
    display: block;
    width: 90%;
    margin: 0px auto;
    border-radius: 5px;
}

.paginaafbeelding {
    display: block;
    width: 100% !important;
    border-radius: 5px;
}

.homepagepaginaafbeelding  {
    display: block;
    width: 65% !important;
    border-radius: 5px;
    margin: 0px auto;
}

.mobilemainmenu {
    display: none;
}
.menubarmobile {
    height: 150px;
    position: relative;
}

.mobilemenuicon {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50px;
    color: #29388a;
    font-size: 30px;
    z-index: 1;
    box-sizing: border-box;
    padding: 60px 10px;
}
.mobilelogo {
    width: 100%;
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    z-index: 0;
}
.mobilelogo img {
    max-height: 150px;
    display: block;
    margin: 0px auto;
}

.menubarmobile:after {
    clear: both;
    display: block;
    content: '';
}

.mobilemenuitem {
    position: fixed;
    top: 0px;
    bottom: 0;
    left: -300px;
    width: 300px;
    overflow: hidden;
    background: #29388a;
    z-index: 100;
    -webkit-transition: left 0.4s ease-out;
    -moz-transition: left 0.4s ease-out;
    -o-transition: left 0.4s ease-out;
    transition: left 0.4s ease-out;
}

.showmenu {
    left: 0px;
}

.closeMenu {
    margin: 0px;
    color: #fff;
    text-align: right;
    box-sizing: border-box;
    padding: 20px;
}

.mobilemenuitem ul {
    padding: 0px 5px;
    margin: 0px;
}
.mobilemenuitem ul li a {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    text-decoration: none;
    line-height: 36px;
    font-weight: 300;
    display: block;
    box-sizing: border-box;
    padding: 5px 15px;
    border: none;
    border-radius: 5px;
    
    -webkit-transition: background 0.4s ease-out;
    -moz-transition: background 0.4s ease-out;
    -o-transition: background 0.4s ease-out;
    transition: background 0.4s ease-out;
}

.arrowWrapper {
    width: 100%;
    margin: 10px 0;
}

.arrowImage {
    float: left;
    width: 25%;
}
.arrowImage img {
    width: 100%;
    border-radius: 5px;
}

.arrowArrow {
    float: left;
    width: 10%;
    font-size: 60px;
    text-align: center;
    color: #29388a;
    box-sizing: border-box;
    padding-top: 55px;
}

#qscontactform-1 {
    margin-top: 20px;
}

.qscontactform-text-label, .qscontactform-textarea-label, .qscontactform-checkbox-label, .check-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #333;
    margin: 0px;
    padding: 0 0 0.5em;
    font-weight: 300;
    line-height: 170%;
}

.qscontactform-input,  .qscontactform-textarea textarea  {
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #333;
    font-weight: 300;
    line-height: 170%;
}

.qscontactform-text-label, .qscontactform-textarea-label, .qscontactform-checkbox-label {
    width: 50%;
    min-width: 0px !important;
    float: left;
}
.qscontactform-input, .qscontactform-textarea textarea {
    width: 50%;
    float: right;
}

.qscontactform-btn, .resultatenbtn, .qs_cookiepage_acceptbtn, .contactbtn {
    display: block;
    margin: 20px auto 0;
    padding: 10px 20px;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    line-height: 170%;
    background: #29388a;
    border-color: #29388a;
    -webkit-transition: background 0.4s ease-out;
    -moz-transition: background 0.4s ease-out;
    -o-transition: background 0.4s ease-out;
    transition: background 0.4s ease-out;
}

.qs_cookiepage_acceptbtn {
    color: #fff !important;
}

.qscontactform-btn:hover, .resultatenbtn:hover, .qs_cookiepage_acceptbtn:hover, .contactbtn:hover {
    background: #425098;
    border-color: #425098;
}


.resultatenbtn, .qs_cookiepage_acceptbtn, .contactbtn {
    cursor: pointer;
    border: 1px solid #29388a;
    border-radius: 5px;
}

.portfoliobannerbutton {
    margin: 25px 0 0 0;
}


.qs_cookie_page_wrap, .qs_cookie_table_head, .qs_cookie_table_text, .qs_cookiepage_text, .qs_cookiepage_subhead, .qs_cookiepage_acceptbtn {
    font-family: 'Open Sans', sans-serif;
    
    color: #333;
    font-weight: 300;
    line-height: 170%;
}

.qs_cookie_table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}
.qs_cookie_table td {
    vertical-align: top;
}

.paginaafbeeldinginline {
    display: inline-block;
    width: 48%;
    margin: 0 1%;
    border-radius: 5px;
}

.praktijkquote {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 5px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 170%;
}

.praktijkquote table {
    width: 100%;
    min-height: 22vh;
}

.praktijkquote table td {
    vertical-align: middle;
}

@media only screen and (max-width: 960px) {
    .desktopmainmenu {
       display: none;
    } 
    .mobilemainmenu {
        display: block;
    }
    .bannerFull, .bannerHalf {
        height: 400px;
    }
    
    .hometegel {
        min-height: 630px;
    }
    .cleartop {
        margin-top: 0px;
    }

    .bannertablecellimg {
        display: none;
    }
    .bannertable {
        table-layout: auto;
    }
}



@media only screen and (max-width: 640px) {
    .mobilelogo img {
        max-height: 90px;
        margin: 32px auto 0;
    }
    
    .introtable, .introtable tr, .introtable tr td{
        display: block;
        width: 100%;
    }
    
    .introtable tr td.vlag img {
        max-width: 125px;
        display: block;
        margin: 0px auto;
    }
    .introtable tr td.slogan {
        padding: 0px;
    }
    
    .slogan {
        font-size: 25px;
    }
    .hometegel {
        min-height: 0px;
    }
    .readmore, .readmorewhite {
        position: relative;
        bottom: auto;
        right: auto;
    }
    .banneroverlaysection {
        top: 0;
        margin: 20px auto;
    }
    .banneroverlaysection .row-col-xl-3 {
        float: left;
        width: 50%;
    }
    .bannerOverlayTile {
        text-align: center;
        background: #38a248;
        box-sizing: border-box;
        padding: 10% 0 0;
        min-height: 175px;
        cursor: pointer;
        border-radius: 5px;
        width: 97%;
        margin: 10px auto;
    }
    .asTable, .asTablerow, .asTablecell {
        display: block;
        width: 100%;
        padding: 0px;
    }
    
    .paginaafbeelding {
        width: 80%;
        margin: 2% auto;
    }
    
    .arrowImage, .arrowArrow {
        float: none;
        width: 100%;
    }
    .arrowArrow {
        padding: 0px;
        transform: rotate(90deg);
    }
    
    .arrowImage img {
        width: 80%;
        margin: 0px auto;
        display: block;
    }
    
    .qs_cookie_table, .qs_cookie_table tr, .qs_cookie_table td {
        display: block;
        width: 100%;
    }
    
    .bannerFull, .bannerHalf {
        height: 200px;
    }
    
    .bannertable, .bannertablerow, .bannertablecell {
        display: block;
    }
    
    .qscontactform-text-label, .qscontactform-textarea-label, .qscontactform-checkbox-label {
        width: 100%;
        min-width: 0px !important;
        float: none;
    }
    .qscontactform-input, .qscontactform-textarea textarea {
        width: 100%;
        float: none;
    }
    
}
