@keyframes animateLogo {
  0% {
    transform: scale(2.5);
  }
  70% {
    transform: scale(0.7);
  }
  100% {
    transform: scale(1);
  }
}


body {
  opacity: 0;
  transition: 500ms all ease-in-out;
  padding-bottom: 90px;
  color: #fff;
  overflow-x: hidden;
}
body.loaded {
  opacity: 1;
}

html,
body {
  background-color: #000;
  background-image: url(../../img/bg_2026.jpg);
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin: 0;
  font-size: 20px;
  font-family: FuturaPTLight;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  scroll-behavior: smooth;
}

p,
h1,
h2,
h3,
h4 {
  font-family: FuturaPTMedium;
  text-align: center;
}

p {
  color: #fff;
  font-family: FuturaPTLight;
  margin: 0;
}


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


a img {
  width: 25px;
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
  transition: 150ms ease-in-out;
}


a:hover {
  text-decoration: underline;
}

a:hover img {
  transform: scale(1.3);
}

.h2-div {
  text-align: center;
}

.h2-div h2 {
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  color: #f7cc70;
  font-weight: normal;
}

.h2-div h2 span {
  display: inline-block;
  z-index: 1;
  padding: 0 30px;
}

.h2-div h2::before,
.h2-div h2::after {
  content: "";
  float: left;
  left: 0;
  margin-top: 18px;
  width: 350px;
  height: 2px;
  border-top: 1px solid #f7cc70;
  border-bottom: 1px solid #f7cc70;
  filter: drop-shadow(0 1px 0 rgba(255, 255, 255, 0.3));
}
@media (max-width: 1024px) {
  .h2-div h2::before,
  .h2-div h2::after {
    width: 200px;
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  .h2-div h2::before,
  .h2-div h2::after {
    width: 50px;
  }
}
@media (max-width: 1024px) and (max-width: 768px) and (max-width: 425px) {
  .h2-div h2::before,
  .h2-div h2::after {
    width: 30px;
  }
}

.h2-div h2::after {
  right: 0;
  left: auto;
  float: right;
}

#menu {
  position: absolute;
  z-index: 3;
  width: 100%;
  backdrop-filter: blur(10px);
  text-align: center;
  font-family: FuturaPTMedium;
  font-size: 0;
  transition: all 150ms ease-in-out;
}

#menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#menu ul li {
  display: inline-block;
}

#menu ul li a {
  display: block;
  padding: 20px;
  text-decoration: none;
  font-size: 16px;
  transition: padding 150ms ease-in-out;
  letter-spacing: 1px;
  color: #ffe19e;
}

#menu ul li a:hover {
  color: #fff;
}

#menu.sticky {
  position: fixed;
  top: 0;
  left: 0;
}

#menu.sticky ul li a {
  padding: 5px 20px;
}


#logo-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
  transition: 3000ms all ease;
  opacity: 0.9;
  z-index: 1;
}


#logo-video.hidden {
  opacity: 0;
  pointer-events: none;
  transform: scale(1.2);
  z-index: 1;
}


#wrapper {
  width: 1200px;
  max-width: 100%;
  min-height: 100%;
  margin: 0 auto;
  padding: 0 30px;
  transition: 3000ms all ease;
  z-index: 1;
  position: relative;
}

#wrapper.loaded {
  background: rgba(39, 38, 35, 0.9);
  backdrop-filter: blur(3px); 
}

#wrapper #logo {
  text-align: center;
  width: 100%;
  overflow: hidden;
  font-family: Peignot;
  padding-top: 80px;
  position: relative;
}

#wrapper #logo img {
  width: 800px;
  max-width: 100%;
  margin-right: -50px;
  z-index: 2;
  position: relative;
  transition: all 300ms ease-in-out;
  transform: scale(2.5);
  opacity: 0;
  filter: drop-shadow(2px 4px 6px #000);
}

#wrapper #logo img.animate {
  opacity: 1;
  animation: animateLogo 1s forwards;
}

#wrapper #logo-info {
  font-size: 40px;
  padding: 30px 10px;
  border-style: solid;
  border-width: 2px;
  border-image: linear-gradient(90deg, transparent, #fff, transparent) 1;
  margin-top: -20px;
  color: #ffd9c2;
  text-shadow: 0 1px 0 #fff;
}

body #wrapper #main {
  padding: 10px 20px;
  height: 100%;
  min-height: 100%;
  padding-bottom: 100px;
  /*#pristagare2023 {
        ul {
          list-style: none;
          margin: 0;
          padding: 0;
          font-size: 24px;

          li {
            padding-bottom: 15px;
            margin-bottom: 15px;
            position: relative;
            transition: 300ms all ease;

            .info,
            .time {
              &.big {
                font-size: 115%;
                font-family: "FuturaPTMedium";
              }
            }
            .time {
              color: @gold;
              height: 0;
              min-height: 0;
              max-height: 0;
              overflow: hidden;
              transition: 300ms all ease;
            }
            .info {
              font-weight: 900;
              cursor: pointer;

              &::after {
                content: "▼";
                font-size: 14px;
                padding: 0 15px;
                transition: 300ms all ease;
                display: inline-block;
              }
            }

            &.expanded {
              .info {
                &::after {
                  transform: rotate(180deg);
                  transition: 300ms all ease;
                }
              }
              .time {
                height: auto;
                min-height: 20px;
                transition: 300ms all ease;
                max-height: 500px;
              }
            }

            &::before {
              content: "";
              width: 80%;
              left: 10%;
              position: absolute;
              bottom: 0;
              height: 0;
              border-width: 1px;
              border-style: solid;
              border-image: linear-gradient(90deg, transparent, @gold50, transparent) 1;
              border-bottom: none;
              filter: drop-shadow(0 1px 0 rgba(255, 255, 255, 0.5));
            }

            &.big {
              &::before {
                display: none;
              }
            }

            &:last-child {
              &::before {
                display: none;
              }
            }
          }
        }
      } */
}

