<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* TM - Vermieter - Übersicht */

/* Content */

.ContentWrapper {
	margin-bottom: 0;
	margin-top: 0 !important;
	overflow-y: hidden;
	padding-top: 0 !important;
}
.eventlist .ContentWrapper .headlineWrapper {
	max-height: 989px;
	overflow: hidden;
    padding: 35px 20px 40px;
    position: relative;
}
.eventlist .ContentWrapper .headlineWrapper:before {
	background: #193c53;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}
.eventlist .ContentWrapper .headlineWrapper &gt; div {
	max-width: 1140px;
}
.eventlist .ContentWrapper .headlineWrapper &gt; div &gt; h1 {
	color: #FFFFFF;
	font-size: 60px;
	font-weight: bold;
	line-height: 1.25;
	margin: 0 auto 30px;
	overflow: hidden;
	position: relative;
	text-overflow: ellipsis;
}
.eventlist.fixed .ContentWrapper .headlineWrapper &gt; h1 {
	padding-bottom: 80px;
}

.eventlist .ContentWrapper .headlineWrapper .wmText {
	color: #FFFFFF; 
	text-align: center; 
	margin: 20px 0 20px 0; 
}

/* Breadcrumb */

.tmEventsOverview  .breadcrumb {
	padding: 0;
}

/* Übersicht */

.tmEventsOverview {
	margin-top: 25px;
	overflow: hidden;
}
.tmEventsOverview &gt; h2 {
	margin: 25px 0 53px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.tmEventsOverview &gt; aside {
	background: #F1F3F5;
    float: left;
    padding: 20px 10px;
    position: relative;
    width: 25.614035087719298%; /* 292 */
}
.tmEventsOverview &gt; aside &gt; h2 {
	color: #193c53;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 9px;
	position: relative;
	text-align: left;
}
.tmEventsOverview &gt; aside &gt; h2 &gt; span {
	font-size: 34px;
}
.tmEventsOverview &gt; aside &gt; .mobileHeader {
    display: none;
}
.tmEventsOverview &gt; aside &gt; .entries {
    color: #67c484;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.2;
}
.tmEventsOverview &gt; aside &gt; .entries &gt; span.value {
	color: #404040;
    display: block;
    font-size: 90px;
    font-weight: 200;
    line-height: 0.6;
    margin: 0 0 20px;
}
.tmEventsOverview &gt; aside &gt; .entries &gt; span.text {
	color: #404040;
	display: block;
	font-size: 20px;
	font-weight: 200;
	line-height: 1.2;
	margin: 10px 0 0;
}
.tmEventsOverview &gt; section {
    float: right;
    margin: 0;
    position: relative;
    width: 71.578947368421055%; /* 816 */
}

/* Einträge */

.tmEventsOverview &gt; section &gt; .entries {
	color: #67c484;
	display: none;
	font-size: 23px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 27px;
    text-align: center;
}
.tmEventsOverview &gt; section &gt; .entries &gt; span.value {
	color: #404040;
	font-size: 55px;
	font-weight: 200;
}
.tmEventsOverview &gt; section &gt; .entries &gt; span.text {
	color: #404040;
	display: block;
	font-family: 'Noto Serif JP';
	font-size: 20px;
	font-weight: 200;
	margin: -8px 0 0;
}
.tmEventsOverview &gt; section &gt; .entries &gt; span.text &gt; br {
	display: none;
}

/* Filter */

.tmEventsOverview &gt; section &gt; .filterButton {
	display: none;
	margin: 0 0 30px;
}
.tmEventsOverview &gt; section &gt; .filterButton &gt; a {
	background: #67c484;
	border-radius: 4px;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	color: #FFFFFF;
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 46px;
	padding: 0 40px 0 20px;
	position: relative;
	text-align: left;
	text-transform: uppercase;
	transition: background 300ms ease;
}
.tmEventsOverview &gt; section &gt; .filterButton &gt; a:hover {
	background: #54a26c;
}
.tmEventsOverview &gt; section &gt; .filterButton &gt; a:before {
	color: #FFFFFF;
    content: "\1F3F8";
    font-family: 'TirolIconsWeb';
    font-size: 42px;
    line-height: 1;
    position: absolute;
    top: 50%;
    margin-top: -21px;
    right: 11px;
}
.tmEventsList &gt; ul.filter {
	margin-bottom: 20px;
    margin-top: 0;
}
.tmEventsList .filter &gt; li {
    background: #EDEDED;
    border-radius: 2px;
    cursor: pointer;
    float: left;
    font-size: 14px;
    font-weight: 500;
    height: 26px;
    line-height: 26px;
    margin: 0 5px 5px 0px;
    padding: 0 10px 0 30px;
    position: relative;
    transition: background 500ms ease, color 500ms ease, opacity 500ms ease;
}
.tmEventsList .filter &gt; li &gt; a {
	color: #FFFFFF;
	display: block;
    font-weight: 500;
    position: relative;
    transition: color 500ms ease;
    z-index: 1;
}
.tmEventsList .filter &gt; li &gt; i,
.tmEventsList .filter &gt; li &gt; a &gt; i {
    font-size: 14px;
    left: 7px;
    position: absolute;
    top: 0;
    z-index: 2;
}
.tmEventsList .filter &gt; li.all {
	background: #67c484 !important;
    padding: 0;
}
.tmEventsList .filter &gt; li.all &gt; i {
	color: #FFFFFF;
} 
.tmEventsList .filter &gt; li.all &gt; a {
    padding: 0 10px 0 30px;
}
.tmEventsList .filter &gt; li:hover {
    background: #67c484;
    color: #FFFFFF;
}
.tmEventsList .filter &gt; li &gt; span.value {
    display: none;
}
.tmEventsList .filter &gt; li:hover &gt; a {
    color: #FFFFFF;
}

/* Sortierung */

.tmEventsOverview &gt; .totalEntries {
	align-items: baseline;
	justify-content: center;
	color: #193c53;
	display: none;
	font-family: "Poppins", sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.36;
	margin: 20px 0 18px;
	position: relative;
	text-align: center;
}
.tmEventsOverview &gt; .totalEntries &gt; span {
	font-size: 34px;
	font-weight: bold;
	margin-right: 3px;
}

/* Kontakt */

.tmEventsOverview &gt; aside &gt; .contact {
	background: #193c53;
	margin: 0 -10px -20px -10px;
	padding: 15px 10px;
	position: relative;
}
.tmEventsOverview &gt; aside &gt; .contact .row1 img {
	border-radius: 50%;
	display: block;
	margin: 0 auto;
}
.tmEventsOverview &gt; aside &gt; .contact .row1 p.title {
	color: #FFFFFF;
	font-family: "Poppins", sans-serif;
	font-size: 26px;
	font-weight: normal;
	margin: 24px 0 0;
	text-align: center;
}
.tmEventsOverview &gt; aside &gt; .contact .row1 p.addition {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.28;
	text-align: center;
}
.tmEventsOverview &gt; aside &gt; .contact .row1 .phone {
	background: #67C484;
	border-radius: 5px;
	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;
	margin-top: 18px;
	padding: 14px 65px 16px 20px;
	position: relative;
	text-align: left;
	text-transform: uppercase;
	transition: background 300ms ease;
}		
.tmEventsOverview &gt; aside &gt; .contact .row1 .phone:hover {
	background: #54a26c;
}
.tmEventsOverview &gt; aside &gt; .contact .row1 .phone:before {
	color: #FFFFFF;
	content: "\1F5F4";
	font-family: "TirolIconsWeb";
	font-size: 40px;
	font-weight: normal;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	right: 10px;
}
.tmEventsOverview &gt; aside &gt; .contact &gt; .separator {
	color: #FFFFFF;
	display: block;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.44;
	margin: 25px 0 20px;
    position: relative;
	text-align: center;
}
.tmEventsOverview &gt; aside &gt; .contact &gt; .separator:before {
	background: rgba(255,255,255,0.14);
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	top: 50%;
	margin-top: 1px;
	width: 75px;
}
.tmEventsOverview &gt; aside &gt; .contact &gt; .separator:after {
	background: rgba(255,255,255,0.14);
	content: "";
	height: 2px;
	right: 0;
	position: absolute;
	top: 50%;
	margin-top: 1px;
	width: 75px;
}
.tmEventsOverview &gt; aside &gt; .contact .row2 &gt; a {
	background: none;
	border: 2px solid #FFFFFF;
	border-radius: 5px;
	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;
	margin: 0 0 4px;
	padding: 14px 50px 16px 20px;
	position: relative;
	text-align: left;
	text-transform: uppercase;
	transition: background 300ms ease, color 300ms ease;
}		
.tmEventsOverview &gt; aside &gt; .contact .row2 &gt; a:hover {
	background: #FFFFFF;
	color: #67c484;
}
.tmEventsOverview &gt; aside &gt; .contact .row2 &gt; a:before {
	color: #FFFFFF;
	font-family: "TirolIconsWeb";
	font-size: 44px;
	font-weight: normal;
	position: absolute;
	top: 50%;
	margin-top: -23px;
	right: 5px;
	transition: color 300ms ease;
}
.tmEventsOverview &gt; aside &gt; .contact .row2 &gt; a.chat:before {
	content: "\1F5F7";
}
.tmEventsOverview &gt; aside &gt; .contact .row2 &gt; a.mail:before {
	content: "\1F620";
}
.tmEventsOverview &gt; aside &gt; .contact .row2 &gt; a.newsletter:before {
	content: "\1F45F";
}
.tmEventsOverview &gt; aside &gt; .contact .row2 &gt; a:hover:before {
	color: #67c484;
}

/* Preloader */

body.showPreloader .ContentWrapper .tmEventsOverview &gt; section {
	opacity: 0.1;
}
body.showPreloader .ContentWrapper .tmEventsOverview &gt; section:before {
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}

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

	/* Übersicht */

	.tmEventsOverview &gt; aside {
		width: 25%;
	}
	.tmEventsOverview &gt; section {
		width: 75%;
		padding-left: 20px;
	}

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

	.eventlist .ContentWrapper .headlineWrapper &gt; div {
		padding: 0;
	}

}

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

	/* Übersicht */

	.tmEventsOverview &gt; aside {
		width: 30%;
	}
	.tmEventsOverview &gt; section {
		padding-left: 30px;
		width: 70%;
	}

}

