



:root {
--testColorMain: #424242;
--testColorSecondary: #000000;
}




div.logo-inline-style#mainNavbar > ul.navbar-nav > li > a {
color: #424242;
border-color: #424242 !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: #424242;
}

    
        .main-navbar .navbar-toggler {
        color: #424242;
        }
    


.main-navbar .navbar-brand {
height: 110px;
    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 #424242;
    }
    }





    .main-navbar {
        
            background-color: #000000;
            color: #424242;
            }

    .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: 34px;
    }

    @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: #000000;
    color: #424242;
    }

    .panel-header-color {
    border-color: #000000;
    }

    .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: 110px;
    float: left;
    
    }

    .logoText
    {
    line-height: 110px;
    
    }

    .logo a, .m-t-r .brand
    {
    color: #424242;
    }

    .content-color
    {
    background-color: #FFFFFF;
    color: #222222;
    }


    .content-lower-container
    {
    background-color: #000000;
    color:#ff9800;
    text-decoration: none;
    }

    @media (max-width: 767px) {
    .content-lower-container {
    background-color: #fff;
    color:#ff9800;
    text-decoration: none;
    }

    .footer-item {
    background-color: #000000;
    margin-bottom: 1rem;
    }
    }


    .content-lower-container a, .content-lower-container a:hover{
    color:#ff9800;
    }

    .nav-back
    {
    background-color: #33A5FF;
    }




    .menu-colors
    {
    color: #424242;
    background-color: #33A5FF;
    }

    .banner .links a
    {
    color: #424242;
    background-color: #33A5FF;
    }

    .list-group-item.active, .nav-pills .nav-link.active {
    color: #ff9800 !important;
    background-color: #424242 !important;
    border-color: #424242 !important;
    }

    .list-group-item a, .nav-pills .nav-item a.nav-link {
    color: #424242 !important;
    }

    .list-group-item.active a, .nav-pills .nav-item a.nav-link.active {
    color: #ff9800 !important;
    }


    .dropdown-item.active, .dropdown-item:active {
    background-color: #424242 !important;
    }

    /* --- EKSISTERENDE MENU STYLING --- */
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: #ee7602; /* Præcis Indog Orange */
   border: 0;
   text-transform: none;
   font-weight: normal !important;
}
div.stacked-style#mainNavbar > ul.navbar-nav > li > a:hover,
div.logo-inline-style#mainNavbar > ul.navbar-nav > li > a:hover {
   color: #c96402 !important;
}

/* --- KLIPPEKORT STYLING --- */
.indog-pricing-section {
    font-family: sans-serif;
    padding: 20px 0;
}

.indog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    margin-bottom: 50px;
}

.indog-card {
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 25px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    background: #fff;
}

.indog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.indog-card h3 {
    margin-top: 0;
    font-size: 1.3rem;
    line-height: 1.4;
    color: #333;
    min-height: 3.2em;
}

/* Åben Bane (Orange #ee7602) */
.indog-card .price {
    font-size: 2rem;
    font-weight: bold;
    color: #ee7602;
    margin: 15px 0;
}

.indog-card .discount-tag {
    background: #fff1e6; /* Lys orange variation */
    color: #ee7602;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 20px;
}

.indog-btn {
    display: block;
    background: #ee7602;
    color: #fff !important;
    text-decoration: none !important;
    padding: 12px 20px;
    border-radius: 6px;
    font-weight: bold;
    margin-top: auto;
    transition: background 0.2s;
}

.indog-btn:hover {
    background: #c96402;
}

/* Agility Bane (Grøn #34a536) */
.agility-section .indog-card .price {
    color: #34a536;
}
.agility-section .indog-card .discount-tag {
    background: #eaf6ea; /* Lys grøn variation */
    color: #34a536;
}

.agility-section .indog-btn {
    background: #34a536;
}

.agility-section .indog-btn:hover {
    background: #2b8a2d;
}

.indog-header {
    border-bottom: 2px solid #eee;
    margin-bottom: 30px;
    padding-bottom: 10px;
}