/* 1.0.1 | 2013-05-21 | Dietmar | bikereldorado.com */

@charset "utf-8";

/* HTML5 display definitions */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; height: 0; }
[hidden] { display: none; }

/* Base */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea {
	font-family: Tahoma, Geneva, sans-serif;
	color: #232323;
}
body {
	background: #333133;
	font-size: 14px; line-height: 1.231;
    margin: 0;
}

::selection {
	background: #f4b722; background: rgba(244,183,34, 0.75);
	color: #121212; text-shadow: none;
}

/* Links */

a { color: #333133; }
a:hover { color: #f4b722; }
a:focus { outline: thin dotted; }
a:active, a:hover { outline: 0; }

h2 a, h3 a { color: #232323; text-decoration: none; }

/* Typography */

h1, h2, h3 { font-weight: normal; line-height: 110%; text-align: left; }
h1 { font-size: 2em; margin: 0.67em 0; }
h2 { font-size: 1.5em; margin: 0.83em 0; }
h3 { font-size: 1.17em; margin: 1em 0; }
h4 { font-size: 1em; margin: 1.33em 0; }
h5 { font-size: 0.83em; margin: 1.67em 0; }
h6 { font-size: 0.67em; margin: 2.33em 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr {
	border: none; border-top: 1px dashed #ccc;
	-moz-box-sizing: content-box; box-sizing: content-box; display: block;
	height: 1px;
	margin: 1em 0; padding: 0;
}
mark { background: #ff0; color: #000; }
p, pre { margin: 1em 0; }
code, kbd, pre, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ''; content: none; }
small { font-size: 80%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Lists */

dl, menu, ol, ul { margin: 1em 0; }
dd { margin: 0 0 0 40px; }
menu, ol, ul { padding: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

/* Embedded content */

img { border: 0; -ms-interpolation-mode: bicubic; }
svg:not(:root) { overflow: hidden; }

/* Figures */

figure { margin: 0; }

/* Forms */

form { margin: 0; }
fieldset { border: 0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
legend { border: 0; padding: 0; white-space: normal; *margin-left: -7px; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, select { text-transform: none; }
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; *overflow: visible; }
button[disabled], html input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *height: 13px; *width: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; }

/* Tables */

table { border-collapse: collapse; border-spacing: 0; }

/* CUSTOM CLASSES */

/* clearfix */
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after { clear: both; }
/* For IE 6/7 (triggers hasLayout) */
.cf { *zoom: 1; }

.s { font-size: 0.786em; }
.xs { font-size: 0.714em; }
.alignright { text-align: right; }
.alignleft { text-align: left; }
.aligncenter { text-align: center; }
.alignjustify { text-align: justify; }
.margintop { margin-top: 1em; }
.marginright { margin-right: 1em; }
.marginbottom { margin-bottom: 1em; }
.marginleft { margin-left: 1em; }
.right { float: right; }
.left { float: left; }

/* msg */
.msg, .msgerror { margin-bottom: 15px; padding: 4px; }
.msg h2, .msgerror h2 { margin: 0 0 10px 0; }
.msg ul, .msgerror ul { margin-top: 0; }
.msg { background-color: white; border: 1px solid #ddd; }
.msg h2 { color: #444; }
.msgerror { background-color: white; border: 1px solid #c00; }
.msgerror, .msgerror h2 { color: #c00; }

/* pagenav */
.pagenav { text-align: center; }
.pagenav span a {
	font-size: 1.214em; vertical-align: bottom;
	padding: 0 2px;
}
.pagenav a, .pagenav strong { margin: 2px; padding: 2px; }
.pagenav a:hover, .pagenav strong {
	border: 1px solid;
	margin: 1px;
}
.pagenav a, .pagenav a:hover { text-decoration: none; }
.pagenav a:hover { border-style: dotted; }

/* button */
a.button, button, input[type="submit"], input[type="button"] {
	background: #1a171b; border-radius: 1px;
	border: 0;
	color: white; line-height: 25px; text-decoration: none; text-transform: uppercase;
	display: inline-block;
	padding: 0 10px;
}
a.button:hover, button:hover, input[type="submit"]:hover, input[type="button"]:hover { background: #333133; color: #f4b722; }
a.button.next:after, button.next:after { content: ' ›'; }
a.button.prev:before, button.prev:before { content: '‹ '; }

/* PRIMARY STYLES [layout] */

.wrapper {
	margin: 0 auto;
	position: relative;
	width: 940px;
}

#header {
	background: #f4b722;
	height: 350px;
	position: relative;
}
#logo {
	background: white url(/grafik/template/logo.png?1) no-repeat center center;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	display: block;
	position: absolute; top: 30px; left: 20px; z-index: 100;
	text-indent: -9999em;
	width: 280px; height: 150px;
}
#panorama {
	background: white;
	height: 440px;
	overflow: hidden;
	position: absolute; top: 100px; left: 0; z-index: 70;
}
#panorama_nav { position: absolute; top: 470px; left: 20px; z-index: 90; }
#panorama_nav a {
	background: #d2d0cd;
	box-shadow: 0 0 1px 1px rgba(0,0,0,0.5);
	display: block;
	float: left;
	margin-right: 6px;
	text-decoration: none;
	width: 10px; height: 10px;
	transition: background ease-in 0.75s;
}
#panorama_nav a.activeSlide { background: #f4b722; }

#langselect {
	position: absolute;
	top: 542px;
	right: 5px;
	z-index: 10;
	font-size: 11px;
	text-transform: uppercase;
}
#langselect a { text-decoration: none; }
#langselect a.active {
	text-decoration: underline;
}

main {
	background: white;
	padding: 190px 0 80px 0;
}
main article {
	-moz-box-sizing: border-box; box-sizing: border-box;
	float: right;
	padding: 0 40px 0 20px;
	width: 66.66%;
}
#nav_main {
	-moz-box-sizing: border-box; box-sizing: border-box;
	float: left;
	margin-top: -70px; padding: 20px;
	position: relative; z-index: 80;
	width: 33.33%;
}
#nav_main.fixed {
	position: fixed;
	top: 0;
	margin-top: 0;
	width: 313px;
}
#nav_main li {
	background: #1a171b url(/grafik/template/nav_main_arrow.png) no-repeat right center;
	height: 60px;
	line-height: 60px; font-size: 1.25em;
	margin-bottom: 1px;
	transition: background ease-in 0.2s;
}
#nav_main li:hover { background-image: url(/grafik/template/nav_main_arrow_active.png); background-color: #000;  }
#nav_main li.active { background: #333133 url(/grafik/template/nav_main_arrow_active.png) no-repeat right center; }
#nav_main li:hover a, #nav_main li.active a { color: #f4b722; }
#nav_main a {
	color: white; text-decoration: none;
	display: block;
	padding: 0 20px;
	transition: color ease-in 0.2s;
}
#nav_main .buchung, #nav_main .buchung:hover {
	background: #f4b722 url(/grafik/template/nav_main_arrow_cta.png) no-repeat right center;
	margin-top: 1em;
}
#nav_main .buchung a, #nav_main .buchung:hover a { color: #1a171b; }
#nav_main .buchung:hover { background-color: #f4a721; }
#nav_main .buchung:active { background-color: #f6c54c; }

