#subheader {
	position: relative;
	background-color: #fff;
	padding: 12px 35px 10px 30px;
	margin: 0px 30px;

	font-size: 13px;
	line-height: 1;


	-webkit-box-shadow: 23px 21px 51px -20px rgba(0,0,0,0.49);
	-moz-box-shadow: 23px 21px 51px -20px rgba(0,0,0,0.49);
	box-shadow: 23px 21px 51px -20px rgba(0,0,0,0.49);
}

#subheader a {
	display: inline-block;
	margin: 0 5px 0 5px;
	display: inline-block;
	text-decoration: none;
	color: #666;

}

#subheader a:hover {
	text-decoration: underline;
}

#subheader .path {
	margin-bottom: 5px;
}

#subheader .quicknav {
	float: left;
	margin: 0 190px 0 0;
}

#subheader .quicknav a {
	display: inline-block;
	margin: 0 5px 0 5px;
	color: #DF1352;

	text-decoration: none;
	border-right: 1px solid #ccc;
	padding: 3px 10px 3px 0px;
}

#subheader .quicknav  a:hover {
	text-decoration: underline;
}#subheader .buttons {
	position: absolute;
	right: 30px;
	top: 20px;
}

#subheader .buttons a {
	background-color: #ddd;
	padding: 4px 12px;
	color: #666;
	font-size: 13px;
	line-height: 1;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}

#subheader .buttons a.buchen {
	background-color: #DF1352;
	color: #fff;
}



#subheader .buttons a .icon {
	position: relative;
	top: 10px;
	display: inline-block;
	height: 30px;
	width: 30px;
	background-image: url(https://tramino.s3.amazonaws.com/s/hagenalpintours/658165/icons.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	opacity: 0.8;
	margin: 0 10px 0 0;
}


#subheader .buttons a.fb .icon {
	background-position: 0px -30px;
}@media all and (min-width: 768px) and (max-width: 999px) {

	#subheader .buttons { top: 30px; }



}

@media all and (max-width: 767px) {

	#subheader {
		order: 2;
		padding: 6px 15px 5px 15px;
		margin: 0px;
	}

	#subheader .quicknav {
		float: none;
		margin: 0px;
		margin-top: 20px;
	}

	#subheader .quicknav a {
		display: inline-block;
		background-color: #0D1F8B;
		color: #FFF !important;
		padding: 4px 12px;
		color: #666;
		font-size: 12px;
		line-height: 1;
		font-weight: 700;
		text-decoration: none;
		text-transform: uppercase;
		margin: 0 5px 5px 0 !important;
	}

	#subheader .buttons {
		position: static;
		margin: 20px 0px;
	}

	#subheader .buttons a.drucken { display: none; }
}