@layer theme{:root, :host {
        
        --color-cd-primary: #005191;
        --color-cd-secondary: #212121;

        --color-cd-primary-darker: #00080f;
        --color-cd-primary-lighter: #ccdce9;

        --color-cd-secondary-darker: #050505;
        --color-cd-secondary-lighter: #d6d6d6;

        --color-cd-primary-alpha-light: #0051911a;
        --color-cd-primary-alpha-medium: #00519180;
        --color-cd-primary-alpha-dark: #005191b3;

        --color-cd-secondary-alpha-light: #3333331a;
        --color-cd-secondary-alpha-medium: #33333380;
        --color-cd-secondary-alpha-dark: #333333b3;


        
        --color-bg-header: var(--color-cd-primary-alpha-medium);

        
        --spacing-burger-line-1-width: 70%;
        --spacing-burger-line-2-width: 100%;
        --spacing-burger-line-3-width: 90%;
        --radius-burger-lines: 0;

        
        --color-menu-toggler-desktop: var(--text-light);

        
        --color-bg-active-item-after-desktop: var(--text-light);

        
        --spacing-text-max-width: unset;

        
        --radius-general: 0;
        --radius-btn: .25rem;

        
        --color-btn-primary-hover: #094fc8;

        
        --sd-list-style-icon-default-editor: '▪︎';

        
        --sd-button-default-color: var(--color-cd-primary)
    }
}.sd__element__teaser_items{justify-content:flex-start}header{border-bottom:.75rem solid #f07900}body.mourning_modal_open{overflow:hidden}.mourning_modal{position:fixed;inset:0;z-index:10000;display:flex;align-items:center;justify-content:center;padding:1.25rem;background:rgba(0,8,15,.65);opacity:0;transition:opacity .2s ease;overflow-y:auto}.mourning_modal.is_visible{opacity:1}.mourning_modal__dialog{width:100%;max-width:40rem;margin:auto;background:#ececec;box-shadow:0 1.25rem 3rem rgba(0,0,0,.35);transform:translateY(1rem);transition:transform .2s ease}.mourning_modal.is_visible .mourning_modal__dialog{transform:none}.mourning_modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1.5rem 1.75rem;background:#005191;color:#fff}.mourning_modal__title{margin:0;color:#fff;font-size:1.5rem;line-height:1.25;font-weight:700;text-transform:uppercase;letter-spacing:.02em}.mourning_modal__close{flex:none;width:2rem;height:2rem;padding:.25rem;border:0;background:0 0;color:#fff;cursor:pointer;line-height:0}.mourning_modal__close svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}.mourning_modal__close:hover,.mourning_modal__close:focus-visible{opacity:.7}.mourning_modal__body{padding:1.75rem;color:#111;font-size:1rem;line-height:1.6}.mourning_modal__body p{margin:0 0 1.25rem;color:#111}.mourning_modal__body p:last-child{margin-bottom:0}.mourning_modal__name{font-size:1.25rem;font-weight:700}@media(max-width:30rem){.mourning_modal{padding:.75rem}.mourning_modal__header{padding:1.125rem 1.25rem}.mourning_modal__title{font-size:1.25rem}.mourning_modal__body{padding:1.25rem}.mourning_modal__name{font-size:1.125rem}}