a.fixed-coaching-button {
    background: #FF6D50;
    border-radius: 5px;
    font-weight: 600;
    position: fixed;
    bottom: 35px;
    right: 35px;
    font-size: 20px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #fff;
    padding: 8px 25px;
    box-shadow: 3px 3px 15px #7c7c7c;
    z-index: 10;
    text-decoration: none;
}
  
a.fixed-coaching-button:after {
    content: 'Speciale Actie!';
    display: inline-block;
    font-size: 1rem;
    color: #ffffff;
    background-color: #292D3D;
    border-radius: 5px;
    padding: 5px 10px;
    position: absolute;
    margin-top: -35px;
    margin-left: -85px;
    right: -20px;
}

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

a.fixed-coaching-button:hover {
    background:#D95D44;
    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 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* 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;
    margin-top: 25px;
    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;
}

div#firstHeaderWrap a {
    color: #292D3D;
    font-family: "Source Sans Pro";
    font-weight: 600;
    text-decoration: none;
}

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

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

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

.firstHeader {
    padding: 10px 0;
    background: rgba(255, 255, 255, 0.87);
    position: relative;
    z-index: 5;
}

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

.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;
}

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

#masterCTA {
    background: #FF6D50;
    padding: 10px 25px;
    color: #fff;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700;
    border-radius: 5px;
}

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

#masterCTA:hover {
    background: #D95D44;
    color: #fff;
}

.menu>ul>li img {
    display: block;
    margin: 0 auto;

}

.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: #292d3c;
    display: block;
    padding: 0px 24px;
    font-family: "Source Sans Pro";
    font-weight: 600;
}

.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;
}

.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: #FF6D50;
    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 #4c4c4e;
    font-size: 20px;
}

.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;
}

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

.mega-menu {
    background: none repeat scroll 0 0 #fff;
    left: 0;
    margin-top: 35px;
    position: absolute;
    width: 100%;
    padding: 15px;
    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: "Platform", 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: 3px 3px 3px #f5f5f5;
    width: 100%;
}

#menutoggle a {
    background: #FF6D50;
    width: max-content;
    padding: 10px 25px;
    text-decoration: none;
    display: flex;
    align-items: center;
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    border-radius: 5px;
    justify-self: end;
    margin-right: 25px;
}

#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: #292D3D;
    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 #FF6D50;
    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: "Platform", sans-serif;
}

.mm-view-more {
    color: #FF6D50 !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: 1645px) {
    .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;
    }

    .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;
    }

    .xs-menu li a {

        padding: 0px;
    }

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

    header {
        margin-top: 0;
    }

    section.firstHeader {
        display:none;
    }

    .mobileMenuWrap {
        width: 85%;
        margin-left: auto;
        padding: 20px;
        background: #292D3D;
        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: 84px;
    }
}

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;
}