@charset "UTF-8";
.icons {
  display: flex;
  padding-top: 2rem;
  padding-bottom: 2rem; }

.icon {
  margin-right: 3rem;
  text-align: center; }

.icon img {
  display: block;
  margin: auto;
  width: 36px;
  height: 36px; }

.icon a, a.icon {
  display: inline-block;
  background-color: black;
  padding: 0.66rem;
  text-decoration: none; }

@media screen and (max-width: 55rem) {
  .icon {
    margin-right: 2rem; }

  .icon img {
    width: 28px;
    height: 28px; } }
.backToFestival {
  display: block;
  clear: both;
  width: 100%; }

.event-list__iconwrap {
  float: right;
  display: inline-block; }

.archive-intro, .recent-events, .archiv-sort {
  padding-bottom: 2.5rem; }

.archive-intro {
  padding-top: 2rem;
  padding-right: 3rem; }

#searchresults {
  padding: 2rem 0 1rem 0; }

.archive-no-results {
  display: block;
  margin: 1rem auto;
  padding: 1rem 2rem;
  font-family: "Libre Franklin", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  border: 2px solid orangered; }

.event-content-text a {
  text-decoration: none; }
.event-content-text .event-images {
  padding-bottom: 2rem; }
  .event-content-text .event-images img {
    width: 24px;
    max-height: 24px;
    padding-right: 0.66667rem; }

.quotation .quote {
  font-style: italic;
  line-height: 1.3rem; }
.quotation .quote::before, .quotation .quote::after {
  font-size: 1.8rem; }
.quotation .quote::before {
  content: "»";
  padding-right: 0.25rem; }
.quotation .quote::after {
  content: "«";
  padding-left: 0.25rem; }
.quotation .quotation-author {
  display: inline-block;
  margin-left: 0.5rem; }

.event-gallery {
  width: 100%;
  padding: 2rem 0; }
  .event-gallery > h5 {
    padding-bottom: 2rem; }

.event-gallery--catalogueView {
  padding: 4rem 2rem; }

.event-gallery--catalogueView,
.ug-lightbox .ug-lightbox-overlay {
  background: linear-gradient(30deg, lightgray, #7d7d7d 90%, #f0f0f0); }

.tourdates .tourdates-heading {
  font-weight: 700; }
.tourdates span {
  display: inline; }

.tourdates-wrapper {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center; }

.tourdate b {
  font-weight: 400;
  padding: 0; }
.tourdate span {
  width: 200px; }
.tourdate a:link {
  font-weight: 400; }
.tourdate.current, .tourdate.current a:link, .tourdate.current b {
  font-weight: 700; }

.sold-out {
  color: #dd3333; }

.ticket-info p {
  padding-top: 0; }
.ticket-info a {
  font-weight: 400 !important; }

.images-copyright {
  font-family: "Libre Franklin", sans-serif;
  font-size: 1.25rem;
  padding: 2rem 0;
  text-align: right; }

h1.event-title {
  display: block; }

.homepage-hero {
  display: block; }

.contentbox-monthly-image {
  width: 100%;
  height: 100%; }

.event-homepage__heading {
  font-size: 3.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem; }
  @media screen and (min-width: 55rem) {
    .event-homepage__heading {
      padding-top: 0; } }

.event-homepage__list {
  align-items: flex-start;
  justify-content: space-between;
  height: 101%; }

.event-homepage {
  width: 100%;
  display: block;
  margin-top: 2px;
  padding: 1rem;
  background-color: #f0f0f0;
  position: relative; }
  .event-homepage:hover {
    background-color: whitesmoke; }

.event-homepage__date,
.event-homepage__participants,
.event-homepage__title {
  font-size: 1.5rem; }

.event-homepage__date,
.event-homepage__participants {
  display: block;
  font-weight: 700; }

.event-homepage__link {
  display: block; }

.event-homepage--3,
.event-homepage--4 {
  display: none; }

.event-list__cancelled,
.event-detail__cancelled,
.event-homepage__cancelled {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-35deg);
  z-index: 7;
  margin: 0;
  padding: 3px 6px;
  background-color: #ff2e33 !important; }
  .event-list__cancelled.event-status--livestream,
  .event-detail__cancelled.event-status--livestream,
  .event-homepage__cancelled.event-status--livestream {
    background-color: #69e22d !important; }

.event-list__cancelled-text,
.event-detail__cancelled-text,
.event-homepage__cancelled-text {
  display: block;
  color: #fff !important;
  font-family: "Libre Franklin", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase; }

.event-list__cancelled-text {
  font-size: 2rem; }

.event-detail__cancelled-text {
  font-size: 1.5rem; }

.event-description {
  position: relative; }
  .event-description .event-detail__cancelled {
    top: 2rem;
    left: 0;
    transform: rotate(0deg);
    border-right: 0.66rem solid #fff; }

.event-cancelledInfo {
  margin: 3rem 0;
  padding: 1rem;
  border-left: 2.5rem solid #ff2e33;
  font-family: "Libre Franklin", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5; }

.eventserial__description {
  padding: 4rem 2rem; }

.event-serials {
  width: 100%; }

@media screen and (min-width: 80rem) {
  .event-homepage--3,
  .event-homepage--4 {
    display: block; }

  .eventserial__description {
    padding-left: 0;
    padding-right: 0; } }
.publisher {
  border-bottom: 1px dotted #e3e3e3;
  padding-bottom: 5rem;
  margin-bottom: 4rem; }

.publisher__logo {
  width: 250px; }

.publisher__website {
  font-weight: 700; }

.bookshop {
  border-bottom: 1px dotted #e3e3e3;
  padding-bottom: 5rem;
  margin-bottom: 4rem; }

.bookshop__address-wrapper {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 2rem;
  margin-bottom: 2rem; }

.bookshop__image {
  max-width: 250px;
  height: auto; }

.c-block__title--block {
  margin-bottom: 0 !important; }

.block-content {
  padding-top: 4rem !important; }

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