@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 */
body {
	background: #495158;
	color: #373737;
	font-family: 'Source Sans Pro', sans-serif; font-size: 16px; line-height: 1.231;
    margin: 0;
}
#article { 
	font-size: 1.312em;
	hyphens: auto; -webkit-hyphens: auto; -ms-hyphens: auto; 
}

::selection {
	background: #00853c;
	color: #FFF; text-shadow: none;
}

/* Links */
a {
	color: #000;
	text-decoration: underline;
}
a:hover { 
	color: #00853c;
	text-decoration: underline;
}
a:focus { outline: 0; }
a:active, a:hover { outline: 0; }

h2 a, h3 a { 
	color: #373737;
	text-decoration: none;
}

/* Typography */
h1, h2, h3 { 
	font-weight: 400;
	line-height: 1.2em; 
	text-align: left; 
}
h1 { 
	font-size: 1.714em; font-weight: 600;
	margin: 0.67em 0;
}
h2 {
	color: #00853c;
	font-size: 1.35em; 
	margin: 1em 0;
	text-transform: uppercase;
}
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 { 
	color: #00853c;
	font-weight: 600;
}
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, 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; }
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; }

/* CLASSES */
.boxsizing { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.right { float: right; }
.left { float: left; }

/* Wrapper */
.wrapper {
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; 
	margin: 0 auto;
	padding: 0 50px;
}

/* 12 Col-Grid-Layout */
.grid-container, .wrapper { width: 100%; max-width: 1920px; }
.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;
}
.msgerror * { color: #C00; }
.msg, .msgerror { padding: 1em; }
.msg h2, .msgerror h2 { margin: 0 0 0.5em!important; }
.msg ul, .msgerror ul { margin-top: 0; padding-left: 20px; }

/* 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: #00853c; 
	border: 0; border-radius: 5px;
	color: #FFF;
	font-family: 'Source Sans Pro', sans-serif; font-size: 1.125rem; font-weight: 600!important;
	line-height: 1.3rem; 
	display: inline-block;
	padding: 10px 40px;
	text-decoration: none; text-transform: uppercase;
}
a.button:hover, button:hover, input[type="submit"]:hover, input[type="button"]:hover { background: #006C32; }
a.button.next:after, button.next:after { content: ' ›'; }
a.button.prev:before, button.prev:before { content: '‹ '; }

/* Datepicker */
div .ui-widget-header { background: #00853c!important; }

/* START CUSTOM PART */

/* CLASSES */

/* PRIMARY STYLES [layout] */
#mainwrapper { height: 100vh; }
#header { color: #fff; position: relative; z-index: 3; }
#header a { color: #fff; }
#header a:hover { color: #00853c; }
#logo-container { position: relative; z-index: 1; }
#showmobilemenu { display: none; }
#logo {
	background: #495158;
	box-shadow: 0px 5px 20px -5px rgba(73, 81, 88, 0.75); -webkit-box-shadow: 0px 5px 20px -5px rgba(73, 81, 88, 0.75); -moz-box-shadow: 0px 5px 20px -5px rgba(73, 81, 88, 0.75);
	padding: 35px 30px;
	position: absolute; top: 0; left: 20%; z-index: 1;
}
#logo img {
	display: block;
	height: auto;
	margin: 0 auto;
	width: 210px;
}

#languageselect { 
	padding: 1.9em 0;
	position: relative; z-index: 1; right: 5%;
	white-space: nowrap;
}
@media screen and (max-width: 1770px) {
	#languageselect { right: 4%; }
}
@media screen and (max-width: 1670px) {
	#languageselect { right: 2%; }
}
@media screen and (max-width: 1570px) {
	#languageselect { right: 2%; }
}
@media screen and (max-width: 1470px) {
	#languageselect { right: 1%; }
}
@media screen and (max-width: 1420px) {
	#languageselect { right: 0%; }
}
#languageselect > * { text-decoration: none; }
#languageselect > *.active { text-decoration: underline; }

