/* variables */
/* mixins */
section {
  margin-bottom: 6rem;
}

h3 {
  color: #e1d703;
}

.navbar {
  height: 10vh;
  background-color: transparent;
}
.navbar .logo {
  width: 200px;
}
.navbar .nav-item {
  padding: 1.4rem !important;
}
.navbar .active {
  font-weight: 600;
}

.btnA {
  font-size: 0.9rem;
  color: #e1d703 !important;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid #e1d703;
  padding: 7px 10px;
}

.mobile {
  display: none;
}

.intro-section {
  height: 100vh;
  /* background: url("../img/clueso-header.png") no-repeat;
  background-position: center 30%;
  background-size: cover; */
  padding-bottom: 3rem;
  margin-bottom: 0;
}
.intro-section .container-fluid {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.intro-section .container-fluid .logo {
  width: 35vw;
  margin-bottom: 4em;
  -webkit-filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.7));
  filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.7));
}
.intro-section .container-fluid .arrow i {
  color: #ffffff;
  font-size: 2.5rem;
}

main {
  background: rgba(0, 0, 0, 0.8);
  padding-top: 5rem;
}

.socials-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
  display: flex;
}
.socials-section a i {
  color: #e1d703;
  padding: 0 15px;
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.socials-section a svg {
  margin: 0px 12px 10px 12px;
}

.single-section img {
  margin-bottom: 2em;
}

.live-section {
  font-weight: bold;
  margin-bottom: 0;
}
.live-section .container .content {
  max-width: 70vw;
  margin-left: auto;
  margin-right: auto;
}
.live-section .container .content article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.live-section h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-top: 4rem;
}
.live-section h3 {
  font-weight: bold;
  font-size: 1.5rem;
}
.live-section h3 span {
  font-weight: normal;
  font-size: 1.7rem;
}
.live-section h4 {
  font-weight: bold;
  font-size: 1.25rem;
}
.live-section .event-row {
  padding: 15px 0;
  font-size: 0.9rem;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.live-section .event-row:hover {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.live-section .event-row .date {
  font-size: 1.2rem;
}
.live-section .event-row .notdate {
  padding-top: 3px;
}
.live-section .event-row .notdate:nth-child(3), .live-section .event-row .notdate:nth-child(4) {
  color: #e1d703 !important;
}
.live-section .event-row .notdate a {
  color: #e1d703 !important;
}
.live-section .event-row:last-child {
  margin-bottom: 6rem;
}
.live-section .event-row .tickets {
  text-transform: uppercase;
  padding: 8px 30px;
  color: #ffffff !important;
  font-weight: bold;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.8rem;
  padding-bottom: 1rem;
}
.footer #copyright {
  padding-top: 1rem;
}
.footer #copyright a {
  color: #e1d703;
}

.line-through {
  text-decoration-line: line-through;
}

