/* -----------------------------------------------------------------------------
This website is powered by indual
Copyright (c) 2005-2014 indual GmbH (www.indual.ch)
-------------------------------------------------------------------------------- */

/* ---------- Listing / Overview ---------- */

#listing_text_left {
	overflow: hidden;
}
.listing_entry.listing-even:after,
.overview_item:nth-child(2n+1):after,
.overview_item:after,
.listing_entry.listing-odd:after {
	content: '';
	width: 1000px;
	background: #fff;
	height: 100%;
	top: 0;
	right: -1000px;
	display: block;
	position: absolute;
}
.overview_item:after,
.listing_entry.listing-even:after {
	left: -1000px;
	right: auto;
}
.overview_item:nth-child(2n+1):after {
	right: -1000px !important;
	left: auto;
}
.overview_item,
.listing_entry.listing-even,
.overview_item:nth-child(2n+1),
.listing_entry.listing-odd {
	background: #fff;
}
.overview_item .content,
.listing_entry .listing_entry_text {
	padding: 0 0 0 3px !important;
	box-sizing: border-box;
}

#overview_title_content {
	overflow: hidden;
	width: 100%;
}
.listing_entry .pictures :nth-last-child(2),
.overview_item .pictures :nth-last-child(2) {
	margin-bottom: 0;
}
.listing_entry,
.overview_item {
	margin: 70px 0 0 0;
	padding: 0;
	position: relative;
}
.listing_actions {
	position: absolute;
	background: #fff;
	background: rgba(255,255,255,0.8);
	padding: 4px 12px;
	top: 0;
	right: 0;
	z-index: 70;
}
.listing_entry .listing-date {
	font-weight: 700;
}
.listing_entry .listing-content,
.overview_item .content {
	overflow: auto;
}
.overview_item .content {
	padding: 0;
}
.overview_item .text > *:last-child {
	margin-bottom: 0;
}
.overview_item .content .introduction:empty {
	display: none;
}
.overview_item .bx-viewport {
	max-height: 500px;
	overflow: hidden;
}
.listing_entry .pictures,
.overview_item .pictures {
	float: left;
	width: 50%;
	height: 500px;
	margin: 0 40px 0 0;
	position: relative;
	overflow: hidden;
}
.overview_item .pictures {
	height: auto;
}
.listing_entry .bx-viewport {
	height: 500px;
}
.listing_entry:nth-child(even) .pictures,
.overview_item:nth-child(even) .pictures {
	float: right;
	margin: 0 0 0 31px;
}
.listing_entry .pictures ~ *,
.overview_item .pictures ~ * {
	overflow: hidden;
}

.listing_entry .listing_entry_text,
.overview_item .listing_entry_text {
	position: relative; 
	top: -11px;
}
.listing_entry h2.listing-title,
.listing_entry h2.listing-title a,
.overview_item h2,
.overview_item h2 a {
	font-size: 32px;
	line-height: 46px;
	font-weight: 300;
	color: #b3071b;
	position: relative;
	top: 0;
}
.listing_entry h2.listing-title,
.overview_item h2 {
	margin: 0 0 15px 0;
	padding: 0;
	border-bottom: 0;
}

.category_5 .overview_item .text > ul ~ p,
.category_5 .overview_item a.button.backlink {
	display: none;
}
.category_5 .overview_item .text p:nth-last-child(3),
.category_5 .overview_item .text p:nth-last-child(2) {
	display: block !important; 
}

.listing_entry_backlink a,
.listing-more-button {
	margin: 25px 0 0 0;
	display: inline-block;
	text-decoration: none;
	position: relative;
	font-weight: normal;
	text-transform: uppercase;
	padding: 12px 24px;
	color: #fff;
	background: #b3071b none;
}
.root_category_8 .listing-more-button {
	margin-right: 20px;
}
.listing_entry_backlink a:hover,
.listing-more-button:hover {
	background: #720411;
	color: #fff !important;
	text-decoration: none;
}
#mod_overview .left .resource {
	clear: none !important;
	float: left;
}
.overview_item > .resource_container .picture + .picture {
	display: none;
}
.category_2 #listing_page_introduction {
	clear: both;
	margin: -30px 0 30px;
	text-align: center;
}

