@import url( 'https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap');
* {
    transition: all 0.05s;
}
body {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    background-color: #FFF;
    color: #46484a;
}
a {
    color: #a5a5a5;
}
a:hover {
    color: #006633;
}
h1 {
    margin-bottom: 18px;
    margin-top: 9px;
    font-size: 2.6rem;
    color: #006633
}
h2 {
    margin-bottom: 0px;
    margin-top: 16px;
    font-size: 1.6rem;
    color:#006633;
}
h3 {
    margin-bottom: 0px;
     margin-top: 9px;
     font-size: 1.3rem;
     color:#006633;
}
h4 {
    font-size: 1rem;
    font-weight: 500;
}
body {
    background: #f9f8f7;
}
a,
p,
span {
    font-weight: 300;
    line-height: 1.5!important;
    font-size: 14px;
}
.clickable-row{
    cursor: pointer;
}
a {
    color: #006633;
}

.footer a {
    color: #FFF;
}
.bg-light {
    background: #E6EDE7!important;
}
.col-agenda .box:hover {
    top: -1px;
    color: #F32F39;
}
.nopadding {
    padding-left: 0!important;
    padding-right: 0!important;
}
.divider {
    display: block;
    width: 5rem;
    height: 0.2rem;
    background-color: #dfe1e5;
    margin: 2rem auto;
}
.dropdown-menu {
    border-radius: 4px!important;
    background: #fff!important;
}
.dropdown-submenu {
    position: relative;
    border-radius: 0!important;
}
.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    border-radius: 0;
}
tr.first:hover,
tr.first{background: #FFF !important;margin-top:10px}
tr.first td{padding: 0 !important;border-bottom:0}
tr.first td span{
    float: left;
    background: #086634;
    color: #FFFFFF;
    text-align: left;
    padding: 15px 20px !important;margin-top: 15px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu{min-width:100%}
.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}
.marqueee p{text-transform: lowercase;    display: inline-block;}
.marqueee p::first-letter{text-transform: uppercase;}
@media screen and (min-width 991px){
.dropdown-submenu > a:after {
    content: "\f105";
    border: 0;
    font-size: 13px;
    opacity: 0.5;
    position: absolute;
    top: 8px;
    padding-right: 5px;
    padding-left: 1px;
    right: 5px;
}
}

.table-responsive.vacs .table-striped tbody tr:nth-of-type(odd){background-color: transparent;}

.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    border-radius: 6px 0 6px 6px;
}
.dropdown-item a {
    color: #212529;
    display: block;
}
.dropdown-item a:hover {
    text-decoration: none;
    opacity: 0.8;
}
body:not(.index) .sidebar {
    margin-top: 0;
}
body:not(.index) .sidebar .box {
    padding: 15px;
}
body.components .sidebar .box {
    padding: 0;
}
.page-link:focus,
.page-link:hover {
    color: #FFF;
}
.form-control {
    margin-bottom: 10px;
}
.constrain-width {
    max-width: 45rem;
    margin: 0 auto;
}
.pill-btn {
    border-radius: 499rem!important;
}
.justify-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.alt-background {
    background: #f7f7f8;
}
.bg-primary {
    background-color: #006633!important;
}
.bg-secondary {
    background-color: #46484a!important;
}

.dropdown-toggle::after {
font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107";
    border: 0;
    color: #006633;
    font-size: 14px;
    position: absolute;
    top: 11px;
    padding-right: 5px;
    padding-left: 4px;
}
.dropdown-item.dropdown-toggle::after {
    font-size: 12px;
    top: 7px;
    right: 1px;
    transform: rotate(-90deg);
}

