/*!
Theme Name: Codemakers
Theme URI: https://codemakers.dk
Author: Codemakers
Author URI: https://codemakers.dk
Description: Description
Version: 1.0.0
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: codemakers
*/
html {
    font-size: 10px;
    /* display: none; */
    scroll-behavior: smooth;
}
body {
    overscroll-behavior-y: none;
    transition: opacity var(--animtime1) ease;
    opacity: 0;
    margin: 0;
    color: var(--textclr1);
    --text-scaler: 1;
}

body.menuopen {
    touch-action: none;
    width: 100%;
    height: 10vh;
    position: fixed;
    left: 0;
    top: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 0 !important;
}
img {
    max-width: 100%;
    height: auto;
}
*,
:after,
:before {
    box-sizing: border-box !important;
    -webkit-tap-highlight-color: transparent;
}
.for-dekstop {
    display: block !important;
}
.for-mobile {
    display: none !important;
}
.hidden {
    display: none;
}

input,
textarea {
    font-family: inherit;
}

#wpadminbar {
    z-index: 999999;
}

/* Copy link */
.admin-copy-link.section a {
    display: inline-block;
    visibility: hidden;
}
section:hover > .admin-copy-link.section a {
    animation: 2s fadeInCopy;
    animation-fill-mode: forwards;
}

@keyframes fadeInCopy {
    99% {
        visibility: hidden;
    }
    100% {
        visibility: visible;
    }
}

/* Layout ========================================================================== */
section {
    position: relative;
    opacity: 0;
    transition: var(--animtime2);
    padding: 8rem 0;
    clear: both;
    width: 100%;
    overflow: hidden; /*needed for correct height calculation*/
}
.container {
    padding: 0 8rem;
    width: 100%;
    /* max-width: 250rem; */
    max-width: 172rem;
    margin: 0 auto;
}
.container_m {
    max-width: 120rem;
    margin: 0 auto;
}
.container_s {
    max-width: 118.4rem;
    margin: 0 auto;
}
.container_l {
    max-width: 180rem;
    margin: 0 auto;
}
blockquote {
    position: relative;
    margin: 4rem 0 1rem;
    color: var(--clr1);
    font-size: calc(
        var(--Typeface-Size-Headings-Display, 100px) * var(--text-scaler)
    );
    line-height: calc(
        var(--Typeface-Size-Headings-Display, 100px) * var(--text-scaler)
    );
    font-weight: 800;
}
.blockquote-right,
.blockquote-left {
    float: left;
    width: 40%;
    padding: 7rem 0 1.7rem 0;
    margin: 3rem 3rem 3rem -14rem;
}
.blockquote-right {
    float: right;
    margin: 3rem -14rem 3rem 3rem;
}
hr {
    margin-top: 4rem;
    margin-bottom: 4rem;
    border: 0;
    border-top: var(--border1);
}
blockquote p {
    margin: 0;
}
blockquote + p {
    margin-top: 1rem;
}
blockquote em {
    font-size: var(--fontsize_p);
    font-weight: normal;
}
blockquote p:last-child {
    padding-bottom: 0;
}
footer {
    clear: both;
}
.clear {
    display: block !important;
    clear: both;
}
.no-scroll {
    overflow: hidden;
}
.no-mt {
    margin-top: 0;
}
.no-mb {
    margin-bottom: 0;
}

/* Typography ===================================================================== */
body {
    font-family: var(--font-main);

    font-size: calc(var(--fontsize_p) * var(--text-scaler));
    line-height: calc(var(--lineh_p) * var(--text-scaler));
}
h1,
.h1 {
    font-size: calc(var(--Typeface-Size-Headings-H1) * var(--text-scaler));
    line-height: calc(var(--Typeface-Size-Line-height-H1) * var(--text-scaler));
    font-weight: 600;
}
h2,
.h2 {
    font-size: calc(var(--Typeface-Size-Headings-H2) * var(--text-scaler));
    line-height: calc(var(--Typeface-Size-Line-height-H2) * var(--text-scaler));
    font-weight: 600;
}
h3,
.h3,
p.subtitle {
    font-size: calc(var(--fontsize_h3) * var(--text-scaler));
    line-height: calc(var(--lineh_h3) * var(--text-scaler));
}
h4,
.h4,
.woocommerce-mini-cart__total * {
    font-size: calc(var(--fontsize_h4) * var(--text-scaler));
    line-height: calc(var(--lineh_h4) * var(--text-scaler));
}
.manchet,
p.manchet {
    font-size: calc(
        var(--Typeface-Size-Miscellaneous-Manchet, 26px) * var(--text-scaler)
    );
    line-height: calc(
        var(--Typeface-Size-Line-height-Manchet, 34px) * var(--text-scaler)
    );
    font-style: normal;
    font-weight: 600;
}

.body-large,
p.body-large,
.has-body-large p {
    font-size: calc(var(--Typeface-Size-Body-Large, 22px) * var(--text-scaler));
    line-height: calc(
        var(--Typeface-Size-Line-height-Large, 30px) * var(--text-scaler)
    );
    font-weight: 500;
}

.body-small,
p.body-small,
.has-body-small p {
    font-size: calc(var(--Typeface-Size-Body-Small, 14px) * var(--text-scaler));
    line-height: calc(
        var(--Typeface-Size-Line-height-Small, 20px) * var(--text-scaler)
    );
    font-weight: 500;
}

