@charset "utf-8";
::selection {
  background-color: var(--contrast-3);
  color: #fff;
}
button.cky-show-desc-btn:not(:hover):not(:active) {
  color: var(--contrast-3) !important;
}
.adp-popup {
  margin-top: 50px;
}
.footer-pattern {
  background-size: 200%;
}
.slideout-navigation,
.slideout-navigation a {
  padding: 15px 0;
}
.button {
  border: 2px solid var(--contrast-3) !important;
}
.button:hover {
  border: 2px solid var(--contrast) !important;
}
.home-container,
.widget-area .widget {
  padding: 20px;
}
h2.homepage {
  margin-left: 20px;
  position: relative;
}
h2.homepage::before {
  content: "";
  width: 5px;
  background-color: var(--contrast-3);
  position: absolute;
  height: 100%;
  left: -20px;
}
.bar {
  background-color: var(--contrast);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 40px 10px 30px 10px;
  gap: 10px;
}
.bar-attention {
  padding: 30px 10px 30px 10px;
  background-color: #ae1422;
  display: block;
  font-weight: bold;
}
.bar-attention a {
  color: #fff;
}
.bar span {
  white-space: nowrap;
}
.address,
.social-links {
  margin-bottom: 10px;
}
.social-links {
  line-height: 2;
}
.social-links a {
  background-color: transparent;
  padding: 5px 10px;
  margin: 0 5px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  transition: all 400ms ease;
  border: 2px solid;
  border-image: #fff 1;
  font-size: 15px;
}
.social-links strong {
  display: block;
}
.social-links .instagram:hover {
  border-image: linear-gradient(
      45deg,
      #f09433 0%,
      #e6683c 25%,
      #dc2743 50%,
      #cc2366 75%,
      #bc1888 100%
    )
    1;
  color: #fff;
  border-width: 2px;
  border-color: transparent;
}
.social-links .facebook:hover {
  border-color: #4267b2;
  color: #fff;
}
.social-links .twitter:hover {
  border-color: #1da1f2;
  color: #fff;
}
.hero-logo-title img {
  max-width: 500px;
}
.copyright-bar a:hover {
  text-decoration: underline;
}