/* XS */
@media (max-width: 33.9em) {
  h1 {
    font-size: 5rem !important;
    bottom: 20vh;
    margin-top: 2rem;
    color: #ffffff !important;
  }
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  .navbar .navbar-collapse {
    margin-top: 2.5vh;
    background-color: #f6f5f2;
    -webkit-box-shadow: 0 10px 6px rgba(0, 0, 0, 0.03), 0 6px 6px rgba(0, 0, 0, 0.1);
            box-shadow: 0 10px 6px rgba(0, 0, 0, 0.03), 0 6px 6px rgba(0, 0, 0, 0.1);
  }
  .intro-section {
    margin-bottom: 2rem !important;
    background-position: 25% center;
    height: 100vh;
  }
  .intro-section .logo {
    width: 80vw !important;
  }
  .intro-section .arrow {
    bottom: 15vw !important;
  }
  .socials-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .socials-section a i {
    font-size: 1.4rem;
    padding: 0 10px;
  }
  .socials-section a svg {
    width: 20px;
  }
  .live-section {
    height: unset;
  }
  .live-section .container-fluid {
    height: unset;
  }
  .live-section .container-fluid article {
    height: unset !important;
  }
  .footer {
    font-size: 0.8rem;
    padding: 0 10px;
  }
}
/* MD */
@media (min-width: 40em) and (max-width: 61.9em) {
  h1 {
    color: #ffffff !important;
    bottom: 15vh;
  }
  .desktop {
    display: none;
  }
  .mobileDiv {
    overflow: hidden;
    width: 50vw;
  }
  .mobileDiv .mobile {
    width: 40vw;
    display: block;
  }
  .navbar .navbar-collapse {
    padding-top: 1rem;
    background-color: #f6f5f2;
  }
  .intro-section {
    height: 50vh !important;
    background-position: 25% center;
  }
  .intro-section .arrow {
    bottom: 15vw !important;
  }
  .live-section .content {
    max-width: 90vw !important;
  }
  .live-section .date {
    font-size: 1rem !important;
  }
  .live-section .notdate {
    font-size: 0.8rem !important;
  }
}
/* Vendor Prefixing */
/* extra */
/* Youtube Lazy Loader */
.lazy-yt {
  background-color: #000;
  margin-bottom: 30px;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  cursor: pointer;
}
.lazy-yt .play-button {
  position: absolute;
  width: 90px;
  height: 60px;
  background-color: #333;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0.8;
  border-radius: 6px;
  cursor: pointer;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}
.lazy-yt .play-button:before {
  position: absolute;
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26px;
  border-color: transparent transparent transparent #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}
.lazy-yt img {
  position: absolute;
  width: 100%;
  top: -16.82%;
  left: 0;
  opacity: 0.7;
  cursor: pointer;
}
.lazy-yt iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

/* custom */
.spacer-y-1 {
  display: block;
  height: 1em;
}

/* variables */
/* mixins */
@font-face {
  font-family: "Agipo-Bold";
  src: url("../fonts/Agipo-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Agipo-Bold.otf") format("opentype"), url("../fonts/Agipo-Bold.woff") format("woff"), url("../fonts/Agipo-Bold.ttf") format("truetype"), url("../fonts/Agipo-Bold.svg#Agipo-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  background-color: #ffffff;
  color: #ffffff;
  background-image: url(../img/clueso_bg_2023.jpg);
  background-position: center top;
  background-attachment: fixed;
  background-size: cover;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Agipo-Bold;
  background-repeat: no-repeat;
  overflow-x: hidden;
  /* KLASSEN */
  /* ID */
}
body:after {
  content: "";
  position: fixed; /* stretch a fixed position to the whole screen */
  top: 0;
  height: 100vh; /* fix for mobile browser address bar appearing disappearing */
  left: 0;
  right: 0;
  z-index: -2; /* needed to keep in the background */
  background: url(../img/clueso_bg_2023.jpg) center top;
  background-size: cover;
}
body a:link, body a:active, body a:visited {
  text-decoration: none;
  outline: none;
  color: #e1d703;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
body a:hover {
  opacity: 0.7;
}
body a .no-hover-fx:hover, body a.no-hover-fx:hover {
  opacity: 1;
}
/* Media Queries
xs = Extra small devices (phones, less than 33.9em)
sm = Small devices (tablets, 34em and up to 47.9em)
md = Medium devices (desktops, 48em and up to 61.9em)
lg = Large devices (large desktops, 62em and up)
*/
/* XS */
/* SM */
/* MD */
/* LG */
/* Device Media Queries
iOS portrait bg - approx. 768x1150 px
iOS landscape bg - approx. 1024x953 px
*/
/* iPhone4 - Portrait */
/* iPhone4 - Landscape */
/* iPhone5+ Portrait */
/* iPhone5+ Landscape */
/* iPad portrait */
/* iPad landscape */
/*# sourceMappingURL=main-style.css.map */