/* stylesheet for designers */

@media only screen and (max-width: 767px) {
    h1,h2,h3,h4,h5,h6, p {
        -webkit-hyphens: auto;
        -webkit-hyphenate-limit-before: 3;
        -webkit-hyphenate-limit-after: 3;
        -webkit-hyphenate-limit-chars: 6 3 3;
        -webkit-hyphenate-limit-lines: 2;
        -webkit-hyphenate-limit-last: always;
        -webkit-hyphenate-limit-zone: 8%;
        -moz-hyphens: auto;
        -moz-hyphenate-limit-chars: 6 3 3;
        -moz-hyphenate-limit-lines: 2;
        -moz-hyphenate-limit-last: always;
        -moz-hyphenate-limit-zone: 8%;
        -ms-hyphens: auto;
        -ms-hyphenate-limit-chars: 6 3 3;
        -ms-hyphenate-limit-lines: 2;
        -ms-hyphenate-limit-last: always;
        -ms-hyphenate-limit-zone: 8%;
        hyphens: auto;
        hyphenate-limit-chars: 6 3 3;
        hyphenate-limit-lines: 2;
        hyphenate-limit-last: always;
        hyphenate-limit-zone: 8%;
    }
}

.elementor-widget-text-editor b,
.elementor-widget-text-editor strong,
.elementor-icon-box-description b{
	font-weight: 600;
}


/* Icons in Breadcrumbs */

/* --- Basisstil --- */

.breadcrumbs > span > a,
.breadcrumbs > span > a:hover,
.breadcrumbs > span > a:focus,
.breadcrumbs > span > a:visited {
    color: #565655!important;
    font-weight: 500;
}

.breadcrumbs span.current-item {
	color: #868786;
}



.breadcrumbs {
  font-size: clamp(0.9rem, 0.78vi + 0.84rem, 1.25rem)!important;
  line-height: 32px;
}

.breadcrumbs a::before,
.breadcrumbs span.current-item::before {
  vertical-align: middle;
  position: relative;
  top: -1px;
	left: -5px;
}

.breadcrumbs i.fas.fa-arrow-right {
  vertical-align: 0px;
	padding: 0px 20px 0px 15px
}

.breadcrumb-separator {
  display: inline-block;
  width: 27px; /* anpassen */
  height: 16px;
  background: url('/wp-content/uploads/2025/10/breadcrumbs-arrow.svg') no-repeat center;
  background-size: contain;
  vertical-align: middle;
  margin: 0px 20px 0px 15px;
}

/* --- Startseite --- */
.breadcrumbs a.home::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url('/wp-content/uploads/2025/10/icon_finkwg.svg') no-repeat center;
  background-size: contain;
}

/* --- Angebote & Wünsche --- */
.breadcrumbs a[href*="angebote-wuensche"]::before,
.breadcrumbs span.current-item:has(> [content*="angebote-wuensche"])::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url('/wp-content/uploads/2025/09/angebote.svg') no-repeat center;
  background-size: contain;
	opacity: 0.7;
}

/* --- Termine --- */
.breadcrumbs a[href*="termine"]::before,
.breadcrumbs span.current-item:has(> [content*="termine"])::before,
.breadcrumbs span.current-item:has(+ meta[content*="termine"])::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 32px;
  background: url('/wp-content/uploads/2025/09/termine.svg') no-repeat center;
  background-size: contain;
	opacity: 0.7;
}

/* --- Galerie --- */
.breadcrumbs a[href*="galerie"]::before,
.breadcrumbs span.current-item:has(> [content*="galerie"])::before,
.breadcrumbs span.current-item:has(+ meta[content*="galerie"])::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 32px;
  background: url('/wp-content/uploads/2025/09/galerie.svg') no-repeat center;
  background-size: contain;
	opacity: 0.7;
}

