/*
Theme Name: FC Klazienaveen
Author: Webba BV - Nemo Strengman
Author URI: https://webba.nl/medewerkers/nemo-strengman
Description: Custom soccer theme for FC Klazienaveen
Version: 1.0
Text Domain: Webba
*/
/*KLEUREN*/
* {
  font-family: 'Lexend', sans-serif;
}

body {
  background-color: #fafafa;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

p, a, span, ul, li {
  line-height: 22px;
  font-family: "Lexend", sans-serif;
  font-size: 14px;
}

a {
  color: #b48837;
  text-decoration: none;
}
a:hover {
  color: #b48837;
  text-decoration: underline;
}

.red-title {
  width: 100%;
  color: #b48837;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 44px;
  margin-bottom: 0;
  padding-left: 30px;
}

.archive-url {
  font-size: 12px;
  font-weight: bold;
  text-decoration: underline;
  text-transform: uppercase;
  color: #b48837;
  margin-top: 44px;
  margin-left: 12px;
  display: flex;
  font-family: 'Lexend', sans-serif;
}

/*PADDINGS*/
.pane {
  padding: 70px 0;
  position: relative;
}
@media (max-width: 920px) {
  .pane {
    padding: 50px 0;
  }
}
@media (max-width: 767.98px) {
  .pane {
    padding: 25px 0;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1224px;
  }
}

h1 {
  margin: 0;
}

h2 {
  font-size: 48px;
  line-height: 48px;
  text-shadow: 0 0 18px rgba(0, 0, 0, 0.6);
  margin-bottom: 40px;
  max-width: 750px;
}
@media (max-width: 767.98px) {
  h2 {
    font-size: 30px;
    line-height: 36px;
  }
}

h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}
@media (max-width: 767.98px) {
  h3 {
    font-size: 2rem;
    line-height: 3rem;
  }
}

h4 {
  font-size: 20px;
  line-height: 22px;
}

.button {
  line-height: 60px;
  background-color: #b48837;
  position: relative;
  font-size: 12px;
  border-radius: 30px;
  text-align: center;
  display: inline-block;
  font-weight: bold;
  color: #ffffff !important;
  text-decoration: none;
  padding: 0 48px;
  width: max-content;
  transition: all 150ms;
}
.button a {
  color: #ffffff !important;
}
.button:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(-90deg, rgba(255, 255, 255, 0.5), rgba(19, 14, 15, 0));
  opacity: 0;
  transition: all 150ms;
  border-radius: 30px;
}
.button:hover {
  text-decoration: none;
}
.button:hover:after {
  opacity: 1;
  transition: all 150ms;
}