@media all and (max-width: 980px){
	
	/* Basis */
		
    body.showContext {
        overflow: hidden;
    }
    
    /* Breadcrumb*/


	/* Content */ 

	body.eventlist:not(.teaserShow) .ContentWrapper .headlineWrapper {
		background: none;
		padding-bottom: 0;
	}
    body.eventlist:not(.teaserShow) .ContentWrapper .headlineWrapper:before {
		display: none;
	}
	.eventlist .ContentWrapper .headlineWrapper &gt; div &gt; h1 {
		font-size: 30px;
		line-height: 1.27;
		margin: 0;
	}
    body.eventlist:not(.teaserShow) .ContentWrapper .headlineWrapper &gt; div &gt; h1 {
		color: #193c53;
	}
	.eventlist.fixed .ContentWrapper .headlineWrapper &gt; h1 {
		padding-bottom: 0;
	}
	.eventlist .ContentWrapper .headlineWrapper &gt; div &gt; .searchForm {
		display: none;
	}
	
	/* Übersicht */
		
	.tmEventsOverview &gt; h2 {
		font-size: 30px;
		line-height: 1.27;
		margin: 20px 0;
	}
	.tmEventsOverview .weekdays {
		display: none;
	}
	.tmEventsOverview &gt; .totalEntries {
		display: flex;
	}
	.tmEventsOverview &gt; section {
		float: none;
		padding-left: 0;
		width: 100%;
	}
	.tmEventsOverview &gt; aside {
        bottom: 0;
        left: 0;
        margin: 0;
        opacity: 0;
        overflow: auto;
        padding: 115px 20px 70px;
        position: fixed;
        right: 0;
        top: 0;
        transition: opacity 500ms ease 0s, visibility 500ms ease 0s;
        visibility: hidden;
        z-index: -1;
        width: auto;
    }
    .tmEventsOverview &gt; aside:before {
		display: none;
	}
	.tmEventsOverview &gt; aside .mobileHeader {
		background: #FFFFFF;
		box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
		display: block;
		position: fixed;
		height: 80px;
		width: 100%;
		top: 0;
		left: 0;
		z-index: 100;
	}
	.tmEventsOverview &gt; aside &gt; .mobileHeader &gt; .close {
		border: 2px solid #67c484;
		border-radius: 4px;
		box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
		color: #67c484;
		cursor: pointer;
		display: block;
		height: 50px;
		position: absolute;
		right: 15px;
		text-align: center;
		top: 15px;
		width: 50px;
		z-index: 600;
	}
	.tmEventsOverview &gt; aside &gt; .mobileHeader &gt; .close:before {
		color: #67c484;
		font-size: 20px;
		font-weight: normal;
		margin: 0;
		position: absolute;
		right: 13px;
		top: 14px;
	}
    .tmEventsOverview &gt; aside &gt; .entries {
		display: none;
	}
	.tmEventsOverview &gt; aside &gt; .contact {
		display: none;
	}
    body.showContext .tmEventsOverview &gt; aside {
        opacity: 1;
        visibility: visible;
        z-index: 100;
    }
	.tmEventsOverview &gt; section {
		width: 100%;
    }
    .tmEventsOverview &gt; section &gt; .entries {
		display: block;
    }
	
	/* Filter */
		
	.tmEventsOverview &gt; section &gt; .filterButton {
		display: block;
		position: relative;
		bottom: 0;
		left: 0;
		z-index: 100;
		width: 100%;
		margin: 20px 0 20px 0;
	}
	.tmEventsOverview &gt; section &gt; .filterButton &gt; a {
		box-shadow: 0 -3px 6px 0 rgba(0, 0, 0, 0.16);
		line-height: 56px;
	}
	.tmEventsOverview &gt; section &gt; .filterButton.fixed {
		margin: 0;
		position: fixed;
	}
	.tmEventsOverview &gt; section &gt; .filterButton.fixed &gt; a {
		border-radius: unset;
	}
	.tmEventsOverview &gt; section &gt; .filterButton.fixed + * {
		margin-top: 95px;
	}

	/* Sortierung */

	.tmEventsOverview .sort {
		display: none;
	}
	
}

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

	.tmEventsOverview &gt; section {
		margin: 10px 0 0;
	}
	
	/* Content */

	.ContentWrapper {
		margin-top: 18px;
	}
	body.teaserShow .eventlist .ContentWrapper .headlineWrapper {
		background: #193c53;
		height: calc(100vh - 64px);
	}

	/* Übersicht */


}

