/* TM - Event - Details */

.tm .ContentWrapper {
	padding: 0;
}
.tmEventDetail > div > h1 {
	font-size: 60px;
	font-weight: bold;
	line-height: 1.18;
	margin-bottom: 40px;
}
.tmEventDetail > div > aside {
	background: #F1F3F5;
    float: left;
    padding: 20px 30px 30px;
    position: relative;
    width: 31.140350877192983%; /* 355 */
}
.tmEventDetail > div > section {
    float: right;
    margin: 0;
    position: relative;
    width: 65.526315789473685%; /* 747 */
}
.tmEventDetail > div > section > div:last-child {
	margin-bottom: 0;
}
.tmEventDetail > div > section > .booking {
	background: #67C484;
	border-radius: 5px;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	color: #FFFFFF;
	cursor: pointer;
	display: none;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	margin-top: 13px;
	padding: 15px 50px 15px 18px;
	position: relative;
	text-align: left;
	text-transform: uppercase;
}
.tmEventDetail > div > section > .booking:before {
	color: #FFFFFF;
	content: "\1F476";
	font-family: "TirolIconsWeb";
	font-size: 25px;
	font-weight: normal;
	position: absolute;
	top: 50%;
	margin-top: -12px;
	right: 10px;
}
.tmEventDetail h2 {
	font-size: 34px;
	font-weight: bold;
	text-align: left;
	margin: 0 0 20px;
}
.tmEventDetail > div > aside > div {
	position: relative;
}
.tmEventDetail > div > aside > div:after {
	background: #FFFFFF;
	content: "";
	height: 2px;
	left: -30px;
	right: -30px;
	position: absolute;
	bottom: 0;
}
.tmEventDetail > div > aside > div:last-child:after {
	display: none;
}
.tmEventDetail > div a {
	color: #67c484;
	transition: color 300ms ease;
}
.tmEventDetail > div a:hover {
	color: #54a26c;
}

/* Dokumente */

.tmEventDetail section > .downloads {
	margin: 50px auto;
}
.tmEventDetail section > .links + .downloads {
	margin-top: -20px;
}
.tmEventDetail section > .downloads h2 {
	font-size: 26px;
	font-weight: 600;
	margin: 0 0 5px;
}
.tmEventDetail section > .downloads .wmDownload + .wmDownload {
	margin-top: 10px !important;
}

/* Breadcrumb */

.tmEventDetail .breadcrumb {
	margin: -40px 0 39px;
	padding: 0;
}

/* Buttons */

.tmEventDetail .buttons {
	display: flex;
	align-items: center;
	position: absolute;
	top: 10px;
	right: 0;
}
.tmEventDetail .buttons a {
	color: #67c484;
}
.tmEventDetail .buttons a.bookMark {
	line-height: 25px;
	position: relative;
	width: 26px;
	height: 25px;
	margin-top: -2px;
}
.tmEventDetail .buttons a.bookMark span {
	position: relative;
	color: #8c9da9;
	position: absolute;
	top: 0;
	left: -4px;
	width: 26px;
	height: 25px;
	transition: color 300ms ease;
}
.tmEventDetail .buttons a.bookMark span:before {
	content: "\1F3A8";
	display: block;
	font-family: 'TirolIconsWeb';
	font-size: 40px;
}
.tmEventDetail .buttons a.bookMark:hover span,
.tmEventDetail .buttons a.bookMark.selected span {
	color: #C30018;
}
.tmEventDetail .buttons a.showMap {
	margin-right: 6px;
}
.tmEventDetail .buttons a.showMap:before {
	font-size: 30px;
	margin: 0;
	transition: color 300ms ease;
}
.tmEventDetail .buttons a.showMap:hover:before,
.tmEventDetail .buttons a.showMap.selected:before {
	color: #54a26c;
}


/* Routenplaner */

.tmEventDetail .gmapsRouteplanner {
	background: #F1F3F5;
}
.tmEventDetail .tmService {
    margin: -20px -30px -30px -30px;
    padding: 0;
}


.tmEventDetail > div > .rating {
	cursor: pointer;
	margin: -30px 0 40px 0;
	text-align: center;
}
.tmEventDetail > div > .rating > span.logo {
	padding: 6px 9px 6px 9px;
	position: relative;
}
.tmEventDetail > div > .rating > span.logo:before {
	border-right: 12px solid #FFFFFF;
	border-bottom: 10px solid transparent;
	bottom: -7px;
	content: "";
	height: 10px;
	left: 2px;
	position: absolute;
	width: 12px;
}
.tmEventDetail > div > .rating > span.logo img {
	display: block;
	width: 100%;
}
.tmEventDetail > div > .rating > span.points {
	color: #67c484;
	display: inline-block;
	font-size: 22px;
	font-weight: bold;
	margin-left: 10px;
}
.tmEventDetail > div > .rating > span.points > span {
	color: #193c53;
}
.tmEventDetail > div > .rating > span.points > span.icon::before {
	line-height: 11px;
}
.tmEventDetail > div > .rating > span.count {
	font-size: 12px;
	font-weight: normal;
	margin: 4px 0 0 8px;
}
.tmEventDetail > div > .rating > span.count > .score {
	font-size: 16px;
	font-weight: bold;
}
.tmEventDetail > div > .rating > span.count > .number {
	margin-left: 3px;
}
.tmEventDetail > div > .rating > span.button {
	background: #67C484;
    border-radius: 5px;
    color: #FFF;
	display: inline-block;
    font-size: 16px;
    line-height: 32px;
    margin: 0 0 0 12px;
    padding: 0 7px;
	font-weight: bold;
}

@media all and (max-width: 1100px){

	.tmEventDetail > div > section {
		width: 71%;
	}
	.tmEventDetail > div > aside {
		padding: 20px 20px;
		width: 27%;
	}

}
        
@media all and (max-width: 980px){

    .tmEventDetail > .wmMargin  {
		margin-bottom: 35px;
		margin-top: 35px;
	}
	.tmEventDetail > div > h1 {
		font-size: 30px;
		line-height: 1.27;
		margin-bottom: 20px;
	}
	.tmEventDetail > div > section > .wmMargin  {
		margin-bottom: 35px;
		margin-top: 35px;
	}
	.tmEventDetail > div > section {
		float: none;
		width: 100%;
	}
	.tmEventDetail > div > aside {
		float: none;
		margin: 35px 0;
		width: 100%;
	}
	.tmEventDetail > div > .rating {
		margin: -15px 0 40px 0;
	}	
}

@media all and (max-width: 550px){

	/* Breadcrumb */
	
	.tmEventDetail .breadcrumb {
		margin: -20px 0 30px;
		padding: 0;
		position: relative;
	}
	.tmEventDetail .breadcrumb:before {
		background: #193c53;
		bottom: -30px;
		content: "";
		left: -20px;
		position: absolute;
		top: -20px;
		right: -20px;
		z-index: -1;
	}
	.tmEventDetail .breadcrumb > ul {
		display: block;
		width: 100%;
		overflow: auto;
		white-space: nowrap;
	}
		
	/* Content */

	.tmEventDetail {
		margin-bottom: 35px;
	}
	.tmEventDetail > div > h1 {
		color: #FFFFFF;
		position: relative;
	}
	.tmEventDetail > div > h1:before {
		background: #193c53;
		bottom: -20px;
		content: "";
		left: -20px;
		position: absolute;
		top: 0;
		right: -20px;
		z-index: -1;
	}
	.tmEventDetail > div > aside {
		background: none;
		padding: 20px 0;
	}
	.tmEventDetail > div > aside:before {
		background: #F1F3F5;
		content: "";
		height: 100%;
		left: -500px;
		position: absolute;
		top: 0;
		width: 1000px;
	}
	.tmEventDetail > div > section > .booking {
		display: block;
	}
	.tmEventDetail > div > section > .booking:after {
		background: #193c53;
        content: "";
		bottom: -42px;
		left: -20px;
		right: -20px;
		position: absolute;
		top: 0;
        z-index: -1;
	}

	.tmEventDetail > div > .rating {
		margin: 30px 0 20px 0;
	}	
	.tmEventDetail > div > .rating > span.points > span {
		color: #FFFFFF;
	}
	.tmEventDetail > div > .rating > span.count {
    color: #fff;
	}
	.tmEventDetail > div > .rating {
		position: relative;
	}
	.tmEventDetail > div > .rating:before {
			background: #193c53;
			bottom: -30px;
			content: "";
			left: -20px;
			position: absolute;
			top: -20px;
			right: -20px;
			z-index: -1;
	}

}

/* TM - Vermieter - Details - Beschreibung */

