/* Oppdatert design – grågrønn palett som matcher kampanjebanner med visuelle detaljer */

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Oswald:wght@400;600&display=swap');

body {
  font-family: 'Segoe UI', sans-serif;
  margin: 0;
  padding: 0;
  color: #2e3b2e;
  background-color: #e8edea;
  line-height: 1.6;
}

header {
  background-color: #3b4f45;
  padding: 1em 0;
  color: white;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 2px solid #5c7064;
  border-bottom: 2px solid #5c7064;
  background-color: #4a5d4e;
}

nav ul li {
  margin: 0 10px;
}

nav ul li a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  padding: 0.75em;
  display: inline-block;
  transition: background-color 0.3s ease;
}

nav ul li a:hover {
  background-color: #3f5144;
  border-radius: 4px;
}

.hero {
  position: relative;
  text-align: center;
  color: white;
  overflow: hidden;
  height: 279px;
}

.hero img {
  width: auto;
  max-width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto;
  object-fit: contain;
  object-position: center;
}

.hero-text {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.2em;
  font-family: 'Bebas Neue', sans-serif !important;
  text-align: center;
  max-width: 50%;
  line-height: 1.3;
  background: none !important;
  background-color: transparent !important;
  color: #f5f7db !important;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
  white-space: normal;
  word-break: break-word;
  padding: 0 1em;
}

.cta-button {
  display: inline-block;
  background-color: #5b7465;
  color: white;
  padding: 0.7em 1.2em;
  margin-top: 1em;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.cta-button:hover {
  background-color: #4a5d4e;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

main {
  padding: 2em;
  max-width: 900px;
  margin: 0 auto;
}

main section {
  margin-bottom: 2.5em;
  background-color: #ffffff;
  padding: 1.5em;
  border-left: 6px solid #5c7064;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  transition: box-shadow 0.3s ease;
}

main section:hover {
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

footer {
  background-color: #3b4f45;
  color: white;
  text-align: center;
  padding: 1.5em 1em;
  font-size: 0.9em;
  border-top: 2px solid #5c7064;
}

footer a {
  color: #dce5dc;
  text-decoration: underline;
}

video {
  border: 3px solid #5c7064;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

@media (max-width: 600px) {
  nav ul {
    flex-direction: column;
  }

  .hero-text {
    font-size: 0.95em;
    max-width: 90%;
    padding: 0 1em;
  }

  .cta-button {
    padding: 0.6em 1em;
    font-size: 0.95em;
  }

  main {
    padding: 1em;
  }
}
.kildeseksjon {
  background-color: #f5f7f4;
  border-left: 5px solid #5c7064;
  padding: 1.5em;
  margin: 2em 0;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.kildeseksjon h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.4em;
  margin-top: 0;
  color: #3b4f45;
}

.kildeseksjon ul {
  list-style: none;
  padding-left: 0;
}

.kildeseksjon ul li {
  margin-bottom: 0.8em;
}

.kildeseksjon a {
  color: #2e3b2e;
  text-decoration: underline;
}

.kildeseksjon a:hover {
  color: #5c7064;
}
.kildeseksjon {
  background-color: #f3f7f4;
  padding: 1.5em;
  border-left: 6px solid #5c7064;
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.1);
  margin-top: 2em;
}

.kildeseksjon h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.4em;
  color: #2e3b2e;
  margin-bottom: 1em;
}

.kildeseksjon ul {
  list-style-type: disc;
  margin-left: 1.2em;
  padding-left: 0;
}

.kildeseksjon li {
  margin-bottom: 0.8em;
  line-height: 1.5;
}

.kildeseksjon a {
  color: #2e4b3a;
  text-decoration: underline;
}

.kildeseksjon a:hover {
  text-decoration: none;
  color: #3b4f45;
}