.nav-item:hover > .dropdown-toggle::after{
    color: #fff;
}
.lang .dropdown-toggle::after {
    padding-right: 10px;
}
.navbar-dark .navbar-nav .lang .nav-link:hover {
    color: rgba(0,0,0,0.7);
}
.nav-item.lang {
    margin-top: 1px;
}
.nav-item.lang:hover a.btn-transparant {
    background-color: #FFF;
    color: rgba(0,0,0,0.7);
}
.nav-item.lang .btn {
    border-radius: 0.2rem;
    cursor: pointer;
    font-weight: 500;
}
.nav-item.lang .dropdown-menu {
    min-width: 8.5rem;
    left: inherit;
    right: 0;
}
.nav-item.lang .dropdown-menu .dropdown-item {
    font-size: 13px;
    padding: 0.25rem 2rem 0.25rem 1.5rem;
}
.dropdown-item {
    padding: 0.35rem 0.5rem;
    border-radius: 3px;
}
.dropdown-item.active:before {
    position: absolute;
    left: 10px;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f111";
    font-size: 12px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.dropdown-item.active,
.dropdown-item:active {
    background: none!important;
}
.dropdown-menu {
    top: 95%;
}
.form-control-custom {
    border: 0.1rem solid #dfe1e5;
    width: 100%;
    padding: 1rem;
    font-size: 0.9rem;
    color: #004942;
    border-radius: 0.3rem;
}
.form-control-custom:focus {
    border: 0.1rem solid #a5a5a5;
    outline: none;
}
.owl-carousel .owl-item img {
    -o-object-fit: contain;
    object-fit: contain;
}
.owl-carousel {
    z-index: 0!important;
}
.brands .owl-theme .item {
    padding: 10px;
    line-height: 75px;
    height: 75px;
    vertical-align: middle;
}
.brands .owl-theme .item a {
    line-height: 75px;
    height: 75px;
    vertical-align: middle;
}
.brands .owl-theme .item img {
    line-height: 75px;
    max-height: 75px;
    max-width: 100%!important;
    -o-object-fit: scale-down;
    object-fit: scale-down;
}
.box .owl-theme .item {
    padding: 30px;
    line-height: 150px;
    height: 200px;
    vertical-align: middle;
}
.box .owl-theme .item a {
    line-height: 150px;
    height: 150px;
    vertical-align: middle;
}
.box .owl-theme .item img {
    line-height: 150px;
    max-height: 150px;
    max-width: 100%!important;
    -o-object-fit: scale-down;
    object-fit: scale-down;
}
.owl-carousel .item {
    padding: 20px;
}
.emphasis {
    font-style: italic;
    color: #a5a5a5;
}
.social {
    margin: 0 auto;
    padding: 0;
}
.social li {
    display: inline-block;
}
.social li a {
    display: block;
    width: 2rem;
    height: 2rem;
    text-align: center;
    text-decoration: none;
    background: #fff;
    color: #004942;
    border: 0.1rem solid #dfe1e5;
    border-radius: 499rem;
    line-height: 2.2rem;
    font-size: 1.2rem;
}
.social li a:hover {
    color: #a5a5a5;
    border-color: #a5a5a5;
}
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.fade-in {
    opacity: 0;
    opacity: 1 \9;
    -webkit-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}
.btn-danger,
.btn-info,
.btn-outline-danger,
.btn-outline-info,
.btn-outline-primary,
.btn-outline-secondary,
.btn-outline-success,
.btn-outline-warning,
.btn-outline-white,
.btn-primary,
.btn-secondary,
.btn-success,
.btn-transparant,
.btn-warning,
.btn-white {
    font-size: 0.75rem;
    font-weight: 400;
    border-radius: 0.3rem;
}
.btn-outline-danger,
.btn-outline-info,
.btn-outline-primary,
.btn-outline-secondary,
.btn-outline-success,
.btn-outline-warning,
.btn-outline-white {
    border-width: 0.15rem;
}
.cover .btn-lg {
    padding: 1.1rem 2.5rem;
    font-size: 0.9rem;
}
.btn-outline-danger.btn-lg,
.btn-outline-info.btn-lg,
.btn-outline-primary.btn-lg,
.btn-outline-secondary.btn-lg,
.btn-outline-success.btn-lg,
.btn-outline-warning.btn-lg,
.btn-outline-white.btn-lg {
    padding: 1rem 2.5rem!important !important;
}
.btn-primary .fa {
    font-size: 1.2rem;
    vertical-align: text-top;
    padding-left: 5px;
    margin-right: -5px;
    opacity: 0.5;
}
.btn-outline-primary,
.btn-outline-primary:visited {
    color: #a5a5a5;
    border-color: #a5a5a5;
    background: none;
}
.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:hover {
    background-color: #a5a5a5;
    border-color: #a5a5a5;
    color: #fff;
}
.btn-secondary {
    border-color: #004942;
    background-color: #004942;
    color: #fff;
}
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover {
    border-color: #46484a;
    background-color: #46484a;
    color: #fff;
}
.btn-outline-secondary,
.btn-outline-secondary:visited {
    color: #fff;
}
.btn-transparant {
    border-color: transparent;
    background-color: rgba(255,255,255,0.1);
    color: #FFF;
}
.btn-transparant:active,
.btn-transparant:focus,
.btn-transparant:hover {
    border-color: #FFF;
    background-color: #FFF;
    color: #46484a;
}
.btn-white {
    border-color: #fff;
    background-color: #fff;
    color: #46484a;
}
.btn-white:active,
.btn-white:focus,
.btn-white:hover {
    border-color: #dfe1e5;
    background-color: #dfe1e5;
    color: #46484a;
}
.btn-outline-white,
.btn-outline-white:visited {
    background: none;
    color: #fff;
    border-color: #004942;
    background-color: #004942;
}
.btn-outline-white:active,
.btn-outline-white:focus,
.btn-outline-white:hover {
    color: #FFF;
    border-color: rgba(0,73,66,0.7);
    background-color: rgba(0,73,66,0.7);
}
.link-white,
link-white:visited {
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 0.3rem;
    border: 0;
    color: #fff;
}
.link-white:active,
.link-white:focus,
.link-white:hover {
    color: #dfe1e5!important;
}
.navbar .btn {
    padding: 0.375rem 1rem;
}
.navbar-custom {
    will-change: auto;
    background: #fff;
    width: 100%;
    padding: 0.2rem 1rem;
    position: relative;
    top: 0;
    color: rgba(0,0,0,0.5);
    z-index: 9999;
    height: 70px;
    margin-top: 2px;
}
.scroll .navbar-custom {
    position: sticky;
    -webkit-box-shadow: 0 0 40px -30px #000;
    box-shadow: 0 0 40px -30px #000;
}
.newsticker {
    height: 35px;
    width: 100%;
    overflow: hidden;
}
.navbar .nav-item.nav-item {
    width: 100%;
    text-align: center;
}
.nav-item.nav-logo {
    position: relative;
}
.nav-item.nav-logo:not(.logo-mobile):before {
    will-change: auto;
    content: "";
    background: #ffffff;
    height: 230px;
    width: 150%;
    display: block;
    position: absolute;
    border-radius: 800px;
    left: -25%;
    z-index: -99999999;
    top: -130px;
    clip-path: polygon(0 199px, 100% 199px, 0% 290px, 0% 290px);
}
.scroll .nav-item.nav-logo:before {
    box-shadow: 0 0 50px -30px #000;
}

.nav-item.logo-mobile {
    position: absolute;
    width: 180px !important;
    top: 0;
    z-index: 9999;
    transform: translateX(-50%);
    left: 50%;
}
.nav-item.logo-mobile:before {
    will-change: auto;
    content: "";
    background: #ffffff;
    height: 80px;
    width: 120px;
    display: block;
    position: absolute;
    border-radius: 100%;
    left: calc(50% - 60px);
    top: 5px;
    clip-path: none;
    box-shadow: none !important;
}

.nav-item.nav-logo a {
    display: block;
}
.nav-item.nav-logo img {
    position: relative;
    top: 10px;
}
.nav-item.nav-logo:hover a {
    transition: all 0.1s;
    opacity: 0.75;
}

.navbar-custom .navbar-brand.dark {
    display: none;
    color: #333!important;
}
.nav-open .nav-link {
    color: #333!important;
}
.nav-open .navbar-toggler {
    color: rgba(0,0,0,0.5)!important;
    border-color: rgba(0,0,0,0.1)!important;
}
.nav-open .navbar-custom .navbar-brand.dark,
.scroll .navbar-custom .navbar-brand.dark {
    display: block;
}
,
.navbar-custom .navbar-brand.light {
    display: block;
}
nav .social {
    margin-left: 15px;
    margin-right: inherit;
}
nav .social li a {
    border: none;
    font-size: 1rem;
    background: none;
    color: rgba(255,255,255,1);
    width: 1.5rem;
}
nav .social li a:hover {
    color: #FFF;
}
nav.navbar-light .social li a {
    color: rgba(0,0,0,0.5);
}
.contentbody{
    padding: 8px 40px 40px 24px;
}
.contentbody h2 {
    color: #006633;
}
.contentbody img {
    max-width: 100%;
}
.contentbody ul{
    list-style: none; /* Remove default bullets */

}


.contentbody ul li::before {
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #006633; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
  }

.nav-open .navbar-custom .navbar-brand.light,
.scroll .navbar-custom .navbar-brand.light {
    display: none;
}
@media only screen and (min-width: 768px) {
    .dropdown:hover > .dropdown-menu {
        display: block;
        top: calc(100% + 5px);
        padding: 5px;
    }
    .dropdown:hover > .dropdown-menu:before {
        content: "";
        height: 15px;
        width: 100%;
        position: absolute;
        top: -10px;
    }
}

.sponsorcontainer{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}
.sponsorholder{
    text-align: center;
}
.sponsorholder img {
    filter: grayscale(100%);
}
.nav-open .navbar-custom {
    background: #FFF;
}
a.logo,
a.navbar-brand {
    color: #fff!important;
    font-size: 2rem;
    font-weight: 700;
    margin-top: 0;
}
a.logo:active,
a.logo:focus,
a.logo:hover {
    text-decoration: none;
}
.nav-item .btn {
    color: #F32F39;
    border-color: #F32F39;
    background-color: transparent;
    margin-top: 2px;
    margin-left: 1rem;
}
li.nav-item .btn-white {
    color: #46484a;
}
.cover {
    min-height: inherit;
    overflow: hidden;
    max-height: 100vh;
    background: #FFF;
    height: auto;
    border-radius: 0;
    width: 100%;
    color: #fff;
    position: relative;
}
.cover img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    height: 100%;
    width: 100%;
}
@media screen and (max-width: 768px) {
    .jumbotron-heading {
        font-size: 2rem;
    }
    .newsitem img{margin-bottom:15px}
    .newsitem{margin-bottom:30px !important}
}
.header-sponsorbalk {
    background: #00000080;
    height: 100px;
    margin-top: -100px;
    z-index: 99;
    position: relative;
}
.header-sponsorbalk img {
    height: 80px;
    max-width: 100px;
    object-fit: contain;
    margin: 10px 0;
}
.cover_half .btn.login {
    position: absolute;
    right: 25px;
    top: 25px;
    z-index: 100;
    color: #006633;
    padding: 0.5rem 1.5rem;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    font-weight: 600;
    letter-spacing: -.25px;
    text-transform: uppercase;
    font-size: 1.25em;
}
/* .cover_half img {
    object-fit: cover;
    height: 50vh;
} */