p {
    margin: 2.4rem 0;
}
a {
    color: var(--clr1);
}
a:hover {
    text-decoration: none;
}
h1,
h2,
h3,
h4 {
    margin-bottom: 0;
    -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4 {
    /*-webkit-hyphens: auto;*/
    /*-moz-hyphens: auto;*/
    /*-ms-hyphens: auto;*/
    /*hyphens: auto;*/
}
.label,
label,
.wp-caption-text,
p.small,
a.small,
.woocommerce form .form-row label,
.gfield_password_strength {
    font-size: calc(var(--fontsize_s) * var(--text-scaler));
    line-height: calc(var(--lineh_s) * var(--text-scaler));
}
/* No need to multiply by text-scaler */
/*footer * {*/
/*	font-size: var(--fontsize_s);*/
/*	line-height: var(--lineh_s);*/
/*}*/
.wp-caption-text {
    opacity: 0.55;
    margin-top: 1rem;
    margin-bottom: 0;
}
.wp-caption {
    max-width: 100%;
}
/* Links ========================================================================== */
.hover-underline:after {
    opacity: 0;
    content: '';
    width: 0;
    height: 2px;
    position: absolute;
    background: white;
    bottom: -2px;
    left: 0;
}
@media (hover: hover) {
    .hover-underline:hover:after {
        width: 100%;
        opacity: 1;
    }
}
.read_more {
    text-decoration: none;
    width: 100%;
    display: inline-block;
    text-align: center;
    position: relative;
    margin-top: -2rem;
    padding-top: 8.7rem;
    color: initial;
    font-weight: bold;
}
a.read_more:after,
a.read_more:before {
    content: ' ';
    border-top: 1px solid var(--textclr1);
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
}
a.read_more:after {
    width: 4rem;
    height: 4rem;
    /*background-image: linear-gradient(120deg, var(--clr1) 0%, var(--clr2) 110%);*/
    background: var(--textclr1);
    border-radius: 5rem;
    left: 50%;
    transform: translate(-50%, -50%);
    border: none;
}
/* a.read_more:hover:after {
    background-image: linear-gradient(
        120deg,
        var(--clr2) 0%,
        var(--clr1) 110%
    );
} */
a.read_more span:before,
a.read_more span:after {
    content: '';
    position: absolute;
    background-color: white;
    transition: transform 0.4s ease-out;
}
a.read_more span:after {
    top: 50%;
    right: 0;
    width: 19px;
    height: 1px;
}
a.read_more span:before {
    top: 50%;
    right: 0;
    width: 1px;
    height: 19px;
    margin-right: 9px;
    margin-top: -9px;
}
a.read_more.read-more-reset span:before {
    transform: scaleY(0);
}
.read_more span {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
}
.icon-link {
    text-decoration: none;
    color: var(--textclr1);
    padding: 1rem 0 1rem 2.7rem;
    position: relative;
}
.icon-link svg,
.close-mini-cart {
    position: absolute;
    width: 1.8rem;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.icon-link svg path {
    stroke: var(--textclr1);
}
header .search-toggler {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 5rem;
    width: 5rem;
    border-radius: 50%;
    background-color: var(--Color-Brand-Blue-Core, #08006f);
    border: none;
    padding: 0;
    cursor: pointer;
    opacity: 1;
    transition: opacity var(--animtime1);
}

@media (hover: hover) {
    header .search-toggler:hover {
        opacity: 0.9;
    }
}

header .search-toggler svg {
    position: static;
    transform: none;
    height: 2.4rem;
    width: 2.4rem;
}

header .search-toggler svg path {
    stroke: #fff !important;
}

@media (hover: hover) {
    .icon-link:hover {
        text-decoration: underline;
    }
}
.save_page.disable svg path {
    fill: var(--clr1);
    stroke: var(--clr1);
}
p.download-p,
p.link-block-p {
    border-bottom: var(--border1);
    width: 100%;
    display: block;
    margin: 0;
    padding: 1.3rem 0;
    position: relative;
}
p.download-p .download,
p.link-block-p .link-block {
    color: initial;
    text-decoration: none;
    display: block;
    z-index: 1;
    position: relative;
}
p.link-block-p svg,
p.download-p svg {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.faktaboks .columns-1 .col_container {
    margin-left: 0;
    margin-right: 0;
}
.col_container {
    width: 100%;
}
/* Columns grid ======================================================================== */
.columns-2 {
    grid-template-columns: repeat(2, 1fr);
}
.columns-3 {
    grid-template-columns: repeat(3, 1fr);
}
.columns-4 {
    grid-template-columns: repeat(4, 1fr);
}
.columns-2,
.columns-3,
.columns-4 {
    display: grid;
    justify-content: space-between;
    column-gap: 2.4rem;
    row-gap: 8rem;
}

/* GravityForm ======================================================================== */
.hide-gf {
    display: none;
}
/* Buttons ======================================================================== */
.btn,
.button,
.entry-summary .single_variation_wrap button.button,
.woocommerce div.product div.summary .button,
.woocommerce a.button,
.cart_totals .wc-proceed-to-checkout a.checkout-button.button,
button#place_order,
.coupon button.button,
.checkout_coupon button.button,
.woocommerce button.button,
.woocommerce-MyAccount-navigation-link--customer-logout a {
    border-radius: 13.3rem;
    background-color: var(--clr1);
    padding: 0.8rem 2.4rem !important;
    color: white;
    text-decoration: none;
    display: inline-block;
    transition: var(--animtime1);
    font-size: calc(
        var(--Typeface-Size-Miscellaneous-Button-large) * var(--text-scaler)
    );
    border: 0;
    width: auto;
    cursor: pointer;
    line-height: normal;
    -webkit-font-smoothing: antialiased;
    font-weight: 700;
    display: inline-flex;
    column-gap: 0.8rem;
    align-items: center;
    height: 5rem;
    transform: translateY(0);
}
.btn::after {
    content: '';
    display: block;
    height: 2.4rem;
    width: 2.4rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M8 12.273h8M12.727 9 16 12.273l-3.273 3.273'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 2.4rem 2.4rem;
    transform: translateX(0);
    transition: transform var(--animtime1);
}
@media (hover: hover) {
    .btn:hover,
    .button:hover,
    .entry-summary .single_variation_wrap button.button:hover,
    .woocommerce div.product div.summary .button:hover,
    .woocommerce a.button:hover,
    .cart_totals .wc-proceed-to-checkout a.checkout-button.button:hover,
    button#place_order:hover,
    .coupon button.button:hover,
    .checkout_coupon button.button:hover,
    .woocommerce button.button:hover,
    .woocommerce-MyAccount-navigation-link--customer-logout a:hover {
        background-color: var(--clr4);
        color: white;
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
        transform: translateY(-2px);
    }
    .btn:hover::after {
        transform: translateX(2px);
    }
}

.btn.small {
    padding: 0.8rem 1.6rem;
    height: 4rem;
    font-size: calc(
        var(--Typeface-Size-Miscellaneous-Button-small) * var(--text-scaler)
    );
    line-height: normal;
}

.btn.btn2 {
    border: 2px solid var(--Color-Brand-Blue-Core, #08006f);
    color: var(--Color-Brand-Blue-Core, #08006f);
    background-color: transparent;
}

.btn.btn2::after,
.btn.light::after,
.btn.btn3::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%2308006f' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M8 12.273h8M12.727 9 16 12.273l-3.273 3.273'/%3E%3C/svg%3E");
}

.btn.light {
    background-color: #fff;
    color: var(--Color-Brand-Blue-Core, #08006f);
}

.btn.btn2.light {
    border: 2px solid var(--Color-Brand-Light, #fff);
    color: var(--Color-Brand-Light, #fff);
    background-color: transparent;
}

.btn.btn2.light::after,
.btn.btn3.light::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M8 12.273h8M12.727 9 16 12.273l-3.273 3.273'/%3E%3C/svg%3E");
}

@media (hover: hover) {
    .btn.btn2.light:hover::after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%2308006f' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M8 12.273h8M12.727 9 16 12.273l-3.273 3.273'/%3E%3C/svg%3E");
    }

    .btn.light:hover {
        background-color: #b0afbb;
    }

    .btn.btn2.light:hover {
        border: 2px solid var(--Color-Brand-Light, #fff);
        color: var(--Color-Brand-Blue-Core, #08006f);
        background-color: var(--Color-Brand-Light, #fff);
    }
}

.btn.btn3 {
    padding: 0 !important;
    box-shadow: none;
    height: auto;
    color: var(--Color-Brand-Blue-Core, #08006f);
    background-color: transparent !important;
    background-image: linear-gradient(currentColor, currentColor);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 0% 1px;
    transform: none !important;
    transition: background-size 0.3s ease;
    border-radius: 0;
}

@media (hover: hover) {
    .btn.btn3:hover {
        background-size: calc(100% - 3.2rem) 1px;
    }
}

.btn.btn3.light {
    color: var(--Color-Brand-Light, #fff);
}

button.disabled:hover,
button.disabled {
    cursor: auto !important;
    opacity: 0.5 !important;
    background-color: var(--clr1) !important;
    pointer-events: none;
}
/* .btn-secondary {
    background: transparent;
    color: inherit;
    border: var(--border2);
}
.btn-secondary:hover {
    border-color: var(--clr2);
    color: white;
} */
.close,
.woocommerce-remove-coupon,
.lity-close,
.woocommerce a.remove {
    width: 2rem;
    height: 2rem;
    position: absolute;
    cursor: pointer;
    transform: rotate(45deg);
    color: transparent !important;
    border: 0;
}
.close:before,
.close:after,
.woocommerce-remove-coupon:before,
.woocommerce-remove-coupon:after,
.woocommerce a.remove:before,
.woocommerce a.remove:after,
.lity-close:before,
.lity-close:after {
    content: '';
    position: absolute;
    background-color: #2c2c30;
    transition: transform 0.4s ease-out;
}
@media (hover: hover) {
    .close-container:hover .close:before,
    .close-container:hover .close:after,
    .close:hover:before,
    .close:hover:after,
    .woocommerce a.remove:hover:before,
    .woocommerce a.remove:hover:after,
    .woocommerce-remove-coupon:hover:after,
    .woocommerce-remove-coupon:hover:before,
    .lity-close:hover:after,
    .lity-close:hover:before {
        background-color: var(--clr1);
    }
}
.close,
.close:hover,
div.woocommerce a.remove,
div.woocommerce a.remove:hover,
.lity-close,
.lity-close:hover {
    background: transparent !important;
    color: transparent !important;
}
.close:before,
.woocommerce-remove-coupon:before,
.woocommerce a.remove:before,
.lity-close:before {
    top: 50%;
    right: 0;
    width: 2px;
    height: 2rem;
    margin-right: 0.9rem;
    margin-top: -1rem;
}
.close:after,
.woocommerce-remove-coupon:after,
.woocommerce a.remove:after,
.lity-close:after {
    top: 50%;
    right: 0;
    width: 2rem;
    height: 2px;
    margin-top: -1px;
}
.close-container {
    cursor: pointer;
    position: absolute;
    z-index: 1;
    background: var(--clr2);
    width: 3.2rem;
    height: 3.2rem;
    right: 0;
    top: 0;
}
.close-container .close,
.woocommerce a.remove,
.lity-close {
    transform: translate(-50%, -50%) rotate(45deg);
    margin-left: 50%;
    margin-top: 50%;
}
.close-container .close:before,
.close-container .close:after,
.lity-close:before,
.lity-close:after {
    background-color: #ffffff;
}

/* Sitewide notice */

.sitewide-notice {
    background-color: var(--clr2);
    padding: 0.7rem 0;
    font-size: calc(var(--fontsize_s) * var(--text-scaler));
    line-height: calc(var(--lineh_s) * var(--text-scaler));
}

.sitewide-notice .container .left-side {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2rem;
    align-items: center;
    width: calc(100% - 3rem);
}

.sitewide-notice .container .left-side p {
    margin: 0;
}

.sitewide-notice .container .close {
    position: relative;
    left: unset;
    right: unset;
    top: unset;
    bottom: unset;
}

#sitewide-notice {
    display: none;
}

.sitewide-notice .container .left-side .btn {
    padding: 0.7rem 3rem !important;
    font-size: calc(var(--fontsize_s) * var(--text-scaler)) !important;
    line-height: calc(var(--lineh_s) * var(--text-scaler)) !important;
}

/* Navigation ===================================================================== */
.custom-logo-link img {
    vertical-align: middle;
    width: 30.4rem;
    height: auto;
}
#masthead,
#headfixer.stickyhead {
    position: relative;
    width: 100%;
    transition: top 0.5s ease;
    z-index: 9999;
    top: 0;
    transition: var(--animtime2);
}
.to-left {
    left: -55rem !important;
}
.custom-logo-link.white {
    display: none;
}
body:not(.menuopen) #masthead.fixed #headfixer.stickyhead {
    transition: var(--animtime1);
}
body:not(.menuopen)
    #masthead.fixed:not(.scrollup)
    .burger-icon
    .btn-burger
    span,
body:not(.menuopen) #masthead.fixed:not(.scrollup) .close-mini-cart:before,
body:not(.menuopen) #masthead.fixed:not(.scrollup) .close-mini-cart:after {
    background: var(--textclr4);
}
.burger-toggler,
.search-close {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 1.2rem;
    height: 5rem;
    font-size: var(--Typeface-Size-Body-Small, 14px);
    font-weight: 500;
    line-height: normal;
    border-radius: 3.2rem;
    background-color: var(--Color-Brand-Brand-color, #0a63fa);
    color: #fff !important;
    padding: 0 1.6rem;
    border: none;
    cursor: pointer;
    font-family: var(--font-secondary);
    transition: background-color var(--animtime1);
}

.search-close svg {
    height: 1.4rem;
    width: 1.4rem;
    display: block;
}

@media (hover: hover) {
    .burger-toggler:hover,
    .search-close:hover {
        background-color: #0048c1;
    }
}

#headfixer {
    /* border-bottom: var(--border1); */
    background: white;
    left: 0;
    transition: var(--animtime2);
}
.extra_nav {
    display: flex;
    flex-wrap: wrap;
}
body:not(.menuopen) #masthead.fixed,
body:not(.menuopen) #masthead.fixed:not(.scrollup) {
    position: fixed;
}
body:not(.menuopen) #masthead.fixed:not(.scrollup) #headfixer {
    background: transparent;
    box-shadow: unset;
    border: 0;
}
body:not(.menuopen)
    #masthead.fixed:not(.scrollup)
    .menu-item-has-children
    > a:after {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down' style='%26%2310%3B stroke: %23FFF%3B%26%2310%3B'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E")
        center no-repeat;
    background-size: 100%;
}
body:not(.menuopen) #masthead.fixed:not(.scrollup) #headfixer * {
    color: var(--textclr4);
}
body:not(.menuopen)
    #masthead.fixed:not(.scrollup)
    #headfixer
    .mobile-extra-menu
    * {
    color: var(--textclr1);
}
body:not(.menuopen)
    #masthead.fixed:not(.scrollup)
    #headfixer
    .main-navigation
    ul
    ul
    li
    a {
    color: var(--textclr1);
}
body:not(.menuopen) #masthead.fixed:not(.scrollup) .custom-logo-link.white {
    display: block;
}
body:not(.menuopen) #masthead.fixed:not(.scrollup) .search-toggler {
    background-color: var(--Color-Brand-Light, #fff);
}

body:not(.menuopen) #masthead.fixed:not(.scrollup) .search-toggler path {
    stroke: var(--Color-Brand-Blue-Core, #08006f) !important;
}

body:not(.menuopen)
    #masthead.fixed:not(.scrollup)
    .custom-logo-link:not(.white) {
    display: none;
}

body:not(.menuopen)
    #masthead.fixed:not(.scrollup)
    #headfixer
    .icon-cart
    svg
    circle,
body:not(.menuopen)
    #masthead.fixed:not(.scrollup)
    #headfixer
    .icon-cart
    svg
    path {
    fill: var(--textclr4) !important;
}
#headfixer.stickyhead {
    position: fixed;
}
.nav-container {
    display: flex;
    align-items: center;
}
#masthead .btn {
    margin-bottom: 0;
}
#masthead .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main-header-container {
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
}

