@font-face {
  font-family: Cheorcy Medium;
  src: url('../fonts/Cheorcy-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Dystopian Regular;
  src: url('../fonts/Dystopian-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --agnostic-orange: #e79c4d;
  --agnostic-grau: #6b6b6b;
  --agnostic-blue: #0d1c24;
  --agnostic-green: #5c673f;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.hero-section {
  background-image: linear-gradient(#00000040, #00000040), url('../images/agnostic-heroheader-bg.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: block;
  position: relative;
}

.hero-container {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1280px;
  height: auto;
  padding-top: 63px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.logo {
  color: #fff;
  font-family: Dystopian Regular, Tahoma, sans-serif;
  font-size: 32px;
  line-height: 32px;
  text-decoration: none;
  transition: color .25s;
}

.logo:hover {
  color: var(--agnostic-orange);
}

.cell {
  justify-content: center;
  align-items: flex-start;
}

.quick-stack {
  z-index: 2;
  margin-top: 0;
  padding: 60px 60px 20px;
  position: relative;
}

.animation3 {
  color: #fff;
  letter-spacing: -4px;
  margin-bottom: 20px;
  padding-right: 338px;
  font-family: Cheorcy Medium, Tahoma, sans-serif;
  font-size: 110px;
  font-weight: 500;
  line-height: 106px;
}

.fliesstext {
  color: #fff;
  letter-spacing: 1px;
  font-family: dystopian, sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 32px;
  display: block;
}

.fliesstext.dunkel {
  color: var(--agnostic-grau);
  font-size: 16px;
  line-height: 34px;
}

.fliesstext.center {
  text-align: center;
  font-style: italic;
}

.fliesstext.klein {
  letter-spacing: 1px;
  font-size: 15px;
  line-height: 27px;
}

.fliesstext.klein.bold {
  font-weight: 400;
}

.button {
  background-color: var(--agnostic-orange);
  color: #fff;
  border-radius: 20px;
  margin-top: 25px;
  padding: 6px 30px 10px;
  font-family: Dystopian Regular, Tahoma, sans-serif;
  font-size: 17px;
  line-height: 20px;
  transition: color .2s, background-color .2s;
}

.button:hover {
  color: var(--agnostic-orange);
  background-color: #fff;
}

.cell-2 {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
}

.menu-link {
  color: #fff;
  margin-left: 30px;
  margin-right: 0;
  font-family: Dystopian Regular, Tahoma, sans-serif;
  font-size: 19px;
  line-height: 25px;
  text-decoration: none;
  transition: color .2s;
}

.menu-link:hover {
  color: var(--agnostic-orange);
}

.menu-link.w--current {
  font-weight: 400;
}

.menu-link.scroll {
  letter-spacing: 1px;
  font-size: 14px;
}

.instagram-link {
  width: 19px;
  margin-left: 30px;
  padding-top: 2px;
}

.instagram-link:hover {
  opacity: .6;
}

.about-section {
  z-index: 1;
  background-color: var(--agnostic-blue);
  position: relative;
}

.about-container {
  max-width: 1400px;
  padding: 60px 40px 110px;
}

.about-stack {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  padding: 0;
}

.h2-head {
  color: #fff;
  text-transform: none;
  margin-top: 0;
  font-family: Cheorcy Medium, Tahoma, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 36px;
}

.h2-head.yellow {
  z-index: 1;
  color: var(--agnostic-orange);
  text-transform: none;
  margin-bottom: 40px;
  font-size: 55px;
  line-height: 50px;
  position: relative;
}

.h2-head.yellow.music {
  padding-top: 100px;
}

.h2-head.yellow.white {
  color: #fff;
  margin-bottom: 40px;
  line-height: 50px;
}

.h2-head.quote {
  text-align: center;
  font-family: dystopian, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
}

.h2-head.big {
  margin-bottom: 20px;
  font-size: 40px;
}

.events-section {
  background-color: var(--agnostic-blue);
  position: relative;
}

.events-container {
  max-width: 1280px;
  padding: 100px 40px;
}

.events-stack {
  z-index: 2;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border-top-style: none;
  border-top-width: 1px;
  border-top-color: var(--agnostic-green);
  border-right-style: none;
  border-right-width: 1px;
  border-right-color: var(--agnostic-green);
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: var(--agnostic-green);
  border-left-style: none;
  border-left-width: 1px;
  border-left-color: var(--agnostic-green);
  background-color: #0000;
  background-image: linear-gradient(#f7f7f7, #f7f7f7);
  margin-top: 3px;
  padding: 0 8px 8px 20px;
  position: relative;
}

.h3-heading {
  color: var(--agnostic-green);
  margin-top: 15px;
  font-family: Cheorcy Medium, Tahoma, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;
}

.gallery-section {
  background-image: linear-gradient(to bottom, var(--agnostic-blue), var(--agnostic-blue));
  height: 940px;
}

.gallery-container {
  max-width: 1280px;
  padding: 100px 40px;
}

.gallery-stack {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  padding: 0;
}

.lightbox-thumb {
  transition: transform .25s;
}

.lightbox-thumb:hover {
  transform: scale(1.05);
}

.slide-5 {
  background-image: url('../images/tuna_gallery_sevenpaintings.webp');
  background-position: 0 0;
  background-size: auto;
}

.slide-6 {
  background-image: url('../images/gallery8.webp');
  background-position: 0 0;
  background-size: auto;
}

.slide-4 {
  background-image: url('../images/gallery4.webp');
  background-position: 0 0;
  background-size: auto;
}

.slide-nav {
  display: none;
}

.slide-3 {
  background-image: url('../images/gallery-image-new2.webp');
  background-position: 0 0;
  background-size: auto;
}

.slide {
  background-image: url('../images/gallery3.webp');
  background-position: 0 0;
  background-size: cover;
  height: 100%;
}

.slider {
  display: none;
}

.slide-2 {
  background-image: url('../images/gallery-image-new.webp');
  background-position: 0 0;
  background-size: auto;
}

.footer-section {
  background-image: linear-gradient(#1d1d1d, #1d1d1d);
}

.footer-container {
  max-width: 1280px;
  padding: 100px 40px;
}

.footer-stack-bottom {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  margin-top: 60px;
  padding: 0;
}

.footer-logo-div {
  width: 110px;
}

.footer-menu-link {
  color: #fff;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
  font-family: Dystopian Regular, Tahoma, sans-serif;
  font-size: 17px;
  line-height: 25px;
  text-decoration: none;
  transition: color .2s;
}

.footer-menu-link:hover {
  color: var(--agnostic-orange);
}

.instagram-link-footer {
  width: 19px;
  margin-left: 0;
  padding-top: 2px;
}

.instagram-link-footer:hover {
  opacity: .6;
}

.footer-stack-top {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  padding: 0;
}

.text-block {
  color: #fff;
  font-family: Dystopian Regular, Tahoma, sans-serif;
}

.maillink {
  color: #fff;
  text-decoration: none;
}

.maillink:hover {
  text-decoration: underline;
}

.cell-3 {
  justify-content: center;
  align-items: flex-end;
}

.cell-4 {
  justify-content: center;
  align-items: flex-start;
}

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

.date {
  color: var(--agnostic-orange);
  background-color: #fff;
  margin-top: 20px;
  margin-bottom: 3px;
  margin-left: 20px;
  padding: 3px 9px;
  font-family: Dystopian Regular, Tahoma, sans-serif;
  font-size: 12px;
  display: inline-block;
  position: absolute;
}

.lottie-div, .mobile-menu-wrapper {
  display: none;
}

.div-block {
  justify-content: flex-end;
  align-items: center;
  height: 50px;
  margin-bottom: 40px;
  padding-right: 60px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.agnostic-picto-div {
  z-index: 0;
  opacity: .03;
  mix-blend-mode: normal;
  width: 800px;
  margin-top: -111px;
  margin-bottom: 0;
  margin-left: -130px;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: visible;
}

.cell-5 {
  padding-top: 7px;
  padding-right: 9px;
}

.usp-section {
  background-color: var(--agnostic-blue);
  padding-top: 0;
}

.usp-container {
  max-width: 1400px;
  padding: 40px 40px 20px;
}

.quote-section {
  background-color: var(--agnostic-blue);
  background-image: linear-gradient(#000, #000);
  padding-top: 40px;
  padding-bottom: 40px;
}

.cell-6 {
  background-color: #fff0;
  border-radius: 0;
}

.quick-stack-2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  padding: 0;
}

.quick-stack-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  height: 100%;
  padding: 0;
}

.cell-7 {
  background-image: url('../images/PXL_20240713_110010233.jpg');
  background-position: 50% 40%;
  background-size: cover;
}

.cell-8 {
  background-image: url('../images/manu-portrait.jpg');
  background-position: 50%;
  background-size: cover;
}

.cell-9 {
  background-image: url('../images/Agnostic-HFi.jpeg');
  background-position: 50%;
  background-size: cover;
}

.cell-10 {
  background-image: url('../images/westpoark.jpg');
  background-position: 0 0;
  background-size: cover;
}

.background-video {
  z-index: 99;
  width: 100%;
  height: 100%;
}

.cell-11 {
  justify-content: center;
  align-items: flex-start;
}

.image {
  display: block;
}

.background-video-2 {
  z-index: 99;
  width: 100px;
}

.cell-13 {
  background-image: url('../images/photo_2025-02-12-14.09.39.jpeg');
  background-position: 50%;
  background-size: cover;
}

.cell-14 {
  background-image: url('../images/2025-05-28-19.59.17.jpg');
  background-position: 0 0;
  background-size: cover;
}

.cell-15 {
  background-image: url('../images/IMG_20230802_224239_477.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.link-block {
  width: 100%;
  text-decoration: none;
}

.menu-stack {
  z-index: 2;
  margin-top: 0;
  padding: 60px 60px 20px;
  position: relative;
}

.mobile-menu-stack {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  margin-top: 60px;
  padding: 0;
}

.cell-4-copy {
  justify-content: center;
  align-items: flex-start;
}

.cell-3-copy {
  justify-content: center;
  align-items: flex-end;
}

@media screen and (max-width: 479px) {
  .hero-section {
    background-image: linear-gradient(#0000005e, #0000005e), url('../images/agnostic-heroheader-bg.jpg');
    background-position: 0 0, 70% 100%;
    background-size: auto, cover;
    height: 88vh;
  }

  .hero-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .logo {
    font-size: 35px;
  }

  .logo.w--current {
    font-size: 36px;
  }

  .quick-stack {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .animation3 {
    letter-spacing: -2px;
    padding-right: 42px;
    font-size: 14vw;
    line-height: 14vw;
  }

  .fliesstext {
    font-size: 15px;
    line-height: 30px;
  }

  .fliesstext.dunkel {
    font-size: 15px;
    line-height: 28px;
  }

  .fliesstext.center {
    font-size: 13px;
  }

  .fliesstext.klein {
    font-size: 14px;
    line-height: 26px;
  }

  .button {
    padding: 4px 25px 8px;
    font-size: 15px;
  }

  .cell-2 {
    padding-top: 15px;
    padding-right: 10px;
    display: flex;
  }

  .menu-link.scroll {
    font-size: 10px;
  }

  .about-section {
    background-image: none;
    overflow: hidden;
  }

  .about-container {
    padding-top: 20px;
    padding-bottom: 80px;
  }

  .about-stack {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .h2-head {
    text-transform: none;
    font-size: 30px;
    line-height: 36px;
  }

  .h2-head.yellow {
    color: var(--agnostic-orange);
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 40px;
  }

  .h2-head.yellow.music {
    color: var(--agnostic-orange);
    margin-bottom: 20px;
  }

  .h2-head.yellow.white {
    margin-bottom: 20px;
  }

  .h2-head.quote {
    font-size: 20px;
  }

  .events-section {
    background-size: contain;
    overflow: hidden;
  }

  .events-stack {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 10px;
  }

  .h3-heading {
    margin: 5px 10px 10px;
    font-size: 14px;
  }

  .gallery-section {
    background-size: contain;
  }

  .slide-5 {
    background-image: url('../images/events-image-1.jpg');
    background-size: cover;
  }

  .icon-3 {
    margin-left: 15px;
    font-size: 24px;
  }

  .slide-6 {
    background-image: url('../images/events-image-1.jpg');
    background-size: cover;
  }

  .icon-2 {
    margin-right: 15px;
    font-size: 24px;
  }

  .slide-4, .slide-3 {
    background-image: url('../images/events-image-1.jpg');
    background-size: cover;
  }

  .slide {
    background-image: url('../images/events-image-1.jpg');
  }

  .slider {
    height: 220px;
    display: block;
  }

  .slide-2 {
    background-image: url('../images/events-image-1.jpg');
    background-size: cover;
  }

  .footer-section {
    background-size: contain;
  }

  .footer-stack-bottom {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .footer-logo-div {
    width: 130px;
  }

  .footer-menu-link {
    font-size: 15px;
    line-height: 22px;
  }

  .footer-stack-top {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .cell-3, .cell-4 {
    justify-content: flex-start;
    align-items: center;
  }

  .menu-div {
    display: none;
  }

  .date {
    color: var(--agnostic-orange);
    background-color: #fff;
  }

  .lottie-div {
    width: 40px;
    display: block;
  }

  .mobile-menu-wrapper {
    z-index: 2;
    background-image: url('../images/bg-orange.jpg');
    background-position: 0 0;
    background-size: cover;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: none;
    position: absolute;
    inset: 0%;
    overflow: hidden;
  }

  .mobile-link {
    z-index: 99;
    color: #fff;
    margin-bottom: 10px;
    font-family: Dystopian Regular, Tahoma, sans-serif;
    font-size: 31px;
    line-height: 35px;
    text-decoration: none;
    position: relative;
  }

  .div-block {
    padding-right: 40px;
  }

  .div-block-2 {
    z-index: 0;
    opacity: .3;
    mix-blend-mode: soft-light;
    justify-content: center;
    align-items: center;
    width: 140%;
    margin-left: -86px;
    margin-right: auto;
    display: flex;
    position: absolute;
    inset: 0%;
    overflow: visible;
  }

  .div-block-3 {
    opacity: .38;
    mix-blend-mode: soft-light;
    width: 1000px;
  }

  .agnostic-picto-div {
    margin-top: 90px;
    overflow: visible;
  }

  .usp-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .quote-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .quick-stack-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding: 0;
  }

  .cell-10 {
    display: none;
  }

  .cell-11 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .menu-stack {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .mobile-menu-stack {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    margin-top: 40px;
  }

  .cell-16 {
    justify-content: flex-start;
    align-items: center;
  }

  .cell-4-copy, .cell-3-copy {
    justify-content: flex-start;
    align-items: flex-start;
  }
}

#w-node-_8a39470a-4efa-7af0-aa95-0efe383de3e5-c1bea2db {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_8c8e366a-b915-4867-732d-ae677e4f3566-c1bea2db {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_75e4c7ab-5b15-ba96-880d-6a17c3092232-c1bea2db {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-f8699bbe-fcce-ad01-871d-2badd85ef29f-c1bea2db {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-e8aa8dbe-a3e7-f52f-511b-ec8c80995bf5-c1bea2db {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-bbbc2023-96df-5496-7b0d-26a226950aac-c1bea2db {
  grid-column: span 2 / span 2;
}

#w-node-_6f8e6dd5-bdf1-26fd-c263-dddbaef49194-c1bea2db {
  grid-row: span 2 / span 2;
}

#w-node-_66be7ff7-e193-e677-5303-6dd36f19f7e6-c1bea2db {
  grid-column: span 2 / span 2;
}

#w-node-_3d866bba-ddcb-785f-e26e-c2c290337037-c1bea2db, #w-node-_44f26faa-0e3c-8e95-a740-f1a4d8932b05-c1bea2db, #w-node-d6e1485e-0eb3-602b-452e-aa74fa8fcb15-c1bea2db, #w-node-b61d0580-4d14-7473-fb30-9825f281de84-c1bea2db, #w-node-_5204bffc-d8a4-95d2-6356-ba8e4d6366dc-c1bea2db, #w-node-_340119b3-bb9a-c72b-ae8a-2967d86d7f7f-c1bea2db {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.25fr 1fr;
}

#w-node-_14173c2b-ea1d-0f86-f48d-bd1d1f13576c-c1bea2db, #w-node-a206286a-0c95-9240-9d4c-adf7f4df990e-c1bea2db {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 479px) {
  #w-node-_8a39470a-4efa-7af0-aa95-0efe383de3e5-c1bea2db {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8a39470a-4efa-7af0-aa95-0efe383de3e6-c1bea2db {
    order: 9999;
  }

  #w-node-_8a39470a-4efa-7af0-aa95-0efe383de3ea-c1bea2db {
    order: -9999;
  }

  #w-node-_8c8e366a-b915-4867-732d-ae677e4f3566-c1bea2db {
    grid-template-rows: auto;
    grid-template-columns: 3fr 1fr;
  }

  #w-node-_75e4c7ab-5b15-ba96-880d-6a17c3092232-c1bea2db, #w-node-f8699bbe-fcce-ad01-871d-2badd85ef29f-c1bea2db {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-e8aa8dbe-a3e7-f52f-511b-ec8c80995bf5-c1bea2db {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_6f8e6dd5-bdf1-26fd-c263-dddbaef49194-c1bea2db {
    grid-row: span 2 / span 2;
  }

  #w-node-_3d866bba-ddcb-785f-e26e-c2c290337037-c1bea2db, #w-node-_44f26faa-0e3c-8e95-a740-f1a4d8932b05-c1bea2db, #w-node-d6e1485e-0eb3-602b-452e-aa74fa8fcb15-c1bea2db, #w-node-b61d0580-4d14-7473-fb30-9825f281de84-c1bea2db, #w-node-_5204bffc-d8a4-95d2-6356-ba8e4d6366dc-c1bea2db, #w-node-_340119b3-bb9a-c72b-ae8a-2967d86d7f7f-c1bea2db {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_14173c2b-ea1d-0f86-f48d-bd1d1f13576c-c1bea2db, #w-node-a206286a-0c95-9240-9d4c-adf7f4df990e-c1bea2db {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-a206286a-0c95-9240-9d4c-adf7f4df990f-c1bea2db {
    order: 9999;
  }

  #w-node-a206286a-0c95-9240-9d4c-adf7f4df9912-c1bea2db {
    order: -9999;
  }
}


@font-face {
  font-family: 'Cheorcy Medium';
  src: url('../fonts/Cheorcy-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dystopian Regular';
  src: url('../fonts/Dystopian-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}