/* --- Beitritt --- */
.breadcrumbs a[href*="beitritt"]::before,
.breadcrumbs span.current-item:has(+ meta[content*="beitritt"])::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 32px;
  background: url('/wp-content/uploads/2025/09/beitritt.svg') no-repeat center;
  background-size: contain;
	opacity: 0.7;
}

/* --- Mitgliederbereich --- */
.breadcrumbs a[href*="mitgliederbereich"]::before,
.breadcrumbs span.current-item:has(+ meta[content*="mitgliederbereich"])::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 32px;
  background: url('/wp-content/uploads/2025/10/icon_mitgliederbereich.svg') no-repeat center;
  background-size: contain;
	opacity: 0.7;
}


/* M.E. Calendar Optimized */

body.mec-theme-hello-elementor .mec-container {
  padding: 40px;
}

.mec-single-event .mec-event-content {
  padding: 0px;
  margin-bottom: 10px;
}

.mec-container {
  width: 100%;
  padding: 40px 30px !important;
}

@media only screen and (max-width: 767px) {
  .mec-container {
    padding: 40px 20px !important;
  }
}

@media only screen and (min-width: 1200px),
       only screen and (min-width: 1921px) {
  .mec-container {
    max-width: 1660px !important;
    padding: 40px !important;
  }
}

/* Title Styles */
.mec-wrap .mec-single-title,
.single-mec-events .mec-wrap.mec-no-access-error h1,
body.tax-mec_category h1 {
  margin: 0 0 30px;
  font-weight: 400;
  font-size: clamp(1.8rem, 3.95vi + 1.01rem, 4.96rem) !important;
  line-height: 1.2;
  color: #565655;
}

.mec-event-list-classic .mec-event-title {
  font-size: clamp(1.27rem, 1.59vi + 0.95rem, 2.54rem) !important;
  margin: 10px 0 12px;
  font-weight: 400;
  line-height: 1.4;
  color: #282F04;
  text-transform: none !important;
}

/* Dates & Times */
.mec-event-list-classic .mec-event-date,
.mec-event-list-classic .mec-event-time {
  font-weight: 500 !important;
  font-size: clamp(1.125rem, 0vw + 1rem, 1.125rem) !important;
  line-height: 1.4;
  text-align: left;
  display: inline;
  margin-right: 12px;
}

.mec-event-list-classic .mec-event-date span,
.mec-event-list-classic .mec-event-time .mec-time-details,
.mec-event-list-classic .mec-event-time i,
.mec-event-list-classic i.mec-sl-calendar {
  font-size: clamp(1rem, 0.78vi + 0.84rem, 1.63rem) !important;
  font-weight: 500 !important;
  color: #282F04 !important;
  margin: 0 3px 6px 5px;
  display: inline;
}

/* General Text */
.mec-wrap :not(.elementor-widget-container) > p {
  margin: 0 0 20px;
  color: #171C24 !important;
  font-size: clamp(1rem, 0.78vi + 0.84rem, 1.63rem) !important;
  line-height: 1.5 !important;
  font-weight: 400 !important;
}

.mec-wrap,
.mec-wrap p,
.mec-events-meta-group-booking,
.mec-breadcrumbs,
.mec-single-event .mec-event-meta dd {
  font-family: var(--mec-paragraph-font-family), sans-serif;
  font-weight: 400 !important;
}

/* Meta Info */
.mec-single-event .mec-event-meta .mec-events-event-categories a,
.mec-single-event .mec-event-meta dd {
  font-size: clamp(1rem, 0.78vi + 0.84rem, 1.63rem);
  color: #282F04 !important;
}

.mec-single-event .mec-event-meta h6,
.mec-single-event-sponsor span {
  font-size: clamp(1rem, 0.78vi + 0.84rem, 1.63rem);
  color: #282F04 !important;
  margin: 0;
  padding: 0;
  display: inline-block;
  font-weight: 500;
}

