

/* --- Stylesheet 6238 () --------- */ 

.T3939 {
	position: relative;
	margin-top: 30px;	
}

.T3939 .leftbar {
	margin-top: 20px;
	padding: 0px 0px 25px 0px;
	float: left;
	width: 250px;
	background-color: rgba(255,255,255,0.2);
}

.T3939 .rightbar {
	margin-left: 300px;
}

.T3939 .rightbar .mobilefilter {
	display: none;
}

.T3939 .items {
	display: table;
	width: 100%;
	border-spacing: 0px;
	border-collapse:collapse; 
}

.T3939 .items .item {
	display: table-row;
}

.T3939 .items .item .col {
	display: table-cell;
	vertical-align: top;
	padding: 20px 30px 20px 0px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.T3939 .items .item .col.content { padding-right: 0px; }

.T3939 .cover { width: 210px; }

.T3939 .cover img {
	width: 100%;
	height: auto;
	box-shadow: 5px 5px 15px rgba(0,0,0,0.2);
}


.T3939 .headline { display: flex;}
.T3939 .headline h3 { flex: 3; }
.T3939 .headline .datum { flex: 1; text-align: right; }

.T3939 .intro { margin-bottom: 10px; }

.T3939 .subitems {
	display: table;
	width: 100%;
	border-spacing: 0px;
	border-collapse:collapse; 
}

.xT3939 .subitems a { 
	color: #34a;
}
.xT3939 .subitems a:hover { 
	color: #78c;
}

.T3939 .subitems .subitem {
	display: table-row;
	
}

.T3939 .subitems .subitem .subcol {
	display: table-cell;
	vertical-align: top;
	padding: 0px 20px 5px 0px;
	font-size: 14px;
}


.T3939 .subcol.autor { width: 35% }
.T3939 .subcol.name { width: 65% }


/* --- Stylesheet 6375 () --------- */ 

.T3939  .box {
	margin: 20px 15px 0 20px;
}

.T3939  .box .headline {
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}

.T3939  .box ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.T3939  .box ul li {
	margin: 0;
	padding: 0;
}

.T3939 .box ul li a {
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 1.2;
	padding: 0px 15px 6px 22px;
	cursor: pointer;
	text-decoration: none;
	color: #000;
}
.T3939 .box ul li a:before {
	content: '';
	display: block;
	position: absolute;
	top: 2px;
	left: 0;
	background: #fff;
	vertical-align: middle;
	width: 12px;
	height: 12px;
	text-align: center;
}

.T3939 .box ul.radio li a:before {
	border-radius: 12px;
}
	
.T3939  .box ul li a.active:before {
	background-color: #393;
	background-image: url(https://tramino.s3.amazonaws.com/s/explorer-hotels/767029/checkbox.png);
	background-position: top left;
	background-repeat: no-repeat;
}

.T3939 .box ul li a.off {
	color: #999;
}



.T3939 .box ul li a span {
	font-size: 12px;
	position: absolute;
	right: 0px;
	top: 3px;
	color: #666;
}


/* --- Stylesheet 6964 () --------- */ 

@media all and (min-width: 1024px) and (max-width: 1279px) {
	.T3939 .leftbar {
		width: 220px;
	}
	.T3939 .rightbar {
		margin-left: 270px;
	}
	.T3939 .cover {
		width: 180px;
	}
}

@media all and (min-width: 768px) and (max-width:1023px) {
	.T3939 .leftbar {
		width: 210px;
	}
	.T3939 .rightbar {
		margin-left: 260px;
	}
	.T3939 .cover {
		width: 150px;
	}
}

@media all and (min-width: 568px) and (max-width: 767px) {
	.T3939 .leftbar {
		position: absolute;
		top: 0;
		left: 0;
		width: 220px;
		background-color: #cccdbf;
		display: none;
	}

	.T3939 .leftbar.show {
		display: block;
	}


	.T3939 .rightbar {
		margin-left: 0px;
	}

	.T3939 .rightbar .mobilefilter {
		display: inline-block;
	}
	.T3939 .cover {
		width: 180px;
	}
}

@media all and (max-width: 567px) {
	.T3939 .leftbar {
		position: absolute;
		top: 0;
		left: 0;
		width: 220px;
		background-color: #cccdbf;
		display: none;
	}

	.T3939 .leftbar.show {
		display: block;
	}


	.T3939 .rightbar {
		margin-left: 0px;
	}

	.T3939 .rightbar .mobilefilter {
		display: inline-block;
	}

	.T3939 .items { display: block; }
	.T3939 .items .item { display: block; }
	.T3939 .items .item .col { display: block; width: 100%; }
	.T3939 .cover {
		display: none !important;
	}
}

