
.alp {
	width: 100%;
	float: left;
	border-collapse: collapse;
	border: 1px solid #E1E3EA;
}

.alp_top {
	float: left;
	width: 100%;
	background-color: #F0F1F4;
	padding: 16px 30px;
}

.alp_bottom {
	float: left;
	width: 100%;
	background-color: #E1E3EA;
	padding: 22px 24px 16px 32px;
}

.cmb.plain, .cmb > span {
	font-family: Verdana, sans-serif;
	color: #6E727A;
}

.cmb ul li:hover {
	background-color: #E1E3EA;
	color: #6E727A;
}

.alp_left, .alp_right {
	float: left;
	width: 47.5%;
}

.alp_left {
	padding-right: 2.5%;
}

.alp_right {
	padding-left: 2.5%;
}

.alp_top .alp_title {
	float: left;
	width: 100%;
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	color: #444;
	padding-bottom: 16px;
}

#alp_distance, #alp_duration {
	float: left;
	width: 100%;
	margin: 32px 0 0 0;
	border: none;
	border-radius: 0;
	background-image: none;
	background-color: #CDD0DC;
	height: 4px;
	z-index: 0;
}

.alp .ui-slider-range {
	background-color: #CDD0DC;
	background-image: none;
}

.alp .ui-slider-handle {
	background: url(alp_slider_left.png) center center no-repeat transparent;
	border: none;
	height: 16px;
}

.alp .ui-slider-horizontal .ui-slider-handle:last-child {
	background: url(alp_slider_right.png) center center no-repeat transparent;
	margin-left: -12px;
}

.alp .ui-corner-all {
	border-radius: 0;
}

.alp .ui-slider-horizontal .ui-slider-handle {
	top: -1.1em;
	margin-left: -1px;
}

#alp_distance_display, #alp_duration_display {
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 8px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #444;
}

.alp_bottom .alp_left a {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #444;
	font-weight: bold;
}

body.winter .alp_bottom .alp_left a {
	color: #444;
}

.alp_filter {
	float: right;
	width: 132px;
	height: 31px;
	background: url(alp_filter_bg.png) center center no-repeat transparent;
	background-color: #83C531;
	border: none;
	font-family: 'Oswald', sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	text-align: left;
	text-indent: 4px;
}

body.winter .alp_filter {
	background-color: #0097D9;
}

.alp_list {
	float: left;
	width: 100%;
}

.alp_list .art_element {
	background: none;
	margin: 16px 0 0 0;
	width: 100%;
	font-size: 12px;
	padding: 0;
}

.alp_list .art_inner {
	width: 100%;
	border: 1px solid #E1E3EA;
	background-color: #F0F1F4;
}

.alp_list .alp_el_image {
	float: left;
	width: 29%;
	position: relative;
	z-index: 1;
}

.alp_list .alp_el_image > img {
	width: 100%;
}

.alp_list .alp_el_icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 32px;
	height: 32px;
	z-index: 10;
	background-position: left -5px;
	background-repeat: no-repeat;
}


.alp_list .alp_el_desc {
	float: left;
	width: 67%;
	padding: 16px 2% 8px 2%;
}

.alp_list .alp_el_desc_line {
	float: left;
	width: 100%;
}

.alp_list .alp_el_desc_key {
	float: left;
	width: 30%;
	font-weight: bold;
}

.alp_list .art_headline {
	font-family: 'Oswald', sans-serif;
	color: #454545;
}

body.winter .alp_list .art_headline {
	color: #454545;
}

.alp_list a.alp_el_link {
	float: right;
	width: 132px;
	height: 31px;
	margin-top: 16px;
	text-indent: 16px;
	line-height: 32px;
	background: url(tour_link.png) center center no-repeat transparent;
	background-color: #83C531;
	font-family: 'Oswald', sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
}

.alp_list a.alp_el_link:hover {
	color: #FFF;
}

