button,
form button[type="submit"] {
  background-color: var( --e-global-color-primary );
}
button:hover,
form button[type="submit"]:hover {
  background-color: var(--nv-secondary-accent);
}
@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
address {
  font-style: inherit;
}
h3 {
  line-height: 1.2 !important;
}
#menu-item-wpml-ls-3-en > a,
#menu-item-wpml-ls-3-de > a,
.menu-item-wpml-ls-3-en > a,
.menu-item-wpml-ls-3-de > a {
  color: grey !important;
}
#menu-item-wpml-ls-3-en > a:hover,
#menu-item-wpml-ls-3-de > a:hover,
.menu-item-wpml-ls-3-en > a:hover,
.menu-item-wpml-ls-3-de > a:hover {
  color: #cdcdcd !important;
}
.footer-top-inner {
  background-color: inherit;
}
.footer-top-inner a:not(.button) {
  color: var( --e-global-color-primary );
}
.builder-item--footer_copyright {
  padding-left: 0;
}
.site-footer .builder-item {
  padding-right: 10px;
  padding-left: 10px;
  margin-top: 20px;
  margin-bottom: 40px;
}
.tribe-events-widget-events-list__events {
  display: flex;
  gap: 30px;
}
.tribe-events-widget-events-list__event-title {
  line-height: 1;
  font-size: 150%;
}
div.tribe-events-widget-events-list__event-row {
  padding: 30px;
}
.tribe-common--breakpoint-medium.tribe-events-widget .tribe-events-widget-events-list__event-row {
  margin-bottom: 0;
}
.tribe-common .tribe-common-c-svgicon--messages-not-found {
  margin-right: 6px;
}
.tribe-events-widget-events-list__event-row {
  width: 32%;
  box-sizing: border-box;
  background-color: white;
  box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.05);
}
.sfr-event-header {
  width: 100%;
  height: 400px;
  background: #f8f9fa url('/wp-content/themes/neve-child/assets/img/Headeranimationen_01_Ueber_die_Stiftung.jpg') center center no-repeat;
  background-size: cover;
  opacity: 0.5;
  margin-bottom: 50px;
}
.sfr-event-title {
  color: #EB5B1E;
  line-height: 1;
  font-size: 2.6em;
  margin-bottom: var(--tec-spacer-4);
  max-width: 950px;
}
.sfr-events-widget-area > :last-child {
  margin-bottom: 4rem;
}
.sfr-events-widget-area h1 {
  color: #EB5B1E;
  font-size: 4em;
  margin-bottom: 1em;
}

.tribe-events-single {
  max-width: 1410px;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  /*padding: 20px;*/
  box-sizing: border-box;
  flex-direction: column;
}
.tribe-events-event-meta.primary {
  order: 1;
  width: 100%;
  line-height: 1.1;
  margin-bottom: var(--tec-spacer-8);
  flex-direction: column;
}
.tribe-events-event-meta.primary .tribe-events-meta-group {
  padding: 0;
  width: 100%;
  margin-bottom: var(--tec-spacer-4);
}
.tribe-common button,
.tribe-events .tribe-events-c-top-bar__nav-link {
  padding: 12px 15px 8px 15px;
  border-radius: 3px;
  color: white;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search {
  gap: 20px;
}
.tribe-events-c-top-bar__nav-link--prev,
.tribe-events-c-top-bar__nav-link--next {
  background-color: grey;
}
.tribe-events-c-top-bar__nav-link--prev:hover,
.tribe-events-c-top-bar__nav-link--next:hover {
  background-color: #cdcdcd;
}
.tribe-events .tribe-events-calendar-list__event-title-link,
.tribe-events .tribe-events-calendar-list__event-title-link:focus,
.tribe-events .tribe-events-calendar-list__event-title-link:hover,
.tribe-events .tribe-events-calendar-list__event-title-link:visited {
  color: var( --e-global-color-primary );
}
.tribe-events-calendar-list__event-date-tag {
  color: white;
}
.tribe-events-calendar-list__event-date-tag::before {
  content: '';
  width: 60%;
  height: auto;
  padding-top: 60%;
  position: absolute;
  background-color: var( --e-global-color-primary );
  top: 0;
  left: 0;
  margin: 0;
  transform: translate( 34%, -18% ) rotate(-6deg);
  z-index: -10;
}
.tribe-events-calendar-list__event-date-tag-datetime {
  line-height: 1.2;
}
/* mobile:
  width: 76%;
  padding-top: 76%;
  translate( 16%, 9% ) rotate(-6deg); */
.nv-comment-content a, .nv-content-wrap a:not(.button):not(.wp-block-file__button) {
  text-decoration: none;
}


.tribe-events-calendar-list__event-title > a {
  font-size: inherit;
}

@media (max-width: 900px) {
  .tribe-events-widget-events-list__events {
    display: block;
    gap: 30px;
  }
  .tribe-events-widget-events-list__event-row {
    width: auto;
  }
  .tribe-common--breakpoint-medium.tribe-events-widget .tribe-events-widget-events-list__event-row {
    margin-bottom: var(--tec-spacer-4);
  }
}
@media (max-width: 1025px) {
  .site-footer .builder-item {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media (max-width: 784px) {
  .tribe-events-calendar-list__event-date-tag::before {
    width: 65%;
    padding-top: 65%;
    transform: translate( 28%, 0% ) rotate(-6deg);
  }
}