.cover h1 {
    color: #FFF;
    text-shadow: 0 3px 65px #000;
}
.cover p.lead {
    margin: 2rem auto;
    color: rgba(255,255,255,0.75);
}
.cover .cover-container {
    display: table;
    height: 100%;
    margin: 0 auto;
    z-index: 990;
    width: 100%;
    position: absolute;
    top: 0;
}
.cover-inner {
    display: table-cell;
    vertical-align: middle;
    padding-top: 30px;
}
.agenda,
.newsfeed {
    background: #fff;
    padding: 3.5rem 0;
}
.newsfeed .container-fluid {
    padding-right: 0;
    padding-left: 0;
}
.box {
    background: #fff;
    padding: 0 0 1rem;
    margin-bottom: 0;
    border-radius: 0.3rem;
    display: inline-block;
    width: 100%;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
    top: 0;
}
.col-news .box:hover {
    -webkit-box-shadow: 0 0.8rem 2rem rgba(0,0,0,0.15);
    box-shadow: 0 0.8rem 2rem rgba(0,0,0,0.15);
    top: -3px;
}
.col-news .box a {
    color: inherit;
    display: inline-block;
}
.col-news .box a:hover {
    color: inherit;
}
.box a .fa-angle-right {
    position: relative;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    left: 0;
}
.box a:hover .fa-angle-right {
    left: -3px;
}
.box ul {
    padding-left: 10px;
}
.box > ul {
    padding-left: 10px;
    list-style: none;
}
.box > ul > li > a {
    font-weight: 500;
}
.box ul li a:hover {
    text-decoration: underline!important;
}
.box > ul > li > ul {
    padding-bottom: 5px;
}
.box ul li {
    list-style: none;
    line-height: 1.5rem;
}

