@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');
/*************

font-family: "Mulish", sans-serif;

Colors:

Gold - background: color: rgba(223,180,96, 1);
Red - background: color: rgba(209,10,16, 1);


*************/
body {
  font-family: "Mulish", sans-serif;
  background-color: rgba(255, 255, 255, 1);
}
.mt-70 {
  margin-top: 70px;
}
h2 {
  font-size: 50px;
  line-height: 50px;
  font-weight: 900;
  margin-bottom: 70px;
  color: rgba(223,180,96, 1);
}
h2 strong {
  font-size: 20px;
  line-height: 18px;
  font-weight: 500;
  margin-bottom: 70px;
  color: rgba(223,180,96, 1);
}
h3 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 50px;
  color: rgba(223,180,96, 1);
}
h3::after {
  content: '';
  display: block;
  border: 1px solid rgba(209,10,16, 1);
  width: 70px;
  margin-top: 20px;
  margin-bottom: 55px;
}
a {
  -webkit-transition: all .7s ease;
  transition: all .7s ease
}
a.text-link-white {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none !important;
  display: inline-block;
  text-align: center;
}
a:hover.text-link-white {
  color: rgba(223,180,96, 1) !important;
  transform: translate(15px, 0px);
  -webkit-transform: translate(15px, 0px);
  -o-transform: translate(15px, 0px);
  -moz-transform: translate(15px, 0px);
}
a.text-link-white i {
  font-size: 14px;
  margin-left: 8px;
  display: inline-block;
  color: rgba(223,180,96, 1);
}
a:hover.text-link-white i {
  color: rgba(223,180,96, 1);
}
video {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}
.full-wrapper-site-black {
  position: fixed;
  height: 100vh;
  width: 100%;
  display: flex;
  background-color: rgba(0, 0, 0, .65);
  color: white;
}
.full-wrapper-site-content {
  position: relative;
}
.full-wrapper-site-content-inner {
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 90%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 90%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
  color: #fff;
}
#top-header-nav {
  padding-left: 140px;
  padding-right: 140px;
  padding-top: 70px;
}
#top-header-nav .top-logo img {
  height: 150px;
  width: auto;
}
.btn-show-sm {
  display: none;
}
.wrapper-header .topbar-secondnav {
  text-align: right;
}
.wrapper-header .topbar-secondnav li {
  margin-left: 15px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  color: rgba(223,180,96, 1);
}
.wrapper-header .topbar-secondnav li.ic-nav-social-fb, .wrapper-header .topbar-secondnav li.ic-nav-social-insta {
  margin-left: 0px;
}
.wrapper-header .topbar-secondnav .list-inline-item a {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  color: rgba(223,180,96, 1);
  display: inline-block;
  padding-bottom: 8px;
}
.wrapper-header .topbar-secondnav .list-inline-item a:hover {
  color: rgba(255, 255, 255, 1);
}
.wrapper-header .topbar-secondnav .list-inline-item.active a {
  color: rgba(255, 168, 193, 1);
  background-position: 100% 100%;
  background-size: 100% 2px;
}
.wrapper-header .topbar-secondnav .list-inline-item a i {
  margin-right: 5px;
  font-size: 18px;
}
.topbar-firstnav {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 5px;
}
.topbar-firstnav .navbar {
  margin: 0;
  padding: 0;
}
.topbar-firstnav .nav-item {
  margin-left: 10px;
  padding: 0;
}
.topbar-firstnav .nav-item a.nav-link {
  padding: 0;
  margin-left: 25px;
  color: rgba(255, 255, 255, 1);
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  padding-bottom: 25px;
}
.topbar-firstnav .nav-item a:hover.nav-link, .topbar-firstnav .nav-item .nav-link.active {
  color: rgba(223,180,96, 1);
}
.topbar-firstnav .dropdown-toggle::after {
  margin-left: 0px;
  border-top: 0.25em solid;
  border-right: 0.25em solid transparent;
  border-bottom: 0;
  border-left: 0.25em solid transparent;
}
.topbar-firstnav .dropdown-menu {
  min-width: 15rem;
  padding: 30px;
  margin: 0;
  margin-top: -20px;
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
  background-color: rgba(209,10,16, 1);
  border: 1px solid rgba(209,10,16, 1);
  border-radius: 0;
  margin-left: 17px;
}
.topbar-firstnav .dropdown-menu li {
  border-bottom: solid 1px rgba(255, 255, 255, .2);
}
.topbar-firstnav .dropdown-menu li:last-child {
  border-bottom: solid 1px rgba(255, 255, 255, 0);
}
.topbar-firstnav .dropdown-menu a.dropdown-item {
  color: rgba(255,255,255, 1);
  padding: 7px 0px;
  font-weight: 600;
}
.topbar-firstnav .dropdown-menu a:hover.dropdown-item {
  background-color: transparent;
  color: rgba(223,180,96, 1);
}
#intro-top-homepage {
  padding-top: 10%;
  padding-left: 140px;
  padding-right: 140px;
}
#intro-top-homepage .intro-text-homepage h1 {
  font-size: 50px;
  line-height: 50px;
  font-weight: 900;
  margin-bottom: 50px;
  color: rgba(255,255,255, 1);
}
#intro-top-homepage .intro-text-homepage {
  padding-right: 140px;
  line-height: 28px;
  font-weight: 500;
}
#intro-top-homepage .widget-uitslagen {
  padding-top: 35px;
}
#intro-top-homepage .widget-uitslagen .card {
  background-color: transparent;
  border: none;
  border-radius: 5px;
  padding: 35px;
}
#intro-top-homepage .widget-uitslagen .card.v-yellow {
  background-color: rgba(223,180,96, 1);
  color: rgba(255,255,255, 1);

}
#intro-top-homepage .widget-uitslagen .card.v-blue {
  background-color: rgba(209,10,16, 1);
  color: rgba(223,180,96, 1);
}
#intro-top-homepage .widget-uitslagen .widget-uitslagen-header h3 {
  display: inline-block;
  margin-bottom: 35px;
  font-weight: 800;
  font-size: 28px;
  color: rgba(255,255,255, 1);
}
#intro-top-homepage .widget-uitslagen .widget-uitslagen-header h3::after {
  border: none;
  width: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}
