a.fixed-coaching-button {
    background: #3450BF;
    border-radius: 50px;
    font-weight: 600;
    position: fixed;
    bottom: 35px;
    right: 35px;
    font-size: 17px;
    font-family: 'SourceSansProBold', sans-serif;
    color: #fff;
    padding: 10px 25px;
    box-shadow: 3px 3px 15px #7c7c7c;
    z-index: 999;
    text-decoration: none;
}
  
/*a.fixed-coaching-button:after {
    content: 'Speciale actie!';
    display: inline-block;
    font-size: 13px;
    color: #ffffff;
    background-color: #36368e;
    border-radius: 5px;
    padding: 5px 15px;
    position: absolute;
    margin-top: -35px;
    margin-left: -85px;
    right: -20px;
}*/

a.fixed-coaching-button i {
    margin-right: 5px;
}

a.fixed-coaching-button:hover {
    background:#3450BF;
    transition: 0.2s;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

/** * Reset CSS */
/*html,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}*/


nav.menu li a {
    margin: 0;
    padding: 0 !important;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

section.masterHeaderWrap {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    margin-bottom: -175px;
    z-index: 99;
}

header {
    margin-left: auto;
    margin-right: auto;
    position: relative; 
    z-index: 5;
}
div#firstHeaderWrap {
    display: flex;
    column-gap: 20px;
    max-width: 1150px;
    margin-left: auto;
    margin-right: auto;
    justify-content: flex-end;
    position: relative;
    z-index: 2;
}

.loginPortal i {
    margin-left: 10px;
  }

div#firstHeaderWrap a {
    color: #fff;
    font-family: "SourceSansProRegular";
    font-weight: normal;
    text-decoration: none;
}

div#firstHeaderWrap a:hover {
    text-decoration: underline;
}

.contactDetails {
    display: flex;
    column-gap: 20px;
    justify-content: flex-end;
}

.contactDetails a:hover {
    text-decoration: underline;
}

.contactDetails i {
    margin-right: 5px;
}

.firstHeader {
    padding: 15px 0;
    background: rgba(255, 255, 255, 0.87);
}

.extraMenu {
    display: flex;
    column-gap: 20px;
}

.extraMenu a:hover {
    text-decoration: underline;
}

a.lnkHomepage {
    padding: 0 !important;
}


header h2 {
    margin: 25px 10px;
    font-size: 28px;
    text-align: center;
    color: cornsilk;
}

.container {
    margin: 10px auto;
    display: table;
    max-width: 1140px;
    width: 100%;
}

nav.menu {
    background: #fff;
    position: relative;
    min-height: 45px;
    height: 100%;
    padding: 0 25px;
    border-radius: 10px;
    max-width: 1150px;
    margin-left: auto;
    margin-right: auto;
    max-height: 95px;
}

.menu>ul>li {
    list-style: none;
    display: inline-block;
    color: #f17435;
}

#masterCTA {
    background: #3450BF;
    padding: 10px 30px !important;
    color: #fff;
    font-family: 'SourceSansProBold', sans-serif;
    border-radius: 50px;
    font-size: 17px;
}

.mini-menu ul {
    padding: 0 15px;
}

.mini-menu a {
    line-height: 40px;
}

#masterCTA:hover {
    background: #3450BF;
    color: #fff;
}

.menu>ul>li img {
    display: block;
    margin: 0 auto;
    width: 210px;
}

.menu>ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

li.drop-down {
    padding: 35px 0;
}

.menu>ul li a, .xs-menu li a {
    text-decoration: none;
    color: #787878;
    display: block;
    padding: 0px 24px;
    font-family: 'SourceSansProRegular', sans-serif;;
}

.xs-menu li a {
    color: #fff;
    font-weight: 400;
}

.xs-menu li:hover {
    padding-left: 35px;
    transition: 0.2s;
}

.mobileSubMenu {
    display: none;
}

.mobileSubMenu.showMobileMenu {
    display: block;
    padding-left: 0;
}

.mobileSubMenuIndicator.openMenu {
    transform: rotate(-90deg);
    transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
}

.menu>ul li a:hover {
    color: #f17435;
    transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
}

.displaynone {
    width: 0;
}

.xs-menu-cont {
    display: none;
}

.xs-menu-cont>a {
    background: none repeat scroll 0 0 #fff;
    border-radius: 3px;
    padding: 3px 6px;
    display: block;
    border-bottom: 1px solid #E67248;
    box-shadow: 0 1px 2px #e67248;
    -webkit-box-shadow: 0 1px 2px #e67248;
    -moz-box-shadow: 0 1px 2px #e67248;
}

.xs-menu-cont>a:hover {
    cursor: pointer;
}

.xs-menu li {
    color: #fff;
    padding: 15px 30px;
    border-bottom: 1px solid #c65e29;
    font-size: 16px;
}

.mobileMenuWrap {
    overflow-y: auto;
}

.closeMobileMenu {
    position: fixed;
    background: #fff;
    color: #2a2d3d;
    padding: 10px 12px;
    border-radius: 50px;
    font-size: 15px;
    margin-left: -75px;
    display: none;
}

.mobileSubMenu.showMobileMenu {
    display: block;
}

.mobileSubMenu li:last-child {
    border-bottom: 0;
    margin-bottom: 25px;
}

.xs-menu ul {
    margin-top: 35px;
    padding-left: 0;
}

.xs-menu a {
    text-decoration: none;
}

.mini-menu ul {
    padding: 0 20px;
}

