@font-face {
	font-family: Open Sans;
	src: url('vhs-assets-css-796e48a259cfe6acb9bfb9f940ccd893.eot'); /* IE9 */
	src: url('vhs-assets-css-e177568402fd05c114256a759484aa92.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('vhs-assets-css-3a2447bb32e44506f6223801041685bd.woff2') format('woff2'),
	url('vhs-assets-css-023be5ad500e9016dac98e9e56b6ec38.woff') format('woff'),
	url('vhs-assets-css-ac93bbaa3f3b43b8c37649d7cd4dba77.ttf') format('truetype'),
	url('vhs-assets-css-1854166fcf97c9190b5f2a417faa4924.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 {
	background-size: 34px 34px!important;
	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;
	}
}

.f3-widget-paginator {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    list-style: none;
}

form .form-group input[type="email"]
{
    min-width: 250px;
    padding: .3125rem;
}

form .actions button,
btn.btn-sm.btn-secondary
{
    cursor: pointer;
    font-weight: 600;
    margin-bottom: 1em;
    margin-top: 1em;
    padding: 0.5em 1em;
}


body > div > header {
	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 (min-width: 60.6em) and (max-width: 66.5em) {
	#logo {
		margin-left: 25px;
	}
}

@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 a {
	float: right;
}

#shortcuts a .shortcut-link {
	color: #bfbfbf;
}

#shortcuts a:hover .shortcut-link {
	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 {
	color: #505050;
	content: attr(data-content);
	display: block;
	font-size: 0.8em;
	line-height: 1.4em;
	margin-top: 3px;
}

#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;
	}

}



/* Social Media box */
#socialmedia-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: 230px;
	z-index: 4;
}

#shortcuts.show ~ #socialmedia-box-top { /* Shortcut menu in mobile view opened */
	top: 130px;
}

#socialmedia-box-top ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#socialmedia-box-top li{
	border-bottom: 1px solid lightgrey;
	padding: 0 1em;
}

#socialmedia-box-top li:last-of-type {
	border-bottom: none;
}

#socialmedia-box-top li a {
	color: black;
	display: block;
	padding: 1em 0;
}

#socialmedia-box-top img {
	height: auto;
	margin-right: 0.8em;
	max-height: 34px;
	vertical-align: middle;
	width: 34px;
}

@media screen and (max-width: 60.6em) {
	#socialmedia-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 ~ #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: 11px;
	min-height: 135px;
	padding-left: 25px;
	padding-right: 25px;
}

#banner a {
	color: #505050;
	display: block;
	font-size: 3em;
	font-weight: 400;
	line-height: 1.05em;
	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 a {
		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;
	padding-top: 3px;
	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: 1px auto 4px;
	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;
	overflow: hidden;
}

#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-3b909b342c7e8aaa3dc3087ac493824a.svg') no-repeat right;
	background-size: 1.3em;
}

#navigation_compact > ul a.sub.open {
	background-image: url('vhs-assets-css-4d7680f0edbe12bfddc8f8da2c94022f.svg');
}

#navigation_compact > ul .lvl-2 a.sub { /* Prevent background for lvl-2 */
	background: none;
}

#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;
	margin-top: 1.6em;
}

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 */
.ce-bodytext p,
.frame-type-text p {
	margin: 0 auto 0.7em;
}

.ce-bodytext p,
.frame-type-text p {
	margin-right: 8em;
}

p.quotation {
	background: transparent url('vhs-assets-css-d25d9c063658fcf0b0ae6dc8d8ec136f.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) {

	.ce-bodytext p,
	p.quotation,
	p.small_indent {
		margin-right: auto;
	}
}


/* Images */
.image-caption {
	font-size: 0.9em;
}

.gallerycenter .ce-textpic .ce-row:not(:first-of-type) .ce-column,
.gallerycenter .ce-textpic .ce-row .ce-column:not(:first-of-type),
.galleryleft .ce-textpic .ce-row:not(:first-of-type) .ce-column,
.galleryleft .ce-textpic .ce-row .ce-column:not(:first-of-type),
.galleryright .ce-textpic .ce-row:not(:first-of-type) .ce-column,
.galleryright .ce-textpic .ce-row .ce-column:not(:first-of-type) {
	display: none;
	/* Hide further images if more than one, will be transformed to gallery in standard.js */
}

.ce-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 {
	display: block;
}

#content>div:not(.galleryleft):not(.galleryright):not(.gallerycenter):not(.imageband) a.lightbox:before {
	background: url('vhs-assets-css-6eeef620dda66d5ad0e88a911691f026.svg') 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;
	height: 14px;
	line-height: 1.0em;
	opacity: 0;
	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;
	opacity: 1;
}


/* Image gallery */
.gallery_imgnr {
	background: url('vhs-assets-css-5814088698e5da5a08d2cc3f5563b85b.svg') no-repeat scroll 100% 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 .ce-gallery {
	width: 100%;
}

.gallerycenter .ce-gallery .image {
	margin: auto;
}

.galleryleft .ce-gallery {
	float: left;
	margin: 2.1em 2em 1em -8em;
	max-width: 26.78em;
}

.galleryright .ce-gallery {
	float: right;
	margin: 2.1em -7.1em 1em 2em;
	max-width: 26.78em;
}



/* Slider */
.slider {
	margin-bottom: 2em;
}

.slider:after {
	clear: both;
	content: '';
	display: inline-block;
}

.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: 42px;
	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-97ede06da4673259cc8b66774bc4c7e0.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-685542567d141262a49ea52c8a3f6393.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-1a06a5e39d546f7ed04e6b436ee06606.png');
}