.newsitem h5 {
    color: #006633;
}
.snel-naar a {
    text-decoration: none;
}
.snel-naar a:hover {
    background: #222!important;
}
.snel-naar img {
    display: block;
    margin: 10px auto 5px;
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.newsfeed .poster img {
    width: 100%;
}
.newsfeed .poster img[src=""] {
    display: none;
}
.newsfeed .box.facebook {
    overflow: hidden;
    border-radius: 0.5rem!important;
}
.newsfeed .col-news {
    margin-top: 2rem;
    margin-bottom: 0;
}
.newsfeed .col-news img {
    display: inline-block;
    float: left;
    margin: 0 20px;
    border-bottom-left-radius: 0!important;
    border-bottom-right-radius: 0!important;
}
.rounded-corners {
    border-radius: 0.3rem;
}
.col-team {
    margin-bottom: 30px;
}
.col-team figure img {
    -webkit-box-shadow: 0 0.2rem 2rem rgba(0,0,0,0.05);
    box-shadow: 0 0.2rem 2rem rgba(0,0,0,0.05);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
    top: 0;
}
.col-team:hover figure img {
    -webkit-box-shadow: 0 0.8rem 2rem rgba(0,0,0,0.15);
    box-shadow: 0 0.8rem 2rem rgba(0,0,0,0.15);
    top: -3px;
}
.col-team a {
    color: #46484a;
}
.col-team a:hover {
    text-decoration: none;
}
.table tbody {
    background: #FFF;
    color:#222;
}
.table th {
    border: none;
}
.sidebar .competition .table {
    font-size: 12px;
    margin-top: 20px;
}
.sidebar .competition .table thead th {
    padding: 0.65rem 0;
}
.sidebar .competition .table td {
    padding: 0.65rem 0;
}
.sidebar .competition .table th:first-child {
    padding: 0.65rem 0.3rem;
    text-align: center;
}
.sidebar .competition .table td:nth-child(n+3),
.sidebar .competition .table thead th:nth-child(n+3) {
    text-align: center;
}
.sidebar .table-hover tbody tr:hover {
    background-color: #f8f9fa;
}
.sidebar .box {
    margin-bottom: 1rem;
    padding-bottom: 0;
    overflow: hidden;
}
.sidebar .box iframe {
    margin-bottom: -6px;
}
.sidebar .box h5 {
    margin-top: 15px;
}
.sidebar .teamsidebar h4 {
    color: #FFF!important;
}
.sidebar .teamsidebar hr {
    border-top: 1px solid rgba(251,251,251,0.15);
}
.sidebar .agendaitems {
    width: 100%;
}
.sidebar .agendaitems th {
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    border-bottom: 1px solid #eee;
}
.sidebar .agendaitems th:last-child {
    font-weight: 700;
}
.agenda {
    background: #f7f7f8;
}
.agenda .box {
    margin-bottom: 2rem;
}
.bootstrap-datetimepicker-widget table td.day {
    height: 35px!important;
}
.mapssidebar:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #00000020;
    border-radius: 4px;
    pointer-events: none;
}
.sidebar hr {
    width: 100%;
}
.matchbox {
    color: #FFF;
}
.matchbox .team {
    font-size: 13px;
    line-height: 16px;
}
.matchbox .vsteam {
    position: absolute;
    left: calc(50% - 10.5px);
    top: 40%;
    opacity: 0.3;
}
.matchbox .holder {
    padding: 15px 0;
    color: #3E3F41;
    background: #FFF;
}
.content {
    background: #fff;
    padding-bottom: 0.1rem;
}
.content .container {
    margin: 5rem auto;
}
.content .full-width {
    width: 100%;
}
.brands {
    padding: 30px 0;
    max-height: 150px;
    overflow: hidden;
}
.cta-2 {
    color: #46484a;
    padding: 5rem 0;
}
.cta-2 p {
    color: #004942;
}
.cta-2 form.subscribe {
    max-width: 40rem;
    margin: 0 auto;
}
.cta-2 .btn {
    width: 100%;
}
.cta-4 {
    background: #2b2d34 url("../images/cover-bg-3.jpg") center;
    background: #2b2d34;
    background-size: cover;
    color: #fff;
    padding: 5rem 0;
    min-height: 50rem;
}
.cta-4 p {
    color: rgba(255,255,255,0.75);
}
.cta-4 .form-control-custom {
    border: none;
    background: rgba(255,255,255,0.2);
    color: #fff;
}
.cta-4 .form-control-custom:focus {
    border: none;
    background: rgba(255,255,255,0.3);
    color: #fff;
}
.cta-5 {
    color: #46484a;
    padding: 4rem 0;
}
.cta-5 p {
    color: #004942;
}
.cta-5 form.subscribe {
    max-width: 40rem;
    margin: 0 auto;
}
.cta-5 .btn {
    width: 100%;
}
.contact {
    padding: 5rem 0;
    position: relative;
}
.contact .contact-details {
    padding-top: 5rem;
    padding-bottom: 1rem;
}
.contact .material-icons {
    padding-right: 5px;
    font-size: 20px;
    position: relative;
    top: 4px;
}
#map {
    width: 100%;
    position: absolute;
    height: 100%;
    opacity: 0.2;
    pointer-events: none;
}

