@font-face {
	font-family: Open Sans;
	src: url('vhs-assets-css-b5768a11b46ae0285fe73512f1abc022.eot'); /* IE9 */
	src: url('vhs-assets-css-4d08b0cf2ed429693e2fdbb529ca68b6.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('vhs-assets-css-190fa50cc44282a6655e0a7fe5d2addd.woff2') format('woff2'),
	url('vhs-assets-css-eafe2537e8d3eecaaa667e98f9698d37.woff') format('woff'),
	url('vhs-assets-css-55cabfc780da6e7193a943155ded0f79.ttf') format('truetype'),
	url('vhs-assets-css-bd8fa0592d4e356fab512b019833a3ae.svg#svgFontName') format('svg');
	font-weight: normal;
	font-style: normal;
}

* {
	font-family: 'Open Sans', sans-serif;
}

body {
	color: #505050;
	font-size: 14px;
	line-height: 21.6px;
	margin: 0 auto;
	overflow-x: hidden;
}

/* Overlay for mobile menu */
.overlaydark {
	background-color: black;
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 56px;
	width: 100%;
	z-index: 18;
}

a {
	text-decoration: none;
}

/* Content */
#content {
	clear: both;
	margin: 0 auto 75px;
	max-width: 998px;
	padding-left: 25px;
	padding-right: 25px;
}

@media screen and (max-width: 60.6em) {
	
	#content {
		overflow: hidden; /* To prevent problems with imageband */
		padding-left: 10px!important;
		padding-right: 10px!important;
	}
	
}


/* To-top link */
.scroll-to-top {
	bottom: 40px;
	border-radius: 2px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	display: inline-block;
	height: 40px;
	position: fixed;
	right: 10px;
	width: 40px;
	/* image replacement properties */
	opacity: 0;
	overflow: hidden;
	text-indent: 100%;
	transition: opacity .3s 0s, visibility 0s .3s;
	transition: box-shadow 0.3s cubic-bezier(.25,.8,.25,1);
	visibility: hidden;
	white-space: nowrap;
}

.scroll-to-top.cd-is-visible, .scroll-to-top:hover {
	transition: opacity .3s 0s, visibility 0s 0s;
}

/* Button becomes visible */
.scroll-to-top.cd-is-visible {
	opacity: 1;
	visibility: visible;
}

.scroll-to-top:hover {
	opacity: 1;
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

@media only screen and (min-width: 768px) {
	.scroll-to-top {
		right: 20px;
		bottom: 20px;
	}
}

@media only screen and (min-width: 1024px) {
	.scroll-to-top {
		height: 60px;
		width: 60px;
		right: 30px;
		bottom: 30px;
	}
}


/* General */
header {
	background-color: #fff;
	position: relative;
	width: 100%;
}



/* Logo */
#logo-shortcuts {
	margin: 0 auto;
	max-width: 998px;
	min-height: 62px;
	padding-bottom: 1.4em;
	padding-top: 1.4em;
	position: relative;
}

#logo {
	float: left;
}

#logo img{
	border: 0;
	height: 57px;
	width: 240px;
}

@media screen and (max-width: 60.6em) {
	
	#logo-shortcuts {
		background-color: white;
		box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
		padding: 10px;
		min-height: inherit;
		position: fixed;
		width: 100%;
		z-index: 50;
	}

	#logo {
		float: none;
		left: 50%;
		position: absolute;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}

	#logo img {
		max-height: 42px;
		width: auto;
	}

}



/* Shortcut icons */
#shortcuts {
	display: block;
	float: right;
	position: relative;
	z-index: 3;
}

@media screen and (max-width: 454px) { /* Special breakpoint for beautiful shortcuts menu */
	#shortcuts {
		width: 340px;
	}
}

@media screen and (max-width: 369px) { /* Special breakpoint for beautiful shortcuts menu */
	#shortcuts {
		width: 255px;
	}
}

#shortcuts .shortcut-link {
	cursor: pointer;
	float: right;
	text-align: center;
	width: 79px;
}

#shortcuts .shortcut-link a {
	color: #bfbfbf;
}

#shortcuts .shortcut-link a:hover {
	color: black;
}

#shortcuts .shortcut-link img {
	height: 34px;
	opacity: 0.5;
	width: 34px;
}

#shortcuts .shortcut-link:hover img {
	opacity: 0.8;
}

#shortcuts .shortcut-link:after {
	content: attr(data-content);
	display: block;
	font-size: 0.8em;
}

#mobile-icon-shortcuts {
	display: none;
}

@media screen and (max-width: 60.6em) {
	
	#shortcuts {
		display: none;
	}
	
	#shortcuts .shortcut-link {
		margin: 3px 5px 3px 0;
	}
	
	#shortcuts.show {
		background-color: white;
		box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
		display: block;
		padding: 10px 0;
		position: absolute;
		right: 29px;
		top: 56px;
	}
	
	#mobile-icon-shortcuts {
		cursor: pointer;
		display: block;
		float: right;
		margin-right: 10px;
	}
	
	#mobile-icon-shortcuts img{
		height: 36px;
		opacity: 0.5;
		width: 36px;
	}

}



/* Language box */
#language-box-top {
	background-color: white;
	border-radius: 2px;
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	display: none;
	height: 0;
	position: absolute;
	right: 0;
	top: 85px;
	width: 200px;
	z-index: 4;
}

#shortcuts.show + #language-box-top { /* Shortcut menu in mobile view opened */
	top: 130px;
}

#language-box-top ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#language-box-top li{
	padding: 0 1em;
}

#language-box-top li:first-of-type {
	border-bottom: 1px solid lightgrey;
}

#language-box-top li a {
	color: black;
	display: block;
	padding: 1em 0;
}

#language-box-top img {
	height: 30px;
	margin-right: 0.8em;
	vertical-align: middle;
	width: auto;
}

@media screen and (max-width: 60.6em) {
	#language-box-top {
		right: 40px;
	}
}



/* Search box */
#search-box-top {
	background-color: white;
	border-radius: 2px;
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	display: none;
	height: 0;
	padding-top: 0.3em;
	position: absolute;
	right: 0;
	top: 85px;
	width: 280px;
	z-index: 4;
}

#shortcuts.show + #language-box-top + #search-box-top { /* Shortcut menu in mobile view opened */
	top: 130px;
}

#search-box-top #search-box-top-input {
	border: 0;
	font-size: 1.5em;
	height: 35px;
	outline: none;
	width: 243px;
	-webkit-appearance: none; /* Safari */
}

#search-box-top button {
	background-color: white;
	border: none;
	float: left;
	height: 35px;
	width: 35px;
}

