.ccm-page .ebuchen-image {
    position: relative;
}


.ccm-page .ebuchen-image img {
    display: block;
    max-width: 100%;
    height: auto;
}


.ccm-page .ebuchen-image .image-title {
    position: absolute;
    top: 0;
    background-color: rgba(255, 255, 255, 0.3);
    width: 100%;
    padding: 10px 0 10px 20px;
    font-size: 34px;
    color: #FFF;
    font-weight: 600;
    z-index: 1;
}


.ccm-page .ebuchen-image .image-copyright {
    position: absolute;
    bottom: 10px;
    right: 25px;
    margin-left: 3px;
    text-shadow: none;
    border-radius: 5px 0 0 5px;
    color: rgba(255, 255, 255, 0.8);
    z-index: 2;
    font-weight: 600;
    font-size: 11px;
}