/* TM - Vermieter - Übersicht - Filter */

/* Wochentage */
.tmEventsOverview.noTitle .weekdays {
	margin-top: 45px; 
}
.tmEventsOverview .weekdays {
	margin-bottom: 45px;
}
.tmEventsOverview .weekdays &gt; .row {
	align-items: center;
	display: flex;
	justify-content: center;
}
.tmEventsOverview .weekdays &gt; .row &gt; p {
	font-size: 16px;
	font-weight: normal;
}		
.tmEventsOverview .weekdays &gt; .row &gt; ul &gt; li:not(.toggle) {
	align-items: center;
	background: #FFFFFF;
	border: 2px solid #67c484;
	border-radius: 10px;
	color: #67c484;
	cursor: pointer;
	display: flex;
	height: 60px;
	font-size: 24px;
	font-weight: bold;
	margin-right: 22px;
	justify-content: center;
	padding: 0 10px;
	text-align: center;
	transition: background 300ms ease, color 300ms ease;
	width: 60px;
}
.tmEventsOverview .weekdays &gt; .row &gt; ul &gt; li.toggle {
	color: #67c484;
	cursor: pointer; 
	font-size: 16px;
	font-weight: bold;
	margin-left: 6px;
	text-decoration: underline;
}
.tmEventsOverview .weekdays &gt; .row &gt; ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: none;
	border: none;
	border-radius: unset;
	margin: 0 0 0 28px;
}
.tmEventsOverview .weekdays &gt; .row &gt; ul &gt; li:not(.toggle):hover,
.tmEventsOverview .weekdays &gt; .row &gt; ul &gt; li:not(.toggle).selected {
	background: #67c484;
	color: #FFFFFF;
}

/* Aside - Filter */