#intro-top-homepage .widget-uitslagen .card.v-blue .widget-uitslagen-header h3 {
  color: rgba(255, 255, 255, 1);
}
#intro-top-homepage .widget-uitslagen .card.v-blue .widget-uitslagen-header h3::after {
  border: none;
  width: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}
#intro-top-homepage .widget-uitslagen .widget-uitslagen-header .dropdown i {
  float: right;
}
#intro-top-homepage .widget-uitslagen .widget-uitslagen-header .dropdown a {
  font-size: 26px;
  text-decoration: none;
  color: rgba(255,255,255, 1);
  display: block;
}
#intro-top-homepage .widget-uitslagen .card.v-blue .widget-uitslagen-header .dropdown a {
  color: rgba(255, 255, 255, 1);
}
#intro-top-homepage .widget-uitslagen .widget-uitslagen-header .dropdown .dropdown-toggle::after {
  float: right;
  margin-top: 15px;
  margin-right: 8px;
}
#intro-top-homepage .widget-uitslagen .widget-uitslagen-header .dropdown .dropdown-menu {
  border: none;
  margin-top: -25px !important;
  width: 100%;
  padding: 15px 25px 15px 25px;
  max-height: 325px;
  overflow-y: scroll;
}
#intro-top-homepage .widget-uitslagen .widget-uitslagen-header .dropdown .dropdown-menu li {
  padding: 0;
}
#intro-top-homepage .widget-uitslagen .widget-uitslagen-header .dropdown .dropdown-menu a {
  font-size: 14px;
  font-weight: 600;
  padding: 3px;
  color: rgba(0, 0, 0, 1) !important;
}
#intro-top-homepage .widget-uitslagen .widget-uitslagen-header .dropdown .dropdown-menu a:hover {
  background-color: rgba(223,180,96, .25);
  padding: 3px;
}
#intro-top-homepage .widget-uitslagen .widget-uitslagen-header .dropdown a.active {
  background-color: rgba(209,10,16, 1);
  color: rgba(255, 255, 255, 1) !important;
}
#intro-top-homepage .widget-uitslagen .widget-uitslagen-header .dropdown a:hover.active {
  background-color: rgba(209,10,16, 1);
  color: rgba(255, 255, 255, .65);
}
#intro-top-homepage .widget-uitslagen .widget-uitslagen-body .date {
  background-color: rgba(255,255,255, 1);
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 5px 5px 0px 0px;
  text-align: center;
  color: rgba(223,180,96, 1);
  font-weight: 700;
}
#intro-top-homepage .widget-uitslagen .card.v-blue .widget-uitslagen-body .date {
  background-color: rgba(255,255,255, 1);
  color: rgba(209,10,16, 1);
}
#intro-top-homepage .widget-uitslagen .widget-uitslagen-body .date a {
  color: rgba(223,180,96, 1);
}
#intro-top-homepage .widget-uitslagen .widget-uitslagen-body .date a:hover {
  color: rgba(209,10,16, 1);
}
#intro-top-homepage .widget-uitslagen .card.v-blue .widget-uitslagen-body .date a {
  color: rgba(209,10,16, 1);
}
#intro-top-homepage .widget-uitslagen .card.v-blue .widget-uitslagen-body .date a:hover {
  color: rgba(223,180,96, 1);
}
#intro-top-homepage .widget-uitslagen .widget-uitslagen-body .date .bi.bi-caret-left-fill {
  float: left;
  margin-left: 15px;
}
#intro-top-homepage .widget-uitslagen .widget-uitslagen-body .date .bi.bi-caret-right-fill {
  float: right;
  margin-right: 15px;
}
#intro-top-homepage .widget-uitslagen .widget-uitslagen-body .widget-uitslag {
  background-color: rgba(255,255,255, .25);
  border-radius: 0px 0px 5px 5px;
  padding-top: 35px;
  padding-bottom: 35px;
  text-align: center;
}
#intro-top-homepage .widget-uitslagen .card.v-blue .widget-uitslagen-body .widget-uitslag {
  background-color: rgba(255, 255, 255, .15);
}
#intro-top-homepage .widget-uitslagen .card.v-blue .widget-uitslagen-body .widget-uitslag {
  color: rgba(255, 255, 255, 1);
}
#intro-top-homepage .widget-uitslagen .widget-uitslagen-body .widget-uitslag span {
  display: inline-block;
  font-size: 70px;
  line-height: 70px;
  font-weight: 900;
  padding: 0;
  margin: 15px 0px 0px 0px;
}
#intro-top-homepage .widget-uitslagen .widget-uitslagen-body .widget-uitslag .widget-uitslag-first-col {
  border-right: solid 2px rgba(255,255,255, .5);
}
#intro-top-homepage .widget-uitslagen .card.v-blue .widget-uitslagen-body .widget-uitslag .widget-uitslag-first-col {
  border-right: solid 2px rgba(255, 255, 255, .5);
}
#intro-top-homepage .widget-uitslagen .widget-uitslagen-body .widget-uitslag .uitslag.lost {
  opacity: .4;
}
#intro-top-homepage .widget-uitslagen .widget-uitslagen-footer {
  padding-top: 35px;
}
#intro-top-homepage .widget-uitslagen .widget-uitslagen-footer a {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
}
#intro-top-homepage .widget-uitslagen .widget-uitslagen-footer a:hover {
  transform: translate(15px, 0px);
  -webkit-transform: translate(15px, 0px);
  -o-transform: translate(15px, 0px);
  -moz-transform: translate(15px, 0px);
}
#intro-top-homepage .widget-uitslagen .widget-uitslagen-footer a i {
  margin-left: 5px;
}
#intro-top-homepage .widget-uitslagen .card.v-yellow .widget-uitslagen-footer a {
  color: rgba(255,255,255, 1);
}
#intro-top-homepage .widget-uitslagen .card.v-yellow .widget-uitslagen-footer a:hover {
  color: rgba(0, 0, 0, 1);
}
#intro-top-homepage .widget-uitslagen .card.v-blue .widget-uitslagen-footer a {
  color: rgba(255,255,255, 1);
}
#intro-top-homepage .widget-uitslagen .card.v-blue .widget-uitslagen-footer a:hover {
  color: rgba(255, 255, 255, 1);
}
#event-indekijker {
  padding-top: 10%;
  padding-bottom: 70px;
}
.overlay-photo {
  align-self: flex-start;
  transform: translateX(-15%);
  width: 118%;
  margin-top: 8%;
  border-radius: 5px;
  overflow: hidden;
}
.overlay-text {
  background-color: rgba(255,255,255, 1);
  padding: 70px 140px 70px 70px;
  position: relative;
  border-radius: 5px;
  color: rgba(0, 0, 0, 1);
}
.overlay-text-label {
  background-color: rgba(209,10,16, 1);
  padding: 10px 35px 10px 35px;
  position: absolute;
  left: 35px;
  top: -20px;
  border-radius: 5px;
  color: rgba(255,255,255, 1);
  text-transform: uppercase;
  font-weight: 800;
  font-size: 14px;
}
.text-block {
  font-size: 16px;
  line-height: 24px;
}
.text-block h3 {
  font-size: 32px;
  line-height: 32px;
  font-weight: 800;
  display: inline-block;
  margin-bottom: 25px;
  color: rgba(209,10,16, 1);

}
.text-block h3::after {
  border: none;
  width: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.text-block h3 strong {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}
.text-block a {
  color: rgba(223,180,96, 1);
  text-decoration: none;
  font-weight: 700;
}
.text-block a:hover {
  color: rgba(223,180,96, 1);
  text-decoration: none;
}
.wrapper-link-alle-events {
  text-align: right;
}
#photoviewer {
  padding-top: 70px;
  padding-bottom: 140px;
  padding-left: 70px;
  padding-right: 70px;
}
.wrapper-carousel {
  position: relative;
}
.carousel-inner.wrapper-carousel {
  position: relative;
  width: 100%;
  overflow: visible;
}
.wrapper-carousel-overlay-content {
  position: absolute;
  width: 100%;
  bottom: -70px;
  z-index: 100;
  padding-left: 70px;
  padding-right: 70px;
}
.wrapper-carousel-overlay-content .wrapper-indicators {
  text-align: right;
}
.wrapper-carousel-overlay-content .wrapper-indicators a {
  height: 70px;
  width: 70px;
  background-color: rgba(209,10,16, 1);
  display: inline-block;
  padding: 18px 0 0 0;
  margin: 0;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  font-size: 22px
}
.wrapper-carousel-overlay-content .wrapper-indicators a:first-child {
  background-image: url("../../imgs/line-carousel-controls.png");
  background-repeat: no-repeat;
  background-position: right center;
}
.wrapper-carousel-overlay-content .wrapper-indicators a:hover {
  background-color: rgba(26, 96, 149, 1);
  color: #fff
}
.wrapper-carousel-overlay-content .wrapper-indicators a:first-child {
  margin-right: -5px
}
.wrapper-carousel-overlay-content .wrapper-info-content {
  padding: 70px;
  background-color: rgba(223,180,96, 1);
  border-radius: 5px 0px 5px 5px;
  color: rgba(209,10,16, 1);
  font-weight: 500;
}
.wrapper-carousel-overlay-content .wrapper-info-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.wrapper-carousel-overlay-content .wrapper-info-content ul li {
  padding: 0;
  margin: 0;
}
.news-items-overview .card {
  padding: 20px;
  border: none;
  border-radius: 5px;
}
.news-items-overview .card.indekijker {
  background-color: rgba(223,180,96, 1);
  position: relative;
}
.news-items-overview .card.indekijker .label {
  background-color: rgba(209,10,16, 1);
  padding: 10px 35px 10px 35px;
  position: absolute;
  left: 20px;
  top: -21px;
  border-radius: 5px;
  color: rgba(255,255,255, 1);
  text-transform: uppercase;
  font-weight: 800;
  font-size: 14px;
}
.news-items-overview .card .card-photo {
  height: 0;
  padding-bottom: 70%;
  background-color: rgba(34, 112, 172, .1);
  margin-bottom: 15px;
  border-bottom: solid 10px rgba(223,180,96, 1);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 5px;
}

