:root {
    --border-color: 128, 128, 128;
    --base-font-size: 1rem;
}

html {
    font-family: sans-serif;
    color: white;
    background-image: var(--backgroundImage);
    background-color: black;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    height: 100%;
}

body {
    margin: 0px;
    background: linear-gradient(rgba(255,255,255,0) 0 90vh, rgba(41,49,51,.7) 110vh 100%);
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

a {
    color: antiquewhite;
}

img {
    max-width: 90%;
}

header {
    height: 12vw;
    max-height: 107px;
    min-height: 82px;
    position: fixed;
    width: 100%;
    z-index: 50;
}
@media(max-width: 900px) {
    .bg-black {
        background: black;
    }
}

#homelink {
    position: fixed;
    width: 10vw;
    height: 10vw;
    max-width: 75px;
    max-height: 75px;
    min-width: 50px;
    min-height: 50px;
    background-image: url('/uploads/general/Icon_black.webp');
    background-size: cover;
    text-decoration: none !important;
    left: 1rem;
    top: 1rem;
    z-index: 1;
}

    #homelink:hover {
        background-image: url('/uploads/general/Icon_inverted.webp');
    }

#menulink {
    position: fixed;
    width: 10vw;
    height: 10vw;
    max-width: 75px;
    max-height: 75px;
    min-width: 50px;
    min-height: 50px;
    background-image: url('/assets/menu.webp');
    background-size: cover;
    text-decoration: none !important;
    right: 1rem;
    top: 1rem;
    z-index: 1;
}

nav {
    display: none;
    position: fixed;
    overflow-y: scroll;
    z-index: 1;
    right: calc(min(max(50px, 10vw), 75px) + 1rem);
    top: calc(min(max(50px, 10vw), 75px) + 1rem);
    border: solid 2px rgb(var(--border-color));
    background-color: rgba(0,0,0, 0.9);
    max-height: 70%;
}

    nav a {
        color: white;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 2rem;
        display: block;
    }

        nav a:hover {
            background-color: #ddd;
            color: black;
        }

footer div {
    padding-top: 20px;
    padding-bottom: 10px;
    text-align: center;
    font-size: calc(var(--base-font-size) * 1.5);
}

    footer div a {
        text-decoration: none;
    }

.socialmedialinks img {
    max-height: 50px;
    margin-left: 10px;
    margin-right: 10px;
}
.sponsors {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.sponsors img {
    max-height: 60px;
}

@media (max-width: 700px) {
    h1, h2, h3, h4 {
        font-size: calc(var(--base-font-size) * 3) !important;
    }
}

@media (max-width: 450px) {
    h1, h2, h3, h4 {
        font-size: calc(var(--base-font-size) * 2) !important;
    }

    .highlightnews {
        font-size: calc(var(--base-font-size) * 1.5);
    }
}

h1, h2, h3, h4 {
    font-weight: lighter;
    font-family: var(--font-family);
    word-wrap: break-word;
}

.hero {
    margin-top: calc(min(max(50px, 10vw), 75px) + 1rem);
    height: calc(100vh - 250px);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    font-size: calc(var(--base-font-size) * 1.5);
}

    .hero .herotext {
        flex: 1.5;
    }

    .hero .logoimgdiv {
        flex: 1.25;
    }

    .hero .specialimgdiv {
        flex: 0.75;
    }

    .hero > div, a {
        flex: 1;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .hero h1, .hero h2 {
        text-align: center;
        font-size: 4vw;
        margin-bottom: 0px;
    }

    .hero .ticketbtn {
        background-image: url('/uploads/2024/Ticket.png');
        flex: 2;
    }

@media(max-widht: 1400px) and (min-width: 1001px)  {
    .hero h1, .hero h2 {
        font-size: 5vw !important;
    }
}

@media(max-widht: 1000px){
    .hero h1, .hero h2 {
        font-size: 6vw !important;
    }
}

.highlightnews {
    font-size: calc(var(--base-font-size) * 2);
    max-width: calc((350px*3) + 30px);
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    margin-bottom: 20px;
}


#lp-leadImage {
    position: fixed;
    width: 90vw;
    height: calc(90vw * 0.56);
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: -100;
    background-color: black;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#lp-content {
    padding-top: calc(90vw * 0.27);
    margin-left: auto;
    margin-right: auto;
    max-width: 60vw;
    min-width: 720px;
    font-size: calc(var(--base-font-size) * 1);
}

.no-padding-top {
    padding-top: 50px !important;
}

@media(max-width: 800px) {
    #lp-content {
        max-width: 90vw;
        min-width: unset !important;
    }

    #lp-leadImage {
        margin-left: auto;
        margin-right: auto;
    }
}

#lp-artistlogo {
    right: 0px;
    float: right;
    margin-left: 20px;
    max-width: 50% !important;
    background-color: rgba(255,255,255,0.3);
    padding: 10px;
    border-radius: 20px;
}

#lp-content-text::after {
    content: " ";
    clear: both;
    display: table;
}

#lp-content-text {
    /*border: solid 2px rgb(var(--border-color));*/
    background-color: rgba(0,0,0, 0.9);
    padding: 10px;
}


.content {
    position: relative;
    text-align: center;
}

.bandlist {
    font-family: var(--font-family);
}

.fp-band {
    display: inline-block;
}

    .fp-band p {
        margin: 0px !important;
        font-family: var(--font-family);
    }


.fp-band-list {
    margin-bottom: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

    .fp-band-list img {
        border: solid 2px grey;
    }

.fp-news-list {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    max-width: calc((350px*3) + 30px);
    margin-left: auto;
    margin-right: auto;
    font-size: calc(var(--base-font-size) * 1.5);
}

    .fp-news-list .fp-news {
        max-width: 350px;
        margin: 3px;
        border: solid 2px rgb(var(--border-color));
        background-color: rgba(0,0,0, 0.6);
    }

        .fp-news-list .fp-news img {
            max-width: 100% !important;
        }

        .fp-news-list .fp-news h2, .fp-news-list .fp-news p {
            text-align: justify;
            padding-left: 5px;
            padding-right: 5px;
        }

.markt {
    clear: left;
    padding: 10px;
}
.markt h3 {
    margin-top: 0px;
}
.marktImg {
    float: left; 
    margin-right: 10px;
}
@media (max-width: 750px) {
    .marktImg {
        float: none;
    }
}

.form-flex-outer,
.form-flex-inner {
    list-style-type: none;
    padding: 0;
}

.form-flex-outer {
    margin: 0 auto;
}

    .form-flex-outer li,
    .form-flex-inner {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

.form-flex-inner {
    padding: 0 8px;
    justify-content: space-between;
}

.form-flex-outer > li:not(:last-child) {
    margin-bottom: 20px;
}

.form-flex-outer li label,
.form-flex-outer li p {
    padding: 8px;
    font-weight: 300;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.form-flex-outer > li > label,
.form-flex-outer li p {
    flex: 1 0 120px;

}

    .form-flex-outer > li > label + *,
    .form-flex-inner {
        flex: 1 0 220px;
    }

.form-flex-outer li p {
    margin: 0;
}

.form-flex-outer li input:not([type='checkbox']),
.form-flex-outer li textarea {
    padding: 15px;
    border: none;
}

.form-flex-outer li button {
    margin-left: auto;
    padding: 8px 16px;
    border: none;
    background: #333;
    color: #f2f2f2;
    text-transform: uppercase;
    letter-spacing: .09em;
    border-radius: 2px;
}

.form-flex-inner li {

}
.ValidationErrors {
    color: #990000;
}

.specialformfields {
    display: none !important;
}