.filterbox {
    position: relative;
}
.filterbox:before {
	background: #FFFFFF;
	bottom: 0;
	content: "";
	height: 2px;
	left: -10px;
    position: absolute;
    right: -10px;
}
.filterbox &gt; h3 {
	font-family: 'Lato', sans-serif;
    font-size: 18px;
	font-weight: bold;
	line-height: 1.56;
	margin: 0;
	padding: 5px 0 5px 31px;
	position: relative;
	text-align: left;
	color: #193c53;
}
.filterbox &gt; h3:before {
	color: #8c9da9;
	font-family: 'TirolIconsWeb';
	font-size: 30px;
	font-weight: normal;
	line-height: 1;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	left: -2px;
}
.filterbox.date &gt; h3:before {
	content: "\1F798";
	font-size: 40px;
	left: -3px;
	margin-top: -22px;
}
.filterbox.towns &gt; h3:before {
	content: "\1F36B";
	font-size: 34px;
	left: -1px;
	margin-top: -17px;
}
.filterbox.towns.near &gt; h3:before {
	content: "\1F5BF";
	font-size: 32px;
	left: -2px;
	margin-top: -16px;
}
.filterbox.facilities &gt; h3:before {
	content: "\1F799";
	font-size: 34px;
	left: -2px;
	margin-top: -17px;
}
.filterbox.name &gt; h3:before {
	content: "\1F5F5";
	left: 1px;
	margin-top: -17px;
}
.filterbox.selected.show {
	padding-bottom: 30px; 
}
.filterbox.selected &gt; h3:before {
	content: "\1F3F8";
	font-size: 25px;
	font-weight: normal;
	left: 4px;
	margin-top: -13px;
}
.filterbox &gt; h3 &gt; span.icon {
	display: none;
	height: 37px;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 37px;
}
.filterbox &gt; h3 &gt; span.icon:before {
	color: #67c484;
	font-family: "webmanager";
	font-size: 7px;
	font-weight: normal;
	content: "\E8EB";
	right: 0;
	line-height: 1;
	margin: -4px 0 0;
	position: absolute;
	top: 50%;
	z-index: 1;
}
.filterbox.open &gt; h3 &gt; span.icon:before {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.filterbox &gt; .content {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
}
.filterbox.open &gt; .content {
	max-height: 100%;
	opacity: 1;
	padding: 0 0 15px;
	z-index: 1;
}
.filterbox &gt; .content &gt; ul {
	background: #FFFFFF;
	border: 2px solid #67c484;
	border-radius: 4px;
}
.filterbox ul &gt; li {
	background: #f1f3f5;
	border-bottom: 1px solid #E6E6E6;
	border-top: 1px solid #E6E6E6;
	display: flex;
	min-height: 46px;
    position: relative;
    padding: 0 15px;
}
.filterbox &gt; .content &gt; ul &gt; li:nth-child(2n) {
	background: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
}
.filterbox ul &gt; li &gt; i {
    color: #FFFFFF;
    font-size: 15px;
    height: 24px;
    left: 15px;
    line-height: 24px;
    margin-top: -12px;
    pointer-events: none;
    position: absolute;
    opacity: 0;
    text-align: center;
    top: 50%;
    width: 24px;
    z-index: 1;
}
.filterbox ul &gt; li &gt; i:before {
	font-size: 23px;
	font-weight: normal;
	line-height: 24px;
	margin-left: 1px;
	margin-right: 0;
}
.filterbox ul &gt; li &gt; input {
    display: none;
}
.filterbox ul &gt; li &gt; input:checked + i {
	background: #67c484;
    opacity: 1;
}
.filterbox ul &gt; li &gt; label {
	align-items: center;
	cursor: pointer;
	display: flex;
	font-size: 14px;
	line-height: 46px;
	padding: 0 0 0 24px;
	position: relative;
	transition: color 500ms ease 0s;
}
.filterbox ul &gt; li &gt; label:before {
	background: #FFFFFF;
    border: 2px solid #CCCCCC;
    content: "";
    height: 24px;
    left: 0;
	margin-top: -12px;
    position: absolute;
    top: 50%;
    transition: background 500ms ease, border 500ms ease;
    width: 24px;
}
.filterbox ul &gt; li &gt; label &gt; span.label {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.2;
	margin-left: 10px;
	transition: color 300ms ease;
}
.filterbox ul &gt; li:hover &gt; label &gt; span.label,
.filterbox ul &gt; li.checked &gt; label &gt; span.label {
	color: #000000;
}
.filterbox ul &gt; li &gt; label &gt; span.value {
	display: none;
	position: absolute;
	font-size: 14px;
	font-weight: 700;
	transition: color 300ms ease;
	right: 0;
}
.filterbox ul &gt; li:hover &gt; label &gt; span.value {
	color: #c61932;
}
.filterbox ul &gt; li &gt; ul {
	background: #FFFFFF;
	display: none;
    margin: 0 0 -1px 0;
    padding: 5px 10px;
}
.filterbox ul &gt; li.showChild &gt; ul {
	display: block;
}
.filterbox ul &gt; li &gt; ul &gt; li &gt; label::before {
	background: #EDEDED;
}
.filterbox &gt; .content &gt; .button {
	background: #67c484;
	border-radius: 5px;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	color: #FFFFFF;
	display: none;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	margin-top: 15px;
	max-width: 325px;
	padding: 14px 20px 16px 20px;
	text-align: center;
	text-transform: uppercase;
	transition: background 300ms ease;
}
.filterbox &gt; .content &gt; .button:hover {
	background: #54a26c;
}
.filterbox.changed &gt; .content &gt; .button {
	display: block;
}
.filterbox &gt; a:hover {
	background: #8A141F;
	border: 1px solid #8A141F;
	color: #FFFFFF;
}

/* Alles aus-/abwählen) */

.filterbox .content &gt; ul li.toggle {
	color: #67c484;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	line-height: 35px;
	letter-spacing: -0.14px;
	padding: 6px 0 6px 50px !important;
	text-decoration: underline;
}
.filterbox .content &gt; ul li.toggle .checkbox {
	background: #FFFFFF;
	border: 2px solid #c2c2c2;
	box-shadow: none;
	cursor: pointer;
	height: 24px;
	left: 15px;
	margin-top: -12px;
	position: absolute;
	top: 50%;
	width: 24px;
	z-index: 2;
}
.filterbox .content &gt; ul li.toggle .checkbox &gt; i {
	color: #FFFFFF;
	font-size: 15px;
	height: 24px;
	left: -2px;
	line-height: 24px;
	margin-top: -12px;
	pointer-events: none;
	position: absolute;
	opacity: 0;
	text-align: center;
	top: 50%;
	width: 24px;
	z-index: 1;
}
.filterbox .content &gt; ul li.toggle .checkbox.checked &gt; i {
	background: #67c484;
	opacity: 1;
}
.filterbox .content &gt; ul li.toggle .checkbox &gt; i:before {
	font-size: 23px;
	font-weight: normal;
	margin-left: 1px;
	margin-right: 0;
}

/* Datum */

.filterbox.date .content .row:not(.days) {
	background: #FFFFFF;
	border: 2px solid #999999;
	border-radius: 5px;
	min-height: 50px;
	overflow: hidden;
	position: relative;
}
.filterbox.date .content .row.arrival {
	margin-bottom: 5px;
}
.filterbox.date .content .row &gt; input {
	background: none;
	border: none;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	position: absolute;
	left: 0;
	height: 100%;
	top: 0;
	opacity: 0;
	z-index: 1;
}
.filterbox.date .content .row &gt; div.date {
	background: none;
	border: 1px solid #FFFFFF;
	border-radius: 5px;
	color: #000000;
	cursor: pointer;
	font-size: 16px;
	line-height: 44px;
	padding: 0 20px;
	position: relative;
	text-align: left;
	width: 100%;
	z-index: 2;
}
.filterbox.date .content .row &gt; .date {
	display: block;
	font-size: 16px;
	font-weight: normal;
	line-height: 46px;
	padding: 0 0 0 18px;
}
.filterbox.date .content .row &gt; .date.placeholder {
	opacity: 0.5;
}
.filterbox.date .content .row &gt; div.icon {
	height: 50px;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
}
.filterbox.date .content .row &gt; div.icon:before {
	color: #8c9da9;
	font-family: "TirolIconsWeb";
	font-size: 60px;
	font-weight: normal;
	content: "\1F6CF";
	right: -4px;
	line-height: 1;
	margin: -33px 0 0;
	position: absolute;
	top: 50%;
	z-index: 1;
}
.filterbox.date .content .row.days {
	margin-top: 10px;
	text-align: center;
}
.filterbox.date .content .row.days &gt; label {
	color: #8c9da9;
	display: block;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.44;
	margin-bottom: 5px;
	position: relative;
	text-transform: lowercase;
}
.filterbox.date .content .row.days &gt; label:before {
	background: #8c9da9;
	content: "";
	position: absolute;
	left: 8px;
	opacity: 0.14;
	top: 50%;
	margin-top: 1px;
	height: 2px;
	width: 75px;
}
.filterbox.date .content .row.days &gt; label:after {
	background: #8c9da9;
	content: "";
	position: absolute;
	right: 8px;
	opacity: 0.14;
	top: 50%;
	margin-top: 1px;
	height: 2px;
	width: 75px;
}
.filterbox.date .content .row.days &gt; ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: none;
	border: none;
	border-radius: unset;
}
.filterbox.date .content .row.days &gt; ul &gt; li {
	background: #f1f3f5;
	border: 2px solid #67c484;
	border-radius: 5px;
	color: #67c484;
	cursor: pointer;
	display: block;
	min-height: unset;
	font-size: 16px;
	font-weight: bold;
	line-height: 38px;
	padding: 0 10px;
	text-align: center;
	transition: background 300ms ease, color 300ms ease;
	width: 87px;
}
.filterbox.date .content .row.days &gt; ul &gt; li:first-child {
	max-width: 90px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 90px;
}
.filterbox.date .content .row.days &gt; ul &gt; li:hover, 
.filterbox.date .content .row.days &gt; ul &gt; li.selected {
	background: #67c484;
	color: #FFFFFF;
}
.filterbox.date .content .book {
	margin-top: 10px;
}
.filterbox.date .content .book &gt; ul {
	background: none;
	border: none;
	border-radius: unset;
}
.filterbox.date .content .book &gt; ul &gt; li {
	background: none;
	border-bottom: none;
	border-top: none;
	min-height: 35px;
	padding: 0;
}
.filterbox.date .content .book &gt; ul &gt; li.hide {
	display: none;
}
.filterbox.date .content .book &gt; ul &gt; li &gt; i {
	left: 0;
}
.filterbox.date .content .book &gt; ul &gt; li &gt; label &gt; span.label {
	color: #333333;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.21;
	letter-spacing: -0.14px;
}

/* Kategorien */