#search-box-top button:hover {
	cursor: pointer;
}

#search-box-top button img {
	opacity: 0.5;
	height: 28px;
	width: 28px;
}

#search-box-top #engine_selectors {
	border-top: 1px solid lightgrey;
	padding: 0.5em 0.4em;
}

#search-box-top #engine_selectors input {
	cursor: pointer;
}

#search-box-top #engine_selectors #Radio2 {
	margin-left: 1.5em;
}

#search-box-top #engine_selectors label {
	cursor: pointer;
	display: inline-block;
}

@media screen and (max-width: 60.6em) {
	#search-box-top {
		right: 40px;
	}
}



/* Banner */
#banner {
	margin-bottom: 15px;
	min-height: 135px;
	padding-left: 25px;
	padding-right: 25px;
}

#banner h1 {
	color: #505050;
	margin: 0 auto;
	max-width: 998px;
	padding-top: 50px;
}

@media screen and (max-width: 60.6em) {
	
	#banner {
		clear: both;
		min-height: 120px;
		padding-left: 16px;
		padding-right: 10px;
		padding-top: 57px;
	}
	
	#banner h1 {
		font-size: 24px;
		line-height: 1.3em;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}

}


#mobile-icon-menu {
	display: none;
}

#navigation {
	background-color: #fff;
	width: 100%;
}

#main-menu {
	border-bottom: 1px solid #737373;
	padding-left: 25px;
	padding-right: 25px;
	white-space: nowrap;
}

#main-menu ul {
	list-style-type: none;
	margin: 4px auto;
	max-width: 998px;
	padding: 0;
	text-align: left;
}

#main-menu li {
	display: inline;
	transition: margin-left 200ms;
}

#main-menu a {
	color: rgba(0,0,0,0.8);
	font-size: 13px;
	margin-right: 12px;
	white-space: nowrap;
}

#main-menu  a.active {
	color: #000;
	font-weight: 600;
}

#main-menu  a:hover {
	color: #000;
}

#submenu {
	background: #f2f2f2;
	padding-left: 25px;
	padding-right: 25px;
}

.sticky #submenu {
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.15)
}

#submenu #submenu-items {
	margin: 0 auto;
	max-width: 998px;
	padding: 5px;
	white-space: nowrap;
}

#sub1-menu,
#sub2-menu {
	display: inline-block;
}

#sub1-menu {
	transition: margin-left 200ms;
}

#sub1-menu ul,
#sub2-menu ul {
	display: none; /* Menu will be modified and revealed by menu.js */
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sub2-menu ul {
	margin-left: 18px;
}

#sub1-menu li,
#sub2-menu li {
	display: none; /* Entries will be modified and revealed by menu.js */
}

#sub1-menu a,
#sub2-menu a {
	color: rgba(0,0,0,0.8);
	font-size: 13px;
	height: 15px;
	margin-right: 12px;
	white-space: nowrap;
}

#sub1-menu a.active,
#sub2-menu a.active {
	color: #000;
	font-weight: 600;
}

#sub1-menu  a:hover,
#sub2-menu a:hover {
	color: #000;
}

#logo_small {
	border-radius: 50%;
	height: 0px;
	margin-right: 10px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	transition: opacity 200ms ease-out;
	width: 50px;
}

#logo_small img {
	background-color: white;
	border: 0;
	height: 17.3px;
	left: -50px;
	padding: 18px 7px 14.7px;
	position: relative;
	transition: left 200ms;
	width: 36px;
}

.sticky #logo_small ~ li:first-of-type,
.sticky #sub1-menu {
	margin-left: 65px;
}

.sticky #logo_small {
	height: 50px;
	opacity: 1;
}

.sticky #logo_small img {
	left: 1px;
}

.sticky {
	border-top: 0;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

#navigation_compact {
	background: white;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	display: none;
	height: 100%;
	overflow-y: auto;
	position: fixed;
	left: 0;
	top: 0;
	width: 300px;
	z-index: 20;
}

#navigation_compact ul {
	list-style-type: none;
	margin: 4px auto;
	padding: 0;
}

#navigation_compact a {
	color: rgba(0,0,0,0.8);
	display: block;
	font-size: 15px;
	margin-left: 10px;
	margin-right: 18px;
	padding: 10px 20px 10px 0;
}

#navigation_compact a.active {
	color: #000;
	font-weight: 600;
}

#navigation_compact a:hover {
	color: #000;
}

#navigation_compact > ul > li {
	border-top: 1px solid grey;
}

#navigation_compact > ul > li:first-of-type {
	border-top: none;
	margin-top: 62px;
}

#navigation_compact > ul a.sub {
	background: url('vhs-assets-css-b9ea0a44a18485f0bb5d6fe9c940d582.svg') no-repeat right;
	background-size: 1.3em;
}

#navigation_compact > ul a.sub.open {
	background-image: url('vhs-assets-css-95a2dac2f7b7a146e6b05200a98e9fd3.svg');
}

#navigation_compact .lvl-1 {
	display: none;
	margin-left: 10px;
}

#navigation_compact .lvl-2 {
	display: none;
	margin-left: 20px;
}

#navigation_compact .active > .lvl-1,
#navigation_compact .active > .lvl-2 {
	display: block;
}

@media screen and (max-width: 60.6em) {
	
	#mobile-icon-menu {
		background: transparent;
		border: none;
		cursor: pointer;
		display: block;
		float: left;
		margin-right: 20px;
		margin-top: 5px;
	}
	
	#mobile-icon-menu img{
		height: 22px;
		opacity: 0.5;
		width: 28px;
	}
	
	#navigation {
		display: none;
	}
	
}


/* Headings */
h1 {
	font-size: 3em;
	font-weight: 400;
	line-height: 1.05em;
	margin-bottom: 0.5em;
	margin-left: -32px;
	margin-top: 1.2em;
}

h2 {
	color: #505050;
	font-size: 2.25em;
	font-weight: 400;
	line-height: 1.25em;
	margin-bottom: 0.5em;
	margin-left: -32px;
}

h3 {
	color: #505050;
	font-size: 1.75em;
	font-weight: 400;
	line-height: 1.25em;
	margin-bottom: 0.5em;
}

h4 {
	font-size: 1em;
	font-weight: 600;
	line-height: 1.2em;
	margin-bottom: 0.2em;
}

@media screen and (max-width: 78.4em) {
	h1,
	h2 {
		margin-left: 0;
	}
}

@media screen and (max-width: 60.6em) {
	
	h1 {
		font-size: 2.2em;
	}
	
	h2 {
		font-size: 2em;
	}
	
}


