/*!
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
*/

@font-face {
    font-family: 'DJH Display';
    src: url('./fonts/DJH-Display.woff2') format('woff2'),
        url('./fonts/DJH-Display.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

html {
    font-size: 10px;
    /* display: none; */
    overscroll-behavior: none;
}
body {
    overscroll-behavior: none;
    transition: opacity var(--animtime1) ease;
    opacity: 0;
    margin: 0;
    color: var(--textclr1);
    --text-scaler: 1;
}
span.highlighted {
    background: #FFF1CD;
}
.counter-container > p {
    font-size: var(--fontsize_s);
    color:var(--Gray-70, #757575);
}
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;
}

#wpadminbar {
    z-index: 9999999999;
}

/* 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: 1;
    transition: var(--animtime2);
    padding: 8rem 0 8rem;
    clear: both;
    width: 100%;
    background: #fff;
    z-index: 2;
    overflow: hidden; /*needed for correct height calculation*/
}
.site-main > section:first-of-type {
    padding-top: 12rem;
}
.container {
    padding: 0 8rem;
    max-width: 144rem;
    margin: 0 auto;
}
.container_m {
    max-width: 120rem;
    margin: 0 auto;
}
.container_s {
    max-width: 104rem;
    margin: 0 auto;
    padding: 0 10rem;
}
.container_l {
    max-width: 180rem;
    margin: 0 auto;
}
blockquote {
    position: relative;
    margin: 4.8rem 0 4rem;
    color: var(--clr1);
    padding-top: 7.2rem;
}
blockquote > *:first-child {
    margin-top: 0;
}
blockquote > *:last-child {
    margin-bottom: 0;
}
.blockquote-right,
.blockquote-left {
    float: left;
    width: 40%;
    padding: 7.2rem 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 em {
    font-size: var(--fontsize_p);
    font-weight: normal;
}
blockquote p:last-child {
    padding-bottom: 0;
}
blockquote:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 4.8rem;
    width: 4.8rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 46 43'%3E%3Cpath fill='%230005A8' d='M45.32 42.2H25.76V22.88L37.76.8h7.56v41.4ZM.2 42.2V22.88L12.2.8h7.56v41.4H.2Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}
.clear {
    display: block !important;
    clear: both;
}
.no-scroll {
    overflow: hidden;
}
.no-mt {
    margin-top: 0;
}
.no-mb {
    margin-bottom: 0;
}
.mx-0 {
    margin: 0;
}
.px-0 {
    padding: 0;
}

/* Typography ===================================================================== */
body {
    font-family: var(--Typeface-Family-Body);
    font-optical-sizing: auto;
    font-style: normal;
    font-size: calc(var(--fontsize_p) * var(--text-scaler));
    line-height: calc(var(--lineh_p) * var(--text-scaler));
}
.h1-display {
    font-family: var(--Typeface-Family-Headings);
    font-size: calc(var(--fontsize_h1_display) * var(--text-scaler));
    line-height: calc(var(--lineh_h1_display) * var(--text-scaler));
}
h1,
.h1 {
    font-family: var(--Typeface-Family-Headings);
    font-size: calc(var(--fontsize_h1) * var(--text-scaler));
    line-height: calc(var(--lineh_h1) * var(--text-scaler));
}
h2,
.h2 {
    font-family: var(--Typeface-Family-Headings);
    font-size: calc(var(--fontsize_h2) * var(--text-scaler));
    line-height: calc(var(--lineh_h2) * var(--text-scaler));
}
h3,
.h3,
p.subtitle {
    font-family: var(--Typeface-Family-Headings);
    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-family: var(--Typeface-Family-Headings);
    font-size: calc(var(--fontsize_h4) * var(--text-scaler));
    line-height: calc(var(--lineh_h4) * var(--text-scaler));
}
h5,
.h5,
h6,
.h6 {
    font-family: var(--Typeface-Family-Headings);
    font-size: calc(var(--fontsize_sub_h) * var(--text-scaler));
    line-height: calc(var(--lineh_sub_h) * var(--text-scaler));
}
a {
    color: inherit;
}
.html_content a:not(.read_more, .btn, .youtube-link, .video-icon, .no-default-hover),
.menu-footer-container ul a {
    position: relative;
    text-decoration: none;
}
.html_content a:not(.read_more, .btn, .youtube-link, .video-icon, .no-default-hover):hover::after,
.menu-footer-container ul a:hover::after {
    animation: underline .8s cubic-bezier(1, .84, .44, 1);
}
.html_content a:not(.read_more, .btn, .youtube-link, .video-icon, .no-default-hover):after,
.menu-footer-container ul a:after {
    content: "";
    display: block;
    height: 1px;
    background-color: currentColor;
    width: 100%;
    position: absolute;
    right: 0;
    top: calc(100%);
}

@keyframes underline {
    0% {
        right: 0;
        left: auto;
        width: 100%;
    }

    50% {
        right: 0;
        left: auto;
        width: 0%;
    }

    51% {
        right: auto;
        left: 0;
        width: 0%;
    }

    100% {
        right: auto;
        left: 0;
        width: 100%;
    }
}

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,
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));
}
.body-small p,
.body-small {
    font-size: calc(var(--Typeface-Size-Body-Small) * var(--text-scaler));
    line-height: calc(
        var(--Typeface-Size-Line-height-Small) * var(--text-scaler)
    );
}
.misc-manchet p {
    font-size: calc(
        var(--Typeface-Size-Miscellaneous-Manchet) * var(--text-scaler)
    );
    line-height: calc(
        var(--Typeface-Size-Line-height-Manchet) * var(--text-scaler)
    );
}
.wp-caption-text {
    color: var(--Gray-100, #0a0a0a);
    font-family: var(--Typeface-Family-Body);
    font-size: var(--Typeface-Size-Miscellaneous-Caption, 10px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--Typeface-Size-Line-height-Caption, 14px);
    margin: 0.8rem 0 0;
}
.wp-caption {
    max-width: 100%;
}
.html_content ul,
.html_content ol {
    padding-left: 3.2rem;
}
.html_content li + li {
    margin-top: 1.6rem;
}

.html_content ol > li::marker {
    font-weight: bold;
}

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

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

.text-uppercase {
    text-transform: uppercase;
}

/* Links ========================================================================== */
.hover-underline:after {
    opacity: 0;
    content: '';
    width: 0;
    height: 2px;
    position: absolute;
    background: white;
    bottom: -2px;
    left: 0;
}
.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: 10rem;
    color: initial;
    font-weight: bold;
    font-size: 1.4rem;
}
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: 1.9rem;
    height: 0.1rem;
}
a.read_more span:before {
    top: 50%;
    right: 0;
    width: 0.1rem;
    height: 1.9rem;
    margin-right: 0.9rem;
    margin-top: -0.9rem;
}
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: 2rem;
    height: 2rem;
}
.close-mini-cart {
    position: absolute;
    width: 1.8rem;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
header .icon-link {
    display: flex;
    flex-direction: column;
    row-gap: 0.4rem;
    align-items: center;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.04rem;
    text-transform: uppercase;
    min-width: 6.5rem;
}
body.menuopen footer {
    opacity: 0!important;
}
header .icon-link svg {
    height: 2.4rem;
    width: 2.4rem;
    stroke: var(--textclr1);
}

.save_page.disable svg path {
    fill: var(--clr1);
    stroke: var(--clr1);
}
/* Columns grid ======================================================================== */
.columns-2 {
    grid-template-columns: calc(50% - 4rem) calc(50% - 4rem);
}
.columns-3 {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 4rem;
    row-gap: 4.8rem;
}
.columns-4 {
    grid-template-columns: calc(25% - 1rem) calc(25% - 1rem) calc(25% - 1rem) calc(
            25% - 1rem
        );
}
.columns-2,
.columns-3,
.columns-4 {
    display: grid;
}
.columns {
    display: flex;
}
.column1,
.column2 {
    flex-grow: 1;
    flex-basis: 100%;
}
/* GravityForm ======================================================================== */
.hide-gf {
    display: none;
}
.gform-loader {
    width: auto !important;
    height: 1.6rem !important;
}
/* Buttons ======================================================================== */
.btn {
    color: var(--Gray-100, #0a0a0a);
    font-family: var(--Typeface-Family-Miscellaneous);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    font-size: 1.8rem;
    display: inline-block;
    position: relative;
    padding: 0 2.8rem 0 0;
    background-color: transparent;
    cursor: pointer;
    border: none;
    text-decoration: none;
    position: relative;
}
.btn::before {
    content: '';
    position: absolute;
    /*width: 100%;*/
    width: calc(100% - 2.8rem);
    height: 1px;
    background: currentColor;
    /*top: 100%;*/
    top: calc(100% + 0.4rem);
    left: 0;
    pointer-events: none;
    transform-origin: 100% 50%;
    transform: scale3d(0, 1, 1);
    transition: transform 0.3s;
}
.btn:hover::before {
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
}
.btn svg {
    content: '';
    position: absolute;
    height: 2.8rem;
    width: 2.8rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 28 29'%3E%3Cpath fill='%230A0A0A' d='M6.846 13.361h10.3L13.98 10.18l1.78-1.78 5.15 5.166v2.284L15.76 21l-1.78-1.78 3.198-3.181H6.846V13.36Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 2.8rem;
    right: 0;
    top: calc(50% - 1.4rem);
    transform: translateX(0);
    transition: transform 500ms ease;
}
.btn.btn--light {
    color: #fff;
}
.btn.btn--light svg {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 28 29'%3E%3Cpath fill='%23fff' d='M6.846 13.361h10.3L13.98 10.18l1.78-1.78 5.15 5.166v2.284L15.76 21l-1.78-1.78 3.198-3.181H6.846V13.36Z'/%3E%3C/svg%3E");
}
.btn:hover {
    color: var(--Gray-100, #0a0a0a);
    background: none;
}
.btn.btn--light:hover {
    color: #fff;
}
.btn:hover svg {
    transform: translateX(0.4rem);
}
.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: 4rem;
    background-color: var(--clr1);
    padding: 1.3rem 8rem !important;
    color: white;
    text-decoration: none;
    display: inline-block;
    transition: var(--animtime1);
    font-size: calc(var(--fontsize_s) * var(--text-scaler));
    border: 0;
    width: auto;
    cursor: pointer;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
}
.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: var(--clr2);
    color: white;
}
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;
}
.btn-default {
    font-size: 1.1rem;
    letter-spacing: 0.088rem;
    font-weight: 700;
    display: inline-flex;
    height: 4rem;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 4.8rem;
    background: var(--Gray-100, #0a0a0a);
    color: #fff;
    text-transform: uppercase;
    padding: 0 1.6rem;
    cursor: pointer;
    transition: var(--animtime1);
    border: none;
    font-family: var(--Typeface-Family-Miscellaneous, 'DJH');
}
.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;
}
.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: 0.2rem;
    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: 0.2rem;
    margin-top: -0.1rem;
}
.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;
}
.colortheme_white header.scrollup .custom-logo-link svg path {
    fill: black;
}
body.error404 header.scrollup .custom-logo-link svg path,
.colortheme_grey header.scrollup .custom-logo-link svg path,
.colortheme_grey header .custom-logo-link svg path {
    fill: #0034ad;
}
.home header.scrollup .custom-logo-link svg path {
    fill: #0034ad;
}
header.scrollup .custom-logo-link svg path {
    fill: var(--color_theme_1);
}

