@charset "UTF-8";
/*Variabler*/
/*Display*/
/*Flex-direction*/
/*Flex-wrap*/
/*Justify-content*/
/*Align-items*/
/*Text-align*/
/*Position*/
/*Margin*/
/*Padding*/
/*Gap*/
/*Top*/
/*Left*/
/*Right*/
/*Width*/
/*Height*/
/*Object-fit*/
/*Border*/
/*Border-radius*/
/*Cursor*/
/*Color*/
/*Background-color*/
/*Font-weight*/
/*Font-size*/
/*Transform*/
/*Transition*/
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
}

header {
  position: relative;
  z-index: 30;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  padding-right: 40px;
}
header img {
  max-height: 100px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
header .menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  padding: 0;
  line-height: 1;
}
header nav ul {
  list-style: none;
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
}
header nav li a {
  text-decoration: none;
  color: #000000;
  display: block;
}

@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
  header {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-right: 0;
  }
  header .menu-toggle {
    display: block;
  }
  header .nav-links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    background: #ffffff;
    flex-direction: column;
    gap: 10px;
    padding: 1rem 0rem 1rem 1rem;
    margin: 0;
    overflow-y: auto;
    z-index: 20;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }
  header.nav-open .nav-links {
    display: flex;
  }
  .booking img {
    max-width: 40%;
    height: auto;
  }
}
.hero, .medlem {
  display: block;
  justify-content: center;
  text-align: center;
}

.samarbejdspartnere {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
}

.hero img {
  max-width: 50%;
  height: auto;
}

.medlem img {
  max-width: 20%;
  height: auto;
}

.samarbejdspartnere img {
  max-width: 120px;
  width: auto;
  height: auto;
  display: block;
}

.video {
  display: flex;
  justify-content: center;
  align-items: center;
}

video {
  max-width: 50%;
  height: auto;
  margin-top: 40px;
}

.courses {
  text-align: center;
  margin-top: 80px;
}

.cards-container, .anmeldelse-container, .medlem-og-vaerdi-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 20px;
  margin: 20px;
  margin-bottom: 80px;
}

.card1, .card2, .card3, .card4, .anmeldelse1, .anmeldelse2, .vaerdi1, .vaerdi2, .vaerdi3 {
  padding: 20px;
  border: solid 1px #8f0e0e;
}

.medlem h2 {
  margin-top: 80px;
}

h1, h2 {
  text-align: center;
  margin-top: 80px;
}

.reviews-form {
  max-width: 600px;
  margin: 1rem auto 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.reviews-form label {
  font-weight: 600;
}

.reviews-form input,
.reviews-form select,
.reviews-form textarea,
.reviews-form button[type="submit"] {
  width: 100%;
  box-sizing: border-box;
  padding: 0.7rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  font: inherit;
}

.reviews-form button[type="submit"] {
  background-color: #ad2323;
  color: #fff;
  border: none;
  cursor: pointer;
}

.reviews-form button[type="submit"]:hover {
  background-color: #960E12;
}

.kontakt h1, .kontakt p {
  text-align: center;
  margin-left: 0;
}

.kontaktinformationer {
  margin-top: 40px;
  text-align: center;
}

.kontaktform {
  max-width: 420px;
  margin: 2rem auto;
  padding: 0 1rem;
}

.kontaktform form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  width: 100%;
  margin: 0 auto;
}

.kontaktform input[type="text"],
.kontaktform input[type="email"],
.kontaktform textarea {
  width: 100%;
  max-width: 280px;
  box-sizing: border-box;
  padding: 0.5em 0.65em;
  font-size: 0.95rem;
  border: 1px solid #960E12;
  border-radius: 6px;
}

.kontaktform textarea {
  min-height: 90px;
  resize: vertical;
}

.kontaktform button[type="submit"] {
  align-self: center;
}

.booking {
  text-align: center;
}
.booking img {
  max-width: 100%;
  height: auto;
}

.ommig {
  text-align: center;
}

.om-tekst-container {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  gap: 2rem;
  flex-wrap: wrap;
  margin: 80px;
}

.om-tekst-container img {
  width: 40%;
  max-width: 300px;
  height: auto;
}

.om-tekst-container-standarder {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  gap: 2rem;
  flex-wrap: wrap;
  margin: 80px;
  align-items: center;
}