#program ul,
#boende ul,
#pristagare2024 ul  {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 24px;
}

#program ul li,
#boende ul li,
#pristagare2024 ul li {
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
  transition: 300ms all ease;
}

#program ul li .info.big,
#boende ul li .info.big,
#pristagare2024 ul li .info.big,
#program ul li .time.big,
#boende ul li .time.big,
#pristagare2024 ul li .time.big {
  font-size: 115%;
  font-family: "FuturaPTMedium";
}

#program ul li .time,
#boende ul li .time,
#pristagare2024 ul li .time  {
  color: #ffd9c2;
}

#program ul li::before,
#boende ul li::before,
#pristagare2024 ul li::before {
  content: "";
  width: 80%;
  left: 10%;
  position: absolute;
  bottom: 0;
  height: 0;
  border-width: 1px;
  border-style: solid;
  border-image: linear-gradient(90deg, transparent, #d4a48650, transparent) 1;
  border-bottom: none;
  filter: drop-shadow(0 1px 0 rgba(255, 255, 255, 0.5));
}

#program ul li.big::before,
#boende ul li.big::before,
#pristagare2024 ul li.big::before {
  display: none;
}

#program ul li:last-child::before,
#boende ul li:last-child::before,
#pristagare2024 ul li:last-child::before {
  display: none;
}

#main .info.half {
  width: 48%;
  max-width: 300px;
  display: inline-block;
}

@media (max-width: 767px) {
  #main .info.half {
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
  }

  #main .info.half::before {
    content: "";
    width: 80%;
    left: 10%;
    position: absolute;
    bottom: 0;
    height: 0;
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(90deg, transparent, #d4a48650, transparent) 1;
    border-bottom: none;
    filter: drop-shadow(0 1px 0 rgba(255, 255, 255, 0.5));
  }
}

#wrapper .section {
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  #wrapper {
    padding: 50px 0;
  }
}

#footer {
  height: 800px;
  width: 100%;
  background-color: #0f0502;
  background-image: url(./img/bg_footer.jpg);
  background-size: 700px;
  background-repeat: repeat-x;
  background-position: bottom;
  box-sizing: border-box;
  margin-top: -30px;
}

#footer-logo {
  text-align: center;
  padding-top: 100px;
}

#footer-logo img {
  width: 500px;
  max-width: 100%;
  filter: drop-shadow(0 2px 4px #000);
  padding-bottom: 100px;
}

#footer h3 {
  font-size: 24px;
  color: #fff;
  padding-top: 30px;
}

#footer h4 {
  color: #fff;
  margin-top: 50px;
}

#footer-organizers {
  text-align: center;
}

#footer-organizers a {
  display: inline-block;
}

#footer-organizers a img {
  width: 150px;
  display: inline-block;
  margin: 10px 20px;
}

#footer-sponsors {
  text-align: center;
  margin-top: 20px;
}

#footer-sponsors img {
  max-height: 50px;
  max-width: 200px;
  display: inline-block;
  vertical-align: middle;
  margin: 40px;
  height: auto;
}

.slider {
  width: 640px;
  max-width: 100%;
  position: relative;
  padding-top: 440px;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 650px) {
  .slider {
    padding-top: 400px;
  }
}
@media (max-width: 650px) and (max-width: 550px) {
  .slider {
    padding-top: 350px;
  }
}
@media (max-width: 650px) and (max-width: 550px) and (max-width: 450px) {
  .slider {
    padding-top: 280px;
  }
}
@media (max-width: 650px) and (max-width: 550px) and (max-width: 450px) and (max-width: 380px) {
  .slider {
    padding-top: 250px;
  }
}
@media (max-width: 650px) and (max-width: 550px) and (max-width: 450px) and (max-width: 380px) and (max-width: 350px) {
  .slider {
    padding-top: 210px;
  }
}

.slider > img {
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s;
  max-width: 100%;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.75);
  pointer-events: none;
}
.slider input[name="slide_switch"] {
  display: none;
}
.slider label {
  margin: 18px 0 0 18px;
  border: 3px solid #999;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  transition: all 0.5s;
  opacity: 0.6;
}
.slider label img {
  display: block;
}
.slider input[name="slide_switch"]:checked + label {
  border-color: #666;
  opacity: 1;
}
.slider input[name="slide_switch"] ~ img {
  opacity: 0;
  transform: scale(1.1);
}
.slider input[name="slide_switch"]:checked + label + img {
  opacity: 1;
  transform: scale(1);
}

a#ticket_buy {
  border: 1px solid #c3a14a;
  padding: 15px;
  margin-bottom: 40px;
}