div.content-GPTextImageLinkVet{
    position: relative;
    overflow: hidden;
}

div.content-GPTextImageLinkVet > a{
    display: block;
    text-decoration: none !important;
}
div.content-GPTextImageLinkVet > a:hover{
    /*background-color: rgba(0,0,0,0.05) !important;*/
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b5b5b5+0,ededed+100&0+76,1+100 */
    background: -moz-linear-gradient(top, rgba(181,181,181,0) 0%, rgba(224,224,224,0) 76%, rgba(237,237,237,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(181,181,181,0) 0%,rgba(224,224,224,0) 76%,rgba(237,237,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(181,181,181,0) 0%,rgba(224,224,224,0) 76%,rgba(237,237,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b5b5b5', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */

    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

#main div.content-GPTextImageLinkVet > a:hover p{
    color: #184184 !important;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;

}

#main div.content-GPTextImageLinkVet.linie-unten > a{
    padding-bottom: 5px !important;
    border-bottom: 1px solid #C3C3C3;
}
#main div.content-GPTextImageLinkVet.linie-unten > a:hover{
    /*color: #184184 !important;*/
    border-bottom: 1px solid #184184;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;

}
#main div.content-GPTextImageLinkVet div.text-hover{
    /*display: none;*/
    margin: 100% 7.5px 7.5px 7.5px;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 15px);
    height: calc(100% - 15px);
    z-index: 1;
    background-color: rgba(232,126,6,0.8);
    color: #fff;
    padding: 15px;
    overflow-y: auto;
    opacity: 0;
}

#main div.content-GPTextImageLinkVet:hover div.text-hover{
    /*display: block;*/
    margin: 7.5px 7.5px 7.5px 7.5px;
    opacity: 1;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}


#main div.content-GPTextImageLinkVet div.text-hover p,
#main div.content-GPTextImageLinkVet div.text-hover ul li {
    color: #fff !important;
    font-size: 1rem;
    line-height: 1.3rem;
}

#main div.content-GPTextImageLinkVet div.text-hover h2{
    color: #fff !important;
    /*font-size: 1.875rem;*/
    /*line-height: 2.5rem;*/
}
#main div.content-GPTextImageLinkVet figure{
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: center;
    -ms-flex-pack: center;
    align-items: flex-end;
    -ms-flex-align: end;
}
#main div.content-GPTextImageLinkVet figure figcaption {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: center;
    -ms-flex-pack: center;
    align-items: flex-end;
    -ms-flex-align: end;
    width: auto;
    height: auto;
    position: absolute;
    z-index: 2;
    /*bottom: 0;*/
    /*left: 0;*/
    background: url("../images/pfeil-rechts-orange.png") right center no-repeat transparent;
    background-size: auto 25px;
    color: #fff;
    padding: 15px 25px 15px 15px;
    font-style: normal;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.5rem;
    text-align: center;
    text-shadow: 0 0 10px #000;

}
#main div.content-GPTextImageLinkVet div.text-image {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: center;
    -ms-flex-pack: center;
    align-items: center;
    -ms-flex-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    top: 0;
    left: 0;
    background-color: transparent;
    color: #fff;
    padding: 5px 15px 15px 15px;
    font-style: normal;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.5rem;
    text-align: center;
}
#main div.content-GPTextImageLinkVet.image-farbe-gelb figure figcaption{
    background-color: rgba(255,188,64,0.9) !important;
}

#main div.content-GPTextImageLinkVet.image-farbe-gelb div.text-hover{
    background-color: rgba(255,188,64,0.9) !important;
}
