@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* ======================== */
/* General Styles           */
/* ======================== */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", serif;
}

/* Style the navigation menu */
.navbar {
  width: 100%;
  background-color: #555;
  overflow: auto;
  position: fixed;
  top: 0;
}


/* Navigation links */
.navbar a {
  float: left;
  padding: 20px;
  color: white;
  text-decoration: none;
  font-size: 17px;
  width: 20%; /* Five equal-width links. If you have two links, use 50%, and 33.33% for three links, etc.. */
  text-align: center; /* If you want the text to be centered */
}

/* Add a background color on mouse-over */
.navbar a:hover {
  background-color: #000;
}

/* Style the current/active link */
.navbar a.active {
  background-color: #002880;
}

/* Add responsiveness - on screens less than 500px, make the navigation links appear on top of each other, instead of next to each other */
@media screen and (max-width: 500px) {
  .navbar a {
    float: none;
    display: block;
    width: 100%;
    text-align: left; /* If you want the text to be left-aligned on small screens */
  }
}


body {
  font-family: Calibri, sans-serif;
  line-height: 1.6;
  background: #f7f7f7;
  color: #333;
  margin: 0;
}

main {

  margin-bottom: 50px;
  padding: 0px;
  padding-top: 0px;
}

.Logo {

  height: 50px;
  width: auto;
  border-radius: 8px;
  margin-left: 15px;
  margin-top: -50px;
  top: 18px;
  position: relative;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;

}

section {
  padding: 100px 20px;
  text-align: center;
}

footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #333; /* Zwarte achtergrondkleur */
  color: white; /* Witte tekstkleur */
  text-align: center;
  padding: 10px 0; /* Ruimte rond de tekst */
  z-index: 1000;
}

h1, h2 {
  color: #2c3e50;
  margin-bottom: 10px;
  text-align: center;
}

h1 {
  font-size: 2.5em;
  font-weight: 600;
}

p {
  font-size: 1.1em;
  line-height: 1.6;
  margin: 10px 0;
  color: #333;
}

a {
  text-decoration: none;
  color: #0066ff;
}

