.ui-page-theme-a a, html .ui-bar-a a, html .ui-body-a a, html body .ui-group-theme-a a {
    color: black;
    font-weight: normal;
}
.ui-page-theme-a a:visited, html .ui-bar-a a:visited, html .ui-body-a a:visited, html body .ui-group-theme-a a:visited {
    color: black;
}
.ui-page-theme-a a:hover, html .ui-bar-a a:hover, html .ui-body-a a:hover, html body .ui-group-theme-a a:hover {
    color: black;
}
.ui-page-theme-a a:active, html .ui-bar-a a:active, html .ui-body-a a:active, html body .ui-group-theme-a a:active {
    color: red;
}
.menu-list li:active{
	background-color: #bcbcbc;
}

#content form:active{
	background-color: #bcbcbc;
}

div.container-table div:active{
	background-color: #bcbcbc;
}

.spieltag{
	background-color: #E5E5E5;
	border-bottom: 1px solid grey;
}

.spieltag:nth-child(2n){
	background-color: white;
	border-bottom: 1px solid grey;
}

.swiper-container {
    width: 100%;
}      