/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */


@font-face {
  font-family: 'Satoshi-Variable';
  src: url('fonts/Satoshi-Variable.woff2') format('woff2'),
       url('fonts/Satoshi-Variable.woff') format('woff'),
       url('fonts/Satoshi-Variable.ttf') format('truetype');
  font-weight: 300 900;
  font-display: swap;
  font-style: normal;
}


body {
    font-family: 'Satoshi-Variable', Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;

}

.container {
    width: 90%;
}

.hero h1 {
   font-size: clamp(1.3rem, 10vw + 1rem, 16rem);
    font-weight: 900;
    color: #000;
    text-transform: uppercase;
    text-align: right;
    line-height: 100%;
}

h1 {
    color: #000;
    padding-bottom: 10px;
    line-height: 1em;
    font-weight: 900;
    font-size: 32px;
}



h2 {
    font-size: 28px;
    line-height: 120%;
    font-weight: 700;
    color: #000;
    margin-top: 1em;
}

h3 {
    font-size: 26px;
    font-weight: 700;
    color: #000;
}

#main-header {
    -webkit-box-shadow: none;
    box-shadow: none;

}

.et_header_style_left #et-top-navigation nav>ul>li>a, 
.et_header_style_left #et-top-navigation nav>ul>li>a {
    padding: 12px 20px;
}

#top-menu li {
    display: inline-block;
    font-size: 14px;
    padding-right: 5px;
}

.et_header_style_left .et-fixed-header #et-top-navigation nav>ul>li.lang a,
.et_header_style_left #et-top-navigation nav>ul>li.lang a{
    padding: 8px;
}

li {
    line-height: 1.6em;
}

#top-menu li.lang {
    margin-left: 10px;
}

#top-menu li:last-child.lang {
    margin-left: 0px;
}

#top-menu li.lang.current-menu-item{
    font-weight: 900;
}




        #main-header.et-fixed-header {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        padding-bottom: 20px;
    }

#main-header {
    background-color: transparent;
}


.et_pb_module a, .et_pb_module a:hover {
    font-weight: 600;
    cursor: pointer;
}

.et_pb_module.et_pb_text a {
    display: inline-block;
    position: relative;
    text-decoration: none;
}

.et_pb_module.et_pb_text a:hover {
    text-decoration: none;
}

.et_pb_module.et_pb_text a::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(1);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #333;
    transform-origin: bottom left;
    transition: transform 0.25s ease-out;
}

.et_pb_module.et_pb_text a:hover::after {
    transform: scaleX(0);
    transform-origin: bottom right;
}

    .et_pb_module.btn a {
  display: inline-block;
  border: 1px solid #000;
  border-radius: 40px;
  background: #fff;
  color: #000;
  font-size: 18px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 1px 2px 0 #000;      
  transform: translateY(0);
    transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1),
        box-shadow 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
        cursor: pointer;
}
    
        a.btn {
         padding: 8px 20px;
            cursor: pointer;
    }


@media (min-width: 700px) {

    

    .hero h1 {
   font-size: clamp(1.5rem, 13vw + 1rem, 17rem);
}

    

}

@media (max-width: 480px) {
       body {

        font-size: 18px !important;
}
   
    
    }

@media (min-width: 981px) {
    .et_header_style_left .et-fixed-header #et-top-navigation nav>ul>li>a {
         padding: 12px 20px;
    }
    
    .hero h2 {
    position: absolute;
    top: 42%;
    margin-left: 0%;
    font-size: 24px;

}
    
    .hero h1 {
   font-size: clamp(1.5rem, 13vw + 1rem, 17rem);
}
    
    .btn a {
  display: inline-block;
  border: 1px solid #000;
  border-radius: 40px;
  background: #fff;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  box-shadow: 1px 2px 0 #000;      
  transform: translateY(0);
    transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1),
        box-shadow 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}
    
        a.btn {
         padding: 8px 20px;
    }

/* Hover-Effekt */
.btn a:hover {
  transform: translateY(-2px);              /* etwas stärker angehoben */
  box-shadow: 1px 4px 0 #000;   /* zusätzlicher leichter Schatten */
}

/* Klick-Effekt */
.btn a:active {
  transform: translateY(0);                 /* wieder zurückdrücken */
  box-shadow: 1px 2px 0 #000;
  transition: transform 0.35s ease, box-shadow 0.35s ease; /* schneller reindrücken */
}


}


@media (min-width: 1200px) {
    .hero h2 {

    top: 42%;
    margin-left: 2%;
    font-size: 32px;
}
    
    
}
