:root {
  /* Color Scheme */
  --color-1blue: #08519c;
  --color-2blue:      #4292c6;
  --color-3blue:    #c6dbef;
  --color-4red:      #fee0d2;
  --color-5red: #fb6a4a;
  --color-6red:       #a50f15;
}

.flex-container {
  display: flex;
}

#menu, #menuIndex {
    position: fixed;
    top: 0;
    left:0;
    width: 100%;
    height: 46px;
    z-index: 1000;
    background-color: black;
    font-family: "TravellingTypewriter";
}

#menuIndex{
  opacity: 0;
}


#menu.white, #menuIndex.white {
    background-color: white;
}

#languageSelector.black {
    color: black;
}

#menuButton {
    position: fixed;
    width: 40px;
    left: 3px;
    top: 3px;
    cursor: pointer;
}

#languageSelector {
    position: fixed;
    right: 13px;
    top: 13px;
    color: white;
    text-decoration-line: none;
}

.menu {
    display: flex;
    flex-direction: column;
    position: fixed;
    width: 100%;
    top: 46px;
    left: 0;
    z-index: 100;
    background-color: transparent;
    font-family: "TravellingTypewriter";
}

#menuTitle {
  font-size: 9px;
  position: fixed;
  top: 18px;
  width: 60%;
  left: 20%;
  text-align: center;
  text-decoration: none;
  color: white;
}

.menu:not(.hidden) {
  background-color: white;
}

.hidden {
  display: none;
}

#menuContent a {
  text-decoration: none;
  padding: 8px 5px;
  color: black;
}

#menu1:hover {
  color: var(--color-1blue);
}

#menu2:hover {
  color: var(--color-2blue);
}

#menu3:hover {
  color: var(--color-3blue);
}

#menu4:hover {
  color: var(--color-4red);
}

#menu5:hover {
  color: var(--color-5red);
}

#menu6:hover {
  color: var(--color-6red);
}

.main_title {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16vw;
    transition: all 0.1s linear;
    pointer-events: none;
    font-family: "ClimateFont";
    font-variation-settings: "YEAR" 1979;
}

.fixed-disabled {
  position: static;
  top: auto;
  left: auto;
  transform: none;
}

h1 {
  font-size: 27px;
  margin-top: 80px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 17px;
  font-family: "ClimateFont";
  font-variation-settings: "YEAR" 2020;
}

#musicBody h1 {
  color: var(--color-1blue);
  font-size: 13vw;
}

#musicBody h2{
  color: var(--color-1blue);
}

#musicBody h3{
  color: var(--color-1blue);
  margin-top: 50px;
}

#contactBody h1 {
  color: var(--color-6red);
  font-size: 15vw;
  overflow: hidden;
}

#contactBody h2{
  color: var(--color-6red);
}

#contactBody h3{
  color: var(--color-6red);
  margin-top: 50px;
}

#ensembleBody h1 {
  font-size: 12vw;
  color: var(--color-5red);
}

.aboutContainer h1 {
  font-size: 14vw;
  color: var(--color-3blue);
}

.aboutContainer img {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 20px;
}

.aboutContainer a {
  color: white;
}

.workshopBody h1 {
  color: var(--color-4red);
  font-size: 12vw;
}

.workshopContainer img {
  width: 100%;
}

.contactTitle {
  font-family: Arial;
  font-size: 18px;
  margin-top: 40px;
  margin-bottom: 0;
}

.contactText {
  font-family: Arial;
  margin-top: 10px;
}

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

.contactText p {
  font-family: Arial;
}

.horizontalLines {
  position: relative;
  display: inline-block;
  margin-right: 0; /* optional */
  padding-right: 0.5rem; /* Abstand zum Text */
}

.horizontalLines::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  height: 4px;
  background: var(--color-6red); /* oder gewünschte Farbe */
  width: calc(100vw - 100% - 1rem); /* 1rem gleicht padding-right aus */
  transform: translateY(-50%);
}

#indexContainer {
  opacity: 0;
}

#indexContainerText1 {
  padding-top: 70px;
  font-size: 10vw;
}

#indexContainerLive {
  padding-top: 50px;
}

#indexContainerLive h2 {
  font-size: 60px;
}

#fundingSection {
  background-color: white;
  width: 100%;
  margin-top: 100px;
}

#fundingSection h3 {
  text-align: center;
  padding-top: 30px;
  font-size: 17px;
  color: black;
}

.fundingLogos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: center;
  padding-top: 20px;
  padding-bottom: 40px;
}

.fundingLogos a {
  width: 35%;
  padding-left: 3%;
  padding-right: 3%;
}

.fundingLogos img {
  width: 100%;
}