.slider .owl-dots.disabled+.start_stop {
	display: none;
}

.slider .owl-dot.active {
	opacity: 1;
}

.slider img {
	height: auto;
}

.slider .textbox {
	background-color: #fff;
	border-radius: 2px;
	bottom: 15px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	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 4060px;
	position: relative;
}

.imageband .ce-image {
	overflow: visible;
}

.imageband .item {
	height: 250px;
}

.imageband figure.image {
	margin: 0;
}

.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: -60px;
}

.imageband .owl-next {
	right: -60px;
}

.imageband .owl-prev img,
.imageband .owl-next img {
	top: 36%;
	height: 80px;
	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 caption for image band */
.fancybox-container .fancybox-caption-wrap {
	pointer-events: all;
	/* Enable clickable links in caption */
}

.fancybox-caption a:before {
	background: url('vhs-assets-css-101fde7f0f6857a3f04f793ff73f30c7.svg');
	background-size: 100%;
	content: '';
	display: inline-block;
	height: 18px;
	margin-right: 2px;
	vertical-align: sub;
	width: 18px;
}



/* Text-image CE */
div.ce-textpic {
	overflow: inherit;
}

.ce-gallery {
	clear: both;
}

div.ce-row {
	overflow: inherit !important;
}

.ce-intext.ce-left .ce-gallery {
	overflow: inherit;
}

.ce-textpic.ce-left .image {
	margin: 2.1em 2em 1em -8em;
	max-width: 26.78em;
}

.ce-intext.ce-right .ce-gallery {
	overflow: inherit;
}

.ce-textpic.ce-right .image {
	margin: 2.1em -7.1em 1em 2em;
	max-width: 26.78em;
}

.ce-column {
	clear: both;
}

.ce-textpic img,
.ce-image img {
	height: auto;
	margin: 0;
	width: 100%;
}

@media screen and (max-width: 78.4em) {

	.galleryleft .ce-gallery,
	.galleryright .ce-gallery,
	.ce-textpic.ce-left .image,
	.ce-textpic.ce-right .image {
		margin: 1em;
	}
}

@media screen and (max-width: 53.7em) {

	.galleryleft .ce-gallery,
	.galleryright .ce-gallery,
	.ce-textpic.ce-left .ce-gallery,
	.ce-textpic.ce-right .ce-gallery {
		float: none;
		overflow: auto;
	}
}



/* 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;
	}
}



/* IdCard */
.IdCard {
	border-bottom: 3px solid #ededf0;
	clear: both;
	margin: 1em auto 2em;
	overflow: auto;
}

.IdCard .content {
	box-sizing: border-box;
	float: left;
	margin-bottom: 2em;
	width: 33%;
}

.IdCard figure {
	box-sizing: border-box;
	float: left;
	margin: 0;
	max-width: 66%;
	padding-bottom: 2em;
	padding-left: 2em;
}

.IdCard img {
	height: auto;
}

@media screen and (max-width: 78.4em) {
	.IdCard figure {
		float: none;
		max-width: 100%;
	}

	.IdCard .text {
		float: none;
		padding-left: 0;
		width: 100%;
	}
}



/* Teaser menu of subpages with image, header and abstract */
.teaser-menu-with-image .item {
	box-sizing: border-box;
	display: inline;
	float: left;
	margin-bottom: 3em;
	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;
	}

	.teaser-menu-with-image .item h3 {
		margin-top: 0.2em;
	}

}

@media screen and (max-width: 35em) {
	.teaser-menu-with-image .item {
		padding: 0;
		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-42354c46969d127eb72288beaa1aace9.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: 26em) {
	.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;
	overflow: auto;
}

.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 */
.navboxmenu {
	clear: both;
	display: inline-block;
	height: 440px;
	padding-bottom: 3em;
}

.navboxmenu ul {
	list-style: none;
	padding: 0;
}

.navboxmenu .box {
	background-color: #f7f7f7;
	float: left;
	height: 220px;
	margin: 0 2% 2% 0;
	position: relative;
	width: 23%;
}

.navboxmenu .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;
}

.navboxmenu .box:hover .preview,
.navboxmenu .box:focus .preview {
	display: none;
}

.navboxmenu .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;
}

.navboxmenu .box:hover .detail,
.navboxmenu .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;
}

.navboxmenu .box .box-marker {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 3px;
	z-index: 6;
}

#content .navboxmenu .box a {
	color: black;
	font-weight: 400;
	pointer-events: none;
	text-decoration: none;
}

#content .navboxmenu .box .detail:hover a,
#content .navboxmenu .box .detail:focus a {
	pointer-events: auto;
}

#content .navboxmenu .box a:hover,
#content .navboxmenu .box a:focus {
	text-decoration: underline;
}

.navboxmenu .box-header {
	color: black;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.25em;
	padding: 15% 11px 5px;
	text-align: center;
}

.navboxmenu .box-header a {
	font-weight: bold !important;
}

