/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 01 2021 | 09:57:44 */
/* Hauptfarbe "Lila":	#9C29D1 */
/* Subfarbe "Grün":		#61CE9E */
/* Subfarbe "Grau":		#333333 */
/* Subfarbe "Blau":		#2693FF */

/* Allgemeines */
.wk-display-none { display: none; }
.txt-left { text-align: left }
.txt-right { text-align: right }
.txt-center { text-align: center }
.nach-oben {
  text-align: right;
  font-size: 14px;
}
.wk-nowrap { white-space: nowrap; }

/* Links */
.footer a{ color: #CC3366; }
.footer a:hover{ color: #61CE70; }

/* Menü */
.menu-icon{ font-size: 15px !important; }
.menu-icon-footer{ font-size: 14px !important; }

/* Text Hintergrund Farben */
.bg-hauptfarbe-kontrast,
.span-bg-hauptfarbe-kontrast{
  background-color: #9C29D1;
  color: white;
}
.bg-subfarbe-kontrast,
.span-bg-subfarbe-kontrast{
  background-color: #61CE9E;
  color: white;
}
.bg-gelb-rot,
.span-bg-gelb-rot{
  background-color: yellow;
  color: red;
}

/* Text grafisch gestalten */
div.textp { margin-bottom: 12px; }
div.textpp { margin-bottom: 24px; }
div.textppp { margin-bottom: 36px; }
div.textpppp { margin-bottom: 48px; }
div.textppppp { margin-bottom: 60px; }
.span-bg-gelb-rot {
  font-weight: bold;
  padding: 0 5px;
}

/* Überschrift Startseite Top-Videos */
ul.featured-home-posts li h2 {
  color: #FFFFFF !important;
}

/* Überschrift Startseite Dunkle Box */
h3.titlewhite {
  color: #FFFFFF !important;
}

/* Unter-Überschrift Startseite Dunkle Box */
ul#module-black li h2{
  
}

/* Produkt Preise */
.produkt-preis {
  font-family: 'Bitter', serif !important;
  font-size: 28px;
  text-align: center;
}
.produkt-preis-back {
  background-image: url("https://www.webkeks.club/wp-content/plugins/wkclub/img/highlight/wk001.png");
  background-size: cover;
  color: red;
}

