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

div.content-GPTextImageLink > a{
    display: block;
    text-decoration: none !important;
}
div.content-GPTextImageLink > 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-GPTextImageLink > 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-GPTextImageLink.linie-unten > a{
    padding-bottom: 5px !important;
    border-bottom: 1px solid #C3C3C3;
}
#main div.content-GPTextImageLink.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-GPTextImageLink 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.9);
    color: #fff;
    padding: 15px;
    overflow-y: auto;
    opacity: 0;
}

#main div.content-GPTextImageLink: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-GPTextImageLink div.text-hover p,
#main div.content-GPTextImageLink div.text-hover ul li {
    color: #fff !important;
    font-size: 1rem;
    line-height: 1.3rem;
}

#main div.content-GPTextImageLink div.text-hover h2{
    color: #fff !important;
    /*font-size: 1.875rem;*/
    /*line-height: 2.5rem;*/
}

#main div.content-GPTextImageLink figure figcaption {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    background-color: rgba(232,126,6,0.9);
    color: #fff;
    padding: 5px 0 5px 15px;
    font-style: normal;
    font-weight: 700;
    font-size: 1.875rem;
    line-height: 2.2rem;
    font-family: 'Roboto Slab', serif !important;

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

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