.email{
  text-decoration: underline;
  color: #1a0cd8;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

li {
  margin: 10px 0;
  font-size: 1em;
  text-align: left;
  color: #333;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 1em;
  text-align: left;
  background: white;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  overflow: hidden;
}

table th, table td {
  padding: 15px;
  border: 1px solid #ddd;
}

table th {
  background: #2c3e50;
  color: white;
  text-transform: uppercase;
  font-size: 0.9em;
}

table tr:nth-child(even) {
  background: #f9f9f9;
}

.stars {
  color: #f4b400;
  font-size: 1.2em;
}

.section {
  border-bottom: 2px solid #ccc;
  margin: 5px auto;
  padding: 20px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  max-width: 900px;
}

.section h1 {
  font-size: 2.5em;
  color: #2c3e50;
  text-align: center;
  margin-bottom: 20px;
}

.section .content {
  padding: 10px 20px;
  padding-bottom: 10rem;
}

.section-heading {
  font-size: 1.8em;
  margin-top: 20px;
  color: #2c3e50;
}

.section p {
  font-size: 1.1em;
  line-height: 1.8;
  margin-bottom: 15px;
}

footer {
  margin-top: 30px;
  font-size: 0.9em;
  color: #777;
  text-align: center;
}

/* ======================== */
/* Section Styles         */
/* ======================== */

.skiResort {
  height: 100vh;
  background-image: url("../Images/Photo8.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: flexbox;
  align-items: center;
  justify-content: center;
  color: white;
}

.Resorts_top1 {
  height: 100vh;
  background-image: url("../Images/Photo10.jpg");
  background-repeat: no-repeat;
  background-size: cover;
 
  align-items: center;
  justify-content: center;
  color: white;
}

.Resorts_top2 {
  height: 100vh;
  background-image: url("../Images/Photo10.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  
  align-items: center;
  justify-content: center;
  color: white;
}

.skis {
  height: 100vh;
  background-image: url("../Images/Photo4.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: flexbox;
  align-items: center;
  justify-content: center;
  color: white;
  
}

.Skis_top {
  height: 100vh;
  background-image: url("../Images/Photo10.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: flexbox;
  align-items: center;
  justify-content: center;
  color: white;
 
}

.tipsntricks {
  height: 100vh;
  background-image: url("../Images/Photo9.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: flexbox;
  align-items: center;
  justify-content: center;
  color: white;
}

.intro {
  height: 100vh;
  background-image: url("../Images/Photo4.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: flexbox;
  align-items: center;
  justify-content: center;
  color: white;
}

.info1 {
  height: 100vh;
  background-image: url("../Images/Photo10.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: flexbox;
  align-items: center;
  justify-content: center;
  color: white;
}

.info2 {
  height: 100vh;
  background-image: url("../Images/Photo10.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: flexbox;
  align-items: center;
  justify-content: center;
  color: white;
}

.info3 {
  height: 100vh;
  background-image: url("../Images/Photo10.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: flexbox;
  align-items: center;
  justify-content: center;
  color: white;
}

.info4 {
  height: 100vh;
  background-image: url("../Images/Photo10.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: flexbox;
  align-items: center;
  justify-content: center;
  color: white;
}

.info5 {
  height: 100vh;
  background-image: url("../Images/Photo10.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: flexbox;
  align-items: center;
  justify-content: center;
  color: white;
}

.info6 {
  height: 100vh;
  background-image: url("../Images/Photo10.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: flexbox;
  align-items: center;
  justify-content: center;
  color: white;
}

.info7 {
  height: 100vh;
  background-image: url("../Images/Photo10.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: flexbox;
  align-items: center;
  justify-content: center;
  color: white;
}

.info8 {
  height: 100vh;
  background-image: url("../Images/Photo10.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: flexbox;
  align-items: center;
  justify-content: center;
  color: white;
}

.overzicht {
  pointer-events: none;
  pointer-events: auto;
  height: 100vh;
  background-image: url("../Images/Photo10.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: flexbox;
  align-items: center;
  justify-content: center;
  color:#0066ff;
}
.contact_form {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.over {
  min-height: 80vh;
    background-image: url("../Images/Photo10.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    padding: 100px 20px;
    box-sizing: border-box;
}
.extra_tips {
  min-height: 80vh;
  background-image: url("../Images/Photo9.jpg"); /* Foto 9 als achtergrond */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  padding: 100px 20px;
  box-sizing: border-box;
}
.contact_form {
  height: 100vh;
  display: flexbox;
  align-items: center;
  justify-content: center;
  color: white;
}

.about::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../Images/Photo6.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  filter: blur(10px); 
  z-index: 1;
}

.aboutContent {
  position: relative;
  top: 0;
  z-index: 2; 
  height: 150%;
  background-image: url("../Images/Photo7.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: flexbox;
  align-items: center;
  justify-content: center;
  color: white;
}

.hero {
  height: 100vh;
  background-image: url("../Images/Photo8.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: flexbox;
  align-items: center;
  justify-content: center;
  color: white;
}

.hero h1 {
  font-size: 3em;
  text-shadow: 2px 2px 5px black;
}

.hero p {
  font-size: 1.5em;
  text-shadow: 2px 2px 5px black;
}

/* ======================== */
/* Ski-Resort Site       */
/* ======================== */


.intro-section {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin: 20px 0;
}

.intro-text {
  flex: 2;
  font-size: 1.1em;
  line-height: 1.8;
}

.intro-image {
  flex: 1;
  max-width: 50%;
}

.intro-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* ======================== */
/* Ski Site       */
/* ======================== */

.tips-list {
  padding-left: 20px;
  margin-top: 15px;
  margin-bottom: 20px;
  
}

.tips-list li {
  margin-bottom: 10px;
  font-size: 1em;
  color: #333;
}


/* ======================== */
/* About Site       */
/* ======================== */



/* ======================== */
/* Responsive Design        */
/* ======================== */

/* Small screens (phones) */
@media (max-width: 768px) { 
  .intro {
    background-image: url("../Images/Photo4_800.jpg") !important;}
    .skiResort {
      background-image: url("../Images/Photo8_800.jpg") !important;
    }
    .tipsntricks {
      background-image: url("../Images/Photo9_800.jpg") !important;
    }
    .hero {
      background-image: url("../Images/Photo8_800.jpg") !important;
    }
  .intro, .info1, .info2, .info3, .info4, .info5, .info6, .info7, .info8, 
  .overzicht, .over, .extra_tips, .contact_form, .skiResort, .Resorts_top1, .Resorts_top2, .tipsntricks, .hero {
    background-image: none !important; /* Verwijdert achtergrondafbeeldingen */
    background-color: white}
  body {
    margin: 10px;
  }

  h1 {
    font-size: 2em;
  }

  p {
    font-size: 1em;
    line-height: 1.5;
  }

  main {
    padding-top: 220px;
  }

  section {
    padding: 60px 10px;
  }

  .intro-section {
    flex-direction: column;
    gap: 10px;
  }

  .intro-text {
    flex: unset;
    font-size: 0.9em;
  }

  .intro-image {
    max-width: 100%;
  }

  table {
    font-size: 0.9em;
    display: block;
    overflow-x: auto;
  }

  table th,
  table td {
    padding: 10px;
    font-size: 0.8em;
  }

  /* Responsive background sections */
  .skiResort,
  .Resorts_top1,
  .Resorts_top2,
  .skis,
  .Skis_top,
  .tipsntricks,
  .intro,
  .over,
  .extra_tips,
  .contact_form,
  .info1,
  .info2,
  .info3,
  .info4,
  .info5,
  .info6,
  .info7,
  .info8,
  .overzicht,
  .hero {
    height: auto;
    padding: 40px 20px;
    background-size: contain;
    background-position: center;
  }
}

/* Very small screens (narrow phones) */
@media (max-width: 480px) {
  body {
    margin: 5px;
  }

  h1 {
    font-size: 1.8em;
  }

  p {
    font-size: 0.9em;
  }

  .hero h1 {
    font-size: 2em;
  }

  .hero p {
    font-size: 1em;
  }

  footer {
    font-size: 0.8em;
  }

  .intro-section {
    flex-direction: column;
    gap: 10px;
  }

  .intro-text {
    flex: unset;
    font-size: 0.85em;
  }

  .intro-image {
    max-width: 100%;
  }

  table {
    font-size: 0.8em;
    display: block;
    overflow-x: auto;
  }

  table th,
  table td {
    padding: 8px;
    font-size: 0.7em;
  }

  /* Responsive background sections */
  .skiResort,
  .Resorts_top1,
  .Resorts_top2,
  .skis,
  .Skis_top,
  .tipsntricks,
  .intro,
  .over,
  .extra_tips,
  .contact_form,
  .info1,
  .info2,
  .info3,
  .info4,
  .info5,
  .info6,
  .info7,
  .info8,
  .overzicht
  .hero {
    height: auto; 
    padding: 30px 15px;
    background-size: contain; 
    background-position: center;
  }
}

/* Medium screens (tablets) */
@media (max-width: 1024px) {
  body {
    margin: 15px;
  }

  h1 {
    font-size: 2.2em;
  }

  p {
    font-size: 1em;
  }

  section {
    padding: 80px 15px;
  }

  footer {
    font-size: 0.85em;
  }

  .intro-section {
    flex-direction: column;
    gap: 15px;
  }

  .intro-text {
    flex: unset;
    font-size: 1em;
  }

  .intro-image {
    max-width: 100%;
  }

  table {
    font-size: 0.95em;
    display: block;
    overflow-x: auto;
  }

  table th,
  table td {
    padding: 12px;
    font-size: 0.85em;
  }

  /* Responsive background sections */
  .skiResort,
  .Resorts_top1,
  .Resorts_top2,
  .intro,
  .skis,
  .Skis_top,
  .tipsntricks,
  .over,
  .extra_tips,
  .contact_form,
  .info1,
  .info2,
  .info3,
  .info4,
  .info5,
  .info6,
  .info7,
  .info8,
  .overzicht,
  .hero {
    height: 80vh;
    padding: 50px 20px;
    background-size: cover;
    background-position: center; 
  }

}
/* General responsive styles */
/* ======================== */
/* General Styles           */
/* ======================== */
/* Galerij                  */
/* ======================== */

/* ===== GALERIJ ===== */




.galerij-container {
  padding-top: 120px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px; /* Ruimte tussen de afbeeldingen */
  
  max-width: 90%; /* Voorkomt dat de galerij te breed wordt */
  margin: 0 auto; /* Centreert de galerij */
}


.galerij-container img {
  width: 100%;
  max-width: 600px;
  border-radius: 10px; /* Ronde hoeken */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out; 
}


@media (min-width: 768px) {
  .galerij-container img {
      width: 48%; 
  }
}

@media (min-width: 1024px) {
  .galerij-container img {
      width: 30%; 
  }
}

/* ===== TITEL AANPASSEN ===== */
.galerij-titel {
  text-align: center;
  font-size: 2rem;
  margin-top: 100px; 
}


.back-button {
  display: block;
  text-align: center;
  background-color: #333;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 1.2rem;
  width: fit-content;
  margin: 20px auto; /* Zorgt ervoor dat de knop altijd onderaan gecentreerd is */
}

/* Knop blijft goed gepositioneerd bij grotere schermen */
@media (min-width: 768px) {
  .back-button {
      display: flex;
      justify-content: center;
      align-items: center;
  }
}

.back-button:hover {
  background-color: #555;
}

.gallery img {
  width: 100%;
  max-width: 500px;
  margin: 10px auto;
  display: block;
  border-radius: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.back-link {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 15px;
  background-color: #333;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
}

.back-link:hover {
  background-color: #575757;
}
/* ======================== */
/* Contact form       */
/* ======================== */

  /* Algemene stijlen voor het formulier */
form {
  max-width: 500px;
  margin: 50px auto;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: none;
  font-family: Arial, sans-serif;
}

/* Stijlen voor de labels */
form label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #333;
  font-size: 1rem;
}

/* Stijlen voor invoervelden */
form input[type="text"],
form input[type="email"],
form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1rem;
  background: #f9f9f9;
  transition: border-color 0.3s ease;
}

/* Focus- en hover-effecten voor invoervelden */
form input[type="text"]:focus,
form input[type="email"]:focus,
form textarea:focus {
  border-color: #007BFF;
  outline: none;
  background: #fff;
}

/* Stijlen voor de verzendknop */
/* Stijlen voor de verzendknop */
form button {
  width: 100%;
  padding: 10px;
  font-size: 1rem;
  color: #fff;
  background: #007BFF;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

/* Hover effect */
form button:hover {
  background: #0056b3;
}

/* Focus effect */
form button:focus {
  outline: none;
  background: #004a99;
}

/* Centrerende titel */
form h2 {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
  font-size: 1.5rem;
}

/* Styling for radio buttons */
form input[type="radio"] {
  margin-right: 5px;
}

/* Styling for date-time input */
form input[type="datetime-local"] {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1rem;
  background: #f9f9f9;
  transition: border-color 0.3s ease;
}

form input[type="datetime-local"]:focus {
  border-color: #007BFF;
  outline: none;
  background: #fff;
}

/* Styling for dropdown (select) */
form select {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1rem;
  background: #f9f9f9;
  transition: border-color 0.3s ease;
}

form select:focus {
  border-color: #007BFF;
  outline: none;
  background: #fff;
}

/* Styling for checkboxes */
form input[type="checkbox"] {
  margin-right: 5px;
}


/* Responsive ontwerp */
@media (max-width: 768px) {
  form {
    padding: 15px;
  }

  form label {
    font-size: 0.9rem;
  }

  form input[type="submit"] {
    font-size: 0.9rem;
  }
}