.navboxmenu .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;
}

.navboxmenu .box-image.greyscale {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: gray;
}

.navboxmenu .box-image img {
	height: 60px;
	width: auto;
}

.navboxmenu .box-content {
	background-color: #f7f7f7;
	box-sizing: border-box;
	padding: 5px 8px 10px;
	position: relative;
	text-align: center;
	width: 100%;
}

.navboxmenu .box-content p {
	margin: 0 0 0.7em auto;
}

@media screen and (max-width: 65.625em) {
	.navboxmenu {
		height: 660px;
		overflow: initial;
	}

	.navboxmenu .box {
		width: 31%;
	}
}

@media screen and (max-width: 47.5em) {
	.navboxmenu {
		height: auto;
	}

	.navboxmenu .box {
		width: 48%;
	}
}

@media screen and (max-width: 35.6em) {
	.navboxmenu {
		height: auto;
	}

	.navboxmenu .box {
		height: 220px;
		width: 100%;
	}
}



/* Navigation box content element - special instance for BSB Homepage (including MDZ-Box and BSBlab) */
.navigation-boxes {
	clear: both;
	display: inline-block;
	height: 440px;
	width: 100%;
	padding-bottom: 3em;
}

.navigation-boxes ul {
	list-style: none;
	padding: 0;
}

.navigation-boxes .digiboxes {
	float: right;
	display: flex;
	flex-direction: column;
	width: 23.5%;
}

.navigation-boxes .digibox {
	background: rgb(247,247,247);
	background: linear-gradient(110deg, rgba(247,247,247,1) 24%, rgba(238,238,238,1) 35%, rgba(231,231,231,1) 45%);
	border-radius: 2px;
	transition: box-shadow 0.3s cubic-bezier(.25, .8, .25, 1);

}

.navigation-boxes .mdz-box_alt {
	background: url('vhs-assets-css-7de0437f25220e05605330a48b06e400.jpg') 100% 0 repeat;
	float: right;
	height: 440px;
	padding: 1% 0 1%;
	width: 23.5%;
}

.navigation-boxes .doublebox {
	height: 220px;
	margin-bottom: 8.5%;


}
	/*Set box-shadow on hover for all boxes  */
.navigation-boxes .digibox:hover,
.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);
}
	/* Set box-shadow for all boxes */
