/* *** 1A-Pix 2023 *** */


.becard .beimage img {
    height          : 100%                      ;
    width           : 100%                      ;
    object-fit      : cover                     ;
    border-radius   : 1rem                      ;
}

.becard{
    position: relative;
    background      : #fff                    ;
}


.becard .becard-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.875rem;
    position: relative;
    z-index: 100;
}

.becard .bename-beort{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0.625rem;
}

.bename-beort .bename{
    font-size: 1.25rem;
    font-weight: 600;
}

.bename-beort .beort{
    font-size: 0.9375rem;
    font-weight: 600;
}

.rating{
    color: #e82156;
}

.betext{
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: left;
}

.betitel{
    font-size: 0.9375rem;
    font-weight: 600;
    padding-bottom: 0.5rem;
}

.kundenbewertung .button a{
    color: #fff;
}

@media screen and (min-width: 400px) {
    .becard{
        width: 17rem;
        min-width: 17rem;
    }
}

@media screen and (min-width: 740px) {
    .becard{
        width: 18rem;
        min-width: 18rem;
    }

    .bename-beort .bename{
        font-size: 1.3rem;
    }
    
    .bename-beort .beort{
        font-size: 1.1rem;
    }
    
    .betitel{
        font-size: 1.1rem;
    }
}
@media screen and (min-width: 980px) {
    .becard{
        width: 19rem;
        min-width: 19rem;
    }
    .bename-beort .bename{
        font-size: 1.5rem;
    }
    
    .bename-beort .beort{
        font-size: 1.3rem;
    }

    .betitel{
        font-size: 1.3rem;
    }
}

.vornach {
    display: flex;
    max-width: 500px;
    justify-content: flex-start;
    align-items: flex-start;
}

.vor {
    /*width: 50%;*/
    /*padding-right: 0.01rem;*/
    /*max-width: 250px;*/
    flex: 1 1 50%;
    padding-right: 0.5rem;
}
.vor img{
    border-radius: 0.8rem;
    max-width: 50%;
    
}
.nach {
    /*width: 50%;*/
    flex: 1 1 50%;
    padding-left: 0.5rem;
}
.nach img{
    border-radius: 0.8rem;
    padding-left: 0.01rem;
    max-width: 50%;
    
}

.abstand {
    margin: 1rem 0 1rem 0;
}

.kundenbewertung img {
    max-width: 100%;
}

/* Sternebewertung */

span#Bewertung label {
    line-height: 45px;
    cursor: Pointer;
   }
   
   span#Bewertung input[type="radio"] {
    /*display: None;*/ 
   }
   
   p.sternebewertung {
    float: Left;
   }
   
   p.sternebewertung:not(:checked) > input {
    display: None;
   }
   
   p.sternebewertung:not(:checked) > label {
    float: Right;
    width: 1em;
    padding: 0 .1em;
    overflow: Hidden;
    white-space: Nowrap;
    cursor: Pointer;
    font-size: 200%;
    line-height: 1.2;
    color: #D0D0D0;
    text-shadow: 1px 1px #B0B0B0, 2px 2px #606060, .1em .1em .2em rgba(0,0,0,.5);
    transition: all .5s;
   }
   
   p.sternebewertung:not(:checked) > label::before {
    content: '★ ';
   }
   
   p.sternebewertung > input:checked ~ label {
    color: #e82156;
    text-shadow: 1px 1px #C06000, 2px 2px #904000, .1em .1em .2em rgba(0,0,0,.5);
    filter: drop-shadow(0px 0px 3px #FFD700);
    animation: twinkle 1s ease-in-out infinite alternate;
   }
   
   p.sternebewertung:not(:checked) > label:hover,
   p.sternebewertung:not(:checked) > label:hover ~ label {
    color: #e82156;
    text-shadow: 1px 1px #F29E02, 2px 2px #B57340, .1em .1em .2em rgba(0,0,0,.5);
    filter: drop-shadow(0px 0px 2px #FFD700);
   }
   
   p.sternebewertung > input:checked + label:hover,
   p.sternebewertung > input:checked + label:hover ~ label,
   p.sternebewertung > input:checked ~ label:hover,
   p.sternebewertung > input:checked ~ label:hover ~ label,
   p.sternebewertung > label:hover ~ input:checked ~ label {
    color: #bfe61f;
    text-shadow: 1px 1px #F8BA01, 2px 2px #B57340, .1em .1em .2em rgba(0,0,0,.5);
    filter: drop-shadow(0px 0px 2px #e82156);
   }
   
   @keyframes twinkle {
    to {
     text-shadow: 1px 1px #FFE653, 2px 2px #FFF5BF, .1em .1em .2em rgba(0,0,0,.5);
     filter: drop-shadow(0px 0px 5px #e82156);
     transform: rotate(10deg);
    }
   }

   .neueLinie {
    width: 100%;
   }