@charset "utf-8";

@font-face {
	font-family: 'Noto Sans Display'; font-style: normal; font-weight: 100;
	font-display: block;
	src: local('sans-serif'),
	url('../font/NotoSansDisplay-Thin.ttf') format('truetype')
}

@font-face {
	font-family: 'Noto Sans Display'; font-style: normal; font-weight: 200;
	font-display: block;
	src: local('sans-serif'),
	url('../font/NotoSansDisplay-ExtraLight.ttf') format('truetype')
}

@font-face {
	font-family: 'Noto Sans Display'; font-style: normal; font-weight: 300;
	font-display: block;
	src: local('sans-serif'),
	url('../font/NotoSansDisplay-Light.ttf') format('truetype')
}

@font-face {
	font-family: 'Noto Sans Display'; font-style: normal; font-weight: 400;
	font-display: block;
	src: local('sans-serif'),
	url('../font/NotoSansDisplay-Regular.ttf') format('truetype')
}

@font-face {
	font-family: 'Noto Sans Display'; font-style: normal; font-weight: 500;
	font-display: block;
	src: local('sans-serif'),
	url('../font/NotoSansDisplay-Medium.ttf') format('truetype')
}

@font-face {
	font-family: 'Noto Sans Display'; font-style: normal; font-weight: 600;
	font-display: block;
	src: local('sans-serif'),
	url('../font/NotoSansDisplay-SemiBold.ttf') format('truetype')
}

@font-face {
	font-family: 'Noto Sans Display'; font-style: normal; font-weight: 700;
	font-display: block;
	src: local('sans-serif'),
	url('../font/NotoSansDisplay-Bold.ttf') format('truetype')
}

@font-face {
	font-family: 'Noto Sans Display'; font-style: normal; font-weight: 800;
	font-display: block;
	src: local('sans-serif'),
	url('../font/NotoSansDisplay-ExtraBold.ttf') format('truetype')
}

@font-face {
	font-family: 'Noto Sans Display'; font-style: normal; font-weight: 900;
	font-display: block;
	src: local('sans-serif'),
	url('../font/NotoSansDisplay-Black.ttf') format('truetype')
}

@font-face {
	font-family: 'Noto Sans Display'; font-style: italic; font-weight: 100;
	font-display: block;
	src: local('sans-serif'),
	url('../font/NotoSansDisplay-ThinItalic.ttf') format('truetype')
}

@font-face {
	font-family: 'Noto Sans Display'; font-style: italic; font-weight: 200;
	font-display: block;
	src: local('sans-serif'),
	url('../font/NotoSansDisplay-ExtraLightItalic.ttf') format('truetype')
}

@font-face {
	font-family: 'Noto Sans Display'; font-style: italic; font-weight: 300;
	font-display: block;
	src: local('sans-serif'),
	url('../font/NotoSansDisplay-LightItalic.ttf') format('truetype')
}

@font-face {
	font-family: 'Noto Sans Display'; font-style: italic; font-weight: 400;
	font-display: block;
	src: local('sans-serif'),
	url('../font/NotoSansDisplay-Italic.ttf') format('truetype')
}

@font-face {
	font-family: 'Noto Sans Display'; font-style: italic; font-weight: 500;
	font-display: block;
	src: local('sans-serif'),
	url('../font/NotoSansDisplay-MediumItalic.ttf') format('truetype')
}

@font-face {
	font-family: 'Noto Sans Display'; font-style: italic; font-weight: 600;
	font-display: block;
	src: local('sans-serif'),
	url('../font/NotoSansDisplay-SemiBoldItalic.ttf') format('truetype')
}

@font-face {
	font-family: 'Noto Sans Display'; font-style: italic; font-weight: 700;
	font-display: block;
	src: local('sans-serif'),
	url('../font/NotoSansDisplay-BoldItalic.ttf') format('truetype')
}

@font-face {
	font-family: 'Noto Sans Display'; font-style: italic; font-weight: 800;
	font-display: block;
	src: local('sans-serif'),
	url('../font/NotoSansDisplay-ExtraBoldItalic.ttf') format('truetype')
}

@font-face {
	font-family: 'Noto Sans Display'; font-style: italic; font-weight: 900;
	font-display: block;
	src: local('sans-serif'),
	url('../font/NotoSansDisplay-BlackItalic.ttf') format('truetype')
}

