/*
http://norderney.neusta-et.de/unterkunft-buchen/gastgeber.html
hide roomSubAccommodations
*/

.host_list .subcontent {
	display: none !important;
}

.advent-calender {
	display: block;
	text-decoration: none;
	height: 200px;
	width: 200px;
	background-image: url("../../Images/samples/christmas--circle-01.svg");
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	right: 11%;
	z-index: 100;
}

#sb-container{
	display:none;
}

@media screen and (max-width: 1189px) {
	.advent-calender {
		position: initial;
	}
}
