
.h2a.termindesign {
	margin: 45px 0 35px 0;
	border-top: 2px solid #dfdbd6;
}

.h2a.termindesign a {
	color: #5f4c3f;
}
.h2a.termindesign .h2a-text {
	border-top: 10px solid #94c11c;
	padding-top: 11px;
	margin-top: -12px;
}
.h2a.termindesign .h2a-url {
	margin-top: -10px;
	padding-top: 11px;
	padding-right: 0;
	border-top: 8px solid #fff;
	background-image: none;
	font-family: 'Asap';
	font-weight: 400;
	font-size: 30px;
	transition: all 0.16s ease-in-out;
}
.h2a.termindesign.archiv .h2a-text {
	font-weight: 400;
	margin-top: -10px;
	padding-top: 11px;
	border-top: 8px solid #fff;
	transition: all 0.16s ease-in-out;
}
.h2a.termindesign .h2a-url:hover,
.h2a.termindesign.archiv .h2a-text:hover {
	border-top: 8px solid #94c11c;
	text-decoration: none;
}
.h2a.termindesign.archiv .h2a-url {
	font-family: 'Asap';
	font-weight: 700;
	border-top: 10px solid #94c11c;
	padding-top: 11px;
	margin-top: -12px;
}

#termineliste {
	display: block;
	width: 100%;
	margin-bottom: 30px;
}
#termineliste .termin {
	width: 100%;
	display: flex;
	background-color: #f0f0f0;
	margin-top: 50px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
#termineliste.homepage .termin {
	cursor: pointer;
}
#termineliste .termin .dater {
	background-color: #f29805;
	color: #fff;
	text-align: center;
	width: 141px;
	height: 144px;
	padding: 10px;
	font-family: 'Asap';
	font-size: 15px;
	font-weight: 500;
}
/* colors for dater div left top */
body.EBK #termineliste .termin.termin-standard .dater {
	background-color: #5f4c3f;
}
body.EBK #termineliste .termin.termin-wanderung .dater {
	background-color: #94c11c;
}
body.EBK #termineliste .termin.termin-radtour .dater {
	background-color: #f29805;
}
body.EBK #termineliste .termin.termin-ort .dater {
	background-color: #589ada;
}

body.BL #termineliste .termin.termin-standard .dater {
	background-color: #5f4c3f;
}
body.BL #termineliste .termin.termin-wanderung .dater {
	background-color: #327ea6;
}
body.BL #termineliste .termin.termin-radtour .dater {
	background-color: #f29805;
}

#termineliste .termin .dater .ddayname {
	padding-bottom: 30px;
}
#termineliste .termin .dater .ddaynumber {
	font-family: 'Asap';
	font-weight: 700;
	font-size: 60px;
}
#termineliste .termin .dater .dmonth {
	padding-top: 30px;
}

#termineliste .termin .termininfo {
	box-sizing: border-box;
	flex: 1;
	background-color:#fff;
	padding: 15px 0 5px 0;
	border-bottom-right-radius: 10px;
	box-shadow: 10px 10px 50px 0 rgba(0,0,0, 0.1);
}
#termineliste .termin .termininfo .info1 {
	box-sizing: border-box;
	display: block;
	font-family: 'Asap';
	font-size: 15px;
	font-weight: 700;
	padding: 10px 5% 5px 5%;
	margin-top: 16px;
	color: #7fa816;
}
#termineliste .termin .termininfo .info1 span {
	background-color: #d34040;
	color: #fff;
	margin-left: 16px;
	padding: 2px 7px 3px 6px;
	border-radius: 3px;
}
#termineliste .termin .termininfo > h3 {
	box-sizing: border-box;
	display: block;
	margin: 0;
	padding: 5px 5% 3px 5%;
	font-size: 20px;
	line-height: 1.2em;
	color: #5f4c3f;
}
#termineliste .termin .termininfo > h3 img:last-child {
	margin-right: 10px;
}
#termineliste .termin .termininfo p {
	box-sizing: border-box;
	display: block;
	margin: 0;
	line-height: 140%;
	padding: 5px 5%;
}
#termineliste .termin .termininfo dl {
	box-sizing: border-box;
	display: block;
	padding: 10px 4% 0 4%;
	font-size: 16px;
	line-height: 22px;
}
#termineliste .termin .termininfo dl dt {
	box-sizing: border-box;
	width: 20%;
	padding: 0 20px 10px 0;
	float: left;
	text-align: right;
	letter-spacing: -0.025em;
	color: #7fa816;
	clear: both;
}
#termineliste .termin .termininfo dl dd {
	box-sizing: border-box;
	width: 80%;
	margin: 0;
	padding: 0 20px 10px 0;
	float: right;
	font-weight: 600;
	color: #5f4c3f;
}
#termineliste .termin .termininfo dl dd.changepadding {
	padding-bottom: 0;
}
#termineliste .termin .termininfo dl dd.wide {
	width: 100%;
	padding-bottom: 25px;
}
#termineliste .termin .termininfo .line-separator {
	box-sizing: border-box;
	float: left;
	width: 100%;
	height: 10px;
	margin-bottom: 15px;
	border-bottom:1px solid #f0f0f0;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.04);
}