@font-face {
	font-family: "Material Icons";
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url("../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";
}

/* 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: #dbdfe1;
	color: #333;
	font-family: 'Noto Sans Display', Tahoma, Geneva, sans-serif; font-size: 18px; line-height: 1.231;
    margin: 0;
}
#main, #footer { font-family: 'Noto Sans Display'; font-size: 1em; }
#article { hyphens: auto; -webkit-hyphens: auto; -ms-hyphens: auto; }

::selection {
	background: #f00; background: rgba(255,0,0, 0.5);
	color: white; text-shadow: none;
}

/* Links */
a {
	color: #376db3;
	font-weight: 500;
	text-decoration: none;
}
a:hover {
	color: #2b5489;
	text-decoration: underline;
}
a:focus { outline: thin dotted; }
a:active, a:hover { outline: 0; }

h2 a, h3 a { text-decoration: none; }

/* Typography */
h1, h2, h3 { font-weight: normal; line-height: 110%; text-align: left; }
h1 { font-size: 2em; margin: 0.67em 0; }
h2 { font-size: 1.17em; font-weight: 600; margin: 0.83em 0; color: #376db3; }
h3 { font-size: 1em; font-weight: bold; margin: 1.25em 0 0.41em; }
h4 { font-size: 0.93em; margin: 1.33em 0; }
h5 { font-size: 0.83em; margin: 1.67em 0; }
h6 { font-size: 0.67em; margin: 2.33em 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr {
	border: none; border-top: 1px dashed #ccc;
	-moz-box-sizing: content-box; box-sizing: content-box; display: block;
	height: 1px;
	margin: 1em 0; padding: 0;
}
mark { background: #ff0; color: #000; }
p, pre { margin: 0.5em 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: 0 0 1em; }
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; }
table th, table td { padding: 0.25em 0.75em; }
table th {
	background-color: #868686;
	color: #fff;
}
table tr:nth-of-type(odd) { background-color: #eaeaea; }

/* 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: 1528px; }
.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; }

/* msg */
.msg {
	background: #fff3cd;
	border: 1px solid #ffeeba;
	color: #856404;
}
.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: #376db3;
	border-radius: 0px; border: 0;
	color: #FFF;
	display: inline-block;
	font-family: 'Noto Sans Display'; font-size: 1em; font-weight: 400;
	text-transform: uppercase;
	hyphens: none; -webkit-hyphens: none; -ms-hyphens: none;
	line-height: 1.2em;
	padding: 0.35em 1.75em;
	text-decoration: none;
}
a.button:hover, button:hover, input[type="submit"]:hover, input[type="button"]:hover { background: #2b5489; }
a.button:focus, button:focus, input[type="submit"]:focus, input[type="button"]:focus { outline: none; }
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 */
body > div:not(.fancybox-container) {
	min-height: calc(100vh - 230px);
	background: #fff;
	width: 100%;
	max-width: 1528px;
	margin: 0 auto;
}
body.first-lvl > div, body.second-lvl > div { min-height: calc(100vh - 309px); }
body.first-lvl.homepage > div { min-height: calc(100vh - 230px); }
body h1 { display: none; }
body.first-lvl #main.wrapper { padding: 0 4em; }
body.first-lvl #article {
	font-size: 1.5em;
	width: 80%;
}
body.first-lvl #article .button { font-size: 0.66em; }
body.first-lvl #article > p:first-of-type { margin-top: 0; }

#header {
	background-color: #fff;
	background-image: url(/grafik/template/bg_logo.svg);
	background-position: center bottom;
	background-repeat: repeat-x;
	display: table;
	width: 100%;
	padding: 2em 0 1em;
	position: fixed; top: 0; left: 0; right: 0;
	z-index: 10;
}
#header a { text-transform: uppercase; }
#header > * {
	display: table-cell;
	vertical-align: top;
}
#header #nav_left { text-align: left; }
#nav_left .menu .main-right-mobile { display: none; }
#header .logo {
	text-align: center;
	width: 326px;
	height: 172px;
	display: inline-block;
	position: relative;
	bottom: -4px;
	left: -1px;
}
#header #nav_right {
	padding-right: 1.5em;
	text-align: right;
}

#nav_right ul {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0 1em 0 0;
}
#nav_right ul > li { position: relative; }
#nav_right ul > li:first-of-type a {
	background: #fff6b1;
	border-bottom: none;
	padding: 0.302em 0.75em;
	margin: 0;
}
#nav_right ul > li a {
	min-width: 250px;
	display: block;
	text-align: left;
	border-bottom: 1px solid black;
	padding-bottom: 5px;
}
#nav_right ul > li:nth-of-type(2) { margin-top: 0.5em; }
#nav_right ul > li:nth-of-type(3) { top: 4em; }
#nav_right ul > li:nth-of-type(3) a { border-bottom: none; }
#nav_right ul > li:not(:first-child) {
	padding-left: 0.75em;
	position: absolute;
}
#nav_right ul > li:nth-of-type(n + 4) { display: none; }
#nav_right ul > li.active::before {
	position: absolute;
	left: -20px;
	top: 50%;
	transform: translateY(-50%);
	background: #ff0000;
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	margin-right: 0.5em;
}

#header #nav_right #address { margin-bottom: 3px; }

#submenu {
	background: #fff;
	/*position: fixed; top: 228px;
	z-index: 9;*/
}
#submenu > ul {
	margin: 0;
	text-align: center;
	padding: 1.1667em 0 1.2778em;
}
#submenu > ul > li {
	display: inline-block;
	padding: 0 0.5em;
}
#submenu > ul > li:first-of-type { padding-left: 0; }
#submenu > ul > li:last-of-type { padding-right: 0; }
#submenu > ul > li > a {
	border: 2px solid transparent;
	text-transform: uppercase;
	display: inline-block;
	padding: 0.25em;
	min-width: 240px;
}
#submenu > ul > li.active > a { border: 2px solid #376db3; }
#submenu > ul > li > a:hover {
	border: 2px solid #376db3;
	text-decoration: none;
}
#submenu > ul > li:nth-of-type(n + 1) > a { background: #dde9b9; }
#submenu > ul > li:nth-of-type(n + 2) > a { background: #fdd5a5; }
#submenu > ul > li:nth-of-type(n + 3) > a { background: #d8e5f7; }