.mec-single-event .mec-event-meta dt,
.mec-single-event .mec-event-meta h3,
.mec-single-modern .col-md-4 .mec-sponsors-details h3,
.mec-sponsors-details .mec-events-single-section-title {
  text-transform: none;
  font-size: clamp(1rem, 0.78vi + 0.84rem, 1.63rem);
  font-weight: 500;
  display: inline;
  color: #565655;
  padding-left: 10px;
}

.mec-event-meta i::before {
  font-size: 24px !important;
  vertical-align: baseline;
}

.mec-single-event .mec-event-meta dd {
  margin: 0;
  padding-left: 38px;
  padding-top: 10px;
}

.mec-event-meta .mec-single-event-additional-organizers dl dd i::before, .mec-event-meta .mec-single-event-location dl dd i::before, .mec-event-meta .mec-single-event-organizer dl dd i::before {
  font-size: 19px !important;
}

.mec-single-event .mec-event-meta .mec-location-url h6 {
 margin-left: -5px;
}

.mec-single-event .mec-event-meta .mec-events-event-categories a {
  color: #A6C60A !important;
}

/* Event Box Styles */
.mec-events-meta-group-booking .mec-booking-shortcode,
.mec-single-event .mec-events-meta-group-booking,
.mec-single-event .mec-frontbox {
  margin-bottom: 30px;
  padding: 20px !important;
    background: #fff;
    border-radius: 30px;
    border: 2px solid #282F04;
}

/* Event List Classic */
.mec-event-list-classic .mec-event-article {
  padding: 30px !important;
  margin-bottom: 30px !important;
  background: #fff;
  border-radius: 30px;
  border: 2px solid #282F04;
	display: flex;
	flex-wrap: wrap;
}

.mec-event-list-classic .mec-event-date {
	order: 4;
	width: auto;
}

.mec-event-list-classic .mec-event-time {
	order: 5;
	width: auto;
}

.mec-event-list-classic .mec-event-title {
	order: 2;
	width: 100%;
}

.mec-event-list-classic .mec-event-detail {
	order: 3;
	width: auto;
}

.mec-event-list-classic .mec-categories-wrapper {
	order: 1;
	width: auto;
		border-radius: 50px;
	background: #282F04;
	padding: 3px 20px;
	pointer-events: none;
}

.mec-event-list-classic .mec-categories-wrapper ul.mec-categories li.mec-category a {
    font-size: clamp(0.9rem, 0.52vi + 0.7rem, 1.2rem)!important;
	font-weight: 500!important;
	color: #ffffff!important;
	line-height: 1.6em;
}

.mec-event-list-classic .mec-categories-wrapper ul.mec-categories li.mec-category a.mec-color-hover:hover {
  color: #ffffff !important;
  cursor: pointer;
}

.mec-event-list-classic .mec-categories-wrapper i {
  display: none;
}

.mec-event-list-classic .mec-event-image {
	display: none;
}

body.home .mec-event-list-classic .mec-event-article {
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  border-radius: 5px;
}

.mec-event-list-classic .mec-event-detail {
  font-size: clamp(1rem, 0.78vi + 0.84rem, 1.63rem) !important;
  font-weight: 500 !important;
  color: #282F04 !important;
  line-height: 1.5 !important;
  margin-right: 15px;
}

.mec-single-event .mec-event-meta dd.mec-organizer-email a, .mec-single-event .mec-event-meta dd.mec-organizer-tel a, .mec-single-event .mec-events-meta-date dd span, .mec-single-event .mec-single-event-additional-organizers dd span, .mec-single-event .mec-single-event-location dd span, .mec-single-event .mec-single-event-organizer dd span {
  display: block;
  padding-left: 34px;
  color: #8d8d8d;
}

.mec-single-event .mec-event-meta .mec-events-address .mec-address, .mec-single-event .mec-event-meta .mec-location-opening-hour span, .mec-single-event .mec-event-meta .mec-location-url span {
  font-size: clamp(1rem, 0.78vi + 0.84rem, 1.63rem);
  display: block;
  line-height: 1.5;
  color: #282F04 !important;
}

