/*---------------------------------------------------------------------------------

 Theme Name:   Netzhelfer theme
 Theme URI:    https://netzhelfer.de
 Description:  NETZhelfer 
 Author:       NETZhelfer GmbH – Ihre Internetagentur aus Esslingen
 Author URI:   https://netzhelfer.de
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/


.gradient-overlay:before {
    content: "";
    position: absolute;
    z-index: 1;
    background: inherit;
    top: 0;
    bottom: 0;
    width: 100%;
}



.box-shadow-box { 
padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    /*box-shadow: 6px 6px 18px 0px rgba(0, 0, 0, 0.3);*/
	margin-bottom:25px;
	background-color: #f4f4f5 !important;
}


.column-left-aligned { 
display: flex;
    flex-direction: column;
    justify-content: center;
}


.wp-block-list li { 
line-height:1.7em;
}



/* ===============================
   WRAPPER
================================ */
.particles-test {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

/* ===============================
   PARTICLES BASE
================================ */
.particles-test span {
  position: absolute;
  bottom: -40px;
  width: 10px;
  height: 10px;
  background: rgba(255,255,255,0.6);
  border-radius: 50%;
  opacity: 0;
  will-change: transform, opacity;
  animation-name: particle-wind;
  animation-timing-function: linear;
  animation-iteration-count: infinite;

  /* FAKE RANDOMNESS */
  --x-drift: 0px;
  --y-rise: -120vh;
}

/* ===============================
   DISTRIBUTION (1–20)
================================ */

.particles-test span:nth-child(1)  { left: 4%;  animation-duration: 14s; --x-drift: 35px; }
.particles-test span:nth-child(2)  { left: 9%;  animation-duration: 18s; --x-drift: -40px; }
.particles-test span:nth-child(3)  { left: 14%; animation-duration: 12s; --x-drift: 25px; }
.particles-test span:nth-child(4)  { left: 19%; animation-duration: 20s; --x-drift: -30px; }
.particles-test span:nth-child(5)  { left: 24%; animation-duration: 15s; --x-drift: 45px; }
.particles-test span:nth-child(6)  { left: 29%; animation-duration: 22s; --x-drift: -50px; }
.particles-test span:nth-child(7)  { left: 34%; animation-duration: 17s; --x-drift: 30px; }
.particles-test span:nth-child(8)  { left: 39%; animation-duration: 19s; --x-drift: -35px; }
.particles-test span:nth-child(9)  { left: 44%; animation-duration: 13s; --x-drift: 40px; }
.particles-test span:nth-child(10) { left: 49%; animation-duration: 21s; --x-drift: -45px; }

.particles-test span:nth-child(11) { left: 54%; animation-duration: 16s; --x-drift: 28px; }
.particles-test span:nth-child(12) { left: 59%; animation-duration: 18s; --x-drift: -22px; }
.particles-test span:nth-child(13) { left: 64%; animation-duration: 14s; --x-drift: 38px; }
.particles-test span:nth-child(14) { left: 69%; animation-duration: 20s; --x-drift: -32px; }
.particles-test span:nth-child(15) { left: 74%; animation-duration: 15s; --x-drift: 42px; }
.particles-test span:nth-child(16) { left: 79%; animation-duration: 22s; --x-drift: -48px; }
.particles-test span:nth-child(17) { left: 84%; animation-duration: 17s; --x-drift: 33px; }
.particles-test span:nth-child(18) { left: 89%; animation-duration: 19s; --x-drift: -27px; }
.particles-test span:nth-child(19) { left: 94%; animation-duration: 13s; --x-drift: 36px; }
.particles-test span:nth-child(20) { left: 98%; animation-duration: 21s; --x-drift: -41px; }

/* fallback so NO span is ever static */
.particles-test span {
  left: 50%;
  animation-duration: 18s;
  --x-drift: 30px;
}

/* size variation */
.particles-test span:nth-child(3n) {
  width: 14px;
  height: 14px;
  opacity: 0.5;
}

.particles-test span:nth-child(4n) {
  width: 8px;
  height: 8px;
  opacity: 0.7;
}

/* ===============================
   WIND ANIMATION (ALL MOVE)
================================ */

@keyframes particle-wind {
  0% {
    transform: translate(0, 0) scale(0.4);
    opacity: 0;
  }
  10% {
    opacity: 0.6;
  }
  40% {
    transform: translate(calc(var(--x-drift) * 0.5), -40vh) scale(0.7);
  }
  70% {
    transform: translate(calc(var(--x-drift) * -0.3), -80vh) scale(1);
  }
  100% {
    transform: translate(var(--x-drift), var(--y-rise)) scale(0.9);
    opacity: 0;
  }
}

/* ===============================
   NO SCROLLBAR
================================ */
html, body {
  overflow-x: hidden;
}










@media all and (min-width: 981px) {
   .kontakt a {
       color: #fff!important; /* Change button text color here */
    background-color: #e69637!important; /* Change button background color here */
    font-size: 14px!important; /* Change text size here */
    border-radius: 0.5rem!important; /* Set this to 0px if you want a square CTA button */
    text-align: center;
    line-height: 9px;
    font-weight: 600;
    padding: 18px 16px!important;
    text-transform: uppercase;
    display: block;
    padding-left: 32px!important;
    padding-right: 32px!important;
    border: 1px solid #e69637;
	   opacity: 1!important;
   }
   .kontakt a:hover {
      opacity: 1!important;
        color: #fff!important; /* Change hover button text color here */
        background-color: #262626!important; /* Change hover button background color here */
        
	   border: 1px solid #262626;
   }
}



/* Fix the padding in the primary menu to accomodate the button */
.et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li>a {
    padding-top: 0px;
    padding-bottom: 0px;
}
 
/* Make sure that the alignment in the menu is correct */
.et_pb_menu .et_pb_menu__menu>nav>ul>li {
    align-items: center;
}



/* Fix the padding in the primary menu to accomodate the button */
.et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li>a {
    padding-top: 0px;
    padding-bottom: 0px;
	color:#000;
}
 
/* Make sure that the alignment in the menu is correct */
.et_pb_menu .et_pb_menu__menu>nav>ul>li {
    align-items: center;
}







/*MOBILE MENU CSS */



/* X icon in expanded mobile menu */
.mobile_nav.opened .mobile_menu_bar:before {
content: '\4d';
}
/* Remove the top line in the mobile menu*/
.et_mobile_menu {
border-top:0;
}
/* Center-align moble menu items */
.et_mobile_menu li {
text-align:center !important;
}
  
.et_mobile_menu li li, .et_mobile_menu li ul {
padding-left:0 !important;
}
/* Make mobile menu fullwidth */
.et_mobile_menu {
min-width: 100vw;
margin-left: -10vw;
}

/* Remove the animation to avoid delay */
.mobile_nav.opened .et_mobile_menu {
display:block !important;
}


et_mobile_menu .first-level > a {
background-color: transparent;
position: relative;
}
.et_mobile_menu .first-level > a:after {
font-family: 'ETmodules';
content: '\4c';
font-weight: normal;
position: absolute;
font-size: 16px;
top: 13px;
right: 10px;
}
.et_mobile_menu .first-level > .icon-switch:after{
content: '\4d';
}
.second-level {
display: none;
}
.reveal-items {
display: block;
}
.et_mobile_menu {
margin-top: 2px;
width: 230%;
margin-left: -65%;
}


.et_mobile_menu li a {

    padding: 8px 5%;

}

.et_mobile_menu li a {
    border-bottom: 0px solid rgba(0,0,0,.00);
    color: #000;
    padding: 10px 5%;
    display: block;
}

/*END MOBILE MENU CSS */









