@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
*{
    padding:0;
    margin:0;
    box-sizing:border-box;
  }
  html{
    font-size:16px;
    scroll-behavior: smooth;
  }

.top{
    max-width:100%;
    height:101%;
    position: relative;
    z-index: 0;
    padding:0;
    margin:0;
  }
  :root {
    --brand_color: #4BB7EC;
    --accent_color: #D9000D;
    --background_color: white;
  }
  .full_width_container{
    background-color: var(--background_color);
    width:100%;
    max-width: 1800px;
  }

.logo_deinze{
    position: absolute;
    z-index: 34;
    display: flex;
    top: 15%;
    left: 15%;
    scale: 0.7;
    text-shadow: 3px 3px 3px black;
}

.logo_toerisme{
  position: absolute;
  z-index: 34;
  display: flex;
  top: 2%;
  left:3%;
  max-width: 200px;
  text-shadow: 3px 3px 3px black;
}

nav{
  margin:0rem;
  padding:0rem;
  position: absolute;
  top:4%;
  right:5%;
}

  .navigatie{
    display:flex;
    gap:2rem;
    justify-content:center;
    list-style:none;
    
  }
    
  .navigatie a{
    color:white;
    text-decoration: none;
    font-size: 1.3rem;
    text-shadow: 1px 1px 5px rgb(133, 133, 133);
  }
 

.content_container{
    margin:0 auto;
    display:flex;
    width:100%;
    max-width:1366px;
    gap:1rem;
    background-color: var(--background_color);
    justify-content:center;
    position: relative;
  }

h1{
    color:white;
    margin-left: 2rem;
    padding-bottom: 1rem;
    padding-top: 1.5rem;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 3rem;
}

.foto_markt{
  max-width: 400px;
  position: absolute;
  z-index: 34;
  display: flex;
  top:35%;
  right: 6%;
  border-radius: 0.5rem;
}


.img_ooidonk{
  width: 350px;
  height: 266px;
  margin-bottom: 1rem;
  border-radius: 10px 10px 0px 0px;
}

.balk{
  z-index: 0;
  position: absolute;
  background-color:#4BB7EC;
  padding: 4rem;
  top:35%;
  width: 1365px;
  height:200px;
}

.kvo{
  z-index: 34;
  position: absolute;
  background-color: #D9000D;
  padding: 0.5rem;
  font-family:'Segoe UI', Tahoma, Verdana, sans-serif;
  color: white;
  font-weight: 600;
  font-size: 1.7rem;
  left: 10%;
  top:50%;
  max-width: 320px;
}

.sppk{
  z-index: 34;
  position: absolute;
  background-color: #D9000D;
  padding: 0.5rem;
  font-family:'Segoe UI', Tahoma, Verdana, sans-serif;
  color: white;
  font-weight: 600;
  font-size: 1.7rem;
  left: 4%;
  top:46%;
  width: 320px;
  padding-top: 0.2rem;
}

.mvdel{
  z-index: 34;
  position: absolute;
  background-color: #D9000D;
  padding: 0.5rem;
  font-family:'Segoe UI', Tahoma, Verdana, sans-serif;
  color: white;
  font-weight: 600;
  font-size: 1.7rem;
  right: 4%;
  top:46%;
  width: 320px;
  padding-top: 0.2rem;
}

p{
  max-width: 250px;
  text-align: left;
  margin-top:2rem;
  margin-bottom: 3rem;
  color: #666666;
}

.beziens{
  color:var(--brand_color);
  margin-left: 2rem;
  padding-top: 0;
  padding-bottom: 1rem;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}


.welkomtekst{
  margin-left: 2rem;
  margin-bottom: 3rem;
  color: var(--background_color);
  max-width:760px;
  font-size: 16px;
}

.ev_tekst{
  margin-left: 2rem;
  max-width: 700px;
  margin-bottom: 4rem;
  font-size: 16px;
  text-align: left;
  color:#666666
}

.foto_leiefeest{
  position: relative;
  width: 600px;
  height: 400px;
  margin-left: 2rem;
  z-index: 4;
  border-radius: 10px;
}

.naam_ev{
  z-index: 34;
  position: absolute;
  background-color: #D9000D;
  padding: 0.5rem;
  font-family:'Segoe UI', Tahoma, Verdana, sans-serif;
  color: white;
  font-weight: 600;
  font-size: 2rem;
  left: 14%;
  top:-7%;
}

.naam_lei{
  z-index: 34;
  position: absolute;
  background-color: #D9000D;
  padding: 0.5rem;
  font-family:'Segoe UI', Tahoma, Verdana, sans-serif;
  color: white;
  font-weight: 600;
  font-size: 2rem;
  left: 14%;
  top:-7%;
}

