/* 
Theme Name: La Natura - Elementor Child
Theme URI: https://internetdivision.lokbase.com
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team und customised by LOK. INTERNET DIVISION
Author: LOK. / Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

body {
    background-color: #fff;
    color: #333;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing:grayscale
}

.haendler-adress {
    border-bottom: dotted gray 1px;
    margin: 1.5rem 0;
    padding: 0 0 1.5rem ;
}

[type=button], [type=submit], button {
    border: 1px solid #C8D300; 
    border-radius: 0;
 }

[type=button]:hover, [type=submit]:hover, button:hover {
   background-color: #4DB05B;
   border: 1px solid #4DB05B;
}


#topnavigation ul.sub-menu,
#topnavigation ul.sub-menu li {
    width: 100% !important;

}
#topnavigation ul.sub-menu {
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,0.25);
}

/* -----------------------------------------
    Form
-------------------------------------------- */
#ziprequest input {
   outline: 0;
   border: 2px solid #C8D300; 
   border-radius: 0;
}

#ziprequest [type=button], #ziprequest [type=submit], button {
    border: 1px solid #C8D300; 
    border-radius: 4px;
    text-transform: uppercase;
    padding: 5px 15px;
 }

#ziprequest [type=button]:hover, #ziprequest [type=submit]:hover, button:hover {
   background-color: #4DB05B;
   border: 1px solid #4DB05B;
   
}

/* -----------------------------------------
    Slider
-------------------------------------------- */

#homeslider > .elementor-slides-wrapper { border-radius: 0 0 30px; }

#homeslider .elementor-slide-heading {
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.66);
}
#homeslider .elementor-slide-description {
    text-shadow: 1px 1px 7px rgba(0, 0, 0, 1);
}



/* -----------------------------------------
    Produkt-Grid Image
-------------------------------------------- */

.product-grid img {
   object-fit: cover;
   object-position: center;
   width: 100% !important;
   opacity: 1;
   transform: scale(1);
}
.product-grid img.is-visible {
   animation: scale-in 0.75s ease-out 0.3s forwards;
}

@keyframes scale-in {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.product-grid .elementor-widget-image a {
    width: 100% !important;
}


/* -----------------------------------------
    Produkt-Text
-------------------------------------------- */
.product-text h2 { font-weight: 800; }
.product-text h3 { 
   font-weight: 800; 
   font-size: clamp(22px, 2.5vw, 34px);
}
.product-text h3 em {
    font-style:normal;  
    font-weight: 300; 
     
}

.product-text ul {
    margin-top: 0;
    padding-top: 0;
    padding-left: 1rem;
}

.product-text .ul-topline {
    margin-bottom: 0;
    padding-bottom: 0;
}


/* -----------------------------------------
    markerline | Kollektionen
-------------------------------------------- */

#markerline {
   transform: translateY(-3px);
   border-bottom: 1.5px solid #C8D300;  
}


#markerline .marker {
    color: white;
    display: block;
    width: 65%;
    margin-top:3px;
    transform-origin: left top;
}

#markerline .marker.aktiv {
   transform: rotate(-90deg) translateY(20px) translatex(-37px);
}

#markerline .marker a {
   background-color: black;
   padding: 10px 10px 9px 16px;
   width: 100%;
}


#markerline .marker.aktiv a {
   background-color: #C8D300 !important;
}

#markerline .marker a:hover {
   background-color: #C8D300 !important;
}

#markerline .elementor-button-content-wrapper {
    justify-content: start;
}

@media (max-width: 800px) {
    
   #markerline {
      margin-top: 3px;
   } 
   
   #markerline .marker.aktiv {
      transform: rotate(0) translateY(0) translatex(0);   
   }
    
   #markerline .marker {
      width: 99%;
   }
 
} 


/* -----------------------------------------
     Hometeaser
-------------------------------------------- */

.hometeaser {
}
.hometeaser:hover {  cursor: pointer; }

/* --- Bild ------------- */
.hometeaser-img {
     overflow: hidden;
      border-radius: 0 0 20px;
     
}
.hometeaser-img img {
    border-radius: 0 0 20px;
    object-fit: cover;
    aspect-ratio: 1.5;
    overflow: hidden;
    transition: all 1s ease;
    transform-origin: center;

    
}
.hometeaser-img img:hover {
    scale: 1.15;
}


/* --- Button ------------- */

.hometeaser-button {
    
    width: 150px;
    background-color: black;
}

@media (max-width: 800px) {
   #kollektionTeaserbox .hometeaser-button {    
       width: 250px;
       background-color: black;
   } 
}

.hometeaser-button a {
    background-color: black;
    width:100%;
    padding-left: 15px !important;
}

.hometeaser-button .elementor-button-content-wrapper {
    justify-content: start;
}

.hometeaser:hover .hometeaser-button,
.hometeaser-button:hover {
    background-color: #C8D300 !important;
    cursor: pointer;
}

// #catbar .hometeaser-button a,
// #markerline .marker a {
//     letter-spacing: 2px;
//     font-size: 22px;
// }



/* --- Kollektion Teaserbox -------------- */

#kollektionTeaserbox .hometeaser-img img {
    border-radius: 0 0 20px;
    object-fit: cover;
    aspect-ratio: 6/12;
    overflow: hidden;
    transition: all 1s ease;
    transform-origin: center;

    
}