/* latin-ext */
@font-face {
  font-family: 'Lexend Zetta';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(ll8uK2KYXje7CdOFnEWcU8synQbuVYjYB3BCy1bG4zdpae0vftqvPTYK.woff) format('woff');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Lexend Zetta';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(ll8uK2KYXje7CdOFnEWcU8synQbuVYjYB3BCy1bG4zlpae0vftqvPQ.woff) format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
  /* margin: 0; */
  /* hyphens */
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.background-image-v1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url('https://evening.app/share/img/iStock-1733748948-small.jpg');
  background-size: cover;
  background-position: center center;
  background-attachment: local;
  z-index: -1;
  filter: blur(12px);
  transform: scale(1.2);
}

.title-blue {
  color: rgb(30 58 138);
  /* color: rgb(42, 72, 129); bg-blue-900 */
}

.background-image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url('https://evening.app/share/img/iStock-1733748948-small.jpg');
  background-size: cover;
  background-position: center center;
  background-attachment: local;
  z-index: -1;
  filter: brightness(0.95) blur(10px);
  transform: scale(1.2);
  /* background-color: rgba(0, 0, 0, 0.7); */

  /* This transition applies a smooth transformation effect to the background image when it changes,
     creating a fade or slide effect over 0.5 seconds with an ease-in-out timing function */
  /* transition: transform 0.5s ease-in-out; */
}

.bg-dark {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url('https://evening.app/share/img/istock-himmel2.jpg');
  background-size: cover;
  background-position: center center;
  background-attachment: local;
  z-index: -1;
  filter: blur(2px);
  transform: scale(1.02);
  /* background-color: rgba(0, 0, 0, 0.7); */

  /* This transition applies a smooth transformation effect to the background image when it changes,
     creating a fade or slide effect over 0.5 seconds with an ease-in-out timing function */
  /* transition: transform 0.5s ease-in-out; */
}

/* @media only screen and (max-width: 600px) {
  body {
    margin: 0;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
  }
} */

.great-vibes-regular {
  font-family: 'Great Vibes', cursive;
  font-weight: 400;
  font-style: normal;
}

.ropa-sans-regular {
  font-family: 'Ropa Sans';
  font-style: normal;
  font-weight: 400;
}

.tsukimi-rounded-regular {
  font-family: 'Tsukimi Rounded', sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lexend-zetta-200 {
  font-family: 'Lexend Zetta', sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}

.lexend-zetta-300 {
  font-family: 'Lexend Zetta', sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.gradient {
  background: linear-gradient(90deg, #b34d4e 0%, #f1b069 100%);
}

.foo {
  background: linear-gradient(90deg, #b34d4e 0%, #f1b069 100%);
  background: linear-gradient(90deg, #f1b069 0%, #6f4356 100%);
  background: linear-gradient(90deg, #d53369 0%, #daae51 100%);
}

.text-shadow-xl {
  text-shadow: 3px 0px 7px rgba(38, 46, 79, 0.9);
}

.text-shadow-lg {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.text-shadow-md {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.text-shadow-sm {
  text-shadow: 0.5px 0.5px 1px rgba(0, 0, 0, 0.5);
}

.text-shadow-none {
  text-shadow: none;
}

.header-color {
  background-color: rgba(46, 80, 144, 0.4);
}

.content {
  position: relative;
  z-index: 1;
}

.desc a {
  text-decoration: underline;
}

.desc ul {
  list-style-position: inside;
  padding-left: 0;
  text-align: left;
}

.desc ul li {
  list-style-type: disc;
  text-align: center;
  margin-bottom: 10px;
}

.event-container {
  scroll-margin-top: 70px;
}
.scroll-mt-70 {
  scroll-margin-top: 70px;
  /* scroll-margin-top: 4.375rem; */
}

.event-card {
  display: grid;
  grid-template-columns: 1fr 3fr;
  height: 100px; /* feste Höhe */
  overflow: hidden;
}

/* .pb-2 {
  padding-bottom: 0.5rem = 8px 
}


.pb-70 {
  padding-bottom: 4.375rem;
}

*/

/* @media only screen and (max-width: 600px) {
  body {
    margin: 0;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
  }
} */

.event-card {
  display: grid;
  grid-template-columns: 1fr 3fr;
  height: 100px;
  border: 0.5px solid var(--color-border-secondary);
  border-radius: var(--border-radius-lg);
  overflow: hidden;
  background: var(--color-background-primary);
}

.event-time {
  background: var(--color-background-secondary);
  border-right: 0.5px solid var(--color-border-tertiary);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
  overflow: hidden;
}

.event-time span {
  font-size: clamp(10px, 5vw, 99px);
  font-variant-numeric: tabular-nums;
  font-weight: 500;
  color: var(--color-text-primary);
  white-space: nowrap;
  width: 100%;
  text-align: center;
  /* Kern-Trick: container-query + field-sizing oder js-basiert */
}

.event-title {
  display: flex;
  align-items: center;
  padding: 0 16px;
  overflow: hidden;
}

.event-title span {
  color: var(--color-text-primary);
  line-height: 1.3;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
