#introinfo {
	font-size: 20px;
	font-weight: 400;
}
#introinfo {
	line-height: unset;
}

#introinfo a {
	color: #FFFDE0;
	border-bottom: 1px solid #FFFDE0;
}
#introinfo a:hover {
	color: #FFFD00;
	border-bottom: 1px solid #FFFD00;
}
#introinfo img {
	width: 185px;
	float: left;
	margin-right: 20px;
}
@media (max-width: 1199px) {
	#introinfo {
		font-size: 18px;
	}
	#introinfo img {
		margin-top: 15px;
	}
}


.bg-color {
    min-height: 900px;
}
.item.active.left {
	margin-top: 50px;
}

.tt {
	border-bottom: 1px dashed #E8E8E8;
}
p .tooltip-inner {
	color: #333;
	background: #E5EAC3;
	border: 1px solid #333;
}


.summary {
	padding: 20px 0px 0px;
	color: #c6dfff;
	font-size: 18px;
}
.details-text {
	background-color: rgba(14, 4, 4, 0.70);
	background: -moz-linear-gradient(top,  rgba(14,4,4,0.7) 0%, rgba(14,4,4,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(14,4,4,0.7) 0%,rgba(14,4,4,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(14,4,4,0.7) 0%,rgba(14,4,4,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b30e0404', endColorstr='#330e0404',GradientType=0 ); /* IE6-9 */
	border-width: 0px;
	border-radius: 20px 20px 0px 0px;
	border-right: 2px solid #A87F41;
	border-left: 2px solid #A87F41;
	border-top: 2px solid #A87F41;
}
.introheader {
	background-image: url("../img/intro_bg.jpg");
	/* display: none; */
}

/* map */

.mapdim:after {
	background:rgba(0,0,0,.5);
	z-index:1001;
	-webkit-transition: opacity .8s ease-in-out;
	transition:opacity .8s ease-in-out;
	content:"";
	-webkit-transition-duration:.3s;
	transition-duration:.3s;
	opacity:1
}

.tracklabel {
	/* font-family:arial, helvetica, sans-serif; */
	background-color: #E6E6E6; background-image: -webkit-gradient(linear, left top, left bottom, from(#E6E6E6), to(#CCCCCC));
	background-image: -webkit-linear-gradient(top, #E6E6E6, #CCCCCC);
	background-image: -moz-linear-gradient(top, #E6E6E6, #CCCCCC);
	background-image: -ms-linear-gradient(top, #E6E6E6, #CCCCCC);
	background-image: -o-linear-gradient(top, #E6E6E6, #CCCCCC);
	background-image: linear-gradient(to bottom, #E6E6E6, #CCCCCC);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#E6E6E6, endColorstr=#CCCCCC);
	border: 2px solid #666;
	border-radius: 6px;
	font-weight: bold;
	font-size: 14px;
	padding: 2px 8px;
	z-index: 1001;
}
.tracklabel a{
	text-decoration: none;
	color: #000;
	pointer-events: auto;
}
.ttip.intro.leaflet-tooltip-top::before {
	border-top-color: #333;
}
.ttip.intro.leaflet-tooltip-bottom::before {
	border-bottom-color: #333;
}
.ttip.intro.leaflet-tooltip-left::before {
	border-left-color: #333;
}
.ttip.intro.leaflet-tooltip-right::before {
	border-right-color: #333;
}
.ttip.intro.leaflet-tooltip {
	border: 2px solid #333;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fefcea+0,efeac6+100&0.8+0,0.8+100 */
	background: -moz-linear-gradient(top,  rgba(254,252,234,0.8) 0%, rgba(239,234,198,0.8) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(254,252,234,0.8) 0%,rgba(239,234,198,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(254,252,234,0.8) 0%,rgba(239,234,198,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccfefcea', endColorstr='#ccefeac6',GradientType=0 ); /* IE6-9 */

}
#mapintro {
	height: 1000px;
	width: 100%;
	padding: 0px;
	margin: 0px;
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}
#selecttext {
	position: absolute;
	left: 59px;
	top: 9px;
	z-index: 750;
	font-weight: bold;
	font-size: 15px;
	border-color: #444;
	padding: 4px 10px;
	transition: left 0.3s ease-in-out;
	visibility: hidden;
}
#selecttext a {
	color: #333;
}

#infodiv {
	position: absolute;
	width: 240px;
	/* height: 192px; */
	background-color: white;
	left: -260px;
	top: 9px;
	border-radius: 4px;
	padding: 0px;
	margin: 0px;
	border: 1px solid #999;
	box-shadow: 5px 5px 5px #999;
	transition: left 0.3s ease-in-out;
	z-index: -1;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
}
.infoheader {
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	margin: 2px;
	padding: 0px;
	color: #333;
}
.infopicture {
	text-align: center;
}
.infopicture img {
	border-radius: 4px;
}
.infotitle {
	font-style:italic;
	font-weight:bold;
	font-size: 13px;
	text-align: center;
	margin: 2px;
	padding: 0px;
	color: #009;
}
.infotitle a:link {
	text-decoration: none;
	color:#000;
}
.infotitle a:visited {
	text-decoration: none;
	color:#000;
}

/* Reiseliste */

.tripthumb {
	width: 220px; /* wenn dieser Wert geändert wird, prüfen, ob Thumb-Breite der Bilder noch ok ist */
	float: left;
}
.rowmargin0 {
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 5px;
	text-align: center;
}
.rowmargin0 > a {
	width: 220px;
}
.row0 {
	display: table;
}
.row0:after {
	clear: both;
}
.caption {
	min-height: 45px;
	padding: 0px !important;
}
.rrt-thumb {
	display: block;
	padding: 8px;
	line-height: 1.42857143;
	background-color: #F0F0F0;
	border: 1px solid #999;
	border-radius: 6px;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out;
	margin: 5px;
	color: #666;
}
.rrt-thumb img {
	transition: all 0.2s ease;
	opacity: 0.8;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	display: block;
	height: auto;
}
.rrt-thumb:hover img {
	transform: scale3d(1.01,1.01,1.01);
	opacity: 1;
}
a.rrt-thumb.active, a.rrt-thumb:focus, a.rrt-thumb:hover {
	border: 1px solid #333;
	background-color: #FFF;
}
