:root{
  --Knop-Achtergrond: #e26039;
  --Knop-Achtergrond-Actief: #ce1e21;
  --Product-Achtergrond: rgb(255, 166, 131);
  --Koptekst-Achtergrond: linear-gradient(to right, #ffa679, #ff5e62);
  --Achtergrond: antiquewhite;
  --Schaduw: 0px 4px 10px rgba(0, 0, 0, 0.25);
  --Schaduw-Hover: 4px 4px 5px rgba(0, 0, 0, 0.25);
  --Alinea-Achtergrond: rgb(255, 191, 154);
}

/* --- global reset & media --- */
html { box-sizing: border-box; -webkit-text-size-adjust: 100%; }
*, *::before, *::after { box-sizing: inherit; }
img, video { max-width: 100%; height: auto; display: block; }
body { line-height: 1.4; text-rendering: optimizeLegibility; }
/* --- einde reset --- */

/* Hide all scrollbars globally (scrolling still works) */
html, body {
  -ms-overflow-style: none;  /* IE 10+ / Old Edge */
  scrollbar-width: none;     /* Firefox */
}
* {
  scrollbar-width: none;     /* Firefox for any scrollable element */
}
*::-webkit-scrollbar {
  width: 0 !important;       /* Chrome/Safari/Opera */
  height: 0 !important;
  display: none !important;
}

body
{
  font-family: "Afacad Flux", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  background-color: var(--Achtergrond);
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
  margin: 0;
}

a
{
  text-decoration: none;
  color: #df7009;
}

Nav .Titel:hover
{
  transform: scale(1.1);
  transition: all 0.3s;
}

.Titel
{
  color: white;
  font-size: 60px;
  text-decoration: none;
  margin: 0px;
  padding-left: 10px;
  display: inline-flex;
  align-items: center;
}

.Titel img {
  height: 200px;
  width: auto;
  display: block;
}

#Actief
{
  background-color: var(--Knop-Achtergrond-Actief);
}

Nav
{
  margin: 0 auto;
  justify-content: center;
  width: 90%;
  background: var(--Koptekst-Achtergrond);
  box-shadow: var(--Schaduw);
  border-radius: 30px;
  align-items: center;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  z-index: 2;
}

Nav ul
{
  width: 90%;
  list-style: none;
  padding: 0px;
  display: flex;
  align-items: center; /* verticaal centreren van children */
}

Nav li
{
  height: 50px;
  background-color: var(--Knop-Achtergrond);
  color: white;
  border-radius: 15px;
  margin: 10px;
  justify-content: center;
  box-shadow: var(--Schaduw);
  font-size: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
}

nav li:hover
{
  background-color: var(--Knop-Achtergrond-Actief);
  transform: scale(1.05);
  transition: all 0.3s;
  box-shadow: var(--Schaduw-Hover);
  cursor: pointer;
}

nav a
{
  height: 100%;
  padding: 0 30px;
  text-decoration: none;
  display: flex;
  align-items: center;
  color: white;
}

nav p 
{
  display: none;
  margin-left: 10px;
}

nav a:hover p
{
  display: inline;
}

nav li:active
 {
  transform: scale(0.9);
  transition: all 0.3s;
 }

nav span
{
  display: flex;
  align-items: center;
  flex: 1 1 auto;         
  justify-content: center; 
  margin-right: 110px;
}

nav div
{
  margin-left: auto;
  display: inline-block;
  padding-right: 20px;
}

nav ul div li a
{     
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  justify-content: center;
  letter-spacing: 5px;
}

.Mobiel
{
  position: fixed;
  right: 0;
  top: 0;
  margin-top: 0px;
  height: 100vh;
  width: 300px;
  z-index: 999;
  background-color: rgba(197, 177, 135, 0.288);
  backdrop-filter: blur(10px);
  box-shadow: var(--Schaduw);
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start
}

.Mobiel ul{
  top: 0;
}

.Mobiel li:first-child
{
  margin-right: 10px;
}

.Mobiel a
{
  gap: 10px;
}

.Mobiel a:hover p
{
  display: inline;
}

.X, ._
{
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 30px;
  padding-right: 10px;
  margin: 10px;
  box-shadow: none;
  cursor: pointer;
  background: none;
}

.X
{
  align-self: flex-end;
}

._
{
  align-self: center;
}

.X:hover
{
  background-color: transparent;
  box-shadow: none;
  transform: scale(1.2);
}

._:hover
{
  background-color: transparent;
  box-shadow: none;
  transform: scale(1.2);
}

@media(max-width: 1400px)
{
  nav span 
  {
    margin-right: 0px;
  }
  .Titel img { height: 100px; }
  nav a { padding: 0 16px; }
  Nav li { margin: 6px; padding: 8px; }
  .Mobiel a { padding: 0 12px; }
}

@media(max-width: 1400px)
{
  .Nietopmobiel{
    display: none;
  }

  Body{
    padding-top: 160px;
  }

  Nav{
    top: 20px;
    position: fixed;
    margin-left: 3%; 
    margin-right: 3%;
    padding-left: 2%;
    padding-right: 2%;
    width: 90%
  }

  .Nietopmobiel1{
    display: none;
  }
}

@media(min-width: 1400px)
{
  ._{
    display: none;
  }

  nav{
    margin-top: 20px;
    margin-bottom: 20px;
  }
  
}

@media(max-width: 600px)
{
  .Mobiel{
    width: 100%;
  }

  .Titel { 
    padding-left: 6px;
  }
  
}