/* 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;
}
#masthead,
#headfixer.stickyhead {
    position: relative;
    width: 100%;
    transition: top 0.5s ease;
    z-index: 99999999;
    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);
}
#headfixer {
    left: 0;
    transition: var(--animtime2);
}
.extra_nav {
    display: flex;
    flex-wrap: wrap;
    column-gap: 0.1rem;
}
body:not(.menuopen) #masthead.fixed,
body:not(.menuopen) #masthead.fixed:not(.scrollup) {
    position: absolute;
}
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.scrollup .stickyhead {
    background-color: #fff;
}

body:not(.menuopen) #masthead.fixed:not(.scrollup) .extra_nav,
body:not(.menuopen) #masthead.fixed:not(.scrollup) .burger-icon,
body:not(.menuopen) #masthead.fixed:not(.scrollup) .mob-search-icon {
    color: var(--color_theme_3);
}
.reels-module a {
    text-decoration: none;
}
.reels-module.main-reels-module a .item-card-inner::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background: linear-gradient(359deg, rgba(10, 10, 10, 0.90) 0.56%, rgba(0, 0, 0, 0.68) 24.61%, rgba(255, 255, 255, 0.00) 99.47%);
}
.reels-module a .item-card-inner .itemtext{
    z-index: 3;
}

.reels-module a:focus-visible {
    box-shadow: rgb(23, 115, 176) 0 0 0 1px;
    border: 1px solid #1773b0;
    border-radius: var(--radius3);
}
@media screen and (min-width: 1001px) {
    button.btn-default.register.js-widget-toggler {
        /*margin-right: -5.6rem;*/
    }
    body.single-kurser .submenu-row .submenu-row-overflow-wrap {
        margin-right: -5.6rem;
    }
    body:not(.menuopen) #masthead.fixed:not(.scrollup) #primary-menu > li > a,
    body:not(.menuopen)
        #masthead.fixed:not(.scrollup)
        #primary-menu
        > li
        > button {
        color: var(--color_theme_3);
    }
}


body:not(.menuopen)
    #masthead.fixed:not(.scrollup)
    .burger-icon
    .btn-burger
    span {
    background-color: var(--color_theme_3);
}

body:not(.menuopen)
    #masthead.fixed:not(.scrollup)
    .custom-logo-link.global-logo
    svg
    path {
    fill: var(--color_theme_1);
}
body.error404:not(.menuopen)
#masthead.fixed:not(.scrollup)
.custom-logo-link.global-logo
svg
path,
body.colortheme_grey:not(.menuopen)
    #masthead.fixed:not(.scrollup)
    .custom-logo-link.global-logo
    svg
    path,
body.colortheme_white:not(.menuopen)
    #masthead.fixed:not(.scrollup)
    .custom-logo-link.global-logo
    svg
    path {
    fill: #0034ad;
}
body.colortheme_black:not(.menuopen)
    #masthead.fixed:not(.scrollup)
    .custom-logo-link.global-logo
    svg
    path {
    fill: #ffffff;
}
body:not(.menuopen) #masthead.fixed:not(.scrollup) .extra_nav svg path,
body:not(.menuopen) #masthead.fixed:not(.scrollup) .icon-link svg path {
    stroke: var(--color_theme_3);
}

body:not(.menuopen)
    #masthead.fixed:not(.scrollup)
    #headfixer
    .main-navigation
    ul
    ul
    li
    a {
    color: var(--textclr1);
    display: inline-block;
}

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;
}
.filter-btn span,
.filter-btn-all span {
    font-weight: normal;
}
.nav-container {
    display: flex;
    align-items: center;
}
#masthead .btn {
    margin-bottom: 0;
}
#masthead .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 12rem;
    column-gap: 2.4rem;
}
.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.main-navigation li {
    position: relative;
}
.main-navigation a {
    color: var(--textclr1);
    display: block;
    text-decoration: none;
}
#primary-menu {
    column-gap: 4rem;
    display: flex;
}

@media screen and (min-width: 1001px) {
    #primary-menu > li {
        display: inline-flex;
    }
    #primary-menu > li > a,
    #primary-menu > li > button {
        font-size: 1.3rem;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 0.104rem;
        text-transform: uppercase;
        text-decoration: none;
        cursor: pointer;
        padding: 0;
        border: none;
        background-color: transparent;
        position: relative;
        font-family: var(--Typeface-Family-Miscellaneous, 'DJH Display');
    }


    #primary-menu > li > a::before,
    #primary-menu > li > button::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        background: currentColor;
        /*top: 100%;*/
        top: calc(100% + 0.4rem);
        left: 0;
        pointer-events: none;
        transform-origin: 100% 50%;
        transform: scale3d(0, 1, 1);
        transition: transform 0.3s;
    }
    #primary-menu > li > a:hover::before,
    #primary-menu > li > button:hover::before {
        transform-origin: 0% 50%;
        transform: scale3d(1, 1, 1);
    }
    #primary-menu > li.is-open > .sub-menu {
        display: flex;
        column-gap: 8rem;
        position: fixed;
        width: 100%;
        max-width: 120rem;
        margin: 0 auto;
        top: 12.8rem;
        background-color: #fff;
        left: 50%;
        transform: translateX(-50%);
        padding: 8rem 12rem;
        opacity: 1;
        animation-name: fadeInOpacity;
        animation-iteration-count: 1;
        animation-timing-function: ease;
        animation-duration: var(--animtime1);
    }

    #primary-menu > li.is-open > .sub-menu a {
        font-family: var(--Typeface-Family-Miscellaneous, 'DJH Display');
        font-size: var(--Typeface-Size-Miscellaneous-Button-large, 1.8rem);
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        color: var(--textclr1);
        text-decoration: none;
        position: relative;
        text-transform: uppercase;
    }

    #primary-menu > li.is-open > .sub-menu a::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        background: currentColor;
        top: 100%;
        left: 0;
        pointer-events: none;
        transform-origin: 100% 50%;
        transform: scale3d(0, 1, 1);
        transition: transform 0.3s;
    }

    #primary-menu > li.is-open > .sub-menu a:hover::before {
        transform-origin: 0% 50%;
        transform: scale3d(1, 1, 1);
    }

    #primary-menu > li.is-open > .sub-menu li.size-big a {
        font-size: var(--Typeface-Size-Headings-H2, 4.8rem);
        line-height: var(--Typeface-Size-Line-height-H2, 5.2rem);
        text-transform: uppercase;
    }

    #primary-menu > li.is-open > .sub-menu li.size-big a::before {
        height: 0.3rem;
    }

    #primary-menu > li.is-open > .sub-menu .sub-menu li + li {
        margin-top: 1.8rem;
    }

    #primary-menu > li.is-open > .sub-menu .sub-menu li.size-big + li {
        margin-top: 2.4rem;
    }

    .submenu-label {
        color: var(--Gray-80, #585858);
        font-size: var(--Typeface-Size-Miscellaneous-SubH3, 1.6rem);
        font-weight: 700;
        line-height: var(--Typeface-Size-Miscellaneous-SubH3, 1.6rem);
        display: block;
        margin: 0 0 4rem;
    }
}

body.menu-open {
    overflow: hidden;
}

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

/* Small menu. */
.menu-toggle {
    display: block;
}

/* Media ========================================================================== */
.video-icon {
    background: url('img/icons/play.svg') no-repeat;
    background-size: 6rem;
    background-position: center;
    width: 8rem;
    height: 8rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s ease-in-out;
    cursor: pointer;
    background-position: center;
    z-index: 9;
}
.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) 42.79%,
        rgba(0, 0, 0, 0.8) 100%
    );
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.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;
}

