div.dienstItem{
	width:100%;
    padding: 0px 0 30px;
}
div.diensten_listpage{
	max-width:100% !important;
}
div.diensten_listpage div.dienstItem{
	cursor:pointer;
}

div.diensten_listpage a + a div.dienstItem{
	padding-top: 0px;
}

div.diensten_listpage div.dienstItem:not(:last-of-type){
    border-bottom: 1px solid #e6e6e6;
}

div.diensten_dienstpage{
	max-width:100% !important;
}

div.diensten_dienstpage div.dienstItem div.image_holder,
div.diensten_listpage div.dienstItem div.image_holder{
	height:20vw;
	max-height:400px;
	width:100%;
	background-size: cover;
	background-position:center;
	background-repeat:no-repeat;
	transition:background .3s ease-in-out;
}
div.diensten_listpage div.dienstItem:hover div.image_holder{
    /* background-size: cover; */
}
div.dienstItem div.tags_holder{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:auto;
	padding:10px;
}
.bottom_tags span.tag{
	background-color: transparent !important;
    border: 1px solid #3593cb !important;
    color: #3593cb !important;
}
.tags_holder.bottom_tags {
    margin-bottom: -44px;
}

div.dienstItem span.tag {
    background-color: #3593cb;
    color: #fff;
    font-weight: 600;
    padding: 8px 9px;
    margin-right: 5px;
    margin-top: 5px;
    border-radius: 3px;
    position: relative;
    float: left;
}
div.dienstItem p.date {
    margin: 0;
    color: var(--themeText);
}
div.dienstItem p.date font{
	font-weight:normal;
	/* font-size:12px; */
}
div.dienstItem .newsTitle{
	margin-bottom:0;
	position:relative;
}
div.dienstItem div.content{
	background-color:var(--themeGrey);
    padding: 0 20px 13px;
    padding-top: 0;
}
div.dienstItem div.koptekst{
	height: auto;
    float: left;
    width: 100%;
	color:rgb(51, 51, 51);	
	
	
    padding: 23px 0 5px;
}
div.dienstItem div.koptekst p{
	height: 100%;
    width: 100%;
    margin: 0;
    position: relative;
	
	
    line-height: 1.5em;
}
div.diensten_side {
    width: 100%;
    padding: 30px 30px 30px;
    border-radius: 20px;
    box-shadow: 0 2px 12px 0 rgb(20 20 43 / 8%);
    color: var(--themeTextGrey);
    top: 40px;
    background-color: white;
    z-index: 1;
    /* width: 350px; */
    float: left;
}
.diensten_side + .diensten_side{
	margin-top:15px;
}

div.small_container div.diensten_side:first-of-type{
	
}

div.diensten_side h3 {
    /* font-size: 27px; */
    margin: -5px 0 13px;
}
div.search_box input {
    border: 0;
    padding: 10px;
	width:100%;
}
ul.diensten_tagList{
	padding:0;	
	list-style:none;
	margin-bottom:0;
}
ul.diensten_tagList li{
	font-size: 15px;
    line-height: 33px;
    font-weight: 600;
    width: 100%;
}
ul.diensten_tagList li a{
    color: #2b3338;
	text-decoration:none;
}
ul.diensten_tagList li a:hover{
	color: #3593cb;	
}
ul.diensten_tagList li font{
    font-weight: 100;
	color: #3593cb;
}
ul.diensten_tagList.recent li{
    line-height: 25px;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}
ul.diensten_tagList.recent li a{

    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
div.diensten_side li{
	padding-left:1.4em;
}
div.diensten_side li .before i {
    font-size: 14px;
}
div.diensten_side li .before {
    top: -3px;
}
div.dienstItem div.author_box {
    border-top: 1px solid #e6e6e6;
    margin-top: 10px;
    padding: 10px 5px 0;
    height: auto;
    float: left;
    width: 100%;
    line-height: 40px;
}
div.dienstItem div.author_box div.author_image{
	height:40px;
	width:40px;
	border-radius:50%;
	background-size:cover;
	background-position:center;
	float:left;
	display:inline-block;
	margin-right:8px;
}
div.diensten_listpage div.dienstItem .newsTitle:before {
    content: "";
    position: absolute;
    right: 60px;
    bottom: 0px;
    width: 29px;
    height: 28px;
    opacity: 0;
    visibility: hidden;
    background: transparent url(//www.dutchwebdesign.nl/wp-content/themes/dwd17/public/images/icons/sprite.svg) no-repeat;
    background-position: 0 -1287px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

div.dienstItem:hover .newsTitle:before{
    opacity: 1 !important;
    visibility: visible !important;
    right: 20px !important;
}

div.dienstItem .image_holder {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;	
}
div.dienstItem .mainImage{   
    border-radius: 20px;
    margin-bottom: 15px;
}
div.dienstItem div.content{
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

#dienstenRelated div.dienstItem .image_holder {
    width: 100%;
    background-size: cover;
    background-position: center;
    aspect-ratio: 3/2;
}
#dienstenRelated div.dienstItem .image_holder span.tag {
    padding: 4px 7px;
    font-size: 12px;
}
#dienstenRelated div.dienstItem .koptekst {
    display: none;
}
#dienstenRelated .dienstItem {
    padding: 30px 0;
}
#dienstenRelated .dienstItem .newsTitle{
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
#dienstenRelated div.dienstItem:hover div.image_holder {
    background-size: 103%;
}


