* {
	margin: 0;
	outline: 0;
	border: none;
	padding: 0;
	box-sizing: border-box;
	text-decoration: none;
	font-size: 14px;
	font-size: 1.4rem;
}
sup,
sub {
	font-size: 1rem;
}
html {
	height: 100%;
	font-size: 62.5%;
	overflow-x: hidden;
}
body {
	position: relative;
}
main {
	display: block;
	overflow: hidden;
}
.clearer {
	position: relative;
	clear: both !important;
	float: none !important;
}
hr.clearer {
	margin: 0 0 45px -85px;
	width: 100vw !important;
}
h1 {
	font-size: 28px;
	font-size: 2.8rem;
}
h2 {
	font-size: 28px;
	font-size: 2.8rem;
	padding-bottom: 15px;
}
p, h3 {
	padding-bottom: 15px;
}
#menu ul,
#page-header ul,
#page-footer ul {
	list-style: none;
}
td, th {
	padding: 5px;
}
i {
	color: inherit;
	font-size: inherit;
}

/* @group transitions */

a {
	-webkit-transition: color .3s ease;
	-moz-transition: color .3s ease;
	-o-transition: color .3s ease;
	-ms-transition: color .3s ease;
	transition: color .3s ease;
}

/* @end transitions */

/* @group #menu-mobile */

#menu {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 0px;
	overflow: hidden;
	-webkit-transition: width .5s ease;
	-moz-transition: width .5s ease;
	-o-transition: width .5s ease;
	-ms-transition: width .5s ease;
	transition: width .5s ease;
	max-width: 640px;
}

#menu-wrapper {
	position: absolute;
	z-index: 1100;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.9);
}

#menu.visible {
	width: 100%;
}

#menu-dismiss,
#menu-search {
	position: absolute;
	top: 30px;
	left: 30px;
	border: solid 2px white;
	height: 36px;
}

#menu-dismiss {
	width: 36px;
	background-image: url(../Images/dismiss-icon.png);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: 17px;
	-moz-background-size: 17px;
	-o-background-size: 17px;
	-ms-background-size: 17px;
	background-size: 17px;
	cursor: pointer;
}

#menu-search {
	margin-left: 52px;
	width: 270px;
}

#menu-search input,
#menu-search button {
	position: absolute;
	top: 0;
	height: 100%;
	background-color: transparent;
}

#menu-search input {
	left: 0;
	width: 100%;
	padding: 0 46px 0 10px;
	color: white;
}

#menu-search button {
	right: 0;
	width: 36px;
	cursor: pointer;
	background-image: url(../Images/search-icon-sml.png);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: auto 20px;
	-moz-background-size: auto 20px;
	-o-background-size: auto 20px;
	-ms-background-size: auto 20px;
	background-size: auto 20px;
}

#menu-search-results {
	color: white;
	margin-top: 90px;
	padding: 0 30px;
	background: url(../Images/ajax-loader.gif) no-repeat -1000px;
	min-height: 0;
}

#menu-search-results a {
	color: white;
}

#menu-search-results.loading {
	background-position: center;
	min-height: 200px;
}

#menu-nav {
	color: white;
	padding: 30px;
}

#menu-nav ul li {
	position: relative;
	padding: 0 0 0 44px;
}

#menu-nav ul li.has-subpages:before {
	content: '';
	position: absolute;
	left: 0;
	top: 16px;
	width: 27px;
	height: 14px;
	background: url(../Images/menu-accordion.png) no-repeat -27px -14px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	-ms-transition: opacity .3s ease;
	transition: opacity .3s ease;
	cursor: pointer;
}

#menu-nav ul li.active:before {
	background-position: -27px 0;
}

#menu-nav ul li:hover:before {
	opacity: 1;
	filter: alpha(opacity=100);
}

#menu-nav ul a {
	display: inline-block;
	color: white;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
}

#menu-nav ul ul {
	position: relative;
	margin-left: -44px;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height .3s ease, padding-bottom .3s ease;
	-moz-transstion: max-height .3s ease, padding-bottom .3s ease;
	-o-transision: max-height .3s ease, padding-bottom .3s ease;
	-ms-transition: max-height .3s ease, padding-bottom .3s ease;
	transition: max-height .3s ease, padding-bottom .3s ease;
	padding-bottom: 0;
}

#menu-nav ul .active ul,
#menu-nav ul :hover ul {
	max-height: 200px;
	padding-bottom: 15px;
}

