<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* css fev */


#fevdeb {
    display: none;
    font-size: 0.8rem;
}

/* fel liste */
/* layout1 */
.fel-title {
	border-top: 5px solid #000000;
	color: #2b2b2b;
	font-size: 0.875rem;
	font-weight: 900;
	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: #ef0000;
    text-decoration: none;
}
.fel-event-title a:link {
  color: #ef0000;
  text-decoration: none;
}
.fel-event-title a:visited {
  color: #ef0000;
  text-decoration: none;
}  
.fel-event-title a:hover {
  color: #eeee22;
  text-decoration: none;
}

.fel-more-link a {
    color: #ef0000;
    text-decoration: none;
}
.fel-more-link a:link {
  color: #ef0000;
  text-decoration: none;
}
.fel-more-link a:visited {
  color: #ef0000;
  text-decoration: none;
}  
.fel-more-link a:hover {
  color: #eeee22;
  text-decoration: none;
}
/* layout1 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.9rem;
    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;
}

</pre></body></html>