@charset "utf-8";
/* CSS Document */

/* ALGEMENE STYLES Mobile first -------------------------------------------------------------- */

body {
  margin: 0;
  font-family: 'Roboto', sans-serif;
}

h1{
	font-size: 32px;
}

h2{
	font-size: 28px;
}

h3{
	font-size: 24px;
	font-family: 'Roboto', sans-serif;
}

p{
	font-size: 20px;
}

.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  color: white !important;
  background-color: #004e75;
  padding: 8px 16px;
  z-index: 100;
  text-decoration: none;
  font-weight: bold;
  transition: top 0.3s ease;
}

.skip-link:focus {
  top: 0;
  outline: 3px solid #ff0004;
}

a:focus, button:focus {
  outline: 3px solid #FF0004;
}

/* HOMEPAGE CSS ------------------------------------------------------------------------------------------------------------- */

/* CSS VOOR HAMBURGER MENU MOBIEL*/
 
.topbar {
 
  background-color: #004e75;
 
  padding: 1rem 0;
 
}
 
.topbar-inner {
 
  display: flex;
 
  align-items: center;
 
}
 
.hamburger {
 
  display: flex;
 
  flex-direction: column;
 
  justify-content: space-between;
 
  width: 24px;
 
  height: 18px;
 
  margin-left: 10px;
 
  cursor: pointer;
 
}
 
.hamburger span {
 
  display: block;
 
  height: 3px;
 
  background-color: white;
 
  border-radius: 2px;
 
}
 
.logo-button {
 
  background-color: #e3f2f1;
 
  border-radius: 15px;
 
  padding: 0.4rem 1rem;
 
  display: inline-flex;
 
  align-items: center;
 
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
 
}
 
.logo-img {
 
  height: 32px;
 
  margin-right: 0.5rem;
 
}
 
.logo-text {
 
  color: #00939c;
 
  font-weight: 700;
 
  font-size: 1.2rem;
 
}
 
/* Overlay menu */
 
#mobile-overlay-menu {
 
  position: fixed;
 
  top: 0;
 
  left: 0;
 
  right: 0;
 
  background: #004e75;
 
  color: white;
 
  display: flex;
 
  flex-direction: column;
 
  padding: 0;
 
  z-index: 1000;
 
  transform: translateY(-100%);
 
  transition: transform 0.3s ease-in-out;
 
  box-sizing: border-box;
 
  overflow-y: auto; /* maakt menu scrollbaar */
 
}
 
/* Menu open status */
 
#mobile-overlay-menu.open {
 
  transform: translateY(0);
 
}
 
/* Logo altijd zichtbaar bovenaan in overlay */
 
.menu-logo {
 
  display: inline-flex;
 
  align-items: center;
 
  background-color: #e3f2f1;
 
  border-bottom: 1px solid white;
 
  border-radius: 15px;
 
  padding: 0.5rem 1rem;
 
  box-shadow: 0 4px 6px rgba(0,0,0,0.2);
 
  margin: 1rem auto;
 
  flex-shrink: 0; /* voorkom dat logo kleiner wordt */
 
}
 
/* Menu items onder het logo */
 
#mobile-overlay-menu > a {
 
  display: block;
 
  width: 100%;
 
  color: white;
 
  font-size: 1rem;
 
  text-decoration: none;
 
  padding: 0.6rem 0;
 
  border-bottom: 1px solid white;
 
  text-align: center;
 
  box-sizing: border-box;
 
  transition: background-color 0.2s ease-in-out;
 
  flex-shrink: 0;
 
}
 
#mobile-overlay-menu > a:last-child {
 
  border-bottom: none;
 
}
 
#mobile-overlay-menu a:hover {
 
  background-color: #033A57;
 
  color: #fff;
 
}
 
.menu-logo .logo-text {
 
  color: #00939c; /* bijvoorbeeld goudkleur, of elke gewenste kleur */
 
}