/* -- dienstenlider -- */
.dienstenContainer{
    
}

.dienstenCarouselSlider .carouselHolder{
    --spacing: 45px;
    /* padding: calc(var(--spacing)/2) calc(var(--spacing)); */
    padding: calc(var(--spacing)/2) 0;
    /* margin-left: calc(-1 * var(--spacing)); */
    /* width: calc(100% + (1* var(--spacing))); */
    margin: calc(-1 * var(--spacing)) 0;
    overflow: visible;
	position:relative;
}

.dienstenCarouselSlider .carouselHolder:before{
	position:absolute;
	content:'';
	background: var(--themeGreenLight);
	left: calc(-30vw - 10px);
	width:30vw;
	height:100%;
	top:0;
	z-index: 1;
	/* box-shadow: 0 0 40px 0 #fff; */
}

@media screen and (min-width:769px){
    .dienstenCarouselSlider .carouselHolder{
        overflow: visible;
        transform:translateX(calc(-100%/3));
    }
}
.dienstenCarouselSlider .carousel{
	/* gap: 30px; */
}

.dienstenCarouselSlider .carousel .carouselSlide{padding: 10px;overflow: visible;}

.dienstenCarouselSlider .carousel .carouselSlideHolder{
	transition: opacity .4s ease-in-out;
	opacity:1.0;
}

@media screen and (max-width:769px){
    .dienstenCarouselSlider .carousel .carouselSlideHolder{    
        padding: 0 !important;
    }
}
@media screen and (min-width:769px){
    .dienstenCarouselSlider .carousel:not(.transition) .carouselSlideHolder:nth-of-type(1),
    .dienstenCarouselSlider .carousel:not(.transition) .carouselSlideHolder:nth-of-type(5),
    .dienstenCarouselSlider .carousel.transition .carouselSlideHolder:nth-of-type(2),
    .dienstenCarouselSlider .carousel.transition .carouselSlideHolder:nth-of-type(6){
        opacity:0.2;
    }
}

.dienstBox{
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding: 13px;
    border-radius:15px;
    transition: all 0.15s ease-in-out;
    width: 100%;
    background-color: white;
}
.dienstBox:hover{
    box-shadow: 0 8px 53px rgba(0,0,0,0.08);
    background-color: rgba(255, 255, 255, 0.5);
}

.dienstBox .imageHolder{
    width: 100%;
    border-radius:12px;
    aspect-ratio: 4/3.5;
    padding:15px;
}
.dienstBox .imageHolder .new{
	padding:6px 14px;
	border-radius:6px;
    background-color:rgb(136 136 136 / 38%);
	color:white;
	font-size:12px;
}
.dienstBox .dienstContent{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
    min-height: 140px;
    padding: 8px;
    width: 100%;
}
.dienstBox .dienstContent h2{
	max-width: 100%;
	white-space: break-spaces;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	word-break: break-all;
	font-size: 36px;
	min-height: 1.0em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.dienstBox .dienstContent-content{
    line-height: 1.8em;
    font-size: 14px;
    font-weight: 300;
    padding-bottom: 2px;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
}
.dienstBox .dienstContent-content p{
	font-size:12px;
}
.dienstBox .dienstTitle{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.dienstBox .dienstContent-content + span{
    color: var(--themeTextGrey);
    font-size:12px;
}
.dienstItem .inhoud p{
    color: var(--themeTextLightGrey);
    font-size: 17px;
    line-height: 30px;
    width: 100%;
}

.dienstenCarouselSlider {
    width: calc(100% + 40px);
    margin-left: -20px;
}

.dienstenCarouselButtonBar{
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dienstenCarouselButtonBar .buttons{
    display: inline-flex;
    gap: 15px;
    flex-direction: row;
    z-index: 1;
}
.dienstenCarouselButtonBar .buttons .prevButton,
.dienstenCarouselButtonBar .buttons .nextButton{    
    --size: 56px;
    width: var(--size);
    height: var(--size);
    border-radius: 8px;
    background-color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.dienstenCarouselButtonBar .buttons .nextButton{
    background-color:var(--themeGreen);
}
.dienstenCarouselButtonBar .buttons .nextButton svg *{
	stroke:#fff;
}


@media screen and (max-width:600px){
	.dienstenCarouselSlider .carouselHolder {
		width: 100%;
		margin-left: 0;
	}
	
	.dienstenCarouselSlider .prevButton.floating{
	    left: 7px;
	}
	.dienstenCarouselSlider .nextButton.floating{
	    right: 7px;
	}
    .dienstBox{
        padding:0;
    }

}