#menu-nav ul ul li {
	padding: 0;
	height: 14px;
}

#menu-nav ul ul li:before {
	content: '>';
	background: none;
	position: relative;
	display: inline-block;
	width: 16px;
	height: 14px;
	top: auto;
	opacity: 1;
	filter: alpha(opacity=100);
}

#menu-nav ul ul a {
	font-weight: normal;
	height: 14px;
	line-height: 100%;
}

/* @end #menu-mobile */

/* @group #page-header */

#page-header-top {
	position: relative;
	height: 100px;
}

#logo {
	display: block;
	position: relative;
	z-index: 1;
	float: left;
	height: 100%;
	padding-left: 16px;
}

#logo img {
	height: 100%;
	width: auto !important;
}

#user-interface {
	position: relative;
	z-index: 2;
	float: right;
	padding-top: 30px;
	background: white;
}

#menu-icon,
#search-icon,
#language-menu {
	float: right;
	display: block;
	height: 37px;
	min-width: 40px;
	background-repeat:  no-repeat;
	background-position: 0 center;
	background-size: auto 37px;
}

#menu-icon,
#search-icon {
	cursor: pointer;
}

#language-menu {
	background-image: url(../Images/language-icon.png);
	padding: 0 50px;
}

#language-menu li {
	float: left;
	display: block;
	height: 37px;
	border-left: solid 2px rgb(50,50,50);
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
}

#language-menu li:first-of-type {
	border: none;
	padding: 0;
	margin: 0;
}

#language-menu a {
	display: block;
	color: rgb(50,50,50);
	line-height: 37px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, sans-serif !important;
}

#language-menu a:hover {
	color: rgb(150,150,150);
}

#search-icon {
	background-image: url(../Images/search-icon.png);
}

#menu-icon {
	background-image: url(../Images/menu-icon.png);
	margin-left: 10px;
}

#search-icon,
#menu-icon {
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	-ms-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

#search-icon:hover,
#menu-icon:hover {
	opacity: .55;
	filter: alpha(opacity=55);
}

#page-header-desktop {
	border-top: solid 1px rgb(224,230,223);
	display: none;
}

#page-header-desktop li,
#intranet-nav li {
	display: inline-block;
	vertical-align: top;
	margin: 0 16px;
}

#page-header-desktop,
#intranet-nav {
	padding-bottom: 16px;
}

#page-header-desktop a,
#intranet-nav a {
	display: block;
	padding: 16px 0 0;
}

#page-header-images {
	height: 320px;
	background: rgb(240,240,240);
}

#page-header-images .slideshow-item {
	height: 320px;
	background-position: center;
	background-size: cover;
}

#page-header-images h1,
#page-header-title h1 {
	color: white;
	padding: 15px;
}

#page-header-images h1 {
	position: absolute;
	z-index: 1000;
	bottom: 0;
	left: 8%;
}

#page-header-title h1 {
	padding-left: 80px;
}

/* @end #page-header */

/* @group #page-body */

.article-group {
	padding-bottom: 0 !important;
	margin-bottom: 40px;
}
.article-group-slider {
	/* if this is missing, the articles in the slideshow will be cut off at the bottom */
	box-sizing: content-box;
	padding-bottom: 70px;
}
.article-group-header {
	position: relative;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.4rem;
	padding: 12px 15px;
	margin-bottom: 30px;
	height: 40px;
}
.article-group-header a {
	color: inherit !important;
	/*text-decoration: underline;*/
}

article .article-number {
	position: relative;
	margin: 0 0 1rem;
	padding: 2px 4px;
	border-radius: 3px;
	display: inline-block;
}

article ul {
	list-style: none;
	padding-bottom: 15px;
}

article ol {
	padding-bottom: 15px;
}

article ol li {
	margin-left: 20px;
}

article ul li {
	position: relative;
	padding-left: 14px;
}

article ul li:before {
	content: '';
	position: absolute;
	height: 6px;
	width: 6px;
	left: 0;
	top: 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
}

article#detailview .short * {
	font-weight: bold;
}

article#detailview.shortview {
	padding-bottom: 30px;
}

article#detailview.shortview img {
	display: block;
}

.button {
	position: relative;
	width: 66.66%;
	display: inline-block;
	vertical-align: top;
	height: 40px;
	line-height: 40px;
	color: white;
	background-position: right center;
	background-repeat: no-repeat;
	-webkit-background-size: auto 40px;
	-moz-background-size: auto 40px;
	-o-background-size: auto 40px;
	-ms-background-size: auto 40px;
	background-size: auto 40px;
	-webkit-transition: background-color .3s;
	-moz-transition: background-color .3s;
	-o-transition: background-color .3s;
	-ms-transition: background-color .3s;
	transition: background-color .3s;
	padding: 0 15px;
}

