:root {
    --heading-font: 'futura-pt';
    --heading-large: clamp(28px, 5vw, 48px);
    --heading-medium-large: clamp(24px, 5vw, 36px);
    --heading-medium: clamp(20px, 4vw, 28px);
    --heading-medium-small: clamp(18px, 4vw, 24px);
    --heading-small: clamp(16px, 2vw, 18px);
    --section-max-width-padding: clamp(100px, 12vw, 220px);
}

#wpadminbar {
    z-index: 999999999;
}

.ct-link-button,
.oxy-carousel-builder_icon,
.ff-btn {
    transition: 0.3s !important;
}

.oxy-carousel-builder_icon_disabled {
    opacity: 0.4;
}

div.ct-fancy-icon {
    border-radius: 0 !important;
}

.quote-icon {
    font-family: 'futura-pt';
    line-height: 0;
    font-size: 144px;
    text-align: center;
    width: 100%;
    padding: 24px;
}

/* Ingen lange carousels/slider ud over skærmbredde på mobil */

.oxy-carousel-builder {
    overflow: hidden;
}


img,
iframe,
video {
    max-width: 100%;
}

img,
video {
    height: auto;
}

button {
    outline: none;
    font-family: "Sen", sans-serif;
}


/* Blog */

.blog-forfatter {
    display: flex;
    flex-direction: row;
    align-items: center;
    line-height: 1.1;
    border-bottom: 1px solid color(9);
    margin-bottom: 24px;
    padding-bottom: 24px;
}

.blog-forfatter-img img {
    border-radius: 100%;
    margin-right: 12px;
    display: block;
}

.blog-forfatter-navn {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 2px;
}

.blog-forfatter-title {
    font-size: 12px;
}

.blog-forfatter-about p {
    margin: 0;
}

.udgivelses-dato {
    font-size: 70%;
    font-weight: 500;
    opacity: 0.75;
    text-transform: capitalize;
}

.blog-post-sticky-image {
    position: sticky;
    top: 80px;
}

@media (max-width: 1479px) {
    .blog-forfatter {
        flex-direction: column;
        grid-gap: 8px;
    }
}

@media (max-width: 767px) {

    /* rem størrelse på mobil */
    html {
        font-size: 12px;
    }
}

@media (max-width: 479px) {
    .hidden-mobile {
        display: none !important;
    }
}


/* Blog posts carousel */

.blog-posts-carousel-arrow {
    cursor: pointer;
}

@media (min-width: 1600px) {
    .blog-posts-carousel-arrow-next {
        right: -5%;
    }

    .blog-posts-carousel-arrow-previous {
        left: -5%;
    }
}

@media (max-width: 1599px) {
    .blog-posts-carousel-arrow {
        width: 32px;
    }

    .blog-posts-carousel-arrow>* {
        background: color(7);
        border-radius: 100%;
        padding: 4px;
    }

    .blog-posts-carousel-arrow-next {
        right: 0%;
    }

    .blog-posts-carousel-arrow-previous {
        left: 0%;
    }
}

/* Til vimejs youtube videoer */

vime-click-to-play,
vime-dbl-click-fullscreen {
    display: none !important;
}


/* Undersider brødtekst */

.subpage-heading-section-text p {
    margin: 0;
}


/* Oxygen Accordions */

.bof-oxy-accordion .bof-description.full {
    padding-top: 0;
}


/* Youtube video embed proportion fix */
.yt-embed-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}

.yt-embed-container>iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}