@charset "utf-8";
/* FONTS */
@font-face {
	font-family: 'Material Icons';
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: local('Material Icons'),
	local('MaterialIcons-Regular'),
	url(../font/materialicons-regular.ttf) format('truetype');
}
.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;  /* Preferred icon size */
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;

	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;

	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;

	/* Support for IE. */
	font-feature-settings: 'liga';
}
@font-face {
	font-family: 'Vollkorn';
  	font-style: italic;
  	font-weight: 400;
	src: url('../font/vollkorn-italic.ttf') format('truetype')
}
@font-face {
	font-family: 'Vollkorn';
  	font-style: normal;
  	font-weight: 400;
	src: url('../font/vollkorn-regular.ttf') format('truetype')
}
@font-face {
	font-family: 'Lato';
  	font-style: italic;
  	font-weight: 400;
	src: url('../font/lato-italic.ttf') format('truetype')
}
@font-face {
	font-family: 'Lato';
  	font-style: normal;
  	font-weight: 400;
	src: url('../font/lato-regular.ttf') format('truetype')
}
@font-face {
	font-family: 'Lato';
  	font-style: italic;
  	font-weight: 700;
	src: url('../font/lato-bolditalic.ttf') format('truetype')
}
@font-face {
	font-family: 'Lato';
  	font-style: normal;
  	font-weight: 700;
	src: url('../font/lato-bold.ttf') format('truetype')
}
@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');
}
.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; }

html {
  box-sizing: border-box;
  -moz-box-sizing: border-box; 
  -webkit-box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
	-moz-box-sizing: inherit; 
	-webkit-box-sizing: inherit;
}

/* Base */
body {
	background: #fff;
	color: #322723;
	font-family: 'Lato', sans-serif; 
	font-size: 100%; 
	line-height: 1.5;
    margin: 0;
}

::selection {
	background: #89725b;
	color: white; 
	text-shadow: none;
}

img {
	height: auto;
	vertical-align: middle;
	max-width: 100%;
	border: none;
}

