.wbox-teaserimage.icon-teaser {
/*	background-color: #F7F7F7;
	padding-top: 30px;
    -webkit-transition: all 3s ease;
    transition: all 3s ease; */
    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.icon-teaser:hover {

}

.icon-teaser .wbox-teaserimage-img {
    height: 100px;
    overflow: hidden;
    width: 100px;
    -ms-flex-item-align: center;
    align-self: center;
    padding: 20px 0 0 0;
    text-align: center;
    background: #0077B4;
    border-radius: 50%;
    margin-top: 30px;
    margin-bottom: 20px;
}

.section-full .icon-teaser .wbox-teaserimage-contentwrap {
    padding:0 15px;
}

/*Teaserhover Bild vergrössern wenn Link vorhanden*/
.wbox-teaserimage.icon-teaser .wbox-teaserimage-img {
    -webkit-transition: all 1s ease;
    transition:all 1s ease; 
}


.wbox-teaserimage-linktext {
    color:#006482;
}
.wbox-teaserimage-linktext:hover {
    color:#134857;
}
