﻿/* ------------------------- */
/*      Global Variables     */
/* ------------------------- */
:root {
    /*--bs-blue: #0d6efd;*/
    /*--bs-indigo: #6610f2;*/
    /*--bs-purple: #6f42c1;*/
    /*--bs-pink: #d63384;*/
    /*--bs-red: #D31D2B;*/
    /*--bs-orange: #fd7e14;*/
    /*--bs-yellow: #FFCC33;*/
    /*--bs-green: #198754;*/
    /*--bs-teal: #20c997;*/
    /*--bs-cyan: #0dcaf0;*/
    /*--bs-black: #010101;*/
    /*--bs-white: #e9ebef;*/
    /*--bs-gray: #6c757d;*/
    /*--bs-gray-dark: #343a40;*/
    /*--bs-gray-100: #f8f9fa;*/
    /*--bs-gray-200: #e9ecef;*/
    /*--bs-gray-300: #dee2e6;*/
    /*--bs-gray-400: #ced4da;*/
    /*--bs-gray-500: #adb5bd;*/
    /*--bs-gray-600: #6c757d;*/
    /*--bs-gray-700: #495057;*/
    /*--bs-gray-800: #343a40;*/
    /*--bs-gray-900: #212529;*/
    /*--bs-primary: #e9ebef;*/
    /*--bs-secondary: #2C3241;*/
    /*--bs-success: #198754;*/
    /*--bs-info: #0dcaf0;*/
    --bs-brand-creme: #0dcaf0;
    --bs-warning: #FFCC33;
    --bs-danger: #992D26;
    --bs-violet-bg: #712cf9;
    --bs-light: #F8F9FA;
    --bs-light: #F8F9FA;
    /*--bs-dark: #212529;*/
    /*--bs-primary-rgb: 23, 29, 43;*/
    --bs-secondary-rgb: 44, 50, 65;
    /*--bs-success-rgb: 25, 135, 84;*/
    /*--bs-info-rgb: 13, 202, 240;*/
    /*--bs-brand-creme-rgb: 241,  0200,  149;*/
    --bs-brand-creme-rgb: white;
    --bs-warning-rgb: 255, 193, 7;
    /*--bs-danger-rgb: 220, 53, 69;*/
    --bs-violet-rgb: 112.520718, 44.062154, 249.437846;
    /*--bs-light-rgb: 248, 249, 250;*/
    --bs-dark-rgb: 33, 37, 41;
    --bs-danger-bg: var(--bs-danger);
    /*--bs-primary-text-emphasis: #052c65;*/
    /*--bs-secondary-text-emphasis: #2b2f32;*/
    /*--bs-success-text-emphasis: #0a3622;*/
    /*--bs-info-text-emphasis: #055160;*/
    --bs-warning-text-emphasis: #664d03;
    /*--bs-danger-text-emphasis: #58151c;*/
    /*--bs-light-text-emphasis: #495057;*/
    /*--bs-dark-text-emphasis: #495057;*/
    /*--bs-primary-bg-subtle: #cfe2ff;*/
    /*--bs-secondary-bg-subtle: #e2e3e5;*/
    /*--bs-success-bg-subtle: #d1e7dd;*/
    /*--bs-info-bg-subtle: #cff4fc;*/
    /*--bs-warning-bg-subtle: #fff3cd;*/
    --bs-danger-bg-subtle: #CB4239;
    /*--bs-light-bg-subtle: #fcfcfd;*/
    /*--bs-dark-bg-subtle: #ced4da;*/
    /*--bs-primary-border-subtle: #9ec5fe;*/
    /*--bs-secondary-border-subtle: #c4c8cb;*/
    /*--bs-success-border-subtle: #a3cfbb;*/
    /*--bs-info-border-subtle: #9eeaf9;*/
    /*--bs-warning-border-subtle: #ffe69c;*/
    /*--bs-danger-border-subtle: #f1aeb5;*/
    /*--bs-light-border-subtle: #e9ecef;*/
    /*--bs-dark-border-subtle: #adb5bd;*/
    /*--bs-white-rgb: 249, 251, 255;*/
    /*--bs-black-rgb: 0, 0, 0;*/
    --bs-font-body-sans-serif: 'PP Neue Montreal', Arial, sans-serif;
    --bs-font-body-sans-serif-heading: 'Oswald', Arial, sans-serif;
    /*--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;*/
    /*--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));*/
    --bs-body-font-family: var(--bs-font-sans-serif);
    /*--bs-body-font-size: 16px;*/
    /*--bs-body-font-weight: 400;*/
    /*--bs-body-line-height: 1.5;*/
    /*--bs-body-color: #ffffff;*/
    /*--bs-body-color-rgb: 249, 251, 255;*/
    /*--bs-body-bg: #e9ebef;*/
    /*--bs-body-bg-rgb: 249, 251, 255;*/
    /*--bs-emphasis-color: #010101;*/
    /*--bs-emphasis-color-rgb: 0, 0, 0;*/
    /*--bs-secondary-color: rgba(33, 37, 41, 0.75);*/
    /*--bs-secondary-color-rgb: 33, 37, 41;*/
    /*--bs-secondary-bg: #e9ecef;*/
    /*--bs-secondary-bg-rgb: 233, 236, 239;*/
    /*--bs-tertiary-color: rgba(33, 37, 41, 0.5);*/
    /*--bs-tertiary-color-rgb: 33, 37, 41;*/
    /*--bs-tertiary-bg: #f8f9fa;*/
    /*--bs-tertiary-bg-rgb: 248, 249, 250;*/
    --bs-heading-color: var(--bs-light);
    /*--bs-link-color: #eeeeee;*/
    --bs-link-color-rgb: 248, 249, 250;
    /*--bs-link-decoration: underline;*/
    /*--bs-link-hover-color: #0a58ca;*/
    /*--bs-link-hover-color-rgb: 10, 88, 202;*/
    /*--bs-code-color: #d63384;*/
    /*--bs-highlight-color: #212529;*/
    /*--bs-highlight-bg: #fff3cd;*/
    /*--bs-border-width: 1px;*/
    /*--bs-border-style: solid;*/
    /*--bs-border-color: #dee2e6;*/
    /*--bs-border-color-translucent: rgba(0, 0, 0, 0.175);*/
    --bs-border-radius: 0.375rem;
    /*--bs-border-radius-sm: 0.25rem;*/
    --bs-border-radius-lg: 0.75rem;
    /*--bs-border-radius-xl: 1rem;*/
    /*--bs-border-radius-xxl: 2rem;*/
    /*--bs-border-radius-2xl: var(/*--bs-border-radius-xxl);*/
    /*--bs-border-radius-pill: 50rem;*/
    /*--bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);*/
    /*--bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);*/
    /*--bs-box-shadow-md: 0 4px 7px rgba(0, 0, 0, .25);*/
    /*--bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);*/
    /*--bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);*/
    /*--bs-focus-ring-width: 0.25rem;*/
    /*--bs-focus-ring-opacity: 0.25;*/
    /*--bs-focus-ring-color: rgba(13, 110, 253, 0.25);*/
    /*--bs-form-valid-color: #198754;*/
    /*--bs-form-valid-border-color: #198754;*/
    /*--bs-form-invalid-color: #D31D2B;*/
    /*--bs-form-invalid-border-color: #D31D2B;*/
    --bs-nav-link-color: rgba(255, 255, 255, 0.55);
    --bs-nav-link-hover-color: rgba(255, 255, 255, 1);
    --bs-nav-link-hover-color: rgba(255, 255, 255, 1);
    --bs-dropdown-item-padding-y: 8px;
    --bs-dropdown-item-padding-x: 20px;
    --bs-nav-bg: #2d313d;
    --bs-nav-bg-rgb: 45, 49, 61;
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.5rem;
}

