/* Imports */
/* @import url('https://fonts.googleapis.com/css2?family=PT+Sans&family=Raleway:wght@100;800&display=swap'); */

@font-face {
  font-family: 'Futura Md BT';
  font-weight: 400;
  src: url("https://foys-prod.imgix.net/7f6e658a-35c8-4e1c-9e0d-6483f4ce736a/031f5f73-8da9-4d20-aee1-33d45cee4f9d.ttf")
}

/*
 * Variables
 */
:root {
  --primary-color: #00664F;
  --primary-color-contrast: #fff;
  --primary-color-shade: #610e11;
  --primary-color-tint: #a24346;

/*  --secondary-color: #008F4FF;*/
  --secondary-color: #008C00;
  --secondary-color-contrast: #fff;
  --secondary-color-shade: #000;
  --secondary-color-tint: #4d186e;

  --background-color: white;
  --text-color: #0F0F0F;
  --link-text-color: #008C00;
}

/*
 * Essentials
 */
* {
  box-sizing: border-box;
}

body {
  font-family: 'Futura Md BT', sans-serif;
  font-weight: 400;
  font-size: 14px;
  background-color: var(--background-color);
}

p {
    color: black;
}

ul {
    color: black;
    list-style-type: square;
}

h2, h3, h5, h6, .my-env h1, .my-env h2, .my-env h3, .my-env h4, .my-env h5, .my-env h6 {
  font-family: 'Futura Md BT', sans-serif;
/*  background-color: var(--primary-color);*/
  color: var(--primary-color);
  text-transform: uppercase;
  /* font-weight: 400; */
}

h4 {
  font-family: 'Futura Md BT', sans-serif; 
  background-color: var(--primary-color);
  color: white;/*var(--primary-color);*/
  /*text-transform: uppercase;*/
  padding: 10px 20px 10px;
  font-weight: 400;
  font-size: 1.5rem;
  text-shadow: 0px 0px 20px #000;
}

h4::first-letter {
  font-size: 1.2em;
  font-weight: bold;
}

h5 {
  font-family: 'Futura Md BT', sans-serif;
/*  background-color: var(--primary-color);*/
  color: var(--primary-color);
  text-transform: uppercase;
  font-size: 1rem;
}

h5::first-letter {
  font-size: 1.2em;
  font-weight: bold;
}

h1 {
  font-family: 'Futura Md BT', sans-serif;
  color: #FFF;
  text-transform: uppercase;
  /* font-weight: 400; */
}

h6 {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
}

a h6:hover {
  color: white;  
}

table {
  border-collapse: collapse;
  width: 100%;
  border: 2px solid #00664f;
  font-family: Arial, sans-serif;
}
        
th, td {
  border: 1px solid #00664f;
  padding: 8px;
  text-align: center;
}

th {
  background-color: #00664f;
  color: white;
}

tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}

tbody tr:hover {
  background-color: #ddd;
}

.highlighted {
  border: 2px solid red;
}

/* h1, .my-env h1 {
  font-size: 40px;
}

h3, .my-env h3 {
  font-size: 1.65rem;
} */

a, .my-env a {
  color: var(--link-text-color);
  text-decoration: none;
}

a:hover, .my-env a:hover {
  text-decoration: underline;
  color: blue;
}

h1 a, h2 a, h3 a, h4 a, h6 a {
  color: var(--text-color);
  text-decoration: none;
}

h5 a{
  color: var(--primary-color);
  text-decoration: none;
}


/*
 * Bootstrap overwrites
 */