.navigation-boxes .digibox,
.navigation-boxes .box .preview,
.navigation-boxes .box .detail	{
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.navigation-boxes .digibox a {
	display: block;
	height: 100%;
	text-decoration: none !important;
}

.navigation-boxes .digibox .digibox-text {
	padding: 0 5px 0 5px;
	text-align: center;
}

.navigation-boxes .digibox .digibox-text h2 {
	font-size: 1.4em;
	margin-left: 0;
}

.navigation-boxes .digibox .digibox-text h2 span {
	display: block;
}

.navigation-boxes .digibox .digibox-text p {
	color: black;
	font-size: 1.1em;
	font-weight: normal;
	margin: 0;
}

.navigation-boxes .digibox .digibox-text.mdz-box_alt-text p {
	font-size: 1.2em;
	line-height: 1.6em;
}

.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;
	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;
	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 {
	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 {
	margin: 0 0 0.7em auto;
}

@media screen and (max-width: 65.625em) {
	.navigation-boxes {
		height: 660px;
		overflow: initial;
	}

	.navigation-boxes .digiboxes {
		width: 31.98%;
		height: 100%;
		gap: 3%;
	}

	.navigation-boxes .digibox {
		height:
	}
	.navigation-boxes .doublebox {
		min-height: 51.3%;
		margin: 0;
	}


	.navigation-boxes .mdz-box_alt {
		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 .digiboxes,
	.navigation-boxes .digibox {
		float: none;
		height: auto;

	}

	.navigation-boxes .digiboxes {
		width: 100%;
		margin-bottom: -14px;
	}

	.navigation-boxes .digibox
	 {
		width: 98%;
	}
	.navigation-boxes .mdz-box_alt {
		margin-bottom: 2em;
	}

	.navigation-boxes .doublebox {
		margin-bottom: 1.5em;
		padding: 3px 0;
	}

	.navigation-boxes .digibox .digibox-text {
		padding-top: 0;
	}

	.navigation-boxes .digibox .digibox-text h2 {
		font-size: 1.2em;
		margin: 0;
	}

	.navigation-boxes .digibox .digibox-text h2 .mdzcounter {
		display: inline;
	}

	.navigation-boxes .digibox .digibox-text p {
		font-size: 1em;
	}

	.navigation-boxes .digibox .digibox-text p br {
		display: none;
	}

	.navigation-boxes .box {
		width: 48%;
	}
}

@media screen and (max-width: 35.6em) {

	.navigation-boxes .digiboxes,
	.navigation-boxes .digibox {
		width: 100%;
	}

	.navigation-boxes .box {
		height: 220px;
		width: 100%;
	}
}



/* Anchor lists */
.frame-type-menu_section,
.content_anchorlist {
	padding-left: 0;
}

.frame-type-menu_section li,
.content_anchorlist li {
	display: inline;
	margin-bottom: 0.5em;
}

.frame-type-menu_section li:after,
.content_anchorlist li:after {
	content: " | ";
}

.frame-type-menu_section li:last-child:after,
.content_anchorlist li:last-child:after {
	content: "";
}

.frame-type-menu_section a,
.content_anchorlist a {
	white-space: nowrap;
}

@media only screen and (max-width: 31.25em) {

	.frame-type-menu_section li,
	.content_anchorlist li {
		display: block;
	}

	.frame-type-menu_section li:after,
	.content_anchorlist li:after {
		content: "";
	}

	.frame-type-menu_section a,
	.content_anchorlist a {
		white-space: inherit;
	}
}

/* Text links */
#content a {
	font-weight: 800;
}

#content a:hover {
	text-decoration: underline;
}

#content a.external-link-new-window {
	background: url('vhs-assets-css-42354c46969d127eb72288beaa1aace9.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;
	vertical-align: top;
}

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:last-child {
		margin-bottom: 1.5em;
	}

	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 */
.frame-layout-1>header>h2 {
	position: relative;
}

.frame-layout-1>header>h3 {
	position: relative;
}

.frame-layout-1>header>h4 {
	position: relative;
}

.frame-layout-1>header>h2:hover,
.frame-layout-1>header>h3:hover,
.frame-layout-1>header>h4:hover {
	cursor: pointer;
}

.frame-layout-1>header>h2:before,
.frame-layout-1>header>h3:before,
.frame-layout-1>header>h4:before {
	background: url('vhs-assets-css-7014c13b1969c620f9cf9f548d34ad25.svg') no-repeat 0 0;
	content: "";
	height: 18px;
	position: absolute;
	left: -34px;
	width: 18px;
}

.frame-layout-1>header>h2:before {
	top: 6px;
}

.frame-layout-1>header>h3:before {
	top: 4px;
}

.frame-layout-1>header>h4:before {
	top: -3px;
}

.frame-layout-1>header>h2.open:before,
.frame-layout-1>header>h3.open:before,
.frame-layout-1>header>h4.open:before {
	background-image: url('vhs-assets-css-5ba511e2789a0baf87567759c4bb0e0f.svg');
}

.frame-layout-1>*:not(header) {
	display: none;
}

.frame-layout-1>div:nth-child(1) {
	display: inline-block;
}

@media screen and (max-width: 78.4em) {

	.frame-layout-1>header>h2,
	.frame-layout-1>header>h3,
	.frame-layout-1>header>h4 {
		left: 34px;
		padding-right: 34px;
	}
}



/* Aside elements */
.frame-layout-2 {
	clear: left;
	float: left;
	margin: 1.1em 2em 0 -8em;
	max-width: 26.78em;
}

.frame-layout-3 {
	clear: right;
	float: right;
	margin: 1.1em -7.1em 0 2em;
	max-width: 26.78em;
}

.frame-layout-2 img,
.frame-layout-3 img {
	height: auto;
	margin: 0;
	width: 100%;
}

.frame-layout-2 p,
.frame-layout-3 p {
	margin-right: inherit;
}

@media screen and (max-width: 78.4em) {

	.frame-layout-2,
	.frame-layout-3 {
		margin: 1em;
	}
}

@media screen and (max-width: 53.7em) {

	.frame-layout-2,
	.frame-layout-3 {
		float: none;
	}
}


/* Infobox */
.frame-layout-4,
.frame-layout-5 {
	background-color: #f2f2f2;
	border-radius: 2px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	max-width: 26.78em;
	padding: 0.2em 0.8em;
	width: 26.78em;
}

.frame-layout-4 {
	clear: left;
	float: left;
	margin: 2.1em 2em 1em -8em;
}

.frame-layout-5 {
	clear: right;
	float: right;
	margin: 2.1em -7.1em 1em 2em;
}

.frame-layout-4 h2,
.frame-layout-5 h2,
.frame-layout-4 h3,
.frame-layout-5 h3 {
	margin-left: 0;
	margin-top: 0.5em;
}

.frame-layout-4 p,
.frame-layout-5 p {
	margin-right: 0 !important;
}

.frame-layout-4 table,
.frame-layout-5 table {
	margin: 1em 0;
}

.frame-layout-4 table td,
.frame-layout-5 table td {
	padding: 0.5em 0.75em;
}

.frame-layout-4~div>div {
	clear: inherit;
}

.frame-layout-1584514462 {
	border-radius: 2px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	background-color: #f7f7f7;
	box-sizing: border-box;
	padding: 10px;
	width: 100%;
	margin-bottom: 2rem;
}

.frame-layout-1584514462 {
	color: red;
}

.frame-layout-1584514462 h2,
.frame-layout-1584514462 h3 {
	margin-left: 0;
	margin-top: 0;
	color: red;
}

@media screen and (max-width: 78.4em) {

	.frame-layout-4,
	.frame-layout-5 {
		margin: 1em;
	}
}

@media screen and (max-width: 53.7em) {

	.frame-layout-4,
	.frame-layout-5 {
		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;
}



/* Search form content element */
.ce-searchform {
	background: #f5f5f5;
	border-radius: 2px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	clear: both;
	margin: 1em 0 2em;
	padding: 1em;
}

.ce-searchform .ce-searchform-label {
	display: inline-block;
	font-weight: bold;
	margin-right: 1.5em;
}

.ce-searchform form {
	display: inline-block;
	width: 60%;
}

.ce-searchform form .ce-searchform-input {
	border: 0;
	font-size: 1.5em;
	height: 35px;
	padding: 0 0 0 0.3em;
	margin-right: -3px;
	outline: none;
	width: 90%;
	-webkit-appearance: none;
}

.ce-searchform form:hover input,
.ce-searchform form input:focus {
	border-right: none;
	outline: none;
}

.ce-searchform form button {
	border: none;
	border-radius: 0 3px 3px 0;
	cursor: pointer;
	height: 35px;
	opacity: 0.8;
	padding: 2px 3px 4px 3px;
	vertical-align: bottom;
	width: 35px;
}

.ce-searchform form button:hover,
.ce-searchform form button:active,
.ce-searchform form button:focus {
	opacity: 1;
}

.ce-searchform form button img {
	height: 29px;
	width: 29px;
}

.ce-searchform a {
	display: inline-block;
	margin-left: 0.5em;
}

@media screen and (max-width: 60.6em) {

	.ce-searchform .ce-searchform-label {
		display: block;
		font-size: 1.2em;
		margin-bottom: 1em;
	}

	.ce-searchform form {
		display: block;
		width: 90%;
	}

	.ce-searchform a {
		display: block;
		margin-left: 0;
		margin-top: 1em;
	}

}

@media screen and (max-width: 35em) {

	.ce-searchform form,
	.ce-searchform form .ce-searchform-input {
		width: auto;
	}

}



/* Forms */
form .form-group>*,
form .form-group .form-check {
	margin-bottom: 0.5em;
}

form .form-group>* {
	display: inline-block;
}

form .form-group label {
	margin-right: 1em;
	padding-top: .3125rem;
	vertical-align: top;
	width: 13em;
}

form fieldset.form-group {
	border: 0;
	margin-bottom: 1em;
	margin-top: 2em;
	padding: 0;
}

form fieldset.form-group legend {
	color: #505050;
	font-size: 1.75em;
	font-weight: 400;
	line-height: 1.25em;
	margin-bottom: 0.75em;
	margin-left: 0;
	display: block;
}

form fieldset.form-group>.form-group {
	display: block;
	padding-left: 1.5em;
}

form .form-group select {
	padding: .3125rem;
}

form .form-group input[type="text"] {
	min-width: 250px;
	padding: .3125rem;
}

form .form-group input[type="checkbox"] {
	background-color: #ffffff;
	border: 1px #999999 solid;
	height: 1.2em;
	margin-top: 1px;
	padding: 0;
	width: 1.2em;
}

form .form-group input[type="radio"] {
	border: 1px #999999 solid;
	height: 1.2em;
	margin-top: -1px;
	width: 1.2em;
}

form .form-group input[type="checkbox"],
form .form-group input[type="radio"] {
	vertical-align: middle;
}

form .form-group .form-check {
	display: block;
}

form .form-group textarea {
	min-height: 200px;
	min-width: 400px;
}

form .actions button {
	cursor: pointer;
	font-weight: 600;
	margin-bottom: 1em;
	margin-top: 1em;
	padding: 0.5em 1em;
}

form .form-group span.error.help-block {
	color: red;
	display: block;
	font-style: italic;
}

@media screen and (max-width: 35em) {

	form .form-group input {
		max-width: 90%;
	}

	form .form-group textarea {
		max-width: 90vw;
		min-width: 90vw;
	}

}



/* 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>div {
	display: inline;
}

.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 {
	margin-bottom: 2.5em;
}

.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-7014c13b1969c620f9cf9f548d34ad25.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-5ba511e2789a0baf87567759c4bb0e0f.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 .article {
	position: relative;
}

.news-single .footer {
	border: 0;
	margin-top: 0;
	padding: 0 !important;
}

.news-single .footer .news-list-date {
	border-right: none;
	font-size: 1.3em;
}

.news-single .footer .news-list-category-caption {
	display: 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.plain-list .article {
	margin: 0.8em 0;
	padding: 0;
}

.news.plain-list .news-list-view .header {
	display: inline;
	float: none;
	width: auto;
}

.news.plain-list h3 {
	display: inline;
	font-size: 1.1em;
}

.news.plain-list .news-list-view .article .teaser-text {
	display: inline;
	float: none;
	margin-left: 0.5em;
	width: auto;
}

.news.plain-list .more {
	display: none;
}

.news.show-date .news-list-view .article {
	position: relative;
}

.news.show-date .news-list-view .header {
	padding-top: 1.5em;
}

.news.show-date .news-list-view .footer {
	border-top: 0;
	color: inherit;
	display: block;
	margin-top: 0;
	padding: 0;
}

.news.show-date .news-list-view .footer .news-list-date {
	border-right: none;
	left: 0;
	position: absolute;
	top: 0;
}

.news.show-date .news-list-view .footer .news-list-category {
	display: none;
}

.news.urgent .news-list-view {
	margin-right: 0;
}

.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;
}

.news.urgent a.more {
	color: red !important;
}

.news .news-search-form label[for="news-subject"],
.news .news-search-form label[for="news-minimumDate"],
.news .news-search-form #news-minimumDate,
.news .news-search-form label[for="news-maximumDate"],
.news .news-search-form #news-maximumDate {
	display: none;
}

.news .news-search-form fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

.news .news-search-form .form-group {
	display: inline-block;
}

.news-search-result {
	background-color: rgba(255, 0, 0, 0.1);
	margin-bottom: 3em;
}

.news-search-result .count-msg {
	font-weight: bold;
}

.news-search-result .header {
	display: inline;
	float: none;
	width: auto;
}

.news-search-result h3 {
	display: inline;
	font-size: 1.1em;
}

.news-search-result .teaser-text {
	display: inline;
	float: none;
	margin-left: 0.5em;
	width: auto;
}

.news-search-result .teaser-text p {
	display: inline;
	margin-right: 0;
}

.news-search-result .teaser-text>div {
	display: inline;
}

.news-search-result .footer {
	display: none;
}



/* 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 h1 {
	display: none;
}

.tx-cal-controller #calendar-event h3 {
	display: none;
}

.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-browsebox {
	padding-left: 0.3em;
}

.tx-indexedsearch-browsebox li {
	display: inline;
	margin-right: 1em;
}

.tx-indexedsearch-browselist-currentPage a {
	color: red !important;
}

.tx-indexedsearch-text-item-path {
	margin-bottom: 3em;
}

.tx-indexedsearch-text-item-path {
	margin-bottom: 3em;
}

.tx-indexedsearch-searchword {
	margin-top: 3em;
}

.tx-indexedsearch-searchword .tx-indexedsearch-word {
	font-style: italic;
	font-weight: bold;
}

.tx-indexedsearch-no-result {
	color: red;
	font-weight: bold;
}



/* tt_board */
.tt_board,
.tt_board~table {
	background: #f5f5f5;
	border-radius: 2px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	margin-top: 2em;
}

.tt_board~table {
	margin-top: 0;
}

.tt_board .post {
	background-color: #e3e3e3;
}

.tt_board .reply {
	background-color: #f2f2f2;
}

.tt_board~form fieldset {
	display: inline-block;
	background: #f5f5f5;
	border-radius: 2px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	border: 0;
	margin-left: 0;
	padding: 1em;
}

.tt_board~form .csc-mailform-field label {
	margin-right: 1em;
	padding-top: .3125rem;
	vertical-align: top;
	width: 13em;
}

.tt_board~form .csc-mailform-field>* {
	display: inline-block;
	margin-bottom: 0.5em;
}

.tt_board~form .csc-mailform-field input[type="text"] {
	min-width: 250px;
	padding: .3125rem;
}

.tt_board~form input[type="submit"] {
	cursor: pointer;
	font-weight: 600;
	margin-bottom: 1em;
	margin-top: 1em;
	padding: 0.5em 1em;
}

.tt_board~form .csc-mailform-field textarea {
	min-height: 200px;
	min-width: 400px;
	padding: .3125rem;
}

/* Coronabox Content-Element */
.coronabox {
	width: 100%;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
	font-size: 14px;
	background-color: #f2f2f2;
}

.coronabox details {

	margin-left: 4%;
}

.coronabox h3 {
	margin-left: 4%;
	padding-top: 2%;
}

.coronabox img {
	width: 100%;
	height: 100%;
}

.coronabox details>summary {

	list-style: none;
	cursor: pointer;
}

.coronabox summary::-webkit-details-marker {
	display: none
}

.coronabox .headline {
	background-color: #f2f2f2;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
}

.coronabox #summary_text {
	display: inline;
}

.coronabox #summary_mehr {
	color: #ff0101;
	padding-left: 10px;
	display: inline;
	font-weight: 800;
	white-space: nowrap;
}