#nav {
	clear: both;
	font-size: 1.125em;
}
html[lang="it"] #nav { font-size: 1em; }
#nav > ul { 
	display: table;
	float: right;
	height: 80px;
}
#nav > ul > li { 
	display: table-cell;
	position: relative; z-index: 1;
	vertical-align: middle;
}
#nav > ul > li > a {
	border-left: 1px solid #d1d1d1;
	color: #fff;
	padding: 0.2em 1em; 
	text-decoration: none; text-transform: uppercase;
	white-space: nowrap;
}
#nav > ul > li > a:hover, #nav > ul > li.active > a { color: #00853c; }
#nav > ul > li:first-child > a, #nav > ul > li:last-child > a { border-left: none; }
#nav > ul > li:last-child { padding: 0 2em; }
#nav > ul > li:last-child > a { 
	background: #00853c;
	border-radius: 5px;
	color: #FFF;
	font-weight: 600;
	padding: 10px 40px;
}
#nav > ul > li:last-child > a:hover { background: #006C32; }
#nav ul ul { 
	background: #495158;
	box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, 0.75); -webkit-box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, 0.75); -moz-box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, 0.75);
	display: none;
	min-width: 100%;
	padding-top: 28px;
	position: absolute; left: 0; z-index: 1;
}
#nav ul ul:after {
	background: #495158;
	content: '';
	height: 28px;
	position: absolute; z-index: 1; left: -10px; right: -20px; top: 0;
}
#nav ul li:hover > ul { display: block; }
#nav ul ul a {
	display: block;
	padding: 0.4em 1.2em;
	text-decoration: none;
}
#nav ul ul li.active > a, #nav ul ul a:hover {
	background: #00853c;
	color: #FFF;
}

#main { position: relative; z-index: 1; }

#contentbackground { background: #eee; }
#background { z-index: 1!important; }
#background .img, #contentbackground { height: calc(100vh - 130px); }
#background .img {
	background-position: center; background-repeat: no-repeat; background-size: cover;
	z-index: 1!important;
}
#background.hidepagination .owl-dots { display: none; }
#background .owl-dots, #contentbackground .owl-dots { 
	position: absolute; left: 50%; bottom: 2.5em; z-index: 1;
	transform: translateX(-50%);
}
#background .owl-dots > *, #contentbackground .owl-dots > * {
	background: rgba(0,0,0,0.4);
	border-radius: 50%;
	display: inline-block;
	width: 14px; height: 14px;
}
#background .owl-dots > * + *, #contentbackground .owl-dots > * + * { margin-left: 12px; }
#background .owl-dots > *.active, #contentbackground .owl-dots > *.active { background: #FFF; }
#pano-pager-prev, #pano-pager-next { 
	transform: translateY(-50%);
	position: absolute; top: 50%; z-index: 1;
}
#pano-pager-prev i, #pano-pager-next i {
	color: #FFF;
	font-size: 6em;
	text-shadow: 1px 1px 6px rgba(0,0,0,0.85);
}
#pano-pager-prev { left: 2.5em; }
#pano-pager-next { right: 2.5em; }
#background.hidepagination #pano-pager-prev, #background.hidepagination #pano-pager-next { display: none; } 

#borderleft {
	background: #495158;
	content: '';
	position: absolute; top: 0; bottom: 0; left: -50px; z-index: 2;
	width: 50px;
}
#article-container {
	background: #FFF; background: rgba(255, 255, 255, 0.95);
	padding: 2.5em;
	max-width: calc(50% - 8em); min-width: 560px;
	position: absolute; left: 8em; top: 80px; z-index: 1;
	transition: left 1s cubic-bezier(0.42, 0, 0, 1); -webkit-transition: left 1s cubic-bezier(0.42, 0, 0, 1); -moz-transition: left 1s cubic-bezier(0.42, 0, 0, 1); -o-transition: left 1s cubic-bezier(0.42, 0, 0, 1);
}
body.infopage #article-container {
	max-width: none;
	right: 8em;
}
body.hidearticle #article-container { left: -100%; }
#hidearticle, #showarticle {
	background: #FFF;
	box-shadow: 0px 0px 4px 1px rgba(232, 232, 232, 0.8); -webkit-box-shadow: 0px 0px 4px 1px rgba(232, 232, 232, 0.8); -moz-box-shadow: 0px 0px 4px 1px rgba(232, 232, 232, 0.8);
	color: #000000;
	font-size: 3em;
	padding: 5px;
	text-align: center; text-decoration: none;
}
#hidearticle:hover, #showarticle:hover {
	background: #00853c;
	color: #FFF;
}
#hidearticle { 
	border-radius: 50%;
	height: 70px; width: 70px;
	position: absolute; right: -35px; top: -35px; z-index: 1;
}
body.infopage #hidearticle { display: none; }
#showarticle {
	padding-left: 10px; padding-right: 10px;
	position: absolute; top: 60px; left: -100px; z-index: 1;
	transition: left 1s cubic-bezier(0.42, 0, 0, 1); -webkit-transition: left 1s cubic-bezier(0.42, 0, 0, 1); -moz-transition: left 1s cubic-bezier(0.42, 0, 0, 1); -o-transition: left 1s cubic-bezier(0.42, 0, 0, 1);
}
body.hidearticle #showarticle { left: 0; }
#article {
	padding: 5px;
	max-height: calc(68vh - 120px);
	overflow: auto;
}

