table.data {
	border: 1px solid #999;
	border-collapse: collapse;
	color: #999;
	font-size: 14px;
	padding: 2px 3px;
	text-align: left;
	margin: 15px 15px 0 0;
}

table.data .tbody {
	display: table-row-group;
}

table.data th { padding: 4px 6px; }
table.data td { padding: 4px 6px; }

table.data td.leicht { background:#060;color:#fff;}
table.data td.mittel { background:#990;color:#fff;}
table.data td.schwer { background:#600;color:#fff;}


table.data td.leicht.diffcolor_brs {
	background:#009;color:#fff;padding:2px;
}
table.data td.mittel.diffcolor_brs {
	background:#900;color:#fff;padding:2px;
}
table.data td.schwer.diffcolor_brs {
	background:#000;color:#fff;padding:2px;
}



table.data td.leicht.diffcolor_grb {
	background:#ff0;color:#000;padding:2px;
}
table.data td.mittel.diffcolor_grb {
	background:#900;color:#fff;padding:2px;
}
table.data td.schwer.diffcolor_grb {
	background:#009;color:#fff;padding:2px;
}

.T501 #geodatamap_container_wrapper {
	width: 100% !important;
	height: 32vw !important;
}
.T501 #geodatamap_container {
	width: 100% !important;
	height: 100% !important;
}

.T501 #map_canvas {
	width: 100% !important;
	height: 100% !important;
}

.T501 .warning {
	color: #999;
	margin: 10px 0px;
	text-align: center;
}

.T501 .hoehenprofil {
	width: 300px;
	padding:15px 15px 0 0;
	float:left;
	margin-right: 40px;
}

.T501 .toureninfo {
	margin: 0 20px 0 0;
	float: left;
}
.T501 .toureninfo:after { display: block; content: ""; clear: left; }
.T501 .toureninfo .info {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #CCC;
}

.T501 .toureninfo .info .head {
	font-size: 12px;
	display: block;
	text-transform: uppercase;
}


.T501 .toureninfo .info .text {
	font-size: 20px;
}

.T501 .downlaod {
	width: 165px;
	padding:0;
	float:right;
}



@media all and (min-width: 1024px) and (max-width: 1279px) {

}

@media all and (min-width: 768px) and (max-width:1023px) {

}

@media all and (min-width: 568px) and (max-width: 767px) {

}

@media all and (max-width: 567px) {
	.T501 #geodatamap_container_wrapper {
		height: 50vw !important;
	}
	.T501 .hoehenprofil {
		width: 280px !important;
	}
	.T501 .hoehenprofil > div {
		width: 100% !important;
	}

	.T501 .hoehenprofil > div img {
		width: 100% !important;
		height: auto !important;
	}
}