.filterbox.facilities .content &gt; ul {
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.filterbox.facilities .content &gt; ul &gt; li {
	display: block;
}
.filterbox.facilities .content &gt; ul li p.drop {
	cursor: pointer;
	font-size: 16px;
	line-height: 46px;
	color: #67c484;
	font-weight: bold;
	position: relative;
}
.filterbox.facilities .content &gt; ul li p.drop.hide {
	color: #000000;
	font-weight: normal;
}
.filterbox.facilities .content &gt; ul li p.drop:before {
	color: #67c484;
	font-family: "webmanager";
	font-size: 7px;
	font-weight: normal;
	content: "\E8EB";
	right: 0;
	line-height: 1;
	margin: -2px 0 0;
	position: absolute;
	top: 50%;
	z-index: 1;
}
.filterbox.facilities .content &gt; ul li p.drop:not(.hide):before {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.filterbox.facilities .content &gt; ul li p.drop.hide + ul {
	display: none;
}
.filterbox.facilities .content &gt; ul li p.drop + ul {
	display: block;
	margin-bottom: 14px;
}
.filterbox.facilities .content &gt; ul li &gt; ul {
	border: none;
	padding: 0;
}
.filterbox.facilities .content &gt; ul li &gt; ul &gt; li {
	background: #f1f3f5;
	border: none !important;
	display: block !important;
	min-height: 35px !important;
	padding: 0 !important;
}
.filterbox.facilities .content &gt; ul li:nth-child(2n) &gt; ul &gt; li {
	background: #FFFFFF;
}
.filterbox.facilities .content &gt; ul li &gt; ul &gt; li &gt; label {
	line-height: 35px;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.filterbox.facilities .content &gt; ul li &gt; ul &gt; li &gt; label:before {
	background: #FFFFFF;
}
.filterbox.facilities .content &gt; ul li &gt; ul &gt; li &gt; label &gt; span {
	color: #333333;
	font-size: 14px;
	margin-left: 5px;
}
.filterbox.facilities .content &gt; ul li &gt; ul &gt; li &gt; i {
	left: 0;
}
.filterbox.facilities .content &gt; ul li &gt; ul li.toggle {
	color: #67c484;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	line-height: 35px;
	letter-spacing: -0.14px;
	padding: 6px 0 6px 30px !important;
	text-decoration: underline;
}
.filterbox.facilities .content &gt; ul li &gt; ul li.toggle .checkbox {
	background: #FFFFFF;
	border: 2px solid #c2c2c2;
	box-shadow: none;
	cursor: pointer;
	height: 24px;
	left: 0;
	margin-top: -12px;
	position: absolute;
	top: 50%;
	width: 24px;
	z-index: 2;
}
.filterbox.facilities .content &gt; ul li &gt; ul li.toggle .checkbox &gt; i {
	color: #FFFFFF;
	font-size: 15px;
	height: 24px;
	left: -2px;
	line-height: 24px;
	margin-top: -12px;
	pointer-events: none;
	position: absolute;
	opacity: 0;
	text-align: center;
	top: 50%;
	width: 24px;
	z-index: 1;
}
.filterbox.facilities .content &gt; ul li &gt; ul li.toggle .checkbox.checked &gt; i {
	background: #67c484;
	opacity: 1;
}
.filterbox.facilities .content &gt; ul li &gt; ul li.toggle .checkbox &gt; i:before {
	font-size: 23px;
	font-weight: normal;
	margin-left: 1px;
	margin-right: 0;
}

/* Name */

.filterbox.name form {
	position: relative;
	z-index: 3;
}
.filterbox.name form &gt; .field {
	background: #FFFFFF;
    border: solid 2px #999999;
    border-radius: 4px;
    font-size: 16px;
    font-weight: normal;
    height: 50px;
	outline: none;
    padding: 0 50px 0 15px;
    width: 100%;
}
.filterbox.name form &gt; .field:focus {
	border: 2px solid #67c484;
}
.filterbox.name form &gt; .button {
    height: 50px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 50px;
}
.filterbox.name form &gt; .button &gt; span.icon {
	color: #c2c2c2;
	font-size: 35px;
	left: 6px;
	position: absolute;
	top: 1px;
}
.filterbox.name form &gt; .button &gt; span.icon:before {
	font-family: 'TirolIconsWeb';
	content: "\1F5F5";
}
.filterbox.name form &gt; .button &gt; input {
    background: none;
    border: none;
    cursor: pointer;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
}
.filterbox.name form &gt; .suggestion {
	border: 2px solid #67c484;
	border-radius: 0px 0px 4px 4px;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	margin-top: -2px;
	position: relative;
	background: #FFFFFF;
	z-index: -1;
}
.filterbox.name form &gt; .suggestion &gt; .title {
	display: none;
}
.filterbox.name form &gt; .suggestion &gt; ul &gt; li {
	align-items: center;
	background:	#FFFFFF;
	border-bottom: none;
	border-top: 1px solid #E6E6E6;
	display: flex;
	position: relative;
	padding: 0;
}
.filterbox.name form &gt; .suggestion &gt; ul &gt; li &gt; a {
	background: #FFF;
	color: #193c53;
	display: block;
	font-size: 16px;
	font-weight: 300;
	overflow: hidden;
	padding: 0 15px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.filterbox.name form &gt; .suggestion &gt; ul &gt; li &gt; a &gt; strong {
	color: #67c484;
}
.filterbox.name form &gt; .suggestion &gt; .buttons {
	background: #67c484;
	transition: background 300ms ease;
}
.filterbox.name form &gt; .suggestion &gt; .buttons:hover {
	background: #54a26c;
}
.filterbox.name form &gt; .suggestion &gt; .buttons &gt; a {
	color: #FFFFFF;
	font-size: 16px;
	line-height: 1.2;
	display: block;
    padding: 10px 15px;
	text-align: center;
}

/* Ausgewählte Filter */

.filterbox.selected {
	display: none;
}
.filterbox.selected.show {
	display: block;
}
.filterbox.selected:before {
	display: none;
}
.filterbox.selected &gt; h3 {
	padding: 3px 0 4px 32px;
}
.filterbox.selected &gt; ul {
	border: none;
	background: none;
	border-radius: unset;
}
.filterbox.selected ul &gt; li {
	background: none;
	border-radius: 4px;
	border: 2px solid #8c9da9;
	cursor: pointer;
	color: #193c53;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.25;
	margin-right: 5px;
	min-height: auto;
	padding: 4px 35px 5px 12px;
	text-transform: uppercase;
    transition: all 300ms ease;
}
.filterbox.selected ul &gt; li:hover {
	background: #67c484;
	border: 2px solid #67c484;
	color: #FFFFFF;
}
.filterbox.selected ul &gt; li.all {
	border: solid 2px #67c484;
	border-radius: 4px;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	display: block;
	margin: 30px 0 0;
	padding: 0;
	text-align: center;
}
.filterbox.selected ul &gt; li.all &gt; a {
	color: #67c484;
	font-size: 16px;
	font-weight: bold;
	padding: 0 20px;
	display: block;
	line-height: 42px;
	transition: background 300ms ease, color 300ms ease;
}
.filterbox.selected ul &gt; li.all:hover &gt; a {
	background: #67c484;	
	color: #FFFFFF;	
}
.filterbox.selected ul &gt; li &gt; i {
	color: #67c484;
	font-size: 12px;
	height: 24px;
	left: auto;
	opacity: 1;
	right: 4px;
	transition: color 300ms ease;
}
.filterbox.selected ul &gt; li:hover &gt; i {
	color: #FFFFFF;
}
.filterbox.selected ul &gt; li &gt; i:before {
	font-size: 12px;
	font-weight: normal;
	margin: 0;
}
        
/* Button - confirm (mobile) */

.tmEventsOverview .confirm.mobile {
	background: #67C484;
	box-shadow: 0 -3px 6px 0 rgba(0, 0, 0, 0.16);
	display: none;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	opacity: 0;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 0;
	z-index: 9999;
	padding: 26px 65px 28px 20px;
	text-align: left;
	text-transform: uppercase;
	transition: opacity 300ms ease;
}
.tmEventsOverview.changed .confirm.mobile {
	opacity: 1;
}
.tmEventsOverview .confirm.mobile:before {
	color: #FFFFFF;
	content: "\1F476";
	font-family: "TirolIconsWeb";
	font-size: 34px;
	font-weight: normal;
	position: absolute;
	top: 50%;
	margin-top: -17px;
	right: 10px;
}

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

	.filterbox.date .content .row.days &gt; ul &gt; li {
		max-width: none !important;
		width: 100% !important;
		margin-right: 5px;
	}
	.filterbox.date .content .row.days &gt; ul &gt; li:last-child {
		margin-right: 0;
	}	

}

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

	.filterbox:before {
		left: 0;
		right: 0;
	}
	.filterbox.selected {
		padding: 6px 0 30px;
	}

}

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

	.filterbox.changed &gt; .content &gt; .button {
		display: none;
	}
	.tmEventsOverview .confirm.mobile {
		display: block;
		opacity: 1;
	}

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

	.filterbox &gt; h3 {
		font-size: 16px;
		padding: 7px 0 8px 35px;
	}
	.filterbox &gt; h3 &gt; span.icon {
		height: 39px;
		width: 39px;
	}

}

/* TM - Events - Übersicht */

.tmEventsList &gt; .wrapper {
	display: flex;
	flex-wrap: wrap;
	margin-left: -0.885478158205431%;
	margin-right: -0.885478158205431%;
}
.tmEventsList &gt; .wrapper &gt; .day {
	align-items: center;
	background: #59c3d6;
	display: flex;
	height: 50px;
	margin-bottom: 30px;
	margin: 15px 0.885478158205431% 30px;
	justify-content: center;
	width: 100%;
}
.tmEventsList &gt; .wrapper &gt; .day:first-child {
	margin-top: 0;
}
.tmEventsList &gt; .wrapper &gt; .day &gt; span {
	color: #FFFFFF;
	font-family: "Poppins", sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
	padding-left: 33px;
	position: relative;
}
.tmEventsList &gt; .wrapper &gt; .day &gt; span:before {
	content: "\1F6CF";
	font-family: 'TirolIconsWeb';
	font-size: 60px;
	left: -12px;
	position: absolute;
	top: -31px;
	font-weight: normal;
}
.tmEventsList article {
	background: #193c53;
	float: left;
	cursor: pointer;
	margin: 0 0.885478158205431% 15px 0.885478158205431%; /* 0 7.5 15 7.5 */
	padding: 15px;
	position: relative;
	width: 31.55%; /* 262 */
}
/*.tmEventsList article:nth-of-type(3n) {
	margin-right: 0;
}
.tmEventsList article:nth-of-type(3n) + article {
	clear: left;
}*/
.tmEventsList article &gt; h2 {
    display: none;
}
.tmEventsList article &gt; figure {
	position: relative;
}
.tmEventsList article .img a {
	display: block;
	min-height: 232px;
	position: relative;
}
.tmEventsList article .image img {
	display: block;
	font-size: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
}
.tmEventsList article .bookMark {
	line-height: 25px;
	width: 26px;
	height: 25px;
	position: absolute;
	top: 8px;
	right: 8px;
	z-index: 99;
}
.tmEventsList 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;
}
.tmEventsList article .bookMark:hover:before,
.tmEventsList article .bookMark.selected:before {
	color: #C30018;
}
.tmEventsList 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;
}
.tmEventsList article figcaption {
	margin-top: 15px;
	padding-bottom: 60px;
	position: relative;
}
.tmEventsList article figcaption &gt; .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;
}
.tmEventsList article figcaption &gt; .content {
	color: #FFFFFF;
	margin: 7px 0 0;
}
.tmEventsList article figcaption &gt; .content &gt; p {
	font-size: 16px;
	font-weight: normal;
	padding-left: 25px;
	position: relative;
}
.tmEventsList article figcaption &gt; .content &gt; 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;
}
.tmEventsList article figcaption &gt; .content &gt; p.town:before {
	content: "\1F36B";
	font-size: 27px;
	left: -3px;
	margin-top: -14px;
}
.tmEventsList article figcaption &gt; .content &gt; p.time:before {
	content: "\1F3C0";
	font-size: 30px;
	left: -5px;
	margin-top: -15px;
}
.tmEventsList article figcaption &gt; .content &gt; p.days {
	display: none;
}
.tmEventsList article figcaption &gt; .content &gt; p.days.hasItems {
	display: block;
}
.tmEventsList article figcaption &gt; .content &gt; p.days:before {
	content: "\1F6CF";
	font-size: 35px;
	left: -7px;
	margin-top: 0;
	top: -6px;
}
.tmEventsList article figcaption &gt; .content &gt; p.days span.day {
	display: inline-block;
}
.tmEventsList article figcaption &gt; .content &gt; p.days span.day:after {
	content: ",";
	margin: 0 5px 0 0;
}
.tmEventsList article figcaption &gt; .content &gt; p.days span.day:last-child:after {
	display: none;
}
.tmEventsList article figcaption &gt; .content .booking-free {
	color: #67C484;
	display: none;
	grid-template-columns: 18px 1fr;
	gap: 4px;
	align-items: center;
	font-size: 16px;
	font-family: 'Lato';
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1;
	margin: auto 0 0 0;
	padding: 16px 0 0;
}
.tmEventsList article figcaption &gt; .content .booking-free.show {
	display: grid;
}
.tmEventsList article figcaption &gt; .content .booking-booked-up {
	color: #F28982;
	display: none;
	grid-template-columns: 18px 1fr;
	gap: 4px;
	align-items: center;
	font-size: 16px;
	font-family: 'Lato';
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1;
	margin: auto 0 0 0;
	padding: 16px 0 0;
}
.tmEventsList article figcaption &gt; .content .booking-booked-up.show {
	display: grid;
}
.tmEventsList article figcaption &gt; .content .booking-preloader {
	display: none;
}
.tmEventsList article figcaption &gt; .content .booking-preloader.show {
	display: block;
	height: 48px;
	width: 48px;
	margin: 16px auto;
}
.tmEventsList article figcaption .actionWrapper {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.tmEventsList article figcaption .actionWrapper &gt; .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;
}
.tmEventsList article figcaption .actionWrapper &gt; .button:before {
	color: #FFFFFF;
	content: "\1F476";
	font-family: "TirolIconsWeb";
	font-size: 34px;
	font-weight: normal;
	position: absolute;
	top: 50%;
	margin-top: -17px;
	right: 10px;
}
.tmEventsList article figcaption .actionWrapper &gt; .button:hover {
	background: #54a26c;
}
.tmEventsList 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;
}
.tmEventsList article .price.free {
	font-size: 14px;
}
.tmEventsList article .inklusive {
	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: 40px;
	left: -16px;
	line-height: 1;
	padding: 6px 10px 5px;
}
.tmEventsList article .inklusive {
	font-size: 14px;
}
.tmEventsList article .inklusive + .freeentry {
	top: 66px;
}
.tmEventsList article .freeentry {
	background: #67c484;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	top: 40px;
	left: -16px;
	line-height: 1;
	padding: 6px 10px 5px;
}
.tmEventsList article .price &gt; span {
	font-family: "Poppins", sans-serif;
	font-size: 30px;
}
.tmEventsList article .top {
	background: #67c484;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	color: #FFFFFF;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	top: -5px;
	left: -16px;
	line-height: 1;
	padding: 6px 10px 5px;
}
.tmEventsList article .fix {
	background: #67c484;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	color: #FFFFFF;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	top: -5px;
	left: -16px;
	line-height: 1;
	padding: 6px 10px 5px;
}
.tmEventsList article .price + .top {
	top: 40px;
}
.tmEventsList article .price + .fix {
	top: 40px;
}
.tmEventsList article .price + .top + .fix {
	top: 65px;
}
.tmEventsList article .top + .fix {
	top: 25px;
}

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

	.tmEventsList article figcaption .actionWrapper &gt; .button {
		padding: 14px 45px 16px 15px;
	}
	.tmEventsList article figcaption .actionWrapper &gt; .button:before {
		right: 6px;
	}
		
}
@media all and (max-width: 1100px){

	.tmEventsList &gt; .wrapper {
		display: flex;
		flex-wrap: wrap;
		margin-left: 0;
		margin-right: 0;
		justify-content: space-between;
	}
	.tmEventsList article {
		margin: 0 0 15px 0;
		width: 48.92%;
	}
	.tmEventsList &gt; .wrapper &gt; .day {
		margin: 15px 0 30px;
	}
		
}

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

	.tmEventsList &gt; .wrapper &gt; .day {
		margin: 15px 0 30px -500px;
		position: relative;
		left: 50%;
		width: 100%;
		min-width: 1000px;
		overflow: hidden;
	}

}

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

	.tmEventsList &gt; .wrapper &gt; .day {
		margin: 0 0 15px -500px;
	}
	.tmEventsList article {
		margin: 0 0 15px 0 !important;
		padding: 20px 15px 30px;
		width: 100%;
	}
	.tmEventsList article .mobileTitle {
		display: block;
		padding-right: 30px;
	}
	.tmEventsList article .bookMark {
		top: -6px;
		right: -2px;
	}
	.tmEventsList article .img {
		position: relative;
	}
	.tmEventsList article .price {
		top: 5px;
	}
	.tmEventsList article .price + .fix {
		top: 52px;
	}
	.tmEventsList article figcaption {
		min-height: auto;
		padding-bottom: 70px;
	}
	.tmEventsList article figcaption &gt; .title {
		display: none;
	}

}

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

	.tmEventsList article &gt; figure {
		display: flex;
		flex-direction: column;
		height: 100%;
	}
	.tmEventsList article figcaption {
		display: flex;
		flex-direction: column;
		height: 100%;
	}
	.tmEventsList article figcaption &gt; .content {
		display: flex;
		flex: 1;
		flex-direction: column;
	}

}

