@charset "utf-8";

@font-face {
	font-family: 'MeteoconsRegular'; font-style: normal; font-weight: normal;
	src: url('../font/meteocons-webfont.eot');
	src: url('../font/meteocons-webfont.eot?#iefix') format('embedded-opentype'),
		   url('../font/meteocons-webfont.woff') format('woff'),
		   url('../font/meteocons-webfont.ttf') format('truetype'),
		   url('../font/meteocons-webfont.svg#MeteoconsRegular') format('svg');
}

@font-face {
	font-family: 'Kirvy Bold';
	src: url('../font/kirvy-bold.woff') format('woff');
}
@font-face {
	font-family: 'Kirvy Regular';
	src: url('../font/kirvy-regular.woff') format('woff');
}
@font-face {
	font-family: 'Kirvy Thin';
	src: url('../font/kirvy-thin.woff') format('woff');
}

@font-face {
	font-family: 'Source Sans Pro';
	src: url('/template/font/SourceSansPro-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Source Sans Pro';
	src: url('/template/font/SourceSansPro-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Source Sans Pro';
	src: url('/template/font/SourceSansPro-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: "Material Icons";
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url('/template/font/material-icons.woff2') format("woff2");
}
.material-icons {
	font-family: "Material Icons";
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	font-feature-settings: "liga";
}

.wfont { font-family: 'MeteoconsRegular'; }

/* 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 { color: #372517; }
body {
	color: #372517;
	line-height: 2.1em;
	margin: 0;
	font-family: 'Source Sans Pro', sans-serif; font-size: 16px; font-weight: 300;
}

::selection {
	background: #bcc831;
	color: #FFF; text-shadow: none;
}

/* Links */

a { 
	color: #bcc831;
	text-decoration: none;
}
a:hover { color: #372517; }
a:active, a:hover { outline: 0; }

h2 a, h3 a { text-decoration: none; }

/* Typography */
h2, h3, h4 { line-height: 1.5em; }
h1 { 
	color: #704d32;
	font-family: 'Kirvy Thin', serif; font-size: 3.33em; 
	line-height: 1.3em; 
	margin: 0.67em 0; 
	text-align: left;
}
h2 { font-weight: 600; font-size: 1.25em; margin: 0.83em 0; }
h3 { 
	color: #704d32;
	font-family: 'Kirvy Bold', serif; font-size: 0.9em;
	margin: 1em 0;
}
h4 { font-size: 0.95em; margin: 1.1em 0; }
h5 { font-size: 0.9em; line-height: 1.3em; margin: 1.2em 0; }
h6 { font-size: 0.85em; line-height: 1.4em; margin: 1.4em 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: 700; }
blockquote { margin: 0 0 1em; }
blockquote p { margin-bottom: 0; }
blockquote cite { font-size: 0.85em; font-style: italic; }
dfn { font-style: italic; }
hr {
	border: none; border-top: 1px solid #6a3d3d;
	-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; }
ul { list-style: square; }

/* 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; }
table th, table td { padding: 0.3em 1em; }
table td { border-top: 1px solid #372517; }

/* CUSTOM CLASSES */
.boxsizing { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }

/* 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: 1em; padding: 1em; }
.msg h2, .msgerror h2 { margin: 0 0 10px 0; }
.msg ul, .msgerror ul {
	line-height: 1.35em;
	margin: 0;
	padding-left: 20px;
}
.msg { background-color: #fff; border: 1px solid #693e3f; }
.msg h2 { color: #630; }
.msgerror { background-color: #fff; 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: #bcc831;
	border: none!important;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	line-height: 2em; text-decoration: none; text-transform: uppercase;
	display: inline-block;
	padding: 0.2rem 1.2rem;
	font-family: 'Source Sans Pro', sans-serif; font-weight: 600; font-size: 1rem;
	text-decoration: none!important;
}
a.button.next:after, button.next:after { content: ' ›'; }
a.button.prev:before, button.prev:before { content: '‹ '; }

/* MAIN COLORS */
a.button, button, input[type="submit"], input[type="button"], #nav > ul > li a, #footer a.button { color: #FFF!important; }

#nav > ul > li { border-color: #352518; }

/* braun */
#header:after, #nav, #prefooter, #subfooter { background-color: #7f6042; }

/* grün hover */
a.button:hover, button:hover, input[type="submit"]:hover, input[type="button"]:hover { background-color: #a7b321; }
#nav > ul > li:hover, #nav > ul > li:hover ul li:hover, #nav > ul > li:hover ul li.active, #nav > ul > li:hover ul { background: #352518; }

/* ASIDE BG */
#aside .showcase { 
	background-color: #bcc831; 
	color: #FFF;
}

/* PRIMARY STYLES [layout] */

/* Datepicker */
div .ui-widget-header { background: #bcc831!important; }

#main .wrapper {
	display: table;
	table-layout: fixed;
	width: 100%;
}
#main .wrapper > * {
	display: table-cell;
	vertical-align: top;
}
#article.spaceright { padding-right: 5%; }
#aside { width: 32.5%; }

.wrapper {
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	margin: 0 auto;
	padding-left: 45px; padding-right: 45px;
	width: 100%; max-width: 1440px;
}

#header { position: fixed; left: 0; right: 0; top: 0; z-index: 20; }
#header:before {
	background: #FCFCFC;
	content: '';
	display: block;
	height: 80px;
	position: absolute; top: 0; left: 0; z-index: 1;
	width: 100%;
}
#header:after {
	content: '';
	display: block;
	height: 50px;
	position: absolute; top: 80px; left: 0; z-index: 1;
	width: 100%;
}
#header .wrapper {
	clear: both;
	position: relative; z-index: 2;
}
#header .wrapper > * {
	display: inline-block;
	float: left;
	vertical-align: top;
}
#main .wrapper, #header .wrapper, #prefooter .wrapper, #partner, #subfooter .wrapper { max-width: 1200px; }

