.tsinf-teaser-covered {
    align-items: center;
    background-color: #000;
    
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    box-sizing: border-box;

    color: #FFF;

    display: flex;
    flex-wrap: wrap;
    
    height: auto;

    min-height: 100vh;

    padding: 255px 0 10px 0;

}

.tsinf-teaser-covered .teaser-covered-intro {
    font-family: 'Courier Prime';
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.tsinf-teaser-covered .teaser-covered-headline {

    font-family: 'Outfit';
    
    font-size: 86px;
    font-style: normal;
    font-weight: bold;
    line-height: 120%;

    text-transform: uppercase;
}

.tsinf-teaser-covered .teaser-covered-scrollto {
    margin: 120px 0 28px 0;
}

.tsinf-teaser-covered .teaser-covered-scrollto .scrollto {
    background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M29.1667 54.1667L50 75L70.8334 54.1667' stroke='white' stroke-width='4.16667' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M29.1667 25L50 45.8333L70.8334 25' stroke='white' stroke-width='4.16667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-position: center center;
    background-repeat: no-repeat no-repeat;
    background-size: cover;
    display: inline-block;
    height: 100px;
    width: 100px;
}

.tsinf-teaser-covered .tsinf-date-element {
    
    padding: 42px 0 0 0;
    
}

.tsinf-teaser-covered .tsinf-date-element .date-element-data-wrap {
    background-color: #FFF;

    


    border-radius: 15px;

    color: #000;

    margin: 0 0 70px 0;

    max-width: 100%;

    padding: 20px 15px 28px 15px;

    width: 515px;
}

.tsinf-teaser-covered .tsinf-date-element .date-element-headline {
    align-items: center;
    background-image: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M39.5833 8.33333H10.4167C8.11548 8.33333 6.25 10.1988 6.25 12.5V41.6667C6.25 43.9678 8.11548 45.8333 10.4167 45.8333H39.5833C41.8845 45.8333 43.75 43.9678 43.75 41.6667V12.5C43.75 10.1988 41.8845 8.33333 39.5833 8.33333Z' stroke='black' stroke-width='4.16667' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M33.3334 4.16666V12.5' stroke='black' stroke-width='4.16667' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16.6666 4.16666V12.5' stroke='black' stroke-width='4.16667' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.25 20.8333H43.75' stroke='black' stroke-width='4.16667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat no-repeat;
    background-position: left center;
    background-size: 50px 50px;

    display: flex;

    font-size: 26px;
    font-weight: normal;

    line-height: 120%;

    margin: 0 0 25px 0;

    min-height: 46px;

    padding: 2px 5px 2px 75px;


}

.tsinf-teaser-covered .tsinf-date-element .date-element-data {
    padding: 0 5px;
}

.tsinf-teaser-covered .tsinf-date-element .date-element-data > * {
    display: block;
    margin: 0 0 11px 0;
}

.tsinf-teaser-covered .tsinf-date-element .date-element-target-date {
    font-size: 18px;
    font-weight: normal;
    line-height: 120%;
    
}

.tsinf-teaser-covered .tsinf-date-element .date-element-title {
    font-size: 22px;
    font-weight: bold;
    line-height: 120%;
}

.tsinf-teaser-covered .tsinf-date-element .date-element-place {
    font-size: 18px;
    font-weight: normal;
    line-height: 120%;
    margin-bottom: 0;
}

@media all and (max-width: 1399px) {
    .tsinf-teaser-covered .tsinf-date-element .date-element-button-wrap {
        flex-wrap: wrap;
    }

    .tsinf-teaser-covered .tsinf-date-element .date-element-button-wrap > * {
        display: block;
        margin-bottom: 10px;
        width: 100%;
    }

    .tsinf-teaser-covered .teaser-covered-scrollto {
        margin: 28px 0;
    }

}

@media all and (max-width: 991px) {
    .tsinf-teaser-covered {
        padding: 135px 0 10px 0;
    }

    .tsinf-teaser-covered .teaser-covered-headline {
        font-size: 58px;
    }

    .tsinf-teaser-covered .tsinf-date-element .date-element-data-wrap {
        width: 100%;
    }
}

@media all and (max-width: 767px) {
    .tsinf-teaser-covered .teaser-covered-headline {
        font-size: 52px;
    }
}

@media all and (max-width: 575px) {
    .tsinf-teaser-covered .teaser-covered-headline {
        font-size: 38px;
    }
}