.balk2{
  z-index: 1;
  position: absolute;
  background-color:#4BB7EC;
  padding: 4rem;
  width: 1365px;
  height:200px;
  top:20%;
}

.tekstL{
position: absolute;
top: 70%;
z-index:2;
width:500px;
left:13%;
color:white;
z-index: 6;

}

.foto_cowboy_bill{
  position: relative;
  width: 600px;
  height: 400px;
  margin-left: 2.7rem;
  z-index: 4;
  border-radius: 10px;
}

.tekstC{
  position: absolute;
  top: 70%;
  z-index:2;
  width:500px;
  right:10%;
  color:white;
  z-index: 6;
  }

.deinze_onder{
  max-width:100%;
    height:auto;
    position: relative;
    z-index: 0;
    padding:0;
    margin:0;
}

.call_action{
  color: var(--brand_color);
  font-size: 3rem;
  font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  max-width: 70%;
  margin-left: 5rem;
}

.custom_button{
  font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  text-decoration:none; 
  font-weight:800;
  font-size:2rem;
  padding:10px;
  color:var(--brand_color);
  border-radius:20px;;
  background-color:rgb(255, 255, 255);
  margin-top:35px;
  margin-right: 200px;
  height:58px;
  width: 400px;
  border: solid;
  text-align: center;
}

 .custom_button:hover{
 color:#0d8edf;
 cursor:pointer;
}

.logo_bodem{
  position: absolute;
  z-index: 34;
  display: flex;
  top: 20%;
  left: 39%;
  max-width: 250px;
  height: auto;
}

.logo_toerisme_bodem{
  position: absolute;
  z-index: 34;
  display: flex;
  top: 30%;
  right:4%;
  max-width: 200px;
}

.adres{
  position: absolute;
  z-index: 34;
  display: flex;
  top: 35%;
  left:4%;
  max-width: 200px;
}

  .col_1{
   flex:1;
   background-color: var(--background_color);
   color: var(--background_color);
   position: relative;

  }
  .col_2{
   flex:2;
   background-color:var(--background_color);
  }
  .col_3{
    
    flex:3;
    background-color: var(--background_color);

   }
   .col_4{
    flex:4;
    background-color: var(--background_color);
    box-shadow: 2px 2px 5px 1px #666666;
    margin-bottom: 2rem;
    border-radius: 10px;
    padding: 0rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
    margin: 3rem;
    position: relative;
   }
  .col_5{
   flex:5;
   background-color:var(--background_color)
  }

  .col_12{
   flex:12;
   background-color:var(--background_color);

  }
  .col_6{
    width: 100%;
   background-color:var(--brand_color);
   margin-right: auto;
   margin-bottom: 3rem;
   position: relative;
  }

  .bi-facebook{
    color: rgb(255, 255, 255);
    margin: auto;
    position: absolute;
    left:41%;
    z-index: 5;
    top:70%;
    font-size: 3rem;
  }

.bi-instagram, .bi-twitter-x{
    color: rgb(255, 255, 255);
    margin: auto;
    position: absolute;
    left:47%;
    z-index: 5;
    top:70%;
    font-size: 3rem;
  }