#summary_mehr:hover {
	text-decoration: underline;
}

.coronaiconbox {
	display: flex;
	align-items: center;
	height: 120px;
	width: 100%;
	justify-content: center;
	background-color: #f2f2f2;
	padding: 30px 0;
}

.coronabox .coronaicon {
	width: 150px;
	height: 120px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 10px;
	max-width: 100%;
	background-color: #f2f2f2;
}

.coronabox .circle {
	background-color: #fff;
	width: 2.3em;
	height: 2.3em;
	padding: 1.4em;
	border-radius: 50%;
	border: 2px solid #b2121a;
	margin: 10px auto
}

.coronabox .circle:hover {
	box-shadow: 2px 2px 8px rgba(0, 0, 0, .24), -2px -2px 8px rgba(0, 0, 0, .24)
}

.coronabox .coronaiconlabel {
	text-align: center;
	line-height: 17px;
	font-size: 14px;
	max-width: 100%
}

.coronabox .coronasvg {
	transform: scale(.85)
}

/* .default-link {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1
} */

@media (max-width:720px) {
	.coronabox details {
	margin-left: 0;
	}

	.coronabox .center_content_container {
	display: flex;
	justify-content: center;
	padding: 0px 20px;
	flex-wrap: wrap;
	}
	.coronabox h3 {
	margin-left: 0;
	padding-top: 2%;
}
	.coronabox .coronaiconbox {
		display: flex;
		flex-wrap: wrap;
		height: auto
	}

	.coronabox .coronaicon {
		width: 25%
	}

	.coronabox .circle {
		width: 2em;
		height: 2em
	}

	.coronabox .circle {
		background-color: #fff;
		width: 1.6em;
		height: 1.6em;
		padding: 20px;
		border-radius: 50%;
		border: 2px solid #b2121a;
		margin: 10px auto
	}

	.coronabox .coronaiconlabel {
		text-align: center;
		line-height: 17px;
		font-size: 12px;
		max-width: 100%
	}
}


