/* Seite Bildgalerien und Videogalerien */

.id1041 .box.box-8.content .teaser {
    margin: 9px 0 0;
}
.id1041 .article .box-bottom::after,
.id1041 .box-content.box-list::before,
.id1041 .box-list .contentlist .background ul > li::after {
	display: none;
}

.id1041 .box-list .contentlist .background ul > li::before {
    background: rgba(0, 0, 0, 0) url("/src_project/img/portal/border-dot-2px.png") repeat-x scroll 0 0;
    top: -3px;
    content: " " !important;
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    width: 100%;
}
.id1041 .box-content.box-list {
	padding: 0;
	margin: 29px 0 0 0;
}

.id1041 .box-list .contentlist .background ul > li {
    padding: 29px 0 0 !important;
}
.id1041 .box-list .contentlist .background ul > li .text-area {
    padding-bottom: 23px;
}

.id1041 .box-list .contentlist .background ul > li .content-container.smart {
   margin-top: 35px;
}
.id1041 .box-list .contentlist .background ul > li .content-container.smart.video {
   margin-top: 31px;
}
.id1041 .box-list .contentlist .background ul > li .content-container.smart.video figure {
   margin-bottom: 8px;
}

.id1041 .box-list .contentlist .background ul > li .content-container.smart.video figure a:before {
	content: " ";
	position: absolute;
    background : url("/src_project/img/portal/video.png");
    height: 58px;
    width: 58px;
    left: 46%;
    top: 43%;
}
.id1041 .mediabox .download-image-dwnfile a {
	color: #79a223 !important;
    opacity: 0.85;
}
.id1041 .mediabox .download-image-dwnfile a:hover {
    opacity: 0.7;
}
@media (max-width: 991px) {
	.id1041 .box-list .contentlist .background ul > li .content-container.smart.video figure a:before {
		top: 41%;
		left: 35%;
	}
}

@media (max-width: 767px) {
	.id1041 .box-list .contentlist .background ul > li .content-container.smart.video figure a:before {
		top: 40%;
		left: 45%;
	}

	.box-list .contentlist .background ul > li {
		display: block;
		float: unset;
		margin:0 0 20px 0 !important;
	}

	.box-list .contentlist .background ul > li .img-area {
		width: 100%;
		display: inline-block;
		padding-bottom: 0;
	}

	.box-list .contentlist .background ul > li .text-area {
		padding: 0 0 15px 0;
		display: inline-block;
		width: 100%;
	}
}


.flowplayer .fp-play.fp-visible svg{
     display: none !important;
}

.flowplayer .fp-play.fp-visible:before{
     content: " ";
     position: absolute;
     background: url(/src_project/img/portal/video.png);
     height: 58px;
     width: 58px;
     margin-top:-29px;
      margin-left:-29px;
      top: 50%;
     left: 50%;
     filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.3));

} 
