/* **** FONTS **** */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&display=swap');

/* **** GENERAL **** */
:root {
    --main-color: #18ED8D;
    --black: #242424
}

body{
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
}

h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 75px;
    text-align: center;
    color: white;
    text-transform: uppercase;
}

h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    color: black;
    text-transform: uppercase;
    padding-top: 100px;
}

h3 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 25px;
    margin-bottom: -18px;
    z-index: 1;
}

strong {
    font-weight: 700;
}

/* **** WEBSITE **** */
/* nav */
nav {
    margin: 0 auto;
    background-color: var(--black);
    width: 1305px;
    height: 88px;
    text-align: center;
}

.menu-links {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.menu-links a, .menu-links div {
    margin: 22px 30px;
    color: white;
    transition: 0.3s ease-in-out;
}

.menu-links div a {
    margin: 0;
}

nav svg {
    fill: white;
}

a {
    transition: 0.4s ease-in-out;
}

a.active, a:hover {
    color: var(--main-color);
}

.menu-links a:hover svg, a.active svg {
    fill: var(--main-color);
}

.menu-icon, .menu-dropdown {
    display: none;
}


/* Dropdown */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: var(--black);
    min-width: 160px;
    z-index: 1;
    flex-direction: column;
    margin: 0 !important;
    
}

footer .dropdown-content {
    margin-left: 140px !important;
    margin-top: -31px !important;
}

.dropdown-content a:hover {
    color: var(--main-color);
}

.dropdown:hover .dropdown-content {
    display: flex;
} 

/* Header */
header {
    width: 100%;
    height: 1000px;
    background-image: url(../Images/Home/_MG_1271.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    text-align: center;
    
}

header.wiezijnwij {
    background-image: url(../Images/Wiezijnwij/foto\ bestuur.jpg);
    max-height: 800px;
    background-position: center;
}

header.programma {
    background-image: url(../Images/Programma/_MG_6298.webp);
}

header.deelnemers {
    background-image: url(../Images/Deelnemers/_MG_1071.webp);
}

header.dlnmarktkramers {
    background-image: url(../Images/Deelnemers/Marktkramers/_MG_7285.webp);
}

header.dlnverenigingen {
    background-image: url(../Images/Deelnemers/Verenigingen/_MG_6380.webp);
    background-position: center;
}

header.dlnhandelaars {
    background-image: url(../Images/Deelnemers/Handelaars/_MG_1097.webp);
}

header.geschiedenis {
    background-image: url(../Images/Geschiedenis/Tist\ en\ Triene\ Linkebeek\ 24\ September\ 1978\ A.jpeg);
}

header.partners, header.fotogalerij {
    background-image: none;
    height: auto;
}

.header-overlay {
    background: rgba(0, 0, 0, 0.33);
    height: 100%;
}

header p {
    color: white;
    font-weight: 500;
    padding-top: 347px;
}

button {
    font-family: 'Roboto', sans-serif;
    padding: 15px 30px;
    background-color: var(--main-color);
    color: black;
    border: none;
    font-weight: 700;
    font-size: 17px;
}

header h1 {
    line-height: 1.25;
    margin-bottom: 30px;
}


.headerh1padding {
    padding-top: 347px;
}

.h1black {
    color: var(--black);
    margin-top: 350px;
}

.dln3 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.dln3 > a {
    margin: 0 10px;
}

.dln3 div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 350px;
    height: 320px;
    background-color: white;
    transition: 0.3s ease;
}

.dln3 i {
    font-size: 100px;
}


.dln3 div:hover {
    background-color: var(--black);
}


.dln3 div:hover i, .dln3 div:hover h2 {
    color: var(--main-color);
}

.dln3 div h2 {
    padding-top: 25px;
}

.downloadbtn {
    background-color: #ECECEC;
    padding: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: auto;
}

button:hover {
    cursor: pointer;
}

.downloadbtn i, .downloadbtn p {
    font-size: 20px;
    color: black;
    text-align: center;
    padding: 20px 10px;
}

.downloadbtn i {
    font-size: 25px;
}

.downloadbtn p {
    font-weight: 400;
    text-transform: uppercase;
}

.gsec {
    text-align: center;
    margin: auto;
    background-color: var(--black);
    color: white;
    padding: 40px 0;
}

.gsec > div {
    width: 50%;
    margin: auto;
}

.gsec > div div:first-child {
    padding: 30px;
}

.gbtn {
    background-color: #E5E5E5;
    color: black;
    padding: 10px 30px;
    margin: 2.5px;
    width: 150px;
}

.gbtnactive {
    background-color: var(--main-color);
}

.gfotos {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 100px;
    margin-bottom: 150px;
}

.gfotos div {
    width: 300px;
    height: 430px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 10px 15px;
}

.gfotos div:nth-child(1) {
    background-image: url(../Images/Geschiedenis/2017\ Jefke___serialized1.jpeg);
}

.gfotos div:nth-child(2) {
    background-image: url(../Images/Geschiedenis/Braderij\ Rode\ Centrum\ 1954-1.jpeg);
}