/* TM - Events - Übersicht - Suche */

.eventlist .ContentWrapper .headlineWrapper &gt; div &gt; .searchForm {
	padding: 15px 0;
	position: relative;
	top: auto;
}
.eventlist.fixed .ContentWrapper .headlineWrapper &gt; div &gt; .searchForm {
	padding: 15px 0;
	position: fixed;
	top: 75px;
	z-index: 100;
}
.eventlist .ContentWrapper .headlineWrapper &gt; div &gt; .searchForm:before {
	background: #193c53;
	content: "";
	height: 100%;
	left: -4000px;
	position: absolute;
	top: 0;
	width: 8000px;
	z-index: -1;
}
.eventlist .ContentWrapper .headlineWrapper &gt; div &gt; .searchForm &gt; .form {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.eventlist .ContentWrapper .headlineWrapper &gt; div &gt; .searchForm .row {
	background: #FFFFFF;
	border: none;
	margin: 0 20px 0 0;
	width: 175px;
	border-radius: 5px;
	min-height: 50px;
	overflow: hidden;
	position: relative;
}
.eventlist .ContentWrapper .headlineWrapper &gt; div &gt; .searchForm .row.arrival,
.eventlist .ContentWrapper .headlineWrapper &gt; div &gt; .searchForm .row.departure {
	margin: 0 10px 0 0;
}
.eventlist .ContentWrapper .headlineWrapper &gt; div &gt; .searchForm .row.today {
	font-size: 16px;
	transition: color 300ms ease, background 300ms ease;
	width: 115px;
}
.eventlist .ContentWrapper .headlineWrapper &gt; div &gt; .searchForm .row.today:hover {
	background: #67c484;
	color: #FFFFFF;
}
.eventlist .ContentWrapper .headlineWrapper &gt; div &gt; .searchForm .row &gt; div.icon {
	height: 50px;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
}
.eventlist .ContentWrapper .headlineWrapper &gt; div &gt; .searchForm .row &gt; div.icon:before {
	color: #8c9da9;
	font-family: "TirolIconsWeb";
	font-size: 60px;
	font-weight: normal;
	content: "\1F6CF";
	right: -4px;
	line-height: 1;
	margin: -31px 0 0;
	position: absolute;
	top: 50%;
	z-index: 1;
}
.eventlist .ContentWrapper .headlineWrapper &gt; div &gt; .searchForm &gt; .form &gt; .row &gt; input {
	background: none;
	border: none;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
	font-size: 16px;
	padding: 0 20px;
	position: absolute;
	left: 0;
	height: 100%;
	top: 0;
	width: 100%;
	z-index: 1;
}
.eventlist .ContentWrapper .headlineWrapper &gt; div &gt; .searchForm &gt; .form .button {
	background: #67c484;
	border-radius: 5px;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	margin: 0;
	position: relative;
	width: 305px;
	transition: background 300ms ease;
}
.eventlist .ContentWrapper .headlineWrapper &gt; div &gt; .searchForm &gt; .form .button:before {
	color: #FFFFFF;
	font-family: "TirolIconsWeb";
	font-size: 35px;
	font-weight: normal;
	content: "\1F5F5";
	right: 15px;
	line-height: 1;
	margin: -17.5px 0 0;
	pointer-events: none;
	position: absolute;
	top: 50%;
	z-index: 2;
}
.eventlist .ContentWrapper .headlineWrapper &gt; div &gt; .searchForm &gt; .form .button &gt; input {
	background: none;
	border: none;
	color: #FFFFFF;
	line-height: 1;
	outline: none;
	font-size: 16px;
	font-weight: bold;
	padding: 17px 60px 17px 20px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}
.eventlist .ContentWrapper .headlineWrapper &gt; div &gt; .searchForm &gt; .form .button:hover {
	background: #54a26c;
}
.eventlist .ContentWrapper .headlineWrapper &gt; div &gt; .searchForm &gt; div .towns {
	margin-right: 10px;
}
.eventlist .ContentWrapper .headlineWrapper &gt; div &gt; .searchForm &gt; div .facilities {
	margin-right: 20px;
}
.eventlist .ContentWrapper .headlineWrapper &gt; div &gt; .searchForm div &gt; div.field {
	background: #FFFFFF;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	width: 175px;
}
.eventlist .ContentWrapper .headlineWrapper &gt; div &gt; .searchForm div &gt; div.field select {
	background: none;
	border: 2px solid #FFFFFF;
	border-radius: 5px;
	color: #333333;
	cursor: pointer;
	font-size: 16px;
	line-height: 46px;
	outline: none;
	padding: 0 40px 0 20px;
	position: relative;
	text-align: left;
	width: 100%;
	z-index: 2;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.eventlist .ContentWrapper .headlineWrapper &gt; div &gt; .searchForm div &gt; div.field select:focus {
	border: 2px solid #67c484;
}
.eventlist .ContentWrapper .headlineWrapper &gt; div &gt; .searchForm div &gt; div.field select option:disabled, 
.eventlist .ContentWrapper .headlineWrapper &gt; div &gt; .searchForm div &gt; div.field select optgroup:disabled {
	color: #999999;
}
.eventlist .ContentWrapper .headlineWrapper &gt; div &gt; .searchForm div &gt; div.field div.icon {
	height: 50px;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
}
.eventlist .ContentWrapper .headlineWrapper &gt; div &gt; .searchForm div &gt; div.field div.icon:before {
	color: #67c484;
	font-family: "webmanager";
	font-size: 8px;
	font-weight: normal;
	content: "\E8EB";
	right: 20px;
	line-height: 1;
	margin: -4px 0 0;
	position: absolute;
	top: 50%;
	transition: color 300ms ease;
	z-index: 1;
}
.eventlist .ContentWrapper .headlineWrapper &gt; div &gt; .searchForm .row &gt; .field::-webkit-input-placeholder {
    color: #333333 ;
    opacity: 1;
}
.eventlist .ContentWrapper .headlineWrapper &gt; div &gt; .searchForm .row &gt; .field:-moz-placeholder {
    color: #333333 ;
    opacity: 1;
}
.eventlist .ContentWrapper .headlineWrapper &gt; div &gt; .searchForm .row &gt; .field::-moz-placeholder {
    color: #333333 ;
    opacity: 1;
}
.eventlist .ContentWrapper .headlineWrapper &gt; div &gt; .searchForm .row &gt; .field:-ms-input-placeholder {
    color: #333333 ;
    opacity: 1;
}
.eventlist .ContentWrapper .headlineWrapper &gt; div &gt; .searchForm .row &gt; .field::-ms-clear {
   display: none;
}

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

	.eventlist.fixed .ContentWrapper .headlineWrapper &gt; div &gt; .searchForm {
		padding: 15px 0;
		max-width: 1140px;
		left: 20px;
		right: 20px;
	}
	.eventlist .ContentWrapper .headlineWrapper &gt; div &gt; .searchForm .row &gt; div.icon {
		display: none;
	}

}

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

	.eventlist .ContentWrapper .headlineWrapper &gt; div &gt; .searchForm &gt; .form {
		align-items: center;
		justify-content: center;
	}
	.eventlist .ContentWrapper .headlineWrapper &gt; div &gt; .searchForm div &gt; div.field {
		width: 135px;
	}
	.eventlist .ContentWrapper .headlineWrapper &gt; div &gt; .searchForm .row {
		margin: 0 10px 0 0;
		width: 170px;
	}
	.eventlist .ContentWrapper .headlineWrapper &gt; div &gt; .searchForm &gt; div .facilities {
		margin-right: 15px;
	}
	.eventlist .ContentWrapper .headlineWrapper &gt; div &gt; .searchForm &gt; .form .button &gt; input {
		font-size: 15px;
	}

}