#footer { 
	clear: both;
	overflow: auto;
}
#footer, #footer a { color: #fff; }
#footer a { text-decoration: none; }
#footer a:hover { text-decoration: underline; }
#address, #nav_copyright > nav { margin-top: 16px; }
#address {
	font-size: 0.875em; font-weight: 600;
	float: left;
	text-transform: uppercase;
}
#address > * {
	border-left: 1px solid #d2d2d2;
	padding: 0 1em;
}
#address > *:first-child {
	border-left: none;
	color: #fff;
	padding-left: 0;
}

#nav_copyright { 
	float: right;
	font-size: 0.9em;
}
#nav_copyright, #nav_copyright > a { color: #373737; }
#nav_copyright > nav { display: inline-block; }
#fb-button, #insta-button {
	color: #a1a1a1!important; 
	font-size: 1.5em;
	text-decoration: none!important;
	vertical-align: -3px;
}
#fb-button {
	font-size: 1.4em;
	margin-left: 1.5em;
}
#insta-button { margin-left: 0.5em; }
#fb-button:hover { color: #4267B2!important; }
#insta-button:hover { color: #C13584!important; }

/* CONTENT */
#article h1 { margin-top: 0; }
#article > *:last-child { margin-bottom: 0; }
#article a {  font-weight: normal; }

.boxes > * {
	clear: both;
	overflow: auto;
}
.boxes > * + *{ margin-top: 4em; }
.boxes > * .imgcontainer {
	display: inline-block;
	float: left;
	margin: 0 1.5em 0.25em 0;
	width: 40%; max-width: 300px;
}
.boxes > * img {
	height: auto;
	vertical-align: middle;
	width: 100%;
}
.boxes p { margin: 0; }
.boxes .button { margin-top: 1em; }
@media screen and (max-width: 550px) { 
	.boxes > * .imgcontainer {
		display: block;
		float: none;
		margin: 0 auto 0.5em;
		width: 100%; max-width: 493px;
	}
}

