.gpthm-img-cpct {
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.gpthm-img-cpct .cpct {
    position: absolute;
    bottom: 5px;
    right: 5px;

    padding: 3px;
    border-radius: 15px;

    background: #222;
    color: #eee;
    cursor: default;

    font-family: Verdana;
    font-size: 10px;
    line-height: 1.2

}

.gpthm-img-cpct .cpct .text {
    display: none;
}

.gpthm-img-cpct .cpct .icon {
    display: inline-block;
    margin: 0 5px;
}

.gpthm-img-zoom-cpct picture {
    transition: 2s ease-in-out;
}

.gpthm-img-zoom-cpct:hover picture {
    transform: scale(1.1);
}

.gpthm-img-cpct .cpct:hover .text {
    display: inline;
}

.gp-ltext, .gp-rtext {
    position: absolute;
    top: 10px;
    left: 0;
    bottom: 12px;
    
    width: 100%;
    height: 100px;

    padding: 12px;
    color: #fff;

    font-family: 'North Italic';
    font-size: 52px;
    font-weight: 400;
    letter-spacing: 0.02rem;
    text-shadow: 0px 0px 20px #000;

    z-index: 90;

    transition: 2s ease-in-out;
}

.gp-ltext {
    text-align: center;  /* vorübergehend */
}

.gp-rtext {
    text-align: center;  /* vorübergehend */    
}

.gp-ltext:hover, .gp-rtext:hover {
    transform: scale(1.1);
}  



@media (max-width: 767px) {
    .gp-ltext, .gp-rtext {
        font-size: 36px;
    }
}