.button-black {
  line-height: 60px;
  background-color: #251a06;
  background-image: linear-gradient(-90deg, #251a06, #524e46);
  font-size: 12px;
  border-radius: 30px;
  text-align: center;
  display: inline-block;
  font-weight: bold;
  color: #ffffff !important;
  text-decoration: none;
  padding: 0 48px;
  width: max-content;
  transition: all 150ms;
}
.button-black a {
  color: #ffffff !important;
}
.button-black:hover {
  background-image: linear-gradient(-90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  transition: all 150ms;
  text-decoration: none;
}

.scrollbutton {
  position: fixed;
  right: 30px;
  top: 50vh;
  z-index: 999;
  opacity: 1;
  transition: all 200ms;
  background-color: #b48837;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
}
.scrollbutton img {
  margin: auto;
  transform: rotate(180deg);
}
.scrollbutton.invisible {
  opacity: 0;
  pointer-events: none;
  transition: all 200ms;
}
@media (max-width: 1199.98px) {
  .scrollbutton {
    bottom: 30px;
    top: unset;
  }
}
@media (max-width: 991.98px) {
  .scrollbutton {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .social-col {
    margin-bottom: 2rem;
  }
}
.dropdown {
  height: 60px;
  background-color: #f3efe9;
  padding: 0 20px;
  border: 1px solid #d9d9d9;
  margin-bottom: 30px;
  overflow: hidden;
}
.dropdown .dropdown-title {
  display: flex;
  width: 100%;
  height: 60px;
  cursor: pointer;
}
.dropdown .red-title {
  line-height: 60px;
}
.dropdown .dropdown-button {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  margin: auto 0 auto auto;
  line-height: 60px;
  background-color: #b48837;
  position: relative;
}
.dropdown .dropdown-button .stripe {
  position: absolute;
  height: 2px;
  width: 10px;
  top: 9px;
  left: 5px;
  background-color: #ffffff;
}
.dropdown .dropdown-button .vert {
  transform: rotate(90deg);
  transition: opacity 150ms;
  opacity: 1;
}
.dropdown.dropdown-open {
  height: 100%;
  transition: height 250ms;
}
.dropdown.dropdown-open .vert {
  transition: opacity 150ms;
  opacity: 0;
}

.pane--banner .banner {
  width: 100%;
  background-color: #f3efe9;
}

.main {
  overflow: hidden;
}

.pane--error {
  background-size: cover;
  background-position: center;
}
.pane--error .error-content {
  padding: 250px 0 150px;
}
.pane--error h2 {
  margin: 50px 0;
  font-size: 65px;
  color: #ffffff;
}
.pane--error .error-backurl {
  cursor: pointer;
  color: #ffffff;
}
.pane--error .error-backurl:hover {
  color: #b48837;
}

.header {
  display: flex;
  flex-direction: column;
}
.header a {
  font-family: 'lexend', sans-serif;
}
.header .url-title {
  text-decoration: none;
  font-size: 12px;
  line-height: 44px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.5);
  position: relative;
  margin: auto 15px;
  transition: color 150ms;
}
.header .url-title:after {
  content: '|';
  right: -15px;
  position: absolute;
}
.header .url-title:last-of-type:after {
  content: unset;
}
.header .url-title:hover {
  color: #ffffff;
  transition: color 150ms;
}
.header .socials {
  display: flex;
  margin: auto 0 auto 35px;
}
.header .socials i {
  width: 18px;
  height: 18px;
  font-size: 18px;
  margin: 0 6px;
  color: rgba(255, 255, 255, 0.5);
  transition: color 150ms;
}
.header .socials a:hover i {
  transition: color 150ms;
  color: #ffffff;
}
.header .header-top {
  width: 100%;
  height: 68px;
  position: relative;
  background-color: rgba(11, 9, 8, 0.8);
  text-transform: uppercase;
}
.header .header-top .container {
  height: 100%;
  display: flex;
}
.header .header-top .container .urls_socials, .header .header-top .container .tagline_sponsors {
  display: flex;
}
.header .header-top .container .tagline_sponsors {
  margin-left: auto;
}
.header .header-top .site-tagline {
  color: #ffffff;
  margin: auto 38px auto 0;
  display: flex;
  font-size: 12px;
  font-weight: bold;
}
.header .header-top .header-sponsors,
.header .header-top .header-urls {
  display: flex;
}
.header .header-top .url-img {
  margin: auto 9px;
  height: 100%;
  width: 120px;
  filter: brightness(0) invert(1);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: filter 150ms;
}
.header .header-top .url-img:hover {
  transition: filter 150ms;
  filter: brightness(1) invert(0);
}
@media (max-width: 1199.98px) {
  .header .header-top .container .tagline_sponsors {
    height: 100%;
    justify-content: center;
    padding: 0 15px;
  }
  .header .header-top .container .url-img {
    width: 105px;
  }
  .header .header-top .container .site-tagline, .header .header-top .container .urls_socials {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .header .header-top .container .url-img {
    width: 90px;
  }
  .header .header-top .container .searchform {
    display: none;
  }
}
.header .header-top .close-search {
  padding-left: 15px;
  font-weight: 500;
  z-index: 9;
  color: #ffffff;
  line-height: 40px;
  right: 15px;
  top: 20px;
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.header .header-top .close-search.search-open {
  cursor: pointer;
  opacity: 1;
  pointer-events: unset;
  font-size: 18px;
  position: relative;
  z-index: 9999;
  top: 0;
  margin: auto 0;
}
.header .header-top .searchform {
  position: relative;
  height: 100%;
  display: flex;
  z-index: 9999;
  transition: background-color 100ms;
  margin-left: 37px;
  margin-right: 9px;
}
.header .header-top .searchform div {
  display: flex;
}
.header .header-top .searchform #s {
  max-width: 20px;
  border-radius: 20px;
  background-color: unset;
  line-height: 40px;
  width: 100%;
  color: transparent;
  margin: auto 0;
  padding: 0 15px;
  border: none;
  background-image: url("img/icon-zoeken-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
}
.header .header-top .searchform #s::placeholder {
  opacity: 0;
}
.header .header-top .searchform #s:focus-within {
  outline: none;
}
@media (min-width: 1200px) {
  .header .header-top .searchform #s {
    padding: 0;
  }
}
.header .header-top .searchform.search-open {
  opacity: 1;
  pointer-events: unset;
  position: absolute;
  width: 100%;
  transition: background-color 100ms;
  padding-left: 200px;
}
.header .header-top .searchform.search-open div {
  width: calc(100% - 121px);
  display: flex;
}
.header .header-top .searchform.search-open #s {
  border-radius: 0;
  background-image: url("img/icon-zoeken-white.svg");
  background-position: left;
  padding: 0 35px;
  border: none;
  color: #ffffff;
  max-width: unset;
}
@media (min-width: 1200px) {
  .header .header-top .searchform.search-open #s {
    background-image: url("img/icon-zoeken-white.svg");
  }
}
.header .header-top .searchform.search-open #s::placeholder {
  opacity: 1;
}
@media (max-width: 575.98px) {
  .header .header-top .searchform.search-open {
    padding-left: 150px;
  }
  .header .header-top .searchform.search-open div {
    width: 100%;
  }
  .header .header-top .searchform.search-open div #s {
    padding: 0 10px 0 25px;
    max-width: 170px;
  }
}
.header .header-top .searchform label,
.header .header-top .searchform #searchsubmit {
  display: none;
}
.header .header-top.search-open .urls_socials, .header .header-top.search-open .tagline_sponsors {
  opacity: 0;
}
.header .header-mid-mobile {
  display: none;
}
@media (max-width: 1199.98px) {
  .header .header-mid-mobile {
    display: flex;
    background-color: rgba(11, 9, 8, 0.8);
  }
  .header .header-mid-mobile .container {
    display: flex;
    height: 44px;
  }
  .header .header-mid-mobile .socials {
    margin-left: auto;
  }
}
.header .header-bottom {
  width: 100%;
  background-color: #130e0f;
  position: relative;
}
.header .header-data {
  display: flex;
  height: 80px;
  justify-content: center;
  position: relative;
}
.header .header-data .logo {
  display: flex;
  width: 100px;
  height: 100px;
  position: relative;
  top: -10px;
  left: 18px;
  z-index: 9999;
}
.header .header-data .logo img {
  margin: auto 0;
  height: auto;
  width: 100%;
}
@media (min-width: 1400px) {
  .header .header-data .logo {
    width: 130px;
    height: 130px;
    top: -25px;
  }
}
@media (min-width: 1280px) {
  .header .header-data .logo {
    left: -70px;
  }
}

