.ui-page {
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

#index,
#en {
	background-image: url(../images/hintergrund_1.jpg);
}

#lage {
	background-image: url(../images/hintergrund_2.jpg)
}

#alt {
	background-image: url(../images/hintergrund_3.jpg);
}

#rechtliches {
	background-image: url(../images/hintergrund_1.jpg);
}

#gallery {
	background-image: url(../images/hintergrund_2.jpg);
}

#ausschreibung {
	background-image: url(../images/hintergrund_3.jpg);
}

#bahndaten {
	background-image: url(../images/hintergrund_2.jpg);
}

#startlisten {
	background-image: url(../images/hintergrund_2.jpg);
}

#programmheft {
	background-image: url(../images/hintergrund_1.jpg);
}

#ergebnisse {
	background-image: url(../images/hintergrund_3.jpg);
}

#news,
.ui-page.news {
	background-image: url(../images/hintergrund_1.jpg);
}

#dmlang {
	background-image: url(../images/hintergrund_dmlang.jpg);
}

#dcup {
	background-image: url(../images/hintergrund_dcup.jpg);
}

#dpt {
	background-image: url(../images/hintergrund_dpt.jpg);
}

.events li {
    white-space: normal !important;
    word-wrap:break-word;
    overflow-wrap: break-word;
}

#lage .ui-content {
	padding: 0;
	line-height: 1;
	text-shadow: none;
}

#glMap {
	border: 0 !important;
	width: 100%;
}

#glMap .map {
	width: 100%;
	height: 250px;
	background: transparent;
}

.willkommen,
.weitere-details-demnaechst,
.logo {
	text-align: center;
}

.logo.dm img {
	width: 80%;
	max-width: 30cm;
}

.logo.stier img {
	width: 250px;
	max-width: 50%;
	height: auto;
	box-shadow: 3px 3px 5px #808080;
}

#gallery .gallery .pictures {
	text-align: center;
}

#gallery .imglink {
	margin: 5px;
	box-shadow: 2px 2px 3px #808080;
	background-color: #808080;
	border-radius: 5px;
	width: 256px;
	height: 256px;
	display: inline-block;
	padding: 3px;
	line-height: 250px;
}

#gallery .imglink img {
	vertical-align: middle;
}

#gallery .imglink img.no-thumbnail {
	max-width: 250px;
	max-height: 250px;
}

.ui-listview > li.article p {
	text-overflow: initial;
	white-space: normal;
}

.news.ui-listview .ui-btn {
	font-size: 12px;
}

.news .article-header .date::after {
	content: ":";
}

.news .article-header .date {
	margin-right: 0.5em;
}

table.zeitplan th {
	padding-right: 0.5em;
	text-align: left;
}

.ui-header .en {
	background-image: url(../images/en.png);
	background-position: center;
	background-repeat: no-repeat;
}

.ui-header .de {
	background-image: url(../images/de.png);
	background-position: center;
	background-repeat: no-repeat;
}

#globalmenu-popup .en {
	background-image: url(../images/en-klein.png);
	background-position: 4px center;
	background-repeat: no-repeat;
	padding-left: 40px;
}

.supporters {
	margin: 1em;
	padding: 0.5em;
	text-align: center;
}

.supporters p {
	text-align: left;
}

.supporters > span {
	padding: 0.5em;
	margin: 0.5em;
	border: 1px solid black;
	border-radius: 0.5em;
	box-shadow: 2px 2px 3px #808080;
	display: inline-block;
	vertical-align: middle;
	background-color: white;
}

.supporters .wrapper {
	width: 150px;
	height: 150px;
	line-height: 150px;
	display: inline-block;
}

.supporters  .wrapper img {
	vertical-align: middle;
}

.supporters .logo {
	height: auto;
	width: auto;
	max-width: 150px;
	max-height: 150px;
}

.supporters a {
	text-decoration: none;
}