/**
 * Theme Name:     THEIS EDL Theme Premium
 * Author:         Edmund Bark
 * Template:       thrive-theme
 * Text Domain:	   theis-edl-theme-premium
 * Description:    Exklusives Theme für THEIS EDL GmbH &amp; Co. KG von barkmedia. Mit dem Premium Theme können Sie jeden Aspekt Ihrer WordPress-Website mit einem visuellen Drag-and-Drop-Designer visuell gestalten, erstellen, bearbeiten und anpassen.
 * Author URI:     https://www.barkmedia.de
 * Version:        1.0
 */
/* Start Schneefall */
/*
body {
  position: relative;
}

body:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 22;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  background-image: url("https://innotag.de/wp-content/uploads/2023/11/schneeflocke_b.png"),
                    url("https://innotag.de/wp-content/uploads/2023/11/schneeflocke_c.png"),
                    url("https://innotag.de/wp-content/uploads/2023/11/schneeflocke_a.png");
  animation: jasmin-di-pardo-schnee 20s linear infinite;
}

@keyframes jasmin-di-pardo-schnee {
  0% { background-position: 0px 0px, 0px 0px, 0px 0px; }
  50% { background-position: 500px 500px, 100px 200px, -100px 150px; }
  100% { background-position: 500px 1000px, 200px 400px, -100px 300px; }
}

@-moz-keyframes jasmin-di-pardo-schnee {
  0% { background-position: 0px 0px, 0px 0px, 0px 0px; }
  50% { background-position: 500px 500px, 100px 200px, -100px 150px; }
  100% { background-position: 500px 1000px, 200px 400px, -100px 300px; }
}

@-webkit-keyframes jasmin-di-pardo-schnee {
  0% { background-position: 0px 0px, 0px 0px, 0px 0px; }
  50% { background-position: 500px 500px, 100px 200px, -100px 150px; }
  100% { background-position: 500px 1000px, 200px 400px, -100px 300px; }
}

@-ms-keyframes jasmin-di-pardo-schnee {
  0% { background-position: 0px 0px, 0px 0px, 0px 0px; }
  50% { background-position: 500px 500px, 100px 200px, -100px 150px; }
  100% { background-position: 500px 1000px, 200px 400px, -100px 300px; }
}
*/
/* Ende Schneefall */
