/* ////////// MENUBALK ////////// */
body {
    overflow-x: hidden!important;
}

@media only screen and (max-width: 479px) {
    h2, .h2 {
    font-size: 26px;
    }
}

header {
    z-index: 999;
    background-color: #2B477D;
    border-bottom: none;
    font-family: 'Montserrat', 'Helvetica Neue', sans-serif;
    font-weight: 400;
    font-size: 18px;
}

.template-home .embed-responsive {
    width: 100%;
    height: 95px;
}

header .navbar-brand h1 {
    height: 95px;
    width: 81px;
    background-size: cover;
}

.sf-menu > li > a {
    font-size: 18px;
}

@media only screen and (min-width: 981px) and (max-width: 1150px) {
    .sf-menu>li>a {
        font-size: 14px;
        padding: .7em;
    }
    .sf-menu.sf-arrows .sf-with-ul {
        padding-right: 2.2em;
    }
    header div.container {
        padding-right: 0;
        padding-left: 0;
        width: 95%
    }
}

@media only screen and (min-width: 1151px) and (max-width: 1550px) {
    .sf-menu>li>a {
        font-size: 16px;
        padding: .7em;
    }
    .sf-menu.sf-arrows .sf-with-ul {
        padding-right: 2em;
    }
    header div.container {
        padding-right: 0;
        padding-left: 0;
    }
}

section#content {
    z-index: 0;
    background-attachment: initial;
}

section#content>.container>.row {
    background: none;
}

header, body > .top {
    width: 100%;
    max-width: 100vw;
}

body > .top {
    background-color: #263d6b;
    z-index: 999;
}

.top .login p {
    padding-top: 10px;
    padding-bottom: 10px;
}

.top .login p a {
    transition: all .2s ease-in-out;
}

.top .login p {
    color: #fff;
}

.top .login p a:hover {
    color: #f9f9f9;
}

@media (min-width: 1551px) {
    header > .container {
        width: 90%;
    }
    body > .top > .container {
        width: 90%;
    }
}

/* Breedte v/h menu */
@media (max-width: 1550px) {
    header > .container {
        width: 95%;
    }
    body > .top > .container {
        width: 95%;
    }
}

/* Login button kleur */
.top .login p a {
    color: #fff;
}

/* Kleur van menu-items tekst */
.sf-menu li > a {
    color: #fff;
}

/* Kleur van submenu-items tekst */
.sf-menu li > ul a {
    color: #555;
}

/* Kleur van menu-items submenu pijltjes */
.sf-menu.sf-arrows .sf-with-ul:after {
    border-top-color: #fff;
}

section#content .content-header.content-header-background {
    padding: 100px 0;
    height: unset;
}

section#content .content-header.content-header-background:before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0,0,0,.6);
}

section#content .content-header.content-header-background .breadcrumb {
    padding-top: 0
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    color: #fff;
}

/* //////////////////// HOMEPAGE SPECIFIC CONTENT //////////////////// */
#carousel-homepage.carousel .carousel-inner, #carousel-homepage.carousel .carousel-inner .item {
    height: 500px;
}

@media only screen and (max-width: 980px) {
    #carousel-homepage.carousel .carousel-inner, #carousel-homepage.carousel .carousel-inner .item {
        height: 300px;
    }
}

#carousel-homepage .carousel-inner .item:after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0,0,0,.6);
}

#carousel-homepage .carousel-inner .item img.full {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.template-home #carousel-homepage .carousel-caption {
    position: absolute;
    z-index: 9999;
    top: 150px;
}

.template-home #carousel-homepage .carousel-caption h2 {
    font-size: 50px;
    font-weight: bold;
}

.template-home #carousel-homepage .carousel-caption > p {
    font-size: 24px;
    font-weight: 300;
}

.template-home #carousel-homepage .carousel-caption h2 i, #carousel-homepage .carousel-caption p i {
    background-image: none;
    padding: 0;
}

.template-home section#content .col-md-6 h3, .template-home section#content .col-md-3 h3 {
    background-color: #2B477D;
    padding: 15px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    color: #fff;
    margin-top: -2px;
    margin-bottom: 0;
    font-size: 20px;
}

.template-home section#content .col-md-6 > div:first-of-type {
    padding: 20px 20px 0 20px;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
}

.template-home section#content > div.container > .row .publication-item h4 {
    font-size: 16px;
}

.template-home section#content > div.container > .row > div > .row > .col-sm-6 .publication-item:nth-child(2) {
    padding: 20px 0 0 20px;
}

.template-home section#content > div.container > .row > div > .row > .col-sm-6 .publication-item:last-child {
    padding-bottom: 20px;
}

@media (min-width: 981px) {
    .template-home section#content .col-md-6 {
        width: 40%;
    }
    .template-home section#content .col-md-3 {
        width: 28%;
    }
    .template-home section#content .col-md-3:nth-last-child(2) {
        width: 25%;
        margin-right: 0!important;
        margin-bottom: 10px;
    }
    .template-home section#content .col-md-3:last-child {
        width: 25%;
    }
}

.template-home section#content .col-md-6 {
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 70px 0px rgba(111,130,208,0.18);
    -moz-box-shadow: 0px 2px 70px 0px rgba(111,130,208,0.18);
    box-shadow: 0px 2px 70px 0px rgba(111,130,208,0.18);
    padding-left: 0;
    padding-right: 0;
    margin-right: 1%;
    border-radius: 6px;
}