#subheader {
	background: #fff;
	padding: 1.15em 0 0;
}
#subheader .wrapper { padding: 0; }
#subheader video {
	width: 100%;
	height: auto;
}
#subheader .fullscreen-naviagtion-mobile { display: none; }
#subheader #imgdescs {
	text-align: right;
	padding: 1.5em 3em 0;
	font-style: italic;
	font-weight: 500;
	font-size: 1.05em;
}
body.second-lvl #subsubmenu {
	position: relative;
	z-index: 5;
	float: left;
	text-transform: uppercase;
	width: calc(100% - 720px);
}
body.second-lvl #subsubmenu > ul {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
body.second-lvl #subheader::after {
	content: '';
	clear: both;
	display: block;
	float: none;
}
body.second-lvl #subheader .panorama {
	position: relative;
	padding-top: 8.5556em;
}
.panorama-navigation-mobile { display: none; }
body.second-lvl #subheader .panorama .panorama-navigation {
	position: absolute;
	bottom: 16px;
	right: 50px;
	width: 170px;
	text-align: center;
}
body.second-lvl #subheader .panorama .panorama-navigation .arrows > a > img {
	color: #919190;
	font-size: 3em;
	width: 42px;
}
body.second-lvl #subheader .panorama .panorama-navigation .dots, body.second-lvl #subheader .panorama .panorama-navigation-mobile .dots { margin-top: 0.75em; }
body.second-lvl #subheader .panorama .panorama-navigation .dots .dot, body.second-lvl #subheader .panorama .panorama-navigation-mobile .dots .dot {
	display: inline-block;
	background: #919190;
	border-radius: 40px;
	width: 20px;
	height: 20px;
	margin: 0.25em;
}
/*body.second-lvl.img-fullscreen #subheader .panorama .panorama-navigation-mobile .dots .dot { background: #fff; }*/
body.second-lvl #subheader .panorama .panorama-navigation .dots .dot:first-of-type, body.second-lvl #subheader .panorama .panorama-navigation-mobile .dots .dot:first-of-type { margin-left: 0; }
body.second-lvl #subheader .panorama .panorama-navigation .dots .dot:last-of-type, body.second-lvl #subheader .panorama .panorama-navigation-mobile .dots .dot:last-of-type { margin-right: 0; }
body.second-lvl #subheader .panorama .panorama-navigation .dots .dot.active, body.second-lvl #subheader .panorama .panorama-navigation-mobile .dots .dot.active { background: #e22713; }
body.second-lvl #subheader #panorama-images-ow {
	cursor: pointer;
	position: absolute;
	right: 270px;
	bottom: 23px;
	max-width: 480px;
	width: 100%;
	height: 284px;
	overflow: hidden;
}
body.second-lvl #subheader .panorama #imgdescs {
	background: #dde9b9;
	background-position: top;
	background-size: cover;
	padding: 1.25em 0 0.5em;
	min-height: 120px;
}
body.second-lvl #subheader .panorama #imgdescs > * {
	padding: 0 0.5em;
	position: relative;
	right: 0;
	width: calc(100% - 780px);
}
body.second-lvl #subheader .panorama #imgdescs .header { margin-bottom: 0.75em; }
body.second-lvl #subheader #panorama-images > div {
	border: 1px solid black;
	height: 284px;
	max-width: 480px;
	width: 100%;
	margin: 0 auto;
	background-position: center;
	background-size: cover;
}

#subheader #panorama-images > div {
	height: 306px;
	width: 100%;
	background-position: center;
	background-size: cover;
}

#nav_left, #nav_right {
	width: 600px;
	padding-bottom: 0.27em;
	position: relative;
	bottom: 1px;
}
#nav_left #mobile-menu {
	display: none;
	padding-left: 1.5em;
	position: relative;
	z-index: 30;
}
#header .mobile-text {
	color: #007b4a;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 1.25em;
	font-weight: 500;
}
#nav_left #mobile-menu #title {
	display: block;
	padding-top: 0.5em;
}
#nav_left .menu > ul > li a, #subsubmenu > ul > li a {
	max-width: 250px;
	display: block;
	border-bottom: 1px solid black;
	margin-left: 3em;
}
#nav_left .menu > ul > li.active a::before, #subsubmenu > ul > li.active a::before {
	content: '';
	width: 10px;
	height: 10px;
	background: red;
	border-radius: 40px;
	position: absolute;
	left: 30px;
	top: 10px;
}
#nav_left .menu > ul > li:first-of-type{ margin-bottom: 1em; }
#nav_left .menu > ul > li:first-of-type a {
	background: #fff6b1;
	border-bottom: none;
	padding: 0.189em 0 0.189em 3em;
	margin: 0;
}
#nav_left .menu > ul > li:last-of-type a, #subsubmenu > ul > li:last-of-type a { border-bottom: none; }
#nav_left .menu > ul > li > ul, #subsubmenu > ul > li > ul { display: none; }
#nav_left li, #subsubmenu li {
	position: relative;
	line-height: 160%;
}