#eapps-instagram-feed-1 {
    width: 100%!important;
}
.eapps-link {
    display: none;
}
.footer {
    width: 100%;
    line-height: 1.9;
}
.footer .container-fluid {
    padding: 0;
}
.footer .divider {
    background: #46484a;
    width: 100%;
    height: 0.1rem;
    margin: 2rem 0 1.5rem;
}
.footer ul.nav-footer {
    float: left!important;
    padding: 0;
    width: 100%;
}
.footer ul.nav-footer li {
    display: block;
    float: left;
    margin-top: 0.5rem;
    width: 100%;
}
.footer ul.nav-footer .nav-link {
    color: #a0a0a0;
    padding: 0;
}
.footer ul.nav-footer .nav-link:hover {
    color: #EEE;
}
.footer .copyright {
    margin: 0;
    color: #fff;
    font-size: 0.8rem;
}
.footer .social li a {
    background: none;
    color: #f7f7f8;
    border: none;
}
.footer .social li a:hover {
    opacity: 0.75;
}
.footer .social li.lidivider {
    opacity: 0.15;
    position: relative;
    top: -1px;
    margin-right: 10px;
}
.footer .social li.litext {
    font-size: 12px;
    position: relative;
    top: -2px;
    opacity: 0.5;
}
.nav-footer {
    list-style: none;
    float: right;
}
.nav-footer li {
    float: left;
    margin-top: 0.5rem;
}
.navbar-toggler {
    width: 3em;
    height: 2em;
    vertical-align: middle;
    border-color: transparent!important;
    z-index: 1;
}
.nav-open .navbar-toggler {
    border-color: transparent!important;
}
.nav-open .navbar-toggler-bars:after,
.nav-open .navbar-toggler-bars:before {
    background: rgba(0,0,0,0.5);
}
.components .navbar-toggler-bars:after,
.components .navbar-toggler-bars:before {
    background: rgba(0,0,0,0.5);
}
.index .navbar-toggler-bars:after,
.index .navbar-toggler-bars:before {
    background: rgba(0,0,0,0.5);
}
.scroll .navbar-toggler-bars:after,
.scroll .navbar-toggler-bars:before {
    background: rgba(0,0,0,0.5);
}
.nav-open nav .btn-outline-white,
.scroll nav .btn-outline-white,
.scroll nav .btn-outline-white:visited {
    color: #F32F39;
    border-color: #F32F39;
}
.navbar-toggler-bars {
    height: 2px;
    width: 100%;
    display: inline-block;
    position: relative;
    top: -6px;
}
.navbar-toggler-bars:before {
    height: 2px;
    background: #006633;
    width: 100%;
    display: inline-block;
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    -webkit-transform: translateY(-3.75px) translateZ(0);
    transform: translateY(-3.75px) translateZ(0);
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.23,1,0.32,1),background-color 1s cubic-bezier(0.23,1,0.32,1);
    -webkit-transition: background-color 1s cubic-bezier(0.23,1,0.32,1),-webkit-transform 1s cubic-bezier(0.23,1,0.32,1);
    transition: background-color 1s cubic-bezier(0.23,1,0.32,1),-webkit-transform 1s cubic-bezier(0.23,1,0.32,1);
    transition: transform 1s cubic-bezier(0.23,1,0.32,1),background-color 1s cubic-bezier(0.23,1,0.32,1);
    transition: transform 1s cubic-bezier(0.23,1,0.32,1),background-color 1s cubic-bezier(0.23,1,0.32,1),-webkit-transform 1s cubic-bezier(0.23,1,0.32,1);
    -webkit-backface-visibility: hidden;
}
.navbar-toggler-bars:after {
    height: 2px;
    background: #006633;
    width: 100%;
    display: inline-block;
    position: absolute;
    content: " ";
    left: 0;
    -webkit-transform: translateY(-3.75px) translateZ(0);
    transform: translateY(-3.75px) translateZ(0);
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.23,1,0.32,1),background-color 1s cubic-bezier(0.23,1,0.32,1);
    -webkit-transition: background-color 1s cubic-bezier(0.23,1,0.32,1),-webkit-transform 1s cubic-bezier(0.23,1,0.32,1);
    transition: background-color 1s cubic-bezier(0.23,1,0.32,1),-webkit-transform 1s cubic-bezier(0.23,1,0.32,1);
    transition: transform 1s cubic-bezier(0.23,1,0.32,1),background-color 1s cubic-bezier(0.23,1,0.32,1);
    transition: transform 1s cubic-bezier(0.23,1,0.32,1),background-color 1s cubic-bezier(0.23,1,0.32,1),-webkit-transform 1s cubic-bezier(0.23,1,0.32,1);
    -webkit-transform: translateY(5px) translateZ(0);
    transform: translateY(5px) translateZ(0);
    -webkit-backface-visibility: hidden;
}
.nav-open .navbar-toggler-bars:after {
    -webkit-transform: rotate(45deg) translateZ(0);
    transform: rotate(45deg) translateZ(0);
    -webkit-backface-visibility: hidden;
}
.nav-open .navbar-toggler-bars:before {
    -webkit-transform: rotate(-45deg) translateZ(0);
    transform: rotate(-45deg) translateZ(0);
    -webkit-backface-visibility: hidden;
}
nav hr {
    border-top: 1px solid #EEE!important;
    width: 100%;
    margin-top: 5px;
}
.poster img {
    width: 100%;
}
@media screen and (max-width: 990px) {
    .header-sponsorbalk{
        background: none;
    }
    .header-sponsorbalk > .container{
        visibility: hidden;
    }
    .btn-contact {
        text-align: left!important;
    }
    body {
        padding: 0!important !important;
    }
    li.nav-item .btn {
        margin-left: 0;
    }
    nav .dropdown-menu {
        border: 0;
        background: #f5f5f5 !important;
        -webkit-box-shadow: 300px 0 0 0 #f5f5f5, -300px 0 0 0 #f5f5f5;
        box-shadow: 300px 0 0 0 #f5f5f5, -300px 0 0 0 #f5f5f5;
        margin: 10px 0;
    }
    .nav-item .dropdown-menu a {
        font-size: 18px !important;
    }
    .dropdown-submenu .dropdown-menu {
        padding-left: 20px;
    }
    nav .dropdown-menu .dropdown-item {
        padding: 0.25rem 0.5rem;
        font-size: 14px;
        line-height: 30px;
    }
    nav .nav-item.lang .btn {
        text-align: left;
        padding-left: 0;
        margin-left: 0;
    }
    .navbar-collapse {
        padding: 50px 15px 0;
        background: #FFF;
    }
    .navbar-collapse.show {
        display: block!important;
    }
    .dropdown-item:focus,
    .dropdown-item:hover {
        background: none!important;
    }
    .nopaddingl-md {
        padding-left: 0!important;
        padding-right: 15px!important;
    }
    .nopaddingr-md {
        padding-right: 0!important;
        padding-left: 15px!important;
    }
}
.toggle-mob {
    display: none;
}
@media screen and (max-width: 768px) {
    .dropdown-toggle::after {
        content: "";
    }
    .nav-footer {
        width: 100%;
        padding: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .navbar-custom {
        height: auto;
        margin-top: 0;
    }
    .overview_column {
        width: 100%!important;
    }
    .navbar-custom {
        padding: 0.5rem 1rem!important !important;
    }
    .nav-open .navbar-custom {
        -webkit-box-shadow: 0 0 0 10000px #000000aa;
        box-shadow: 0 0 0 10000px #000000aa;
        height: 100vh;
        overflow: scroll;
        padding-bottom: 100px;
        align-items: baseline;
    }
    .nopadding {
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .toggle-mob {
        display: block;
    }
}
.back-to-top {
    position: fixed;
    right: 2%;
    bottom: 2%;
    z-index: 9999;
    background-color: #000;
    width: 35px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.back-to-top:hover {
    text-decoration: none;
}
.sponsor-acties {
    padding: 30px 20px;
}
.sponsor-acties-content {
    padding: 30px 20px;
}
.sponsor-img {
    height: 200px;
    -o-object-fit: contain;
    object-fit: contain;
}
.sponsor-img img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    width: 100%;
    height: 100%;
}
.sponsorsimg figure {
    border-radius: 3px;
    background: #f8f8f8;
    display: block;
    height: 130px!important;
    width: 100%;
    line-height: inherit!important;
    border: 1px solid #CCC;
    -webkit-box-shadow: 0 0.2rem 2rem rgba(0,0,0,0.05);
    box-shadow: 0 0.2rem 0.1rem rgba(0,0,0,0.05);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
    top: 0;
    line-height: inherit!important;
}
.col-team figure img {
    height: 130px;
    width: 100%;
    object-fit: scale-down;
    padding: 10px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #e67931;
}
.spacer {
    margin-top: 50px;
    margin-bottom: 50px;
}
.item img {
    width: 100%;
}
#scroller {
    height: 120px;
    overflow: hidden;
    width: 100%;
}
.simply-scroll {
    width: 100%;
    height: 90px;
}
.simply-scroll .simply-scroll-clip {
    width: 100%;
    height: 120px;
    position: relative;
    overflow: hidden;
}
.simply-scroll .simply-scroll-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
}
.simply-scroll .simply-scroll-list li {
    display: block;
    position: relative;
    float: left;
    overflow: hidden;
    background-color: #fff;
    height: 90px;
    line-height: 100px;
    width: 150px;
    margin-right: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}


