/*
Theme Name: skygate
Author: it+t GmbH
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

.aufzaehlung {
    list-style: none; /* Entfernt die Standard-Aufzählungszeichen */
    padding-left: 0; /* Optional: Abstand zur linken Seite anpassen */
}

.aufzaehlung li {
    position: relative;
    padding-left: 30px; /* Platz für das Bild schaffen */
    margin-bottom: 10px; /* Abstand zwischen den Punkten */
}

.aufzaehlung li::before {
    content: ''; /* Pseudo-Element für das Bild */
    position: absolute;
    top: 0;
    left: 0;
    width: 20px; /* Breite des Bildes */
    height: 20px; /* Höhe des Bildes */
    background-image: url('/wp-content/uploads/2024/12/aufzaehlung.png');
    background-size: cover; /* Passt das Bild an die Größe an */
    background-repeat: no-repeat;
}
h1, h2 {
	font-variation-settings: "wght" 600 !important;
}
.elementor-slide-heading {
	font-variation-settings: "wght" 500 !important;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category {
    background-color: #1E2832 !important;
}
.cmplz-icon svg {
	fill: #FF0F82 !important;
}
.cmplz-always-active {
	color: #FF0F82 !important;
}