#logoplaceholder {
	background: #FFF;
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.28); -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.28); -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.28);
	height: 150px;
	position: relative; z-index: 2;
	margin-right: 2%;
	width: 31%; max-width: 340px;
}
#logo { position: absolute; left: 1.5em; right: 1.5em; bottom: 1em; z-index: 2; }
#logo img { width: 100%; height: auto; }

#nexttologo { width: 67%; }
#cta {
	display: table;
	height: 80px;
	text-align: right;
	table-layout: fixed;
	width: 100%;
}
#cta > * {
	display: table-cell;
	padding-left: 3%;
	vertical-align: middle;
}
#showhide { width: 50px; }
#cta > *:first-child { padding-left: 0; }
#ctabuttons {
	text-align: right;
	white-space: nowrap;
	width: calc(100% - 50px);
}
#ctabuttons > * { font-weight: 600; font-size: 1.125rem; }
#ctabuttons > *:first-child, #ctabuttons > *:nth-child(2) { padding-left: 0.8rem!important; padding-right: 0.8rem!important; }
#phonebutton {
	font-size: 1.25rem;
	line-height: 2em;
	padding-top: 0; padding-bottom: 0.1rem;
}
#ctabuttons .icon-facebook { vertical-align: -2px; }
#ctabuttons i, #ctabuttons .icon { vertical-align: middle; }
#ctabuttons i { font-size: 1.3em; }
#ctabuttons .icon { margin-right: 6px; }
#requestbutton .icon { display: none; }

#languageselect {  
	width: 70px; 
	text-align: center;
}
#languageselect a {
	color: #704d32;
	font-weight: 400; font-size: 1rem;
	text-decoration: none;
}
#languageselect a:hover, #languageselect a.active {	text-decoration: underline; }

/* NAV */
#nav {
	color: #FFF;
	font-family: 'Kirvy Thin', sans-serif; font-size: 1.125rem;
	height: 40px;
	text-align: right;
}
#nav > ul {
	display: inline-block;
	clear: both;
}
#nav > ul > li {
	border-left-width: thin;
	border-left-style: solid;
	display: inline-block;
	float: left;
	/*overflow: hidden;*/
	position: relative;
	text-align: center;
}
#nav > ul > li:hover, #nav > ul > li:hover + li { border-color: #3a2322; }
#nav > ul > li:first-child { border-left: none; }
#nav > ul > li a {
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	padding: 0.7em 1.2em;
	height: 100%;
	line-height: 50px;
	text-decoration: none; text-transform: uppercase;
	vertical-align: middle;
}
#nav > ul > li ul {
	display: none; 
	position: absolute; top: 50px; left: 0; z-index: 2;
}
#nav > ul > li ul li { 
	border-color: transparent;
	text-align: left;
}
#nav > ul > li ul a {
	display: block;
	line-height: 130%;
	padding: 0.6em 1em;
}
#nav > ul > li ul a:hover, #nav > ul > li ul li.active a { background: #75685d; }
#nav > ul > li:hover ul { display: block; }