#photobody {
    width: 100%;
    height: auto;
    position: relative;
    border-bottom: 1px solid #c0c0c0;
    max-height: 400px;
    overflow: hidden;
}

#photobody img {
    width: 100%;
    height: auto;
}

#photobody_half {
    display: inline;
    position: relative;
    float: left;
    width: 100%;
    max-height: 40vh;
    overflow: hidden;
    margin-top: -70px;
}
#photobody_half img {
    width: 100%;
}
#photobody_half .grid-image {
    width: 100%;
    height: 40vh;
    min-height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
#photobody_half > .fence {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(140,49,44,0.6);
    z-index: 499;
    color: #fff;
    font-size: 50px;
    line-height: calc(25vh - 70px);
    padding-top: 70px;
    text-align: center;
    text-transform: uppercase;
}
.navbar-dark .navbar-nav .nav-link {
    color: #006633;
    padding: 0.5rem 1rem;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    letter-spacing: -.25px;
    text-transform: uppercase;
    font-size: 1.25em;
}
.navbar-dark .navbar-nav .nav-item.login .nav-link {
    color: #F32F39;
    background: rgb(243 47 57 / .1);
    border-radius: 4px;
}
.navbar-dark .navbar-nav .nav-item.login .nav-link:hover {
    color: #FFFFFF;
    background: #F32F39;
    border-radius: 4px;
}

