@charset "UTF-8";
html {
	font-size: 1em;
	font-weight: 400;
	line-height: 1.4;
	color: #5e5e5e;
}

body {
	font-family: 'myriad-pro', 'Myriad Pro', 'Gill Sans', 'Gill Sans MT', Calibri,
		sans-serif;
	background-color: #f5f5f5;
	font-size: 1.125rem;
}

html,
body,
button {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

.old_template article,
.old_template aside,
.old_template details,
.old_template figcaption,
.old_template figure,
.old_template hgroup,
.old_template main,
.old_template menu,
.old_template nav,
.old_template section,
.old_template summary {
	display: block;
}
.old_template audio,
.old_template canvas,
.old_template progress,
.old_template video {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
	/* 2 */
}
.old_template audio:not([controls]) {
	display: none;
	height: 0;
}
.old_template [hidden],
.old_template template {
	display: none;
}
.old_template a {
	background-color: transparent;
}
.old_template a:active,
.old_template a:hover {
	outline: 0;
}
.old_template abbr[title] {
	border-bottom: 1px dotted;
}
.old_template b,
.old_template strong {
	font-weight: bold;
}
.old_template dfn {
	font-style: italic;
}
.old_template h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
.old_template mark {
	background: #ff0;
	color: #000;
}
.old_template small {
	font-size: 80%;
}
.old_template sub,
.old_template sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
.old_template sup {
	top: -0.5em;
}
.old_template sub {
	bottom: -0.25em;
}
.old_template img {
	border: 0;
}
.old_template svg:not(:root) {
	overflow: hidden;
}
.old_template figure {
	margin: 1em 40px;
}
.old_template hr {
	box-sizing: content-box;
	height: 0;
}
.old_template pre {
	overflow: auto;
}
.old_template code,
.old_template kbd,
.old_template pre,
.old_template samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
.old_template button,
.old_template input,
.old_template optgroup,
.old_template select,
.old_template textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
.old_template button {
	overflow: visible;
}
.old_template button,
.old_template select {
	text-transform: none;
}
.old_template button,
.old_template html input[type='button'],
.old_template input[type='reset'],
.old_template input[type='submit'] {
	-webkit-appearance: button;
	cursor: pointer;
}
.old_template button[disabled],
.old_template html input[disabled] {
	cursor: default;
}
.old_template button::-moz-focus-inner,
.old_template input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.old_template input {
	line-height: normal;
}
.old_template input[type='checkbox'],
.old_template input[type='radio'] {
	box-sizing: border-box;
	padding: 0;
}
.old_template input[type='number']::-webkit-inner-spin-button,
.old_template input[type='number']::-webkit-outer-spin-button {
	height: auto;
}
.old_template input[type='search'] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}
.old_template input[type='search']::-webkit-search-cancel-button,
.old_template input[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}
.old_template fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
.old_template legend {
	border: 0;
	padding: 0;
}
.old_template textarea {
	overflow: auto;
}
.old_template optgroup {
	font-weight: bold;
}
.old_template table {
	border-collapse: collapse;
	border-spacing: 0;
}
.old_template td,
.old_template th {
	padding: 0;
}
.old_template html {
	box-sizing: border-box;
}
.old_template *,
.old_template *::after,
.old_template *::before {
	box-sizing: inherit;
}
.old_template *,
.old_template *::before,
.old_template *::after {
	box-sizing: border-box;
}
.old_template p,
.old_template img,
.old_template h1,
.old_template h2,
.old_template h3,
.old_template h4,
.old_template h5,
.old_template h6 {
	margin-top: 0;
	margin-bottom: 0;
}
.old_template p + *,
.old_template h1 + *,
.old_template h2 + *,
.old_template h3 + *,
.old_template h4 + *,
.old_template h5 + *,
.old_template h6 + * {
	margin-top: 1.5625em;
}
.old_template img {
	max-width: 100%;
	vertical-align: middle;
}
.old_template .sidebar img,
.old_template .content img {
	height: auto;
	/* width: auto; */
}
.old_template .injected-svg {
	width: 100%;
}
.old_template .container {
	position: relative;
}
.old_template .container::after {
	clear: both;
	content: '';
	display: table;
}
@media only screen and (min-width: 47.5625em) {
	.old_template .container {
		position: static;
		top: auto;
		margin-bottom: 0;
	}
}
.old_template .page-wrapper {
	margin-bottom: 25px;
	overflow-x: hidden;
}
.old_template .container-inner {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.old_template .container-inner::after {
	clear: both;
	content: '';
	display: table;
}
.old_template .sidebar {
	float: left;
	margin-left: 2.35765%;
	margin-right: 2.35765%;
	margin-bottom: 25px;
}
@media only screen and (min-width: 47.5625em) {
	.old_template .sidebar {
		width: 30.40392%;
		margin-left: 0;
		float: right;
	}
}
.old_template .content {
	/* margin-left: 2.35765%;
	margin-right: 2.35765%; */
	font-size: 1.6rem;
}
.old_template .content.has-sidebar {
	margin-bottom: 25px;
}
@media only screen and (min-width: 47.5625em) {
	.old_template .content.has-sidebar {
		width: 62.524%;
		float: left;
	}
}
.old_template .content.background {
	background-color: #fff;
}
.old_template .content + .content {
	margin-top: 2.35765%;
}
.old_template .section-title {
	padding-top: 8px;
	border-top: 1px solid #000;
	margin: 25px;
}
.old_template .page-title {
	margin: 25px;
}
@media only screen and (min-width: 47.5625em) {
	.old_template .page-title {
		width: 62.524%;
	}
}
.old_template .content-inner {
	padding: 25px;
}
.old_template iframe {
	border: 0;
}
@media only print {
	.old_template *,
	.old_template *:before,
	.old_template *:after {
		background: transparent !important;
		color: #000 !important;
		/* Black prints faster: http://www.sanbeiji.com/archives/953 */
		box-shadow: none !important;
		text-shadow: none !important;
	}
	.old_template a,
	.old_template a:visited {
		text-decoration: underline;
	}
	.old_template pre,
	.old_template blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	.old_template thead {
		display: table-header-group;
	}
	.old_template tr,
	.old_template img {
		page-break-inside: avoid;
	}
	.old_template img {
		max-width: 100% !important;
	}
	.old_template p,
	.old_template h2,
	.old_template h3 {
		orphans: 3;
		widows: 3;
	}
	.old_template h2,
	.old_template h3 {
		page-break-after: avoid;
	}
	.old_template form {
		display: none !important;
	}
}
@media only screen {
	.old_template .show-for-small-only,
	.old_template .show-for-small-up {
		display: inherit !important;
	}
	.old_template .hide-for-small-only,
	.old_template .hide-for-small-up {
		display: none !important;
	}
}
@media only screen {
	.old_template .show-for-small-only,
	.old_template .show-for-small-up,
	.old_template .hide-for-medium-only,
	.old_template .hide-for-medium-up {
		display: inherit !important;
	}
	.old_template .hide-for-small-only,
	.old_template .hide-for-small-up,
	.old_template .show-for-medium-only,
	.old_template .show-for-medium-up {
		display: none !important;
	}
}
@media only screen {
	.old_template .show-for-small-only,
	.old_template .show-for-small-up,
	.old_template .hide-for-medium-only,
	.old_template .hide-for-medium-up,
	.old_template .hide-for-wide-only,
	.old_template .hide-for-wide-up {
		display: inherit !important;
	}
	.old_template .hide-for-small-only,
	.old_template .hide-for-small-up,
	.old_template .show-for-medium-only,
	.old_template .show-for-medium-up,
	.old_template .show-for-wide-only,
	.old_template .show-for-wide-up {
		display: none !important;
	}
}
@media only screen {
	.old_template .show-for-small-only,
	.old_template .show-for-small-up,
	.old_template .hide-for-medium-only,
	.old_template .hide-for-medium-up,
	.old_template .hide-for-wide-only,
	.old_template .hide-for-wide-up,
	.old_template .hide-for-super-wide-only,
	.old_template .hide-for-super-wide-up {
		display: inherit !important;
	}
	.old_template .hide-for-small-only,
	.old_template .hide-for-small-up,
	.old_template .show-for-medium-only,
	.old_template .show-for-medium-up,
	.old_template .show-for-wide-only,
	.old_template .show-for-wide-up,
	.old_template .show-for-super-wide-only,
	.old_template .show-for-super-wide-up {
		display: none !important;
	}
}
@media only screen and (min-width: 47.5625em) {
	.old_template .hide-for-small-only,
	.old_template .show-for-small-up {
		display: inherit !important;
	}
	.old_template .show-for-small-only,
	.old_template .hide-for-small-up {
		display: none !important;
	}
}
@media only screen and (min-width: 47.5625em) {
	.old_template .hide-for-small-only,
	.old_template .show-for-small-up,
	.old_template .show-for-medium-only,
	.old_template .show-for-medium-up {
		display: inherit !important;
	}
	.old_template .show-for-small-only,
	.old_template .hide-for-small-up,
	.old_template .hide-for-medium-only,
	.old_template .hide-for-medium-up {
		display: none !important;
	}
}
@media only screen and (min-width: 47.5625em) {
	.old_template .hide-for-small-only,
	.old_template .show-for-small-up,
	.old_template .show-for-medium-only,
	.old_template .show-for-medium-up,
	.old_template .hide-for-wide-only,
	.old_template .hide-for-wide-up {
		display: inherit !important;
	}
	.old_template .show-for-small-only,
	.old_template .hide-for-small-up,
	.old_template .hide-for-medium-only,
	.old_template .hide-for-medium-up,
	.old_template .show-for-wide-only,
	.old_template .show-for-wide-up {
		display: none !important;
	}
}
@media only screen and (min-width: 47.5625em) {
	.old_template .hide-for-small-only,
	.old_template .show-for-small-up,
	.old_template .show-for-medium-only,
	.old_template .show-for-medium-up,
	.old_template .hide-for-wide-only,
	.old_template .hide-for-wide-up,
	.old_template .hide-for-super-wide-only,
	.old_template .hide-for-super-wide-up {
		display: inherit !important;
	}
	.old_template .show-for-small-only,
	.old_template .hide-for-small-up,
	.old_template .hide-for-medium-only,
	.old_template .hide-for-medium-up,
	.old_template .show-for-wide-only,
	.old_template .show-for-wide-up,
	.old_template .show-for-super-wide-only,
	.old_template .show-for-super-wide-up {
		display: none !important;
	}
}
@media only screen and (min-width: 67.1875em) {
	.old_template .hide-for-small-only,
	.old_template .show-for-small-up {
		display: inherit !important;
	}
	.old_template .show-for-small-only,
	.old_template .hide-for-small-up {
		display: none !important;
	}
}
@media only screen and (min-width: 67.1875em) {
	.old_template .hide-for-small-only,
	.old_template .show-for-small-up,
	.old_template .hide-for-medium-only,
	.old_template .show-for-medium-up {
		display: inherit !important;
	}
	.old_template .show-for-small-only,
	.old_template .hide-for-small-up,
	.old_template .show-for-medium-only,
	.old_template .hide-for-medium-up {
		display: none !important;
	}
}
@media only screen and (min-width: 67.1875em) {
	.old_template .hide-for-small-only,
	.old_template .show-for-small-up,
	.old_template .hide-for-medium-only,
	.old_template .show-for-medium-up,
	.old_template .show-for-wide-only,
	.old_template .show-for-wide-up {
		display: inherit !important;
	}
	.old_template .show-for-small-only,
	.old_template .hide-for-small-up,
	.old_template .show-for-medium-only,
	.old_template .hide-for-medium-up,
	.old_template .hide-for-wide-only,
	.old_template .hide-for-wide-up {
		display: none !important;
	}
}
@media only screen and (min-width: 67.1875em) {
	.old_template .hide-for-small-only,
	.old_template .show-for-small-up,
	.old_template .hide-for-medium-only,
	.old_template .show-for-medium-up,
	.old_template .show-for-wide-only,
	.old_template .show-for-wide-up,
	.old_template .hide-for-super-wide-only,
	.old_template .hide-for-super-wide-up {
		display: inherit !important;
	}
	.old_template .show-for-small-only,
	.old_template .hide-for-small-up,
	.old_template .show-for-medium-only,
	.old_template .hide-for-medium-up,
	.old_template .hide-for-wide-only,
	.old_template .hide-for-wide-up,
	.old_template .show-for-super-wide-only,
	.old_template .show-for-super-wide-up {
		display: none !important;
	}
}
@media only screen and (min-width: 87.5em) {
	.old_template .hide-for-small-only,
	.old_template .show-for-small-up {
		display: inherit !important;
	}
	.old_template .show-for-small-only,
	.old_template .hide-for-small-up {
		display: none !important;
	}
}
@media only screen and (min-width: 87.5em) {
	.old_template .hide-for-small-only,
	.old_template .show-for-small-up,
	.old_template .hide-for-medium-only,
	.old_template .show-for-medium-up {
		display: inherit !important;
	}
	.old_template .show-for-small-only,
	.old_template .hide-for-small-up,
	.old_template .show-for-medium-only,
	.old_template .hide-for-medium-up {
		display: none !important;
	}
}
@media only screen and (min-width: 87.5em) {
	.old_template .hide-for-small-only,
	.old_template .show-for-small-up,
	.old_template .hide-for-medium-only,
	.old_template .show-for-medium-up,
	.old_template .hide-for-wide-only,
	.old_template .show-for-wide-up {
		display: inherit !important;
	}
	.old_template .show-for-small-only,
	.old_template .hide-for-small-up,
	.old_template .show-for-medium-only,
	.old_template .hide-for-medium-up,
	.old_template .show-for-wide-only,
	.old_template .hide-for-wide-up {
		display: none !important;
	}
}
@media only screen and (min-width: 87.5em) {
	.old_template .hide-for-small-only,
	.old_template .show-for-small-up,
	.old_template .hide-for-medium-only,
	.old_template .show-for-medium-up,
	.old_template .hide-for-wide-only,
	.old_template .show-for-wide-up,
	.old_template .show-for-super-wide-only,
	.old_template .show-for-super-wide-up {
		display: inherit !important;
	}
	.old_template .show-for-small-only,
	.old_template .hide-for-small-up,
	.old_template .show-for-medium-only,
	.old_template .hide-for-medium-up,
	.old_template .show-for-wide-only,
	.old_template .hide-for-wide-up,
	.old_template .hide-for-super-wide-only,
	.old_template .hide-for-super-wide-up {
		display: none !important;
	}
}
.old_template .show-for-touch {
	display: none !important;
}
.old_template .hide-for-touch {
	display: inherit !important;
}
.old_template .touch .show-for-touch {
	display: inherit !important;
}
.old_template .touch .hide-for-touch {
	display: none !important;
}
@media print {
	.old_template .show-for-print {
		display: block;
	}
	.old_template .hide-for-print {
		display: none;
	}
}
.old_template h1,
.old_template h2,
.old_template h3,
.old_template h4,
.old_template h5,
.old_template h6 {
	font-weight: 600;
}
.old_template h1 {
	font-size: 3.2rem;
	color: #000;
}
.old_template h2 {
	font-size: 2.6rem;
	line-height: 1.1;
	color: #000;
}
.old_template h3 {
	font-size: 2.4rem;
	line-height: 1.1;
	color: #000;
}
.old_template h4 {
	font-size: 2.4rem;
	line-height: 1.1;
	color: #000;
}
.old_template h5 {
	font-size: 2rem;
	color: #000;
}
.old_template h6 {
	font-size: 1.8rem;
	color: #000;
}
.old_template h1 a,
.old_template h2 a,
.old_template h3 a,
.old_template h4 a,
.old_template h5 a,
.old_template h6 a {
	color: #000;
	text-decoration: inherit;
}
.old_template h1 a:hover,
.old_template h2 a:hover,
.old_template h3 a:hover,
.old_template h4 a:hover,
.old_template h5 a:hover,
.old_template h6 a:hover {
	color: #5e5e5e;
	text-decoration: inherit;
}
.old_template a {
	color: #af2e3e;
	text-decoration: underline;
}
.old_template a:hover {
	color: #af2e3e;
	text-decoration: none;
}
.old_template .container-inner p a[target='_blank']:after,
.old_template .content-box .text a[target='_blank']:after,
.old_template .section-type-personlist3 .person-info a[target='_blank']:after,
.old_template .section-type-personlist4 .person-info a[target='_blank']:after,
.old_template
	.content-box-type-personlist3
	.person-info
	a[target='_blank']:after,
.old_template
	.content-box-type-personlist4
	.person-info
	a[target='_blank']:after,
.old_template .section__description a[target='_blank']:after,
.old_template
	.section-type-filelist
	.filedownload-list
	a[target='_blank']:after,
.old_template
	.section-type-filelist
	.filedownload-subtitle
	a[target='_blank']:after,
.old_template .container-inner p a.external:after,
.old_template .content-box .text a.external:after,
.old_template .section-type-personlist3 .person-info a.external:after,
.old_template .section-type-personlist4 .person-info a.external:after,
.old_template .content-box-type-personlist3 .person-info a.external:after,
.old_template .content-box-type-personlist4 .person-info a.external:after,
.old_template .section__description a.external:after,
.old_template .section-type-filelist .filedownload-list a.external:after,
.old_template .section-type-filelist .filedownload-subtitle a.external:after {
	display: inline-block;
	content: '';
	position: relative;
	left: 2px;
	top: -2px;
	height: 9px;
	width: 11px;
	background: url(../images/external-link.svg) no-repeat;
	background-size: 9px 9px;
}
.old_template a[target='_blank'],
.old_template a.external {
	color: #5e5e5e;
	text-decoration: underline;
}
.old_template a[target='_blank']:hover,
.old_template a.external:hover {
	color: #af2e3e;
	text-decoration: none;
}
.old_template .more {
	text-decoration: none;
}
.old_template .more:after {
	display: inline;
	content: ' ...';
}
.old_template .more:hover {
	color: #af2e3e;
	text-decoration: none;
}
.old_template .more:hover:after {
	content: ' >';
}
@media only print {
	.old_template .more {
		display: none;
	}
}
.old_template ul {
	margin: 25px 15px;
	padding: 0;
	list-style-type: none;
}
.old_template ul li {
	text-indent: -8px;
}
.old_template ul li:before {
	content: '-';
	position: relative;
	left: -8px;
}
.old_template .anchor {
	padding-top: 1px;
	margin-top: -1px;
}
@media only print {
	.old_template .anchor {
		padding-top: 0;
	}
}
@media only screen and (min-width: 47.5625em) {
	.old_template .anchor {
		padding-top: 50px;
		/* margin-top: -70px; */
	}
}
@media only screen and (min-width: 67.1875em) {
	.old_template .anchor {
		padding-top: 50px;
		/* margin-top: -99px; */
	}
}
.old_template .content-box {
	background: #fff;
	word-wrap: break-word;
}
.old_template .content-box > *:not(.media):first-child {
	padding-top: 15px;
}
.old_template .content-box > *:not(.media):last-child {
	padding-bottom: 15px;
}
.old_template .content-box p,
.old_template .content-box img,
.old_template .content-box h1,
.old_template .content-box h2,
.old_template .content-box h3,
.old_template .content-box h4,
.old_template .content-box h5,
.old_template .content-box h6,
.old_template .content-box .datetime,
.old_template .content-box .media {
	margin-top: 0;
	margin-bottom: 0;
}
.old_template .content-box p + *,
.old_template .content-box img + *,
.old_template .content-box h1 + *,
.old_template .content-box h2 + *,
.old_template .content-box h3 + *,
.old_template .content-box h4 + *,
.old_template .content-box h5 + *,
.old_template .content-box h6 + *,
.old_template .content-box .datetime + *,
.old_template .content-box .media + * {
	margin-top: 15px;
}
.old_template .content-box .headline {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
.old_template .content-box .headline,
.old_template .content-box .subheadline,
.old_template .content-box .text,
.old_template .content-box .datetime,
.old_template .content-box .links,
.old_template .content-box .filedownload {
	padding-left: 15px;
	padding-right: 15px;
}
.old_template .content-box .subheadline {
	color: #000;
}
.old_template .content-box .datetime {
	color: #af2e3e;
}
.old_template .content-box .media {
	overflow: hidden;
}
.old_template .content-box .media a {
	display: block;
}
.old_template .content-box .media.has-link img {
	width: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition: -webkit-transform 300ms ease-out;
	transition: transform 300ms ease-out;
}
.old_template .content-box .media.has-link img:hover {
	-webkit-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
}
.old_template .content-box .datetime + .preHeadline,
.old_template .content-box .preHeadline + .headline,
.old_template .content-box .headline + .postHeadline {
	margin-top: 0;
}
.old_template .content-box .subheadline.postHeadline + .text {
	margin-top: 15px;
}
.old_template .content-box .subheadline + .text {
	margin-top: 0;
}
.old_template .content-box .text p {
	display: inline;
}
.old_template .content-box .icon .circle,
.old_template .content-box .icon .symbol,
.old_template .content-box .icon .symbol-inner-line {
	fill: none;
	stroke: #c5c5c5;
}
.old_template .content-box .icon:hover .circle {
	stroke: none;
}
.old_template .content-box .icon:hover .symbol {
	stroke: none;
	fill: #000;
}
.old_template .content-box .icon:hover .symbol-inner-line {
	stroke: #fff;
}
@media only screen and (min-width: 47.5625em) {
	.old_template .content-box .links .icon:hover:before,
	.old_template .content-box .links .icon:hover:after {
		display: block;
		position: absolute;
		z-index: 200;
		box-sizing: content-box;
		content: ' ';
		top: 100%;
		left: 50%;
	}
	.old_template .content-box .links .icon:hover:before {
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 6px 7px 6px;
		border-color: transparent transparent #dfdfdf transparent;
		margin-left: -6px;
		margin-top: 2px;
	}
	.old_template .content-box .links .icon:hover:after {
		font-size: 1rem;
		color: #000;
		margin-top: 9px;
		margin-left: -66px;
		width: 120px;
		padding: 3px 4px 4px;
		text-align: center;
		background: #dfdfdf;
	}
	.old_template .content-box .links .icon.icon-mail:hover:after {
		content: 'Teilen per Email';
	}
	.old_template .content-box .links .icon.icon-facebook:hover:after {
		content: 'Teilen per Facebook';
		width: 150px;
		margin-left: -81px;
	}
	.old_template .content-box .links .icon.icon-twitter:hover:after {
		content: 'Teilen per Twitter';
		width: 130px;
		margin-left: -71px;
	}
	.old_template .content-box .links .icon.icon-print:hover:after {
		content: 'Drucken';
		width: 80px;
		margin-left: -46px;
	}
}
.old_template .content-box .links .icon.icon-ical:hover:after {
	content: 'Eintrag in Kalender (iCal)';
	width: 80px;
	margin-left: -46px;
}
.old_template .section-type-linklist .content-box ul {
	margin-top: 15px;
	margin-bottom: 0;
}
.old_template .section-type-linklist .content-box li,
.old_template .section-type-linklist .content-box li:before,
.old_template .section-type-linklist .content-box li a {
	color: #000;
	text-decoration: none;
	font-size: 16px;
}
.old_template .section-type-filelist .content-box .image img,
.old_template .section-type-booklist .content-box .image img {
	max-width: 134px;
}
.old_template .section-type-personlist3 .content-box .image img,
.old_template .section-type-personlist4 .content-box .image img {
	max-width: 290px;
	max-height: 192px;
	width: auto;
}
.old_template .content-box .links::after {
	clear: both;
	content: '';
	display: table;
}
.old_template .content-box .links .icon {
	float: left;
	margin: 20px 6px 3px 0;
}
@media only print {
	.old_template .content-box .links {
		display: none !important;
	}
}
@media only print {
	.old_template .content-box {
		position: relative !important;
		display: block !important;
		left: 0 !important;
		top: auto !important;
		float: left;
	}
}
.old_template .project-box {
	overflow: hidden;
	background: #fff;
	word-wrap: break-word;
	color: #000;
	margin-bottom: 25px;
}
.old_template .project-box:last-child {
	margin-bottom: 0;
}
.old_template .project-box .project-box-inner {
	margin: 15px;
}
.old_template .project-box .project-box-type {
	color: #af2e3e;
}
.old_template .project-box.project-box-type-contact .image {
	margin-top: 25px;
}
.old_template .project-box .video-js {
	margin: 5px 0;
}
.old_template .project-box.project-box-type-contact .image img {
	max-width: 290px;
}
.old_template .project-box-color-blue,
.old_template .content-box-color-blue {
	background: #b2cdd9;
}
.old_template .project-box-color-blue a,
.old_template .content-box-color-blue a {
	color: #000;
}
.old_template .project-box-color-blue a:hover,
.old_template .content-box-color-blue a:hover {
	color: #5e5e5e;
}
.old_template .project-box-color-blue .project-box-type {
	color: #fff;
}
.old_template .project-box-color-red,
.old_template .content-box-color-red {
	background: #af2e3e;
}
.old_template .project-box-color-red a,
.old_template .content-box-color-red a {
	color: #fff;
}
.old_template .project-box-color-red a:hover,
.old_template .content-box-color-red a:hover {
	color: #dfdfdf;
}
.old_template .project-box-color-red .project-box-type {
	color: #fff;
}
.old_template .project-box-color-transparent {
	background: transparent;
}
.old_template .project-box-color-transparent a {
	color: #af2e3e;
	text-decoration: none;
}
.old_template .project-box-color-transparent a:hover {
	color: #af2e3e;
	text-decoration: underline;
}
.old_template .project-box-color-transparent .project-box-inner {
	margin: 0;
}
.old_template .project-box-color-transparent .project-box-type {
	color: #000;
	font-size: 1.625rem;
	font-weight: 600;
	margin-bottom: 5px;
}
.old_template .icon,
.old_template .navigation a.icon {
	width: 40px;
	height: 40px;
	background: transparent center center no-repeat;
	display: block;
	position: relative;
}
.old_template .icon:hover .background,
.old_template .icon:hover .border,
.old_template .icon:hover .circle {
	fill: none;
	stroke: none;
}
.old_template .icon:hover .symbol,
.old_template .icon:hover .symbol-inner-line {
	stroke: #000;
	fill: none;
}
.old_template .icon:hover.icon-search .symbol {
	stroke: none;
	fill: #000;
}
.old_template .navigation::after {
	clear: both;
	content: '';
	display: table;
}
.old_template .navigation ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
	display: block;
}
.old_template .navigation li {
	float: left;
	list-style: none;
	width: 100%;
	display: block;
	font-size: 1.125rem;
	text-indent: 0;
	white-space: nowrap;
}
.old_template .navigation li:before {
	display: none;
}
@media only screen and (min-width: 47.5625em) {
	.old_template .navigation li {
		width: auto;
	}
}
@media only screen and (min-width: 67.1875em) {
	.old_template .navigation li.active:after {
		bottom: 0;
	}
}
.old_template .subnav-widget {
	margin: 50px 0 60px 0;
}
.old_template .subnav-widget .subnav {
	border-top: 1px solid #000;
}
.old_template .subnav-widget .subnav li a {
	font-size: 2.6rem;
}
.old_template .subnav-widget .subnav.depth-1 li a {
	font-size: 2.9rem;
	letter-spacing: 0.01rem;
	font-weight: bold;
}
.old_template .subnav-widget .subnav.depth-2 li a {
	font-size: 20px;
}
.old_template .subnav-widget .subnav.depth-3 li a {
	font-size: 1.6rem;
}
.old_template .subnav-widget .subnav.depth-4 li a {
	font-size: 1.4rem;
}
.old_template .subnav-widget ul {
	margin: 0;
}
.old_template .subnav-widget ul::after {
	clear: both;
	content: '';
	display: table;
}
.old_template .subnav-widget li {
	text-indent: 0;
}
.old_template .subnav-widget li:before {
	display: none;
}
.old_template .subnav-widget a {
	color: #9e9e9e;
	text-decoration: none;
}
.old_template .subnav-widget a:hover {
	color: #000;
}
.old_template .subnav-widget .active a {
	color: #000;
}
.old_template .subnav-widget ul {
	padding: 8px 0 10px;
}
.old_template .subnav-widget ul li {
	line-height: 1.33;
	margin: 0 24px 0 0;
}
@media only screen and (min-width: 47.5625em) {
	.old_template .subnav-widget li {
		float: left;
	}
}
@media only print {
	.old_template .subnav-widget {
		display: none;
	}
}
.old_template input,
.old_template textarea {
	border: none;
	box-shadow: none;
	text-shadow: none;
	background: #fff;
	color: #5e5e5e;
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
.old_template label {
	display: block;
}
.old_template label + input,
.old_template label + textarea {
	margin-top: 2px;
}
.old_template textarea {
	resize: vertical;
}
.old_template input[type='submit'],
.old_template button {
	box-shadow: none;
	text-shadow: none;
	width: auto;
	background: transparent;
	border: 1px solid #af2e3e;
	color: #af2e3e;
}
.old_template *[data-expandable] {
	cursor: pointer;
}
.old_template *[data-expandable] *[data-expandable-content] {
	cursor: inherit;
	display: none;
}
.old_template .slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.old_template .slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}
.old_template .slick-list:focus {
	outline: none;
}
.old_template .slick-loading .slick-list {
	background: #fff url('./ajax-loader.gif') center center no-repeat;
}
.old_template .slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.old_template .slick-slider .slick-track,
.old_template .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.old_template .slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}
.old_template .slick-track:before,
.old_template .slick-track:after {
	content: '';
	display: table;
}
.old_template .slick-track:after {
	clear: both;
}
.old_template .slick-loading .slick-track {
	visibility: hidden;
}
.old_template .slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}
.old_template [dir='rtl'] .slick-slide {
	float: right;
}
.old_template .slick-slide img {
	display: block;
}
.old_template .slick-slide.slick-loading img {
	display: none;
}
.old_template .slick-slide.dragging img {
	pointer-events: none;
}
.old_template .slick-initialized .slick-slide {
	display: block;
}
.old_template .slick-loading .slick-slide {
	visibility: hidden;
}
.old_template .slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.old_template .slick-prev,
.old_template .slick-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 50%;
	margin-top: -10px;
	padding: 0;
	border: none;
	outline: none;
}
.old_template .slick-prev:hover,
.old_template .slick-prev:focus,
.old_template .slick-next:hover,
.old_template .slick-next:focus {
	outline: none;
	background: transparent;
	color: transparent;
}
.old_template .slick-prev:hover:before,
.old_template .slick-prev:focus:before,
.old_template .slick-next:hover:before,
.old_template .slick-next:focus:before {
	opacity: 1;
}
.old_template .slick-prev.slick-disabled:before,
.old_template .slick-next.slick-disabled:before {
	opacity: 0.2;
}
.old_template .slick-prev:before,
.old_template .slick-next:before {
	font-family: '';
	font-size: 20px;
	line-height: 1;
	color: transparent;
	opacity: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.old_template .slick-prev {
	left: -25px;
}
.old_template [dir='rtl'] .slick-prev {
	left: auto;
	right: -25px;
}
.old_template .slick-prev:before {
	content: '←';
}
.old_template [dir='rtl'] .slick-prev:before {
	content: '→';
}
.old_template .slick-next {
	right: -25px;
}
.old_template [dir='rtl'] .slick-next {
	left: -25px;
	right: auto;
}
.old_template .slick-next:before {
	content: '→';
}
.old_template [dir='rtl'] .slick-next:before {
	content: '←';
}
.old_template .slick-slider {
	margin-bottom: 30px;
}
.old_template .slick-dots {
	position: absolute;
	bottom: -45px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	width: 100%;
}
.old_template .slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.old_template .slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 20px;
	width: 20px;
	outline: none;
	line-height: 0;
	font-size: 0;
	color: transparent;
	padding: 5px;
	cursor: pointer;
}
.old_template .slick-dots li button:hover,
.old_template .slick-dots li button:focus {
	outline: none;
}
.old_template .slick-dots li button:hover:before,
.old_template .slick-dots li button:focus:before {
	opacity: 1;
}
.old_template .slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '•';
	width: 20px;
	height: 20px;
	font-family: '';
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: black;
	opacity: 0.2;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.old_template .slick-dots li.slick-active button:before {
	color: black;
	opacity: 1;
}
.old_template .sod_select,
.old_template .sod_select * {
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.old_template .sod_select {
	display: inline-block;
	position: relative;
	line-height: 1;
	width: 53px;
	padding: 15px 10px;
	border: 1px solid #5e5e5e;
	background: #ffffff;
	color: #444444;
	font-size: 0.8125em;
	font-weight: 700;
	text-align: left;
	text-transform: uppercase;
	outline: 0;
	outline-offset: -2px;
	cursor: default;
}
.old_template .sod_select:after {
	position: absolute;
	right: 8px;
	font-size: 8px;
	content: '\25BC';
	-webkit-transform: scale(1.7, 1);
	transform: scale(1.7, 1);
	top: 18px;
}
.old_template .sod_select:hover,
.old_template .sod_select.open,
.old_template .sod_select.focus {
	border-color: #000000;
}
.old_template .sod_select.open {
	color: #919191;
}
.old_template .sod_select.focus {
	color: #919191;
}
.old_template .sod_select.disabled {
	border-color: #828282;
	color: #b2b2b2;
	cursor: not-allowed;
}
.old_template .sod_select .sod_label {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-right: 15px;
}
.old_template .sod_select .sod_list_wrapper {
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
	height: auto;
	width: 53px;
	margin: 0 0 0 -1px;
	background: #ffffff;
	border: 1px solid #000000;
	border-top: none;
	color: #444444;
	font-weight: 300;
	z-index: 800;
}
.old_template .sod_select.open .sod_list_wrapper {
	display: block;
}
.old_template .sod_select.disabled.open .sod_list_wrapper {
	display: none;
}
.old_template .sod_select.above .sod_list_wrapper {
	top: auto;
	bottom: 100%;
	border-top: 3px solid #000000;
	border-bottom: none;
}
.old_template .sod_select .sod_list {
	display: block;
	overflow-y: auto;
	padding: 0;
	margin: 0;
}
.old_template .sod_select .sod_option {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
	padding: 10px 10px;
	list-style-type: none;
}
.old_template .sod_select .sod_option.optgroup,
.old_template .sod_select .sod_option.optgroup.disabled {
	background: inherit;
	color: #939393;
	font-size: 10px;
	font-style: italic;
}
.old_template .sod_select .sod_option.groupchild {
	padding-left: 20px;
}
.old_template .sod_select .sod_option.is-placeholder {
	display: none;
}
.old_template .sod_select .sod_option.disabled {
	background: inherit;
	color: #cccccc;
}
.old_template .sod_select .sod_option.active {
	background: #f7f7f7;
	color: #333333;
}
.old_template .sod_select .sod_option.selected {
	font-weight: 700;
	padding-right: 25px;
}
.old_template .sod_select .sod_option.selected:before {
	content: '';
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: inline-block;
	color: #808080;
	height: 9px;
	width: 10px;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMTAgOSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAgOSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Zz4NCgk8cGF0aCBmaWxsPSIjRDlEOUQ4IiBkPSJNNCw2LjdDMy42LDYuMywzLjUsNi4xLDMuMSw1LjdDMi42LDUuMiwyLDQuNiwxLjUsNC4xYy0wLjgtMC44LTIsMC40LTEuMiwxLjJjMC45LDAuOSwxLjksMS45LDIuOCwyLjgNCgkJYzAuNywwLjcsMS4zLDEsMiwwQzYuNyw2LDguMywzLjcsOS44LDEuNUMxMC41LDAuNSw5LTAuMyw4LjMsMC42bDAsMEM2LjcsMi45LDUuNyw0LjQsNCw2LjciLz4NCjwvZz4NCjwvc3ZnPg0K);
}
.old_template .sod_select.no_highlight .sod_option.selected {
	font-weight: 300;
}
.old_template .sod_select.no_highlight .sod_option.selected:before {
	display: none;
}
.old_template .sod_select select {
	display: none !important;
}
.old_template .sod_select.touch select {
	-webkit-appearance: menulist-button;
	position: absolute;
	top: 0;
	left: 0;
	display: block !important;
	height: 100%;
	width: 100%;
	opacity: 0;
	z-index: 1;
}
.old_template .vjs-default-skin {
	color: #cccccc;
}