#nav_right #login-lang {
	display: table;
	margin: 0 0 3.65em auto;
}
#nav_right #login-lang > * {
	display: table-cell;
	vertical-align: middle;
}
#nav_right #login-lang #login-btn {
	text-align: right;
	padding-right: 1em;
}
#nav_right #login-lang #lang a { margin-right: 1em; }
#nav_right #login-lang #lang a:last-of-type { margin-right: 0; }
#nav_right #login-lang #lang a img {
	width: 55px;
	height: auto;
	vertical-align: middle;
}
#nav_right #login-lang #login-btn a {
	background: #fff6b1;
	padding: 0.3em 1.5em 0.3em 4em;
}
#nav_right #mobile-login {
	display: none;
	margin-top: 9px;
}
/*#nav_right #mobile-login a {
	background: #fff6b1;
	padding: 0.302em 0.75em;
}*/

.header-margin { margin-top: 230px; }
#main {
	background: #fff;
	position: relative;
}
#mobile-address {
	background: #fff;
	box-sizing: content-box;
	text-align: center;
	padding-top: 1em;
	padding-left: 65px;
	font-size: 1.208em;
	font-weight: 500;
	width: 337px;
}

#article { padding: 0.75em 0; }

#social-block #youtube-facebook {
	position: absolute;
	right: 50px;
	bottom: 30px;
}
#social-block #youtube-facebook .label {
	margin-bottom: 5px;
	position: relative;
	left: -55px;
	color: #376db3;
}
#social-block #youtube-facebook .facebook { margin-left: 10px; }
#social-block #youtube-facebook .youtube, #social-block #youtube-facebook .facebook { display: inline-block; }
#social-block::after {
	content: '';
	clear: both;
	float: none;
	display: block;
}

.arrows .next { margin-left: 1em; }
.arrows .prev { margin-right: 1em; }

/* CLASSES */

/* PRIMARY STYLES [layout] */

/* CONTENT */