/* Lity =========================================================================== */
.lity {
    z-index: 99999;
    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;
    max-height: 90vh;
}
.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(--Gray-100, #0a0a0a);
    color: #fff;
    padding: 9.2rem 0;
    z-index: 2;
    position: relative;
}
.above-search {
    color: var(--Gray-80, #585858);
    margin: 0 0 0.8rem;
}
.footer-2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.footer2-col1 {
    display: flex;
    column-gap: 4rem;
    row-gap: 0.8rem;
    flex-wrap: wrap;
}
.footer2-col1 p,
.menu-footer-container ul a {
    color: var(--clr3, #9e9e9e);
    font-size: var(--Typeface-Size-Miscellaneous-Caption, 1rem);
    font-style: normal;
    font-weight: 400;
    line-height: var(--Typeface-Size-Line-height-Caption, 1.4rem);
    margin: 0;
}

.footer2-col3 .social-media {
    column-gap: 4rem;
    flex-wrap: nowrap;
}

.footer2-col3 .social-media a {
    margin: 0;
}

.footer2-col3 .social-media a svg {
    margin: 0;
    fill: var(--clr3);
    height: 1.6rem;
}
.footer-2 a {
    text-decoration: none;
    color: var(--textclr1);
    margin-right: 3rem;
}
.footer-2 a:last-child {
    float: right;
    margin-right: 0;
}

.menu-footer-container ul {
    margin: 0;
    padding: 0;
    display: flex;
    column-gap: 4rem;
    flex-wrap: wrap;
    row-gap: 0.8rem;
}

.footer_logo {
    margin-bottom: 2rem;
}
.footer_col1 {
    max-width: 30rem;
}
.footer-main .container {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    row-gap: 8rem;
}
.footer-main .container .inside-container {
    width: 100%;
    padding: 0 0 8rem;
    border-bottom: 1px solid var(--clr7, #757575);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-col1 svg {
    fill: #fff;
    height: 3.8rem;
    width: auto;
}

.footer-col1 {
    width: 11rem;
    overflow: hidden;
}

header .custom-logo-link svg{
    height: 3.7rem;
    width: auto;
}

.footer-col1 svg path {
    fill: #fff;
}

.footer-col2 {
    display: flex;
}

.footer-col-text-block {
    padding-right: 3rem;
    min-width: 30.7rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-col-text-block p {
    margin: 0.4rem 0;
}

.footer-col-text-block p a {
    text-decoration: underline;
}

footer .footer-col2 a[target="_blank"] {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 0.4rem;
    align-items: center;
}

footer .footer-col2 a[target="_blank"] svg{
    width: 2.8rem;
    height: auto;
}

footer .footer-col2 a[target="_blank"] {
    background-size: calc(100% - 3.2rem) 0%;
    background-position: right bottom;
    padding-bottom: 0;
}

footer .footer-col2 a[target="_blank"]:hover {
    background-size: calc(100% - 3.2rem) 100%;
}

footer .footer-col2 a {
    text-underline-offset: 7px !important;
    text-decoration-thickness: 1px;
    padding-bottom: 3px;
}

.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);
}

.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;
}
.footer-main .container .inside-container .left-block li p a:hover {
    text-decoration: underline;
}
.social-media svg path,
.social-media svg rect,
.social-media svg line,
.social-media svg circle {
    stroke: #000;
}
.footer-main .container .inside-container .social-media a {
    margin-left: 1.5rem;
    margin-right: 0;
}
footer .social-media {
    display: flex;
    flex-wrap: wrap;
}
.social-media a {
    margin-right: 1rem;
    text-decoration: none;
}
.social-media svg {
    height: 3rem;
    max-height: 2rem;
    width: auto;
    max-width: 3rem;
    margin-top: 2rem;
}
.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-2 .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-2 .container .menu {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
.footer-2 .container .menu li {
    list-style: none;
}
.footer-2 .container .menu li:first-child a {
    padding-left: 0;
}
.footer-2 .container .menu li a {
    padding: 0 1rem;
}
.footer-2 .container .menu li:last-child a {
    padding-right: 0;
}
.footer-2 .container .social-media {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

/* 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;

}
.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;
}

.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:hover,
.wcag-navigation button.active {
    background: var(--clr1) !important;
    color: #fff !important;
}

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

.wcag-navigation button:hover span,
.wcag-navigation button.active 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 {
    /*rtl:ignore*/
    float: left;

    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}
.alignright {
    /*rtl:ignore*/
    float: right;

    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

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

.item {
    border-radius: var(--radius1);
    overflow: hidden;
    display: flex;
    cursor: pointer;
    width: 100%;
    opacity: 0;
    flex-direction: column;
}
.item.events {
    cursor: auto;
    justify-content: center;
}
.item.events.post {
    cursor: pointer;
}
.item.events h3 {
    cursor: pointer;
}
.item.events .kurser-cat {
    cursor: default;
}
.item.employee {
    cursor: auto;
}
.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-list,
.results-wrapper .woocommerce {
    margin-top: 3.5rem;
}
.swiper-slide:not(.post) {
    width: 32.4rem !important;
    height: auto !important;
}

.swiper .swiper-button-next,
.swiper .swiper-button-prev {
    height: 12rem;
    width: 12rem;
    border-radius: 8rem;
    background: rgba(255, 255, 255, 0.75);
    margin: 0;
}

.swiper .swiper-button-next {
    margin-right: -4rem;
}

.swiper .swiper-button-next:after,
.swiper .swiper-rtl .swiper-button-prev:after {
    content: '→';
    font-family: var(--Typeface-Family-Headings);
    font-size: 3.4rem;
    color: var(--Gray-100, #0a0a0a);
}

.swiper .swiper-button-prev {
    margin-left: -4rem;
}

.swiper .swiper-button-prev:after,
.swiper .swiper-rtl .swiper-button-next:after {
    content: '←';
    font-family: var(--Typeface-Family-Headings);
    font-size: 3.4rem;
    color: var(--Gray-100, #0a0a0a);
}

.swiper .swiper-pagination-progressbar.swiper-pagination-horizontal {
    height: 0.2rem;
}

.swiper .swiper-button-next.swiper-button-invisible,
.swiper .swiper-button-prev.swiper-button-invisible {
    height: calc(100% - 5.6rem);
    width: 16.2rem;
    background: transparent;
    margin: 0;
    top: 0;
    border-radius: 0;
}

.swiper .swiper-button-next.swiper-button-invisible {
    right: 0;
}

.swiper .swiper-button-prev.swiper-button-invisible {
    left: 0;
}

.swiper .swiper-button-next.swiper-button-invisible::after,
.swiper .swiper-button-prev.swiper-button-invisible::after {
    display: none;
}

.items-list {
    display: flex;
    justify-content: space-between;
    justify-content: center;
    row-gap: 3.5rem;
    flex-wrap: wrap;
}
/* .grid { */
/* justify-content: space-between; */
/* column-gap: 25px; */
/* } */
.grid .item {
    flex-basis: calc(33.333% - 1.6666rem);
}
.itemtext {
    padding: 0.9rem 0 3rem 0;
    border-bottom: var(--border1);
    /* height: calc(100% - 23rem); */
}
.item.horizontal {
    display: flex;
    box-shadow: 0 0.8rem 1.9rem rgb(0 0 0 / 10%);
    transition: var(--animtime1);
    position: relative;
    top: 0;
}
.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;
    padding: 0 7rem;
    margin-bottom: 2rem;
}

.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: 20rem;
    height: 2px;
    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;
}

.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;
}
.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';
}
.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: 0 -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));
}

.text-list-content {
    padding: 8rem;
    display: flex;
    flex-direction: column;
    row-gap: 4.8rem;
}

.text_list_module .text_el svg {
    height: 3.2rem;
    width: 3.2rem;
    margin: 0 0 0.4rem;
}


.single-kurser-hero {
    background-color: var(--clr2);
    color: #fff;
    padding-bottom: 4rem;
}

.single-kurser-hero .container {
    min-height: 50rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}

.single-kurser-hero h1 {
    max-width: 90rem;
}

.single-kurser-hero svg {
    width: 20rem;
    height: 100%;
    max-height: 20rem;
    margin-bottom: 4.8rem;
}

.single-kurser-content {
    padding: 0;
    display: flex;
    /* overflow: hidden; */
    background: linear-gradient(to right, var(--clr8) calc(50% + 58rem), var(--clr2) calc(50% - 58rem));
    z-index: 2;
    position: relative;
    overflow-x: hidden;
}
.single-kurser-content > .container {
    display: flex;
    padding-left: 0;
}

.single-kurser-content__builder {
    /* height: 300rem; */
    /* padding-right: 8rem; */
    width: calc(100% - 37.2rem);
}

.single-kurser-content__builder .toc-sticky {
    background-color: #fff;
}

.single-kurser-content__builder .toc-sticky .submenu-row {
    position: relative;
    z-index: 2;
}

.single-kurser-content__builder .toc-sticky::before {
    content: '';
    width: 100vw;
    height: 100%;
    right: 0;
    top: 0;
    transform: translateX(0vw);
    background: #fff;
    position: absolute;
    z-index: 0;
}

.select-kurser-block {
    /*position: sticky;*/
    /*top: 0;*/
    background-color: var(--clr2);
    color: #fff;
    height: auto;
    /*overflow-y: auto;*/
    width: 37.2rem;
    flex: 0 0 auto;
    /*margin-right: -8rem;*/
}

.select-kurser-block__inner {
    padding: 1.6rem 3.2rem 3.2rem;
    position: sticky;
    top: 0;
}

.course-details-row {
    padding: 0.8rem 0;
    display: flex;

    column-gap: 1.6rem;
}

.course-details-row b {
    width: 10rem;
    flex: 0 0 auto;
}

.course-details-row b,
.course-details-row span:not(.found-in-explanation):not(.found-in-explanation--inner),
.course-details-row a:not(.btn) {
    font-family: var(--Typeface-Family-Body, 'Inter');
    font-size: var(--Typeface-Size-Body-Small, 1.4rem);
    line-height: var(--Typeface-Size-Line-height-Small, 2rem); /* 142.857% */
}

.course-details-row .btn {
    margin-top: 2.4rem;
}

.pris-block {
    margin-top: 2.4rem;
    padding-top: 2.4rem;
    /*border-top: 1px solid var(--clr7, #757575);*/
    margin-left: -3.2rem;
    margin-right: -3.2rem;
    padding-left: 3.2rem;
    padding-right: 3.2rem;
    position: relative;
}

.pris-block::before {
    content: '';
    position: absolute;
    top: -1px;
    width: 100%;
    left: 0;
    height: 1px;
    background: var(--clr7);
}

.pris-block .course-details-row a.btn.btn--light {
    display: none;
}

.select-kurser-block__inner h4 {
    font-size: var(--Typeface-Size-Miscellaneous-SubH2, 1.8rem);
    font-style: normal;
    font-weight: 700;
    line-height: var(--Typeface-Size-Line-height-SubH2, 2.4rem); /* 133.333% */
    margin: 0 0 1.6rem;
}

.select-kurser-block__inner .custom-select {
    margin-bottom: 2.4rem;
}

