



:root {
--testColorMain: #EE2E23;
--testColorSecondary: #FFFFFF;
}




div.logo-inline-style#mainNavbar > ul.navbar-nav > li > a {
color: #636363;
border-color: #636363 !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: #EE2E23;
}

    
        .main-navbar .navbar-toggler {
        color: #636363;
        }
    


.main-navbar .navbar-brand {
height: 80px;
    margin-top: 30px;
    margin-bottom: 30px;
    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 #EE2E23;
    }
    }





    .main-navbar {
        
            background-color: #FFFFFF;
            color: #EE2E23;
            }

    .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: 49px;
    }

    @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: #EE2E23;
    }

    .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: 140px;
    float: left;
    
    }

    .logoText
    {
    line-height: 140px;
    
    }

    .logo a, .m-t-r .brand
    {
    color: #EE2E23;
    }

    .content-color
    {
    background-color: #FFFFFF;
    color: #222222;
    }


    .content-lower-container
    {
    background-color: #636363;
    color:#FFFFFF;
    text-decoration: none;
    }

    @media (max-width: 767px) {
    .content-lower-container {
    background-color: #fff;
    color:#FFFFFF;
    text-decoration: none;
    }

    .footer-item {
    background-color: #636363;
    margin-bottom: 1rem;
    }
    }


    .content-lower-container a, .content-lower-container a:hover{
    color:#FFFFFF;
    }

    .nav-back
    {
    background-color: #33A5FF;
    }




    .menu-colors
    {
    color: #636363;
    background-color: #33A5FF;
    }

    .banner .links a
    {
    color: #636363;
    background-color: #33A5FF;
    }

    .list-group-item.active, .nav-pills .nav-link.active {
    color: #ffffff !important;
    background-color: #0d6efd !important;
    border-color: #0d6efd !important;
    }

    .list-group-item a, .nav-pills .nav-item a.nav-link {
    color: #0d6efd !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: #0d6efd !important;
    }

    /* =============== Section with definition of classes for text formatting =============== */

/*
body {
    color-scheme: light dark;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.6;
    font-size: 15px;
    color: #000000;
    background-color: #ffffff !important;
}
*/

h1, .addLogoText {
    font-size: 36px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}


/* Document preview text styling (rules/appendices) */
.document-preview-text {
    text-align: center;
    font-family: "Tahoma", sans-serif;
    font-variant: small-caps;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    background-color: transparent;
    color: #000000;
}


/* Anchor text styling */

/* Reusable class for no-link-style */
.no-link-style {
    text-decoration: none;
    color: inherit;
}

/* Ensure links with this class also respect hover state */
.no-link-style a {
    text-decoration: none;
    color: inherit;
}

.no-link-style a:hover {
    text-decoration: none;
    color: inherit;
}

/* =============== End of section with definition of classes for text formatting =============== */





/* =============== The following section is definition of classes for formatting text with links =============== */

/* Reusable class for no-link-style */
.no-link-style {
    text-decoration: none;
    color: inherit;
}

/* Ensure links with this class also respect hover state */
.no-link-style a {
    text-decoration: none;
    color: inherit;
}

.no-link-style a:hover {
    text-decoration: none;
    color: inherit;
}

/* =============== End of section with definition of classes for formatting text with links =============== */





/* =============== The following section is definition of classes for breadcrumbs =============== */

.breadcrumb {
    list-style: none;
    display: flex;
    padding: 0 !important;
    margin: 0 !important;
    background-color: #ffffff !important;
  }
  
  .breadcrumb-item {
    margin-right: 5px;
    font-size: 13px; /* Font size */
    font-family: 'Open Sans', sans-serif; /* Open Sans font */
    font-weight: normal; /* Regular weight */
  }

  .breadcrumb-item a {
    text-decoration: none;
    color: #007bff; /* Link color */
  }

  .breadcrumb-item a:hover {
    text-decoration: underline; /* Link hover effect */
  }

  .breadcrumb-item.active {
    color: #6c757d; /* Color for current page */
    font-weight: normal;
  }
  
  nav {
    padding: 0 !important;
    margin: 0 !important;
    background: none !important;
    background-color: #ffffff !important; /* No background for the nav container */
  }

