


body {
    color: #01080E;
    font-size: 16px;
    font-family: Segoe UI,SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

a {
    color: #01080E;
    font-family: Segoe UI,SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif;
    text-decoration: none;
    font-family: "Google Sans","Roboto","Arial",sans-serif;
    font-weight: 400;
}


.blue {
    background-color: #125EA0;
}

h1 {
    
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

.bg {
    height: 1000px;
}

.bi {
    font-size: 30px;
    margin-left: 10px;
    color: #01080E;
}


.bi-search {
    margin-left: 10px;
    position: absolute;
}

.nav {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: normal;
    --bs-nav-link-color: var(--bs-link-color);
    --bs-nav-link-hover-color: var(--bs-link-hover-color);
    --bs-nav-link-disabled-color: #6c757d;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin-top: -10px;
    font-family: Segoe UI,SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.mt-xl-4 {
    margin-top: -3.5rem !important;
    font-family: Segoe UI,SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

form.top-search {
    color: #555;
    display: flex;
    padding: 2px;
    border-radius: 5px;
    float: right;
    margin-top: 10px;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 30px;
    height: 60px;
    border-top: 1px solid #e1e2e3;
    border-bottom: 1px solid #e1e2e3;
    border-left: 1px solid #e1e2e3;
    border-right: 1px solid #e1e2e3;
    font-family: Segoe UI,SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

    form.top-search input[type="search"] {
        border: none;
        background: transparent;
        margin: 0;
        padding: 10px 51px;
        font-size: 16px;
        color: inherit;
        border-radius: inherit;
        width: 100%;
        font-family: Segoe UI,SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif;
    }


.rounded-circle {
    border-radius: 50% !important;
    font-family: Segoe UI,SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

form.top-search input[type="search"]::placeholder {
    color: #01080E;
    font-size: 16px;
    font-family: Segoe UI,SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

form.top-search button[type="submit"] {
    text-indent: -999px;
    overflow: hidden;
    width: 40px;
    padding: 0;
    margin: 0;
    border-radius: inherit;
    background-color: #DADCE0;
    cursor: pointer;
    opacity: 0.7;
    font-family: Segoe UI,SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

    form.top-search button[type="submit"]:hover {
        opacity: 1;
        font-family: Segoe UI,SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif;
    }


.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: #01080E;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    font-family: Segoe UI,SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif;
}



.mellemrum {
    line-height: 50px;
    width: 200px;
    float: right;
}



.nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: var(--bs-nav-pills-border-radius);
    line-height: 101px;
    margin-top: -15px;
    margin-bottom: -16px;
    margin-left: 3px;
}


.top {
    margin-top: 25%;
    margin-left: 50px;
}

.navbar-preheader {
    background-color: rgba(22,102,167,1.0) !important;
    color: rgba(255,255,255,1.0);
}

.navbar-preheader a {
    color: #fff;
    font-weight: 700;
}

.navbar-preheader {
    background-color: #1666a7 !important;
    color: #fff;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

#myCarousel {
    width: 20%;
    height: 680px;
    float: left;
    font-family: Segoe UI,SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #125EA0;
    --bs-btn-border-color: #125EA0;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #125EA0;
    --bs-btn-hover-border-color: #125EA0;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #125EA0;
    --bs-btn-active-border-color: #125EA0;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #125EA0;
    --bs-btn-disabled-border-color: #125EA0;
    font-family: Segoe UI,SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif;
}



.img-fluid {
    max-width: 100%;
    height: auto;
    float: left;
}

.container-fluid {
    background-color: #E6EAED;
    float: left;
    margin-top: 60px;
    min-height: 600px;
    margin-bottom: 60px;
    font-family: Segoe UI,SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif;
}



.footer-dark-style-2 {
    background-color: #4C4C4C;
    font-family: Segoe UI,SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.header_banner_laptop {
    width: 80%;
    background-color: #000 !important;
    text-align: center;
    color: #fff;
    margin-bottom: 50px;
    border-right: 4px solid #ffff;
    height: 613px;
    float: left;
    font-family: Segoe UI,SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

* {
    box-sizing: border-box
}

/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover, .next:hover {
        background-color: rgba(0,0,0,0.8);
    }

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

    .active, .dot:hover {
        background-color: #717171;
    }

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}




.btn-block {
    display: block;
}

.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: transparent;
    /* border-color: var(--bs-btn-active-border-color); */
}

.btn-hide-link {
    color: #000;
    text-decoration: none;
}


/* Search autocomplete styling */
.ui-autocomplete {
    padding: 0;
    border: 1px solid #336699;
    position: absolute;
    cursor: default;
    z-index: 1040;
    background-color: #fff;
}

.ui-menu-item {
    list-style: none;
    border: 0;
}

    .ui-menu-item .image {
        width: 45px;
        height: 45px;
        float: left;
        margin-right: 20px;
    }

        .ui-menu-item .image img {
            max-width: 45px;
            max-height: 45px;
        }

.search-suggest-list-item {
    padding: 5px 20px;
}

.ui-state-active,
.ui-state-focus {
    background-color: #9db0d6;
    /*border: 1px solid #336699;*/
}

.table-striped-with-subs > tbody > tr {
    background-color: transparent;
}

    .table-striped-with-subs > tbody > tr.even {
        background-color: #f9f9f9;
    }

    .table-striped-with-subs > tbody > tr.sub-row .table {
        margin-bottom: 0;
    }

.menu-edit {
    display: none;
}

.menu-edit-text {
    width: 100%;
    min-height: 600px;
}


.container-fluid-new-menu {
    display: flex;
    align-items: center;
    width: 100%;
    background-color: #1666a71a !important;
    color: #01080E;
    height: 60px;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1000;
    margin-top: -40px;
    font-family: "Google Sans Display","Google Sans","Roboto","Arial",sans-serif;
}

    .container-fluid-new-menu a, .container-fluid-new-menu a:active {
        color: #01080E;
    }

        .container-fluid-new-menu a:hover {
            color: #63a4e5;
        }

    .container-fluid-new-menu.new-menu-wrap {
        position: relative;
        margin-top: 0;
        z-index: 5;
        padding-left: 45px;
        padding-right: 45px;
    }


.col-brand {
    display: flex;
    align-items: center;
    order: 1;
}

.col-search {
    flex-grow: 99;
    padding-right: 10px;
    order: 2;
}

.col-search ul {
    flex-grow: 1;
    margin-left: 25px;
}

    .col-search ul form, .col-search ul form input {
        width: 100%;
    }

.col-login-menu {
    flex-grow: 1;
    justify-content: flex-end;
    display: flex;
    align-items: center;
    order: 3;
}

    .col-login-menu > div {
        margin-left: 10px;
        margin-right: -10px;
        margin-top: 5px;
    }

.col-login-menu  .btn__badge {
    margin-left: -5px;
}

.navbar-cms-menu {
    display: flex;
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
}

.navbar-cms-menu a:hover {
    color: #63a4e5;
}

.navbar-cms-menu li {
    /*white-space: nowrap;*/
}
    .navbar-cms-menu .dropdown-toggle, .navbar-cms-menu .navtext {
{
    /*float: left;*/
    white-space: nowrap;
}

}

.cart-preview a {
    background-color: #fff !important;
}

.dropdown-menu.ns-cart-preview {
    transform: translate(-270px, 55px) !important;
}

.ns-cart-preview-button .fa-shopping-cart {
    margin-right: 5px;
}

[ng-click],
[data-ng-click],
[x-ng-click] {
    cursor: pointer;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], .ng-cloak {
    display: none !important;
}

.container.mainmenu-header {
    max-width: 1320px;
}

    .container.mainmenu-header .navbar-collapse {
        /*overflow: scroll;*/
    }

@media (max-width: 767.98px) {
    .navbar-preheader {
        font-size: small;
    }

    .col-login-menu .ns-dropdown-profile-text {
        display: none;
    }

    .col-login-menu .ns-language-text {
        display: none;
    }

    .col-search ul {
        margin-left: 0;
    }

    form.top-search input[type="search"] {
        padding-right: 0;
    }

    .container-fluid-new-menu.new-menu-wrap {
        padding-left: 0 !important;
        padding-right: 0 !important;
        display: none;
    }
}

@media (max-width: 575.98px) {
    .navbar-preheader {
        font-size: x-small;
    }

    .col-brand {
        order: 1;
    }

    .col-search {
        order: 3;
    }

    .col-login-menu {
        order: 2;
    }
}

.copytoclipboard {
    cursor: pointer;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    cursor: pointer;
}

    .tooltip .tooltiptext {
        /*visibility: hidden;*/
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
    }

    .tooltip.active .tooltiptext {
        visibility: visible;
    }

.climate-small-info {
    background-color: #e6eaed;
    display: flex;
    gap: 5px;
    align-items: center;
}