/*///////////////////////////////////////////////////////
// Latest Events-Teaser Modul
//////////////////////////////////////////////////////*/
.latestEventsTeaser .innerWrap {
    display: flex;
    justify-content: space-between;
}
.latestEventsTeaser .innerWrap > div {
    width: calc(50% - 10px);
    min-height: 500px;
}
.latestEventsTeaser[data-events="0"] .innerWrap > div {
    width: calc(100% - 10px);
}
.letTeaser {
    position: relative;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}
.letTeaser[data-valign="center"] {
    align-items: center;
}
.letTeaser[data-valign="top"] {
    align-items: flex-start;
}
.letTeaserImage {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    display: flex;
}
.letTeaserImage:after {
    content: "";
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    bottom: 0;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(0deg, rgba(0,0,0,0.804435152967437) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.804435152967437) 0%, rgba(0,0,0,0) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,0.804435152967437) 0%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.letTeaserImage img {
    object-fit: cover;
    object-position: center top;
    height: 100%;
    border-radius: 2px;
}
.letTeaserContent {
    position: relative;
    z-index: 20;
    padding: 60px 60px 90px 60px;
}
.letTeaserHeadline * {
    color: #ffffff;
    font-size: 60px;
    line-height: 65px;
    margin-bottom: 30px;
}
.latestEventsTeaser[data-events="0"] .letTeaserHeadline {
    padding-right: 50%;
}
.letTeaserFooter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    width: 100%;
    z-index: 30;
    left: 0;
    padding: 0 60px;
    bottom: 60px;
}
.letTeaserFooter * {
    color: #ffffff;
}
.letTeaserFooter h3 {
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    font-weight: 400;
}
.letTeaserLink {
    font-size: 18px;
    white-space: nowrap;
    display: flex;
    align-items: center;
}
.letTeaserLink span {
    position: relative;
    top: 0;
    font-size: 24px;
    padding-left: 10px;
}
.letEvents {
    position: relative;
    padding: 60px 100px 90px 100px;
    border-radius: 2px;
}
.letEventsList {
    position: relative;
}
/*.letEventsList:after {
    content: "";
    position: absolute;
    z-index: 30;
    width: 100%;
    bottom: 0;
    height: 160px;
    background: rgb(246,246,246);
    background: -moz-linear-gradient(0deg, rgba(246,246,246,1) 0%, rgba(246,246,246,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(246,246,246,1) 0%, rgba(246,246,246,0) 100%);
    background: linear-gradient(0deg, rgba(246,246,246,1) 0%, rgba(246,246,246,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f6f6f6",endColorstr="#f6f6f6",GradientType=1);
}*/
.letEvent {
    padding: 30px 5px;
    border-bottom: 1px solid rgba(112,112,112,0.2);
}
.letEvent:last-child {
    border: 0;
}
.letEventHeadline {
    margin-bottom: 10px;
}
.letEventHeadline * {
    font-size: 36px;
    line-height: 45px;
}
.letEventInfo {
    display: flex;
    flex-wrap: wrap;
}
.letEventInfo * {
    font-size: 18px;
    line-height: 23px;
}
.letEventTags {
    display: none;
    margin-top: 25px;
}
.letEventTags h3 {
    display: inline-block;
    font-size: 18px;
    line-height: 25px;
}
.letEventTags .tagItemRound {
    cursor: default;
    padding: 4px 12px;
}
.letEventsFooter {
    position: absolute;
    width: 100%;
    z-index: 50;
    text-align: right;
    left: 0;
    padding: 0 100px;
    bottom: 60px;
}
.letEventsFooterLink {
    color: #ff003a;
    font-size: 18px;
    line-height: 25px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.letEventsFooterLink span {
    top: 0;
    padding-left: 10px;
    font-size: 24px;
}
@media (max-width: 1279px) {
    .latestEventsTeaser .innerWrap {
        flex-direction: column;
    }
    .latestEventsTeaser .innerWrap > div {
        width: 100%;
    }
    /*.letTeaser {
        aspect-ratio: 16 / 9;
    }*/
    .letTeaserImage img {
        object-position: center center;
    }
    .latestEventsTeaser[data-events="0"] .letTeaserHeadline {
        padding-right: 60px;
    }
    .letEvents {
        padding: 60px;
    }
}
@media (max-width: 768px) {
    .letTeaserHeadline * {
        font-size: 36px;
        line-height: 45px;
        margin-bottom: 15px;
    }
}
@media (max-width: 767px) {
    .latestEventsTeaser {
        margin-left: -1px;
        width: calc(100% + 1px);
        overflow: hidden;
    }
    .latestEventsTeaser .innerWrap {
        padding: 0;
    }
    .latestEventsTeaser .innerWrap > div {
        min-height: 350px;
    }
    .letTeaserContent {
        padding: 30px 30px 75px 30px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .letTeaserFooter {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 30px;
        bottom: 30px;
    }
    .letTeaserFooter h3 {
        width: 100%;
    }
    .letTeaserHeadline * {
        font-size: 30px;
        line-height: 36px;
    }
    .letEvents {
        padding: 60px 15px;
    }
    .letEventHeadline * {
        font-size: 24px;
        line-height: 29px;
    }
    .letEventsFooter {
        margin-top: 20px;
        padding: 0px 15px;
        bottom: 30px;
    }
    .letEventsFooterLink {
        padding-left: 8px;
    }
}
@media only screen
and (min-device-width: 1024px)
and (max-device-width: 1366px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) {
    .letTeaser {
        aspect-ratio: 5 / 4;
    }
}