@import url(//comet.tramino.net/fonts/css?family=Arvo:400,700|Ubuntu);



#wege {
	position: relative;
	min-height: 480px;
	background: #ebebeb no-repeat url(//tramino.s3.amazonaws.com/s/alpinberatung/536821/bg-berg.jpg);
	background-size: contain;

}

#wege h3 {
	font-size: 33px;
	line-height: 35px;
	color: #8E5433;
	font-family: 'Arvo', sans-serif;
	font-weight: 700;
}

#wege .stand {
	position: absolute;
	right: 20px;
	top: 25px;
	color: #555; font-size: 10px;
	text-align: right;
}



#wege .infotext {
	font-family: "Ubuntu", Arial;
	color: #555;
	font-size: 13px;
	line-height: 16px;
	margin: 0px 20px 15px 0px;
}

#wege .infotext2 {
	font-family: "Ubuntu", Arial;
	color: #555;
	font-size: 13px;
	line-height: 16px;
	margin: 0px 20px 15px 0px;
	width: 360px;
}


#wege .bar.left {
	position: absolute;
	left: 170px;
	top: 120px;
	width: 280px;
	border-top: 2px dotted #000;
}

#wege .bar.right {
	position: absolute;
	left: 400px;
	top: 120px;
	width: 100px;
	border-top: 2px dotted #000;
	text-align: right;
}



#wege .bar .info {
	position: absolute;
	right: 100px;
	font-family: "Ubuntu", Arial;
	font-size: 12px;
	line-height: 15px;
	color: #666666;
	text-align: right;
	width: 290px;

}

#wege .bar .info.io {
	bottom:17px;
}
#wege .bar .info.im {
	top: -8px;
}

#wege .bar .info.iu {
	top: 16px;
}


#wege .bar.right .info {
	left: 110px;
	right: auto;
	text-align: left;
}

#wege .bar .info  span {
	background-color: #fff;
	box-shadow: 3px 3px 5px -2px rgba(0,0,0,0.3);
	padding: 3px 4px;
}


#wege .bar .info strong {
	color: #444;
}

#wege h3 {
	position: absolute;
	left: 30px;
	top: 30px;
	color: #8E5433;
	font-family: "Arvo", Georgia;
	font-size: 30px;
	margin: 0px 0px 10px -2px;
}

#wege .content {
	padding: 250px 20px 20px 20px;
}


#wege .leftcol { width: 48%; }
#wege .rightcol { width: 48%; }#wege * {
	scrollbar-width: none;
	-ms-overflow-style: none;
}

#wege *::-webkit-scrollbar {
  display: none;
}

#wege .table h4 {
	color: #8E5433;
	font-family: "Arvo", Georgia;
	font-size: 17px;
	margin: 10px 0px 10px 0px;
}

#wege table {
	/*width: 370px;*/
	margin-bottom: 20px;
}

#wege table th {
	text-align: left;
	color: #666;
	font-family: "Ubuntu", Arial;
	font-size: 12px;
	line-height: 22px;
	padding: 0px 0px 0px 5px;
}

#wege table td {
	vertical-align: top;
	border-top: 1px solid #ccc;
	padding: 3px 0px 0px 5px;
	text-align: left;
	font-family: "Ubuntu", Arial;
	color: #444;
	font-size: 11px;
	line-height: 13px;
}

#wege table .more_info { display: none; }
#wege table .more_info.show { display: table-row; }
#wege table .more_info td { line-height: 1.8; }
#wege table .parkplatz td.secondTd { display: flex; justify-content: space-between; }