/* custom select element */
.custom-select {
    position: relative;
    cursor: pointer;
    border-radius: 4.8rem;
    background: #202020;
    height: 6rem;
    width: 100%;
    border: none;
    color: #fff;
    font-family: var(--Typeface-Family-Body, 'Inter');
    font-size: var(--Typeface-Size-Miscellaneous-SubH1, 2rem);
    font-style: normal;
    font-weight: 700;
    line-height: var(--Typeface-Size-Line-height-SubH1, 2.8rem); /* 140% */
    padding: 0 5.6rem 0 2.4rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 32 33'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' d='m26 12.426-10 10-10-10'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 3.2rem 3.3rem;
    background-position: right 2.4rem center;
}

.custom-select-display {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
}

.custom-select-list {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0.4rem 0 0;
    padding: 0.8rem;
    list-style: none;
    border: 1px solid #ccc;
    border-radius: 1.2rem;
    background: white;
    max-height: 30rem;
    overflow-y: auto;
    z-index: 1000;
}

.custom-select-list li {
    padding: 0.8rem 1.2rem;
    color: var(--clr2, #0a0a0a);
    font-size: var(--Typeface-Size-Body-Small, 1.4rem);
    font-style: normal;
    font-weight: 400;
    line-height: var(--Typeface-Size-Line-height-Small, 2rem); /* 142.857% */
    border-radius: 0.8rem;
}

.custom-select-list li + li {
    margin-top: 0.4rem;
}

.custom-select-list li:hover {
    border-radius: 0.8rem;
    background: var(--Gray-20, #f5f5f5);
}

.custom-select-list li[aria-selected='true'] {
    background: var(--clr2);
    color: white;
}

/* Footer search */

.footer-search-block button {
    width: 100%;
    border-radius: 6.4rem;
    background-color: #212121;
    border: none;
    height: 7.4rem;
    padding: 1rem 1.6rem;
    display: flex;
    align-items: center;
    transition: var(--animtime1);
    justify-content: flex-start;
    gap: 0.8rem;
    font-family: var(--Typeface-Family-Headings);
    font-size: calc(var(--fontsize_h3) * var(--text-scaler));
    line-height: calc(var(--lineh_h3) * var(--text-scaler));
    color: var(--clr4);
    cursor: pointer;
}

.footer-search-block button:hover{
    background-color: #313131;
    color: #fff;
}

/*.footer-search-block button::before {*/
/*    content: '';*/
/*    height: 5.4rem;*/
/*    display: flex;*/
/*    width: 5.5rem;*/
/*    background-image: url("data:image/svg+xml,%3Csvg width='54' height='55' viewBox='0 0 54 55' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.4688 42.6875C34.2545 42.6875 42.1875 34.7545 42.1875 24.9688C42.1875 15.183 34.2545 7.25 24.4688 7.25C14.683 7.25 6.75 15.183 6.75 24.9688C6.75 34.7545 14.683 42.6875 24.4688 42.6875Z' stroke='%239E9E9E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M36.998 37.498L47.2496 47.7496' stroke='%239E9E9E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");*/
/*    background-repeat: no-repeat;*/
/*    background-position: center;*/
/*    background-size: 5.4rem 5.5rem;*/
/*}*/

.footer-search-block button svg{
    height: 5.4rem;
    display: flex;
    width: 5.5rem;
}

.footer-search-block button svg path{
    transition: stroke var(--animtime1);
}

.footer-search-block button:hover svg path{
    stroke: #fff;
}

/* Toc sticky */

.toc-sticky {
    position: sticky;
    top: 0;
    /*padding: 2rem 0;*/
    z-index: 99999;
    /*margin-top: -6.6rem;*/
}

.toc-sticky.dark_text .submenu-row-list a{
    color: var(--textclr1);
}

.toc-sticky a {
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    letter-spacing: 0.08em;
    font-size: calc(1.2rem * var(--text-scaler));
    line-height: calc(100% * var(--text-scaler));
    padding: 2rem 0;
    font-weight: 700;
    position: relative;
}

.toc-sticky a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: currentColor;
    /* top: 100%; */
    top: calc(100% - 1.6rem);
    left: 0;
    pointer-events: none;
    transform-origin: 100% 50%;
    transform: scale3d(0, 1, 1);
    transition: transform 0.3s;
}
.toc-sticky a:hover::before{
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
}

.toc-sticky .submenu-row-list {
    display: flex;
    flex-wrap: wrap;
    gap: 4rem;
}

.toc-sticky.visible-header {
    /*z-index: 99;*/
    z-index: 999999;
}

.single-kurser .toc-sticky.visible-header{
    z-index: 999999;
}

.single-kurser .toc-sticky a {
    color: var(--textclr1);
}

.submenu-row-overflow-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.single-kurser .submenu-row-overflow-wrap .btn {
    margin: 0;
    background-color: var(--clr2);
    padding: 1.45rem 1.6rem;
    letter-spacing: 0.08em;
    color: #fff;
    border-radius: 4.8rem;
    font-size: calc(1.1rem * var(--text-scaler));
    text-decoration: none;
}

.single-kurser .submenu-row-overflow-wrap .btn svg {
    display: none;
}

/* Text two columns */

.text_module .container.two_columns .html_content {
    display: flex;
    flex-wrap: wrap;
}

.single-kurser .text_module .container.two_columns .html_content > h2,
.single-kurser .accordion-block .left-side {
    width: 29.4rem;
    padding-right: 2.4rem;
}

.text_module .container.two_columns .html_content > h2{
    width: 52rem;
    padding-right: 12rem;
    font-size: calc(var(--fontsize_h3) * var(--text-scaler));
    line-height: calc(var(--lineh_h3) * var(--text-scaler));
}

.single-kurser .text_module .container.two_columns .html_content .content,
.single-kurser .accordion-block .accordion-block-body {
    width: calc(100% - 29.4rem);
    max-width: unset;
}

.text_module .container.two_columns .html_content .content{
    width: calc(100% - 52rem);
    max-width: unset;
}

.single-kurser .accordion-block .accordion-block-wrapper {
    column-gap: 0;
}

.text_module .container.two_columns .html_content .content p:first-of-type {
    margin-top: 0;
}

.html_content h4,
.html_content h5,
.html_content h6 {
    font-family: var(--Typeface-Family-Body);
}

.single-kurser .accordion-block .left-side h2 {
    font-size: calc(var(--fontsize_h4) * var(--text-scaler));
    line-height: calc(var(--lineh_h4) * var(--text-scaler));
}

.single-kurser .text_module .container_s {
    padding: 0 8rem;
    max-width: 144rem;
    margin: 0 auto;
}

.single-kurser .cards_module .list-container.columns-3 {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 9rem;
}

/* Kurser list */

[data-type='kurser'] .events-card-inner .available-dates a {
    border-radius: 50%;
    width: 6.5rem;
    height: 6.5rem;
    display: flex;
    font-weight: 700;
    background-color: #fff;
    letter-spacing: 0.04em;
    font-size: calc(1rem * var(--text-scaler));
    line-height: calc(100% * var(--text-scaler));
    align-items: center;
    justify-content: center;
}

[data-type='kurser'] .events-card-inner .available-dates a.full {
    background-color: var(--clr4);
}

[data-type='kurser'] .events-card-inner .available-dates {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    width: 100%;
    margin-top: 1.6rem;
}

[data-type='kurser'] .events-card-inner .kurser-date > span.full-label {
    margin-left: 1.6rem;
}
[data-type='kurser'] .events-card-inner .kurser-date > span.full-label::before {
    background: var(--clr4);
}
[data-type='kurser'] .events-card-inner .kurser-date > span {
    font-weight: 700;
    letter-spacing: 0.04em;
    font-size: calc(1rem * var(--text-scaler));
    line-height: calc(100% * var(--text-scaler));
    color: #757575;
    display: flex;
    gap: 0.6rem;
}

[data-type='kurser'] .events-card-inner .kurser-date > span::before {
    content: '';
    width: 1.1rem;
    height: 1.1rem;
    border-radius: 50%;
    background: var(--clr8);
}

[data-type='kurser'] .events-card-inner .kurser-date {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 1.6rem;
    transition: var(--animtime1);
    display: none;
}

[data-type='kurser'] .events-card-inner .itemtext {
    display: flex;
    flex-wrap: wrap;
    padding: 1.6rem 7.6rem 2.4rem 1.6rem !important;
}

[data-type='kurser'] .events-card-inner .itemtext .kurser-image {
    width: 10rem;
    height: 10rem;
    display: flex;
    flex-wrap: wrap;
    padding: 1.6rem;
    align-items: center;
    justify-content: center;
}

[data-type='kurser'] .events-card-inner .itemtext .kurser-image svg {
    width: 100%;
    height: auto;
}

[data-type='kurser'] .events-card-inner .itemtext .kurser-right-side-content {
    width: calc(100% - 10rem);
    padding-left: 1.6rem;
}

.filter[data-type='post'] .item .post-cat,
[data-type='kurser']
    .events-card-inner
    .itemtext
    .kurser-right-side-content
    span {
    text-transform: uppercase;
    font-size: calc(var(--fontsize_xs) * var(--text-scaler));
    line-height: calc(100% * var(--text-scaler));
    letter-spacing: 0.08em;
    display: flex;
    color: var(--clr4);
    font-weight: 700;
    margin-bottom: 0.4rem;
}

[data-type='kurser'] .item.events:hover .events-card-inner,
[data-type='kurser'] .item.events a:focus-visible .events-card-inner,
[data-type='kurser'] .item.events .events-card-inner.active {
    background-color: var(--clr7);
}

[data-type='kurser'] .item.events:hover .events-card-inner .kurser-date,
[data-type='kurser'] .item.events .events-card-inner.active .kurser-date {
    background-color: var(--clr6);
}

[data-type='kurser'] .item.events .events-card-inner {
    flex-wrap: wrap;
    flex-direction: unset;
    padding: 0;
    overflow: hidden;
}

[data-type='kurser'] button.kurser-list-button,
[data-type='kurser'] .events-card-inner a.link-button,
.events-card-inner a.link-button,
.kurser-list-button-close {
    background: transparent;
    border: 0;
    padding: 0;
    position: absolute;
    right: 1.6rem;
    top: 1.75rem;
    cursor: pointer;
    opacity: 0;
    z-index: -2;
    transition: var(--animtime1);
}

.events-card-inner a.link-button {
    top: 50%;
    transform: translateY(-50%);
}

[data-type='kurser'] .events-card-inner a.link-button {
    top: 6.95rem;
    transform: translateY(0);
}

[data-type='kurser'] .item.events:hover button.kurser-list-button,
[data-type='kurser'] .item.events:hover .events-card-inner a.link-button,
.item.events:hover .events-card-inner a.link-button {
    opacity: 1;
    z-index: 99;
}

[data-type='kurser']
    .item.events
    .events-card-inner.active
    button.kurser-list-button,
[data-type='kurser'] .item.events .events-card-inner.active a.link-button {
    opacity: 0;
    z-index: -2;
}

[data-type='kurser'] .item.events .events-card-inner .kurser-date.active {
    display: flex;
}

[data-type='kurser']
    .item.events
    .events-card-inner.active
    .kurser-list-button-close {
    opacity: 1;
    z-index: 99;
}

.scale-in-transition {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.03, 0.98, 0.52, 0.99);
    will-change: transform;
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(0.03, 0.98, 0.52, 0.99);
}