.tmEventDetail .description > h2 {
	margin-bottom: 10px;
	margin-top: -11px;
}
.tmEventDetail .description > .wrapper > .text {
	overflow: visible;
	position: relative;
}
.tmEventDetail .description > .wrapper > .text > p {
	line-height: 1.15;
	margin-bottom: 20px;
}
.tmEventDetail .description > .wrapper > .trigger {
    color: #67C484;
    cursor: pointer;
    display: none;
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
	padding-left: 30px;
	position: relative;
}
.tmEventDetail .description > .wrapper > .trigger:before {
	color: #67c484;
	content: "+";
	font-family: "Arial";
	font-size: 38px;
	font-weight: normal;
	line-height: 1;
	margin-top: -19px;
	position: absolute;
	left: 0;
	transition: transform 300ms ease;
	top: 50%;
}
.tmEventDetail .description.hidden > .wrapper > .text {
    overflow: hidden;
}
.tmEventDetail .description.hidden > .wrapper > .trigger {
    display: inline-block;
}
.tmEventDetail .description.hidden.showFullText > .wrapper > .text {
    height: auto !important;
}
.tmEventDetail .description.hidden.showFullText > .wrapper > .text:after {
    display: none;
}
.tmEventDetail .description.hidden > .wrapper > .text:after {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.55) 21%, #ffffff);
	bottom: 0;
	content: "";
	height: 70px;
	left: 0;
	position: absolute;
	width: 100%;
}

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

	.tmEventDetail .description > h2 {
		margin-top: 71px;
	}
	.tmEventDetail .description.hidden > .wrapper > .text {
		font-size: 16px;
	}
	.tmEventDetail .description > .wrapper > .text > p {
		line-height: 1.44;
		margin-bottom: 20px;
	}
	.tmEventDetail .description.hidden > .wrapper > .trigger {
		background: #FFFFFF;
		border: 2px solid #67c484;
		color: #67c484;
		border-radius: 5px;
		display: block;
		line-height: 40px;
		padding: 0 50px 0 20px;
		text-transform: uppercase;
	}
	.tmEventDetail .description > .wrapper > .trigger:before {
		left: auto;
		margin-top: -19px;
		position: absolute;
		right: 15px;
		transition: transform 300ms ease;
		top: 50%;
	}

}

/* TM - Event - Details - Info - Aside */

