/*algemeen*/
* {
    margin: 0;
    padding:0;
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    box-sizing:        border-box;    
    *behavior: url("../include/boxsizing.htc");
    outline: 0;
}
html, body {
    height: 100%;
}
body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #8a9caa;
    font-weight: normal;
    overflow-x: hidden;
}
.full-wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -439px;
    background: #fff;
}
.push {
    height: 439px; 
}
h1{
    font-family: 'Montserrat', sans-serif;
    color: #464646;
    font-size: 38px;
    font-weight: normal;
    margin-bottom: 20px;
    text-transform: uppercase;
}
h1.center {
    text-align: center;
}
.home h1{    
    margin-bottom: 45px;
}
h2{
    color: #667a8a;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 30px;
    text-decoration: none;
    font-size: 24px;
    line-height: 30px;
    position: relative;
}
h2:before,
h2:after{
    content: "";
    display: inline-block;
    position: absolute;
}
.section-black h2{
    color: #fff;
    margin-bottom: 50px;
}

h3{    
    line-height: 22px;
    text-decoration: none;
    font-size: 18px;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    color: #526684;
}
h3.blue {
    color: #4e5765;
    font-size: 22px;
}

/*====================================================
STRUCTUUR
=====================================================*/

.pull-left{
    float: left;
}
.pull-right{
    float: right;
}
.clear{
    clear: both;
    overflow: hidden;
}
.span20 {
    width: 25%;
}
.span30{
    width: 33%;
}
.span50 {
    width: 48%;
}

.span70{
    width: 60%;
}
.container{
    width: 960px;
    margin: 0 auto;
    position: relative;
}
.text-center {
    text-align: center;
}
/*====================================================
BUTTON
=====================================================*/
.btn{
    color:#ffffff;
    text-align: center;
    display: inline-block;
    padding: 18px 45px;
    cursor: pointer;
    text-decoration: none;
    margin:10px 0;
    font-size: 14px;
    -webkit-appearance:none;
    background: #ea4646;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    border: none;
}
.btn:hover{
    text-decoration: none;
    background: #e96262; 
}
.btn.btn-full {
    width: 100%;
}
.btn.btn-line{
    background: none;
    border: 2px solid #fff;
}
.btn.btn-line:hover{
    background: #fff;
    color: #000;
}
.btn.btn-small{
    padding: 10px 35px;
}
.btn.btn-blue {
    background: #5da9ee;
    font-size: 18px;
}
.btn.btn-blue:hover {
    background: #5091cc;
}
.btn.btn-white {
    background: #fff;
    border: 2px solid #ececec;
    color: #4a4a4a;
}
.btn.btn-white:hover {
    background: #ececec;
}
.buttongroup{
    display: inline-block;
}
.buttongroup .btn{
    margin: 0 10px;
    display: inline-block;
}
/*====================================================
TOPSTROKE + HEADER
=====================================================*/
.topstroke {
    height: 4px;
    background: #5794cc;
}
.header {
    padding: 40px 0;
}
.header .logo {
    display: block;
    width: 167px;
}
.header .logo.pcr {
    width: 392px;
    margin-right: 30px;
}
.header .logo img {
    display: block;
    width: 100%;
}
/*====================================================
MENUWRAPPER
=====================================================*/
.menu-wrapper {
    background: #526684;
}
.menu-wrapper .menu {
    list-style: none;
    float: left;
    width: 70%;
}
.menu-wrapper .menu li {
    float: left;
    margin-right: 40px;
}
.menu-wrapper .menu li.responsiveMenu {
    display: none;
}
.menu-wrapper .menu li a {
    display: block;
    padding: 20px 0;
    color: #aabbd3;
}
.menu-wrapper .menu li a:hover,
.menu-wrapper .menu li a.active {
    text-decoration: none;
    color: #fff;
}
.menu-wrapper .menu-regels, .menu-klantenzone {
    display: block;
    padding: 20px 0;
    float: right;
    width: 15%;
    color: #aabbd3;
    background: #526684;
    text-align: center;
}

.menu-wrapper .menu-regels:hover, .menu-klantenzone:hover,
.mini-menu li a:hover,
.mini-menu li.active a {
    text-decoration: none;
    color: #ffffff;
}
.mini-menu {
    background-color: #526684;
    position: absolute;
    top: 59px;
    /*right: 30px;*/
    right: 115px;
    z-index: 100;
}
.mini-menu li {
    text-align: center;
    margin: 0;
    float: none;
    width: 100%;
    display: none;
}
.mini-menu li:last-child {
    border-top: 1px solid #3f4e65;
}
.mini-menu.open li {
    display: block;
}
.mini-menu li a {
    display: block;
    padding: 20px;
    color: #aabbd3;
}