/* Links */
a { 
	color: #89725b;
	text-decoration: none;
	transition: all 0.2s ease-out;
}
a:hover { color: #b7ca79; }
a:focus { outline: thin dotted; }
a:active, a:hover { outline: 0; }

h2 a, h3 a { color: #322723; text-decoration: none; }

/* Typography */
h1, h2, h3 { 
	font-family: 'Vollkorn', serif;
	color: #322723;
	font-weight: normal; 
	line-height: 110%; 
	text-align: left; 
}
h1 { 
	font-size: 3em; 
	margin: 0.5em 0; 
}
h2 { 
	font-size: 1.875em; 
	margin: 0.5em 0;
	font-style: italic;
}
h3 { font-size: 1.5em; margin: 0.75em 0; }
h4 { font-size: 1.25em; margin: 1em 0; }
h5 { font-size: 1.125em; margin: 1em 0; }
h6 { font-size: 1em; margin: 1em 0; }

p, pre { 
	font-size: 1.125em;
	line-height: 1.875;
	margin: 1rem 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; }
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, ol, ul { margin: 1em 0; }
dd { margin: 0 0 0 40px; }
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; background: #838383;}
button[disabled]:hover, html input[disabled]:hover { background: #838383;}
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 {
	text-align: left;
	padding: 1rem 1.5rem;
	background-color: #89725b;
	color: #fff;
}
table td {
	text-align: left;
	padding: 1rem 1.5rem;
}

/* CLASSES */
.material-icons {
    vertical-align: middle;
	margin-top: -1px;
}

/* Wrapper */
.wrapper {
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; 
	margin: 0 auto;
	padding: 0 1.25rem;
}

/* 12 Col-Grid-Layout */
.grid-container, .wrapper { width: 100%; max-width: 1160px; }
.grid-container * { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.row:before, .row:after {
	content: '';
	clear: both;
	display: table;
}
[class*='col-'] {
	display: inline-block;
	float: left;
	margin-left: 2.127659574468085%;
	min-height: 1px;
	padding: 0;
}
[class*='col-']:first-child, .grid-container.nogutter [class*='col-'] { margin-left: 0; }

.row.table { 
	display: table; 
	table-layout: fixed;
	width: 100%; 
}
.row.table > [class*="col-"] {
	display: table-cell;
	float: none;
	margin-left: 0;
	padding: 0.7em 1em;
	vertical-align: middle;
}
.grid-container.nogutter .row.table > [class*="col-"] { padding: 0; }

[class*='col-'].space { padding: 0.7em 1em!important; }
[class*='col-'].space-left { padding-left: 1em!important; }
[class*='col-'].space-right { padding-right: 1em!important; }

.col-1  { width: 6.382978723404255%; }
.grid-container.nogutter .col-1, .grid-container .row.table .col-1 { width: 8.333%; }
.col-2  { width: 14.893617021276595%; }
.grid-container.nogutter .col-2, .grid-container .row.table .col-2 { width: 16.66%; }
.col-3  { width: 23.404255319148934%; }
.grid-container.nogutter .col-3, .grid-container .row.table .col-3 { width: 25%; }
.col-4  { width: 31.914893617021278%; }
.grid-container.nogutter .col-4, .grid-container .row.table .col-4 { width: 33.33%; }
.col-5  { width: 40.42553191489362%; }
.grid-container.nogutter .col-5, .grid-container .row.table .col-5 { width: 41.66%; }
.col-6  { width: 48.93617021276595%; }
.grid-container.nogutter .col-6, .grid-container .row.table .col-6 { width: 50%; }
.col-7  { width: 57.44680851063829%; }
.grid-container.nogutter .col-7, .grid-container .row.table .col-7 { width: 58.33%; }
.col-8  { width: 65.95744680851064%; }
.grid-container.nogutter .col-8, .grid-container .row.table .col-8 { width: 66.66%; }
.col-9  { width: 74.46808510638297%; }
.grid-container.nogutter .col-9, .grid-container .row.table .col-9 { width: 75%; }
.col-10 { width: 82.97872340425532%; }
.grid-container.nogutter .col-10, .grid-container .row.table .col-10 { width: 83.33%; }
.col-11 { width: 91.48936170212765%; }
.grid-container.nogutter .col-11, .grid-container .row.table .col-11 { width: 91.66%; }
.col-12 { width: 100%; }
.grid-container.nogutter .col-12, .grid-container .row.table .col-12 { width: 100%; }

.offset12 { margin-left: 104.25531914893617%; }
.offset12:first-child { margin-left: 102.12765957446808%; }
.offset11 { margin-left: 95.74468085106382%; }
.offset11:first-child { margin-left: 93.61702127659574%; }
.offset10 { margin-left: 87.23404255319149%; }
.offset10:first-child { margin-left: 85.1063829787234%; }
.offset9 { margin-left: 78.72340425531914%; }
.offset9:first-child { margin-left: 76.59574468085106%; }
.offset8 { margin-left: 70.2127659574468%; }
.offset8:first-child { margin-left: 68.08510638297872%; }
.offset7 { margin-left: 61.70212765957446%; }
.offset7:first-child { margin-left: 59.574468085106375%; }
.offset6 { margin-left: 53.191489361702125%; }
.offset6:first-child { margin-left: 51.063829787234035%; }
.offset5 { margin-left: 44.68085106382979%; }
.offset5:first-child { margin-left: 42.5531914893617%; }
.offset4 { margin-left: 36.170212765957444%; }
.offset4:first-child { margin-left: 34.04255319148936%; }
.offset3 { margin-left: 27.659574468085104%; }
.offset3:first-child { margin-left: 25.53191489361702%; }
.offset2 { margin-left: 19.148936170212764%; }
.offset2:first-child { margin-left: 17.02127659574468%; }
.offset1 { margin-left: 10.638297872340425%; }
.offset1:first-child { margin-left: 8.51063829787234%; }
/* END 12 Col-Grid-Layout */

/* 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 { 
	background: rgba(191, 168, 90, 0.08); 
	border: 1px solid #BFA05A;
	color: #BFA05A;
}
.msgerror { 
	background: #FFF; 
	border: 1px solid #C00;
	color: #C00;
}
.msg, .msgerror { padding: 1em; }
.msg h2, .msgerror h2 { margin: 0 0 0.5em!important; }
.msg ul, .msgerror ul { margin-top: 0; }

/* 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: #8d603d; 
	font-weight: bold;
	border: 0;
	color: #fff; 
	line-height: 1.25rem; 
	text-decoration: none; 
	text-transform: uppercase;
	display: inline-block;
	padding: 0.625rem 1.25rem;
}
a.button:hover, button:hover, input[type="submit"]:hover, input[type="button"]:hover { background: #b7ca79; }
a.button.next:after, button.next:after { content: ' ›'; }
a.button.prev:before, button.prev:before { content: '‹ '; }

/* Datepicker */
div .ui-widget-header { background: #BFA05A!important; }

/* START CUSTOM PART */

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

/* PRIMARY STYLES [layout] */
#topbar {
	position: fixed;
	z-index: 100;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
	border-top: 0.5rem solid #8d603d;
}
#header-container {
	background-color: #fff;
}
#header {
	position: relative;
}
#logo a {
	display: block;
	padding: 1.75rem 0;
	transition: all 0.3s;
}
#logo a img {
	display: block;
	height: 3rem;
	transition: all 0.3s;
}
#showmobilemenu {
	cursor: pointer;
	display: none;
	text-align: center;
	line-height: 2.5rem;
	height: 2.5rem;
	width: 2.5rem;
	background-color: #89725b;
	color: #faf3d8;
}
#nav-cta {
	text-align: right;
	float: right;
}