/* Termine-Widget auf home */

#termineliste.homepage {
	display: block;
	width: 100%;
	margin-bottom: 30px;
}
#termineliste.homepage .termin {
	width: 100%;
	display: flex;
	margin: 30px 0 40px 0;
	transition: all 0.2s ease-in-out;
	background-color: #f0f0f0;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
#termineliste.homepage .termin:hover {
	-webkit-transform: scale(1.011);
	-ms-transform: scale(1.011);
	transform: scale(1.011);
	text-decoration: none;
}
#termineliste.homepage .termin .termininfo {
	border-top-right-radius: 10px;
	border-bottom-left-radius: 0px;
	padding: 10px 0;
}
#termineliste.homepage .termin .termininfo .info1 {
	margin-top: 0;
	padding: 10px 16px;
	color: #7fa816;
}
#termineliste.homepage .termin .termininfo .info1 a {
	color: #94c11c;
}
#termineliste.homepage .termin .termininfo > h3 {
	padding: 0 16px;
}
#termineliste.homepage .termin .termininfo h3 img.radlergruppe {
	margin: 0 5px 0 10px;
}
#termineliste.homepage .termin .termininfo p {
	padding: 4px 16px;
	font-size: 13px;
}



@media all and (max-width: 800px) {
	#termineliste .termin,
	#termineliste.homepage .termin {
		display: block;
	}
	#termineliste .termin .dater,
	#termineliste.homepage .termin .dater {
		clear: left;
		display: block;
		width: 140px;
	}
	#termineliste .termin .termininfo,
 	#termineliste.homepage .termin .termininfo {
		clear: left;
		display: block;
		width: 100%;
		border-top-right-radius: 0;
		border-bottom-left-radius: 10px;
	}
}
@media all and (max-width: 700px) {
	#termineliste .termin .termininfo dl dt {
		text-align: left;
		width: 100%;
		padding: 0;
	}
	#termineliste .termin .termininfo dl dd {
		width: 100%;
		padding-bottom: 10px;
		text-overflow: ellipsis;
		overflow: hidden;
	}
}

div.topinfo {
	float: left;
	width: 100%;
	color: #363636;
	font-size: 11px;
	padding: 10px 0 0 20px;
	background-color: transparent;
	font-weight: 400;
	line-height: 100%;
}
div.topinfo span.separator {
	 color: #9fbe42;
}

.tour .textpart h3.ort {
	float: left;
    margin-top: 0;
	border: none;
	padding: 10px 15px 14px 20px;
}
.tour .textpart h3.ort:before {
	content: '';
	background: url('images/ort.svg');
	background-repeat: no-repeat;
	width: 25px;
	height: 21px;
	display: inline-block;
}

.tour div.ortetipp {
	position: absolute;
	right: 0;
	top: 20px;
	width: 37px;
	height: 37px;
    background-image: url("images/sidebar/tourtipp.svg");
    background-position: center center;
    background-repeat: no-repeat;
}
.tour div.pilgerstempel {
	position: absolute;
	right: 0;
	top: 60px;
	width: 37px;
	height: 37px;
    background-image: url("images/sidebar/pilgerstempel.svg");
    background-position: center center;
    background-repeat: no-repeat;
}
.tour div.basilika {
	position: absolute;
	right: 0;
	top: 100px;
	width: 37px;
	height: 37px;
    background-image: url("images/sidebar/basilika.svg");
    background-position: center center;
    background-repeat: no-repeat;
}
