@font-face {
    font-family: superior_regular;
    src: url(fonts/LTSuperior-Regular.otf);
}

@font-face {
    font-family: superior_medium;
    src: url(fonts/LTSuperior-Medium.otf);
}

@font-face {
    font-family: headings;
    src: url(fonts/neue_einstellung_medium.otf);
}

@font-face {
    font-family: headings-light;
    src: url(fonts/neue_einstellung_regular.otf);
}

h1, h2, h3, h4, h5, h6,p {margin: 0;}

h1 {
   font-family: headings;
    letter-spacing: 7px;
    text-align: center;
}

H1 {
    font-size: clamp(3rem, 4vw, 5rem);
}

h2 {
   font-size: clamp(2rem, 2.5vw, 3.5rem);
}
h3 {
   font-size: clamp(2rem, 2vw, 3.5rem);
}

h4 {
   font-size: clamp(1.5rem, 1.5vw, 3.5rem);
}
h5 {
   font-size: clamp(2rem, 1.75vw, 3.5rem);
    font-family: headings-light;
}
h2 {
    font-family: headings-light;
}


h3, h4{ font-family: headings;}

body {
    color: #222222;
    font-family: superior_regular;
    margin: 0;
    font-size: clamp(1rem, 1.25vw, 2rem);
    background-color: #f6f6f6;

}

a {
    color: #222222;
    text-decoration: none;
}

a:hover {
    color: #c4c13a;
}

ul {
    margin: 0;
}

button {
    color: white;
    background-color: #222222;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    margin: 1rem;
    padding-left: 3rem;
    padding-right: 3rem;
    width: 600px;
    border-radius: 50px;
    box-shadow: none;
    border-style: none;
    border-color: none;
    border-width: none;
    font-family: headings-light;
    font-size: clamp(2rem, 1.75vw, 3.5rem);

}

button:hover {
    background-color: #c4c13a;
}


#header {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    width: 100%;
    align-content: baseline;
    margin-bottom: 1rem;
    background-color: #ffffff;!important;
    opacity: 1;
    z-index: 1;
    position: fixed;
}
#mainlogo {
    max-width: 65%;
    margin: .5rem 0 .5rem .5rem;
        grid-row: 1;
    grid-column: 1;
}

#dsktp-navcontent {
    height: 4vw;
    grid-row: 1;
    grid-column: 2/3;
    width: 100%;
    align-content: center;
    font-family: headings-light;
}

.nav_header-m {
  display: none;
    grid-template-columns: 1fr 3fr 1fr;
    width: 100%;
    align-content: center;
    margin-bottom: 1rem;
    background-color: #ffffff;!important;
    opacity: 1;
    z-index: 1;
    position: fixed;
}

.m-logo {
    grid-column: 2/3;
    width: 75%;
    margin-bottom: 3vh;
    margin-top: 3vh;
    justify-self: center;
}
#mobile-overlay-menu {
    display: none;
    height: 100vh;
    z-index: 1;
    position: absolute;
     background-color: rgba(12, 24, 15, 0.83);
    width: 100vw;
}

#open_menu {
    display: grid;
    grid-template-columns: 1fr 3fr 1fr;
    align-items: center;
    color: #FFFFFF;
    object-fit: cover;
    grid-template-rows: auto auto auto auto auto;
}

.mobile-logo {
    justify-self: center;
}


.mobile-hamburger {
    grid-column: 3/4;
    justify-self: center;
    max-height: 8vh;
    align-self: center;
    rotate: 15deg;
}

.mobile-hamburger img:hover {
    opacity: 75%;
}

.mobile-hamburger img:active {
    opacity: 75%;
}


#mobile {
    position: absolute;
    display:;
    justify-content: center;
    height: 100vh;
    width: 100vw;
    color: #FFFFFF;
}

.mobile-links {
    grid-column: 2/3;
    color: #FFFFFF;
    font-size: 2rem;
    line-height: 200%;
    list-style: none;
}


.mobile-links a{
    color: ffffff;
}

#dsktp {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    font-size: clamp(1rem, 1.1vw, 2rem);
    align-items: end;
    align-self: center;
    justify-self: stretch;
    justify-content: center;
    margin-top: .5rem;
    font-size: 1.25rem;
}

#index_cover {
    background-image: url("/static/images/klyt-02.jpg");
    background-position: right top;
    background-attachment: fixed;
}