.tmEventDetail .infoAside > div {
	position: relative;
}
.tmEventDetail .infoAside > div:last-child {
	padding-bottom: 0 !important;
}
.tmEventDetail .infoAside > div:after {
	background: #8c9da9;
	content: "";
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.tmEventDetail .infoAside > div:last-child:after {
	display: none;
}
.tmEventDetail .infoAside > div > h2 {
	color: #193c53;
	font-family: "Poppins", sans-serif;
	font-size: 26px;
	font-weight: 600;
	line-height: normal;
	margin: 0;
}

/* Top */

.tmEventDetail .infoAside > .top {
	padding-bottom: 20px;
	text-align: center;
}
.tmEventDetail .infoAside > .top > p,
.tmEventDetail .infoAside > .top > span {
	color: #193c53;
	font-family: "Poppins", sans-serif;
	font-size: 34px;
	font-weight: bold;
	line-height: 1.29;
	text-transform: uppercase;
}
.tmEventDetail .infoAside > .top > p.time {
	font-size: 18px;	
}

/* Kontakt */

.tmEventDetail .infoAside > .contact {
	padding: 22px 0 30px;
}
.tmEventDetail .infoAside > .contact > p.company {
	font-size: 16px;
	line-height: 1.25;
	margin-bottom: 7px;
}
.tmEventDetail .infoAside > .contact > ul > li {
	font-size: 16px;
	padding-left: 25px;
	position: relative;
}
.tmEventDetail .infoAside > .contact > ul > li:before {
	color: #8c9da9;
	font-family: 'TirolIconsWeb';
	font-size: 35px;
	font-weight: normal;
	position: absolute;
	left: -2px;
	line-height: 1;
	top: 0;
}
.tmEventDetail .infoAside > .contact > ul > li.address:before {
	content: "\1F36B";
	font-size: 27px;
}
.tmEventDetail .infoAside > .contact > ul > li.phone:before {
	content: "\1F5F4";
	font-size: 20px;
	top: 3px;
	left: 0;
}
.tmEventDetail .infoAside > .contact > ul > li.mail:before {
	content: "\1F620";
	font-size: 25px;
}
.tmEventDetail .infoAside > .contact > ul > li.website:before {
	content: "\1F73D";
	font-size: 24px;
}
.tmEventDetail .infoAside > .contact > ul > li > a {
	color: #67c484;
	font-size: 16px;
	font-weight: bold;
	transition: color 300ms ease;
}
.tmEventDetail .infoAside > .contact > ul > li > a:hover {
	color: #54a26c;
}
.tmEventDetail .infoAside > .contact > .button {
	background: #67C484;
	border-radius: 5px;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	margin-top: 13px;
	padding: 14px 50px 16px 18px;
	position: relative;
	text-align: left;
	text-transform: uppercase;
	transition: background 300ms ease;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.tmEventDetail .infoAside > .contact > .button:before {
	color: #FFFFFF;
	content: "\1F476";
	font-family: "TirolIconsWeb";
	font-size: 25px;
	font-weight: normal;
	position: absolute;
	top: 50%;
	margin-top: -12px;
	right: 10px;
}
.tmEventDetail .infoAside > .contact > .button:hover {
	background: #54a26c;
}

/* Treffpunkt */

.tmEventDetail .infoAside > .arrival {
	padding: 19px 0 24px;
}
.tmEventDetail .infoAside > .arrival > p {
	font-size: 16px;
	line-height: 1.25;
	margin-bottom: 7px;
}
.tmEventDetail .infoAside > .arrival > a {
	color: #67c484;
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.25;
	padding-left: 28px;
	position: relative;
	transition: color 300ms ease;
}
.tmEventDetail .infoAside > .arrival > a:before {
	color: #8c9da9;
	content: "\E8EF";
	font-family: 'webmanager';
	font-size: 26px;
	position: absolute;
	left: 0;
	margin-top: -11px;
	top: 50%;
	line-height: 1;
}
.tmEventDetail .infoAside > .arrival > a:hover {
	color: #54a26c;
}

/* Weiter Links */

.tmEventDetail .infoAside > .links {
	padding: 19px 0 0;
}
.tmEventDetail .infoAside > .links ul > li {
	padding: 1px 0 1px 37px;
	position: relative;
} 
.tmEventDetail .infoAside > .links ul > li:before {
	color: #8c9da9;
	font-family: "TirolIconsWeb";
	font-size: 34px;
	font-weight: normal;
	position: absolute;
	top: 50%;
	line-height: 1;
	margin-top: -17px;
	left: 0;
}
.tmEventDetail .infoAside > .links ul > li.other:before {
	content: "\1F73D";
}    
.tmEventDetail .infoAside > .links ul > li.fb:before {
	content: "\1F41C";
	font-size: 40px;
	left: -2px;
	margin-top: -20px;
}
.tmEventDetail .infoAside > .links ul > li.pano:before {
	content: "\1F76B";
	font-size: 32px;
	margin-top: -16px;
}
.tmEventDetail .infoAside > .links ul > li.video:before {
	content: "\1F488";
}
.tmEventDetail .infoAside > .links ul > li.ig:before {
	content: "\1F708";
	font-size: 40px;
	left: -2px;
	margin-top: -20px;
}
.tmEventDetail .infoAside > .links ul > li.livecam:before {
	content: "\1F4CA";
	font-size: 50px;
	left: -5px;
	margin-top: -25px;
}
.tmEventDetail .infoAside > .links ul > li > a {
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

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

	.tmEventDetail .infoAside > .top > p, 
	.tmEventDetail .infoAside > .top > span {
		font-size: 26px;
	}
	.tmEventDetail .infoAside > div > h2 {
		font-size: 20px;
		line-height: 1.5;
		margin: 0 0 5px;
	}

}

/* TM - Event - Details - Kontakt */

.tmEventDetail .contactWrapper {
	background: #f1f3f5;
	display: flex;
	padding: 20px 30px;
}
.tmEventDetail .contactWrapper > div > h2 {
	font-size: 26px;
	font-weight: 600;
	margin: 0;
}

/* Kontakt */

.tmEventDetail .contactWrapper > .contact {
	width: 50%;
	margin-right: 5%;
}
.tmEventDetail .contactWrapper > .contact > p.company {
	font-size: 16px;
	line-height: 1.25;
	margin-bottom: 7px;
}
.tmEventDetail .contactWrapper > .contact > p.name {
	font-size: 16px;
	line-height: 1.25;
	margin-bottom: 7px;
}
.tmEventDetail .contactWrapper > .contact > p.company + .tmEventDetail .contactWrapper > .contact > p.name {
	margin-bottom: 0; 
}
.tmEventDetail .contactWrapper > .contact > ul > li {
	font-size: 16px;
	padding-left: 25px;
	position: relative;
}
.tmEventDetail .contactWrapper > .contact > ul > li:before {
	color: #8c9da9;
	font-family: 'TirolIconsWeb';
	font-size: 35px;
	font-weight: normal;
	position: absolute;
	left: -2px;
	line-height: 1;
	top: 0;
}
.tmEventDetail .contactWrapper > .contact > ul > li.address:before {
	content: "\1F36B";
	font-size: 27px;
}
.tmEventDetail .contactWrapper > .contact > ul > li.phone:before {
	content: "\1F5F4";
	font-size: 20px;
	top: 3px;
	left: 0;
}
.tmEventDetail .contactWrapper > .contact > ul > li.mail:before {
	content: "\1F620";
	font-size: 25px;
}
.tmEventDetail .contactWrapper > .contact > ul > li.website:before {
	content: "\1F73D";
	font-size: 24px;
}
.tmEventDetail .contactWrapper > .contact > ul > li > a {
	color: #67c484;
	font-size: 16px;
	font-weight: bold;
	transition: color 300ms ease;
}
.tmEventDetail .contactWrapper > .contact > ul > li > a:hover {
	color: #54a26c;
}
.tmEventDetail .contactWrapper > .contact > .button {
	background: #67C484;
	border-radius: 5px;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	margin-top: 13px;
	padding: 14px 50px 16px 18px;
	position: relative;
	text-align: left;
	text-transform: uppercase;
	transition: background 300ms ease;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.tmEventDetail .contactWrapper > .contact > .button:before {
	color: #FFFFFF;
	content: "\1F476";
	font-family: "TirolIconsWeb";
	font-size: 25px;
	font-weight: normal;
	position: absolute;
	top: 50%;
	margin-top: -12px;
	right: 10px;
}
.tmEventDetail .contactWrapper > .contact > .button:hover {
	background: #54a26c;
}

/* Treffpunkt */

.tmEventDetail .contactWrapper > .arrival {
	width: 50%;
}
.tmEventDetail .contactWrapper > .arrival > p {
	font-size: 16px;
	line-height: 1.25;
	margin-bottom: 7px;
}
.tmEventDetail .contactWrapper > .arrival > a {
	color: #67c484;
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.25;
	padding-left: 28px;
	position: relative;
	transition: color 300ms ease;
}
.tmEventDetail .contactWrapper > .arrival > a:before {
	color: #8c9da9;
	content: "\E8EF";
	font-family: 'webmanager';
	font-size: 26px;
	position: absolute;
	left: 0;
	margin-top: -11px;
	top: 50%;
	line-height: 1;
}
.tmEventDetail .contactWrapper > .arrival > a:hover {
	color: #54a26c;
}

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

	.tmEventDetail .contactWrapper {
		display: block;
	}
	.tmEventDetail .contactWrapper > div {
		padding: 22px 0 30px;
		position: relative;
	}
	.tmEventDetail .contactWrapper > div:last-child {
		padding-bottom: 0;
	}
	.tmEventDetail .contactWrapper > div:after {
		background: #8c9da9;
		content: "";
		height: 2px;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
	}
	.tmEventDetail .contactWrapper > div:last-child:after {
		display: none;
	}
	.tmEventDetail .contactWrapper > div > h2 {
		font-size: 20px;
		line-height: 1.5;
		margin: 0 0 5px;
	}
	.tmEventDetail .contactWrapper > .contact {
		width: 100%;
		margin: 0;
		padding-top: 0;
	}
	.tmEventDetail .contactWrapper > .arrival {
		width: 100%;
	}

}

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

	.tmEventDetail .contactWrapper {
		background: none;
		padding: 20px 0;
	}
	.tmEventDetail .contactWrapper:before {
		background: #F1F3F5;
		content: "";
		height: 100%;
		left: -500px;
		position: absolute;
		top: 0;
		width: 1000px;
	}

}

/* TM - Event - Details - Weitere Links */

.tmEventDetail section > .links {
	margin: 50px auto;
}
.tmEventDetail section > .links h2 {
	font-size: 26px;
	font-weight: 600;
	margin: 0;
}
.tmEventDetail section > .links ul > li {
	padding: 1px 0 1px 37px;
	position: relative;
} 
.tmEventDetail section > .links ul > li:before {
	color: #8c9da9;
	font-family: "TirolIconsWeb";
	font-size: 34px;
	font-weight: normal;
	position: absolute;
	top: 50%;
	line-height: 1;
	margin-top: -17px;
	left: 0;
}
.tmEventDetail section > .links ul > li.other:before {
	content: "\1F73D";
}    
.tmEventDetail section > .links ul > li.fb:before {
	content: "\1F41C";
	font-size: 40px;
	left: -2px;
	margin-top: -20px;
}
.tmEventDetail section > .links ul > li.pano:before {
	content: "\1F76B";
	font-size: 32px;
	margin-top: -16px;
}
.tmEventDetail section > .links ul > li.video:before {
	content: "\1F488";
}
.tmEventDetail section > .links ul > li.ig:before {
	content: "\1F708";
	font-size: 40px;
	left: -2px;
	margin-top: -20px;
}
.tmEventDetail section > .links ul > li.livecam:before {
	content: "\1F4CA";
	font-size: 50px;
	left: -5px;
	margin-top: -25px;
}
.tmEventDetail section > .links ul > li > a {
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

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

	.tmEventDetail section > .links > h2 {
		font-size: 20px;
		line-height: 1.5;
		margin: 0 0 5px;
	}

}

/* TM - Event - Details - Gallery */

.tmEventDetail .gallery {
	margin: 0 0 30px;
	max-height: 355px;
	overflow: hidden;
}
.tmEventDetail .gallery > ul {
	display: flex;
	justify-content: center;
}
.tmEventDetail .gallery ul li > a {
	display: block;
	min-height: 355px;
	position: relative;
}
.tmEventDetail .gallery .swiper-slide-active li > a:before {
	background: linear-gradient(to bottom, rgba(25, 60, 83, 0) 50%, #173757 100%);
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.65;
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 1;
}
.tmEventDetail .gallery ul li > a > .copyright {
	background: rgba(0,0,0,0.3);
    color: #FFFFFF;
    font-size: 12px;
    font-weight: normal;
    position: absolute;
    padding: 2px 5px;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.tmEventDetail .gallery ul li > a img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
}

/* Swiper */

.tmEventDetail .gallery .swiper-container {
	width: 100%;
}
.tmEventDetail .gallery .swiper-wrapper {
	height: auto !important;
}
.tmEventDetail .gallery .swiper-slide {
	background-position: center;
	background-size: cover;
}
.tmEventDetail .gallery .swiper-pagination {
	bottom: 10px;
	left: 0;
	right: 0;
}
.tmEventDetail .gallery .swiper-pagination-bullet {
	background: #fff;
	bottom: 0;
	margin: 0 4px;
	opacity: 0.5;
	width: 11px;
	height: 11px;
}
.tmEventDetail .gallery .swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1;
}
.tmEventDetail .gallery .swiper-button-disabled {
	opacity: 0.5 !important;
	pointer-events: none;
}
.tmEventDetail .gallery .swiper-slide-shadow-left,
.tmEventDetail .gallery .swiper-slide-shadow-right {
	background: rgba(255,255,255,0.8);
}
.tmEventDetail .gallery .swiper-prev,
.tmEventDetail .gallery .swiper-next {
	background: #67c484;
	border-radius: 0px 5px 5px 0px;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	cursor: pointer;
	height: 46px;
	position: absolute;
	top: calc(50% - 23px);
	left: 0; 
	transition: background 300ms ease;
	width: 46px;
	z-index: 1;
}
.tmEventDetail .gallery .swiper-next {
	border-radius: 5px 0 0 5px;
	left: auto;
	right: 0;
}
.tmEventDetail .gallery .swiper-next:before,
.tmEventDetail .gallery .swiper-prev:before {
	color: #FFFFFF;
	content: "\1F476";
	font-family: "TirolIconsWeb";
	font-size: 34px;
	left: 9px;
	line-height: 46px;
	position: absolute;
}
.tmEventDetail .gallery .swiper-prev:before {
	left: 4px;
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

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

	.tmEventDetail .gallery {
		margin: 0 -20px 30px;
		overflow: visible;
		position: relative;
	}
	.tmEventDetail .gallery:before {
		background: #193c53;
		bottom: -30px;
		content: "";
		left: -20px;
		position: absolute;
		top: 0;
		right: -20px;
		z-index: -1;
	}
	.tmEventDetail .gallery ul li > a {
		min-height: 250px;
	}
	.tmEventDetail .gallery .swiper-container {
		padding-bottom: 50px;
	}
	.tmEventDetail .gallery .swiper-pagination {
		bottom: 0;
	}
	.tmEventDetail .gallery .swiper-slide-active li > a:before {
		display: none;
	}
	.tmEventDetail .gallery .swiper-prev,
	.tmEventDetail .gallery .swiper-next {
		top: calc(50% - 50px);
	}
	.tmEventDetail .gallery .swiper-slide-shadow-left,
	.tmEventDetail .gallery .swiper-slide-shadow-right {
		background: rgba(0,0,0,0.16);
	}
	.tmEventDetail .gallery .swiper-slide-active {
		box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
	}

}

/* TM - Event - Detail - Weitere Termine */

.tmEventDetail .furtherDates {
	padding: 40px 20px 53px;
}
.tmEventDetail .furtherDates:before {
	background: #a9bcba;
	content: "";
	height: 100%;
	left: -4000px;
	position: absolute;
	top: 0;
	width: 8000px;
	z-index: -1;
}
.tmEventDetail .furtherDates > h2 {
	color: #FFFFFF;
	font-family: "Poppins", sans-serif;
	font-size: 60px;
	font-weight: bold;
	line-height: 1.18;
	text-align: center;
}
.tmEventDetail .furtherDates > .wrapper > .dates {
	font-size: 0;
}
.tmEventDetail .furtherDates > .wrapper > .dates > .date {
	color: #193c53;
	display: inline-block;
	font-family: "Poppins", sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 2.2;
	position: relative;
	text-transform: uppercase;
	width: 25%;
}
.tmEventDetail .furtherDates > .wrapper > .dates {
	overflow: visible;
	position: relative;
}
.tmEventDetail .furtherDates.hidden > .wrapper > .dates:after {
	background: linear-gradient(to bottom, rgba(169, 188, 186, 0), rgba(169, 188, 186, 0.55) 21%, #a9bcba);
	bottom: 0;
	content: "";
	height: 70px;
	left: 0;
	position: absolute;
	width: 100%;
}
.tmEventDetail .furtherDates > .wrapper > .trigger {
	color: #193c53;
	cursor: pointer;
	display: none;
	font-size: 16px;
	font-weight: bold;
	margin-top: 5px;
	padding: 10px 0 10px 30px;
	position: relative;
}
.tmEventDetail .furtherDates > .wrapper > .trigger:before {
	color: #193c53;
	content: "+";
	font-family: "Arial";
	font-size: 38px;
	font-weight: normal;
	line-height: 1;
	margin-top: -19px;
	position: absolute;
	left: 0;
	transition: transform 300ms ease;
	top: 50%;
}
.tmEventDetail .furtherDates.hidden > .wrapper > .dates {
    overflow: hidden;
}
.tmEventDetail .furtherDates.hidden > .wrapper > .trigger {
    display: inline-block;
}
.tmEventDetail .furtherDates.hidden.showFullText > .wrapper > .dates {
    height: auto !important;
}
.tmEventDetail .furtherDates.hidden.showFullText > .wrapper > .dates:after {
    display: none;
}

@media all and (max-width: 900px){

	.tmEventDetail .furtherDates {
		padding: 20px 20px 25px;
	}
	.tmEventDetail .furtherDates > h2 {
		font-size: 34px;
		margin-bottom: 12px;
	}
	.tmEventDetail .furtherDates > .wrapper > .dates > .date {
		width: 33.33%;
	}

}

@media all and (max-width: 900px){

	.tmEventDetail .furtherDates > .wrapper > .dates > .date {
		width: 50%;
	}

}

@media all and (max-width: 550px){

	.tmEventDetail .furtherDates > .wrapper > .dates {
		text-align: center;
	}
	.tmEventDetail .furtherDates > .wrapper > .dates > .date {
		width: 100%;
	}
	.tmEventDetail .furtherDates > .wrapper > .dates > .date > span.day {
		font-weight: 600;
	}
	.tmEventDetail .furtherDates > .wrapper > .dates > .date > span.date {
		font-weight: normal;
	}
	.tmEventDetail .furtherDates.hidden > .wrapper > .trigger {
		border: 2px solid #193c53;
		color: #193c53;
		border-radius: 5px;
		display: block;
		line-height: 40px;
		padding: 0 50px 0 20px;
		text-transform: uppercase;
	}
	.tmEventDetail .furtherDates > .wrapper > .trigger:before {
		left: auto;
		margin-top: -19px;
		position: absolute;
		right: 15px;
		transition: transform 300ms ease;
		top: 50%;
	}

}

/* TM - Event - Detail - Weitere Events */

.similarEvents > h2 {
	font-size: 60px;
	font-weight: bold;
	line-height: 1.18;
	margin-bottom: 30px;
	text-align: center;
}
.similarEvents .furtherEvents article {
	background: #193c53;
	cursor: pointer;
	padding: 15px;
	position: relative;
}
.similarEvents .furtherEvents article .bookMark {
	line-height: 25px;
	width: 26px;
	height: 25px;
	position: absolute;
	top: 8px;
	right: 8px;
	z-index: 99;
}
.similarEvents .furtherEvents article .bookMark:before {
	color: #8c9da9;
	content: "\1F3A8";
	display: block;
	font-family: 'TirolIconsWeb';
	font-size: 40px;
	position: absolute;
	top: 0;
	left: -4px;
	width: 26px;
	height: 25px;
	transition: color 300ms ease;
}
.similarEvents .furtherEvents article .bookMark:hover:before,
.similarEvents .furtherEvents article .bookMark.selected:before {
	color: #C30018;
}
.similarEvents .furtherEvents article > h2 {
    display: none;
}
.similarEvents .furtherEvents article > figure {
	position: relative;
}
.similarEvents .furtherEvents article .img a {
	display: block;
	min-height: 232px;
	position: relative;
}
.similarEvents .furtherEvents article .image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
}
.similarEvents .furtherEvents article .mobileTitle {
	display: none;
}
.similarEvents .furtherEvents article .bookMark {
	line-height: 25px;
	width: 26px;
	height: 25px;
	position: absolute;
	top: 8px;
	right: 8px;
	z-index: 99;
}
.similarEvents .furtherEvents article .bookMark:before {
	color: #8c9da9;
	content: "\1F3A8";
	display: block;
	font-family: 'TirolIconsWeb';
	font-size: 40px;
	position: absolute;
	top: 0;
	left: -4px;
	width: 26px;
	height: 25px;
	transition: color 300ms ease;
}
.similarEvents .furtherEvents article .bookMark:hover:before,
.similarEvents .furtherEvents article .bookMark.selected:before {
	color: #FFFFFF;
}
.similarEvents .furtherEvents article figcaption {
	margin-top: 15px;
	min-height: 244px;
	padding-bottom: 60px;
	position: relative;
}
.similarEvents .furtherEvents article figcaption > .title {
	color: #FFFFFF;
	display: block;
	font-family: "Poppins", sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.3;
	text-overflow: ellipsis;
	overflow: hidden;
}
.similarEvents .furtherEvents article figcaption > .content {
	color: #FFFFFF;
	margin: 7px 0 0;
}
.similarEvents .furtherEvents article figcaption > .content > p {
	font-size: 16px;
	font-weight: normal;
	padding-left: 25px;
	position: relative;
}
.similarEvents .furtherEvents article figcaption > .content > p:before {
	color: #8c9da9;
	font-family: 'TirolIconsWeb';
	font-size: 35px;
	font-weight: normal;
	position: absolute;
	left: -7px;
	line-height: 1;
	top: 50%;
	margin-top: -17px;
}
.similarEvents .furtherEvents article figcaption > .content > p.town:before {
	content: "\1F36B";
	font-size: 27px;
	left: -3px;
	margin-top: -14px;
}
.similarEvents .furtherEvents article figcaption > .content > p.time:before {
	content: "\1F3C0";
	font-size: 30px;
	left: -5px;
	margin-top: -15px;
}
.similarEvents .furtherEvents article figcaption > .content > p.days {
	display: none;
}
.similarEvents .furtherEvents article figcaption > .content > p.days.hasItems {
	display: block;
}
.furtherEvents article figcaption > .content > p.days:before {
	content: "\1F6CF";
	font-size: 35px;
	left: -7px;
	margin-top: 0;
	top: -6px;
}
.similarEvents .furtherEvents article figcaption > .content > p.days span.day {
	display: inline-block;
}
.similarEvents .furtherEvents article figcaption > .content > p.days span.day:after {
	content: ",";
	margin: 0 5px 0 0;
}
.similarEvents .furtherEvents article figcaption > .content > p.days span.day:last-child:after {
	display: none;
}
.similarEvents .furtherEvents article figcaption .actionWrapper {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.similarEvents .furtherEvents article figcaption .actionWrapper > .button {
	background: #67C484;
	border-radius: 5px;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	padding: 14px 50px 16px 18px;
	position: relative;
	text-align: left;
	text-transform: uppercase;
	transition: background 300ms ease;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.similarEvents .furtherEvents article figcaption .actionWrapper > .button:before {
	color: #FFFFFF;
	content: "\1F476";
	font-family: "TirolIconsWeb";
	font-size: 34px;
	font-weight: normal;
	position: absolute;
	top: 50%;
	margin-top: -17px;
	right: 10px;
}
.similarEvents .furtherEvents article figcaption .actionWrapper > .button:hover {
	background: #54a26c;
}
.similarEvents .furtherEvents article .price {
	background: #67c484;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	top: -5px;
	left: -16px;
	line-height: 1;
	padding: 6px 10px 5px;
}
.similarEvents .furtherEvents article .price.free {
	font-size: 30px;
}
.similarEvents .furtherEvents article .price > span {
	font-family: "Poppins", sans-serif;
	font-size: 30px;
}

/* Swiper */

.similarEvents .swiper-container {
	padding-bottom: 50px;
	width: 100%;
}
.similarEvents .swiper-wrapper {
	height: auto !important;
}
.similarEvents .swiper-slide {
	background-position: center;
	background-size: cover;
}
.similarEvents .swiper-slide-shadow-left,
.similarEvents .swiper-slide-shadow-right {
	background: rgba(0,0,0,0.2);
}
.similarEvents .swiper-pagination {
	bottom: 0 !important;
}
.similarEvents .swiper-pagination-bullet {
	background: #193c53;
	bottom: 0;
	margin: 0 4px !important;
	width: 11px;
	height: 11px;
}
.similarEvents .swiper-button-disabled {
	opacity: 0.5 !important;
	pointer-events: none;
}
.similarEvents .swiper-prev,
.similarEvents .swiper-next {
	background: #67c484;
	border-radius: 0px 5px 5px 0px;
	cursor: pointer;
	height: 46px;
	position: absolute;
	top: calc(50% - 50px);
	left: 0; 
	transition: background 300ms ease;
	width: 46px;
	z-index: 1;
}
.similarEvents .swiper-next {
	border-radius: 5px 0 0 5px;
}
.similarEvents .swiper-next:before,
.similarEvents .swiper-prev:before {
	color: #FFFFFF;
	content: "\1F476";
	font-family: "TirolIconsWeb";
	font-size: 34px;
	left: 9px;
	line-height: 46px;
	position: absolute;
}
.similarEvents .swiper-prev:before {
	left: 4px;
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.similarEvents .swiper-next {
	left: auto;
	right: 0;
}

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

	.similarEvents .swiper-next {
		opacity: 1 !important;	
		right: -5px;
		left: auto; 
		z-index: 1;
	}
	.similarEvents .swiper-prev {
		opacity: 1 !important;	
		left: -5px;
		right: auto; 
		z-index: 1;
	}	

}

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

	.similarEvents > h2 {
		font-size: 30px;
		line-height: 1.27;
		margin-bottom: 20px;
	}
	.similarEvents > h2 > br {
		display: none;
	}

}

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

	.similarEvents .swiper-container {
		overflow: visible;
	}
	.similarEvents .swiper-next {
		right: 0;
	}
	.similarEvents .swiper-prev {
		left: 0;
	}

}

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

	.similarEvents {	
		padding: 0;
	}
	.similarEvents > h2 {	
		padding: 0 20px;
	}

}

