/* 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=Roboto'); */
/* @import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;800&display=swap'); */

/*
 * Variables
 */
:root {
  --primary-color: #E1F43A;
  --primary-color-contrast: #FFF;
  --primary-color-shade: #7A7A7A;
  --primary-color-tint: #7A7A7A;

  --secondary-color: #47A0C0;
  --secondary-color-contrast: #FFF;
  --secondary-color-shade: #A28C39;
  --secondary-color-tint: #A28C39;

  --background-color: #2D3B36;
  --text-color: #2A88B7;
  --second-text-color: #47A0C0;
  --link-text-color: var(--primary-color);
}

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

body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
}

@font-face {
    font-family: 'Raleway';
    font-weight: thin;
    src: url("https://foys-prod.imgix.net/ec8db52a-1492-4220-5116-08db3bf49947/3b0e90ac-cf05-4555-b41f-0af4568bf055.ttf") format("opentype");
}

small {
  font-size: 60%;
  font-weight: 400;
}

h1 {
  font-family: 'Raleway:wght@100;800&display', sans-serif;
  color: #2A88B7;
  font-weight: bold;
  text-transform: none;
  font-size: 40px;
}

h2 {
  font-family: 'Raleway:wght@100;800&display', sans-serif;
  color: #2A88B7;
  font-weight: bold;
  text-transform: none;
  font-size: 40px;

}
h3, h4, h5, .my-env h1, .my-env h2, .my-env h3, .my-env h4, .my-env h5, .my-env h6 {
  font-family: 'Raleway:wght@100;800&display', sans-serif;
  color: #FFF;
  font-weight: bold;
  text-transform: none;
  /* font-weight: 400; */
}

h6 {
  font-family: 'Raleway:wght@100;800&display', sans-serif;
  color: #2A88B7;
  font-weight: bold;
  text-transform: none;
  font-size: 20px;
}

/* 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 {
color: var(--link-text-color);
  text-decoration: underline;
}

/* Stijlen voor footer links */
.footer-link {
  color: var(--secondary-color-contrast);
  text-decoration: none;
}

.footer-link:hover {
  color: var(--secondary-color-contrast);
}

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

/*
 * Bootstrap overwrites
 */
 
 .btn,
.my-env .btn {
  border-radius: 5px !important;
  text-transform: uppercase;
  text-decoration: none;
}
 
.btn-primary, .my-env .btn-primary {
  background-color: #BACC14;
  border: 0;
  color: #FFF;
}

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

.btn-secondary, .my-env .btn-secondary {
  background-color: var(--secondary-color);
  border: 0;
  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(--secondary-color-contrast);
  color: var(--secondary-color-tint);
}

/*
 * Bootstrap extensions
 */
.align-justify {
  text-align: justify;
}

/* 
 * Basics
 */
.website-header {
  background-color: #FFF;
  position: sticky; 
  opacity: 1;
  border-bottom: solid 1px #E0E0E0;
  height: 90px;
}

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

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

.offcanvas-header{ display:none; }
.screen-overlay {
  height: 100%;
  z-index: 30;
  position: fixed;
  top: 0;
  left: 0;
  opacity:0;
  visibility:hidden;
  background-color: rgba(34, 34, 34, 0.6);
  transition:opacity .2s linear, visibility .1s, width 1s ease-in;
}
.screen-overlay.show {
  transition:opacity .5s ease, width 0s;
  opacity:1;
  width:100%;
  visibility:visible;
}

.navbar-dark .navbar-toggler {
  border-color: #FFF;
}

.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(139,20,24, 31)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar {
  background-color: #FFF; /* Achtergrondkleur van de navigatiebalk */
}

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

.navbar-dark .navbar-nav .nav-link {
  color: #2A88B7;
  font-size: 1.2rem;
  font-weight: 600;
  text-decoration: none;
}

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

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

.foys-footer a {
  color: #FFF;
}

/* 
 * 👇 INSERT CUSTOM CSS FOR ALL SCREEN SIZES BELOW 👇
 */


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

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

/* news items */

.news-item {
  display: flex;
  margin-bottom: 1rem;
}

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

.news-item-image-div {
  background-size: cover;
  min-width: 80px;
  min-height: 80px;
  max-height: 150px;
}

.news-content-container {
  width: 75%;
  padding-left: 1rem;
  text-align: left;
}

.news-title {
  font-size: 1.2rem;
  text-align: left;
}

.news-date {
  font-size: 0.8rem;
  text-align: left;
}

.news-read-more {
  margin-top: 0.5rem;
}

/* end news items */

.calendar-event-date,
.calendar-event-time {
  display: inline-block; /* Gebruik 'inline-block' om de grootte van het element aan te passen */
  font-family: "Novecento sans Bold", sans-serif;
  font-weight: 900;
  font-size: 2rem; /* Pas de gewenste grootte aan, bijv. 1.5rem */
  text-decoration: none;
  color: #9EA092;
}

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

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

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

.website-calendar-events .lead {
  display: none;
}

.big-date-block {
  background-color: #2A88B7;
  color: #FFF;
  text-align: center;
  text-transform: uppercase;
  padding: 0.5rem;
}

.big-date-day, .big-date-month {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 0;
}

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

.website-header-name {
  display: none;
}

.page-top-image {
  display: block;
  height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

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

.center-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.page-sub {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 400px;
  color: #FFFFFF; /* Witte tekstkleur */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
  
.page-row {
  display: flex; /* Gebruik flexbox */
  justify-content: center; /* Horizontaal centreren van de inhoud */
  align-items: center; /* Verticaal centreren van de inhoud */
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  text-align: center;
  position: relative; /* Voeg position: relative toe om absolute positionering binnenin toe te staan */
}

.page-row .content {
  display: flex; /* Gebruik flexbox voor de inhoud */
  flex-direction: column; /* Stapel de inhoud verticaal */
  justify-content: center; /* Verticaal centreren van de tekst */
  align-items: center; /* Horizontaal centreren van de tekst */
  position: absolute; /* Zet de inhoud in het midden van .page-row */
  padding: 32px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.page-images {
  display: block;
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}  

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


  /*
   * 👇 CUSTOM CSS FOR DESKTOP ONLY 👇
   */


  .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: 0.9rem;
    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-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:nth-child(4) {
    display: flex;
  }
    
  /* 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: #2A88B7;
    cursor: pointer;
  }

  .image-container {
    width: 100%; /* De breedte van de container wordt 100% van de kolom */
    overflow: hidden; /* Hiermee voorkom je dat de afbeelding buiten de container uitsteekt */
  }

  .image-container img {
    width: 100%; /* De afbeelding neemt 100% van de breedte van de container in */
    height: auto; /* Hiermee behoud je de juiste verhoudingen van de afbeelding */
  }

  .row {
    display: flex;
    flex-wrap: wrap;
  }

  .image-column, .text-column {
    width: 50%;
    box-sizing: border-box;
    padding: 20px;
  }

  .image-column {
    /* Om de afbeelding de volledige breedte van de kolom te laten innemen en afsnijden indien nodig */
    background-size: cover;
    background-position: center;
  }

  .text-column {
    /* Hier kun je de gewenste kleur instellen */
    background-color: #2A88B7;
  }
}