#nav-cta {
	padding: 2rem 0;
	transition: all 0.3s;
}
#nav-cta i {
	color: #89725b;
	font-size: 1.125rem;
}
#nav-cta > a {
	display: block;
	height: 2.5rem;
	line-height: 2.5rem;
	background: #faf3d8;
	color: #89725b;
	float: right;
	margin-right: 0.5rem;
	box-shadow: inset 0px 0px 10px 1px rgba(137,114,91,0.3);
}
#nav-cta > a .text {
	color: #89725b;
	margin-left: 0.2rem;
}
#nav-cta > a:hover {
	background: #89725b;
	color: #faf3d8;
}
#nav-cta > a:hover i, #nav-cta > a:hover .text {
	color: #faf3d8;
} 

#nav-cta .email-button {
	width: 2.5rem;
	text-align: center;
}
#nav-cta .phone-button {
	padding: 0 1rem;
}

#nav-cta > .request-button {
	padding: 0 2rem;
	background: #89725b;
}

#nav-cta > .request-button i {
	color: #faf3d8;
	display: none;
}

#nav-cta > .request-button .text {
	color: #faf3d8;
	font-size: 0.875rem;
}

#language-switch {
	float: right;
	padding: 2rem 0;
	transition: all 0.3s;
}

#language-switch {
	float: right;
	padding: 2rem 0;
	transition: all 0.3s;
}

#language-switch > a {
	display: block;
	width: 2.5rem;
	height: 2.5rem;
	line-height: 2.5rem;
	font-size: 0.875rem;
	font-weight: bold;
	text-align: center;
	color: #faf3d8;
	background: #89725b;
	float: right;
	margin-left: 0.125rem;
	box-shadow: inset 0px 0px 10px 1px rgba(137,114,91,0.3);
}

#language-switch > a:hover, #nav-cta > .request-button:hover {
	background: #b7ca79;
}

#language-switch > a:hover, 
#nav-cta > .request-button:hover .text {
	color: #fff;
}

/* Navigation */
#nav-container {
	background-color: #89725b;
}
#nav a {
	text-transform: uppercase;
	font-weight: bold;
	height: 3.750rem;
	line-height: 3.750rem;
	color: #faf3d8;
	transition: all 0.3s;
}
#nav > ul > li {
	display: inline-block;
	position: relative;
	border-right: 1px solid #9f8a6c;
}
#nav > ul > li:first-child {
	border-left: 1px solid #9f8a6c;
}
#nav > ul > li > a {
	font-size: 0.875rem;
	padding: 0 1.25rem;
	display: inline-block;
}
html[lang="it"] #nav > ul > li > a {
    padding: 0 0.8rem;
}
#nav > ul > li:hover > a {
	background-color: #9f8a6c;
}