/* ExtraLight (weight 200) */

@font-face {
    font-family: "Oswald";
    font-style: normal;
    font-weight: 200;
    src: url("../fonts/Oswald/Oswald-ExtraLight.ttf") format("truetype");
}

/* Light (weight 300) */

@font-face {
    font-family: "Oswald";
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/Oswald/Oswald-Light.ttf") format("truetype");
}

/* Regular (weight 400) */

@font-face {
    font-family: "Oswald";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/Oswald/Oswald-Regular.ttf") format("truetype");
}

/* Medium (weight 500) */

@font-face {
    font-family: "Oswald";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/Oswald/Oswald-Medium.ttf") format("truetype");
}

/* SemiBold (weight 600) */

@font-face {
    font-family: "Oswald";
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/Oswald/Oswald-SemiBold.ttf") format("truetype");
}

/* Bold (weight 700) */

@font-face {
    font-family: "Oswald";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/Oswald/Oswald-Bold.ttf") format("truetype");
}

/* pp-neue-montreal.css */

/* Thin (100) */

@font-face {
    font-family: "PP Neue Montreal";
    font-style: normal;
    font-weight: 100;
    src: url("../fonts/PP_Neue_Montreal/web/PPNeueMontreal-Thin.woff2") format("woff2"), url("../fonts/PP_Neue_Montreal/web/PPNeueMontreal-Thin.woff") format("woff"), url("../fonts/PP_Neue_Montreal/ttf/PPNeueMontreal-Thin.ttf") format("truetype");
}