/* START Mobile Menu */
.hamburger {
	display: inline-block;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
}
.hamburger:hover { opacity: 0.7; }
.hamburger.is-active:hover { opacity: 0.7; }
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after { background-color: #000; }
.hamburger-box {
	width: 40px;
	height: 24px;
	display: inline-block;
	position: relative;
}
.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	width: 40px;
	height: 4px;
	background-color: #000;
	border-radius: 4px;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
	content: "";
	display: block;
}
.hamburger-inner::before { top: -10px; }
.hamburger-inner::after { bottom: -10px; }
.hamburger--squeeze .hamburger-inner {
	transition-duration: 0.075s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before { transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
.hamburger--squeeze .hamburger-inner::after { transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--squeeze.is-active .hamburger-inner {
	transform: rotate(45deg);
	transition-delay: 0.12s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
	transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(-90deg);
	transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/* END Mobile Menu */

/* END CUSTOM PART */

/* START Maps */
.maps {
	max-width: 300px;
	width: 100%;
}
.maps img {
	width: 100%;
	height: auto;
}
/* END Maps */

/* START Three Cols */
.threecols {
	display: table;
	width: 100%;
}
.threecols > div {
	display: table-cell;
	width: 33%;
	padding: 0 1em;
}
.threecols > div:first-of-type { padding-left: 0; }
.threecols > div:last-of-type { padding-right: 0; }
@media screen and (max-width: 950px) {
	.threecols {
		display: block;
	}
	.threecols > div {
		display: block;
		width: 100%;
		padding: 0;
	}
}
/* END Three Cols */

/* START Panorama Fullscreen */
body.second-lvl #subheader #panorama-images-ow:after {
	background: #e1e1e1;
	border-radius: 30px;
	color: #007b49;
	content: '\e145';
	display: block;
	font-family: 'Material Icons';
	font-size: 1.25em;
	line-height: 30px;
	text-align: center;
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 30px;
	height: 30px;
	z-index: 5;
}
body.second-lvl.img-fullscreen #subheader #panorama-images-ow:after { display: none; }
body.second-lvl.img-fullscreen #subheader #panorama-images > div { border: none; }
.img-fullscreen #header { background-color: #dbdfe1; }
.img-fullscreen #submenu { background: #dbdfe1; }
body.img-fullscreen #subheader .panorama {
	position: absolute; left: 50%; right: 0; top: 245px; bottom: 0;
	transform: translateX(-50%);
	width: 100%;
	max-width: 1528px;
	height: 610px;
	background: #374b55;
	z-index: 9;
}
body.img-fullscreen #subheader #panorama-images-ow {
	background-color: #fff;
	border: 1px solid #fff;
	top: 60px; right: auto; left: 50%;
	transform: translateX(-50%);
	max-width: 960px;
	height: 567px;
}
body.img-fullscreen #subheader #panorama-images > div {
	max-width: 960px;
	height: 567px;
}
body.img-fullscreen #subheader .panorama .imgsdesc-fullscreenbtn {
	background: none!important;
	color: #fff;
	position: absolute; top: 630px; left: 0; right: 0;
	text-align: center;
}
body.img-fullscreen #subheader .panorama .panorama-navigation {
	top: 300px;
	right: 58px;
	bottom: auto;
}
body.img-fullscreen #subheader .panorama #imgdescs {
	background: none!important;
	text-align: center;
}
body.img-fullscreen #subheader .panorama #imgdescs > * { width: auto; }
.fullscreen-naviagtion { display: none; }
.fullscreen-naviagtion span {
	color: #e22713;
	font-size: 4em;
}
body.img-fullscreen .fullscreen-naviagtion {
	display: block;
	position: absolute;
	left: 60px;
	top: 334px;
}
body.img-fullscreen > div { background: #dbdfe1!important; }
body.img-fullscreen main { display: none; }
@media screen and (max-width: 1460px) {
	body.img-fullscreen #subheader .panorama .imgsdesc-fullscreenbtn { top: calc(((100vw - 500px) * 0.59) + 60px); }
	body.img-fullscreen #subheader .panorama .panorama-navigation {
		top: calc(((100vw - 570px) * 0.35));
		right: 40px;
	}
	body.img-fullscreen .fullscreen-naviagtion { top: calc(((100vw - 500px) * 0.35)); }
}
@media screen and (max-width: 1440px) {
	body.img-fullscreen #subheader #panorama-images-ow {
		width: calc(100vw - 500px);
		height: calc((100vw - 500px) * 0.59);
	}
	body.img-fullscreen #subheader #panorama-images > div {
		width: calc(100vw - 500px);
		height: calc((100vw - 500px) * 0.59);
	}
}
@media screen and (max-width: 1060px) {
	#mobile-address {
		width: 275px;
		font-size: 0.986em;
	}

	body > div {
		min-height: calc(100vh - 179px);
	}
	body.img-fullscreen #subheader #panorama-images-ow {
		width: calc(100vw - 350px);
		height: calc((100vw - 350px) * 0.59);
	}
	body.img-fullscreen #subheader #panorama-images > div {
		width: calc(100vw - 350px);
		height: calc((100vw - 350px) * 0.59);
	}
	body.second-lvl.img-fullscreen #subheader #panorama-images-ow {
		position: absolute;
	}
	body.second-lvl.img-fullscreen #subheader .panorama .panorama-navigation, body.second-lvl.img-fullscreen #subheader .panorama .panorama-navigation-mobile {
		position: absolute;
		left: 0;
		right: 0;
		top: calc(((100vw - 350px) * 0.59) + 60px);
		width: calc(100vw - 350px);
	}
	body.second-lvl.img-fullscreen #subheader .panorama .panorama-navigation-mobile {
		width: 100%;
		margin-top: 1em;
	}
	body.second-lvl.img-fullscreen #subheader .panorama #imgdescs {
		background: none!important;
		display: block;
		text-align: center;
		padding: 1em;
	}
	body.second-lvl.img-fullscreen #subheader .panorama .imgsdesc-fullscreenbtn {
		top: calc(((100vw - 350px) * 0.59) + 100px);
	}
	body.img-fullscreen .fullscreen-naviagtion {
		top: calc(((100vw - 350px) * 0.35));
	}
	.fullscreen-naviagtion span { font-size: 3em; }
}
@media screen and (max-width: 820px) {
	#mobile-address { padding-left: 32px; }

	body.second-lvl.img-fullscreen #subheader #panorama-images-ow { border: none; }
	body.img-fullscreen .fullscreen-naviagtion { display: none; }
	body.img-fullscreen #subheader .fullscreen-naviagtion-mobile {
		display: block;
		text-align: left;
		margin-top: 0.5em;
	}
	body.img-fullscreen .fullscreen-naviagtion img { width: 60px; }
	body.img-fullscreen #subheader .fullscreen-naviagtion-mobile img { width: 50px; }
	body.img-fullscreen #subheader .panorama {
		top: 0;
		height: 100vh;
		z-index: 11;
	}
	body.second-lvl.img-fullscreen #subheader .panorama .panorama-navigation .arrows { display: none; }
	body.second-lvl.img-fullscreen #subheader .panorama .panorama-navigation .dots {
		float: none;
		margin-left: 0;
	}

	body.img-fullscreen #subheader #panorama-images-ow {
		top: 10%;
		width: calc(100vw);
		height: calc((100vw) * 0.59);
	}
	body.img-fullscreen #subheader #panorama-images > div {
		width: calc(100vw);
		height: calc((100vw) * 0.59);
	}
	body.second-lvl.img-fullscreen #subheader .panorama .panorama-navigation, body.second-lvl.img-fullscreen #subheader .panorama .panorama-navigation-mobile {
		top: calc(((100vw) * 0.59) + 10%);
		width: calc(100vw);
	}
	body.second-lvl.img-fullscreen #subheader .panorama .imgsdesc-fullscreenbtn {
		padding: 1em;
		top: calc(((100vw) * 0.59) + 10% + 40px);
	}
	body.second-lvl.img-fullscreen #subheader .panorama #imgdescs { padding: 0 1em; }
}
@media screen and (max-width: 585px) {
	body.img-fullscreen #subheader #panorama-images-ow { top: 20vh; }
	/*body.second-lvl.img-fullscreen #subheader .panorama .panorama-navigation-mobile .arrow-prev, body.second-lvl.img-fullscreen #subheader .panorama .panorama-navigation-mobile .arrow-next { display: none; }*/
	body.second-lvl.img-fullscreen #subheader .panorama .panorama-navigation, body.second-lvl.img-fullscreen #subheader .panorama .panorama-navigation-mobile { top: calc(((100vw) * 0.59) + 20vh); }
	body.second-lvl.img-fullscreen #subheader .panorama .imgsdesc-fullscreenbtn { top: calc(((100vw) * 0.59) + 20vh + 40px); }
}
/* END Panoram Fullscreen */

