/* Ludger Stammermann - Stammermann Media - Stapelfelder Kirchstrasse 1 - 49661 Cloppenburg*/
/* montserrat-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/montserrat-v29-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-v29-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/montserrat-v29-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/montserrat-v29-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/montserrat-v29-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/montserrat-v29-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/montserrat-v29-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


@media (min-width: 1025px) {
.is-mobile {
	display: none !important;
}
.eb-event-title-container {
	margin: 0;
	color: #fff;
	padding: 10px 20px;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
.is-mobile {
	display: none !important;
}
.eb-event-title-container {
	margin: 0;
	color: #fff;
	padding: 10px 20px;
}
}

@media (min-width: 320px) and (max-width: 767px) {
.is-desktop {
	display: none !important;
}
.eb-event-title-container {
	margin: 0;
	color: #fff;
	padding: 0px 0px 5px 0px;
}
.eb-events-list-items .eb-event-item-list-layout {
  box-shadow: none;
  border-radius: 0px;
  padding: 15px 10px;
  background: #333;
}
.eb-taskbar {
  margin: 0;
    margin-bottom: 0px;
  list-style: none;
  display: none;
}
.h2, h2 {
  font-size: 22px;
}
.table > :not(caption) > * > * {
  color: inherit;
}
/* Belegungsliste */
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  --bs-gutter-x: 0.5rem;
}
.mt-5 {
  margin-top: 1rem !important;
}
.table {
  font-size: 14px;
}
}

/* Allgemein */
body {
  font-family: 'Montserrat';
  font-size: 16px;
  line-height: 1.6em;
  hyphens: auto;
}
a, a:hover {
	color: inherit;
}

/* Header */

/* Navi */
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  font-size: 16px;
  text-transform: none;
  padding: 0 20px;
}
/* Unternavi */

/* Event Booking */
.col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
    border-bottom: 1px solid #fff;
}
.eb-event-category {
  background-color: #fff;
  color: #000000;
  font-weight: 700;
  display: inline-block;
  padding: 0.3rem 1rem;
  font-size: 14px;
  margin-top: 30px;
}
.eb-event-date-time {
  background-color: #A31214;
  color: #ffffff;
  font-weight: 700;
  display: inline-block;
  padding: 0.3rem 1rem;
  font-size: 14px;
}
.fa-folder-open::before {
  display: none;
}
.eb-search-bar-container {
  background-color: transparent;
}
.extcal_minical .extcal_navbar {
  background: #a31214;
}
.page-item.active .page-link {
  background-color: #000;
  border-color: #000;
}
.eb-event-large-image {
  margin: 0 0 20px;
  max-width: 50%;
}
.btn-primary, .sppb-btn-primary {
  border-color: #242424;
  background-color: #a31214;
  margin-bottom: 20px;
  padding: 0.5rem 3.85rem;
  border-radius: 0;
  font-weight: 700;
  font-size: 14px;
}
.btn-primary:hover, .sppb-btn-primary:hover {
  border-color: #0d0d0d;
  background-color: #a31214;
}
.btn-secondary, .sppb-btn-secondary {
  border-color: #242424;
  background-color: #ffffff;
  color: #000;
  margin-bottom: 20px;
  padding: 0.5rem 3.85rem;
  border-radius: 0;
  font-weight: 700;
  font-size: 14px;
}
.btn-secondary:hover, .sppb-btn-secondary:hover {
  border-color: #0d0d0d;
  background-color: #a31214;
}
/* Event Booking mobile */
.ebm-upcoming-events .ebm-event-link {
  font-size: 100%;
  color: #fff;
}
.fa.fa-calendar::before {
  color: #fff;
}
.ebm-upcoming-events li, .ebm-upcoming-events > div {
  color: #fff;
  padding: 25px;
}

/*Widgetkit*/
.uk-scope .uk-card-primary {
  background-color: #a31214 !important;
}
.uk-scope .uk-light .uk-button-primary:hover {
  background-color: #fff;
  color: #888;
}
.eb-box-heading {
  border-radius: none;
  color: #fff;
  background: #a31214;
  border: none;
}
/*Convertforms*/
.convertforms .cf-input[type="checkbox"], .convertforms .cf-input[type="radio"] {
  margin: 0 10px 0px 0;
}
.convertforms .cf-checkbox-group, .convertforms .cf-radio-group {
  align-items: baseline;
}
/* Content */

/* Tabellen */
.table-striped > tbody > tr:nth-of-type(2n+1) > * {
  --bs-table-accent-bg: #a31214;
  color: #fff;
  padding: 3px 10px;
}
/* Module */

/* Footer*/