#homepage_links {
    background-image: url("/static/images/ejd_2025_homepage_logo-v2.svg");
    background-repeat: no-repeat;
    grid-row: 2;
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: 1fr 10fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    margin: 0;
}

.homepage_logo {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(9, 1fr);
    grid-template-rows: .75fr 1fr 1fr;
}
#logo-location{
    grid-row: 2/4;
    grid-column: 1/8;
    height: 100%;
}


#hero_nav {

}

#links {
    grid-column: 8/-1;
    grid-row: 2/4;
    font-size: clamp(1.5rem, 2vw, 3rem);
    color: #ffffff;
    line-height: 160%;
    bottom: 0;
    margin-left: -2rem;
    font-family: headings;
}

#homepage-upcoming {
    width: 100%;
    background-color: #ffffff;
    display: grid;
    grid-template-columns: 1fr 10fr 1fr;
    padding-bottom: 5rem;

}

.section_h1{
    grid-column: 1/-1;
    margin-bottom: 6rem;
    justify-self: center;
}

.upcoming_events{
    grid-column: 2/3;
    grid-row: 2;
    display: grid;
    grid-template-columns: 1fr 3fr 1fr;
    grid-gap: 1vw;
    justify-items: start;
   margin-left: 2rem;
}

.event_image{
grid-column: 1/2;
}

.event_image img {
    height: 90%;
    max-width: 95%;
    align-self: center;
}

.event_details {
    grid-column: 2;
    margin: 1rem;
    text-align: left;
    margin-left: 2rem;
}

.event_details h2 {
        color: #004951;
        letter-spacing: 3px;
}

.event_details h4 {
    margin-bottom: 1rem;
    font-family: headings;
    letter-spacing: 2px;
}

.event_details_DateTime {
    font-family: superior_medium;

}

.upcoming_ticket_img  {
    grid-column: 3;
    align-self: end;
}
.all_events_link {
    grid-column: 2/3;
    justify-self: end;
    color: #0095ad;
    margin-top: 5rem;
    max-width: 30%;
}

.read_more_link {
    grid-column: 2/4;
    justify-self: end;
    color: #0095ad;
    margin-top: 2rem;
    max-width: 35%;
}

#homepage_videos {
    background-color: #212121;
     display: grid;
    grid-template-columns: 1fr 3fr 1fr;
    color: #fdffff;
        padding-top: 8rem;
    padding-bottom: 8rem;
    width: 100%;
}

.flex_2col {
    grid-column: 2/3;
    display: grid;
   grid-template-columns: 1fr 1fr;
    gap: 2rem;
    justify-content: center;
    text-align: center;
}

.flex_2col article {
max-width: 100%;
    justify-self: center;
}

.flex_2col article img {
    max-width: 100%;
    justify-self: center;
    margin-bottom: .5rem;
}

.flex_2col article cite{
  font-style: normal;
    color: #e5e4e4;
}

#view_all_media {
    grid-column: 2/3;
    grid-row: 3;
    justify-self: end;
    margin-top: 2rem;
    margin-bottom: 2rem;
    max-width: 34%;
}

.homepage_feature {
    width: 100%;
    max-height: fit-content;
    display: grid;
    grid-template-columns: 1fr 1fr 2fr 1fr;
    padding-bottom: 8rem;
    padding-top: 5rem;
}

.homepage_feature_socials {
    width: 100%;
    max-height: fit-content;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.homepage_feature article {
    grid-column: 3;
    padding-bottom: 4rem;
    padding-top: 5rem;
    font-family: headings;
   font-size: clamp(1.5rem, 1.25vw, 2rem);
    margin-bottom: 1.5rem;
    text-align: center;
    grid-column: 2/4;
}

.homepage_feature cite {
    font-family: superior_medium;
    font-size: clamp(1rem, 1.25rem, 2vw);
    font-style: italic;
    margin-top: 1.5rem;
}

#homepage_elektra {
    background-image: url("/static/images/COElektra13_ambiguity.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #000000;
    color: white;
    height: 100vh;
    width: 100vw;
}

#schedule_review {
    background-image: url("/static/images/frugola-schedule.jpg");
    background-repeat: no-repeat;
    background-position: right top;
    background-color: #000000;
    color: white;
    height: 100vh;
    width: 100vw;
}

#homepage_elektra article div {
    height: 0px;
}
#homepage_dido {
    background-image: url("/static/images/sorceressdido.jpg");
    background-repeat: no-repeat;
    background-position: left top;
    height: 600px;
    color: #dadada;
}

#homepage_about{
   background-color: #fdffff;
    color: #dadada;
    max-width: 100vw;


}

