



:root {
--testColorMain: #424242;
--testColorSecondary: #ffffff;
}




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: 200px;
    margin-top: -40px;
    margin-bottom: -40px;
    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: #ffffff;
            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: 39px;
    }

    @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: #ffffff;
    color: #424242;
    }

    .panel-header-color {
    border-color: #ffffff;
    }

    .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: 120px;
    float: left;
    
    }

    .logoText
    {
    line-height: 120px;
    
    }

    .logo a, .m-t-r .brand
    {
    color: #424242;
    }

    .content-color
    {
    background-color: #FFFFFF;
    color: #222222;
    }


    .content-lower-container
    {
    background-color: #2b2b2b;
    color:#fafafa;
    text-decoration: none;
    }

    @media (max-width: 767px) {
    .content-lower-container {
    background-color: #fff;
    color:#fafafa;
    text-decoration: none;
    }

    .footer-item {
    background-color: #2b2b2b;
    margin-bottom: 1rem;
    }
    }


    .content-lower-container a, .content-lower-container a:hover{
    color:#fafafa;
    }

    .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: #ffffff !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: #ffffff !important;
    }


    .dropdown-item.active, .dropdown-item:active {
    background-color: #424242 !important;
    }

    /* Standard links */
div.stacked-style#mainNavbar > ul.navbar-nav > li > a,
div.logo-inline-style#mainNavbar > ul.navbar-nav > li > a {
   position: relative; /* nødvendig for ::after */
   transition: color 0.3s ease-in;
   border: 0;
   font-weight: 500 !important; /* lidt lettere end før */
   font-size: 18px;
   text-decoration: none;
}

/* Den animerede linje */
div.stacked-style#mainNavbar > ul.navbar-nav > li > a::after,
div.logo-inline-style#mainNavbar > ul.navbar-nav > li > a::after {
   content: "";
   position: absolute;
   left: 0;
   bottom: -1px; /* tættere på teksten */
   width: 0;
   height: 1px; /* tyndere streg */
   background-color: #1960AC;
   transition: width 0.3s ease-in;
}

/* Hover-effekt */
div.stacked-style#mainNavbar > ul.navbar-nav > li > a:hover::after,
div.logo-inline-style#mainNavbar > ul.navbar-nav > li > a:hover::after {
   width: 100%;
}

/* Global font */
body {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 400; /* normal vægt */
  font-style: normal;
  color: #333; /* standard tekstfarve */
  line-height: 1.6;
}

/* Overskrifter */
h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 700; /* gør overskrifterne tydelige */
  line-height: 1.2;
  margin: 0 0 0.5em 0;
}

h1 {
  font-size: 2.2rem;
}

h2 {
  font-size: 1.8rem;
}

h3 {
  font-size: 1.5rem;
}

/* Brødtekst */
p {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 400;
  font-size: 1rem; /* ca. 16px */
  margin: 0 0 1em 0;
}