.referenzen_kategorie_ajax_navi{
    padding: 0px 0px 0px 0px;
    margin: 0px;
    display: flex;
    justify-content: end;
}
.referenzen_kategorie_ajax_navi span{
    color: #000;
    margin-right: 0px;
    padding: 0px;
    font-size: 18px;
    cursor: pointer;
    transition: color 0.3s;
    margin-left: 40px;
}

.referenzen_kategorie_ajax_navi span:hover{
    color: #fe9900;
}

.referenzen_kategorie_ajax_navi span.refon{
   color: #fe9900;
}

.referenzen_shortcode_content .newsboxContainerImage {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    height: 195px;
    background-size: cover;
    background-position: center;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.referenzen_shortcode_content .newsboxContainer {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    background-color: rgba(1,149,61,1);
    padding: 30px;
    overflow: hidden;
    color: #fff;
    height: 204px !important;
}
.referenzen_shortcode_content a:hover .newsboxContainer {
    background-color: #0168B5;
}
.referenzen_shortcode_content a:hover .newsboxContainerImage {
    -webkit-filter: brightness(70%);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.referenzen_shortcode_content .slick-list {
    margin-left: -7.5px;
    margin-right: -7.5px;
}