.bi-twitter-x{
    color: rgb(255, 255, 255);
    margin: auto;
    position: absolute;
    left:53%;
    z-index: 5;
    top:70%;
    font-size: 3rem;
  }


  /* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 600px) {
   
    .full_width_container, .content_container, .navigatie{
      flex-direction: column;
    }
    .logo_deinze{
      position: absolute;
      z-index: 34;
      display: flex;
      top: -30%;
      left:-56%;
      scale: 0.25;
  }
  .logo_toerisme{
    position: absolute;
    z-index: 34;
    display: flex;
    top: 7%;
    left:22%;
    max-width: 100px;
  }
  .welkomtekst{
    margin-left: 2rem;
    margin-bottom: 10rem;
    color: var(--background_color);
    max-width:450px;
    font-size: 16px;
  }
  .foto_markt{
    max-width: 350px;
    position: absolute;
    z-index: 34;
    display: flex;
    top:75%;
    right: 20%;
    border-radius: 0.5rem;
  }
  .beziens{
    color:var(--brand_color);
    margin-left: 2rem;
    padding-top: 0;
    padding-bottom: 1rem;
    margin-top: 4rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 2.3rem;
  }
  h1{
    color:white;
    margin-left: 2rem;
    padding-bottom: 1rem;
    padding-top: 1.5rem;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 2.3rem;
}
.col_4{
  flex:4;
  background-color: var(--background_color);
  box-shadow: 2px 2px 5px 1px #666666;
  margin-bottom: 1rem;
  border-radius: 10px;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
  margin-left: 7rem;
  position: relative;
  width:350px ;
 }
 .balk{
  z-index: 0;
  position: absolute;
  background-color:#4BB7EC;
  padding: 4rem;
  top:47%;
  max-width: 600px;
  height:200px;
}
.ev_tekst{
  margin-left: 2rem;
  max-width: 700px;
  margin-bottom: 4rem;
  font-size: 16px;
  text-align: left;
  color:#666666
}

.foto_leiefeest{
  position: relative;
  width: 450px;
  height: auto;
  margin-left: 4rem;
  z-index: 4;
  border-radius: 10px;
  margin-bottom: 3rem;
}

.naam_lei{
  z-index: 34;
  position: absolute;
  background-color: #D9000D;
  padding: 0.5rem;
  font-family:'Segoe UI', Tahoma, Verdana, sans-serif;
  color: white;
  font-weight: 600;
  font-size: 2rem;
  left: 14%;
  top:-7%;
}

.balk2{
  z-index: 1;
  position: absolute;
  background-color:#4BB7EC;
  padding: 4rem;
  width: 1365px;
  max-width: 600px;
  height:200px;
}

.tekstL{
position: absolute;
top: 50%;
z-index:2;
width:350px;
left:15%;
color:white;
z-index: 6;

}

.foto_cowboy_bill{
  position: relative;
  width: 450px;
  height: auto;
  margin-left: 4rem;
  z-index: 4;
  border-radius: 10px;
}

.tekstC{
  position: absolute;
  top: 60%;
  z-index:2;
  width:350px;
  left:15%;
  color:white;
  z-index: 6;
  }

  .deinze_onder{
  max-width:100%;
    height:150px;
    position: relative;
    z-index: 0;
    padding:0;
    margin:0;
}

.call_action{
  color: var(--brand_color);
  font-size: 3rem;
  font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  max-width: 70%;
  text-align: center;
}
.custom_button{
  font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  text-decoration:none; 
  font-weight:800;
  font-size:2rem;
  padding:10px;
  color:var(--brand_color);
  border-radius:20px;;
  background-color:rgb(255, 255, 255);
  margin-top:1px;
  margin-right: 200px;
  height:58px;
  width: 400px;
  border: solid;
  text-align: center;
  margin-left: 6rem;
  margin-bottom:1rem ;
}
.logo_bodem{
  position: absolute;
  z-index: 34;
  display: flex;
  top: 10%;
  left: 25%;
  max-width: 250px;
  height: auto;
  scale:0.6;
}

.logo_toerisme_bodem{
  position: absolute;
  z-index: 34;
  display: flex;
  top: 23%;
  right:-4%;
  max-width: 200px;
  scale: 0.6;
}

.social{
  position: absolute;
  z-index: 34;
  display: flex;
  top: 60%;
  right:36%;
  max-width: 200px;
  scale:0.6;
}

.adres{
  position: absolute;
  z-index: 34;
  display: flex;
  top: 35%;
  left:-7%;
  max-width: 200px;
  scale: 0.5;
}

.bi-facebook{
  color: rgb(255, 255, 255);
  margin: auto;
  position: absolute;
  left:37%;
  z-index: 5;
  top:70%;
  font-size: 1.5rem;
}

.bi-instagram, .bi-twitter-x{
  color: rgb(255, 255, 255);
  margin: auto;
  position: absolute;
  left:44.5%;
  z-index: 5;
  top:70%;
  font-size: 1.5rem;
}

.bi-twitter-x{
  color: rgb(255, 255, 255);
  margin: auto;
  position: absolute;
  left:52%;
  z-index: 5;
  top:70%;
  font-size: 1.5rem;
}
  }

  /*cookie bannner onderaan*/
.cookie-container{
  position: fixed;
  bottom:-100%;
  left:0;
  right:0;
  background-color:#f7f7f7;
  transition:400ms;
  z-index: 90;
  padding: 1rem 5rem 1rem 5rem;
}
.cookie-container.active{
  bottom:0;  
}
.cookie-tekst{
  font-size: 0.9rem;
  line-height: 1.1rem;
  color:#2c2c2c;
}
.cookie-button{
  font-family: "open sans";
  color:#2c2c2c;
  background-color:#FFFFFF;
padding:0.4rem 0.6rem 0.5rem 0.6rem;
margin-bottom: 0.8rem;
  margin-right: 1.4rem !important;
  margin-left:1rem;
  margin-top: 0.5rem;
  border-radius: 20px;
  border-width: 1.5px;
  border-style: solid;
  border-color:#2c2c2c;
  z-index: 40;
}
.cookie-button:hover{
text-decoration:none;
  color:#FFFFFF;
background-color:#9C9999;  
}