.tourenkarten,
.videocards {
	list-style: outside none none;
	float: left;
	width: 100%;
	margin: 10px 0 20px 0;
	padding: 0;
	box-sizing: border-box;
}
div.tour,
.tourenkarten .tour,
.videocards .tour {
	cursor: pointer;
	background-color: #fff;
	float: left;
	width: 32.6%;
	margin: 0 1.1% 30px 0;
	padding: 0;
	font-size: 15px;
	color: #353535;
	border-radius: 0 0 6px 6px;
	transition: all 0.22s ease-in-out;
}
div.tour {
	float: right;
	width: 369px;
	max-width: 100%;
	margin: 9px 4% 20px 4%;
}
.termininfo .tour {
	margin: 9px 5% 18px 2.7%;
}
@media all and (max-width: 600px) {
	div.tour {
		width: 92%;
	}
}

.tour:hover {
	background-color: #f0f0f0;
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
}
.tour > a {
	position: relative;
	display: block;
	color: #363636;
	z-index: 1;
}
.tourenkarten .tour:nth-child(odd),
.videocards .tour:nth-child(odd) {
	margin-right: 1.1%;
}
.tour img.touruebersicht {
	display: block;
	width: 100%;
	z-index: 1;
}
.tour a .tourtipp,
.tour a .pilgerroute,
.tour a .pilgerstempel {
	position: absolute;
	right: 0;
	width: 37px;
	height: 37px;
	background-position: center center;
	background-repeat: no-repeat;
}
.tour a .tourtipp {
	top: 20px;
	background-image: url("images/sidebar/tourtipp.svg");
}
.tour a .pilgerroute {
	top: 58px;
	background-image: url("images/sidebar/pilgerroute.svg");
}
.tour a .pilgerstempel {
	top: 96px;
	background-image: url("images/sidebar/pilgerstempel.svg");
}

.tour .textpart {
	position: relative;
	box-shadow: 0 -10px 50px 0 rgba(0, 0, 0, 0.15);
	border-radius: 0 0 6px 6px;
	z-index: -1;
}
.tour .textpart > img {
	position: absolute;
	margin: 24px 0 0 20px;
}
.tour .title,
.tour .textpart h3 {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 20px 15px 14px 50px;
	font-size: 20px;
	line-height: 1.2em;
	letter-spacing: -0.015em;
	color: #5f4c3f;
	word-break: normal;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
.videocards .tour .textpart h3 {
	padding-left: 25px;
}

.tour .title {
	font-size: 25px;
}

.tour .tour-icon-info {
	box-sizing: border-box;
	font-size: 11px;
	clear: both;
	width: 100%;
	max-width: 306px;
	padding: 0 18px 14px 8px;
	overflow: hidden;
	hyphens: auto;
}
.tour-icon-info .icon-info {
	float: left;
	text-align: center;
	margin: 0;
	width: 25%;
	overflow: hidden;
	padding: 5px 0 7px 0;
}
.tour-icon-info .icon-info img {
	width: 20px;
	height: 20px;
	vertical-align: bottom;
	margin-bottom: 5px;
	clear: left;
}
.tour-icon-info .icon-info .contentdata {
	font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 600;
	line-height: 12px;
}



#aktuelletermine .termin .termininfo p.descr,
div.tour p.descr,
.tourenkarten .tour p,
.videocards .tour p {
	float: left;
	width: 100%;
	padding: 5px 0;
	margin: 0;
	line-height: 18px;
	color: #363636;
	font-size: 13px;
	word-break: normal;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
.tourenkarten .tour p.p-video,
.videocards .tour p.p-video {
	box-sizing: border-box;
	float: left;
	display: block;
	width: 92%;
	padding: 6px 20px 20px 20px;
	font-size: 13px;
	font-weight: normal;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#aktuelletermine .termin .termininfo p.descr,
div.tour p.descr {
	font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 400;
}



.tour .infostartziel,
#idtouruebersicht .infostartziel {
	font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 600;
	display: block;
	padding: 8px 22px;
}
.tour .infostartziel {
	padding: 0px 0px;
}
.tour .infostartziel img,
#idtouruebersicht .infostartziel img {
	vertical-align: bottom;
	padding: 0 5px;
}
.tour .infostartziel img:first-of-type,
#idtouruebersicht .infostartziel img:first-of-type {
	padding: 0 1px 0 0;
}
.tour .infostartziel img:last-of-type,
#idtouruebersicht .infostartziel img:last-of-type {
	padding: 0 0 0 1px;
}



.tour a.moreinfos {
	font-weight: 700;
	font-size: 16px;
	margin: 20px 0 20px 20px;
	padding-left: 20px;
	color: #7fa816;
	background-image: url('images/link-pfeil.svg');
	background-position: left center;
	background-repeat: no-repeat;
}



@media all and (min-width: 800px) and (max-width: 10000px) {
	ul.tourenkarten > .tour:nth-child(3n+0),
	ul.videocards > .tour:nth-child(3n+0) {
		margin-right: 0;
	}
	ul.tourenkarten > .tour:nth-child(3n+1),
	ul.videocards > .tour:nth-child(3n+1) {
		clear: left;
	}
}
@media all and (min-width: 500px) and (max-width: 800px) {
	ul.tourenkarten > .tour,
	ul.videocards > .tour {
		width: 49%;
	}
	ul.tourenkarten > .tour:nth-child(2n+0),
	ul.videocards > .tour:nth-child(2n+0) {
		margin-right: 0;
	}
	ul.tourenkarten > .tour:nth-child(2n+1),
	ul.videocards > .tour:nth-child(2n+1) {
		clear: left;
	}
}
@media all and (max-width: 500px) {
	ul.tourenkarten > .tour,
	ul.videocards > .tour {
		width: 100%;
		margin-right: 0;
	}
}