@font-face {
  font-family: 'Feldora';
  src: url('media/Feldora\ Demo.otf') format('opentype');
}

body {
      margin: 0;
      font-family: 'Feldora', sans-serif;
      background: #f5f0e6;
      color: #163F1A;
    }

    header {
    text-align: center;
    padding: 90px 20px 70px;
    border-bottom: 5px solid #c9a646;
    animation: fadeIn 2s ease;

    background: 
        url("media/greekstripe-1.svg")repeat-x bottom,
        url("media/greekstripe1.svg")repeat-x top,
        linear-gradient(to bottom, #f8f3e8, #efe6d3);

    background-size: auto 30px, auto 30px, cover;
    height: 100vh;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    }

    header h1 {
      font-family: 'Feldora', serif;
      font-size: 3rem;
      margin: 0;
      letter-spacing: 2px;
    }

    .date {
      margin-top: 15px;
      font-size: 1.5rem;
      color: #c9a646;
      font-weight: 600;
    }

    .schule {
      font-family: 'Inter', sans-serif;
    }

    header p {
      margin-top: 10px;
      font-family: 'Playfair Display', serif;
      font-size: 1.3rem;
    }

    main {
      max-width: 750px;
      margin: auto;
      padding: 30px 20px;
      line-height: 1.9;
      animation: fadeUp 1.2s ease;
    }

    h2 {
      font-family: 'Cinzel', serif;
      margin-top: 60px;
      color: #163F1A;
      position: relative;
    }

    h2::after {
      content: "";
      display: block;
      width: 60px;
      height: 2px;
      background: #c9a646;
      margin-top: 8px;
    }

    a {
      color: inherit;
      text-decoration: none;
      border-bottom: 1px solid rgba(0,0,0,0.2);
      transition: 0.3s;
    }

    a:hover {
      opacity: 0.6;
    }

    ul {
      padding-left: 18px;
    }

    .times {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 10px;
    }

    .time {
      padding: 6px 10px;
      border-right: 1px solid rgba(0,0,0,0.3);
      transition: 0.3s;
    }

    .time:last-child {
      border-right: none;
    }

    .time:hover {
      opacity: 0.6;
    }

    .qr {
      text-align: center;
      margin-top: 30px;
      font-style: italic;
      color: #555;
    }

    footer {
      text-align: center;
      padding: 40px 20px;
      border-top: 3px solid #c9a646;
      font-size: 0.9em;
    }

    .social-icon {
      width: auto;
      height: 0.8em;
      object-fit: contain;
      vertical-align: middle;
      transition: 0.3s;
    }

    .social-icon:hover {
      opacity: 0.6;
    }

    .karten-container {
      display: flex;
      align-items: flex-start;
      gap: 20px;
      margin-top: 60px;
    }

    .karten-left {
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-self: flex-start;
    }

    .karten-left h2 {
      margin-top: 0;
      margin-bottom: 12px;
    }

    .karten-right {
      display: flex;
      flex-direction: column;
      gap: 0;
      flex: 0 0 340px;
      max-width: 340px;
      align-self: flex-start;
    }

    .preise {
      margin-top: 0;
    }

    .karte-bild {
      width: 100%;
      height: auto;
      max-width: 100%;
      object-fit: contain;
      display: block;
    }

    @keyframes fadeIn {
      from { opacity: 0; transform: translateY(-15px); }
      to { opacity: 1; transform: translateY(0); }
    }

    @keyframes fadeUp {
      from { opacity: 0; transform: translateY(40px); }
      to { opacity: 1; transform: translateY(0); }
    }

    @media (max-width: 600px) {
      header h1 {
        font-size: 2.2rem;
      }

      .date {
        font-size: 1.2rem;
      }

      main {
        padding: 15px;
      }

      .karten-container {
        flex-direction: column;
        gap: 10px;
      }

      .karten-right {
        width: 100%;
        align-items: center;
      }

      .karte-bild {
        max-width: 100%;
        height: auto;
      }

      .logo {
        max-width: 150px;
      }

      header {
        height: 100vh;
        padding: 60px 20px 40px;
        box-sizing: border-box;
      }
    }
    .motto {
  margin-top: 10px;
  font-family: 'Feldora', serif;
  font-size: 1.6rem;
  line-height: 1.4;
  text-transform: uppercase;
}

.olymp {
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 1px;
}

.submotto {
  font-size: 1rem;
  opacity: 0.8;
  display: inline-block;
  margin-top: 6px;
}