/* TM - Info A-Z - Connected Entries */

.connectedEntries .tmStAccoTeaser {
	margin: 60px auto;
}
.connectedEntries .tmStAccoTeaser h2 {
	font-family: "Poppins", sans-serif;
	font-size: 60px;
	font-weight: bold;
	line-height: 1.18;
	margin-bottom: 30px;
	text-align: center;
}
.connectedEntries .tmStAccoTeaser article {
	background: #193c53;
	cursor: pointer;
	margin: 0 0 30px 0;
	padding: 10px;
	position: relative;
}
.connectedEntries .tmStAccoTeaser article:last-child {
	margin-bottom: 0;
}
.connectedEntries .tmStAccoTeaser article > h2 {
    display: none;
}
.connectedEntries .tmStAccoTeaser article > figure {
	position: relative;
}
.connectedEntries .tmStAccoTeaser article .img {
	height: 100%;
	left: 0;
	overflow: hidden;
    position: absolute;
    width: 34.944237918215613%; /* 282 */
}
.connectedEntries .tmStAccoTeaser article .img a {
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	bottom: 0;
}
.connectedEntries .tmStAccoTeaser article .image img {
	left: 0;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}
.connectedEntries .tmStAccoTeaser article .availability {
	background: #67c484;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	left: -12px;
	position: absolute;
	padding: 2px 10px 1px;
	top: 10px;
}
.connectedEntries .tmStAccoTeaser article .mobileWrapper {
	display: none;
}
.connectedEntries .tmStAccoTeaser article figcaption {
	margin: 0 0 0 34.944237918215613%; /* 282 */
    min-height: 270px;
    padding: 11px 20px 104px 15px;
    position: relative;
}
.connectedEntries .tmStAccoTeaser article .titleWrapper {
	padding-right: 60px;
}
.connectedEntries .tmStAccoTeaser article .titleWrapper .title {
	color: #FFFFFF;
	display: block;
	font-family: "Poppins", sans-serif;
	font-size: 25px;
	font-weight: normal;
	line-height: 1.22;
	overflow: hidden;
	text-overflow: ellipsis;
}
.connectedEntries .tmStAccoTeaser article .titleWrapper .title > span {
	line-height: 1.2;
	margin-right: 20px;
}
.connectedEntries .tmStAccoTeaser article .titleWrapper .category {
	display: inline-block;
	font-size: 14px;
	margin: 0 !important;
	top: -8px;
	position: relative;
}
.connectedEntries .tmStAccoTeaser article .titleWrapper .category > span {
	display: block;
	float: left;
}
.connectedEntries .tmStAccoTeaser article .titleWrapper .category > span.classification {
	color: #FFFFFF;
	margin: 0 10px 0 0;
	position: relative;
}
.connectedEntries .tmStAccoTeaser article .titleWrapper .category > span.classification:hover {
	cursor: url("/img/layout/cursor.png") 32 32, auto;
}
.connectedEntries .tmStAccoTeaser article .titleWrapper .category > span.classification > span.info {
	background: #FFFFFF;
	border: 2px solid #67c484;
	border-radius: 4px;
	color: #193c53;
	display: none;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.2;
	max-width: 280px;
	padding: 10px;
	position: fixed;
	text-align: left;
	top: -2px;
	z-index: 1000;
}
.connectedEntries .tmStAccoTeaser article .titleWrapper .category > span.classification:hover > span.info {
	display: block;
}
.connectedEntries .tmStAccoTeaser article .titleWrapper .category > span.classification > span {
	display: inline-block;
    position: relative;
}
.connectedEntries .tmStAccoTeaser article .titleWrapper .category > span.classification > span.superior {
	font-size: 10px;
	margin-left: 2px;
	top: -2px;
}
.connectedEntries .tmStAccoTeaser article .titleWrapper .category > span.classification.edelweiss > .icon,
.connectedEntries .tmStAccoTeaser article .titleWrapper .category > span.classification.flowers > .icon {
	height: 20px;
	width: 20px;
	display: inline-block;
	margin-right: 4px;
	top: 0;
}
.connectedEntries .tmStAccoTeaser article .titleWrapper .category > span.classification > .icon:before {
	font-family: 'TirolIconsWeb';
	margin: 0 1px 0 0;
}
.connectedEntries .tmStAccoTeaser article .titleWrapper .category > span.classification.stars > .icon:before {
	content: "\1F799";
	font-size: 14px;
}
.connectedEntries .tmStAccoTeaser article .titleWrapper .category > span.classification.edelweiss > .icon:before {
	content: "\1F71E";
	font-size: 30px;
}
.connectedEntries .tmStAccoTeaser article .titleWrapper .category > span.classification.flowers > .icon:before {
	content: "\1F724";
	font-size: 30px;
}
.connectedEntries .tmStAccoTeaser article .titleWrapper .category > span.classification.sun > .icon:before {
	content: "\1F5CD";
	font-size: 14px;
}
.connectedEntries .tmStAccoTeaser article figcaption .details {
	color: #67c484;
	font-size: 20px;
}
.connectedEntries .tmStAccoTeaser article figcaption .contact {
	color: #FFFFFF;
	font-size: 20px;
	margin-top: 20px;
	padding-left: 35px;
	position: relative;
}
.connectedEntries .tmStAccoTeaser article figcaption .contact:before {
	color: #8c9da9;
	content: "\1F5F4";
	font-family: 'TirolIconsWeb';
	font-size: 25px;
	font-weight: normal;
	left: -2px;
	line-height: 1;
	position: absolute;
	top: 50%;
	margin-top: -12px;
}
.connectedEntries .tmStAccoTeaser article figcaption .contact a {
	color: #FFFFFF;
	transition: color 300ms ease;
}
.connectedEntries .tmStAccoTeaser article figcaption .contact a:hover {
	color: #67c484;
}
.connectedEntries .tmStAccoTeaser article figcaption .price {
	position: absolute;
	right: 20px;
	bottom: 75px;
}
.connectedEntries .tmStAccoTeaser article figcaption .price > span {
	display: block;
}
.connectedEntries .tmStAccoTeaser article figcaption .price > span.value {
	color: #FFFFFF;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: normal;
	display: block;
}
.connectedEntries .tmStAccoTeaser article figcaption .price > span.number {
	color: #FFFFFF;
	display: inline-block;
	font-family: "Poppins", sans-serif;
	font-size: 34px;
	font-weight: bold;
	line-height: 1;
	margin-top: 1px;
}
.connectedEntries .tmStAccoTeaser article figcaption .price > span.rule {
	color: #FFFFFF;
	display: inline-block;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin-left: 5px;
}
.connectedEntries .tmStAccoTeaser article figcaption .price > span.info {
	display: none;
}
.connectedEntries .tmStAccoTeaser article figcaption .price:hover > span.info {
	display: none;
}
.connectedEntries .tmStAccoTeaser article figcaption > a.details {
	background: #67C484;
	border-radius: 5px;
    bottom: 20px;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	color: #FFFFFF;
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	padding: 14px 65px 16px 20px;
	position: absolute;
	right: 20px;
	text-align: center;
	text-transform: uppercase;
	transition: background 300ms ease;
}
.connectedEntries .tmStAccoTeaser article figcaption > a.details:before {
	color: #FFFFFF;
	content: "\1F476";
	font-family: "TirolIconsWeb";
	font-size: 34px;
	font-weight: normal;
	position: absolute;
	top: 50%;
	margin-top: -17px;
	right: 10px;
}
.connectedEntries .tmStAccoTeaser article figcaption > a.details:hover {
	background: #54a26c;
}