.button.full {
	display: block;
	width: 100%;
}

.button.external {
	background-image: url(../Images/button-external.png);
}

.button.internal {
	background-image: url(../Images/button-internal.png);
}

.button.file {
	background-image: url(../Images/button-file.png);
}

.button.back {
	background-image: url(../Images/button-back.png);
	background-position: 0 center;
	text-align: right;
}

.share-button {
	width: 100%;
	display: block;
	height: 40px;
	cursor: pointer;
	background: rgb(180,180,180) url(../Images/share.png) no-repeat center center;
	-webkit-background-size: auto 40px;
	-moz-background-size: auto 40px;
	-o-background-size: auto 40px;
	-ms-background-size: auto 40px;
	background-size: auto 40px;
}

.button + .share-button {
	width: 33.33%;
	display: inline-block;
	padding-left: 3px;
	vertical-align: top;
}

.share-options {
	background: rgb(180,180,180);
	height: 0;
	overflow: hidden;
	transition: height .5s ease;
}

.share-options a {
	display: inline-block;
	vertical-align: top;
	width: 40px;
	height: 40px;
	overflow: hidden;
	background: url(../Images/share-options.png) no-repeat;
	-webkit-background-size: auto 40px;
	-moz-background-size: auto 40px;
	-o-background-size: auto 40px;
	-ms-background-size: auto 40px;
	background-size: auto 40px;
	text-indent: -99999em;
	-webkit-transition: background-color .3s ease;
	-moz-transition: background-color .3s ease;
	-o-transition: background-color .3s ease;
	-ms-transition: background-color .3s ease;
	transition: background-color .3s ease;
}

.share-options a.twitter {
	background-position: -40px 0;
}

.share-options a.google {
	background-position: -80px 0;
}

.share-options a.email {
	background-position: -120px 0;
}

.share-options.visible {
	height: 40px;
}

.related {
	position: relative;
	padding-top: 15px;
}

.related a {
	display: block;
}

#category-title {
	padding-left: 16px;
	padding-bottom: 16px;
	font-size: 3.4rem;
}

.image-layout-1 {
	padding-bottom: 16px;
}

.image-caption,
.image-caption i,
.image-caption em {
	font-size: 1.2rem;
}

.image-caption i,
.image-caption em {
	font-style: italic;
}

.tile {
	position: relative;
	overflow: hidden;
}

.column.tile {
	padding-bottom: 32px;
}

.tile-inner {
	position: relative;
	height: 100%;
	overflow: hidden;
}

.tile:last-of-type {
	margin-bottom: 32px;
}

.tile-cover,
.tile-back {
	padding: 16px;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
	background-size: cover;
	-webkit-transition: top 1s ease;
	-moz-transition: top 1s ease;
	-o-transition: top 1s ease;
	-ms-transition: top 1s ease;
	transition: top 1s ease;
}

.tile-back {
	top: -100%;
}

.tile-cover {
	top: 0;
	z-index: 10;
}

.tile:hover .tile-cover {
	top: 100%;
}

.tile:hover .tile-back {
	top: 0;
}

.content-element.table {
	padding: 0 11px 40px;
}

/* @end #page-body */

/* @group #page-footer */

#footer-breadcrumb {
	height: 50px;
	line-height: 50px;
	color: white;
}

#footer-breadcrumb span {
	display: inline-block;
	color: white;
	padding-left: 16px;
}

#footer-sitemap nav {
	position: relative;
}

#footer-nav ul {
	padding: 40px 16px;
}

#footer-nav li {
	display: inline-block;
	margin: 0 15px 0 0;
}

/* @end #page-footer */

/* @group #share */

#share,
p.message {
	position: relative;
	width: 90%;
	margin: 20px auto;
	padding-bottom: 0;
}

#share input,
#share textarea {
	position: relative;
	width: 100%;
	display: block;
	border: solid 1px #ccc;
	margin: 5px 0 0;
	padding: 5px;
	font-family: Arial, sans-serif;
}


#share .invalid input,
#share .invalid textarea {
	background: red;
	color: white;
}

#share textarea {
	min-width: 250px;
	min-height: 100px;
}