/* Subnav */
#nav ul ul { display: none; }
#nav > ul > li:hover > ul {
	display: block;
	position: absolute;
	z-index: 10;
}
#nav > ul > li > ul { background-color: #f8f1d6; }
#nav > ul > li > ul > li {
	display: block;
}
#nav > ul > li > ul > li > a { 
	border-bottom: 1px solid #e1d7bb;
	color: #88725b;
	font-size: 0.750em;
	display: block;
	padding: 0 30px;
	width: 240px;
}
#nav > ul > li > ul > li > a:hover {
	background-color: #e1d7bb;
}

/* Topbar shrink */
#topbar.shrink #nav-cta, #topbar.shrink #language-switch, #topbar.shrink #logo a {
	padding: 1rem 0;
	transition: all 0.3s;
}

#topbar.shrink #logo a img {
	height: 2.5rem;
	transition: all 0.3s;
}

#topbar.shrink #nav a {
	height: 3rem;
	line-height: 3rem;
	transition: all 0.3s;
}

/* Panorama */
#panorama-container {
	padding-top: 10.75rem;
	position: relative;
}

#panorama .panorama-image {
	height: calc(100vh - 10.75rem);
	background-size: cover; 
	background-position: center; 
	background-repeat: no-repeat;
}

#scroll-hint {
	text-align: center;
	position: absolute;
	bottom: 6rem;
	left: 50%;
	margin-left: -2rem;
	background-color: #89725b;
	opacity: 0.7;
	width: 4rem;
	height: 4rem;
	color: #fff;
	border-radius: 50%;
	transition: all 0.5s;
}

#scroll-hint:hover {
	cursor: pointer;
	opacity: 1;
}

#scroll-hint i {
	display: inline-block;
	height: 3rem;
	width: 3rem;
	line-height: 3rem;
	padding-top: 0.7rem;
	font-size: 3rem;
}

.owl-theme .owl-controls{
	text-align: center;
	margin-top: -5rem;
	z-index: 2;
	position: relative;
}
.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	margin: 0.5rem;
	border-radius: 50%;
	background: #f6e8b1;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	background: #89725b;
}

#main {
	margin-top: 6rem;
}

/* Showcase */
.showcase {
	background: #faf3d8;
	box-shadow: inset 0px 0px 20px 1px rgba(137,114,91,0.1);
	display: block;
	margin: 1rem 0 0 0;
	padding: 1.875rem;
}
.showcase .title { 
	font-weight: bold;
	color: #89725b;
	text-transform: uppercase;
	font-size: 1.125rem;
	letter-spacing: 1px;
}
.showcase:hover { 
	background: #b7ca79;
	color: #fff;
}
.showcase:hover .title {
	color: #fff;
}
.showcase .text p {
	font-size: 1em;
}

#newsbox, #mapbox { padding: 0; }
#newsbox .content, #mapbox .content { padding: 1.875rem; }

#weatherbox .row {
	margin-top: 0.75rem;
}
#weatherbox .wfont {
	font-size: 6rem;
	line-height: 100%;
}
#weatherbox .temptitle {
	font-size: 1.125rem;
	text-transform: capitalize;
	margin-bottom: 0.25rem;
}
#weatherbox .temp {
	font-size: 1.5rem;
	font-weight: bold;
}

#routeplannerbox {
	position: relative;
}

#routeplannerbox i {
	font-size: 3rem;
	line-height: 1;
	position: absolute;
	right: 1.875rem;
	top: 50%;
	margin-top: -1.5rem;
}

/* Prefooter */
#prefooter-content {
	width: 100%;
	display: table;
	margin-top: 3em;
}

#prefooter-content > * {
	display: table-cell;
	height: 150px;
	text-align: center;
	padding: 1em;
	width: 16.66%;
	vertical-align: middle;
}

#prefooter-content a {
	max-width: 200px;
	width: 100%;
	display: block;
	margin: 0 auto;
}

#prefooter-content img {
	display: block;
	height: auto;
	width: 100%;
}

#prefooter-content > *:nth-child(1) a {
	margin-top: 10px;
}

#prefooter-content > *:nth-child(4) a {
	max-width: 80px;
}

#prefooter-content > *:nth-child(5) a {
	max-width: 120px;
}

#prefooter-content > *:nth-child(6) a {
	max-width: 150px;
}

