
body {
  font-family: 'Open Sans', sans-serif;
  line-height: 1.6;
  background-color: #f9f9f9;
  color: #333;
  margin: 0;
  padding: 0;
}

/* Header och navigation */
#header {
  background-color: #04342c;
  color: white;
  padding: 16px 0;
  position: relative;
}

#logo {
  font-family: serif;
  font-size: 40px;
  font-weight: bold;
  color: white;
  text-decoration: none;
  padding-left: 16px;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Menyknapp  */
#nav.box {
  display: none;
  flex-direction: column;
  cursor: pointer;
  position: absolute;
  top: 19px;
  right: 16px;
  z-index: 1000;
}

.strip {
  height: 3px;
  width: 25px;
  background-color: rgb(115, 119, 114);
  margin: 4px 0;
}

/* Navigationsmeny */
#nav-menu {
  list-style: none;
  display: flex;
  gap: 24px;
  padding-right: 16px;
}

#nav-menu li a {
  text-decoration: none;
  color: white;
  font-weight: bold;
  transition: color 0.3s ease;
}

#nav-menu li a:hover,
#nav-menu li a.active {
  color: #ffe082;
}

/* Header-sektion */
.header-section {
background-image: url(backgrund.jpg);
  height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  position: relative;
  background-size: cover;
}

.header-section::after {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 77, 64, 0.6); 
}

.header-text {
  position: relative;
  z-index: 1;
}

.header-text h2 {
  font-size: 40px;
  font-family: 'Playfair Display', serif;
  margin-bottom: 8px;
}

.header-text p {
  font-size: 19px;
}

/* Info-sektion */
.info {
  padding: 32px 16px;
  text-align: center;
  background-color: #ffffff;
}

.info h3 {
  font-family: 'Playfair Display', serif;
  font-size: 29px;
  margin-bottom: 16px;
}

.info p {
  max-width: 700px;
  margin: 0 auto 24px auto;
}

.info img {
  width: 100%;
  max-width: 700px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

/* Footer */
footer {
  background-color: #004d40;
  color: white;
  text-align: center;
  padding: 16px;
  font-size: 14px;
  margin-top: 32px;
}
.bilder{
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 40px auto;
  max-width: 1000px;
  padding: 20px;
  flex-wrap: wrap;

}
.bild{
  flex: 1 1 250px;
  background-color: #f1f1f1;
  padding: 10px;
  text-align: center;
  border-radius: 8px;
  transition: transform 0.3s ease,box-shadow 0.3s ease;
}
.bild img{
width: 100%;
height: 160px;
object-fit: cover;
border-radius:6px;
}
.bild h4{
  margin-top: 10px;
  color: #395b64;
}
.bild:hover{
  transform: translate(-5px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

ul{
  list-style-type: none;
}
/* Grundläggande layout */
.info.container {
  max-width: 960px;
  margin: 0 auto;
  padding: 48px 24px;
  background-color: #ffffff;
  color: #222;
  font-family: 'Helvetica Neue', sans-serif;
  line-height: 1.7;
  border-left: 4px solid #c4a484; 
 
 }

 
 /*information-sektion*/
 .info.container h2 {
  font-size: 35px;
  margin-bottom: 19px;
  color: #a66e41; 
 }
 .info.container h3 {
  font-size: 22px;
  margin-top: 40px;
  margin-bottom: 16px;
  font-weight: 600;
  color: #444;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 5px;
 }
 .info.container p {
  margin-bottom: 16px;
  font-size: 17px;
 }
 .info.container ul {
  padding-left: 19px;
  list-style: none;
  margin-bottom: 16px;
 }
 .info.container li::before {
  content: '•';
  color: #c4a484;
  font-weight: bold;
  display: inline-block;
 }
 .info.container img {
  margin-top: 50px;
  width: 60%;
  border-radius: 4px;
  border: 1px solid #ddd;
  transition: transform 0.3s ease;
 }
 .info.container img:hover {
  transform: scale(1.02);
 }
 /*kontakt-sektion*/
.contact-section {
  padding: 40px;
  background-color: #f4f4f4;
}

/* Kontaktinformation */
.contact-info {
  background-color: #ffffff;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  word-break: break-word;
}


.contact-info h2 {
  font-size: 29px;
  color: #3a863c; 
}

.contact-info p, .contact-info h3 {
  font-size: 16px;
  color: #333;
}

.contact-info a {
  color: #4caf50;
}

.contact-info a:hover {
  text-decoration: underline;
}
.contact-section {
  padding: 40px 16px;
}

/* Kontaktformulär */
.contact-form {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.contact-form h3 {
  font-size: 24px;
  color: #4caf50;
  margin-bottom: 10px;
}

.contact-form label {
  font-size: 16px;
  color: #333;
  display: block;
  margin-bottom: 5px;
}

.contact-form input, .contact-form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 16px;
}

.contact-form button {
  background-color: #4caf50;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
 
}

.contact-form button:hover {
  background-color: #45a049;
}

/* Karta responsiv */

.map-container iframe {
  height: 300px;
  max-width: 100%;
  display: block;
}

/* Responsiv meny (mobil) */
@media (max-width: 768px) {
  #nav.box {
      display: flex;
  }

  #nav-menu {
      display: none;
      flex-direction: column;
      background-color: #004d40;
      position: absolute;
      top: 60px;
      right: 0;
      width: 100%;
      padding: 16px 0;
      z-index: 500;
  }

  #nav-menu.open {
      display: flex;
  }

  #nav-menu li {
      margin: 8px 0;
      text-align: center;
  }

  .hero {
      height: 40vh;
  }

  .hero-text h2 {
      font-size: 32px;
  }

  .info img {
      max-width: 90%;
  }
  .contact-info,
  .contact-form {
    padding: 16px;
  }

  .map-container iframe {
    height: 250px;
  }
}
