:root {
    --primary-color: #0a1118;
    --primary-color-highlight: #233d54;
    --bs-body-bg: rgb(255, 255, 255);
    --bs-body-font-family: 'Montserrat', sans-serif;
}

html {scroll-behavior: smooth;}

a {
    color: #0A3949;
}

a:hover{
    color: #5DB3C8;
}

h1 {
    color: #0A3949 !important;
}

h2 {
    color: #0A3949 !important;
    font-size: 1.4rem;
}

h3 {
    color: #0A3949 !important;
    font-size: 1rem;
}

h4 {
    color: #ffffff !important;
    font-size: 1rem;
}

@media (max-width: 992px) {
  h1 {
    text-align: left !important;
    font-weight: 600 !important;
    font-size: 1.5rem !important;
  }

h2 {
  text-align: left !important;
  font-weight: 500 !important;
  font-size: 1.2rem !important;
}
h3 {
  text-align: left !important;
  font-weight: 500 !important;
  font-size: 1rem;
  }

h4 {
  text-align: left !important;
  }
}

body {
    color: #0A3949 !important;
    font-size: 0.9rem;
    text-align: justify;
}


/*
    @media (min-width: 544px) {}
    @media (min-width: 768px) {}
    @media (min-width: 992px) {}
    @media (min-width: 1200px) {}
    @media (min-width: 1400px) {}
    @media (min-width: 1600px) {}
*/

/*
    Brand: #62B098;
    Darkest: #0A3949;
    Dark: #0D5D6E;
    Mid: #128192;
    Light: #5DB3C8;
    Lightest: #E5FAFF;
    Navbar: #05222b;
*/

/* Custom Container */

.container-custom {
    width: 100%;
    padding: 0 1rem;
    margin: 0 auto;
}

@media (min-width: 1000px) {
    .container-custom {width: 1000px;}
}

@media (min-width: 1400px) {
    .container-custom {width: 1000px;}
}

@media (min-width: 1600px) {
    .container-custom {width: 1000px;}
}

/* Main Header */
.header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
    height: 80px;
    background: rgb(18, 25, 20);
}

/* Navbar */
.navbar__custom {
    background-color: #05222bf0 !important;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(0, 0, 0, 0.3);
    color:#ffffff !important;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    transition-delay: 0s;
}


.icon_custom {
    color: #62B098 !important;
    font-size: 150%;
    text-shadow: 3px 4px 7px rgba(29, 29, 29, 0.8);
}


.title_custom {
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    color: #ffffff !important;
    font-size: 120%;
    text-shadow: 3px 4px 7px rgba(29, 29, 29, 0.8);
}


@media (min-width: 1200px) {
.icon_custom {
    color: #62B098 !important;
    font-size: 150%;
    text-shadow: 3px 4px 7px rgba(29, 29, 29, 0.8);
}


.title_custom {
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    color: #ffffff !important;
    font-size: 200%;
    text-shadow: 3px 4px 7px rgba(29, 29, 29, 0.8);
}
}

.navbar-brand {
    display: flex;
    justify-content: center !important;
    align-items: center !important;
}

.nav-link {
    color: #ffffff !important;
    font-size: 110%;
}

.dropdown-menu {
    line-height: 2.5 !important;
    font-size: 100%;
    font-weight: lighter !important;
    min-width: 250px;
    background-color: #0D5D6E !important;
}

.dropdown-item {
    color: #ffffff !important;
}

.dropdown-item:hover {
    background-color: #5DB3C860 !important;
}

/* Steps Section*/

.steps {
    padding-top: 10px;    
    padding-bottom: 10px;
    background: rgba(255, 255, 255, 1);
    border: 0px solid rgb(122, 121, 121);
    border-radius: 3px;
    box-shadow: 0 0 10px 10px #00000010;
}

.steps__content-width {
    margin: 0 auto;
}

.steps-2 {
    background: #5431169b;
    color: white;
}

