/* UC Custom */
@font-face {
    font-family: "pag-iconfont";
    src: url('./pag-iconfont.woff') format('woff');
  }
.rsp .teaser-element.text .ce-data-consent a {
    display: initial;
}
.ce-data-consent a {
    color: #fff;
    display:inline-block !important;
}
.ce-data-consent {
    position: absolute;
    background-color: rgba(0,0,0,.6);
    width: 100%;
    height: 100%;
    z-index: 10;
    color: #fff;
    text-align: center;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.ce-data-consent__content>* {
    max-width: 800px;
}
.ce-data-consent__content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(0,0,0,.6);
    text-align: left;
}
@media only screen and (min-width: 1200px) {
    .ce-data-consent__content {
        padding: 5%;
    }
}


.ce-data-consent-headline {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
}

.ce-data-consent__text {
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
}
.ce-data-consent__dataprocessor {
    text-decoration: underline !important;
}



.ce-data-consent .gui-btn {
    color: inherit;
    text-decoration: inherit;
    cursor: inherit;
    cursor: pointer;
    display: inline-block !important;
    padding-top: 13px;
    padding-bottom: 13px;
    background-color: #313639;
    color: #fff;
    padding-left: 21px;
    padding-right: 21px;
    transition: background-color .24s,color .24s;
}
.ce-data-consent .gui-btn:hover {
    background-color: #d5001c;
}

.gui-btn.gui-icon-link span {
    line-height: inherit;
    display: inline-block;
    position: relative;
    padding-left: 21px;
}
.gui-icon-link span:before {
    font-family: 'pag-iconfont';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    speak: none;
    text-transform: none;
    line-height: 1;
}
.ce-data-consent__content .gui-btn+.gui-btn {
    margin-left: 20px;
}

.gui-btn.gui-icon-link span:before {
    margin-right: .5em;
    color: #d5001c;
    font-size: 1em;
    position: absolute;
    margin-left: -26px;
    line-height: inherit;
    margin-top: -1px;
}
.gui-btn.gui-icon-link:hover span:before {
    color:#fff;
}
.gui-btn.gui-link-with-arrow span:before {
    content:'';
    font-size:16px !important;
    width:20px;
    height:20px;
    background-size: 1em;
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d5001c' id='icon-arrow-right-hair' viewBox='0 0 32 32'%3E%3Cpath d='M12.5 28L22 16 12.5 4h3L25 16l-9.5 12h-3z'%3E%3C/path%3E%3C/svg%3E");
}
.gui-btn.gui-link-with-arrow:hover span:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' id='icon-arrow-right-hair' viewBox='0 0 32 32'%3E%3Cpath d='M12.5 28L22 16 12.5 4h3L25 16l-9.5 12h-3z'%3E%3C/path%3E%3C/svg%3E");
}


@media only screen and (max-width: 800px) {
    .ce-data-consent .gui-btn {
        padding:0;
        background-color: transparent !important;
    }
}

.u-audio__player-wrapper .ce-data-consent,
.u-audio__player-wrapper .ce-data-consent__content{position:relative;}