﻿body {
    background-color: black;
    overflow: hidden;
    overflow-y: auto;
}

#pagecontainer {
    font-family: "Futura-PT", "Sans-serif";
    font-weight: 400;
}

h1 {
    font-size: 2rem;
    color: #ff66c2;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}

h2 {
    font-size: 1.75rem;
    color: #fff;
    text-transform: uppercase;
}

h3 {
    font-size: 1.5rem;
    color: #fff;
    text-align: center;
}

h4,
h5 {
    font-size: 1.25rem;
    color: #fff;
}

p {
    font-size: 1.25rem;
    color: #fff;
    line-height: 1.5rem;
}

h1,
h2,
h3,
h4,
p {
    margin: 2rem 0;
}

@media screen and (max-width:40rem) {

    h1 {
        font-size: 1.75rem;
    }

    h2 {
        font-size: 1.5rem;
    }

    h3 {
        font-size: 1.25rem;
    }

    h4,
    h5,
    p {
        font-size: 1rem;
        line-height: 1.25rem;
    }

}

.header {
    width: 100vw;
    height: 40vw;
    display: block;
    position: relative;
    background-image: url(/resources/Video/headerbg.jpg?id=3);
    background-size: cover;
    background-position: center center;
    margin-bottom: 0;
}

.header video {
    width: 100vw;
    height: 40vw;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.header h1 {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 8vw;
    color: #fff;
    text-align: center;
    line-height: 7vw;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0 12vw;
    text-shadow: #000 0 0 2px;
    margin: 0;
    transform: scale(75%);
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


.header h1 span:nth-child(1) {
    letter-spacing: 0.9vw;
    padding-left: 2vw;
    animation: fadeIn 2s ease-in-out .5s forwards;
    opacity: 0;
}

.header h1 span:nth-child(2) {
    color: #f09;
    font-weight: 700;
    animation: fadeIn 2s ease-in-out 1s forwards;
    opacity: 0;
}

.header h1 span:nth-child(3) {
    animation: fadeIn 2s ease-in-out 1.5s forwards;
    opacity: 0;
}

.headermenu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.headermenu ul {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    margin-top: 31vw;
    list-style: none;
    gap: 1vw;
}

.headermenu li {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2vw;
    text-transform: uppercase;
    font-size: 4vw;
    background-color: rgba(20, 20, 20, 0.5);
    border-radius: 1vw;
    font-weight: 500;
    border: 1px solid #555;
    min-width:20vw;
    max-width:20vw;
}


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

    .header {
        height: 30rem;
    }

    .header video {
        height: 30rem;
    }


    .headermenu {
        top: 3rem;
    }

    .headermenu ul {
        flex-direction: row;
        margin-top: 22rem;
        white-space: nowrap;
    }

    .headermenu li {
        font-size: 2rem;
        min-width: 9rem;
        max-width: 9rem;
        height: 3rem;
        padding: .5rem;
        text-align: center;
    }

    .header h1{
        padding:1rem 2rem;
        transform:none;
    }


}

.menu ul {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
}

.menu ul img {
    height: 1.5rem;
    display: inline-block;
    margin-right: 0.5rem;
    filter: invert(1);
}


.menu ul li,
.menu a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.1rem;
    font-size: 1.25rem;
    padding: 1rem .5rem;
    text-align: center;
    cursor: pointer;
}

.menu ul li {
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu ul.menuhandle {
    display: none;
}

.bottommenu {
    display: none;
}

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

    .menu ul {
        flex-direction: column;
        height: 0;
        display: none;
    }

    .menu ul.menuhandle {
        display: block;
        height: auto;
    }

    .menushow ul {
        height: auto;
        display: flex;
    }

    .menushow ul.menuhandle {
        display: none;
    }

    .bottommenu {
        position: fixed;
        bottom: 0;
        height: 4rem;
        width: 100%;
        background-color: #111;
        border-top: 1px solid #333;
        display: flex;
        justify-content: center;
    }

    .bottommenu ul {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .bottommenu ul li {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 1rem;
        text-transform: uppercase;
        font-size: 1.25rem;
        border-radius: 0;
        font-weight: 500;
        height: 4rem;
    }


    .bottommenu ul li:not(:last-child) {
        border-right: 1px solid #333;
    }

    .bottommenu ul li img {
        height: 2rem;
        width: 2rem;
        display: inline-block;
        filter: invert(1);
    }

    .bottompanel {
        margin-bottom: 3rem !important;
    }
}

.socialpanel {
    padding: 1rem 0;
    height: auto;
    overflow: hidden;
    display: block;
    background-color: hsl(324, 100%, 8%);
}

.sociallinks {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0 1rem;
    list-style: none;
    gap: .5rem;
}

.sociallinks img {
    border-radius: 50%;
    height: 4rem !important;
    width: 4rem !important;
    display: block;
    margin: 0;
}

.pagewidth {
    padding: 0 1rem;
    margin: 0 auto;
    max-width: 1000px;

}

.ws_videocontainer {
    width: 100%;
}

.ws_videocontainer iframe {
    width: calc(100% - 2px);
    aspect-ratio: 16 / 9;
    display: block;
    height: auto;
    border: 1px solid #333;
}

hr {
    border: none;
    background-color: #777;
    margin: 1rem 0;
    color: #777;
}

a {
    color: white;
    text-decoration: none;
}

.event-countries {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin: 1rem 0;
    font-size: 1.5rem;
}

.event-countries a {
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    background-color: #333;
    padding: .5rem 1rem;
    border-radius: .5rem;
}

.eventpreview {
    display: grid;
    grid-template-areas: "date buy" "title buy" "address buy";
    grid-template-columns: 1fr 9rem;
    width: 100%;
    gap: 1rem;
    margin: 1rem 0;
}

.eventpreview h2 {
    grid-area: title;
    font-size: 1.75rem;
    text-align: left;
    margin: 0;
    width: 100%;
}

.eventpreview .buyticketlink, .buyticketlink {
    grid-area: buy;
    background-color: #f09;
    width: calc(100% - 2rem);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .5rem 1rem;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.1rem;
    border-radius: .5rem;
}

.eventpreview h5 {
    grid-area: date;
    font-size: 1.25rem;
    text-align: left;
    margin: 0;
    color: #ff66c2;
    text-transform: uppercase;
}

.eventpreview h5 .time {
    display: none;
}

.eventpreview p {
    grid-area: address;
    font-size: 1.25rem;
    text-align: left;
    margin: 0;
}

.filteron {
    background-color: #f09 !important;
}

@media screen and (max-width: 40rem) {
    .eventpreview h2 {
        font-size: 1.5rem;
    }

    .eventpreview h5,
    .eventpreview p {
        font-size: 1rem;
    }
}

.bottompanel {
    background-color: #333;
    padding: 1rem;
    margin-top: 50vh;
    margin-bottom: 0;
    display: block;
}

.bottompanel p {
    margin: 0;
    text-align: center;
}

.countryhidden {
    display: none;
}

.pagepreviews {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
    gap: 1rem;
    margin: 1rem 0;
}

.pagepreview {
    display: flex;
    flex-direction: column;
    justify-content: top;
    align-items: center;
    text-align: center;
}

.pagepreview img {
    width: 15rem;
    height: 15rem;
    object-fit: cover;
    display: block;
}

.pageimage {
    width: 100%;
    height: auto;
    display: block;
}

.ws_gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
    gap: 1rem;
    overflow: hidden;
    height: auto;
}

.ws_gallery img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    height: auto;
    display: block;
}