@media (min-width: 576px){
    .steps {
        padding-top: 2%;    
        padding-bottom: 2%;
    }
}

/* Footer */

.footerContainer_custom {
    width: 55%;
    height: auto;
    padding-top: 0rem;
    padding-bottom: 0rem;
    margin: 0 auto;
    text-align: center;
    }

.footer_custom {
    background-color: #0D5D6E;;
    padding-top: 20px;
    }
  
.footerTitle_custom {
    font-size: 80%;
    text-align: center;
    text-shadow: 3px 4px 7px rgba(29, 29, 29, 0.8);
    padding-bottom: 0rem;
}

.footerRowTwo_custom,
.footerRowThree_custom {
    font-size: 90%;
    color: #ffffff;
    font-weight: 100;
  }

.footerRowThree_custom {
    padding-top: 2rem;
    padding-bottom: 0px;
  }

  .footerRowTwo_custom a {
    color: #ffffff;
    text-decoration: none;
    font-size: 90%;
    font-weight: 400;
  }

  .footerRowThree_custom a {
    color: #ffffff;
    text-decoration: none;
    font-size: 70%;
    font-weight: 100;
  }

  .footerRowTwo_custom a:hover{
    text-decoration: underline;
  }

  .footerRowThree_custom a:hover {
    text-decoration: underline;
  }
  
  .footerRowTwo_custom ul,
  .footerRowThree_custom ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
  }
  
  .footerRowTwo_custom ul li,
  .footerRowThree_custom ul li {
    margin-bottom: 0px;
  }

  .containerBottom_custom {
    padding: 0px;
    margin: 2px;
  }

    .textBottom_custom {
    text-align: center;
    color: white;
    font-weight: 100;
    font-size: 60%;
    padding: 0px;    
    margin: 0px;
  }

/* Calendar */
    .calendarcontainer__custom {
      display: flex;
      justify-content: center; /* Horizontaal centreren */
      align-items: start; /* Verticaal centreren */
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      transition-delay: 0s;
    }

    #calendar .table__custom {
      border-collapse: collapse;
      font-size: 13px;
      width: 290px !important;
      margin-bottom: 20px;
      text-align: center;
    }

    #calendar .month-header__custom {
      background-color: #0D5D6E;
      font-size: 16px;
      font-weight: bold;
      color: white;
      text-align: center;
      border-radius: 15px 15px 0px 0px;
      border: hidden 2px #0a1118;
    }

    #calendar .month-header__custom:hover {
        text-decoration: underline;
      }

    #calendar .day__custom:hover {
        background-color: #0D5D6E;
        font-weight: bold;
        color: white;
        text-align: center;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        transition-delay: 0s;
    }

    #calendar th {
      background-color: #128192; 
      color: white;
      text-align: center;
    }

    #calendar .current__day {
      border-collapse: separate;
      background-color: #5DB3C8;
      font-weight: bold;
      color: white;
      border: dashed 2px #0A3949;
 }

    #calendar .inactive-day {
        color: #ebebeb;
    }

    #calendar .week-number {
        background-color: #bbbbbb;
        color: #ffffff;
    }

    #calendar .week-number:hover {
        background-color: #838282;
        font-weight: bold;
        color: white;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        transition-delay: 0s;
    }

    @media (max-width: 992px) {
      .table__custom {
        margin-bottom: 10px;
      }

      #calendar .table__custom {
        border-collapse: collapse;
        font-size: 13px;
        width: 220px;
        margin-bottom: 10px;
        text-align: center;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        transition-delay: 0s;
      }
  }

    @media (max-width: 767px) {
        .table__custom {
          margin-bottom: 10px;
        }

        #calendar .table__custom {
          border-collapse: collapse;
          font-size: 13px;
          width: 400px;
          margin-bottom: 10px;
          text-align: center;
          -webkit-transition: all 0.5s ease-in-out;
          -moz-transition: all 0.5s ease-in-out;
          -o-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
          transition-delay: 0s;
        }

      }

