.module_brochure_download_image {
	padding:20px 0;
}
.module_brochure_download_image .module_inner {
    background-color: #f5f5f6;
    margin-bottom:15px;
}
.module_brochure_download_image .module_inner:hover {
    background-color: #e5f5fb;
	cursor: pointer;
}
.module_brochure_download_image .row {
    min-height: 260px;
}
.module_brochure_download_image .image {
    width:100%;
    height:100%;
    min-height: 260px;
    background-color: #ededee;
    overflow:hidden;
}
.module_brochure_download_image .module_inner:hover .image {
    background-color: #dfedf3;
}
.module_brochure_download_image .image img {
    position: absolute;
}
.module_brochure_download_image .image img.pdf_thumb {
    transform: scale(0.55,0.55) rotate(-7deg);
    -moz-transform: scale(0.55,0.55) rotate(-7deg);
    -ms-transform: scale(0.55,0.55) rotate(-7deg);
    -webkit-transform: scale(0.55,0.55) rotate(-7deg);
    margin-top: -20%;
	background-color: #fff;
}

@media (min-width: 768px) and (max-width:1200px){
    .module_brochure_download_image .image img.pdf_thumb {
		transform: scale(0.7,0.7) rotate(-7deg);
		-moz-transform: scale(0.7,0.7) rotate(-7deg);
		-ms-transform: scale(0.7,0.7) rotate(-7deg);
		-webkit-transform: scale(0.7,0.7) rotate(-7deg);
		margin-top: -10%;
    }
}

.module_brochure_download_image .image img.alt_thumb {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

/*.module_brochure_download_image .image .pdf_thumb_container {
    overflow: hidden;
}*/

.module_brochure_download_image .content_inner {
    padding:20px;
}
@media (min-width: 768px){
    .module_brochure_download_image .content_inner {
		padding:25px 0;
    }
}

.module_brochure_download_image .content_inner .topline {
    color:#009fe3;
}
@media (min-width: 992px){
    .module_brochure_download_image .content_inner .topline {
		font-size:18px;
    }
}
.module_brochure_download_image .content_inner .headline {
    font-family:'ITCFranklinGothicLTDemi';
}
@media (min-width: 992px){
    .module_brochure_download_image .content_inner .headline {
		font-size: 25px;
    }
}
/*.module_brochure_download_image .content_inner .bodytext a,
.module_brochure_download_image .content_inner .read_more a {
    background-image:url("/fileadmin/assets/ne_distribution/Icons/arrow_blue.png");
    background-repeat:no-repeat;
    background-position: 0 2px;
    padding-left:25px;
    color:#009fe3;
}
.module_brochure_download_image .content_inner .read_more a {
    display: inline-block;
    margin-top:25px;
    line-height:18px;
}*/
.module_brochure_download_image .content_inner .download_link a {
    display: inline-block;
    color:#009fe3;
    background-image:url("/fileadmin/assets/ne_distribution/Images/icon-pdf.png");
    background-repeat:no-repeat;
    background-position: 0 0;
    background-size: 19px 24px;
    margin-top:25px;
    padding-left:30px;
    line-height:24px;
}
@media (min-width: 992px){
    .module_brochure_download_image .content_inner .download_link a {
		margin-top:45px;
    }
}

.module_brochure_download_image .button.outline {
    color: #00305d;
    border: 1px solid #00305d;
}
.module_brochure_download_image .button.outline:hover {
    background: #00305d;
    color: white;
    border: 1px solid #00305d;
}