/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.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;-moz-backface-visibility:hidden}.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,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-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%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.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-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.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}.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-a2b1346f06e2f0a5e40381e222bc8d3d.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.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.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}

@charset "UTF-8";.fancybox-enabled{overflow:hidden}.fancybox-enabled body{overflow:visible;height:100%}.fancybox-is-hidden{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancybox-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99993;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}.fancybox-container~.fancybox-container{z-index:99992}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{position:absolute;top:0;right:0;bottom:0;left:0}.fancybox-outer{overflow-y:auto;-webkit-overflow-scrolling:touch}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption-wrap,.fancybox-infobar,.fancybox-toolbar{position:absolute;direction:ltr;z-index:99997;opacity:0;visibility:hidden;transition:opacity .25s,visibility 0s linear .25s;box-sizing:border-box}.fancybox-show-caption .fancybox-caption-wrap,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;visibility:visible;transition:opacity .25s,visibility 0s}.fancybox-infobar{top:0;left:50%;margin-left:-79px}.fancybox-infobar__body{display:inline-block;width:70px;line-height:44px;font-size:13px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;text-align:center;color:#ddd;background-color:rgba(30,30,30,.7);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:subpixel-antialiased}.fancybox-toolbar{top:0;right:0}.fancybox-stage{overflow:hidden;direction:ltr;z-index:99994;-webkit-transform:translateZ(0)}.fancybox-slide{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow:auto;outline:none;white-space:normal;box-sizing:border-box;text-align:center;z-index:99994;-webkit-overflow-scrolling:touch;display:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.fancybox-slide:before{content:"";display:inline-block;vertical-align:middle;height:100%;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:visible}.fancybox-slide--image:before{display:none}.fancybox-slide--video .fancybox-content,.fancybox-slide--video iframe{background:#000}.fancybox-slide--map .fancybox-content,.fancybox-slide--map iframe{background:#e5e3df}.fancybox-slide--next{z-index:99995}.fancybox-slide>*{display:inline-block;position:relative;padding:24px;margin:44px 0;border-width:0;vertical-align:middle;text-align:left;background-color:#fff;overflow:auto;box-sizing:border-box}.fancybox-slide .fancybox-image-wrap{position:absolute;top:0;left:0;margin:0;padding:0;border:0;z-index:99995;background:transparent;cursor:default;overflow:visible;-webkit-transform-origin:top left;transform-origin:top left;background-size:100% 100%;background-repeat:no-repeat;-webkit-backface-visibility:hidden;backface-visibility:hidden}.fancybox-can-zoomOut .fancybox-image-wrap{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-image-wrap{cursor:zoom-in}.fancybox-can-drag .fancybox-image-wrap{cursor:-webkit-grab;cursor:grab}.fancybox-is-dragging .fancybox-image-wrap{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-image,.fancybox-spaceball{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;border:0;max-width:none;max-height:none}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content{padding:0;width:80%;height:80%;max-width:calc(100% - 100px);max-height:calc(100% - 88px);overflow:visible;background:#fff}.fancybox-iframe{display:block;padding:0;border:0;height:100%}.fancybox-error,.fancybox-iframe{margin:0;width:100%;background:#fff}.fancybox-error{padding:40px;max-width:380px;cursor:default}.fancybox-error p{margin:0;padding:0;color:#444;font:16px/20px Helvetica Neue,Helvetica,Arial,sans-serif}.fancybox-close-small{position:absolute;top:0;right:0;width:44px;height:44px;padding:0;margin:0;border:0;border-radius:0;outline:none;background:transparent;z-index:10;cursor:pointer}.fancybox-close-small:after{content:"×";position:absolute;top:5px;right:5px;width:30px;height:30px;font:20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;color:#888;font-weight:300;text-align:center;border-radius:50%;border-width:0;background:#fff;transition:background .25s;box-sizing:border-box;z-index:2}.fancybox-close-small:focus:after{outline:1px dotted #888}.fancybox-close-small:hover:after{color:#555;background:#eee}.fancybox-slide--iframe .fancybox-close-small{top:0;right:-44px}.fancybox-slide--iframe .fancybox-close-small:after{background:transparent;font-size:35px;color:#aaa}.fancybox-slide--iframe .fancybox-close-small:hover:after{color:#fff}.fancybox-caption-wrap{bottom:0;left:0;right:0;padding:60px 30px 0;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));pointer-events:none}.fancybox-caption{padding:30px 0;border-top:1px solid hsla(0,0%,100%,.4);font-size:14px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;color:#fff;line-height:20px;-webkit-text-size-adjust:none}.fancybox-caption a,.fancybox-caption button,.fancybox-caption select{pointer-events:all}.fancybox-caption a{color:#fff;text-decoration:underline}.fancybox-button{display:inline-block;position:relative;margin:0;padding:0;border:0;width:44px;height:44px;line-height:44px;text-align:center;background:transparent;color:#ddd;border-radius:0;cursor:pointer;vertical-align:top;outline:none}.fancybox-button[disabled]{cursor:default;pointer-events:none}.fancybox-button,.fancybox-infobar__body{background:rgba(30,30,30,.6)}.fancybox-button:hover:not([disabled]){color:#fff;background:rgba(0,0,0,.8)}.fancybox-button:after,.fancybox-button:before{content:"";pointer-events:none;position:absolute;background-color:currentColor;color:currentColor;opacity:.9;box-sizing:border-box;display:inline-block}.fancybox-button[disabled]:after,.fancybox-button[disabled]:before{opacity:.3}.fancybox-button--left:after,.fancybox-button--right:after{top:18px;width:6px;height:6px;background:transparent;border-top:2px solid currentColor;border-right:2px solid currentColor}.fancybox-button--left:after{left:20px;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.fancybox-button--right:after{right:20px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--left{border-bottom-left-radius:5px}.fancybox-button--right{border-bottom-right-radius:5px}.fancybox-button--close:after,.fancybox-button--close:before{content:"";display:inline-block;position:absolute;height:2px;width:16px;top:calc(50% - 1px);left:calc(50% - 8px)}.fancybox-button--close:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.fancybox-arrow{position:absolute;top:50%;margin:-50px 0 0;height:100px;width:54px;padding:0;border:0;outline:none;background:none;cursor:pointer;z-index:99995;opacity:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:opacity .25s}.fancybox-arrow:after{content:"";position:absolute;top:28px;width:44px;height:44px;background-color:rgba(30,30,30,.8);background-image:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);background-repeat:no-repeat;background-position:50%;background-size:24px 24px}.fancybox-arrow--right{right:0}.fancybox-arrow--left{left:0;-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fancybox-arrow--left:after,.fancybox-arrow--right:after{left:0}.fancybox-show-nav .fancybox-arrow{opacity:.6}.fancybox-show-nav .fancybox-arrow[disabled]{opacity:.3}.fancybox-loading{border:6px solid hsla(0,0%,39%,.4);border-top:6px solid hsla(0,0%,100%,.6);border-radius:100%;height:50px;width:50px;-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;position:absolute;top:50%;left:50%;margin-top:-25px;margin-left:-25px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--current{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--next{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--current{-webkit-transform:scaleX(1);transform:scaleX(1);opacity:1}.fancybox-fx-rotate.fancybox-slide--previous{-webkit-transform:rotate(-1turn);transform:rotate(-1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--next{-webkit-transform:rotate(1turn);transform:rotate(1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--current{-webkit-transform:rotate(0deg);transform:rotate(0deg);opacity:1}.fancybox-fx-circular.fancybox-slide--previous{-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--next{-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--current{-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0);opacity:1}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}@media (max-width:800px){.fancybox-infobar{left:0;margin-left:0}.fancybox-button--left,.fancybox-button--right{display:none!important}.fancybox-caption{padding:20px 0;margin:0}}.fancybox-button--fullscreen:before{width:15px;height:11px;left:calc(50% - 7px);top:calc(50% - 6px);border:2px solid;background:none}.fancybox-button--pause:before,.fancybox-button--play:before{top:calc(50% - 6px);left:calc(50% - 4px);background:transparent}.fancybox-button--play:before{width:0;height:0;border-top:6px inset transparent;border-bottom:6px inset transparent;border-left:10px solid;border-radius:1px}.fancybox-button--pause:before{width:7px;height:11px;border-style:solid;border-width:0 2px}.fancybox-button--thumbs,.fancybox-thumbs{display:none}@media (min-width:800px){.fancybox-button--thumbs{display:inline-block}.fancybox-button--thumbs span{font-size:23px}.fancybox-button--thumbs:before{width:3px;height:3px;top:calc(50% - 2px);left:calc(50% - 2px);box-shadow:0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0}.fancybox-thumbs{position:absolute;top:0;right:0;bottom:0;left:auto;width:220px;margin:0;padding:5px 5px 0 0;background:#fff;word-break:normal;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;box-sizing:border-box;z-index:99995}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:220px}.fancybox-thumbs>ul{list-style:none;position:absolute;position:relative;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;font-size:0}.fancybox-thumbs>ul>li{float:left;overflow:hidden;max-width:50%;padding:0;margin:0;width:105px;height:75px;position:relative;cursor:pointer;outline:none;border:5px solid transparent;border-top-width:0;border-right-width:0;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box}li.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li>img{position:absolute;top:0;left:0;min-width:100%;min-height:100%;max-width:none;max-height:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-thumbs>ul>li:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:2px;border:4px solid #4ea7f9;z-index:99991;opacity:0;transition:all .2s cubic-bezier(.25,.46,.45,.94)}.fancybox-thumbs>ul>li.fancybox-thumbs-active:before{opacity:1}}

/* Standard for 'Home' */



/* No navigation needed */
#navigation {
	display: none;
}



.scroll-to-top {
	background: rgba(178, 18, 26, 0.8) url('vhs-assets-css-89ce0e4996334874218fc7dc4d5c28a7.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;
}

#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;
}

.news h2 {
	color: inherit;
}

/* 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;
	color: white;
}

/* BSBDirect search tool */
.bsbdirect {
	margin: 1em 0 !important;
}

.bsbdirect button.color-filled img {
	filter: brightness(0) invert(1);
}