.mec-single-event .mec-event-meta dd a {
  color: #A8C60C;
  transition: all .2s ease;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

/* Month Divider */
.mec-month-divider {
  text-align: center;
  margin: 10px 0 20px;
}

.mec-month-divider h5 {
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 20px;
  color: #F39102 !important;
}

body.home .mec-month-divider h5 {
  color: #fff;
}

.mec-month-divider span {
  text-transform: uppercase;
  font-size: clamp(1.42rem, 0.51vw + 1.32rem, 1.73rem) !important;
  font-weight: 700;
  color: #1F2827 !important;
  display: block;
  padding-bottom: 10px;
  position: relative;
}

.mec-month-divider span::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  width: 100px;
  margin-left: -50px;
  border-bottom: 4px solid #40d9f1;
}

.mec-month-divider::after, .mec-month-divider::before {
  content: "";
  flex: 1;
  height: 3px !important;
  background: #F39102 !important;
}

/* Labels */
.mec-wrap .mec-cancellation-reason span,
.mec-wrap .mec-labels-normal .mec-label-normal,
.mec-label-normal.mec-expired-normal-label,
.mec-holding-status-ongoing,
.mec-holding-status-expired {
  font-size: 0.9rem !important;
  font-weight: 700 !important;
  color: #fff;
  padding: 5px 10px !important;
  border-radius: 25px;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 1px;
  display: inline-block;
  white-space: nowrap;
}

.mec-wrap .mec-labels-normal .mec-label-normal.mec-ongoing-normal-label,
.mec-label-normal.mec-expired-normal-label,
.mec-holding-status-ongoing,
.mec-holding-status-expired {
  background-color: #F39102 !important;
}

/* Categories */
ul.mec-categories {
  padding-left: 2px !important;
}

ul.mec-categories li.mec-category {
  list-style: none;
  display: inline-block;
  margin-right: 3px;
}

/* TotalCal Box */
.mec-wrap .mec-totalcal-box {
  border: none !important;
  border-radius: 10px;
  padding: 20px 5px;
  margin: 0 0 20px;
  background: #f2f2f2 !important;
  overflow: hidden;
  min-height: 78px;
}

.mec-wrap .mec-totalcal-box label {
  display: block;
  line-height: 1.5 !important;
  margin-bottom: 4px;
  font-size: 1rem !important;
  color: #171C24 !important;
}

.mec-wrap .mec-totalcal-box input,
.mec-wrap .mec-totalcal-box select,
.mec-checkboxes-search .mec-searchbar-category-wrap,
.mec-wrap .mec-totalcal-box .mec-totalcal-view span {
  width: auto;
  height: 36px;
  line-height: 36px;
  background: #fff;
  font-size: 13px;
  color: #777;
  border: 1px solid #ccc !important;
  margin-bottom: 10px !important;
  float: left;
  padding: 0 5px;
  outline: none;
}

.mec-wrap .mec-totalcal-box i.mec-sl-folder,
.mec-wrap .mec-totalcal-box i.mec-sl-calendar,
.mec-wrap .mec-totalcal-box i.mec-sl-magnifier {
  float: left;
  width: 36px;
  height: 36px;
  background: #fff !important;
  border: 1px solid #ccc !important;
  text-align: center;
  padding: 10px 0;
  font-size: 16px;
  color: #171C24 !important;
}

/* Buttons */
.mec-load-more-button {
  font-size: 0.89rem !important;
  font-weight: 700 !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #94A98C !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 4px !important;
  padding: 0 28px;
  margin-bottom: 20px;
  cursor: pointer;
  line-height: 40px;
  height: 42px;
  display: inline-block;
  transition: all .21s ease;
}