/* Quicklinks */

.connectedEntries .tmStAccoTeaser article .quicklinks {
	display: flex;
	position: absolute;
	top: 2px;
	right: 2px;
	align-items: center;
}
.connectedEntries .tmStAccoTeaser article .quicklinks > * {
	color: #8c9da9;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: auto;
	max-width: 32px;
	min-width: 20px;
}
.connectedEntries .tmStAccoTeaser article .quicklinks a.bookMark {
	line-height: 28px;
	position: relative;
}
.connectedEntries .tmStAccoTeaser article .quicklinks a.bookMark:before {
	color: #8c9da9;
	content: "\1F3A8";
	display: block;
	font-family: 'TirolIconsWeb';
	font-size: 40px;
}
.connectedEntries .tmStAccoTeaser article .quicklinks a.bookMark:hover:before,
.connectedEntries .tmStAccoTeaser article .quicklinks a.bookMark.selected:before {
	color: #C30018;
}

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

	.connectedEntries .tmStAccoTeaser article .img {
		width: 30%;
	}
	.connectedEntries .tmStAccoTeaser article figcaption {
		margin: 0 0 0 30%;
	}

}

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

	.connectedEntries .tmStAccoTeaser h2 {
		font-size: 34px;
	}

}

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

	.connectedEntries .tmStAccoTeaser article figcaption {
		padding: 11px 20px 140px 15px;
	}
	.connectedEntries .tmStAccoTeaser article figcaption .price {
		margin-top: 10px;
	}

}

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

	.connectedEntries .tmStAccoTeaser article figcaption > .titleWrapper {
		padding-right: 35px;
	}

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

	.connectedEntries .tmStAccoTeaser h2 {
		font-size: 30px;
	}
	.connectedEntries .tmStAccoTeaser article {
		padding: 25px 15px 30px;
	}
	.connectedEntries .tmStAccoTeaser article .quicklinks a.bookMark {
		display: none;
	}
	.connectedEntries .tmStAccoTeaser article > figure > .availability {
		display: none;
	}
	.connectedEntries .tmStAccoTeaser article .titleWrapper {
		padding-right: 35px;
	}
	.connectedEntries .tmStAccoTeaser article .titleWrapper .title > span {
		margin-right: 4px;
	}
	.connectedEntries .tmStAccoTeaser article .titleWrapper .category.noStars {
		top: -12px;
	}
	.connectedEntries .tmStAccoTeaser article .titleWrapper .category {
		top: 4px;
	}
	.connectedEntries .tmStAccoTeaser article .titleWrapper .category > span.classification.flowers,
	.connectedEntries .tmStAccoTeaser article .titleWrapper .category > span.classification.edelweiss {
		position: relative;
		line-height: 1;
	}
	.connectedEntries .tmStAccoTeaser article .titleWrapper .category > span.classification:hover {
		cursor: default;
	}
	.connectedEntries .tmStAccoTeaser article .titleWrapper .category > span.classification.stars > .icon:before {
		content: "\1F799";
		font-size: 11px;
	}
	.connectedEntries .tmStAccoTeaser article .titleWrapper .category > span.classification > span.superior {
		font-size: 9px;
		top: -1px;
	}
	.connectedEntries .tmStAccoTeaser article > figure > .img {
		opacity: 0;
		width: 100%;
		z-index: -100;
	}
	.connectedEntries .tmStAccoTeaser article .mobileWrapper {
		display: block;
	}
	.connectedEntries .tmStAccoTeaser article .mobileWrapper > .imageWrapper {
		position: relative;
	}
	.connectedEntries .tmStAccoTeaser article .mobileWrapper > .imageWrapper .availability {
		left: -17px;
		top: 15px;
		z-index: 100;
	}
	.connectedEntries .tmStAccoTeaser article .mobileWrapper > .imageWrapper > .quicklinks {
		top: 17px;
		right: 10px;
	}
	.connectedEntries .tmStAccoTeaser article .mobileWrapper a.bookMark {
		line-height: 28px;
		position: absolute;
		top: -13px;
		right: -10px;
	}
	.connectedEntries .tmStAccoTeaser article .mobileWrapper a.bookMark:before {
		color: #FFFFFF;
		content: "\1F3A8";
		display: block;
		font-family: 'TirolIconsWeb';
		font-size: 40px;
	}
	.connectedEntries .tmStAccoTeaser article .mobileWrapper a.bookMark.selected:before {
		color: #67c484;
	}
	.connectedEntries .tmStAccoTeaser article .mobileWrapper > .imageWrapper .image {
		display: block;
		margin-top: 15px;
		width: 100%;
	}
	.connectedEntries .tmStAccoTeaser article .mobileWrapper > .imageWrapper .image img {
		left: auto;
		object-fit: cover;
		position: relative;
		top: auto;
		width: 100%;
		display: block;
	}
	.connectedEntries .tmStAccoTeaser article figcaption {
		margin: 0;
		min-height: auto;
		padding: 15px 0 0;
	}
	.connectedEntries .tmStAccoTeaser article figcaption > .titleWrapper,
	.connectedEntries .tmStAccoTeaser article figcaption > .rating {
		display: none;
	}
	.connectedEntries .tmStAccoTeaser article figcaption .price {
		margin-top: 15px;
		display: block;
		text-align: right;
		position: relative;
		right: auto;
		bottom: auto;
	}
	.connectedEntries .tmStAccoTeaser article figcaption .price > span.value > span {
		display: none;
	}
	.connectedEntries .tmStAccoTeaser article figcaption .price > span.value {
		display: inline-block;
		margin-right: 5px;
	}
	.connectedEntries .tmStAccoTeaser article figcaption .price > span.value > span {
		display: none;
	}
	.connectedEntries .tmStAccoTeaser article figcaption .price > span.rule {
		display: block;
		text-align: right;
	}
	.connectedEntries .tmStAccoTeaser article figcaption .price:hover > span.info {
		display: none;
	}
	.connectedEntries .tmStAccoTeaser article figcaption .price:hover {
		cursor: default;
	}
	.connectedEntries .tmStAccoTeaser article figcaption .contact {
		margin-top: 5px;
	}
	.connectedEntries .tmStAccoTeaser article figcaption .contact:before {
		font-size: 36px;
		margin-top: -18px;
	}
	.connectedEntries .tmStAccoTeaser article figcaption > a.details {
		bottom: auto;
		display: block;
		margin-top: 15px;
		position: relative;
		right: auto;
		text-align: left;
	}

}

