@media (max-width:1000px) {
    .card {
        flex-direction: column;
        background: #0e63d6;
    }

    .imageoncard {
        position: relative;
        width: 260px;
        height: 200px;
        top: -60px;
        left: 18px;
        z-index: 1;
        box-shadow: 0 5px 20px #000000;
        border-radius: 10px;
    }

    .cardbox {
        position: relative;
        max-width: 300px;
        height: 230px;
        background: #ffffff;
        margin-top: 30px;
        margin-left: 10px;
        padding-top: 20px;
        padding-left: 15px;
        display: flex;
        box-shadow: 0 5px 202px #000000;
        flex-direction: column;
        transition: 0.5s ease-in-out;
        margin-right: 10px;
        padding-right: 15px;
    }

    .contentcard {
        position: relative;
        margin-top: -180px;
        padding: 10px 15px;
        text-align: center;
        color: #111;
        visibility: hidden;
        opacity: 0;
        transition: 0.3 ease-in-out;
    }

    .containercard .cardbox:hover .contentcard {
        visibility: visible;
        opacity: 1;
        margin-top: -10px;
        transition-delay: 0.3s;
    }
}

@media (max-width:480px) {
    .card {
        flex-direction: column;
        background: #0e63d6;
    }

    .imageoncard {
        position: relative;
        width: 165px;
        height: 165px;
        top: -50px;
        left: 18px;
        z-index: 1;
        box-shadow: 0 5px 20px #000000;
        border-radius: 10px;
    }

    .cardbox {
        position: relative;
        max-width: 200px;
        height: 160px;
        background: #ffffff;
        margin-top: 30px;
        margin-left: 10px;
        padding-top: 20px;
        padding-left: 15px;
        display: flex;
        box-shadow: 0 5px 202px #000000;
        flex-direction: column;
        transition: 0.5s ease-in-out;
        margin-right: 10px;
        padding-right: 15px;
    }

    .contentcard {
        position: relative;
        margin-top: -180px;
        padding: 10px 15px;
        text-align: center;
        color: #111;
        visibility: hidden;
        opacity: 0;
        transition: 0.3 ease-in-out;
    }

    .containercard .cardbox:hover .contentcard {
        visibility: visible;
        opacity: 1;
        margin-top: -10px;
        transition-delay: 0.3s;
    }
}

@media (min-width:1000px) {
    .card {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #0e63d6;
        flex-direction: row;
    }

    .imageoncard {
        position: relative;
        width: 200px;
        height: 200px;
        top: -60px;
        left: 0px;
        z-index: 1;
        box-shadow: 0 5px 20px #000000;
        border-radius: 10px;
    }

    .cardbox {
        position: relative;
        max-width: 200px;
        height: 180px;
        background: #ffffff;
        margin-top: 30px;
        margin-left: 10px;
        padding-top: 20px;
        padding-left: 15px;
        display: flex;
        box-shadow: 0 5px 202px #000000;
        flex-direction: column;
        transition: 0.5s ease-in-out;
        margin-right: 10px;
        padding-right: 15px;
    }

    .contentcard {
        position: relative;
        margin-top: -140px;
        padding: 10px 15px;
        text-align: center;
        color: #111;
        visibility: hidden;
        opacity: 0;
        transition: 0.3 ease-in-out;
        text-decoration: none;
    }

    .containercard .cardbox:hover .contentcard {
        visibility: visible;
        opacity: 1;
        margin-top: -40px;
        transition-delay: 0.3s;
    }
}

.cardbox:hover {
    height: 420px;
}

.containercard {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 30px;
}

.image-card-box {
    max-width: 100%;
    border-radius: 10px;
}

a.refcontainercard {
    text-decoration: none;
}

@media (min-width:800px) {
    .karte-auswahl {
        flex-direction: row;
    }
}

@media (max-width:799px) {
    .karte-auswahl {
        flex-direction: column;
    }
}

.karte-auswahl {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ausenbereich {
    margin: 50px;
    width: 250px;
    height: 380px;
    position: relative;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    font-family: verdana;
    border-radius: 20px;
}

.karte {
    width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    border-radius: 20px;
}

.seite {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: whitesmoke;
    border-radius: 20px;
}

.rueck {
    overflow: hidden;
    z-index: -1;
    display: block;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    box-sizing: border-box;
}

.rueck:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: 100% 100%;
    background: #0e63d6;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.seite,
.rueck {
    transition: all .5s linear;
}

.vorder {
    background: #0e63d8;
    z-index: -1;
    box-shadow: 5px 5px 5px #aaa;
}

.rueck {
    box-shadow: 5px 5px 5px  #aaa;
}

.flipped,
.karte:hover {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.text-vorderseite {
    position: absolute;
    color: whitesmoke;
    width: 100%;
    height: 100px;
    bottom: 71px;
    border-radius: 0 0 20px 20px;
    text-align: center;
    padding: 0px;
    font-size: 24px;
    line-height: 1.3;
}

ul {
    text-align: center;
    list-style: none;
    padding: 10px;
    margin: 0;
}

li {
    margin-top: 15px;
    color: whitesmoke;
}

.rueckseite-preis {
    position: absolute;
    bottom: 30px;
    border-radius: 0 0 10px 10px;
    text-align: center;
    width: 100%;
    color: #ffffff;
}

.symbol-auswahl {
    position: absolute;
    width: 100%;
    height: 50%;
    background: #ffffff;
    overflow: hidden;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.symbol-auswahl-bild {
    position: absolute;
    left: 50px;
    top: 25px;
}

.pluszeichen {
    position: absolute;
    width: 100%;
    height: 50px;
    top: 315px;
}

.circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 3px solid #ffffff;
    cursor: pointer;
    position: absolute;
    margin-top: 0px;
    margin-left: 100px;
}

.circle-style {
    position: absolute;
    width: 25px;
    height: 2px;
    background-color: white;
    border-radius: 0;
    left: 7px;
}

.rueckseite-head {
    font-size: 24px;
    font-family: verdana;
    font-weight: 300;
    text-align: center;
    color: #ffffff;
}