#footer .wrapper { margin: -60px auto 2em auto; }
#footer {
	line-height: 110%;
	font-size: 110%;
}
#footer .box {
	background: #1a171b;
	-moz-box-sizing: border-box; box-sizing: border-box;
	color: white; font-size: 0.875em;
	min-height: 180px;
	padding: 20px;
	position: relative;
}
#footer address strong {
	display: block;
	line-height: 110%;
	margin: 0.83em 0;
}
#footer h2, #footer address strong {
	font-size: 1.1em; font-weight: bold;
	margin-top: 0;
}
#footer a { color: white; text-decoration: none; }
#footer a:hover { color: #f4b722; }
#footer address {
	font-style: normal;
	width: 240px;
}
#footer address a.facebook {
	background: #333133 url('/grafik/template/logo_faceook.png') no-repeat center left;
	display: block;
	width: 170px;
	height: 30px;
	overflow: hidden;
	margin-top: 4px;
	text-indent: -99em;
	transition-property: background-color;
    transition-duration: 0.75s;
}
#footer address a.facebook:hover { background-color: #004d94; }
#footer .partner {
	position: absolute; top: 20px; left: 260px;
	width: 435px;
}
#footer .partner ul {
	list-style: none;
	padding: 0;
	width: 100%;
}
#footer .partner li {
	font-size: 0.95em;
	float: left;
	width: 40%;
}
#footer .partner li:nth-child(2n) { width: 60%; }
#footer .logos {
	position: absolute; top: 20px;right: 20px;
	width: 220px; height: 140px;
}
#footer .logos a:first-of-type { background: #221f22; }
#footer .logos #auszeichnung {
	width: 100%; 
	margin-top: 10px; 
}

#footer .copyright {
	color: #999899; font-family: Arial, Helvetica, sans-serif; font-size: 0.625em;
	padding: 4px 6px;
}
#footer .copyright span { color: #484648; }
#footer .copyright a { color: #999899; }
#footer .copyright a:hover { color: #f4b722; }
#footer .copyright .scrolltop {
	float: right;
	text-transform: uppercase;
}

/* CONTENT */

main article { line-height: 160%; text-align: justify; }
main article blockquote {
	background: #333133;
	box-shadow: 4px 4px #999899;
	color: white;
	margin: 1em 0; padding: 1em 2em;
	transition: box-shadow ease-in 0.35s;
}
main article blockquote:hover { box-shadow: 4px 4px 1px #f4b722; }

.book-btn { text-align: center; }
.book-btn img {
	width: 230px;
	height: auto;
}

/* PRINT STYLES */

@media print {
	* { background: transparent!important; color: black!important; text-shadow: none!important; filter:none!important; -ms-filter: none!important; }
	a, a:visited { text-decoration: underline; }
	a[href]:after { content: " [" attr(href) "]"; }
	abbr[title]:after { content: " [" attr(title) "]"; }
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	thead { display: table-header-group; }
	tr, img { page-break-inside: avoid; }
	img { max-width: 100%!important; }
	@page { margin: 1.5cm; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3 { page-break-after: avoid; }
	/* custom print styles */
	#header, #aside, #footer, #copyright { display: none; }
	main { background: none; box-shadow: none; margin: 0; }
	main article  { float: none; font-size: 16pt; padding: 0; width: 100%; }
	.slidebox dd { display: block!important; }
}