.referenzen_kategorie_ajax_navi{
    padding: 0px 0px 20px 0px;
    margin: 0px;
}
.referenzen_kategorie_ajax_navi span{
    color: rgba(1,104,181,1);
    margin-right: 10px;
    padding: 10px 30px;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.referenzen_kategorie_ajax_navi span:hover{
    background-color: #F7F7F7;
}

.referenzen_kategorie_ajax_navi span.refon{
    background-color: #F7F7F7;
}
.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;
}