/* =============== End of section with definition of classes for breadcrumbs =============== */





/* =============== The following section is definition of classes for content containers =============== */

.no-copy {
    user-select: none; /* Disables text selection */
    -webkit-user-select: none; /* For Safari */
    -moz-user-select: none; /* For Firefox */
    -ms-user-select: none; /* For IE/Edge */
}

.background-white {
    background: none !important;
    background-color: #ffffff !important; /* Enforce white background */
    background-image: url('https://clubportalne.blob.core.windows.net/sitesite2519446941207292619/f/media/images/global/background-white-1px.png');
    background-repeat: repeat;
    opacity: 1; /* Ensures full opacity */
    z-index: -1;
}

@media (prefers-color-scheme: dark) {
    .background-white {
        background: none !important;
        background-color: #ffffff !important;
        background-image: url('https://clubportalne.blob.core.windows.net/sitesite2519446941207292619/f/media/images/global/background-white-1px.png') !important;
        background-repeat: repeat !important;
        opacity: 1; /* Ensures full opacity */
        z-index: -1;
    }
}

.white-frame {
    border: 1px solid #ffffff;
}

.grey-frame {
    border: 1px solid #7f7877;
}

.container-card-team-FP {
    width: 400px;
    height: 400px;
    border: 1px solid #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.card-white-frame,
.card-white-frame-left,
.card-white-frame-center,
.card-white-frame-right {
    border: 1px solid #ffffff;
    padding: 20px 15px 0px 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    background: none !important;
    background-color: #ffffff !important; /* Enforce white background */
    background-image: url('https://clubportalne.blob.core.windows.net/sitesite2519446941207292619/f/media/images/global/background-white-1px.png');
    background-repeat: repeat;
    opacity: 1; /* Ensures full opacity */
}

.card-white-frame-left {
    align-items: left;
    text-align: left;
}

.card-white-frame-center {
    align-items: center;
    text-align: center;
}

.card-white-frame-right {
    align-items: right;
    text-align: right;
}

.card-grey-frame-left,
.card-grey-frame-center,
.card-grey-frame-right {
    border: 1px solid #7f7877;
    padding: 20px 15px 0px 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    background: none !important;
    background-color: #ffffff !important; /* Enforce white background */
    background-image: url('https://clubportalne.blob.core.windows.net/sitesite2519446941207292619/f/media/images/global/background-white-1px.png');
    background-repeat: repeat;
    opacity: 1; /* Ensures full opacity */
}

.card-grey-frame-left {
    align-items: left;
    text-align: left;
}

.card-grey-frame-center {
    align-items: center;
    text-align: center;
}

.card-grey-frame-right {
    align-items: right;
    text-align: right;
}

.card-team-frame {
    border: 1px solid #ffffff;
    padding: 20px 15px 0px 15px;
    text-align: center;
    background: none !important;
    background-color: #ffffff !important; /* Enforce white background */
    background-image: url('https://clubportalne.blob.core.windows.net/sitesite2519446941207292619/f/media/images/global/background-white-1px.png');
    background-repeat: repeat;
    opacity: 1; /* Ensures full opacity */
}

.slideshow-container-card-teams {
    text-align: center;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    margin-top: 10px; /* Space above the slideshow */
    margin-bottom: 20px; /* Space below the slideshow */
    position: relative; /* Set as relative so watermark positions to this container */
}

.clickable-container-card-teams {
    text-align: center;
    padding: 0px;
    border: 1px solid transparent;
}

.clickable-container-card-teams a {
    text-decoration: none; /* Remove underline from the link */
    color: inherit; /* Ensure the color is inherited from the surrounding styles */
    display: block; /* Make the entire container block-level clickable */
}

.clickable-container-info-box {
    border: 1px solid transparent;
    text-align: left;
    text-decoration: none;
}

.clickable-container-info-box:hover p {
    color: #000000; /* Ensure the text color remains black on hover */
    text-decoration: none;
    color: inherit;
}

/* Ensure links inside clickable containers inherit styles */
.clickable-heading-info-box a, 
.clickable-container-info-box a {
    text-decoration: none; /* Remove underline from the link */
    color: inherit; /* Ensure the color is inherited from the surrounding styles */
    display: block; /* Make the entire container block-level clickable */
}

.card-shop, 
.card-faq-frame {
    border: 1px solid #ffffff;
    text-align: center;
    background-image: url('https://clubportalne.blob.core.windows.net/sitesite2519446941207292619/f/media/images/global/background-white-1px.png');
    background-repeat: repeat;
    opacity: 1; /* Ensures full opacity */
}

.card-shop {
    padding: 0px;
    align-items: center;
    overflow: hidden;
} 

.card-shop a {
    text-decoration: none; /* Remove underline from the link */
    color: inherit; /* Ensure the color is inherited from the surrounding styles */
    display: block; /* Make the entire container block-level clickable */
}

.card-faq-frame {
    padding: 20px 15px 0px 15px;
}

.document-preview-frame {
    height: 566px;
    width: 100%; /* You can adjust this to fit your layout */
    border: 1px solid #7f7877;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
    background-color: #ffffff !important; /* Enforce white background */
    background-image: url('https://clubportalne.blob.core.windows.net/sitesite2519446941207292619/f/media/images/global/background-white-1px.png');
    background-repeat: repeat;
    opacity: 1; /* Ensures full opacity */
}

.document-preview-frame a {
    text-decoration: none; /* Remove underline from the link */
    color: inherit; /* Ensure the color is inherited from the surrounding styles */
    display: block; /* Make the entire container block-level clickable */
}


/* Target iframes intended for PDFs using a custom class */
iframe.pdf-viewer {
    width: 100%;
    height: auto;
    min-height: 480px; /* Default min-height */
    border: 1px solid #7f7877; /* Optional border for appearance */
}

/* Media query to apply a height of 1175px for larger viewports */
@media (min-height: 1175px) {
    iframe.pdf-viewer {
        height: 1175px;
    }
}

/* Explicitly force white background for dark mode */
@media (prefers-color-scheme: dark) {
    .document-preview-frame {
        background-color: #000000 !important;
        background-image: url('https://clubportalne.blob.core.windows.net/sitesite2519446941207292619/f/media/images/global/background-black-1px.png') !important;
        background-repeat: repeat !important;
        opacity: 1; /* Ensures full opacity */
        filter: none !important;
    }
}

.card-white-frame-left img,
.card-white-frame-center img,
.card-white-frame-right img,
.card-grey-frame-left img,
.card-grey-frame-center img,
.card-grey-frame-right img,
.card-team-frame img
.card-faq-frame img
.document-preview-frame img {
    opacity: 1;
}

/* Centered container for aligning content in FAQ cards*/
.centered-doc-preview-container {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Disable underline on hover for the entire anchor link */
.centered-container a {
    text-decoration: none;
}

.centered-container a:hover {
    text-decoration: none;
}

/* Consider converting the following IDs to classes */ 
#quicknav_page_bottom_left {
    padding: 0px;
    text-align: left;
    color: #000000;
    /* Removing text decoration on the container does not affect links */
}

#quicknav_page_bottom_center {
    padding: 0px;
    text-align: center;
    color: #000000;
}

