
/* Stijl van de navigatiebalk */
body, p {
  margin: 0;
  padding: 0;
  font-family: "forma-djr-text", sans-serif;
}

a{
	text-decoration: none;
	color: #000;
}


/* ==========================================================
														NAV bar
   ========================================================== */

/*<--   Gebruikersinformatie   --> */
/* Stijl voor de user navigatie */
.user-navigation {
  background-color: #ffda00;
	display: flex;
	justify-content: space-between;
}

/* Stijl voor user icoon */
.user-navigation .fa {
  color: #ffffff;
	font-size: 40px;
	padding-right: 5px;
}

.user-info{
	padding: 10px 0px 0px 10px;
}

.user-info a{
	font-size: 20px;
}

.user-menu{
	display: flex;
	align-items: center;
	gap: 20px;
}

/*<--   Responsieve links   --> */
.responsive-links{
	display: flex;
	padding-right: 35px;
}

/*<--   Header   --> */
/* Sticky header stijl */
.header-content {
  padding: 18px 35px;
  background: #ffffff;
  box-shadow: 0px 5px 5px rgb(186, 186, 186);
  transition: padding 0.25s ease;

	display: flex;
	align-items: center;
  justify-content: space-between;
}

/*<--   Logo   --> */
/* stijl voor afbeeldingen in .logo-container */
.logo-container img {
  width: 180px;
  height: auto;
}

/*<--   Hoofdmenu   --> */
.navigation-menu{
	display: flex;
	gap: 45px;
}

/* Stijl voor de icoonsectie */
.icon {
  color: #3c3c3b;
}


#standard { /* Laat alleen de standaard iconen zien */
  display: inline-block; 
}


#select { /* Verbergen van de 'select' iconen */
  display: none;
}


.navigation-menu li:hover .icon #standard { /* Bij hover de standaard iconen verbergen */
  display: none; 
}

.navigation-menu li:hover .icon #select { /* Bij hover de select iconen laten zien */
  display: inline-block; 
}

/* Stijl voor lijsten en links */
ul {
  padding: 0;
  margin: 0;
}

ul li {
  text-align: center;
  display: block;
}

ul li a {
  text-decoration: none;
  display: block;
}

/* Stijl voor icoon in navigatiemenu */
.navigation-menu .icon {
  height: 45px;
  transition: 0.5s;
  color: #3c3c3b;
  font-size: 50px;
}

/* Stijl voor tekst in navigatiemenu */
.navigation-menu p {
  color: #3c3c3b;
  font-size: 18px;
  line-height: 20px;
  transition: 0.5s;
	margin: 18px 0px 0px 0px;
}

@media screen and (max-width: 640px) {
  /* Gebruikersinformatie */
  .user-menu {
    display: none; 
  }

	/* Stijl voor icoon in navigatiemenu */
.navigation-menu .icon {
  height: 25px;
  font-size: 25px;
}

/* Stijl voor tekst in navigatiemenu */
.navigation-menu p {
  font-size: 18px;
	margin-top: 5px;
}
	
  .responsive-links {
    display: block; /* Toon de responsieve links */
  }
  
  /* Header Content */
  .header-content {
    flex-direction: column;
    padding: 18px 35px;
  }

  /* Logo aanpassingen */
  .logo-container img {
    width: 150px;
		padding-bottom: 15px;
  }

  /* Hoofdmenu aanpassingen */
  .navigation-menu {
    flex-direction: column; 
    gap: 15px;
  }
}

@media screen and (min-width: 640px) and (max-width: 1025px) {
  /* Header Content */
  .header-content {
    padding: 18px 35px; 
  }
  
  /* Logo aanpassingen */
  .logo-container img {
    width: 130px;
  }

  /* Hoofdmenu aanpassingen */
  .navigation-menu {
    gap: 20px; 
  }
}

/* ==========================================================
												Info icon
   ========================================================== */

.info-icon {
  position: fixed;
  top: 28%;
  right: 35px;
  transform: translateY(-50%);
  background-color: #f0f0f0;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
}

.info-icon i {
  color: #3b7b99;
  font-size: 35px;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Stijl voor de modal box */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
  background-color: #E8F6FF;
  margin: 5% auto;
  padding: 20px;
  border: 20px solid #6899B5;
  border-radius: 15px;
  width: 60%;
  max-width: 80%;
}

.close {
  color: #3c3c3b;
  float: right;
  font-size: 70px;
  font-weight: bold;
  cursor: pointer;
}

/* Stijl voor de terugknop */
.back-button {
  float: left;
  cursor: pointer;
  font-size: 20px;
  color: #3b7b99;
}

.back-button i {
  margin-right: 5px;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}


/* Stijl inhoud modal box */
.modal-content h1{
  display: flex;
  justify-content: center;
  color: #3b7b99;
  font-weight: 700;
  font-size: xx-large;
}

.model-info{
  position: absolute;
}

.modal-info a {
  position: absolute;
  right: 500px;
  top: 600px;
  background-color: #ffda00; 
  font-size: 25px; 
  font-weight: bold;
  padding: 10px 40px;
  border-radius: 12px;
  box-shadow: 2px 2px 6px 0px rgb(0 0 0 / 22%);
}

.modal-info p{
  text-align: center;
}

.berta{
  height: 500px;
}

.overzicht{
  position: absolute;
  height: 130px;
  top: 465px;
  left: 525px;
}

.leefveld{
  position: absolute;
  height: 400px;
  top: 180px;
  left: 1000px;
}

.bloemen{
  position: absolute;
  height: 300px;
  top: 310px;
  left: 530px;
}

@media screen and (max-width: 640px) {
  .info-icon {
    top: 48%;
    right: 15px; 
    padding: 6px; 
  }

  .info-icon i {
    font-size: 18px; 
  }

  .modal-content {
    width: 80%;
    max-width: 80%;
    margin: 15% auto;
    padding: 5px;
    border: 10px solid #6899B5;
  }

  .close {
    font-size: 30px;
  }

  .modal-content h1{
    font-size: medium;
  }
  
  .modal-info a {
    right: 50px;
    top: 300px;
    font-size: 18px; 
    padding: 8px 16px;
    border-radius: 12px;
  }

  .berta{
    height: 200px;
    padding-bottom: 25px;
  }
  
  .overzicht{
    height: 50px;
    top: 225px;
    left: 40px;
  }
  
  .leefveld{
    height: 100px;
    top: 150px;
    left: 280px;
  }
  
  .bloemen{
    height: 80px;
    top: 200px;
    left: 130px;
  }
}

@media screen and (min-width: 640px) and (max-width: 1025px) {
  .info-icon {
    top: 20%;
    right: 40px; 
    padding: 8px; 
  }

  .modal-content {
    width: 70%;
    max-width: 80%;
    margin: 20% auto;
  }

  .modal-info a {
    right: 200px;
    top: 600px;
    font-size: 25px; 
    padding: 10px 40px;
    border-radius: 12px;
  }

  .berta{
    height: 350px;
  }
  
  .overzicht{
    height: 100px;
    top: 500px;
    left: 200px;
  }
  
  .leefveld{
    height: 280px;
    top: 300px;
    left: 620px;
  }
  
  .bloemen{
    height: 200px;
    top: 400px;
    left: 300px;
  }
}

