#linklist1 .linklistcatname {
    display: none;
}
 
#linklist1 ul a {
 color:  #188109;
 }


#linklist1 ul {
  margin-bottom: 0px;
  margin-left: 0;
  padding-left: 0px;
}

#linklist1 ul li {
  margin-bottom: 5px;
  
}


.no-image-grid, .no-image-missed, .no-image-slider-right, .card__post .card__post__body img {


}

.popular__news-right .col-lg-6 .card__post .card__post__body img {
    height: auto;
    max-height: 247px;
    height: 227px;
}



.popular__news-right .col-lg-6:nth-child(3) .card__post .card__post__body img {
    height: auto;
    max-height: 217px;
    height: 217px;
}

.popular__news-right .col-lg-6:nth-child(4) .card__post .card__post__body img {
    height: auto;
    max-height: 217px;
    height: 217px;
}



.wp-block-latest-posts.wp-block-latest-posts__list {
    padding-left: 0px;
    }

.sliderstart {
    margin-top: 30px;
    margin-bottom: 30px;    
    }   

/*
.slider-wrapper .no-gutters > [class*="col-"] {
	height: 227px;
}

*/

:root {
    --color-rand-slideshow: #fff;
    --breite-rand-slideshow: 2px;
    }


.no-gutters > div.col-sm-12:first-child {
    border-right:  4px solid  var(--color-rand-slideshow);
    }

.no-gutters .no-gutters div.col-sm-12:first-child {    
    border-right:  var(--breite-rand-slideshow) solid var(--color-rand-slideshow);
    border-bottom: var(--breite-rand-slideshow)  solid var(--color-rand-slideshow);
    }

.no-gutters .no-gutters div.col-sm-12:nth-child(2) {    
    border-left:  var(--breite-rand-slideshow) solid var(--color-rand-slideshow);
    border-bottom:  var(--breite-rand-slideshow) solid var(--color-rand-slideshow);
    }

.no-gutters .no-gutters div.col-sm-12:nth-child(3) {
    border-right:  var(--breite-rand-slideshow) solid var(--color-rand-slideshow);    
    border-top:  var(--breite-rand-slideshow) solid var(--color-rand-slideshow);
    }

.no-gutters .no-gutters div.col-sm-12:nth-child(4) {    
    border-left:  var(--breite-rand-slideshow) solid var(--color-rand-slideshow);
    border-top:  var(--breite-rand-slideshow) solid var(--color-rand-slideshow);
    }