.elementor-kit-5{--e-global-color-primary:#723613;--e-global-color-secondary:#8B4A22;--e-global-color-text:#7A7A7A;--e-global-color-accent:#CB061F;--e-global-typography-primary-font-family:"Druk";--e-global-typography-primary-font-weight:bold;--e-global-typography-secondary-font-family:"Adrianna";--e-global-typography-secondary-font-weight:bold;--e-global-typography-text-font-family:"Adrianna";--e-global-typography-text-font-weight:normal;--e-global-typography-accent-font-family:"Adrianna";--e-global-typography-accent-font-weight:600;font-family:"Adrianna", Sans-serif;font-weight:normal;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{font-family:"Adrianna", Sans-serif;font-weight:600;}.elementor-kit-5 h1{font-family:"Druk", Sans-serif;font-weight:bold;text-transform:uppercase;}.elementor-kit-5 h2{font-family:"Druk", Sans-serif;font-size:60px;font-weight:bold;text-transform:uppercase;}.elementor-kit-5 h3{font-family:"Adrianna", Sans-serif;font-weight:bold;}.elementor-kit-5 h4{font-family:"Adrianna", Sans-serif;font-weight:600;}.elementor-kit-5 h5{font-family:"Adrianna", Sans-serif;font-weight:600;}.elementor-kit-5 h6{font-family:"Adrianna", Sans-serif;font-weight:600;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.dashboard-section {
    display: none !important;
}

.dashboard-section.active {
    display: block !important;
}



/* -------------------------------------------------
   NUR IM BEREICH "Profil bearbeiten":
   Tabs ausblenden: Passwort ändern, Datenschutz, Konto löschen
   ------------------------------------------------- */

/* Mobile + Desktop Tabs ausblenden */
.dashboard-profile a[data-tab="password"],
.dashboard-profile a[data-tab="privacy"],
.dashboard-profile a[data-tab="delete"] {
    display: none !important;
}

/* Tab-Inhalte ebenfalls ausblenden */
.dashboard-profile .um-account-tab[data-tab="password"],
.dashboard-profile .um-account-tab[data-tab="privacy"],
.dashboard-profile .um-account-tab[data-tab="delete"] {
    display: none !important;
}

/* Sidebar auf dem Profil-Bereich weiterhin verstecken */
.dashboard-profile .um-account-side {
    display: none !important;
}

/* Mobile Nav ebenfalls verstecken */
.dashboard-profile .um-account-nav {
    display: none !important;
}

/* Hauptinhalt auf volle Breite ziehen */
.dashboard-profile .um-account-main {
    width: 100% !important;
    margin-left: 0 !important;
}

/* Leeren Quiz-Ende-Block von QSM komplett auf 0 schrumpfen */
.qsm-auto-page-row.quiz_section.quiz_end.empty_quiz_end {
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}

