/*///////////////////////////////////////////////////////
// Werbeanzeigen Modul
//////////////////////////////////////////////////////*/
.waWrap {
    overflow: hidden;
}
.overlay .waInner {
    height: 100%;
    max-width: 100%;
    max-height: 100vh;
    top: 0;
    left: 0;
    transform: none;
}
@media only screen and (max-height: 500px) and (orientation: landscape){
    .overlay .overlayInner.waInner {
        top: 0 !important;
    }
}

.waClose {
    position: absolute;
    top: -24px;
    right: -24px;
    width: 48px;
    height: 48px;
    cursor: pointer;
    z-index: 21;
    background-image: url("../../Icons/banner_close.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
}
.waItems {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.waItem {
    position: relative;
    display: none;
    width: 1105px;
    max-width: calc(100% - 60px);
    max-height: calc(100vh - 40px);
}
.waItem.fullVideoText9_16 {
    width: auto;
    aspect-ratio: 9 / 16;
    height: 100%;
    max-height: calc(100vh - 120px);
    position: absolute;
    top: 60px;
}
.waItem.fullVideoText9_16 .waVideoWrap {
    height: calc(100% - 75px);
}
.waItem.fullVideoText9_16 .waVideoWrap video {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1rem 1rem 0 0;
}
.waItem.fullVideoText9_16 .waVideoWrap2 .waRoundVideo {
    height: 100%;
}

/*.waItem.fullVideoText9_16 .waVideoWrap2 .waContents {
    position: absolute;
    left: 0;
    bottom: 75px;
    width: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.6) 0%, rgba(255,255,255,0) 100%);
}*/
.waItem.fullVideoText9_16 .btnWrap.waVideoWrap2Button {
    position: absolute;
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    bottom: 0;
}
@media (max-width: 767px){
    .waItem {
        width: 760px;
        max-width: calc(100% - 60px);
        max-height: calc(100% - 80px);
    }
    .waItem.fullVideoText9_16 {
        max-height: calc(100vh - 60px);
        top: 30px;
    }
    .waItem.fullVideoText9_16 .waVideoWrap {
        height: calc(100% - 54px);
    }
}

.waItem.waItem--active {
    display: block;
}
.waItem.waItem--active.imageText, .waItem.waItem--active.videoText {
    display: flex;
    background: var(--color-elvigray4);
}


.waLeft, .waRight {
    position: relative;
    float: left;
    width: 50%;
}
.waRight {
    padding: 50px;
}
.videoText .waLeft {
    width: 33.33%;
}
.videoText .waRight {
    width: 66.66%;
}
.waRight h2 {
    font-size: 70px;
    text-transform: uppercase;
    margin: 0;
    line-height: 0.9em;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-break: break-word;
}
.waRight h3 {
    font-size: 20px;
    text-transform: uppercase;
}
.waRight .waText {
    margin-top: 25px;
    color: #717171;
}
.waRight .waText p, .waRight .waText  ul li {
    font-size: 17px
}
.waRight .waText  ul {
    padding: 0;
}
.waRight .waText  ul li {
    list-style: none;
    position: relative;
    padding-left: 5px;
}
.waRight .waText  ul li:before {
    content: "•";
    font-size: 20px;
    padding-right: 5px;
    top: 1px;
    position: relative;
}

.waItem.full{
    aspect-ratio: 16 / 9;
}
@media (max-width: 767px){
    .waItem.full{
        width: auto;
        height: 100%;
        aspect-ratio: 9 / 16;
    }
}
.waItem.full .waLogoWrap {
    position: absolute;
    left: 50px;
    top: 50px;
    width: 200px;
    height: auto;
    z-index: 50;
}
.waItem.full .waContents {
    position: absolute;
    bottom: 30px;
    padding: 0 50px;
}
.waItem.full .waContents .waText, .waItem.full .waContents h2, .waItem.full .waContents h3 {
    width: 66.66%;
}
@media (max-width: 767px){
    .waItem.full .waContents .waText, .waItem.full .waContents h2, .waItem.full .waContents h3 {
        width: 100%;
    }
}

.waItem.fullVideo{
    aspect-ratio: 16 / 9;
}
@media (max-width: 767px){
    .waItem.fullVideo{
        width: auto;
        aspect-ratio: 9 / 16;
    }
}

.waItem .bgFull{
    aspect-ratio: 16 / 9;
}
@media (max-width: 767px){
    .waItem .bgFull{
        width: 100%;
        aspect-ratio: 9 / 16;
    }
}

.waLogoWrap .mobile {
    display: none;
}
.waItem.imageText .waLogoWrap {
    margin-bottom: 50px;
}
.waContents h2 {
    color: var(--color-light);
    font-size: 30px;
    line-height: 1em;
    margin: 0;
}
.waContents h3 {
    color: var(--color-light);
    font-size: 20px;
    line-height: 1.2em;
    margin-top: 5px;
}
.waContents p {
    color: var(--color-light);
    font-size: 15px;
    margin-top: 10px;
}
.waContents.themeColor * {
    color: inherit;
}
.waContents p:empty {
    display: none;
}
.waBackground {
    background-position: left center;
}
.waBackground.mobile {
    display: none;
}
.waItem .btnWrap {
    /*position: absolute;
    left: 0;
    bottom: 30px;*/
    width: 100%;
    text-align: right;
    padding: 25px 0 0 0;
}
.waItem .btnWrap .btn {
    display: inline-block;
    background: var(--color-elvigray2);
    color: var(--color-light);
    border-radius: 15px;
    transition: background-color 300ms ease-in-out;
}
.waTag {
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    bottom: 25px;
    padding: 15px 20px;
    background: var(--button-background);
    color: var(--color-light);
    margin: 0;
    text-transform: uppercase;
}
.waTag.green {
    background: #43cc7c;
}
.waTag.blue {
    background: #2c82cb;
}
.waTag.purple {
    background: var(--button-background);
}
.waTag.mint {
    background: #27babc;
}
.waTag.pink {
    background: #e43c88;
}
.waVideoWrap, .waVideoWrap.vertikal {
    position: relative;
}
.waVideoWrap {
    height: 100%;
    width: 100%;
    background-color: var(--color-darkgray1);
}

.waVideoWrap.vertikal {
    aspect-ratio: 9 / 16;
}

.waVideoWrap video {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.waVideoWrap2{
    background-color: transparent;
}
.waVideoWrap2 .waRoundVideo{
    border-radius: 1rem 1rem 0 0;
    overflow: hidden;
    background-color: var(--color-darkgray1);
}
.waItem.fullVideoText .waVideoWrap2 .waRoundVideo{
    aspect-ratio: 16 / 9;
}
@media (max-width: 767px){
    .waVideoWrap2 .waRoundVideo{
        aspect-ratio: 9 / 16;
    }
}
.waVideoWrap2 .waClose{
    background-image: url("../../Images/overlay-close.svg");
}


.waVideoWrap2 .waContents{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.6) 0%, rgba(255,255,255,0) 100%);

    h2{
        padding: 1.25rem;
    }
}
.waItem .btnWrap.waVideoWrap2Button{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}

@keyframes animatedBackgroundArrow {
    0% {
        background-position: -50px 0;
    }
    50% {
        background-position: 0px 0;
    }
    100% {
        background-position: 0px 0;
    }
  }
.waVideoWrap2Button a{
    position: relative;
    display: block;
    font-family: var(--fontfamily-din);
    font-size: 1.3125rem;
    line-height: 1.5rem;
    width: 100%;
    height: 100%;
    background: var(--button-background);
    color: var(--color-light);
    padding: 1.625rem 4rem 1.5625rem 2.5rem;
    text-decoration: none;
    text-align: left;
    border-radius: 0 0 1rem 1rem;
    text-transform: uppercase;
    
    &:after{
        content: "";
        position: absolute;
        right: 1.6875rem;
        top: 1.125rem;
        width: 50px;
        height: 39px;
        background-image: url('../../Icons/pfeil_popup_ad2.svg');
        background-repeat: no-repeat;
        background-position: -50px 0;
        background-size: 100px 39px;
    }

    &:hover{
        &:after{
            animation-name: animatedBackgroundArrow;
            animation-duration: 1.5s;
            animation-iteration-count: ease-in;
            animation-iteration-count: 2;
        }
    }
}
@media (max-width: 767px){
    .waVideoMute{
        max-width: calc(100% - 26px);
        margin: 0 13px;
    }
    .waVideoWrap2Button a{
        padding: 1rem 4rem 0.5rem 1.9375rem;
        height: 54px;
    }
    .waVideoWrap2Button a:after{
        right: 0.625rem;
        top: 0.4375rem;
    }
    .waVideoWrap2 .waContents{
        padding: 0 13px;
    }
}

.waVideoMute {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 20;
}

.waVideoMuteIcon {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 42px;
    height: 42px;
    z-index: 20;

    /* icon */
    &:after{
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 42px;
        height: 42px;
        background-image: url('../../Icons/sound-off2.svg');
        z-index: 1;
    }

    /* preload icon */
    &:before{
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 0;
        height: 0;
        opacity: 0;
        background-image: url('../../Icons/sound-on2.svg');
    }
}
@media (max-width: 767px){
    .waVideoMuteIcon {
        left: 0;
    }
}

.waVideoMuteIcon span{
    position: absolute;
    left: 0;
    top: 0;
    width: 42px;
    height: 42px;
    background-color: var(--color-light);
    -webkit-filter: brightness(0.74);
    filter: brightness(0.74);
    backdrop-filter: blur(30px);
    z-index: 0;
    opacity: 0.3;
    border-radius: 50%;
}

.waVideoMute.themeColor .waVideoMuteIcon:after{
    background-image: url('../../Icons/sound-off-dark.svg');
}
.waVideoMute.soundOn .waVideoMuteIcon:after{
    background-image: url('../../Icons/sound-on2.svg');
}



.waVideoWrap.vertikal video {
    width: 100%;
    object-fit: cover;
    object-position: top center;
}
.waItem, .waItem:focus {
    -webkit-tap-highlight-color:  rgba(255, 255, 255, 0);
    outline: none;
}

.waItem.fullVideoText .waVideoWrap{
    aspect-ratio: 16 / 9;
}
/*.waItem.fullVideoText9_16 .waVideoWrap{
    aspect-ratio: 9 / 16;
}*/
@media (max-width: 767px){
    .waItem.fullVideoText .waVideoWrap{
        aspect-ratio: 9 / 16;
    }
}

.waItem.fullVideoText .waContents h2{
    font-size: 3rem;
    line-height: 3rem;
    padding: 1.6875rem 2.5rem 1.6875rem 2.5rem;
}
@media (max-width: 767px){
    .waItem.fullVideoText .waContents h2{
        font-size: 1.6875rem;
        line-height: 1.875rem;
        padding: 1.375rem 1.375rem 1.375rem 1.375rem;
    }
}


@media (hover: hover) and (pointer: fine) {
    .waItem .btnWrap .btn:hover {
        background: var(--button-background);
        color: var(--color-light);
        transition: background-color 300ms ease-in-out;
    }
}
@media (max-width: 800px) {
    .waRight h2 {
        font-size: 40px;
    }
    .waRight h2 br {
        display: none;
    }
}
@media only screen and (max-height: 500px) and (orientation: landscape) {
    .overlay .overlayInner {
        top: 50%;
    }
}
@media (max-width: 767px) {
    .waItem.full .waLogoWrap {
        left: 30px;
        top: 30px;
        width: calc(100% - 60px);
    }
    .videoText .waLeft {
        width: 50%;
    }
    .videoText .waRight {
        width: 50%;
    }
    .waWrap .overlayInner img {
        display: none;
    }
    .waWrap .overlayInner img.mobile {
        display: inline-block;
    }
    .waBackground {
        display: none;
    }
    .waBackground.mobile {
        display: block;
    }
    .waItem.full .waContents {
        bottom: 0;
        padding: 0 30px 100px 30px;
        width: 100%;
        text-align: center;
    }
    .waContents h2 {
        font-size: 24px;
    }
    .waContents h3 {
        font-size: 17px;
    }
    .waContents p {
        font-size: 14px;
    }
    .waItem .btnWrap {
        padding: 0 30px;
        text-align: center;
        margin-top: 25px;
    }
    .waClose {
        width: 40px;
        height: 40px;
        right: -20px;
    }
    .waItem--active.imageText {
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        height: 70vh;
    }
    .waLeft, .waRight {
        width: 100%;
        float: none;
    }
    .imageText .waLeft, .imageText .waRight {
        height: 50%;
    }
    .waRight {
        padding: 25px;
    }
    .waRight * {
        text-align: center;
    }
    .waRight * br {
        display: none;
    }
}
@media (max-width: 560px) {
    .imageText .waLeft {
        height: 40%;
    }
    .waRight {
        padding: 50px 10px 25px 10px;
    }
    .waTag {
        font-size: 20px;
        bottom: 0;
        -ms-transform: translate(-50%, 50%);
        transform: translate(-50%, 50%);
    }
    .waRight h2 {
        font-size: 36px;
        margin-bottom: 5px;
    }
    .waRight h3 {
        font-size: 18px;
    }
    .waRight .waText * {
        font-size: 15px;
    }
    .waItem.imageText .btnWrap {
        bottom: 15px;
    }
    .waItem.imageText .btnWrap .btn {
        font-size: 15px;
    }
    .videoText .waRight {
        position: absolute;
        bottom: 25px;
        padding: 15px 10px 25px 10px;
    }
    .videoText .waRight .btnWrap .btn {
        width: 100%;
    }
    .videoText .waRight h2, .videoText .waRight h3, .videoText .waRight .waText {
        display: none;
    }
    .videoText .waRight .btnWrap {
        bottom: 0;
    }
    .videoText .waLeft, .videoText .waRight {
        width: 100%;
    }
}