#share button[type="submit"] {
	background-color: rgb(29,73,120);
	cursor: pointer; 
	color: white;
	border: none;
	padding: 5px 15px;
	margin-top: 5px;
}

/* @end #share */

/* @group Category Selection */

.tx-wwpreset-selectCategory {
	border: solid 1px #ccc;
	padding: 6px 30px 6px 6px;
	background: url(../Images/ajax-loader-white.gif) no-repeat -100px;
}

.tx-wwpreset-selectCategory.loading {
	background-position: 80% center;
}

/* @end Category Selection */

/* @group Image Gallery */

.image-gallery {
	position: relative;
	margin: 0 0 20px;
}

.image-gallery header,
.image-gallery-text {
	padding: 0 11px;
}

.image-gallery-item {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 20px;
	padding: 0 11px;
	overflow: hidden;
	text-align: center;
}

.image-gallery-item div.thumbnail {
	position: relative;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.image-gallery-item img.thumbnail {
	width: 100%;
	position: relative;
	height: auto !important;
}

@media all and (max-width: 720px) {
	.image-gallery .image-gallery-item {
		display: block;
		width: 100% !important;
	}
	.image-gallery div.thumbnail {
		min-height: 30vh;
	}
}

@media all and (min-width: 721px) {

	.image-gallery-item div.thumbnail {
		position: relative;
		height: 100%;
		width: 100%;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}

	.image-gallery.cols-2 div.thumbnail {
		min-height: 22vw;
	}
	
	.image-gallery.cols-3 div.thumbnail {
		min-height: 15vw;
	}
	
	.image-gallery.cols-4 div.thumbnail {
		min-height: 11vw;
	}
	
	.image-gallery.cols-5 div.thumbnail {
		min-height: 8vw;
	}

}

/* @end Image Gallery */

/* @group Faded Elements */

article,
.content-element,
.article-group {
	-webkit-transition: opacity .5s linear;
	-moz-transition: opacity .5s linear;
	transition: opacity .5s linear;
}
.fade {
	opacity: 0.25;
}
.article-group article {
	opacity: 1 !important;
}

/* @end Faded Elements */

/* @group Sitemap */

#sitemap ul ul {
  padding-left: 25px;
}

#sitemap .top {
  font-weight: bold;
}

#sitemap li:not(.sub) {
  padding-bottom: 25px;
}

/* @end Sitemap */

/* @group Simplified grid styles */

.column {
	min-height: 10px;
	vertical-align: top;
	padding: 0 16px 40px;
	float: none !important;
}
.center {
	position: relative;
	margin: auto;
	max-width: 1280px;
	background: white;
}
.center.padding {
	padding-right: 64px;
	padding-left: 64px;
}
.column img {
	width: 100%;
	height: auto;
}
	
/* large */
@media screen and (min-width: 1000px) {
	#page-header-desktop {
		display: block;	
	}
	.center {
		width: 80%;
	}
	.column[class*="large"] {
		display: inline-block;
	}
	.column.large-1 {
		width: 33.3%;
	}
	.column.large-2 {
		width: 66.6%;
	}
	.column.large-3 {
		display: block;
		width: 100%;
	}
	.column.large-3 img.image-layout-3 {
		position: relative;
		width: 50%;
		float: right;
		margin: 0 0 32px 32px;
	}
	.column.large-3 img.image-layout-2 {
		position: relative;
		width: 50%;
		float: left;
		margin: 0 32px 32px 0;
	}
	#footer-sitemap {
		background: #fcfefc;
		background: -moz-linear-gradient(top,  #ffffff 0%, #eeeeee 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee));
		background: -webkit-linear-gradient(top,  #ffffff 0%,#eeeeee 100%);
		background: -o-linear-gradient(top,  #ffffff 0%,#eeeeee 100%);
		background: -ms-linear-gradient(top,  #ffffff 0%,#eeeeee 100%);
		background: linear-gradient(to bottom,  #ffffff 0%,#eeeeee 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
	}
	#footer-sitemap nav {
		padding: 40px 0 0;
	}
	#footer-sitemap ul li {
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 20%;
		padding: 0 16px 40px;
	}
	#footer-sitemap ul a {
		font-weight: bold;
	}
	#footer-sitemap ul ul li {
		display: block;
		width: 100%;
		padding: 0;
	}
	#footer-sitemap ul ul a {
		display: block;
		padding: 0;
		font-weight: normal;
	}
	#footer-sitemap nav {
		background: none;
	}
}

