/* css fev */


#fevdeb {
    display: none;
    font-size: 0.8rem;
}

/* fek kalender*/
.fek-title {
	color: #575757;
	font-size: 0.875rem;
	font-weight: 900;
	margin: 0 0 18px;
	padding-top: 7px;
	text-transform: uppercase;
}
.fek-cal-tab {
    display: table;
	color: #575757;
    width: 100%;
    border-collapse: collapse;
}
.fek-cal-row {
    display: table-row;
}
.fek-cal-col {
    display: table-cell;
    width: 14.28%;
    text-align: center;
    border: 1px solid #cccccc;
}
.fek-cal-col-month {
    display: table-cell;
    width: 64%;
    text-align: center;
    border: 1px solid #cccccc;
}
.fek-cal-col-control {
    display: table-cell;
    width: 18%;
    text-align: center;
    border: 1px solid #cccccc;
}
.fek-cal-today {
    background-color: #9e9d9d;
}
.fek-cal-outday {
    color: #cccccc;
}
.fek-cal-nav {
    color: #ef0000;
    cursor: pointer;
}
.fek-cal-col a {
    color: #ef0000;
    text-decoration: none;
}
.fek-cal-col a:link {
  color: #ef0000;
  text-decoration: none;
}
.fek-cal-col a:visited {
  color: #ef0000;
  text-decoration: none;
}  
.fek-cal-col a:hover {
  color: #eeee22;
  text-decoration: none;
}
/* fek end */

/* fel liste */
/* layout1 */
.fel-title {
	color: #575757;
	font-size: 1.0rem;
	font-weight: bold;
	margin: 20px 0px 10px 0px;
	padding-top: 7px;
	text-transform: uppercase;
}
.fel-event-title {
	color: #2b2b2b;
	font-size: 0.875rem;
	font-weight: 900;
	margin: 10px 0 3px 0px;
}
.fel-date {
	color: #2b2b2b;
	font-size: 0.875rem;
	margin: 0 0 0px 0px;
}
.fel-location {
	color: #2b2b2b;
	font-size: 0.875rem;
	margin: 0 0 0px 20px;
}
.fel-more-link {
	margin-top: 15px;
}

.fel-event-title a {
    color: #be0a26;
    text-decoration: none;
}
.fel-event-title a:link {
  color: #be0a26;
  text-decoration: none;
}
.fel-event-title a:visited {
  color: #be0a26;
  text-decoration: none;
}  
.fel-event-title a:hover {
  color: #be0a26;
  text-decoration: underline;
}

.fel-more-link a {
    color: #be0a26;
    text-decoration: none;
}
.fel-more-link a:link {
  color: #be0a26;
  text-decoration: none;
}
.fel-more-link a:visited {
  color: #be0a26;
  text-decoration: none;
}  
.fel-more-link a:hover {
  color: #be0a26;
  text-decoration: underline;
}
/* layout1 end */

/* fel liste */
/* layout3 */

.tx-freeevent input[type="submit"] {
    border: none;
    padding: 5px 0px;
    margin-top: 6px;
    font-size: 1.0rem;
    cursor: pointer;
}
.tx-freeevent input[type="submit"].act {
  font-weight: bold;
}

/* layout3 end */

.fev-filter-title {
    font-size: 1.1rem;
}
.fev-filter {
    display: inline-block;
}
.fev-filter-input {
    display: inline-block;
    min-width: 100px;
}
.fev-filter-input input{
    display: inline-block;
    width: auto;
}
.fev-filter-button {
    display: inline-block;
    padding: 5px 8px;
    margin-right: 20px;
    background-color: #d8d8d8;
}
.fel-event-website a {
    font-size: 0.9rem;
    color: #4a7ed0;
    margin: 8px0px 6px 0px;
}
.fel-tags {
    display: flex;
}
.fel-tag-icon {
    width: 20px;
    height: 3px;
    margin-right: 2px;
}
.fel-bg-highlights {
    background-color: #d20000;
}
.fel-bg-disability {
    background-color: #d0c902;
}
.fel-bg-tipp {
    background-color: #002ed4;
}
.fel-bg-indoor {
    background-color: #f79f00;
}
.fel-bg-outdoor {
    background-color: #00b527;
}


.fel-show-title {
    font-size: 1.4rem;
    margin: 15px 0px 20px 0px;
}
.fel-show-subtitle {
    font-size: 0.9rem;
    margin: 3px 0px 3px 0px;
    font-style: italic;
    color: #044479;
}
.fel-show-text {
    font-size: 1rem;
    margin: 0px 0px 2px 0px;
}
.fel-show-text-small {
    font-size: 0.9rem;
    margin: 0px 0px 2px 0px;
}

ul.f3-widget-paginator {
    list-style: none;
    margin: 5px 0px;
}
.f3-widget-paginator:after {
    content: " ";
    display: table;
    clear: both;
}
.f3-widget-paginator li {
    float: left;
    background-color: #cccccc;
    padding: 3px;
    margin-right: 5px;
}

.tmap_freeevent {
    width: 100%;
    height: 350px;
}

