﻿/* FOODMANAGER ICONS MIT BANNER */

.teaser_flaeche {
    height: 480px;
    margin-bottom: 90px;
}

.teaser_hintergrund {
    background-color: #efefef;
    height: 91%;
    display: block;
    margin: 0 auto;
    width: 86%;
    filter: drop-shadow(0 0 6px #333);
}

    .teaser_hintergrund::after {
        right: 0;
        z-index: 401;
        content: "";
        width: 88%;
        height: 120px;
        /*background-image: url(~/images/teaser_bar.png);*/
        top: 165px;
        left: 0;
        position: absolute;
        display: inline-block;
        filter: drop-shadow(0 0 6px #333);
        background-repeat: no-repeat;
        background-size: 100%;
        margin: 0 auto;
    }

.teaser_icon {
    z-index: 401;
    content: "";
    width: 160px;
    height: auto;
    top: -47px;
    right: 0;
    position: absolute;
    display: inline-block;
    filter: drop-shadow(0 0 5px #333);
    left: 0;
    margin-left: auto;
    margin-right: auto;
}

.teaser_infotext {
    height: 400px;
    text-align: center;
    padding: 280px 30px 100px 30px;
    color: #000;
}

.teaser_button {
    padding: 7px 0px;
    margin: 0 auto;
    width: 110px;
    display: block;
    background-image: linear-gradient(180deg,#a83299,#7732a5);
    -webkit-background-clip: border-box;
    border-radius: 6px;
    -webkit-text-fill-color: #fff;
}

.teaser_banner_aufschrift {
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    position: absolute;
    z-index: 701;
    top: 40.5%;
    left: 0;
    /*color: #fff;*/
    color: #7732a5;
    font-size: 16pt;
    right: 0;
    margin: 0 auto;
}



/* XTRA-SMALL */
@media screen and (max-width: 768px) {
    .teaser_hintergrund {
        width: 300px;
    }

        .teaser_hintergrund::after {
            left: 1px;
            top: 120px;
            width: 330px;
            height: 200px;
        }

    .teaser_banner_aufschrift {
        top: 32.5%;
        text-transform: uppercase;
    }

    .teaser_infotext {
        height: 340px;
        padding-top: 260px;
        padding-bottom: 60px;
    }
}


@media (min-width: 490px) and (max-width: 768px) {
}

/* SMALL */
@media (min-width: 768px) and (max-width: 992px) {
    .teaser_icon {
        width: 140px;
    }

    .teaser_hintergrund {
        width: 217px;
    }

        .teaser_hintergrund::after {
            left: 1px;
            top: 115px;
            width: 238px;
        }

    .teaser_banner_aufschrift {
        top: 29%;
        text-transform: uppercase;
    }

    .teaser_infotext {
        height: 340px;
        padding-top: 210px;
    }
}


/* MIDDLE */
@media screen and (max-width: 992px) {
}

/* LARGE */
@media screen and (min-width: 992px) {
    .teaser_hintergrund {
        width: 270px;
    }

        .teaser_hintergrund::after {
            top: 125px;
            width: 298px;
            left: 1px;
        }

    .teaser_infotext {
        height: 360px;
        padding-top: 250px;
    }

    .teaser_banner_aufschrift {
        top: 32.5%;
        text-transform: uppercase;
    }
}