/* Text */
p.bodytext {
	margin: 0 auto 0.7em;
}

p.bodytext {
	margin-right: 8em;
}

p.quotation {
	background: transparent url('vhs-assets-css-74b5a1b3e7cbe9c6477bde6977f2a037.png') no-repeat;
	color: #666;
	font-style: italic;
	margin: 1em 12em 1em 1.5em;
	overflow: hidden; /* So floating items on left will not affect background image */
	padding-left: 2.6em;
}

p.small_indent {
	border-left: 2px solid #ededf0;
	font-size: 0.85em;
	line-height: 1.3em;
	margin: 1em 12em 1em 2.9em;
	overflow: hidden; /* So floating items on left will not affect border */
	padding-left: 1.2em;
}

@media screen and (max-width: 53.7em) {
	p.bodytext,
	p.quotation,
	p.small_indent {
		margin-right: auto;
	}
}


/* Images */
.csc-textpic-caption {
	font-size: 0.9em;
}

.gallerycenter .csc-textpic .csc-textpic-imagerow:not(:first-of-type) .csc-textpic-imagecolumn,
.gallerycenter .csc-textpic .csc-textpic-imagerow .csc-textpic-imagecolumn:not(:first-of-type),
.galleryleft .csc-textpic .csc-textpic-imagerow:not(:first-of-type) .csc-textpic-imagecolumn,
.galleryleft .csc-textpic .csc-textpic-imagerow .csc-textpic-imagecolumn:not(:first-of-type),
.galleryright .csc-textpic .csc-textpic-imagerow:not(:first-of-type) .csc-textpic-imagecolumn,
.galleryright .csc-textpic .csc-textpic-imagerow .csc-textpic-imagecolumn:not(:first-of-type) {
	display: none; /* Hide further images if more than one, will be transformed to gallery in standard.js */
}

.csc-textpic .csc-textpic-image a {
	display: block;
	position: relative;
}

a.lightbox {
	position: relative;
}


/* Magnifier icon on lightbox preview images */
#content > div:not(.galleryleft):not(.galleryright):not(.gallerycenter):not(.imageband) a.lightbox:before {
	background: url('vhs-assets-css-f9f8b2732585f88c58d93abbe2f4f269.png') no-repeat scroll 50% center rgba(250,250,250,0.75);
	bottom: 5%;
	border: none;
	border-radius: 4px;
	box-shadow: 3px 3px 10px 0px #333;
	color: #333;
	content: "";
	cursor: pointer;
	display: none;
	height: 14px;
	line-height: 1.0em;
	padding: 8px 12px;
	position: absolute;
	right: 5%;
	width: 14px;
}

#content > div:not(.galleryleft):not(.galleryright):not(.gallerycenter):not(.imageband) a.lightbox:hover:before {
	background-color: white;
	display: block;
}


/* Image gallery */
.gallery_imgnr {
	background: url('vhs-assets-css-38d7ef8f18f936b31545bf785d14658c.png') no-repeat scroll 95% center rgba(250,250,250,0.75);
	bottom: 5%;
	border: none;
	border-radius: 4px;
	box-shadow: 3px 3px 10px 0px #333;
	color: #333;
	cursor: pointer;
	display: block;
	line-height: 1.0em;
	padding: 8px 20px 8px 10px;
	position: absolute;
	right: 5%;
	transition: background-color 100ms;
}

.galleryleft a:hover .gallery_imgnr,
.galleryright a:hover .gallery_imgnr,
.gallerycenter a:hover .gallery_imgnr {
	background-color: white;
}

.gallerycenter .csc-textpic-imagewrap {
	width: 100%;
}

.gallerycenter .csc-textpic-imagewrap .csc-textpic-image {
	margin: auto;
}

.galleryleft .csc-textpic-imagewrap {
	float: left;
	margin: 2.1em 2em 1em -8em;
	max-width: 26.78em;
}

.galleryright .csc-textpic-imagewrap {
	float: right;
	margin: 2.1em -7.1em 1em 2em;
	max-width: 26.78em;
}



/* Slider */
.slider .owl-stage-outer {
	width: inherit;
}

.slider .owl-nav {
	opacity: 0;
	transition: opacity 300ms;
}

.slider .owl-prev,
.slider .owl-next {
	height: 72%;
	position: absolute;
	top: 0;
	width: 80px;
	z-index: 4;
}

.slider:hover .owl-nav {
	opacity: 1;
}

.slider .owl-prev {
	left: 0;
}

.slider .owl-next {
	right: 0;
}

.slider .owl-prev img,
.slider .owl-next img {
	top: 56%;
	height: 48px;
	opacity: 0.7;
	position: absolute;
}

.slider .owl-next img {
	right: 0;
}

.slider .owl-prev:hover img,
.slider .owl-next:hover img {
	opacity: 1;
}

.slider .owl-dots {
	bottom: 45px;
	float: left;
	left: 5px;
	padding: 13px 0 13px 13px;
	opacity: 0;
	position: relative;
	transition: opacity 300ms;
	z-index: 5;
}

.slider:hover .owl-dots {
	opacity: 1;
}

.slider .owl-dot {
	background-image: url('vhs-assets-css-ce16f0e72ba9b48b8960496331547dfa.png');
	background-size: 100% 100%;
	float: left;
	height: 18px;
	margin-left: 4px;
	opacity: 0.7;
	width: 18px;
}

.slider .start_stop {
	background-image: url('vhs-assets-css-41a11dfdbee79a00ef9472a23512f420.png');
	background-size: 100% 100%;
	bottom: 45px;
	cursor: pointer;
	float: left;
	height: 18px;
	margin: 13px 10px;
	opacity: 0;
	position: relative;
	transition: opacity 300ms;
	width: 18px;
	z-index: 5;
}

.slider:hover .start_stop {
	opacity: 0.7
}

.slider .start_stop.paused {
	background-image: url('vhs-assets-css-96d18abc4550cc4880993fb57bc6d59e.png');
}

.slider .owl-dots.disabled + .start_stop {
	display: none;
}

.slider .owl-dot.active {
	opacity: 1;
}

.slider .owl-dots-clear {
	clear: both;
}

.slider img {
	height: auto;
}

.slider .textbox {
	background-color: #fff;
	bottom: 15px;
	color: #3a3c3c;
	font-size: 16px;
	height: auto;
	opacity: 0.9;
	padding: 0 0.3em 0 0.6em;
	position: absolute;
	right: 10px;
	width: 350px;
	z-index: 5;
}

.slider .textboxcontent {
	display: inline;
}