.owl-theme .owl-dots .owl-dot {
    display: none!important;
}
.teamselector-container select.form-control {
    font-size: 12px;
}
tr.table_header {
    color: #ef2326;
}
table.table-striped tr:first-child td:first-child {
    border-bottom-left-radius: 0.3rem;
}
table.table-striped tr:first-child td:last-child {
    border-bottom-right-radius: 0.3rem;
}
.single_blog_sidebar_inner {
    margin-bottom: 24px;
}
.single_blog_sidebar_inner small {
    margin-left: 12.5px;
}
.navbar-dark .navbar-nav .nav-item:hover .nav-link,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(0,0,0,0.5)!important;
    background: #006633!important;
    border-radius: 4px;
    color: #FFF!important;
    -webkit-transition: all 0;
    transition: all 0;
}

.navbar-dark .navbar-nav .nav-item:hover i,
.navbar-dark .navbar-nav .nav-link:focus i,
.navbar-dark .navbar-nav .nav-link:hover i{
    color: #fff;
}

.col-news h5 {
    margin-bottom: 15px;
    font-weight: 700;
}
@media (min-width: 1300px) {
    .container {
        max-width: 1240px;
    }
}
#scroller .item a {
    height: 100%;
    background: #fff;
}
#scroller .item img {
    width: 100%;
    float: left;
    height: 100%;
    object-fit: contain;
    padding: 7.5px;
}
.btn-primary {
    background-color: #006633;
    border-color: #006633;
}
.btn-outline-primary:active,
.btn-outline-primary:not([disabled]):not(.disabled):active,
.btn-primary:active,
.btn-primary:not([disabled]):not(.disabled):active {
    background-color: rgba(255,133,8,0.7);
    border-color: rgba(255,133,8,0.7);
}
.navbar-dark .navbar-nav .nav-item i{color:rgba(0,0,0,0.5)!important}
.dropdown-item.active,
.dropdown-item:active,
.emphasis {
    font-style: inherit;
}
.teamselector-container {
    border: 2px solid #004942;
    border-radius: 0.3rem;
    width: calc(50% - 5px);
    float: left;
    display: inline-block;
    min-height: 154px;
    color: #004942;
    font-size: 16px;
    padding: 10px;
    margin-bottom: 15px;
}
.teamselector-container h2 {
    font-size: 22px;
}
.table .fa {
    color: #004942;
}
.clubkleur {
    color: #004942;
}
h3.panel-title {
    color: #fff;
}

