.ob_event_grouped {
  border: 1px solid #ddd;
  background-color: #fcfcfc;
}
.ob_event_grouped h2.ob_event_list_header {
  font-size: 15px;
  background-color: var(--e-global-color-primary);
  color: white;
  display: inline;
  margin: 0;
}
.ob_eventlink {
  color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-size: var(--e-global-typography-primary-font-size);
  font-weight: var(--e-global-typography-primary-font-weight);
  line-height: var(--e-global-typography-primary-line-height);
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  border-bottom: 1px solid var(--e-global-color-secondary);
}
.prevnextYearEvent {
  width: 25%;
  background-color: var(--e-global-color-secondary) !important;
}
.prevnextYearEvent a {
  color: white !important;
  font-size: 13px;
  text-decoration: none !important;
}
.ob_event_list_headertable td {
  padding-top: 3px;
  padding-bottom: 3px;
  text-align: center;
}

/**
  Calendar
**/
.em-calendar.fullcalendar thead {
  display: none;
}

.calender_link {
  font-size: 10px;
}
.em-calendar.fullcalendar td:not(.days-names td) {
  width: 14%;
  min-height: 80px;
  height: 80px;
  border-color: #ccc;
  background-color: white;
  border-width: 2px;
}
.em-calendar.fullcalendar td > a {
  font-size: 12px;
  font-weight: bold;
}
.eventful ul {
  padding-left: 0px;
}
.eventful p {
  max-height: 15px;
  height: 15px;
  overflow: hidden;
}

.days-names td {
  border: none !important;
  background-color: white !important;
  color: #474747;
  font-weight: bold;
}
.em-calendar.fullcalendar tr:not(.days-names) {
  background-color: #ccc;
}
.em-calendar.fullcalendar tr:not(.days-names):hover {
  background-color: #ccc;
}
.eventless-pre,
.eventless-post {
  background-color: #d4d8d8 !important;
  color: black !important;
  font-size: 12px;
  font-weight: bold;
}
.em-calendar.fullcalendar tr:nth-of-type(2) {
  border-top: 20px #ccc solid;
}
.em-calendar.fullcalendar tr:last-of-type {
  border-bottom: 20px #ccc solid;
}
.eventless-today > a,
.eventful-today > a {
  padding: 4px;
  color: white !important;
  background-color: #ff3b30 !important;
  border-radius: 100%;
}
.eventless-today > a:hover,
.eventful-today > a:hover {
  padding: 4px;
  color: #ff3b30 !important;
  background-color: white !important;
  border-radius: 100%;
  border: 1px solid #ff3b30;
}
.eventful a {
  color: var(--e-global-color-secondary) !important;
}
.eventful p {
  background-color: #e4e8e8;
  border-left: 3px #fff18a solid;
  border-bottom: 1px #fff18a solid;
}
.eventful p > a {
  color: #474747 !important;
  text-decoration: none !important;
}
.eventful p:hover {
  background-color: #f7f7f7;
}
.calendartime-buttonwrap {
  text-align: right !important;
  padding-bottom: 10px;
}
.calendartime-buttonwrap a {
  text-align: right !important;
  text-decoration: none !important;
}
.calendartime-button.active,
.calendartime-button:hover,
.calendartime-button:active {
  background-color: #ba1818;
  color: white;
}
.calendartime-button {
  padding: 8px 12px 7px 12px;
  border-radius: 0;
  font-size: 14px;
  background-color: #eee;
  color: #1e355e;
  border-color: #eee;
}
.month_title {
  display: inline-block;
  font-size: 2em;
}
.month_title_year {
  display: inline-block;
  padding-left: 6px;
  font-size: 1.5em;
}
#rechtliches {
  background-color: #ffd2d3 ;
  padding: 8px;
  margin-bottom: 50px;
}
