﻿/* ------------------------- */
/*      Global Variables     */
/* ------------------------- */

:root {
    --bs-btn-active-bg: var(--bs-btn-bg);
    --bs-btn-active-border-color: var(--bs-btn-bg);
    /* forms */
    --bs-form-invalid-color: var(--bs-red);
    --bs-form-invalid-border-color: var(--bs-red); /* === additions === */

    --bs-box-shadow-md: 0 4px 7px rgba(0, 0, 0, .25);
    --bs-nav-link-color: rgba(var(--bs-body-color-rgb), 0.55);
    --bs-nav-link-hover-color: rgba(var(--bs-body-color-rgb), 1);
    --bs-dropdown-item-padding-y: 8px;
    --bs-dropdown-item-padding-x: 20px;
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-padding-large-x: 1.2rem;
    --bs-btn-padding-large-y: 0.7rem;
    /* changed core palette */
    --bs-body-bg: var(--bs-text-color);
    --bs-black: #010101;
    --bs-primary: var(--bs-body-bg);
    --bs-secondary: #2C3241;
    --bs-danger: #992D26;
    /* changed RGB tokens */
    --bs-primary-rgb: 23, 29, 43;
    --bs-secondary-rgb: 44, 50, 65;
}
/* 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-text-color);
    background: rgb(var(--bs-body-bg-rgb));
    background: -moz-linear-gradient(173deg, rgba(var(--bs-body-bg-dark-rgb), 1) 0%, rgba(var(--bs-body-bg-rgb), 1) 20%, rgba(var(--bs-body-bg-rgb), 1) 70%, rgba(var(--bs-body-bg-light-rgb), 1) 100%);
    background: -webkit-linear-gradient(173deg, rgba(var(--bs-body-bg-dark-rgb), 1) 0%, rgba(var(--bs-body-bg-rgb), 1) 20%, rgba(var(--bs-body-bg-rgb), 1) 70%, rgba(var(--bs-body-bg-light-rgb), 1) 100%);
    background: linear-gradient(173deg, rgba(var(--bs-body-bg-dark-rgb), 1) 0%, rgba(var(--bs-body-bg-rgb), 1) 20%, rgba(var(--bs-body-bg-rgb), 1) 70%, rgba(var(--bs-body-bg-light-rgb), 1) 100%);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
}

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-brand-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-brand-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: var(--bs-black);
    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(var(--bs-box-color-rgb), 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(var(--bs-box-color-rgb), 1);
}

#footer.fixed-footer {
    position: fixed;
    bottom: 0;
}

#footer a {
    text-decoration: none;
}

    #footer a:hover, footer a:active {
        color: rgb(var(--bs-brand-brand-rgb)) !important;
    }

.form-check-input {
    background-color: transparent;
    border-color: var(--bs-text-color);
}

    .form-check-input:checked {
        background-color: transparent;
        border-color: var(--bs-text-color);
    }

    .form-check-input:focus {
        border-color: var(--bs-text-color);
        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-text-color);
}

    .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-font-weight: 600;
    --bs-btn-color: var(--bs-body-bg);
    --bs-btn-bg: var(--bs-main-btn-bg);
    --bs-btn-border-color: var(--bs-main-btn-bg);
    --bs-btn-hover-color: var(--bs-body-bg);
    --bs-btn-hover-bg: var(--bs-main-btn-hover-bg);
    --bs-btn-hover-border-color: var(--bs-main-btn-hover-bg);
    --bs-btn-focus-shadow-rgb: var(--bs-main-btn-bg);
    --bs-btn-active-color: var(--bs-body-bg);
    --bs-btn-active-bg: var(--bs-main-btn-bg);
    --bs-btn-active-border-color: var(--bs-main-btn-bg);
}

.alert-danger {
    color: var(--bs-text-color);
    background-color: var(--bs-btn-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-body-bg);
    --bs-btn-bg: var(--bs-secondary-btn-bg);
    --bs-btn-border-color: var(--bs-secondary-btn-bg);
    --bs-btn-hover-color: var(--bs-body-bg);
    --bs-btn-hover-bg: var( --bs-secondary-btn-hoverbg);
    --bs-btn-hover-border-color: var(--bs-secondary-btn-hoverbg);
    --bs-btn-focus-shadow-rgb: var(--bs-secondary-btn-bg);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: var(--bs-secondary-btn-bg);
    --bs-btn-active-border-color: var(--bs-secondary-btn-bg);
}

.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;
}
/* 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;
    overflow: hidden;
}

.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-btn-bg);
    }

    .glider-dot.active {
        background: #fff;
    }
/* Utility */
.glider-hide {
    opacity: 0;
}
/* Minimal modern look */
.nfy-wrap {
    display: flex;
    align-items: flex-start;
    gap: .75rem;
    padding: 14px 16px;
    border-radius: 14px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .18);
    font: 14px/1.4 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    color: #fff;
}

.nfy-icon {
    font-size: 18px;
    line-height: 1;
    margin-top: 1px;
}

.nfy-content {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.nfy-title {
    font-weight: 700;
    letter-spacing: .2px;
}

.nfy-msg {
    opacity: .95;
}
/* Palette */
.notifyjs-modern-base {
    background: #111827;
}

.notifyjs-modern-success {
    background: #065f46;
}
/* emerald-900 */
.notifyjs-modern-error {
    background: #7f1d1d;
    padding: 15px;
}
/* red-900 */
/* Top-center stack spacing */
.notifyjs-corner {
    width: 98%;
    left: 0 !important;
    right: 0;
    display: flex;
    justify-content: center;
    pointer-events: none;
    margin: 1%;
}

    .notifyjs-corner > div {
        pointer-events: auto;
        margin-top: 10px;
    }
/* Hover lift */
.nfy-wrap {
    transition: transform .15s ease, box-shadow .15s ease;
}

    .nfy-wrap:hover {
        transform: translateY(-2px);
        box-shadow: 0 16px 36px rgba(0, 0, 0, .22);
    }