/* CSS VOOR TIJD+ DE VIER KNOPPEN---------*/


.date-text {
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
  color: #003D5E;
}

.time-text {
  font-size: 3rem;
  margin: 0;
  color: #003D5E;
}


/* 1. Verticaal ruimte tussen elke rij buttons */
.activiteiten-section .button-cell {
  margin-bottom: 1rem;
}
/* 2. De blauwe, vierkante knop-achtergrond */
.activiteiten-section .button-cell .icon-button {
  /* Responsive vierkant: 80% van de cel, max 150px breed */
  width: 80%;
  max-width: 150px;
  /* Dwing hoogte gelijk aan breedte af */
  aspect-ratio: 1 / 1;
  /* Centraal in de cell */
  margin: 0 auto;
  /* Centreer het icoon binnen dit vierkant */
  display: flex;
  justify-content: center;
  align-items: center;
  /* Visuele styling */
  background: #003D5E;
  border-radius: 12px;
  text-decoration: none;
  /* Geen extra padding (anders mis je je vierkant) */
  padding: 0;
}
/* 3. Grootte van PNG-icoon in de knop */
.activiteiten-section .button-cell .button-icon {
  width:75%;     /* ± de helft van de knopbreedte */
  height: auto;
  display: block;
}
/* 4. Label-tekst onder de knop */
.activiteiten-section .button-cell .button-label {
  margin-top: 0.5rem;
  font-size: 1rem;
  line-height: 1.2;
  color: #003D5E;
  text-align: center;
}
.date-time-cell {
  text-align: center; /* Mobiel standaard gecentreerd */
}
 
 
/* Panda + mic horizontaal op mobiel */
.panda-mic-wrapper {
  margin-top: -50px;
  display: flex;
  align-items: center; /* verticaal gecentreerd */
  gap: 5rem; /* ruimte tussen panda en mic */
}
 
/* Panda kleiner maken op mobiel */
.panda-gif_img {
  max-width: 180px; /* pas aan naar wens */
  height: auto;
}
 
/* Mobile mic */
.mobile-mic {
  display: inline-block; /* naast panda */
}
 
/* Microfoon-knop styling */
.mic-button {
  width: 4rem;            
  height: 4rem;
  padding: 0;
  border-radius: 50%;
  background-color: #00507A;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mic-button .mic-icon {
  width: 3rem;          /* pas de PNG-grootte aan */
  height: auto;
}
  section.activiteitenSection .button-cell {
  margin-bottom: 1rem;
}
.activiteitenSection .button-cell .icon-button {
  width: 80%;
  max-width: 150px;
  aspect-ratio: 1 / 1;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #003D5E;
  border-radius: 12px;
  text-decoration: none;
  padding: 0;
}
.activiteitenSection .button-cell .button-icon {
  width: 75%;
  height: auto;
  display: block;
}
.activiteitenSection .button-cell .button-label {
  margin-top: 0.5rem;
  font-size: 1rem;
  line-height: 1.2;
  color: #003D5E;
  text-align: center;
}


.activiteitenSection .button-cell .icon-button:hover {
  background-color: #00293F;
  color: #fff;
}
 
/* Standaard: verberg de desktop-mic */
.desktop-mic {
  display: none;
}

footer.navigatieBar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: #003D5E;
  border-top: 1px solid #ccc;
  padding: 0.5rem 0;
  z-index: 999;
}

.navigatieBar button {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: none;
  border: none;
  font-size: 0.8rem;
  color: #fff;
  cursor: pointer;
}

.navigatieBar i {
  font-size: 1.5rem;
  padding-bottom: 5px;
}

.home-arc-button {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -10px;
}

.arc {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 25px;
  background: #003D5E;
  border-radius: 50px 50px 0 0;
  z-index: 0;
}

