/*
Theme Name: Meine Lieblinge
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/


.bgimage_tuerkis:before{
    content: "";
    position: absolute;
    height: 100%;
    width: calc(100vw + 200vh);
    top: 0;
    background-image: url(http://meinelieblinge.kundenprojekt.biz/wp-content/uploads/2024/01/flaeche_tuerkis.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    left: -100vh;
}
.bgimage_gruen:before{
    content: "";
    position: absolute;
    height: 100%;
    width: calc(100vw + 200vh);
    top: 0;
    background-image: url(http://meinelieblinge.kundenprojekt.biz/wp-content/uploads/2024/01/flaeche_gruen.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    left: -100vh;
}
.bgimage_hellgruen:before{
    content: "";
    position: absolute;
    height: 100%;
    width: calc(100vw + 200vh);
    top: 0;
    background-image: url(http://meinelieblinge.kundenprojekt.biz/wp-content/uploads/2024/01/flaeche_hellgruen.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    left: -100vh;
}
.bgimage_weiss_oben:before{
    content: "";
    position: absolute;
    height: 100%;
    width: calc(100vw + 200vh);
    top: 0;
    background-image: url(http://meinelieblinge.kundenprojekt.biz/wp-content/uploads/2024/01/flaeche_weiss_oben.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    left: -100vh;
}


.bgimage_tuerkis_oben_schraeg:after{
    content: "";
    position: absolute;
    height: 100%;
    width: calc(100vw + 200vh);
    bottom: 0;
    background-image: url(http://meinelieblinge.kundenprojekt.biz/wp-content/uploads/2024/01/flaeche_tuerkis_schraeg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
    left: -100vh;
}

.bgimage_weiss_oben_stage:before{
    content: "";
    position: absolute;
    height: 207px;
    width: 5000px;
    top: 0;
    background-image: url(http://meinelieblinge.kundenprojekt.biz/wp-content/uploads/2024/01/flaeche_weiss_oben_stage.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    left: 0-(calc((5000px - 100vw) / 2));
}


.bgimage_weiss_unten_schraeg:after{
    content: "";
    position: absolute;
    height: 100%;
    width: calc(100vw + 200vh);
    bottom: 0;
    background-image: url(http://meinelieblinge.kundenprojekt.biz/wp-content/uploads/2024/01/flaeche_weiss_unten_schraeg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
    left: -100vh;
}


/*
produkte tabelle
*/

/*
tabs
*/
.ml_tabs_classic .nav ul li.active:before,
.ml_tabs_classic .nav ul li:hover:before{
    content:"";
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:70px;
    background-image: url(img/tab-title-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
}
.ml_tabs_bio .nav ul li.active:before,
.ml_tabs_bio .nav ul li:hover:before{
    content:"";
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:70px;
    background-image: url(img/tab-title-bg_bio.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
}



#productCarousel .ml_tabs,
#productCarousel .awb-swiper-button-prev,
#productCarousel .awb-swiper-button-next{
    display:none;
}


#productCarousel .swiper-slide img{

    transition: all 0.25s ease-in;
}
.product_scale_step0{
    -ms-transform: scale(1);
    -moz-transform: scale(1); 
    -o-transform: scale(1); 
    -webkit-transform: scale(1); 
    transform: scale(1); 
}
.product_scale_step1{
    -ms-transform: scale(.85);
    -moz-transform: scale(.85); 
    -o-transform: scale(.85); 
    -webkit-transform: scale(.85); 
    transform: scale(.85); 
}
.product_scale_step2{
    -ms-transform: scale(.65);
    -moz-transform: scale(.65); 
    -o-transform: scale(.7); 
    -webkit-transform: scale(.65); 
    transform: scale(.65); 
}
.product_scale_step3{
    -ms-transform: scale(.55);
    -moz-transform: scale(.55); 
    -o-transform: scale(.55); 
    -webkit-transform: scale(.55); 
    transform: scale(.55); 
}
.product_scale_step4{
    -ms-transform: scale(.40);
    -moz-transform: scale(.40); 
    -o-transform: scale(.40); 
    -webkit-transform: scale(.40); 
    transform: scale(.40); 
}

/*
    recipe
*/
.ml_recipe_photoframe .fusion-image-element:nth-child(1){
    position:absolute !important;
}
.ml_recipe_photoframe_img{
    position:absolute !important;
    top:0;
    left:0;
}


.recipe_image{
    position: relative;
    overflow: visible !important;
    -webkit-transform:rotate(3deg);
    -moz-transform:rotate(3deg);
    -ms-transform:rotate(3deg);
    -o-transform:rotate(3deg);
    transform:rotate(3deg);
}
.recipe_image img{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.recipe_image:before{
    content:"";
    width:102px;
    height:93px;
    position: absolute;
    top:-40px;
    left:-40px;
    background-image: url(img/klebeecke.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
}
.recipe_image:after{
    content:"";
    width:102px;
    height:93px;
    position: absolute;
    bottom:-50px;
    right:-40px;
    background-image: url(img/klebeecke.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.pom-default {
    background-image: url('img/print-icon.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
    position: relative;
    margin-left:25px;
}
.pom-default:after{
    content:"Rezept ausdrucken";
    font-family: "AYearWithoutRain";
    font-size: 14px;
    white-space:  nowrap;
    position: absolute;
    bottom:-22px;
    margin-left: -100%;
}
@media print {
    .fusion-tb-header{
         display:none !important;
     }
      #section-to-print {
        margin:0;
     padding:0;
       left: 0;
       top: 0;
      }
      h1,h2{
          font-size:60% !important;
      }
      p{
          font-size:80% !important;
      }
       #section-to-print>div>div>div{
           padding-top:0;
           padding-bottom:0;
           padding-left:5%;
           padding-right:5%;
           margin:5%;;
       }
       body{
              padding:0;
              
       }
       .printomatic{
        display:none !important;
       }
}




/*
form
*/


.fusion-form-form-wrapper .fusion-form-field .fusion-form-checkbox input:hover:not(:checked)+label:before {
    border-color: #ffffff !important; 
}
.fusion-form-form-wrapper .fusion-form-field .fusion-form-checkbox input:checked+label:before {
    border: 1px solid  #ffffff !important; 
}


.fusion-form-form-wrapper .fusion-form-field .fusion-form-checkbox input:checked+label:after {
    background:  #ffffff !important; 
    top:10px !important; 
}
.fusion-form-form-wrapper .fusion-form-field .fusion-form-checkbox label:before {
    top:10px !important; 
}
