@font-face {
    font-family: 'Century Gothic';
    src: url('/assets/fonts/CenturyGothic/CenturyGothic-Italic.eot');
    src: local('Century Gothic Italic'), local('CenturyGothic-Italic'),
        url('/assets/fonts/CenturyGothic/CenturyGothic-Italic.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/CenturyGothic/CenturyGothic-Italic.woff') format('woff'),
        url('/assets/fonts/CenturyGothic/CenturyGothic-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('/assets/fonts/CenturyGothic/CenturyGothic.eot');
    src: local('Century Gothic'), local('CenturyGothic'),
        url('/assets/fonts/CenturyGothic/CenturyGothic.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/CenturyGothic/CenturyGothic.woff') format('woff'),
        url('/assets/fonts/CenturyGothic/CenturyGothic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('/assets/fonts/CenturyGothic/CenturyGothic-Bold.eot');
    src: local('Century Gothic Bold'), local('CenturyGothic-Bold'),
        url('/assets/fonts/CenturyGothic/CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/CenturyGothic/CenturyGothic-Bold.woff') format('woff'),
        url('/assets/fonts/CenturyGothic/CenturyGothic-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('/assets/fonts/CenturyGothic/CenturyGothic-BoldItalic.eot');
    src: local('Century Gothic Bold Italic'), local('CenturyGothic-BoldItalic'),
        url('/assets/fonts/CenturyGothic/CenturyGothic-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/CenturyGothic/CenturyGothic-BoldItalic.woff') format('woff'),
        url('/assets/fonts/CenturyGothic/CenturyGothic-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: "Agency FB Bold";
    src: url("assets/fonts/AgencyFBBold/AgencyFB.eot");
    src: url("assets/fonts/AgencyFBBold/AgencyFB.eot#iefix")format("embedded-opentype"),
        url("assets/fonts/AgencyFBBold/AgencyFB.woff")format("woff"),
        url("assets/fonts/AgencyFBBold/AgencyFB.woff2")format("woff2"),
        url("assets/fonts/AgencyFBBold/AgencyFB.ttf")format("truetype"),
        url("assets/fonts/AgencyFBBold/AgencyFB.svg")format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


.century-gothic {
    font-family: 'Century Gothic';
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Century Gothic';
    font-weight: normal;
    font-style: normal;
    padding: 0px;
    margin: 0px;
}

.desktopnav {
    display: block;
}

.burgernav {
    display: none;
}

.burgernavsub {
    display: none;
}

@media only screen and (max-width: 600px) {
    .desktopnav {
        display: none;
    }

    .burgernav {
        display: block;
        float: left;
        color: white;
        text-align: left;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
        z-index: 1000;
        position: absolute;
        background-color: black;
    }

    .thirdnavigation {
        display: none;
    }
}

.topnav {
    background-color: black;
    height: 7vh;
}

.topnav a {
    float: left;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

.topnav a.link {
    float: left;
    color: white;
    text-align: center;
    padding: 12px 12px 8px 12px;
    text-decoration: none;
    font-size: 17px;
}

.topnav a:hover {
    background-color: rgb(244, 0, 182);
    color: black;
}

.topnav a.active {
    font-weight: bold;

}

.content {
    min-height: 93vh;
    position: relative;
    margin: 0;
}

.astronaut {
    background-image: url('/assets/images/background/jungle_2025.jpeg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.racoon {
    background-image: url('/assets/images/background/racoon.jpeg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.crowd {
    background-image: url('/assets/images/background/crowd.jpeg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.desk {
    background-image: url('/assets/images/background/desk.jpeg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 1rem;
}

.guy {
    background-image: url('/assets/images/background/guy.jpeg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


.black-tint {
    background-color: rgba(0, 0, 0, 0.7);
    min-height: 100vh;
}

@media only screen and (max-width: 600px) {
    .black-tint {
        background-color: rgba(0, 0, 0, 0.7);
        min-height: 100vh;
        padding: 2vh;
    }
}


.logoBig {
    margin-top: 30vh;
    margin-left: 40vw;
    width: 20vw;
    height: 20vw;
}

@media only screen and (max-width: 600px) {
    .logoBig {
        margin-top: 20vh;
        margin-left: 20vw;
        width: 60vw;
        height: 60vw;
    }

}

.logoSmall {
    margin-top: 1rem;
    margin-left: 1rem;
    width: 8rem;
    height: 8rem;
}

@media only screen and (max-width: 600px) {
    .logoSmall {
        display: none;
        margin-top: 0.5rem;
        margin-left: 0.5rem;
        width: 8rem;
        height: 8rem;
        position: absolute;
    }
}

#countdown {
    margin-top: 0.6rem;
    margin-bottom: 0rem;
    color: white;
    text-align: right;
    padding-right: 0rem;
    font-family: 'Helvetica';
    float: right;
}

.countdowndescription {
    margin-top: 0;
    font-size: 0.4rem;
    word-spacing: 0.4rem;
    padding-right: 3.3rem;
}

#countdownvalue {
    padding-right: 4rem;
}


@media only screen and (max-width: 600px) {
    #countdown {
        margin-top: 0.6rem;
        margin-bottom: 0rem;
        color: white;
        padding-right: 0rem;
        font-family: 'Helvetica';
        float: right;
    }

    .countdowndescription {
        margin-top: 0;
        font-size: 0.4rem;
        word-spacing: 0.4rem;
        padding-right: 10px;
    }

    #countdownvalue {
        padding-right: 20px;
    }

}

.textcornersblack {
    margin-left: 15vw;
    margin-right: 15vw;
    padding: 1rem;
    background:
        linear-gradient(to right, black 6px, transparent 6px) 0 0,
        linear-gradient(to left, black 6px, transparent 6px) 100% 100%,
        linear-gradient(to bottom, black 6px, transparent 6px) 0 0,
        linear-gradient(to top, black 6px, transparent 6px) 100% 100%;

    background-repeat: no-repeat;
    background-size: 35px 35px;
    color: black;

}

.textcornerswhite {
    margin-left: 15vw;
    margin-right: 15vw;
    padding: 1rem;
    background:
        linear-gradient(to right, white 6px, transparent 6px) 0 0,
        linear-gradient(to left, white 6px, transparent 6px) 100% 100%,
        linear-gradient(to bottom, white 6px, transparent 6px) 0 0,
        linear-gradient(to top, white 6px, transparent 6px) 100% 100%;

    background-repeat: no-repeat;
    background-size: 35px 35px;
    color: white;

}

.textcornersblack p {
    margin-top: 2rem;
    font-weight: normal;
    font-size: 1.5rem;
}

.textcornerswhite p {
    margin-top: 2rem;
    font-weight: normal;
    font-size: 1.5rem;
}

h1 {
    margin: 0;
    letter-spacing: 0.6rem;
}

h2 {
    font-size: 1.4rem;
    margin: 0;
    letter-spacing: 0.4rem;
}

@media only screen and (max-width: 600px) {
    h1 {
        font-size: 1.5rem;
        letter-spacing: 0.1rem;
    }

    h2 {
        font-size: 1.2rem;
        letter-spacing: 0.1rem;
    }

    .textcornersblack {
        margin-left: auto;
        margin-right: auto;
        padding: 1rem;
        background:
            linear-gradient(to right, black 6px, transparent 6px) 0 0,
            linear-gradient(to left, black 6px, transparent 6px) 100% 100%,
            linear-gradient(to bottom, black 6px, transparent 6px) 0 0,
            linear-gradient(to top, black 6px, transparent 6px) 100% 100%;

        background-repeat: no-repeat;
        background-size: 35px 35px;
        color: black;

    }

    .textcornerswhite {
        margin-left: auto;
        margin-right: auto;
        padding: 1rem;
        background:
            linear-gradient(to right, white 6px, transparent 6px) 0 0,
            linear-gradient(to left, white 6px, transparent 6px) 100% 100%,
            linear-gradient(to bottom, white 6px, transparent 6px) 0 0,
            linear-gradient(to top, white 6px, transparent 6px) 100% 100%;

        background-repeat: no-repeat;
        background-size: 35px 35px;
        color: white;

    }

    .textcornerwhite p {
        margin-top: 1rem;
        font-weight: normal;
    }

    .textcornersblack p {
        margin-top: 1rem;
        font-weight: normal;
        font-size: 1.2rem;
    }

    .impressumtext {
        font-size: 0.8rem !important;
    }
}


.lineupimg {
    max-width: 100%;
    max-height: 100%;
    margin: 0;

}

.white-tint {
    background-color: rgba(255, 255, 255, 0.7);
    min-height: 100vh;
}

@media only screen and (max-width: 600px) {
    .white-tint {
        background-color: rgba(255, 255, 255, 0.7);
        padding: 1rem;
    }
}

.lineupwhite {
    margin-top: 2rem;
    padding: 2rem;
    background-color: rgba(255, 255, 255, 0.7);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.lineupleft {
    width: 22%;
    height: 100%;
}

.lineupmiddle {
    width: 50%;
    height: 100%;
}

.lineupright {
    width: 22%;
    height: 100%;
}

.imageholder {
    width: 15rem;
    height: 21rem;
    align-self: center;
    margin: 0;
}

.imagetext {
    font-weight: bold;
    font-family: 'Helvetica';
    color: black;
    font-size: 1.5rem;
}

.lineupdjhouse {
    display: block;
}

.lineupdjhousequer {
    display: none;
}

.lineupdjelectronic {
    display: block;
}

.lineupdjelectronicquer {
    display: none;
}

@media only screen and (max-width: 600px) {
    .lineupwhite {
        padding: 1rem;
        background-color: rgba(255, 255, 255, 0.7);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .lineupleft {
        width: 100%;
        height: auto;
    }

    .lineupmiddle {
        margin-top: 2rem;
        width: 100%;
        height: auto;
    }

    .lineupright {
        margin-top: 2rem;
        width: 100%;
        height: auto;
    }


    .lineupdjhouse {
        display: none;
    }

    .lineupdjhousequer {
        display: block;
    }

    .lineupdjelectronic {
        display: none;
    }

    .lineupdjelectronicquer {
        display: block;
    }
}


#navigationinfo {
    background-color: rgba(255, 255, 255, 0.75);
    width: 100%;
    color: black;
    font-weight: bolder;
    font-size: 1.8rem;
    display: flex;
    flex-direction: row;
}

.navigationleft {
    width: 50%;
}

.navigationright {
    width: 50%;
    height: 100%;
    background-image: url('/assets/images/venue/location.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#locationimage {
    max-width: 100%;
    width: auto;
    height: auto;
}

@media only screen and (max-width: 600px) {
    #navigationinfo {
        background-color: rgba(255, 255, 255, 0.75);
        color: black;
        font-weight: bolder;
        font-size: 1rem;
        display: flex;
        flex-direction: column;
    }

    .navigationleft {
        width: 100%;
    }

    .navigationright {
        width: 100%;
        height: 20vh;
        background-image: url('/assets/images/venue/location.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    #locationimage {
        width: auto;
        height: auto;
        max-height: 100%;
    }

}


#navigationinfo table {
    border-spacing: 0.2rem 2rem;
}

#navigationinfo td {
    vertical-align: top;
}

.locationimagecontainer {
    width: 100%;
}

.grey {
    color: grey;
}

.weight-normal {
    font-weight: normal;
}

.ticketswhite {
    margin-top: 2rem;
    background-color: rgba(255, 255, 255, 0.75);
    font-size: 2rem;
    font-weight: bolder;
    color: black;
    padding: 1rem;
}

.ticketsinner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 1.4rem;
    margin-top: 2rem;
}

.ticket-font-smaller {
    font-size: 1.2rem !important;
}

.ticket-font-small {
    font-size: 1rem !important;
}

.ticketsleft {
    width: 35%;
    border-right: 1px solid black;
}

.ticketsmiddle {
    width: 25%;
}

.ticketsright {
    width: 35%;
    border-left: 1px solid black;
    padding: 1rem;
}

.ticket {
    max-width: 90%;
    width: auto;
    height: auto;
    margin-left: 1.5rem;
}

@media only screen and (max-width: 600px) {
    .ticketswhite {
        margin-top: 2rem;
        background-color: rgba(255, 255, 255, 0.75);
        font-size: 1.4rem;
        font-weight: bolder;
        color: black;
        padding: 1rem;
    }

    .ticketsinner {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        font-size: 1rem;
        margin-top: 2rem;
    }

    .ticket-font-smaller {
        font-size: 1.2rem !important;
    }

    .ticket-font-small {
        font-size: 1rem !important;
    }

    .ticketsleft {
        width: 100%;
        border-right: none;
    }

    .ticketsmiddle {
        margin-top: 1rem;
        width: 100%;
    }

    .ticketsright {
        width: 100%;
        padding: 1rem;
        border-left: none;
        margin-top: 1rem;
    }

    .ticket {
        max-width: 100%;
        width: auto;
        height: auto;
        margin-left: -1rem;
    }
}

#venuecontent {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.navigationimage {
    display: block;
    max-width: 15vw;
    max-height: 15vh;
    width: auto;
    height: auto;
}

.navigationimagemaps {
    display: block;
    max-width: 10vw;
    max-height: 10vh;
    width: auto;
    height: auto;
}

@media only screen and (max-width: 600px) {

    #venuecontent {
        display: flex;
        flex-direction: column;
    }

    .navigationimage {
        display: block;
        max-width: 15vw;
        max-height: 15vh;
        width: auto;
        height: auto;
    }

    .navigationimagemaps {
        display: block;
        max-width: 10vw;
        max-height: 10vh;
        width: auto;
        height: auto;
    }
}

/*
#hammersize {
    width: 24.25rem;
    height: 5rem;
} 

#mannekensize {
    width: 9.6rem;
    height: 8rem;
} 

#tilkesize {
    width: 14rem;
    height: 7rem;
} 

#schneidewindsize {
    width: 13.8rem;
    height: 6rem;
} 

#jacobssize {
    width: 17.5rem;
    height: 5rem;
} 

#wepsize {
    width: 8.8rem;
    height: 8rem;
} 

#praxissize {
    width: 16rem;
    height: 4rem;
} 

#kockartzsize {
    width: 18rem;
    height: 5rem;
} 

#fynesize {
    width: 15.6rem;
    height: 4rem;
} 
*/

/* .halloffameimgholder:nth-child(3n) {
    flex-basis: 100%;
} */

#datecontainer {
    top: 35vh;
    left: 4rem;
    font-weight: bold;
    position: absolute;
    text-align: left;
    padding: 0;
}

.datedate {
    display: block;
}

.datetext {
    margin-top: -2rem;
    display: block;
}

@media only screen and (max-width: 600px) {
    #datecontainer {
        top: auto;
        bottom: 6vh;
        left: auto;
        right: 3rem;
        font-weight: bold;
        position: absolute;
        text-align: left;
    }

    .datedate {
        display: inline-block;
    }

    .datetext {
        margin-top: auto;
        display: inline-block;
    }


}

#digitshome {
    font-family: 'Agency FB Bold';
    font-size: 12rem;
    color: white;
    /* background: -webkit-linear-gradient(white 50%, transparent 45% 55%, white 35%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
}

#hometextbig {
    font-size: 2.2rem !important;
    position: relative;
    color: white;
    margin: 0;
    margin-top: -2rem;
    margin-left: 0.5rem;
}

.hometextsmall {
    font-size: 1.1rem !important;
    position: relative;
    color: white;
    margin: 0;
    margin-left: 0.5rem;
}

.text-wide {
    letter-spacing: 0.3rem;
}

.halloffameimgholder {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
}

.hofimgdiv {
    flex: 0 1 33%;
    height: auto;
    max-width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-repeat: no-repeat;
    margin: 1rem;
    margin-bottom: 6rem;
}

@media only screen and (max-width: 600px) {
    .hofimgdiv {
        flex: 0 1 80%;
        max-width: 80%;
        margin-bottom: 2rem;
    }
}

.hofimg {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    margin: 10px;
}

.videobox {
    position: fixed;
    /* border: solid 1px black; */
    right: 0;
    top: 7vh;
    height: 93vh;
    /* background-color: chartreuse; */
}

.videoinbox {
    width: 30vw;
}

.videoico {
    display: none;
}
@media only screen and (max-width: 600px) {
    .videobox {
        position: relative;
        right: 0;
        top: auto;
        height: auto;
        /* background-color: chartreuse; */
    }
    
    .videoinbox {
        width: 100%;
    }

    .videoico {
        display: block;
        width: 20vw;
        float: right;
    }
    
}

body {
    background-color: black;
}

.float-end {
    float: right;
}