/* ---------- Google Maps ---------- */
.map_wrap,
.mod_google_maps .siteframe #bx-slider-wrap > .bx-wrapper {
	display: none;
}
.mod_google_maps.no_system_page .map_wrap {
	display: block;
}
.header_map {
	position: relative;
	padding: 0 0 48.15%;
}
.header_map iframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 60;
}
.gmap-map {
	margin-bottom: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
#module_map {
	height: 100% !important;
}
div.infowindow h2 {
	font-size: 18px;
	font-weight: 400;
	margin: 0 0 5px 0;
	line-height: 22px;
}
div.infowindow p {
	margin-bottom: 0;
}
.mod_google_maps #header_picture {
	display: none;
}
/* ---------- Datepicker ---------- */
.ui-datepicker.ui-widget {
	font-family: 'Frutiger', Arial, Helvetica, sans-serif;
	background: #b3071b;
	z-index: 300 !important;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.6);
}
.ui-datepicker {
	padding: 0;
}

div.ui-datepicker-header {
	border: none;
	border-bottom: 1px solid #b3071b;
	background: transparent;
	font-weight: normal;
	font-size: 11px;
	text-transform: uppercase;
}

div.ui-datepicker-header .ui-state-hover {
	background: transparent;
	border-color: transparent;
	cursor: pointer;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

div.ui-datepicker .ui-datepicker-title {
	margin-top: 10px;
	margin-bottom: 10px;
}
div.ui-datepicker .ui-datepicker-title select {
	margin: 1px;
	width: 48%;
}

div.ui-datepicker .ui-datepicker-prev-hover,
div.ui-datepicker .ui-datepicker-next-hover,
div.ui-datepicker .ui-datepicker-next,
div.ui-datepicker .ui-datepicker-prev {
	top: 13px;
	bottom: 13px;
	height: auto;
	border: none;
	text-decoration: none !important;
}
div.ui-datepicker .ui-datepicker-prev:before,
div.ui-datepicker .ui-datepicker-next:before {
	content: 'n';
	color: #fff;
	text-transform: none;
	font: 20px/20px 'fontastic';
	text-decoration: none !important;
}
div.ui-datepicker .ui-datepicker-prev:before {
	content: 'p';
}

div.ui-datepicker .ui-datepicker-prev-hover {
	left: 2px;
}

div.ui-datepicker .ui-datepicker-next-hover {
	right: 2px;
}

div.ui-datepicker .ui-datepicker-next span,
div.ui-datepicker .ui-datepicker-prev span {
	background-image: url(images/ui-icons_ffffff_256x240.png);
	background-position: -32px -32px;
	margin-top: 0;
	top: 0;
	font-weight: normal;
}

div.ui-datepicker .ui-datepicker-prev span {
	background-position: -96px -32px;
}

div.ui-datepicker .ui-datepicker-prev-hover span {
	background-position: -96px -48px;
}

div.ui-datepicker .ui-datepicker-next-hover span {
	background-position: -32px -48px;
}

div.ui-datepicker table {
	margin: 0;
}

div.ui-datepicker th {
	padding: 6px 0;
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
	border: none;
	border-top: 1px solid #fff;
}

div.ui-datepicker td {
	border: none;
	padding: 0;
}

.ui-datepicker td .ui-state-default {
	background: transparent;
	border: none;
	text-align: center;
	padding: 3px 0;
	margin: 0;
	font-weight: bold;
	color: #efefef;
	color: rgba(255,255,255,0.7);
	font-size: 14px;
	cursor: pointer;
}

.ui-datepicker td .ui-state-active,
.ui-datepicker td .ui-state-hover {
	background: #333;
	color: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	cursor: pointer;
}

div.ui-datepicker-prev,
div.ui-datepicker-next {
	top: 3px;
}

.ui-datepicker td.ui-datepicker-week-end > * {
	font-weight: bold;
	color: #fff;
}
