/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: 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
*/

/* barlow-condensed-300 - latin */
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/barlow-condensed-v5-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/barlow-condensed-v5-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/barlow-condensed-v5-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/barlow-condensed-v5-latin-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/barlow-condensed-v5-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/barlow-condensed-v5-latin-300.svg#BarlowCondensed') format('svg'); /* Legacy iOS */
}
/* barlow-condensed-regular - latin */
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/barlow-condensed-v5-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/barlow-condensed-v5-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/barlow-condensed-v5-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/barlow-condensed-v5-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/barlow-condensed-v5-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/barlow-condensed-v5-latin-regular.svg#BarlowCondensed') format('svg'); /* Legacy iOS */
}
/* barlow-condensed-700 - latin */
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/barlow-condensed-v5-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/barlow-condensed-v5-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/barlow-condensed-v5-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/barlow-condensed-v5-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/barlow-condensed-v5-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/barlow-condensed-v5-latin-700.svg#BarlowCondensed') format('svg'); /* Legacy iOS */
}

html body, html body h1,html body h2,html body h3,html body h4,html body h5,html body h6{
  font-family: 'Barlow Condensed'!important;
}

html body{
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  line-height: normal;
}

html body p, h1, h2, h3, h4{
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; 
}

html body p strong, html body p b {
  font-weight: 400;
}

html body a{
  color: #E5402D;
}

html body a:hover{
  color: #E5402D;
}

html body h1{
  font-weight: 400;
  font-size: 70px;
  color: #E5402D;
}

html body h2{
  font-weight: 400;
  font-size: 50px;
  color: #E5402D;
}

html body h3{
  font-weight: 400;
  font-size: 50px;
  color: #E5402D;
}

html body h4{
  font-weight: 400;
  font-size: 50px;
  color: #E5402D;
  line-height: 50px;
  padding-bottom: 20px;
}

html body h5{
  font-weight: 400;
  font-size: 30px;
  color: #777777;
  line-height: 30px;
}

html body h6{
  font-weight: 300;
  font-size: 30px;
  color: #777777;
  text-transform: uppercase;
  line-height: 30px;
}

ul{
  padding-left: 15px;
}

ul li{
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  padding-bottom: 8px;
}

ul li::marker {
  font-size: 0.5em;
}

@media only screen and (max-width: 767px) {
	html body h1{
  		font-size: 50px;
  	}

  	html body h2{
  		font-size: 40px;
  	}

    html body h3{
      font-size: 25px;
    }

    html body h4{
      font-size: 22px;
    }
 }

 /* listen stylen */

 .my-list-1 {
  list-style: none; 
  margin: 0;
  padding: 0;
}

.my-list-1 li {
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 23px;
}

/************* Header  *************/

/* Blaue Linie um hamburger menü entfernen */

* {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important; 
    -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important; 
    outline: none !important;
} 


.elementor-nav-menu .sub-arrow {
    display: none!important;
}

/* Menu in three rows + padding */

.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li>.scroll-down, .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li ul{
    -moz-column-count: 3;
    -moz-column-gap: 10px;
    -webkit-column-count: 3;
    -webkit-column-gap: 10px;
    column-count: 3;
    column-gap: 10px;
    padding: 25px;
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li.one-row>.scroll-down, .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li.one-row ul{
    -moz-column-count: 1;
    -moz-column-gap: 10px;
    -webkit-column-count: 1;
    -webkit-column-gap: 10px;
    column-count: 1;
    column-gap: 10px;
    padding: 25px;
}

.cart-number{
  color: #000!important;
  text-align: center;
  border-radius: 100%;
  max-width: 21px;
  background: #c5c5c5;
  font-size: 16px;
  padding-bottom: 2px;
  z-index: 100!important;
}

/* Sticky Header */


.sticky-header .logo-default {
    display: block;
}
.sticky-header .logo-scrolled {
    display: none;
}
.elementor-sticky--active .logo-default {
    display: none;
}
.elementor-sticky--active .logo-scrolled {
    display: block;
}



/************* Footer  *************/


.footer-font p, .footer-font a, .footer-font a:hover{
  font-family: 'Barlow Condensed';
  font-size: 20px;
  color: #fff;
  line-height: normal;
}

.footer-font a:hover{
  font-family: 'Barlow Condensed';
  font-size: 20px;
  color: #F78D1E;
  line-height: normal;
}

/* Dropdown Mobil */

.wpfFilterWrapper label, .wpfFilterWrapper select, .wpfPriceFilterRange, .wpfFilterWrapper .ui-slider-handle, .wpfFilterWrapper label a, .wpfFilterWrapper select a, .wpfPriceFilterRange a, .wpfFilterWrapper a .ui-slider-handle a {
color: #333!important;
}


button, [type=submit], [type=button]{
  border: none!important;
}

/************* Formulare  *************/

.elementor-field-group .elementor-field-textual{
  padding: 10px!important;
}


/************* Streifen am unteren Rand *************/

.meine-streifen {
  position: relative; /* Damit das ::after-Element relativ zum Container positioniert ist */
  z-index: 20px;
}


.meine-streifen::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 8px; /* Höhe der Streifen – anpassbar */
  background: repeating-linear-gradient(
    to right,
    white 0,
    white 20px,
    #E5402D 20px,
    #E5402D 40px
  );
  opacity: 0; /* Startzustand: unsichtbar */
  transform: translateY(-100%); /* Startposition: außerhalb des Containers nach oben */
  animation: slideIn 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  animation-delay: 1s; /* Verzögerung von 1 Sekunde */
}

@keyframes slideIn {
  to {
    opacity: 1;
    transform: translateY(0); /* Endposition: normale Position */
  }
}

/************* Slide in Text-Hero *************/

.hero-text0{
  opacity: 0; /* Startzustand: unsichtbar */
  transform: translateY(100%); /* Startposition: unterhalb */
  animation: slideInFromBottom 1s ease-out forwards;
  animation-delay: 0.2s; /* Verzögerung von 1 Sekunde */
}


.hero-text1{
  opacity: 0; /* Startzustand: unsichtbar */
  transform: translateY(100%); /* Startposition: unterhalb */
  animation: slideInFromBottom 1s ease-out forwards;
  animation-delay: 0.5s; /* Verzögerung von 1 Sekunde */
}

.hero-text2{
  opacity: 0; /* Startzustand: unsichtbar */
  transform: translateY(100%); /* Startposition: unterhalb */
  animation: slideInFromBottom 1s ease-out forwards;
  animation-delay: 1.2s; /* Verzögerung von 1 Sekunde */
}

@keyframes slideInFromBottom {
  to {
    opacity: 1;
    transform: translateY(0); /* Endposition: normale Position */
  }
}

/************* Slide in Text-Hero *************/

.white-container {
  background-color: #fff;
  /* Definiert einen Bereich, bei dem die linke Seite diagonal verläuft.
     In diesem Beispiel beginnt die obere linke Ecke 10% von der Breite entfernt und verläuft zur unteren linken Ecke (0%). */
  clip-path: polygon(0% 0, 100% 0%, 80% 100%, 0 100%);
  margin-left: -50px; /* Lässt den weißen Container nach links überlappen – passe diesen Wert nach Bedarf an */
  position: relative;
  z-index: 2; /* Stellt sicher, dass der weiße Container über dem linken Container liegt */
}