.news-items-overview.event-items-overview .card .card-photo {
  height: 0;
  padding-bottom: 95%;
  background-color: rgba(255, 255, 255, 1);
  margin-bottom: 15px;
  border-bottom: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}



.news-items-overview .card .card-body {
  padding: 20px;
  color: rgba(0,0,0, 1);
  font-weight: 500;
}
.news-items-overview .card.indekijker .card-body {
  color: rgba(255, 255, 255, 1);
}
.news-items-overview .card .card-body .card-date {
  color: rgba(209,10,16, 1);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
}
.news-items-overview .card.indekijker .card-body .card-date {
  color: rgba(255, 255, 255, .5);
}
.news-items-overview .card .card-body .card-title {
  color: rgba(209,10,16, 1);
  font-weight: 800;
  font-size: 22px;
  line-height: 25px;
  display: inline-block;
  margin-bottom: 35px;
}
.news-items-overview .card.indekijker .card-body .card-title {
  color: rgba(255,255,255, 1);
}
.news-items-overview .card .card-footer {
  padding: 10px 20px 20px 20px;
  background-color: transparent;
  border-top: none;
}
.news-items-overview .card .card-footer a {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: .5px;
  color: rgba(209,10,16, 1);
}
.news-items-overview .card .card-footer a:hover {
  color: rgba(223,180,96, 1);
}
.news-items-overview .card.indekijker .card-footer a {
  color: rgba(255,255,255, 1);
}
.news-items-overview .card.indekijker .card-footer a:hover {
  color: rgba(0, 0, 0, 1);
}
#nieuws {
  padding-top: 140px;
}
#photoalbums {
  padding-top: 90px;
}
#sponsors, #nieuws, #photoalbums {
  padding-left: 70px;
  padding-right: 70px;
}
#sponsors .wrapper-sponsors-inner, #nieuws .wrapper-nieuws-inner, #photoalbums .wrapper-photoalbums-inner {
  padding: 70px;
  background-color: rgba(0, 0, 0, .75);
  border-radius: 5px;
}
#sponsors .wrapper-sponsors-inner .carousel-sponsors .item, #photoalbums .wrapper-photoalbums-inner .carousel-photoalbums .item {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 5px;
}
#sponsors .wrapper-sponsors-inner .carousel-sponsors .item .sponsor-logo {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 5px;
  height: 0;
  padding-bottom: 75%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.carousel-sponsors.owl-theme .owl-nav.disabled + .owl-dots, .carousel-photoalbums.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 70px !important;
}
.carousel-photoalbums .item {
  border-radius: 0px !important;
  background-color: transparent !important;
}
.carousel-photoalbums .wrapper-photoalbum .photo-photoalbum {
  height: 0;
  padding-bottom: 75%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(255, 255, 255, .1);
}
.carousel-photoalbums .wrapper-photoalbum .content-photoalbum {
  padding-top: 15px;
  font-size: 14px;
}
.carousel-photoalbums .wrapper-photoalbum .content-photoalbum strong {
  color: rgba(223,180,96, 1);
  font-weight: 500;
  display: inline-block;
  margin-bottom: 10px;
}
.carousel-photoalbums .wrapper-photoalbum .content-photoalbum h5 {
  color: rgba(255, 255, 255, 1);
  font-weight: 800;
  font-size: 18px;
}
.overview-albums .card {
  background-color: transparent;
}
.overview-albums .card-photo {
  height: 0;
  padding-bottom: 75%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(255, 255, 255, .1);
}
.overview-albums .card-body {
  padding: 25px 25px;
  background-color: rgba(0, 0, 0, .75);
}
.overview-albums .card-body strong {
  color: rgba(223,180,96, 1);
  font-weight: 500;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 14px;
}
.overview-albums .card-body h5 {
  color: rgba(255, 255, 255, 1);
  font-weight: 800;
  font-size: 18px;
}
#sponsor-indekijker {
  padding-top: 140px;
  padding-bottom: 170px;
}
.overlay-photo-sponsor {
  align-self: flex-start;
  transform: translateX(0%);
  width: 118%;
  margin-top: 8%;
  border-radius: 5px;
  z-index: 10;
  position: relative;
}
.overlay-photo-sponsor .overlay-photo-sponsor-logo {
  border-radius: 5px;
  z-index: 12;
  position: absolute;
  background-color: rgba(255, 255, 255, 1);
  right: 0;
  bottom: -70px;
  width: 322px;
  height: 0;
  padding-bottom: 28%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.overlay-text-sponsor {
  background-color: rgba(209,10,16, 1);
  padding: 70px 70px 70px 140px;
  position: relative;
  border-radius: 5px;
}

.overlay-text-sponsor h3 {
  color: rgba(255,255,255, 1);
}

.overlay-text-sponsor a {
  color: rgba(255,255,255, 1);
}


.overlay-text-sponsor-label {
  background-color: rgba(223,180,96, 1);
  padding: 10px 35px 10px 35px;
  position: absolute;
  right: 35px;
  top: -20px;
  border-radius: 5px;
  color: rgba(255,255,255, 1);
  text-transform: uppercase;
  font-weight: 800;
  font-size: 14px;
}
#full-wrapper-content {
  padding-top: 10px;
  padding-bottom: 140px;
}
.photozone-contentpages {
  height: 0;
  padding-bottom: 40%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  overflow: hidden;
}
.wrapper-breadcrumb {
  padding: 0px 0px 0px 0px;
  margin: -20px 0px 55px 0px;
}
.wrapper-breadcrumb.no-photo {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 35px 0px !important;
}
.wrapper-breadcrumb-inner {
  padding: 15px 15px 1px 15px;
  margin: 0px 0px 0px 0px;
  background-color: rgba(209,10,16, 1);
  border-radius: 5px;
}
.wrapper-breadcrumb.no-photo .wrapper-breadcrumb-inner {
  padding: 15px 15px 1px 0px;
  margin: 0px 0px 0px 0px;
  background-color: transparent;
  border-radius: 5px;
}
.breadcrumb {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 0px 0px 0px 0px;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: rgba(255, 255, 255, .253);
  content: var(--bs-breadcrumb-divider, "▸");
}
.breadcrumb .breadcrumb-item, .breadcrumb ol, .breadcrumb ol li {
  padding: 0 !important;
  margin: 0 !important;
}
.breadcrumb .breadcrumb-item a {
  text-decoration: none;
  color: rgba(255, 255, 255, .45);
  padding-bottom: 0;
  background-color: transparent;
}
.breadcrumb .breadcrumb-item a:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 1)
}
.breadcrumb .breadcrumb-item.active {
  color: rgba(255, 255, 255, 1);
  font-weight: 600;
}
.title-pages {
  padding-left: 0px;
}
.title-pages h2 {
  color: rgba(255, 255, 255, 1);
}

