/*
Theme Name: Divi Child
Theme URI:  https://www.wpserveur.net
Author:     WPServeur
Author URI: https://www.wpserveur.net
Template:   Divi
Version:    1.0
License:    GNU General Public License v2 or later
*/

/* Aufzählungspunkte Haken */

.custom_bullets_wpcc ul {
    list-style: none; /* Entfernt die Standard-Aufzählungszeichen */
    padding-left: 0;  /* Setzt die linke Einrückung auf null */
}

.custom_bullets_wpcc ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px; /* Abstand zwischen den Listenelementen */
   
}

.custom_bullets_wpcc ul li::before {
    content: '';
    position: absolute;
    left: 0; /* Symbol ganz nach links */
    margin-right: 5px;
    padding-right: 5px;
    padding-bottom: 3px;
    font-family: 'ETmodules';
    font-size: 1.2em;
    vertical-align: middle;
    color: #a11242;
}

.custom_bullets_wpcc--check ul li::before {
  content: '\e052';
}


/* Aufzählungspunkte Stern */


.custom_bullets_wpcc--star ul li::before {
  content: '\e033';
}


/* drop down menu */
.nav li li {
        position: relative;
        line-height:1.2em
    }

/* Breite Innen Drop-Down-Menu*/
.et-menu li li a {
    padding: 6px 20px; 
    width: 260px;
}
/* Breite Aussen Drop-Down-Menu*/
.nav li ul {
    position: absolute;
    padding: 20px 0; 
    width: 300px;
}

#qrcode {
    position: fixed;
    top: 20px;  /* Abstand vom oberen Rand des Viewports */
    right: 20px; /* Abstand vom rechten Rand des Viewports */
    z-index: 9999; /* Sicherstellen, dass der QR-Code immer oben bleibt */
}


sup {
  font-size: 70%;   /* kleiner machen */
  top: -0.3em;      /* nicht so hoch setzen */
  position: relative;
}