.contactform p {
    margin: 0;
    padding: 0;
}

.contactform,
.wscf-formcontainer {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    margin: 1rem 0;
}

.wscf-formcontainer,
#ctl02_pnl_contactform,
.div_qtable {
    width: 100%;
    max-width: 500px;
    margin: 1rem auto;
}

.formfield,
.wscf-submit {
    width: 100%;
}

.contactform p,
.wscf-formcontainer span,
.div_qtable p {
    position: relative;
}

.contactform p,
.wscf-formcontainer span,
.div_qtable p {
    font-size: 1.25rem;
    margin-bottom: .5rem;
    margin-top: 0;
}

input,
textarea,
select {
    width: calc(100%);
    padding: 1rem;
    border: 1px solid #333;
    border-radius: .5rem;
    font-size: 1rem;
    font-family: inherit;
    background-color: #eee;
    color: #222;
    box-sizing: border-box;
    margin-bottom: 1rem;
}

input[type="submit"] {
    background-color: #f09;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.1rem;
    border-radius: .5rem;
    padding: .5rem 1rem;
    border: none;
    cursor: pointer;
    width: 100%;
    height: 3rem;
}

.validation {
    margin: 0;
    padding: 0 0 0 1rem;
    right: 1rem;
    position: absolute;
    line-height: 3rem;
}

.albumcovers {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
    gap: 1rem;
    overflow: hidden;
    height: auto;
}

.albumcovers img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    height: auto;
    display: block;
    cursor: pointer;
}

.songs {
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 1rem;
    padding: 1rem;
    height: auto;
}

.songs .song {
    display: none;
    width: 100%;
    padding: 1rem;
    border-radius: .5rem;
    background-color: #333;
    color: #fff;
    font-size: 1.25rem;
    line-height: 2rem;
    min-height: 2rem;
    cursor: pointer;
}

.menu {
    position: sticky;
    top: 0;
    z-index: 100;
    background-color: #111;
}

.event{
	text-align:center;
	display:flex;
	flex-direction:column;
	align-items:center;
	gap:1rem;
}
.event .buyticketlink{
	
	width:15rem;
	
}

.event h2, .event h3{
	margin:0;
}

.maxwidthimage{
	width:100%;
}