.main-header-controls-wrapper {
    display: flex;
    align-items: center;
    column-gap: 1.6rem;
}
.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation li:first-child {
    margin-left: 0;
}
.main-navigation li {
    position: relative;
}
.main-navigation a,
.menu-parent-btn {
    cursor: pointer;
    background: transparent;
    border: 0;
    color: var(--textclr1);
    display: block;
    text-decoration: none;
    font-size: calc(var(--fontsize_p) * var(--text-scaler));
    line-height: calc(var(--lineh_p) * var(--text-scaler));
}

.submenu-back-btn {
    cursor: pointer;
    font-size: calc(var(--fontsize_s) * var(--text-scaler));
    background: url(img/icons/feather/arrow-left.svg) no-repeat left center /
        1.8rem;
    padding: 0 3rem;
    border: 0;
    margin-bottom: 2rem;
    justify-content: center;
}
span.submenu-label {
    font-size: calc(var(--fontsize_s) * var(--text-scaler));
    font-weight: bold;
    margin-bottom: 1rem;
    display: block;
    text-transform: uppercase;
}
.sub-menu .menu-item.big > a,
.sub-menu .menu-item.big > button {
    font-size: calc(var(--fontsize_h1) * var(--text-scaler)) !important;
    font-weight: bold;
    line-height: 1.4;
}
.sub-menu .menu-item a {
    font-size: calc(var(--fontsize_h3) * var(--text-scaler));
}

/* Simple dropdown menu
.main-navigation ul ul {
	display: block;
	padding: 3rem 2.5rem 2.3rem 2.5rem;
}
.main-navigation ul ul li {
	padding: 0;
}
.main-navigation ul ul a {
    min-width: 28rem;
	padding: 0.7rem 0 0.7rem 2.1rem;
}
*/


section.text_module table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #08006F;
    margin-bottom: 2.4rem;
}

section.text_module .html_content {
    overflow-x: auto;
    overflow-y: hidden;
}

section.text_module table th,
section.text_module table td {
    border: 1px solid #08006F;
    padding: 8px 10px;
    text-align: left;
    vertical-align: top;
}

section.text_module table th {
    font-weight: 700;
}

section.text_module table td strong {
    font-weight: 700;
}

.timeline-item h4 {
    background: var(--textclr1);
    display: inline-block;
    padding: 1rem 2rem;
    color: var(--textclr4);
}
.timeline-item p {
    margin-left: 2.4rem;
   
}

.article-intro-wrapper {
    padding: 2rem 0;
    border-top: 1px solid var(--textclr1);
    border-bottom: 1px solid var(--textclr1);
}

.article-intro-wrapper .article-intro {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2rem;
}

.article-intro-wrapper .article-intro .field__label {
    font-weight: bold;
}

@media screen and (min-width: 1001px) {
    .hide-on-desktop {
        display: none !important;
    }
    .hover-underline:after {
        transition: 0.3s ease-in-out;
    }
    .menu-toggle {
        display: none;
    }
    body.menu-open .site-header::before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: -1;
        backdrop-filter: blur(10px);
        opacity: 1;
        animation-name: fadeInOpacity;
        animation-iteration-count: 1;
        animation-timing-function: ease;
        animation-duration: var(--animtime2);
    }
    /* Simple dropdown menu
          .main-navigation ul ul {
              position: absolute;
              top: 100%;
              left: -999em;
              z-index: 99999;
              background: white;
              clip-path: inset(0px -30px -30px -30px);
          }

    .main-navigation ul ul ul {
        left: -999em;
        top: 0;
    }
    .main-navigation ul ul li:hover > ul,
    .main-navigation ul ul li.focus > ul {
        display: block;
        left: auto;
    }
    .main-navigation ul ul a {
        width: 20rem;
    }

    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
        left: auto;
    }
    */

    .gallery-slider .slider-navigation {
        justify-content: flex-end;
    }

    .investeringer-actions-button {
        background-color: transparent;
        border: none;
        color: var(--Color-Brand-Blue-Core, #08006f);
        font-size: var(--Typeface-Size-Miscellaneous-Button-large, 18px);
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        cursor: pointer;
        padding: 0 3.2rem 0 0;
        background-repeat: no-repeat;
        background-position: right center;
        background-size: 2rem 2rem;
    }

    .investeringer-actions-button--filter {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 28 28'%3E%3Cpath stroke='%2308006f' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M16.188 18.813H4.374M23.625 18.813h-3.062M18.375 21a2.188 2.188 0 1 0 0-4.375 2.188 2.188 0 0 0 0 4.375M9.188 9.188H4.375M23.625 9.188H13.563M11.375 11.375a2.188 2.188 0 1 0 0-4.375 2.188 2.188 0 0 0 0 4.375'/%3E%3C/svg%3E");
    }

    .investeringer-actions-button--sort {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 34 24'%3E%3Cpath stroke='%2308006f' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12.273 16V8M9 11.273 12.273 8l3.273 3.273M21.727 8v8M25 12.727 21.727 16l-3.273-3.273'/%3E%3C/svg%3E");
        background-size: 3rem 3rem;
    }
}
@media screen and (min-width: 1001px) and (hover: hover) {
    .media-container:hover .video-icon,
    .youtube-link:hover .video-icon {
        transform: translate(-50%, -50%) scale(1.2);
    }
}
body.menu-open {
    overflow: hidden;
}

@keyframes fadeInOpacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* Media ========================================================================== */
.video-icon {
    background: url('img/icons/play.svg') no-repeat;
    border: 1px solid white;
    border-radius: 50%;
    width: 6rem;
    height: 6rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s ease-in-out;
    cursor: pointer;
    background-position: center;
    z-index: 9;
    background-position-x: 57%;
}
.media-container figure {
    margin: 0;
}
.media-container img,
.media-container video {
    display: block;
}
.media-container {
    position: relative;
    overflow: hidden;
}
.media-container.has-overlay:after {
    content: '';
    background:
        linear-gradient(
            180deg,
            rgba(0, 0, 0, 0) 0%,
            rgba(21, 58, 96, 0.6) 84.53%
        ),
        linear-gradient(
            0deg,
            rgba(206, 232, 234, 0.4),
            rgba(206, 232, 234, 0.4)
        );
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
}

section.text_module {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.text_module .container_m.columns-1 {
    max-width: 102.4rem;
}

.text_module .container_s.columns-1 {
    max-width: 75.6rem;
}

.text_module .container_l.columns-2,
.text_module .container_m.columns-2 {
    display: grid;
    column-gap: 4.8rem;
    grid-template-columns: repeat(2, 1fr);
}

.text_module .container_l.columns-2 {
    max-width: 180rem;
}

.text_module .container_m.columns-2 {
    max-width: 102.4rem;
}
.text_module .container_s.columns-2 {
    max-width: 75.6rem;
}

.text_module .first {
    width: 73.9rem;
    height: 57.1rem;
    position: relative;
}

.text_module .second {
    width: 46.9rem;
    height: 55.9rem;
    position: relative;
    z-index: 99;
    transform: translate(-15.5rem, 12rem);
    box-shadow: 20px 73px 66px #00000029;
}

.text_module .media,
.text_module .media figure {
    width: 100%;
    height: 100%;
}

.text_module .media figure video,
.text_module .media figure img {
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
    object-position: center;
}

.media-container-inside {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    transform: translate(0, -28.5rem);
}

.text-second {
    padding-top: 0;
}

.text_module.additional-class {
    /* padding-bottom: 35.5rem; */
    padding-bottom: 42rem;
}

.text-second .html_content {
    margin-top: -13rem;
}

.html_content > *:first-child {
    margin-top: 0;
}

.html_content > *:last-child {
    margin-bottom: 0;
}

/* Lity =========================================================================== */
.lity {
    z-index: 9999;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    background: #0b0b0b;
    background: rgba(0, 0, 0, 0.9);
    outline: none !important;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.lity.lity-opened {
    opacity: 1;
}
.lity.lity-closed {
    opacity: 0;
}
.lity * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.lity-wrap {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    outline: none !important;
}
.lity-wrap:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}
.lity-loader {
    z-index: 9991;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -0.8em;
    width: 100%;
    text-align: center;
    font-size: calc(1.4rem * var(--text-scaler));
    font-family: Arial, Helvetica, sans-serif;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
    opacity: 1;
}
.lity-container {
    z-index: 9992;
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    white-space: normal;
    max-width: 100%;
    max-height: 100%;
    outline: none !important;
}
.lity-content {
    z-index: 9993;
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: -o-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition:
        transform 0.3s ease,
        -webkit-transform 0.3s ease,
        -o-transform 0.3s ease;
}
.lity-loading .lity-content,
.lity-closed .lity-content {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}
.lity-content:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.lity-close {
    z-index: 9994;
    position: fixed;
    right: 2rem;
    top: 4rem;
    margin: 0;
}
/* Image */
.lity-image img {
    max-width: 100%;
    display: block;
    line-height: 0;
    border: 0;
}
/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
    width: 90%;
    max-width: 300rem;
}
.lity-iframe-container {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: auto;
    pointer-events: auto;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}