.btn-primary, .my-env .btn-primary {
  background-color: var(--primary-color);
  border: 0;
  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,
.registration-from .btn-primary:hover {
  background-color: var(--secondary-color);/*var(--primary-color-tint)*/
  border-color: black;/*#0084FF;*/
  color: black;
  transform: scale(1.1);
}

.btn-secondary, .my-env .btn-secondary {
  background-color: #0084FF;
  border: 0;
  color: #0084FF;
}

.btn-secondary:active,
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:focus,
.btn-secondary:hover,
.my-env .btn-secondary:hover {
  background-color: var(--secondary-color-tint);
  color: var(--secondary-color-contrast);
}

/*
 * Bootstrap extensions
 */
.align-justify {
  text-align: justify;
}
/* 
 * Basics
 */
 
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.website-header {
  background-color: #00664F;
  position: sticky; 
  opacity: 1;
  border-bottom: solid 1px #00664F;
  height: 90px;
}

.website-header .btn-primary {
  width: 150px;
}

.website-header-logo {
  max-height: 100px;
}

.navbar-dark {
  font-family: 'PT Sans', sans-serif;
}

.navbar-dark .navbar-toggler {
  border-color: var(--primary-color);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,100)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-collapse {
  padding: 0.5rem;
  background-color: #00664F;
}

.navbar-dark .navbar-nav .nav-link {
  color: #FFF;
  font-size: 1.2rem;
  text-decoration: none;
  text-shadow: 0px 0px 20px #000;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: white; /*var(--secondary-color);*/
  background-color: var(--secondary-color);
}

.foys-footer {
  background: var(--primary-color);
  color: var(--primary-color-contrast);
  max-width: none;
}

.dropdown-item {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.dropdown-item:focus, .dropdown-item:hover {
  background-color: var(--secondary-color);
  color: white;
}

.foys-footer a {
  color: var(--primary-color-contrast);
}

/* 
 * 👇 INSERT CUSTOM CSS FOR ALL SCREEN SIZES BELOW 👇
 */
.image-container {
            display: flex;
            align-items: center;
            min-height: 100vh;
}

.image-container img {
            max-width: 100%;
            height: auto;
            margin-right: 20px; /* Voeg een ruimte toe tussen de afbeelding en de tekst */
}

.image-container p {
            margin: 0; /* Verwijder de standaardmarge van de alinea */

}
/* Pricing table */
.pricing-table-container {
  display: flex;
  gap: 32px;
}

.pricing-table-container > div {
  display: flex;
  flex-direction: column;
  flex: 1;
  border-radius: 12px;
  border: 2px solid #00664F;
  padding: 16px;

}

.pricing-table-container > div header {
  text-align: center;
}

.sticky-footer {
  position: sticky;
  bottom: 0;
  background: white;
}

.registration-form .btn-primary {
  color: var(--primary-color-contrast);
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

@media all and (max-width: 992px) {
  .pricing-table-container {
    flex-direction: column;
  }
}
/* Pricing table end */

.btn {
  border-radius: 10px;
}

.btn-lg {
  height: 70px;
  font-size: 35px;
}

.red {
  background-color: var(--primary-color);
  color: var(--primary-color-contrast);
}

.red-text {
  color: red;
}

.red a, .red h1, .red h2, .red h3, .red h4, .red h5, .red h6 {
  color: var(--primary-color-contrast);
}

.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;
}

.thead-light th {
  background-color: var(--primary-color) !important;
  color:var(--primary-color-contrast) !important;
}

.iframe-container {
    width:100%;
    height:100vh;
}

.iframe-container iframe {
    width:100%;
    height:100%;
}



/* news items */


.news-item.border,
.calendar-event.border {
  border: 0 !important;
}

.news-image-container {
  width: 100%;
}

.news-content-container {
  width: 100%;
}

.news-item-image-div {
  min-height: 200px;
  background-size: contain;
  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: "Novecento sans Bold", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 1rem;
  text-decoration: none;
  color: var(--primary-color);
}

.news-title a:hover {
  color: var(--secondary-color);
}

.news-date {
  font-size: 1rem;
  color: var(--primary-color);
}

.news-short-description-content {
  text-align: justify !important;
  font-size: 1rem;
}

.news-read-more {
  margin-top: 0.5rem;
  text-align: left;
  color: #0F0F0F;
  font-style: italic;
  font-size: 0.8rem;
}

.news-read-more a {
  color: #0F0F0F;
  font-size: 0.8rem;
  font-style: italic;
}

.news-read-more a:hover {
  color: var(--secondary-color);
  font-weight: bold;
}

.news-body img {
  max-width: 100%;
  height: auto;
}

/* end news items */



/* HOME PAGE */
.page-top-image {
  height: 400px;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
 
 .page-header {
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: block;
  box-shadow: inset 0 0 0 100vmax rgba(0, 0, 0, .6)
}

.page-top-image .container {
  height: 100%;
}

.page-top-image .container .row {
  height: 100%;
  display: flex;
  align-items: center;
}

.page-top-image .container .row h2 {
  color: #FFFFFF;
  font-size: clamp(48px, 10vw, 60px);
  text-align: center;
}

.home-image-nav {
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  box-shadow: inset 0 0 0 100vmax rgba(0, 0, 0, .6);
  padding-top: 200px;
  margin-bottom: 1.5rem;
  border-radius: 5px
}

.home-image-nav h2 a {
  color: #E0E0E0;
}

.page-top-carousel {
  position: relative;
  max-width: 1200px;
  display: block;
  margin: auto;
}

.page-top-carousel article {
  display: flex;
  position: absolute;
  top: 0;
  height: 100%;
}

.page-top-carousel article h1 {
  margin-top: auto;
  margin-bottom: 32px;
  color: #FFFFFF;
  font-size: clamp(48px, 10vw, 60px);
}

.image-carousel-wrapper {
  height: 400px !important;
}

.image-carousel-wrapper * {
  height: 100% !important;
}

.carousel-image {
  object-fit: cover;
}

.lSAction > a {
  opacity: 1;
}

.page-sponsor-carousel {
  position: relative;
  max-width: 600px;
  height: 600px; /* Stel de hoogte in zoals gewenst */
  margin: auto;
}

.page-sponsor-carousel article {
  display: flex;
  align-items: center; /* Verticaal uitlijnen in het midden van de carousel */
  position: absolute;
  top: 0;
  left: 50%; /* Horizontaal uitlijnen in het midden van de carousel */
  transform: translateX(-50%); /* Centreren op basis van de breedte van de carousel */
  height: 50%; /* Maakt de hoogte de helft van de carousel */
  width: 100%; /* Vult de volledige breedte van de carousel */
  box-sizing: border-box; /* Zorgt ervoor dat padding en randen binnen de breedte vallen */
}


/* News items on homepage */
.news-image-container {
  border-radius: 5px;
  overflow: hidden;
}


/* END HOME PAGE */

/* FOOTER */
.website-sponsors-list .lead {
  display: none;
}

.website-sponsors-list {
  > * {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .lslide, .clone {
    height: 100px;
  }

  .lslide > *, .clone > * {
    overflow: hidden;
    height: 100%;
  }

  .lslide > a, .clone > a {
    display: flex;
    height: 100%;
    justify-content: center;
  }

  .lslide > a > img, .clone > a > img {
    display: block;
    height: 100%;
    object-fit: contain;
  }
}

.footer {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg data-name='Layer 2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 544.07 544.07'%3E%3Cpath d='M0 0v544.07h544.07v-158.1L158.1 0H0zm165.17 0 378.9 378.9v-67.04L232.22 0h-67.05zM521.3 0h-64.7l87.47 87.47V22.78L521.3 0zM274.64 0l269.43 269.43V203.7L340.37 0h-65.73zm72.81 0 196.62 196.63v-66.74L414.18 0h-66.73zm196.62 0h-15.7l15.7 15.71V0z' style='fill:none'/%3E%3Cpath d='m158.1 0 385.97 385.97v-7.07L165.17 0h-7.07zm182.27 0 203.7 203.7v-7.07L347.45 0h-7.08zm203.7 15.71L528.37 0h-7.07l22.77 22.78v-7.07zM414.18 0l129.89 129.89V87.47L456.6 0h-42.42zM232.22 0l311.85 311.86v-42.43L274.64 0h-42.42z' style='fill:%23fff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position-y: top;
  background-position-x: right;
  background-size: clamp(200px, 40vw, 600px);
}

/* END FOOTER */



/*
 * DESKTOP
 */
@media all and (min-width: 992px) {
  /* BASICS */


  /*
   * 👇 CUSTOM CSS FOR DESKTOP ONLY 👇
   */
    .navbar-brand {
      padding-top: 0;
      margin-top: 10px;
    }


/* 
 * 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-dark {
  font-family: 'PT Sans', sans-serif;
  }

  .navbar-dark .navbar-toggler {
    border-color: var(--primary-color);
  }

  .navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,100)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }

  .navbar-collapse {
    padding: 0.5rem;
    background-color: #00664F;
  }

  .navbar-dark .navbar-nav .nav-link {
    color: #FFF;
    font-size: 1.2rem;
    text-decoration: none;
  }

  .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: var(--secondary-color);
  }
}


@media all and (min-width: 992px) {
  
  .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.25rem;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
  .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 .nav-item .dropdown-large {
    min-width: 480px;
    left: 50% !important;
    transform: translateX(-50%) !important;
    top: 100% !important;
  }
  
  /* end navbar */

/*kalender*/

}

.calendar-event-date, .calendar-event-time {
  display: inline;
  font-family: 'PT Sans', sans-serif;
  font-weight: 900;
  font-size: 1.0rem;
  text-decoration: none;
  color: #8B1418;
}

.calendar-event-date:first-letter {
  text-transform: capitalize;
}

.calendar-event-time::before {
  content: "van ";
}

.calendar-event-title {
  font-size: 0.8rem;
}

.button {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

.button-primary, .my-env .btn-primary {
  background-color: #4d186e;
  border: none;
  padding:10px 32px;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

.button-primary:active,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:focus,
.btn-primary:hover, 
.my-env .btn-primary:hover,
.registartion-from .btn-primary:hover {
  background-color: var(--secondary-color) !important; /*#0084FF;*/
  border-color: black !important; /*#0084FF;*/
  color: black !important;
}
}