body.winter .alp_list a.alp_el_link {
	background-color: #0097D9;
	color: #FFF;
}

ul.alp_pager {
	float: right;
	list-style-type: none;
	list-style-image: none;
	margin-top: 24px;
}

ul.alp_pager li {
	float: left;
	padding: 0 10px;
	margin-left: 5px;

	background-color: #87C836;
	border: 1px solid #659D00;
	box-shadow: 4px 4px 6px -2px #5E8B25 inset;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

ul.alp_pager li.clickable {
	color: #000;
	cursor:pointer;
	background: url("btn_back_bg.png") repeat-x scroll 0 0 transparent;
	border: 1px solid #D2D2D2;
	box-shadow: none;
}

ul.alp_pager li.clickable .wide {
	min-width: 20px;
}

body.winter ul.alp_pager li.clickable {
	color: #000;
	border: 1px solid #D2D2D2;
	box-shadow: none;
}

body.winter ul.alp_pager li {
	background-color: #0097D9;
	border: 1px solid #0097D9;
	box-shadow: 4px 4px 6px -2px #006490 inset;
	color: #FFFFFF;
}

/* tablet */
@media only screen and (max-width: 850px) {
	.alp {
		border: 1px dotted #f00;
	}

	.alp_top {
		padding: 18px 32px 24px 32px
	}

	.alp_bottom {
		padding: 12px 16px 12px 32px;
	}

	.alp_top .alp_left,
	.alp_top .alp_right {
		width: 100%;
		padding: 0;
	}

	.alp_top .alp_left .cmb,
	.alp_top .alp_right .cmb {
		margin-bottom: 16px;
	}

	.alp_top .alp_left .cmb {
		z-index: 10;
	}

	#alp_distance, #alp_duration {
		margin-top: 24px;
	}


	#alp_distance_display, #alp_duration_display {
		padding-top: 2px;
	}

	.alp_list .art_element .acc {
		display: block;
		background-image: url("close.png");
		background-size: 23px 23px;
		-webkit-background-size: 23px 23px;
		right: 0;
	}

	.alp_list .art_element.closed .acc {
		display: block;
		background-image: url("open.png");
	}

	.art_element.closed > * {
		display: none;
	}

	.art_element.closed > .art_headline {
		display: block;
	}

	.alp_list .art_element {
		background-color: #F0F1F4;
		padding: 16px 20px;
	}

	.alp_list .art_headline {
		padding: 0;
	}

	.alp_list .art_inner {
		padding-top: 20px;
		border: none;
	}

	.alp_list .alp_el_link {
		padding: 0;
	}


	.alp_list .alp_el_image {
		width: 50%;
		margin: 0 25%;
	}
	
	.alp_list .alp_el_desc {
		width: 100%;
		padding: 16px 2%
	}

}

/* mobile */
@media only screen and (max-width: 480px) {
	.alp {
		border: 1px dotted #00f;
	}

	.alp_filter {
		background-image: url(alp_filter_bg_mobile.png);
		width: 95px;
	}

	.alp_top {
		padding: 16px 20px 20px 20px;
	}

	.alp_bottom {
		padding: 16px 20px 12px 20px;
	}

	#alp_distance_display, #alp_duration_display {
		text-align: right;
	}

	.alp_list .art_headline {
		min-height: 0;
	}

	.alp_list .art_element {
		margin-top: 4px;
	}

	.art_element.highlight > .art_inner {
		padding-bottom: 0;
	}
	
	.alp_list .art_element > .art_headline {
		border: none;
		padding-right: 96px;
	}

	.alp_list .alp_el_image {
		width: 80%;
		margin: 0 10%;
	}

	.alp_list .alp_el_desc {
		padding: 16px 0;
	}

	.alp_list .art_inner {
		padding-left: 0;
		padding-right: 0;
	}

	.alp_list .alp_el_desc_key {
		width: 45%;
	}
}