.gfotos div:nth-child(3) {
    background-image: url(../Images/Geschiedenis/Folklorische\ dansgroep\ Tist\ en\ Triene.jpeg);
}

.gfotos div:nth-child(4) {
    background-image: url(../Images/Geschiedenis/Tist\ &\ Treine\ op\ de\ jaarmarkt\ Rode.jpeg);
}

.email {
    text-decoration: underline;
}


/* Countdown */
.datum {
    text-align: center;
    font-weight: 700;
    font-size: 17px;
    margin: 50px 0 35px 0;
}

.countdown-container {
    max-width: 800px;
    width: 500px;
    margin: 0 auto;
}

.countdown {
    font-family: 'Roboto', sans-serif;
    text-align: center;
    display: grid;
    grid-template-columns: auto auto auto auto auto auto auto;
    grid-gap: 1px;
}

.countdown-label {
    font-size: 12px;
    text-align: end;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: -5px;
}

.countdown-timer {
    font-size: 24px;
}

.countdown-cell {
    display: grid;
    grid-template-rows: auto auto;
}

.countdown-number {
    grid-row: 2 / span 1;
    font-size: 70px;
    font-weight: 700;
    margin-top: -35px;
}

.countdown-separator {
    font-size: 24px;
    grid-row: 2 / span 1;
    font-size: 70px;
    font-weight: 700;
    margin-top: -16px;
}

/* Section */
section > article {
    text-align: center;
    max-width: 900px;
    margin: auto;
}

.affiche {
    width: 600px;
    height: 450px;
    background-image: url(../Images/Home/Affiche_JaarmarktRode-2025.webp);
    background-size: contain;
    background-repeat: no-repeat;
    margin: auto;
    margin-top: 50px;;
}

.wiezijnwijnamen {
    background-color: var(--black);
}

.wiezijnwijnamen h1 {
    position: absolute;
    text-align: center;
    left: 50%;
    transform: translate(-50%, -50%);
}

.wiezijnwijnamen div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    text-align: center;
    flex: 4;
    padding-top: 50px;
}

.wiezijnwijnamen p {
    flex-basis: calc(25%);
    color: white;
}

/* Programma */
section.programmas {
    display: flex;
    flex-direction: column;
}

section.programmas > div:not(.overlay) {
    display: flex;
    flex-direction: row;
    justify-content: left;
    margin: 10px auto;
    max-width: 80%;
    width: 45%;
}

.progimage {
    width: 220px;
    min-width: 220px;
    height: 220px;
    min-height: 220px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-right: 50px;
}

.proguur {
    background-color: var(--main-color);
    padding: 0px 10px;
    color: black;
    width: fit-content;
}

.proguur p {
    padding: 0;
    font-size: 15px;
    font-weight: 500;
}

.programmas a {
    text-decoration: underline;
}

.progtext {
    justify-content: center;
    display: flex;
    flex-direction: column;
}

/* Prog Img */
.spimg1 {
    background-image: url(../Images/Programma/Spiegeltent/sp_img1.jpg);
}

.spimg2 {
    background-image: url(../Images/Programma/Spiegeltent/sp_img2.png);
    background-size: cover;
}

.spimg3 {
    background-image: url(../Images/Programma/Spiegeltent/sp_img3.png);
}

.spimg4 {
    background-image: url(../Images/Programma/Spiegeltent/sp_img4.png);
    background-size: cover;
}

.spimg5 {
    background-image: url(../Images/Programma/Spiegeltent/sp_img5.jpg);
    background-size: cover;
}

.spimg6 {
    background-image: url(../Images/Programma/Spiegeltent/sp_img6.png);
    background-size: cover;
}

.animg1 {
    background-image: url(../Images/Programma/Aniparcous/an_img1.png);
    background-size: cover;
}

.animg2 {
    background-image: url(../Images/Programma/Aniparcous/an_img2.png);
}

.animg3 {
    background-image: url(../Images/Programma/Aniparcous/an_img3.png);
    background-size: cover;
}

.animg4 {
    background-image: url(../Images/Programma/Aniparcous/an_img4.png);
}

.animg5 {
    background-image: url(../Images/Programma/Aniparcous/an_img5.jpg);
}

.animg6 {
    background-image: url(../Images/Programma/Aniparcous/an_img6.png);
}

.animg7 {
    background-image: url(../Images/Programma/Aniparcous/an_img7.png);
}

.animg8 {
    background-image: url(../Images/Programma/Aniparcous/an_img8.png);
}

.animg9 {
    background-image: url(../Images/Programma/Aniparcous/an_img9.jpg);
}

.animg10 {
    background-image: url(../Images/Programma/Aniparcous/an_img10.jpg);
}

.animg11 {
    background-image: url(../Images/Programma/Aniparcous/an_img11.jpg);
}

.veimg1 {
    background-image: url(../Images/Programma/Vereniging/ve_img1.png);
}

.veimg2 {
    background-image: url(../Images/Programma/Vereniging/ve_img2.png);
}

.veimg3 {
    background-image: url(../Images/Programma/Vereniging/ve_img3.png);
}

.veimg4 {
    background-image: url(../Images/Programma/Vereniging/ve_img4.png);
}

