/*
 Theme Name:     Divi Child
 Theme URI:      https://www.chefblogger.me
 Description:    Divi Child Theme
 Author:         Eric Mächler
 Author URI:     https://www.ericmaechler.com
 Template:       Divi
 Version:        2.0
*/


.footerlink {
	color: #fff;
}

.orangelink {
	color: #e7511e;
}

/*
 * PFEIL ANIMATION HEAD
 */
.pfeilanimation svg {
  display: block;
  transition: transform 0.2s ease;
}

.pfeilanimation svg:hover {
  transform: translateX(10px);
}


.megamenulink{
	  display: block;
  transition: transform 0.2s ease;
}
.megamenulink:hover {
	  transform: translateX(10px);

}



.logo-stack {
  position: relative;
}

/* Beide Logos exakt übereinanderlegen */
.logoweiss,
.logoschwarz {
  position: absolute;
  inset: 0;                /* top/right/bottom/left = 0 */
  width: 100%;
  height: 100%;
  object-fit: contain;     /* nur falls es Bilder sind */
}