



:root {
--testColorMain: #ffffff;
--testColorSecondary: #141c2d;
}




div.logo-inline-style#mainNavbar > ul.navbar-nav > li > a {
color: #ffffff;
border-color: #ffffff !important;
}

div.stacked-style#mainNavbar > ul.navbar-nav {
background-color: rgba(239,239,239, 1) !important;
}

div.stacked-style#mainNavbar > ul.navbar-nav > li > a {
color: #000 !important;
}

div.stacked-inverse-style#mainNavbar > ul.navbar-nav {
background-color: rgba(239,239,239, 1) !important;
}

div.stacked-inverse-style#mainNavbar > ul.navbar-nav > li > a {
color: #fff !important;
}



.main-navbar .navbar-brand {
color: #ffffff;
}

    
        .main-navbar .navbar-toggler {
        background-color: rgba(239,239,239, 1) !important;
        color: #000000;
        }
    


.main-navbar .navbar-brand {
height: 70px;
    margin-top: 0px;
    margin-bottom: 0px;
    overflow: hidden;
    }

@media (max-width: 991px) {
.main-navbar .navbar-brand {
    max-height: 120px; important
}
.main-navbar .navbar-brand img {
max-height: 120px; important
}
}


    @media (min-width: 992px) {
    div.logo-inline-style#mainNavbar > ul.navbar-nav > li > a {
    border: 1px solid #ffffff;
    }
    }





    .main-navbar {
        
            background-color: #141c2d;
            color: #ffffff;
            }

    .dropdown-submenu {
    position: relative;
    }

    .dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: .8em;
    }

    .dropdown-submenu .dropdown-menu {
    position: relative !important;
    margin: 1rem !important;
    }





    .custom-link-color a, .custom-link-color a:link, .custom-link-color a:visited, .custom-link-color a:active
    {
    color: #222222;
    }

    .m-t-r {
    padding-top: 14px;
    }

    @media (max-width: 979px) {
    .header-banner {
    margin-right: -20px;
    margin-left: -20px;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 20px;
    }
    .navbar-fixed-top {
    margin-bottom: 0;
    }
    }



    #content-area .header-color, #dialog-area .header-color
    {
    background-color: #141c2d;
    color: #ffffff;
    }

    .panel-header-color {
    border-color: #141c2d;
    }

    .addLogoText
    {
    font-size: 2.5em;
    font-family: Tahoma, "Arial Narrow", verdana, sans-serif;
    font-weight: bold;
    padding-left: 10px;
    margin-bottom: 20px;
    letter-spacing: 0.05em;
    line-height: 70px;
    float: left;
    
    }

    .logoText
    {
    line-height: 70px;
    
    }

    .logo a, .m-t-r .brand
    {
    color: #ffffff;
    }

    .content-color
    {
    background-color: #FFFFFF;
    color: #222222;
    }


    .content-lower-container
    {
    background-color: #30323b;
    color:#ffffff;
    text-decoration: none;
    }

    @media (max-width: 767px) {
    .content-lower-container {
    background-color: #fff;
    color:#ffffff;
    text-decoration: none;
    }

    .footer-item {
    background-color: #30323b;
    margin-bottom: 1rem;
    }
    }


    .content-lower-container a, .content-lower-container a:hover{
    color:#ffffff;
    }

    .nav-back
    {
    background-color: #33A5FF;
    }




    .menu-colors
    {
    color: #ffffff;
    background-color: #33A5FF;
    }

    .banner .links a
    {
    color: #ffffff;
    background-color: #33A5FF;
    }

    .list-group-item.active, .nav-pills .nav-link.active {
    color: #ffffff !important;
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    }

    .list-group-item a, .nav-pills .nav-item a.nav-link {
    color: #ffffff !important;
    }

    .list-group-item.active a, .nav-pills .nav-item a.nav-link.active {
    color: #ffffff !important;
    }


    .dropdown-item.active, .dropdown-item:active {
    background-color: #ffffff !important;
    }

    /* ---- Globale tekstelementer bruger Inter ---- */
html, body, h1, h2, h3, h4, h5, h6, p, span, a, button {
  font-family: "Inter", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: normal; /* standardvægt */
  font-style: normal;
}

/* Containeren holder runde hjørner og klipper */
.PictureExplorerPageItemViewer .picture {
  overflow: hidden;
  border-radius: 8px; /* Tilpas efter din eksisterende radius */
}

/* Selve billedet */
.PictureExplorerPageItemViewer .picture img {
  transition: transform 0.5s ease; /* glat zoom */
  display: block;
  border-radius: inherit; /* bevarer de runde hjørner */
}

/* Zoom effekten på hover */
.PictureExplorerPageItemViewer .picture:hover img {
  transform: scale(1.1); /* mindre zoom */
}

/* ---- Herobanner container ---- */
.campaign-0 {
    position: relative;
    z-index: 5;
}

/* Sørger for at video altid ligger bag alt andet */
.campaign-0 video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0 !important;
}

/* Blød topfade – forsiden */
.campaign-0::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 200px;
    background: linear-gradient(to bottom, #141C2D, transparent);
    z-index: 1;
    pointer-events: none;
}

/* Blød bundfade – forsiden (350px banner) */
.campaign-0::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 200px;
    background: linear-gradient(to top, white, transparent); /* original */
    z-index: 1;
    pointer-events: none;
}

/* ---- Hero banner til andre sider (150px banner) ---- */
.custom-carousel .carousel-item:not(.campaign-0) {
    position: relative;
    z-index: 5;
}

.custom-carousel .carousel-item:not(.campaign-0)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: linear-gradient(to bottom, #141C2D, transparent);
    z-index: 1;
    pointer-events: none;
}

.custom-carousel .carousel-item:not(.campaign-0)::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: linear-gradient(
      to top,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0.5) 50%,
      rgba(255, 255, 255, 0) 100%
    );
    z-index: 1;
    pointer-events: none;
}

/* Tekst og knapper i hero-banner */
.campaign-0 .carousel-caption,
.custom-carousel .carousel-item .carousel-caption {
    position: relative;
    z-index: 5;
    color: #ffffff;
}

/* ---- Navigationsmenu links ---- */
div.stacked-style#mainNavbar > ul.navbar-nav > li > a,
div.logo-inline-style#mainNavbar > ul.navbar-nav > li > a {
    transition: ease-in;
    transition-duration: .3s;
    color: #ffffff;
    border: 0;
    font-weight: normal !important;
    font-size: 18px;
}

/* ---- Navigationsmenu links hover ---- */
div.stacked-style#mainNavbar > ul.navbar-nav > li > a:hover,
div.logo-inline-style#mainNavbar > ul.navbar-nav > li > a:hover {
    color: #648eff !important;
}