/* Today */

    #today .todayContainer_custom {
        border: #0a1118 2px solid;
        background-color: #0D5D6E;
        border-radius: 5px;
        text-align: center;
        width: auto;
        height: auto;
        margin: 5px;
        padding-top: 0px;
        padding: 5px 25px 25px 25px;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        transition-delay: 0s;
    }

    #today .todayContainer_custom:hover {
        background-color: #0A3949;
    }


    #today .todayTitle_custom {
        font-size: 12px;
        font-weight: 100;
        text-transform: uppercase;
        color: #ffffff;
    }

    #today .todayDate_custom {
        font-size: 20px;
        font-weight: 800;
        color: #ffffff;
        text-shadow: 3px 4px 7px rgba(29, 29, 29, 0.8);
    }

    #today .todayWeek_custom {
        font-size: 13px;
        color: #ffffff;
        font-weight: 100;
    }


/* Holidays Table */

    .holidaysTableTitle{
        text-align: center !important;
        color: #0A3949;
    }

    .holidaysTableTitle a{
      text-align: center !important;
      text-decoration: none;
      color: #0A3949;
    }

    .holidaysTableTitle a:hover{
      text-align: center !important;
      text-decoration: dotted underline;
      color: #0A3949;
    }

    .holidaysTable__custom{        
        border-collapse: separate;
        width: 80%;
        margin: 20px auto;
        border: hidden;
      }
  
      .holidaysTableBody__custom {
        border-top: #0A3949 2px solid;
        text-align: left;
        padding: 8px;
      }

      .holidaysTableDate {
        font-weight: bold;
        color: #0A3949;
        width: 140px;
        padding: 2px;
        margin: 2px;
        text-align: left;
      }

      .holidaysTableName {
        width: 200px;
        padding: 2px;
        margin: 2px;
        text-align: left;
      }

      @media (max-width: 767px) {
        .holidaysTable__custom{        
            border-collapse: separate;
            width: 80%;
            margin: 20px auto;
            border: hidden;
          }
      
          .holidaysTableBody__custom {
            border-top: #0A3949 2px solid;
            text-align: left;
            padding: 8px;
          }
    
          .holidaysTableDate {
            font-weight: bold;
            color: #0A3949;
            font-size: 75%;
            width: 140px;
            padding: 1px;
            margin: 1px;
            text-align: left;
          }
    
          .holidaysTableName {
            font-size: 75%;
            width: 200px;
            padding: 1px;
            margin: 1px;
            text-align: left;
          }
      }

/* Holidays Table Extended */


.holidaysExtRow {
  border-bottom: 1px solid #ddd;
}

.holidaysExtRow:hover {
  background-color: #1281922d;
  }

.holidaysExtCol1 {
  padding-left: 10px;
  text-align: right;
}

.holidaysExtCol2 {
  padding-right: 40px;
  padding-left: 40px;
  font-weight: bold;
}

.holidaysExtCol2 a {
color: #0A3949;
text-decoration: underline;
}


.holidaysExtCol2 a:hover {
  color: #126e8c;
  text-decoration: underline;
  }

.holidaysExtCol3 {
  color: #777;
  padding-right: 40px;
}

.holidaysExtCol4 {
  color: #777;
  text-align: right;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 30px;
}

#holidayExtHeader th {
  background-color: #128192; 
  color: white;
  text-align: center;
  padding: 10px; /* Binnenruimte (opvulling) */
  border-bottom: 1px solid #ddd; /* Randstijl en kleur */
}

#holidayExtHeader .holidayExtHeaderCol1 {
  text-align: center;
}

#holidayExtHeader .holidayExtHeaderCol2 {
  text-align: center;
}

#holidayExtHeader .holidayExtHeaderCol3 {
  text-align: center;
}

#holidayExtHeader .holidayExtHeaderCol4 {
  text-align: center;
}

