/* ==========================================================================
   Fonts
   ========================================================================== */

@font-face {
  font-family: tangerine;
  src: url("../fonts/Tangerine-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: Roboto;
  font-weight: 500;
  src: url("../fonts/Roboto-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: Roboto;
  font-weight: 100;
  src: url("../fonts/Roboto-Thin.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: Roboto;
  font-weight: 800;
  src: url("../fonts/Roboto-Bold.woff2") format("woff2");
  font-display: swap;
}

/* ==========================================================================
   Reset & base
   ========================================================================== */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  font-family: Roboto, Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #000;
}
body {
  line-height: 1.5;
  text-align: left;
  background-color: #fff;
}

img {
  vertical-align: middle;
  border-style: none;
}

b,
strong {
  font-weight: bolder;
}

ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ul ul {
  margin-bottom: 0;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

a {
  color: #840814;
  text-decoration: underline;
  background-color: transparent;
}
a:hover {
  color: #3c0409;
}

h1,
h2,
h3,
h4 {
  display: inline-block;
  margin: 0 0 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
h1,
h2,
h3 {
  margin-bottom: 10px;
  padding-bottom: 15px;
}
h1,
h2 {
  margin-top: 20px;
  font-size: 40px;
}
h3 {
  margin-top: 10px;
  font-size: 20px;
}
h4 {
  font-size: 1.5rem;
  margin-bottom: 10px;
  color: #555;
}
@media (max-width: 767.98px) {
  h1,
  h2 {
    font-size: 35px;
  }
  h3 {
    font-size: 19px;
  }
}

/* Legal-page subheadings kept semantically as h2 (correct heading order)
   but visually matching their previous h3/h4 treatment */
.subheading-sm {
  margin-top: 10px;
  font-size: 20px;
}
.subheading-md {
  margin-top: 0;
  padding-bottom: 0;
  font-size: 1.5rem;
  margin-bottom: 10px;
  color: #555;
}

/* Visually hidden but available to assistive tech & search engines */
.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ==========================================================================
   Layout grid
   ========================================================================== */

.container {
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1800px) {
  .container {
    max-width: 1300px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
}

.col-12,
.col-md-4,
.col-md-6 {
  position: relative;
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
[class*="col-"] {
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
}

/* Decorative connector borders, reused by containers, artist bios & banners */
.connection__right,
.connection__right:before {
  border-right: 3px solid #000;
}
.connection__left,
.connection__left:before {
  border-left: 3px solid #000;
}

.container:before {
  content: "";
  position: absolute;
  left: -3px;
  right: -3px;
  bottom: -83px;
  height: 83px;
}
@media (max-width: 767.98px) {
  .container:before {
    bottom: -43px;
    height: 43px;
  }
}

/* ==========================================================================
   Page chrome
   ========================================================================== */

main {
  margin: 0 auto;
  padding-top: 0;
}
@media (max-width: 767.98px) {
  .main-contentcollection > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}

footer:before {
  content: none !important;
}
footer .copyright-client {
  padding-top: 10px;
  margin-top: 16px;
}
footer .copyright-client ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  text-align: center;
}
footer .copyright-client ul li {
  display: inline-block;
  color: inherit;
}
footer .copyright-client ul li:not(:last-of-type):after {
  content: "|";
  padding: 0 3px;
}
footer .copyright-awsh {
  text-align: center;
  font-size: 10px;
  opacity: 80%;
}

.hidden {
  display: none;
}
.w-100 {
  width: 100% !important;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}

.font-family__tangerine {
  position: relative;
  font-family: tangerine;
  color: #fff;
}
.text-bg-black:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -15px;
  right: -20px;
  top: -10px;
  bottom: 5px;
  background: #000;
}
.text-bg-black.text-left {
  margin-left: 15px;
}

/* ==========================================================================
   Hero
   ========================================================================== */

.catcher {
  position: relative;
  width: 100%;
}
.catcher .catcher-background {
  width: 100%;
  height: auto;
  aspect-ratio: 1600 / 1080;
  object-fit: cover;
}
.catcher .logo {
  position: absolute;
  bottom: 10vw;
  left: calc(50% + 0.5vw);
  transform: translate(-50%, 0);
  width: 50%;
  max-width: 500px;
}
.catcher .logo__subline {
  position: absolute;
  display: inline-block;
  bottom: 3vw;
  left: 50%;
  transform: translate(-50%, 0);
  color: #000;
  font-size: 4vw;
  font-weight: lighter;
}
.catcher .logo__subline:before {
  content: "";
  position: absolute;
  left: -1vw;
  right: -1vw;
  top: 1vw;
  bottom: 1.5vw;
  z-index: -1;
  background-color: #fff;
}
.catcher .logo__subline .font-family__tangerine {
  color: #000;
}

/* ==========================================================================
   Headline sections
   ========================================================================== */

.headline-content {
  position: relative;
  width: 100%;
  margin-top: 80px;
}
@media (max-width: 767.98px) {
  .headline-content {
    margin-top: 40px;
  }
}
.headline-content .container {
  border-top: 3px solid #000;
}
.headline-content .headline-content__headline {
  margin: 5px 0 0;
  transform: translate(0, -50%);
}
.headline-content .headline-content__headline p {
  margin-bottom: 0;
}
.headline-content .headline-content__headline-container {
  display: flex;
  flex-direction: column;
}
.headline-content .headline-content__headline-container.text-center {
  align-items: center;
}
.headline-content .headline-content__headline-container.text-left {
  align-items: flex-start;
  margin-left: 9px;
}
.headline-content .content {
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 767.98px) {
  .headline-content .content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* ==========================================================================
   Banner
   ========================================================================== */

.banner {
  position: relative;
  margin-top: 40px;
}
.banner-background__black:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 40px;
  bottom: 40px;
  z-index: -1;
  background: #000;
}

/* ==========================================================================
   Artist bios
   ========================================================================== */

.artist__container {
  position: relative;
  overflow-x: hidden;
}
@media (max-width: 767.98px) {
  .artist__container:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 80px;
    bottom: 40px;
    z-index: -1;
    background: #000;
  }
}

.artist__connection .container:before {
  bottom: -83px;
  height: 123px;
}
@media (max-width: 767.98px) {
  .artist__connection .container:before {
    bottom: -43px;
    height: 83px;
  }
}

.artist {
  position: relative;
  margin-top: 80px;
  border-color: transparent;
  overflow-y: visible;
}
@media (max-width: 767.98px) {
  .artist {
    margin-top: 40px;
  }
}
.artist:before {
  content: none !important;
}
.artist [class*="col-"] {
  margin-top: 0;
  margin-bottom: 0;
}
.artist.connection__left:after {
  border-right: 3px solid #000;
}
.artist.connection__right:after {
  border-left: 3px solid #000;
}
.artist:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 50%;
  border-bottom: 3px solid #000;
}

.artist .artist-image .artist-image__wrapper {
  position: relative;
  max-width: 100%;
}
.artist .artist-image .artist-image__wrapper img {
  max-width: 100%;
}
@media (max-width: 991.98px) {
  .artist .artist-image .artist-image__wrapper img {
    width: 100%;
    height: auto;
  }
}
.artist .artist-image .artist-image__wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 40px;
  bottom: 40px;
  z-index: -1;
  background: #000;
}

.artist .artist-content {
  display: flex;
  justify-content: center;
  color: #fff;
}
.artist .artist-content .neos-contentcollection {
  display: flex;
  justify-content: center;
  align-self: center;
}
@media (min-width: 576px) {
  .artist .artist-content h2 {
    margin-top: 0;
  }
}
@media (max-width: 767.98px) {
  .artist .artist-content {
    padding-bottom: 40px;
  }
  .artist .artist-content .text {
    padding-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .artist.connection__left .artist-image__wrapper {
    float: left;
  }
  .artist.connection__left .artist-image__wrapper:before {
    left: -100000px;
    right: -40px;
  }
  .artist.connection__right .artist-image__wrapper {
    float: right;
  }
  .artist.connection__right .artist-image__wrapper:before {
    left: -40px;
    right: -100000px;
  }
}

/* ==========================================================================
   YouTube privacy placeholder
   ========================================================================== */

.youtube {
  height: 0;
  padding-bottom: 56.25%;
}

.privacy-iframe {
  position: relative;
  width: 100%;
  background-color: lightgray;
}
.privacy-iframe iframe,
.privacy-iframe .placeholder-preview-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.privacy-iframe .placeholder-preview-image {
  cursor: pointer;
  filter: grayscale(0.2) brightness(0.7);
  transition: filter 0.15s ease-in-out;
}
.privacy-iframe .placeholder-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15%;
  height: 15%;
  cursor: pointer;
  transform: translate(-50%, -50%);
  transition: all 0.1s ease-in-out;
}
.privacy-iframe:hover .placeholder-icon {
  width: 16%;
  height: 16%;
}
.privacy-iframe .placeholder-privacy {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-bottom: 20px;
  padding: 10px 30px 10px 10px;
  color: #212529;
  background: rgba(255, 255, 255, 0.5);
}
.privacy-iframe .placeholder-privacy h4 {
  color: #212529;
}
.privacy-iframe .placeholder-privacy p:last-of-type {
  margin-bottom: 0;
}
.privacy-iframe .placeholder-copyright {
  position: absolute;
  left: 0;
  bottom: 0;
  padding-left: 3px;
  padding-bottom: 3px;
  color: #fff;
  font-size: 10px;
}
.privacy-iframe .placeholder-copyright p {
  margin-bottom: 0;
}

/* ==========================================================================
   Termine (Konzerte)
   ========================================================================== */

.termine-liste {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.termine-status {
  margin: 0;
  opacity: 0.75;
}

.termin-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 16px 20px;
  border: 3px solid #000;
}

.termin-datum {
  flex: 0 0 auto;
  min-width: 72px;
  text-align: center;
  line-height: 1.15;
}
.termin-datum .termin-tag {
  display: block;
  font-size: 2rem;
  font-weight: 800;
}
.termin-datum .termin-monat {
  display: block;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.termin-datum .termin-jahr {
  display: block;
  font-size: 0.75rem;
  opacity: 0.6;
}

.termin-details {
  flex: 1 1 auto;
  min-width: 0;
}
.termin-titel {
  margin: 0 0 4px;
  font-family: tangerine;
  font-size: 2rem;
  color: #840814;
}
.termin-meta {
  margin: 0 0 4px;
}
.termin-info {
  margin: 0;
  opacity: 0.8;
}
.termin-link {
  display: inline-block;
  margin-top: 8px;
}

@media (max-width: 767.98px) {
  .termin-card {
    gap: 14px;
    padding: 14px;
  }
  .termin-datum {
    min-width: 56px;
  }
  .termin-datum .termin-tag {
    font-size: 1.6rem;
  }
  .termin-titel {
    font-size: 1.6rem;
  }
}

/* ==========================================================================
   Scroll-reveal animations (driven by data-aos attributes, see main.js)
   ========================================================================== */

[data-aos] {
  transition-duration: 400ms;
  transition-timing-function: ease;
  transition-delay: 0s;
}
[data-aos-delay="250"].aos-animate {
  transition-delay: 250ms;
}
[data-aos-delay="500"].aos-animate {
  transition-delay: 500ms;
}

[data-aos="fade-in"] {
  opacity: 0;
  transition-property: opacity, transform;
}
[data-aos="fade-in"].aos-animate {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

[data-aos="zoom-in"] {
  opacity: 0;
  transform: scale(0.6);
  transition-property: opacity, transform;
}
[data-aos="zoom-in"].aos-animate {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

[data-aos="border"],
[data-aos="border"]:before,
[data-aos="border"]:after {
  border-color: transparent !important;
  transition-property: border-color;
}
[data-aos="border"].aos-animate,
[data-aos="border"].aos-animate:before {
  border-color: #000 !important;
}