#quicknav_page_bottom_right {
    padding: 0px;
    text-align: right;
    color: #000000;
}

/* Make sure to target the links inside these containers for hover effects */
#quicknav_page_bottom_left a,
#quicknav_page_bottom_center a,
#quicknav_page_bottom_right a {
    text-decoration: none; /* Remove underline for links */
    color: inherit; /* Maintain text color */
}

/* Apply hover effect to links inside these containers */
#quicknav_page_bottom_left a:hover,
#quicknav_page_bottom_center a:hover,
#quicknav_page_bottom_right a:hover {
    text-decoration: none; /* Ensure underline is still removed on hover */
    color: #000000; /* Ensure the color stays black on hover */
}

/* =============== End of section with definition of classes for content containers =============== */





/* =============== The following section is definition of classes for logos =============== */

/* GymDanmark logo styling */
.logo-doc-GymDanmark-275 {
    width: 275px;
    height: 53px;
}

/* VGF logo styling */
.logo-VGF-80 {
    width: 80px;
    height: 80px;
}

/* VGF logo watermark */
.logo-VGF-watermark-20-tr {
    width: 20px;
    height: 20px;
    opacity: 1;
    position: absolute;
    bottom: 4px;
    right: 5px;
    background-image: url('https://clubportalne.blob.core.windows.net/sitesite2519446941207292619/f/media/images/global/VGF_logo_new_white.png');
    background-size: contain; /* Adjust size to fit */
    background-repeat: no-repeat;
}