.connectedEntries .tmStAccoTeaser + .tmStInfoAZTeaser {
	margin-top: -30px;
}
.connectedEntries .tmStInfoAZTeaser article {
	background: #193c53;
	cursor: pointer;
	margin: 0 0 30px 0;
	padding: 10px;
	position: relative;
}
.connectedEntries .tmStInfoAZTeaser article:last-child {
	margin-bottom: 0;
}
.connectedEntries .tmStInfoAZTeaser article > h2 {
    display: none;
}
.connectedEntries .tmStInfoAZTeaser article > figure {
	position: relative;
}
.connectedEntries .tmStInfoAZTeaser article .img {
	height: 100%;
	left: 0;
	overflow: hidden;
    position: absolute;
    width: 34.944237918215613%; /* 282 */
}
.connectedEntries .tmStInfoAZTeaser article .img a {
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	bottom: 0;
}
.connectedEntries .tmStInfoAZTeaser article .image img {
	left: 0;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}
.connectedEntries .tmStInfoAZTeaser article .bookMark {
	line-height: 25px;
	width: 26px;
	height: 25px;
	position: absolute;
	top: 8px;
	right: 8px;
	z-index: 99;
}
.connectedEntries .tmStInfoAZTeaser article .bookMark:before {
	color: #8c9da9;
	content: "\1F3A8";
	display: block;
	font-family: 'TirolIconsWeb';
	font-size: 40px;
	position: absolute;
	top: 0;
	left: -4px;
	width: 26px;
	height: 25px;
	transition: color 300ms ease;
}
.connectedEntries .tmStInfoAZTeaser article .bookMark:hover:before,
.connectedEntries .tmStInfoAZTeaser article .bookMark.selected:before {
	color: #C30018;
}
.connectedEntries .tmStInfoAZTeaser article .mobileTitle {
	color: #FFFFFF;
	display: none;
	font-family: "Poppins", sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.3;
	margin-bottom: 20px;
	padding-right: 25px;
	text-overflow: ellipsis;
	overflow: hidden;
}
.connectedEntries .tmStInfoAZTeaser article figcaption {
	margin: 0 0 0 34.944237918215613%;
	min-height: 270px;
	padding: 11px 20px 104px 15px;
	position: relative;
}
.connectedEntries .tmStInfoAZTeaser article figcaption > .title {
	color: #FFFFFF;
	display: block;
	font-family: "Poppins", sans-serif;
	font-size: 25px;
	font-weight: normal;
	line-height: 1.22;
	marign-bottom: 20px;
}
.connectedEntries .tmStInfoAZTeaser article figcaption > .content {
	color: #FFFFFF;
	margin: 7px 0 0;
	min-height: 100px;
}
.connectedEntries .tmStInfoAZTeaser article figcaption > .content > p {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 4px;
	padding-left: 35px;
	position: relative;
}
.connectedEntries .tmStInfoAZTeaser article figcaption > .content > p:before {
	color: #8c9da9;
	font-family: 'TirolIconsWeb';
	font-size: 35px;
	font-weight: normal;
	position: absolute;
	left: -7px;
	line-height: 1;
	top: 0;
}
.connectedEntries .tmStInfoAZTeaser article figcaption > .content > p.time:before {
	content: "\1F3C0";
	font-size: 30px;
	left: -5px;
	top: 50%;
	margin-top: -15px;
}
.connectedEntries .tmStInfoAZTeaser article figcaption > .content > p.town:before {
	content: "\1F36B";
	font-size: 27px;
	left: -3px;
	top: 50%;
	margin-top: -13px;
}
.connectedEntries .tmStInfoAZTeaser article figcaption > .content > p.phone:before {
	content: "\1F5F4";
	font-size: 25px;
	left: -3px;
	top: 50%;
	margin-top: -12px;
}
.connectedEntries .tmStInfoAZTeaser article figcaption > .content > p.time.open > span {
	color: #67c484;
}
.connectedEntries .tmStInfoAZTeaser article figcaption > .content > p.time.closed > span {
	color: #ee5f55;
}
.connectedEntries .tmStInfoAZTeaser article figcaption > .content > p > a {
	color: #FFFFFF;
	transition: color 300ms ease;
}
.connectedEntries .tmStInfoAZTeaser article figcaption > .content > p > a:hover {
	color: #67c484;
}
.connectedEntries .tmStInfoAZTeaser article figcaption .actionWrapper {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.connectedEntries .tmStInfoAZTeaser article figcaption .actionWrapper > .showMap {
	color: #67c484;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.21;
	letter-spacing: -0.14px;
	padding-left: 18px;
	position: relative;
	text-decoration: underline;
	transition: color 300ms ease;
}
.connectedEntries .tmStInfoAZTeaser article figcaption .actionWrapper > .showMap:hover {
	color: #54a26c;
}
.connectedEntries .tmStInfoAZTeaser article figcaption .actionWrapper > .showMap:before {
	color: #67c484;
	font-size: 19px;
	font-weight: normal;
	margin: 0;
	position: absolute;
	left: 0;
	text-decoration: none;
	top: 0;
	width: 13px;
}
.connectedEntries .tmStInfoAZTeaser article figcaption .actionWrapper > .showMap::after {
	background: #FFFFFF;
	border-radius: 50%;
	content: "";
	height: 8px;
	position: absolute;
	top: 2px;
	left: 50%;
	width: 8px;
	margin-left: -34px;
}
.connectedEntries .tmStInfoAZTeaser article figcaption .actionWrapper > .button {
	background: #67C484;
	border-radius: 5px;
	bottom: 20px;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	color: #FFFFFF;
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	padding: 14px 65px 16px 20px;
	position: absolute;
	right: 20px;
	text-align: center;
	text-transform: uppercase;
	transition: background 300ms ease;
}
.connectedEntries .tmStInfoAZTeaser article figcaption .actionWrapper > .button:before {
	color: #FFFFFF;
	content: "\1F476";
	font-family: "TirolIconsWeb";
	font-size: 34px;
	font-weight: normal;
	position: absolute;
	top: 50%;
	margin-top: -17px;
	right: 10px;
}
.connectedEntries .tmStInfoAZTeaser article figcaption .actionWrapper > .button:hover {
	background: #54a26c;
}

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

	.connectedEntries .tmStInfoAZTeaser article .img {
		width: 30%;
	}
	.connectedEntries .tmStInfoAZTeaser article figcaption {
		margin: 0 0 0 30%;
	}

}

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

	.connectedEntries .tmStInfoAZTeaser h2 {
		font-size: 34px;
	}

}

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

	.connectedEntries .tmStInfoAZTeaser article figcaption {
		padding: 11px 20px 140px 15px;
	}

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

	.connectedEntries .tmStInfoAZTeaser h2 {
		font-size: 30px;
	}
	.connectedEntries .tmStInfoAZTeaser article {
		padding: 25px 15px 30px;
	}
	.connectedEntries .tmStInfoAZTeaser article .bookMark {
		line-height: 28px;
		position: absolute;
		top: -13px;
		right: -1px;
	}
	.connectedEntries .tmStInfoAZTeaser article .mobileTitle {
		display: block;
		font-size: 25px;
		font-weight: normal;
		padding-right: 30px;
	}
	.connectedEntries .tmStInfoAZTeaser article .img {
		height: auto;
		left: auto;
		overflow: unset;
		position: relative;
		width: 100%;
	}
	.connectedEntries .tmStInfoAZTeaser article .img a {
		display: block;
		position: relative;
		top: auto;
		width: 100%;
		bottom: auto;
	}
	.connectedEntries .tmStInfoAZTeaser article .image img {
		left: auto;
		height: 100%;
		position: relative; 
		top: auto;
		width: 100%;
		display: block;
	}
	.connectedEntries .tmStInfoAZTeaser article figcaption {
		margin: 0;
		min-height: auto !important;
		padding: 15px 0 0;
	}
	.connectedEntries .tmStInfoAZTeaser article figcaption > .title {
		display: none;
	}
	.connectedEntries .tmStInfoAZTeaser article figcaption .actionWrapper {
		position: relative;
		bottom: auto;
		left: auto;
		right: auto;
	}
	.connectedEntries .tmStInfoAZTeaser article figcaption .actionWrapper > .button {
		bottom: auto;
		display: block;
		margin-top: 15px;
		position: relative;
		right: auto;
		text-align: left;
	}

}

