@charset "utf-8";

.difficulty div {
	background: url('/grafik/difficulty_sprites.png') no-repeat right top;
	display: inline-block;
	margin: 1px 0;
	text-align: left; text-indent: -9999em;
	width: 80px; height: 16px;
}
.difficulty .s5 { background-position: right -64px; }
.difficulty .s4 { background-position: right -48px; }
.difficulty .s3 { background-position: right -32px; }
.difficulty .s2 { background-position: right -16px; }
.difficulty .s1 { background-position: right top; }

#filter { margin: 1em 0 0.5em 0; }
#filter label {
	float: left;
	width: 25%;
}
#filter .slider {
	float: left;
	margin: 5px 0;
	width: 52%;
}
#filter input {
	background: transparent;
	border: 0;
	float: right;
	padding-right: 5px;
	text-align: right;
	width: 15%;
}
#difficulty { margin-right: 20px; }
#filter div.right {
	text-align: left;
	width: 20px;
}
#info { text-align: right; }

#uebersicht { margin: 1em 0; }
#uebersicht tr:not(:first-child):hover {
	background: #579a04; background-color: rgba(87,154,4,0.75);
}
#uebersicht tr th:first-child { border-top-left-radius: 2px; border-bottom-left-radius: 2px; }
#uebersicht tr td:last-child { border-top-right-radius: 2px; border-bottom-right-radius: 2px; }
#uebersicht th, #uebersicht td {
	padding: 8px 4px;
	vertical-align: middle;
}
#uebersicht th a {
	border: 0;
	color: #2a2a2a; font-weight: normal;
}
#uebersicht th a:hover {
	background: transparent;
}
#uebersicht td { text-align: right; }

.tourdaten {
	float:left;
	margin: 0.8em 0 0 4.242%; padding: 0;
	text-align: left;
	width: 35.606%; 
}
div.tourtext { width: 60%; float: left; }
.tourdaten dt, .tourdaten dd { margin: 0; padding: 0; }
.tourdaten dt { font-weight: bold; }

.tourdaten h3 { margin: 0.5em 0; }

#tourdetail .tourdaten table th { vertical-align: top; }

.iframe {
	border: 0;
	width: 100%; height: 750px;
}

@media (max-width:701px) { 

	.difficulty div { margin: 1px 8px 1px 0; }
    .tourdaten { width: 100%; margin: 0 0 0 0;  }
    div.tourtext { width: 100%; margin: 0 0 4.242% 0;  }

}