.slider .textbox_header {
	display: block;
	font-weight: 600;
	margin-bottom: 0.4em;
	margin-top: 0.5em;
}

.slider .textbox_text {
	display: block;
	margin-bottom: 0.4em;
	margin-top: 0.5em;
}

.slider .button {
	float: right;
	margin-bottom: 0.4em;
	margin-top: 0.5em;
	z-index: 4;
}

@media screen and (max-width: 68.7em) {
	.slider .textbox {
		right: 20px;
	}
}

@media screen and (max-width: 50em) {
	.slider {
		margin-bottom: 2em;
	}
	
	.slider .textbox {
		bottom: 0;
		clear: both;
		font-size: 13px;
		position: relative;
		right: 0px;
		width: 95%;
	}
	.slider .owl-nav,
	.slider .owl-dots,
	.slider .start_stop {
		display: none;
	}
}



/* Image banderole */
.imageband {
	background-color: #f2f2f2;
	clear: both;
	height: 250px;
	margin: 2.1em -4098px 2em -4112px;
	padding: 0em 4000px;
	position: relative;
}

.imageband .item {
	height: 250px;
}

.imageband img {
	border: 0;
	height: 250px;
	left: 50%;
	position: relative;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.imageband figcaption {
	display: none;
}

.imageband .owl-stage {
	height: 250px;
	overflow: hidden;
}

.imageband .owl-prev,
.imageband .owl-next {
	background-color: #D2D2D2;
	cursor: pointer;
	height: 250px;
	position: absolute;
	top: 0;
	width: 60px;
	z-index: 4;
}

.imageband .owl-prev {
	left: 0;
}

.imageband .owl-next {
	right: 0;
}

.imageband .owl-prev img,
.imageband .owl-next img {
	top: 40%;
	height: 48px;
	opacity: 0.7;
}

.imageband .owl-prev:hover img,
.imageband .owl-next:hover img {
	opacity: 1;
}

.imageband .owl-prev.disabled img,
.imageband .owl-prev.disabled:hover img,
.imageband .owl-next.disabled img,
.imageband .owl-next.disabled:hover img {
	opacity: 0.3;
}



/* Lightbox */
.fancybox-title-float-wrap {
	left: 0;
	right: initial;
	top: 100%;
}

.fancybox-title-float-wrap .child {
	margin-right: initial;
	white-space: pre-line;
}

.fancybox-title .caption-link {
	color: white;
	padding-left: 1.5em;
	white-space: nowrap;
}

.fancybox-title .caption-link:hover {
	text-decoration: underline;
}

.fancybox-title .caption-link:before {
	background: url('vhs-assets-css-a94636f3fe0665b8f4a9b312e942a81b.svg');
	background-size: 100%;
	content: '';
	display: inline-block;
	height: 18px;
	margin-right: 2px;
	vertical-align: sub;
	width: 18px;
}



/* Text-image CE */
div.csc-textpic {
	clear: both;
	overflow: inherit;
}

div.csc-textpic-imagerow {
	clear: both;
	overflow: inherit!important;
}

.csc-textpic.csc-textpic-intext-left .csc-textpic-image {
	margin: 2.1em 2em 1em -8em;
	max-width: 26.78em;
}

.csc-textpic.csc-textpic-intext-right .csc-textpic-image {
	margin: 2.1em -7.1em 1em 2em;
	max-width: 26.78em;
}

.csc-textpic-imagecolumn {
	clear: both;
}

.csc-textpic img {
	height: auto;
	margin: 0;
	width: 100%;
}

@media screen and (max-width: 78.4em) {
	.galleryleft .csc-textpic-imagewrap,
	.galleryright .csc-textpic-imagewrap,
	.csc-textpic.csc-textpic-intext-left .csc-textpic-image,
	.csc-textpic.csc-textpic-intext-right .csc-textpic-image {
		margin: 1em;
	}
}

@media screen and (max-width: 53.7em) {
	.galleryleft .csc-textpic-imagewrap,
	.galleryright .csc-textpic-imagewrap,
	.csc-textpic.csc-textpic-intext-left .csc-textpic-imagewrap,
	.csc-textpic.csc-textpic-intext-right .csc-textpic-imagewrap {
		float: none;
	}
}



/* TextImage2Column */
.TextImage2Column {
	border-bottom: 3px solid #ededf0;
	clear: both;
	margin: 1em auto 2em;
	overflow: auto;
}

.TextImage2Column .text {
	box-sizing: border-box;
	float: left;
	margin-bottom: 2em;
	width: 33%;
}

.TextImage2Column p {
	margin: 0;
}

.TextImage2Column figure {
	box-sizing: border-box;
	float: left;
	margin: 0;
	max-width: 66%;
	padding-bottom: 2em;
	padding-left: 2em;
}

.TextImage2Column img {
	height: auto;
	width: 100%;
}

@media screen and (max-width: 78.4em) {
	.TextImage2Column figure {
		float: none;
		max-width: 100%;
	}

	.TextImage2Column .text {
		float: none;
		padding-left: 0;
		width: 100%;
	}
}



/* TextImage3Column */
.TextImage3Column {
	border-bottom: 3px solid #ededf0;
	clear: both;
	margin: 1em auto 2em;
	overflow: auto;
}

.TextImage3Column .text {
	box-sizing: border-box;
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
	-moz-column-count: 2; /* Firefox */
	column-count: 2;
	-webkit-column-gap: 2em; /* Chrome, Safari, Opera */
	-moz-column-gap: 2em; /* Firefox */
	column-gap: 2em;
	float: right;
	margin-bottom: 2em;
	padding-left: 2em;
	width: 66%;
}

.TextImage3Column p {
	margin: 0;
}

.TextImage3Column figure {
	box-sizing: border-box;
	float: left;
	margin: 0;
	max-width: 33%;
	padding-bottom: 2em;
	padding-left: 2em;
}

.TextImage3Column img {
	height: auto;
	width: 100%;
}

@media screen and (max-width: 78.4em) {
	.TextImage3Column figure {
		max-width: 100%;
	}

	.TextImage3Column .text {
		-webkit-column-count: 2; /* Chrome, Safari, Opera */
		-moz-column-count: 2; /* Firefox */
		column-count: 2;
		float: none;
		padding-left: 0;
		width: 100%;
	}
}

@media screen and (max-width: 53.7em) {
	.TextImage3Column .text {
		-webkit-column-count: 1; /* Chrome, Safari, Opera */
		-moz-column-count: 1; /* Firefox */
		column-count: 1;
	}
}



/* Content menus */

/* Teaser menu of subpages with image, header and abstract */
.teaser-menu-with-image .item {
	box-sizing: border-box;
	display: inline;
	float: left;
	margin-bottom: 2em;
	padding: 0 1.4126224653333%;
	vertical-align: baseline;
	width: 33.333%;
}

.teaser-menu-with-image .item .teaser-image {
	background-color: #000;
	display: inline-block;
}

.teaser-menu-with-image .item .teaser-image img {
	border: 0;
	display: block;
	height: auto;
	width: 100%;
}

.teaser-menu-with-image .item:hover .teaser-image img{
	opacity: 0.8;
}

.teaser-menu-with-image:after,
.teaser-menu-with-image .item:nth-of-type(4),
.teaser-menu-with-image .item:nth-of-type(7) { /* clear floats at end or 4th element */
	content: "";
	clear: left;
	display: block;
}

.teaser-menu-with-image .item h3 {
	margin-bottom: 0.3em;
	margin-top: 0.5em;
}

.teaser-menu-with-image .item p {
	color: #505050!important;
	font-weight: 400!important;
	margin-top: 0.3em;
}

.teaser-menu-with-image a:hover {
	text-decoration: none!important;
}

@media screen and (max-width: 53.7em) {
	.teaser-menu-with-image .item {
		width: 50%;
	}
	.teaser-menu-with-image .item:nth-of-type(4),
	.teaser-menu-with-image .item:nth-of-type(7) { /* clear floats at end or 4th element */
		display: inline;
		clear: none;
	}
}

@media screen and (max-width: 35em) {
	.teaser-menu-with-image .item {
		width: 85%;
	}
}



/* Feature */
.feature {
	clear: both;
	height: 250px;
	margin: 2em -2000px;
	overflow: hidden;
	padding-left: 2000px;
	padding-right: 2000px;
}

.feature.color-alternative {
	background-color: #f2f2f2;
}

.feature .feature_text {
	width: 46%;
}

.feature .feature_text h2 {
	margin: 1em 0 0.5em;
}

.feature .feature_text p {
	font-size: 1.5em;
	line-height: 1.2em;
	margin: 0;
}

#content .feature .feature_text a {
	background: url('vhs-assets-css-76c12c22b575cf76353f7c036489f412.svg') no-repeat left top;
	background-size: auto 100%;
	color: #505050;
	display: block;
	font-size: 1.5em;
	font-weight: 400;
	line-height: 1.2em;
	margin-top: 1em;
	padding-left: 1.6em;
}