.tmEventDetail .mapWrapper {
    padding-bottom: 30px;
    padding-top: 30px;
    position: relative;
}
.tmEventDetail .mapWrapper:before {
    background: #143D51;
    content: "";
    height: 100%;
    left: -2000px;
    position: absolute;
    top: 0;
    width: 4000px;
    z-index: -1;
}
.tmEventDetail .mapWrapper > .map {
    height: 420px;
    float: left;
    position: relative;
    width: 65.789473684210526315789473684211%;
}
.tmEventDetail .mapWrapper > .map:before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}
.tmEventDetail .mapWrapper > .map > .button {
    background: #67c484;
    border-radius: 5px;
    display: block;
    height: 46px;
    padding: 5px;
    position: absolute;
    right: 16px;
    top: 16px;
    width: 46px;
    z-index: 3;
}
.tmEventDetail .mapWrapper > .map > .button > span {
    border: 2px solid #FFF;
    border-radius: 5px;
    display: block;
    height: 36px;
}
.tmEventDetail .mapWrapper > .map > .button > span:before {
    bottom: 9px;
    color: #FFF;
    content: "\1F424";
    font-family: "TirolIconsWeb";
    font-size: 22px;
    font-weight: normal;
    height: 15px;
    left: 9px;
    line-height: 15px;
    position: absolute;
    width: 15px;
}
.tmEventDetail .mapWrapper > .map > .button > span:after {
    color: #FFF;
    content: "\1F37C";
    font-family: "TirolIconsWeb";
    font-size: 22px;
    font-weight: normal;
    height: 15px;
    line-height: 15px;
    right: 10px;
    top: 9px;
    position: absolute;
    width: 15px;
}
.tmEventDetail .mapWrapper.clicked > .map:before {
    display: none;
}
.tmEventDetail .mapWrapper > .map > div {
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 1;
}
.tmEventDetail .mapWrapper > .contact {
    color: #FFFFFF;
    float: left;
    padding-left: 30px;
    position: relative;
    width: 34.210526315789473684210526315789%;
}
.tmEventDetail .mapWrapper > .contact > .label {
    font-family: "Poppins", sans-serif;
    font-size: 34px;
    font-weight: bold;
    margin: 0 0 40px 0;
}
.tmEventDetail .mapWrapper > .contact > .text > span {
    display: block;
}
.tmEventDetail .mapWrapper > .contact > .text > .title {
    font-weight: bold;
    margin: 0 0 10px 0;
}
.tmEventDetail .mapWrapper > .contact > .button {
    background: #67C484;
    border-radius: 5px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    margin: 40px 0 0 0;
    padding: 14px 20px 16px;
    text-align: center;
    text-transform: uppercase;
    transition: background 300ms ease;
}
.tmEventDetail .mapWrapper > .contact > .button:hover {
    background: #54a26c;
}

