/*
 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
*/


/* eduqua über header bild */
.headerbild::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 400px;  /* Breite anpassen */
  height: 400px; /* Höhe anpassen */
  background-image: url('https://arkanumakademie.projekte.dev/wp-content/uploads/2026/05/eduqua_logo_txt.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
  z-index: 1;
  pointer-events: none;
}