/* PANORAMA */
#panorama {
	position: relative; z-index: 1;
	margin: auto;
	max-width: 1440px;
}
#panoramaimage { 
	margin-top: 130px;;
	padding: 0;
	margin-bottom: 3em;
	width: 100%;
	z-index: 1!important;
	height: 630px;
	overflow: visible;
}
body.infopage #panoramaimage { display: none; }
#panoramaimage img {
	display: block;
	height: auto;
	width: 100%;
	z-index: 1!important;
}

body.infopage #main { margin-top: 200px; }

/* CONTENT */
#article { font-size: 1.125em; }
#article h1 { margin-top: 0; }
#article a {
	text-decoration: none;
	border-bottom-width: thin; border-bottom-style: solid;
}
#article a:hover { 
	border-bottom-color: #372517;
	color: #372517;
}
#article h1 a, #article h2 a, #article h3 a { border-bottom: none; }
#article strong { font-weight: 600; }
#article .table { margin: 0.5em 0; }
#article .table tr { border-bottom: thin solid #e4d9b1; }
#article .table tr:last-child { border-bottom: none; }
#article .table th { font-weight: 600; }
#article .table tbody th:first-child, #article .custom table tbody th { text-align: left; }

#article .infobox {
	background: #eff3be;
	border: 1px solid #bcc831;
	padding: 1em;
	text-align: center;
}

/* ASIDE */
#aside .showcase {
	display: block;
	font-size: 1.3em;
	margin-bottom: 1em;
	text-decoration: none;
	transition: background 0.5s ease; -webkit-transition: background 0.5s ease; -moz-transition: background 0.5s ease; -o-transition: background 0.5s ease;
	width: 100%;
}
#aside .showcase p { line-height: 1.3em; }
#aside .showcase:hover, #aside .cycleshowcase-container:hover, #aside .cycleshowcase-container:hover .showcase { 
	background: #a7b321;
	cursor: pointer;
}
#aside .showcase h2, .showcase .likeh2 {
	font-weight: 600;
	line-height: 1.3em;
	margin-top: 0; margin-bottom: 1em;
	text-transform: uppercase;
}
#aside .showcase a.likeh2 { text-decoration: none; }
#aside .showcase .content { padding: 2rem; padding-top: 1.2rem; }

/* Custom ASIDES */
#weatherbox .content > div {
	display: table;
	width: 100%;
}
#weatherbox .content > div > *{
	display: table-cell;
	vertical-align: middle;
}
#weatherbox .wfont { font-size: 4.6em; }
#weatherbox .desc { 
	font-size: 1.15em;
	padding-left: 1em;
	white-space: nowrap;
}
#weatherbox .temps { 
	font-size: 1.88em; font-weight: 400;
	margin-top: 0.2em;
}
#routebox .table {
	display: table;
	width: 100%;
}
#routebox .table > * {
	display: table-cell;
	vertical-align: middle;
}
#routebox .table > *:first-child {
	padding-right: 2%;
	width: 90%; 
}
#routebox .material-icons { font-size: 2em; }

/* FOOTER */
#footer {
	line-height: 1.625em;
	margin-top: 4em;
	color: #FFF;
}
#footer section h2 {
	margin-top: 0;
	margin-bottom: 0.5em;
	font-family: 'Kirvy Thin'; font-size: 3.75em;
}
#cta a.button, #footer a.button {
	padding-left: 1em;
	padding-right: 1em;
	font-weight: 600;
}

