



: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; 
  font-style: normal;
}

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

/* Selve billedet */
.PictureExplorerPageItemViewer .picture img {
  transition: transform 0.5s ease;
  display: block;
  border-radius: inherit;
}

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

/* ---- Herobanner og styles bevaret ---- */
.campaign-0 { position: relative; z-index: 5; }
.campaign-0 video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0 !important; }

/* ---- 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;
}

/*******************************************
 * SIGNUP LIST – TVING 5 KASSER PÅ LINJE (FORCERET)
 *******************************************/

/* 1. Målret selve grid-containeren */
.SignupListPageItemViewer .price-grid,
.SignupListPageItemViewer .price-grid.large {
    display: grid !important;
    /* Vi tvinger 5 lige store kolonner */
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important; 
    column-gap: 12px !important;
    row-gap: 20px !important;
    width: 100% !important;
}

/* 2. Fjern eventuelle 'max-width' eller 'flex' begrænsninger på selve kasserne */
.SignupListPageItemViewer .price-grid.large .box {
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    /* Hvis systemet bruger flex internt i griddet */
    flex: none !important; 
}

/* 3. Justér tekststørrelsen i kasserne så de ikke "sprænger" når de bliver smallere */
.SignupListPageItemViewer .price-grid.large .box-name h5 {
    font-size: 1rem !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.SignupListPageItemViewer .price-grid.large .price {
    font-size: 1.1rem !important;
}

/* 4. RESPONSIVITET: Vigtigt så det ikke ser herrens ud på mindre skærme */
@media (max-width: 1200px) {
    .SignupListPageItemViewer .price-grid,
    .SignupListPageItemViewer .price-grid.large {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

@media (max-width: 768px) {
    .SignupListPageItemViewer .price-grid,
    .SignupListPageItemViewer .price-grid.large {
        grid-template-columns: repeat(1, 1fr) !important;
    }
}