.sy_typo3popup {
    position: fixed;
    z-index: 999999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(24, 10, 36, .75);
    box-sizing: border-box;
    display: none;
}

.sy_typo3popup__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 96%;
    max-width: 1060px;
    height: 96%;
    max-height: 660px;
    transform:translate(-50%, -50%);
    display: flex;
    box-sizing: border-box;
}

.sy_typo3popup__inner__left {
    flex: 0 0 50%;
    width: 50%;
    box-sizing: border-box;
}

.sy_typo3popup__inner__left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-sizing: border-box;
}

.sy_typo3popup__inner__right {
    flex: 0 0 50%;
    width: 50%;
    text-align: center;
    padding: 40px;
    box-sizing: border-box;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.sy_typo3popup__inner__right h1 {
    font-size: 4em;
    margin-bottom: 1.6rem;
}
.sy_typo3popup__inner__right .likeH5 {
    color: white;
    font-size: 1.4rem!important;
    text-transform: none;
}
.sy_typo3popup__inner__right .likeH4 {
    color: #8C005D;
    text-transform: uppercase;
    font-size: 2.2rem!important;
    font-weight: 400;
}

.sy_typo3popup__logo {
    width: 160px;
    margin-bottom: 20px;
}

.sy_typo3popup__mainlink {
    display: inline-block;
    padding: 4px 20px;
    background-color: white;
    color: #8C005D;
    height: 38px;
    line-height: 32px;
    min-width: 230px;
    box-sizing: border-box;
    margin-bottom: 12px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1.4px;
}

.sy_typo3popup__secondarylink {
    padding: 4px 20px;
    background-color: #8C005D;
    color: white;
    height: 38px;
    line-height: 32px;
    min-width: 230px;
    display: inline-block;
    box-sizing: border-box;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1.4px;
}

.sy_typo3popup__inner__close {
    position: absolute;
    top: 18px;
    right: 16px;
    background-color: #8C005D;
    width: 22px;
    height: 22px;
    border-radius: 22px;
    color: #D67C90;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    cursor: pointer;
}


.sy_typo3popup--teaser {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100px;
    height: auto;
    cursor: pointer;
    z-index: 9999;
    line-height: 0;
}
.sy_typo3popup--teaser--desktop {
    width: 100%;
    height: auto;
}
.sy_typo3popup--teaser--mobile {
    display: none;
}

@media (max-width: 980px) {
    .sy_typo3popup--teaser {
        width: 60px;
    }
    .sy_typo3popup--teaser--desktop {
        display: none;
    }
    .sy_typo3popup--teaser--mobile {
        width: 100%;
        height: auto;
        display: inline-block;
    }
    .sy_typo3popup__inner__right {
        overflow: auto;
    }
}


@media (max-width: 640px) {
    .sy_typo3popup__inner {
        height: auto;
        max-height: 96%;
    }

    .sy_typo3popup__inner__left {
        display: none;
    }

    .sy_typo3popup__inner__right {
        flex: 0 0 100%;
        width: 100%;
        padding: 20px;
    }
    .sy_typo3popup__inner__right h1 {
        font-size: 7rem;
        margin: 4rem 0 3rem;
    }
    .sy_typo3popup__inner__right .likeH5 {
        color: white;
        font-size: 2.6rem!important;
        text-transform: none;
        margin: 0 1rem;
    }
    .sy_typo3popup__inner__right .likeH4 {
        color: #8C005D;
        text-transform: uppercase;
        font-size: 3.2rem!important;
        font-weight: 400;
        margin: 4rem 0;
    }

    .sy_typo3popup__inner__right__links {
        margin: 3rem 0 1rem;
    }
}



@media (max-width: 420px) {

    .sy_typo3popup__logo {
        margin-bottom: 0;
    }

    .sy_typo3popup__inner__right h1 {
        font-size: 3em;
        margin: 1em 0 .5em;
    }
    .sy_typo3popup__inner__right .likeH5 {
        font-size: 1.4em!important;
    }
    .sy_typo3popup__inner__right .likeH4 {
        font-size: 1.6em!important;
        margin: 1em 0;
    }

    .sy_typo3popup__inner__right__links {
        margin: 1em 0 .2em;
    }
}