#footer #partnerlogos { 
	display: table; 
	width: 100%;
}
#footer #partnerlogos > * { 
	display: table-cell; 
	width: 50%;
	vertical-align: middle;
	margin-right: 1em;
	text-align: center;
}
#footer #partnerlogos > *:last-of-type { margin-right: 0; }
#footer #partnerlogos #tarscheralm img { max-width: 115px; }
#footer #partnerlogos #aquaforumlogo img { max-width: 150px; }

#aquaforumlogo {
	border-bottom: none!important;
	display: block;
	width: 100%;
	max-width: 200px;
}

#prefooter { 
	background: #cfb28c;
	padding: 4em 0; 
	position: relative;
}
#prefooter .wrapper, #prefooteraddress {
	display: table;
	position: relative; z-index: 1;
	width: 100%;
}
#prefooter a { 
	color: #FFF;
	text-decoration: none; 
}
#prefooteraddress { font-size: 1.25em; }
#prefooteraddress a:hover { border-bottom: 1px solid #FFF; }
#prefooteraddress > * {
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	display: table-cell;
	vertical-align: top;
	width: 20%;
}
#prefooteraddress > *:last-child { width: 18%; }
#prefooteraddress > *:first-child { padding-right: 2%; }
#prefooteraddress > *:nth-child(2) { padding-left: 2%; }
#prefooteraddress > * > * + * { margin-top: 0.5em; }

#facebook-icon {
	border-bottom: none!important;
	display: inline-block;
	margin-top: 10px;
}
#facebook-icon img {
	height: auto;
	width: 100%; max-width: 28px;
}

#prefooternav { vertical-align: bottom; }
#prefooternav a {
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	display: inline-block;
	font-size: 1.25rem;
	float: left;
	margin: 1.5% 0; margin-right: 2%;
	width: 48%;
}
#prefooternav a:nth-child(2n) { margin-left: 2%; margin-right: 0; }
#prefooternav a:nth-child(3), #prefooternav a:nth-child(4) { margin-bottom: 0; }

#subfooter {
	background: #7f6042;
	color: #FFF;
	clear: both;
	overflow: auto;
	padding: 0.5em 0;
}
#subfooter a { 
	color: #FFF;
	text-decoration: none; 
}
#subfooter a:hover { text-decoration: underline; }

#footernav { float: left; }
#nav_copyright { float: right; }

/* Responsive Videos */
.video-container {
	position: relative; z-index: 1;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute; top: 0; left: 0; z-index: 11;
	width: 100%; height: 100%;
}

/* Responsive Images */
.responsiveimages {
	clear: both;
	overflow: auto;
}
.responsiveimages a { 
	border-bottom: none!important;
	display: inline-block;
	float: left;
	margin-left: 5%;
	text-decoration: none;
	width: 100%;
}
.responsiveimages a:first-child { margin-left: 0!important; }
.responsiveimages.fullwidth a, .responsiveimages.portrait a, .responsiveimages.width700 a { margin-left: 0; }
.responsiveimages.fiftyfifty a { width: 47.5%; }
.responsiveimages.portrait { 
	max-width: 300px;
	margin: 0 auto;
}
.responsiveimages a img {
	display: block;
	height: auto;
	vertical-align: middle;
	width: 100%;
}

/* Bilder mit Fließtext */
#article .imgandtext {
	clear: both;
	overflow: auto;
}
#article .imgandtext.img_left > img, #article .imgandtext.img_left > .responsiveimages {
	float: left;
	margin-right: 0.5em;
}
#article .imgandtext.img_right > img, #article .imgandtext.img_right > .responsiveimages {
	float: right;
	margin-left: 0.5em;
}
#article .imgandtext > img, #article .imgandtext > .responsiveimages {
	margin-top: 0.4em;
	width: 40%;
}
#article .imgandtext p { margin-top: 0; }

/* Fancybox */
.fancybox-slide--iframe .fancybox-content {
	height: 1133px; max-height: 80%;
	margin: 0;
	width: 800px; max-width: 80%;
}
.fancybox-button { min-width: 0; }
.fancybox-button--left, .fancybox-button--right { display: inline-block!important; }

/* Table-Container */
.tablecontainer { overflow: auto; }