/* Element - Gruppenteaser */

.wmTeaser.eventlist {
	margin: 0;
}
.wmTeaser.eventlist &gt; div {
	opacity: 0;
}
.wmTeaser.eventlist.show &gt; div {
	opacity: 1;
	transition: opacity 500ms ease;
}
.wmTeaser.eventlist article {
	background: #FFFFFF;
	cursor: pointer;
	display: flex;
	float: none;
	margin: 0;
	min-height: 100%;
	overflow: visible;
	padding: 5px 5px 0 5px;
	position: relative;
	transition: opacity 500ms ease;
	width: 100%;
}
.wmTeaser.eventlist article &gt; h2 {
	display: none;
}
.wmTeaser.eventlist article figure {
	display: flex;
	flex-direction: column;
}
.wmTeaser.eventlist article figure &gt; a {
	display: block;
	position: relative;
}
.wmTeaser.eventlist article figure &gt; a:before {
	display: none;
}
.wmTeaser.eventlist article figure &gt; a img {
	display: block;
	width: 100%;
}
.wmTeaser.eventlist article figure &gt; figcaption {
	bottom: auto;
	flex: 1;
	left: auto;
	right: auto;
	top: auto;
	padding: 8px 15px 90px;
	position: relative;
	text-align: center;
}
.wmTeaser.eventlist article figure &gt; figcaption &gt; .title {
	color: #193c53;
	font-family: "Poppins", sans-serif;
	font-size: 20px;
	font-weight: bold;
	hyphens: auto;
	line-height: 1.4;
	text-align: center;
	width: 100%;
}
.wmTeaser.eventlist article figure &gt; figcaption &gt; .info {
	color: #193c53;
	font-size: 16px;
	font-weight: bold;
	min-height: 45px;
}
.wmTeaser.eventlist article figure &gt; figcaption &gt; .info &gt; span {
	display: block;
}
.wmTeaser.eventlist article figure &gt; figcaption &gt; .price &gt; .addition {
	color: #193c53;
	font-size: 14px;
	font-weight: normal;
}
.wmTeaser.eventlist article figure &gt; figcaption &gt; a.button {
	background: #67C484;
	border-radius: 5px;
	bottom: 30px;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	color: #FFFFFF;
	display: block;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: bold;
	left: 10px;
	line-height: 1;
	padding: 14px 65px 16px 20px;
	position: absolute;
	right: 10px;
	text-align: left;
	text-transform: uppercase;
	transition: background 300ms ease;
}
.wmTeaser.eventlist article figure &gt; figcaption &gt; a.button:hover {
	background: #54a26c;
}
.wmTeaser.eventlist article figure &gt; figcaption &gt; a.button:before {
	color: #FFFFFF;
	content: "\1F476";
	font-family: "TirolIconsWeb";
	font-size: 34px;
	font-weight: normal;
	position: absolute;
	top: 50%;
	margin-top: -17px;
	right: 10px;
}