#homepage_about article{
    max-height: 100%;
    width: 100%;
    align-content: center;
    color: #111111;
    grid-column: 2/4;
    font-family: superior_regular;
}

#homepage_about article h1 span {
    color: #0095ad;
}
#homepage_contact {
      background-image: url("/static/images/homepage_about_dsktp.jpg");
    background-repeat: no-repeat;
    background-position: left top;
    color: #dadada;
    height: 100vh;
    max-width: 100vw;
}

#homepage_socials{
   padding-top: 5rem;
   padding-bottom: 8rem;

}
#h1-1 {
    grid-row: 1;
    grid-column: 1/-1;
    font-size: clamp(3rem, 6vw, 10rem);
    padding-bottom: 2rem;
}

#h1-1 span {
    color: #ceca3f;
    font-size: clamp(1.5rem, 2.5vw, 3.5rem);
}

#homepage_socials img {
    max-width: 10vw;
}

#homepage_socials {
    justify-items: center;
        background-image: url("/static/images/social_icons/wiesen-background.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.wiesenbackground{
    background-image: url("/static/images/backgrounds/wiesen-background-full.svg");
    background-repeat: repeat-x;
    background-position: bottom;
    background-size: 800px;
}
#socials_insta{
    grid-row: 2;
    grid-column: 2/3;
}

#socials_facebook{
    grid-row: 2;
    grid-column: 3/4;
}

#socials_youtube{
    grid-row: 2;
    grid-column: 4/5;
}

#socials_tiktok{
    grid-row: 2;
    grid-column: 5/6;
}

#h1-2 {
    grid-row: 3;
    grid-column: 1/-1;
    margin-bottom: 2rem;
    color: white;
}

#footer{
    background-color: #000e0e;
    padding-bottom: 2rem;
    padding-top: 3rem;
    color: #ceca32;
    text-align: center;
    display: grid;
    grid-template-columns: 1fr 3fr 1fr;
    justify-items: center;
}

#footersocials{
    grid-column: 2/3;
}

.ftr_socials {
    max-width: 65%;
    justify-self: center;
}

#footerlogo {
    max-width: 45%;
    margin: 2rem;
    grid-column: 2/3;
}
#footertext {
    padding-top: 5rem;
    color:#f6f6f6;
    grid-column: 2/3;

}

#footertext a{
    color:#f6f6f6;

}


.socialgrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
        gap: 2rem;
}

#footersocials{

}

#flex_parent_footer {
    display: flex;
    grid-column: 2/3;
    justify-content: center;
    gap: 2rem;
    max-width: 65%;
    justify-self: center;
}

.pagetitles {
      font-size: 10vw;
    margin-bottom: -2rem;
}

.second-title {
font-size: clamp(3rem, 8vw, 10vw);
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.navheight {
    height: 8vh;
}
.margins{
    margin-top: 3rem;
    margin-left: 15vw;
    margin-right: 15vw;
    padding-bottom: 3rem;
}

.mainimage{
    max-width: 100%;
    margin-bottom: 8vh;
}

.fontcolor-yellowgreen{ color: #ceca32;}

.aboutpage {
    background-image: url("/static/images/social_icons/wiesen-background.svg");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}

#media_page{
       grid-template-columns: 1fr 3fr 1fr;
}

#mainvideos {

    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-left: 13vw;
    margin-right: 13vw;
    margin-top: 5rem;
    margin-bottom: 3rem;
    grid-gap: 2vw;

}

#mainvideos article img{
    width: 90%;
}

.hero_header {
    width: 100%;
}

.grid-contact {
    display: grid;
    grid-template-columns: 2fr 1fr;
   padding-top: 5vw;
   margin-left: 10vw;
   margin-right: 10vw;
   padding-bottom: 3vw;
}

#contact-main {
    max-width: 80%;
}

#linktree {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    align-items: center;

}



#contact-side {
    display: flex;
    flex-direction: column;
    justify-items: center;
}

#contact-side img {
    max-width: 15vw;
}
/* === SHARED FORM STYLES === */
form {
  width: 100%;
  display: grid;
  gap: 1rem;
}

fieldset {
  border: none;
  padding: 0;
}

input,
textarea {
  background-color: #ffffff;
  border-style: solid;
    border-width: 2px;
    border-color: #9d9d9d;
  font-family: superior_regular;
  font-size: clamp(1.5rem, 1.5vw, 3.5rem);
  color: #222222;

}