.lity-hide {
    display: none;
}

/* Footer ========================================================================= */

.footer-main {
    background: var(--Color-Brand-Light, #fff);
    padding: 12rem 0 8rem;
    color: var(--Color-Brand-Blue-Core, #08006f);
}
.dark-footer .footer-main {
    background: var(--Color-Brand-Blue-Core, #08006f);
    color: var(--Color-Brand-Light, #fff);
}

.dark-footer .social-media path {
    fill: var(--Color-Brand-Light, #fff);
    stroke: transparent;
}
.dark-footer .footer-main .inside-container {
    border-bottom: 1px solid var(--Color-Brand-Light, #fff);
}
.footer-icon-wrapper {
    margin: 0 0 12rem;
}
.footer-logo {
    display: block;
    width: 17.2rem;
    height: auto;
}
.footer-icon-holder {
    height: 30rem;
}

footer .right-block {
    display: flex;
    column-gap: 2.4rem;
}

footer .right-block p {
    margin: 0.8rem 0;
}

footer .right-block a {
    color: inherit;
}

footer .left-block {
    width: 57rem;
}

.footer-col-text-block {
    min-width: 30.7rem;
}

.footer-col-text-block--second h4 {
    margin-bottom: 2.4rem;
}

.footer-col-text-block--second a {
    padding: 0 0.4rem;
}

.footer-col-text-block--first p + p {
    margin-top: 1.6rem;
}

.footer-2 {
    display: grid;
    column-gap: 2.4rem;
    align-items: flex-end;
    grid-template-columns: repeat(3, auto);
    padding-top: 8rem;
}

.footer-2 .column--first .top-block {
    max-width: 32rem;
}

.footer-2 .column--first .footer-details-row {
    max-width: 45rem;
}

.footer-2 p {
    margin: 1.2rem 0;
}

.footer-2 .top-block p,
.footer-details-row p {
    font-size: var(--Typeface-Size-Miscellaneous-Caption, 12px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer-details-row {
    display: flex;
    flex-wrap: wrap;
    column-gap: 4rem;
    row-gap: 1.2rem;
    margin: 2.4rem 0 0;
}

.footer-2 ul.menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    column-gap: 4rem;
    row-gap: 1.2rem;
}

.footer-2 .menu a {
    color: currentColor;
    font-family: var(--font-secondary);
    font-size: var(--Typeface-Size-Miscellaneous-Caption, 10px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--Typeface-Size-Line-height-Caption, 14px); /* 140% */
}

.footer-details-row p {
    margin: 0;
}

.footer_logo {
    margin-bottom: 2rem;
}
.footer_col1 {
    max-width: 30rem;
}
.footer-main .inside-container {
    width: 100%;
    padding: 0 0 8rem;
    border-bottom: 1px solid var(--Color-Brand-Blue-Core, #08006f);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 2.4rem;
}

.footer-main .inside-container .left-block h4 {
    margin: 0 0 2.4rem;
}

.footer-menu-container ul li a {
    font-size: 3rem;
    line-height: 4.5rem;
    position: relative;
    font-weight: 300;
    text-decoration: none;
    display: flex;
    color: var(--textclr1);
    align-items: center;
}
.footer-menu-container ul li a::before {
    content: '';
    width: 3.5rem;
    height: 1px;
    background-color: black;
    display: inline-block;
    margin-right: 1.5rem;
    -webkit-transition: var(--animtime1);
    transition: var(--animtime1);
}

@media (hover: hover) {
    .footer-menu-container ul li a:hover::before {
        width: 6rem;
    }
}
.footer-menu-container {
    width: 50%;
    padding: 7rem 0;
}
.footer-menu-container ul {
    display: flex;
    flex-wrap: wrap;
}
.footer-menu-container ul li {
    width: 50%;
}
.footer-main .container .inside-container .left-block li {
    display: flex;
    flex-wrap: wrap;
    margin: 0.4rem 0;
}
.footer-main .container .inside-container .left-block li:first-child {
    margin-bottom: 2.5rem;
}
.footer-main .container .inside-container .left-block li span.title {
    width: 25rem;
}
.footer-main .container .inside-container .left-block li p {
    margin: 0;
}
@media (hover: hover) {
    .footer-main .container .inside-container .left-block li p a:hover {
        text-decoration: underline;
    }

    footer .social-media a:hover {
        opacity: 0.8;
    }
}

.footer-main .container .inside-container .social-media a {
    margin-left: 1.5rem;
    margin-right: 0;
}
footer .social-media {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    column-gap: 4.8rem;
}

footer .social-media a {
    margin: 0;
    opacity: 1;
    transition: opacity var(--animtime1);
}
.social-media a {
    margin-right: 1rem;
    text-decoration: none;
}
.social-media svg {
    height: 1.6rem;
    width: auto;
    display: block;
}
.footer-main ul {
    list-style: none;
    padding-left: 0;
}
.footer-main ul.sub-menu {
    display: none;
}
.footer-main .menu-item-has-children > a:after {
    content: none;
}

.footer-newsletter-form {
    position: relative;
}

.footer-newsletter-form input[type='email'] {
    width: 100%;
    padding: 0 9rem 0 2.4rem;
    color: var(--Color-Brand-Blue-Core, #08006f);
    font-size: var(--Typeface-Size-Miscellaneous-SubH2, 18px);
    font-style: normal;
    font-weight: 600;
    line-height: var(--Typeface-Size-Line-height-SubH2, 20px); /* 111.111% */
    height: 7.4rem;
    border-radius: 8rem;
    border: 1px solid currentColor;
}

.footer-newsletter-form-submit {
    background-color: var(--Color-Brand-Brand-color, #0a63fa);
    color: var(--Color-Brand-Light, #fff);
    height: 7.2rem;
    width: 7.2rem;
    border-radius: 50%;
    border: none;
    padding: 0;
    cursor: pointer;
    text-align: center;
    position: absolute;
    right: 1px;
    top: 1px;
    z-index: 2;
    opacity: 0;
    transform: translateX(10px);
    transition:
        opacity 0.25s ease,
        transform 0.25s ease;
    pointer-events: none;
}

.event-badged {
    border-radius: 6rem;
    background: #007f3e;
    padding: 0.4rem 0.8rem;
    color: var(--Gray-10, #fff);
    font-size: var(--Typeface-Size-Body-Small, 14px);
    font-weight: 500;
}

#newsletter-email:focus + .footer-newsletter-form-submit,
.footer-newsletter-form-submit:focus,
.footer-newsletter-form-submit:hover {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
}

.footer-newsletter-form-submit svg {
    height: 1.6rem;
    width: 1.6rem;
    transform: translateX(0);
    transition: transform var(--animtime1);
}

@media (hover: hover) {
    .footer-newsletter-form-submit:hover svg {
        transform: translateX(5px);
    }
}

/* Various ======================================================================== */
.sticky-line .bottom-line {
    background: transparent;
    width: 100%;
    height: 0.5rem;
}
.loading {
    opacity: 0.6;
}
.progressbar {
    height: 100%;
    float: left;
    background: var(--clr1);
    transition: var(--animtime1);
}
.sticky-line {
    display: flex;
    position: absolute;
    width: 100%;
    z-index: 3;
    bottom: -5px;
}
.read_more_hidden {
    display: none;
    overflow: hidden;
}
.media img {
    width: 100%;
    pointer-events: none;
}
a.youtube-link {
    position: relative;
    display: block;
}
video {
    max-width: 100%;
}

/* WCAG =========================================================================== */

.wcag-navigation button {
    border: 0;
    background: transparent;
    /*padding: 0.8rem 1.2rem !important;*/
    padding: 0.5rem 2rem !important;
    border-radius: 80px !important;
    display: flex;
    font-weight: 400 !important;
    flex-wrap: wrap;
    column-gap: 0.8rem;
    color: #0a0a0a !important;
    font-family: 'Lato', sans-serif;
    font-size: 1.6rem;
    line-height: var(--lineh_p);
    align-items: center;
    margin-bottom: 5px;
}
div#wcag-control {
    display: flex;
    align-items: center;
    gap: 2rem;
    justify-content: flex-start;
    color: #0a0a0a !important;
    margin-left: -2rem;
}

.wcag-navigation button span {
    color: #0a0a0a !important;
}

.wcag-navigation button svg path {
    stroke: #0a0a0a !important;
}

.wcag-navigation #text-scaler.active button svg path {
    stroke: #fff !important;
}

.wcag-navigation #text-scaler.active .text-scaler-block {
    display: flex !important;
}

.wcag-navigation .text-scaler-block {
    width: 16.5rem;
    left: 0;
    top: 100%;
    flex-wrap: wrap;
    height: 5.4rem;
    background: var(--clr1);
    align-items: center;
    border-radius: 12px;
    justify-content: space-between;
    z-index: 999;
    color: #fff;
}

.wcag-navigation .text-scaler-minus svg {
    width: 10px;
}

.wcag-navigation .text-scaler-block button::before {
    content: none;
}

.wcag-navigation .text-scaler-block button {
    margin: 0 !important;
    padding: 0 !important;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(50% - 2.75rem);
    color: #fff !important;
}

section.single-post-content {
    overflow: unset;
}

.wcag-navigation .text-scaler-block span {
    width: 5.5rem;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    line-height: 2.3rem;
    font-weight: 500;
}

.wcag-navigation button.active {
    background: var(--clr1) !important;
    color: #fff !important;
}
.wcag-navigation button.active svg path {
    stroke: #fff !important;
}
.wcag-navigation button.active span {
    color: #fff !important;
}
@media (hover: hover) {
    .wcag-navigation button:hover {
        background: var(--clr1) !important;
        color: #fff !important;
    }
    .wcag-navigation button:hover svg path {
        stroke: #fff !important;
    }
    .wcag-navigation button:hover span {
        color: #fff !important;
    }
}

#wcag-control .highlight-btn .button {
    transition-delay: 0s;
}
#wcag-control .highlight-btn .button::before {
    content: none;
}

.wcag-navigation {
    padding: 2rem 0;
    /*margin-bottom: 4.6rem;*/
}

.navigation button:not(.close)::before {
    content: none;
}

.selection-toolbar button::before {
    content: none;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: var(--radius1);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: calc(0.875rem * var(--text-scaler));
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 1.5rem 2.3rem 1.4rem;
    text-decoration: none;
    top: 0.5rem;
    width: auto;
    z-index: 100000;
}
#primary[tabindex='-1']:focus {
    outline: 0;
}

/* Alignments ===================================================================== */

.alignleft {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}
.alignright {
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}
.container_align_right {
    margin-right: 0;
    padding-right: 0;
}
.container_align_left {
    margin-left: 0;
    padding-left: 0;
}

/* Items ===================================================================== */

.item {
    overflow: hidden;
    display: flex;
    cursor: pointer;
    width: 100%;
    opacity: 0;
    flex-direction: column;
}
.item.swiper-slide-duplicate {
    opacity: 1;
}
.item .media,
.item .media figure {
    width: 100%;
    height: 23rem;
}

.item .media img,
.item .media video {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
    object-position: center;
}
.item h3 a {
    color: initial;
    text-decoration: none;
}

.items-top-content {
    margin: 0 0 2.4rem;
}

.swiper-nav-button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3.6rem;
    width: 3.6rem;
    border: 2px solid currentColor;
    border-radius: 50%;
    transition: var(--animtime1);
    background-color: transparent;
    cursor: pointer;
}

.swiper-nav-button.swiper-button-disabled {
    opacity: 0.5;
    pointer-events: none;
}

.swiper-nav-button svg {
    width: 1.1rem;
    height: 1rem;
}

.swiper-nav-button path {
    fill: currentColor;
    transition: var(--animtime1);
}

@media (hover: hover) {
    .swiper-nav-button:hover {
        background-color: var(--clr1);
        border-color: var(--clr1);
    }
    .swiper-nav-button:hover path {
        fill: #fff;
    }
}

.slider-navigation {
    display: flex;
    column-gap: 1.4rem;
    padding: 0.6rem;
}

.swiper-pagination {
    margin-top: 2.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 1rem;
}

.swiper-pagination .swiper-pagination-bullet {
    width: 0.4rem;
    height: 0.4rem;
    background-color: var(--Color-Brand-Blue-Core, #08006f);
    margin: 0 !important;
    opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 1.8rem;
    height: 1.8rem;
    background-color: var(--Color-Brand-Brand-color, #0a63fa);
}

.gallery-item .text p {
    margin: 0 0 2.4rem;
    color: var(--Color-Brand-Blue-Core, #08006f);
    font-size: var(--Typeface-Size-Body-Large, 22px);
    font-weight: 500;
    line-height: var(--Typeface-Size-Line-height-Large, 30px); /* 136.364% */
}

.items-list {
    display: flex;
    justify-content: space-between;
    justify-content: center;
    row-gap: 3.5rem;
    flex-wrap: wrap;
}

.item.horizontal {
    display: flex;
    box-shadow: 0px 8px 19px rgb(0 0 0 / 10%);
    transition: var(--animtime1);
    position: relative;
    top: 0;
}
@media (hover: hover) {
    .item.horizontal:hover {
        top: -0.5rem;
    }
}
.item.horizontal .itemtext {
    border: 0;
}
.item.horizontal .media {
    height: 100%;
    overflow: hidden;
}
.item.horizontal .media img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.itemtext.itemfooter {
    padding-top: 0;
}

.list-container,
.grid-container {
    padding: 0;
    display: grid;
    justify-content: space-between;
    width: 100%;
    /* row-gap: 4rem; */
}

/* .grid-container {
    row-gap: 0em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}

.grid-container .item {
    width: calc(50% - 4rem);
}

.grid-container .item .media,
.grid-container .item .media figure {
    width: 100%;
    height: 41vw;
    max-height: 50rem;
}

.grid-container .item:nth-child(even) {
    margin-top: 10rem;
}

.grid-container .item:nth-child(odd) {
    margin-bottom: auto;
} */

/* .item.grid .itemtext {
    order: 1;
    border: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.item.grid .media {
    order: 2;
} */

/* .item.grid h3 {
    font-size: calc(4.8rem * var(--text-scaler));
    line-height: calc(5.2rem * var(--text-scaler));
} */

.item.grid a.btn {
    position: absolute;
    bottom: 0;
    z-index: 9;
    margin: 0;
    transform: translateY(50%);
}

.item.grid {
    position: relative;
    overflow: unset;
    /* margin-bottom: 10rem; */
}

/* Text ===================================================================== */
.text_module {
    overflow: unset;
    /* overflow: hidden; */
}
.text_module.has-media .container {
    display: flex;
    row-gap: 2.5rem;
    flex-wrap: wrap;
    position: relative;
    align-items: flex-start;
    align-content: flex-start;
}
.text_module.has-media .block-left {
    width: 70%;
    padding-right: 6rem;
}
.text_module.has-media .block-right {
    width: 30%;
    position: sticky;
    top: 2rem;
}
.text_module.has-media img {
    height: auto;
    width: auto;
}
.text_module.has-media .block-left > *:first-child {
    margin-top: -0.5rem;
}
.text_module.additional-class {
    overflow: hidden;
}

.progress-bar {
    max-width: 28rem;
    height: 0.3rem;
    background: var(--clr5);
    overflow: hidden;
    width: 100%;
    margin-bottom: 2.4rem;
}
.bar-line {
    background: var(--clr2);
    width: 30%;
    height: 100%;
}
.counter-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.counter-container p {
    font-family: var(--font-secondary);
    font-size: var(--Typeface-Size-Body-Small, 14px);
    font-style: normal;
    font-weight: 700;
    line-height: var(--Typeface-Size-Line-height-Small, 20px);
    margin: 0 0 0.8rem;
}

.admin-edit-link a {
    position: absolute;
    z-index: 99;
    top: 0;
    right: 3.3rem;
    font-weight: normal;
    color: #eee;
    font-size: 1.4rem;
    background-color: #23282d;
    padding: 0.8rem 0.8rem 0.8rem 3rem;
    font-family:
        -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans,
        Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
    transition: all 0.1s ease-in-out;
    display: none;
}
@media (hover: hover) {
    .accordion-block ul li:hover .admin-edit-link a {
        display: inline-block;
    }
}
.admin-edit-link a {
    color: white !important;
    font-weight: normal !important;
    text-decoration: none !important;
    line-height: 1.3 !important;
}
.admin-edit-link a:before {
    content: '\f464';
    top: 0.6rem;
    left: 0.5rem;
    font: normal 20px/1 dashicons;
    position: absolute;
    transition: all 0.1s ease-in-out;
    color: rgba(240, 245, 250, 0.6);
}
.admin-copy-link a:before {
    content: '\f103';
}
@media (hover: hover) {
    .admin-edit-link a:hover,
    .admin-edit-link a:hover:before {
        color: #00b9eb;
        background: #32373c;
    }
}

#cookie-notice-block {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    padding: 2rem 0;
    background: #fff;
    display: none;
    box-shadow: 0px -3px 6px #00000008;
}

#cookie-notice-block .left-side {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: calc(100% - 16rem);
}

#cookie-notice-block .right-side {
    width: 16rem;
}

#cookie-notice-block .container.container_m {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#cookie-notice-block .left-side .custom-logo-link {
    margin: 0;
}

#cookie-notice-block .custom-logo-link img {
    width: 13rem;
}

#cookie-notice-block .left-side .content {
    width: calc(100% - 13rem);
    padding: 0 4rem;
}

#cookie-notice-block .left-side .content h3 {
    font-weight: 700;
}

#cookie-notice-block .left-side .content h3,
#cookie-notice-block .left-side .content p {
    margin: 0;
    font-size: calc(var(--fontsize_s) * var(--text-scaler));
    line-height: calc(var(--lineh_s) * var(--text-scaler));
}

