@import "/assets/frederikhorn/lib/css/uc/uc.incl.css?v0.19";

:root {
    --uc-background-color: #141414;
    --link-color: #fff;
    --text-color: #fff;
    --icon-color: #fff;
    --button-background-color: #fff;
    --button-text-color: #000;
}

*, *::before, *::after {
    box-sizing: border-box
}
/*
body {
    margin: 0;
    font-family: carloschi vf, helvetica, arial, sans-serif;
    font-size: 1rem;
    font-weight: 300;
    font-feature-settings: 'tnum';
    -webkit-font-smoothing: antialiased;
    color: #fff;
    background-color: #07110c;

}
*/
a {
    color: var(--link-color);
    text-decoration: none
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    line-height: 1
}

button {
    border-radius: 0;
    text-transform: none
}

button:focus:not(:focus-visible) {
    outline: 0
}

button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
    cursor: pointer
}

.c-rich-text {
    color: var(--text-color)
}

.c-rich-text *:not(svg):last-child {
    margin-bottom: 0
}

.c-rich-text a {
    word-wrap: break-word
}

.c-rich-text a span {
    position: relative;
    background-image: linear-gradient(var(--link-color) 0, var(--link-color) .125em), linear-gradient(transparent 0, transparent .125em);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
    transition: background-size .25s ease;
    background-size: 100% .125em, 0% .125em
}

.c-rich-text a span:hover {
    color: var(--link-color);
    background-position-x: left;
    background-size: 100% .125em, 0% .125em
}

.c-rich-text a:hover span {
    animation: looping-line .6s ease-out
}

.c-rich-text a span {
    position: relative;
    padding: 0 0 .2em;
    cursor: pointer
}

.c-rich-text p {
    font-size: 16px;
    line-height: 160%;
    letter-spacing: .3px;
    margin: 0 0 32px
}

@media (min-width: 768px) {
    .c-rich-text p {
        font-size: clamp(14px, 38px + -.0234375 * 100vw, 20px);
        margin-bottom: 32px
    }
}

@media (min-width: 1024px) {
    .c-rich-text p {
        font-size: calc(14 / 1024 * 100vw);
        margin-bottom: 20px
    }
}

.c-rich-text p span {
    word-break: break-all
}

.c-rich-text li p {
    margin: 0
}

.uc-banner {
    position: fixed;
    bottom: 0;
    width: 100%;
    color: var(--text-color);
}
.uc-banner {
    left: 50%;
    margin-left: -215px;
}

.uc-banner[data-hidden="true"] {
    display: none !important;
}


@media (min-width: 768px) {
    .uc-banner {

    }
}

@media (min-width: 1024px) {
    .uc-banner {
        max-width: 430px;
        right: 0px
    }
}


.uc-banner-button {
    font: inherit;
    color: #000;
    background-color: #fff;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    border: 0;
    text-decoration: none;
    padding: 4px 4px 4px 12px;
    margin-right: 32px;
    margin-top: 20px;
    text-align: left;
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: .03em;
    transition: background-color .25s cubic-bezier(.34, 0, .11, 1)
}

.uc-banner-button:hover {
    background-color: rgba(255, 255, 255, .85)
}

@media (min-width: 768px) {
    .uc-banner-button {
        font-size: 20px;
        padding: 8px 8px 8px 12px
    }
}

@media (min-width: 1024px) {
    .uc-banner-button {
        font-size: 14px;
        padding: 6px 4px 6px 12px;
        margin-right: 24px;
        margin-top: 16px
    }
}

.uc-banner-button svg {
    margin-left: 4px;
    height: 32px;
    width: 32px;
    color: #000
}

@media (min-width: 1024px) {
    .uc-banner-button svg {
        height: 24px;
        width: auto
    }
}



.uc-banner-description p, .uc-banner-links p {
    font-size: 14px
}


@media (min-width: 768px) {

}

@media (min-width: 1024px) {

}

.uc-banner-links {
    margin-top: 36px
}

@media (min-width: 1024px) {
    .uc-banner-links {
        margin-top: 28px
    }
}

.uc-banner-links a {
    margin-right: 24px;
    margin-top: 16px;
    display: inline-block
}

@media (min-width: 768px) {
    .uc-banner-links a {
        margin-right: 32px
    }
}

@media (min-width: 1024px) {
    .uc-banner-links a {
        margin-right: 16px
    }
}

@keyframes looping-line {
    0%, 100% {
        background-size: 100% .125em, 0% .125em;
        background-position-x: right
    }
    49% {
        background-position-x: right
    }
    50% {
        background-size: 0% .125em, 100% .125em;
        background-position-x: left
    }
    99% {
        background-position-x: left
    }
}




/* ------------- Custom CONSENT */


/*
.uc-banner {
    left: 50%;
    margin-left: -215px;
    padding:10px;
    z-index:2000;
}
.uc-banner-blur {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    height: 100vh;
    width:100%;
    position:fixed;
    z-index:1;
    top: 0px;
    left: 0;
}

.uc-banner-brand {
    max-width: 1960px;
    margin-left: auto;
    margin-right: auto;
    height: 110px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
}
.uc-banner-brand-container {
    margin-top:25px;
    margin-left:30px;
}



.uc-banner-container {
    z-index:1000;
    position:relative;
    background-color:black;
    padding:25px;
}
.uc-banner p {
    font-size:12px !important;
}
*/
/* ------ iPhone Hochkant ------ */
@media (max-width: 1023px) {
    .uc-banner {
        left:0px;
        margin:0px;
    }

}