/* Footer Contact */
#footer-contact-container {
	background-color: #faf3d8;
	color: #322723;
	font-style: italic;
	padding-top: 3rem;
	padding-bottom: 4rem;
}
#footer-contact h2 {
	font-size: 2rem;
	line-height: 1;
	margin: 0 0 1rem 0;
	font-style: normal;
	letter-spacing: 1px;
}
#footer-contact span {
	display: block;
	margin-bottom: 0.625rem;
}

#socialmediaicons { margin-top: 1em; }
#socialmediaicons > * + * { margin-left: 5px; }

/* Footer */
#footer-container {
	border-top: 1rem solid #b7ca79;
	background-color: #89725b;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}

#footer {
	color: #b7ca79;
	font-size: 0.875rem;
}

#footer a {
	color: #b7ca79;
}

#footer .copyright {
	text-align: right;
}

/* CONTENT */
table.prices {
	width: 100%;
	margin: 2rem 0;
}
table.prices td {
	border: 1px solid #faf3d8;
	text-align: center;
}
table.prices th { text-align: center; }
table.prices tr.dark { background-color: #faf3d8; }
table.prices tr.light { background-color: #fff; }
table.prices .appartement {
	text-align: left;
}
table.prices .appartement span {
	display: block;
}
table.prices .appartement .title {
	color: #89725b;
	margin-bottom: 0.5rem;
}
table.prices .appartement .description {
	font-weight: normal;
	font-style: italic;
}
#article ul {
    margin: 2rem 0;
	list-style-type: square;
}
#article ul li {
	margin-bottom: 1rem;
}

#virtual-tour-showcase > p {
    font-weight: bold;
    font-size: 1.25em;
    text-align: center;
    background: #89725b;
    margin: 0;
    color: #faf3d8;
}
#virtual-tour-showcase > p:hover {
    background: #b7ca79;
    color: #fff;
}
/* END CUSTOM PART */

/* Responsive Videos */
#article .video-container {
	position: relative; z-index: 1;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
#article .video-container iframe,  
#article .video-container object,  
#article .video-container embed {
	border: none;
	position: absolute; top: 0; left: 0; z-index: 11;
	width: 100%; height: 100%;
}

/* Responsive Images */
.responsiveimages {
	margin: 2rem 0;
	clear: both;
	overflow: auto;
}
.responsiveimages a { 
	border-bottom: none!important;
	display: inline-block;
	float: left;
	margin-left: 0.5%;
	text-decoration: none;
	width: 100%;
}
.responsiveimages a:first-child { margin-left: 0!important; }
.responsiveimages.fullwidth a { margin-left: 0; }
.responsiveimages.portrait a { width: 100%; max-width: 300px; }
.responsiveimages.fiftyfifty a { width: 49.75%; }
.responsiveimages.thirtyfsixtyf a:first-child, .responsiveimages.sixtyfthirtyf a:nth-child(2), 
.responsiveimages.sixtyfthirtyfx2 a:nth-child(2), .responsiveimages.sixtyfthirtyfx2 a:nth-child(3), .responsiveimages.sixtyfx2thirtyf .leftside { width: 34.65%; }

.responsiveimages.thirtyfsixtyf a:nth-child(2), .responsiveimages.sixtyfthirtyf a:first-child, 
.responsiveimages.sixtyfthirtyfx2 a:first-child, .responsiveimages.sixtyfx2thirtyf .rightside { width: 64.85%; }

.responsiveimages.sixtyfthirtyfx2 a:nth-child(3) { margin-top: 0.5%; }

.responsiveimages.sixtyfx2thirtyf a { margin-left: 0!important; }
.responsiveimages.sixtyfx2thirtyf a:nth-child(2) { margin-top: 1.5%; }
.responsiveimages.sixtyfx2thirtyf > div { 
	display: inline-block;
	float: left;
	height: 100%;
}
.responsiveimages.sixtyfx2thirtyf .rightside { margin-left: 0.5%; }

