* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
	font-family: Arial, sans-serif;
	position: relative;
	min-height: 100vh; /* Ensure the page takes up at least the full height of the viewport */
	margin: 0;
	padding-bottom: 2.5rem; /* Adjust this value to leave enough space for the footer */
}

header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 40px 20px;
  background-color: #f2f2f2;
  flex-wrap: wrap;
  text-align: left;
}

.header-logo-container {
  background: #f2f2f2; /* Lichtgrijs */
  padding: 10px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-logo {
  width: 220px;
  height: auto;
}


h1 {
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
}

h2 {
    font-size: 16px;
    color: #abcbb3;
}

h4 {
    font-size: 14px;
    color: #abcbb3;
}

.background {
    background-image: url('lofoten-sunset.jpg');
    background-size: cover;
    height: 500px;
}

.main {
    max-width: 960px;
    margin: 20px auto;
    padding: 20px;
}

.columns {
    display: flex;
    justify-content: center;
    margin-top: 30px;
	gap: 80px; /* Vergroot deze waarde voor meer ruimte */
	/* max-width: 1000px;         /* Optioneel: maximale breedte om layout te beheersen */
   /* margin: 0 auto;            /* Dit centreert de hele container horizontaal */

}

.column {
    flex-basis: 30%;
    padding: 60px;
    background-color: #f2f2f2;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    text-align: center;
}

h3 {
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
}

p {
    font-size: 14px;
    color: #666;
     padding: 0.3rem 0; /* Add padding for spacing */
}

.cursive-text {
  font-style: italic; color: #abcbb3;
}

.cursive-text2 {
  font-style: italic; color: #abcbb3;
  font-size: 12px;
  padding: 0.5rem 0; /* Add padding for spacing */
  }

.p-cursive {
      font-style: italic; color: #abcbb3;
  font-size: 14px;
  padding: 0.5rem 0; /* Add padding for spacing */
}

.p-cursive-klein {
  font-style: italic; color: #abcbb3;
  font-size: 12px;
  padding: 0.5rem 0; /* Add padding for spacing */
}

.p-cursive-center {
      font-style: italic; color: #abcbb3;
  font-size: 14px;
  padding: 0.5rem 0; /* Add padding for spacing */
  text-align: center;
}

.p-center-bold {
    font-size: 14px;
    color: #666;
     padding: 0.3rem 0; /* Add padding for spacing */
	 text-align: center;
font-weight: bold;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  background-color: #f1f1f1; /* Customize the background color of the footer */
  padding: 1rem 0; /* Add padding for spacing */
}

.main-body {
 text-align: center;
 margin: auto;
 max-width: 600px;
}

.main-body-l {
 text-align: left;
 margin: 15px;
 max-width: 900px;
 color: #abcbb3;
}

.buttons {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 20px;
}

.buttons button {
  padding: 10px 20px;
  margin-right: 10px;
}

.ul {
    font-size: 14px;
    color: #666;
     padding: 0.3rem 0; /* Add padding for spacing */
}


img.topic-image {
  width: 100%;
  height: 200px;
  object-fit: contain;
  background-color: white;
  border-radius: 10px;
}


/* ul {
    padding-left: 20px;
    color: #abcbb3;
    font-style: italic;
    font-size: 1rem;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}*/

ul {
  margin: 10px;      
  padding-left: 40px;     /* ruimte voor bullets */
  max-width: 600px;       /* optioneel, zodat het niet te breed wordt */
  text-align: left;       /* links uitlijnen van de inhoud */
  padding: 0.5rem 0; /* Add padding for spacing */
  font-size: 14px;
  color: #666;
}

img.kleine-foto {
  max-width: 600px;
  height: auto;
  display: block;
  margin: 0 auto; /* optioneel: centreert de foto */
}
