/* Imports */
/* @import url('https://fonts.googleapis.com/css?family=Almarai&display=swap'); */
/* @import url('https://fonts.googleapis.com/css?family=Open+Sans'); */
@import url('https://fonts.googleapis.com/css?family=Titillium+Web');

/* 
 * Variables 
 */

:root {
  --primary-color: #FE6A00;
  --primary-color-contrast: #fff;
  --secondary-color: #fff;
  --secondary-color-contrast: #000;
  --background-color: #191919;
  --background-color-shade: #101010;
  --table-color: #303030;
  --text-color: #fff;
  --link-text-color: #B3BBE5;
  --border-color: var(--primary-color);
}

/* 
 * Essentials 
 */

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

:target {
  scroll-margin-top: 100px;
}

body {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: var(--text-color);
  background-color: var(--background-color);
}

h2,
h3,
h4,
h5,
h6,
.my-env h2,
.my-env h3,
.my-env h4,
.my-env h5,
.my-env h6 {
  font-family: 'Titillium Web', sans-serif;
  color: var(--text-color);
  font-weight: 600;
  padding-top: 12px;
  /* font-weight: 400; */
}

h1,
.my-env h1 {
  font-family: 'Titillium Web', sans-serif;
  color: var(--primary-color);
  font-weight: 600;
  padding-top: 12px;
  /* font-weight: 400; */
}

a,
.my-env a {
  color: var(--link-text-color);
  text-decoration: none;
}

a:hover,
.my-env a:hover {
  text-decoration: underline;
  color: var(--link-text-color);
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: var(--text-color);
  text-decoration: none;
}

hr {
  border-color: var(--border-color);
}

/* 
 * Bootstrap overwrites 
 */

.foys-competition-widget [data-bs-theme=dark] {
  --bs-primary: var(--primary-color) !important;
  --bs-primary-rgb: var(--primary-color-rgb) !important;
  --bs-body-bg: var(--background-color) !important;
  color: var(--bs-body-color);
}

.foys-competition-widget .bg-white {
  color: var(--bs-gray-900);
}

.table {
  border-radius: 5px;
  color: var(--text-color);
  background-color: var(--table-color);
}

.table-striped thead,
tbody tr:nth-of-type(odd) {
  background-color: rgb(255, 255, 255, 0.05);
}

.btn,
.my-env .btn {
  border-radius: 5px !important;
  text-transform: uppercase;
  text-decoration: none;
}

.btn-primary,
.my-env .btn-primary {
  border: 0;
  background-color: var(--primary-color);
  color: var(--primary-color-contrast);
}

.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:focus,
.btn-primary:hover,
.my-env .btn-primary:hover {
  background-color: var(--secondary-color);
  color: var(--secondary-color-contrast);
}

.btn-secondary,
.my-env .btn-secondary {
  border: 0;
  background-color: var(--secondary-color);
  color: var(--secondary-color-contrast);
}

.btn-secondary:active,
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:focus,
.btn-secondary:hover,
.my-env .btn-secondary:hover {
  background-color: var(--primary-color);
  color: var(--primary-color-contrast);
}

/* 
 * Bootstrap extensions 
 */

.py-8 {
  padding-block: 5rem;
}

.pt-8 {
  padding-top: 5rem;
}

.pb-8 {
  padding-bottom: 5rem;
}

.my-8 {
  margin-block: 5rem;
}

.mt-8 {
  margin-top: 5rem;
}

.mb-8 {
  margin-bottom: 5rem;
}

.align-justify {
  text-align: justify;
}



/*  
 * Basics 
 */

.page-titel {
  background-color: var(--primary-color);
  color: var(--primary-color-contrast);
  margin-top: auto;
  margin-bottom: auto;
  padding: 20px;
}

.website-header {
  background-color: var(--background-color-shade);
  position: sticky;
  opacity: 1;
  border-bottom: solid 3px var(--primary-color);
  height: 90px;
  z-index: 100;
}

.website-header-name {
  display: none;
}

.website-header .btn-primary {
  width: 150px;
}

.website-header-logo {
  max-height: 80px;
}

