/*
@import "./fontello.css";
*/
:root {
    --uc-background-color: #141414;
    --uc-link-color: #fff;
    --uc-text-color: #fff;
/*    --uc-icon-color: #fff;
    --button-background-color: #fff;
    --button-text-color: #000;*/
}
/*
*, *::before, *::after {
    box-sizing: border-box
}
*/

.uc-banner a {
    color: var(--uc-link-color);
    text-decoration: none
}

.uc-banner p {
    margin-top: 0;
    margin-bottom: 1rem;
    line-height: 1
}
/*
.uc-banner button {
    border-radius: 0;
    text-transform: none
}

.uc-banner button:focus:not(:focus-visible) {
    outline: 0
}
*/
.uc-banner button:not(:disabled),
.uc-banner [type=button]:not(:disabled),
.uc-banner [type=reset]:not(:disabled),
.uc-banner [type=submit]:not(:disabled) {
    cursor: pointer
}

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

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

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

.uc-banner .c-rich-text a span {
    position: relative;
    background-image: linear-gradient(var(--uc-link-color) 0, var(--uc-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
}

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

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

.uc-banner .c-rich-text a span {
    position: relative;
    padding: 0 0 .2em;
    cursor: pointer
}
/* ---------- BEGIN Settings BTN */
.uc-banner .c-rich-text button {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    cursor: pointer;
    text-align: left;
    word-wrap: break-word;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.uc-banner .c-rich-text button span {
    position: relative;
    background-image: linear-gradient(var(--uc-link-color) 0, var(--uc-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;
    padding: 0 0 .2em;
    cursor: pointer;
}

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

.uc-banner .c-rich-text button:hover span {
    animation: looping-line .6s ease-out;
}

/* ---------- END Settings BTN */


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

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

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

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

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

.uc-banner {
    position: fixed;
    z-index: 20;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 28px 20px;
    color: var(--uc-text-color);
    background-color: var(--uc-background-color);
}

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


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

@media (min-width: 1024px) {
    .uc-banner {
        max-width: 430px;
        padding: 20px;
        bottom: 20px;
        left: 20px
    }
}

/*
.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
    }
}
*/
@media (min-width: 768px) {
    .uc-banner-description p, .uc-banner-links p {
        font-size: 20px
    }
}

@media (min-width: 1024px) {
    .uc-banner-description p, .uc-banner-links p {
        font-size: 14px
    }
}

.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 {
    background-color:transparent;
    left: 50%;
    margin-left: -215px;
    padding:0px;
    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;
    }

}