#content .feature .feature_text a .genericon {
	font-size: 1.5em;
	vertical-align: text-bottom;
}

#content .feature .feature_text a:hover * {
	text-decoration: none;
}

.feature.image-left .feature_text {
	float: right;
}

.feature.image-right .feature_text {
	float: left;
}

.feature .feature_image {
	line-height: 0;
	text-align: center;
	width: 50%;
}

.feature .feature_image img {
	height: 250px;
	max-width: 100%;
}

.feature.image-left .feature_image {
	float: left;
}

.feature.image-right .feature_image {
	float: right;
}

@media screen and (max-width: 47.5em) {
	.feature {
		height: inherit;
	}
	.feature .feature_text,
	.feature .feature_image {
		float: none!important;
		width: inherit;
	}
	.feature .feature_image {
		margin: 2em;
		text-align: inherit;
	}
}



/* Feature box */
.FeatureBox {
	clear: both;
	-moz-column-count: 1;
	-moz-column-gap: 10px;
	-webkit-column-count: 1;
	-webkit-column-gap: 10px;
	column-count: 1;
	column-gap: 15px;
}

.FeatureBox .box {
	display: inline-block;
}

.FeatureBox .box a {
	text-decoration: none!important;
	background: #f2f2f2;
	background: -webkit-linear-gradient(45deg, #FFF, #f2f2f2);
	border-radius: 2px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	display: block;
	margin: 14px 2px 21px;
	padding: 15px;
	transition: box-shadow 0.3s cubic-bezier(.25,.8,.25,1);
}

.FeatureBox .box:hover a {
	box-shadow: 0 7px 14px rgba(0,0,0,0.25), 0 5px 5px rgba(0,0,0,0.22);
}

.FeatureBox .box img {
	border: 0;
	height: auto;
	margin-bottom: 5px;
	padding-bottom: 10px;
	width: 100%;
}

.FeatureBox .box .label {
	color: #333;
	margin: 0;
}

@media (min-width: 22.5em) {
	.FeatureBox {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}

@media (min-width: 47.5em) {
	.FeatureBox {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}
}

@media (min-width: 66.25em) {
	.FeatureBox {
		-webkit-column-count: 4;
		-moz-column-count: 4;
		column-count: 4;
	}
}



/* List with image and text */
.list-image-text {
	clear: both;
	float: left;
}

.list-image-text .listitem {
	box-sizing: border-box;
	display: inline-block;
	opacity: 1;
	padding-bottom: 5px;
	padding: 15px;
	width: 100%;
}

.list-image-text .listitem a {
	text-decoration: none!important;
}

.list-image-text .listitem img {
	height: auto;
	margin-bottom: 5px;
	margin-right: 10px;
	padding-bottom: 10px;
	width: 100%;
}

.list-image-text .listitem .title {
	color: #333;
	margin: 0;
}

.list-image-text .listitem .text {
	color: #333;
	font-weight: normal;
	margin: 0;
}

@media (min-width: 33.125em) {
	.list-image-text .listitem img {
		float: left;
		width: 40%;
	}
}

@media (min-width: 60.7em) {
	.list-image-text .listitem {
		float: left;
		width: 50%;
	}
}



/* Navigation box content element */
.navigation-boxes {
	clear: both;
	display: inline-block;
	height: 440px;
	padding-bottom: 3em;
}

.navigation-boxes ul {
	list-style: none;
	padding: 0;
}

.navigation-boxes .mdz-box {
	background-color: #E7E7E7;
	background: url('vhs-assets-css-2207bf0ac96bdea2ddd6e34af050d3c6.jpg') 100% 0 repeat;
	border-radius: 2px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	float: right;
	height: 440px;
	padding: 1% 0 1%;
	transition: box-shadow 0.3s cubic-bezier(.25,.8,.25,1);
	width: 23.5%;
}

.navigation-boxes .mdz-box:hover {
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.navigation-boxes .mdz-box a {
	display: block;
	height: 100%;
	text-decoration: none!important;
}

.navigation-boxes .mdz-box .mdz-box-text {
	padding: 3em 5px 0 5px;
	text-align: center;
}

.navigation-boxes .mdz-box .mdz-box-text h2 {
	font-size: 1.6em;
	margin: 1em 0;
}

.navigation-boxes .mdz-box .mdz-box-text h2 span {
	display: block;
}

.navigation-boxes .mdz-box .mdz-box-text p {
	color: black;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.6em;
	margin: 0;
}

.navigation-boxes .box {
	background-color: #f7f7f7;
	float: left;
	height: 220px;
	margin: 0 2% 2% 0;
	position: relative;
	width: 23.5%;
}

.navigation-boxes .box .preview {
	border-radius: 2px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	height: 100%;
	width: 100%;
	z-index: 9;
}

.navigation-boxes .box:hover .preview,
.navigation-boxes .box:focus .preview {
	display: none;
}

.navigation-boxes .box .detail {
	border-radius: 2px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	display: none;
	min-height: 100%;
	position: absolute;
	transition: box-shadow 0.3s cubic-bezier(.25,.8,.25,1);
	width: 100%;
	z-index: 5;
}

.navigation-boxes .box:hover .detail,
.navigation-boxes .box:focus .detail {
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	display: block;
}

.navigation-boxes .box .box-marker {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 3px;
	z-index: 6;
}

#content .navigation-boxes .box a {
	color: black;
	font-weight: 400;
	pointer-events: none;
	text-decoration: none;
}

#content .navigation-boxes .box .detail:hover a,
#content .navigation-boxes .box .detail:focus a {
	pointer-events: auto;
}

#content .navigation-boxes .box a:hover,
#content .navigation-boxes .box a:focus {
	text-decoration: underline;
}