.info-topics  h2 a {
text-shadow: 0px 1px 1px rgba(1, 36, 13, 0.15), 0px 5px 4px rgba(1, 36, 13, 0.12), 0px 12px 9px rgba(1, 36, 13, 0.09), 0px 20px 15px rgba(1, 36, 13, 0.06), 0px 32px 24px rgba(1, 36, 13, 0.03);
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
a.button,
a.button:visited,
a.wp-block-button__link:not(.has-background) {
  border: 1px solid transparent;
}
button.ghost,
html input[type="button"].ghost,
input[type="reset"].ghost,
input[type="submit"].ghost,
a.button.ghost,
a.button.ghost:visited,
a.wp-block-button__link.ghost:not(.has-background) {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
button.ghost:hover,
html input[type="button"].ghost:hover,
input[type="reset"].ghost:hover,
input[type="submit"].ghost:hover,
a.button.ghost:hover,
a.wp-block-button__link.ghost:not(.has-background):hover {
  background: transparent;
  color: #95bc21;
}
.hero-buttons > * {
  margin: 10px;
}
/* Single Event */
.event-hero {
  border-bottom: 10px solid var(--contrast-3);
  padding-bottom: 15px;
}
.event-hero h1 {
  margin-bottom: 0;
}
.event-hero a {
  color: var(--contrast-2);
  font-size: 15px;
}
.event-hero .support {
	text-transform: uppercase;
	font-size: 35px;
	color: var(--base-2);
}
.event-hero .tour-title {
  display: block;
  font-size: 24px;
  font-family: "Khand", sans-serif;
}
.event-hero .tour-title span::before {
  content: "\00bb";
  color: var(--contrast-3);
  margin-right: 5px;
}
.event-hero .tour-title span::after {
  content: "\00ab";
  color: var(--contrast-3);
  margin-left: 5px;
}
.em-event-single {
  display: flex;
  margin: 0 auto 100px;
  flex-wrap: wrap;
  align-items: flex-start;
}
.em-event-single {
  padding: 0 20px;
}
.em-event-single .event-image img {
  width: 100%;
  border: 5px solid var(--contrast);
}
.details-list {
  list-style: none;
  margin: 0;
  margin-bottom: 20px;
}
.details-list li {
  margin: 0;
  margin: 10px 0;
  padding: 0 20px 10px;
  overflow: hidden;
  border-bottom: 1px solid var(--contrast-3);
  font-size: 15px;
  text-transform: uppercase;
  position: relative;
  padding-left: 150px;
  color: var(--base-2);
}
.details-list li:last-child {
  border-bottom: 0;
}
.details-list li span {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  margin-right: 20px;
  color: var(--base-3);
}
.website-url {
  text-transform: lowercase;
}
/* Eventlist */
.em-events-list {
  display: flex;
  column-gap: 2%;
  flex-wrap: wrap;
}
.em-events-list-grouped h2 {
  width: 100%;
  margin-top: 40px;
}
.em-events-list .event-item {
  margin-bottom: 1vw;
  background-color: #000;
  position: relative;
  overflow: hidden;
}
.event-item {
  width: 100%;
}
.em-events-list .event-item .event-image {
  height: 50vw;
  background-size: cover;
  background-position: center center;
  opacity: 0.8;
  transition: all 400ms ease;
}
.em-events-list .event-item:hover .event-image {
  opacity: 1;
}
.em-events-list .event-item .event-image::before {
  height: 50vw;
  content: "";
  display: inherit;
  background: -moz-linear-gradient(
    top,
    rgba(19, 19, 19, 0) 1%,
    rgba(19, 19, 19, 0) 39%,
    rgba(19, 19, 19, 0.9) 81%,
    rgba(19, 19, 19, 0.9) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(19, 19, 19, 0) 1%,
    rgba(19, 19, 19, 0) 39%,
    rgba(19, 19, 19, 0.9) 81%,
    rgba(19, 19, 19, 0.9) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(19, 19, 19, 0) 1%,
    rgba(19, 19, 19, 0) 39%,
    rgba(19, 19, 19, 0.9) 81%,
    rgba(19, 19, 19, 0.9) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00131313', endColorstr='#e6131313', GradientType=0);
}
.event-inner {
  position: relative;
}
.em-events-list .event-item .abgesagtausverkauft {
  color: #ae1422;
  transform: rotate(45deg);
  z-index: 4;
  position: absolute;
  background-color: var(--base-3);
  padding: 4px 4px 1px;
  right: -35px;
  top: 20px;
  width: 145px;
  text-align: center;
  font-size: 0.85em;
  font-weight: 800;
  transition: all 0.3s linear;
}
.em-events-list .event-item .abgesagtausverkauft span::after,
.em-events-list .event-item .status span::after {
  content: "!";
}
.em-events-list .event-item .status {
  color: #10454f;
  transform: rotate(-45deg);
  z-index: 4;
  position: absolute;
  background-color: var(--base-3);
  padding: 4px 4px 1px;
  left: -30px;
  top: 28px;
  width: 145px;
  text-align: center;
  font-size: 0.75em;
  font-weight: 800;
  transition: all 0.3s linear;
}
.event-meta {
  position: absolute;
  bottom: 15px;
  left: 20px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.event-meta .event-name {
  font-family: "Khand", sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  padding-top: 0;
  line-height: 1;
}

.event-item .support {
  display: block;
  margin-top: 0;
  transition: all 400ms ease;
  line-height: 1.2;
  padding-right: 10px;
  font-weight: 700;
}
.event-item:hover .support {
  display: block;
  margin-top: 0;
}
.photocredit {
  font-size: 15px;
  display: block;
}
.event-presenters {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  border-top: 5px solid var(--contrast-3);
  padding: 15px 0;
  margin: 15px 0;
  font-size: 0.95em;
}
.event-presenters ul {
  list-style: none;
  margin: 0;
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
.event-presenters ul li::after {
  content: ",";
}
.event-presenters ul li:last-child::after {
  content: "";
}
.date-event {
  display: flex;
  gap: 5px;
  text-transform: uppercase;
  background-color: #04572b;
  margin-bottom: 6px;
  padding: 0 10px;
  border-radius: 7px;
}
.month-year-event {
  line-height: 1em;
  font-size: 14px;
  align-self: center;
  font-weight: 700;
}
.year-event {
  font-size: 13px;
}
.event-item .date-event .day-event {
  font-size: 25px;
  font-weight: 900;
  line-height: 1.5;
  transition: all 400ms ease;
}
.event-item:hover .date-event .day-event {
  line-height: inherit;
}
.aenderungen {
  color: #10454f;
  font-weight: 700;
}
.em-event-single .event-desc,
.em-event-single .event-info {
  width: 100%;
}
.em-event-single .event-desc {
  order: 2;
}
.em-event-single .event-desc .abgesagtausverkauft {
  font-weight: 600;
  padding-bottom: 15px;
  border-bottom: 1px solid;
  margin-bottom: 15px;
}
.em-event-single .event-desc .abgesagtausverkauft.Ausverkauft {
  color: var(--contrast-3);
}
.em-event-single .event-desc .abgesagtausverkauft.Abgesagt {
  color: #ae1422;
}
.em-event-single .event-desc .abgesagtausverkauft span::after {
  content: "!";
}
.em-event-single .event-desc .button.Ausverkauft,
.em-event-single .event-desc .button.Abgesagt {
  color: var(--contrast-3);
  text-decoration: line-through;
  cursor: not-allowed;
  border-color: var(--contrast-3) !important;
}
.em-event-single .event-info {
  order: 1;
}
.em-event-single .aenderungen {
  margin-bottom: 25px;
}
.eventnotes {
  margin-top: 25px;
  margin-bottom: 40px;
}

.new-events .em .em-list {
  display: flex;
  flex-direction: column;

}
.new-events .em .em-list a {
	background-color: var(--contrast);
	display: flex;
	color: var(--base-3);
	gap: 10px;
	padding: 10px;
	margin-bottom: 10px;
	align-items: center;
}

.new-events .em .em-list a .event-name {
    font-size: 28px;
    font-family: "Khand", sans-serif;
  font-size: 24px;
  text-transform: uppercase;
}
.new-events .em .em-list a .event-date {
    font-size: 20px;
}


.post-navigation {
  padding: 40px;
}
.nav-links {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.nav-links div a svg {
  top: 6px;
  position: relative;
}
/* FAQ */
.schema-faq-section {
  border: 1px solid var(--contrast-3);
  margin-bottom: 40px;
}
.schema-faq-section .schema-faq-question {
  font-size: 18px;
  background-color: var(--contrast);
  color: #fff;
  padding: 0 15px;
  text-align: center;
  font-weight: 900;
  text-transform: uppercase;
  display: inline-block;
  margin: -2px 0 10px -2px;
}
.schema-faq-section .schema-faq-answer {
  margin-left: 1.5em;
  margin-right: 1.5em;
}
.schema-faq-section .wpcf7-form.init {
  margin: 0 25px;
}
.wpcf7-acceptance .wpcf7-list-item {
  margin: 0 10px 0 0;
}
.cky-preference-content-wrapper .cky-show-desc-btn {
  color: inherit !important;
}
.cky-notice-btn-wrapper .cky-btn {
  font-size: 12px !important;
}
.no-list-style {
  list-style: none;
  margin-left: 0;
}
table,
td,
th {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.adp-popup-type-content .adp-popup-content {
  padding: 20px !important;
}
.trp-ls-language-name {
  padding: 4px 8px;
  border: 1px solid;
  border-radius: 5px;
}
.opacity-10 {
  opacity: 0.1;
}
@media (max-width: 768px) {
  /* Cookie Notice Style */
  #cookie-law-info-bar {
    box-shadow: none !important;
    padding: 30px 25px !important;
  }
  .cli-bar-container {
    max-width: 1100px;
    box-shadow: none;
  }
  .cli-switch input:checked + .cli-slider,
  .cli_action_button:hover,
  .cli-tab-footer .wt-cli-privacy-accept-btn {
    background-color: #95bc21 !important;
  }
  .wt-cli-privacy-accept-btn {
    color: #000 !important;
  }
}