.navbar .navbar-toggler {
  background-color: var(--background-color);
  border-color: var(--primary-color);
}

.navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,<svg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(254,106,0,255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/></svg>");
}

.navbar-collapse {
  padding: 0.5rem;
  background-color: white;
  margin-right: -16px;
  margin-left: -16px;
}

.navbar .navbar-nav .nav-link {
  color: var(--text-color);
  font-size: 1.2rem;
  font-weight: 800;
  text-decoration: none;
}

.navbar .navbar-nav .nav-link:focus,
.navbar .navbar-nav .nav-link:hover {
  color: var(--primary-color);
}

.my-env .navbar {
  z-index: 0 !important;
}

.foys-footer {
  background: var(--primary-color);
  color: var(--primary-color-contrast);
  max-width: none;
}

.foys-footer a {
  color: var(--primary-color-contrast);
}



/* news items */

.news-item.border,

.calendar-event.border {
  border: 0 !important;
}

.news-image-container {
  width: 100%;
}

.news-item-image-div {
  min-height: 150px;
}

.news-content-container {
  width: 100%;
}

.news-item-image-div {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 200px;
  transition: all 1s;
}

.news-item-image-div:hover {
  transform: scale(0.9);
}

.news-title {
  padding-top: 0.5rem;
}

.news-title a {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 1rem;
  text-decoration: none;
  color: var(--primary-color);
}

.news-title a:hover {
  color: #0F0F0F;
}

.news-date {
  font-size: 0.8rem;
}

.news-short-description-content {
  text-align: justify !important;
  font-size: 14px;
}

.news-read-more {
  margin-top: 1rem;
  text-align: left;
}

.news-read-more a {
  color: var(--link-text-color);
  font-size: 1rem;
}

.news-body img {
  max-width: 100%;
  height: auto;
}

/* end news items */



.calendar-event-date,

.calendar-event-time {
  display: inline;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 900;
  font-size: 1rem;
  text-decoration: none;
  color: var(--primary-color);
}

.calendar-event-date:first-letter {
  text-transform: capitalize;
}

.calendar-event-time::before {
  content: "van ";
}

.calendar-event-title {
  font-size: 0.8rem;
}

.event-title {
  color: var(--primary-color);
}

.event-title a {
  color: var(--primary-color);
}

.event-title a:hover {
  color: var(--text-color);
  text-decoration: none;
}



.website-calendar-events .lead {
  display: none;
}

.big-date-block {
  background-color: var(--primary-color);
  color: #E0E0E0;
  text-align: center;
  text-transform: uppercase;
  padding: 0.5rem;
}

.big-date-day,
.big-date-month {
  font-size: 35px;
  line-height: 35px;
  margin-bottom: 0;
}


/* 
 * Begin side widget
 */

.side-container {
  border: 1px solid rgba(255, 255, 255, 0.175);
  border-radius: 12px;
  padding: 12px;
  background-color: var(--background-color);
}

.side-container .news-item {
  display: flex;
}

.side-container .news-image-container {
  max-width: 50px;
  margin-right: 5px;
}

.side-container .news-title {
  padding-top: 0px;
}

.side-container .news-item-image-div {
  height: 100%;
}

.side-container .side-item-container {
  margin-bottom: 2rem;
}

.side-container .calendar-event-date,
.side-container .calendar-event-time {
  font-weight: bold;
}

.side-container .website-news-items-widget .news-item {
  flex-direction: row;
  margin-bottom: 24px;
}

.side-container .website-news-items-widget .news-title {
  padding-top: 0;
}

.side-container .website-news-items-widget .news-item-image-div {
  max-height: unset;
  min-height: unset;
  height: unset;
}

.side-container .website-news-items-widget .news-title a {
  font-size: 0.8em;
}

.side-container .website-news-items-widget .news-short-description {
  display: none;
}

/* End side widget */


.link a {
  color: #ffffff;
  text-decoration: none;
}

.link a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.link2 a {
  color: #ffffff;
  text-decoration: none;
}

.link2 a:hover {
  color: #bebebe;
  text-decoration: none;
}

.link3 a {
  color: #bebebe;
  text-decoration: none;
}