/* Normaler Zustand des Headers */
.main-header {
    padding-top: 10px;
    padding-bottom: 10px;
    transition: padding 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

/* STICKY / SHRINK: deutlich weniger Höhe */
.main-header.elementor-sticky--effects {
    padding-top: 0px;
    padding-bottom: 0px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    background-color: #ffffff;
}

/* Logo-Animation (kleiner werden beim Scroll) */
.header-logo img {
    transition: transform 0.25s ease;
}

.main-header.elementor-sticky--effects .header-logo img {
    transform: scale(0.8);  /* 80 % der ursprünglichen Größe */
}

/* Logo normal */
.header-logo img {
    transition: transform 0.25s ease;
}

/* Logo im Sticky-Zustand */
.main-header.elementor-sticky--effects .header-logo img {
    transform: scale(0.7);   /* vorher 0.8 – jetzt kleiner */
}

/* Header wirklich bündig oben anpinnen */
.main-header.elementor-sticky--effects {
    top: 0 !important;
    margin-top: 0 !important;
    border-top: none !important;
}

/* Sicherstellen, dass der Header-Wrapper selbst keinen Abstand hat */
.elementor-location-header {
    margin: 0;
    padding: 0;
    background-color: #ffffff;
}

/* Logo normal */
.header-logo img {
    height: 90px;                /* normale Logo-Höhe */
    width: auto;
    transition: height 0.25s ease, transform 0.25s ease;
}

/* Logo klein im Sticky-Zustand */
.main-header.elementor-sticky--effects .header-logo img {
    height: 60px;                /* kleineres Logo */
    transform: translateY(0);    /* sicherheitshalber kein Verschieben */
}

/* =========================
   Global typography tokens
   ========================= */
:root {
    /* Body / copy font */
    --cap-font-body: 'Adrianna', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

    /* Headline font – falls wir sie irgendwo explizit brauchen */
    --cap-font-headline: 'Druk', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

/* Basis für alles, was nicht von Elementor/Theme direkt überschrieben wird */
body,
button,
input,
select,
textarea {
    font-family: var(--cap-font-body);
    font-weight: 400;
}


/* Sprach-Dropdown überall verstecken */
.ot-digital-policy-language-selected,
.ot-digital-policy-language-dropdown-wrapper {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

/* Checkbox-Zeile: Text & Box nebeneinander */
.cap-magic-auth .um-field-checkbox label {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

/* Checkbox wieder sichtbar machen + normal stylen */
.cap-magic-auth .um-field-checkbox input[type="checkbox"] {
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
    clip: auto !important;
    clip-path: none !important;

    width: 18px !important;
    height: 18px !important;
    margin-top: 3px;
    margin-right: 6px;

    -webkit-appearance: checkbox !important;
    -moz-appearance: checkbox !important;
    appearance: checkbox !important;

    border: 1px solid #bbb;   /* neutral */
    border-radius: 3px;
    background: #fff;
    box-shadow: none;
}

/* Fehlermarkierung im Magic-Formular */
.cap-magic-auth .um-field-has-error input,
.cap-magic-auth .um-field-has-error textarea {
    border-color: #e11d48 !important;
    box-shadow: 0 0 0 1px rgba(225, 29, 72, 0.25);
}

.cap-magic-auth .um-field-error {
    margin-top: 4px;
    font-size: 13px;
    color: #e11d48;
}

/* Feld im Fehlerzustand */
.cap-magic-auth .um-field-has-error input,
.cap-magic-auth .um-field-has-error textarea {
    border-color: #e11d48 !important;
    box-shadow: 0 0 0 1px rgba(225, 29, 72, 0.25);
}

/* Feld-Fehlermeldung direkt unter dem Feld */
.cap-magic-auth .um-field-error {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;

    margin-top: 4px !important;
    padding: 0 !important;

    font-size: 13px;
    color: #e11d48 !important;
}

/* Link in Feld-Fehlermeldungen sichtbar machen */
.cap-magic-auth .um-field-error a {
    color: #d60017 !important;   /* gleiche Rot-Farbe wie der Text */
    text-decoration: underline;
    font-weight: 600;
}

/* Globale Link-Farbe */
a,
a:visited {
    color: #cd4c5f; /* deine Wunschfarbe */
}

a:hover,
a:focus {
    color: #cd4c5f; /* etwas hellere/dunklere Hover-Farbe */
    text-decoration: underline;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Druk';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://7days.competence-alliance.eu/wp-content/uploads/2025/11/Druk-Medium.woff2') format('woff2'),
		url('https://7days.competence-alliance.eu/wp-content/uploads/2025/11/Druk-Medium.woff') format('woff');
}
@font-face {
	font-family: 'Druk';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://7days.competence-alliance.eu/wp-content/uploads/2025/11/Druk-Bold.woff2') format('woff2'),
		url('https://7days.competence-alliance.eu/wp-content/uploads/2025/11/Druk-Bold.woff') format('woff');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Adrianna';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://7days.competence-alliance.eu/wp-content/uploads/2025/12/Adrianna_Regular.woff2') format('woff2'),
		url('https://7days.competence-alliance.eu/wp-content/uploads/2025/12/Adrianna_Regular.woff') format('woff');
}
@font-face {
	font-family: 'Adrianna';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://7days.competence-alliance.eu/wp-content/uploads/2025/12/Adrianna_Demibold.woff2') format('woff2'),
		url('https://7days.competence-alliance.eu/wp-content/uploads/2025/12/Adrianna_Demibold.woff') format('woff');
}
@font-face {
	font-family: 'Adrianna';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://7days.competence-alliance.eu/wp-content/uploads/2025/12/Adrianna_Bold.woff2') format('woff2'),
		url('https://7days.competence-alliance.eu/wp-content/uploads/2025/12/Adrianna_Bold.woff') format('woff');
}
/* End Custom Fonts CSS */