/* kat staerken-finder Styles */
#staerke-tinder {
    background-color: #fff;

    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
}

#staerke-tinder,
#staerke-tinder h3 {
    color: #000;
}

#bild-container {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 81%;

    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;

    display: flex;
    align-items: center;
    justify-content: center;

    background-size: cover;
}
/* @media(min-width:480px) {
    #bild-container {
        width: 85%;
    }
} */

#ergebnis, #rest-ergebnisse {
    display:none;
}

#bild-container #imageonfront,
#bild-container #imagebehind {
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow:hidden;
}



#imagebehind {
    z-index: 10;
}

#imageonfront {
    z-index: 20;

    transform: rotate(0deg);
}

#imageonfront img,
#imagebehind img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.rotate-toleft {
    transform-origin: bottom left;
    animation: toleft .5s ease-in-out;
}
@keyframes toleft { 
    from { 
        transform: rotate(0);
        opacity: 1;
    } 
    to { 
        transform: rotate(-90deg);
        opacity: 0;
    } 
}

.rotate-toright {
    transform-origin: bottom right;
    animation: toright .5s ease-in-out;

}
@keyframes toright { 
    from { 
        transform: rotate(0);
        opacity: 1;
    } 
    to { 
        transform: rotate(90deg) ;
        opacity: 0;
    } 
}

.credits {
    position:absolute;
    left:5px;
    top:5px;
    font-size: .7rem;
    color: #000;
}

#ablehnung, #zustimmung {
    background: transparent;
    border: none;
    width: calc(50% - 35px);
    max-width: 138px;
    padding: 0;
    margin: 0 15px 15px 15px;
}
#ablehnung img, #zustimmung img {
    visibility: hidden;
}

#zustimmung {
    background-image: url(images/staerke-finder/ja.jpg);
    background-size: contain;
}
#zustimmung[disabled],
#zustimmung:focus {
    background-image: url(images/staerke-finder/ja_aktiv.jpg);
}

#ablehnung {
    background-image: url(images/staerke-finder/nein.jpg);
    background-size: contain;
}
#ablehnung:focus {
    background-image: url(images/staerke-finder/nein_aktiv.jpg);
}


#fortschritt {
    margin-top: 25px;
    margin-bottom: 25px;
    width: 100%;
    color: #787777;
    font-size: 21px;
}

#fortschrittsbalken {
    height: 24px;
    background-image: linear-gradient(to right, #922a7e, #922a7e 1%, #d3d3d3 1%, #d3d3d3 100%);
    width:100%;
    margin-bottom:15px;
}

#bildcounter, #bildsumme {
    color: #000;
    font-size: 27px;
    line-height: 1.3em;
    font-weight: 700;
}

#bildcounter {
    color: var(--wp--preset--color--orange);
}

#ergebnis {
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.3em;

    text-align: left;
}



#rest-ergebnisse {
    text-align: left;
    font-size: 20px;
}

#rest-ergebnisse img {
    display: inline-block;
    margin-bottom: 10px;
    max-width: 45px;
}