#full-wrapper-content h3{
  font-weight: 800;
  font-size: 34px;
  color: rgba(255, 255, 255, 1);
} 
.grid-persons .card {
  border: none;
  border-radius: 5px;
}
.grid-persons .card .card-photo {
  height: 0;
  padding-bottom: 95%;
  border-radius: 5px 5px 0px 0px;
  background-color: rgba(34, 112, 172, .10);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.grid-persons .card .card-body {
  color: rgba(209,10,16, 1);
  font-size: 15px;
  font-weight: 500;
  padding: 30px
}
.grid-persons .card .card-body h5 {
  color: rgba(209,10,16, 1);
  font-weight: 800;
  font-size: 20px;
}
.grid-persons .card .card-body h5 {
  font-weight: 800;
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 15px;
  color: rgba(209,10,16, 1);
}
.grid-persons .card .card-body h5 strong {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 15px;
  color: rgba(223,180,96, 1);
}
.grid-persons .card .card-body .card-text a i {
  margin-right: 5px;
}
.grid-persons .card .card-body .card-text a {
  color: rgba(209,10,16, 1);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 5px;
}
.grid-persons .card .card-body .card-text a:hover {
  color: rgba(0, 0, 0, 1);
}
.table.table-programma, .table.table-global {
  width: 100%;
}
.table.table-programma th, .table.table-global th {
  background-color: rgba(209,10,16, 1);
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  border-bottom: none;
}
.table.table-programma tr td {
  padding: 15px;
  font-size: 15px;
  color: rgba(0,0,0, 1);
  font-weight: 500;
  border: none;
  vertical-align: center;
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: rgba(223,180,96, .1);
  --bs-table-bg-type: rgba(223,180,96, .1);
}
.table.table-programma .club-logo {
  width: 40px;
  height: 40px;
  min-width: 40px;
  float: left;
  margin-right: 20px;
  text-align: center;
}
.table.table-programma .club-logo img {
  width: auto;
  height: 100%;
}
.table.table-programma tr td span {
  display: inline-block;
  padding-top: 8px;
}
.table.table-global tr td {
  padding: 15px;
  font-size: 15px;
  color: rgba(0,0,0, 1);
  font-weight: 500;
  border: none;
  vertical-align: center;
}
.wrapper-select-team {
  padding-bottom: 70px;
  text-align: right;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
}
.wrapper-select-team select {
  margin-left: 20px;
  padding: 8px 15px;
  border: none;
  color: rgba(209,10,16, 1);
  font-weight: 600;
}
.grid-image-video .card {
  border: none;
  border-radius: 5px;
  background-color: transparent;
  overflow: hidden;
}
.grid-image-video .video-container {
  position: relative;
  padding-bottom: 56.25%;
}
.grid-image-video .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.grid-image-video .photo-container img {
  width: 100%;
  height: auto;
}
.block-pages-content h2 {
  line-height: 32px;
  font-size: 30px;
  color: rgba(255, 255, 255, 1);
  font-weight: 700;
  margin-bottom: 25px;
  margin-top: 25px;
  text-transform: uppercase;
}
.block-pages-content h2 i {
  margin-right: 10px;
  color: rgba(255, 255, 255, .5);
}
.block-pages-content h3 {
  line-height: 28px;
  font-size: 28px;
  color: rgba(255, 255, 255, .55);
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 10px;
}
.block-pages-content h3 i {
  margin-right: 10px;
  color: rgba(255, 255, 255, .22);
}
.block-pages-content h4 {
  line-height: 28px;
  font-size: 30px;
  color: rgba(255, 255, 255, .55);
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 25px;
}
.block-pages-content {
  margin-top: 70px;
  color: rgba(255, 255, 255, 1);
  line-height: 28px;
  font-size: 17px;
}
.wrapper-contact .block-pages-content {
  margin-top: 0px;
}
.block-pages-content p {
  padding: 0;
  margin: 0;
}
.block-pages-content a {
  color: rgba(223,180,96, 1);
}
.block-pages-content a:hover {
  color: rgba(255, 255, 255, 1);
}
.photo-container-square {
  height: 0;
  padding-bottom: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.text-block-left {
  padding-right: 70px;
  background-color: rgba(0, 0, 0, .75);
}
.text-block-bg-lightblue {
  background-color: rgba(0, 0, 0, .75);
  padding: 70px;
}
.text-block-bg-lightblue .text-block {
  padding-right: 0px;
}
.contact-form {
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
  padding: 35px 0px 0px 0px;
}
.contact-form .inputfield {
  background-color: rgba(255, 255, 255, 1);
  border: 3px solid rgba(255, 214, 68, .0);
  box-shadow: none;
  font-size: 16px;
  color: rgba(209,10,16, 1);
  font-weight: 600;
  border-radius: 0px;
  margin-bottom: 20px;
  padding: 10px;
}
.contact-form .inputfield:focus {
  box-shadow: none;
  background-color: rgba(255, 255, 255, 1);
  border: 3px solid rgba(223,180,96, 1);
}
.contact-form .select {
  background-color: rgba(255, 255, 255, 1);
  border: 3px solid rgba(255, 214, 68, .0);
  box-shadow: none;
  font-size: 16px;
  color: rgba(209,10,16, 1);
  font-weight: 700;
  border-radius: 6px;
  margin-bottom: 20px;
  padding: 10px;
}
.contact-form .input-group-text {
  padding: 0px 20px;
  line-height: 0;
  background-color: rgba(255, 255, 255, 1);
  border: 3px solid rgba(255, 214, 68, .0);
  border-radius: 0px;
  height: 46px;
  color: rgba(209,10,16, 1);
  font-weight: 700;
}
.contact-form .text-area {
  height: 200px
}
.contact-form .form-group label {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
}
.contact-form .form-check label, .contact-form .form-label {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
.contact-form .form-check span, .contact-form .form-group label span, .contact-form .form-label span {
  color: rgba(223,180,96, 1);
  font-size: 12px;
  padding-left: 5px
}
.contact-form .form-check {
  padding-top: 15px;
  padding-bottom: 5px
}
.contact-form.verzending .form-check {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.contact-form .form-check-inline {
  margin-right: 50px;
}
.contact-form .form-check-inline i {
  font-size: 18px;
  margin-right: 5px;
}
.contact-form.verzending .form-check label, .contact-form.verzending .form-label {
  margin-bottom: 15px;
}
.contact-form.verzending textarea {
  height: 250px;
}
::placeholder {
  color: rgba(14, 37, 104, .35) !important;
}
.btn-form {
  border-radius: 0px;
  background-color: rgba(209,10,16, 1);
  padding: 10px 50px 10px 50px;
  color: rgba(255,255,255, 1);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none !important;
  text-align: center;
  margin-top: 35px;
}
.btn-form:hover {
  transition: all .2s;
  background-color: rgba(223,180,96, 1);
  color: rgba(255, 255, 255, 1) !important;
}
#footer {
  padding-top: 70px;
  padding-bottom: 70px;
}
#footer strong {
  color: rgba(223,180,96, 1);
  text-transform: uppercase;
  font-weight: 700;
}
#footer .ft-menu ul {
  padding: 0;
  margin: 0;
  margin-top: 25px;
  list-style: none;
  font-size: 15px;
}
#footer .ft-menu ul li {
  padding-bottom: 5px;
}
#footer .ft-menu ul li a {
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
}
#footer .ft-menu ul li a:hover {
  color: rgba(223,180,96, 1);
  text-decoration: none;
}
#footer .ft-menu .link-ft-social {
  color: rgba(223,180,96, 1);
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  margin-top: 22px;
}
#footer .ft-menu .link-ft-social a {
  color: rgba(223,180,96, 1);
  padding-left: 10px;
}
#footer .ft-menu .link-ft-social i {
  font-size: 18px;
}
#footer .ft-menu .ft-logo-right {
  float: right;
}
#footer .ft-menu .ft-logo-right img {
  width: 100px;
}
#footer .ft-menu.latest ul {
  padding-top: 0px;
  margin-top: 0px;
}
.wrapper-disclaimer {
  background-color: rgba(0, 0, 0, .75);
  padding-top: 20px;
  padding-bottom: 2px;
}
#disclaimer .ft-disclaimer a, #disclaimer .ft-copyright a {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, .5);
  font-weight: 500;
  text-decoration: none;
}
#disclaimer .ft-disclaimer a:hover, #disclaimer .ft-copyright a:hover {
  color: rgba(255, 255, 255, 1);
}
#disclaimer .ft-disclaimer .list-inline .list-inline-item {
  margin-right: 20px;
}
#disclaimer .ft-copyright {
  text-align: right;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 500;
  color: rgba(255, 255, 255, .5);
}
#disclaimer .ft-copyright i {
  padding-left: 10px;
  padding-right: 10px;
}
.cd-top {
  display: inline-block;
  width: 35px;
  height: 80px;
  position: fixed;
  bottom: 35px;
  right: 0px;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  text-align: center
}
.cd-top a {
  display: block;
  padding-top: 25px;
  background-color: rgba(209,10,16, 1);
  width: 35px;
  height: 80px;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
}
.cd-top a:hover {
  background-color: rgba(223,180,96, 1);
  color: rgba(255, 255, 255, 1);
}
.cd-top.cd-fade-out, .cd-top.cd-is-visible, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s
}
.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1
}
.cd-top.cd-fade-out {
  opacity: 1
}
.no-touch .cd-top:hover {
  background-color: rgba(223,180,96, 1);
  opacity: 1
}
@media(max-width:1920px) {
  #top-header-nav {
    padding-left: 70px;
    padding-right: 70px;
  }
  #intro-top-homepage {
    padding-top: 8%;
    padding-left: 70px;
    padding-right: 70px;
  }
  #intro-top-homepage .widget-uitslagen {
    padding-top: 5px;
  }
  #intro-top-homepage .widget-uitslagen .card {
    padding: 15px;
  }
  #intro-top-homepage .widget-uitslagen .widget-uitslagen-header h3 {
    font-size: 22px;
  }
  #intro-top-homepage .widget-uitslagen .widget-uitslagen-body .widget-uitslag {
    font-size: 14px;
    line-height: 16px;
  }
}
@media(max-width:1680px) {
  #top-header-nav {
    padding-top: 35px;
    padding-left: 35px;
    padding-right: 35px;
  }
  #intro-top-homepage {
    padding-top: 8%;
    padding-left: 35px;
    padding-right: 35px;
  }
  #intro-top-homepage .intro-text-homepage {
    padding-right: 70px;
  }
  #intro-top-homepage .widget-uitslagen .widget-uitslagen-header h3 {
    font-size: 20px;
  }
  #intro-top-homepage .widget-uitslagen .widget-uitslagen-footer a {
    font-size: 14px;
  }
  #intro-top-homepage .widget-uitslagen .widget-uitslagen-header .dropdown .dropdown-menu {
    max-height: 315px;
  }
  #event-indekijker {
    padding-bottom: 35px;
  }
  .wrapper-carousel-overlay-content .wrapper-info-content {
    padding: 35px;
    background-color: rgba(223,180,96, 1);
    border-radius: 5px 0px 5px 5px;
    color: rgba(209,10,16, 1);
    font-weight: 500;
  }
  #photoviewer {
    padding-top: 35px;
    padding-bottom: 70px;
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media(max-width:1200px) {
  #top-header-nav {
    padding-left: 15px;
    padding-right: 15px;
  }
  #intro-top-homepage {
    padding-left: 15px;
    padding-right: 15px;
  }
  #sponsors, #nieuws, #photoalbums {
    padding-left: 0px;
    padding-right: 0px;
  }
  #sponsors .wrapper-sponsors-inner, #nieuws .wrapper-nieuws-inner {
    padding: 15px;
  }
  #intro-top-homepage .intro-text-homepage h1 {
    font-size: 30px;
    line-height: 30px;
  }
  #intro-top-homepage .widget-uitslagen .card {
    padding: 0;
  }
  #event-indekijker {
    padding-bottom: 15px;
  }
  .overlay-text {
    background-color: rgba(209,10,16, 1);
    padding: 70px 100px 70px 35px;
    position: relative;
    border-radius: 5px;
  }
  #photoviewer {
    padding-top: 15px;
    padding-bottom: 140px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .news-items-overview .card {
    padding: 15px;
  }
  .news-items-overview .card .card-body {
    padding: 0px;
  }
  .overlay-text-sponsor {
    padding: 70px 35px 70px 100px;
  }
  .news-items-overview .card .card-body .card-title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 25px;
  }
  .topbar-firstnav .nav-item {
    margin-left: 0px;
  }
  .topbar-firstnav .nav-item a.nav-link {
    margin-left: 20px;
    font-size: 17px;
    letter-spacing: 0px;
  }
}
@media(max-width:991px) {
  .btn-hidden-sm {
    display: none;
  }
  .btn-show-sm {
    display: block;
  }
  #top-header-nav .top-logo img {
    height: 125px;
    width: auto;
  }
  .wrapper-header .topbar-secondnav {
    text-align: right;
    margin-top: -30px;
  }
  .navbar-toggler {
    background-color: rgba(223,180,96, 1);
    color: rgba(209,10,16, 1);
    padding: 10px 20px 10px 20px;
    width: 100%;
    text-align: left;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
    border-radius: 0px;
    margin-top: 20px;
  }
  .navbar-toggler i {
    margin-right: 5px;
  }
  .navbar-toggler:hover {
    background-color: rgba(209,10,16, 1);
    color: rgba(223,180,96, 1);
    -webkit-transition: all .7s ease;
    transition: all .7s ease
  }
  .navbar-toggler:focus {
    box-shadow: 0 0 0 0rem;
  }
  .navbar .nav-link {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .navbar-collapse {
    padding: 0px 15px 15px 15px;
    background-color: rgba(108, 141, 171, .20);
    border-radius: 6px;
  }
  .navbar .dropdown-menu {
    padding: 10px;
  }
  .navbar-nav {
    width: 100%;
    padding-top: 20px;
  }
  .navbar li a {
    display: block;
    margin-top: 0px;
    padding-bottom: 0px;
  }
  .topbar-firstnav .nav-item a:hover.nav-link, .topbar-firstnav .nav-item .nav-link.active {
    background-image: none;
  }
  .topbar-firstnav .nav-item a.nav-link {
    padding-bottom: 5px;
    margin-left: 0px;
  }
  .topbar-firstnav .dropdown-menu {
    padding: 8px 15px 5px 15px;
    margin-top: 0px;
    margin-left: 0px;
  }
  #intro-top-homepage .intro-text-homepage {
    padding-right: 0px;
    padding-bottom: 70px;
  }
  .overlay-text {
    padding: 70px 35px 50px 35px;
  }
  .overlay-photo {
    transform: translateX(0%);
    width: 100%;
    margin-top: 0%;
    overflow: hidden;
  }
  .wrapper-link-alle-events {
    display: none;
  }
  .wrapper-carousel-overlay-content .wrapper-info-content {
    padding: 20px;
  }
  .overlay-photo-sponsor {
    align-self: flex-start;
    transform: translateX(0%);
    width: 100%;
    margin-top: 0%;
  }
  .overlay-text-sponsor {
    padding: 90px 35px 70px 35px;
  }
  .overlay-text-sponsor-label {
    position: relative;
    left: 0px;
    top: 0px;
    display: inline-block !important;
    width: auto !important;
    margin-bottom: 30px;
    z-index: 100;
  }
  #footer .ft-menu, .ft-disclaimer, #disclaimer .ft-copyright {
    text-align: center;
  }
  #footer .ft-menu .ft-logo-right {
    display: none;
  }
  .news-items-overview .card .card-footer {
    padding: 10px 20px 20px 0px;
  }
}
@media(max-width:767px) {
  #intro-top-homepage .widget-uitslagen .widget-uitslagen-header h3 {
    margin-bottom: 25px;
  }
  #intro-top-homepage .widget-uitslagen .widget-uitslagen-footer {
    padding-top: 15px;
  }
  .wrapper-carousel-overlay-content .wrapper-info-content {
    display: none;
  }
  .wrapper-carousel-overlay-content {
    bottom: -35px;
    padding-left: 35px;
    padding-right: 35px;
  }
  #photoviewer {
    padding-bottom: 70px;
  }
  .overlay-photo-sponsor .overlay-photo-sponsor-logo {
    padding-bottom: 40%;
  }
  #sponsor-indekijker {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .club-logo {
    display: none;
  }
  .table.table-programma tr td {
    padding: 10px;
    font-size: 13px;
  }
  .table.table-programma tr td span {
    padding-top: 0px;
  }
}
@media(max-width:550px) {}