.wbox-news-box {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.wbox-news-box a h3 {
    color: #006AAF;
}


/* Design Box Transparent */
.wbox-news-box.box-transparent .news-box-pfeil {
    position: relative;
    display: inline-block;
    width: 17px;
    height: 12px;
    margin-left: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.wbox-news-box.box-transparent .news-box-pfeil.pfeil-blau {
    background-image: url(img/pfeil-blau.png);
}

.wbox-news-box.box-transparent .news-box-pfeil.pfeil-rot {
    background-image: url(img/pfeil-rot.png);
}

/* ------ Design Box Weiss ------ */

.wbox-news-box.box-weiss {
    background-color: #ffffff;
    padding: 15px;
    min-height: 115px;
}

.wbox-news-box.box-weiss .wbox-news-box-description {
    padding-right: 60px;
}

.wbox-news-box.box-weiss .news-box-pfeil {
    position: absolute;
    bottom: -10px;
    right: 15px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.wbox-news-box.box-weiss .news-box-pfeil:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(img/pfeil-weiss.png);
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
}

.wbox-news-box.box-weiss:hover .news-box-pfeil {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* Pfeil Blau */
.wbox-news-box.box-weiss .news-box-pfeil.pfeil-blau {
    background-color: #006AAF;
}

/* Pfeil rot */
.wbox-news-box.box-weiss .news-box-pfeil.pfeil-rot {
    background-color: #A11832;
}