.responsiveimages a img {
	height: auto;
	vertical-align: middle;
	width: 100%;
}
@media screen and (max-width: 560px) {
	.responsiveimages.sixtyfthirtyfx2 > *, .responsiveimages.sixtyfx2thirtyf .leftside > * { width: 49.75%!important; }
	.responsiveimages.sixtyfthirtyfx2 > *:first-child {
		margin-bottom: 0.5%;
		width: 100%!important;
	}
	.responsiveimages.sixtyfthirtyfx2 > *:nth-child(2) { margin-left: 0!important; }
	.responsiveimages.sixtyfthirtyfx2 > *:nth-child(3) { margin-top: 0!important; }
	
	.responsiveimages.sixtyfx2thirtyf .leftside { width: 100%; }
	.responsiveimages.sixtyfx2thirtyf .rightside {
		margin-top: 0.5%; margin-left: 0;
		width: 100%;
	}
	.responsiveimages.sixtyfx2thirtyf .leftside > *:nth-child(2) { margin-left: 0.5%!important; margin-top: 0; }
}

@media screen and (max-width: 450px) {
	#prefooter {	
		display: none;
	}
	
	#footer-contact-container {
		margin-top: 2em;
	}
}

@media screen and (max-width: 400px) {
	.responsiveimages.fiftyfifty a {
		margin-left: 0;
		width: 100%;
	}
	.responsiveimages.fiftyfifty a:nth-child(2) { margin-top: 0.5%; }
}

/* 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; }

/* 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: 1120px) {
	html[lang="it"] #nav > ul > li > a {
		padding: 0 0.55rem;
	}
}

@media screen and (max-width: 1180px) {
	#nav > ul > li > a {
		padding: 0 0.85rem;
	}
}

@media screen and (max-width: 1024px) {
	#logo {
		position: relative;
	}
	#logo a {
		padding: 2.25rem 0 2.25rem 3.5rem;
	}
	#logo a img {
		height: 2rem;
	}
	#topbar.shrink #logo a {
		padding: 1.25rem 0 1.25rem 3.5rem;
	}
	#topbar.shrink #logo a img {
		height: 2rem;
	}
	#panorama .panorama-image {
		height: 40vh;
	}
	#nav-cta .request-button i {
		display: inline-block;
	}
	#nav-cta .phone-button, #nav-cta .request-button {
		padding: 0;
		width: 2.5rem;
		text-align: center;
	}
	#nav-cta .text { display: none; }
	#panorama-container { padding-top: 7rem; }
	
	/* Navigation */
	#showmobilemenu {
		display: inline-block;
		position: absolute;
		left: 0;
		top: 2rem;
		transition: all 0.3s;
	}
	#topbar.shrink #showmobilemenu {
		top: 1rem;
		transition: all 0.3s;
	}
	#nav-container {
		height: 0;
		border-top: none;
	}
	#nav {
		background: #89725b;
	    display: block;
		padding: 0;
	    overflow: auto;
		top: 7rem;
	    position: fixed;
	    left: -1024px;
	    bottom: 0;
	    z-index: 10;
	    transition: left 1s ease-in-out;
	    -webkit-transition: left 1s ease-in-out;
	    -moz-transition: left 1s ease-in-out;
	    -o-transition: left 1s ease-in-out;
	    width: 100%;
		border-top: 1px solid #9f8a6c;
	}
	#topbar.shrink #nav {
		top: 5rem;
	}
	body.mobilemenu #nav { left: 0; }
	#nav > ul > li:hover > ul {
		display: none;
		position: relative;
		padding: 0;
		margin: 0;
		left: auto;
		right: auto;
		top: auto;
	}
	#nav i {
		border: 1px solid #faf3d8;
		color: #faf3d8;
		cursor: pointer;
		display: inline-block;
		line-height: 1.75rem;
		position: absolute;
		top: 1rem;
		right: 1.25rem;
		z-index: 1;
		text-align: center;
		width: 1.75rem;
		height: 1.75rem;
	}
	#nav i:hover { 
		background: #faf3d8;
		color: #89725b;
	}
	#nav > ul { display: block; }
	#nav > ul li {
	    display: block;
	    position: relative;
		height: auto;
		padding: 0;
	}
	#nav > ul > li:after { display: none; }
	#nav > ul > li.active:after { display: none; }
	#nav > ul > li > a { 
		font-size: 1em;
		line-height: 3.75rem;
		height: 3.75rem;
		padding: 0 1.25rem;
		display: block;
		color: #faf3d8;
		text-align: left;
		border-bottom: 1px solid #9f8a6c;
	}
	#nav > ul > li > ul > li > a {
		font-size: 1em;
		line-height: 3.75rem;
		height: 3.75rem;
		padding: 0 1.25rem;
		display: block;
		text-align: left;
		width: 100%;
	}
	body.showmobilemenu #panorama-container,
	body.showmobilemenu #main,
	body.showmobilemenu #footer-contact-container,
	body.showmobilemenu #footer-container { 
		display: none; 
	}
	
	#prefooter-content > * {
		text-align: center;
		float: left; 
		width: 50%;
	}
	
	#prefooter-content img {
		display: inline-block;
	}
	
	#prefooter-content > *:nth-child(1) img {
		margin-top: 30px;
	}
	
	#prefooter-content > *:nth-child(2) img {
		margin-top: 0;
	}
	
	#prefooter-content > *:nth-child(3) img {
		margin-top: 25px;
	}
	
	#prefooter-content > *:nth-child(3) img {
		margin-top: 20px;
	}
}