.header-top-line {
    background-color: var(--Color-Brand-Light, #fff);
    color: var(--Color-Brand-Blue-Core, #08006f);
}

.header-top-line .container {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
    justify-content: flex-end !important;
}

.header-top-line ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    column-gap: 2.4rem;
}

.header-top-line a {
    color: var(--Color-Brand-Blue-Core, #08006f) !important;
    transition: color var(--animtime1);
}

@media (hover: hover) {
    .header-top-line a:hover {
        color: var(--clr1) !important;
    }
}

.mobile-extra-menu .language-switcher a {
    font-size: 1.2rem !important;
}
.header-top-line .menu a,
.mobile-extra-menu-ul a {
    font-family: var(--font-secondary);
    display: flex;
    align-items: center;
    column-gap: 0.4rem;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: var(--Typeface-Size-Line-height-Small, 20px);
    text-decoration: none;
    background-position: left 2.8rem bottom;
}

.language-switcher {
    margin-left: 2.4rem;
}

.header-top-line .menu a img,
.mobile-extra-menu-ul a img {
    height: 2.4rem;
    width: 2.4rem;
    object-fit: contain;
}

.call-to-actions-blocks {
    display: flex;
    column-gap: 1rem;
}

.call-to-action-block {
    width: calc(50% - 0.5rem);
    padding: 8rem 6.4rem;
}

.call-to-action-block p {
    margin: 1.6rem 0;
}

.graph_module h3 {
    margin: 0 0 3.2rem;
}

.investeringer-top {
    text-align: center;
    margin: 0 0 5.4rem;
}

.investeringer-top .h3 {
    margin: 0 0 4rem;
}

.search_investeringer {
    color: var(--Color-Brand-Blue-Core, #08006f);
    height: 7.4rem;
    padding: 0 1.6rem;
    border-radius: 8rem;
    border: 2px solid currentColor;
    font-size: var(--Typeface-Size-Headings-H4, 24px);
    font-weight: 600;
    line-height: var(--Typeface-Size-Line-height-H4, 28px); /* 116.667% */
    width: 100%;
}

.investeringer-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 4rem;
}

.investeringer-item {
    padding: 0 1.6rem 1.6rem 0;
    border-bottom: 1px solid currentColor;
    border-right: 1px solid currentColor;
    margin-bottom: 4rem;
    display: grid;
    column-gap: 2.4rem;
    grid-template-columns: 1fr 14rem auto;
    cursor: pointer;
}

.pagination.investeringer {
    margin-bottom: 4rem;
}

.pagination.investeringer * {
    text-decoration: none;
}

.investeringer-item-inner-block h4 {
    font-size: var(--Typeface-Size-Miscellaneous-Caption, 12px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}

.investeringer-item-inner-block p {
    margin: 0;
}

.investeringer-item-inner-block--title p {
    display: inline;
    background-image: linear-gradient(currentColor, currentColor);
    background-repeat: no-repeat;
    background-position: left bottom 1px;
    background-size: 0% 1px;
    transition: background-size var(--animtime1);
}

@media (hover: hover) {
    .investeringer-item:hover .investeringer-item-inner-block--title p {
        background-size: 100% 1px;
    }
}

.investeringer-filter {
    display: flex;
    align-items: center;
    column-gap: 2.4rem;
}

.investeringer-sidebar {
    position: fixed;
    z-index: 10000;
    right: 0;
    top: 0;
    width: 100%;
    max-width: 86rem;
    height: var(--viewport-height, 100dvh);
    overflow: auto;
    transform: translateX(100%);
    visibility: hidden;
    transition:
        transform 0.35s cubic-bezier(0.4, 0, 0.2, 1),
        visibility 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.investeringer-sidebar.is-open {
    transform: translateX(0);
    visibility: visible;
}

.inv-sidebar-backdrop {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background-color: rgba(8, 0, 111, 0.6);
    opacity: 0;
    visibility: hidden;
    transition:
        opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1),
        visibility 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

.inv-sidebar-backdrop.is-visible {
    opacity: 1;
    visibility: visible;
}

body.inv-sidebar-open {
    overflow: hidden;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.investeringer-sidebar__inner {
    min-height: var(--viewport-height, 100dvh);
    width: 100%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
}

.investeringer-sidebar__head {
    padding: 1.6rem 8rem;
    background: var(--Color-Brand-Brand-color, #0a63fa);
}

.investeringer-sidebar__close {
    display: inline-flex;
    column-gap: 1rem;
    align-items: center;
    background: none;
    border: none;
    color: var(--Color-Brand-Light, #fff);
    font-size: var(--Typeface-Size-Miscellaneous-Caption, 12px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    cursor: pointer;
    padding: 0;
    opacity: 1;
    transition: opacity var(--animtime1);
}

.investeringer-sidebar__close svg {
    height: 3.2rem;
    width: 3.2rem;
    display: block;
}

@media (hover: hover) {
    .investeringer-sidebar__close:hover {
        opacity: 0.8;
    }
}

.investeringer-sidebar__body,
.investeringer-sidebar__foot {
    padding: 4rem 8rem;
}

.investeringer-sidebar__body-inner {
    padding-right: 1.6rem;
    padding-bottom: 1.6rem;
    border-bottom: 1px solid var(--Color-Brand-Blue-Core, #08006f);
}

.investeringer-sidebar__foot {
    border-top: 1px solid var(--Color-Brand-Dark, #424242);
    background: var(--Color-Brand-Blue-Core, #08006f);
    margin: auto 0 0;
    display: flex;
    column-gap: 1rem;
    position: sticky;
    bottom: 0;
}

.sort-item {
    padding: 0.8rem 0;
    border-bottom: 1px solid var(--Color-Brand-Blue-Light, #88b2ff);
}

.attr-filter-items-title {
    color: #000;
    font-size: var(--Typeface-Size-Miscellaneous-Caption, 12px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 1rem;
}

.attr-filter-items + .attr-filter-items {
    margin-top: 5.6rem;
}

.attr-item {
    display: block;
    padding: 0.8rem 5.8rem 0.8rem 1.6rem;
    border-top: 1px solid var(--Color-Brand-Blue-Light, #88b2ff);
    color: var(--Color-Brand-Blue-Core, #08006f);
    font-family: var(--font-secondary);
    font-size: var(--Typeface-Size-Body-Large, 22px);
    font-style: normal;
    font-weight: 500;
    line-height: var(--Typeface-Size-Line-height-Large, 30px); /* 136.364% */
    cursor: pointer;
    position: relative;
}

@media (hover: hover) {
    .attr-item:hover {
        color: var(--clr1);
    }
}

.attr-item:last-child {
    border-bottom: 1px solid var(--Color-Brand-Blue-Light, #88b2ff);
}

.attr-item input:checked ~ .tick {
    position: absolute;
    height: 3.2rem;
    width: 3.2rem;
    right: 1.6rem;
    top: calc(50% - 1.6rem);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 32 32'%3E%3Cpath stroke='%230a63fa' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M27 9 13 23l-7-7'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 3.2rem 3.2rem;
}

.m-0 {
    margin: 0 !important;
}

.styled-radio {
    color: var(--Color-Brand-Blue-Core, #08006f);
    font-family: var(--font-secondary);
    font-size: var(--Typeface-Size-Body-Large, 22px);
    font-style: normal;
    font-weight: 500;
    line-height: var(--Typeface-Size-Line-height-Large, 30px); /* 136.364% */
    display: inline-flex;
    align-items: center;
    column-gap: 1rem;
    cursor: pointer;
    vertical-align: middle;
}

.styled-radio .radio-tick {
    display: block;
    height: 2.4rem;
    width: 2.4rem;
    border-radius: 50%;
    border: 2px solid var(--Color-Brand-Blue-Core, #08006f);
    flex: 0 0 auto;
    position: relative;
}

.styled-radio .radio-tick::after {
    content: '';
    position: absolute;
    height: 1.4rem;
    width: 1.4rem;
    border-radius: 50%;
    border: 2px solid var(--Color-Brand-Blue-Core, #08006f);
    top: calc(50% - 0.7rem);
    left: calc(50% - 0.7rem);
}

#top-line .lng {
    justify-content: center;
    width: 3.6rem;
    border: 2px solid currentColor;
    border-radius: 1.2rem;
}

#top-line .lng:hover {
    color: #ffffff;
    background-color: var(--textcolor1);
}

@media (hover: hover) {
    .styled-radio:hover .radio-tick::after {
        border-color: var(--Color-Brand-Blue-Primary, #0a63fa);
    }
}

.styled-radio input:checked ~ .radio-tick::after {
    background-color: var(--Color-Brand-Blue-Primary, #0a63fa);
    border-color: var(--Color-Brand-Blue-Primary, #0a63fa);
}

.styled-radio input:focus-visible ~ .radio-tick {
    outline: auto;
    outline-offset: 4px;
}

.styled-radio input[type='radio'],
.styled-radio input[type='checkbox'],
.attr-item input[type='checkbox'] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.sidebar-top-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 2.4rem;
    padding-bottom: 1.6rem;
    border-bottom: 1px solid var(--Color-Brand-Blue-Core, #08006f);
    margin-bottom: 2.4rem;
}

.btn-simple,
.sidebar-tag {
    padding: 0.8rem 1.2rem;
    border-radius: 6rem;
    border: 1px solid var(--Color-Brand-Blue-Core, #08006f);
    color: var(--Color-Brand-Blue-Core, #08006f);
    font-size: var(--Typeface-Size-Miscellaneous-Caption, 12px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background-color: transparent;
    text-decoration: none;
    transition: var(--animtime1);
}

@media (hover: hover) {
    .btn-simple:hover {
        background-color: var(--Color-Brand-Blue-Core, #08006f);
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
        color: #fff;
    }
}

.bookmark-button {
    display: inline-flex;
    background-color: transparent;
    border: 2px solid var(--Color-Brand-Blue-Core, #08006f);
    border-radius: 50%;
    height: 5rem;
    width: 5rem;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.bookmark-list-item {
    flex: 0 0 5rem;
}

.bookmark-button svg {
    height: 2.4rem;
    width: 2.4rem;
    display: block;
    color: var(--Color-Brand-Blue-Core, #08006f);
}

.bookmark-button.active {
    background-color: var(--Color-Brand-Blue-Core, #08006f);
}

.bookmark-button svg {
    color: #fff;
}

.sidebar-caption {
    font-family: var(--font-secondary);
    font-size: var(--Typeface-Size-Miscellaneous-Caption, 10px);
    font-style: normal;
    font-weight: 700;
    line-height: var(--Typeface-Size-Line-height-Caption, 14px); /* 140% */
    margin: 0 0 0.8rem;
}

.sidebar-caption--m-lg {
    margin: 0 0 2.4rem;
}

.sidebar-title-row > h3,
.sidebar-default-row > h3,
.sidebar-default-row > p:not(.sidebar-caption) {
    margin: 0;
}

.sidebar-title-row,
.sidebar-default-row,
.sidebar-lined-blocks {
    margin: 0 0 2.4rem;
}

.sidebar-double-row,
.sidebar-lined-blocks {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 2.4rem;
}

.sidebar-lined-blocks {
    border-top: 1px solid var(--Color-Brand-Blue-Core, #08006f);
    border-bottom: 1px solid var(--Color-Brand-Blue-Core, #08006f);
    padding: 1.6rem 0;
    column-gap: 3.2rem;
}

.sidebar-lined-blocks-item-title {
    font-size: var(--Typeface-Size-Headings-H3, 34px);
    font-style: normal;
    font-weight: 600;
    line-height: var(--Typeface-Size-Line-height-H3, 36px); /* 105.882% */
}

.sidebar-lined-blocks-item .body-small {
    margin: 1rem 0 0;
}

.sidebar-lined-blocks-item {
    position: relative;
}

.sidebar-lined-blocks-item:first-child:after {
    content: '';
    position: absolute;
    top: 0;
    right: -1.6rem;
    height: 100%;
    width: 1px;
    background-color: currentColor;
}

.download-button {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 1rem;
    border-radius: 6rem;
    background-color: var(--Color-Brand-Brand-color, #0a63fa);
    padding: 0.8rem 1.6rem;
    color: var(--Color-Brand-Light, #fff);
    font-size: var(--Typeface-Size-Miscellaneous-Button-large, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: background-color var(--animtime1);
    text-decoration: none;
    width: 100%;
    font-family: var(--font-main);
}

.download-button svg {
    width: 2.8rem;
    height: 2.8rem;
    display: block;
}

@media (hover: hover) {
    .download-button:hover {
        background-color: var(--Color-Brand-Blue-Core, #08006f);
    }
}

.soft-blue-block {
    padding: 2.4rem;
    background: var(--Color-Brand-Blue-Soft, #d9e5fa);
    margin-top: 2.4rem;
}

.partners-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.partners-list__li + .partners-list__li {
    margin-top: 1.6rem;
    padding-top: 1.6rem;
    border-top: 1px solid var(--Color-Brand-Blue-Core, #08006f);
}

.blobs-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9ff 100%);
    z-index: -1;
}

.blobs-bg--dark {
    background: #08006f;
}

/* ── Blobs ── */
.blobs {
    position: absolute;
    inset: 0;
    filter: blur(60px);
}

.blob {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    mix-blend-mode: multiply;
    animation: fade-in 1.2s ease forwards;
}

@keyframes fade-in {
    to {
        opacity: 1;
    }
}

.blob-1 {
    width: 75vw;
    height: 75vw;
    background: radial-gradient(
        circle at center,
        rgba(10, 99, 250, 0.32) 0%,
        rgba(10, 99, 250, 0.12) 40%,
        rgba(10, 99, 250, 0) 70%
    );
    top: calc(50% - 37.5vw);
    left: calc(50% - 37.5vw);
    animation:
        fade-in 1.2s ease forwards,
        orbit-1 14s ease-in-out infinite;
}

.blobs-bg--dark .blob-1 {
    background: radial-gradient(
        circle at center,
        rgba(10, 99, 250, 0.6) 0%,
        rgba(10, 99, 250, 0.22) 40%,
        rgba(10, 99, 250, 0) 70%
    );
}

@keyframes orbit-1 {
    0% {
        transform: translate(-18%, -12%) scale(1);
    }
    25% {
        transform: translate(14%, -18%) scale(1.08);
    }
    50% {
        transform: translate(20%, 14%) scale(1.04);
    }
    75% {
        transform: translate(-10%, 20%) scale(0.95);
    }
    100% {
        transform: translate(-18%, -12%) scale(1);
    }
}

.blob-2 {
    width: 65vw;
    height: 65vw;
    background: radial-gradient(
        circle at center,
        rgba(8, 0, 111, 0.24) 0%,
        rgba(8, 0, 111, 0.1) 40%,
        rgba(8, 0, 111, 0) 70%
    );
    top: calc(50% - 32.5vw);
    left: calc(50% - 32.5vw);
    animation:
        fade-in 1.8s ease forwards,
        orbit-2 18s ease-in-out infinite;
}

.blobs-bg--dark .blob-2 {
    background: radial-gradient(
        circle at center,
        rgba(80, 40, 180, 0.65) 0%,
        rgba(80, 40, 180, 0.22) 40%,
        rgba(80, 40, 180, 0) 70%
    );
}

@keyframes orbit-2 {
    0% {
        transform: translate(22%, -14%) scale(1.05);
    }
    25% {
        transform: translate(-14%, -20%) scale(0.95);
    }
    50% {
        transform: translate(-20%, 16%) scale(1.08);
    }
    75% {
        transform: translate(16%, 20%) scale(1);
    }
    100% {
        transform: translate(22%, -14%) scale(1.05);
    }
}

.blob-3 {
    width: 55vw;
    height: 55vw;
    background: radial-gradient(
        circle at center,
        rgba(65, 130, 255, 0.22) 0%,
        rgba(65, 130, 255, 0.08) 45%,
        rgba(65, 130, 255, 0) 70%
    );
    top: calc(50% - 27.5vw);
    left: calc(50% - 27.5vw);
    animation:
        fade-in 2.4s ease forwards,
        orbit-3 22s ease-in-out infinite;
}

.blobs-bg--dark .blob-3 {
    background: radial-gradient(
        circle at center,
        rgba(0, 180, 255, 0.35) 0%,
        rgba(0, 180, 255, 0.12) 45%,
        rgba(0, 180, 255, 0) 70%
    );
}

@keyframes orbit-3 {
    0% {
        transform: translate(-8%, 22%) scale(1);
    }
    33% {
        transform: translate(20%, 8%) scale(1.06);
    }
    66% {
        transform: translate(6%, -20%) scale(0.94);
    }
    100% {
        transform: translate(-8%, 22%) scale(1);
    }
}

/* Blob 4 — mouse-følger */
.blob-mouse {
    position: absolute;
    width: 50vw;
    height: 50vw;
    border-radius: 50%;
    background: radial-gradient(
        circle at center,
        rgba(10, 99, 250, 0.22) 0%,
        rgba(10, 99, 250, 0.08) 40%,
        rgba(10, 99, 250, 0) 68%
    );
    mix-blend-mode: multiply;
    pointer-events: none;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    filter: blur(40px);
    opacity: 0;
    transition: opacity 0.6s ease;
}

.blobs-bg--dark .blob-mouse {
    background: radial-gradient(
        circle at center,
        rgba(10, 99, 250, 0.4) 0%,
        rgba(10, 99, 250, 0.12) 40%,
        rgba(10, 99, 250, 0) 68%
    );
}

.blob-mouse.visible {
    opacity: 1;
}

/* Responsive ===================================================================== */
@media screen and (max-width: 1600px) {
    html {
        font-size: 0.625vw;
    }
}
@media screen and (max-width: 1000px) {
    .hide-on-mobile {
        display: none !important;
    }

    .columns-2 {
        grid-template-columns: calc(50% - 1.6rem) calc(50% - 1.6rem);
    }
    .container_s {
        padding: 0;
    }
    #cookie-notice-block .left-side {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        width: 100%;
        flex-direction: column;
        row-gap: 2rem;
    }
    #cookie-notice-block .left-side .content {
        width: 100%;
        padding: 0;
    }
    #cookie-notice-block .right-side {
        width: auto;
        margin-top: 2rem;
    }
    #cookie-notice-block .custom-logo-link img {
        width: 15rem;
    }
    /* .grid-container .item:nth-child(odd),
    .grid-container .item:nth-child(even) {
        margin-top: 0;
        margin-bottom: 6rem;
    } */
    .item.grid .itemtext {
        margin-bottom: 0;
    }
    .columns-3,
    .columns-4 {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 4rem;
    }
    html {
        font-size: 10px;
    }
    .footer-menu-container {
        width: 90%;
        padding: 5rem 0;
    }
    .container {
        padding: 0 1.6rem;
    }
    .popup,
    .small-popup {
        bottom: 1.5rem;
        right: 1.5rem;
    }

    .main-navigation ul {
        width: 100%;
    }
    .main-navigation ul ul {
        margin-top: 0;
        margin-bottom: 4rem;
    }
    .submenu-back-btn + .submenu-label {
        display: none !important;
    }
    .main-navigation ul ul a {
        min-width: unset;
        padding: 0;
        width: 100%;
        font-size: calc(var(--fontsize_h4) * var(--text-scaler));
        line-height: calc(var(--lineh_h4) * var(--text-scaler));
    }
    .main-navigation li {
        position: relative;
        display: flex;
        flex-direction: column;
    }

    button.menu-toggle {
        background: transparent;
        border: 0;
    }

    .focus > ul.sub-menu {
        display: block !important;
    }
    .focus.menu-item-has-children > a:after {
        transform: rotate(180deg);
    }
    .main-navigation a,
    .main-navigation button {
        padding: 1rem 0;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        font-size: calc(var(--fontsize_h3) * var(--text-scaler));
        padding: 0;
    }
    .menu-parent-btn {
        background: url(img/icons/feather/arrow-right.svg) no-repeat right
            center / 2.5rem;
    }
    header .icon-link {
        margin-left: 0;
        padding: 0;
    }
    header .icon-link svg {
        width: 2.3rem;
    }
    .icon-link svg path {
        stroke: var(--textclr4);
    }
    a.icon-link.icon-cart.cart svg * {
        fill: var(--textclr4) !important;
    }

    .menu-item-has-children > a:after {
        position: relative;
        right: 0;
        top: 0;
        margin: 0 0 0 1rem;
        background: url(img/icons/feather/chevron-down-white.svg) center
            no-repeat;
    }
    a.custom-logo-link {
        max-width: 15rem;
    }
    .menuopen #headfixer {
        top: 0 !important;
        position: fixed;
        width: 100%;
    }

    .items-list {
        column-gap: 0;
    }

    /* Start Šitą perkeliam į style.css ties (max-width: 1000px) kad niekur nesimatytų scroll bar vizualiai */
    ::-webkit-scrollbar {
        width: 0;
        background: transparent;
    }
    ::-webkit-scrollbar-thumb {
        background: transparent;
    }
    /* End Šitą perkeliam į style.css ties (max-width: 1000px) kad niekur nesimatytų scroll bar vizualiai */
    .for-dekstop {
        display: none !important;
    }

    .for-mobile {
        display: block !important;
    }
    .media-container-inside {
        position: absolute;
        transform: translate(0, -26.5vw);
        width: 100%;
    }
    .text_module .first {
        width: 70vw;
        height: 53vw;
    }
    .text_module .second {
        width: 40vw;
        height: 55vw;
        /* transform: translate(-10vw, 10vw); */
        transform: unset;
        margin: 10vw 0 0 -10vw;
    }
    .text-second .html_content {
        padding-top: 45.5vw;
    }
    .text-second .html_content {
        margin-top: 0;
    }
    .text_module.additional-class {
        padding-bottom: 33vw;
    }
    .blockquote-right {
        margin-right: 0;
    }
    .blockquote-left {
        margin-left: 0;
    }
    .burger-icon .btn-burger {
        width: 3rem;
        cursor: pointer;
    }
    .burger-toggler,
    .search-close {
        padding: 0;
    }
    .text_module.has-media .block-right {
        width: 100%;
        position: relative;
        top: unset;
        order: 1;
    }
    .text_module.has-media .block-left {
        width: 100%;
        padding-right: 0;
        order: 2;
    }

    .grid-container .item .media,
    .grid-container .item .media figure {
        max-height: unset;
        height: auto;
    }
    .grid-container .item .media img,
    .grid-container .item .media video {
        position: relative;
    }
    .item.grid .itemtext {
        padding: 0;
    }
    .table-block {
        overflow-x: auto;
    }

    .text_module .container_l.columns-2,
    .text_module .container_m.columns-2 {
        grid-template-columns: 1fr;
        row-gap: 4rem;
    }

    .swiper-pagination {
        margin-top: 1.2rem;
    }

    .gallery-slider .slider-navigation {
        margin-bottom: 1.2rem;
    }

    .gallery-item .text p {
        margin-bottom: 0.8rem;
    }

    .custom-logo-link img {
        width: 17.6rem;
    }

    header .search-toggler,
    .burger-toggler,
    .search-close {
        width: 4rem;
        height: 4rem;
    }

    .main-header-container {
        padding-top: 4.8rem;
        padding-bottom: 1.6rem;
    }

    .investeringer-top .h3 {
        font-size: var(--Typeface-Size-Headings-H4, 20px);
        font-weight: 600;
        line-height: var(--Typeface-Size-Line-height-H4, 30px); /* 150% */
        margin: 0 0 1.6rem;
    }

    .investeringer-top {
        margin: 0 0 1.6rem;
    }

    .investeringer-item {
        grid-template-columns: 2fr 1fr;
        row-gap: 2.4rem;
        margin-bottom: 2.4rem;
    }

    .investeringer-item-inner-block--title {
        grid-column: 1 / 3;
        grid-row: 1 / 2;
    }

    .investeringer-container {
        flex-direction: column-reverse;
        align-items: flex-start;
        row-gap: 4rem;
        margin: 0 0 1rem;
    }

    p.investeringer-total {
        font-family: var(--font-secondary);
        font-size: var(--Typeface-Size-Miscellaneous-Caption, 10px);
        font-style: normal;
        font-weight: 700;
        line-height: var(--Typeface-Size-Line-height-Caption, 14px); /* 140% */
    }

    .investeringer-filter {
        width: 100%;
        column-gap: 0.8rem;
        flex-direction: row-reverse;
    }

    .investeringer-actions-button {
        flex-grow: 1;
        flex-basis: 100%;
        border-radius: 13.3rem;
        background-color: var(--clr1);
        padding: 0.8rem 2.4rem !important;
        color: white;
        text-decoration: none;
        transition: var(--animtime1);
        font-size: calc(
            var(--Typeface-Size-Miscellaneous-Button-large) * var(--text-scaler)
        );
        border: 0;
        width: auto;
        cursor: pointer;
        line-height: normal;
        -webkit-font-smoothing: antialiased;
        font-weight: 700;
        display: inline-flex;
        column-gap: 0.8rem;
        align-items: center;
        height: 5rem;
        justify-content: center;
        column-gap: 0.8rem;
    }

    .investeringer-actions-button::after {
        content: '';
        display: block;
        height: 2.4rem;
        width: 2.4rem;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }

    .investeringer-actions-button--filter::after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 28 28'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M16.188 18.813H4.374M23.625 18.813h-3.062M18.375 21a2.188 2.188 0 1 0 0-4.375 2.188 2.188 0 0 0 0 4.375M9.188 9.188H4.375M23.625 9.188H13.563M11.375 11.375a2.188 2.188 0 1 0 0-4.375 2.188 2.188 0 0 0 0 4.375'/%3E%3C/svg%3E");
    }

    .investeringer-actions-button--sort::after {
        background-size: 3.2rem 3.2rem;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 34 24'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12.273 16V8M9 11.273 12.273 8l3.273 3.273M21.727 8v8M25 12.727 21.727 16l-3.273-3.273'/%3E%3C/svg%3E");
    }

    .investeringer-sidebar__head {
        padding: 4rem 1.6rem 1.6rem;
    }

    .investeringer-sidebar__foot {
        padding: 1.6rem;
    }

    .investeringer-sidebar__body {
        padding: 4rem 1.6rem;
    }

    .sort-filter.investeringer-sidebar .investeringer-sidebar__body {
        padding: 0;
    }

    .attr-filter.investeringer-sidebar .investeringer-sidebar__body {
        padding: 4rem 0;
    }

    .sort-filter.investeringer-sidebar .investeringer-sidebar__foot .btn {
        width: 100%;
        justify-content: center;
    }

    .sort-item {
        padding: 0.8rem 1.6rem;
    }

    .attr-filter-items-title {
        padding: 0 1.6rem;
    }

    .attr-filter.investeringer-sidebar .investeringer-sidebar__foot .btn {
        flex-grow: 1;
        flex-basis: 100%;
        justify-content: center;
    }

    .investeringer-sidebar__body-inner {
        padding: 0;
        border: none;
    }

    .footer-main {
        padding: 8rem 0 4rem;
    }

    .footer-icon-wrapper {
        margin: 0 0 8rem;
    }

    .footer-main .inside-container,
    footer .right-block {
        flex-direction: column;
        row-gap: 8rem;
    }

    .footer-2 {
        grid-template-columns: 1fr;
    }

    .footer-logo + p {
        margin-top: 2.4rem;
    }

    .footer-details-row {
        margin: 4rem 0 4rem;
        column-gap: 1.6rem;
        max-width: 100%;
    }

    .footer-2 .menu ul {
        column-gap: 1.6rem;
        margin-top: 4rem;
    }

    footer .social-media {
        justify-content: flex-start;
        margin: 4rem 0 0;
    }

    .footer-main .inside-container .left-block h4 {
        text-align: center;
    }

    footer .left-block {
        width: 100%;
    }

    .footer-icon-holder {
        height: 24rem;
    }

    .footer-col-text-block {
        min-width: 100%;
    }

    .footer-logo {
        width: 20.4rem;
    }
}
@media screen and (max-width: 767px) {
    section {
        padding: 4rem 0;
    }
    .html_content {
        max-width: 100%;
    }
    .social-media svg {
        height: 2.4rem;
    }

    blockquote,
    .blockquote-right,
    .blockquote-left {
        float: unset;
        width: 100%;
        margin: 0;
        font-size: calc(var(--Typeface-Size-Line-height-H3, 100px) * var(--text-scaler));
        line-height: calc(var(--Typeface-Size-Line-height-H2, 100px) * var(--text-scaler));
    }

    .columns-3,
    .columns-4 {
        grid-template-columns: 1fr;
        row-gap: 2.4rem;
    }

    .call-to-actions-blocks {
        flex-direction: column;
        row-gap: 1rem;
    }

    .call-to-action-block {
        width: 100%;
        padding: 4rem;
    }
}
@media screen and (max-width: 480px) {
    .popup {
        width: calc(100% - 3rem);
    }
}

/* Respect reduced-motion preference */
@media (prefers-reduced-motion: reduce) {
    section,
    #masthead,
    #headfixer,
    #headfixer.stickyhead,
    body:not(.menuopen) #masthead.fixed #headfixer.stickyhead,
    .burger-toggler,
    .search-close,
    header .search-toggler,
    .btn,
    .button,
    .btn::after,
    .btn.btn3,
    .close:before,
    .close:after,
    .woocommerce-remove-coupon:before,
    .woocommerce-remove-coupon:after,
    .woocommerce a.remove:before,
    .woocommerce a.remove:after,
    .lity-close:before,
    .lity-close:after,
    .progressbar,
    .footer-menu-container ul li a::before,
    .swiper-nav-button,
    .swiper-nav-button path,
    .item.horizontal,
    .admin-edit-link a,
    .admin-edit-link a:before,
    .header-top-line a,
    .investeringer-item-inner-block--title p,
    .investeringer-sidebar,
    .inv-sidebar-backdrop,
    .investeringer-sidebar__close,
    .btn-simple,
    .download-button,
    a.read_more span:before,
    a.read_more span:after {
        transition: none;
        animation: none;
    }
}
