.T5084 .col {
	float: left;
}
.T5084 .hide { display: none !important; }
.T5084 .item { background-color: #fff; margin: 20px 0px 0px 0px; }

.T5084 .col1 { width: 340px; }
.T5084 .col2 { width: 600px; }
.T5084 .col3 { width: 300px; }

.T5084 .content { margin: 20px 20px 10px 0px; }
.T5084 h3 { font-size: 20px; margin: 0px 0px 10px 0px; }
.T5084 .intro p { margin: 0px 0px 5px 0px; }
.T5084 .intro a { color: inherit; }

.T5084 .content_buttons .button { padding: 0 !important; display: inline-block; color: #FFF; text-align: center; }
.T5084 .content_buttons .button.booking { background-color: #0092f7; cursor: pointer; }
.T5084 .content_buttons .button.booking.active { background-color: #0092f7a8; }
.T5084 .content_buttons .button a { padding: 7px 12px; color: #FFF; text-decoration: none; display: inline-block; }
.T5084 .content_buttons .modalcart.hide { display: none; }
.T5084 .content_buttons .modalcart {
	text-align: center;
	background-color: #CCC;
}
.T5084 .content_buttons .modalcart .cart_inner .booking_option {
	display: grid;
	grid-template-columns: 25% 40% 25%;
	column-gap: 10px;
}
.T5084 .content_buttons .modalcart .cart_inner .booking_option .class_name { align-self: center; } 
.T5084 .content_buttons .modalcart .cart_inner .booking_option .booking {
	color: #FFF;
	background-color: #0092f7;
	padding: 5px 10px;
	cursor: pointer;
	font-weight: bold;
}
	


.T5084 .col3 table { margin: 15px 10px 0px 0px; border-collapse: separate; border-spacing: 4px; font-size: 14px; }
.T5084 .col3 table td.icon { font-weight:  bold; text-align: center; padding-right: 5px; }
.T5084 .col3 table td.icon i { font-size:  18px; font-weight:  bold; }

.T5084 .col3 table td.preis span { font-size: 20px; font-weight: bold; }



.T5084 .preis_info  { font-size: 11px; color: #666; }@media all and (min-width: 1024px) and (max-width: 1279px) {
	
}

@media all and (min-width: 768px) and (max-width:1023px) {
	
}

@media all and (max-width: 767px) {
	
	
	.T5084 .col1 { width: 100%;}
	.T5084 .col1 img { width: 100%; height: auto;}
	.T5084 .col2 { width: 60%; font-size: 12px;}
	.T5084 .col2 .content { padding: 0px 0px 0px 10px;}
	.T5084 .col2 h3 { font-size: 14px;}
	.T5084 .col3 {  width: 40%; }
	.T5084 .col3 table {  font-size: 12px;}
	.T5084 .col3 table td { vertical-align: top;}

	.T5084 .content_buttons {
		display: grid;
		grid-template-columns: 100%;
		padding-top: 5px;
		row-gap: 5px;
	}
	
}
.T5084.S8857 .wrapper {
	display: grid;
	grid-template-columns: repeat(auto-fill, 300px);
	justify-content: space-evenly;
	grid-gap: 20px;
}


.T5084.S8857 .item.event.entry {
	display: flex;
	flex-direction: column;
	width: 300px;
	border: 1px solid #ccc;
}


.T5084.S8857 .col {
	width: 100% !important;
}

.T5084.S8857 .col3 { order: 1; padding: 0 10px !important; }
.T5084.S8857 .col2 { order: 2; padding: 10px 10px !important;}

.T5084.S8857 .content { margin: 10px 0 !important;  }
.T5084.S8857 .content_buttons { grid-template-columns: 100% !important; }.T5084 .tofilter .filterbar {
	background-color: #FFF;
	/* position: absolute; width: 240px; top: 30px; left: 0; z-index: 2; */
	padding: 15px 0;
}

.T5084 .tofilter .filterbar .inner { position: relative; }
.T5084 .tofilter .filterbar .mobileclose { display: none; position: absolute; top: -5px; right: 10px; cursor: pointer; }


.T5084 .tofilter .filterbar .box {
	margin: 0 0 20px 30px;
	break-inside: avoid;
}

.T5084 .tofilter .filterbar .checkboxen {
	display: flex;
	flex-wrap: wrap;
	align-content: space-around;
}

.T5084 .tofilter .filterbar .box .headline {
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 15px 0;
}

.T5084 .tofilter .filterbar .box ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.T5084 .tofilter .filterbar .box ul li {
	margin: 0;
	padding: 0;
	text-align: center;
}

.T5084 .tofilter .filterbar .box ul li img{
	margin: 5px auto;
	cursor: pointer;
}

.T5084 .tofilter .filterbar .box ul li span {
	position: relative;
	display: inline-block;
	font-size: 15px;
	line-height: 1.1;
	padding: 0px 0 6px 15px;
	cursor: pointer;
	min-width: 200px;
}

.T5084 .tofilter .filterbar .box ul li span:before {
	content: '';
	display: inline-block;
	background: #DDD;
	vertical-align: middle;
	width: 12px;
	height: 12px;
	text-align: center;
	margin-bottom: 3px;
}

.T5084 .tofilter .filterbar .box ul li span.active:before {
	background-color: #888;
	background-image: url(https://tramino.s3.amazonaws.com/s/explorer-hotels/767029/checkbox.png);
	background-position: top left;
	background-repeat: no-repeat;
}


.T5084 .tofilter .filterbar .box[data-filtertype=slider] .sliderwrapper {
	position: relative;
	width: 180px;
}

.T5084 .tofilter .filterbar .box[data-filtertype=slider] .sliderwrapper .minvalue {
	position: absolute;
	top: 0;
	left: 0;
}

.T5084 .tofilter .filterbar .box[data-filtertype=slider] .sliderwrapper .maxvalue {
	position: absolute;
	top: 0;
	right: 0;
}

.T5084 .tofilter .filterbar .box[data-filtertype=slider] .sliderwrapper .sliderrangewrapper {
	padding-top: 30px;
}
.T5084 .tofilter .filterbar .box[data-filtertype=slider] .sliderwrapper .sliderrange {
	width: 100%;
}

.T5084 .tofilter .filterbar .box .info {
	font-size: 11px;
}


.T5084 .tofilter .mobilefilter { 
	cursor: pointer;
	display: none;
	margin: 0 0 20px 20px;
	border: 1px solid #555;
	color: #555;
	padding: 4px 12px;
	font-size: 14px;
}
.T5084 .tofilter .mobilefilter i { font-size: 16px; } 

.T5084 .tofilter .mobilefilter.open { background-color: #555; color: #FFF; }

.T5084 .tofilter .nomatch { display: none; }

.info_foundtermine {
	padding-top: 5px;
	font-size: 13px;
}