.navigation-boxes .box-header {
	color: black;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.25em;
	padding: 15% 8px 5px 0.5em;
	text-align: center;
}

.navigation-boxes .box-header a {
	font-weight: bold!important;
}

.navigation-boxes .box-image {
	bottom: 20%;
	left: 50%;
	position: absolute;
	text-align: center;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transition: filter 1s, -webkit-filter 1s, -moz-filter 1s, -ms-filter 1s, -o-filter 1s;
}

.navigation-boxes .box-image.greyscale {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: gray;
}

.navigation-boxes .box-image img {
	height: 60px;
	width: auto;
}

.navigation-boxes .box-text {
	background-color: #f7f7f7;
	box-sizing: border-box;
	padding: 5px 8px 10px;
	position: relative;
	text-align: center;
	width: 100%;
}

.navigation-boxes .box-text p.bodytext {
	margin-right: 0;
}

@media screen and (max-width: 65.625em) {
	.navigation-boxes {
		height: 660px;
		overflow: initial;
	}
	.navigation-boxes .mdz-box {
		height: 660px;
		padding: 2% 0 2%;
		width: 31.98%;
	}
	.navigation-boxes .box {
		width: 31.98%;
	}
}

@media screen and (max-width: 47.5em) {
	.navigation-boxes {
		height: auto;
	}
	.navigation-boxes .mdz-box {
		float: none;
		height: auto;
		margin-bottom: 2em;
		width: 98%;
	}
	.navigation-boxes .mdz-box .mdz-box-text {
		padding-top: 0;
	}
	.navigation-boxes .mdz-box .mdz-box-text h2 {
		font-size: 1.2em;
		margin: 0;
	}
	.navigation-boxes .mdz-box .mdz-box-text h2 .mdzcounter {
		display: inline;
	}
	.navigation-boxes .mdz-box .mdz-box-text p {
		font-size: 1em;
	}
	.navigation-boxes .mdz-box .mdz-box-text p br {
		display: none;
	}
	.navigation-boxes .box {
		width: 48%;
	}
}

@media screen and (max-width: 35.6em) {
	.navigation-boxes {
		height: auto;
	}
	.navigation-boxes .mdz-box {
		width: 100%;
	}
	.navigation-boxes .box {
		height: 220px;
		width: 100%;
	}
}



/* Anchor lists */
.csc-menu-3,
.content_anchorlist {
	padding-left: 0;
}

.csc-menu-3 li,
.content_anchorlist li {
	display: inline;
	margin-bottom: 0.5em;
}

.csc-menu-3 li:after,
.content_anchorlist li:after {
	content: " |";
}

.csc-menu-3 li:last-child:after,
.content_anchorlist li:last-child:after {
	content: "";
}

.csc-menu-3 a,
.content_anchorlist a {
	white-space: nowrap;
}

@media only screen and (max-width: 31.25em) {
	.csc-menu-3 li,
	.content_anchorlist li {
		display: block;
	}

	.csc-menu-3 li:after,
	.content_anchorlist li:after {
		content: "";
	}
}

/* Text links */
#content a {
	font-weight: 800;
}

#content a:hover {
	text-decoration: underline;
}

#content a.external-link-new-window {
	background: url('vhs-assets-css-76c12c22b575cf76353f7c036489f412.svg') no-repeat left top;
	background-size: auto 100%;
	padding-left: 1.6em;
}



/* Button links */
#content a.button {
	-webkit-border-radius: 3px;  
	-moz-border-radius: 3px;  
	border-radius: 3px;
	display: inline-block;
	font-weight: 600;
	padding: 0.5em 1em;
	transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12)
}

#content a.button:hover {
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
	text-decoration: none;
}

#content a.button:hover:active {
	box-shadow: 0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2);
	text-decoration: none;
}



/* Tables */
table {
	border-collapse: collapse;
	border-style: hidden;
	border-width: 0!important; /* Prevent border settings by editor in CE */
	margin-bottom: 1em;
	table-layout: fixed;
	width: 100%;
}

table caption {
	font-weight: bold;
	margin-bottom: 0.6em;
	text-align: left;
}

table tr {
	background-color: #f2f2f2;
}

table th {
	border: 3px solid white;
}

table th a {
	color: white!important;
}

table td,
table th {
	padding: 8px;
}

table td {
	border: 3px solid white;
	width: auto;
	padding-left: 26px;
	padding-right: 25px;
}

table.table-zebra tr:nth-child(odd),
table.contenttable-color-105 tr:nth-child(odd) {
	background-color: #f2f2f2;
}

table.table-zebra tr:nth-child(even),
table.contenttable-color-105 tr:nth-child(even) {
	background-color: #e3e3e3;
}

