/* Bannerimage mit oder ohne Text */

.image-text {
    position: relative;
    width: 100%;
}

.image-text .image {
    width: 100%;
    height: auto;
}

.image-text .image-text-content {
    position: relative;
    font-size: 16px;
    font-weight: 100;
    background: #fff;
    padding: 25px;

}

.image-text .image-text-content .heading {
    display: block;
    font-weight: 400;
}

.image-text .image-text-content .heading.pcf {color: #00483f;}

.image-text .image-text-content .heading.pcp {color: #8f0000;}

.image-text .image-text-content .heading.pcm {color: #005286;}

/*
.image-text .image-text-content .heading:after {
    content: ' -';
    color: #333;
} */

@media screen and (min-width: 768px){
    .image-text .image-text-content {
        font-size: 18px;
        position: absolute;
        background: rgba(255,255,255, 0.89);
        padding: 25px;
        max-width: 600px;
        width: auto;
        right: 5%;
        bottom: 15%;
        border-left: 10px solid #c39f18;
    }

    .image-text .image-text-content.left {
        right: inherit;
        left: 5%;
    }

    .image-text .image-text-content.center {
        right: 0;
        left: 0;
        margin: 0 auto;
    }
}

@media screen and (min-width: 1025px){
    .image-text .image-text-content {
        font-size: 28px;
        border-left: 15px solid #c39f18;
    }
}