.marquee {
    width: 100%;
    overflow: hidden;
}
.marquee:before {
    content: "";
    background: -moz-linear-gradient(left,rgba(8,102,52,1) 0%,rgba(8,102,52,0) 100%);
    background: -webkit-linear-gradient(left,rgba(8,102,52,1) 0%,rgba(8,102,52,0) 100%);
    background: linear-gradient(to right,rgba(8,102,52,1) 0%,rgba(8,102,52,0) 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr= '#006633',endColorstr='#00006633',GradientType=1);
    position: absolute;
    height: 25px;
    width: 80px;
    z-index: 10;
    left: 0;
}
.marquee:after {
    content: "";
    background: -moz-linear-gradient(left,rgba(8,102,52,0) 0%,rgba(8,102,52,1) 100%);
    background: -webkit-linear-gradient(left,rgba(8,102,52,0) 0%,rgba(8,102,52,1) 100%);
    background: linear-gradient(to right,rgba(8,102,52,0) 0%,rgba(8,102,52,1) 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr= '#00006633',endColorstr='#006633',GradientType=1);
    position: absolute;
    height: 25px;
    width: 80px;
    z-index: 10;
    right: 0;
}

.toggle-mob {
    height: 42px;
    width: 45px;
    position: absolute;
    right: 0;
    top: 0;
    padding-top: 11px;
    text-align: center;
    border-radius: 4px;
}
