﻿/* REKA.CH PRINT LAYOUT */

#header .top,
#header #search,
#header .contact,
#header .search-form,
#logo_de a,
#logo_fr a,
#logo_it a,
#logo_en a,
#slideshow,
#navigation,
#menu,
#sidebar,
#footer .server-info,
#footer .nav {
	display: none;
}

.print-only {
	display: inherit;
}

@media print {
	body {
		background: none;
		min-width: 0;
	}
}

@media screen {
	body {
		background: none;
		width: 970px;
		margin-left: auto;
		margin-right: auto;
	}
}

.shell {
	width: inherit;
	background: #fff;
	margin-bottom: 20px;
}

#header {
	padding: 0;
}

#main {
	margin-top: 0 !important;
	padding: 0 !important;
	background: none !important;
}

#content,
#content-wide {
	float: none;
	width: inherit;
	padding-left: 0;
}

.heading {
	background: none;
	border-top: 2px solid #ccc;
	padding-top: 10px;
}

#footer {
	margin-top: 40px;
	color: #000;
	height: auto;
}

#footer .shell .wrap {
	padding: 10px 0 0 0;
	border-top: 1px solid #ccc;
	background: none;
}

.planoBoxBottom {
	margin-bottom: 0 !important;
}

/* Anlageseite, Elemente die nicht gedruckt werden sollen */
.print-button,
.renew-search,
.prev-image,
.next-image,
.holiday-slideshow-opts,
.holiday-share,
.ui-tabs-nav,
.book-button,
.colored-accordion .accordion-entry h2,
.booking-calendars {
	display: none !important;
}

.holiday-result-entry .content {
	page-break-after: always;
}

.holiday-slideshow {
	border: none !important;
	padding: 0;
}

.holiday-slideshow .caroufredsel_wrapper {
	width: auto !important;
}

.holiday-slideshow .slider {
	right: 0 !important;
}

.holiday-slideshow .slider>a {
	display: none !important;
	margin-right: 0 !important;
}

.holiday-slideshow .slider>a img {
	margin: 0 !important;
}

.holiday-slideshow .slider>a:first-child {
	display: block !important;
}

.holiday-result-entry .content,
.holiday-result-entry .sidebar {
	display: block !important;
	float: none !important;
	width: inherit !important;
}



.listing-widget {
	background: none;
	padding: 0;
}

.holiday-result-tabs {
	background: none;
	border: none;
	box-shadow: none;
}

.holiday-result-tabs .tab {
	border: none !important;
	padding: 0 !important;
}

.accordion-entry .accordion-entry-content {
	display: block !important;
	background: none;
	padding: 0;
}

.accordion-entry .accordion-entry-content .object-info,
.accordion-entry .accordion-entry-content .object-image {
	width: 50% !important;
}

.plano-container {
	page-break-inside: avoid;
}

.plano-container .cl {
	display: none !important;
}

.colored-accordion .accordion-entry {
	background: none;

	margin-bottom: 0;
	padding-top: 30px;
	border-top: 1px dotted #B2B2B2;
}
.colored-accordion .accordion-entry:first-child {
	padding-top: 0;
	border-top: none;
}

.colored-accordion .accordion-entry-content .entry-details {
	background: none;
	border: none;
	padding: 0;
	display: none;
	float: none;
	width: 100%;
	min-height: 0;
}

.colored-accordion .accordion-entry-content .entry-details br {
	display: none;
}

.colored-accordion .accordion-entry-content .entry-title {
	border-bottom: 1px solid #000;
	background: none;
}

.colored-accordion .accordion-entry-content .entry-price {
	display: block;
	float: none;
	width: 100%;
	position: relative;
}

.colored-accordion .accordion-entry-content .entry-price strong {
	position: absolute;
	right: 0;
	top: 0;
}

.colored-accordion .accordion-entry.expanded .entry-details {
	display: block;
}

.colored-accordion .accordion-entry-content .entry-title h3,
.colored-accordion .accordion-entry-content .entry-title p,
.colored-accordion .accordion-entry-content .entry-price h4,
.colored-accordion .accordion-entry-content .entry-price p,
.colored-accordion .accordion-entry-content .entry-price strong,
.colored-accordion .accordion-entry-content .entry-price h5,
.colored-accordion .accordion-entry-content .entry-price strong sup {
	color: #000 !important;
}