﻿.textComponent {
    background-size: cover;
    position: relative;
    background-position: center center;
}

/*.bgOverlay {
    z-index: -1;
    background-color: black;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}*/

.textComponent h2 {
    padding-left: 0;
}

.innerAct {
    min-height: 250px;
    background-color: #ffffff;
    margin-bottom: 25px;
    position: relative;
    cursor: pointer;
}

.higher .innerAct {
    min-height: 525px;
}


.mediumHigher .innerAct {
    min-height: 375px;
}

.actOverlay, .actBg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center;
}

.actOverlay {
    transition: all ease .75s;
    opacity: 0.7;
}

    .actOverlay:hover {
        opacity: 0;
    }

.logo {
    position: absolute;
}

    .logo img {
        height: 70px;
        position: relative;
    }

    .logo.topLeft {
        left: 8px;
        top: 8px;
    }

    .logo.topRight {
        right: 8px;
        top: 8px;
    }

    .logo.bottomLeft {
        left: 8px;
        bottom: 8px;
    }

    .logo.bottomRight {
        right: 8px;
        bottom: 8px;
    }


.dayOuter {
    margin-top: 30px;
    margin-bottom: 80px;
}


    .dayOuter .day {
        color: white;
        font-size: 20px;
        display: inline-block;
        margin-left: 8px;
        margin-right: 8px;
        cursor: pointer;
    }

span.day.active {
    border-bottom: 2px solid #FF3543;
    padding-bottom: 3px;
}

.timeSlot {
    min-height: 160px;
    background-color: white;
    cursor: pointer;
}

.programLeft {
    width: 20%;
    float: left;
}

.programRight {
    width: 80%;
    float: left;
}

.timeSlot {
    background-size: cover;
    background-position: center center;
}

.timeSlotOuter {
    border-right: 4px solid #FF3543;
}

.active.timeSlotOuter {
    border: 4px solid #ff3543;
    border-right: none;
}

.program {
    background-position: center center;
    background-size: cover;
    padding: 40px;
    position: relative;
    z-index: 2;
    text-align: left;
}

/*.programInner, .programRight, .program {
    min-height: 650px;
}*/

.programOuterWrap {
    position: relative;
    overflow: hidden;
    /*    min-height: 650px;*/
    border: 4px solid #FF3543;
    border-left: none;
}

.programWrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: top ease-in-out .45s;
}

.programWrap {
    top: -110%;
    bottom: unset;
}

    .programWrap.active {
        top: 0;
        bottom: 0;
    }

.programOuter {
    display: none;
}

    .programOuter.visible {
        display: block;
    }



.programBg, .programBacklay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center;
}

.programBacklay {
    background-position: center left;
}

.redInfoSpan {
    color: #FF3543;
    font-size: 16px;
}

.additionalInformations {
    margin-top: 30px;
    max-width: 600px;
}

span.timeSpan {
    background-color: #FF3543;
    position: absolute;
    left: 12px;
    padding: 5px 6px;
    font-size: 9px;
    color: white;
    padding-bottom: 0;
}


.textComponent h2, .whiteMainTitle {
    border: none;
    font-size: 60px;
    font-family: 'Work Sans';
    font-weight: 900;
}

.textComponent h3, .redSubTitle {
    color: #FF3543;
    font-size: 40px;
    font-family: "Black Bones";
    font-weight: normal;
}

.textComponent.donationComponent h3 {
    color: black;
}

.textComponent.donationComponent {
    background-color: #FF3543;
}

.donationComponent img {
    max-width: 100%;
}

.navWrap ul {
    margin-bottom: 0;
}

.navWrap {
    position: fixed;
    z-index: 3;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    transition: all ease-in-out .35s;
}

.scrolled .navWrap {
    background-color: black;
    padding: 0;
}

.navWrap li {
    display: inline-block;
}

    .navWrap li a {
        padding-right: 10px;
        padding-left: 10px;
        text-decoration: none;
        font-size: 20px;
        color: white;
    }

.scrolled .navWrap li a {
    margin-top: 13px;
    display: inline-block;
    font-size: 16px;
}

.navWrap li a.active {
    color: #FF3543;
}

.eventHeroBlock {
    position: relative;
    min-height: 100vh;
    background-size: cover;
    background-position: center center;
}

.sponsorLogoWrap {
    padding: 15px;
    background-color: white;
    margin-bottom: calc(var(--bs-gutter-x) );
}

.sponsorLogo {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

    .sponsorLogo img {
        width: 100%;
    }



.subSponsorGroup {
    margin-top: 28px;
    color: white;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 40px;
}

.sponsorGroupWrap {
    border-top: 1px solid #FF3543;
}

.sponsorWithoutLogo {
    border-bottom: 1px solid #FF3543;
    text-transform: none;
    font-weight: 400;
    padding-top: 11px;
    font-size: 20px;
    padding-bottom: 7px
}

.gallerypreview {
    position: relative;
    background-position: center center;
    background-size: 200%;
}

    .gallerypreview img {
        width: 100%;
    }

.galleryname {
    padding: 5px 15px;
    background-color: #001740;
    color: white;
}

.gallerypreview .overlay, .imgwrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
}

.imgwrap .overlay {
    bottom: 7px;
}

    .gallerypreview .overlay:hover, .imgwrap .overlay:hover {
        opacity: 1;
    }

.lg-gallery a {
    text-decoration: none;
    display: block;
}

.imgwrap {
    display: inline-block;
    position: relative;
    float: left;
    width: 100%;
    max-width: 300px;
}

    .imgwrap > img {
        width: 100%;
    }

    .imgwrap .overlay img {
        margin-left: 50%;
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        height: 100%;
        padding-bottom: 10px;
    }

.innerFileRow {
    background-color: white;
    margin-bottom: 20px;
    padding: 5px;
    border-radius: 3px;
}

    .innerFileRow img {
        max-width: 30px;
    }


    section.padding{
        padding-top:25px;
        padding-bottom:25px;
    }


@media screen and (min-width:992px) {
    .dayOuter .day {
        margin-left: 15px;
        margin-right: 15px;
    }
}



@media screen and (min-width:1400px) {
    .dayOuter .day {
        margin-left: 22px;
        margin-right: 22px;
    }
}


@media screen and (max-width:991px) {
    .programOuterWrap {
        position: relative;
        height: unset !important;
        display: none;
    }

    .programWrap {
        height: unset !important;
        position: relative;
    }

    .programOuter.visible .programOuterWrap {
        display: block;
    }

    .programWrap {
        display: none;
    }

        .programWrap.active {
            display: block;
        }

    .programOuterWrap {
        border: none;
    }

    .programBg {
        display: none;
    }

    .timeSlot {
        min-height: 80px;
    }

    .timeSlotOuter {
        border-right: 0;
    }

    .textComponent h2, .whiteMainTitle {
        font-size: 30px;
    }

    .textComponent h3, .redSubTitle {
        font-size: 25px;
    }

    .active.timeSlotOuter {
        border: 3px solid #ff3543;
    }

    .navWrap {
        display: none;
    }

    .eventHeroBlock {
        min-height: 50vh;
    }
}
