
.tc-teaser:not(.tc-teaser--active) {
    display: none;
}

.tc-teaser{
    flex: 1; /* Allow this section to grow and take remaining space */
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(50% - 0px);
    min-height: 110%;
    background-color: #cccccc;
    background-position: 80% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    /* to display the container
        border: green 4px solid;
     */
}

@media only screen and (max-width:1024px) {
    /*  For hidden adteaser, if width<880 */
    :root{
        --main-login-width: 350px;

    }

    .tc-teaser{
        display: none;

    }
    .pf-v5-c-login__main-header-utilities{
        padding-right: 0px;
    }




}

.label_adTeaser {
    overflow-wrap: break-word;
    font-size: 18px;
    line-height: 1.5;
    color: white;
}

.headline_adTeaser{
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}


.button_adTeaser {
    border-radius: 5px;
    border: none !important;
    max-width: 300px !important;
    color: white !important;
    background-color: #f07c00 !important;
    white-space: pre-wrap !important;
    height: 30px !important;
    line-height: normal !important;
    padding: 8px 8px !important;
    font-family: "Arial", sans-serif;
    font-weight: bold;
}

.a_adTeaser {
    padding-bottom: 150px !important;
    margin-left: 30px;
}
.a_adTeaser:link {
    text-decoration: none;
}
.a_adTeaser:hover {
    text-decoration: none;
}
.a_adTeaser:active {
    text-decoration: none;
}
.a_adTeaser:visited {
    text-decoration: none;
}