/* Light (200) */

@font-face {
    font-family: "PP Neue Montreal";
    font-style: normal;
    font-weight: 200;
    src: url("../fonts/PP_Neue_Montreal/web/PPNeueMontreal-Light.woff2") format("woff2"), url("../fonts/PP_Neue_Montreal/web/PPNeueMontreal-Light.woff") format("woff"), url("../fonts/PP_Neue_Montreal/ttf/PPNeueMontreal-Light.ttf") format("truetype");
}

/* Book (300) */

@font-face {
    font-family: "PP Neue Montreal";
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/PP_Neue_Montreal/web/PPNeueMontreal-Book.woff2") format("woff2"), url("../fonts/PP_Neue_Montreal/web/PPNeueMontreal-Book.woff") format("woff"), url("../fonts/PP_Neue_Montreal/ttf/PPNeueMontreal-Book.ttf") format("truetype");
}

/* Regular (400) */

@font-face {
    font-family: "PP Neue Montreal";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/PP_Neue_Montreal/web/PPNeueMontreal-Regular.woff2") format("woff2"), url("../fonts/PP_Neue_Montreal/web/PPNeueMontreal-Regular.woff") format("woff"), url("../fonts/PP_Neue_Montreal/ttf/PPNeueMontreal-Regular.ttf") format("truetype");
}

/* Medium (500) */

@font-face {
    font-family: "PP Neue Montreal";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/PP_Neue_Montreal/web/PPNeueMontreal-Medium.woff2") format("woff2"), url("../fonts/PP_Neue_Montreal/web/PPNeueMontreal-Medium.woff") format("woff"), url("../fonts/PP_Neue_Montreal/ttf/PPNeueMontreal-Medium.ttf") format("truetype");
}

/* SemiBold (600) */

@font-face {
    font-family: "PP Neue Montreal";
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/PP_Neue_Montreal/web/PPNeueMontreal-SemiBold.woff2") format("woff2"), url("../fonts/PP_Neue_Montreal/web/PPNeueMontreal-SemiBold.woff") format("woff"), url("../fonts/PP_Neue_Montreal/ttf/PPNeueMontreal-SemiBold.ttf") format("truetype");
}

/* Bold (700) */


@font-face {
    font-family: "PP Neue Montreal";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/PP_Neue_Montreal/web/PPNeueMontreal-Bold.woff2") format("woff2"), url("../fonts/PP_Neue_Montreal/web/PPNeueMontreal-Bold.woff") format("woff"), url("../fonts/PP_Neue_Montreal/ttf/PPNeueMontreal-Bold.ttf") format("truetype");
}



/* GLOBAL STYLES
-------------------------------------------------- */

/* Padding below the footer and lighter body text */

html {
    overflow-x: hidden;
    text-rendering: geometricPrecision;
    word-break: break-word;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
}


html, body {
    min-height: 100vh;
    font-family: var(--bs-font-body-sans-serif);
    font-weight: 400;
}

body {
    color: var(--bs-light);
    background: rgb(23, 29, 43);
    background: -moz-linear-gradient(173deg, rgba(18, 14, 22, 1) 0%, rgba(23, 29, 43, 1) 20%, rgba(23, 29, 43, 1) 70%, rgba(47, 56, 77, 1) 100%);
    background: -webkit-linear-gradient(173deg, rgba(18, 14, 22, 1) 0%, rgba(23, 29, 43, 1) 20%, rgba(23, 29, 43, 1) 70%, rgba(47, 56, 77, 1) 100%);
    background: linear-gradient(173deg, rgba(18, 14, 22, 1) 0%, rgba(23, 29, 43, 1) 20%, rgba(23, 29, 43, 1) 70%, rgba(47, 56, 77, 1) 100%);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
}

body, h3, h4, h5, h6 { }