@media all and (max-width: 900px){

    .tmEventDetail .mapWrapper > .map {
        height: 340px;
        width: 100%;
    }
    .tmEventDetail .mapWrapper > .contact {
        padding-left: 0;
        padding-top: 20px;
        width: 100%;
    }
    .tmEventDetail .mapWrapper > .contact > .label {
        margin-bottom: 10px;
    }

}
@media all and (max-width: 600px){

    .tmEventDetail .mapWrapper > .map {
        height: 250px;
    }

}
@media all and (max-width: 500px){

    .tmEventDetail .mapWrapper > .contact > .label {
        font-size: 24px;
    }

}

.ratingReviews > h2 {
    font-size: 60px;
    font-weight: bold;
    line-height: 1.18;
    margin-bottom: 30px;
    text-align: center;
}
.ratingReviews > h3 {
    margin-top: -30px; 
}
.ratingReviews > ul > li {
    margin: 20px 0 20px 0;
}
.ratingReviews > ul > li:after {
    clear: both;
    content: "";
    display:block;
}
.ratingReviews > ul > li > .date {
    float: left;
    width: 200px;
		padding-right: 20px;
}
.ratingReviews > ul > li > .text {
    float: left;
    width: calc(100% - 200px);
}
.ratingReviews > ul > li > .date > .firstname {
	font-weight: bold;
	display: block;
}
.ratingReviews > ul > li > .date > .date {
	font-size: 16px;
	display: block;
}
.ratingReviews > ul > li > .date > .rating {
    color: #193c53;
    display: block;
    font-size: 16px;
    opacity: 6;
  }
@media (max-width: 980px)
{
	.ratingReviews > h2 {
    font-size: 30px;
		margin-bottom: 20px;
	}
	.ratingReviews > h3 {
		margin-top: -20px; 
	}
	.ratingReviews > ul > li > .date {
		float: none;
		width: auto;
		margin-bottom: 5px;
	}
	.ratingReviews > ul > li > .text {
		float: none;
		width: auto;
		font-size: 16px;
		line-height: 1.44;
	}

}	
@media (max-width: 550px)
{
	.ratingReviews > h2 {
			padding: 0 20px;
	}

}

.tmEventDetail .sustainabilityFacilities > .content {
	border: solid 2px #67C484;	
	border-radius: 5px;
	padding: 10px; 
}
.tmEventDetail .sustainabilityFacilities > .content > div {
    max-height: 150px;
    overflow: hidden;   
}
.tmEventDetail .sustainabilityFacilities.expand > .content > div {
    max-height: none;
}
.tmEventDetail .sustainabilityFacilities.expand > .content > .trigger {
    display: none;
}
.tmEventDetail .sustainabilityFacilities > .content > div:after {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.55) 21%, #ffffff);
    bottom: 0;
    content: "";
    height: 70px;
    left: 0;
    position: absolute;
    width: 100%;
}
.tmEventDetail .sustainabilityFacilities.expand > .content > div:after {
    display: none;
}
.tmEventDetail .sustainabilityFacilities p {
	color: #193c53; 
	font-family: "Poppins", sans-serif;
	font-weight: 600;	
	line-height: 1.15;
}
.tmEventDetail .sustainabilityFacilities ul {
	margin: 5px 0 20px 0;  
}
.tmEventDetail .sustainabilityFacilities ul > li:before {
	color: #67C484;
    position: absolute;
    left: -2px;
    font-size: 22px;
    top: 4px;
    line-height: 1;
}
.tmEventDetail .sustainabilityFacilities ul > li {
    font-size: 16px;
    position: relative;
    padding: 1px 20px 1px 28px;
}
.tmEventDetail .sustainabilityFacilities ul > li:before {
		content: "";
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj48c3ZnIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMiAzMiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxuczpzZXJpZj0iaHR0cDovL3d3dy5zZXJpZi5jb20vIiBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjI7Ij48cGF0aCBkPSJNNy45NzksMjguMTE4YzMuMDk3LC0xMi43MzMgMTUuMjEsLTIwLjgyMyAxNS4yMSwtMjAuODIzYy02LjQ2OCw2LjE1NiAtOS45MTUsMTEuMDkxIC0xMS43MzcsMTQuNThjNC4zOSwzLjY5NyA4LjA5NSw0LjIyMSAxMC42NTksMS4zNTZjNi4wNDQsLTYuODA3IDQuMzkyLC0xOS40NSA0LjM5MiwtMTkuNDVjMCwwIC0xMi43NjIsLTAuMTk5IC0xOC43OTksNi41OTZjLTIuNDIyLDIuNzIxIC0xLjY5OSw2LjExMSAxLjk0NCw5LjgzNWMtMS43MTgsMi4xNiAtMy4yNjMsNC40NDcgLTQuMzU3LDYuNzUybDIuNjg4LDEuMTU0WiIgc3R5bGU9ImZpbGw6IzY3YzQ4NDtmaWxsLXJ1bGU6bm9uemVybzsiLz48L3N2Zz4=);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px auto;
    margin-left: -10px;
    max-height: 40px;
    max-width: 40px;
    margin-top: -10px;
    width: 40px;
    height: 40px;
}
.tmEventDetail .sustainabilityFacilities > .content > .trigger {
    color: #67C484;
    cursor: pointer;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    padding-left: 30px;
    position: relative;
}
.tmEventDetail .sustainabilityFacilities > .content > .trigger:before {
    color: #67c484;
    content: "+";
    font-family: "Arial";
    font-size: 28px;
    font-weight: normal;
    line-height: 1;
    margin-top: -13px;
    position: absolute;
    left: 0;
    transition: transform 300ms ease;
    top: 50%;
}