input:focus,
textarea:focus {
  border-color: #ceca32;
  outline-offset: 2px;
}

label {
  font-family: Headings;
  font-size: clamp(1.5rem, 1.5vw, 3.5rem);
  color: #96921f;
    text-align: left;
}

/* === TEXTAREA FIXED SIZE === */
textarea {
  width: 100%;
  height: 150px;
  resize: none;
}

/* === EMBED FORM STYLES === */
#embedform {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 3rem;
}

#embedform h4 {
  text-align: center;
  margin-bottom: 2rem;
  color: #ceca32;
}

#embedform h3 {

}

#embedform form {
  max-width: 70%;
  font-family: Headings;
  font-size: clamp(1.5rem, 1.5vw, 3.5rem);
}

.form_alignment {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 1rem;
  align-items: start;
}

#footerembed {
  grid-column: 2/3;
  width: 80%;
}

#embedform label[for="id_namesubmit"],
#embedform label[for="id_email"] {
  text-align: left;
  display: block;
}

#embedform input#submitEmail {
  background-color: #0093a1;
  color: #ffffff;
  font-family: Headings;
    border-style: none;
}

#embedform input#submitEmail:hover {
  background-color: #ceca32;
  color: #0c174d;
}

#submitEmail {
  height: 3rem;
  border-radius: 50px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  font-family: Headings;
  font-size: clamp(1.5rem, 1.5vw, 3.5rem);
  grid-column: 1/-1;
  margin-top: 1rem;
  text-align: center;

}

/* === CHECKBOX STYLES === */
.checkbox_group {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

#consent_styles {
  color: #96921f;
  text-align: left;
  font-family: superior_medium;
  font-size: clamp(1.5rem, 1.5vw, 3.5rem);
}

#email_consent {
  appearance: none;
  height: 3rem;
  width: 3rem;
  border: 2px solid #333;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}

#email_consent:checked {
  background-color: #ceca32;
}

/* CONTACT FORM: Label & Focus */
#contactform {
    margin-top: 3rem;
}

#contactform label {
  color: #222222;
}

#contactform  input:focus,
#contactform  textarea:focus {
  border: 2px solid #ceca32;
  outline: none;
}

/* CONTACT FORM: Submit Button Styling */
#contactbutton {
  background-color: #0093a1;
  color: #ffffff;
  border-radius: 50px;
  height: 3rem;
  font-family: Headings;
  font-size: clamp(1.5rem, 1.5vw, 3.5rem);
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
  grid-column: 1 / -1;
  margin-top: 1rem;
  text-align: center;
     border-style: none;
}

#contactbutton:hover {
  background-color: #ceca32;
  color: white;
    border-style: none;
}
input[type="submit"] {
    width: 80%;
   justify-self: center;
    margin-left: 10%;
}
#contact-side {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 columns */
    grid-gap: 0;
  max-width: 80%; /* optional: controls size */
  margin: 0 auto;   /* center if needed */
    aspect-ratio: 1;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

#contact-side img {
  width: 100%;
  height: auto;
  display: block;
    margin: 0;
}



label span {
  display: none;
}

label span:lang(en) {
  display: inline;
}

html:lang(de) label span:lang(de),
html:lang(es) label span:lang(es) {
  display: inline;
}

.grid-contact .embed-wrapper {
  grid-column: 1 / -1;
    color: #222222;
    width: 80%;
    justify-self: center;
  background: #933992;
background: radial-gradient(circle,rgba(147, 57, 146, 1) 50%, rgba(31, 3, 59, 1) 100%);
    margin-top: 3rem;
    margin-bottom: 5rem;
    padding: 3rem;
    padding-left: 5rem;
    padding-right: 5rem;
    border: #222222;
    border-style: solid;
    border-width: 3px;
    border-radius: 10px;
}

.embed-wrapper,
.embed-wrapper * {
  color: #ffffff !important;
}

.embed-wrapper,
.embed-wrapper h3 {
  color: #e3df31 !important;
}

.grid-contact .homepage_feature {
    grid-column: 1/-1;
}

#contact-upcoming {
    display: flex;
    flex-direction: row;
    justify-content: start;
    justify-items: start;
}



#contact-upcoming .event_cards {
   background: #0093a1;
background: linear-gradient(180deg,rgba(0, 130, 150, 1) 0%, rgba(18, 62, 76, 1) 82%);
    color: white;
    border-radius: 10px;
    margin-left: 1.5rem;
    margin-right: 1.5rem;

}

