.wbox-teaserimage {
/*margin-bottom: 15px;*/
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
border-radius: 3px;
min-height: 100%;
box-shadow: 0 0 16px 0 rgba(0,0,0,0.18);
background-color: #fff;
}

/*.wbox-teaserimage:hover {
	background-color: #d9d9d9;
}*/
.wbox-teaserimage a {

display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;



}

.wbox-teaserimage-title {
    display: table;
    height: 60px;
    width: 100%;
    margin-bottom: -10px;
}
.wbox-teaserimage-title h2 {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 1.2em;
    color: #0077B4;
    margin-top: 15px;
    padding-bottom: 30px;
    line-height: 25px;

}

.wbox-teaserimage-img {
    height: 145px;
    overflow: hidden;
    width: 100px;
    -ms-flex-item-align: center;
    align-self: center;
    padding-top: 30px;
    text-align: center;
}

.wbox-teaserimage-contentwrap {
    min-height: 180px;
    position: relative;
    padding:30px;
    padding-top: 0!important;
}
.wbox-teaserimage-content p {
    text-align: center;
    margin-top: 0!important;
    hyphens: auto;
}


/*Teaserhover Bild vergrössern wenn Link vorhanden*/
.wbox-teaserimage-img img {
    -webkit-transition: all 0.4s ease;
    transition:all 0.4s ease; 
}
/*.wbox-teaserimage a:hover .wbox-teaserimage-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}*/

.wbox-teaserimage-linktext {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
}
span.wbox-pfeil {

    position: relative;
    padding: 6px 0 6px 6px;
    z-index: 0;
    display: flex;
    align-items: center;
}
span.wbox-pfeil::after {
            content: '';
            background-image: url(/application/themes/wbox_sectionstheme/img/_arrow-right-blue.svg);
            background-repeat:no-repeat;
            background-position:center;
            width: 40px;
            height:20px;
            padding-left:40px; 
            font-size: 1.2em; 



}