@font-face {
	font-family: 'VideoJS';
	src: url('../fonts/vjs.eot');
	src: url('../fonts/vjs.eot?#iefix') format('embedded-opentype'),
		url('../fonts/vjs.woff2') format('woff2'),
		url('../fonts/vjs.woff') format('woff'),
		url('../fonts/vjs.ttf') format('truetype'),
		url('../fonts/vjs.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
.old_template .vjs-default-skin .vjs-slider {
	outline: 0;
	position: relative;
	cursor: pointer;
	padding: 0;
	background-color: #333333;
	background-color: rgba(51, 51, 51, 0.9);
}
.old_template .vjs-default-skin .vjs-slider:focus {
	box-shadow: 0 0 2em #ffffff;
}
.old_template .vjs-default-skin .vjs-slider-handle {
	position: absolute;
	left: 0;
	top: 0;
}
.old_template .vjs-default-skin .vjs-slider-handle:before {
	content: '\e009';
	font-family: VideoJS;
	font-size: 1em;
	line-height: 1;
	text-align: center;
	text-shadow: 0em 0em 1em #fff;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.old_template .vjs-default-skin .vjs-control-bar {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 3em;
	background-color: #07141e;
	background-color: rgba(7, 20, 30, 0.7);
}
.old_template .vjs-default-skin.vjs-has-started .vjs-control-bar {
	display: block;
	visibility: visible;
	opacity: 1;
	-webkit-transition: visibility 0.1s, opacity 0.1s;
	transition: visibility 0.1s, opacity 0.1s;
}
.old_template
	.vjs-default-skin.vjs-has-started.vjs-user-inactive.vjs-playing
	.vjs-control-bar {
	display: block;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: visibility 1s, opacity 1s;
	transition: visibility 1s, opacity 1s;
}
.old_template .vjs-default-skin.vjs-controls-disabled .vjs-control-bar {
	display: none;
}
.old_template .vjs-default-skin.vjs-using-native-controls .vjs-control-bar {
	display: none;
}
.old_template .vjs-default-skin.vjs-error .vjs-control-bar {
	display: none;
}
.old_template
	.vjs-audio.vjs-default-skin.vjs-has-started.vjs-user-inactive.vjs-playing
	.vjs-control-bar {
	opacity: 1;
	visibility: visible;
}
@media \0screen {
	.old_template
		.vjs-default-skin.vjs-user-inactive.vjs-playing
		.vjs-control-bar
		:before {
		content: '';
	}
}
.old_template .vjs-default-skin .vjs-control {
	outline: none;
	position: relative;
	float: left;
	text-align: center;
	margin: 0;
	padding: 0;
	height: 3em;
	width: 4em;
}
.old_template .vjs-default-skin .vjs-control:before {
	font-family: VideoJS;
	font-size: 1.5em;
	line-height: 2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.old_template .vjs-default-skin .vjs-control:focus:before,
.old_template .vjs-default-skin .vjs-control:hover:before {
	text-shadow: 0em 0em 1em #ffffff;
}
.old_template .vjs-default-skin .vjs-control-text {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.old_template .vjs-default-skin .vjs-play-control {
	width: 5em;
	cursor: pointer;
}
.old_template .vjs-default-skin .vjs-play-control:before {
	content: '\e001';
}
.old_template .vjs-default-skin.vjs-playing .vjs-play-control:before {
	content: '\e002';
}
.old_template .vjs-default-skin .vjs-playback-rate .vjs-playback-rate-value {
	font-size: 1.5em;
	line-height: 2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.old_template
	.vjs-default-skin
	.vjs-playback-rate.vjs-menu-button
	.vjs-menu
	.vjs-menu-content {
	width: 4em;
	left: -2em;
	list-style: none;
}
.old_template .vjs-default-skin .vjs-mute-control,
.old_template .vjs-default-skin .vjs-volume-menu-button {
	cursor: pointer;
	float: right;
}
.old_template .vjs-default-skin .vjs-mute-control:before,
.old_template .vjs-default-skin .vjs-volume-menu-button:before {
	content: '\e006';
}
.old_template .vjs-default-skin .vjs-mute-control.vjs-vol-0:before,
.old_template .vjs-default-skin .vjs-volume-menu-button.vjs-vol-0:before {
	content: '\e003';
}
.old_template .vjs-default-skin .vjs-mute-control.vjs-vol-1:before,
.old_template .vjs-default-skin .vjs-volume-menu-button.vjs-vol-1:before {
	content: '\e004';
}
.old_template .vjs-default-skin .vjs-mute-control.vjs-vol-2:before,
.old_template .vjs-default-skin .vjs-volume-menu-button.vjs-vol-2:before {
	content: '\e005';
}
.old_template .vjs-default-skin .vjs-volume-control {
	width: 5em;
	float: right;
}
.old_template .vjs-default-skin .vjs-volume-bar {
	width: 5em;
	height: 0.6em;
	margin: 1.1em auto 0;
}
.old_template .vjs-default-skin .vjs-volume-level {
	position: absolute;
	top: 0;
	left: 0;
	height: 0.5em;
	width: 100%;
	background: #66a8cc
		url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50%
		0 repeat;
}
.old_template .vjs-default-skin .vjs-volume-bar .vjs-volume-handle {
	width: 0.5em;
	height: 0.5em;
	left: 4.5em;
}
.old_template .vjs-default-skin .vjs-volume-handle:before {
	font-size: 0.9em;
	top: -0.2em;
	left: -0.2em;
	width: 1em;
	height: 1em;
}
.old_template .vjs-default-skin .vjs-volume-menu-button .vjs-menu {
	display: block;
	width: 0;
	height: 0;
	border-top-color: transparent;
}
.old_template
	.vjs-default-skin
	.vjs-volume-menu-button
	.vjs-menu
	.vjs-menu-content {
	height: 0;
	width: 0;
}
.old_template .vjs-default-skin .vjs-volume-menu-button:hover .vjs-menu,
.old_template
	.vjs-default-skin
	.vjs-volume-menu-button
	.vjs-menu.vjs-lock-showing {
	border-top-color: rgba(7, 40, 50, 0.5);
}
.old_template
	.vjs-default-skin
	.vjs-volume-menu-button:hover
	.vjs-menu
	.vjs-menu-content,
.old_template
	.vjs-default-skin
	.vjs-volume-menu-button
	.vjs-menu.vjs-lock-showing
	.vjs-menu-content {
	height: 2.9em;
	width: 10em;
}
.old_template .vjs-default-skin .vjs-progress-control {
	position: absolute;
	left: 0;
	right: 0;
	width: auto;
	font-size: 0.3em;
	height: 1em;
	top: -1em;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.old_template .vjs-default-skin:hover .vjs-progress-control {
	font-size: 0.9em;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.old_template .vjs-default-skin .vjs-progress-holder {
	height: 100%;
}
.old_template .vjs-default-skin .vjs-progress-holder .vjs-play-progress,
.old_template .vjs-default-skin .vjs-progress-holder .vjs-load-progress,
.old_template .vjs-default-skin .vjs-progress-holder .vjs-load-progress div {
	position: absolute;
	display: block;
	height: 100%;
	margin: 0;
	padding: 0;
	width: 0;
	left: 0;
	top: 0;
}
.old_template .vjs-default-skin .vjs-play-progress {
	background: #66a8cc
		url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50%
		0 repeat;
}
.old_template .vjs-default-skin .vjs-load-progress {
	background: #646464;
	background: rgba(255, 255, 255, 0.2);
}
.old_template .vjs-default-skin .vjs-load-progress div {
	background: #787878;
	background: rgba(255, 255, 255, 0.1);
}
.old_template .vjs-default-skin .vjs-seek-handle {
	width: 1.5em;
	height: 100%;
}
.old_template .vjs-default-skin .vjs-seek-handle:before {
	padding-top: 0.1em;
}
.old_template .vjs-default-skin.vjs-live .vjs-time-controls,
.old_template .vjs-default-skin.vjs-live .vjs-time-divider,
.old_template .vjs-default-skin.vjs-live .vjs-progress-control {
	display: none;
}
.old_template .vjs-default-skin.vjs-live .vjs-live-display {
	display: block;
}
.old_template .vjs-default-skin .vjs-live-display {
	display: none;
	font-size: 1em;
	line-height: 3em;
}
.old_template .vjs-default-skin .vjs-time-controls {
	font-size: 1em;
	line-height: 3em;
}
.old_template .vjs-default-skin .vjs-current-time {
	float: left;
}
.old_template .vjs-default-skin .vjs-duration {
	float: left;
}
.old_template .vjs-default-skin .vjs-remaining-time {
	display: none;
	float: left;
}
.old_template .vjs-time-divider {
	float: left;
	line-height: 3em;
}
.old_template .vjs-default-skin .vjs-fullscreen-control {
	width: 3.8em;
	cursor: pointer;
	float: right;
}
.old_template .vjs-default-skin .vjs-fullscreen-control:before {
	content: '\e000';
}
.old_template .vjs-default-skin.vjs-fullscreen .vjs-fullscreen-control:before {
	content: '\e00b';
}
.old_template .vjs-default-skin .vjs-big-play-button {
	left: 0.5em;
	top: 0.5em;
	font-size: 3em;
	display: block;
	z-index: 2;
	position: absolute;
	width: 4em;
	height: 2.6em;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	opacity: 1;
	background-color: #07141e;
	background-color: rgba(7, 20, 30, 0.7);
	border: 0.1em solid #3b4249;
	border-radius: 0.8em;
	box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.old_template .vjs-default-skin.vjs-big-play-centered .vjs-big-play-button {
	left: 50%;
	margin-left: -2.1em;
	top: 50%;
	margin-top: -1.4000000000000001em;
}
.old_template .vjs-default-skin.vjs-controls-disabled .vjs-big-play-button {
	display: none;
}
.old_template .vjs-default-skin.vjs-has-started .vjs-big-play-button {
	display: none;
}
.old_template .vjs-default-skin.vjs-using-native-controls .vjs-big-play-button {
	display: none;
}
.old_template .vjs-default-skin:hover .vjs-big-play-button,
.old_template .vjs-default-skin .vjs-big-play-button:focus {
	outline: 0;
	border-color: #fff;
	background-color: #505050;
	background-color: rgba(50, 50, 50, 0.75);
	box-shadow: 0 0 3em #ffffff;
	-webkit-transition: all 0s;
	transition: all 0s;
}
.old_template .vjs-default-skin .vjs-big-play-button:before {
	content: '\e001';
	font-family: VideoJS;
	line-height: 2.6em;
	text-shadow: 0.05em 0.05em 0.1em #000;
	text-align: center;
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
}
.old_template .vjs-error .vjs-big-play-button {
	display: none;
}
.old_template .vjs-error-display {
	display: none;
}
.old_template .vjs-error .vjs-error-display {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.old_template .vjs-error .vjs-error-display:before {
	content: 'X';
	font-family: Arial;
	font-size: 4em;
	color: #666666;
	line-height: 1;
	text-shadow: 0.05em 0.05em 0.1em #000;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -0.5em;
	width: 100%;
}
.old_template .vjs-error-display div {
	position: absolute;
	bottom: 1em;
	right: 0;
	left: 0;
	font-size: 1.4em;
	text-align: center;
	padding: 3px;
	background: #000000;
	background: rgba(0, 0, 0, 0.5);
}
.old_template .vjs-error-display a,
.old_template .vjs-error-display a:visited {
	color: #f4a460;
}
.old_template .vjs-loading-spinner {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 4em;
	line-height: 1;
	width: 1em;
	height: 1em;
	margin-left: -0.5em;
	margin-top: -0.5em;
	opacity: 0.75;
}
.old_template .vjs-waiting .vjs-loading-spinner,
.old_template .vjs-seeking .vjs-loading-spinner {
	display: block;
	-webkit-animation: spin 1.5s infinite linear;
	animation: spin 1.5s infinite linear;
}
.old_template .vjs-error .vjs-loading-spinner {
	display: none;
	-webkit-animation: none;
	animation: none;
}
.old_template .vjs-default-skin .vjs-loading-spinner:before {
	content: '\e01e';
	font-family: VideoJS;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	text-align: center;
	text-shadow: 0em 0em 0.1em #000;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
.old_template .vjs-default-skin .vjs-menu-button {
	float: right;
	cursor: pointer;
}
.old_template .vjs-default-skin .vjs-menu {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0em;
	width: 0em;
	height: 0em;
	margin-bottom: 3em;
	border-left: 2em solid transparent;
	border-right: 2em solid transparent;
	border-top: 1.55em solid #000000;
	border-top-color: rgba(7, 40, 50, 0.5);
}
.old_template .vjs-default-skin .vjs-menu-button .vjs-menu .vjs-menu-content {
	display: block;
	padding: 0;
	margin: 0;
	position: absolute;
	width: 10em;
	bottom: 1.5em;
	max-height: 15em;
	overflow: auto;
	left: -5em;
	background-color: #07141e;
	background-color: rgba(7, 20, 30, 0.7);
	box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2);
}
.old_template
	.vjs-default-skin
	.vjs-menu-button:hover
	.vjs-control-content
	.vjs-menu,
.old_template
	.vjs-default-skin
	.vjs-control-content
	.vjs-menu.vjs-lock-showing {
	display: block;
}
.old_template .vjs-default-skin .vjs-menu-button ul li {
	list-style: none;
	margin: 0;
	padding: 0.3em 0 0.3em 0;
	line-height: 1.4em;
	font-size: 1.2em;
	text-align: center;
	text-transform: lowercase;
}
.old_template .vjs-default-skin .vjs-menu-button ul li.vjs-selected {
	background-color: #000;
}
.old_template .vjs-default-skin .vjs-menu-button ul li:focus,
.old_template .vjs-default-skin .vjs-menu-button ul li:hover,
.old_template .vjs-default-skin .vjs-menu-button ul li.vjs-selected:focus,
.old_template .vjs-default-skin .vjs-menu-button ul li.vjs-selected:hover {
	outline: 0;
	color: #111;
	background-color: #ffffff;
	background-color: rgba(255, 255, 255, 0.75);
	box-shadow: 0 0 1em #ffffff;
}
.old_template .vjs-default-skin .vjs-menu-button ul li.vjs-menu-title {
	text-align: center;
	text-transform: uppercase;
	font-size: 1em;
	line-height: 2em;
	padding: 0;
	margin: 0 0 0.3em 0;
	font-weight: bold;
	cursor: default;
}
.old_template .vjs-default-skin .vjs-subtitles-button:before {
	content: '\e00c';
}
.old_template .vjs-default-skin .vjs-captions-button:before {
	content: '\e008';
}
.old_template .vjs-default-skin .vjs-chapters-button:before {
	content: '\e00c';
}
.old_template
	.vjs-default-skin
	.vjs-chapters-button.vjs-menu-button
	.vjs-menu
	.vjs-menu-content {
	width: 24em;
	left: -12em;
}
.old_template
	.vjs-default-skin
	.vjs-captions-button:focus
	.vjs-control-content:before,
.old_template
	.vjs-default-skin
	.vjs-captions-button:hover
	.vjs-control-content:before {
	box-shadow: 0 0 1em #ffffff;
}
.old_template .video-js {
	background-color: #000;
	position: relative;
	padding: 0;
	font-size: 10px;
	vertical-align: middle;
	font-weight: normal;
	font-style: normal;
	font-family: Arial, sans-serif;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.old_template .video-js .vjs-tech {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.old_template .video-js:-moz-full-screen {
	position: absolute;
}
.old_template body.vjs-full-window {
	padding: 0;
	margin: 0;
	height: 100%;
	overflow-y: auto;
}
.old_template .video-js.vjs-fullscreen {
	position: fixed;
	overflow: hidden;
	z-index: 1000;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	_position: absolute;
}
.old_template .video-js:-webkit-full-screen {
	width: 100% !important;
	height: 100% !important;
}
.old_template .video-js.vjs-fullscreen.vjs-user-inactive {
	cursor: none;
}
.old_template .vjs-poster {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	cursor: pointer;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.old_template .vjs-poster img {
	display: block;
	margin: 0 auto;
	max-height: 100%;
	padding: 0;
	width: 100%;
}
.old_template .video-js.vjs-has-started .vjs-poster {
	display: none;
}
.old_template .video-js.vjs-audio.vjs-has-started .vjs-poster {
	display: block;
}
.old_template .video-js.vjs-controls-disabled .vjs-poster {
	display: none;
}
.old_template .video-js.vjs-using-native-controls .vjs-poster {
	display: none;
}
.old_template .video-js .vjs-text-track-display {
	text-align: center;
	position: absolute;
	bottom: 4em;
	left: 1em;
	right: 1em;
}
.old_template .video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
	bottom: 1em;
}
.old_template .video-js .vjs-text-track {
	display: none;
	font-size: 1.4em;
	text-align: center;
	margin-bottom: 0.1em;
	background-color: #000000;
	background-color: rgba(0, 0, 0, 0.5);
}
.old_template .video-js .vjs-subtitles {
	color: #ffffff;
}
.old_template .video-js .vjs-captions {
	color: #ffcc66;
}
.old_template .vjs-tt-cue {
	display: block;
}
.old_template .video-js.vjs-fullscreen .vjs-text-track {
	font-size: 3em;
}
.old_template .vjs-default-skin .vjs-hidden {
	display: none;
}
.old_template .vjs-lock-showing {
	display: block !important;
	opacity: 1;
	visibility: visible;
}
.old_template .vjs-no-js {
	padding: 20px;
	color: #ccc;
	background-color: #333;
	font-size: 18px;
	font-family: Arial, sans-serif;
	text-align: center;
	width: 300px;
	height: 150px;
	margin: 0px auto;
}
.old_template .vjs-no-js a,
.old_template .vjs-no-js a:visited {
	color: #f4a460;
}
.old_template .royalSlider {
	width: 600px;
	height: 400px;
	position: relative;
	direction: ltr;
}
.old_template .royalSlider > * {
	float: left;
}
.old_template .royalSlider.loading div {
	display: none;
}
.old_template .royalSlider.loading div:first-child {
	display: block;
	float: none;
	text-align: center;
}
.old_template .rsWebkit3d .rsSlide {
	-webkit-transform: translateZ(0);
}
.old_template .rsWebkit3d .rsSlide,
.old_template .rsWebkit3d .rsContainer,
.old_template .rsWebkit3d .rsThumbs,
.old_template .rsWebkit3d .rsPreloader,
.old_template .rsWebkit3d img,
.old_template .rsWebkit3d .rsOverflow,
.old_template .rsWebkit3d .rsBtnCenterer,
.old_template .rsWebkit3d .rsAbsoluteEl,
.old_template .rsWebkit3d .rsABlock,
.old_template .rsWebkit3d .rsLink {
	-webkit-backface-visibility: hidden;
}
.old_template .rsFade.rsWebkit3d .rsSlide,
.old_template .rsFade.rsWebkit3d img,
.old_template .rsFade.rsWebkit3d .rsContainer {
	-webkit-transform: none;
}
.old_template .rsOverflow {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	float: left;
	-webkit-tap-highlight-color: transparent;
}
.old_template .rsVisibleNearbyWrap {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	left: 0;
	top: 0;
	-webkit-tap-highlight-color: transparent;
}
.old_template .rsVisibleNearbyWrap .rsOverflow {
	position: absolute;
	left: 0;
	top: 0;
}
.old_template .rsContainer {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-tap-highlight-color: transparent;
}
.old_template .rsArrow,
.old_template .rsThumbsArrow {
	cursor: pointer;
}
.old_template .rsThumb {
	float: left;
	position: relative;
}
.old_template .rsArrow,
.old_template .rsNav,
.old_template .rsThumbsArrow {
	opacity: 1;
	-webkit-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}
.old_template .rsHidden {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
	transition: visibility 0s linear 0.3s, opacity 0.3s linear;
}
.old_template .rsGCaption {
	width: 100%;
	float: left;
	text-align: center;
}
.old_template .royalSlider.rsFullscreen {
	position: fixed !important;
	height: auto !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	z-index: 2147483647 !important;
	top: 0 !important;
	left: 0 !important;
	bottom: 0 !important;
	right: 0 !important;
}
.old_template .royalSlider .rsSlide.rsFakePreloader {
	opacity: 1 !important;
	-webkit-transition: 0s;
	transition: 0s;
	display: none;
}
.old_template .rsSlide {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	overflow: hidden;
	height: 100%;
	width: 100%;
}
.old_template .royalSlider.rsAutoHeight,
.old_template .rsAutoHeight .rsSlide {
	height: auto;
}
.old_template .rsContent {
	width: 100%;
	height: 100%;
	position: relative;
}
.old_template .rsPreloader {
	position: absolute;
	z-index: 0;
}
.old_template .rsNav {
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.old_template .rsNavItem {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
}
.old_template .rsThumbs {
	cursor: pointer;
	position: relative;
	overflow: hidden;
	float: left;
	z-index: 22;
}
.old_template .rsTabs {
	float: left;
	background: none !important;
}
.old_template .rsTabs,
.old_template .rsThumbs {
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: transparent;
}
.old_template .rsVideoContainer {
	/*left: 0;
  top: 0;
  position: absolute;*/
	/*width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  float: left;*/
	width: auto;
	height: auto;
	line-height: 0;
	position: relative;
}
.old_template .rsVideoFrameHolder {
	position: absolute;
	left: 0;
	top: 0;
	background: #141414;
	opacity: 0;
	-webkit-transition: 0.3s;
}
.old_template .rsVideoFrameHolder.rsVideoActive {
	opacity: 1;
}
.old_template .rsVideoContainer iframe,
.old_template .rsVideoContainer video,
.old_template .rsVideoContainer embed,
.old_template .rsVideoContainer .rsVideoObj {
	position: absolute;
	z-index: 50;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.old_template .rsVideoContainer.rsIOSVideo iframe,
.old_template .rsVideoContainer.rsIOSVideo video,
.old_template .rsVideoContainer.rsIOSVideo embed {
	box-sizing: border-box;
	padding-right: 44px;
}
.old_template .rsABlock {
	left: 0;
	top: 0;
	position: absolute;
	z-index: 15;
}
.old_template img.rsImg {
	max-width: none;
}
.old_template .grab-cursor {
	cursor: url(grab.png) 8 8, move;
}
.old_template .grabbing-cursor {
	cursor: url(grabbing.png) 8 8, move;
}
.old_template .rsNoDrag {
	cursor: auto;
}
.old_template .rsLink {
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 20;
	background: url(blank.gif);
}
.old_template .sidebar.dark-theme {
	background: #dfdfdf;
	color: #000;
}
.old_template .page-footer-wrapper {
	width: 100%;
	background-color: #af2e3e;
}
.old_template .page-footer {
	max-width: 69.75em;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	padding: 25px 25px;
}
.old_template .page-footer::after {
	clear: both;
	content: '';
	display: table;
}
.old_template .page-footer a {
	color: #fff;
	text-decoration: none;
}
.old_template .page-footer a:hover {
	color: #c5c5c5;
	text-decoration: none;
}
.old_template .page-footer .navigation li {
	display: block;
	float: none;
}
.old_template .page-footer .navigation ul li ul {
	margin-left: 15px;
}
.old_template .page-footer .navigation li[data-expandable]:hover,
.old_template .page-footer .navigation li.open {
	color: #c5c5c5;
}
.old_template .page-footer .contact-data {
	font-size: 1.125rem;
}
.old_template .page-footer .page-footer-block + * {
	margin-top: 40px;
}
@media only screen and (min-width: 47.5625em) {
	.old_template .page-footer .page-footer-block {
		float: left;
		display: block;
		margin-right: 2.35765%;
		width: 31.76157%;
		margin-top: 0;
		margin-bottom: 0;
	}
	.old_template .page-footer .page-footer-block:last-child {
		margin-right: 0;
	}
	.old_template .page-footer .page-footer-block + * {
		margin-top: 0;
	}
}
@media only screen and (min-width: 67.1875em) {
	.old_template .page-footer .page-footer-block {
		float: left;
		display: block;
		margin-right: 2.35765%;
		width: 23.23176%;
	}
	.old_template .page-footer .page-footer-block:last-child {
		margin-right: 0;
	}
	.old_template .page-footer .page-footer-block.contact-data {
		float: left;
		display: block;
		margin-right: 2.35765%;
		width: 48.82117%;
	}
	.old_template .page-footer .page-footer-block.contact-data:last-child {
		margin-right: 0;
	}
}
@media only print {
	.old_template .page-footer {
		display: none;
	}
}
.old_template .navigation--meta {
	position: absolute;
	top: 70px;
	right: 0;
	width: 30%;
	background: #f5f5f5;
}
.old_template .navigation--meta__functions .icon,
.old_template .navigation--meta__functions .navigation a.icon,
.old_template .navigation .navigation--meta__functions a.icon {
	width: 55px;
	height: 55px;
	margin: 0 auto;
}
.old_template .navigation--meta li {
	margin: 25px 0 0;
}
.old_template .navigation--meta.small {
	height: 397px;
	box-shadow: 0 5px 6px rgba(158, 158, 158, 0.3);
	display: none !important;
}
.old_template .navigation--meta.small.open {
	display: block !important;
}
.old_template .search-wrapper.small ~ .navigation--meta {
	-webkit-transition: top 0.2s ease-out;
	transition: top 0.2s ease-out;
}
.old_template .search-wrapper.small.show ~ .navigation--meta {
	top: 120px;
}
.old_template .search-wrapper.small.show ~ .navigation--meta:before {
	box-shadow: none;
}
.old_template .navigation--meta.medium,
.old_template .navigation--meta.wide {
	display: none;
}
.old_template .navigation-button-newsletter {
	float: left;
	height: 40px;
	line-height: 40px;
	margin: 12px 0 0 100px;
	padding: 0 20px;
	transition: all 0.3s ease;
}
.old_template .navigation-button-newsletter.first {
	border: 1px solid #af2e3e;
	border-radius: 3px;
}
.old_template .navigation-button-newsletter.first:hover a {
	color: #3b3030;
}
.old_template .navigation-button-newsletter.second {
	border: 1px solid #af2e3e;
	background-color: #af2e3e;
	border-radius: 3px;
}
.old_template .navigation-button-newsletter.second a {
	color: #f5f5f5;
}
.old_template .navigation-button-newsletter.second:hover a {
	color: #af2e3e;
	background-color: #f5f5f5;
}
.old_template .navigation-button-newsletter.third {
	border: 1px solid #3b3030;
	border-radius: 20px;
}
.old_template .navigation-button-newsletter.third a {
	color: #3b3030;
}
.old_template .navigation-button-newsletter.third:hover {
	border: none;
}
.old_template .navigation-button-newsletter.third:hover a {
	color: #000;
}
@media only screen and (min-width: 47.5625em) {
	.old_template .navigation--meta {
		position: static;
		top: auto;
		height: 70px;
		width: auto;
		padding: 0 25px;
		background: transparent;
		overflow-y: inherit;
	}
	.old_template .navigation--meta.medium,
	.old_template .navigation--meta.wide {
		display: block;
	}
	.old_template .navigation--meta.small {
		display: none;
	}
	.old_template .navigation--meta.small.open {
		display: none !important;
	}
	.old_template .navigation--meta li {
		margin: 0 0 0 15px;
	}
	.old_template .navigation--meta li:first-child {
		margin-left: 0;
	}
	.old_template .navigation--meta li:last-child {
		margin-bottom: 0;
	}
	.old_template .navigation--meta__external {
		float: left;
	}
	.old_template .navigation--meta__external li {
		padding: 22px 0 0;
	}
	.old_template .navigation--meta__external li,
	.old_template .navigation--meta__external a {
		color: #af2e3e;
		font-size: 1rem;
	}
	.old_template .navigation--meta__external a:hover,
	.old_template .navigation--meta__external a:focus {
		color: #5e5e5e;
	}
	.old_template .navigation--meta__functions {
		float: right;
	}
	.old_template .navigation--meta__functions .icon,
	.old_template .navigation--meta__functions .navigation a.icon,
	.old_template .navigation .navigation--meta__functions a.icon {
		width: 40px;
		height: 40px;
		margin: 0;
	}
	.old_template .navigation--meta__functions li {
		margin: 13px 5px 0 0;
	}
	.old_template .navigation--meta__functions li:last-child {
		margin-right: 0;
	}
	.old_template .navigation--meta__functions li,
	.old_template .navigation--meta__functions a {
		color: #9e9e9e;
	}
}
@media only screen and (min-width: 67.1875em) {
	.old_template .navigation--meta li {
		margin-left: 25px;
	}
	.old_template .navigation--meta__functions li {
		margin-left: 5px;
	}
	.old_template .navigation--meta__external li {
		padding: 20px 0 0;
	}
	.old_template .navigation--meta__external li,
	.old_template .navigation--meta__external a {
		font-size: 1.125rem;
	}
}
.old_template .navigation--primary {
	width: 70%;
	z-index: 600;
	visibility: hidden;
	-webkit-transform: translateX(145%);
	transform: translateX(145%);
	-webkit-transform-origin: right;
	transform-origin: right;
	position: absolute;
	left: 0;
	top: 70px;
	background: #fff;
	height: 397px;
	box-shadow: 0 5px 6px rgba(158, 158, 158, 0.3);
}
.old_template .navigation--primary.open {
	visibility: visible;
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}
.old_template .navigation--primary li {
	min-height: 48px;
	padding: 0 25px;
}
.old_template .navigation--primary li:active {
	background-color: #f5f5f5;
}
.old_template .navigation--primary li:hover,
.old_template .navigation--primary li:focus {
	background-color: #f5f5f5;
}
.old_template .navigation--primary li:focus {
	outline: 0;
}
.old_template .navigation--primary li:first-child {
	margin-top: 5px;
}
.old_template .navigation--primary li,
.old_template .navigation--primary a {
	line-height: 49px;
	color: #000;
	font-size: 1.3125rem;
}
.old_template .search-wrapper.small ~ .navigation--primary {
	-webkit-transition: top 0.2s ease-out;
	transition: top 0.2s ease-out;
}
.old_template .search-wrapper.small.show ~ .navigation--primary {
	top: 120px;
}
.old_template .search-wrapper.small.show ~ .navigation--primary:before {
	box-shadow: none;
}
@media only screen and (min-width: 47.5625em) {
	.old_template .navigation--primary {
		float: left;
		display: block;
		margin-right: 2.35765%;
		width: 100%;
		float: right;
		visibility: visible;
		-webkit-transform: none;
		transform: none;
		-webkit-transition: none;
		transition: none;
		position: static;
		top: auto;
		width: auto;
		height: auto;
		box-shadow: none;
	}
	.old_template .navigation--primary:last-child {
		margin-right: 0;
	}
	.old_template .navigation--primary ul {
		padding: 0 0 0 25px;
	}
	.old_template .navigation--primary li {
		min-height: 63px;
		border: none;
		width: auto;
		padding: 0 25px 0 0;
	}
	.old_template .navigation--primary li:active {
		background-color: transparent;
	}
	.old_template .navigation--primary li:hover,
	.old_template .navigation--primary li:focus {
		background-color: transparent;
	}
	.old_template .navigation--primary li:hover a {
		color: #5e5e5e;
	}
	.old_template .navigation--primary li.active:after,
	.old_template .navigation--primary li:hover:after {
		display: block;
		content: '';
		position: relative;
		bottom: 12px;
	}
	.old_template .navigation--primary li.active:after {
		width: 30px;
		left: 50%;
		margin-left: -15px;
		background: #000;
		height: 1px;
		margin-top: -1px;
	}
	.old_template .navigation--primary li:hover:after {
		height: 0;
		width: 0;
		left: 50%;
		margin-left: -3px;
		margin-top: -6px;
		border-style: solid;
		border-width: 0 6px 6px 6px;
		background: transparent;
		border-color: transparent transparent #5e5e5e transparent;
	}
	.old_template .navigation--primary li:last-child {
		padding-right: 0;
	}
	.old_template .navigation--primary li:first-child {
		margin-top: inherit;
	}
	.old_template .navigation--primary li,
	.old_template .navigation--primary a {
		font-size: 1.125rem;
		line-height: 63px;
	}
	.old_template .navigation--primary li:first-child {
		box-shadow: none;
	}
}
@media only screen and (min-width: 67.1875em) {
	.old_template .navigation--primary {
		width: auto;
		padding: 18px 0 18px 3%;
	}
	.old_template .navigation--primary ul {
		padding: 0 0 0 12px;
	}
	.old_template .navigation--primary li {
		padding: 0 34px 0 0;
	}
	.old_template .navigation--primary li.active:after,
	.old_template .navigation--primary li:hover:after {
		bottom: 4px;
	}
	.old_template .navigation--primary li,
	.old_template .navigation--primary a {
		font-size: 1.3125rem;
	}
}
.old_template .header button.menu {
	width: 60px;
	height: 70px;
	padding: 0;
	float: right;
	background-image: none;
	background-color: transparent;
	border: none;
	display: inline-block;
	-webkit-tap-highlight-color: transparent;
	overflow: hidden;
}
.old_template .header button.menu img {
	height: 24px;
	width: 24px;
}
.old_template .header button.menu img + * {
	margin-top: 0;
}
.old_template .open .header button.menu .open {
	display: none;
}
.old_template .header button.menu .close {
	display: none;
}
.old_template .open .header button.menu .close {
	display: inline-block;
}
.old_template .header button.menu:focus {
	outline: 0;
}
@media only screen and (min-width: 47.5625em) {
	.old_template .header button.menu {
		display: none;
	}
}
.old_template .carousel-slides:not(.slick-initialized) .carousel__element {
	margin-right: 2.35765%;
	margin-bottom: 25px;
	font-size: 1.6rem;
}
@media only screen and (min-width: 47.5625em) {
	.old_template .carousel-slides:not(.slick-initialized) .carousel__element {
		margin-right: 2.35765%;
	}
}
@media only screen and (min-width: 47.5625em) and (max-width: 67.125em) {
	.old_template
		.carousel-slides:not(.slick-initialized)
		.carousel__element:nth-child(2n + 0) {
		margin-right: 0;
	}
}
@media only screen and (min-width: 67.1875em) {
	.old_template .carousel-slides:not(.slick-initialized) .carousel__element {
		margin-right: 2.35765%;
	}
	.old_template
		.carousel-slides:not(.slick-initialized)
		.carousel__element:nth-child(3n + 0) {
		margin-right: 0;
	}
}
.old_template .carousel__element {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 100%;
	margin-right: 25px;
	font-size: 1.8rem;
}
.old_template .carousel__element::after {
	clear: both;
	content: '';
	display: table;
}
.old_template .carousel__element:last-child {
	margin-right: 0;
}
@media only screen and (min-width: 47.5625em) {
	.old_template .carousel__element {
		float: left;
		display: block;
		margin-right: 2.35765%;
		width: 48.82117%;
		margin-right: 25px;
	}
	.old_template .carousel__element:last-child {
		margin-right: 0;
	}
}
@media only screen and (min-width: 67.1875em) {
	.old_template .carousel__element {
		float: left;
		display: block;
		margin-right: 2.35765%;
		width: 31.76157%;
		margin-right: 25px;
	}
	.old_template .carousel__element:last-child {
		margin-right: 0;
	}
}
.old_template .carousel-slides .slick-list {
	margin-right: -25px;
}

.old_template .article-wrapper::after {
	clear: both;
	content: '';
	display: table;
}
.old_template .article-wrapper .grid-gutter-sizer {
	width: 2.35765%;
}
.old_template .article-wrapper .grid-width-sizer,
.old_template .article-wrapper .content-box {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 100%;
	font-size: 1.6rem;
}
.old_template .article-wrapper .grid-width-sizer:last-child,
.old_template .article-wrapper .content-box:first-child {
	margin-left: 0;
}
@media only screen and (min-width: 47.5625em) {
	.old_template .article-wrapper .grid-width-sizer,
	.old_template .article-wrapper .content-box {
		float: left;
		display: block;
		margin-right: 2.35765%;
		width: 48%;
	}
}
@media only screen and (min-width: 67.1875em) {
	.old_template .article-wrapper .grid-width-sizer,
	.old_template .article-wrapper .content-box {
		float: left;
		display: block;
		margin-right: 2.35765%;
		width: 31.4%;
	}
	.old_template .article-wrapper .content-box:last-child {
		margin-right: 0;
	}
}
.old_template .article-wrapper .grid-width-sizer {
	margin-right: 0;
}
@media only screen and (min-width: 47.5625em) {
	.old_template .article-wrapper .grid-width-sizer {
		margin-right: 0;
	}
}
@media only screen and (min-width: 67.1875em) {
	.old_template .article-wrapper .grid-width-sizer {
		margin-right: 0;
	}
}
.old_template .article-wrapper .content-box.title-image {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 100%;
}
.old_template .article-wrapper .content-box.title-image:last-child {
	margin-right: 0;
}
@media only screen and (min-width: 67.1875em) {
	.old_template .article-wrapper .content-box.title-image {
		float: left;
		display: block;
		margin-right: 2.35765%;
		width: 65.88078%;
	}
	.old_template .article-wrapper .content-box.title-image:last-child {
		margin-right: 0;
	}
}
@media only screen and (min-width: 47.5625em) and (max-width: 67.125em) {
	.old_template .article-wrapper .content-box:nth-child(2n + 1) {
		/*margin-right: 0; */
	}
}
@media only screen and (min-width: 67.1875em) {
	/* .old_template .article-wrapper .content-box:nth-child(3n + 2) {
		margin-right: 0;
	} */
}

.old_template .search-wrapper {
	background: #c5c5c5;
	box-shadow: inset 0 5px 6px rgba(158, 158, 158, 0.3);
	-webkit-transition: max-height 0.2s ease-out;
	transition: max-height 0.2s ease-out;
	z-index: 1;
	position: absolute;
	width: 100%;
	top: 70px;
}
.old_template .search-wrapper .search {
	max-width: 69.75em;
	margin-left: auto;
	margin-right: auto;
}
.old_template .search-wrapper .search::after {
	clear: both;
	content: '';
	display: table;
}
.old_template .search-wrapper form {
	padding: 0 25px;
	height: 100%;
}
.old_template .search-wrapper .search-input {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 65.88078%;
	color: #fff;
	padding-left: 0;
	border: 0;
	padding: 0;
	display: block;
	vertical-align: middle;
	white-space: normal;
	background: transparent;
	box-shadow: none;
	text-shadow: none;
	line-height: 1;
	height: 50px;
	font-size: 1.25em;
	font-style: italic;
}
.old_template .search-wrapper .search-input:last-child {
	margin-right: 0;
}
.old_template .search-wrapper .search-input:focus {
	outline: 0;
}
.old_template .search-wrapper .search-input::-webkit-input-placeholder {
	color: #fff;
}
.old_template .search-wrapper .search-input::-moz-placeholder {
	color: #fff;
	opacity: 1;
}
.old_template .search-wrapper .search-input:-ms-input-placeholder {
	color: #fff !important;
}
.old_template .search-wrapper .search-submit {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 31.76157%;
	height: 50px;
	background: none;
	border: none;
	outline: 0;
	text-align: center;
	color: #000;
	font-size: 1.25em;
	font-style: italic;
	line-height: 1;
	vertical-align: middle;
	box-shadow: none;
	text-shadow: none;
	display: block;
}
.old_template .search-wrapper .search-submit:last-child {
	margin-right: 0;
}
.old_template .search-wrapper .search-submit:hover {
	color: #5e5e5e;
}
@media only screen and (min-width: 47.5625em) {
	.old_template .search-wrapper {
		box-shadow: none;
		position: static;
	}
	.old_template .search-wrapper .search-input {
		float: left;
		display: block;
		margin-right: 2.35765%;
		width: 82.94039%;
		height: 40px;
	}
	.old_template .search-wrapper .search-input:last-child {
		margin-right: 0;
	}
	.old_template .search-wrapper .search-submit {
		float: left;
		display: block;
		margin-right: 2.35765%;
		width: 14.70196%;
		height: 40px;
	}
	.old_template .search-wrapper .search-submit:last-child {
		margin-right: 0;
	}
}
.old_template .search-result-list .search-result-item {
	margin-top: 5px;
}
.old_template .search-result-list .search-result-item a {
	color: #000;
	text-decoration: none;
}
.old_template .search-result-list .search-result-item > * {
	text-indent: 0;
}
.old_template .search-wrapper.medium,
.old_template .search-wrapper.medium.show,
.old_template .search-wrapper.large,
.old_template .search-wrapper.large.show,
.old_template .search-wrapper.small {
	max-height: 0;
	overflow: hidden;
}
.old_template .no-js .search-wrapper.small {
	max-height: 50px;
}
.old_template .search-wrapper.small.show {
	max-height: 50px;
}
@media only screen and (min-width: 47.5625em) {
	.old_template .search-wrapper.small,
	.old_template .search-wrapper.small.show {
		max-height: 0;
	}
	.old_template .no-js.search-wrapper.medium,
	.old_template .no-js.search-wrapper.large {
		max-height: 40px;
	}
	.old_template .search-wrapper.medium.show,
	.old_template .search-wrapper.large.show {
		max-height: 40px;
	}
}
.old_template .personlist-wrapper .content-box {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 100%;
	float: none;
	margin-bottom: 25px;
}
.old_template .personlist-wrapper .content-box:last-child {
	margin-right: 0;
}
@media only screen and (min-width: 47.5625em) {
	.old_template .personlist-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.old_template .personlist-wrapper .content-box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.old_template .no-flexbox .personlist-wrapper .content-box {
		float: left;
		height: 310px;
		display: block;
		overflow: hidden;
	}
}
@media only screen and (min-width: 67.1875em) {
	.old_template .personlist-wrapper .content-box {
		float: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
@media only screen and (min-width: 47.5625em) and (max-width: 67.125em) {
	.old_template .personlist-wrapper.personlist-4 .content-box {
		float: left;
		display: block;
		margin-right: 2.35765%;
		width: 31.76157%;
		float: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.old_template .personlist-wrapper.personlist-4 .content-box:last-child {
		margin-right: 0;
	}
	.old_template .personlist-wrapper.personlist-4 .content-box:nth-child(3n) {
		margin-right: 0;
	}
}
@media only screen and (min-width: 67.1875em) {
	.old_template .personlist-wrapper.personlist-4 .content-box {
		float: left;
		display: block;
		margin-right: 2.35765%;
		width: 23.23176%;
		float: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.old_template .personlist-wrapper.personlist-4 .content-box:last-child {
		margin-right: 0;
	}
	.old_template .personlist-wrapper.personlist-4 .content-box:nth-child(4n) {
		margin-right: 0;
	}
}
@media only screen and (min-width: 47.5625em) and (max-width: 67.125em) {
	.old_template .personlist-wrapper.personlist-3 .content-box {
		float: left;
		display: block;
		margin-right: 2.35765%;
		width: 48.82117%;
		float: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.old_template .personlist-wrapper.personlist-3 .content-box:last-child {
		margin-right: 0;
	}
	.old_template .personlist-wrapper.personlist-3 .content-box:nth-child(2n) {
		margin-right: 0;
	}
}
@media only screen and (min-width: 67.1875em) {
	.old_template .personlist-wrapper.personlist-3 .content-box {
		float: left;
		display: block;
		margin-right: 2.35765%;
		width: 31.76157%;
		float: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.old_template .personlist-wrapper.personlist-3 .content-box:last-child {
		margin-right: 0;
	}
	.old_template .personlist-wrapper.personlist-3 .content-box:nth-child(3n) {
		margin-right: 0;
	}
}
.old_template .section-type-personlist3 .person-info,
.old_template .section-type-personlist4 .person-info,
.old_template .content-box-type-personlist3 .person-info,
.old_template .content-box-type-personlist4 .person-info {
	padding: 0 0 15px;
}
.old_template .section-type-personlist3 .person-name,
.old_template .section-type-personlist4 .person-name,
.old_template .content-box-type-personlist3 .person-name,
.old_template .content-box-type-personlist4 .person-name {
	color: #000;
}
.old_template .section-type-personlist3 .person-function,
.old_template .section-type-personlist4 .person-function,
.old_template .content-box-type-personlist3 .person-function,
.old_template .content-box-type-personlist4 .person-function {
	color: #af2e3e;
}
.old_template .content-box-type-personlist3,
.old_template .content-box-type-personlist4,
.old_template .personlist-wrapper .content-box {
	padding-bottom: 15px;
	padding-right: 15px;
	padding-left: 15px;
}
.old_template .section-wrapper::after {
	clear: both;
	content: '';
	display: table;
}
.old_template .section {
	margin: 0;
	border-top: 1px solid #000;
	width: 100%;
}
.old_template .section::after {
	clear: both;
	content: '';
	display: table;
}
.old_template .section__headline {
	margin: 8px 0 20px 0;
	border: none;
}
.old_template .section__headline::after {
	clear: both;
	content: '';
	display: table;
}
@media (min-width: 768px) {
	.old_template .section__headline + .article-wrapper {
		margin-top: 16px;
		margin-left: -12px;
		margin-right: -12px;
	}
	.old_template .article-wrapper {
		width: calc(25px + 100%);
		margin-left: auto;
		margin-right: auto;
	}
	.old_template .article-wrapper .content-box {
		margin: 0 12px 25px 12px;
	}
}
@media (max-width: 768px) {
	.old_template .article-wrapper .content-box {
		margin: 0 0 25px 0;
	}
}

.old_template .section__content {
	margin-top: 14px;
	margin-bottom: 18px;
}
.old_template .section__content::after {
	clear: both;
	content: '';
	display: table;
}
.old_template .section__description {
	color: #000;
	font-size: 16px;
	width: 100%;
	margin-top: 8px;
	margin-bottom: 35px;
}
.old_template .section__description p {
	font-size: 1.8rem;
}
@media only screen and (min-width: 47.5625em) {
	.old_template .section__description {
		width: 66.66%;
	}
}
.old_template .project-image {
	margin-bottom: 25px;
}
.old_template .project-description {
	color: #000;
}
.old_template .project-description + * {
	margin-top: 50px;
}
.old_template .project-box-wrapper .grid-gutter-sizer {
	width: 3.57866%;
}
.old_template .project-box-wrapper .grid-width-sizer,
.old_template .project-box-wrapper .project-box {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 100%;
}
.old_template .project-box-wrapper .grid-width-sizer:last-child,
.old_template .project-box-wrapper .project-box:last-child {
	margin-right: 0;
}
@media only screen and (min-width: 67.1875em) {
	.old_template .project-box-wrapper .grid-width-sizer,
	.old_template .project-box-wrapper .project-box {
		width: 48.21067%;
		margin-right: 3.57866%;
		float: left;
	}
	.old_template .project-box-wrapper .grid-width-sizer:nth-child(2n),
	.old_template .project-box-wrapper .project-box:nth-child(2n) {
		margin-right: 0;
	}
	.old_template .project-box-wrapper .grid-width-sizer:nth-child(2n + 1),
	.old_template .project-box-wrapper .project-box:nth-child(2n + 1) {
		clear: left;
	}
}
.old_template .project-box-wrapper .grid-width-sizer {
	margin-right: 0;
}
@media only screen and (min-width: 67.1875em) {
	.old_template .project-box-wrapper .grid-width-sizer {
		margin-right: 0;
	}
}
.old_template .sidebar-news-wrapper {
	margin: 15px;
}
.old_template .sidebar-news-wrapper .sidebar-news-title {
	color: #af2e3e;
}
.old_template .sidebar-news-wrapper .sidebar-news {
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: 1px solid #000;
}
.old_template .sidebar-news-wrapper .sidebar-news .sidebar-news-text,
.old_template .sidebar-news-wrapper .sidebar-news .sidebar-news-text p {
	display: inline;
}
.old_template .sidebar-news-wrapper .sidebar-news:last-child {
	border-bottom: none;
}
.old_template .sidebar-project-wrapper {
	margin: 15px;
}
.old_template .sidebar-project-wrapper .sidebar-project {
	margin-bottom: 45px;
}
.old_template .sidebar-project-wrapper .sidebar-project:last-child {
	margin-bottom: 0;
}
.old_template .sidebar-project-wrapper .sidebar-project-title {
	margin-bottom: 0.375em;
}
.old_template .sidebar-project-wrapper .sidebar-project-text,
.old_template .sidebar-project-wrapper .sidebar-project-text p {
	display: inline;
}
.old_template .sidebar-news-wrapper + .sidebar-project-wrapper {
	margin-top: 45px;
}
.old_template .sidebar-newsletter-wrapper {
	padding: 15px;
	background: #fff;
}
.old_template .slick-loading .slick-list {
	background-image: url('/images/ajax-loader.gif');
}
.old_template .slick-loading {
	margin-right: 25px;
}
.old_template .slick-prev,
.old_template .slick-next {
	display: inline-block;
	right: 0;
	left: auto;
	top: auto;
	bottom: auto;
}
.old_template .carousel-navigation {
	position: relative;
	height: 34px;
}
.old_template .slick-next,
.old_template .slick-prev {
	height: 23px;
	width: 25px;
}
.old_template .slick-next:before,
.old_template .slick-prev:before {
	font-family: inherit;
	line-height: inherit;
	font-size: inherit;
	color: transparent;
	content: '';
	height: 23px;
	width: 15px;
	display: block;
	background: transparent no-repeat;
	opacity: 0.5;
}
.old_template .slick-next:hover:before,
.old_template .slick-prev:hover:before {
	opacity: 1;
}
.old_template .slick-next.slick-disabled:hover,
.old_template .slick-prev.slick-disabled:hover {
	cursor: initial;
}
.old_template .slick-next.slick-disabled:hover:before,
.old_template .slick-prev.slick-disabled:hover:before {
	opacity: 0.2;
}
.old_template .slick-next:before {
	background-image: url('/images/slick/arrow-next.svg');
}
.old_template .slick-prev:before {
	background-image: url('/images/slick/arrow-prev.svg');
}
.old_template .slick-prev {
	right: 50px;
}
.old_template .language-selection-wrapper {
	float: right;
	height: 70px;
	padding: 13px 0 0;
}
.old_template .language-selection-wrapper .sod_option.selected {
	display: none;
}
.old_template .language-selection-wrapper .sod_select {
	border: none;
	background: none;
	color: #000;
	font-size: 0.875rem;
	width: auto;
}
.old_template .language-selection-wrapper .sod_select:hover {
	color: #5e5e5e;
}
.old_template .language-selection-wrapper .sod_select.open,
.old_template .language-selection-wrapper .sod_select.focus {
	background: #fff;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}
.old_template .language-selection-wrapper .sod_select .sod-label {
	font-weight: bold;
}
.old_template .language-selection-wrapper .sod_select .sod_list_wrapper {
	border: none;
	font-weight: bold;
	box-shadow: 1px 4px 4px rgba(0, 0, 0, 0.2);
	margin: 0;
	color: #000;
}
.old_template .language-selection-wrapper .sod_select .sod_option.active {
	color: #000;
}
@media only screen and (min-width: 47.5625em) {
	.old_template .language-selection-wrapper {
		margin: 0 10px 0 5px;
	}
}
.old_template .title-image {
	background: none;
}
.old_template .title-image > *:not(.media):first-child {
	padding-top: 0;
}
.old_template .title-image > *:not(.media):last-child {
	padding-bottom: 0;
}
@media only screen and (min-width: 67.1875em) {
	.old_template .title-image + .content-box {
		margin-right: 0;
	}
}
.old_template .section-type-booklist .content-box {
	padding: 15px;
}
.old_template .section-type-booklist .book-title {
	color: #000;
}
.old_template .section-type-booklist button {
	background: transparent;
	border: 0;
	outline: 0;
	padding: 0;
	margin: 0;
	color: #af2e3e;
}
.old_template .no-js .section-type-booklist button {
	display: none;
}
@media only print {
	.old_template .section-type-booklist .carousel-wrapper {
		display: none;
	}
}
.old_template .book-content-wrapper {
	background: #fff;
	position: relative;
	margin: 0 0 25px;
}
.old_template .js .book-content-wrapper {
	display: none;
}
.old_template .js .book-content-wrapper:before {
	left: 25px;
	position: absolute;
	top: -25px;
	margin-left: -25px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 25px 25px 25px;
	border-color: transparent transparent #fff transparent;
	content: '';
	display: none;
}
.old_template .js .book-content-wrapper.open {
	display: block;
}
@media only screen and (max-width: 47.5em) {
	.old_template .js .book-content-wrapper[data-arrow-position='1']:before {
		left: 50%;
		display: block;
	}
}
@media only screen and (min-width: 47.5625em) and (max-width: 67.125em) {
	.old_template .js .book-content-wrapper[data-arrow-position='1']:before {
		left: 25%;
		display: block;
	}
	.old_template .js .book-content-wrapper[data-arrow-position='2']:before {
		left: 75%;
		display: block;
	}
}
@media only screen and (min-width: 67.1875em) {
	.old_template .js .book-content-wrapper[data-arrow-position='1']:before {
		left: 16.66%;
		display: block;
	}
	.old_template .js .book-content-wrapper[data-arrow-position='2']:before {
		left: 50%;
		display: block;
	}
	.old_template .js .book-content-wrapper[data-arrow-position='3']:before {
		left: 83.33%;
		display: block;
	}
}
@media only print {
	.old_template .book-content-wrapper {
		background: transparent;
	}
	.old_template .js .book-content-wrapper {
		display: block;
	}
	.old_template .js .book-content-wrapper:before {
		display: none !important;
	}
}
.old_template .book-content {
	padding: 25px;
}
.old_template .js .book-content {
	display: none;
}
.old_template .js .book-content.active {
	display: block;
}
.old_template .no-js .book-content {
	margin-bottom: 25px;
}
@media only screen and (min-width: 47.5625em) {
	.old_template .book-content {
		width: 66.66%;
	}
}
@media only print {
	.old_template .book-content {
		margin-bottom: 25px;
		background: #fff;
	}
	.old_template .js .book-content {
		display: block;
	}
}
.old_template .section-type-filelist .filedownload + * {
	margin-top: 15px;
}
.old_template .section-type-filelist .filedownload-type {
	text-transform: uppercase;
}
.old_template .section-type-filelist .filedownload-list a {
	display: block;
}
.old_template .section-type-filelist .filedownload-title {
	font-weight: bold;
}
.old_template .section-type-filelist .image {
	padding: 0 15px;
}
.old_template .backtotop-wrapper {
	border-radius: 50%;
	width: 50px;
	height: 50px;
	background: #000;
	position: fixed;
	bottom: 1%;
	right: 1%;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
}
.old_template .js .backtotop-wrapper {
	opacity: 0;
}
.old_template .backtotop-wrapper.visible {
	opacity: 0.5;
}
.old_template .backtotop-wrapper.visible:hover,
.old_template .backtotop-wrapper.visible:active {
	opacity: 1;
}
@media only print {
	.old_template .backtotop-wrapper {
		display: none !important;
	}
}
@media only screen and (min-width: 67.1875em) {
	.old_template .backtotop-wrapper {
		max-width: 69.75em;
		margin-left: auto;
		margin-right: auto;
		padding: 0 25px;
		text-align: center;
		border-radius: 0;
		height: auto;
		width: auto;
		background: none;
		box-shadow: none;
		right: auto;
		left: auto;
		position: static;
	}
	.old_template .backtotop-wrapper::after {
		clear: both;
		content: '';
		display: table;
	}
	.old_template .js .backtotop-wrapper {
		display: none;
	}
	.old_template .backtotop-wrapper.visible {
		display: block;
	}
}
.old_template .backtotop {
	background: url(../images/icon/arrow-up.svg) no-repeat center;
	background-size: 32px;
	display: block;
	color: transparent;
	width: 100%;
	height: 100%;
}
.old_template .backtotop:hover {
	color: transparent;
}
@media only screen and (min-width: 67.1875em) {
	.old_template .backtotop {
		display: inline-block;
		background: #fff;
		padding: 15px 25px;
		margin: 2px 0 29px;
		text-align: center;
		color: #5e5e5e;
		text-decoration: none;
		-webkit-transition: box-shadow 0.1s ease-in;
		transition: box-shadow 0.1s ease-in;
		width: auto;
		height: auto;
	}
	.old_template .backtotop:hover {
		color: #5e5e5e;
		box-shadow: 0 3px 3px #9e9e9e;
	}
}
.old_template .video-js {
	padding-top: 56.25%;
}
.old_template .vjs-fullscreen {
	padding-top: 0;
}
.old_template .vjs-default-skin .vjs-big-play-button {
	left: 50%;
	top: 50%;
	width: 2em;
	margin-left: -1em;
	height: 2em;
	margin-top: -1em;
	background-color: rgba(255, 255, 255, 0.6);
	border-radius: 50%;
	box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
	border: none;
}
.old_template .vjs-default-skin .vjs-big-play-button:before {
	line-height: 2em;
	color: #fff;
	text-shadow: none;
	left: 0.1em;
}
.old_template .no-js video {
	max-width: 100%;
}
.old_template .no-js .video-js {
	padding-top: 0;
}
.old_template .royalSlider.rsZeit {
	display: none;
}
@media only screen and (min-width: 47.5625em) {
	.old_template .royalSlider.rsZeit {
		display: block;
		height: auto;
		width: 100%;
	}
	.old_template .royalSlider.rsZeit .rsSlide img {
		-webkit-transition: -webkit-transform 6.2s ease-in-out 0.2s;
		transition: transform 6.2s ease-in-out 0.2s;
		-webkit-transform: scale(1.13) rotate(0.0001deg);
		transform: scale(1.13) rotate(0.0001deg);
	}
	.old_template .royalSlider.rsZeit .rsSlide.rsActiveSlide img {
		-webkit-transform: scale(1) rotate(0.0001deg);
		transform: scale(1) rotate(0.0001deg);
	}
}
.old_template .no-js .royalSlider.rsZeit {
	display: none !important;
}
.old_template .rsZeit.loading .rsZeit-caption {
	display: none;
}
.old_template .rsZeit-caption {
	position: absolute;
	bottom: 15%;
	right: 10%;
	top: auto;
	left: auto;
	max-width: 80%;
	height: auto;
	background: #fff;
	background: rgba(255, 255, 255, 0.85);
	padding: 15px;
	color: #000;
}
.old_template .rsZeit-caption h2 {
	font-size: 2rem;
}
.old_template .rsZeit-caption h2 + p {
	margin-top: 11px;
}
@media only screen and (min-width: 67.1875em) {
	.old_template .rsZeit-caption {
		max-width: 60%;
	}
}
@media only screen and (min-width: 87.5em) {
	.old_template .rsZeit-caption {
		max-width: 50%;
	}
}
.old_template .rsZeit .rsArrow {
	height: 100%;
	width: 45px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
	-webkit-transition: -webkit-transform 300ms, opacity 300ms, visibility 300ms;
	transition: transform 300ms, opacity 300ms, visibility 300ms;
	opacity: 0.5;
}
.old_template .rsZeit .rsArrow.rsHidden {
	opacity: 0;
	visibility: hidden;
}
.old_template .rsZeit.rsVer .rsArrow {
	width: 100%;
	height: 62px;
}
.old_template .rsZeit.rsHor .rsArrowLeft {
	left: 25px;
	top: 0;
}
.old_template .rsZeit.rsHor .rsArrowLeft:hover {
	-webkit-transform: translate(-15px, 0);
	transform: translate(-15px, 0);
	opacity: 1;
}
.old_template .rsZeit.rsHor .rsArrowRight {
	right: 25px;
	top: 0;
}
.old_template .rsZeit.rsHor .rsArrowRight:hover {
	-webkit-transform: translate(15px, 0);
	transform: translate(15px, 0);
	opacity: 1;
}
.old_template .rsZeit .rsArrowIcn {
	width: 45px;
	height: 62px;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -31px;
	position: absolute;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.old_template .rsZeit.rsHor .rsArrowLeft .rsArrowIcn {
	background-image: url(../images/home-slider/arrow-left.svg);
}
.old_template .rsZeit.rsHor .rsArrowRight .rsArrowIcn {
	background-image: url(../images/home-slider/arrow-right.svg);
}
.old_template .rsZeit .rsArrowDisabled .rsArrowIcn {
	opacity: 0.2;
}
@media only screen and (min-width: 67.1875em) {
	.old_template .home-slider-to-content.loading {
		display: none;
	}
}
.old_template .home-slider-to-content {
	display: none;
}
@media only screen and (min-width: 67.1875em) {
	.old_template .home-slider-to-content {
		position: relative;
		z-index: 20;
		display: block;
		-webkit-transition: -webkit-transform 300ms;
		transition: transform 300ms;
		width: 100%;
	}
	.old_template .home-slider-to-content a {
		position: absolute;
		top: -82px;
		left: 50%;
		margin-left: -31px;
		width: 62px;
		height: 45px;
		background: url(../images/home-slider/arrow-down.svg) 0 0 no-repeat;
		display: block;
	}
	.old_template .home-slider-to-content:hover {
		-webkit-transform: translate(0, 15px);
		transform: translate(0, 15px);
	}
}
.old_template .subscribe-form input[type='submit'],
.old_template .subscribe-form button {
	margin-top: 25px;
}
@media only screen and (min-width: 47.5625em) {
	.old_template .subscribe-form {
		float: left;
		display: block;
		margin-right: 2.35765%;
		width: 48.82117%;
	}
	.old_template .subscribe-form:last-child {
		margin-right: 0;
	}
}
@media only screen and (min-width: 47.5625em) {
	.old_template .subscribe-form-notices {
		float: left;
		display: block;
		margin-right: 2.35765%;
		width: 48.82117%;
	}
	.old_template .subscribe-form-notices:last-child {
		margin-right: 0;
	}
}
.old_template .contact-form,
.old_template .contact-text,
.old_template .contact-map {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 100%;
	margin: 0 0 25px;
}
.old_template .contact-form:last-child,
.old_template .contact-text:last-child,
.old_template .contact-map:last-child {
	margin-right: 0;
}
@media only screen and (min-width: 47.5625em) {
	.old_template .contact-form,
	.old_template .contact-text,
	.old_template .contact-map {
		float: left;
		display: block;
		margin-right: 2.35765%;
		width: 48.82117%;
	}
	.old_template .contact-form:last-child,
	.old_template .contact-text:last-child,
	.old_template .contact-map:last-child {
		margin-right: 0;
	}
}
@media only screen and (min-width: 67.1875em) {
	.old_template .contact-form,
	.old_template .contact-text,
	.old_template .contact-map {
		float: left;
		display: block;
		margin-right: 2.35765%;
		width: 31.76157%;
	}
	.old_template .contact-form:last-child,
	.old_template .contact-text:last-child,
	.old_template .contact-map:last-child {
		margin-right: 0;
	}
}
@media only screen and (min-width: 47.5625em) and (max-width: 67.125em) {
	.old_template .contact-text {
		margin-right: 0;
	}
}
@media only screen and (min-width: 67.1875em) {
	.old_template .contact-map {
		margin-right: 0;
	}
}
.old_template .contact-form textarea {
	width: 100%;
	min-height: 8em;
}
.old_template .alumni-page-title {
	margin: 50px 0 0;
	padding-top: 8px;
	border-top: 1px solid #000;
	margin-bottom: 8px;
}
.old_template .alumni-page-head::after {
	clear: both;
	content: '';
	display: table;
}
.old_template .alumni-page-intro {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 100%;
	margin-bottom: 50px;
}
.old_template .alumni-page-intro:last-child {
	margin-right: 0;
}
.old_template .alumni-page-intro .alumni-page-image {
	margin-bottom: 25px;
}
@media only screen and (min-width: 47.5625em) {
	.old_template .alumni-page-intro {
		float: left;
		display: block;
		margin-right: 2.35765%;
		width: 65.88078%;
	}
	.old_template .alumni-page-intro:last-child {
		margin-right: 0;
	}
}
.old_template .alumni-page-login-box {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 100%;
	padding: 15px;
	background: #dfdfdf;
	color: #5e5e5e;
	margin-bottom: 50px;
}
.old_template .alumni-page-login-box:last-child {
	margin-right: 0;
}
.old_template .alumni-page-login-box input[type='text'],
.old_template .alumni-page-login-box input[type='password'] {
	font-size: 1.3125rem;
	padding: 9px 10px;
}
.old_template .alumni-page-login-box .forgot-password-link {
	color: #5e5e5e;
	font-weight: bold;
	text-decoration: none;
}
.old_template .alumni-page-login-box .forgot-password-link:hover {
	text-decoration: underline;
}
.old_template .alumni-page-login-box .login-data-submit {
	color: #fff;
	border: none;
	background: #af2e3e;
	font-size: 1.25rem;
	padding: 8px 25px;
	margin: 20px 0 55px;
	font-weight: bold;
}
@media only screen and (min-width: 47.5625em) {
	.old_template .alumni-page-login-box {
		float: left;
		display: block;
		margin-right: 2.35765%;
		width: 31.76157%;
		margin-bottom: 0;
	}
	.old_template .alumni-page-login-box:last-child {
		margin-right: 0;
	}
}
.old_template .content-box-type-aboaktuelles {
	background: #af2e3e;
	color: #fff;
}
.old_template .content-box-type-aboaktuelles a,
.old_template .content-box-type-aboaktuelles a:hover,
.old_template .content-box-type-aboaktuelles .headline {
	color: #fff;
}
h2.headline a {
	font-size: 2.8rem;
}
.old_template .content-box-type-aboaktuelles a:hover {
	text-decoration: underline;
}
.old_template .datafacts-box-wrapper:not(.data-and-facts-2022) {
	max-width: 69.75em;
	margin-left: auto;
	margin-right: auto; }

.old_template .datafacts-box-wrapper.data-and-facts-2022 {
	width: 100%;
}

@media only screen and (min-width: 47.5625em) {
	.datafacts-box-wrapper.data-and-facts-2022 {
		margin-bottom: 35px;
	}
}

@media only screen and (min-width: 47.5625em) {
	.content.has-sidebar.data-and-facts-image-2022	{
		width: 100%;
	}
}

@media only screen and (min-width: 67.1875em) {
	.content.has-sidebar.data-and-facts-image-2022	{
		width: 65.88079%;
	}
}

.old_template .datafacts-box-wrapper::after {
	clear: both;
	content: '';
	display: table;
}
.old_template .datafacts-box-wrapper .project-box {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 100%;
	margin-bottom: 25px;
}
.old_template .datafacts-box-wrapper .project-box:last-child {
	margin-right: 0;
}
@media only screen and (min-width: 47.5625em) {
	.old_template .datafacts-box-wrapper .project-box {
		float: left;
		display: block;
		margin-right: 2.35765%;
		width: 48.82117%;
	}
	.old_template .datafacts-box-wrapper .project-box:last-child {
		margin-right: 0;
	}
}
@media only screen and (min-width: 47.5625em) and (max-width: 67.125em) {
	.old_template .datafacts-box-wrapper .project-box:nth-child(2n) {
		margin-right: 0;
	}
}
@media only screen and (min-width: 67.1875em) {
	.old_template .datafacts-box-wrapper .project-box {
		float: left;
		display: block;
		margin-right: 2.35765%;
		width: 31.76157%;
		margin-bottom: 0;
	}
	.old_template .datafacts-box-wrapper .project-box:last-child {
		margin-right: 0;
	}
}
.old_template .h05 {
	height: 0.5px;
	width: 0.5px;
	background-color: #f5f5f5;
}
.old_template #grid_container.page-wrapper {
	margin: 0;
}

.old_template .content {
	width: 100%;
}
.old_template .container-inner {
	width: 100%;
}

.old_template .section-wrapper {
	width: 100%;
}
.old_template .text {
	font-size: 1.6rem;
}
.old_template .book-content {
	display: none;
}
@media only screen and (min-width: 47.5625em) {
	.book-content {
		width: 66.66%;
	}
}
.old_template .book-content {
	padding: 25px;
}
.book-content-wrapper.open {
	display: block;
}
.old_template .book-content.active {
	display: block;
}

@media only screen and (min-width: 67.1875em) {
	.book-content-wrapper[data-arrow-position='1']:before {
		left: 16.66%;
		display: block;
	}
}
.book-content-wrapper:before {
	left: 25px;
	position: absolute;
	top: -25px;
	margin-left: -25px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 25px 25px 25px;
	border-color: transparent transparent #fff transparent;
	content: '';
	display: none;
}

.old_template .book-content-wrapper {
	background: #fff;
	position: relative;
	margin: 0 0 25px;
}

.old_template .book-content p {
	font-size: 1.6rem;
}

.old_template p {
	font-size: 1.6rem;
}
.old_template form {
	font-size: 1.6rem;
}

.old_template span {
	display: inline-block;
}

#btnSubmit,
#btnCorrect {
	margin-top: 15px;
	line-height: 30px;
	padding: 1px 6px;
}



/* Design crash fixes 2021-07-01 /ko */

@media (min-width: 768px) {


	.old_template .article-wrapper .content-box .media	{
		max-height: 264px;
		display: relative;
		overflow: hidden;  
	}

	.old_template .article-wrapper	{
		display: flex;
		flex-wrap: wrap;
	} 

	.old_template .article-wrapper .content-box	{
		float: inherit;
		width: calc(33% - 24px);
	}

	.old_template .article-wrapper .grid-width-sizer,
	.old_template .article-wrapper .grid-gutter-sizer	{
		display: none;
	}

	.old_template .carousel-slides	{
		display: flex;
		flex-wrap: wrap;
	}

	.kb-video-grid	{
		width: 100%;
	}

	.podcast-description-title	{
		font-size: 100%;
	}
	
	.podcast-description-text	{
		font-size: 85%;
	}
}

body	{
	scrollbar-width: auto !important;
}

.podcast-description-title	{
	font-size: 2.6rem !important;
	line-height: 1.1 !important;
}

.podcast-description-text	{
	font-size: 1.6rem !important;
}

.content p a { display: inline; }
.content p a[target="_blank"]::after { background: url('../../images/external-link.svg') !important; }

.content .project-box-wrapper .project-box-type-contact	{
	width: 100%;
}

.content.has-sidebar	{ margin-top: 0 !important; }

.old_template .carousel-slides.glider .glider-slide	{
	margin-right: 25px !important;
}

.old_template .book_content_wrapper, .old_template .book-content-wrapper	{
	margin-top: 25px !important;
}

.old_template .page-title	{
	margin-left: 0 !important;
}

.old_template #home-slider	{
	max-width: 100%;
}

.old_template #home-slider .rsOverflow	{
	max-width: 100%;
}
.old_template #home-slider .rsOverflow	{
	max-width: 100%;
}


.carousel_wrapper {
  margin: 2.5rem 0 2.5rem 0; }
  .carousel_wrapper .carousel_navigation {
    display: flex;
    justify-content: flex-end;
    padding: 0 2.5rem 0 0;
    height: 3.4rem; }
    .carousel_wrapper .carousel_navigation span {
      display: block;
      width: 1.5rem;
      height: 2.3rem;
      margin: 0 2.5rem 0 0;
      opacity: 0.8;
      cursor: pointer; }
      .carousel_wrapper .carousel_navigation span.prev {
        background: url("../_assets/icons/arrow-prev.svg") no-repeat center center/cover; }
      .carousel_wrapper .carousel_navigation span.next {
        background: url("../_assets/icons/arrow-next.svg") no-repeat center center/cover; }
      .carousel_wrapper .carousel_navigation span.disabled {
        opacity: 0.2;
        cursor: default; }
        .carousel_wrapper .carousel_navigation span.disabled:hover {
          opacity: 0.2; }
      .carousel_wrapper .carousel_navigation span:hover {
        opacity: 1; }
  .carousel_wrapper .carousel__element {
    margin: 0 2.5rem 0 0;
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
    background-color: #fff; }


	.carousel-wrapper {
		margin: 2.5rem 0 2.5rem 0; }
		.carousel-wrapper .carousel-navigation {
		  display: flex;
		  justify-content: flex-end;
		  padding: 0 2.5rem 0 0;
		  height: 3.4rem; }
		  .carousel-wrapper .carousel-navigation span {
			display: block;
			width: 1.5rem;
			height: 2.3rem;
			margin: 0 2.5rem 0 0;
			opacity: 0.8;
			cursor: pointer; }
			.carousel-wrapper .carousel-navigation span.prev {
			  background: url("arrow-prev.svg") no-repeat center center/cover; }
			.carousel-wrapper .carousel-navigation span.next {
			  background: url("arrow-next.svg") no-repeat center center/cover; }
			.carousel-wrapper .carousel-navigation span.disabled {
			  opacity: 0.2;
			  cursor: default; }
			  .carousel-wrapper .carousel-navigation span.disabled:hover {
				opacity: 0.2; }
			.carousel-wrapper .carousel-navigation span:hover {
			  opacity: 1; }
		.carousel-wrapper .carousel__element {
		  margin: 0 2.5rem 0 0;
		  padding: 1.5rem 1.5rem 1.5rem 1.5rem;
		  background-color: #fff; }