h1, h2 {
    font-weight: 500 !important;
    font-family: var(--bs-font-body-sans-serif-heading);
    line-height: 125%;
    margin-top: 0;
}


@media (min-width: 1200px) {
    h1, .h1 {
        font-size: 3.4rem;
        margin: 2rem 0 1rem 0;
        margin-top:0;
    }
}

h2 {
    max-width: 700px;
    margin: -1rem 0 1rem 0;
}

h3 { font-size: 1.2rem; }

h3, .h3, .h4, h4, h5, .h5, .h6, h6 { font-weight: 600; }

p, label, .font-paragraph {
    font-family: var(--bs-font-body-sans-serif);
    letter-spacing: 0.03rem;
    line-height: 135%;
}

button { min-width: auto; }

iframe { box-shadow: var(--bs-box-shadow-md) !important; }

a { color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1)); }

a:hover, a:active { color: rgb(var(--bs-brand-creme-rgb)); }

dl { }

dt {
    color: var(--bs-gray-500);
    font-weight: 400;
}

dd {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: none;
}

.logo {
    height: 100%;
    width: auto;
    max-width: 160px;
    margin-left: 28px;
}

@media (min-width: 992px) {
    .logo {
        width: 100%;
        margin-left: auto;
    }
}

.shadow { box-shadow: var(--bs-box-shadow-md) !important; }

.bg-cover {
    background-size: cover !important;
}

.bg-no-repeat {
    background-repeat: no-repeat !important;
}

.bg-center {
    background-position: center !important;
}

.brand-creme { color: rgb(var(--bs-brand-creme-rgb)); }


@media (min-width: 1200px) {
    .miw-xl-25 { min-width: 25%; }

    .miw-xl-50 { min-width: 50%; }

    .miw-xl-75 { min-width: 75%; }

    .maw-xl-25 { max-width: 25%; }

    .maw-xl-50 { max-width: 50%; }

    .maw-xl-75 { max-width: 75%; }

    .w-lg-auto { width: auto !important; }
}

.bg-cover-center {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.btn {
  
    font-weight: 500;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
}

.btn-group-lg > .btn, .btn-lg {
    --bs-btn-padding-y: 0.7rem;
    --bs-btn-padding-x: 1.2rem;
    --bs-btn-font-size: 1.25rem;
    --bs-btn-border-radius: var(--bs-border-radius-lg);
}

.btn:focus, .btn:focus-visible, a:focus, a:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}

.text-google-icon {
    background: conic-gradient(from - 45deg, #ea4335 110deg, #4285f4 90deg 180deg, #34a853 180deg 270deg, #fbbc05 270deg) 73% 55%/150% 150% no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.text-facebook { color: #5d82d1; }

.bg-warning {
    color: #010101;
    background-color: var(--bs-warning);
}

.rounded-pill { font-weight: 500 !important; }

.text-shadow-dark { text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.8); }

header.sticky-top {
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.3);
    animation-name: fadeInDownMenu;
    animation-duration: .5s;
    animation-fill-mode: both;
    background-color: rgb(var(--bs-nav-bg-rgb));
}

.header-nav .container-fluid {
    background: rgb(var(--bs-nav-bg-rgb));
    transition: all 0.3s ease;
}

.container-fluid { max-width: 1640px; }

.container-full {
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
}

@media (min-width: 992px) {   
    .container-fluid.padding { padding: 0 1.5rem }
}


@media (min-width: 1636px) {
    header:not(.sticky-top) .header-nav .container-fluid { box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.6); }

    .header-nav .container-fluid { border-radius: 0 0 var(--bs-border-radius-lg) var(--bs-border-radius-lg); }

    .container-fluid.padding { padding: 0rem }

    .container-full {
        margin-right: 0;
        margin-left: 0;
    }
}

@keyframes fadeInDownMenu {
    from { transform: translate3d(0, -100%, 0) }

    to { transform: none }
}

.box {
    background-color: rgba(35, 37, 45, 1);
    margin-bottom: 1.5rem;
}

.box .img-shadow {
    position: relative;
    display: inline-block; /* så dimensioner følger billedet */
    overflow: hidden; /* skyggen udenfor “div” klippes væk */
    border-radius: var(--bs-border-radius-lg) var(--bs-border-radius-lg) 0 0 !important;
}

.box .img-shadow::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: inset 0px 4px 6px -6px rgba(255, 255, 255, 0.6);
    pointer-events: none;
}