/* Swiper */

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


/* Swiper - Mobile Nav */

.wmTeaser.eventlist .nav.mobile {
	opacity: 0;
	transform: 500ms ease opacity;
}
.wmTeaser.eventlist .nav.mobile .swiper-prev {
	left: 15px;
	transform: none;
	opacity: 1;
}
.wmTeaser.eventlist .nav.mobile .swiper-next {
	right: 15px;
	transform: none;
	opacity: 1;
}
.wmTeaser.eventlist .nav.mobile .swiper-button-disabled {
	opacity: 0.5;
}
.wmTeaser.eventlist .nav.mobile .swiper-prev:before,
.wmTeaser.eventlist .nav.mobile .swiper-next:before {
	font-size: 50px;
	z-index: 10;
}
.wmTeaser.eventlist .nav.mobile .swiper-prev:before {
	left: -13px;
}

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

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

}

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

	.wmTeaser.eventlist .swiper-container {
		overflow: visible;
	}
	.wmTeaser.eventlist .swiper-next {
		right: -25px;
	}
	.wmTeaser.eventlist .swiper-prev {
		left: -25px;
	}

}

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

	.wmTeaser.eventlist article {
		padding: 10px 10px 0 10px;
	}
	.wmTeaser.eventlist article figure &gt; figcaption {
		padding: 25px 10px 75px;
	}
	.wmTeaser.eventlist article figure &gt; figcaption &gt; a.button {
		bottom: 15px;
	}

}</pre></body></html>