.pageid-159 .produkte-modul h2 {
    font-size: 30px;
    padding: 5px 82px 5px 12px;
    position: relative;
    font-weight: 900;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    background: #86bc25;
}
.pageid-159 .produkte-modul h2:after {
    content: '';
    width: 77px;
    height: 46px;
    position: absolute;
    right: -1px;
    background: url(/images/bg-ueberschrift.svg) right top no-repeat;
    top: 0;
}

.picture {
    display: inline-block;
    box-shadow: 3px 3px 6px #e3e3e3;
}

.produkte-modul img {
    object-fit: cover;
    height: 180px;
    width: 100%;
    border-radius: 0!important;
}
.produkte-modul .col-lg-2 {
    
}


div.produkte-modul .desc {
    text-align: center;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
        min-height: 51px;
}

.produkte-modul .row {
    margin-top: -15px;
}
.desc h4 {
    font-size: 17px;
    padding: 0;
    margin: 0 0 10px 0;
    font-weight: 600;
}

div.produkte-modul {
    margin-bottom: 80px;
    display: block;
}
a.warnung-produkte:hover {
    border: 1px solid #86bc25;
	background:#fff;
}
a.warnung-produkte {
    background:#86bc25;
	border: 1px solid #86bc25;
	color:#fff;
	text-transform:uppercase;
    padding: 10px;
    margin: 10px 0;
    display: inline-block;
	border-radius:10px;
}