.home-button {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.home-button img {
  width: 40px;
  height: 40px;
}

.home-button span {
  margin-top: 6px;
color:#fff;
}

.planningButton {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
color: white;
}

.planningButton i {
  margin-right: 0.5rem;
}
.planningButton:hover {
  background-color: #2a8a99;
}

.mobile-app-icon-bar .home-button {
  transform: translateY(-10px);
}

/*css tijden*/
.date-time-cell {
  text-align: center;
}

.panda-gif__img {
  display: block;
  width: 100%;
  max-width: 200px;
  height: auto;
}

.mic-button {
  width: 4rem;
  height: 4rem;
  padding: 0;
  border-radius: 50%;
  background-color: #00507A;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mic-button .mic-icon {
  width: 3rem;
  height: auto;
}

/*PLANNING CSS------------------------------------------------------*/

#navigatieAgenda {
  padding: 10px 0;
  border-bottom: 1px solid #ccc; /* subtiel lijntje onder de balk */
  background-color: #fff; /* eventueel achtergrondkleur */
}

/* Terug en Nieuw knop styling met icoon boven tekst */
.terugButton {
  background: none;
  border: none;
  cursor: pointer;
  color: #000;
  font-size: 1.2rem;

  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.terugButton i {
  font-size: 2rem;
}

.terugButton:hover {
  color: #000;
}

/* Pijltjes knoppen midden */
.pijlKnop {
  background: none;
  border: none;
  cursor: pointer;
  color: #000;
  font-size: 1.5rem;
  margin: 0 10px;
}


/*AGENDA*/
.day-column {
  background: #f9f9f9;
  padding: 1rem;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  margin-bottom: 1rem;
}

.dag-titel {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  text-align: center;
}

.time-slot {
  background-color: #37AFC5;
  padding: 10px 15px;
  border-radius: 8px;
  margin-bottom: 10px;
  color: black;
  font-size: 1rem;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.time-slot i {
  margin-left: 6px;
  color: black;
  font-size: 12px;
}

.time-slot .tijd {
  font-weight: bold;
}

.datumTekst {
  margin: 1rem 0;
  font-weight: bold;
  font-size: 1.5rem;
  color: black;
}

 .day-view .day-column {
    padding: 2rem;
    font-size: 1.1rem;
  }

  .day-view .dag-titel {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }

  .day-view .time-slot {
    font-size: 1.2rem;
    padding: 15px 20px;
    border-radius: 10px;
    margin-bottom: 15px;
  }

  .day-view .time-slot .tijd {
    font-size: 1.3rem;
  }

  .day-view i {
    font-size: 1rem;
  }

.day-view {
  display: flex;
  justify-content: center;
}

.day-view .day-column {
  max-width: 600px;
  width: 100%;
}
/*OVERIZCHT HERINNERINGEN CSS-----------------------------------------------------------------*/
 .reminder-card {
  background-color: #A4DAEC;
  padding: 1rem;
  border-radius: 14px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  margin-bottom: 1rem;
  position: relative; /* dit zorgt dat de absolute positionering binnen deze container werkt */
}


    .reminder-card h3 {
      margin-bottom: 0.3rem;
	  font-weight: 700;

    }
    .section-title {
      margin-top: 2rem;
      margin-bottom: 1rem;

    }
    .check-icon {
      color: #2E7D32;
      font-weight: bold;
    }

.voltooid-wrapper {
  position: absolute;
  top: 50%; /* Zet het in het midden */
  right: 10px;
  transform: translateY(-50%); /* Verschuift het icon zodat het echt midden staat */
  text-align: center;
  font-size: 1.2rem;
}

.voltooid-icon {
  font-size: 1.8rem;
  display: block;
  margin-right: 5px;
 color: #026600;
}

.voltooid-text {
  font-size: 0.8rem;
  margin-top: 2px;
  font-weight: bold;
  margin-right: 5px;
  color:#026600;
}

#titelNieuw{
	padding-top: 10px;
}

main {
  padding-bottom: 80px; /* of hoeveel hoogte je footer heeft */
}

/* FORMULIER CSS ----------------------------------------------- */

.pagina-titel {
  text-align: center;
  font-weight: 700;
  color: #01334D;
  margin-bottom: 1rem;
}

.annuleerButton {
  margin-top: 1.5rem;
  margin-left: 1.5rem;
  background-color: transparent;
  border: none;
  color: #01334D;
  font-size: 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.3rem 0.6rem;
  border-radius: 8px;
  transition: background-color 0.3s ease;
}
.annuleerButton:hover,
.annuleerButton:focus {
  background-color: #d0ebf7;
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 95, 204, 0.6);
}