@media (max-width: 900px) {

  .holidaysExtCol1 {
    padding-left: 10px;
    font-size: 80%;
    text-align: right;
  }
  
  .holidaysExtCol2 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    font-weight: bold;
  }
  
  .holidaysExtCol2 a {
  color: #0A3949;
  font-size: 80%;
  text-decoration: underline;
  }
  
  
  .holidaysExtCol2 a:hover {
    color: #126e8c;
    text-decoration: underline;
    }
  
  .holidaysExtCol3 {
    color: #777;
    font-size: 80%;
    padding-right: 10px;
  }
  
  .holidaysExtCol4 {
    color: #777;
    font-size: 85%;
    text-align: right;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 15px;
  }
  
  #holidayExtHeader th {
    background-color: #128192; 
    color: white;
    text-align: center;
    padding: 10px; /* Binnenruimte (opvulling) */
    border-bottom: 1px solid #ddd; /* Randstijl en kleur */
  }
}
/* Vakanties */

.vacationTable {
  max-width: 700px;
  outline: #0a1118 solid 1px;
}

#vacationExtHeader th{
  background-color: #128192; 
  color: white;
  text-align: left;
  padding: 10px; /* Binnenruimte (opvulling) */
  border-bottom: 1px solid #ddd; /* Randstijl en kleur */
}
.vacationTableRegio {

  font-weight: 700;
  width: 130px;
  }
.vacationTableStartdatum{
  width: 170px;
}
.vacationTableEinddatum {
  width: 170px;
}

.vacationTableDays {
  width: 135px;
  text-align: center;
}


/* BrowsingButtons */

    .BrowsingButtons {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 0px;
        margin-bottom: 15px;
        
    }

    .browsingButtonsLeft {
        background-color: #ffffff00;
        border: none;
        color: #0D5D6E;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 90%; 
    }

    .browsingButtonsLeft:hover {
        transform: translateX(-5px);
        color: #0D5D6E;
        text-decoration: underline 2px;
        transition: 0.5s;
        position: relative;
        transition-delay: 0s;
    }

    .browsingButtonsLeft:hover svg {
        transform: translateX(-7px);
        width: 25px;
        height: 25px;
        color: #0D5D6E;
      }

    .browsingButtonsLeft svg {
        color: #0D5D6E;
        transition: 0.5s;
        position: relative;
        transition-delay: 0s;
        padding-right: 3px;
      }

    .browsingButtonsRight {
        background-color: #ffffff00;
        border: none;
        color: #0D5D6E;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 90%; 
    }

    .browsingButtonsRight:hover {
        transform: translateX(5px);
        color: #0D5D6E;
        text-decoration: underline 2px;
        transition: 0.5s;
        position: relative;
        transition-delay: 0s;
    }

    .browsingButtonsRight:hover svg {
        transform: translateX(7px);
        color: #0D5D6E;
        width: 25px;
        height: 25px;
      }

    .browsingButtonsRight svg {
        color: #0D5D6E;
        transition: 0.5s;
        position: relative;
        transition-delay: 0s;
        padding-left: 3px;
      }


      #calendar .holidayDate_custom {
        background-color: #ffc107; /* Geel als achtergrondkleur voor feestdagencellen */
        color: #000000; /* Zwarte tekstkleur voor feestdagencellen */
        font-weight: bold; /* Vetgedrukte tekst voor feestdagencellen */
    }
    
      
      /* Stijlen voor de feestdagentabel */
      #calendar .holidayRow_custom {
        border-bottom: 1px solid #dee2e6;
      }
      
      /* Aanvullende stijlen voor tooltips (gebruik indien nodig) */
      #calendar .tooltip-inner {
        background-color: #007bff;
      }

