
/*news homepage*/

.news-swiper .swiper-slide {
    background-color: #fff;
    /*flex:1;*/
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    padding-bottom: 20px;
    min-height: 300px;
}

.news-swiper .swiper-slide:hover {
    transform: translateY(-5px);
}

.news-swiper h2 {
    font-size: 15px !important;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0 8px;
}


.news-swiper img {

    border-radius: 20px 20px 0 0;
}
.news-swiper a.button {
    margin-left: 8px;
    background: #575756;
    border: #575756 solid 1px;
    border-radius: 4px;
    padding: 2px 10px;
    color: #fff;
    font-size: 15px;
    text-decoration: none !important;
   
}


.news-swiper a.button:hover{
    
    background: #fff;
    border: #575756 solid 1px;
    color: #575756;
  
   
}



.swiper-pagination {
    display: block !important; 
 left: 0;
    right: 0;
    text-align: center;
    color: #000000; 
    z-index: 10; 
}


.swiper-pagination-bullet {
    background-color: #dedede !important; 
    width: 10px !important;  
    height: 10px !important; 
    margin: 0 4px !important; 
    opacity: 1 !important; 
}


.swiper-pagination-bullet:hover {
    background-color: #00457c !important; 
}

.swiper-pagination-bullet-active {
    background-color: #00457c !important; 
    transform: scale(1.3); 
    opacity: 1 !important; 
    transition: background-color 0.3s ease, transform 0.3s ease; 
}



/*mobiel*/


@media only screen and (min-width: 768px) {
    .swiper-pagination {
display: none !important;

    }
  }
/* .................................................*/
.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
    border: 2px red solid;
  }