/* Verberg carousel op kleine schermen */
.only-desktop {
  display: block;
}
@media (max-width: 900px) {
  .only-desktop {
    display: none !important;
  }
}
.featured-video .blog-img {
  max-width: 320px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}
.video-carousel-container {
  margin: 3rem auto 0 auto;
  max-width: 700px;
  background: #f9f9f9;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(211,47,47,0.06);
  padding: 2rem 1.5rem 2.5rem 1.5rem;
  text-align: center;
}
.video-carousel-container h3 {
  color: #d32f2f;
  margin-bottom: 1.5rem;
}
.video-carousel {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  overflow: hidden;
  min-height: 350px;
  position: relative;
}
.carousel-slide {
  display: none;
  flex-direction: row;
  gap: 2rem;
  width: 100%;
  justify-content: center;
  align-items: stretch;
  transition: opacity 0.5s;
}
@media (max-width: 900px) {
  .video-carousel-container {
    padding: 0.5rem 0.1rem 1rem 0.1rem;
    max-width: 99vw;
  }
  .video-carousel {
    min-height: 0;
  }
  .carousel-slide {
    flex-direction: column !important;
    gap: 0.7rem;
    align-items: center;
    width: 100%;
  }
  .blogpost {
    max-width: 96vw;
    width: 96vw;
    padding: 0.4rem 0.2rem;
    margin-bottom: 0.2rem;
  }
  .blog-img {
    width: 45vw;
    max-width: 80px;
    height: auto;
    margin: 0 auto 0.15rem auto;
    display: block;
    border-radius: 6px;
  }
  .blog-content {
    word-break: break-word;
    overflow-wrap: break-word;
    font-size: 0.92rem;
    padding: 0.1rem 0.1rem;
    line-height: 1.2;
  }
  .blog-content h4 {
    font-size: 0.98em;
    margin-bottom: 0.15em;
  }
  .blog-link {
    font-size: 0.92em;
    padding: 0.15em 0.5em;
  }
  .featured-video .blog-img {
    max-width: 80px;
    width: 45vw;
    height: auto;
    margin: 0 auto 0.15rem auto;
    display: block;
    border-radius: 6px;
  }
}
.quiz-result {
  margin: 2.5rem auto 0 auto;
  max-width: 400px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(211,47,47,0.08);
  padding: 2rem 1.5rem 2.5rem 1.5rem;
  text-align: center;
}
.quiz-result h3 {
  color: #d32f2f;
  margin-bottom: 1.2rem;
}
.quiz-container {
  margin: 3rem auto 0 auto;
  max-width: 500px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(211,47,47,0.08);
  padding: 2rem 1.5rem 2.5rem 1.5rem;
  text-align: center;
}
.quiz-container h3 {
  color: #d32f2f;
  margin-bottom: 1.2rem;
}
.video-carousel-container {
  margin: 3rem auto 0 auto;
  max-width: 700px;
  background: #f9f9f9;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(211,47,47,0.06);
  padding: 2rem 1.5rem 2.5rem 1.5rem;
  text-align: center;
}
.video-carousel-container h3 {
  color: #d32f2f;
  margin-bottom: 1.5rem;
}
.video-carousel {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  overflow: hidden;
  min-height: 350px;
  position: relative;
}
.carousel-slide {
  display: none;
  flex-direction: row;
  gap: 2rem;
  width: 100%;
  justify-content: center;
  align-items: stretch;
  transition: opacity 0.5s;
}
.blogpost {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  background: #f9f9f9;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(211,47,47,0.06);
  margin: 2rem 0;
  padding: 1.5rem;
  align-items: center;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}