/*====================================================
BANNER
=====================================================*/
.banner-wrapper,
.banner-wrapper h1 {
    color: #fff;
}
.banner-wrapper {
    padding: 160px 0 200px;
    background: url('../images/banner-bg.png') no-repeat center center;
    background-size: cover;
    text-align: center;
}
.banner-wrapper.contact{
    background-image: url('../images/contact-banner.png');
    text-align: left;
    color: #8a9caa;
    padding: 130px 0 100px;
}
.banner-wrapper.contact h1 {
    color: #667a8a;
    font-size: 24px;

}
.banner-wrapper .content {
    width: 50%;
}
.banner-wrapper .content i {
    color: #5da9ee;
}
.banner-wrapper .content .contactgegeven {
    float: left;
    margin-right: 30px;
    color: #526684;
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 16px;
}
/*====================================================
MAIN-WRAPPER
=====================================================*/
.main-wrapper {
    padding: 100px 0;
}
.main-wrapper.home {
    padding: 0;
}
.main-wrapper ol {
    margin-left: 25px;
    margin-bottom: 40px;
}
.main-wrapper ol li {
    margin-bottom: 15px;
}
.main-wrapper ol ul {
    list-style: none;
}
.main-wrapper .intro {
    text-align: center;
    width: 75%;
    margin: 0 auto 90px auto;
}
.main-wrapper .content-blok {
    margin-bottom: 60px;
}
.main-wrapper .content-blok ul {
    list-style: none;
    margin-bottom: 30px;
}
.main-wrapper .content-blok ul li a{
    color: #5da9ee;
}
.main-wrapper .content {
    float: left;
    width: 65%;
}
.main-wrapper .content.right {
    float: right;
}
.main-wrapper .content.full {
    width: 100%;
}
.main-wrapper .image {
    display: block;
    width: 27%;
    float: right;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
    overflow: hidden;
}
.main-wrapper .image.no-circle {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.main-wrapper.home .image {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.main-wrapper .image.left {
    float: left;
}
.main-wrapper .image img {
    display: block;
    width: 100%;
}
.main-wrapper ul li {
    position: relative;
    list-style-type: none;
    line-height: 26px;
    padding-left: 20px;
    margin-bottom: 15px;
}
.main-wrapper ul li:before {
    position: absolute;
    display: inline-block;
    content: '';
    height: 7px;
    width: 7px;
    left: 0;
    top: 13px;
    margin-top: -3.5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #bcd752;
}
.main-wrapper ul li a {
    color: #fff;    
}
/*.main-wrapper p img {
    width: 100% !important;
    height: auto !important;
}*/
/*====================================================
AANBOD-WRAPPER
=====================================================*/
.aanbod-wrapper {
    background: #fff;
    margin-top: -55px;
    padding: 15px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    margin-bottom: 125px;
}
.aanbod-wrapper .aanbod {
    width: 32%;
    margin-left: 2%;
    float: left;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    padding: 25px;
}
.aanbod-wrapper .aanbod:first-of-type {
    margin-left: 0;
}
.aanbod-wrapper .aanbod.green {
    background: #0d6d4c;
}
.aanbod-wrapper .aanbod.green .btn {
    background: #1f5536;
}
.aanbod-wrapper .aanbod.green .btn:hover {
    background: #1F7C47;
}
.aanbod-wrapper .aanbod.red {
    background: #e46a6a;
}
.aanbod-wrapper .aanbod.red .btn{
    background: #bf4949;
}
.aanbod-wrapper .aanbod.red .btn:hover {
    background: #E45252;
}
.aanbod-wrapper .aanbod.blue {
    background: #529dd7;
}
.aanbod-wrapper .aanbod.blue .btn {
    background: #3a7caf;
}
.aanbod-wrapper .aanbod.blue .btn:hover {
    background: #458CC3;
}
.aanbod-wrapper .aanbod .icon {
    height: 40px;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 25px;
}
.aanbod-wrapper .aanbod .title {
    text-transform: uppercase;
    font-size: 25px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 25px;
}
.aanbod-wrapper .aanbod p {
    color: #fff;
    height: 30px;
    overflow: hidden;
}
.aanbod-wrapper .aanbod ul {
    list-style: none;
    text-align: left;
    margin-bottom: 30px;
    height: 226px;
}
.aanbod-wrapper .aanbod.red ul li:before {
    background: #a93838;
}
.aanbod-wrapper .aanbod.blue ul li:before {
    background: #dfbf50;
}
.fidelio {
    margin: 0 0 20px 25px;
    width: 200px;
    display: block;
    float: right;
}
.fidelio img {
    width: 100%;
}
/*====================================================
APP
=====================================================*/
.app-wrapper {
    margin-left: -3.33%;
    margin-top: 50px;
}
.app-wrapper .app {
    display: block;
    float: left;
    width: 30%;
    margin-left: 3.33%;
    text-align: center;
}
.app-wrapper .app img {
    display: inline-block;
    max-width: 100%;
}
/*====================================================
CONTACT
=====================================================*/
.formulier {
    float: left;
    width: 65%;
}
.form-row .icon {
    float: left;
    text-align: center;
    color: #5da9ee;
    width: 10%;
    padding-top: 20px;
}

.openingsuren-wrapper {
    float: right;
    width: 30%;
}
.openingsuren {
    background: #e6eaf0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    color: #667a8a;
    font-family: 'Montserrat', sans-serif;
}
.openingsuren .openingsuur {
    padding: 30px;
    border-bottom: 1px solid #d8dce2;
}
.openingsuren .openingsuur.last {
    border-bottom: none;
}
.openingsuren .openingsuur .title {
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 10px;
}
.openingsuren .openingsuur .info {
    font-size: 22px;
}
/*====================================================
OVER ONS
=====================================================*/
.team-wrapper {
    margin-left: -2.5%;
    margin-bottom: 150px;
}
.team-wrapper .teammember {
    float: left;
    width: 30%;
    margin-left: 3.33%;
    text-align: center;
    font-size: 14px;
    color: #a9a9a9;
}
/*
.team-wrapper .teammember:nth-child(1) {
    margin-left: 20%;   
}
.team-wrapper .teammember:nth-child(3) {
    clear: left;   
}
*/
.teammember .image {
    float: none;
    width: 215px;
    height: 215px;
    margin-top: 0;
    -webkit-border-radius: 110px;
    -moz-border-radius: 110px;
    border-radius: 110px;
    overflow: hidden;
    margin: 0 auto 30px;
}
.teammember .image img {
    display: block;
    width: 100%;
}
.teammember .name {
    font-size: 16px;
    font-weight: 300;
    color: #3f3e3e;
    margin-bottom: 15px;
}
.teammember .function {
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    color: #5da9ee;
    margin-bottom: 35px;
}
.teammember p {
    height: 78px;
    overflow: hidden;
}
/*====================================================
LOGO-WRAPPER
=====================================================*/
.logo-wrapper {
    border-top: 1px solid #e7edf1;
    text-align: center;
}
/*====================================================
FOOTER  
=====================================================*/
.footer-top {
    padding: 75px 0;
    background: #64717b;
}
.footer-top ul {
    list-style: none;
    margin-bottom: 60px;
}
.footer-top ul li {
    float: left;
    margin-right: 70px;
}
.footer-top ul li:last-of-type {
    margin-right: 0;
}
.footer-top ul li a {
    color: #9babc0;
    padding-top: 50px;
    display: block;
}
.footer-top ul li.logo a {
    padding-top: 15px;
}
.footer-top ul li.logo a img {
    display: block;
    width: 100%;
}
.footer-top ul li a:hover,
.footer-top ul li a.active {
    text-decoration: none;
    color: #fff;
}
.footer-top .responsiveFooterlogo {
    display: none;
    width: 170px;
    margin: 0 auto 50px;
}
.footer-top .responsiveFooterlogo img {
    display: block;
    width: 100%;
}
.footer-top .line {
    width: 95%;
    height: 1px;
    margin: 0 auto 60px auto;
    background: #4b545b;
}
.footer-top .footer-blok {
    margin-left: 10%;
    float: left;
    text-align: center;
    color: #fff;
    font-size: 17px;
}
.footer-top .footer-blok i {
    color: #b2c3d0;
}
.footer-top .icon-route {
    float: left;
    width: 19px;
    height: 18px;
    background: url('../images/icons/route.png') no-repeat center center;
    background-size: cover;
    margin-right: 10px;
    margin-top: 5px;
}
.footer-top .footer-blok .content {
    float: right;
}
.footer-bottom {
    padding: 30px 0;
    background: #4b545b;
    text-align: center;
}
.footer-bottom a {
    color: #fff;
}


/* ====================================================
 *   GDPR
 * ===================================================*/
.checkbox-gdpr {
    height: 60px;
    padding: 20px;
    margin-left: 62px;
    border-left: 1px solid #dfe3e9;
    position: relative;
}
.checkbox-gdpr input[type="checkbox"]{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    top: 2px;
    width: 14px;
    height: 14px;
    border: 1px solid #dfe3e9;
    display: inline-block;
    margin-right: 10px;
}
.checkbox-gdpr input[type="checkbox"]:before {
    content: "";
    background: transparent;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.checkbox-gdpr input[type="checkbox"]:checked:before {
    background: #5da9ee;
    position: absolute;
    left: 1px;
    top: 1px;
    width: 10px;
    height: 10px;

}

.cookie-banner-gdpr {
    border: 1px solid #dfe3e9;
    position: fixed;
    right: 30px;
    background: white;
    padding: 30px;
    width: 350px;
    bottom: 30px;
}

.cookie-banner-gdpr p {
    margin: 0;
}
.cookie-close {
    position: absolute;
    top: 10px;
    right: 15px;
}

/* ====================================================
 *   contact form honeypot
 * ===================================================*/
.ohnohoney{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}