nav ul {
  list-style: none;
  display: flex;
  gap: 20px; /* ruimte tussen items */
  justify-content: center; /* centreert in de breedte */
  padding: 0;
}

nav ul li {
  display: inline;
}

nav ul li a {
  text-decoration: none;
  color: #2b245f; /* jouw huidige kleur */
}

.lang-switch {
  font-weight: bold;
  background-color: #d5d5d5;
}

body {
	font-family: Montserrat; 
  font-weight: 400;
  color:#1e214b;
  margin-left: auto;
  margin-right: auto;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}

.hero {
  position: relative;
  min-height: 100svh;
  width: 100%;
  overflow: clip;
  display: grid;
  place-items: center;
  color: #fff;
  isolation: isolate;
}

.hero video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -1;
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,.35), rgba(0,0,0,.55));
  z-index: 0;
}

.hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 72rem;
  padding: 2rem;
}

.hero h1 {

  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.hero p {
  margin: 0 0 1.25rem;
  font-size: clamp(1rem, 2.2vw, 1.25rem);
  opacity: .95;
}

.hero .cta {
  display: inline-block;
  padding: .9rem 1.25rem;
  border-radius: 999px;
  background: #00AEEF;
  color: #001018;
  text-decoration: none;
  font-weight: 700;
}

@media (max-width: 768px) {
  .hero { 
    background: #000 center/cover no-repeat url("hero-fallback.jpg");
  }
  .hero video { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .hero video { display: none; }
  .hero { 
    background: #000 center/cover no-repeat url("hero-fallback.jpg");
  }
}


section.master{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(255, 255, 255, 0.9); /* White with 50% transparency */
}

section.menu{
  z-index: 2;
  width: 100%;
  margin-left: auto;
  margin-right: auto; 
  border-bottom: 2px solid black;
}

nav{
  padding: 8px 8px 8px 8px;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

nav ul {
  display: flex;
  flex-direction: row;  
  justify-content: flex-start;
  transition: 1s;
  list-style-type: none;
}

a.menulink {
  font-size: 16px;
  text-decoration: none;
  color: #1e214b;
  margin: 12px;
}

a.menulink:hover {
background-color: yellow;
}

section.home{
  max-width: 960px;
  background-position: center;
  background-repeat: none;
  overflow:hidden;
  height: auto;
  padding-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 2px solid black;
}


section.links {
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 650px;
  min-height: 420px;
  overflow: hidden;
}

img.Robert {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  margin: 0;
}

img.Robert:hover {
  margin-top: 24px;
  margin-bottom: 0px;
  scale: 1.1; 
}

section.rechts{
  justify-content: center;
  display: block; 
  text-align: center;
  margin-top: 0px;
  padding: 184px 40px 0px 24px; 
}

.logo{
  margin-bottom: 16px;
}

h1 {
  font-family: Montserrat;
	font-size: 56px;
	font-weight: 100;
  letter-spacing: -4px;
	text-align: center;
  margin-bottom: 0px;
}

.intro{
  margin-top: 24px;
}

.naam{
  padding: 8px;
  background-color: yellow;
}

h2{
  position: relative;
  font-family: "Courier New";
  text-transform: uppercase;
	font-size: 24px;
	font-weight: 400;
  letter-spacing: 0px;
	text-align: center;
  background-color: yellow;
  padding: 8px;
}

.over{
  padding: 56px 0px 24px 0px;
  max-width: 640px;
  display: flex; 
  flex-direction: column;
  text-align: center;
  border-bottom: 2px solid black;
  margin-left: auto;
  margin-right: auto;
}

.icons {
  display: none;
  max-width: 640px;
  align-items: flex-end;
}

.icon {
  float:left;
  width: 33.33%;
  padding-left:8px;
  padding-right:8px;
}

.watikdoe1{
  padding: 56px 0px 24px 0px;
  max-width: 640px;
  display: flex;
  flex-direction: column;
  height:auto;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 2px solid black;
}


p{
	font-size: 20px;
	font-weight: 300;
	text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.button{
    padding: 10px 16px;
    margin: 24px 0px 24px 0px; 
    background-color: rgb(51, 19, 233);
    color: white;
    max-width: 184px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    transform: scale(1);
    transition: transform 1s ease;
}

.button:hover {
   transform: scale(1.1);
   background-color: blue;
   color: white;
}

.link{
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-family: Montserrat;
}

.titel{
  width: fit-content;
  height: auto;

  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8px;
  padding: 2px; /* Pas dit aan voor minder hoogte */
}

h3{
  position: relative;
  font-family: "montserrat";
  text-transform: uppercase;
  color: black;
	font-size: 48px;
	font-weight: 900;
  letter-spacing: -1px;
	text-align: center;
  background-color: yellow;
  padding: 8px;
  margin: 8px;
}

h4{
  font-family: Montserrat;
	font-size: 20px;
	font-weight: 400;
  letter-spacing: 0px;
	text-align: center;
  margin:8px 16px 16px 16px;
}

.flywheel{
  max-width: 100%;
  overflow: hidden;
  margin-top: 24px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
}

#pricing-section {
  padding: 60px 20px;
  background-color: #f9f9f9;
  clear: both; /* belangrijk bij floats erboven */
}

.pricing-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  max-width: 100%;
  margin: 0 auto;
}

.pricing-card {
  background: white;
  border: 1px solid #ddd;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  padding: 12px;
  width: 30%; 
  box-sizing: border-box;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.pricing-card h4 {
  font-size: 20px;
  margin-bottom: 10px;
}

.price {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px;
  color: #000;
}

.price span {
  font-size: 14px;
  color: #777;
  display: block;
}

.pricing-card ul {
  list-style: none;
  padding-left: 0;
  font-size: 15px;
}

.pricing-card ul li {
  padding: 6px 0;
  border-bottom: 1px solid #eee;
}

.featured {
  border: 2px solid #e4002b;
  box-shadow: 0 6px 20px rgba(228, 0, 43, 0.12);
}

@media (max-width: 1024px) {
  .pricing-container {
    flex-direction: column;
    align-items: center;
  }

  .pricing-card {
    width: 90%;
    max-width: 400px;
  }
}

.werk{
  height:auto;
  border-bottom: 2px solid black;
  margin-left: auto;
  margin-right: auto;
}

.clients-section {
  padding: 1rem 0;
  background-color: #ffffff;
  text-align: center;
}

.clients-section h4 {
  font-size: 1.5rem;
  margin-bottom: 2rem;
  color: #111;
}

.clients-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(120px, 1fr));
  gap: 2rem;
  align-items: center;
  justify-items: center;
}

.clients-grid img {
  max-height: 60px;
  max-width: 100%;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.8;
  transition: filter 0.3s ease, opacity 0.3s ease, transform 0.2s ease;
}

.clients-grid img:hover {
  filter: none;
  opacity: 1;
  transform: scale(1.05);
}

.contactblok {
  display: flex;
  justify-content: center;
  padding: 4rem 1rem;
  background-color: #eeeff1;
}

.contactformulier {
  background-color: rgb(255, 255, 255);
  padding: 2rem;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  width: 100%;
  max-width: 600px;
  font-family: 'Helvetica Neue', sans-serif;
}

.contactformulier h2 {
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
  color: #343434;
}

.formgroep {
  margin-bottom: 1.5rem;
}

.contactformulier label {
  display: block;
  margin-bottom: 0.5rem;
  color: #4c4d4d;
  font-weight: 500;
}

.contactformulier input,
.contactformulier textarea {
  width: 100%;
  padding: 0.9rem 1rem;
  border: 1px solid #cfd0d2;
  border-radius: 10px;
  font-size: 1rem;
  background-color: #f9f9f9;
  transition: border-color 0.3s, background-color 0.3s;
}

.contactformulier input:focus,
.contactformulier textarea:focus {
  border-color: #e4002b;
  background-color: #fff;
  outline: none;
}

.contactformulier button {
  background-color: #e4002b;
  color: white;
  padding: 0.9rem 2rem;
  border: none;
  border-radius: 10px;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.contactformulier button:hover {
  background-color: #cd1624;
}

.slider-container {
  margin-top: 16px;
  width: 100%;
  max-height: 400px;
  overflow: hidden;
}

.slider {
  display: flex;
  width: 500%;
  transition: transform 3s ease-in-out;
}

.slide {
  width: 20%;
  overflow: hidden;  
}

.imgslider{
  width:100%;
  height:100%;
  object-fit: cover;
}

.compilatie{
    width: 100%;
    height: 100%;
    object-fit:  cover;
}

.socials{
  padding: 56px 0px 24px 0px;
  max-width: 640px;
  height:auto;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 2px solid black;
}

.socialicons{
  margin: 8px;
  display: flex;
  justify-content: center; /* Horizontal alignment */
}

.icon{
  margin: 4px;
  background-color: none;
}

.iconbutton{
  max-width: 56px;
}

.muziek{
  padding: 56px 0px 24px 0px;
  max-width: 640px;
  height:auto;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 2px solid black;
}


.muziekintro{
  padding-top: 16px;
  padding-bottom: 16px;
}

.prijs-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px; /* of de gewenste hoogte */
  margin-bottom: 24px;
}

.prijs-box {
  background: #f6f6f6;
  border: 2px solid #00c614;
  padding: 20px;
  border-radius: 12px;
  font-size: 18px;
  font-weight: bold;
  margin-left: auto;
  margin-right:auto;
  max-width: 400px;
  display: block;

}

.quickscan-header {
  width: 100%;
  overflow: hidden;
}

.quickscan-header img {
  width: 100%;
  height: auto;
  display: block;
  max-height: 720px;
  object-fit: cover;
}