/* ============================
   Eigene Styles für Konzertseite
   ============================ */

/* Horizontale Linie – dezent in sanftem Grün */
.article-content hr {
  border: none;
  border-top: 1px solid #A8BFA1;
  margin: 20px 0;
  height: 1px;
  display: block;
}

/* Artistbox – visuelle Hervorhebung */
div.artist-box {
  border-left: 4px solid #A8BFA1;
  padding: 15px;
  margin: 20px 0;
  display: block;
}


/* Künstlername – farblich betont */
strong.artist-name {
  color: #8B1A2B;
  font-weight: bold;
}


.terminblock {
  border: 1px solid #A8BFA1;         /* feiner Rahmen */
  border-left: 4px solid #A8BFA1;    /* markanter Streifen links */
  padding: 15px;
  margin: 20px 0;
  background-color: transparent;
}

.termin-datum {
  font-weight: bold;
  font-size: 1.1rem;
  color: #333;
}

.termin-künstler {
  margin: 5px 0;
  font-size: 1rem;
  color: #444;
}

.termin-uhrzeit {
  font-style: italic;
  font-size: 0.95rem;
  color: #666;
}

.moduletable .nextconcert {
  border-left: 4px solid #8B1A2B;
  padding: 15px;
  margin: 20px 0;
  font-size: 1rem;
  background-color: transparent;
}

.moduletable .nextconcert h3 {
  font-size: 1.2rem;
  color: #8B1A2B;
  margin-bottom: 10px;
}

.moduletable .nextconcert p {
  margin: 5px 0;
  line-height: 1.5;
}

@media (min-width: 1024px) {
  #hornavmenu {
    top: 60% !important;
    margin-top: 0 !important;
  }
}

.intro-box {
  background-color: #f5f5f5;
  padding: 15px;
  border-left: 4px solid #8B1A2B;
  margin-bottom: 20px;
  font-size: 1.1em;
}

.flotow-quote {
  font-style: italic;
  color: #555;
  margin: 20px 0;
  padding-left: 20px;
  border-left: 3px solid #ccc;
}
.flotow-title {
  font-size: 1.4em;
  color: #8B1A2B;
  font-family: 'Georgia', serif;
}

.flotow-line {
  border: none;
  border-top: 2px solid #8B1A2B;
  width: 60%;
  margin: 10px 0;
}

.flotow-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.flotow-gallery img {
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
  box-shadow: 2px 2px 6px rgba(0,0,0,0.1);
}

h3 {
  font-size: 1.4em;            /* größer, aber unterhalb der Hauptüberschrift */
  font-weight: 600;            /* etwas kräftiger, aber nicht fett */
  color: #6A1B4D;              /* ein warmer, kultivierter Farbton */
  margin-top: 40px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  font-family: 'Georgia', serif; /* optional, für klassischen Ton */
}

.inline-quote {
  font-style: italic;
  color: #5a1a1a;
  background-color: #f9f4f4;
  padding: 2px 6px;
  border-radius: 4px;
}
.start-intro {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}

.flotow-start-img {
  max-width: 250px;
  border-radius: 6px;
  box-shadow: 2px 2px 8px rgba(0,0,0,0.1);
}

.start-text h2 {
  font-size: 1.8em;
  color: #6A1B4D;
}

.flotow-start-quote {
  font-style: italic;
  font-size: 1.2em;
  color: #5a1a1a;
  margin: 30px 0;
  padding-left: 20px;
  border-left: 3px solid #8B1A2B;
}

.quote-author {
  display: block;
  margin-top: 8px;
  font-size: 0.95em;
  color: #6A1B4D;
}

h1, .main-title {
  font-size: 2em;
  font-weight: 600;
  color: #6A1B4D;
  font-family: 'Georgia', serif;
  margin-bottom: 20px;
  border-bottom: 2px solid #8B1A2B;
  padding-bottom: 8px;
}

.flotow-werke {
  font-family: inherit;
  font-size: 1em;
  line-height: 1.6;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.werk-block {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.werk-block p {
  margin: 0;
  font-weight: normal;
}

.werk-block strong {
  color: #6A1B4D;
  margin-right: 6px;
}

.werk-details {
  margin-left: 20px;
  padding-left: 20px;
  list-style-type: disc;
}

.werk-details li {
  margin-bottom: 6px;
}

/* Responsive Anpassung für kleinere Bildschirme */
@media screen and (max-width: 600px) {
  .flotow-werke {
    font-size: 0.95em;
    gap: 15px;
  }

  .werk-details {
    margin-left: 15px;
    padding-left: 15px;
  }
}

.flotow-linie {
  border: none;
  border-top: 1px solid #6A1B4D;
  margin: 1px 0;
 }

.btn-secondary {
  display: inline-block;
  background-color: transparent;
  color: #6A1B4D;
  border: 1px solid #6A1B4D;
  padding: 6px 12px;
  font-size: 0.95em;
  font-family: inherit;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.btn-secondary:hover {
  background-color: #6A1B4D;
  color: #fff;
}

.flotow-gallery img {
  max-width: 100%;
  height: auto;
  box-shadow: 2px 2px 6px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.flotow-gallery img:hover {
  transform: scale(1.02);
  cursor: pointer;
}
#footermenu {
  display: inline-block;
  padding: 15px 0 0;
  position: relative;
  width: 100%;
  text-align: center;
}
#footermenu a {
  color: #6A1B4D;
  text-decoration: none;
  margin: 0 10px;
  font-size: 0.95em;
}

#footermenu a:hover {
  text-decoration: underline;
}

.map-link {
  display: inline-block;
  color: #6A1B4D;
  font-size: 1em;
  text-decoration: none;
  border: 1px solid #6A1B4D;
  padding: 6px 12px;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.map-link:hover {
  background-color: #6A1B4D;
  color: #fff;
}

