﻿a.text-decoration-underline-hover, a
{
    text-decoration:none !important;
}
.tourturf .nav-link {
    padding-left:20px !important;
    padding-right:20px !important;
}
.tourturf .dropdown-menu{
    background-color: #00753D;
    color:white !important;
}
.tourturf .dropdown-menu .nav-link, .tourturf .dropdown-menu .dropdown-item {
    color: white !important;
}
.grid.tourturf-grid {
    column-gap: 3rem;
    row-gap: 3rem;
}
@media (max-width:1024px){
    .grid.tourturf-grid {
        column-gap: var(--dw-row-gap-column);
        row-gap: var(--dw-row-gap-row);
    }
}
.custom-language-selector .dropdown-menu {
    margin-top: -3px !important;
    background: white;
}

.custom-language-selector .dropdown-toggle .bi-chevron-down {
    transition: transform 0.2s ease-in-out;
    transform: rotate(0deg);
}

.custom-language-selector .dropdown-toggle.show .bi-chevron-down {
    transform: rotate(180deg);
}

/* Mobile padding for all page content */
@media (max-width: 991px) {

  [data-swift-container]{
    padding-left:16px;
    padding-right:16px;
    box-sizing:border-box;
  }

}

/* Behold hvid baggrund */
.js-type-ahead-menu {
    background-color: #ffffff !important;
}

/* Gør al tekst i dropdown sort */
.js-type-ahead-menu .dropdown-item,
.js-type-ahead-menu .js-suggestion,
.js-type-ahead-menu span,
.js-type-ahead-menu mark {
    color: #000000 !important;
}

/* Hover state – stadig sort tekst */
.js-type-ahead-menu .dropdown-item:hover {
    color: #000000 !important;
}

.item_swift-v2_productfielddisplaygroupsaccordion .accordion-body tr {
  border-bottom: 0.5px solid #ccc;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    [data-dw-container-width="1"] {
        --dw-container-width: 60vw;
    }
        [data-dw-container-width="1"] :where([data-swift-text]) {
            max-inline-size: inherit;
        }
        
}
 @media (min-width: 1200px) {
    [data-dw-container-width="1"] {
        --dw-container-width: 60ch;
    }
        [data-dw-container-width="1"] :where([data-swift-text]) {
            max-inline-size: inherit;
        }
} 
@media (min-width: 1400px) {
    [data-dw-container-width="1"] {
        --dw-container-width: 75ch;
    }
}
@media (min-width: 1600px) {
    [data-dw-container-width="1"] {
        --dw-container-width: 80ch;
    }
}
@media (min-width: 1900px) {
    [data-dw-container-width="1"] {
        --dw-container-width: 95ch;
    }
}
@media (min-width: 2100px) {
    [data-dw-container-width="1"] {
        --dw-container-width: 110ch;
    }
}
.custom-tabs{
    position:relative;
}
.custom-tabs .nav-link {
    position: relative;
    border: none;
    color: #666;
}

    .custom-tabs .nav-link::after {
        content: "";
        position: absolute;
        left:0;
        bottom: -1px;
        width: 40%;
        height: 3px;
        background: #d7d4d4;
        opacity: 1;
        transition: 0.5s ease;
    }

    .custom-tabs .nav-link.active::after {
        opacity: 1;
        background: var(--dw-color-line);
        
    }