@media screen and (max-width: 800px) {
	/* medium grid */
	.col-m-1  { width: 6.382978723404255%; }
	.grid-container.nogutter .col-m-1, .grid-container .row.table .col-m-1 { width: 8.333%; }
	.col-m-2  { width: 14.893617021276595%; }
	.grid-container.nogutter .col-m-2, .grid-container .row.table .col-m-2 { width: 16.66%; }
	.col-m-3  { width: 23.404255319148934%; }
	.grid-container.nogutter .col-m-3, .grid-container .row.table .col-m-3 { width: 25%; }
	.col-m-4  { width: 31.914893617021278%; }
	.grid-container.nogutter .col-m-4, .grid-container .row.table .col-m-4 { width: 33.33%; }
	.col-m-5  { width: 40.42553191489362%; }
	.grid-container.nogutter .col-m-5, .grid-container .row.table .col-m-5 { width: 41.66%; }
	.col-m-6  { width: 48.93617021276595%; }
	.grid-container.nogutter .col-m-6, .grid-container .row.table .col-m-6 { width: 50%; }
	.col-m-7  { width: 57.44680851063829%; }
	.grid-container.nogutter .col-m-7, .grid-container .row.table .col-m-7 { width: 58.33%; }
	.col-m-8  { width: 65.95744680851064%; }
	.grid-container.nogutter .col-m-8, .grid-container .row.table .col-m-8 { width: 66.66%; }
	.col-m-9  { width: 74.46808510638297%; }
	.grid-container.nogutter .col-m-9, .grid-container .row.table .col-m-9 { width: 75%; }
	.col-m-10 { width: 82.97872340425532%; }
	.grid-container.nogutter .col-m-10, .grid-container .row.table .col-m-10 { width: 83.33%; }
	.col-m-11 { width: 91.48936170212765%; }
	.grid-container.nogutter .col-m-11, .grid-container .row.table .col-m-11 { width: 91.66%; }
	.col-m-12 { width: 100%; }
	.grid-container.nogutter .col-m-12, .grid-container .row.table .col-m-12 { width: 100%; }
	
	.m-space { margin-left: 2.127659574468085%!important; margin-right: 2.127659574468085%!important; }
	.row.table .m-space { padding: 0.7em 1em!important; }
	.m-space-left { margin-left: 2.127659574468085%!important; }
	.row.table .m-space-left { padding-left: 1em!important; }
	.m-space-right { margin-right: 2.127659574468085%!important; }
	.row.table .m-space-right { padding-right: 1em!important; }
	
	.m-clearspace { margin: 0!important;}
	.row.table .m-clearspace { padding: 0; }
	.m-clearspace-left { margin-left: 0!important; }
	.row.table .m-clearspace-left { padding-left: 0!important; }
	.m-clearspace-right { margin-right: 0!important; }
	.row.table .m-clearspace-right { padding-right: 0!important; }
	
	#aside {
		margin-left: 0;
		margin-top: 2em;
	}
	#article {
		padding-right: 0!important;
	}
	
	#weatherbox .wfont { font-size: 6rem; }
	#weatherbox .temp { font-size: 1.5rem; }	
	#footer-contact .logos { margin-top: 3rem; }
	#footer-contact .logos .logo { text-align: center; }
	#tvlatschlogo { margin-top: 3%; }
}
@media screen and (max-width: 585px) {
	/* small grid */	
	.col-s-1  { width: 6.382978723404255%; }
	.grid-container.nogutter .col-s-1, .grid-container .row.table .col-s-1 { width: 8.333%; }
	.col-s-2  { width: 14.893617021276595%; }
	.grid-container.nogutter .col-s-2, .grid-container .row.table .col-s-2 { width: 16.66%; }
	.col-s-3  { width: 23.404255319148934%; }
	.grid-container.nogutter .col-s-3, .grid-container .row.table .col-s-3 { width: 25%; }
	.col-s-4  { width: 31.914893617021278%; }
	.grid-container.nogutter .col-s-4, .grid-container .row.table .col-s-4 { width: 33.33%; }
	.col-s-5  { width: 40.42553191489362%; }
	.grid-container.nogutter .col-s-5, .grid-container .row.table .col-s-5 { width: 41.66%; }
	.col-s-6  { width: 48.93617021276595%; }
	.grid-container.nogutter .col-s-6, .grid-container .row.table .col-s-6 { width: 50%; }
	.col-s-7  { width: 57.44680851063829%; }
	.grid-container.nogutter .col-s-7, .grid-container .row.table .col-s-7 { width: 58.33%; }
	.col-s-8  { width: 65.95744680851064%; }
	.grid-container.nogutter .col-s-8, .grid-container .row.table .col-s-8 { width: 66.66%; }
	.col-s-9  { width: 74.46808510638297%; }
	.grid-container.nogutter .col-s-9, .grid-container .row.table .col-s-9 { width: 75%; }
	.col-s-10 { width: 82.97872340425532%; }
	.grid-container.nogutter .col-s-10, .grid-container .row.table .col-s-10 { width: 83.33%; }
	.col-s-11 { width: 91.48936170212765%; }
	.grid-container.nogutter .col-s-11, .grid-container .row.table .col-s-11 { width: 91.66%; }
	.col-s-12 { width: 100%; }
	.grid-container.nogutter .col-s-12, .grid-container .row.table .col-s-12 { width: 100%; }
	
	.s-space { margin-left: 2.127659574468085%!important; margin-right: 2.127659574468085%!important;  }
	.row.table .s-space { padding: 0.7em 1em!important; }
	.s-space-left { margin-left: 2.127659574468085%!important; }
	.row.table .s-space-left { padding-left: 1em!important; }
	.s-space-right { margin-right: 2.127659574468085%!important; }
	.row.table .s-space-right { padding-right: 1em!important; }
	
	.s-clearspace { margin: 0!important;}
	.row.table .s-clearspace { padding: 0; }
	.s-clearspace-left { margin-left: 0!important; }
	.row.table .s-clearspace-left { padding-left: 0!important; }
	.s-clearspace-right { margin-right: 0!important; }
	.row.table .s-clearspace-right { padding-right: 0!important; }
	
	h1 { font-size: 2em; }
	h2 { font-size: 1.5em; }
	h3 { font-size: 1.4em; }

	p, pre { 
		font-size: 1em;
		line-height: 1.6;
	}
	
	#nav-cta {
		margin: 0;
		position: fixed;
		right: 1.25em;
		bottom: 1.25em;
		z-index: 3;
		padding: 0;
	}
	#language-switch {
		position: absolute;
		top:0;
		right: 1.25rem;
		float: none;
	}
	#logo a {
		padding-right: 6.5rem;
	}
	#nav-cta > .phone-button, #nav-cta > .email-button, #nav-cta > .request-button  {
		box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
		width: 3.75rem;
		height: 3.75rem;
		line-height: 3.75rem;
		border-radius: 50%;
	}
	#nav-cta i {
		font-size: 1.5rem;
	}
	.owl-theme .owl-controls{
		margin-top: -3rem;
	}
	
	#footer {
		padding-bottom: 6.5rem;
	}
	#weatherbox .wfont { font-size: 5rem; }
	#weatherbox .temp { font-size: 1.25rem; }
	#footer-contact, #footer-contact h2 {
		text-align: center;
	}
	#footer-contact .logo img {
		max-width: 200px;
	}
	#tvlatschlogo { margin-top: 0; }
	#tvlatschlogo .logo { margin-bottom: 0; }
	#footer-contact .logos > * + * { margin-top: 2em; }
}

/* 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; }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}