@charset "UTF-8";
.knandi-event {
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.knandi-event .event-logo {
  margin-right: 20px;
  flex-shrink: 0;
}
.knandi-event .event-logo img {
  max-height: 80px;
  max-width: 200px;
  width: auto;
  height: auto;
}
.knandi-event .event-details {
  flex-grow: 1;
}
.knandi-event h2 {
  font-size: 1.5em;
  margin-bottom: 10px;
}
.knandi-event p {
  margin-bottom: 10px;
}
.knandi-event a {
  text-decoration: underline;
  cursor: pointer;
}
.knandi-event a:hover {
  text-decoration: underline;
}
.knandi-event hr {
  border: none;
  margin: 20px 0;
}
.knandi-event .event-description {
  font-style: italic;
}
.knandi-event .kevent-moreinfos {
  margin-bottom: 1em;
}
.knandi-event .kevent-moreinfos a {
  border: 1px solid currentColor; /* Rahmenfarbe wie aktuelle Textfarbe */
  display: inline-block; /* Für bessere Kontrolle der Rahmen */
  padding: 0px 5px 0px 5px; /* Abstand innerhalb des Rahmens */
  margin: 1px; /* 1px Abstand rund um den Rahmen */
  cursor: pointer; /* Zeiger bei Hover */
}
.knandi-event .kevent-moreinfos a:hover {
  background-color: #b8b8b8;
  text-decoration: none;
}
.knandi-event .kevent-moreinfos a:active {
  background-color: initial;
  font-weight: normal;
}

h3.showyear {
  padding-top: 35px;
  font-size: 220%;
}

.italic-text {
  font-style: italic;
}

.hidden-symbol {
  display: none;
}

.event-details, #event-details {
  background-color: rgba(255, 255, 255, 0.6); /* Weiß mit 60% Deckung */
  padding: 20px;
  border-radius: 5px;
}

.event-details a, #event-details a {
  text-decoration: none;
}

.with-logo {
  max-width: 960px;
}

/*# sourceMappingURL=style.css.map */
