.section_RawhideEvents{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-bottom: 14rem;

}
.section_RawhideEvents h2{
    padding-left: 1rem;
}


@media (min-width: 770px) { 
.section_RawhideEvents h2{
    padding: 6rem 16%;
}}

@media (min-width: 770px) { 
.RawhideEvents{
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: flex;
}}
.events_links{
    width: 70%;
    display: flex;
flex-direction: column;
align-items: left;
gap: 0rem;
padding-top: 5%;

}


    .events_rechts_fotogallery {
        width: 30%; /* Aangepaste breedte voor het foto-gedeelte */
        display: flex;
        flex-direction: column;
        gap: 2rem;
        padding-top: 5%;
    }



   .events_rechts_fotogallery_img1{
    background-image: url(../img/event_Egel-05-03-2023-10.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 300px;
    aspect-ratio: 1;
   }
.events_rechts_fotogallery_img2{
    background-image: url(../img/event_Dimi_DSC_8073-2.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 300px;
    aspect-ratio: 1;
   }
   .events_rechts_fotogallery_img3{
    background-image: url(../img/event_Egel-05-03-2023-14.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 300px;
    aspect-ratio: 1;
   }
   .events_rechts_fotogallery_img4{
    background-image: url(../img/event_7847327457058035978_n.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 300px;
    aspect-ratio: 1;
   }



.rawhide_events_block{
    
    display: flex;
    align-items: flex-start;
    gap: 10%;
    width: 70%;
    
}
.event_block_info .event{
    width: 100%;
}

.rawhide_date_event{
    border: solid 0.4rem var(--orange );
    width:fit-content;
    text-align: center;
    padding: 1rem 3rem;
 }
 .rawhide_date_event p{
    color: var(--orange);
 }

.event_block_info .event h5{
    font-weight:500;
    color:#f39863 ;
    padding-left: 0;
}
.event_adres{
    display: flex;
    gap: 2rem;
    align-items: center;
    
}
.event_adres svg{
    width: 3rem;
}
.event_date{
    padding-bottom: 2rem;
}
.event_link button{
    width: 25rem;
}


/* ===================== button ANN-UIT =================*/ 

.event1 button{
    display: block;
}
.event2 button{
    display: none;
}
.event3 button{
    display: none;
}
.event4 button{
    display: none;
}
.event5 button{
    display: none;
}


/*
@media (min-width: 770px) { 
    .events_rechts_fotogallery img{
        width: 100%;   
        height: auto;
      
    }}

@media (min-width: 1081px) { 
.events_rechts_fotogallery img{
    width: 80%;   
    height: auto;
  
}}

@media (min-width: 1360px) {  
.events_rechts_fotogallery img{
    max-width: 55%;   
    height: auto;
  
}}*/