.blog-img {
  width: 90%;
  max-width: 320px;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.10);
}
.blog-img {
  width: 320px;
  height: 306px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.10);
}
.blog-content {
  flex: 1;
}
.blog-content h3 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  color: #d32f2f;
}
.blog-date {
  display: block;
  color: #888;
  font-size: 0.95rem;
  margin-bottom: 0.5rem;
}
.blog-link {
  display: inline-block;
  margin-top: 0.5rem;
  color: #fff;
  background: #d32f2f;
  padding: 0.5rem 1.2rem;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.2s;
}
.blog-link:hover {
  background: #b71c1c;
}
body {
  font-family: 'Segoe UI', Arial, sans-serif;
  background: linear-gradient(135deg, #e3f2fd 0%, #fff 100%);
  margin: 0;
  color: #222;
}
header {
  background: #d32f2f;
  color: #fff;
  padding: 1rem 0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.hero-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.logo {
  display: block;
  height: 80px;
  width: auto;
  margin-bottom: 0.5rem;
  border-radius: 0;
  box-shadow: none;
  background: none;
  padding: 0;
}
.logo.xlarge {
  height: 300px;
  min-width: 320px;
  max-width: 320px;
}
nav ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin: 0;
  padding: 0;
}
nav a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1rem;
}
.hero {
  text-align: center;
  padding: 3rem 1rem;
  background: linear-gradient(to bottom, #fff3e0 0%, #fff3e0 80%, #fff 80%, #fff 100%);
  position: relative;
}
.info-justsaveit {
  margin: 2rem auto 0 auto;
  max-width: 500px;
  background: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(211,47,47,0.06);
  padding: 1.2rem 1.5rem;
  font-size: 1.1rem;
  color: #333;
}

.featured-video {
  margin: 2.5rem auto 0 auto;
  max-width: 520px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(211,47,47,0.08);
  padding: 1.5rem 1.2rem 2rem 1.2rem;
  text-align: center;
}
.featured-video h3 {
  color: #d32f2f;
  margin-bottom: 1.2rem;
}
.featured-video .blogpost {
  margin: 0 auto;
  box-shadow: none;
  background: none;
  padding: 0;
}
.ehbo-3d {
  width: 160px;
  height: 120px;
  margin: 2rem auto 0 auto;
  perspective: 800px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.bandage-roll {
  position: relative;
  width: 120px;
  height: 32px;
  display: flex;
  align-items: center;
}
.bandage {
  width: 0;
  height: 24px;
  background: repeating-linear-gradient(135deg, #fff 0 10px, #e0e0e0 10px 20px);
  border-radius: 12px 0 0 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.10);
  position: absolute;
  left: 0;
  top: 4px;
  z-index: 1;
  animation: bandage-unroll 2.5s cubic-bezier(.7,1.7,.5,1) forwards;
}
.roll {
  width: 32px;
  height: 32px;
  background: radial-gradient(circle at 60% 40%, #fff 60%, #e0e0e0 100%);
  border-radius: 50%;
  border: 2px solid #d32f2f;
  box-shadow: 0 2px 8px rgba(211,47,47,0.10);
  position: relative;
  z-index: 2;
  left: 88px;
}
@keyframes bandage-unroll {
  0% { width: 0; }
  60% { width: 88px; }
  80% { width: 110px; }
  100% { width: 120px; }
}
.blog, .about {
  max-width: 700px;
  margin: 2rem auto;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 16px rgba(211,47,47,0.08);
  padding: 2rem;
}
footer {
  background: #d32f2f;
  color: #fff;
  text-align: center;
  padding: 1.5rem 0 1rem 0;
  margin-top: 3rem;
  box-shadow: 0 -2px 8px rgba(0,0,0,0.08);
}
.footer-social {
  margin-bottom: 0.5rem;
}
.social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.5rem;
  background: rgba(0,0,0,0.10);
  border-radius: 50%;
  width: 48px;
  height: 48px;
  transition: background 0.2s, transform 0.2s;
  text-decoration: none;
  overflow: hidden;
}
.social-btn:hover {
  background: #fff;
  transform: scale(1.1);
}
.icon-svg {
  width: 28px;
  height: 28px;
  display: block;
}
.footer-contact {
  margin-bottom: 0.5rem;
}
.footer-contact a {
  color: #fff;
  text-decoration: underline;
  font-size: 1.1rem;
}