.group:focus .scale-in-transition,
.group:hover .scale-in-transition {
    transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(0.97)
        scaleY(0.97);
}

.button-scale-up-transition {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.03, 0.98, 0.52, 0.99);
    will-change: transform;
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(0.03, 0.98, 0.52, 0.99);
}

.group:focus .button-scale-up-transition,
.group:hover .button-scale-up-transition {
    transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(1.25)
        scaleY(1.25);
}

.sliding-widget {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    overflow-y: auto;
    max-height: 100vh;
    background-color: #fff;
    z-index: 99999999999;
    padding: 8rem;
    transform: translateY(100%);
    transition: transform var(--animtime1);
}

.sliding-widget section{
    opacity: 1;
    background: transparent;
    padding: 0;
}

.sliding-widget section .admin-edit-link.admin-copy-link.section{
    display: none;
}

.sliding-widget section > .container{
    padding: 0;
}

.sliding-widget section > .container .left-side{
    width: 100%;
}

.sliding-widget section > .container .left-side h2{
    font-size: calc(var(--fontsize_h3) * var(--text-scaler));
    line-height: calc(var(--lineh_h3) * var(--text-scaler));
}

.sliding-widget section .accordion-block-wrapper .accordion-block-body{
    width: 100%;
    max-width:  unset;
}

.sliding-widget section .faq-question .title:before, .sliding-widget section .faq-question .title:after{
    background-color: #0A0A0A;
}

.sliding-widget section.accordion-block ul li {
    border-color: #0A0A0A;
}

.sliding-widget section .accordion-block-wrapper *{
    color: var(--textclr1);
}

.sliding-widget section .accordion-block-wrapper {
    flex-direction: column;
}

.sliding-widget.is-open {
    transform: translateY(0);
}

.sliding-widget__container {
    max-width: 84rem;
    margin: 0 auto;
}

.widget-close {
    position: absolute;
    top: 3.2rem;
    right: 3.2rem;
    height: 3.2rem;
    width: 3.2rem;
    border-radius: 50%;
    background: var(--Gray-100, #0a0a0a);
    cursor: pointer;
    border: none;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: var(--animtime1);
}

.widget-close:hover{
    transform: scale(1.3);
}

.widget-close svg {
    height: 2rem;
    width: 2rem;
}

p.manchet{
    font-size: calc(3rem * var(--text-scaler));
    line-height: calc(3.8rem * var(--text-scaler));
    margin-top: 2.7rem;
}

main#primary {
    padding-bottom: calc(var(--footer-height) + env(safe-area-inset-bottom, 0px));
}
footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
}

.gform-footer br {
    display: none;
}

/*.module-4 .banner_1_right {*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*    will-change: transform;*/
/*}*/

/*!* Parallax element wrapper *!*/
/*.module-4 .paralax-element {*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*    will-change: transform;*/
/*}*/

/*!* Media container *!*/
/*.module-4 .media-container {*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/

/*!* Video figure *!*/
/*.module-4 .cdm-vid {*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    position: relative;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    overflow: hidden;*/
/*}*/

/*!* Image figure (if you have images) *!*/
/*.module-4 .cdm-img {*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    position: relative;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    overflow: hidden;*/
/*}*/

/*!* Video elements with parallax effect *!*/
/*.module-4 .cdm-vid video {*/
/*    --overflow: 60px;*/
/*    width: 100%;*/
/*    height: calc(100% + (2 * var(--overflow)));*/
/*    position: absolute;*/
/*    top: calc(-1 * var(--overflow));*/
/*    left: 0;*/
/*    object-fit: cover;*/
/*    will-change: transform;*/
/*    transform: translate3d(0, 0, 0);*/
/*}*/

/*!* Image elements with parallax effect *!*/
/*.module-4 .cdm-img img {*/
/*    --overflow: 60px;*/
/*    width: 100%;*/
/*    height: calc(100% + (2 * var(--overflow)));*/
/*    position: absolute;*/
/*    top: calc(-1 * var(--overflow));*/
/*    left: 0;*/
/*    object-fit: cover;*/
/*    will-change: transform;*/
/*    transform: translate3d(0, 0, 0);*/
/*}*/

/*!* Background image elements with parallax effect *!*/
/*.module-4 .media-container[style*="background-image"] {*/
/*    --overflow: 60px;*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*    background-repeat: no-repeat;*/
/*    will-change: transform;*/
/*}*/

/*.module-4 .media-container[style*="background-image"]::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: calc(-1 * var(--overflow));*/
/*    left: 0;*/
/*    right: 0;*/
/*    height: calc(100% + (2 * var(--overflow)));*/
/*    background-image: inherit;*/
/*    background-size: inherit;*/
/*    background-position: inherit;*/
/*    background-repeat: inherit;*/
/*    will-change: transform;*/
/*    transform: translate3d(0, 0, 0);*/
/*}*/

/*!* Different parallax speeds for all media types *!*/
/*.module-4 .paralax-element--slow .cdm-vid video,*/
/*.module-4 .paralax-element--slow .cdm-img img,*/
/*.module-4 .paralax-element--slow .media-container[style*="background-image"] {*/
/*    --overflow: 40px;*/
/*}*/

/*.module-4 .paralax-element--slow .media-container[style*="background-image"]::before {*/
/*    --overflow: 40px;*/
/*}*/

/*.module-4 .paralax-element--medium .cdm-vid video,*/
/*.module-4 .paralax-element--medium .cdm-img img,*/
/*.module-4 .paralax-element--medium .media-container[style*="background-image"] {*/
/*    --overflow: 80px;*/
/*}*/

/*.module-4 .paralax-element--medium .media-container[style*="background-image"]::before {*/
/*    --overflow: 80px;*/
/*}*/

/*.module-4 .paralax-element--fast .cdm-vid video,*/
/*.module-4 .paralax-element--fast .cdm-img img,*/
/*.module-4 .paralax-element--fast .media-container[style*="background-image"] {*/
/*    --overflow: 120px;*/
/*}*/

/*.module-4 .paralax-element--fast .media-container[style*="background-image"]::before {*/
/*    --overflow: 120px;*/
/*}*/

/*!* Very slow and very fast options *!*/
/*.module-4 .paralax-element--very-slow .cdm-vid video,*/
/*.module-4 .paralax-element--very-slow .cdm-img img,*/
/*.module-4 .paralax-element--very-slow .media-container[style*="background-image"] {*/
/*    --overflow: 20px;*/
/*}*/

/*.module-4 .paralax-element--very-fast .cdm-vid video,*/
/*.module-4 .paralax-element--very-fast .cdm-img img,*/
/*.module-4 .paralax-element--very-fast .media-container[style*="background-image"] {*/
/*    --overflow: 200px;*/
/*}*/

/*!* Overlay effects *!*/
/*.module-4 .media-container.has-overlay::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    background: rgba(0, 0, 0, 0.3);*/
/*    z-index: 1;*/
/*    pointer-events: none;*/
/*}*/

/* Responsive adjustments */
/*@media (max-width: 768px) {*/
/*    .cdm-vid video,*/
/*    .cdm-img img,*/
/*    .media-container[style*="background-image"] {*/
/*        --overflow: 30px;*/
/*    }*/

/*    .media-container[style*="background-image"]::before {*/
/*        --overflow: 30px;*/
/*    }*/
/*}*/

/*!* Smooth scrolling container (optional) *!*/
/*.parallax-page-container {*/
/*    position: fixed;*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    left: 0;*/
/*    top: 0;*/
/*    overflow: hidden;*/
/*    z-index: 1;*/
/*}*/

/*.parallax-page-scrollable {*/
/*    will-change: transform;*/
/*}*/

section.media-with-text .media figure{
    height: 88rem;
}

section.media-with-text .media figure img,
section.banner-type2 .media figure img,
section.type-breaker .media figure img,
section.media-with-text .media figure video,
section.type-breaker .media figure video,
section.banner-type2 .media figure video{
    object-fit: cover;
    will-change: transform;
    height: calc(100% + 8rem)!important;
    top: -8rem;
    position: absolute;
    transform: translate3d(0px,0px,0px);
    width: 100%;
    max-width: unset;
}

html {
    scroll-behavior: smooth;
}

.uddannelser-moduler .item .media-icon-wrapper::before,
.uddannelser-moduler .item .media-icon-wrapper .media {
    transition-property: all;
    transition-timing-function:
            cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 1s;
    transition-timing-function:
            cubic-bezier(0.03, 0.98, 0.52, 0.99);
    will-change: transform;
    animation-duration: 1s;
    animation-timing-function:
            cubic-bezier(0.03, 0.98, 0.52, 0.99);
}

.uddannelser-moduler .item:hover .media-icon-wrapper::before,
.uddannelser-moduler .item:hover .media-icon-wrapper .media{
    transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(0.97) scaleY(0.97);
}

