
.accordion {
   

    min-width: 75%;
    max-width: 75%;
    border: 1px solid #0d0d0d;
    border-radius: 5px;
    overflow: hidden;
    padding: 1rem;
    margin-bottom: 10px;
    transition: height 0.3s ease-out; /* Zorg voor een soepele overgang bij het openen en sluiten */

}
section .content .c-columns.content-centered .title-desc h2 {
    padding-bottom: 13px;
    display: ruby-text;
    margin: 1rem;
}
.accordion-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #d9b61c;
    padding: 1px;
    letter-spacing: 0.1em;
    font-size: 3rem;
    font-family: "Bebas Neue", sans-serif;
    font-weight: bold;
    text-decoration: none;
    color: #000000;
    cursor: pointer;
}
.section .content .c-columns .c-title h2 {
    text-align: center;
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
    font-size: 2rem;
    
}
.accordion-title:hover {
    background: #c4a319;
}

.accordion-icon {
    font-size: 4;
    transition: transform 0.3s ease;
}

.accordion-content p  a.thick{
 
    font-weight: 400;
    font-size: rem;
   
    
} 

  
  .accordion-column {
    flex: 1; /* Dit zorgt ervoor dat de kolommen gelijkmatig worden verdeeld */
  }
  

.accordion-column {
    word-wrap: break-word; /* Zorgt ervoor dat lange woorden netjes worden afgebroken */
  }

.accordion-content {
    max-height: 600px;
    display: flex;
    padding: 2rem;
    max-height: 0;
    overflow: hidden;
    padding: 0 15px;
    transition: 0.3s ease-in-out, padding 0.3s ease-in-out;
    background: rgba(255, 255, 255, 0);
    letter-spacing: 2px;
    justify-content: space-evenly; /* Zorgt ervoor dat de ruimte tussen de kolommen optimaal wordt verdeeld */
    
    gap: 20px; /* Optioneel, om ruimte tussen de kolommen te krijgen */
    font-family: "Bebas Neue", sans-serif;
    font-weight: bold;
}
.accordion-content {
    display: flex;
    flex-wrap: wrap;
  }
  
  .accordion-column {
    width: 100%; /* Zorgt ervoor dat de kolommen op kleinere schermen onder elkaar komen te staan */
  }

.accordion.active .accordion-title {
    background: rgba(20, 18, 7, 0.5); /* De gele balk wordt doorzichtig */
    color: #ffd43e; /* Zorg ervoor dat de tekst goed leesbaar blijft */
}


.accordion.active .accordion-content {
    font-weight: 400;
    padding: 1rem;
    max-height: 800px; /* Pas dit aan naar behoefte */
    padding: 1rem;
    background-color: #00000052;
}

.accordion.active .accordion-icon {
    transform: rotate(45deg);
}
.accordion-title:hover {
    background: #000000;
}
a:focus, a:hover {
    color: #ffffff;
}

@media only screen and (max-width: 900px) {
  .accordion {

    

    text-align: center;
    font-size: 5rem;

    max-width: 102%;
    border: 1px solid #0d0d0d;
    border-radius: 5px;
    /* overflow: hidden; */
    padding: 0rem;
    /* margin-bottom: 10px; */
    transition: height 0.3s ease-out;
  }
  a{
    font-size: 2rem;
    }
}
.section .content .title-desc ul, .section .content .title-desc li{
    font-size: 1.3rem;
}
.huisregels .rules-list {
    list-style: none !important; /* Standaard bolletjes verwijderen */
    padding: 0 !important; 

  }
  
  .huisregels .rules-list li {
    font-size: 16px;
    padding-left: 25px; /* Ruimte voor het icoon */
    position: relative;
    margin-bottom: 8px;
  }
  
  .rules-list, .huisregels ul {
    list-style: none !important; /* Verwijdert de standaard bolletjes */ 
    padding-left: 0; /* Voorkomt extra ruimte links */
}

.rules-list li, .huisregels ul li {
    position: relative; /* Zorgt ervoor dat de icoontjes correct gepositioneerd blijven */
    padding-left: 30px; /* Voegt ruimte toe voor de kruisjes en vinkjes */
}

/* ✅ Vinkjes voor de linkerkolom */
.rules-list:first-of-type > li::before {
    content: "✔"; /* Unicode checkmark */
    color: green !important;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
}

/* ❌ Kruisjes voor de rechterkolom */
.huisregels > ul.rules-list > li::before {
    content: "✖"; /* Unicode kruis */
    color: red !important;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
}

@media only screen and (max-width: 600px) {
    .accordion-title{
        font-size: 1.9rem;
    }
   
    .section .content .title-desc ul, .section .content .title-desc li {
        line-height: 1;
        font-size: 1.2rem;
    }

    .row {
        display: flex;
        flex-direction: column; /* Zorgt ervoor dat de kolommen onder elkaar komen */
        gap: 20px; /* Ruimte tussen de kolommen zonder de lijst-items te beïnvloeden */
    }
   
    .section .content .c-columns.content-centered .title-desc h2{
        font-size: 2rem;
        text-align: center;
    }
    #pagedetail > div.section.section-home.fp-auto-height-responsive.item-home > div.content > div > div > div > div > div:nth-child(1) > header > iframe{
        width:fit-content;
    }
   
}