.elementor-kit-7{--e-global-color-primary:#CDCDCD;--e-global-color-secondary:#FBFBFB;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-955c207:#B91C1C;--e-global-color-021864a:#F87171;--e-global-color-c7df4f8:#1E40AF;--e-global-color-7b6046a:#111827;--e-global-color-0d8b879:#000000;--e-global-color-f336c3f:#FF0000;--e-global-color-9e4f08c:#7F1D1D99;--e-global-color-ed88865:#F3F4F6;--e-global-color-021f459:#FFFFFF;--e-global-color-459ccac:#111827;--e-global-color-2d3cfad:#F9FAFC;--e-global-color-d5773df:#1B273D;--e-global-color-573875e:#FBB9BA;--e-global-color-2393319:#2799E6;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"DMSans";--e-global-typography-text-font-size:clamp(1.00rem, 0.98182rem + 0.00568vw, 1.05rem);--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"DMSans";--e-global-typography-accent-font-size:clamp(1.00rem, 0.98182rem + 0.00568vw, 1.05rem);--e-global-typography-accent-font-weight:600;--e-global-typography-84a3a5c-font-family:"DMSans";--e-global-typography-84a3a5c-font-size:clamp(2.4rem, 2rem + 2.5vw, 4.5rem);--e-global-typography-2efbf09-font-family:"DMSans";--e-global-typography-2efbf09-font-size:clamp(3.280rem, 3.09455rem + 0.05795vw, 3.790rem);--e-global-typography-3976eb7-font-family:"DMSans";--e-global-typography-3976eb7-font-size:clamp(2.505rem, 2rem + 1.2vw, 3.75rem);--e-global-typography-08ff229-font-family:"DMSans";--e-global-typography-08ff229-font-size:clamp(1.935rem, 1.6rem + 1vw, 3rem);--e-global-typography-3188257-font-family:"DMSans";--e-global-typography-3188257-font-size:clamp(1.515rem, 1.3rem + 0.8vw, 2.4rem);--e-global-typography-35717fd-font-family:"DMSans";--e-global-typography-35717fd-font-size:clamp(1.215rem, 1.1rem + 0.6vw, 2rem);--e-global-typography-8a05eae-font-family:"DMSans";--e-global-typography-8a05eae-font-size:clamp(1.215rem, 1.15rem + 0.2vw, 1.4rem);}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing: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-kit-7 a{font-size:var( --e-global-typography-accent-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7 a{font-size:var( --e-global-typography-accent-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* --- BASIS OPSÆTNING (LYS TILSTAND / DEFAULT) --- */

/* Sikrer en glidende overgang mellem farveskift */
body, h1, h2, h3, h4, h5, h6, p, a, .elementor-button {
    transition: background-color 0.3s ease, color 0.3s ease;
}

/* Baggrund og tekst i dagslys */
body {
    background-color: #FFFFFF; /* Standard hvid baggrund */
    color: #000000; /* Daylight_Text */
}

/* Overskrifter (H1-H6) i dagslys */
h1, h2, h3, h4, h5, h6 {
    color: #111827; /* Daylight_Text_Headers */
}

/* Paragraffer / Brødtekst */
p {
    color: #000000; /* Daylight_Text */
}

/* Links (Bruger din daylight_red som standard link farve - kan ændres) */
a {
    color: #B91C1C; /* daylight_red */
}

/* --- KNAPPER (LIGHT MODE) --- */
/* Dette rammer standard Elementor knapper. Hvis du bruger en anden knap-klasse, skal den rettes her */
.elementor-button {
    background-color: #F87171; /* Button_red */
    color: #FFFFFF;
    border: none;
}

/* Hvis du har specifikke blå knapper, kan du give dem klassen .blue-btn */
.blue-btn {
    background-color: #1E40AF; /* Button _blue */
}

/* --- NIGHTMODE (DARK MODE) OPSÆTNING --- */
/* Alt herunder aktiveres kun, når "darkMode" klassen er på body */

body.darkMode {
    /* Jeg har sat baggrunden til din mørke header-farve for at matche designet. 
       Du kan ændre dette til #000000, hvis du vil have den helt sort. */
    background-color: #111827; 
    color: #ffffff; /* Nightmode_Text */
}

/* Overskrifter i Nightmode */
body.darkMode h1, 
body.darkMode h2, 
body.darkMode h3, 
body.darkMode h4, 
body.darkMode h5, 
body.darkMode h6 {
    color: #F3F4F6; /* Nightmode_Text_Headers */
}

/* Brødtekst i Nightmode */
body.darkMode p {
    color: #ffffff; /* Nightmode_Text */
}

/* Knapper i Nightmode */
body.darkMode .elementor-button {
    background-color: #7F1D1D99; /* Nightmode_red_button */
    color: #ffffff; /* Hvid tekst på knappen */
}

/* Billeder i Nightmode (Valgfrit: Dæmper lysstyrken lidt så de ikke skærer i øjnene) */
body.darkMode img {
    filter: brightness(0.8) contrast(1.1);
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'DMSans';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://laegevagten.dk/wp-content/uploads/2025/12/DMSans-Light.woff2') format('woff2');
}
@font-face {
	font-family: 'DMSans';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://laegevagten.dk/wp-content/uploads/2025/12/DMSans-Regular.woff2') format('woff2');
}
@font-face {
	font-family: 'DMSans';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://laegevagten.dk/wp-content/uploads/2025/12/DMSans-Medium.woff2') format('woff2');
}
@font-face {
	font-family: 'DMSans';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://laegevagten.dk/wp-content/uploads/2025/12/DMSans-SemiBold.woff2') format('woff2');
}
@font-face {
	font-family: 'DMSans';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://laegevagten.dk/wp-content/uploads/2025/12/DMSans-Bold.woff2') format('woff2');
}
@font-face {
	font-family: 'DMSans';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://laegevagten.dk/wp-content/uploads/2025/12/DMSans-ExtraBold.woff2') format('woff2');
}
/* End Custom Fonts CSS */