/* Overzicht schoolvakanties op kalenderpagina */

  .holidayLegendaContainer {
    border: #0a1118 solid 0px;
    /*background-color: #0D5D6E40;*/
    border-radius: 15px;
    text-align: center;
    margin: 10px;
    padding-top: 0px;
    padding: 15px 15px 15px 15px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    transition-delay: 0s;
    }

  .holidayLegendaButton {
    text-align: center;
    width: 200px;
    border-radius: 7px;
    border: #0A3949 solid 2px;
    text-decoration: none;
    background-color: #0D5D6E;
    color: white;
    padding: 15px 5px 15px 5px;
    margin: 5px;
    font-size: 12px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    transition-delay: 0s;
  }
  
  .holidayLegendaButton:hover {
    background-color: #128192;
    border: #0A3949 solid 2px;
    color: white;
    text-decoration: underline;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    transition-delay: 0s;
  }

  .schoolvakanties {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .moreHolidaysContainer {
    display: flex;
    align-items: center;
    justify-content: center;
  } 

  .moreHolidaysLink {
    text-align: center;
    border-radius: 7px;
    border: #0A3949 solid 2px;
    text-decoration: none;
    background-color: #0D5D6E;
    color: white;
    padding: 15px 15px 15px 1cqb;
    margin: 5px;
    font-size: 12px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    transition-delay: 0s;
  }

  .moreHolidaysLink:hover {
    background-color: #128192;
    border: #0A3949 solid 2px;
    color: white;
    text-decoration: underline;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    transition-delay: 0s;
  }

  .moreHolidaysFlexContainer {
    display: flex; /* Zorgt ervoor dat de kinderen van deze container naast elkaar worden weergegeven */
    justify-content: center; /* Verdeelt de beschikbare ruimte tussen de kinderen, waardoor ze aan de uiteinden van de container worden geplaatst */
    flex-wrap: wrap; /* Laat de kinderen naar een nieuwe rij gaan als er niet genoeg ruimte is in de breedte */
  }


  .schoolvakanties {
    display: flex;
    align-items: center;
    justify-content: center;
  }


/* Calendar Summary Page */

.calendarSummaryPageOuterContainer {
  width: 100%;
}

.calendarSummaryPageContainer {
  display: flex;
  justify-content: flex-start !important;
  flex-wrap: wrap;
  width: 85%; /* 80% van de pagina breedte */
  margin: 25px auto; /* Om de container te centreren */
  padding-left: 40px;
}


  .calendarSummaryPageLink {
    text-align: center;
    border-radius: 7px;
    border: #0A3949 solid 2px;
    text-decoration: none;
    background-color: #0D5D6E;
    color: white;
    padding: 15px 15px 15px 15px;
    margin: 5px 5px 5px 5px;
    font-size: 30px;
    flex: 1 0 calc(25% - 20px) !important; /* Hierdoor worden er maximaal 4 links naast elkaar weergegeven */
    max-width: calc(25% - 20px) !important; /* Hierdoor wordt de maximale breedte van een link ingesteld */
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    transition-delay: 0s;
  }

  @media screen and (max-width: 850px) {
    .calendarSummaryPageLink {
      flex: 1 0 calc(33% - 25px) !important; /* Bij medium schermen worden er maximaal 3 links naast elkaar weergegeven */
      max-width: calc(33% - 25px) !important; /* Hierdoor wordt de maximale breedte van een link ingesteld */
    }
  }

  @media screen and (max-width: 700px) {
    .calendarSummaryPageLink {
      flex: 1 0 calc(50% - 25px) !important; /* Bij kleinere schermen worden er maximaal 2 links naast elkaar weergegeven */
      max-width: calc(50% - 25px) !important; /* Hierdoor wordt de maximale breedte van een link ingesteld */
    }
  }

  .calendarSummaryPageLink:hover {
    background-color: #128192;
    border: #0A3949 solid 2px;
    color: white;
    text-decoration: underline;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    transition-delay: 0s;
  }

  /* Holidays Summary Page */

.holidaysSummaryPageOuterContainer {
  width: 100%;
}

.holidaysSummaryPageContainer {
  display: flex;
  justify-content: flex-start !important;
  flex-wrap: wrap;
  width: 85%; /* 80% van de pagina breedte */
  margin: 25px auto; /* Om de container te centreren */
  padding-left: 40px;
}


  .holidaysSummaryPageLink {
    text-align: center;
    border-radius: 7px;
    border: #0A3949 solid 2px;
    text-decoration: none;
    background-color: #0D5D6E;
    color: white;
    padding: 15px 15px 15px 15px;
    margin: 5px 5px 5px 5px;
    font-size: 30px;
    flex: 1 0 calc(25% - 20px) !important; /* Hierdoor worden er maximaal 4 links naast elkaar weergegeven */
    max-width: calc(25% - 20px) !important; /* Hierdoor wordt de maximale breedte van een link ingesteld */
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    transition-delay: 0s;
  }

  @media screen and (max-width: 850px) {
    .holidaysSummaryPageLink {
      flex: 1 0 calc(33% - 25px) !important; /* Bij medium schermen worden er maximaal 3 links naast elkaar weergegeven */
      max-width: calc(33% - 25px) !important; /* Hierdoor wordt de maximale breedte van een link ingesteld */
    }
  }

  @media screen and (max-width: 700px) {
    .holidaysSummaryPageLink {
      flex: 1 0 calc(50% - 25px) !important; /* Bij kleinere schermen worden er maximaal 2 links naast elkaar weergegeven */
      max-width: calc(50% - 25px) !important; /* Hierdoor wordt de maximale breedte van een link ingesteld */
    }
  }

  .holidaysSummaryPageLink:hover {
    background-color: #128192;
    border: #0A3949 solid 2px;
    color: white;
    text-decoration: underline;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    transition-delay: 0s;
  }


/* Schrikkeljaren */
.leapYearTable {
  margin: 0 auto;
  width: 300px;
}

.leapYearTable th{
background-color: #0A3949;
text-align: center;
color: white;
padding: 10px 5px 10px 5px;
}

.leapYearTable tr{
  text-align: center;
  padding: 10px 5px 10px 5px;
}

.leapYearTable tr:hover{
  background-color: #eeeded;
}

.showMoreLeapYearsButton {
  margin: 0 auto;
  background-color: #0A3949;
  text-align: center;
  color: white;
  padding: 5px 10px 5px 10px;
  align-items: center;
}

.showMoreLeapYearsButton:hover {
  background-color: #128192;
  border: #0A3949 solid 2px;
  text-decoration: underline;
}

.showMoreLeapYearsButton-container {
  display: flex !important;
  justify-content: center !important;
  margin-top: 20px;
}

/* Sportevenementen */

.overviewSportsEventsTable {
  margin: 0 auto;
}
.overviewSportsEventsTable th{
  background-color: #0A3949;
  text-align: center;
  color: white;
  padding: 10px 5px 10px 5px;
  }
  
.overviewSportsEventsTable tr{
    text-align: center;
    padding: 10px 10px 10px 10px;
}

.overviewSportsEventsTable tr:hover{
    background-color: #eeeded;
}

.sportsEventTableColumnOne {
  width: 360px;
  text-align: left;
  padding: 5px 5px 5px 5px;
}
.sportsEventTableColumnTwo {
width: 120px;
}
.sportsEventTableColumnThree {
  width: 120px;
}
.sportsEventTableColumnFour {
  width: 120px;
}

.sportsEventCurrentyear {
  color: #b60404;
  text-decoration: underline;
}

.sportsEventCurrentyear:hover {
  background-color: #5DB3C8;
  color: white;
}

@media screen and (max-width: 800px) {
  .overviewSportsEventsTable {
    font-size: 0.6rem;
    border-collapse: collapse;
  }
  .overviewSportsEventsTable tr{
    border-bottom: #00000020 solid 1px;
  }
}

