

/* --- Stylesheet 3800 () --------- */ 

#destination {
	margin: 0px 0px 20px 0px;
	padding: 10px 0 0 0;
	font-size: 12px;
	line-height: 125%;
	display: flex;
	width: 1030px;
	height: 60px;
	overflow: hidden;
}

#destination .land {
	margin: 0 20px 0 0;
	padding: 0 10px 0 0;
	border-right: 1px dotted #ddd;
}

#destination .land .show_more_title { display: none; text-decoration:underline; cursor: pointer; }

#destination .land .show_more {
	display: none;
	position: absolute;
	width: 300px;
	padding: 10px 15px;
	background-color: #EEE;
	z-index: 5;
}
#destination .land .show_more.show_locations { display: block; }

#destination .land.europa {
	width: 120px;
}

#destination .land.japan {
	width: 120px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-width: 0px;
}

#destination .land a {
	display: inline-block;
	padding: 0 10px 0 0;
	text-decoration: none;
	color: #666;
}

#destination .land a:hover {
	text-decoration: underline;
	color: #000;
}

#destination .land a.link_aktiv { color: #000; }


#destination .land a.highlight {
	color: #DF1352;
	font-weight: 700;
	text-transform: uppercase;
}

/* --- Stylesheet 3834 () --------- */ 

@media all and (min-width: 1451px) and (max-width: 1530px) {

	#destination .land {
		width: 300px;
		padding: 0px 5px 0px 0px;
	}
}

@media all and (min-width: 1351px) and (max-width: 1450px) {

	#destination .land {
		width: 315px;
		padding: 0px 5px 0px 0px;
	}
	
}

@media all and (min-width: 1251px) and (max-width: 1350px) {
	#destination { width: 100%; }
	#destination .land {
		width: 300px;
		padding: 0px 5px 0px 0px;
	}
}

@media all and (min-width: 1000px) and (max-width: 1250px) {
	
	#destination {
		width: 100%;
		height: auto;
		margin: 0px 0px 0px;
		padding: 5px 0px 0px;
	}
	#destination .land {
		width: 250px;
		margin: 0 0px 0 0;
		padding: 0 0px 0 0;
		border-right: 0px solid transparent;
	}


}

@media all and (min-width: 768px) and (max-width: 999px) {
	#destination {
		width: 100%;
		height: auto;
		flex-direction: column;
	}
	#destination .land {
		width: 100% !important;
		margin-bottom: 10px;
		padding: 0px;
		border-right: 0px solid transparent;
	}

	#destination .land.europa { width: 100%; }

}

@media all and (max-width: 767px) {

	#destination {
		width: 100%;
		height: auto;
		flex-direction: column;
	}
	#destination .land {
		width: 100%  !important;
		margin-bottom:20px;
	}
}