.uddannelser-moduler .item:hover .media-icon-wrapper svg {
    transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(1.07) scaleY(1.07);
}

.uddannelser-moduler .item .media-icon-wrapper svg {
    transition-property: all;
    transition-timing-function:
            cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 1s;
    transition-timing-function:
            cubic-bezier(0.03, 0.98, 0.52, 0.99);
    will-change: transform;
    animation-duration: 1s;
    animation-timing-function:
            cubic-bezier(0.03, 0.98, 0.52, 0.99);
}

body.single-kurser .sliding-widget .accordion-block .container .accordion-block-body{
    width: 100%;
}
body.single-kurser .sliding-widget .accordion-block .container{
    padding: 0;
    margin: 0;
}

body.single-kurser .sliding-widget .accordion-block .container .faq-answer a{
    padding: 0;
    font-size: calc(var(--fontsize_p) * var(--text-scaler));
    font-weight: 400;
    text-transform: unset;
}

body.single-kurser .sliding-widget .accordion-block .container .faq-answer a::before{
    top: 100%;
}

body.single-kurser .sliding-widget .accordion-block .container .faq-answer button.btn-default{
    margin-top: 2rem;
}

.gform-theme--foundation .gform_fields {
    row-gap: 2rem !important;
}

.gform-theme--framework .gfield--type-choice .gfield_checkbox, .gform-theme--framework .gfield--type-choice .gfield_radio {
    gap: 0.4rem;
}

.gform_wrapper .gform-body textarea::placeholder,
.gform_wrapper .gform-body input::placeholder {
    color: #C2C2C2;
}

.gform_wrapper .gform-body select,
.gform_wrapper .gform-body textarea,
.gform_wrapper .gform-body input:not(.gfield-choice-input) {
    color: #0A0A0A !important;
    border-radius: 0 !important;
    border-color: #0A0A0A !important;
    font-size: calc(var(--fontsize_s) * var(--text-scaler)) !important;
    line-height: calc(2rem * var(--text-scaler)) !important;
    padding: 1.2rem !important;
    height: auto !important;
    box-shadow: none;
    background-color: transparent !important;
}

.gform_wrapper .gform-body .gchoice {
    display: flex;
    align-items: center;
}

.gform_wrapper .gform-body .gchoice input[type=checkbox] {
    display: grid;
    border-radius: 0;
    border-color: #0A0A0A;
}

.gform_wrapper .gform-body .gchoice input[type=radio] {
    border-color: #0A0A0A;
}

.gform_wrapper .gform-body .gchoice label {
    font-size: calc(var(--fontsize_s) * var(--text-scaler)) !important;
    line-height: calc(1rem * var(--text-scaler)) !important;
}
.gform_wrapper {
    max-width: 40rem;
}
.gform_wrapper .gform-body select:focus,
.gform_wrapper .gform-body textarea:focus,
.gform_wrapper .gform-body input:focus {
    outline: none;
    border-color: #0A0A0A !important;
    box-shadow: 0 0 0 1px #0A0A0A;
}
.faq-answer .gform_wrapper {
    max-width: 100%;
}

.gform_title {
    font-size: calc(var(--fontsize_h3) * var(--text-scaler));
    line-height: calc(var(--lineh_h3) * var(--text-scaler));
}

.gform_wrapper .gform_required_legend {
    display: none;
}

.gform_wrapper .gform-body .gfield legend,
.gform_wrapper .gform-body .gfield > label:not(.checboxlabel) {
    color: #0A0A0A;
    font-size: calc(1rem * var(--text-scaler));
    line-height: calc(1.4rem * var(--text-scaler));
    margin-bottom: 0.4rem;
    gap: 0.2rem;
}
.gform_wrapper .gform-body .gfield_description {
    margin-top: 0.4rem;
    color: #757575;
    font-size: calc(1rem * var(--text-scaler));
    line-height: calc(1.4rem * var(--text-scaler));
}

.gform_wrapper .gform-body .gfield_description.validation_message,
.gform_wrapper .gform-body .gfield.gfield_error label {
    color: #E32626;
}

.gform_wrapper .gform-body .gfield_description.validation_message {
    background-image: url('data:image/svg+xml,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 4.875V6.75" stroke="%23E32626" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"/><path d="M5.35292 1.875L1.22793 9C1.16221 9.11382 1.12756 9.24291 1.12744 9.37434C1.12733 9.50577 1.16175 9.63492 1.22726 9.74885C1.29278 9.86279 1.38708 9.95751 1.50073 10.0235C1.61437 10.0895 1.74337 10.1245 1.8748 10.125H10.1248C10.2562 10.1245 10.3852 10.0895 10.4989 10.0235C10.6125 9.95751 10.7068 9.86279 10.7723 9.74885C10.8379 9.63492 10.8723 9.50577 10.8722 9.37434C10.872 9.24291 10.8374 9.11382 10.7717 9L6.64668 1.875C6.58145 1.76103 6.48728 1.66631 6.37369 1.60044C6.26009 1.53457 6.13111 1.49988 5.9998 1.49988C5.86849 1.49988 5.73951 1.53457 5.62591 1.60044C5.51232 1.66631 5.41815 1.76103 5.35292 1.875V1.875Z" stroke="%23E32626" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"/><path d="M6 8.625C6.20711 8.625 6.375 8.45711 6.375 8.25C6.375 8.04289 6.20711 7.875 6 7.875C5.79289 7.875 5.625 8.04289 5.625 8.25C5.625 8.45711 5.79289 8.625 6 8.625Z" fill="%23E32626"/></svg>');
    background-repeat: no-repeat;
    padding-left: 1.6rem;
    background-size: 1.3rem auto;
    background-position: center left;
}

.gform_wrapper .gform-body .gfield_error select,
.gform_wrapper .gform-body .gfield_error textarea,
.gform_wrapper .gform-body .gfield_error input:not(.gfield-choice-input) {
    border-color: #E32626 !important;
}
.gform_wrapper.gform-theme--orbital .gform_title,
.gform_wrapper.gform-theme--orbital .gform-body .gchoice label,
.gform_wrapper.gform-theme--orbital .gform-body select,
.gform_wrapper.gform-theme--orbital .gform-body textarea,
.gform_wrapper.gform-theme--orbital .gform-body input:not(.gfield-choice-input),
.gform_wrapper.gform-theme--orbital .gform-body textarea::placeholder,
.gform_wrapper.gform-theme--orbital .gform-body input::placeholder,
.gform_wrapper.gform-theme--orbital .gform-body .gfield legend,
.gform_wrapper.gform-theme--orbital .gform-body .gfield > label:not(.checboxlabel),
.gform_wrapper.gform-theme--orbital .gform-body .gfield_description,
.gform_wrapper.gform-theme--orbital .gform-body .gfield_description.validation_message,
.gform_wrapper.gform-theme--orbital .gform-body .gfield.gfield_error label {
    /*color: #FFFFFF !important;*/
}

.gform_wrapper.gform-theme--orbital .gform-body .gchoice input[type=checkbox],
.gform_wrapper.gform-theme--orbital .gform-body .gchoice input[type=radio],
.gform_wrapper.gform-theme--orbital .gform-body select:focus,
.gform_wrapper.gform-theme--orbital .gform-body textarea:focus,
.gform_wrapper.gform-theme--orbital .gform-body input:focus,
.gform_wrapper.gform-theme--orbital .gform-body select,
.gform_wrapper.gform-theme--orbital .gform-body textarea,
.gform_wrapper.gform-theme--orbital .gform-body input:not(.gfield-choice-input),
.gform_wrapper.gform-theme--orbital .gform-body .gfield legend,
.gform_wrapper.gform-theme--orbital .gform-body .gfield > label:not(.checboxlabel),
.gform_wrapper.gform-theme--orbital .gform-body .gfield_error select,
.gform_wrapper.gform-theme--orbital .gform-body .gfield_error textarea,
.gform_wrapper.gform-theme--orbital .gform-body .gfield_error input:not(.gfield-choice-input) {
    /*border-color: #FFFFFF !important;*/
}

.gform_wrapper.gform-theme--orbital .gform-body select:focus,
.gform_wrapper.gform-theme--orbital .gform-body textarea:focus,
.gform_wrapper.gform-theme--orbital .gform-body input:focus {
    /*box-shadow: 0 0 0 1px #FFFFFF;*/
}

