.gutschein-slide {
    background-image: url('../Images/Gutschein/GutscheinXmas-1.jpg');
}

.gutschein-slide-FS {
    background-image: url('../Images/Gutschein/Gutscheine01_Feb-Sept_Titel.jpg');
}
.gutschein-slide-HW {
    background-image: url('../Images/Gutschein/Gutscheine02_Okt-Jan_Titel.jpg');
}

/* Betragswerte */
div.gutscheine-werte-values {
    display: flex;
    flex-wrap: wrap;
}

    div.gutscheine-werte-values div.gutschein-werte-value {
        width: 30%;
        padding: 5px 10px;
        box-sizing: border-box;
        border: solid 1px #ccc;
        border-radius: 5px;
        margin: 1.5%;
        cursor: pointer;
    }

    div.gutscheine-werte-values div.checkedValue {
        border: solid 2px #5ea9b5;
        background-color: #cfe3eb;
    }



    div.gutscheine-werte-values div.gutschein-werte-title {
        color: #093a3d;
        /*font-size: 14px;
    font-size: 1.4rem;*/
        width: auto;
        height: auto;
        text-align: center;
    }

        div.gutscheine-werte-values div.gutschein-werte-title input[type=text] {
            color: #093a3d;
            font-size: inherit;
            width: 99%;
            margin: 0 auto;
            height: auto;
            border: none !important;
            text-align: center;
            padding: 0;
        }


@media (min-width: 480px) {
}

@media (min-width: 760px) {
}

@media (min-width: 980px) {
}

@media only screen and (min-width: 1200px) {
}

@media only screen and (min-width: 1400px) {
}

@media only screen and (min-width: 1600px) {
}


/* Vorlagen */
div.gutscheine-vorlagen-values {
    display: flex;
    flex-wrap: wrap;
}

    div.gutscheine-vorlagen-values div.gutschein-vorlagen-value {
        position: relative;
        width: 48%;
        /*padding-top: 50.33333333%;*/
        box-sizing: border-box;
        margin: 1%;
    }

    div.gutscheine-vorlagen-values div.gutschein-vorlagen-value-inner {
        position: relative;
        width: 100%;
        padding-top: 75.33333333%;
        box-sizing: border-box;
        border: solid 1px #ccc;
        background-color: #efefef;
        cursor: pointer;
    }

    div.gutscheine-vorlagen-values div.gutschein-vorlagen-value-image {
        position: absolute;
        top: 5%;
        bottom: 5%;
        left: 5%;
        right: 5%;
        box-sizing: border-box;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
        background-position: center top;
        background-position: center top;
        background-repeat: no-repeat;
        /*transform: scale(1);
            transition-duration: 300ms;*/
        filter: none;
        -webkit-filter: grayscale(0);
    }

    div.gutscheine-vorlagen-values div.gutschein-vorlagen-value-checker,
    div.gutscheine-intro-bild div.gutschein-vorlagen-value-inclusiveChecker {
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        background-image: url('../Images/checked.png');
        width: 24px;
        height: 24px;
        position: absolute;
        top: -5px;
        left: -5px;
        transform: scale(0);
        transition-duration: 300ms;
        z-index: 10;
    }

    div.gutscheine-vorlagen-values div.checkedChecker,
    div.gutscheine-intro-bild div.checkedChecker {
        transform: scale(1);
        transition-duration: 300ms;
    }

    div.gutscheine-vorlagen-values div.gutschein-vorlagen-title {
        margin: 0px;
        color: #093a3d;
        padding: 0;
        font-size: 14px;
        width: 100%;
        height: auto;
        text-align: left;
    }

    div.gutscheine-vorlagen-values div.gutschein-vorlagen-aufpreis {
        margin: 0px;
        color: #093a3d;
        padding: 0;
        font-size: 14px;
        width: 100%;
        height: auto;
    }

@media (min-width: 480px) {
}

@media (min-width: 760px) {
}

@media (min-width: 980px) {
}

@media only screen and (min-width: 1200px) {
}

@media only screen and (min-width: 1400px) {
}

@media only screen and (min-width: 1600px) {
}