@media only screen and (max-width: 50em) {
	
	/* Force table to not be like tables anymore */
	table.responsive caption,
	table.responsive thead,
	table.responsive tbody,
	table.responsive th,
	table.responsive td,
	table.responsive tr {
		display: block;
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	table.responsive thead tr {
		left: -9999px;
		position: absolute;
		top: -9999px;
	}

	table.responsive td {
		/* Behave  like a "row" */
		padding-left: 50%!important; 
		position: relative;
		text-align: left;
		white-space: normal;
	}

	table.responsive td:before {
		/* Label the data */
		content: attr(data-title);
		/* Position like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		left: 6px;
		top: 6px;
		font-weight: bold;
		padding-right: 10px;
		text-align: left;
		width: 45%;
	}
	
	table.responsive.no-thead td {
		padding-left: 1em!important;
	}

}

@media only screen and (max-width: 31.25em) {
	
	table.responsive td {
		padding-left: 0.5em!important; 
	}

	table.responsive td:before {
		display: block;
		left: 0;
		margin-bottom: 0.5em;
		position: relative;
		width: inherit;
	}

}



/* Accordion */
.accordion > .csc-header > h2 {
	position: relative;
}

.accordion > .csc-header > h3 {
	position: relative;
}

.accordion > .csc-header > h4 {
	position: relative;
}

.accordion > .csc-header > h2:hover,
.accordion > .csc-header > h3:hover,
.accordion > .csc-header > h4:hover {
	cursor: pointer;
}

.accordion > .csc-header > h2:before,
.accordion > .csc-header > h3:before,
.accordion > .csc-header > h4:before {
	background: url('vhs-assets-css-9694e334ea967ca5e24232200fbbc48b.svg') no-repeat 0 0;
	content: "";
	height: 18px;
	position: absolute;
	left: -34px;
	width: 18px;
}

.accordion > .csc-header > h2:before {
	top: 6px;
}

.accordion > .csc-header > h3:before {
	top: 4px;
}

.accordion > .csc-header > h4:before {
	top: -3px;
}

.accordion > .csc-header > h2.open:before,
.accordion > .csc-header > h3.open:before,
.accordion > .csc-header > h4.open:before {
	background-image: url('vhs-assets-css-48c7bfe3a9d3f642bfc3c4d45967354c.svg');
}

.accordion > * {
	display: none;
}

.accordion > div:nth-child(1) {
	display: block;
}

@media screen and (max-width: 78.4em) {
	.accordion > .csc-header > h2,
	.accordion > .csc-header > h3,
	.accordion > .csc-header > h4 {
		left: 34px;
	}
}



/* Aside elements */
.aside_left {
	clear: left;
	float: left;
	margin: 1.1em 2em 0 -8em;
	max-width: 26.78em;
}

.aside_right {
	clear: right;
	float: right;
	margin: 1.1em -7.1em 0 2em;
	max-width: 26.78em;
}

.aside_left img,
.aside_right img {
	height: auto;
	margin: 0;
	width: 100%;
}

.aside_left p.bodytext,
.aside_right p.bodytext {
	margin-right: inherit;
}

@media screen and (max-width: 78.4em) {
	.aside_left,
	.aside_right {
		margin: 1em;
	}
}

@media screen and (max-width: 53.7em) {
	.aside_left,
	.aside_right {
		float: none;
	}
}


/* Infobox */
.infobox_left,
.infobox_right {
	background-color: #f2f2f2;
	max-width: 26.78em;
	padding: 0.2em 0.8em;
}

.infobox_left {
	clear: left;
	float: left;
	margin: 2.1em 2em 1em -8em;
}

.infobox_right {
	clear: right;
	float: right;
	margin: 2.1em -7.1em 1em 2em;
}

.infobox_left h2,
.infobox_right h2,
.infobox_left h3,
.infobox_right h3 {
	margin-left: 0;
	margin-top: 0.5em;
}

.infobox_left p.bodytext,
.infobox_right p.bodytext {
	margin-right: 0!important;
}

.infobox_left table,
.infobox_right table {
	margin: 1em 0;
}

.infobox_left ul,
.infobox_right ul {
	padding: 0;
}

.infobox_left ~ div > div {
	clear: inherit;
}

@media screen and (max-width: 78.4em) {
	.infobox_left,
	.infobox_right {
		margin: 1em;
	}
}

@media screen and (max-width: 53.7em) {
	.infobox_left,
	.infobox_right {
		float: none;
	}
}



/* Audio file */
.embed_audio {
	margin: 1em 0;
}

.embed_audio_label {
	font-weight: bold;
	margin-top: 0.4em;
}



/* Video file */
.video-local {
	margin-bottom: 2em;
}

.video-local .video video {
	height: auto;
	width: 100%;
}

.video-local .video-local-label {
	font-weight: bold;
	margin-top: 0.4em;
}



/* Forms */
.csc-mailform form fieldset li {
	margin-bottom: 0;
}

.csc-mailform form > ol > li {
	list-style: none;
	margin-bottom: 1em;
}

.csc-mailform form fieldset {
	border: 0;
	margin-top: 1em;
}

.csc-mailform form fieldset legend {
	color: #505050;
	font-size: 1.75em;
	font-weight: 400;
	line-height: 1.25em;
	margin-bottom: 0;
	margin-left: 0;
	width: 100%;
}

.csc-mailform form fieldset fieldset legend {
	font-size: 1em;
}

.csc-mailform form select {
	padding: .3125rem;
}

.csc-mailform form input[type="text"] {
	min-width: 250px;
	padding: .3125rem;
}

.csc-mailform form input[type="checkbox"] {
	background-color: #ffffff;
	border: 1px #999999 solid;
	height: 1.2em;
	padding: 0;
	width: 1.2em;
}

.csc-mailform form input[type="radio"] {
	border: 1px #999999 solid;
	height: 1.2em;
	width: 1.2em;
}

.csc-mailform form input[type="submit"] {
	cursor: pointer;
	font-weight: 600;
	margin-bottom: 1em;
	padding: 0.5em 1em;
}

.csc-mailform form label em {
	font-size: 0.7em;
	font-style: italic;
}

@media screen and (max-width: 35em) {
	
	.csc-mailform form fieldset ol {
		padding-left: 0;
	}
	
	.csc-mailform form input,
	.csc-mailform form textarea	{
		max-width: 70%!important;
		min-width: inherit!important;
	}
	
}



/* News */
.news-list-view {
	margin-right: 8em;
}

.news-list-view .page-navigation:first-of-type {
	display: none;
}

.news-list-view .header {
	float: right;
	margin-bottom: 0.5em;
	width: 100%;
}

.news-list-view .header h3 {
	margin-top: 0;
}

.news-list-view .article .news-img-wrap {
	margin-left: -130px;
	width: 110px;
}

.news-list-view .article .news-img-wrap a {
	float: left;
}

.news-list-view .article .news-img-wrap img {
	border: 0;
}

.news-list-view .article .teaser-text {
	float: right;
	width: 100%;
}

.news-list-view .article .teaser-text p {
	display: inline;
	margin-right: 0;
}

.news-list-view .article .teaser-text a.more {
	margin-left: 0.5em;
}

.news-list-view .footer {
	display: none;
}

@media screen and (max-width: 83.5em) {
	.news-list-view .article .news-img-wrap {
		margin-left: initial;
		width: initial;
	}

	.news-list-view .article .teaser-text {
		float: inherit;
	}
}

@media screen and (max-width: 50em) {
	
	.news-list-view {
		margin-right: initial;
	}
	
	.news-list-view .article .header h3 {
		font-size: 1.4em;
	}
	
}

.news-menu-view > ul {
	padding-left: 0;
}

.news-menu-view > ul > li {
	cursor: pointer;
	font-size: 1.2em;
	font-weight: bold;
	list-style-type: none;
	margin: 0.5em 0;
	position: relative;
}

.news-menu-view > ul > li:before {
	background: url('vhs-assets-css-9694e334ea967ca5e24232200fbbc48b.svg') no-repeat 0 0;
	content: "";
	height: 18px;
	left: -34px;
	position: absolute;
	top: 0;
	width: 18px;
}

.news-menu-view > ul > li.open:before {
	background-image: url('vhs-assets-css-48c7bfe3a9d3f642bfc3c4d45967354c.svg');
}

.news-menu-view > ul > li > ul {
	display: none;
}

.news-menu-view > ul > li > ul > li {
	list-style-type: none;
}

.news-menu-view > ul > li > ul > li.itemactive a {
	color: black!important;
}

.news-single { /* overlap h1 pagetitle */ 
	background-color: white;
	left: -4em;
	padding-left: 4em;
	position: relative;
	top: -5em;
	z-index: 2;
}

.news-single .article {
	position: relative;
}

.news-single .footer .news-list-date {
	border-right: none;
}

.news-single .footer .news-list-category {
	display: none;
}

.news-single .teaser-text {
	color: inherit;
	font-weight: bold;
}

.news-single .news-text-wrap {
	padding-bottom: 30px;
}

.news-single .article .news-img-wrap a {
	border: none;
}

.news-single .article .news-img-wrap .news-img-caption {
	color: inherit;
	font-size: 0.9em;
}

.news-single .news-backlink-wrap {
	bottom: 0;
	position: absolute;
}

.news-single .news-backlink-wrap a:not(.generated_backlink) {
	display: none;
}

.news-single .news-backlink-wrap a.generated_backlink svg path {
	fill: currentColor;
}

.news.urgent .news-list-view .article {
	color: red;
	margin: 0;
	padding: 0;
}

.news.urgent .news-list-view .article .header,
.news.urgent .news-list-view .article.topnews a.more,
.news.urgent .no-news-found {
	display: none!important;
}



/* Cal / Events */
.tx-cal-controller .list-view .pagebrowser span {
	margin: 0 0.2em;
}

.tx-cal-controller .list-view .pagebrowser span:first-of-type {
	margin-left: 2em;
}

.tx-cal-controller .list-view .pagebrowser + h1 {
	display: none;
}

.tx-cal-controller .list-view .vevent {
	margin-bottom: 0.4em;
	padding: 0.5em;
}

.tx-cal-controller .list-view  .vevent .dtstart-container {
	text-align: inherit;
	width: inherit;
}

.tx-cal-controller #calendar-event { /* Hide page title */
	background-color: white;
	left: -4em;
	padding-left: 4em;
	position: relative;
	top: -5em;
	z-index: 2;
}

.tx-cal-controller #calendar-event h1 {
	display: none;
}

.tx-cal-controller #calendar-event h3 {
	border-bottom: 1px solid #eee;
	margin-bottom: 1em;
}