.box img { border-radius: var(--bs-border-radius-lg) var(--bs-border-radius-lg) 0 0 !important; }
     

footer { background-color: rgba(35, 37, 45, 1); }

#footer.fixed-footer {
    position: fixed;
    bottom: 0;   
}



#footer a { text-decoration: none; }


#footer a:hover, footer a:active { color: rgb(var(--bs-brand-creme-rgb)) !important; }

.form-check-input {
    background-color: transparent;
    border-color: var(--bs-light);
}

.form-check-input:checked {
    background-color: transparent;
    border-color: var(--bs-light);
}

.form-check-input:focus {
    border-color: var(--bs-light);
    box-shadow: none;
}


.form-control {
    border-radius: var(--bs-border-radius-lg);
    max-width: 725px;
}

.form-control:focus {
    border-color: var(--bs-border-color);
    outline: 0;
    box-shadow: none;
}


.form-control, .form-control:focus { color: rgb(var(--bs-dark-rgb)); }

.form-floating > label, .form-floating > .form-control-plaintext ~ label, .form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label { color: rgba(var(--bs-dark-rgb), 0.65); }

.navbar { font-family: var(--bs-font-body-sans-serif-heading); }

.navbar-brand {
    max-width: 160px;
    height: 40px;
}

.navbar-toggler .social {
    width: 1.5em;
    height: 1.5em;
    margin: auto;
}

@media (min-width: 768px) {
    .navbar-brand { height: auto; }
}

.navbar .nav-item { }

.nav-link { color: var(--bs-light); }

.nav-link span.custom-badge { transform: translate(-75%, -25%) !important }

footer {
    border-radius: 0;
    transition: border-radius 0.3s ease;
}

.dropdown-item { padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x); }

.dropdown-item:focus, .dropdown-item:hover { background: rgb(53, 59, 73); }

.btn-primary {
    --bs-btn-bg: var(--bs-danger-bg);
    --bs-btn-border-color: var(--bs-danger-bg);
    --bs-btn-hover-bg: #9D2D26;
    --bs-btn-hover-border-color: #9D2D26;
    --bs-btn-focus-shadow-rgb: 49,  132,  253;
    --bs-btn-active-bg: #9D2D26;
    --bs-btn-active-border-color: #9D2D26;
    --bs-btn-disabled-bg: #D31D2B --bs-btn-disabled-border-color: #D31D2B;
}

.alert-danger {
    color: var(--bs-light);
    background-color: var(--bs-danger-bg-subtle);
    border: none;
}

.card {
    border-radius: var(--bs-border-radius-lg);
    background-color: var(--bs-dark)
}

.card.theme-teaser {
    background-image: url("../img/teaser/starwars-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.1), /* outer shadow */ inset 0px 0px 10px 0px rgba(0, 0, 0, 1); /* inner shadow */
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */

.carousel {
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 7px rgba(0, 0, 0, .25);
    transition: all 0.3s ease;
    margin-top: -3rem;
}

/* Since positioning the image, we need to help out the caption */

.carousel-caption {
    text-align: center;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 10;
    padding: 0 1rem 0;
}

.carousel-headline {
    position: absolute;
    top: 50%; /* move the top edge to 50% down the container */
    left: 0;
    right: 0;
    transform: translateY(-50%); /* shift it up by half its own height */
    text-align: center;
    z-index: 11;
    padding: 0 1rem;
}

.carousel-headline h1 {
    font-size: 1.3rem;
    margin: 0 0 2rem;
    text-shadow: 0px 1px 12px rgba(0, 0, 0, 0.8);
}

.carousel-headline p { display: none }

.carousel-caption .btn-container { padding-bottom: 1.7rem; }

@media (min-width: 576px) {
    .carousel-headline h1 {
        font-size: 2rem;
        margin: 0.5rem 0;
    }

    .carousel-headline p {
        font-size: 1rem;
        display: block
    }
}



@media (min-width: 768px) {   
    .carousel-headline h1 {
        font-size: 2.3rem;
        margin: 0.5rem 0;
    }

    .carousel-headline p {
        font-size: 1rem;
        display: block
    }

    .carousel-caption .btn-container { padding-bottom: 3rem; }
}

@media (min-width: 1200px) {
    .carousel-headline {
        text-align: left;
        padding: 0 5rem;
    }

    .carousel-headline h1 {
        font-size: 3.4rem;
        margin: 1rem 0;
        text-shadow: 0px 1px 20px rgba(0, 0, 0, 0.8);
    }

    .carousel-headline p {
        font-size: 1.25rem;
        text-shadow: 0px 1px 12px rgba(0, 0, 0, 0.8);
    }

    .carousel-caption .btn-container { padding-bottom: 3rem; }
}



/* Declare heights because of positioning of img element */

.carousel-item {
    width: 100%;
    height: 100%;
    aspect-ratio: 640/345;
}

@media (min-width: 768px) {
    .carousel-item { aspect-ratio: 1920/590; }
}

@media (min-width: 992px) {    
    .carousel { margin: -3rem -1.5rem 0 !important; }
}

@media (min-width: 1636px) {
    footer { border-radius: var(--bs-border-radius-lg) var(--bs-border-radius-lg) 0 0; }

    .carousel {
        border-radius: var(--bs-border-radius-lg);
        margin: -1.5rem 0rem -1.5rem !important;
    }
}

.carousel-indicators [data-bs-target], .glider-dot {
    width: 4px;
    height: 4px;
    margin-right: 6px;
    margin-left: 6px;
    border-radius: 50%;
    opacity: .3;
    transition: opacity .6s ease;
}

@media (min-width: 768px) {
    .carousel-indicators [data-bs-target], .glider-dot {
        width: 8px;
        height: 8px;
    }
}

.carousel-indicators .active, .glider-dot.active { opacity: 1; }

.carousel-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(51, 51, 51, 0.3);
    background: linear-gradient(3deg, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, 0) 40%);
    z-index: 0;
    cursor: pointer;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
}