#mainContainer {
  width: 100%;
  font-size: 15px;
}

#mainContainer p {
  padding-left: 10px;
  padding-right: 10px;
}

#mainContainer iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  border: none;
}

#subText {
  color: rgb(129, 129, 129);
}

#movieLink {
  font-family: "TravellingTypewriter";
  font-size: 25vw;
  color: var(--color-2blue);
  margin: 0px;
  padding: 0px;
}

.crackImg {
  width: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
}

.crackImgBio {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.icon {
  width: 30px;
}

#musicIcons {
  margin-top: 30px;
  align-items: center;
  justify-content: center;
  align-items: center;
  gap: 6%;
}

  .historyTable {
    margin-top: 20px;
    width: 100%;
    border-collapse: collapse;
    font-family: "TravellingTypewriter";
    font-size: 12px;
  }

  .historyTable tr {
    border-bottom: 1px solid white;
  }

  .historyTable th {
    padding: 8px;
    text-align: left;
    color: white; /* optional: weiße Schrift */
  }


footer {
  margin-top: 40px;
}






.linktreeTitle {
  text-decoration: none;
  color: white;
  transition: background-color 0.3s;
}

.linktreeContainer {
  margin-top: 50px;
}

.linktreeElement {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto 0 auto;
  width: 90%;
  max-width: 400px;
  min-height: 50px;
  background-color: rgb(45, 45, 45);
  text-align: center;
  text-decoration: none;
  font-family: "TravellingTypewriter";
  color: white;
  transition: background-color 0.3s;
}

.linktreeElement:hover {
  background-color: var(--color-6red);
}

.linktreeElement img {
  height: 20px;
  margin-right: 10px;
}

#linkTreeWebsiteLink {
  font-family: "TravellingTypewriter";
  color: white;
  width: 100%;
  display: block;
  width: fit-content;
  margin: 0 auto 0 auto; /* optional Abstand nach oben */
  margin-bottom: 40px;
  text-align: center;
}

#linkTreeWebsiteLink:hover {
  color: var(--color-6red);
}

#ticketsJena {
  margin-top: 30px;
  font-family: "TravellingTypewriter";
  text-align: center;
}

#ticketsJena a {
  color: white;
}

#ticketLink {
  color: white;
}



.slider {
  width: 100%;
  max-width: 800px;
  aspect-ratio: 4 / 3; /* entspricht Querformat */
  margin: auto;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.slide.active {
  opacity: 1;
}

#pointsSlider {
  color: white;
  margin: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
}

.point {
  color: var(--color-1blue);
  transition: color 0.5s ease-in-out
}

.point.active {
  color: var(--color-6red);
}



.videoListElement {
  margin-top: 20px;
}

.videoListTitleContainer {
  display: flex;
}

.videoListLine {
  margin-left: 5px;
  border-left: 10px solid;
  height: 40px;
  display: flex;
}

#videoListLine1 {
  border-left-color: var(--color-1blue);
}

#videoListLine2 {
  border-left-color: var(--color-2blue);
}

#videoListLine3 {
  border-left-color: var(--color-3blue);
}

#videoListLine4 {
  border-left-color: var(--color-4red);
}

#videoListLine5 {
  border-left-color: var(--color-5red);
}

#videoListLine6 {
  border-left-color: var(--color-6red);
}

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

.videoListSubTitle {
  color: grey;
  font-size: 12px;
}



.imgTextCube {
  margin-top: 20px;
  perspective: 600px;
  height: 250px;
  margin-bottom: 0;
}

.cubeTextName {
  font-family: "ClimateFont";
  font-variation-settings: "YEAR" 2010;
}

.cubeImg {
  position: absolute;
  left: 10px;
  width: 200px;
  height: 200px;
  transform-origin: 100% 50%;
  transform: rotateY(0deg);
  transition: all 0.5s ease-in-out;
}

.cubeText {
  margin-top: 0px;
  padding-Top: 40px;
  left: 210px;
  height: 160px;
  width: 200px;
  background-color: white;
  color: black;
  position: absolute;
  transform-origin: 0% 50%;
  transform: rotateY(65deg);
  transition: all 0.5s ease-in-out;
}

.cubeImg.spin {
  transform: rotateY(-65deg);
  left: -150px;
}

.cubeText.spin {
  transform: rotateY(0deg); 
  left: 50px;
}

.cubeImg.spinSmall {
  transform: rotateY(-15deg);
  left: -10px;
}

.cubeText.spinSmall {
  transform: rotateY(50deg); 
  left: 190px;
}

.ensembleBioText {
  position: relative;
    margin-top: -30px;
}

.ensembleBioText a {
  color: white;
}