/* Spinning logo class */
/* Container to center the image */
.logo-container {
    perspective: 1000px; /* Adds depth to the 3D rotation */
    width: 100px; /* Adjust to coin image size */
    height: 100px; /* Adjust to coin image size */
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Logo image style */
.spinning-logo{
    width: 100%; /* Ensures the image fits within the container */
    animation: spin 5s infinite linear; /* Change duration for speed */
    transform-style: preserve-3d; /* Preserves 3D effect */
}

/* Keyframes for the spinning effect */
@keyframes spin {
    0% {
        transform: rotateY(0deg);
    }
    50% {
        transform: rotateY(180deg); /* Halfway point */
        opacity: 0.7; /* Slight fade for realism */
    }
    100% {
        transform: rotateY(360deg);
    }
}

/* =============== The following section is definition of classes for logos =============== */





/* =============== The following section is definition of styles for gear animation (DISABLED BY COMMENT) ===============

.animation-gears{
    position: absolute;
    top: 200;
    width: 400px;
    height: 566px;
}
  
.gear-rotation1{
    position: absolute;
    top: 0px;
    left: 146px;
    height:64x;
    width:64px;
}
  
.gear-rotation2{
    position: absolute;
    top: 43px;
    left: 189px;
    height:64x;
    width:64px;
}

=============== End of section with definition of styles for gear animation =============== */





/* =============== The following section is definition of classes for specific zoom =============== */

.zoom-card-text-teams,
.zoom-link-qn-05,
.zoom-link-qn-10,
.zoom-link-qn-15 {
    transition: transform 0.3s ease; /* Smooth zoom transition for text */
    display: inline-block; /* Ensure text behaves independently */
}

.zoom-card-text-teams:hover {
    transform: scale(1.05); /* Zoom effect of 5% zoom effect on hover */
}

.zoom-link-qn-05:hover {
    transform: scale(1.1); /* Zoom effect of 10% on hover */
}

.zoom-link-qn-10:hover {
    transform: scale(1.1); /* Zoom effect of 10% on hover */
}

.zoom-link-qn-15:hover {
    transform: scale(1.15); /* Zoom effect of 15% on hover */
}

.zoom-card-slideshow-teams,
.zoom-document-preview,
.zoom-doc-preview,
.zoom-doc-thumb {
    transition: transform 0.3s ease; /* Smooth zoom transition for text */
}

.zoom-card-slideshow-teams:hover {
    transform: scale(1.05); /* Zoom effect of 5% on hover */
}

.zoom-document-preview:hover {
    transform: scale(1.015); /* Zoom effect of 1.5% zoom on hover */
}

.zoom-doc-preview:hover {
    transform: scale(1.015); /* Zoom effect of 1.5% zoom on hover */
}

.zoom-doc-thumb:hover {
    transform: scale(1.015); /* Zoom effect of 2% zoom on hover */
}


/* =============== End of section with definition of classes for specific zoom =============== */





/* =============== The following section is definition of classes for general zoom =============== */

.zoom-effect-default,
.zoom-inline-01,
.zoom-inline-015,
.zoom-inline-02,
.zoom-inline-025,
.zoom-inline-03,
.zoom-inline-035,
.zoom-inline-04,
.zoom-inline-045,
.zoom-inline-05,
.zoom-inline-10,
.zoom-inline-15 {
    transition: transform 0.3s ease; /* Smooth zoom transition */
    display: inline-block; /* So zoom applies to the element independently */
}

.zoom-effect-default:hover {
    transform: scale(1.075); /* Zoom effect of 7.5% zoom on hover */
}

.zoom-inline-01:hover {
    transform: scale(1.01); /* Zoom effect of 1% zoom on hover */
}

.zoom-inline-02:hover {
    transform: scale(1.015); /* Zoom effect of 1.5% zoom on hover */
}

.zoom-inline-025:hover {
    transform: scale(1.025); /* Zoom effect of 2.5% zoom on hover */
}

.zoom-inline-03:hover {
    transform: scale(1.03); /* Zoom effect of 3% zoom on hover */
}

.zoom-inline-035:hover {
    transform: scale(1.02); /* Zoom effect of 3.5% zoom on hover */
}

.zoom-inline-04:hover {
    transform: scale(1.04); /* Zoom effect of 4% zoom on hover */
}

.zoom-inline-045:hover {
    transform: scale(1.045); /* Zoom effect of 4.5% zoom on hover */
}

.zoom-inline-05:hover {
    transform: scale(1.05); /* Zoom effect of 5% zoom on hover */
}

.zoom-inline-10:hover {
    transform: scale(1.1); /* Zoom effect of 10% zoom on hover */
}

.zoom-inline-15:hover {
    transform: scale(1.15); /* Zoom effect of 15% zoom on hover */
}

.zoom-element-01,
.zoom-element-015,
.zoom-element-02,
.zoom-element-025,
.zoom-element-03,
.zoom-element-035,
.zoom-element-04,
.zoom-element-045,
.zoom-element-05,
.zoom-element-10,
.zoom-element-15 {
    transition: transform 0.3s ease; /* Smooth zoom transition */
}

.zoom-element-01:hover {
    transform: scale(1.01); /* Zoom effect of 1% zoom on hover */
}

.zoom-element-015:hover {
    transform: scale(1.015); /* Zoom effect of 1.5% zoom on hover */
}

.zoom-element-02:hover {
    transform: scale(1.015); /* Zoom effect of 1.5% zoom on hover */
}

.zoom-element-025:hover {
    transform: scale(1.025); /* Zoom effect of 2.5% zoom on hover */
}

.zoom-element-03:hover {
    transform: scale(1.03); /* Zoom effect of 3% zoom on hover */
}

.zoom-element-035:hover {
    transform: scale(1.02); /* Zoom effect of 3.5% zoom on hover */
}

.zoom-element-04:hover {
    transform: scale(1.04); /* Zoom effect of 4% zoom on hover */
}

.zoom-element-045:hover {
    transform: scale(1.045); /* Zoom effect of 4.5% zoom on hover */
}

.zoom-element-05:hover {
    transform: scale(1.05); /* Zoom effect of 5% zoom on hover */
}

.zoom-element-10:hover {
    transform: scale(1.1); /* Zoom effect of 10% zoom on hover */
}

.zoom-element-15:hover {
    transform: scale(1.15); /* Zoom effect of 15% zoom on hover */
}

/* =============== End of section with definition of classes for general zoom =============== */