/* medium */
@media screen and (min-width: 640px) and (max-width: 1000px) {
	#page-header-title h1 {
		padding-left: 50px;
	}
	#menu-desktop {
		display: none;
	}
	.center {
		width: 90%;
	}
	.center.padding {
		padding-right: 34px;
		padding-left: 34px;
	}
	.column[class*="medium"] {
		display: inline-block;
		padding: 0 17px 50px;
	}
	.column.medium-1 {
		width: 33.3%;
	}
	.column.medium-2 {
		width: 66.6%;
	}
	.column.medium-3 {
		display: block;
		width: 100%;
	}
	#footer-sitemap nav {
		margin: 0 0 0 -34px;
	}
}
			
/* small */
@media screen and (max-width: 640px) {
	hr.clearer {
		margin-left: 0;
	}
	#page-header-images,
	#page-header-images .slideshow-item {
		height: 200px;
	}
	#page-header-images .slideshow-prev {
		display: none;
	}
	#page-header-images h1 {
		left: 10px;
	}
	#page-header-title h1 {
		padding-left: 17px;
	}
	#logo {
		padding-left: 0;
	}
	#user-interface {
		right: 10px !important;
	}
	#user-interface * {
		display: inline-block;
		vertical-align: center;
	}
	.center.padding {
		padding-left: 0;
		padding-right: 0;
	}
	#menu-desktop {
		display: none;
	}
	.center {
		width: 100%;
	}
	.column[class*="small"] {
		display: inline-block;
		margin-top: 0em;
		margin-bottom: 0em;
		padding: 0 10px 50px;
	}
	.column.small-1 {
		width: 33.3%;
	}
	.column.small-2 {
		width: 66.6%;
	}
	.column.small-3 {
		display: block;
		width: 100%;
	}
	#menu-search {
		width: 200px;
	}
	.content-element.table {
		padding: 0 5px 45px;
	}
}

/* Medium + Small */
@media screen and (max-width: 1000px) {
	div.div {
		display: none;	
	}
	#page-header-top {
		height: 57px;
	}
	#user-interface {
		position: absolute;
		z-index: 10;
		height: 100%;
		right: 34px;
		padding-top: 10px;
		padding-left: 10px;
	}
	#language-menu {
		padding-right: 10px;
	}
	#footer-sitemap {
		overflow-x: hidden !important;
	}
	#footer-sitemap nav {
		position: relative;
		width: 100vw !important;
	}
	#footer-sitemap ul li {
		position: relative;
		padding: 13px 0 0 50px;
		background: #fcfefc;
		min-height: 40px;
		max-height: 40px;
		background: -moz-linear-gradient(top,  #ffffff 0%, #eeeeee 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee));
		background: -webkit-linear-gradient(top,  #ffffff 0%,#eeeeee 100%);
		background: -o-linear-gradient(top,  #ffffff 0%,#eeeeee 100%);
		background: -ms-linear-gradient(top,  #ffffff 0%,#eeeeee 100%);
		background: linear-gradient(to bottom,  #ffffff 0%,#eeeeee 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
		-webkit-transition: max-height 1s ease;
		-moz-transition: max-height 1s ease;
		-o-transition: max-height 1s ease;
		-ms-transition: max-height 1s ease;
		transition: max-height 1s ease;
		margin-bottom: 3px;
		overflow: hidden;
		cursor: pointer;
	}
	#footer-sitemap ul li.has-subpages:before {
		content: '';
		position: absolute;
		left: 12px;
		top: 16px;
		width: 27px;
		height: 14px;
		background: url(../Images/menu-accordion.png) no-repeat 0 -14px;
		cursor: pointer;
	}
	#footer-sitemap ul li.active,
	#footer-sitemap ul li:hover {
		max-height: 500px;
	}
	#footer-sitemap ul li.active:before {
		background-position: 0 0;
	}
	#footer-sitemap ul a {
		font-weight: bold;
	}
	#footer-sitemap ul ul {
		position: relative;
		padding: 16px 0;
	}
	#footer-sitemap ul ul li {
		padding: 0;
		min-height: 0px;
		max-height: 100px;
		background: none;
		cursor: default;
	}
	#footer-sitemap ul ul li:before {
		display: none;	
	}
	#footer-sitemap ul ul a {
		display: block;
		font-weight: normal;
		padding: 4px 0;
	}
}

/* Very small -> no space for the language icon */
@media screen and (max-width: 400px) {
	#language-menu {
		padding-left: 0;
		background: none !important;
	}
}

/* @end Media queries */