.carousel-control-next, .carousel-control-prev {
    width: calc(46px + 2rem);
    z-index: 100;
}

.carousel-indicators { z-index: 110; }



/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */

.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}

/* rtl:begin:ignore */

.marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
}

/* rtl:end:ignore */

/* Featurettes
------------------------- */

.featurette-divider {
    margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */

/* rtl:begin:remove */

.featurette-heading { letter-spacing: -.05rem; }

/* rtl:end:remove */

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {   
    .featurette-heading { font-size: 50px; }
}

@media (min-width: 62em) {
    .featurette-heading { margin-top: 7rem; }
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg { font-size: 3.5rem; }
}

.b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bs-violet-bg);
    --bs-btn-border-color: var(--bs-violet-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #6528e0;
    --bs-btn-hover-border-color: #6528e0;
    --bs-btn-focus-shadow-rgb: var(--bs-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #5a23c8;
    --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle { z-index: 1500; }

.bd-mode-toggle .dropdown-menu .active .bi { display: block !important; }

.banner-wrapper {
    /* padding-right: 2rem;*/
    -webkit-transition: all .3s ease-out;
    transition-behavior: normal;
    transition-delay: 0s;
    transition-duration: 0.3s;
    transition-property: all;
}

.banner {
    border-radius: var(--bs-border-radius-lg);
    background-color: var(--bs-primary);
    box-sizing: border-box;
    background-size: cover;
    background-position: center center;
    cursor: pointer;
    /* padding: 25px; */
    aspect-ratio: 4/3;
    width: 100%;
    min-height: auto;
    box-shadow: 0 4px 7px rgba(0, 0, 0, .45);
    margin-bottom: 8px;
    overflow: hidden;
}

.banner.movieposter { aspect-ratio: 350/519; }

.banner .overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(51, 51, 51, 0.3);
    background: linear-gradient(123deg, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.4) 100%);
    z-index: 0;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    -webkit-font-smoothing: antialiased;
}

.banner-wrapper:hover { transform: matrix(0.99, 0, 0, 0.99, 0, 0); }

.banner-wrapper:hover .banner { box-shadow: 0 4px 7px rgba(10, 10, 10, .25); }

.banner-wrapper:hover .banner .overlay { opacity: 1; }

.banner-wrapper { margin-bottom: 1em; }

.banner-wrapper p {
    margin-left: 1rem !important;
    font-weight: 500;
    margin-bottom: 0;
}

.banner-wrapper p.small {
    font-weight: 400;
    color: rgba(255, 255, 255, 0.55);
}

div[data-content-element-type-alias="blockOverskrift"],
div[data-content-element-type-alias="blockUnderoverskrift"],
div[data-content-element-type-alias="blockRichText"] { max-width: 920px; }

