@media only screen and (max-width: 600px) {

:root {
    /* Colors */
    --brand-color: #68b1cc;
    --black: #000e14;
    --white: #fafffd;
    color-scheme: dark;
    /* Fonts */
    --font-title: "Noto Sans Adlam", sans-serif;
    --font-text: "Lato", sans-serif;
  }
  
  body {
    background-color: white;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    font-family: "Noto Sans Adlam", sans-serif;
  
  }

  h2{
    font-size: 30px!important;
  }
  
  #back-to-top{
      display: none;
      position: fixed;
      bottom: 25px;
      right: 25px;
      z-index: 5;
  }
  
  #landingBox {
    min-height: 100vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
    background-color: #000e14;
  
    background-image: url("../assets/BG/BG\_M.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  
 .desktop {
    visibility: hidden;
    position:absolute;
    z-index: -5;
  }

  #burger{
    position:fixed;
    top: 25px;
    left: 25px;
    height:6vh;
    z-index: 20;
    margin: 2vh 0;

    background-color:#000e14ba;
    border-radius:15px;
  }

  #mobileNav{

    height:100%;
    position:fixed;
    top:0;
    left:0;
    width:250px;
    background-color:#000e14;
    z-index:10;
    display:flex;
    flex-direction: column;
    align-items: center;
    z-index:21;

    transform: translateX(-100%);
    transition: transform 0.5s ease-in-out;

  }

  .menuOpen{
    transform: translateX(0%)!important;
  }

  #mobileNav img{
    height:75px;
    margin-top:25px;
  }
  
  #mobileNav ol {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin:20px 5px;
    padding:0;
    width:100%;
  }
  
  #mobileNav ol li {
    margin: 0 1vw;
    font-size: 15px;
    border-bottom: 1px solid #68b1cc;
    padding: 20px 0 20px 10px;
    display:flex;
    align-items: center;
    
  }

  #mobileNav ol li svg{
    height:20px;
    margin-right:10px;
  }

  #mobileNav ol li a {
    text-decoration: none;
    color: inherit;
  }



  #landingContent {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    flex-wrap:wrap-reverse;
  
    min-height: 80vh;
    width: 100%;
    overflow:hidden;
  }
  
 
  #dateWrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.377);
    color: white;
    position: relative;
    padding: 100px 5%;
    box-sizing: border-box;
    border-radius: 5px;
    backdrop-filter: blur(10px);
   -webkit-backdrop-filter: blur(10px);
   text-align: center;
  }
  
  .green{
    color:#a2d729;
  }
  
  .dateTitle{
    padding: 0!important;
    margin-bottom: 25px;
  }
  
  #dateWrapper #agendaTitle h2{
    margin:25px 0;
    font-size: 30px!important;
  }
  
  #dateWrapper .dateText{
    font-size: 20px!important;
    margin-bottom: 25px;
  }
  .dateTitle span:last-of-type{
      margin-bottom: 25px;
  }
  
  #dateSocials{
    margin:50px 0 0;
  }
  
  #dateWrapper a{
    text-decoration: none;
  }
  
  .dateSvg{
    margin-right: 25px;
  }


  #landingLogo{
    height: 15vh;
    padding: 25px 100%;
    background-color: #000e14;
    box-sizing: border-box;
    margin-bottom: 25px;
  }

  #landingPoster {
    width: 100%;
    min-height: fit-content;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
    background-color: #000e14;
    padding: 100px 0 0;
  }

  #landingPoster #mobilePoster{
    width: 90vw;
    height: auto;
    border-radius: 15px;
  }

  #landingPoster .posterInfo img{
    height: 60px;
    margin: 25px auto 0;
    display: block;
  }

  #landingPoster .posterInfo p{
    text-align: center;
    margin-top: 25px;
  }

  #landingPoster .blueText{
    color:#68b1cc;
  }

  #landingPoster div{
  padding: 25px 25px;
  display:flex;
  align-items: center;
  justify-content: center; 
  flex-direction: column;
  }

  #landingPoster .posterButtons{
    margin-top: 25px;
    z-index: 5;
    display: flex;
    flex-direction: row;
    }

  #landingPoster button{
    display: inline-block;
      padding:8px 16px;
      background-color: #000e14;
      color: #fafffd;
      border:2px solid #68b1cc;
      border-radius:5px;
      text-align: center;
      text-decoration:none;
      font-size: 14px;
      cursor: pointer;
      transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  }

  #landingPoster button:first-of-type{
    margin-right: 5px;
  }
  
  #landingPoster button:hover {
    border-color:
  #a2d729;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }

  
  #posterImg{
    /* background-image: url("/assets/erwaseens_poster.png"); */
    background-size: contain;
    max-height: 90%;
    max-width: 96%;
    transform: rotate(50deg) scale(0%);
    transition: transform 0.5s ease;
    background-repeat: no-repeat;
    background-position: center center;    
  }

  #posterImg img{
    max-width: 100%;
    max-height: 100%;
    -webkit-box-shadow: 2px 2px 85px -11px rgba(204,204,204,1);
