#cities-outer-wrap {

	max-width: 1680px;

}

#stadtauswahl .standortmenu {

	display: inline-block;

}

/* Neue Darstellung */

#stadtauswahl .tour_container {

	margin-bottom: 10px;

	visibility: hidden;

	bottom: -60px;
	
	border: none;

	-webkit-transition: all 500ms ease-in-out;

	   -moz-transition: all 500ms ease-in-out;

	     -o-transition: all 500ms ease-in-out;

	        transition: all 500ms ease-in-out;

}

#stadtauswahl .tour_container:hover {

	-webkit-box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.6);

	-moz-box-shadow:    0px 0px 7px 0px rgba(50, 50, 50, 0.6);

	box-shadow:         0px 0px 7px 0px rgba(50, 50, 50, 0.6);

}

#stadtauswahl h2#header_welcome_to {

	font-size: 30px;

}

#stadtauswahl .city-row > .col-xs-6 {

	padding-left: 5px;

	padding-right: 5px;

}



#stadtauswahl .tour_container a {

	display: block;

	overflow: hidden;

	position: relative;

}

#stadtauswahl .tour_container .tour_title {

	background: none;

	color: #fff;

	position: absolute;

	left: 0;

	top: 10px;

	padding: 0px;

}

#stadtauswahl .tour_container .tour_title h2 {

	background: #1E2774;

	color: #fff;

	margin: 0;

	font-size: 14px;

	line-height: 20px;

	padding: 5px 10px;

	text-align: left;

}

#stadtauswahl .tour_container .tour_title::before {

	content: '';

	display: block;

	width: 20px;

	height: 100%;

	position: absolute;

	right: -20px;

	top: 0;

	width: 0px;

	height: 0px;

	-webkit-transform:rotate(360deg);

	border-style: solid;

	border-width: 0px 0 30px 20px;

	border-color: transparent transparent transparent #1e2774;

}

/* special handling */

#stadtauswahl .tour_container.tour_berlin_potsdam .tour_title::before {

	border-width: 0px 0 50px 20px;

}

#stadtauswahl .tour_container.tour_frankfurt_mainz_wiesbaden .tour_title::before {

	border-width: 0px 0 70px 20px;

}

#stadtauswahl .tour_container a .btn_1 {

	display: block;

	margin: 0px 5%;

	text-align: center;

	width: 90%;

	position: absolute;

	bottom: -60px;

	-webkit-transition: all 500ms;

	   -moz-transition: all 500ms;

	     -o-transition: all 500ms;

	        transition: all 500ms;

}

#stadtauswahl .tour_container a:hover .btn_1 {

	bottom: 15px;

}



/* Slider Captions */

.tp-banner .tp-caption {

	opacity: 0;

	-webkit-transition: opacity .75s ease-in-out;

	   -moz-transition: opacity .75s ease-in-out;

	    -ms-transition: opacity .75s ease-in-out;

	     -o-transition: opacity .75s ease-in-out;

	        transition: opacity .75s ease-in-out;

}



.current-sr-slide-visible .tp-caption {

	opacity: 1;

}



@media screen and (min-width: 768px) {

	#stadtauswahl h2#header_welcome_to {

		font-size: 48px;

	}

	#stadtauswahl .city-row > .col-xs-6 {

		padding-left: 15px;

		padding-right: 15px;

	}

		

	/* Stadtauswahl Tourcontainer */

	#stadtauswahl .tour_container {

		margin-bottom: 30px;

	}

	#stadtauswahl .tour_container .tour_title {

		top: 20px;

		font-size: 30px;

	}

	#stadtauswahl .tour_container .tour_title h2 {

		font-size: 20px;

		line-height: 35px;

		padding: 5px 10px;

	}

	#stadtauswahl .tour_container .tour_title::before {

		border-width: 0px 0 45px 20px;

	}

	/* special handling */

	#stadtauswahl .tour_container.tour_berlin_potsdam .tour_title::before {

		border-width: 0px 0 80px 40px;

		width: 40px;

		right: -40px;

	}

	#stadtauswahl .tour_container.tour_frankfurt_mainz_wiesbaden .tour_title::before {

		border-width: 0px 0 115px 60px;

		width: 60px;

		right: -60px;

	}

}