  :root {
      --bg: #0f1724;
      --card: #0b1220;
      --muted: #9aa4b2;
      --accent: #38bdf8;
      --maxw: 980px;
    }
* {
  box-sizing: border-box;
 
}
    html, body {
      height: 100%;
      margin: 0;
      font-family: 'Roboto', sans-serif;
      line-height: 1.6;
      background: linear-gradient(180deg, #071028 0%, #081025 100%);
      color: #e6eef6;
    }

    h1, h2, h3, h4, .button {
      font-weight: 700;
    }
    
    h3 { font-size:1em}

    img {
      width: 100%;
      height: auto;
    }

    .container {
      max-width: var(--maxw);
      margin: 0 auto;
      padding: 28px;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
 
      box-shadow: 0 6px 30px rgba(2, 6, 23, 0.6);
    }

header { display: flex; flex-direction: column;  align-items: center;   gap: 12px; margin-bottom: 24px; } 

nav { width: 100%; max-width: var(--maxw); }
 



.brand {
  display: flex;
  flex-direction: column;
  align-items: center;
}

h1 {
  margin: 0;
  font-size: 26px;
  text-align:center
}

.tag {
  color: var(--muted);
  font-size: 14px;
}

.lead {
  font-size: 16px;
  line-height: 1.6;
  color: #dbe7f2;
}

.cta {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.btn {
  display: inline-block;
  padding: 12px 16px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  text-align: center;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

.btn-primary {
  background: var(--accent);
  color: #042029;
}

.btn-primary:hover {
  background: #0ea5e9;
  color: #fff;
}

.btn-ghost {
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: var(--accent);
  background: transparent;
}

.btn-ghost:hover {
  color: #0ea5e9;
  border-color: #0ea5e9;
  background: rgba(56, 221, 248, 0.1);
  text-decoration: none;
}

section {
  margin-top: 18px;
  margin-bottom: 40px;
}

h2 {
  font-size: 18px;
  margin: 6px 0;
  color: #dff5ff;
}

ul {
  margin: 8px 0 16px 0;
}

li {
  margin: 6px 0;
  color: var(--muted);
}

.cols {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
}

.video-wrap {
  aspect-ratio: 16 / 9;
  background: #000;
  border-radius: 8px;
  overflow: hidden;
}



.step {
  
  padding: 12px;
  border-radius: 8px;
  min-width: 180px;
}

footer {
  border-top: 1px solid rgba(255, 255, 255, 0.03);
  padding-top: 14px;
  margin-top: 18px;
  color: var(--muted);
  font-size: 13px;
}

.note {
  font-size: 13px;
  color: #333;
}

    @media (max-width: 720px) {
      .hero {
        grid-template-columns: 1fr;
      }

      .cta {
        flex-direction: row;
      }

      .brand {
        align-items: flex-start;
      }
    }

    a {
      color: lightblue;
      font-weight: bold;
      text-decoration: none;
    }

    a:hover {
      text-decoration: underline;
    }

    /* Specifieke margin voor download sectie */
    #download p {
      margin-top: 20px;
    }

    /* Slideshow */
    .slideshow-container {
      position: relative;
      max-width: 980px;
      margin: auto;
      text-align: center;
    }

    .slideshow {
      position: relative;
      overflow: hidden;
    }

    .slide {
      display: none;
    }

    .slide.active {
      display: block;
    }

    .slide img {
      width: 100%;
      height: auto;
      border-radius: 8px;
    }

    button.prev,
    button.next {
      cursor: pointer;
      position: absolute;
      top: 50%;
      padding: 12px;
      margin-top: -22px;
      color: white;
      font-weight: bold;
      font-size: 24px;
      border: none;
      background-color: rgba(0, 0, 0, 0.5);
      border-radius: 50%;
      user-select: none;
      transition: background-color 0.3s;
    }

    button.prev:hover,
    button.next:hover {
      background-color: rgba(0, 0, 0, 0.8);
    }

    button.prev {
      left: 10px;
    }

    button.next {
      right: 10px;
    }
 

 
 
      
      
     form {
        outline: 0;
        float: left;
        border-radius: 4px
      }

      input[type=text],
      input[type=email],
      select,
      textarea {
        width: 100%;
        padding: 12px;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-sizing: border-box;
        margin-top: 6px;
        margin-bottom: 25px;
        resize: vertical
      }

      input[type=submit] {
        background: #999;
        color: #fff;
        padding: 12px 20px;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        font-weight: bold;
        font-size:1em
      }

      input[type=submit]:hover {
        background:lightBlue;color:#000
      }

 

      textarea {
        height: 200px
      }

      label {
        font-weight:bold
      }
       
      .error,
      .goed,
      .fout {
        padding: 10px;
        font-weight:bold;
        background:#000;
      }

      .goed {
        color: green
      }

      .fout,
      .error {
        color: red
      }


.clear {clear:both}      

    .v {color:#1f4e96;}
    .download-box { border: 1px solid #ccc; border-radius: 8px; padding: 15px; margin-bottom: 20px; background: #f9f9f9; }
    .download-box h3 { color: #333 }
    .btn { display: inline-block; background: #2c6ed5; color: #fff; padding: 10px 18px; text-decoration: none; border-radius: 5px; font-weight: bold; }
    .btn:hover { background: #1f4e96; }

    section {     padding: 20px 0;     margin-bottom: 30px;     border-bottom: 1px solid #ddd;     }

 
 
 /* ===== HERO BANNER ===== */
.radio-hero {
  display: flex;
  flex-direction: row;
  align-items: left;
  justify-content: space-between;
 
  color: white;
 
 
 
 
  gap: 20px;
  flex-wrap: wrap;
}

.radio-info {
  flex: 1;
  min-width: 280px;
}

.radio-info h1 {
  font-size: 2.2rem;
  margin-bottom: 10px;
  letter-spacing: 1.5px;
}

.radio-slogan {
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 15px;
}

#radioPlayBtn {
  background: #e94560;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 1rem;
  border-radius: 6px;
  cursor: pointer;
  margin-right: 10px;
}

#radioPlayBtn:hover {
  background: #d53b52;
}

.radio-fullpage {
  color: yellow;
  text-decoration: underline;
  font-weight: bold;
}

.radio-player {
  flex: 1;
  min-width: 220px;
  text-align: center;
}

#sleeve img {
  width: 150px;
  height: 150px;
  border-radius: 10px;
  margin-top: 10px;
}

#playerinfo {
  margin-bottom: 10px;
  font-size: 0.9rem;
  color: orange;
}

audio {
  width: 100%;
  max-width: 300px;
}

/* Mobiel */
@media (max-width: 768px) {
  .radio-hero {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .radio-player {
    margin-top: 15px;
  }
} 
 
 
 
 
 
 


 

 
/* MOBILE DISPLAY */
nav {
  z-index: 9999;
  position: relative;
  top: 0;
  width: 100%;
}

.container0 {
  display: inline-block;
  height: 60px;
  width: 100%;
  background: transparent;
}

.inav {
  padding: 12px;
  height: 50px;
  width: 50px;
  margin: 5px;
  float: right;
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;

}

.c1,
.c2,
.c3 {
  width: 26px;
  height: 2px;
  background: lightblue;
  border-radius: 2px;

  transform: translateY(0) rotate(0);
  -webkit-transform: translateY(0) rotate(0);
  -webkit-transition: -webkit-transform 0.3s ease-out, width 0.3s ease-in;
}

 

.nav {
  z-index: 2;
  padding: 0;
  width: 100%;
  text-align: center;
  background-color: transparent;
  display: none;
  box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.1);
  position: relative;
  top: -4px;
}

.open {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-animation: 300ms show ease-out forwards;
  animation: 300ms show ease-out forwards;
}
ul a {
  text-align: center;
  display: inline-block;
  color: lightblue;
  padding: 13px;
  font-size: 18px;
  border-top: 1px #bdc3c7 solid;
  text-decoration: none;
}
ul a:hover {
  color:#4682B4;

}
/* DESKTOP MODE */
@media (min-width: 500px) {
  #nav {
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    flex-direction: row;
    justify-content: center;
    -webkit-flex-direction: row;
    top: 0;
  }
  .open {
    flex-direction: row;
    -webkit-flex-direction: row;
  }
  ul a {
    border-top: 0;
  }
  .container0 {
    display: none;
  }
}

/* ANIMATION */
@-webkit-keyframes show {
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes show {
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
 