/* Cookie Hint */
#cookiehint {
	display: table;
	width: 100%;
	background: #000; background: rgba(0, 0, 0, 0.8);
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	color: #fff!important;
	line-height: 20px;
	padding: 0.5em;
	position: fixed; z-index: 10000; left: 0; right: 0; bottom: 0;
	text-align: center;
}
#cookiehint p, #cookiehint button {
	display: table-cell!important;
	vertical-align: middle;
}
#cookiehint p {
	margin: 0;
	color: #fff!important;
}
#cookiehint a {
	border: none!important;
	color: #fff!important;
	text-decoration: underline!important;
}
#cookiehint a:hover { text-decoration: none!important; }
#cookiehint button {
	background: #fff!important;
	border: none!important;
	color: #000!important;
	line-height: 1.25em!important;
	margin-left: 1em;
	padding: 0.4em!important;
	text-transform: uppercase!important;
}
#cookiehint button:hover { 
	background: #ddd!important;
	cursor: pointer;
}
#cookiehint.light { background: #fff; background: rgba(255, 255, 255, 0.8); }
#cookiehint.light, #cookiehint.light p, #cookiehint.light a { color: #333!important; }
#cookiehint.light button {
	background: #aaa!important;
	color: #fff!important;
}
#cookiehint.light button:hover { background: #ddd!important; }
#cookiehint.top { top: 0; bottom: initial; }

/* MEDIA QUERIES */
@media screen and (max-width: 1455px) {
	#panoramaimage { height: 42vw; }
}
@media screen and (max-width: 1165px) {
	#nav { font-size: 1em; }
}
@media screen and (max-width: 1125px) {
	#weatherbox .wfont { font-size: 3.5em; }
	#weatherbox .desc { font-size: 0.9em; }
	#weatherbox .temps { font-size: 1.8em; }
}
@media screen and (min-width: 1030px) {
	#showhide { display: none; }
}
@media screen and (max-width: 1023px) {
	body.showmobilemenu #panorama, body.showmobilemenu #main, body.showmobilemenu #footer { display: none; }
	#header { transition: top 1s ease-in-out; -webkit-transition: top 1s ease-in-out; -moz-transition: top 1s ease-in-out; -o-transition: top 1s ease-in-out; }
	#header.hide { top: -100px; }
	#header:before, #cta { height: 59px; }
	#header:before { 
		background: #FFF;
		border-bottom: 1px solid #372517;
	}
	#header:after { display: none; }
	#logoplaceholder { height: auto; }
	#header.mobilemenu #logoplaceholder { 
		margin-right: 0;
		visibility: hidden; 
		width: 0px;
	}
	#header.mobilemenu #nexttologo { width: 100%; }
	#logo { 
		display: block;
		position: static;
		padding: 1em;
	}
	#logo img { display: block; }
	#showhide {
		display: table-cell;
		text-decoration: none;
	}
	#showhide a {
		font-size: 1.125rem;
		line-height: 1.3em;
		padding: 0.3rem 0.5rem!important;
	}
	#showhide i {
		display: inline-block;
		font-size: 1.8em;
		vertical-align: middle;
	}
	#ctabuttons { width: calc(100% - 100px); }
	
	#languageselect { white-space: nowrap; }
	
	#nav {
		background: #f3f3f3;
		font-size: 1.125em;
		overflow-y: auto;
		position: fixed; left: -1030px; top: 60px; bottom: 0; z-index: 3;
		transition: left 0.5s ease-in-out; -webkit-transition: left 0.5s ease-in-out; -moz-transition: left 0.5s ease-in-out; -o-transition: left 0.5s ease-in-out;
		width: 100%; height: auto;
	}
	#header.mobilemenu #nav { left: 0; }
	#nav > ul {
		display: block;
		height: 100%;
	}
	#nav > ul > li ul { 
		background: #FFF;
		display: block;
		font-size: 0.9em;
		position: static;
	}
	#nav li {
		border-left: none!important;
		display: block!important;
		float: none!important;
		text-align: left!important;
		width: 100%!important; max-width: none!important;
	}
	#nav > ul > li, #nav > ul > li:hover { background: #f3f3f3; }
	#nav > ul > li:hover > ul { background: #FFF; }
	#nav > ul > li a {
		display: block!important;
		color: #372517!important;
		line-height: 100%!important;
		padding-top: 0.6em!important; padding-bottom: 0.6em!important; 
		width: 100%!important; max-width: none!important;
	}
	#nav > ul > li.active > a, #nav > ul > li:hover > a { 
		background: #bcc831;
		color: #FFF;
	}
	#nav > ul > li ul a { padding-left: 2.5em; }
	#nav > ul > li ul a:hover, #nav > ul > li ul li.active a {
		background: #FFF;
		text-decoration: underline;
	}
	
	#panoramaimage { margin-top: 59px; }
	
	body.infopage #main { margin-top: 8em; }
	
	#prefooter, #prefooter:before { background: #cfb28c; }
}