header {
  position: fixed;
  z-index: 99999;
  width: 100vw;
  top: 0;
}

.hamburger {
  display: none;
}

@media (max-width: 1200px) {
  .header .header-data .logo {
    margin: 0 auto 0 0;
  }
  .header .header-data .searchform {
    margin-right: 54px;
    margin-left: 0;
    height: 80px;
  }
  .header .header-data .searchform #s {
    padding: 0;
    width: 24px;
    border: none;
    border-radius: unset;
    background-position: center;
    color: rgba(255, 255, 255, 0);
  }
  .header .header-data .searchform #s::placeholder {
    opacity: 0;
  }
  .header .header-data .searchform.search-open #s {
    width: 100%;
    color: #ffffff;
  }

  .hamburger {
    display: flex;
    width: 24px;
    height: 23px;
    z-index: 999;
    position: absolute;
    margin: auto 0 auto auto;
    right: 30px;
    top: 28.5px;
  }
  .hamburger .hamburger-stripe {
    width: 100%;
    height: 5px;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    border-radius: 2.5px;
  }
  .hamburger .hamburger_top-stripe {
    top: 0;
    transition: transform 150ms;
  }
  .hamburger .hamburger_mid-stripe {
    top: calc(50% - 2.5px);
    transition: opacity 150ms;
  }
  .hamburger .hamburger_bottom-stripe {
    bottom: 0;
    transition: transform 150ms;
  }

  .header .header-data .close-search {
    right: 69px;
  }
  .header.mobile-menu-open .header-data {
    height: calc(100vh - 30px);
  }
  .header.mobile-menu-open .hamburger .hamburger_top-stripe {
    top: calc(50% - 1px);
    transform: rotate(45deg);
    transition: transform 150ms;
  }
  .header.mobile-menu-open .hamburger .hamburger_mid-stripe {
    top: calc(50% - 1px);
    opacity: 0;
    transition: opacity 150ms;
  }
  .header.mobile-menu-open .hamburger .hamburger_bottom-stripe {
    bottom: unset;
    top: calc(50% - 1px);
    transform: rotate(135deg);
    transition: transform 150ms;
  }
}
.menu {
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
}
.menu.search-open {
  opacity: 0;
  pointer-events: unset;
}
.menu a {
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
}
.menu a:not([href]) {
  color: #ffffff;
}
.menu a:not([href]):hover {
  color: #ffffff;
}
.menu .current_page_item a {
  color: #b48837;
}
.menu .menu-item-has-children.col-size-3 .menu-item {
  width: 33.33333333333%;
}
.menu .menu-item-has-children.no-flex .sub-menu {
  display: block;
}
.menu .menu-item-has-children.no-flex .sub-menu .menu-item a {
  font-weight: 400;
}
.menu .menu-item-has-children a {
  position: relative;
  padding-right: 17px;
}
.menu .menu-item-has-children a:after {
  content: ' ';
  width: 11px;
  height: 11px;
  display: flex;
  position: absolute;
  top: calc(50% - 4px);
  right: 0;
  background-image: url("img/chevron-down.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 100ms;
}
.menu .menu-item-has-children .sub-menu {
  top: 80px;
  pointer-events: none;
  height: 0;
  padding: 12px 15px;
  opacity: 0;
  transition: height 50ms, padding 50ms;
  position: absolute;
  background-color: #ffffff;
  list-style: none;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  left: 0;
}
.menu .menu-item-has-children .sub-menu .menu-item {
  position: relative;
  margin: 0;
  padding: 0 12px;
  min-width: 16.66666666%;
}
.menu .menu-item-has-children .sub-menu .menu-item a {
  font-weight: bold;
}
.menu .menu-item-has-children .sub-menu .menu-item a:after {
  content: unset;
}
.menu .menu-item-has-children .sub-menu .menu-item .sub-menu {
  display: flex;
  flex-direction: column;
  top: 60px;
  position: unset;
}
.menu .menu-item-has-children .sub-menu .menu-item .sub-menu a {
  font-weight: 400;
}
.menu .menu-item-has-children .sub-menu .menu-item .sub-menu .menu-item {
  width: 100%;
  z-index: 1;
  padding: 0;
}
.menu .menu-item-has-children .sub-menu a {
  color: #0b0908;
}
.menu .menu-item-has-children .sub-menu a:after {
  content: unset;
}
.menu .menu-item-has-children .sub-menu .current-menu-item a {
  color: #b48837;
}
.menu .menu-item-has-children .sub-menu .current-menu-item .sub-menu a {
  color: unset;
}
.menu .menu-item-has-children .sub-menu:before {
  content: ' ';
  height: 30px;
  width: 100%;
  position: absolute;
  bottom: 100%;
  left: 0;
}
@media (min-width: 1200px) {
  .menu .menu-item-has-children:hover .sub-menu {
    pointer-events: unset;
    height: unset;
    padding: 26px 0;
    opacity: 1;
    transition: height 50ms, padding 50ms;
  }
  .menu .menu-item-has-children:hover a:after {
    transform: rotate(-180deg);
    transition: transform 100ms;
  }
}
@media (max-width: 1200px) {
  .menu {
    padding-left: 0;
  }
}

.menu-item {
  line-height: 35px;
  margin: auto 9px;
  z-index: 999;
}

.menu-header-menu-container {
  margin-left: auto;
}

@media (max-width: 1200px) {
  .header .header-data .menu-header-menu-container {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 100vh;
    z-index: 999;
    left: 0;
    transition: all 100ms;
    pointer-events: none;
  }
  .header .header-data .menu-header-menu-container .menu {
    flex-direction: column;
    height: max-content;
    margin: 1rem calc((100% - 250px) / 2);
    line-height: 60px;
    padding: 0;
    width: 100%;
  }
  .header .header-data .menu-header-menu-container .menu.search-open {
    opacity: 1;
  }
  .header .header-data .menu-header-menu-container .menu .menu-item {
    position: relative;
    text-align: center;
    max-width: max-content;
    margin: 0 auto;
    opacity: 0;
    pointer-events: none;
  }
  .header .header-data .menu-header-menu-container .menu .menu-item a {
    font-size: 20px;
    line-height: 50px;
  }
  .header .header-data .menu-header-menu-container .menu .menu-item-has-children {
    width: 100%;
    max-width: unset;
  }
  .header .header-data .menu-header-menu-container .menu .menu-item-has-children a {
    padding: 0;
  }
  .header .header-data .menu-header-menu-container .menu .menu-item-has-children .menu-item-has-children {
    max-width: max-content;
  }
  .header .header-data .menu-header-menu-container .menu .menu-item-has-children .dropdown-button {
    right: calc(50% - 100px);
    position: absolute;
    top: 12px;
    height: 30px;
    width: 30px;
    z-index: 9999;
    background-image: url(img/chevron-down.svg);
    background-size: 30%;
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(0deg);
  }
  .header .header-data .menu-header-menu-container .menu .menu-item-has-children:before {
    content: unset !important;
  }
  .header .header-data .menu-header-menu-container .menu .menu-item-has-children a:after {
    content: unset;
  }
  .header .header-data .menu-header-menu-container .menu .menu-item-has-children .sub-menu {
    position: relative;
    margin-left: unset;
    padding: 0;
  }
  .header .header-data .menu-header-menu-container .menu .menu-item-has-children.sub-menu-open .sub-menu {
    height: unset;
    top: 0;
    margin-bottom: 1rem;
    opacity: 1;
    background-color: #ffffff;
    color: #0b0908;
    transition: height 50ms, padding 50ms;
    padding: 1rem;
  }
  .header .header-data .menu-header-menu-container .menu .menu-item-has-children.sub-menu-open .sub-menu .menu-item {
    margin: 0;
    padding: 0;
    text-align: left;
  }
  .header .header-data .menu-header-menu-container .menu .menu-item-has-children.sub-menu-open .sub-menu .menu-item a {
    color: #0b0908;
    font-size: 1rem;
    line-height: 30px;
  }
  .header .header-data .menu-header-menu-container .menu .menu-item-has-children.sub-menu-open .sub-menu .menu-item:last-of-type {
    margin-top: unset;
  }
  .header .header-data .menu-header-menu-container .menu .menu-item-has-children.sub-menu-open .dropdown-button {
    transform: rotate(-90deg);
    transition: all 100ms;
  }
  .header.mobile-menu-open .menu-header-menu-container {
    pointer-events: unset;
    top: unset;
    transition: all 100ms;
  }
  .header.mobile-menu-open .menu-header-menu-container .menu {
    margin: 100px 0 0 0;
    height: unset;
    overflow: scroll;
  }
  .header.mobile-menu-open .menu-header-menu-container .menu .menu-item {
    opacity: 1;
    pointer-events: visible;
  }
  .header.mobile-menu-open .menu-header-menu-container .menu .sub-menu .menu-item a {
    float: left;
    padding-left: 20px;
  }
  .header.mobile-menu-open .menu-header-menu-container .menu .sub-menu .menu-item .menu-item a {
    float: unset;
    padding-left: 0;
  }
  .header.mobile-menu-open .menu-header-menu-container .menu .no-flex .sub-menu {
    display: flex;
  }
}
footer {
  color: #ffffff;
}
footer .top-row {
  padding: 73px 0 64px 0;
  background-color: #130e0f;
}
@media (max-width: 767.98px) {
  footer .top-row {
    padding: 37px 0 20px 0;
  }
}
footer .top-row .row {
  display: flex;
}
@media (max-width: 767.98px) {
  footer .top-row .row {
    flex-direction: column;
  }
}
footer .top-row h3 {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 16px;
}
footer .top-row a, footer .top-row p, footer .top-row span {
  color: #ffffff;
  font-weight: bold;
  font-size: 12px;
  line-height: 22px;
}
footer .top-row .contact-data,
footer .top-row .club-info,
footer .top-row .adress-data,
footer .top-row .col-socials {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  footer .top-row .contact-data,
  footer .top-row .club-info,
  footer .top-row .adress-data,
  footer .top-row .col-socials {
    margin: 0 auto 38px auto;
    max-width: 215px;
  }
  footer .top-row .contact-data.club-info,
  footer .top-row .club-info.club-info,
  footer .top-row .adress-data.club-info,
  footer .top-row .col-socials.club-info {
    display: none;
  }
  footer .top-row .contact-data.col-socials .footer-logo,
  footer .top-row .club-info.col-socials .footer-logo,
  footer .top-row .adress-data.col-socials .footer-logo,
  footer .top-row .col-socials.col-socials .footer-logo {
    margin: 0 auto 31px auto;
  }
  footer .top-row .contact-data.col-socials .socials,
  footer .top-row .club-info.col-socials .socials,
  footer .top-row .adress-data.col-socials .socials,
  footer .top-row .col-socials.col-socials .socials {
    justify-content: center;
  }
}
footer .top-row .contact-data {
  padding-top: 38px;
}
footer .top-row .adress-data a {
  text-decoration: underline;
}
footer .top-row .footer-logo {
  width: 130px;
  height: 130px;
  margin-bottom: 31px;
}
footer .top-row .socials {
  display: flex;
  margin-top: 28px;
}
footer .top-row .socials i {
  width: 18px;
  height: 18px;
  font-size: 18px;
  margin: 0 12px 0 0;
}
footer .top-row .contact-datapoint {
  display: flex;
}
footer .top-row .contact-datapoint span {
  margin-right: 4px;
}
footer .top-row .contact-datapoint:last-of-type {
  flex-direction: column;
  margin-top: 22px;
}
footer .bottom-row {
  width: 100%;
  background-color: #b48837;
}
footer .bottom-row .container {
  display: flex;
  justify-content: center;
}
footer .bottom-row .container a {
  text-align: center;
  font-size: 10px;
  line-height: 50px;
  text-decoration: none;
  font-weight: 300;
  color: #ffffff;
}
footer .bottom-row .container a:after {
  content: ' / ';
}
footer .bottom-row .container a:last-of-type:after {
  content: unset;
}

.slider-hero {
  padding: 0;
}
.slider-hero * {
  font-family: 'Lexend', sans-serif;
}
.slider-hero .flickity-page-dots, .slider-hero .flickity-button {
  display: none;
}
.slider-hero .flickity-viewport {
  width: 100%;
  height: 680px;
}
.slider-hero .flickity-slider {
  height: 100%;
}
.slider-hero .slide {
  width: 100%;
  min-height: 100%;
  display: flex;
  transition: opacity 0.2s ease-in-out;
}
.slider-hero .slide .container, .slider-hero .slide .slide-row {
  min-height: 100%;
}
.slider-hero .slide .slide-img {
  object-fit: cover;
  position: absolute;
}
.slider-hero .slide .hero-data {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.slider-hero .slide .slide-buttons {
  display: flex;
  justify-content: space-between;
  margin-top: auto;
}
@media (max-width: 991.98px) {
  .slider-hero .slide .slide-buttons {
    display: none;
  }
}
.slider-hero .slide .slide-highlight {
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.slider-hero .slide .slide-highlight .slide-button {
  min-width: 100px;
  width: max-content;
  background-color: #0b0908;
  color: #ffffff;
  font-size: 12px;
  line-height: 30px;
  text-transform: uppercase;
  padding: 0 8px;
  border-radius: 3px;
  margin-bottom: 13px;
  opacity: .5;
  margin-top: 45px;
}
.slider-hero .slide .slide-highlight .slide-button:hover {
  opacity: 1;
  text-decoration: unset;
}
.slider-hero .slide .slide-highlight .slide-text {
  opacity: .75;
}
.slider-hero .slide .slide-highlight .slide-text h2 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  line-height: unset;
}
.slider-hero .slide .slide-highlight .slide-text p {
  display: none;
}
.slider-hero .slide .slide-highlight.is-active .slide-button {
  background-color: #b48837;
  opacity: 1;
}
.slider-hero .slide .slide-highlight.is-active .slide-text {
  opacity: 1;
}

.pane--hero {
  padding: 240px 0 80px 0;
  color: #ffffff;
  min-height: 560px;
  background-position: center;
}
.pane--hero .bg-div {
  position: absolute;
  width: 100%;
  height: calc(100% - 148px);
  left: 0;
  bottom: 0;
  background-position: center;
  background-size: cover;
}
.pane--hero .bg-div:first-of-type {
  bottom: calc(100% - 148px);
  filter: blur(8px);
  -webkit-filter: blur(8px);
}
.pane--hero .container {
  z-index: 1;
  position: relative;
}
.pane--hero * {
  font-family: 'Lexend', sans-serif;
}
.pane--hero p {
  line-height: 22px;
  display: flex;
  margin-bottom: 2px;
}
@media (max-width: 1199.98px) {
  .pane--hero {
    padding: 264px 0 86px 0;
  }
}
@media (max-width: 991.98px) {
  .pane--hero .hero-data {
    padding: 0 45px;
  }
}

.pane--sub-hero {
  background-color: #f3efe9;
}
.pane--sub-hero.hero-matches {
  padding: 65px 0 50px 0;
}
.pane--sub-hero.hero-breadcrumb {
  padding: 26px 0 0 0;
}
.pane--sub-hero .sub-title {
  text-shadow: unset;
}
@media (min-width: 1200px) {
  .pane--sub-hero .sub-title {
    font-size: 36px;
    line-height: 48px;
    margin-top: 57px;
    margin-bottom: 78px;
    width: 70%;
  }
}
.pane--sub-hero .breadcrumbdiv {
  display: flex;
  width: 100%;
  white-space: nowrap;
  margin-bottom: 26px;
}
.pane--sub-hero .breadcrumbdiv p {
  margin-bottom: 0;
}
.pane--sub-hero .breadcrumbdiv .breadcrumb-intro {
  padding-right: 4px;
}
.pane--sub-hero .breadcrumbdiv .breadcrumb_last, .pane--sub-hero .breadcrumbdiv .dash {
  color: #979797;
}
.pane--sub-hero .sub-hero-team-data {
  display: flex;
  flex-direction: column;
}
.pane--sub-hero .sub-hero-team-data .buttons {
  flex-wrap: wrap;
  display: flex;
  width: 100%;
  justify-content: flex-start;
}
.pane--sub-hero .sub-hero-team-data .buttons .button {
  margin: 26px 26px 26px 0;
}
@media (max-width: 767.98px) {
  .pane--sub-hero .sub-hero-team-data .buttons {
    flex-direction: column;
    margin: 13px 0;
  }
  .pane--sub-hero .sub-hero-team-data .buttons .button {
    margin: 13px 0;
  }
}
.pane--sub-hero .sub-hero-team-data .breadcrumbdiv {
  width: 50%;
  margin: 0;
}
.pane--sub-hero .sub-hero-team-data .breadcrumbdiv p {
  margin-bottom: 0;
}
.pane--sub-hero .recent-match {
  margin-bottom: 15px;
}
.pane--sub-hero .recent-match .row {
  height: 100%;
}
.pane--sub-hero .recent-match h2 {
  font-size: unset;
  line-height: unset;
  text-shadow: unset;
}
.pane--sub-hero .recent-match .row {
  background-color: #ffffff;
  margin: 0;
}
.pane--sub-hero .recent-match .row .team-col {
  display: flex;
  padding: 20px;
}
.pane--sub-hero .recent-match .row .team-col:first-of-type {
  justify-content: flex-end;
}
.pane--sub-hero .recent-match .row .team-col:last-of-type {
  justify-content: flex-start;
}
.pane--sub-hero .recent-match .row .teamlogo {
  width: 100px;
  height: 100px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: auto 0;
}
.pane--sub-hero .recent-match .row .data-col {
  display: flex;
  flex-direction: column;
  padding: 24px 0 20px 0;
  text-align: center;
}
.pane--sub-hero .recent-match .row .match-date {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
}
.pane--sub-hero .recent-match .row .match-score {
  font-size: 48px;
  line-height: 60px;
  text-transform: uppercase;
  font-weight: 600;
}
.pane--sub-hero .recent-match .row .match-score.status {
  font-size: 24px;
}
.pane--sub-hero .recent-match .row .match-latest {
  color: #b48837;
  font-family: 'Lexend', sans-serif;
  font-size: 14px;
  font-weight: 600;
}
.pane--sub-hero .recent-match .row .match-teams {
  font-size: 10px;
  text-transform: uppercase;
}
.pane--sub-hero .program-col {
  position: relative;
  z-index: 1;
}
.pane--sub-hero .program-col .red-title {
  margin-bottom: 18px;
  margin-top: 20px;
}
.pane--sub-hero .program-col .buttonwrapper {
  display: flex;
  background-color: #f3efe9;
  flex-direction: column;
}
.pane--sub-hero .program-col .buttonwrapper .button {
  display: flex;
  margin: 3.5rem auto 2.5rem auto;
}
.pane--sub-hero .upcoming-matches .new-month {
  text-align: center;
  font-weight: bold;
  padding: 8px 0 0 12px;
  display: flex;
  font-size: 16px;
}
.pane--sub-hero .upcoming-matches .match-row {
  background-color: #e9ddcd;
  margin: 0;
  min-height: 48px;
}
.pane--sub-hero .upcoming-matches .match-row * {
  font-size: .75rem;
  margin: auto;
}
.pane--sub-hero .upcoming-matches .match-row .match-date {
  font-weight: bold;
  font-size: 14px;
}
.pane--sub-hero .upcoming-matches .match-row:nth-child(odd) {
  background-color: #ece3d6;
}
.pane--sub-hero .upcoming-matches .match-row .col-3,
.pane--sub-hero .upcoming-matches .match-row .col-9 {
  align-items: center;
  display: flex;
}
.pane--sub-hero .program-home {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.pane--sub-hero .program-home a {
  color: #130e0f;
}
@media (min-width: 992px) {
  .pane--sub-hero .program-home {
    padding-left: 16px;
  }
}
.pane--sub-hero .program-home h2 {
  font-size: unset;
  line-height: unset;
  text-shadow: unset;
  margin-bottom: unset;
}
.pane--sub-hero .program-home .shopdiv {
  padding-top: 26px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.pane--sub-hero .program-home .shopdiv .webshop {
  margin: auto;
}
.pane--sub-hero .program-home thead {
  display: none;
}
.pane--sub-hero .program-home .programma .uitteam, .pane--sub-hero .program-home .programma .thuisteam {
  width: unset;
}
.pane--sub-hero .program-home .news-items {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.pane--sub-hero .program-home .news-items a {
  background-color: #e9ddcd;
  width: 100%;
  padding: 0 30px;
  min-height: 52px;
  color: #0b0908;
  align-items: center;
  display: flex;
}
.pane--sub-hero .program-home .news-items a:nth-of-type(odd) {
  background-color: #ece3d6;
}
.pane--sub-hero .program-home .news-items .button {
  background-color: #b48837 !important;
  margin: 40px auto 58px auto;
  width: max-content;
}
.pane--sub-hero .program-home tr td:first-of-type {
  width: 90px;
  padding-left: 30px;
}
.pane--sub-hero .program-home tr:nth-child(2n) {
  background-color: #e9ddcd;
}
.pane--sub-hero .program-home tr:nth-child(2n+1) {
  background-color: #ece3d6;
}
@media (max-width: 991.98px) {
  .pane--sub-hero .program-home {
    position: relative;
  }
}
@media (max-width: 991.98px) {
  .pane--sub-hero.hero-breadcrumb {
    padding: 60px 0 0 0;
  }
  .pane--sub-hero.hero-breadcrumb .program-col {
    position: relative;
    background-color: #fafafa;
    padding: 30px 0;
  }
  .pane--sub-hero.hero-breadcrumb .program-col:before, .pane--sub-hero.hero-breadcrumb .program-col:after {
    content: '';
    height: 100%;
    width: 500px;
    position: absolute;
    background-color: #fafafa;
    top: 0;
  }
  .pane--sub-hero.hero-breadcrumb .program-col:before {
    right: calc(100% - 12px);
  }
  .pane--sub-hero.hero-breadcrumb .program-col:after {
    left: calc(100% - 12px);
  }
}

@media (max-width: 992px) {
  .slider-hero .slide {
    min-height: 500px;
  }

  .pane--hero {
    height: 450px;
    background-size: cover;
  }
}
.pane--news .news-col {
  display: flex;
  flex-direction: column;
}
@media (max-width: 575.98px) {
  .pane--news .news-col {
    padding: 0;
  }
}
.pane--news .articles {
  background-color: #f4efe7;
  padding: 15px 20px 44px 30px;
}
@media (max-width: 575.98px) {
  .pane--news .articles {
    padding: 30px 15px;
  }
}
.pane--news .news-article {
  padding: 15px 0;
  text-decoration: none;
}
.pane--news .news-article .news-data {
  display: flex;
  flex-direction: column;
}
.pane--news .news-article .news-thumb {
  display: flex;
}
.pane--news .news-article .thumbnail {
  width: 150px;
  height: 150px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 3px;
  transition: all 150ms;
  margin: auto;
}
.pane--news .news-article .news-title {
  color: #0b0908;
  text-transform: uppercase;
  font-size: 18px;
  transition: all 150ms;
  font-weight: bold;
  font-family: 'lexend', sans-serif;
}
.pane--news .news-article .news-date {
  color: #b48837;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'lexend', sans-serif;
  font-weight: bold;
}
.pane--news .news-article .excerpt-mobile {
  display: none;
}
.pane--news .news-article .news-excerpt p {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #0b0908;
}
.pane--news .news-article:not(.agendapunt):hover .thumbnail {
  background-size: 110%;
  transition: all 150ms;
}
.pane--news .news-article:not(.agendapunt):hover .news-title {
  text-decoration: underline;
  transition: all 150ms;
}
@media (max-width: 575.98px) {
  .pane--news .news-article {
    margin: 0;
  }
  .pane--news .news-article .news-thumb {
    padding: 0;
  }
  .pane--news .news-article .news-thumb .thumbnail {
    margin: 0;
  }
  .pane--news .news-article .excerpt-desktop {
    display: none;
  }
  .pane--news .news-article .excerpt-mobile {
    display: flex;
  }
}

.pane--slider {
  background-color: #ffffff;
  padding: 0;
}
.pane--slider .flickity-page-dots, .pane--slider .flickity-button {
  display: none;
}
.pane--slider .sponsor-item {
  width: 300px;
  height: 300px;
  display: flex;
  justify-content: center;
}
.pane--slider .sponsor-item img {
  margin: auto;
  transition: all 250ms;
  max-width: 200px;
}
.pane--slider .sponsor-item:hover img {
  transition: all 250ms;
}
@media (max-width: 767.98px) {
  .pane--slider .sponsor-item {
    width: 100%;
  }
  .pane--slider .sponsor-item.is-selected img {
    transition: all 250ms;
    filter: grayscale(0);
  }
}

.pane--text .text-col {
  display: flex;
  flex-direction: column;
}
.pane--text .text-col img {
  max-width: 100%;
  height: auto;
}
.pane--text h3 {
  color: #b48837;
  margin-bottom: 20px;
}
.pane--text p, .pane--text img, .pane--text a strong {
  margin-bottom: 30px;
}
.pane--text table {
  width: 100%;
  word-break: break-word;
}
.pane--text table tr:nth-child(2n) {
  background-color: rgba(236, 227, 214, 0.5);
}
.pane--text table tr:nth-child(2n+1) {
  background-color: #e9ddcd;
}
.pane--text table td {
  padding: 0 6px;
}

.article.programma .veld,
.article.programma .status,
.article.programma .kleedkamerthuisteam,
.article.programma .kleedkameruitteam {
  display: none;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
  .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    padding: .5em .5em;
  }

  .poulestand tr th, .periodestand tr th, .pouleuitslagen tr th, .poule-programma tr th, .programma tr th, .uitslagen tr th, .afgelastingen tr th, .team-indeling tr th {
    padding: 0.125rem 0.125rem;
    font-size: 0.725rem !important;
  }

  .poulestand tr td, .periodestand tr td, .pouleuitslagen tr td, .poule-programma tr td, .programma tr td, .uitslagen tr td, .afgelastingen tr td, .team-indeling tr td {
    padding: 0.125rem 0.125rem;
    font-size: 0.725rem !important;
  }

  .poulestand tr td span, .periodestand tr td span, .pouleuitslagen tr td span, .poule-programma tr td span, .programma tr td span, .uitslagen tr td span, .afgelastingen tr td span, .team-indeling tr td span {
    font-size: 0.725rem !important;
  }

  .clublogo {
    max-height: 15px;
    max-width: 15px;
  }
}
.pane--standen h2, .pane--text h2 {
  font-size: unset;
  text-shadow: unset;
  color: #0b0908;
}
.pane--standen .ui-tabs-nav .ui-tabs-tab:last-of-type, .pane--text .ui-tabs-nav .ui-tabs-tab:last-of-type {
  display: none;
}

.teampic {
  max-width: 100%;
  height: auto;
}

.no-caption {
  margin-bottom: 1rem;
}

.team-subtitle {
  font-weight: bold;
  margin-bottom: 1rem;
  display: flex;
  font-family: 'lexend', sans-serif;
}

.player {
  display: flex;
}
.player .playerdata {
  display: flex;
  flex-direction: column;
  margin: 1rem auto;
}
.player .number:after {
  content: '.';
}
.player .name {
  font-weight: bold;
}
.player img {
  max-width: 160px;
  height: auto;
}
.player .nopic {
  height: 100%;
  width: 160px;
  min-height: 239px;
  background-color: #c5c1c1;
}
@media (max-width: 575.98px) {
  .player img, .player .nopic {
    max-width: 140px;
  }
}

.social-col {
  display: flex;
  flex-direction: column;
}
.social-col .button {
  margin: 2rem auto 0 30px;
}

.webshop {
  margin: 3rem auto auto auto;
}

.gform_wrapper .gform_body .gfield .gfield_required {
  color: #b48837;
}
.gform_wrapper .gform_body .gfield .ginput_container input[type=text], .gform_wrapper .gform_body .gfield .ginput_container textarea {
  background-color: #eee;
  border: none;
  color: #999;
  line-height: 34px;
}
.gform_wrapper .gform_body .gfield .ginput_container input[type=text]:focus-visible, .gform_wrapper .gform_body .gfield .ginput_container textarea:focus-visible {
  outline: 1px solid #999;
}
.gform_wrapper .gform_footer .gform_button {
  border: none;
}
.gform_wrapper.gform_validation_error .gfield_error label {
  color: #b48837;
}
.gform_wrapper.gform_validation_error .gform_validation_errors,
.gform_wrapper.gform_validation_error .gfield_validation_message {
  background-color: unset;
  border: 1px solid #b48837;
  border-radius: 0;
  color: #b48837;
  box-shadow: unset;
}
.gform_wrapper.gform_validation_error .gform_validation_errors h2,
.gform_wrapper.gform_validation_error .gfield_validation_message h2 {
  text-shadow: unset;
  color: #b48837;
}

#map {
  height: 500px;
}
@media (max-width: 767.98px) {
  #map {
    height: 400px;
  }
}

.pane--grid {
  background-color: #ffffff;
}
.pane--grid .grid-item {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.pane--grid .grid-item img {
  width: 100%;
}

.pane--club-forms .intro-text-col {
  margin-bottom: 3rem;
}
.pane--club-forms table {
  width: 100%;
}
.pane--club-forms tr {
  height: 42px;
  display: flex;
}
.pane--club-forms td {
  display: flex;
  align-items: center;
}
.pane--club-forms td:first-of-type {
  width: 40%;
  font-weight: bold;
}
.pane--club-forms td:last-of-type {
  width: 70%;
}
.pane--club-forms td input:not(#myRefreshbutton) {
  width: 100%;
  background-color: #eee;
  border: none;
  color: #999;
  line-height: 34px;
}
.pane--club-forms td .captcha {
  margin: 0 20px;
}
.pane--club-forms .form-buttons {
  display: flex;
  flex-direction: column;
  margin-top: 1.25rem;
}
.pane--club-forms .form-buttons .myResetbutton {
  line-height: 34px;
}
.pane--club-forms .form-buttons .button {
  width: 100%;
  margin-top: 2rem;
  border: none;
}

/*# sourceMappingURL=style.css.map */