/* 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 {
	clear: both;
	overflow: auto;
}
.responsiveimages a { 
	border-bottom: none!important;
	display: inline-block;
	float: left;
	margin-left: 0.5%; margin-top: 0.25%; margin-bottom: 0.25%;
	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 a img {
	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; }

/* 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: 1420px) {
	#nav { font-size: 1em; }
	html[lang="it"] #nav { font-size: .85em; }
}
@media screen and (max-width: 1400px) {
	#slogan { font-size: 2em; }
}
@media screen and (max-width: 1340px) {
	#logo { left: 10%; }
	#nav > ul > li:last-child { padding: 0 0 0 1em; }
}
@media screen and (max-width: 1265px) {
	#mainwrapper { padding: 0 20px; }
	#logo { 
		box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none;
		padding: 23px 15px;
	}
	#logo img { width: 150px; }
	#languageselect { right: 6%; }
}
@media screen and (max-width: 1180px) {
	#footer { padding-top: 1.25em!important; padding-bottom: 1em!important; }
	#footer > * {
		float: none;
		text-align: center;
	}
	#address { margin-top: 0; }
	#nav_copyright > nav { margin-top: 8px; }
}

@media screen and (max-width: 1080px), (max-height: 720px) {
	#header {
		background: #495158;
		box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.8); -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.8); -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.8);
		height: 72.84px;
		position: fixed; left: 0; top: 0; right: 0; z-index: 3;
	}
	#header > *, #footer {
		box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; 
		margin: 0 auto;
		padding: 0 20px;
	}
	
	#logo-container { width: 100%; }
	#showmobilemenu { 
		display: inline-block;
		margin-top: 11.41px;
		padding: 10px;
		text-align: center;
		width: 50px; height: 50px;
	}
	#showmobilemenu i { 
		font-size: 1.5em; 
		margin-top: 1.5px;
	}
	#logo {
		box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none;
		padding: 20px 0;
		left: 50%;
		transform: translateX(-50%);
	}
	#logo img { width: 150px; }
	
	#nav {
		background: #eee;
		display: block;
		height: calc(100vh - 72.84px);
		overflow: auto;
		position: fixed; top: 72.84px; left: -1700px; z-index: 4;
		transition: left 1s cubic-bezier(0.42, 0, 0, 1); -webkit-transition: left 1s cubic-bezier(0.42, 0, 0, 1); -moz-transition: left 1s cubic-bezier(0.42, 0, 0, 1); -o-transition: left 1s cubic-bezier(0.42, 0, 0, 1);
		width: 100%;
	}
	#nav a { color: #000; }
	#nav ul ul {
		background: #fff;
		box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
	}
	#nav > ul > li > a { color: #000; }
	body.mobilemenu #nav { left: 0; }
	body.showmobilemenu #main, body.showmobilemenu #footer { display: none; }
	
	#nav ul, #nav ul ul { 
		display: block; 
		margin: 0;
		padding: 0;
		position: relative;
	}
	#nav > ul {
		border-top: 2px solid #00853c;
		height: auto;
		float: none;
	}
	#nav > ul > li { display: block; }
	#nav > ul > li:last-child { padding: 0; }
	#nav > ul > li > a { 
		font-size: 1.125em;
		white-space: normal; 
	}
	#nav ul ul:after { display: none; }
	#nav > ul > li > a, #nav > ul > li ul a {
		display: block;
		padding: 0.5em 20px;
	}
	#nav > ul > li ul a { padding-left: 35px; }
	#nav > ul > li:last-child > a {
		background: transparent;
		border-radius: 0;
		color: #000;
		font-weight: normal;
		padding: 0.5em 20px;
	}
	#nav > ul > li:last-child > a:hover, #nav > ul > li.active:last-child > a { 
		background: transparent;
		color: #00853c;
	}
	
	#background, #contentbackground { margin-top: 72.84px; }
	
	#languageselect {
		font-size: 0.8em;
		margin: 0;
		padding: 0;
		position: fixed; right: 20px; top: 5px; z-index: 1;
		text-align: right;
		width: auto!important;
	}
}
@media screen and (max-width: 1000px), (max-height: 720px) {
	/* 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; }

	body { color: #fff; }
	#article a { color: #fff; }

	#mainwrapper { padding: 0; }
	
	#background .img, #contentbackground { max-height: 55vw; height: 70vh; }
	#contentbackground { max-height: 95vw; }
	#background .owl-dots { bottom: 1em; }
	#slogan, #showarticle, #hidearticle { display: none; }
	body.infopage #background { display: none!important; }
	
	#article-container {
		background: #fff;
		color: #333;
		padding-left: 20px; padding-right: 20px;
		position: static; top: auto;
		max-width: none; min-width: 0;
		transform: none;
		transition: none; -webkit-transition: none; -moz-transition: none; -o-transition: none;
	}
	body.infopage #article-container { margin-top: 72.84px; }
	#article { 
		padding: 0;
		max-height: none;
		overflow: visible;
	}
	#footer {
		border-top: 1px solid #00853c;
		margin-top: 2em!important;
	}
	#address > * { 
		display: inline-block; 
		border-left: none;
		margin-top: 2px; margin-bottom: 2px;
	}
	#nav_copyright { margin-top: 1em; }
	#fb-button { 
		margin: 0;
		position: fixed; top: 33px; right: 50px; z-index: 3;
	}
	#insta-button {
		margin: 0;
		position: fixed; top: 33px; right: 20px; z-index: 3;
	}
}
@media screen and (max-width: 750px) and (max-height: 450px) {
	#background { display: none!important; }
	#article-container { margin-top: 72.84px; }
	#contentbackground + #article-container { margin-top: 0; }
}
@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; }
	
	#pano-pager-prev { left: 20px; }
	#pano-pager-next { right: 20px; }
	#pano-pager-prev i, #pano-pager-next i { font-size: 4em; }
}
@media screen and (max-width: 500px) {
	#logo { transform: translateX(-41%); }
}
@media screen and (max-width: 370px) {
	#pano-pager-prev, #pano-pager-next { display: none; }
	#fb-button { right: 40px; }
	#insta-button { right: 10px; }
}

/* 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; }
}