-moz-box-shadow: 2px 2px 85px -11px rgba(204,204,204,1);
box-shadow: 2px 2px 85px -11px rgba(204,204,204,1);
  }

  .showPoster{
    transform: rotate(0deg) scale(100%)!important;
  }

  .landingLogoWrapper{
    width: 100vw;
  display: flex;
  justify-content: center;
  background-color: #000e14;
  margin-bottom: 15px;
  }
  
  #landingText {

    font-family: "Noto Sans Adlam", sans-serif;
    color: #fafffd;
  
    width: 90%;
    height: 100%;
    /*margin: 50px 0;*/
  
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  #mobileLandingLogo{
    margin: 4vh 0 2vh;
  height: 20vw;
  max-height: 100px;
  }
  
  #landingTextBox {
    padding: 4vh 6vh;
    border-radius: 5px;
    background-color: #001d29c0;
  
    display: flex;
    flex-direction: column;
  }
  
  #volgOns {
    margin: 20px 0 10px;
    color: #ffffff;
  }

  #landingSocials a{
    text-decoration: none;
  }
  
  #agendaBox {
    width: 100%;
    background-color: #000e14;
    color: #fafffd;
  }
  
  #agendaTitle {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px 0 25px;
    
  }
  
  #agendaTitle svg {
    width: 30px;
    height: 30px;
    margin-right: 15px;
  }
  
  #agendaTitle h2 {
    text-align: center;
    font-size: 30px;
    margin: 0;
  }
  
  #agendaList {
  }
  
  #agendaList ol {
    list-style: none;
    margin: 25px 0 0;
    padding: 0;
  }
  
  #agendaList ol li {
    margin: 25px 5vw 0;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: 90vw;
    padding: 10px 0 20px;
    border-bottom: 1px solid #68b1cc;

    text-align: center;
  }
  
  #agendaList ol li:nth-of-type(2) {
    border-top: 1px solid #68b1cc;
    margin: 0 5vw 0;
    padding: 35px 0 20px;
  }
  
  #agendaList ol li h3 {
      font-size: 15px;
  
    display: flex;
    line-break: auto;
    flex-direction: column;
  }

  /* #agendaList ol li h3:first-of-type {
    font-size: 20px;
  }

  #agendaList ol li a:first-of-type {
    font-size: 15px;
  } */
  
  #agendaList ol li h3 a {
    width: 100%;
    color: #7bc3de;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  
  #agendaList ol li h3 p {
    width: 100%;
    margin: 0;
  }
  
  #agendaList ol li a {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
    
  
  #agendaList ol li a:hover {
    color: #a2d729;
    transition: color 0.25s linear;
  }
  
  #agendaList ol li a {
    text-decoration: none;
    color: inherit;
  }
  
  #agendaList button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #000e14;
    color: #fafffd; /* Text color */
    border: 2px solid #68b1cc; /* Border color */
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease,
      border-color 0.3s ease;
  }
  
  #agendaList button:hover {
    border-color: #a2d729; /* Adjusted hover border color */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }
  
  #opLocatieBoven {
    height: 150px;
    background-image: url(../assets/wave_top.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  
  #opLocatieBox {
    overflow: hidden;
    min-height: 50vh;
    position: relative;
    background-color: #68b1cc;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
  }
  
  #opLocatieBox img {
    max-width:95%;
    border-radius: 5px;
    margin-bottom:25px;
  }
  
  #locatieTitle {
    display:flex;
    justify-content: center;
    align-items: center;
    margin-bottom:25px;
  }
  
  #locatieTitle svg{
    display: inline-block;
    vertical-align: middle;
  }
  
  #locatieTitle svg {
    width: 40px;
    height: 40px;
    margin-right: 15px;
  }
  
  #locatieTitle h2 {
    color: #fafffd;
    font-size: 40px;
    margin: 0;
    white-space: normal; 
    
  }
  


  #opLocatieText {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  #opLocatieText p {
    color: #fafffd;
    text-align: center;
    max-width: 90vw;
  }
  
  #opLocatieText button {
    display: inline-block;
    margin-bottom: 50px;
    padding: 10px 20px;
    background-color: #68b1cc;
    color: #fafffd;
    border: 2px solid #005476;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease,
      border-color 0.3s ease, box-shadow 0.3s ease;
    margin-top: 25px;
  }
  
  #opLocatieText button:hover {
    background-color: #005476;
    border-color: #fafffd;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }
  
  #opLocatieOnder {
    height: 150px;
    background-image: url(../assets/wave_bottom.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  
  #actorBox {
    min-height: 100vh;
    background-color: #000e14;
    color: #fafffd;
  }
  
  #actorTitle {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 75px 0 50px;
  }
  
  #actorTitle svg {
    width: 40px;
    height: 40px;
    margin-right: 15px;
  }
  
  #actorTitle h2 {
    text-align: center;
    font-size: 40px;
    margin: 0;
  }
  
  #actorCards {
    min-height: 75vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  
  .actorCard {
    border: 2px solid #68b1cc;
    width: 85vw;
    height: 400px;
    margin: 25px;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
  
    transition: 0.2s ease-in-out;
  
    -webkit-box-shadow: 1px 6px 11px 1px rgba(18, 18, 18, 1);
    -moz-box-shadow: 1px 6px 11px 1px rgba(18, 18, 18, 1);
    box-shadow: 1px 6px 11px 1px rgba(18, 18, 18, 1);
  }
  
  .actorCard:hover {
    border: 2px solid #000e14;
  
    -webkit-box-shadow: 1px 6px 11px 1px rgb(34, 34, 34);
    -moz-box-shadow: 1px 6px 11px 1px rgb(34, 34, 34);
    box-shadow: 1px 6px 11px 1px rgb(34, 34, 34);
  }
  
  .actorCard:hover img {
    scale: 1.1;
  }
  
  .actorCard:hover div {
    background-color: #fafffd;
    color: #000e14;
  }
  
  .actorCard:hover p {
    color: #000e14;
  }
  
  .actorCard img {
    width: 100%;
    height:100%;
    object-fit:cover;
    transition: 0.2s ease-in;
  }

  .fotoTop{
    object-position: top;
  }
  
  .actorCard div {
    position: absolute;
    bottom: 0;
    padding: 0 25px;
    width: 100%;
    background-color: #000e14;
    color: #fafffd;
    transition: 0.2s ease-in;
  }
  
  .actorCard p {
    transition: 0.2s ease-in;
    color: #68b1cc;
  }
  
  #playBox {
    padding-top: 25px;
    min-height: 100vh;
    background-color: #000e14;
    color: #fafffd;
  }
  
  #playTitle {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px 0 50px;
  }
  
  #playTitle svg {
    width: 40px;
    height: 40px;
    margin-right: 15px;
  }
  
  #playTitle h2 {
    text-align: start;
    font-size: 40px;
    margin: 0;
  }
  
  #playCards {
    min-height: 75vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  
  /* RESET */
  
  .flow > * + * {
    margin-top: var(--flow-space, 1em);
  }
  
  /* CARD COMPONENT */
  
  .card {
    display: grid;
    place-items: center;
    width: 85vw;
    height: 400px;
    margin: 25px;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.25);
    position: relative;
  }
  
  .card > * {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
  }
  
  .card__background {
    object-fit: cover;
    max-width: 100%;
    height: 100%;
  }
  
  .card__content {
    --flow-space: 0.9375rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-self: flex-end;
    height: 55%;
    width: 100%;
    padding: 12% 1.25rem 1.875rem;
    background: linear-gradient(
      180deg,
      hsla(0, 0%, 0%, 0) 0%,
      hsla(0, 0%, 0%, 0.3) 10%,
      hsl(0, 0%, 0%) 100%
    );
  }
  
  .card__content--container {
    --flow-space: 1.25rem;
    padding: 0 20px;
  }
  
  .card__title {
    position: relative;
    width: fit-content;
    width: -moz-fit-content; /* Prefijo necesario para Firefox  */
  }
  
  .card__title::after {
    content: "";
    position: absolute;
    height: 0.3125rem;
    width: calc(100% + 1.25rem);
    bottom: calc((1.25rem - 0.5rem) * -1);
    left: -1.25rem;
    background-color: var(--brand-color);
  }
  
  .card__button {
    padding: 10px 15px;
    margin: 5px;
    width: fit-content;
    width: -moz-fit-content; /* Prefijo necesario para Firefox  */
    font-variant: small-caps;
    font-weight: bold;
    border-radius: 5px;
    border: 2px solid #68b1cc;
    background-color: #000e14;
    font-family: var(--font-title);
    font-size: 15px;
    color: #fafffd;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease,
      border-color 0.3s ease, box-shadow 0.3s ease !important;
  }
  
  .card__button:hover {
    border-color: #a2d729; /* Adjusted hover border color */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }
  
  .card__button:focus {
    outline: 2px solid black;
    outline-offset: -5px;
  }
  
  @media (any-hover: hover) and (any-pointer: fine) {
    .card__content {
      transform: translateY(50%);
      transition: transform 500ms ease-out;
      transition-delay: 500ms;
    }
  
    .card__title::after {
      opacity: 0;
      transform: scaleX(0);
      transition: opacity 1000ms ease-in, transform 500ms ease-out;
      transition-delay: 500ms;
      transform-origin: right;
    }
  
    .card__background {
      transition: transform 500ms ease-in;
    }
  
    .card__content--container > :not(.card__title),
    .card__button {
      opacity: 0;
      transition: transform 500ms ease-out, opacity 500ms ease-out;
    }
  
    .card:hover,
    .card:focus-within {
      transform: scale(1.05);
      transition: transform 500ms ease-in;
    }
  
    .card:hover .card__content,
    .card:focus-within .card__content {
      transform: translateY(0);
      transition: transform 500ms ease-in;
    }
  
    .card:focus-within .card__content {
      transition-duration: 0ms;
    }
  
    .card:hover .card__background,
    .card:focus-within .card__background {
      transform: scale(1.3);
      opacity: 0.75;
      transition: 0.5s ease-in;
    }
  
    .card:hover .card__content--container > :not(.card__title),
    .card:hover .card__button,
    .card:focus-within .card__content--container > :not(.card__title),
    .card:focus-within .card__button {
      opacity: 1;
      transition: opacity 500ms ease-in;
      transition-delay: 1000ms;
    }
  
    .card:hover .card__title::after,
    .card:focus-within .card__title::after {
      opacity: 1;
      transform: scaleX(1);
      transform-origin: left;
      transition: opacity 500ms ease-in, transform 500ms ease-in;
      transition-delay: 500ms;
    }
  }
  
  .card__buttons {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .card__buttons button {
    font-size: 15px;
  }
  
  .oldPlayList {
    padding: 0 5vw;
  }
  
  .oldPlayText {
    text-align: center;
    padding: 50px 0;
  }
  
  .oldPlayText h2 {
    margin: 0;
  }
  
  .oldPlayContent {
    text-align: center;
  }
  
  .oldPlayContent a {
    color: #68b1cc;
    transition: 0.5s ease;
  }
  
  .oldPlayContent a:hover {
    color: #a2d729;
  }
  
  #contactBox {
    background-color: #000e14;
    color: #fafffd;
    padding: 50px 0 50px;
  }
  
  #contactTitle {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px 0 50px;
  }
  
  #contactTitle svg {
    width: 40px;
    height: 40px;
    margin-right: 15px;
  }
  
  #contactTitle h2 {
    text-align: start;
    font-size: 40px;
    margin: 0;
  }
  
  #contactContent {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap:wrap;
  }
  
  #contactContent h3 {
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  #contactContent h3 svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
  
  #emailBox {
    display: flex;
    margin-bottom: 25px;
    font-size: 15px;
  }

  #emailBox h4{
    font-size: 13px;
  }
  
  #emailBox a {
    color: #68b1cc;
    transition: 0.2s ease;
  }
  
  #emailBox a:hover {
    color: #a2d729;
  }
  
  #emailBox div {
    display: flex;
    flex-direction: column;
  }
  
  #emailBox div:nth-of-type(2) {
    margin-left: 25px;
  }
  
  #socialsBox {
    display: flex;
    justify-content: center;
    margin-bottom:50px;
  }
  
  #socialsBox svg {
    margin: 0 10px;
  }

iframe{
    max-width: 100vw;
}

  
  footer {
    font-family: "Noto Sans Adlam", sans-serif;
    background-color: #000e14;
    color: #fafffd;
  
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  footer img {
    margin: 50px 0 25px;
    height: 100px;
  }
  
  #footerSocials {
    display: flex;
    margin: 0 0 25px 0;
  }
  
  #footerSocials svg {
    margin: 10px;
  }
  
  #footerCredits {
    display: flex;
    flex-direction: column;
    justify-content: bottom;
    align-items: center;
    margin-bottom:15px;
  }
  
  #footerCredits p {
    margin: 2px;
  }
  
}