.tx-cal-controller #calendar-event-backlink a:not(.generated_backlink) {
	display: none;
}

.tx-cal-controller #calendar-event-backlink a.generated_backlink svg path {
	fill: currentColor;
}



/* Search results */
.tx-indexedsearch .tx-indexedsearch-icon,
.tx-indexedsearch .tx-indexedsearch-result-number,
.tx-indexedsearch .tx-indexedsearch-percent {
	width: 0;
}

.tx-indexedsearch .tx-indexedsearch-title {
	padding-left: 4em;
}

.tx-indexedsearch .tx-indexedsearch-browsebox .browsebox {
	padding-left: 0.3em;
}

.tx-indexedsearch .tx-indexedsearch-browsebox li {
	margin-right: 1em;
}

.tx-indexedsearch .tx-indexedsearch-browselist-currentPage a {
	color: red!important;
}

@media screen and (max-width: 51em) {
	
	.tx-indexedsearch-res tbody ,
	.tx-indexedsearch-res tbody tr {
		display: block;
	}
	
	.tx-indexedsearch-result-number,
	.tx-indexedsearch-icon,
	.tx-indexedsearch-percent,
	.tx-indexedsearch-res tbody tr:nth-of-type(2) td:first-of-type,
	.tx-indexedsearch-res tbody tr:nth-of-type(3) td:first-of-type {
		display: none!important;
	}
	
}


/* Standard for 'Home' */



/* No navigation needed */
#navigation {
	display: none;
}



.scroll-to-top {
	background: rgba(178, 18, 26, 0.8) url('vhs-assets-css-c7d4f94476cca3ad86c4b61ec5d3414c.svg') no-repeat center 50%;
}

.color-filled {
	background-color: rgb(178, 18, 26);
	border-color: rgb(178, 18, 26);
	color: white;
}


/* Header for 'Home' */

#home header {
	background-color: #f7f7f7;
	margin-top: 3em;
}

#home #mobile-icon-menu {
	display: none!important;
}

#home #banner {
	display: none;
}

@media screen and (max-width: 60.6em) {
	
	#content {
		padding-top: 68px; /* padding-top here instead of #banner which is hidden */ 
	}
	
	#home header {
		margin-top: auto;
	}
	
}


/* Content for 'Home' */

/* Header */
h1,
h2 {
	color: #ff0101;
}

/* Links */
#content a {
	color: #ff0101;
}

#content a.button {
	background-color: #b2121a;
	color: white;
}

#content a.button:hover {
	background-color: rgb(208,48,56);
	color: white;
}

/* News */
#content .news h3 a,
#content .news h3 a * {
	color: black;
}

/* Tables */
table th {
	background-color: #b2121a;
}


/**
 * Owl Carousel v2.1.6
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{display:none}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url('vhs-assets-css-aaa1300ec3898c77cee3bc3761e6e006.png') no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

/**
 * Owl Carousel v2.1.6
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}