#contact-upcoming .event_cards .upcoming_events {
  display: flex;
  flex-direction: column;
  align-items: center; /* centers children horizontally */
  text-align: center;    /* centers text */
  gap: 1rem;             /* space between elements */
  max-width: 100%;      /* optional max width for the card */
  margin: 0 auto;        /* center the card itself if needed */
  padding: 1rem;
  border: 1px solid #ddd; /* optional styling */
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  box-sizing: border-box;
    justify-items: center;
}

#contact-upcoming .event_cards H2 {
    color: white;
    font-size: clamp(1.5rem, 1.5vw, 3.5rem)
}

#contact-upcoming .event_cards .upcoming_ticket_img {
    display: none;
}

#contact-upcoming .event_image {
  grid-column: auto !important; /* disables grid positioning */
  align-self: center; /* centers in flex column */
  max-width: 100%;
  width: 80%;
}

#contact-upcoming .event_image img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

#contact-socials-mobile{
    display: none;
}


.right-align {
    text-align: right;
    margin-top: 3rem;
    margin-bottom: 3rem;
    color: #939292;
}

.right-align a {
    text-align: right;
    margin-top: 3rem;
    margin-bottom: 3rem;
    color: #939292;
}

.right-align a:hover {
    text-align: right;
    margin-top: 3rem;
    margin-bottom: 3rem;
    color: #0093a1;
}

.center-this {
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 3rem;
    color: #939292;
}

.center-this a {
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 3rem;
    color: #939292;
}

.center-this a:hover {
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 3rem;
    color: #0093a1;
}


.cvyear {
    font-family: Headings;
    margin-right: 0;
    color: rgba(171, 171, 171, 0.68);
    background-color: #e7e7e7;
    padding:1rem;
    margin-bottom: 1.5rem;

}
.add-left-margin {
    margin-left: 6vw;
}
.schedule-main {
        margin-left: 10vw;
    margin-right: 10vw;
    background-color: #f6f6f6;
}

.schedule {
    margin-left: 10vw;
    margin-right: 10vw;
    display: grid;
    grid-template-columns: 2fr 2fr 1fr;
    color: rgba(171, 171, 171, 1);
    margin-top: 1rem;
    margin-bottom: 1rem;

}
.darktext {
    color: #2a2a2a;
}
#about_image {
    background-image: url("/static/images/nat-sawdust-3.jpg");
    background-repeat: no-repeat;
    background-position: center left;
    background-size: cover;
       background-color: #000000;
    color: white;
    height: 50vh;
    width: 100vw;
}

.rep-grid{
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 2rem;
    align-self: center;
    margin-bottom: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: left;
}

.rep-parent {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    column-gap: 5rem;
    margin-left: 10vw;
    margin-right: 10vw;
}

#contact-linktree {
    background: #008296;
    background: linear-gradient(180deg,rgba(0, 130, 150, 1) 0%, rgba(18, 62, 76, 1) 82%);
    padding: 5vw;
    width: 100%;

}
#linktree-form {
    width: 60%;
}













/*======MEDIA QUERIES =====*/
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {

@media (max-width: 1400px) {
  .grid-contact {
    grid-template-columns: 1fr 1fr;
  }

    button{
    width: 400px
    }
}
}


@media (max-width: 950px) {
  .grid-contact {
    display: grid;
    grid-template-columns: 1fr;
   padding-top: 5vw;
   margin-left: 10vw;
   margin-right: 10vw;
   padding-bottom: 5vw;
      margin-bottom: 1rem;
}
    #contact-main {
    max-width: 100%;
}
    #contact-socials-mobile{
    display: block;
}
    #contact-side{
        display: none;
    }
    #homepage_socials {
    justify-items: center;
        background-image: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
    #contact-side img{
        width: 100%;
    }

    #contact-upcoming {
        flex-direction: column;
        gap: 1rem;
    }

}


{@media (max-width: 768px) {
  #contact-upcoming {
    flex-direction: column;
    align-items: center; /* optional: center the stacked cards */
  }

  #contact-upcoming .event_cards {
    margin: 1rem 0; /* stack spacing */
    width: 90%;     /* optional: fit smaller screens */
  }

  #contact-upcoming .event_cards .upcoming_events {
    max-width: 100%;
    padding: 1rem;
  }

  #contact-upcoming .event_image {
    width: 100%;
      max-height: 20vh;
  }

  #contact-upcoming .event_image img {
    width: 100%;
        max-height: 20vh;
  }

}
}