.veimg4_aff {
    background-image: url(../Images/Programma/Vereniging/ve_img4_affiche.png.jpg);
}

.veimg5 {
    background-image: url(../Images/Programma/Vereniging/ve_img5.png);
}

.veimg6 {
    background-image: url(../Images/Programma/Vereniging/ve_img6.jpg);
}

/*Partners*/
.gpartners {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: max-content;
    text-align: left;
    margin: auto;
}

.gpartners > div {
    display: flex;
    flex-direction: row;
    margin: 30px 0;
}

.partnersimg {
    width: 300px;
    height: 150px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.ptext {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 50px;
}

.ptext h3 {
    padding-bottom: 20px;
}

.ptext a {
    color: var(--main-color);
}

.ptext a:hover {
    text-decoration: underline;
}

.pline {
    display: block;
    border: solid 1px var(--black);
    width: 100%;
}

.gpartners > p {
    font-style: italic;
    text-align: center;
}

/* partners img */
.pimg1 {
    background-image: url(../Images/Partners/logo-group-ollivier.png);
}

.pimg2 {
    background-image: url(../Images/Partners/logoImmo.png);
}

.pimg3 {
    background-image: url(../Images/Partners/LogoJP.png);
}

.pimg4 {
    background-image: url(../Images/Partners/logoCrelan.svg);
}

.pimg5 {
    background-image: url(../Images/Partners/argenta-logo-facebook.png);
}

.pimg6 {
    background-image: url(../Images/Partners/logoNationaleLotterij.svg);
}

.pimg7 {
    background-image: url(../Images/Partners/LogoEthias.png);
}


/* Map */
#maphome {
    margin-left: auto;
    z-index: 2;
    margin-top: -285px;
}

#mapsmall {
    display: none;
}

/* Footer */
footer {
    width: 100%;
    height: 405px;
    background-color: var(--black);
    color: white;
    z-index: 1;
}

.footermargin {
    margin-top: 250px;
}

footer > article {
    display: flex;
    flex-direction: row;
}

footer > article > div {
    display: flex;
    flex-direction: column;
    justify-content: start;
    padding: 73px 100px;
    max-width: fit-content;
}

.fmenu-dropdown {
    display: none;
    flex-direction: column;
    justify-content: start;
    padding: 73px 0 73px 100px;
    max-width: fit-content;
}

footer div a {
    color: white;
    transition: 0.3s ease-in-out;
}

footer div svg {
    fill: white;
}

footer div a:hover {
    color: var(--main-color);
}

footer a:hover svg{
    fill: var(--main-color);
}

footer p {
    text-align: center;
    padding: 0;
    font-weight: 700;
}

.fbtns {
    margin: 60px auto;
    display: flex;
    justify-content: center;
}

.fbtn {
    background-color: #E5E5E5;
    font-weight: 400;
    font-size: 15px;
    margin: 0 5px;
}

.fbtnactive {
    background-color: var(--main-color);
}


#ff, #fv {
    padding-top: 10px;
}


.fsimg {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.myndir-a4 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex: 1 0 10%;
    margin: 10px;
    display: flex;
    flex-direction: column;
}

.myndir-a4 video {
    width: 100%;
}

.modal {
    position: fixed;
    z-index: 10;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
    overflow: hidden;
  }
  
  .modal-content {
    margin: auto;
    display: block;
    max-width: 75%;
    max-height: 80%;
    object-fit: contain;
  }
  
  .caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
  }
  
  .myImg:hover {
    cursor: pointer;
  }
  
  @-webkit-keyframes zoom {
    from {
      -webkit-transform: scale(0)
    }
    to {
      -webkit-transform: scale(1)
    }
  }
  
  @keyframes zoom {
    from {
      transform: scale(0.1)
    }
    to {
      transform: scale(1)
    }
  }
  
  .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: white;
    font-size: 60px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
  }

  .close:hover {
    color: var(--main-color);
    text-decoration: none;
    cursor: pointer;
  }
  
  .myImg {
    opacity: 1;
    display: inline-block;
    width: 100%;
    height: 100%;
    transition: .45s ease;
    backface-visibility: hidden;
    object-fit: cover;
  }




  #return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 9px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: var(--main-color);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

.popup-affiche:hover {
    cursor: pointer;
}



.overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100% !important; 
  max-width: 100% !important;
  height: 100%;
  background: rgba(0,0,0,0.8);
  display: none; 
  justify-content: center !important;
  align-items: center !important;
  z-index: 1000;
  margin: auto !important;
}

.overlay-content {
  position: relative;
  background: #000;
  padding: 10px;
  border-radius: 8px;
}

.overlay-content iframe {
  display: block;
  max-width: 90vw;
  max-height: 80vh;
}

.fprogramma{
  width:90%;
  border-collapse:collapse;
  table-layout:fixed;     
  margin: auto;
}
.fprogramma th,
.fprogramma td{
  border:1px solid #d9d9d9;
  padding:.75rem .9rem;
  vertical-align:top;
  word-wrap:break-word;
}

.fprogramma th{ text-align:left; font-weight:700; }
.fprogramma td{ line-height:1.35; }