@media screen and (max-width: 1000px) {
	#ctabuttons i { 
		display: inline!important;
		margin-right: 0!important;
	}
	#ctabuttons > * { 
		padding-left: 0!important; padding-right: 0!important; 
		text-align: center;
		width: 44px;
	}
	#ctabuttons i + span { display: none; }
	#mailbutton i { margin-left: -1px; }
	#sticker {
		font-size: 1.9em;
		width: 120px;
		height: 120px;
	}
	
	#prefooter .wrapper, #prefooteraddress { display: block; }
	#prefooteraddress > * { 
		display: block;	
		float: left;
		width: 50%; 
	}
	#prefooteraddress > *:last-child {
		clear: both;
		display: block;
		float: none;
		width: 100%;
		padding-top: 1em;
	}
	#footer #partnerlogos { 
		display: block; 
		text-align: center;
	}
	#footer #partnerlogos > * { 
		display: inline-block; 
		width: 150px;
	}
}

@media screen and (min-width: 800px) and (max-width: 900px) {
	#aside .showcase .content { padding: 1.5em; }
	#weatherbox .temps { font-size: 1.4em; }
}

@media screen and (max-width: 800px) {
	#panorama .wrapper { padding: 0; }
	#main .wrapper { display: block; }
	#main .wrapper > * {
		display: block;
		padding: 0;
		width: 100%;
	}
	#article { margin-bottom: 4em; }
	#aside { margin-top: 2em; }
	#weatherbox .content > div { width: auto; }
	#article h1 { font-size: 2em; }
}
@media screen and (max-width: 750px) {
	#prefooter { padding-top: 15px; padding-bottom: 15px; }
	#subfooter { padding-bottom: 0.5em; }
	
	#prefooter:before, #prefooter:after { display: none; }
	#prefooteraddress { display: block; }
	#prefooteraddress > * > * + * { margin-top: 0; }
	#address h2 { display: none; }
	#address > * > * {
		display: block;
		float: none;
		margin: 6px 0 0!important;
		text-align: center;
		width: 100%!important;
	}
	#facebook-icon { margin-top: 1em; }
}
@media screen and (max-width: 630px) {
	.wrapper { padding-left: 15px; padding-right: 15px; }
}
@media screen and (max-width: 600px) {
	#header:before { height: 65px; }
	#logoplaceholder {
		box-shadow: none;
		width: 150px; 
	}
	#logo { padding: 0.5em; } 
	#nexttologo {
		padding-top: 3px; padding-bottom: 3px;
		width: calc(98% - 150px); 
	}
	#ctabuttons .icon {
		display: inline;
		margin-right: 0;
	}
	#ctabuttons .text { display: none; }
	#nav { top: 66px; }
	#panoramaimage { margin-top: 66px; }
	
	body.infopage #main { margin-top: 6em; }
}
@media screen and (max-width: 525px) {
	#ctabuttons { position: fixed; bottom: 1em; right: 1em; z-index: 2; }
	#ctabuttons > * {
		box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
		border-radius: 50%;
		margin-right: 8px;
		width: 50px; height: 50px;
	}
	#ctabuttons > *  > * { line-height: 42px; }
	#mailbutton i { margin-left: 0; }
	#phonebutton { vertical-align: 1px; }
	#phonebutton > * { vertical-align: -12px!important; }
	#ctabuttons .icon-facebook { vertical-align: -4px; }
}
@media screen and (max-width: 500px) {
	.responsiveimages.fiftyfifty a {
		margin-left: 0;
		width: 100%;
	}
	.responsiveimages.fiftyfifty a:nth-child(2) { margin-top: 5%; }
}
/* 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; }
}