.gform_button {
    font-size: 1.1rem !important;
    border-radius: 4.8rem !important;
    background: var(--Gray-100, #0a0a0a) !important;
    color: #fff !important;
    text-transform: uppercase !important;
    font-family: var(--Typeface-Family-Miscellaneous, 'DJH') !important;
}
.gform_button:focus {
    outline: none !important;
    border-color: var(--Gray-100, #0a0a0a) !important;
}
.gform-theme--orbital .gform_button {
    /*background: #FFFFFF !important;
    color: var(--Gray-100, #0a0a0a) !important;*/
}

.news-list-module {
    overflow: visible;
}

.news-list-module .news-list {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 4rem;
}

.news-list-module .news-list .first-news-block {
    position: sticky;
    align-self: start;
    grid-column: span 6;
    top: 0;
}

.news-list-module .news-list .first-news-block .media-container {
    height: 100vh;
}

.news-list-module .news-list .first-news-block .itemtext {
    position: absolute;
    top: 4rem;
    bottom: 4rem;
    right: 4rem;
    left: 4rem;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: var(--clr8);
    border: 0;
    padding: 0;
    z-index: 1;
}

.news-list-module .news-list .first-news-block .itemtext .date {
    margin-top: auto;
}

.news-list-module .load-more-posts-block .itemtext,
.news-list-module .news-list .next-news-block .itemtext {
    border: 0;
    display: flex;
    flex-wrap: wrap;
    padding: 1.4rem 0 0;
}

.news-list-module .load-more-posts-block a,
.news-list-module .news-list a {
    text-decoration: none;
}

.news-list-module .load-more-posts-block .date,
.news-list-module .load-more-posts-block .post-cat,
.news-list-module .news-list .next-news-block .date,
.news-list-module .news-list .next-news-block .post-cat {
    font-size: calc(var(--fontsize_xs) * var(--text-scaler));
    line-height: calc(var(--lineh_xs) * var(--text-scaler));
}

.news-list-module .news-list .first-news-block .date,
.news-list-module .news-list .first-news-block .post-cat {
    font-size: calc(var(--fontsize_h4) * var(--text-scaler));
    line-height: calc(var(--lineh_h4) * var(--text-scaler));
}

.news-list-module .load-more-posts-block .post-cat,
.news-list-module .news-list .first-news-block .date,
.news-list-module .news-list .first-news-block .post-cat,
.news-list-module .news-list .next-news-block .post-cat {
    font-weight: bold;
}

.news-list-module .load-more-posts-block .item .media,
.news-list-module .load-more-posts-block .item .media figure,
.news-list-module .news-list .next-news-block .item .media,
.news-list-module .news-list .next-news-block .item .media figure {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    height: auto;
}

.news-list-module .news-list .first-news-block h4 {
    font-size: calc(var(--fontsize_h2) * var(--text-scaler));
    line-height: calc(var(--lineh_h2) * var(--text-scaler));
}

.news-list-module .load-more-posts-block .list-container h4,
.news-list-module .news-list h4 {
    margin-top: 1rem;
    font-size: calc(var(--fontsize_sub_h) * var(--text-scaler));
    line-height: calc(var(--lineh_sub_h) * var(--text-scaler));
}

.news-list-module .load-more-posts-block .date,
.news-list-module .news-list .next-news-block .itemtext .date {
    margin-left: auto;
}

.news-list-module .news-list .next-news-block {
    grid-column: span 6;
    margin-right: 8rem;
}

.news-list-module .load-more-posts-block .list-container {
    grid-template-columns: repeat(4, 1fr);
    row-gap: 40px;
    gap: 4rem;
    margin-top: 6rem;
}
.news-list-module .news-list .next-news-block .list-container {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 40px;
    gap: 4rem;
}

.news-list-module h2 {
    text-transform: uppercase;
    margin-bottom: 4.8rem;
}

.news-list-module .read-more-wrapper {
    text-align: right;
    padding-top: 6rem;
}
.news-list-module .read-more-btn {
    cursor: pointer;
    display: inline-flex;
    text-decoration: underline;
    font-weight: bold;
}


/* Ticker line */

.ticker-line {
    display: flex;
    flex-direction: column;
    overflow: unset;
}

.ticker-line h2 {
    font-size: calc(12rem * var(--text-scaler));
    line-height: 1;
    white-space: nowrap;
    margin: 4.4rem 0 2.6rem 0;
    display: inline-block;
}

.ticker-line.no-animation h2 {
    white-space: normal;
    line-height: initial;
}

.ticker-text{
    overflow: hidden;
}

.ticker-text .first-row {
 
}



/* Responsive ===================================================================== */
@media screen and (min-width: 1440px) {
    html {
        font-size: calc(100vw / 144);
    }
}
@media screen and (max-width: 1440px) {
    html {
        font-size: calc(100vw / 144);
    }
}
@media screen and (max-width : 1000px) {
    .ticker-line h2 {
        font-size: calc(7rem * var(--text-scaler));
    }
    .news-list-module .news-list {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }
    .news-list-module .news-list .first-news-block {
        position: relative;
    }
    .news-list-module .news-list .next-news-block {
        margin-right: 0;
    }
    .news-list-module .load-more-posts-block .list-container {
        margin-top: 0;
        padding: 0;
    }
    .news-list-module .load-more-posts-block .list-container {
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 2.4rem 0 0 1.6rem;
    }
    .news-list-module .news-list .next-news-block .list-container {
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 4rem 0 0 1.6rem;
    }
    .news-list-module .load-more-posts-block .list-container .item,
    .news-list-module .news-list .next-news-block .list-container .item {
        flex: 0 0 75%;
    }
    .news-list-module .read-more-wrapper {
        padding-top: 3rem;
    }
    .news-list-module .load-more-posts-block .list-container .item:last-child,
    .news-list-module .news-list .next-news-block .list-container .item:last-child {
        margin-right: 1.6rem;
    }
    .news-list-module .load-more-posts-block.container {
        padding: 0;
    }
    section.media-with-text .media figure {
        height: calc(110vw + 8rem);
    }
    body header .page-logo{
        width: 100%;
        transition: var(--animtime1);
    }
    body.menuopen header .page-logo{
        width: 10rem;
        overflow: hidden;
    }

    body header .custom-logo-link svg path{
        transition: fill var(--animtime1);
    }

    body.menuopen header .custom-logo-link svg path{
        fill: #0A0A0A;
    }

    section {
        padding: 4rem 0;
    }
    .only-desktop {
        display: none !important;
    }
    #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);
    }
    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;
    }
    button.menu-toggle {
        /* background: url(img/icons/feather/menu.svg) center center no-repeat; */
        background: transparent;
        /* width: 44px; */
        /* height: 44px; */
        border: 0;
        /* font-size: 0; */
        /* cursor: pointer; */
        /* margin-left: 15px; */
    }

    .menu-item-has-children .arrow {
        top: 2.9rem;
        height: 5.8rem;
        width: 5.8rem;
        align-items: center;
        right: 0;
        justify-content: center;
    }
    .menu-item-has-children.focus > .arrow svg {
        transform: rotate(-180deg);
    }
    .focus > ul.sub-menu {
        display: block !important;
    }
    .focus.menu-item-has-children > a:after {
        transform: rotate(180deg);
    }
    .main-navigation a {
        padding: 1.5rem 1.7rem;
        color: var(--textclr4);
        display: flex;
        flex-wrap: wrap;
        /* justify-content: center; */
        align-items: center;
        font-size: calc(var(--fontsize_h3) * var(--text-scaler));
        line-height: calc(var(--lineh_h3) * var(--text-scaler));
        width: 100%;
    }
    .menu-item-has-children .arrow svg {
        width: 2.1rem;
    }
    .menu-item-has-children .arrow svg path {
        stroke: #fff;
    }
    .icon-link svg path {
        stroke: var(--textclr4);
    }
    a.icon-link.icon-cart.cart svg * {
        fill: var(--textclr4) !important;
    }
    /* .toggled button.menu-toggle { */
    /* background-image: url(img/icons/feather/x.svg); */
    /* } */
    .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;
    }
    .menu-main-container {
        position: fixed;
        width: 100%;
        height: calc(var(--viewport-height) - 12rem);
        z-index: -1;
        left: 0;
        top: 12rem;
        display: flex;
        bottom: 0;
        overflow-y: auto;
        overflow-x: hidden;
        right: 0;
        transition: transform var(--animtime2),
            background-color var(--animtime2);
        will-change: transform, background-color;
        background-color: #fff;
        align-items: flex-start;
        justify-content: center;
        transform: translateX(100%);
        padding: 4rem 1.6rem;
    }
    .menuopen .menu-main-container {
        transform: translateX(0);
    }

    .sub-menu-open .menu-main-container {
        background-color: #444444;
        overflow: hidden;
        display: table;
    }

    #primary-menu > li > a,
    #primary-menu > li > button {
        transform: translateX(0);
        transition: var(--animtime2);
        border: none;
        background-color: transparent;
        text-transform: uppercase;
    }

    .sub-menu-open #primary-menu > li > a,
    .sub-menu-open #primary-menu > li > button {
        transform: translateX(-5rem);
    }

    .menuopen #headfixer {
        top: 0 !important;
        position: fixed;
        width: 100%;
    }
    .item {
        flex-basis: calc(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 {
        font-size: 1rem;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 0.04rem;
        text-transform: uppercase;
        text-align: center;
        min-width: 3.2rem;
        margin-left: 0.6rem;
    }
    .burger-icon .btn-burger {
        width: 2rem;
        cursor: pointer;
        margin: 0 auto 0.4rem;
        padding: 0.4rem 0;
    }
    body.error404 button.burger-icon.menu-toggle .btn-burger span {
        background-color: var(--textclr1) !important;
    }
    .menuopen button.burger-icon.menu-toggle,
    .scrollup button.burger-icon.menu-toggle,
    .menuopen button.burger-icon.menu-toggle span,
    .scrollup button.burger-icon.menu-toggle span,
    header .menu-main-container button.menu-parent-btn {
        color: var(--textclr1);
    }
    .box.burger-icon {
        z-index: 999999999;
        padding: 0;
    }
    /* #side-burger {display: none;} */
    .burger-icon .btn-burger span {
        display: block;
        width: 100%;
        height: 0.2rem;
        background: #000;
        transition: all 0.3s;
        position: relative;
    }

    .burger-icon .btn-burger span + span {
        margin-top: 0.5rem;
    }

    .burger-icon .btn-burger.active span:nth-child(1) {
        animation: ease 0.7s top forwards;
    }

    .burger-icon .btn-burger.not-active span:nth-child(1) {
        animation: ease 0.7s top-2 forwards;
    }

    .burger-icon .btn-burger.active span:nth-child(2) {
        animation: ease 0.7s scaled forwards;
    }

    .burger-icon .btn-burger.not-active span:nth-child(2) {
        animation: ease 0.7s scaled-2 forwards;
    }

    .burger-icon .btn-burger.active span:nth-child(3) {
        animation: ease 0.7s bottom forwards;
    }

    .burger-icon .btn-burger.not-active span:nth-child(3) {
        animation: ease 0.7s bottom-2 forwards;
    }

    @keyframes top {
        0% {
            top: 0;
            transform: rotate(0);
        }
        50% {
            top: 6px;
            transform: rotate(0);
        }
        100% {
            top: 6px;
            transform: rotate(45deg);
        }
    }

    @keyframes top-2 {
        0% {
            top: 6px;
            transform: rotate(45deg);
        }
        50% {
            top: 6px;
            transform: rotate(0deg);
        }
        100% {
            top: 0;
            transform: rotate(0deg);
        }
    }

    @keyframes bottom {
        0% {
            bottom: 0;
            transform: rotate(0);
        }
        50% {
            bottom: 8px;
            transform: rotate(0);
        }
        100% {
            bottom: 8px;
            transform: rotate(135deg);
        }
    }

    @keyframes bottom-2 {
        0% {
            bottom: 8px;
            transform: rotate(135deg);
        }
        50% {
            bottom: 8px;
            transform: rotate(0);
        }
        100% {
            bottom: 0;
            transform: rotate(0);
        }
    }

    @keyframes scaled {
        50% {
            transform: scale(0);
        }
        100% {
            transform: scale(0);
        }
    }

    @keyframes scaled-2 {
        0% {
            transform: scale(0);
        }
        50% {
            transform: scale(0);
        }
        100% {
            transform: scale(1);
        }
    }
    .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;
    }
    .item .media,
    .item .media figure {
        height: 21rem;
    }
    .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;
    }
    .columns {
        display: block;
    }
    .text-list-content {
        padding: 4rem 1.6rem;
        row-gap: 2.4rem;
    }

    .footer-main {
        padding: 2.9rem 0;
    }

    .footer-main .container {
        row-gap: 4rem;
    }

    .footer-main .container .inside-container {
        flex-direction: column;
        row-gap: 4rem;
        padding: 0 0 4rem;
    }

    .footer-col2 {
        flex-direction: column;
        row-gap: 3rem;
    }

    .footer-2 {
        flex-direction: column;
        row-gap: 4rem;
        align-items: center;
    }

    .footer2-col1,
    .footer2-col2 ul,
    .footer2-col3 {
        justify-content: center;
    }

    .footer2-col1,
    .footer2-col2 ul {
        column-gap: 1.6rem;
    }

    body:not(.menuopen) .mob-datoer-icon {
        display: none;
    }

    .mob-datoer-icon {
        animation-name: fadeInOpacity;
        animation-iteration-count: 1;
        animation-timing-function: ease;
        animation-duration: var(--animtime1);
    }

    .menuopen #headfixer {
        background-color: #fff;
    }

    #primary-menu {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }

    #primary-menu > li > a,
    #primary-menu > li > button {
        padding: 1.1rem 0;
        font-family: var(--Typeface-Family-Headings, 'DJH');
        font-size: var(--Typeface-Size-Headings-H4, 2.4rem);
        font-weight: 700;
        line-height: var(--Typeface-Size-Line-height-H4, 2.6rem); /* 108.333% */
    }

    #primary-menu li {
        width: 100%;
    }

    #primary-menu > li > button {
        width: 100%;
        padding-right: 4rem;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 22 20'%3E%3Cpath fill='%23000' d='M.098 8.36h15.696L10.97 3.512 13.682.8l7.848 7.872v3.48L13.682 20l-2.712-2.712 4.872-4.848H.098V8.36Z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: right center;
        background-size: 2.2rem 2rem;
        text-align: left;
    }

    #primary-menu > li > .sub-menu {
        position: fixed;
        width: 100%;
        height: calc(var(--viewport-height) - 12rem);
        z-index: 1;
        left: 0;
        top: 0;
        overflow-y: auto;
        overflow-x: hidden;
        transition: var(--animtime2);
        background-color: #fff;
        padding: 0 1.6rem 4rem;
        transform: translateX(100%);
        display: inline-block;
        visibility: hidden;
    }

    #primary-menu > li .sub-menu[aria-hidden='false'] {
        transform: translateX(0);
        visibility: visible;
    }

    #primary-menu > li > .sub-menu .sub-menu a {
        font-family: var(--Typeface-Family-Miscellaneous, 'DJH');
        font-size: var(--Typeface-Size-Miscellaneous-Button-large, 1.6rem);
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        padding: 0;
        text-transform: uppercase;
    }

    #primary-menu > li > .sub-menu .sub-menu .size-big a {
        font-size: var(--Typeface-Size-Headings-H4, 2.4rem);

        line-height: var(--Typeface-Size-Line-height-H4, 2.6rem); /* 108.333% */
    }

    #primary-menu > li > .sub-menu > li + li {
        margin-top: 4rem;
    }

    #primary-menu > li > .sub-menu .sub-menu li.size-big + li {
        margin-top: 2.4rem;
    }

    #primary-menu > li > .sub-menu .sub-menu li + li {
        margin-top: 1.8rem;
    }

    .submenu-label {
        display: block;
        color: var(--textclr2);
        margin: 0 0 1.8rem;
        font-family: var(--Typeface-Family-Body, Inter);
        font-size: var(--Typeface-Size-Miscellaneous-SubH3, 1.6rem);
        font-weight: 700;
        line-height: var(--Typeface-Size-Miscellaneous-SubH3, 1.6rem);
    }

    .submenu-back-btn + .submenu-label {
        display: none !important;
    }

    .submenu-back-btn {
        display: block;
        margin-left: -1.6rem;
        margin-right: -1.6rem;
        width: calc(100% + 3.2rem);
        height: 5.6rem;
        border: none;
        background-color: var(--clr6);
        margin-bottom: 3.2rem;
        color: var(--clr3);
        text-align: center;
        font-family: var(--Typeface-Family-Body, 'Inter');
        font-size: var(--Typeface-Size-Miscellaneous-SubH3, 1.6rem);
        font-weight: 700;
        line-height: var(--Typeface-Size-Miscellaneous-SubH3, 1.6rem);
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%239E9E9E' d='M19.76 10.24v2.72H9.264l3.248 3.232L10.704 18l-5.232-5.232v-2.32L10.704 5.2l1.808 1.808-3.216 3.232H19.76Z'/%3E%3C/svg%3E");
        background-size: 2.4rem 2.4rem;
        background-repeat: no-repeat;
        background-position: left 1.6rem center;
    }

    .single-kurser-hero .container {
        min-height: 44rem;
    }

    .single-kurser-hero svg {
        max-height: 10rem;
        margin-bottom: 2.4rem;
        width: auto;
    }

    .single-kurser-content > .container {
        flex-direction: column-reverse;
    }

    .select-kurser-block {
        width: 100%;
        /*margin-left: -1.6rem;*/
        /*margin-right: -1.6rem;*/
        height: auto;
        position: static;
    }

    .select-kurser-block__inner {
        padding: 3.2rem 3.2rem 10rem;
    }

    .select-kurser-block {
        transition: transform 0.3s ease, bottom 0.3s ease;
    }

    .select-kurser-block.is-fixed {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 1;
    }

    .single-kurser-content__builder {
        padding-right: 0;
        width: 100%;
        background-color: #fff;
        z-index: 3;
    }
    .single-kurser .text_module .container_s {
        padding: 0 1.6rem;
    }
    .text_module .container.two_columns .html_content {
        gap: 1.6rem;
        flex-direction: column;
    }
    .text_module .container.two_columns .html_content > h2,
    .single-kurser .accordion-block .left-side,
    .text_module .container.two_columns .html_content .content,
    .single-kurser .accordion-block .accordion-block-body {
        width: 100%!important;
        padding-right: 0!important;
    }

    .single-kurser-content {
        background: transparent;
        /*overflow: hidden;*/
    }
    .single-kurser .submenu-row-overflow-wrap {
        justify-content: flex-end;
    }
    .single-kurser-content__builder .toc-sticky {
        background: transparent;
        position: fixed;
        bottom: 1rem;
        top: unset;
        right: 0;
        left: unset;
    }
    .single-kurser-content__builder .toc-sticky::before{
        content: none;
    }
    .single-kurser-content__builder
        .toc-sticky
        .js-submenu-holder.submenu-row-list {
        display: none;
    }

    .single-kurser-content__builder .toc-sticky .container {
        padding: 0 1.6rem;
    }

    .single-kurser-content > .container {
        padding: 0;
    }

    .toc-sticky .submenu-row-list::-webkit-scrollbar {
        display: none;
    }
    .toc-sticky .submenu-row-list {
        flex-wrap: unset;
        width: auto;
        overflow: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        gap: 0.8rem;
        display: none;
    }
    .toc-sticky{
        position: fixed;
        top: unset;
        bottom: 2rem;
        right: 1.6rem;
        left: unset;
        background: transparent!important;
    }
    .toc-sticky .submenu-row-list a {
        padding: 2rem 1.6rem;
    }
    .toc-sticky .container {
        padding: 0;
    }
    [data-type='kurser'] button.kurser-list-button,
    [data-type='kurser'] .events-card-inner a.link-button,
    .events-card-inner a.link-button {
        opacity: 1;
        z-index: 99;
    }
    .pris-block::before {
        width: 100vw;
    }

    .sliding-widget {
        padding: 4rem 1.6rem;
        overflow-y: auto;
        max-height: 100vh;
    }

    .widget-close {
        height: 4.8rem;
        width: 4.8rem;
        top: 1.6rem;
        right: 1.6rem;
    }
}
@media screen and (max-width: 767px) {
    .ticker-line h2 {
        font-size: calc(5.2rem * var(--text-scaler));
        margin: 2.4rem 0 0.6rem 0;
    }
    .html_content {
        max-width: 100%;
    }
    .social-media svg {
        height: 2.3rem;
        max-height: 2.3rem;
        width: auto;
        max-width: 2.3rem;
    }

    blockquote,
    .blockquote-right,
    .blockquote-left {
        float: unset;
        width: 100%;
        margin: 0;
    }

    .columns-3,
    .columns-4 {
        grid-template-columns: 1fr;
        row-gap: 2.4rem;
    }
    .single-kurser .cards_module .list-container.columns-3 {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 2.4rem;
    }
}
@media screen and (max-width: 600px) {
    .single-kurser .cards_module .list-container.columns-3 {
        grid-template-columns: 1fr;
    }
}
@media screen and (max-width: 480px) {
    .popup {
        width: calc(100% - 3rem);
    }
}
@media screen and (min-width: 1001px) {
    .only-mobile {
        display: none !important;
    }
    .hover-underline:after {
        transition: 0.3s ease-in-out;
    }
    .menu-toggle {
        display: none;
    }
    .media-container:hover .video-icon,
    .youtube-link:hover .video-icon {
        transform: translate(-50%, -50%) scale(1.2);
    }
    .submenu-back-btn {
        display: none !important;
    }
    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(--animtime1);
    }
}