/* 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.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: 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; }

/* Fancybox */
.fancybox-slide--iframe .fancybox-content {
	height: 1133px; max-height: 80%;
	margin: 0;
	width: 800px!important; max-width: 80%!important;
}
.fancybox-button { min-width: 0; }
.fancybox-button--left, .fancybox-button--right { display: inline-block!important; }
.fancybox-button[disabled], .fancybox-button[disabled]:hover { background: none!important; }

/* Tiny-Slider */
.tns-outer { position: relative; z-index: 1; }
.tns-nav { text-align: center; }
.tns-nav > * {
	background: #FFF;
	border: 1px solid #000;
	display: inline-block;
	outline: none;
	width: 16px; height: 16px;
}
.tns-nav > *.tns-nav-active { background: #000; }
.tns-nav > * + * { margin-left: 8px; }
.tns-controls > * {
	background: #000;
	border: none;
	color: #FFF;
	display: inline-block;
	font-size: 80px;
	outline: none;
	position: absolute; z-index: 1000; top: 50%;
	transform: translateY(-50%);
	width: 40px;
}
.tns-controls > *:first-child { left: 0; }
.tns-controls > *:last-child { right: 0; }

/* Cookie Hint */
#cookiehint {
	background: #000; background: rgba(0, 0, 0, 0.8);
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	width: calc(100% - 20px); max-width: 400px;
	color: #fff!important;
	line-height: 20px;
	padding: 0.5em;
	position: fixed; z-index: 10000; left: 10px; bottom: 10px;
}
#cookiehint.bottom-higher { bottom: 40px; }
#cookiehint p {
	margin: 0; margin-right: 38px;
	color: #fff!important;
}
#cookiehint a {
	border: none!important;
	color: #fff!important;
	text-decoration: underline!important;
}
#cookiehint a[href="javascript:;"] { position: absolute; z-index: 1; right: 5px; top: 5px; }
#cookiehint a:hover { text-decoration: none!important; }
#cookiehint.light { background: #fff; background: rgba(255, 255, 255, 0.8); }
#cookiehint.light, #cookiehint.light p, #cookiehint.light a { color: #333!important; }
#cookiehint.top { top: 10px; bottom: initial; }