.template-home section#content .col-md-3 {
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 70px 0px rgba(111,130,208,0.18);
    -moz-box-shadow: 0px 2px 70px 0px rgba(111,130,208,0.18);
    box-shadow: 0px 2px 70px 0px rgba(111,130,208,0.18);
    padding-left: 0;
    padding-right: 0;
    margin-right: 1%;
    border-radius: 6px;
}

.template-home section#content .col-md-6 > *, .template-home section#content .col-md-3 > * {
    padding: 0 20px;
}

.template-home section#content .col-md-3 > iframe {
    padding: 0;
}

@media only screen and (max-width: 767px) {
    .template-home section#content .col-md-6, .template-home section#content .col-md-3 {
        margin-bottom: 15px;
    }
}

.template-home section#content > div.container > .row > div > .row > .col-md-3:last-child {
    margin-right: 0;
}  

.template-home section#content>.container>.row {
    margin-top: -150px;
}

.template-home dl.headlines {
    margin-left: 10px;
    margin-right: 10px;
    width: unset;
    margin-top: 5px;
}

.template-home dl.headlines dd a, .template-home dl.headlines dd p {
    font-size: 16px;
}

h3 + img {
    padding: 20px;
    width: 100%;
}

@media only screen and (max-width: 980px) {
    .template-home #carousel-homepage {
        display: block!important;
    }
    .template-home #carousel-homepage .carousel-caption {
        margin-left: auto!important;
        left: 0!important;
        width: 90%;
        margin: 0 auto;
        position: relative;
        top: 71.5px;
    }
    #carousel-homepage .carousel-caption h2, #carousel-homepage .carousel-caption p {
        margin: 0!important;
    }
    #carousel-homepage .carousel-inner, #carousel-homepage .carousel-inner .item {
        height: 350px;
        background-color: #fff;
    }
    .template-home #carousel-homepage .carousel-caption h2 {
        font-size: 32px;
        margin-bottom: 15px!important;
    }
    .template-home #carousel-homepage .carousel-caption > p {
        font-size: 20px;
    }
    .row {
        margin-left: 0;
        margin-right: 0;
    }
    ul#menu li {
        padding: 0 10px;
    }
}

@media only screen and (max-width: 550px) {
    .template-home #carousel-homepage .carousel-caption h2 {
        font-size: 26px;
    }
    .template-home #carousel-homepage .carousel-caption > p {
        font-size: 16px;
    }
}

@media only screen and (max-width: 479px) {
    .template-home #carousel-homepage .carousel-caption {
        top: 51.5px;
    }
}

@media only screen and (max-width: 350px) {
    .template-home #carousel-homepage .carousel-caption {
        top: 41.5px;
    }
}

/* //////////////////// FOOTER //////////////////// */

footer {
    background-color: #16243e;
}

section#copyright {
    background-color: #0d1625;
    padding-top: 0;
    border-top: none;
}


.agenda .underflow-bot, .agenda .underflow-top {
    display: none!important;
}

.template-home iframe#wedstrijden {
    width: 100%!important;
    height: 698px!important;
    border-width:0;
}

.template-home iframe#doelpuntenklassement {
    width: 100%!important;
    height: 333px!important;
    border-width:0;
}

table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
  background-color: #fff;
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

th {
    background-color: #2B477D;
    color: #fff;
}

tr:nth-child(even) {
  background-color: #dddddd;
}


.col-md-12.margin-top-40 {
    background-color: #fff;
    padding: 20px;
}

body:not(.template-home) #content > .container > .row > div > .row {
    background-color: #fff;
    padding: 20px 10px;
}

.col-sm-12.paragraph-text.paragraph-text-view h2, .col-sm-12.paragraph-text.paragraph-text-view h3, .col-sm-12.paragraph-text.paragraph-text-view h4 {
    margin-top: 0;
}

header .navbar-toggle {
    z-index: 99999999;
}

.template-home .paragraph-news a, .template-home .paragraph-news p {
      overflow-wrap: break-word;
  word-wrap: break-word;
}

.blog-content.blog-teaser .blog-teaser-image {
    display: none;
}

body .blog-content.blog-teaser {
    padding: 30px 0;
}

.template-home .embed-responsive {
    width: 95px;
    height: 95px;
    display: inline-block;
}

.template-home .embed-responsive {
    width: 100%;
    height: 100px;
    display: inline-block;
}

.template-home .embed-responsive img {
    object-fit: cover;
    width: 100px;
    height: 100px;
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    color: #fff!important;
}

.sf-menu, .sf-menu * {
    fill: white!important;
}

@media (max-width: 991px) {
    .top-mobile a {
    	margin-bottom: 12px;
    	color: #fff;
    	font-size: 15px;
	}
}

footer, footer a {
    color: #fff!important;
}

footer .text-muted {
    color: #f2f2f2;
}

section#copyright {
    color: #fff;
}

.template-home iframe {
    min-height: 900px;
    width: 100%;
    overflow: hidden;
}

@media only screen and (min-width: 981px) {
#carousel-homepage + .container > .row > div > .row {
    display: grid!important;
    width: 100%;
    grid-template-columns: 35% 35% 30%!important;
    gap: 20px;
}

#carousel-homepage + .container > .row > div > .row:before {
    display: none!important;
}

#carousel-homepage + .container > .row > div > .row > * {
    margin: 0!important;
    width: 100%!important;
}
    
#carousel-homepage + .container > .row > div > .row > *:nth-child(1), #carousel-homepage + .container > .row > div > .row > *:nth-child(2) {
    grid-row-start: 1;
    grid-row-end: 2;
}
    
    #carousel-homepage + .container > .row > div > .row > *:nth-child(2) {
    grid-row-start: 1;
    grid-row-end: 3;
}
}

.login * {
    color: #fff!important;
}