div[data-content-element-type-alias="blockUnderoverskrift"] { }

div[data-content-element-type-alias="blockRichText"] { margin-bottom: 2.5rem; }

.umb-block-grid__layout-container:has([data-content-element-type-alias="box"]), [data-content-element-type-alias="box"] {
    height: 100%;
}

/* Move badge to top-left instead of bottom-right */

.grecaptcha-badge {
    position: fixed !important;
    bottom: auto !important;
    right: auto !important;
    top: 1rem !important;
    left: 1rem !important;
    height: 0px !important;
    width: 0px !important;
    z-index: 1000;
}

/* Shrink it slightly (optional) */


/* re‐enable hover on slide images */
.glider-slide img {
    max-width: 100%;
    margin-top: 1rem;
    user-select: none;
    pointer-events: auto; /* was none */
}

/* News‐post container */
.news-post {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 1rem 1rem 0;
    overflow: visible; /* allow shadows/scale to show */
}

/* News‐post image */
.news-post img {
    border-radius: 0.5rem !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    max-width: 100% !important;
    height: auto !important;
    width: 100% !important;
    transition: all .3s ease-out; /* shorthand for your transitions */
    pointer-events: auto !important; /* ensure hover works */
}

.news-post img:hover {
    transform: scale(1.02);
    box-shadow: 0 4px 7px rgba(10, 10, 10, .25) !important;
}

.news-post .synopsis {
    flex-grow: 1;
    overflow-y: auto;
}

.news-post .btn {
    margin-top: auto;
}
/* Container and track setup */

.glider, .glider-contain {
    position: relative;
    transform: translateZ(0);
}

.glider-contain {
    margin: 0 auto 2rem;
}

.glider {
    margin: 0 -15px;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
}

@media (min-width: 1650px) {
    .glider {
    }
}

.glider-track {
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 1;
    transition-timing-function: ease-in-out !important;
}

.glider-padding .glider-track > div {
    margin: 0 1rem;
}
/* Slides */

.glider-slide {
    user-select: none;
    justify-content: center;
    align-content: center;
    width: 100%;
    min-width: 150px;
    height: 100%;
}

    .glider-slide img {
        max-width: 100%;
        margin-top: 1rem;
        user-select: none;
        pointer-events: none;
    }
/* Draggable states */

.glider.draggable {
    user-select: none;
    cursor: grab;
}

.glider.drag {
    cursor: grabbing;
}
/* Scrollbar reset */

.glider::-webkit-scrollbar {
    opacity: 0;
    height: 0;
}

@media (max-width: 576px) {
    .glider::-webkit-scrollbar {
        opacity: 1;
        -webkit-appearance: none;
        width: 7px;
        height: 3px;
    }

    .glider::-webkit-scrollbar-thumb {
        /* opacity: 1;
        border-radius: 99px;
        background-color: rgba(156, 156, 156, .25);
        box-shadow: 0 0 1px rgba(255, 255, 255, .25);
           */
    }
}
/* Arrows */



/* Glider arrows – remove the empty background-color rule */
.glider-next,
.glider-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    padding: 0;
    outline: 0;
    user-select: none;
    font-size: 2rem;
    color: #000;
    z-index: 10;
    transition: opacity .5s cubic-bezier(.17,.67,.83,.67), color .5s cubic-bezier(.17,.67,.83,.67);
    opacity: 1;
}


.glider-next span, .glider-prev span {
    filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 1));
}

.glider-prev {
    left: 0rem;
}

.glider-next {
    right: 0rem;
}

@media (max-width: 576px) {
    .glider-next, .glider-prev {
        display: none;
    }
}

.glider-next.disabled, .glider-prev.disabled {
    opacity: .25;
    cursor: default;
    color: #666;
}

.glider-next:focus, .glider-next:hover, .glider-prev:focus, .glider-prev:hover {
    color: #ccc;
}
/* Dots */

.glider-dots {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 1rem auto 0;
    padding: 0;
    user-select: none;
    text-align: center;
}

.glider-dot {
    font-size: 0px;
    margin: 0 5px;
    padding: 0;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    outline: 0;
    border: 0;
}

.glider-dot:hover, .glider-dot:focus {
    background: var(--bs-danger-bg);
}

.glider-dot.active {
    background: #fff;
}
/* Utility */

.glider-hide {
    opacity: 0;
}