.mega-menu {
    background: none repeat scroll 0 0 #fff;
    left: 0;
    margin-top: 35px;
    position: absolute;
    width: 100%;
    padding: 25px;
    padding-bottom: 0;
    display: none;
    transition-duration: 0.9s;
    z-index: 99999999;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 15px;
    border-radius: 5px;
    border: 1px solid #ccc;
    grid-template-columns: 55% auto 25%;
}

.mini-menu {
    background: none repeat scroll 0 0 #fff;
    margin-top: 35px;
    position: absolute;
    width: auto;
    padding: 15px;
    display: none;
    transition-duration: 0.9s;
    z-index: 99999999;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 15px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.mega-menu h3 {
    font-family: "Oxygen", sans-serif;
    font-size: 25px;
    grid-column-start: 1;
    grid-column-end: 4;
    margin-bottom: 25px;
}

.lnkWrap {
    border-top: 1px solid #ccc;
    grid-column-start: 1;
    grid-column-end: 4;
    display: flex; 
    justify-content: flex-end;
    margin-top: 15px;
    padding: 10px 0;
}

#menutoggle {
    display: grid;
    grid-template-columns: 20% auto 10%;
    background: #fff;
    align-items: center;
    padding: 10px;
    box-shadow: 0px 2px 0px #f5f5f5;
    z-index: 999;
    position: relative;
}

#menutoggle a {
    background: #3450BF;
    width: max-content;
    padding: 6px 20px;
    text-decoration: none;
    display: flex;
    align-items: center;
    color: #fff;
    font-family: 'SourceSansProBold', sans-serif;
    border-radius: 50px;
    justify-self: end;
    margin-right: 10px;
    font-size: 12px;
}

#menutoggle i {
    color: #292d3c;
    font-size: 20px;
    margin: 0;
    padding: 0;
    font-weight: 600 !important;
    justify-content: center;
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
    border-radius: 5px 0 0 5px;
}

section#menuSocial {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    justify-items: center;
}

section#menuSocial i {
    color: #f17435;
    background: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 150px;
}



/*--column--*/

.responsive-img {
    display: block;
    max-width: 100%;

}

.mm-6column {
    display: grid;
    grid-template-columns: 50% auto;
}

.menu>ul li a i,
.xs-menu li a i {
    margin-left: 10px;
    font-size: 15px;
}

.left-images {
    margin-right: 25px;
}

.left-images,
.left-categories-list {
    float: left;
}

.categories-list li {
    display: block;
    line-height: normal;
    margin: 0;
    padding: 5px 0;
}

.categories-list li :hover {
    background: inherit !important;
}

.left-images>p {
    background: none repeat scroll 0 0 #f17435;
    display: block;
    font-size: 18px;
    line-height: normal;
    margin: 0;
    padding: 5px 14px;
}

.categories-list ul li a {
    padding: 0px;
}

.categories-list span {
    font-size: 18px;
    padding-bottom: 5px;
    font-family: "Oxygen Bold", sans-serif;
}

.mm-view-more {
    color: #f17435 !important;
    display: inline !important;
    line-height: normal;
    padding: 0px !important;
    margin-top: 10px;
}

.mm-view-more i {
    padding: 0;
    margin: 15px 5px 0 0 !important;
}

.mm-view-more:hover {
    text-decoration: underline;
}

.display-on {
    display: grid;
    transition-duration: 0.3s;
}

.display-on-mini {
    display: block;
    transition-duration: 0.3s;
}

.mbSub .mobileSubMenuToggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/*MediaQuerys*/

@media only screen and (max-width: 1695px) {
    .HeaderImage {
        padding: 25% 0% 7% 0% !important;
    }

    .HeaderImageSub {
        padding: 25% 0% 3% 0% !important;
    }
  }

@media only screen and (max-width: 1320px) {
    .HeaderImage {
        padding: 30% 0% 10% 0% !important;
    }

    .HeaderImageSub {
        padding: 30% 0% 5% 0% !important;
    }
  }

  @media only screen and (max-width: 1150px) {
    .HeaderImage {
        padding: 40% 0% 10% 0% !important;
    }

    .HeaderImageSub {
        padding: 40% 0% 5% 0% !important;
    }
  }

@media (max-width: 600px) {
    .menu {
        display: none;
    }
    
    .ontmoet-user-holder {
        display: block !important;
    }
    
    .ontmoet-user-item {
        width: 100% !important;
        margin-bottom: 100px !important;
    }

    .displaynone {
        width: 0 !important;
        -webkit-transition: all 0.9s ease-in-out;
        -moz-transition: all 0.9s ease-in-out;
        -ms-transition: all 0.9s ease-in-out;
        -o-transition: all 0.9s ease-in-out;
        transition: all 0.9s ease-in-out;
    }

    .xs-menu {
        background: #00000082;
        top: 0;
        position: fixed;
        right: 0;
        height: 100%;
        width: 0;
        z-index: 999;
    }

    .xs-menu li a {

        padding: 0px;
    }

    .xs-menu-cont {
        display: block;
        position: fixed;
        top: 0;
        z-index: 999;
        width: 100%;
    }

    .xs-menu-cont a.homeImageLink img {
        max-width: 150px;
    }

    header {
        margin-top: 0;
    }

    section.firstHeader {
        display:none;
    }

    .mobileMenuWrap {
        width: 85%;
        margin-left: auto;
        padding: 20px;
        background: #f17435;
        height: 100%;
        transition-property: opacity;
        transition-duration: 2s;
        -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;
    }

    section.masterHeaderWrap {
        margin-bottom: 180px;
    }
    
    .ontmoet-user-item:last-child {
    margin-bottom: -100px !important;
    }
}

a.homeImageLink {
    width: 150px !important;
    background: none !important;
    justify-self: unset !important;
    padding: 0 !important;
}

/*Animation--*/

.animated {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}