.link3 a:hover {
  color: #000000;
  text-decoration: none;
}

.link4 a {
  color: #ffffff;
  text-decoration: none;
}

.link4 a:hover {
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
}

.iframe-container {
  width: 100%;
  height: 400px;
}

.iframe-container iframe {
  width: 100%;
  height: 100%;
}

.text-primary {
  color: var(--primary-color);
}

.text-primary a {
  color: var(--primary-color);
}

.text-secondary {
  color: var(--secondary-color);
}

.text-secondary a {
  color: var(--secondary-color);
}

.content-center {
  display: block;
  margin-top: auto;
  margin-bottom: auto;
}



/*.spnsr-logo-image { 
  max-width: 300px; 
  max-height: 200px; 
}*/

.spnsr-slider {
  margin-bottom: 0;
}

.website-sponsors-list .lead {
  display: none;
}

.website-sponsors-list>* {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.website-sponsors-list .lslide,
.clone {
  height: 100px;
}

.website-sponsors-list .lslide>*,
.clone>* {
  overflow: hidden;
  height: 100%;
}

.website-sponsors-list .lslide>a,
.clone>a {
  display: flex;
  height: 100%;
  justify-content: center;
}

.website-sponsors-list .lslide>a>img,
.clone>a>img {
  display: block;
  height: 100%;
  object-fit: contain;
}


/* 
 * DESKTOP 
 */

@media all and (min-width: 992px) {
  /* BASICS */





  /*
   * 👇 CUSTOM CSS FOR DESKTOP ONLY 👇 
   */

  .page-top-image {
    display: block;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }

  .page-top-image h2 {
    color: #FFFFFF;
    margin-top: 150px;
    text-align: center;
    font-size: clamp(48px, 10vw, 60px);
  }

  .boven-lap {
    margin-top: -20px;
  }

  .boven-lap-lg {
    margin-top: -50px;
  }

  .navbar {
    padding: 0;
  }

  .navbar .nav-item .dropdown-menu {
    display: none;
    border-radius: 0 !important;
  }

  .navbar .nav-item .dropdown-large {
    padding: 20px;
  }

  .navbar .nav-item .nav-link {
    font-size: 1.0rem;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    font-weight: 700;
  }

  .navbar .nav-item:hover .dropdown-menu {
    display: block;
  }

  .navbar .nav-item .dropdown-menu {
    margin-top: 0;
  }

  .navbar-collapse {
    justify-content: center;
    text-align: center;
    background-color: transparent;
  }

  .navbar-brand {
    padding-top: 0;
    margin-top: 10px;
  }

  .navbar .nav-item .dropdown-large {
    min-width: 480px;
    left: 50% !important;
    transform: translateX(-50%) !important;
    top: 100% !important;
  }

  .navbar-nav .nav-item:last-child {
    background-color: var(--primary-color);
    border: solid 1px var(--primary-color);
    border-radius: 7px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 20px;
  }

  .navbar-nav .nav-item:last-child a {
    color: var(--primary-color-contrast) !important;
  }

  .navbar-nav .nav-item:last-child:focus-within,
  .navbar-nav .nav-item:last-child:hover {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
  }

  .navbar-nav .nav-item:last-child a:focus-within,
  .navbar-nav .nav-item:last-child a:hover {
    color: var(--secondary-color-contrast) !important;
  }

  /* end navbar */



}

/*  
 * MOBILE AND TABLETS 
 */

@media all and (max-width: 992px) {
  /* BASICS */

  .website-header-logo {
    max-height: 60px;
  }

  .navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    border-color: var(--primary-color);
    cursor: pointer;
  }

  .navbar-collapse {
    padding: 0.5rem;
    background-color: white;
    margin-right: -16px;
    margin-left: -16px;
    max-height: 500px;
    overflow-y: auto;
  }

  .table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

  /* 
   * 👇 CUSTOM CSS FOR MOBILE AND TABLETS 👇 
   */

  .page-top-image {
    display: block;
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }

  .page-top-image h2 {
    color: #FFFFFF;
    margin-top: 100px;
    text-align: center;
    font-size: clamp(36px, 8vw, 40px);
  }

}