/* Media Queries */
@media screen and (max-width: 1528px) {
	#nav_left, #nav_right {
		width: calc(50vw - 163px);
	}

	#subheader #panorama-images > div {
		height: calc(100vw * 0.20);
	}
}
/* Mobil bzw. Touchscreen */
@media screen and (max-width: 1023px), (any-hover: none) {

}
@media screen and (max-width: 1165px) {
	body.first-lvl #article { width: 100%; }

	#nav_right #login-lang #login-btn a { padding: 0.3em 1em 0.3em 1em; }
	#nav_right #login-lang #lang a img { width: 50px; }

	#social-block #youtube-facebook {
		position: static;
		text-align: center;
		padding-bottom: 1em;
	}
}
@media screen and (max-width: 1100px) {
	#header { background-size: 100%; }
	body.img-fullscreen #subheader .panorama {
		top: 250px;
		padding: 0;
	}
}
@media screen and (max-width: 1060px) {
	body.show-mobilemenu { overflow: hidden; }

	#nav_right ul { display: none!important; }

	#nav_left .menu .main-right-mobile { display: block; }
	#nav_left .menu .main-right-mobile > ul > li { margin-bottom: 1.5em!important; }
	#nav_left .menu .main-right-mobile > ul > li > a {
		box-sizing: border-box;
		color: #000!important;
		display: inline-block;
		width: 100%;
		padding-left: 1.75em!important;
	}
	#nav_left .menu .main-right-mobile > ul > li:first-of-type > a { background: #f7ec8a; }
	#nav_left .menu .main-right-mobile > ul > li:nth-of-type(2n) > a { background: #d6e4c7; }
	#nav_left .menu .main-right-mobile > ul > li:nth-of-type(3n) > a { background: #fab87f; }

	#nav_right #login-lang #login-btn { display: none; }
	#nav_right #address { display: none; }
	#nav_left .menu {
		background: #fff;
		display: none;
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 20;
		overflow: auto;
	}
	#nav_left .menu.is-active { display: block; }
	#nav_left .menu > ul {
		background: #fff;
		display: none;
		padding: 4em 0 0;
	}
	#nav_left .menu > ul a { font-weight: 500; }
	#nav_left .menu > ul > li > ul, #nav_left .menu .main-right-mobile > ul > li > ul {
		display: block;
		margin-left: 1em;
	}
	#nav_left .menu > ul > li > ul a, #nav_left .menu .main-right-mobile > ul > li > ul a {
		color: #333;
		font-weight: normal;
	}
	#nav_left .menu > ul > li > ul > li > ul { margin-left: 1em; }
	#nav_left .menu > ul > li > ul > li > ul a { text-transform: none; }
	#nav_left .menu > ul > li a {
		max-width: none;
		display: inline-block;
		border: none;
		margin-left: 0;
	}
	#nav_left .menu > ul > li:first-of-type a {
		color: green;
		background: none;
		padding: 0;
	}
	#nav_left .menu > ul > li { margin-bottom: 1.5em!important; }
	#nav_left .menu > ul > li > a {
		box-sizing: border-box;
		color: #000!important;
		width: 100%;
		padding-left: 1.75em!important;
	}
	#nav_left .menu > ul > li > ul a, #nav_left .menu .main-right-mobile > ul > li > ul a { padding-left: 1.5em; }
	#nav_left .menu > ul > li:nth-of-type(n) > a { background: #f7ec8a; }
	#nav_left .menu > ul > li:nth-of-type(2n) > a { background: #d6e4c7; }
	#nav_left .menu > ul > li:nth-of-type(3n) > a { background: #fab87f; }
	#nav_left .menu > ul > li:nth-of-type(4n) > a { background: #b2cefa; }
	#nav_left .menu > ul > li:nth-of-type(5n) > a { background: #d9d9da; }
	#nav_left .menu > ul > li.active a::before { content: none; }
	#nav_left #mobile-menu { display: block; }
	#nav_left #mobile-menu.is-active { bottom: 20px; }
	#nav_right #mobile-login { display: block; }
	#nav_right #login-lang { margin: 0 0 0.5em auto; }

	#subheader.second-lvl {
		padding: 1em 20px 0!important;
	}

	.header-margin { margin-top: 179px; }
	/*body.second-lvl .header-margin { margin-top: 268px; }*/
	#mobile-address { display: block; }

	#submenu { top: 179px; }
	#submenu > ul {
		overflow-x: auto;
		white-space: nowrap;
	}
	#submenu > ul > li > a { min-width: 180px; }
	#submenu > ul > li { padding: 0.5em; }

	body.second-lvl #subsubmenu {
		float: none;
		width: 100%;
		padding: 0 20px;
	}
	body.second-lvl #subheader { padding: 0!important; }
	body.second-lvl #subheader .panorama { padding: 1em 0 0; }
	body.second-lvl #subheader #panorama-images-ow {
		position: static;
		margin: 0 auto;
	}
	body.second-lvl #subheader .panorama #imgdescs { display: none; }
	body.second-lvl #subheader #panorama-images {
		box-sizing: border-box;
		width: 100%;
		padding: 0 1em;
	}

	.panorama-navigation { display: none; }
	.panorama-navigation-mobile {
		display: block;
		text-align: center;
		margin-top: 0.5em;
	}

	.panorama-navigation-mobile .arrow-prev, .panorama-navigation-mobile .arrow-next {
		display: inline-block;
		vertical-align: middle;
	}
	.panorama-navigation-mobile .arrow-prev img, .panorama-navigation-mobile .arrow-next img {
		width: 8px;
		height: auto;
	}
	.panorama-navigation-mobile .dots {
		display: inline-block;
		margin: 0 2em!important;
		vertical-align: middle;
	}
	.panorama-navigation-mobile .dots .dot {
		width: 12px!important;
		height: 12px!important;
		margin: 0.1em 0.1em!important;
	}


	body.second-lvl #subheader .panorama .panorama-navigation {
		position: static;
		max-width: 480px;
		width: 100%;
		margin: 0 auto;
	}
	body.second-lvl #subheader .panorama .panorama-navigation::after {
		content: '';
		clear: both;
		display: none;
		float: none;
	}
	body.second-lvl #subheader .panorama .panorama-navigation .arrows {
		float: right;
		margin-top: 1em;
		margin-right: 1em;
	}
	body.second-lvl #subheader .panorama .panorama-navigation .arrows .prev { margin-right: 1.25em; }
	body.second-lvl #subheader .panorama .panorama-navigation .dots {
		float: left;
		margin-left: 1em;
	}
	body.second-lvl #subheader .panorama .panorama-navigation .arrows > a > img {
		color: #919190;
		font-size: 1.5em;
		width: 12px;
		height: auto;
	}
	body.second-lvl #subheader .panorama .panorama-navigation .dots .dot {
		margin-top: 0.35em;
		width: 15px;
		height: 15px;
	}

	body.second-lvl #subheader #panorama-images-ow:after {
		right: calc(50vw - 220px);
		bottom: 55px;
	}
	body.second-lvl #subheader .panorama.onlyone #panorama-images-ow:after { bottom: 34px; }

	.panorama { overflow: hidden; }

	#header {
		background-size: 980px;
		padding: 3em 0;
	}

	body.img-fullscreen #subheader .panorama {
		top: 205px;
		height: calc(100vh - 195px);
		min-height: calc(100vh + 530px);
		padding: 0;
	}

	body.second-lvl #subheader #panorama-images > div { border: none; }

	#header .logo {
		height: 71px;
	}
}
@media screen and (max-width: 820px) {
	/* 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; }

	#nav_right #login-lang #lang a { margin-right: 0.65em; }
	#nav_right #login-lang #lang a img { width: 45px ; }

	.wrapper { padding: 0 20px; }

	body.first-lvl #main.wrapper { padding: 0 2em; }
	body.first-lvl #article { font-size: 1.25em; }
	#header .logo {
		width: 210px;
		bottom: -3px;
	}
	#header .logo img {
		width: calc(100% + 1px);
		height: auto;
	}
	#nav_left, #nav_right {
		width: calc(50vw - 118px);
		padding-bottom: 0.5em;
	}

	body.img-fullscreen #subheader .panorama {
		top: 0;
		height: 100vh;
	}

	#subheader #imgdescs { padding: 0.5em 1em 0; }

	#subheader video {
		width: 100%;
		height: auto;
	}
}
@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; }

	.hamburger-box {
		height: 20px;
		width: 36px;
	}
	.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
		width: 36px;
		height: 2px;
	}
	.hamburger-inner::before { top: -8px; }
	.hamburger-inner::after { bottom: -8px; }
	#nav_left #mobile-menu { padding-top: 0; }

	#header {
		background-size: 510px;
		padding: 0.75em 0 0.66em;
	}

	.header-margin { margin-top: 85px; }
	/*body.second-lvl .header-margin { margin-top: 168px; }*/
	#mobile-address {
		font-size: 0.85em;
		padding-top: 0.5em;
		padding-left: 20px;
		width: auto;
	}
	#main #mobile-address {
		padding-top: 0.5em;
		font-size: 1em;
		font-weight: normal;
	}

	#nav_left, #nav_right {
		width: calc(50vw - 70px);
	}
	#nav_left #mobile-menu.is-active { bottom: 0px; }
	#header .logo {
		width: 140px;
		height: 60px;
		bottom: -3px;
	}
	#header .logo img {
		width: calc(100% + 1px);
		height: auto;
	}

	#header .mobile-text { font-size: 1.15em; }

	h3 { margin: 0.5em 0 0.4em; }
	#article { padding: 0.5em 0; }
	body.second-lvl #article { padding: 0 0 0.5em 0!important; }
	h2 { margin-top: 1.25em; }

	#nav_left #mobile-menu {
		padding-left: 0.5em;
		padding-top: 0.35em;
	}
	#nav_left #mobile-menu.is-active { padding-left: 1.25em; }
	#nav_left #mobile-menu #title { display: none; }
	#header #nav_right { padding-right: 0.5em; }
	#nav_right #login-lang #lang a img { width: 35px; }
	#nav_right #login-lang #lang a { margin-right: 0.5em; }

	#nav_left .menu > ul {
		background: #fff;
		display: none;
		padding: 3em 0 0;
	}
	#subsubmenu > ul > li a { margin-left: 1em; }
	#subsubmenu > ul > li.active a::before {
		left: 0px;
		top: 10px;
	}

	#subheader #panorama-images > div { height: calc(100vw * 0.40); }
	body > div { min-height: calc(100vh - 88px); }

	#submenu {
		font-size: 0.8em;
		padding: 0!important;
		top: 88px;
	}
	#submenu > ul > li {
		display: inline-block;
		padding: 0.25em;
	}
	#submenu > ul > li > a {
		min-width: 145px;
		width: auto;
	}

	body.img-fullscreen .fullscreen-naviagtion { top: calc(22% + (100vw * 0.64)); }

	body.second-lvl #subheader #panorama-images-ow { max-width: none; }
	body.second-lvl #subheader #panorama-images > div { max-width: none; }

	body.second-lvl #subheader .panorama .panorama-navigation .arrows > a > img { width: 10px; }
}

@media screen and (max-width: 520px) {
	body.second-lvl #subheader #panorama-images-ow:after { right: 20px; }
	body.second-lvl #subheader #panorama-images > div {
		height: calc(100vw * 0.6);
	}
	body.second-lvl #subheader #panorama-images-ow { height: calc(100vw * 0.6); }
	body.second-lvl.img-fullscreen #subheader .panorama .panorama-navigation { top: calc(((100vw) * 0.59) + 10vh); }
	/*body.second-lvl.img-fullscreen #subheader .panorama .panorama-navigation-mobile { display: none; }*/
	body.second-lvl.img-fullscreen #subheader .panorama .imgsdesc-fullscreenbtn { top: calc(((100vw) * 0.59) + 25vh); }
}

/* 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; }

	.header-margin { display: none; }
	#subheader { display: none; }
	#submenu { display: none; }
	#subsubmenu { display: none; }
	#panorama { display: none; }
	#social-block { display: none; }
	.video-fragment { display: none; }

	.threecols { display: block; }
	.threecols > div {
		display: block;
		width: 100%;
		padding: 0!important;
	}
}