.mec-load-more-button:hover {
  background: #456363 !important;
}

/* Misc */
.mec-breadcrumbs {
  border-radius: var(--mec-secondary-border-radius);
  padding: 6px 15px;
  font-size: 1.25rem;
  color: #666;
  margin: 0 !important;
  border: none !important;
}

.mec-breadcrumbs a,
.mec-breadcrumbs .mec-current {
  font-weight: 500 !important;
}

.mec-skin-list-no-events-container {
  font-weight: 700;
  font-size: clamp(1.42rem, 0.51vw + 1.32rem, 1.73rem) !important;
  color: #1F2827;
  line-height: 1.2;
}

.mec-skin-list-container:has(.mec-month-navigator-loading) .mec-event-list-classic,
.mec-skin-list-container:has(.mec-loading-events) .mec-event-list-classic {
  opacity: 0.3;
}

.mec-modal-preloader,
.mec-month-navigator-loading {
  position: absolute;
  inset: 0;
  background: none !important;
  border: none;
  z-index: 9;
}

/* Lists in Single Event */
.mec-single-event-description.mec-events-content ol,
.mec-single-event-description.mec-events-content ul {
  margin-bottom: 20px;
}

.mec-single-event-description.mec-events-content li {
  color: #171C24 !important;
  font-size: 1.125rem !important;
  line-height: 1.5 !important;
  font-weight: 400 !important;
}

.mec-single-event .col-md-8,
.mec-single-event .col-md-4 {
	width: 100%;
}

.mec-single-event .mec-event-meta {
	display: flex;
	flex-wrap: wrap;
	width: fit-content;
}

.mec-single-event .mec-event-meta .mec-single-event-date,
.mec-single-event .mec-event-meta .mec-single-event-time {
	display: flex;
	flex-wrap: nowrap;
	width: auto;
}

.mec-single-event .mec-event-meta .mec-date,
.mec-single-event .mec-event-meta .mec-time,
.mec-single-event .mec-event-meta .mec-time-comment,
.mec-single-event .mec-event-meta .mec-single-event-location > .mec-sl-location-pin,
.mec-single-event .mec-event-meta .mec-single-event-location .mec-location,
.mec-single-event .mec-event-meta .mec-single-event-location .mec-location-url h6,
.mec-single-event .mec-event-meta .mec-single-event-category {
	display: none;
}

.mec-single-event .mec-event-meta .mec-single-event-date dd,
.mec-single-event .mec-event-meta .mec-single-event-time dd {
	padding: 0 10px;
}

.mec-single-event .mec-event-meta .mec-single-event-location {
	width: 100%;
}

.mec-single-event .mec-event-meta .mec-single-event-location dd,
.mec-single-event .mec-event-meta .mec-single-event-location .mec-location-url span {
	padding: 0;
}

.mec-single-event .mec-event-meta .mec-single-event-location .mec-location-url,
.mec-single-event .mec-event-meta .mec-single-event-location .author {
	display: flex;
	padding: 0;
	flex-wrap: nowrap;
	align-items: center;
}

.mec-single-event .mec-event-meta .mec-single-event-location .mec-sl-location-pin::before,
.mec-single-event .mec-event-meta .mec-single-event-location .mec-sl-sitemap::before {
	font-size: 24px !important;
}

.mec-single-event .mec-event-meta .mec-start-date-label,
.mec-single-event .mec-event-meta .mec-single-event-time dd > *,
.mec-single-event .mec-event-meta .mec-single-event-location .mec-location-url a {
	font-weight: 500;
}

/* Time Comment */
.mec-time-comment {
  font-size: 1rem;
  font-weight: 700;
  color: #1453A4;
  display: block;
  width: 100%;
  padding-left: 35px;
}

/* Responsive Fix */
@media only screen and (max-width: 480px) {
  .mec-event-list-classic .mec-event-detail {
    float: none !important;
    width: 100% !important;
  }
}