#nieuwe-herinnering {
  width: 90%;
  max-width: 500px;
  margin: 20px auto;
  padding: 20px;
  background-color: #10A7B5;
  border-radius: 14px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-family: 'Roboto', sans-serif;
  color: #fff;
}

#nieuwe-herinnering .opslaan button {
  background-color: #01334D;
  border-radius: 14px;
  border: none;
  padding: 0.8rem 1.2rem;
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

#nieuwe-herinnering .opslaan button:hover,
#nieuwe-herinnering .opslaan button:focus {
  background-color: #000000;
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.8);
  color: #fff;
}

#nieuwe-herinnering input[type="text"],
#nieuwe-herinnering input[type="time"],
#nieuwe-herinnering select {
  width: 100%;
  font-size: 1rem;
  border: 2px solid #01334D;
  border-radius: 14px;
  box-sizing: border-box;
  background-color: #fff;
  color: #000;
  font-family: 'Roboto', sans-serif;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

#nieuwe-herinnering input[type="text"]:focus,
#nieuwe-herinnering input[type="time"]:focus,
#nieuwe-herinnering select:focus {
  border-color: #000722;
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 95, 204, 0.6);
}

#nieuwe-herinnering input::placeholder {
  color: #4a4a4a;
}

.error-message {
  color: #FF4136;
  font-size: 0.875rem;
  margin-top: 0.25rem;
  display: block;
  min-height: 1.2em;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
 
}

#formulier-uitleg{
	color:black;
}

/*BEVESTIGING CSS*/
.check-icon {
  color: green;
  margin-bottom: 1rem;
}

.button{
  background-color: #01334D;
  border-radius: 14px;
  border: none;
  padding: 0.8rem 1.2rem;
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

/* ALGEMENE STYLES Tablet -------------------------------------------------------------- */
@media screen and (min-width: 1024px) {
	
h1{
	font-size: 40px;
}

/*HOMEPAGE -----------------*/
	
/*TIJDEN + KNOPPEN*/
  .date-time-cell {
    text-align: left;
    margin-left: 2rem;
  }

  .time-text {
    font-size: 5rem;
  }

  .date-text {
    font-size: 2.5rem;
  }
  .mobile-mic {
    display: none;
  }
	
 	.desktop-mic {
    display: block;
	margin-left: 2.5rem;
  }
 
  .activiteiten-panda-wrapper {
	margin: -3.5rem;
    display: flex;
    gap: 2rem;
    align-items: center;
    flex-direction: row;
  }
  .pandaSection {
    order: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: -1rem; /* schuift panda wat naar links */
  }
  .activiteitenSection {
    order: 1;
    flex: 2;
  }
  .panda-gif_img {
    max-width: 100%;
    height: auto;
  }
  .mic-button {
    margin-top: 1rem;
  }
}	
 
/*FORMULIEREN-------------*/	
.pagina-titel{
	text-align: left;
}

/*OVERZICHT HERINNERINGEN*/
.reminder-card.voltooid {
  background-color: #d0f0d0; /* lichtgroene achtergrond */
  display: block; /* of laat display weg */
}

.section-title {
  margin-left: 0; /* standaard voor desktop */
}