.standarder-billeder {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.standarder-billeder img {
  width: 100%;
  max-width: 300px;
  height: auto;
}

.om-tekst {
  flex: 1;
  display: flex;
  flex-direction: column;
  text-align: left;
  max-width: 50%;
}

.om-tekst p {
  text-align: left;
}

.vaerdi1, .vaerdi2, .vaerdi3 {
  max-width: 30%;
}

.billede {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  gap: 20px;
  margin-top: 40px;
}

.billede img {
  width: 20%;
  height: auto;
}

.faq-hero, .kursus-hero {
  max-width: 800px;
  margin: 0 auto;
  padding: 30px 20px;
  text-align: center;
}

.faq h2, .faq p {
  margin: 10px;
  text-align: left;
}

.faq {
  border: 1px solid #960E12;
  width: 50%;
  padding: 50px;
  background-color: #FFFFFF;
  color: #000000;
  margin: 80px auto;
}

.faq-answer {
  display: none;
  margin: 0;
  padding: 0.5em 0;
  color: #000000;
  margin: 10px;
  padding: 10px;
}

.faq ul {
  margin-left: 40px;
}

.faq-item {
  position: relative;
  padding-right: 3rem;
}

.faq-item.active .faq-answer {
  display: block;
}

.faq-icon {
  position: absolute;
  top: 50%;
  right: 1.2rem;
  transform: translateY(-50%);
  font-weight: bold;
  font-size: 1.2em;
  transition: transform 0.3s ease; /* Tilføj en lille animation */
}

.faq-item.active .faq-icon {
  top: 1.2rem;
  transform: translateY(0) rotate(180deg); /* Valgfri rotationseffekt */
}

.kursus-card {
  border: 1px solid #960E12;
  width: 800px;
  padding: 10px;
  background-color: #FFFFFF;
  color: #000000;
  margin: 10px auto;
  text-align: center;
}

.kursus-answer {
  display: none;
  margin: 0;
  padding: 0.5em 0;
  color: #000000;
  margin: 10px;
  padding: 10px;
  text-align: left;
}

/* Anmeldelser: formular og carousel */
.reviews-form{
  max-width: 600px;
  margin: 1rem auto 2rem auto;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.reviews-form input, .reviews-form textarea, .reviews-form select{
  padding: 0.6rem;
  border: 1px solid #960E12;
  border-radius: 4px;
}
.reviews-form button{
  background: #ffffff;
  color: #000000;
  padding: 0.6rem 1rem;
  border: none;
  cursor: pointer;
  width: fit-content;
}
.reviews-carousel{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2rem;
}
.slides{
  width: 70%;
  min-height: 120px;
  border: 1px solid #960E12;
  padding: 1rem;
  border-radius: 6px;
  background: #FFFFFF;
}
.slide{ display: none; }
.slide.active{ display: block; }
.carousel-control{
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
}

@media (max-width: 768px) {
  .reviews-form {
    max-width: 320px;
    width: 100%;
    margin: 0.75rem auto 1rem;
    padding: 0 0.25rem;
    gap: 0.4rem;
    box-sizing: border-box;
    align-items: stretch;
  }

  .reviews-form label {
    font-size: 0.9rem;
  }

  .reviews-form input,
  .reviews-form select,
  .reviews-form textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 0.6rem;
    font-size: 0.95rem;
    min-height: 42px;
  }

  .reviews-form button,
  .reviews-form button[type="submit"] {
    width: 100%;
    box-sizing: border-box;
    padding: 0.65rem 0.8rem;
    font-size: 0.95rem;
    min-height: 42px;
    background-color: #ad2323;
    color: #fff;
    border: none;
  }

  .reviews-carousel {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin: 0 auto 1rem;
    padding: 0 0.25rem;
    width: 100%;
    max-width: 320px;
  }

  .slides {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    min-height: 110px;
    padding: 0.75rem;
    font-size: 0.95rem;
    box-sizing: border-box;
    margin: 0 auto;
  }

  .carousel-control {
    width: 2rem;
    height: 2rem;
    font-size: 1.1rem;
    align-self: center;
    flex-shrink: 0;
  }


  .review-slide h3,
  .review-slide p {
    font-size: 0.95rem;
  }
}

.kursus ul {
  margin-left: 40px;
}

.kursus-item {
  position: relative;
  padding-right: 3rem;
}

.kursus-item.active .kursus-answer {
  display: block;
}

.kursus-icon {
  position: absolute;
  top: 50%;
  right: 1.2rem;
  transform: translateY(-50%);
  font-weight: bold;
  font-size: 1.2em;
  transition: transform 0.3s ease; /* Tilføj en lille animation */
}

.kursus-item.active .kursus-icon {
  top: 1.2rem;
  transform: translateY(0) rotate(180deg); /* Valgfri rotationseffekt */
}

@media (max-width: 768px) {
  video {
    width: 80%;
    height: auto;
  }
  .cards-container, .anmeldelse-container, .medlem-og-vaerdi-container {
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding: 10px;
    margin: 10px;
  }
  .card1, .card2, .card3, .card4, .anmeldelse1, .anmeldelse2, .vaerdi1, .vaerdi2, .vaerdi3 {
    width: 100%;
    max-width: 200px;
  }
  .kontaktinformationer {
    margin-left: 40px;
  }
  .om-tekst-container {
    flex-direction: column;
  }
  .om-tekst-container img {
    width: 100%;
    max-width: none;
  }
  .om-tekst {
    max-width: 100%;
  }
  .kursus-card {
    width: 80%;
  }
}
footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #960E12;
  padding: 20px;
  padding-top: 40px;
  color: #FFFFFF;
}
footer .footer-info, footer .footer-bottom {
  margin: 0 20px;
}
footer img {
  max-height: 100px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
footer .footer-info {
  padding: 20px;
}
footer p {
  margin: 0;
  font-size: 0.9rem;
}

.social-media {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.social-media p {
  margin: 0;
  margin-right: 0.5rem;
}

.social-media a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  background-color: #960E12;
  color: #fff;
  text-decoration: none;
}

.social-media a i {
  color: #fff !important;
  font-size: 1.1rem;
}

.social-media a:hover {
  background-color: #737e88;
}

@media (max-width: 768px) {
  footer {
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
  }
  .footer-info {
    margin: 10px;
  }
  .kontakt-info, .opening-hours, .social-media, .footer-bottom {
    margin: 10px;
  }

}
/*# sourceMappingURL=style.css.map */