/* crimson-text-regular - latin */
@font-face {
  font-family: 'Crimson Text';
  font-style: normal;
  font-weight: 400;
  src: url('../Fonts/crimson-text-v8-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Crimson Text Regular'), local('CrimsonText-Regular'),
       url('../Fonts/crimson-text-v8-latin-regulard41d.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../Fonts/crimson-text-v8-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../Fonts/crimson-text-v8-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../Fonts/crimson-text-v8-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../Fonts/crimson-text-v8-latin-regular.svg#CrimsonText') format('svg'); /* Legacy iOS */
}

/* crimson-text-600italic - latin */
@font-face {
  font-family: 'Crimson Text';
  font-style: italic;
  font-weight: 600;
  src: url('../Fonts/crimson-text-v8-latin-600italic.eot'); /* IE9 Compat Modes */
  src: local('Crimson Text SemiBold Italic'), local('CrimsonText-SemiBoldItalic'),
       url('../Fonts/crimson-text-v8-latin-600italicd41d.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../Fonts/crimson-text-v8-latin-600italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../Fonts/crimson-text-v8-latin-600italic.woff') format('woff'), /* Modern Browsers */
       url('../Fonts/crimson-text-v8-latin-600italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../Fonts/crimson-text-v8-latin-600italic.svg#CrimsonText') format('svg'); /* Legacy iOS */
}

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../Fonts/open-sans-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('../Fonts/open-sans-v15-latin-regulard41d.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../Fonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../Fonts/open-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../Fonts/open-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../Fonts/open-sans-v15-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../Fonts/open-sans-v15-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
       url('../Fonts/open-sans-v15-latin-600d41d.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../Fonts/open-sans-v15-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../Fonts/open-sans-v15-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../Fonts/open-sans-v15-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../Fonts/open-sans-v15-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block
}

audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden], template {
	display: none
}

a {
	background-color: transparent
}

a:active, a:hover {
	outline: 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b, strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

mark {
	background: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1em 40px
}

hr {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}

pre {
	overflow: auto
}

code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em
}

button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible
}

button, select {
	text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled], html input[disabled] {
	cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input {
	line-height: normal
}

input[type=checkbox], input[type=radio] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
	height: auto
}

input[type=search] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: 700
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td, th {
	padding: 0
}

.hidden {
	display: none
}

.visible-xs {
	display: block
}

.tx-kesearch-pi1 #kesearch_results .result-list-item .hit {
	color: inherit !important;
}

.tx-kesearch-pi1 .kesearch_searchbox input[type="submit"] {
	background-image: none !important;
	background-color: #b7103e !important;
	color: #fff;
}

.tx-kesearch-pi1 .next, .tx-kesearch-pi1 a.prev {
	background: none !important;
	position: relative;
}

.tx-kesearch-pi1 .next:after, .tx-kesearch-pi1 a.prev:after {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #000;
}

.tx-kesearch-pi1 .next:after {
	content: '>';
}

.tx-kesearch-pi1 a.prev:after {
	content: '<';
}

@media (min-width: 748px) {
	.visible-xs {
		display: none
	}
}

.visible-lg {
	display: none
}

@media (min-width: 1200px) {
	.visible-lg {
		display: block
	}
}

.visible-md {
	display: none
}

@media (min-width: 992px) {
	.visible-md {
		display: block
	}
}

.hidden-lg {
	display: block
}

@media (min-width: 1200px) {
	.hidden-lg {
		display: none
	}
}

.hidden-md {
	display: block
}

@media (min-width: 992px) {
	.hidden-md {
		display: none
	}
}

.inner-wrapper {
	max-width: 1280px;
	margin: 0 auto;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative
}

.page-header {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	position: relative;
	overflow: hidden;
	background: #b7103e;
	position: relative
}

.page-header:before {
	content: "";
	display: block
}

.page-header .wave {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 100%;
	width: 100%;
	background-image: url(../Images/backgrounds/welle.png);
	pointer-events: none;
	display: block;
	top: 0;
	background-position: 0 0;
	background-repeat: no-repeat;
	min-width: 1200px;
	background-size: 100% auto;
	opacity: .75;
	position: absolute;
	z-index: 1
}

@media (max-width: 480px) {
	.page-header .wave {
		background: url(../Images/backgrounds/welle_mobile.png) no-repeat 0 0;
		background-size: 100% auto;
		min-width: 411px
	}
}

.header-overlay {
	position: absolute;
	top: 0;
	max-width: 1200px;
	width: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 2
}

.header-overlay .inner-wrapper {
	position: relative
}

.search-wrapper {
	position: absolute;
	right: 20px;
	top: 20px
}

.page-footer {
	background: #b7103e;
	margin: 13px;
	overflow: hidden
}

@media (max-width: 400px) {
	.page-footer {
		margin: 0
	}
}

@media (min-width: 992px) {
	.page-footer {
		margin: 0
	}
}

.page-footer .inner-wrapper {
	max-width: 1280px
}

.page-footer .inner-wrapper:after {
	content: "";
	display: block;
	background: #f1f3f2;
	position: absolute;
	top: 0;
	margin-left: -1px;
	left: 100%;
	height: 100%;
	width: 1200px
}

.row {
	position: relative;
	display: table;
	width: 100%
}

@media (min-width: 992px) {
	.row .col-md-4, .row .col-md-2 {
		display: table-cell
	}
}

.row-clear:after {
	content: "";
	display: block;
	clear: both
}

@media (min-width: 992px) {
	.col-md-2, .col-md-4, .col-md-6, .col-md-8 {
		vertical-align: top;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box
	}

	.col-md-2 .inner, .col-md-4 .inner, .col-md-6 .inner, .col-md-8 .inner {
		padding: 55px 30px;
		padding-bottom: 0
	}

	.col-md-4 .inner + h4.accordeon-trigger + .inner {
		padding-top: 0
	}

	.col-md-2 {
		width: 16.66667%;
		background: #f1f3f2
	}

	.col-md-4 {
		width: 33.33333%
	}

	.col-md-6 {
		width: 50%
	}

	.col-md-4 + .col-md-2 .inner {
		padding-left: 50px
	}

	.col-md-2.md-orange {
		padding: 0;
		background: #b7103e
	}

	.col-md-2.md-orange .inner {
		padding: 0
	}

	.col-md-2.md-orange h4.accordeon-trigger {
		display: none
	}
}

@media (min-width: 748px) {
	.col-sm-3, .col-sm-6, .col-sm-9 {
		float: left;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box
	}

    .col-sm-12 {
		width: 100%;
		padding: 0 13px
	}

	.col-sm-6 {
		width: 50%;
		padding: 0 13px
	}

	.col-sm-3 {
		width: 25%
	}

	.col-sm-9 {
		width: 75%
	}
}

@media (min-width: 992px) {
	main .inner-wrapper:after {
		content: "";
		display: block;
		clear: both
	}

	.col-md-3, .col-md-6, .col-md-9 {
		float: left;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box
	}

	.col-md-3 {
		width: 25%;
		padding-left: 24px;
		padding-right: 50px
	}

	.col-md-6 {
		width: 50%;
		padding-left: 30px;
		padding-right: 15px
	}

	.col-md-9 {
		width: 75%;
		padding-right: 30px;
		padding-left: 15px
	}
}

.grid-row {
	display: block
}

@media (min-width: 1200px) {
	.grid-row {
		position: relative;
		display: block
	}

	.grid-row:after {
		content: "";
		display: block;
		clear: both
	}
}

.grid-table {
	display: block
}

@media (min-width: 1200px) {
	.grid-table {
		display: block
	}
}

@media (min-width: 1200px) {
	.grid-cell {
		display: block;
		float: left;
		width: 66.66%
	}
}

.overlay-bg {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #ccc;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	max-height: 0;
	opacity: 0;
	z-index: 1
}

.overlay-bg.active {
	max-height: 2000px;
	opacity: .8
}

.fix-wrapper {
	position: absolute;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	pointer-events: none;
	top: 0;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	z-index: 20
}

.fix-wrapper > * {
	pointer-events: all
}

@media (min-width: 1280px) {
	.fix-wrapper {
		max-width: 1280px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%)
	}
}

.overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, .6);
	z-index: 9999
}

.overlay .inner-overlay {
	width: 95%;
	min-width: 290px;
	max-width: 1080px;
	height: 80vh;
	background-size: cover;
	background-position: center;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .6);
	box-shadow: 0 0 10px rgba(0, 0, 0, .6)
}

@media (min-width: 748px) and (max-width: 991px) {
	.overlay .inner-overlay {
		width: 92%;
		height: 54%
	}
}

@media (max-width: 747px) {
	.overlay .inner-overlay {
		height: auto;
		top: 15px;
		bottom: 15px;
		left: 15px;
		right: 15px;
		width: auto;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.overlay .inner-overlay:after {
	content: "";
	background-repeat: no-repeat;
	width: 130px;
	height: 116px;
	background-size: 100% 100%;
	background-image: url(../Images/logos/logo_marianum.png);
	background-image: url(../Images/logos/logo_marianum.svg), none;
	display: block;
	position: absolute;
	left: 17.2%;
	top: 24px;
	z-index: 10
}

@media (max-width: 991px) {
	.overlay .inner-overlay:after {
		width: 119px;
		height: 105px
	}
}

@media (max-width: 991px) {
	.overlay .inner-overlay:after {
		top: 18px
	}
}

@media (max-width: 747px) {
	.overlay .inner-overlay:after {
		left: 30px
	}
}

.overlay .inner-overlay span {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 0;
	height: 100%;
	width: 100%;
	min-width: 1080px;
	display: block;
	opacity: .75;
	background: url(../Images/backgrounds/welle.png) no-repeat 0 0;
	background-size: 100% auto
}

.overlay .icon-close {
	width: 28px;
	height: 28px;
	position: absolute;
	left: 100%;
	background-size: 100% 100%;
	margin-left: 12px;
	margin-top: -28px;
	z-index: 9
}

@media (max-width: 1199px) {
	.overlay .icon-close {
		margin-left: -28px;
		margin-top: -36px
	}
}

@media (max-width: 991px) {
	.overlay .icon-close {
		margin-left: -36px;
		margin-top: 12px
	}

	.overlay .icon-close svg path {
		fill: #333
	}
}

.overlay .icon-close svg {
	width: 24px;
	height: 24px
}

@media (max-width: 991px) {
	.overlay .icon-close svg path {
		stroke: #333
	}
}

.overlay .inner-content {
	position: relative;
	background: 0 0;
	width: 100%;
	overflow: hidden;
	height: 100%
}

.overlay .inner-content .bg-layer {
	position: absolute;
	width: auto;
	height: auto;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat
}

.overlay .inner-content .link-list {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: flex-wrap;
	-ms-flex-wrap: flex-wrap;
	flex-wrap: flex-wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.overlay .inner-content .link-list a {
	height: auto;
	width: 25%;
	width: -webkit-calc(25% - 1px);
	width: calc(25% - 1px);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding: 45px 20px 30px 20px;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	margin-left: -webkit-calc(1px);
	margin-left: calc(1px);
	background: #ccc;
	background: rgba(204, 204, 204, .8);
	position: relative;
	vertical-align: baseline
}

.overlay .inner-content .link-list a:first-child {
	margin-left: 0;
	width: 25%
}

.overlay .inner-content .link-list a:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 20px;
	top: 0;
	left: 0;
	background: 0 0;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out
}

.overlay .inner-content .link-list a h2 {
	color: #b7103e;
	display: block;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out
}

.overlay .inner-content .link-list a p {
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	margin-bottom: 0
}

.overlay .inner-content .link-list a:hover {
	background: #b7103e
}

.overlay .inner-content .link-list a:hover h2, .overlay .inner-content .link-list a:hover p {
	color: #fdfdfd
}

.overlay .inner-content .link-list a:hover::before {
	-webkit-transform: translateY(-19px);
	-ms-transform: translateY(-19px);
	transform: translateY(-19px);
	background: #b7103e
}

.overlay .inner-content .link-list:after {
	content: "";
	display: block;
	clear: both
}

@media (max-width: 1199px) {
	.overlay .inner-content .link-list {
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		text-align: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.overlay .inner-content .link-list a {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		background: #b7103e;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 5px 5px;
		min-height: 50px
	}

	.overlay .inner-content .link-list a h2 {
		color: #fdfdfd;
		font-family: 'Open Sans', sans-serif;
		text-transform: uppercase;
		margin: 0;
		letter-spacing: .2em;
		font-size: .75em
	}

	.overlay .inner-content .link-list p {
		display: none
	}

	.overlay .inner-content .bg-layer {
		bottom: 50px
	}
}

@media (max-width: 747px) {
	.overlay .inner-content .link-list {
		-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-align-content: flex-end;
		-ms-flex-line-pack: end;
		align-content: flex-end;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}

	.overlay .inner-content .link-list a, .overlay .inner-content .link-list a:first-child {
		width: 50%;
		margin: 0;
		padding: 5px 5px;
		min-height: 50px
	}

	.overlay .inner-content .link-list a:hover, .overlay .inner-content .link-list a:first-child:hover {
		background: #ccc
	}

	.overlay .inner-content .link-list a:hover h2, .overlay .inner-content .link-list a:first-child:hover h2 {
		color: #b7103e
	}

	.overlay .inner-content .link-list a:hover:before, .overlay .inner-content .link-list a:first-child:hover:before {
		display: none
	}

	.overlay .inner-content .link-list a:nth-of-type(1), .overlay .inner-content .link-list a:nth-of-type(2) {
		margin-bottom: 1px
	}

	.overlay .inner-content .link-list a:nth-of-type(1), .overlay .inner-content .link-list a:nth-of-type(3) {
		margin-right: 1px;
		width: -webkit-calc(50% - 1px);
		width: calc(50% - 1px)
	}

	.overlay .inner-content span {
		background: url(../Images/backgrounds/welle_mobile.png) no-repeat 0 -10%;
		background-size: 100% auto;
		min-width: 540px
	}

	.overlay .inner-content .bg-layer {
		bottom: 100px
	}
}

.slider {
	width: 100%;
	max-width: 1280px;
	height: auto;
	margin: 0 auto
}

.slider .slider-img {
	position: relative;
	width: 100%;
	background-size: 100% auto;
	background-position: center
}

.slider .slider-img:after {
	content: "";
	display: block;
	padding-bottom: 94%
}

@media (min-width: 992px) {
	.slider .slider-img:after {
		padding-bottom: 49.5%
	}
}

.grid-md-8-4 > div {
	padding: 40px 20px
}

@media (min-width: 748px) {
	.grid-md-8-4 .col-md-8 {
		margin-left: -15px;
		padding-left: 15px
	}
}

@media (min-width: 992px) {
	.grid-md-8-4 .col-md-8 {
		margin-right: 20px
	}
}

.grid-md-8-4 .col-md-8 .csc-header {
	margin-bottom: 40px
}

@media (max-width: 991px) {
	.grid-md-8-4 .col-md-4 {
		background: 0 0
	}
}

@media (min-width: 748px) and (max-width: 991px) {
	.grid-md-8-4 .col-md-4 {
		margin-left: -15px;
		padding-left: 15px
	}
}

.row-clear > .col-sm-6:first-of-type {
	padding-left: 0
}
.frame-type-hegnecore_startpageprogramchoices .row-clear {
	display: flex;
}

.frame-type-hegnecore_startpageprogramchoices .row-clear > .col-sm-6:last-of-type {
	padding-right: 0
}

.row-clear > .col-sm-6:first-of-type table {
	margin-left: 0
}

@media (max-width: 767.98px) {
	.frame-type-hegnecore_startpageprogramchoices .row-clear {
    	flex-direction: column;
    }

    .frame-type-hegnecore_startpageprogramchoices .row-clear .col-sm-6 {
    	width: 100%;
        padding: 0;
    }

    .frame-type-hegnecore_startpageprogramchoices .row-clear > .col-sm-6:last-of-type {
    	margin-top: 50px;
    }
}

@media (min-width: 992px) {
	nav.external-links ul {
		margin: 0;
		width: 100%
	}

	nav.external-links li a {
		display: block;
		border-top: solid 1px #fdfdfd;
		background: #b7103e;
		padding: 20px;
		color: #fdfdfd;
		text-transform: uppercase
	}

	nav.external-links li:first-child a {
		border-top: 0
	}
}

nav.external-links a:hover {
	color: #333
}

nav.service-navi {
	line-height: 1.5
}

nav.service-navi a:hover {
	color: #b86c82
}


	nav.social-navi {
		margin-bottom: 40px;
	}

	nav.social-navi ul {
		margin-top: 16px
	}

	nav.social-navi li {
		display: inline-block;
		margin-right: 8px
	}

	nav.social-navi a {
		display: block;
		width: 28px;
		height: 28px;
		text-indent: -99999em;
		background-size: 100% 100%
	}


@media (min-width: 1200px) {
	nav.social-navi ul {
		margin-left: 85px
	}
}

a.toggle-menu {
	position: absolute;
	bottom: 0;
	display: block;
	margin-left: 13px;
	text-indent: -9999em;
	background-color: #fdfdfd;
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 17px 10px
}

@media (min-width: 992px) {
	a.toggle-menu {
		display: none
	}
}

nav.lang-navi {
	right: 0;
	display: inline-block;
	position: absolute;
	font-size: .875em
}

nav.lang-navi .change-lang {
	background: #fdfdfd;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: 600;
	overflow: hidden;
	width: 50px;
	height: 50px;
	position: absolute;
	margin-top: 16px;
	right: 80px;
	padding-top: 4px;
	text-transform: uppercase;
	color: #b7103e
}

nav.lang-navi .change-lang span {
	display: block;
	overflow: hidden;
	max-width: 18px;
	margin: 10px 16px
}

@media (min-width: 748px) {
	nav.lang-navi .change-lang {
		right: 234px;
		width: auto;
		height: auto;
		background: 0 0;
		font-weight: 400;
		margin-top: 24px
	}

	nav.lang-navi .change-lang span {
		margin: 0
	}
}

@media (min-width: 992px) {
	nav.lang-navi .change-lang span {
		display: inline
	}
}

.search-wrapper {
	font-size: .875em
}

.search-wrapper.active {
	display: block;
	z-index: 4
}

nav.main-menu ul {
	margin: 0
}

nav.main-menu li {
	text-transform: uppercase;
	margin: 8px 0;
	letter-spacing: .2em
}

nav.main-menu li.active > a {
	color: #b86c82
}

nav.main-menu li a:hover {
	color: #b7103e !important
}

nav.main-menu ul ul {
	margin-left: 24px
}

nav.main-menu h3 {
	color: #b7103e;
	font-size: 1em;
	text-transform: uppercase;
	margin-bottom: 0
}

nav.main-menu > ul + ul {
	margin-top: 32px
}

.nav-wrapper {
	margin-top: 80px;
	font-size: .75em;
	opacity: 0;
	pointer-events: none;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: all .25s ease-in-out .25s;
	transition: all .25s ease-in-out .25s;
	max-height: -webkit-calc(100% - 80px);
	max-height: calc(100% - 80px);
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.nav-wrapper.active {
	opacity: 1;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
	pointer-events: all
}

.nav-wrapper nav.main-menu li, .nav-wrapper nav.main-menu h3 {
	background: #b7103e;
	color: #fdfdfd;
	padding: 8px 0;
	margin: 0
}

.nav-wrapper nav.main-menu li.active > a {
	color: #b86c82
}

.nav-wrapper nav.main-menu .target-group li {
	background: #b86c82
}

.nav-wrapper nav.main-menu li li, .nav-wrapper nav.main-menu .target-group li li {
	background: 0 0;
	text-transform: none;
	font-weight: 600;
	padding: 0 45px
}

.nav-wrapper nav.main-menu li li a, .nav-wrapper nav.main-menu .target-group li li a {
	padding: 2px 0
}

.nav-wrapper nav.main-menu li li a:hover, .nav-wrapper nav.main-menu li li a > .active, .nav-wrapper nav.main-menu .target-group li li a:hover, .nav-wrapper nav.main-menu .target-group li li a > .active {
	color: #b86c82
}

.nav-wrapper nav.main-menu ul ul {
	margin-left: 0
}

.nav-wrapper nav.main-menu h3 {
	border-bottom: solid 1px #fdfdfd;
	padding: 20px;
	background: #b86c82
}

.nav-wrapper nav.main-menu li {
	padding: 0
}

.nav-wrapper nav.main-menu li > a {
	color: #fff;
	padding: 18px 28px;
	display: block;
	border-bottom: solid 1px #fdfdfd
}

.nav-wrapper nav.main-menu li ul {
	text-transform: uppercase;
	background: #ccc
}

.nav-wrapper nav.main-menu li ul li:first-child {
	padding-top: 35px
}

.nav-wrapper nav.main-menu li ul li {
	padding-left: 30px;
	padding-right: 30px
}

.nav-wrapper nav.main-menu li ul li:last-child {
	padding-bottom: 35px
}

.nav-wrapper nav.main-menu li ul a {
	background: 0 0;
	color: #b7103e;
	text-transform: uppercase
}

.nav-wrapper nav.main-menu li ul ul li, .nav-wrapper nav.main-menu li ul ul li:last-child, .nav-wrapper nav.main-menu li ul ul li:first-child {
	padding: 0 20px
}

.nav-wrapper nav.main-menu > ul > li.active > a {
	color: #fdfdfd
}

.nav-wrapper nav.main-menu > ul + ul {
	margin-top: 0
}

.nav-wrapper nav.main-menu > ul + ul:before {
	content: "";
	display: block;
	height: 13px;
	background: #b86c82;
	width: 100%;
	border-bottom: solid 1px #fdfdfd
}

.nav-wrapper nav.main-menu > ul > li > ul > li {
	padding-left: 45px
}

.nav-wrapper nav.main-menu > ul > li > ul > li + li, .nav-wrapper nav.main-menu > ul > li > ul > li > ul > li + li {
	margin-top: 10px
}

.nav-wrapper nav.main-menu > ul > li > ul > li > ul > li:first-child {
	margin-top: 10px
}

.nav-wrapper nav.main-menu > ul > li > ul > li > ul > li:last-child {
	margin-bottom: 10px
}

html {
	-webkit-text-size-adjust: none
}

body {
	background: #f1f3f2;
	font-family: 'Open Sans', sans-serif;
	color: #333
}

h1 {
	font-size: 1.5em;
	font-family: 'Crimson Text', serif;
	color: #b7103e;
	margin-top: 0;
	text-transform: uppercase;
	letter-spacing: .1em;
	line-height: 1.2;
	font-weight: 600
}

@media (max-width: 991px) {
	h1 {
		font-size: 1.125em
	}
}

h2, h3 {
	font-size: .875em;
	font-family: 'Crimson Text', serif;
	margin-top: 0;
	text-transform: uppercase;
	font-weight: 700
}

h2 {
	letter-spacing: .1em;
	font-weight: 700
}

h4, h5, h6 {
	font-size: .875em;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: .1em;
	margin-top: 0;
	text-transform: uppercase
}

h3 {
	color: #333;
	font-style: italic;
	text-transform: none;
	font-weight: 600
}

ul {
	padding: 0;
	list-style-type: none;
	margin: 0
}

li {
	line-height: 1.8
}

a, a:visited {
	color: #333;
	text-decoration: none
}

address {
	font-style: normal
}

figure {
	margin: 0
}

p {
	line-height: 1.8;
	font-size: .875em;
	margin-bottom: 0
}

button {
	border: none;
	appearance: none;
	background-color: #b7103e;
	border: solid 1px transparent
}

button:active, button:focus {
	outline: 0;
	border: solid 1px #b7103e
}

input, textarea {
	background: #fdfdfd;
	padding: 4px 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #b7103e;
	height: 34px;
	border-radius: 0;
	border: solid 1px transparent
}

textarea {
	height: 100px;
    width: 100%
}

input:active, input:focus {
	outline: 0;
	border: solid 1px #b7103e
}

img {
	max-width: 100%;
	height: auto;
	width: 100%;
}

legend {
	display: none;
}

fieldset {
	border: none;
}

table {
	font-size: .875em;
	margin-left: -15px;
	overflow: hidden
}

@media (max-width: 747px) {
	table {
    	margin-left: 0;
    	width: 100%;
    }
}

table thead, table th {
	font-style: italic;
	font-weight: 600;
	font-family: 'Crimson Text', serif
}

table thead {
	text-align: left
}

table td,
.ce-table td {
    border: none;
    padding: 6px 15px 8px 15px;
    vertical-align: middle;
}

table th,
.ce-table th {
    border: none;
    padding: 0 15px 12px 15px;
    vertical-align: top;
    white-space: nowrap;
}

table tbody th[scope=row], table tbody th[scope=col] {
	vertical-align: middle;
	padding: 6px 15px 8px 15px;
	text-align: left
}

table tbody tr:nth-child(odd) {
	background-color: #fdfdfd
}

@media (min-width: 1200px) {
	.address-block {
		margin-left: 85px
	}
}

@media (min-width: 992px) {
	.address-block {
		color: #fdfdfd
	}
}

.address-block p {
	line-height: 1.8;
	margin: 0
}

.address-block p + p {
	margin-top: 16px
}

.address-block h4 {
	margin: 8px 0;
	letter-spacing: .1em;
	font-family: 'Crimson Text', serif
}

.text-replace {
	display: block;
	text-indent: -99999em
}

.page-header .logo {
	background-repeat: no-repeat;
	width: 160px;
	height: 116px;
	background-size: 100% 100%;
	background-image: url(../Images/logos/logo_marianum.png);
	background-image: url(../Images/logos/logo_marianum.svg), none;
	/*position: absolute;*/
	margin-left: 33px;
	margin-top: 18px;
	-webkit-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out
}

@media (min-width: 748px) {
	.page-header .logo {
		margin-left: 118px
	}
}

@media (min-width: 1200px) {
	.page-header .logo {
		margin-left: 218px;
		margin-top: 27px
	}
}

.page-header .logo a {
	display: block;
	height: inherit
}

.page-header .logo.inactive {
	opacity: 0;
	pointer-events: none
}

.search-wrapper {
	display: none
}

.search-wrapper ::-webkit-input-placeholder {
	color: #b7103e;
	opacity: 1
}

.search-wrapper :-moz-placeholder {
	color: #b7103e;
	opacity: 1
}

.search-wrapper ::-moz-placeholder {
	color: #b7103e;
	opacity: 1
}

.search-wrapper :-ms-input-placeholder {
	color: #b7103e;
	opacity: 1
}

@media (min-width: 748px) {
	.search-wrapper {
		display: block
	}

	.search-wrapper input {
		width: 200px
	}
}

@media (max-width: 747px) {
	.search-wrapper {
		width: 100%;
		background: #b7103e;
		padding: 8px 13px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		left: 0;
		top: 80px;
		display: block;
		max-height: 0;
		overflow: hidden;
		opacity: 0;
		-webkit-transition: all .25s ease-in-out;
		transition: all .25s ease-in-out
	}

	.search-wrapper.active {
		max-height: 75px;
		overflow: visible;
		opacity: 1
	}

	.search-wrapper input {
		width: 200px;
		border-radius: 0;
		width: -webkit-calc(100% - 57px);
		width: calc(100% - 57px)
	}
}

.search-wrapper button, .search-toggle {
	background-color: #fdfdfd;
	color: #b86c82;
	width: 50px;
	height: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 12px 12px;
	position: absolute;
	text-transform: uppercase;
	font-weight: 600;
	font-size: .75em;
	letter-spacing: .1em;
	top: 16px;
	right: 16px;
	-webkit-tap-highlight-color: transparent
}

@media (min-width: 748px) {
	.search-wrapper button, .search-toggle {
		text-indent: -9999em;
		width: 32px;
		height: 32px;
		top: 1px;
		right: 1px
	}
}

@media (max-width: 747px) {
	.search-wrapper button {
		top: 0;
		background: #b7103e
	}
}

.search-toggle {
	text-indent: -9999em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

@media (max-width: 747px) {
	.search-toggle.active {
		background-color: #b7103e;
		border: solid 1px #fdfdfd
	}

	.search-toggle.active:after {
		content: "";
		width: 100%;
		position: absolute;
		background: #b7103e;
		height: 16px;
		top: 100%;
		margin-top: 1px;
		display: block
	}

	.search-toggle.active svg path {
		fill: #fdfdfd
	}

	.search-toggle span {
		display: block;
		position: relative;
		margin-top: 4px
	}

	.search-toggle span svg {
		position: absolute;
		left: 20px;
		width: 12px;
		height: 12px
	}

	.search-toggle span svg path {
		stroke: none;
		-webkit-transition: all .25s ease-in-out;
		transition: all .25s ease-in-out
	}
}

a.toggle-menu-header {
	background-color: #fff;
	position: absolute;
	background-repeat: no-repeat;
	padding: 13px 16px;
	-webkit-tap-highlight-color: transparent;
	display: none;
	left: 13px;
	top: 16px;
	background-size: 17px 10px;
	height: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-transform: uppercase;
	font-weight: 600;
	color: #b7103e;
	opacity: 0;
	max-height: 0;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	opacity: 1;
	max-height: 50px
}

a.toggle-menu-header span {
	display: block;
	width: 17px;
	height: 10px
}

a.toggle-menu-header span svg {
	width: 17px;
	height: 10px
}

a.toggle-menu-header span svg path {
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	stroke: none
}

a.toggle-menu-header.menu {
	background-color: #b7103e;
	color: #fdfdfd;
	border: solid 1px #fdfdfd
}

a.toggle-menu-header.menu path {
	fill: #fdfdfd
}

.center {
	display: block;
	margin: 0 auto
}

.more-link {
	text-transform: uppercase;
	padding-right: 12px;
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 6px 10px
}

.link-list li {
	display: inline-block;
	margin-right: 40px
}

a.btn-link {
	display: block;
	padding: 20px;
	text-align: center;
	background: #b7103e;
	color: #fdfdfd;
	text-transform: uppercase
}

a.btn-link.secondary {
	color: #333;
	background: #ccc;
	display: none
}

@media (min-width: 1200px) {
	a.btn-link.secondary {
		display: block
	}
}

.slick-prev, .slick-next {
	position: absolute;
	left: -40px;
	top: 50%;
	margin-top: -30px;
	width: 40px;
	height: 80px;
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: center;
	background-size: 20px auto
}

@media (min-width: 748px) {
	.slick-prev, .slick-next {
		left: -50px
	}
}

.slick-prev:active, .slick-prev:focus, .slick-next:active, .slick-next:focus {
	border: none
}

.slick-next {
	left: auto;
	right: -40px
}

@media (min-width: 748px) {
	.slick-next {
		right: -50px
	}
}

.group-navigation .icon-stars .st0 {
	stroke: #fdfdfd
}

.group-navigation .icon-stars path {
	fill: #fdfdfd
}

.icon-stars {
	width: 82px;
	height: 42px
}

.icon-stars svg {
	width: 82px;
	height: 42px
}

@media (min-width: 992px) {
	.page-footer .icon-stars .st0 {
		stroke: #fdfdfd
	}

	.page-footer .icon-stars path {
		fill: #fdfdfd
	}
}

.googlemap .canvas {
	position: relative
}

.googlemap .canvas:after {
	content: "";
	display: block;
	padding-bottom: 49.5%
}

.main .job-list h1 {
	margin-bottom: 40px
}

.job-item.background-alt, .news-list-view .article, .tx-indexedsearch-res, .accordeon-list-view .article {
	background: 0 0;
	padding: 0 15px;
	margin: 0 -15px
}

.job-item.background-alt:nth-of-type(odd), .news-list-view .article:nth-of-type(odd), .tx-indexedsearch-res:nth-of-type(odd), .accordeon-list-view .article:nth-of-type(odd) {
	background: #fdfdfd
}

@media (max-width: 1199px) {
	.job-item.background-alt, .news-list-view .article, .tx-indexedsearch-res, .accordeon-list-view .article {
		margin: 0;
		padding: 0 15px
	}
}

.job-item.background-alt h2, .news-list-view .article h2, .tx-indexedsearch-res h2, .accordeon-list-view .article h2 {
	padding: 15px 0;
	margin: 0;
	position: relative;
	color: #000
}

.job-item.background-alt h2, .tx-indexedsearch-res h2, .accordeon-list-view .accordeon-el-header h2 {
	cursor: pointer;
}

.job-item.background-alt span, .news-list-view .article span, .tx-indexedsearch-res span, .accordeon-list-view .article span {
	position: absolute;
	right: 0;
	top: 16px
}

.job-item.background-alt span svg, .news-list-view .article span svg, .tx-indexedsearch-res span svg, .accordeon-list-view .article span svg {
	width: 22px;
	height: 13px;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out
}

.job-item.background-alt span path, .news-list-view .article span path, .tx-indexedsearch-res span path, .accordeon-list-view .article span path {
	stroke: none;
	fill: #333
}

.accordeon-list-view .accordeon-el-header {
	position: relative
}

.job-item.background-alt span, .accordeon-list-view .accordeon-el-header span {
	top: 28px
}

.accordeon-list-view .accordeon-el-header h2 {
	padding: 0
}

.accordeon-list-view .accordeon-body {
	margin-bottom: 30px
}

.tx-indexedsearch-res span {
	position: static
}

.main .right-col .news {
	margin-top: 0
}

.job-item.background-alt .job-item-title, .news-list-view .news-header, .accordeon-list-view .accordeon-el-header {
	max-width: none
}

.job-item.background-alt .job-item-title.open svg, .news-list-view .news-header.open svg, .accordeon-list-view .accordeon-el-header.open svg {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.job-item.background-alt .job-item-title.open h2, .news-list-view .news-header.open h2, .accordeon-list-view .accordeon-el-header.open h2 {
	white-space: normal
}

.job-item.background-alt .job-item-title, .accordeon-list-view .accordeon-el-header {
	padding: 25px 0
}

p + .job-item.background-alt {
	margin-top: 40px
}

.main .job-item h2 + div {
	margin-top: 0
}

.job-application-link a {
	margin: 20px 0 40px 0;
	display: inline-block
}

.partnerlist {
	overflow: hidden;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-right: -15px
}

@media (min-width: 748px) {
	.partnerlist {
		margin-right: -30px
	}
}

@media (min-width: 1200px) {
	.partnerlist {
		margin-right: 78px
	}
}

.partner {
	width: 50%;
	height: 50%;
	float: left;
	font-size: .75em;
	display: block;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	position: relative;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-right: solid 15px #f1f3f2;
	border-bottom: solid 15px #f1f3f2
}

@media (min-width: 748px) {
	.partner {
		width: 33%;
		height: 33%
	}
}

@media (min-width: 1200px) {
	.partner {
		width: 25%;
		height: 25%
	}
}

@media (min-width: 748px) {
	.partner {
		border-right: solid 30px #f1f3f2;
		border-bottom: solid 30px #f1f3f2
	}
}

@media (min-width: 1200px) {
	.partner {
		border-right: solid 20px #f1f3f2;
		border-bottom: solid 20px #f1f3f2
	}
}

.partner a {
	width: 100%;
	padding: 13px;
	display: block;
	text-align: center;
	border: none;
	position: relative
}

.partner a:hover {
	border: none
}

.partner a:after {
	content: "";
	display: block;
	padding-bottom: 100%
}

.partner .innercontent {
	position: absolute;
	bottom: 13px;
	left: 50%;
	width: 100%;
	max-height: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

@media (max-width: 400px) {
	.partner .innercontent {
		font-size: 10px
	}
}

.partner .title {
	color: #333
}

.partner img {
	position: absolute;
	left: 50%;
	max-width: 90%;
	max-width: -webkit-calc(100% - 26px);
	max-width: calc(100% - 26px);
	width: auto;
	height: auto;
	max-height: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.main .right-col .partner a {
	border: none
}

.main .right-col .partner a:hover {
	border: none
}

.news-list-view .news-header {
	padding: 26px 0;
	cursor: pointer;
	position: relative
}

.news-list-view .news-header h2 {
	padding: 7px 59px 0 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin: 0
}

.news-list-view .news-header span {
	top: 50%;
	right: 17px;
	margin-top: -6px
}

.news-list-view .news-header span path {
	fill: #333
}

.news-list-view .news-header time {
	font-style: italic;
	font-family: 'Crimson Text', serif;
	font-size: .875em;
	font-weight: 600
}

.news .page-navigation, .joblist .page-navigation, .main .right-col .tx-indexedsearch-browsebox {
	margin-top: 16px
}

@media (min-width: 748px) {
	.news .page-navigation, .joblist .page-navigation, .main .right-col .tx-indexedsearch-browsebox {
		margin-left: -15px
	}
}

.news .page-navigation p, .joblist .page-navigation p, .main .right-col .tx-indexedsearch-browsebox p {
	display: none
}

@media (max-width: 1199px) {
	.news .page-navigation ul, .joblist .page-navigation ul, .main .right-col .tx-indexedsearch-browsebox ul {
		text-align: center
	}
}

.news .page-navigation ul li, .joblist .page-navigation ul li, .main .right-col .tx-indexedsearch-browsebox ul li {
	display: inline-block;
	text-align: center;
	font-family: 'Crimson Text', serif;
	padding: 0;
	font-size: 1.125em
}

.news .page-navigation ul li:before, .joblist .page-navigation ul li:before, .main .right-col .tx-indexedsearch-browsebox ul li:before {
	display: none
}

.news .page-navigation ul li a, .joblist .page-navigation ul li a, .main .right-col .tx-indexedsearch-browsebox ul li a {
	font-family: 'Crimson Text', serif;
	border-radius: 50%;
	display: block;
	padding: 4px;
	width: 48px;
	height: 48px;
	vertical-align: top;
	padding-top: 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: 0 0;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	position: relative;
	color: #333
}

@media (min-width: 992px) {
	.news .page-navigation ul li a, .joblist .page-navigation ul li a, .main .right-col .tx-indexedsearch-browsebox ul li a {
		width: 32px;
		height: 32px;
		padding-top: 0;
		line-height: 32px
	}
}

.news .page-navigation ul li a:before, .joblist .page-navigation ul li a:before, .main .right-col .tx-indexedsearch-browsebox ul li a:before {
	display: none
}

.news .page-navigation ul li a:hover, .joblist .page-navigation ul li a:hover, .main .right-col .tx-indexedsearch-browsebox ul li a:hover {
	border: none
}

.news .page-navigation ul li.current, .news .page-navigation ul li a:hover, .joblist .page-navigation ul li.current, .joblist .page-navigation ul li a:hover, .news .page-navigation ul li.tx-indexedsearch-browselist-currentPage a, .main .right-col .tx-indexedsearch-browsebox ul li.current, .main .right-col .tx-indexedsearch-browsebox ul li a:hover, .main .right-col .tx-indexedsearch-browsebox ul li.tx-indexedsearch-browselist-currentPage a {
	background: #b7103e;
	color: #fdfdfd
}

.news .page-navigation ul li.current, .joblist .page-navigation ul li.current, .news .page-navigation ul li.tx-indexedsearch-browselist-currentPage a, .main .right-col .tx-indexedsearch-browsebox ul li.current, .main .right-col .tx-indexedsearch-browsebox ul li.tx-indexedsearch-browselist-currentPage a {
	border-radius: 50%;
	width: 48px;
	padding: 0;
	height: 48px;
	line-height: 48px
}

@media (min-width: 992px) {
	.news .page-navigation ul li.current, .joblist .page-navigation ul li.current,  .news .page-navigation ul li.tx-indexedsearch-browselist-currentPage a, .main .right-col .tx-indexedsearch-browsebox ul li.current, .main .right-col .tx-indexedsearch-browsebox ul li.tx-indexedsearch-browselist-currentPage a {
		width: 32px;
		height: 32px;
		padding-top: 0;
		line-height: 32px
	}
}

.main .right-col .tx-indexedsearch-browsebox p {
	display: block
}

.news-content p {
	margin: 0
}

.news-content p + p {
	margin-top: 35px
}

.news-content .image-beside, .news-content .text-single {
	margin-bottom: 30px
}

.text-single table {
	margin: 20px 0
}

.fix-wrapper {
	-webkit-transition: -webkit-transform 0s;
	transition: transform 0s
}

.fix-wrapper h2 {
	position: absolute;
	left: 80px;
	top: 23px;
	display: none
}

@media (min-width: 748px) {
	.fix-wrapper h2 {
		font-size: 1.15em;
		top: 15px
	}
}

@media (max-width: 400px) {
	.fix-wrapper h2 {
		top: 19px;
		width: 105px;
		font-size: .7em
	}
}

.fix-wrapper h2 a {
	color: #fdfdfd
}

.fix-wrapper.prepare-animation {
	position: fixed;
	-webkit-transform: translateY(-80px);
	-ms-transform: translateY(-80px);
	transform: translateY(-80px)
}

.fix-wrapper.prepare-animation:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 80px;
	background: #b7103e
}

.fix-wrapper.prepare-animation h2, .fix-wrapper.prepare-animation a.toggle-menu-header {
	display: block
}

.fix-wrapper.animate {
	-webkit-transition: -webkit-transform .25s ease-in-out;
	transition: transform .25s ease-in-out
}

.fix-wrapper.pin {
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px)
}

.main .right-col .Tx-Formhandler {
	overflow: hidden;
	margin-top: 40px
}

.main .right-col .Tx-Formhandler input,
.main .right-col .tx-powermail input,
.main .right-col .Tx-Formhandler textarea,
.main .right-col .tx-powermail textarea,
.main .right-col .Tx-Formhandler .dropdown label,
.main .right-col .tx-powermail .selectfield label {
	border: solid 1px #979797;
	background: #f1f3f2;
	width: 100%;
	padding: 0 13px;
	margin-bottom: 13px;
	font-size: .875em;
	line-height: 34px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.main .right-col .Tx-Formhandler input:focus,
.main .right-col .Tx-Formhandler textarea:focus,
.main .right-col .tx-powermail textarea:focus,
.main .right-col .Tx-Formhandler .dropdown label:focus,
.main .right-col .tx-powermail .selectfield label:focus {
	border: solid 1px #333;
	outline: 0
}

.main .right-col .tx-powermail .form-group.file input {
    padding: 0;
}

.main .right-col .Tx-Formhandler .col-sm-6,
.main .right-col .tx-powermail .col-sm-6 {
	padding: 0
}

@media (min-width: 748px) {
	.main .right-col .Tx-Formhandler .col-sm-6,
        .main .right-col .tx-powermail .col-sm-6 {
		padding-right: 15px
	}
}

@media (min-width: 992px) {
	.main .right-col .Tx-Formhandler .col-sm-6,
        .main .right-col .tx-powermail .col-sm-6 {
		padding: 0;
		padding-right: 100px
	}
}

.main .right-col .Tx-Formhandler textarea,
.main .right-col .tx-powermail textarea {
	min-height: 142px
}

.main .right-col .Tx-Formhandler ::-webkit-input-placeholder,
.main .right-col .tx-powermail ::-webkit-input-placeholder {
	color: #979797;
	opacity: 1
}

.main .right-col .Tx-Formhandler :-moz-placeholder,
.main .right-col .tx-powermail :-moz-placeholder {
	color: #979797;
	opacity: 1
}

.main .right-col .Tx-Formhandler ::-moz-placeholder,
.main .right-col .tx-powermail ::-moz-placeholder {
	color: #979797;
	opacity: 1
}

.main .right-col .Tx-Formhandler :-ms-input-placeholder,
.main .right-col .tx-powermail :-ms-input-placeholder {
	color: #979797;
	opacity: 1
}

.main .right-col .Tx-Formhandler .form-group.dropdown,
.main .right-col .tx-powermail .form-group.selectfield,
.main .right-col .tx-powermail .powermail_fieldwrap_type_select.selectfield {
	position: relative
}

.main .right-col .Tx-Formhandler .dropdown label,
.main .right-col .tx-powermail .selectfield label {
	width: 100%;
	display: block;
	color: #979797;
	height: 34px;
	background-position: right center;
	background-repeat: no-repeat;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAiCAAAAAAfLFQeAAAARElEQVR4AWN4ShAMQyWjSvJsoKAAp5LrPhAVvjdwW7QNomQ7Pre0gVR04HXugygbm5gH+H100tHpFCFPz18wHKNxVAkAJkXyoIDVl3IAAAAASUVORK5CYII=)
}

.main .right-col .Tx-Formhandler .dropdown label.focus,
.main .right-col .tx-powermail .selectfield label.focus {
	border: solid 1px #333
}

.main .right-col .Tx-Formhandler .dropdown select,
.main .right-col .tx-powermail .selectfield select {
	position: absolute;
	background: 0 0;
	height: 34px;
	line-height: 34px;
	display: block;
	width: 100%;
	opacity: 0;
	top: 0;
	left: 0
}

.main .right-col .Tx-Formhandler .checkbox,
.main .right-col .tx-powermail .checkbox {
	margin-bottom: 6px
}

.main .right-col .Tx-Formhandler .checkbox label,
.main .right-col .tx-powermail .checkbox label {
	font-size: .875em;
	position: relative;
	padding-left: 30px;
	display: block
}

.main .right-col .tx-powermail .checkbox label {
    line-height: 1;
    margin-bottom: 10px;
    margin-top: 0;
    padding-top: 3px;
}

.main .right-col .Tx-Formhandler .checkbox label:before,
.main .right-col .tx-powermail .checkbox label:before {
	content: "";
	display: block;
	border: solid 1px #979797;
	height: 15px;
	width: 15px;
	top: 2px;
	left: 0;
	position: absolute
}

.main .right-col .Tx-Formhandler .checkbox label.checked:after,
.main .right-col .tx-powermail .checkbox label.checked:after {
	content: "";
	display: block;
	width: 16px;
	height: 17px;
	top: -3px;
	left: 4px;
	position: absolute;
	background-repeat: no-repeat;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAQAAAB+puRPAAAAlUlEQVR4AXXPQRGDMBCF4SchEpAQCbn/l0iIlErAQXFSCYkDcAAO2swOtENZeAcO75vdje4+BiYaVfgpvHtWol9HNgMJeXWgWV2QD0arn8gHyeqKfBBY7LjBB8f4jHyQfttdYONnwhlklh71PI63n8G2b432H9E/qFY0ml0frmDqxZGCriB/6xfygJh3kO5A7mR1xls+pwaNO/F0xqEAAAAASUVORK5CYII=)
}

.main .right-col .Tx-Formhandler .checkbox label.focus:before,
.main .right-col .tx-powermail .checkbox label.focus:before {
	border: solid 1px #333
}

.main .right-col .Tx-Formhandler input[type=checkbox],
.main .right-col .tx-powermail input[type=checkbox] {
	opacity: 0;
	position: absolute
}

.main .right-col .Tx-Formhandler .textfield label, .main .right-col .Tx-Formhandler .textarea label {
	display: none
}

.main .right-col .Tx-Formhandler .has-error input {
	border-color: #c00;
	color: #c00
}

.main .right-col .Tx-Formhandler button,
.main .right-col .tx-powermail button.powermail_submit {
	color: #fdfdfd;
	text-transform: uppercase;
	letter-spacing: .1em;
	height: 46px;
	line-height: 46px;
	font-size: .875em;
	padding: 0 55px;
	margin-top: 3px
}

@media (min-width: 748px) and (max-width: 991px) {
	.main .right-col .Tx-Formhandler button,
        .main .right-col .tx-powermail button.powermail_submit {
		margin-top: 18px
	}
}

@media (min-width: 992px) {
	.main .right-col .Tx-Formhandler button,
        .main .right-col .tx-powermail button.powermail_submit {
		margin-top: 20px
	}
}

.main .right-col .Tx-Formhandler span.spacer,
.main .right-col .tx-powermail span.spacer {
	display: block;
	height: 34px
}

.main .right-col .Tx-Formhandler .inline-left-small-md {
	width: 33%;
	float: left
}

.main .right-col .Tx-Formhandler .inline-left-big-md {
	width: 66%;
	width: -webkit-calc(67% - 14px);
	width: calc(67% - 14px);
	margin-left: -webkit-calc(14px);
	margin-left: calc(14px);
	float: left
}

@media (min-width: 748px) and (max-width: 991px) {
	.main .right-col .Tx-Formhandler .inline-left-big-md {
		width: -webkit-calc(67% - 2px);
		width: calc(67% - 2px);
		margin-left: -webkit-calc(2px);
		margin-left: calc(2px)
	}
}

.main .right-col .Tx-Formhandler p,
.main .right-col .tx-powermail .powermail_fieldwrap_type_check p,
.main .right-col .tx-powermail .form-group.file label {
	margin-bottom: 12px;
	margin-top: 6px
}

.main .right-col .tx-powermail .form-group.file .powermail_field {
    margin-top: 12px;
}

form.application .form-group.message {
    margin-bottom: 8px;
}

.main .right-col .tx-powermail label {
    font-size: .875em;
    line-height: 1.8;
    margin-bottom: 12px;
    margin-top: 6px;
}

.link-list-news {
	font-size: .875em;
	letter-spacing: .1em
}

.right-col li {
	font-size: .875em
}

.background-alt {
	background: #fdfdfd;
	overflow: auto
}

@media (max-width: 747px) {
	.background-alt.image-beside .text {
		padding: 0 13px
	}
}

.main .bahn-html-embed {
	overflow: hidden
}

.main .bahn-html-embed div {
	margin-top: 30px
}

.main .bahn-html-embed h2 {
	margin-bottom: 40px
}

@media (min-width: 992px) {
	.main .bahn-html-embed p {
		max-width: 200px
	}
}

.maps-link {
	display: block
}

.teaser-md-2-1 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

@media (min-width: 992px) {
	.teaser-md-2-1 {
		padding-right: 25px
	}
}

@media (min-width: 1200px) {
	.teaser-md-2-1 {
		padding-right: 85px
	}
}

.teaser-md-2-1 .col-md-4, .teaser-md-2-1 .col-md-8 {
	display: block;
	padding: 0
}

@media (min-width: 992px) {
	.teaser-md-2-1 .col-md-4, .teaser-md-2-1 .col-md-8 {
		float: left
	}
}

@media (min-width: 992px) {
	.teaser-md-2-1 .col-md-8 {
		width: 66.66%
	}
}

.teaser-md-2-1 .col-md-8 img {
	width: 100%;
	display: block
}

@media (min-width: 748px) and (max-width: 991px) {
	.teaser-md-2-1 .col-md-8 img {
		width: auto
	}
}

.teaser-md-2-1 .col-md-4 {
	padding: 30px 20px
}

.teaser-md-2-1:after {
	content: "";
	display: block;
	clear: both
}

.teaser-md-2-1 p, .teaser-md-2-1 span {
	color: #333;
	font-size: .875em
}

@media (min-width: 748px) and (max-width: 991px) {
	.teaser-md-2-1 .col-md-4 {
		padding: 30px 0
	}
}

.grid-1-1 .col-md-6 {
	padding-left: 0
}

.teaser-slider {
	margin: 0 40px
}

@media (max-width: 747px) {
	.teaser-slider {
		margin-left: 42px;
		margin-right: 42px
	}
}

@media (max-width: 400px) {
	.teaser-slider {
		margin-left: 26px;
		margin-right: 26px
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.teaser-slider {
		margin-right: 58px
	}
}

.teaser-slider h3 {
	text-transform: uppercase
}

.teaser-slider h3.visible-xs {
	text-align: center
}

.teaser-slider .teaser-item {
	background: #fdfdfd;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-right: solid 10px #f1f3f2;
	border-left: solid 10px #f1f3f2;
	float: left
}

@media (min-width: 992px) {
	.teaser-slider .teaser-item {
		width: 50%
	}
}

@media (min-width: 992px) {
	.teaser-slider .teaser-item {
		width: 33.33%
	}
}

.teaser-slider .teaser-item img {
	display: block;
	width: 100%
}

.teaser-slider .teaser-item .inner {
	padding: 55px 35px
}

.teaser-slider .teaser-item .inner h1 + h2 {
	margin-top: 35px
}

.teaser-slider .teaser-item a.more-link {
	color: #333;
	font-size: .875em;
	margin-top: 35px;
	display: inline-block
}

.teaser-slider:after {
	content: "";
	display: block;
	clear: both
}

.teaser-slider button {
	top: 15%
}

.teaser-slider button .slick-next {
	right: -40px
}

.teaser-slider button .slick-prev {
	margin-left: 10px
}

@media (max-width: 400px) {
	.teaser-slider button {
		width: 20px;
		left: -20px
	}

	.teaser-slider .slick-next {
		right: -20px;
		left: auto
	}
}

@media (min-width: 748px) {
	.contact-teaser {
		margin-left: -15px;
		padding-left: 15px
	}

	.contact-teaser .image-wrap {
		margin-left: -15px
	}
}

.help-block {
	display: none
}

.teaser-block-news p {
	margin-bottom: 8px
}

.rooms.map {
	margin-left: -15px;
	margin-right: 15px;
	padding: 15px;
	overflow: hidden;
	position: relative
}

@media (max-width: 991px) {
	.rooms.map {
		margin-right: 0
	}
}

@media (max-width: 747px) {
	.rooms.map {
		margin-left: 0
	}
}

.rooms.map svg {
	width: 100%;
	position: relative
}

.rooms.map svg:after {
	content: "";
	display: block;
	padding-bottom: 54.1%
}

.rooms.map .inner-container {
	position: relative;
	display: inline-block;
	width: 100%;
	padding-bottom: 54.1%;
	vertical-align: middle;
	overflow: hidden
}

.rooms.map .inner-container img, .rooms.map .inner-container svg {
	position: absolute;
	display: inline-block;
	top: 0;
	left: 0
}

.rooms-table {
	width: 100%
}

.rooms-table .td-0 {
	white-space: nowrap
}

.rooms-table td {
	cursor: pointer
}

.roomtrigger {
	cursor: pointer
}

.table-wrapper {
	position: relative
}

.table-wrapper table.pinned {
	background: #f1f3f2;
	float: left;
	width: 50%
}

@media (max-width: 747px) {
	.table-wrapper table.pinned td {
		white-space: normal
	}
}

.table-wrapper .scrollable {
	width: 300px;
	float: left;
	overflow: hidden;
	position: relative
}

.table-wrapper .scrollable .scrollableInner {
	padding-bottom: 16px
}

.table-wrapper .scrollable .scrollableInner:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	height: -webkit-calc(100% - 16px);
	height: calc(100% - 16px);
	width: 12px;
	z-index: 1;
	background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .25)), to(transparent));
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, .25) 0, transparent 100%);
	background: linear-gradient(to right, rgba(0, 0, 0, .25) 0, transparent 100%)
}

.table-wrapper .scrollable .scrollableInner:after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	height: -webkit-calc(100% - 16px);
	height: calc(100% - 16px);
	width: 12px;
	background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .25)), to(transparent));
	background: -webkit-linear-gradient(right, rgba(0, 0, 0, .25) 0, transparent 100%);
	background: linear-gradient(to left, rgba(0, 0, 0, .25) 0, transparent 100%)
}

.table-wrapper .scrollable .scrollableInner table {
	margin-left: 0;
	position: relative
}

@media (max-width: 991px) {
	.table-wrapper .scrollable .scrollableInner table th, .table-wrapper .scrollable .scrollableInner table td {
		text-align: center;
		padding-left: 16px;
		padding-right: 16px
	}
}

@media (max-width: 747px) {
	.table-wrapper .scrollable .scrollableInner table th, .table-wrapper .scrollable .scrollableInner table td {
		text-align: center;
		padding-left: 24px;
		padding-right: 24px
	}
}

.table-wrapper:after {
	content: "";
	display: block;
	clear: both
}

.iScrollHorizontalScrollbar {
	position: absolute;
	height: 16px;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	border-radius: 8px;
	background-color: #d7d7d7;
	border: solid 1px #bababa
}

.iScrollHorizontalScrollbar.iScrollBothScrollbars {
	right: 18px
}

.iScrollIndicator {
	position: absolute;
	background: #b4d5ee;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b4d5ee), color-stop(4%, #8ec0e5), color-stop(100%, #6aacdd));
	background: -webkit-linear-gradient(top, #b4d5ee 0, #8ec0e5 4%, #6aacdd 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#b4d5ee), color-stop(4%, #8ec0e5), to(#6aacdd));
	background: linear-gradient(to bottom, #b4d5ee 0, #8ec0e5 4%, #6aacdd 100%);
	border-width: 1px;
	border-style: solid;
	border-color: #3c95d8;
	border-radius: 8px;
	height: 14px;
	margin-top: 0
}

.iScrollVerticalScrollbar .iScrollIndicator {
	width: 100%
}

.image-center.image-above img {
	margin: 0 auto;
	display: block
}

.image-row + .image-row {
	margin-top: 20px
}

.image-beside-left .image-wrap, .image-beside-right .image-wrap {
	width: 100%;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

@media (min-width: 748px) {
	.image-beside-left .image-wrap, .image-beside-right .image-wrap {
		float: left;
		width: 50%;
		padding-right: 12px;
		margin-bottom: 0
	}
}

@media (max-width: 747px) {
	.image-beside-left .image-wrap img, .image-beside-right .image-wrap img {
		width: 100%;
		height: auto
	}
}

.image-beside-left .text, .image-beside-right .text {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

@media (min-width: 748px) {
	.image-beside-left .text, .image-beside-right .text {
		float: left;
		width: 50%;
		padding-left: 12px
	}
}

.image-beside-left .text p:first-child, .image-beside-right .text p:first-child {
	margin-top: -6px
}

.image-beside-left:after, .image-beside-right:after {
	content: "";
	display: block;
	clear: both
}

.image-beside-left figcaption, .image-beside-right figcaption {
	display: none
}

@media (min-width: 748px) and (max-width: 991px) {
	.background-alt {
		padding: 13px
	}
}

@media (min-width: 992px) {
	.image-beside-right .image-wrap {
		float: right;
		padding-right: 0;
		padding-left: 12px
	}
}

@media (min-width: 748px) {
	.image-beside-right .text {
		float: right;
		padding-right: 12px;
		padding-left: 0
	}
}

.image-row figure.image,
.ce-row figure.image {
	display: inline-block;
	margin-right: 8px;
	margin-bottom: 8px
}

.image-row figure.image img,
.ce-row figure.image img {
	height: 59px;
	width: auto !important
}

.image-row figure.image figcaption.caption,
.ce-row figure.image figcaption.image-caption {
	display: none
}

@media (min-width: 748px) {
	.image-row figure.image,
        .ce-row figure.image {
		margin-bottom: 13px;
		margin-right: 13px
	}

	.image-row figure.image img,
        .ce-row figure.image img {
		height: 94px;
		width: auto !important
	}
}

@media (min-width: 992px) {
	.image-row figure.image,
        .ce-row figure.image {
		margin-bottom: 20px;
		margin-right: 20px
	}

	.image-row figure.image img,
        .ce-row figure.image img {
		height: 127px;
		width: auto !important
	}
}

.image-row figure.image a:hover,
.ce-row figure.image a:hover {
	border: none
}

.image-row:last-child {
	margin-bottom: -8px
}

@media (min-width: 748px) {
	.image-row:last-child {
		margin-bottom: -13px
	}
}

@media (min-width: 992px) {
	.image-row:last-child {
		margin-bottom: -20px
	}
}

.main .contact-teaser {
	padding-top: 0;
	padding-bottom: 0
}

.main .contact-teaser h2 {
	margin-bottom: 16px
}

@media (min-width: 992px) {
	.main .contact-teaser h2 {
		margin-top: 40px
	}
}

.main .contact-teaser .text-block-outer {
	margin-top: 0;
	margin-bottom: 40px
}

@media (min-width: 748px) {
	.main .contact-teaser .text-block-outer {
		display: table
	}
}

.main .contact-teaser .text-block-outer:after {
	content: "";
	display: block;
	clear: both
}

@media (min-width: 748px) {
	.main .contact-teaser .text-block-outer .text-block {
		display: table-cell;
		padding-right: 16px
	}
}

.main .contact-teaser .text-block-outer .text-block p {
	margin: 0
}

.csc-header + .image-beside-left {
	margin-top: 40px
}

.background-alt-padding {
	background: #fdfdfd;
	padding: 40px 13px
}

@media (min-width: 748px) {
	.background-alt-padding {
		padding: 40px 20px;
		margin-left: -15px;
		padding-left: 15px
	}
}

.right-col .csc-sitemap ul li {
	font-size: 14px
}

.right-col .csc-sitemap ul li:before {
	display: none
}

.contenttable {
	margin-top: 20px;
	margin-bottom: 20px
}

@media (min-width: 992px) {
	.application > div:first-child {
		padding-left: 0
	}
}

.file-wrapper {
	position: relative;
	border: solid 1px #979797;
	margin-top: 8px;
	display: block;
	padding: 0 13px;
	line-height: 34px
}

.file-wrapper span.file-button {
	opacity: .8;
	cursor: pointer;
	font-size: .875em
}

.file-wrapper input {
	opacity: 0;
	cursor: pointer;
	position: absolute
}

.main .right-col ol {
	padding-left: 16px;
	padding-right: 0
}

.main .right-col ol li {
	display: list-item;
	list-style-position: outside;
	padding-left: 0
}

.main .right-col ol li:before {
	display: none
}

.main {
	margin: 55px 13px
}

@media (min-width: 748px) {
	.main {
		margin: 55px 70px 50px 70px
	}
}

@media (min-width: 992px) {
	.main {
		margin: 55px 55px
	}
}

@media (min-width: 1200px) {
	.main {
		margin: 55px 0
	}
}

.main h1 {
	margin-bottom: 40px
}

.main nav.main-menu {
	font-weight: 600;
	line-height: 2.5;
	font-size: .75em
}

.main nav.main-menu a:hover, .main nav.main-menu a:active {
	color: #b86c82
}

.main .right-col > div + div {
	margin-top: 40px
}

@media (min-width: 748px) {
	.main .right-col > div + div {
		margin-top: 50px
	}
}

@media (min-width: 1200px) {
	.main .right-col > div + div {
		margin-top: 55px
	}
}

.main .right-col li {
	padding-left: 16px;
	position: relative;
	display: table
}

.main .right-col li:before {
	content: "~";
	position: absolute;
	left: 0;
	font-family: 'Crimson Text', serif
}

.main .right-col a {
	color: #b86c82;
	border-bottom: solid 1px transparent
}

.main .right-col a:hover {
	border-bottom: solid 1px #b86c82
}

.main .right-col figure a:hover {
	border-bottom: solid 1px transparent
}

.main .image-floater {
	display: inline-block;
	width: 100%;
	border: none;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

@media (min-width: 748px) {
	.main .image-floater {
		width: 49.5%;
		padding-right: 16px
	}
}

.main .image-floater a {
	cursor: -webkit-zoom-in;
	cursor: zoom-in
}

.main .image-floater img {
	width: 100%;
	height: auto
}

.main .image-content {
	display: inline-block;
	margin-top: 16px;
	border: none;
	vertical-align: top
}

@media (min-width: 748px) {
	.main .image-content {
		width: 49.5%;
		margin-top: 40px
	}
}

.main .image-content p {
	margin: 0
}

.main h2, .main h3 {
	margin: 20px 0
}

.main p + ul, .main ul + p, .main .csc-header + .csc-bulletlist {
	margin-top: 20px
}

.main h2 + h3, .main .csc-header + h3 {
	margin-top: -6px
}

@media (min-width: 992px) {
	.main {
		margin: 55px 0
	}
}

@media (min-width: 992px) {
	.main.homepage-grid {
		margin: 0 55px
	}
}

@media (min-width: 1200px) {
	.main.homepage-grid {
		margin: 0
	}
}

.main nav.main-menu {
	margin-top: -8px
}

.main h1, .main h2, .main h3, .main h4, .main p, .main li {
	max-width: 720px
}

.accordeon-trigger {
	-webkit-tap-highlight-color: transparent
}

.accordeon-content {
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out
}

@media (min-width: 992px) {
	.accordeon-content {
		opacity: 1;
		height: auto;
		max-height: none
	}
}

.accordeon-content.animateUp {
	opacity: 1
}

.accordeon-content.animateDown {
	opacity: 0
}

.accordeon-content.open {
	max-height: none;
	opacity: 1;
	-webkit-transition: all 0s !important;
	transition: all 0s !important
}

.accordeon-content .inner-accordeon {
	padding: 13px
}

@media (min-width: 992px) {
	.accordeon-content .inner-accordeon {
		padding: 0
	}
}

.main-menu ul ul, .job-item-content, .news-list-view .news-content, .accordeon-list-view .accordeon-el-content {
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out
}

.main-menu ul ul.animateUp, .job-item-content.animateUp, .news-list-view .news-content.animateUp, .accordeon-list-view .accordeon-el-content.animateUp {
	opacity: 1
}

.main-menu ul ul.animateDown, .job-item-content.animateDown, .news-list-view .news-content.animateDown, .accordeon-list-view .accordeon-el-content.animateDown {
	opacity: 0
}

.main-menu ul ul.open, .job-item-content.open, .news-list-view .news-content.open, .accordeon-list-view .accordeon-el-content.open {
	max-height: none;
	opacity: 1;
	-webkit-transition: all 0s;
	transition: all 0s
}

.tx-indexedsearch .tx-indexedsearch-whatis, .tx-indexedsearch .tx-indexedsearch-form label, .tx-indexedsearch .tx-indexedsearch-browsebox p + ul, .tx-indexedsearch .tx-indexedsearch-icon {
	display: none
}

.tx-indexedsearch h2 {
	color: #333
}

.tx-indexedsearch fieldset {
	margin: 0;
	padding: 0;
	position: relative
}

.tx-indexedsearch input.tx-indexedsearch-searchbox-sword {
	font-size: .875em;
	width: 294px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 13px
}

@media (min-width: 992px) {
	.tx-indexedsearch input.tx-indexedsearch-searchbox-sword {
		width: 319px
	}
}

.tx-indexedsearch input.tx-indexedsearch-searchbox-button {
	position: absolute;
	display: block;
	background-repeat: no-repeat;
	background-size: 13px auto;
	background-position: center;
	text-indent: -999em;
	left: 294px;
	margin-left: -34px;
	top: 1px;
	width: 32px;
	height: 32px
}

@media (min-width: 992px) {
	.tx-indexedsearch input.tx-indexedsearch-searchbox-button {
		left: 319px
	}
}

.tx-indexedsearch .tx-indexedsearch-browsebox p {
	font-style: italic;
	font-weight: 600;
	font-family: 'Crimson Text', serif;
	letter-spacing: .1em;
	margin-top: 55px;
	margin-bottom: 8px
}

@media (min-width: 992px) {
	.tx-indexedsearch .tx-indexedsearch-browsebox p {
		margin-left: 15px
	}
}

.tx-indexedsearch .tx-indexedsearch-res {
	margin-bottom: 30px
}

@media (max-width: 991px) {
	.tx-indexedsearch .tx-indexedsearch-res {
		padding-left: 0
	}
}

.tx-indexedsearch .tx-indexedsearch-res.res {
	position: relative;
	height: 101px;
	overflow: hidden;
	margin-bottom: 0;
	width: 100%
}

.tx-indexedsearch .tx-indexedsearch-res.res h2 {
	padding: 0;
	margin: 0;
	max-width: none
}

.tx-indexedsearch .tx-indexedsearch-res.res a {
	color: #333;
	position: absolute;
	display: block;
	width: 100%;
	height: 101px;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 28px 15px 28px 0;
	white-space: nowrap
}

@media (max-width: 991px) {
	.tx-indexedsearch .tx-indexedsearch-res.res a {
		padding-left: 15px
	}
}

.tx-indexedsearch .tx-indexedsearch-res.res a:hover {
	border: none
}

.tx-indexedsearch .tx-indexedsearch-res.res p {
	margin-top: 18px;
	margin-right: 15px
}

.tx-indexedsearch .tx-indexedsearch-res.res .tx-indexedsearch-descr {
	position: absolute;
	left: 15px;
	pointer-events: none;
	right: 80px;
	bottom: 22px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

@media (min-width: 992px) {
	.tx-indexedsearch .tx-indexedsearch-res.res .tx-indexedsearch-descr {
		right: 120px
	}
}

.tx-indexedsearch .tx-indexedsearch-res.res .tx-indexedsearch-descr strong {
	font-weight: 400
}

.tx-indexedsearch .tx-indexedsearch-res.res span.icon-arrow-right {
	position: absolute;
	width: 80px;
	top: 0;
	height: 101px;
	background: #f1f3f2;
	pointer-events: none
}

.tx-indexedsearch .tx-indexedsearch-res.res span.icon-arrow-right svg {
	right: 45px;
	top: 50%;
	margin-top: -11px;
	position: absolute;
	width: 13px;
	height: 22px
}

.tx-indexedsearch .tx-indexedsearch-res.res span.icon-arrow-right svg path {
	fill: #333
}

.tx-indexedsearch .tx-indexedsearch-res.res:nth-of-type(odd) span.icon-arrow-right {
	background: #fdfdfd
}

.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	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
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: 0
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block
}

.slick-track:before, .slick-track:after {
	content: "";
	display: table
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
    padding: 0 20px;
}

.slick-slide h1 {
    font-size: 1em;
    margin-top: 20px;
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block;
	width: 100%;
	height: auto
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-dots {
	position: absolute;
	right: 80px;
	bottom: 0
}

.slick-dots li {
	display: inline-block;
	width: 20px
}

.slick-dots button {
	display: inline-block;
	text-indent: -999em;
	width: 8px;
	height: 8px;
	background: #fdfdfd;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	position: relative
}

.slick-dots button:after {
	content: "";
	background: 0 0;
	width: 12px;
	height: 12px;
	display: block;
	border-radius: 50%;
	border: solid 1px transparent;
	position: absolute;
	left: 0;
	top: 0;
	margin: -4px 0 0 -4px
}

.slick-dots button:focus, .slick-dots button:active {
	border: solid 1px #fdfdfd
}

.slick-dots .slick-active button:after {
	border: solid 1px #fdfdfd
}

.slick-prev, .slick-next {
	display: none
}

/*! fancyBox 3.0.0 Beta 1 fancyapps.com | fancyapps.com/fancybox/#license */
#fancybox-loading, #fancybox-lock, .fancybox-wrap, .fancybox-skin, .fancybox-inner, .fancybox-error, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-wrap embed, a.fancybox-close, a.fancybox-expand, a.fancybox-nav, a.fancybox-nav span, .fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: 0;
	vertical-align: top;
	background-color: transparent;
	background-repeat: no-repeat;
	text-shadow: none
}

#fancybox-lock {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 8020;
	overflow-y: scroll;
	overflow-y: auto;
	overflow-x: auto;
	-webkit-transition: -webkit-transform .5s;
	-webkit-transform: translateX(0px)
}

.fancybox-lock-test {
	overflow-y: hidden !important
}

.fancybox-lock {
	overflow: hidden !important;
	width: auto
}

.fancybox-lock body {
	overflow: hidden !important
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
	-webkit-transform: translate3d(0, 0, 0)
}

.fancybox-opened {
	z-index: 8030
}

.fancybox-skin {
	border-style: solid;
	border-color: #ccc;
	background: #ccc;
	color: #444
}

.fancybox-inner {
	position: relative;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%
}

.fancybox-spacer {
	position: absolute;
	top: 100%;
	left: 0;
	width: 1px
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
	zoom: 1
}

a.fancybox-close {
	position: absolute;
	top: -28px;
	right: -28px;
	width: 28px;
	height: 28px;
	cursor: pointer;
	padding: 0;
	background-size: 100% 100%;
	z-index: 8040
}

@media (max-width: 991px) {
	a.fancybox-close {
		right: 0;
		top: -32px
	}
}

a.fancybox-nav {
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
	z-index: 8040;
	overflow: hidden
}

.fancybox-type-iframe a.fancybox-nav, .fancybox-type-inline a.fancybox-nav, .fancybox-type-html a.fancybox-nav {
	width: 70px
}

a.fancybox-prev {
	left: 0
}

a.fancybox-next {
	right: 0
}

a.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 28px;
	height: 28px;
	cursor: pointer;
	padding: 0 4px 4px 8px;
	margin-top: -20px;
	background-size: 100% 100%
}

a.fancybox-prev span {
	left: 0
}

a.fancybox-next span {
	right: 0;
	padding: 0 0 4px 12px
}

.fancybox-mobile a.fancybox-nav {
	max-width: 80px
}

a.fancybox-expand {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 46px;
	height: 46px;
	z-index: 8050;
	opacity: 0;
	filter: alpha(opacity=0);
	background-position: 0 -150px;
	zoom: 1;
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease
}

.fancybox-wrap:hover a.fancybox-expand {
	opacity: .5;
	filter: alpha(opacity=50)
}

.fancybox-wrap a.fancybox-expand:hover {
	opacity: 1;
	filter: alpha(opacity=100)
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
	width: 60px;
	height: 60px;
	background-color: #111;
	background-image: url(data:image/gif;base64,R0lGODlhGAAYAPcAAAAAAAUFBQkJCQ8PDxAQEBQUFBkZGSEhISYmJikpKS8vLzExMTQ0NDo6Oj8/P0BAQEVFRU1NTVRUVFlZWWVlZW9vb4eHh4mJiYyMjJOTk5WVlZqamp6enqKioq+vr7y8vMPDw8nJyc7OztPT09TU1Nzc3OLi4ubm5ggICA0NDRERERgYGB0dHSAgICQkJCsrKy0tLTMzM0NDQ1JSUl1dXXl5eX5+foWFhYiIiJSUlJycnKGhoaenp62trbCwsLS0tLu7u729vcLCwuXl5e7u7vX19fr6+gQEBAsLCwwMDBISEhcXFyIiIioqKjg4OD09PUdHR1tbW5mZmZ2dnaOjo6urq66urrGxsba2trq6ur+/v9DQ0PT09Pn5+RMTEyMjIzAwMERERExMTGZmZoaGhpaWls/Pz9XV1dvb2+Hh4Tw8PBYWFkZGRktLS1paWm5ubp+fn6CgoKysrL6+vs3NzZubm8DAwAoKClxcXD4+Pg4ODjk5OZCQkAYGBicnJywsLDIyMnh4eAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/i1NYWRlIGJ5IEtyYXNpbWlyYSBOZWpjaGV2YSAod3d3LmxvYWRpbmZvLm5ldCkAIfkEAQoAAAAsAAAAABgAGAAABvdAgHBIBCwWxWRSEBAOPp+BclrYVJwikRRgODSngMKHpAAMslLBIvEFS06ZwFnLZRCoBaGgY4II0AQMCEMBbQEYHhECAA0lGgITEwEHC1IBBAkHhBQgIxoMAhGDQwJ3AggMCwZFCRYiIRBTA0cHi0kBDxeaSgIHd0UCwUy2YEKFQgcZG8scDsUECgnSCb0aHRzYD88J0QkIaQMC4W1TTcdJA15Tvb9LlAvtRQS0xEIGC4JS4USXZqiqRA4kINBEjSYCdyhtKZCJXxtUd7jJWbALwLkk8zQFkIbMTjGLCRYs2sjGzBpytw6sEhJtSBeUHxEk+PhR3McgACH5BAEKAAAALAAAAAAYABgAAAf/gACCg4QBMC+EiYqCASiCKD49KYwBi4QFGBSCKUFBkwA1PCuWggU9QoicngAxQyKjpAARIzcBqikBO0Y0lioqjzkiMiidKBFFPo4AAZWMNjrDAAwhOCgzMyg7RDKCKi8tgwE0PkE3MCgQLoQvM7YuMTErzYIuNkA/Db3wLcqKDTYsLKFo8anQMkaxwh1E4eKFQxi/SKk45NAFihQuKL6I2IvioUnMDiZE2KvFvEQBWnBMhIIFvJWEVMRgwC/RCnguJuEidBEARgYxChBqAXFTDHC+ALSIAbLAt0LNArhg8OsFDFsM1FHqRVOQQ0EtGAiNFcCqo7KIfMK4SrYFLLTNDVaYHLkuLd1FKPpZCgQAIfkEAQoAAAAsAAAAABgAGAAAB/+AAIKDhABNLoWJiUdHgkg7O0iOjYqDSjZRgklWVkmCFVJLlYJKU1aIm1WeCiRZoqMAUFo1AEhWVZIaJxKVjI44WU62uBAmkYIGBoRMTUqCC1g1SFBQSBolDQBJUVtUksgLCy5JR08shE3VT1ddJzWUjixOC56KM0RcOwuVSUzfiU2oRIA3iBJBRQYHIWnCkKGzUUoUNJHYBMlChhIfVlLSUOI/WIsgsvhICAmLeomSyKO3MZy/QgYUiCOX5CMST0lcOFHwShATBQ+TLGACQIkzFgrqcSRaEJ5OTwyLOkEkyJciJU6IHokKgIkTjb0mfmPYCInEg4WOMFEGYGuTQQYMmKCF5eItSFgWQQYCACH5BAEKAAAALAAAAAAYABgAAAf/gACCg4QAX1+FiYqDSDkYSIJIR4uDR18GgikcUpAAYxhKlABHTWCQSJuQTUI9XqIAXgyImlJHR2QjYou2gwhgKaicD2Y5nQaug19NoQApYF9HDw9HOCEMAEgSQrWDBmBgCCkASpPJYUgMVENnFZ2RXwy/i2JoaWUviylf7oUIZWHlCPF6hQ1JCiUpxCFp8qLhC2aLJpiZaEbLi4VNGC4TJZGiEDACCRpMmDBRCgP8CCExIE4REngMWiZS8m1fIS9gGIQbx89gMwTxMPV6gSwFA0xKQn2RB6sJokoBfYXKOA4c1EVKZI2iaggMxF0MO2WchORFk4CKjiAQSqpJN2gECwkhcFsprsqUiQIBACH5BAEKAAAALAAAAAAYABgAAAf/gACCg4QASEiFiYqETS6DR0eLj18rg01NkQA0NkqSAEdNYIigTYJNHhudnkoMX6alRzZAYYuQgkcuYEpHL6VqQBaIAAUFhF9NqilgLABKnTY/L4ZiPziZACtgDC4pACnCgiwNSGAaIyAU14ZfYGDdimEhIjiliilf4IVfFmrqt/+ekKQY+M3QpYOqFs0AAQQIiB9NkBxs8iKhohkNG0Yj5E+RQIL5BN3rKOhFBzEkkbDTpZAIlw5g1GXb1m0XxxRHwvzocqLGtS8VRS5rVowdIiQ0RPAAZ+tTrk6XjigB40rQikqKCrT61EsQu2KeQLl7FQlJL5KTsJIatOIL2kUuCFy89SToEN1AACH5BAEKAAAALAAAAAAYABgAAAf/gACCg4QAAgKFiYqETS5Hi4pHXyuDTTCDK1+PkABNYCkARzBNjwKjm5BKDF+CTaQAXwxKi0ebRy5gSkeuAEpgLoNrs4NfTcMpYKxKs18woAJscDaoK2AMLqApqIbaYDhzPW7bAl9gn4sOWFk1wIopX4iKLDVO24O1nIJHhymHhq6uYAxbFKGHQTlxmggAOGqgojYGDSbUl2/QIX7xCCnRtKiJBjb2BJEz55BQhBJpNFwiVO0aKF2MJAhwQmXImTeEmh1L1ktXHCIQDEmgowEVPkG4QPGKUKRHvDVrFq1ZFYqXgDhG3OTbBQbRrpVghtChBEkSWQCnBNWgcrbirSYWBzNWFClXUSAAIfkEAQoAAAAsAAAAABgAGAAAB/+AAIKDhABISIWJioQvLouLR18Ggy8vR4IGX5ePRy9giJ0vgkgKlo+CBQxfgpWXXwxKkJsALmCxlQBKYC6bR7MAXy+xAClgq0qxXwopgkoKq4MGYAwuzEq/SMwpLgxgBYVIX2BgzIq6xoiKKV/piZHlir+Q2fSGlZUKw4thdf1xGezuVdKnqEGdDRvqACQkT9GhQ0faDVonkdAXHA0aGhK3bF+IERZEEZJGTZtEFxGQgNEwwg6FWcGGpXh2ZMIEJBpKNDAUwQOGWb4G1UqRQoQIJGFMdChX4JuiVKuKikhxJMMJCacAdCJHzCgzBSQ+OIUkSVCKEVMFVdgwKetEO3YIykV0W2hc1kAAIfkEAQoAAAAsAAAAABgAGAAAB/+AAIKDhAB3d4WJioQvLkeLikdfK4MvL48AK1+YkC9gKQBHloJ3CpeQgkoMX4KjAF8MSotHmEcuYLKjKQyOgrSEXy+yAClgrEqyX5+pCqyDKwq8oEqcobIptwpLhXfKuItKYMbVhEosiJFfw4TkqIp3lpYK64pKpqYvh/GW9IlKL/jyuUvUrpCSL+gSsajRoGA3MApAKWrwA4iNF4WWKADjIsWRGRgHfYFwRAGZDz3wcPoyT5AMIjvuzJhxh0wIBoYg6LDB6ZehK0Xa3Pnw4Y6METnQIVsUxciOIymIIiIzoo27FXSGgCEm5AOoF0J6bIO0gkcNQVG9ChqDoR9BdHcLrlxB53NgJQXuAgEAIfkEAQoAAAAsAAAAABgAGAAAB/+AAIKDhABISIWJioQvLouLR0wrgy8vR4IrLpePRy9giJ0vgkiVm49KDEyCpQBMDEqQpkxgSqEASmCOgkemrS+wAANgqkqwswOCSi+qgytgDC7IA4iDR9IuDGCThEiztIsDL6nUiQNM5IXdwIS8j4mbm6SVleuKyvMvSKHz9Yn3ldHeudvVrtCRCB1EKYqE7B2YDlyIzFiEaxi6IzVOdLmSB0kbXYJY5DmCBJu2QUh4bImCyEkJDR4jYMQCJtkyQiu2IelgAgKSKnKQOPmAg1rBRDNOaDAEFFENLRAGrvlAQtSAKlUQuZAzpV+hNVIqCLpapWEUG14NUtvZwWivgasEQC4KBAAh+QQBCgAAACwAAAAAGAAYAAAH/4AAgoOEAAIChYmKgwEuL4uLAV8rgy8vAYIrX5iQAC8LegABloICC5edAEoMX4KWmF8MXpGcAC4LSqOPegsujLUAXy9KgrytXsRfCqGqL62DKwoMLqF6wAHVtwuUhAJfC7iLvAtfiIpKBuaJksSFeu/vwJ2cC3Yi9yITnUoKlpYCCrTgy7fPX79q8PSogySPEYQyvhRJYpZIQZk0aMQsUgKuHKEAFc4MobJHAIRnpYjpccFgG6MNdiQgYhACR4AHDwIYACVIiTNCXrgJKCMi5wYOAnhFFNVQkJgzNgUcDRWrHSQvPew8korUUL+mg7xgGFNqqiAvm1IJ4CSAT5mFqQYSfVm6KBAAIfkEAQoAAAAsAAAAABgAGAAAB/+AAIKDhABISIWJioQJCYuLfV8rg419gitflo99CWCInI6Gfwmaj0oMX4J/f5ZfYEqLK5OCrkmgAElgfpp9pX08W1FJuGCpSrC1gkoJqYJ9NSddV099SYiDfbBJfgxgBYVgHVxEM4u5qNeFfWIdoYmRsIVJ89bpmwCaf1dAc/3lpqMSjEKir5+/RwCWNWo0jF49hM56vXuCo1kiJCyGKUpgQUSIMIuUgClmrw8FEFs0MEDSgAUhJA25gZmFD4MHMYj+/KiRDRYLMBoLMCNU4JshC3MaAGiUUBe2UoXCzOHZZ1QrBvFMbfAQqpIoUgiV2IjijKmgApkgShTkxx3ERYcDIAYCACH5BAEKAAAALAAAAAAYABgAAAj/AAEIHEgQwJ07BRMm7INQoB8/CiMCWMGjxsAmTQauaNFH4kQ6QwAB6IOx4x0YTTp6xGOECsImMDq2AEQg4po1ApP4KBIBAEYASQD5UdlH5UgpcyQgdECESh8CNWcmEUigSYuBfd6cGULFyZ0ZEAfeqXnHDyBAKwrCKJOmRJuIBM62mLoQQpmwCe/MTZjkoF+PWEf6pNJDjpwebyUSQInRT1kqhnsg9rgYI0aEfv8C7miUoJNALCLqranQT40sWBxEDMqgRUOBfdz0mIMD0NPXI2smMYsWqw04EDADugoVgFSBa6wSJIDTIaCpMPskYYC3KFyhAmEKbMGAtESSMBpqFjeIsvPCFmlHlhS40TzgJngBi8atMCAAOw==);
	background-position: center center;
	opacity: .85;
	filter: alpha(opacity=85);
	cursor: pointer;
	z-index: 8060;
	border-radius: 8px
}

.fancybox-tmp {
	position: absolute !important;
	top: -99999px;
	left: -99999px;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important
}

.fancybox-title {
	font: 400 12px;
	line-height: 1.5;
	position: relative;
	text-shadow: none;
	z-index: 8050;
	display: block;
	letter-spacing: .1em;
	color: #333;
	padding: 13px;
	visibility: hidden;
	background: #ccc;
	border: solid 1px #b86c82
}

.fancybox-title-float-wrap {
	position: relative;
	margin-top: 10px;
	text-align: center;
	zoom: 1;
	left: -9999px
}

.fancybox-title-float-wrap > div {
	display: inline-block;
	padding: 7px 20px;
	font-weight: 700;
	color: #FFF;
	text-shadow: 0 1px 2px #222;
	background: 0 0;
	background: rgba(0, 0, 0, .8);
	border-radius: 15px
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	text-align: center;
	text-transform: uppercase;
	font-size: .875em;
	margin-left: -1px;
	margin-right: -1px
}

.fancybox-title-inside-wrap {
	padding-top: 10px
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 15px;
	background: #000;
	background: rgba(0, 0, 0, .8);
	max-height: 50%;
	overflow: auto
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 8010
}

.fancybox-overlay-fixed {
	position: fixed;
	width: 100%;
	height: 100%
}

.fancybox-default-skin {
	border-color: #f9f9f9;
	background: #f9f9f9
}

.fancybox-default-skin-open {
	-webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, .2);
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, .2)
}

.fancybox-default-overlay {
	background: #333;
	opacity: .8;
	filter: alpha(opacity=80)
}

.group-navigation {
	background: #b7103e;
	position: relative;
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 55px 0 50px 0
}

.group-navigation h1 {
	color: #fdfdfd
}

@media (min-width: 480px) {
	.group-navigation {
		padding: 55px 13px 50px 0
	}
}

@media (min-width: 748px) {
	.group-navigation {
		padding: 55px 0 30px 0
	}
}

@media (min-width: 1200px) {
	.group-navigation {
		width: 66.66%;
		display: block;
		padding: 55px 73px 30px 105px
	}
}

@media (max-width: 480px) {
	.group-navigation:after {
		content: "";
		display: block;
		position: absolute;
		width: 13px;
		left: 100%;
		top: 0;
		background: inherit;
		height: 100%
	}
}

@media (min-width: 747px) and (max-width: 991px) {
	.group-navigation:after {
		content: "";
		display: block;
		position: absolute;
		width: 55px;
		left: 100%;
		top: 0;
		background: inherit;
		height: 100%
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.group-navigation:after {
		content: "";
		display: block;
		position: absolute;
		width: 32px;
		left: 100%;
		top: 0;
		background: inherit;
		height: 100%
	}
}

.group-navigation:before {
	content: "";
	display: block;
	position: absolute;
	width: 2000px;
	right: 100%;
	top: 0;
	height: 100%;
	background: inherit
}

.group-navigation .icon-stars {
	width: 82px;
	height: 42px;
	position: absolute;
	top: 60px;
	right: 40px
}

@media (max-width: 1199px) {
	.group-navigation .icon-stars {
		right: 0
	}
}

.group-navigation-elements {
	clear: both;
	position: relative;
	overflow: auto;
	display: block;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.group-navigation-element {
	width: 50%;
	height: auto;
	float: left;
	color: #fdfdfd;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 15px;
	padding-bottom: 13px;
	display: block;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative
}

@media (max-width: 400px) {
	.group-navigation-element {
		width: 100%
	}
}

@media (min-width: 480px) {
	.group-navigation-element {
		padding-right: 15px;
		padding-bottom: 20px
	}
}

@media (min-width: 1200px) {
	.group-navigation-element {
		padding-right: 20px;
		padding-bottom: 20px
	}
}

@media (max-width: 400px) {
	.group-navigation-element {
		padding-right: 0
	}
}

.group-navigation-element:nth-of-type(2n) {
	padding-right: 0
}

.group-navigation-element .inner {
	display: block;
	border: solid 1px #fdfdfd;
	padding: 13px;
	background-size: 13px 22px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: inherit;
	position: relative;
	color: #fdfdfd;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	background-position: 90% center;
	background-repeat: no-repeat
}

@media (min-width: 480px) {
	.group-navigation-element .inner {
		padding: 15px 20px;
		padding-right: 35px
	}
}

@media (min-width: 1200px) {
	.group-navigation-element .inner {
		padding-right: 68px
	}
}

.group-navigation-element .inner svg path {
	fill: #fdfdfd
}

.group-navigation-element .inner:hover {
	border: solid 1px #fdfdfd;
	color: #fdfdfd;
	color: #b7103e;
	border: solid 1px #fdfdfd;
	background: #fdfdfd
}

.group-navigation-element .inner:hover svg path {
	fill: #fdfdfd;
	fill: #b7103e
}

.group-navigation-element .inner span {
	position: absolute;
	display: none;
	top: 50%;
	margin-top: -11px
}

@media (min-width: 480px) {
	.group-navigation-element .inner span {
		right: 13px;
		display: block
	}
}

@media (min-width: 1200px) {
	.group-navigation-element .inner span {
		right: 36px
	}
}

.group-navigation-element .inner span svg {
	width: 13px;
	height: 22px
}

.group-navigation-element .inner span svg path {
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	stroke: none
}

.group-navigation-element h2 + p {
	margin-top: 16px
}

.group-navigation-element p {
	margin-bottom: 0
}

.teaser-block-image {
	display: block;
	width: 100%;
	margin-top: 55px;
	vertical-align: top
}

@media (min-width: 1200px) {
	.teaser-block-image {
		padding-bottom: 13px
	}
}

@media (min-width: 748px) {
	.teaser-block-image {
		width: 50%;
		width: -webkit-calc(50% - 15px);
		width: calc(50% - 15px);
		display: inline-block;
		position: absolute;
		margin-top: 0;
		background: #fdfdfd
	}
}

@media (min-width: 1200px) {
	.teaser-block-image {
		display: block;
		position: absolute;
		top: 0;
		right: 105px;
		width: 25.5%
	}
}

.teaser-block-image .inner {
	padding: 50px 68px 0 68px
}

@media (min-width: 748px) {
	.teaser-block-image .inner {
		padding: 50px 50px 0 50px
	}
}

@media (min-width: 748px) {
	.teaser-block-image .inner {
		padding: 50px 40px
	}
}

@media (max-width: 400px) {
	.teaser-block-image .inner {
		padding-right: 13px;
		padding-left: 13px
	}
}

.teaser-block-image img {
	width: 100%
}

.teaser-block-image p {
	margin-bottom: 0
}

.teaser-block-image span.more-link {
	margin-top: 40px;
	display: inline-block;
	font-size: .875em;
	letter-spacing: .1em
}

@media (min-width: 748px) {
	.teaser-block-image span.more-link {
		margin-top: 0
	}
}

.teaser-block-news {
	margin-top: 30px;
	overflow: hidden
}

@media (max-width: 747px) {
	.teaser-block-news {
		margin-top: 55px
	}
}

@media (min-width: 748px) {
	.teaser-block-news {
		width: 50%;
		width: -webkit-calc(50% - 2px);
		width: calc(50% - 2px);
		margin-left: 50%;
		margin-left: -webkit-calc(50% + 2px);
		margin-left: calc(50% + 2px);
		margin-top: 55px
	}
}

@media (min-width: 1200px) {
	.teaser-block-news {
		width: 33.3%;
		display: inline-block;
		vertical-align: top;
		margin: 0;
		float: left
	}
}

@media (max-width: 991px) {
	.teaser-block-news h1 {
		margin-bottom: 20px
	}
}

@media (min-width: 1200px) {
	.teaser-block-news h1 {
		margin-left: -10px
	}
}

.teaser-block-news .inner {
	background: #fdfdfd;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 55px 65px 50px 65px;
	overflow: hidden;
	position: relative;
	overflow-x: hidden
}

@media (min-width: 748px) {
	.teaser-block-news .inner {
		padding: 40px
	}
}

@media (min-width: 748px) {
	.teaser-block-news .inner {
		padding: 55px
	}
}

@media (min-width: 1200px) {
	.teaser-block-news .inner {
		margin-left: 110px;
		padding: 55px 30px 120px 30px;
		height: auto;
		position: static
	}
}

@media (max-width: 1199px) {
	.teaser-block-news .inner {
		height: 100%
	}
}

@media (max-width: 400px) {
	.teaser-block-news .inner {
		padding-left: 13px;
		padding-right: 13px;
		padding-bottom: 13px
	}
}

.teaser-block-news span.date {
	display: block;
	font-size: .75em;
	margin-top: -8px
}

.teaser-block-news li {
	position: relative;
	display: block;
	max-width: 100%;
	margin-bottom: 16px
}

@media (min-width: 1200px),(max-width: 747px) {
	.teaser-block-news li {
		padding-left: 16px
	}

	.teaser-block-news li:before {
		content: "~";
		position: absolute;
		left: 0;
		margin-left: -10px;
		margin-top: -20px;
		font-family: 'Crimson Text', serif;
		font-size: 2em
	}
}

@media (max-width: 747px) {
	.teaser-block-news li {
		padding-left: 40px
	}

	.teaser-block-news li:before {
		margin-left: 0;
		margin-top: 0
	}
}

.teaser-block-news ul {
	margin-bottom: 50px
}

@media (max-width: 991px) {
	.teaser-block-news ul {
		margin-bottom: 40px
	}
}

@media (min-width: 748px) and (max-width: 1199px) {
	.teaser-block-news ul:before {
		content: "~";
		position: absolute;
		font-family: 'Crimson Text', serif;
		font-size: 2em;
		margin-left: -32px;
		margin-top: 4px;
		z-index: 9
	}
}

@media (min-width: 1200px) {
	.teaser-block-news .link-list-news {
		position: absolute;
		bottom: 0;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 66.66%;
		padding-left: 110px;
		z-index: 2
	}
}

.teaser-block-news a.btn-link {
	padding: 20px;
	letter-spacing: .1em
}

@media (max-width: 747px) {
	.teaser-block-news a.btn-link {
		margin: 0 -35px
	}
}

@media (max-width: 400px) {
	.teaser-block-news a.btn-link {
		margin: 0
	}
}

.teaser-block-news .news-slider button {
	position: absolute;
	top: 50%;
	left: 0;
	background-color: #fdfdfd;
	background-size: 13px 22px;
	margin-left: -50px
}

@media (max-width: 747px) {
	.teaser-block-news .news-slider button {
		margin-left: -65px
	}
}

.teaser-block-news .news-slider .slick-next {
	left: 100%;
	margin-left: 0
}

@media (max-width: 747px) {
	.teaser-block-news .news-slider .slick-next {
		margin-left: 30px
	}
}

.slider-impressions {
	padding-top: 55px;
	padding-bottom: 50px;
	background: #f1f3f2
}

.slider-impressions h1 {
	padding-left: 40px;
	padding-right: 55px
}

@media (max-width: 747px) {
	.slider-impressions h1 {
		padding-left: 55px
	}
}

@media (min-width: 748px) {
	.slider-impressions h1 {
		padding-left: 0
	}
}

@media (min-width: 1200px) {
	.slider-impressions h1 {
		padding-left: 120px
	}
}

@media (max-width: 400px) {
	.slider-impressions h1 {
		padding-left: 13px
	}
}

.impressions-slider {
	margin: 0 55px
}

@media (min-width: 748px) {
	.impressions-slider {
		margin: 0;
		margin-right: 55px
	}

	@media (min-width: 1200px) {
		.impressions-slider {
			margin: 0;
			margin-right: 105px
		}
	}.impressions-slider:after {
		 content: "";
		 display: block;
		 position: absolute;
		 height: 100%;
		 width: 55px;
		 background: #fdfdfd;
		 left: 100%;
		 top: 0;
		 z-index: 0
	 }
}

.impressions-slider button {
	z-index: 9
}

.impressions-slider .slick-next {
	left: 100%;
	top: 40px;
	margin-left: 8px;
	height: 40px;
	background-size: 13px 22px
}

@media (max-width: 747px) {
	.impressions-slider .slick-next {
		right: 0;
		top: 50%;
		margin-top: -11px;
		margin-left: 16px
	}
}

.impressions-slider .slick-prev {
	left: 100%;
	top: 90px;
	margin-left: 8px;
	height: 40px;
	background-size: 13px 22px
}

@media (max-width: 747px) {
	.impressions-slider .slick-prev {
		left: 0;
		top: 50%;
		margin-left: -56px;
		margin-top: -11px
	}
}

.teaser-block-video {
	padding-right: 0;
	margin-bottom: 55px
}

@media (min-width: 748px) and (max-width: 1199px) {
	.teaser-block-video {
		position: relative
	}

	.teaser-block-video:after {
		content: "";
		display: block;
		position: absolute;
		background: #fdfdfd;
		width: 2000px;
		right: 100%;
		height: 100%;
		top: 0
	}
}

@media (min-width: 1200px) {
	.teaser-block-video {
		padding-right: 105px;
		margin-bottom: 0
	}
}

.teaser-block-video .inner {
	background: #fdfdfd;
	position: relative;
	padding: 55px
}

@media (min-width: 748px) {
	.teaser-block-video .inner {
		padding: 55px 70px 55px 0
	}
}

@media (min-width: 1200px) {
	.teaser-block-video .inner {
		padding-left: 120px;
		padding-top: 55px;
		padding-bottom: 50px;
		padding-right: 55px
	}

	.teaser-block-video .inner:after {
		content: "";
		display: block;
		position: absolute;
		width: 100%;
		height: 300px;
		margin-left: 1px;
		background: #fdfdfd;
		top: 100%;
		left: 0
	}
}

@media (max-width: 400px) {
	.teaser-block-video .inner {
		padding: 55px 13px 35px 13px
	}
}

.video-menu {
	margin-top: 34px
}

.video-menu ul {
	list-style-type: none
}

.video-menu li {
	display: inline-block
}

@media (max-width: 747px) {
	.video-menu li {
		display: block;
		margin-top: 16px
	}

	.video-menu li li:first-child {
		margin-top: 0
	}
}

.video-menu li a {
	position: relative;
	margin-right: 48px;
	text-transform: uppercase;
	padding-right: 12px;
	font-size: .875em;
	letter-spacing: .1em;
	font-weight: 400;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 6px 10px
}

.homepage-grid {
	margin-bottom: 0
}

.homepage-grid .inner-wrapper {
	max-width: 1280px
}

@media (max-width: 400px) {
	.grid-table {
		margin-left: -13px;
		margin-right: -13px;
		overflow: hidden
	}
}

.page-footer .accordeon-trigger {
	border-top: solid 1px #fdfdfd;
	color: #fdfdfd;
	text-align: center;
	height: 65px;
	line-height: 65px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	margin-bottom: 0;
	font-weight: 400
}

.page-footer .accordeon-trigger {
    text-align: left;
    padding: 0 24px
}

.page-footer .accordeon-content {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	color: #333
}

@media (max-width: 991px) {
	.page-footer .accordeon-content {
		background: #ccc;
		padding-left: 7px;
		padding-right: 7px
	}

	.page-footer .accordeon-content h2 {
		display: none
	}

	.page-footer .accordeon-content li {
		margin: 8px 0
	}
}

@media (max-width: 747px) {
	.page-footer .accordeon-content li {
		text-align: center
	}
}

.page-footer a:hover {
	color: #b7103e
}

.page-footer .img-list {
	margin: 0 auto;
	display: block;
	margin-bottom: 16px
}

.page-footer .icon-stars {
	margin-bottom: 30px;
	margin-left: -10px
}

@media (min-width: 992px) {
	.page-footer address a {
		color: #fdfdfd
	}

	.page-footer address a:hover {
		color: #333
	}
}

.page-footer li {
	font-size: .875em
}

@media (min-width: 992px) {
	.page-footer .external-links {
		letter-spacing: .1em
	}
}

@media (min-width: 992px) {
	.page-footer h2 + .csc-menu {
		margin-top: 40px
	}
}

.page-footer figure.image {
	display: block
}

.page-footer .image-row figure.image img,
.page-footer .ce-row figure.image img {
	max-height: none;
	width: auto !important;
	height: auto !important;
	max-width: 100%
}

.col-md-2.infobox .inner {
	padding-left: 0;
	padding-right: 0
}

.col-md-2.infobox .inner .inner-accordeon {
	text-align: center
}

@media (min-width: 992px) {
	.col-md-2.infobox .inner iframe {
		margin: 0 auto;
		margin-top: -55px
	}
}

.schule .icon-stars, .aph .icon-stars, .kloster .icon-stars {
	display: none
}

div.link-button a, p.link-button a {
	background: #e9B247;
	color: #fdfdfd !important;
	text-transform: uppercase;
	letter-spacing: .1em;
	display: inline-block;
	margin: 40px 0;
	height: 46px;
	line-height: 46px;
	border: none !important;
	font-size: .875em;
	padding: 0 55px
}

div.link-button a:hover, p.link-button a:hover {
	background: #fdfbec;
	color: #665639 !important;
	border: none !important
}

div.link-liste a, p.link-liste a {
	display: inline-block;
	position: relative;
	margin-right: 48px;
	text-transform: uppercase;
	padding-right: 12px;
	font-size: 14px;
	letter-spacing: .1em;
	font-weight: 400;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 6px 10px;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-294%20415.9%206%2010%22%3E%3Cpath%20fill%3D%22%2366563C%22%20d%3D%22M-288.3%20420.8l-5.1%204.8-.6-.6%204.4-4.2-4.4-4.3.6-.6%22%2F%3E%3C%2Fsvg%3E')
}

.aph div.link-button a, .aph p.link-button a {
	background: #db942a
}

.aph div.link-button a:hover, .aph p.link-button a:hover {
	background: #ecbe6a
}

.kloster div.link-button a, .kloster p.link-button a {
	background: #9E824C
}

.kloster div.link-button a:hover, .kloster p.link-button a:hover {
	background: #fdfbec
}

.schule div.link-button a, .schule p.link-button a {
	background: #b7103e
}

.schule div.link-button a:hover, .schule p.link-button a:hover {
	background: #fff;
	color: #b7103e !important
}

.weiterbildungsauswahl {
	display: none;
}

.image-beside-left .text:first-child { width: 100%; }
.image-beside-left .text p.bodytext { max-width: none; }
@media (min-width: 992px) {
   .image-beside-left .text:first-child { width: 70%; }
}

.news.news-single .text + .image-wrap figure.image {
    margin-bottom: 25px;
}

.ce-intext.ce-left .ce-gallery {
    margin-right: 0;
}

footer .inner-accordeon .ce-above .ce-gallery {
    margin-bottom: 0;
}

.ce-gallery .nocols figure {
    width: 100%;
}

.main .right-col .tx-powermail .privacy .checkbox label {
    line-height: 1.3;
}

.main .right-col .tx-powermail input.powermail_checkbox {
    width: auto;
}

.grecaptcha-badge {
    z-index: 9999;
}

.typo3-editPanel .icon-markup svg,
.typo3-editPanel-btn .icon-markup svg {
    height: 16px;
    width: 16px;
}

#ke_search_sword {
    width: 220px;
    height: auto;
    padding: 8px 40px 7px 9px;
    margin: 0;
    display: inline;
}
.tx-kesearch-pi1 input[type="text"], .tx-kesearch-pi1 select, .tx-kesearch-pi1 textarea {
    padding: 0.3em 0.3em 0.3em 0.4em;
    background: white;
    border: 1px solid #bbbbbb;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #2b2b2b;
}

li.checkboxButtonSubmit span, span.submitbutt input, input.kesGreyButt[type="submit"] {
    min-width: 169px;
    max-width: 220px;
}

h1.special {
    background-color: #b7103e;
    color: #000;
    padding: 3px 10px 3px 10px;
}

@media (min-width: 992px) {
    .page-footer .service, .page-footer .network {
    	background: #f1f3f2;
    }
}

@media (max-width: 991.98px) {
    .page-footer {
    	margin: 0;
    }
	.page-footer .accordeon-content {
    	background: #fdfdfd;
    	padding-left: 7px;
    	padding-right: 7px;
    	padding-top: 0;
    }

	.page-footer .accordeon-content h2 {
		display: none
	}

    .page-footer .accordeon-content li {
		margin: 8px 0;
	}

    nav.social-navi {
    	margin-bottom: 0px !important;
    }

    .icon-facebook {
        background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2213%22%20viewBox%3D%22-0.07%20-0.71%2012%2013%22%20overflow%3D%22visible%22%3E%3Cstyle%3E%3C!%5BCDATA%5B%0D%0A%09.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%23000000%3B%7D%0D%0A%5D%5D%3E%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M11.36%209.22V2.13C11.36.95%2010.41%200%209.23%200h-7.1C.96%200%200%20.95%200%202.13v7.09c0%201.18.96%202.13%202.13%202.13h4.02V6.86H4.5V5.2h1.65V3.97c0-1.46.91-2.26%202.22-2.26.62%200%201.1.05%201.33.07v1.53l-.97.01c-.71%200-.92.33-.92.82V5.2h1.72l-.22%201.66h-1.5v4.49h1.42c1.18%200%202.13-.95%202.13-2.13z%22%2F%3E%3C%2Fsvg%3E') !important;
    }

    .icon-youtube-new {
    	background-image: url('../Images/backgrounds/youtube-black.svg') !important;
    }

	.page-footer .accordeon-content .social-navi li {
		margin: 8px 8px 8px 0;
	}

    .col-sm-12, .col-12 {
    	-ms-flex: 0 0 100%;
    	flex: 0 0 100%;
    	max-width: 100%;
    }

    .page-footer .accordeon-trigger {
    	display: flex;
    	justify-content: space-between;
    	align-content: flex-start;
    	align-items: center;
    	padding-bottom: 0 !important;
    	margin-bottom: 0 !important;
    }

    .page-footer .accordeon-trigger::after {
    	content: "\002B";
    	font-size: 25px;
    }

    .page-footer .accordeon-trigger.open::after {
    	content: "\2013";
    	font-size: 30px;
    }

    .page-footer .service ul,
    .page-footer .clients ul {
    	text-align: center;
    }


    .col-sm-12, .col-12 {
    	-ms-flex: 0 0 100%;
    	flex: 0 0 100%;
    	max-width: 100%;
    }

    .page-footer .address-block p, .page-footer .address-block a, .page-footer .address-block h4 {
    	color: #000;
    }

    .page-footer .network img {
    	max-width: 100px;
    }
}


/*Neuigkeiten*/
.news .courseList .course {
	padding: 17px;
}

.news .courseList .course:hover {
	box-shadow: 0 0px 13px 2px rgba(0,0,0,0.2);
}

.news .course .col-md-4 {
	padding-right: 15px;
}

.news .course .imgContainer {
	width: 100%;
	height: 100%;
	min-height: 166px;
	overflow: hidden;
}

.news .course .col-md-7 {
	padding-left: 15px;
	padding-right: 10px;
}

.news .courseList .col-md-2, .courseList button {
	background: transparent;
}

.news .courseList .course button:hover {
	background-image: url(../Images/icons/arrow_right_white.png);
	background-color: #b7103e;
	border: 1px solid #b7103e;
}

.news .dateContainer, .news .left-col.col-md-3.visible-md .startpageinterview {
	background-color: #b7103e;
	width: max-content;
	text-align: center;
	font-family: 'nimbus-sans-condensed',sans-serif;
	letter-spacing: 3.2px;
	font-weight: 600;
	color: white;
	font-size: 0.8em;
	padding: 2px 12px 0 12px;
	line-height: 27px;
	text-transform: uppercase;
	margin-bottom: 18px;
}

.news .course .description h2 {
	font-size: 1.3em;
	font-family: 'Crimson Text', serif;
	color: #000;
	margin-top: 0;
	text-transform: uppercase;
	letter-spacing: .1em;
	line-height: 1.2;
	font-weight: 600;
}

.news div[itemprop="description"] {
	line-height: 1.8;
	font-size: .875em;
	margin-bottom: 0;
}

.news .courseList .course button {
	background-image: url(../Images/icons/arrow_right_schule.png);
	background-position: center;
	background-size: 17px;
	background-repeat: no-repeat;
	height: 100%;
	float: right;
	background-color: transparent;
}

.news button {
	color: inherit;
	font: inherit;
	margin: 0;
	overflow: visible;
	text-transform: none;
	-webkit-appearance: button;
	cursor: pointer;
	border: none;
	appearance: none;
	border: solid 1px transparent;
	background-color: #fff;
	color: #000;
	border: 1px solid #b7103e;
	padding: 10px 32px;
}

.news .row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media screen and (max-width: 991.98px) {
.col-sm-12, .col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
}

.col-md-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}

/*.news .course .col-md-2 {
	width: unset;
}  */

@media screen and (min-width: 992px) {
.col-md-2 {
	width: 16.66667%;
	background: #f1f3f2;
}
}

.col-md-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}

@media screen and (max-width: 575.98px) {
.news .course .col-md-10, .news .courseList .col-md-2, .news .courseList .col-md-7{
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.news .courseList .course button {
	width: 100%;
	height: 40px;
	background-image: url(../Images/icons/arrow_right_white.png);
	background-color: #b7103e;
	border: 1px solid #b7103e;
	background-size: 15px;
	margin-top: 10px;
}

.news .courseList .course {
	box-shadow: 0 0px 5px 2px rgba(0,0,0,0.2);
	margin-bottom: 10px;
}

.news .course .col-md-7 {
	padding-left: 0px;
	padding-right: 0px;
}

}

.main .right-col a.linkButton {
	background-color: #fff;
	border: 1px solid #b7103e;
	letter-spacing: 1.6px;
	display: inline-block;
	color: #b7103e;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	width: auto;
	line-height: 50px;
	padding: 0 25px;
}

.main .right-col .news-backlink-wrap a.linkButton {
	margin-top: 40px;
	width: auto;
}

.main .right-col a.linkButton:hover, a.linkButton:active, a.linkButton:focus {
	background-color: #b7103e;
	color: #fff;
}

/*Slider News Details */
.news.news-single button.slick-prev, .news button.slick-next {
	position: absolute;
	left: -40px;
	top: 50%;
	margin-top: -30px;
	width: 40px;
	height: 80px;
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: center;
	background-size: 20px auto;
}

@media screen and (min-width: 748px) {
    .news.news-single button.slick-prev, .news button.slick-next {
    	left: -50px;
    }
}

.news.news-single button.slick-next {
	left: auto;
	right: -40px;
}

@media screen and (min-width: 748px) {
    .news.news-single button.slick-next {
    	right: -50px;
    }
}

.news.news-single button.slick-prev, .news button.slick-next {
	display: none;
}

.schule .teaserSlider .slick-list {
	width: calc(100% - 50px);
	transform: translate3d(25px, 0, 0);
}

.schule .teaserSlider .icon-arrow-right,
.news.news-single .imgSlider .icon-arrow-right-blue {
	right: 5px;
}
.schule .teaserSlider .icon-arrow-left,
.news.news-single .imgSlider .icon-arrow-left-blue {
	left: 5px;
}

.schule .teaserSlider .imgSlider .icon-arrow-right, .schule .teaserSlider .icon-arrow-left,
.news.news-single .imgSlider .icon-arrow-right-blue, .news .imgSlider .icon-arrow-left-blue {
	top: 50%;
	border: none;
}

.schule .teaserSlider .icon-arrow-right::before, .schule .teaserSlider .icon-arrow-left::before,
.news.news-single .icon-arrow-right-blue::before, .news.news-single .icon-arrow-left-blue::before {
	display: inline-block;
	width: 25px;
	height: 25px;
	content: "";
	position: absolute;
	z-index: 1;
	transition: all 0.3s;
	top: 6px;
}

.schule .teaserSlider .icon-arrow-right::before, .schule .teaserSlider .icon-arrow-left::before,
.news.news-single .icon-arrow-right-blue::before, .icon-arrow-left-blue::before {
	display: inline-block;
	width: 25px;
	height: 25px;
	content: "";
	position: absolute;
	z-index: 1;
	transition: all 0.3s;
	top: 6px;
}

.schule .teaserSlider .icon-arrow-right, .schule .teaserSlider .icon-arrow-left {
    background: none;
}

.schule .teaserSlider .icon-arrow-right::before,
.news.news-single .icon-arrow-right-blue::before {
	transform: rotate(-45deg);
	border-top: none;
	border-left: none;
	border-right: 2.5px solid #b7103e;
	border-bottom: 2.5px solid #b7103e;
	right: 4px;
}

.schule .teaserSlider .icon-arrow-left::before,
.news.news-single .icon-arrow-left-blue::before {
	transform: rotate(-45deg);
	border-bottom: none;
	border-right: none;
	border-left: 2.5px solid #b7103e;
	border-top: 2.5px solid #b7103e;
	left: 4px;
}

.news.news-single .text-slider .slick-dots .slick-active button {
	background-color: #b7103e;
}

.news.news-single .slick-slide {
	padding: 0 40px;
}

.news.news-single .text-slider .slick-dots {
	bottom: 0;
	left: 50%;
	transform: translate(-50%,15px);
	right: 140px;
}

.news.news-single .imgSlider .text-slider .slick-dots {
	bottom: 0;
	left: 50%;
	transform: translate(-50%,56px);
	display: flex !important;
	justify-content: center;
}

.news.news-single .text-slider .slick-dots li::before {
	content: '';
}

.news.news-single .slick-dots button {
	display: inline-block;
	text-indent: -999em;
	width: 8px;
	height: 8px;
	background: #fdfdfd;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	position: relative;
    width: 15px;
	height: 15px;
}

.news.news-single .teaserSlider.imgSlider {
	margin-bottom: 100px;
	max-width: 720px;
}

.news.news-single .slick-dots button::after {
	margin: 0;
}

.news.news-single .slick-slide img {
	display: block;
	width: 100%;
	height: 600px;
	max-height: 600px;
	object-fit: contain;
}

@media (max-width: 991.98px) {
    .news.news-single .slick-slide img {
    	height: 400px;   
    	max-height: 400px;
    }
}

@media (max-width: 420px) {
    .news.news-single .slick-slide {
    	padding: 0;
    }
}
/*Slider News Details  END*/

/*Startpage News List BEGIN*/
.homepage-grid .inner-wrapper {
	display: flex;
}

.col-md-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.homepage-grid .inner-wrapper.interview .col-md-9 {
	padding: 0 24px 0 0;
}

.col-md-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.homepage-grid .inner-wrapper.interview {
	padding-top: 87px;
	padding-bottom: 58px;
}

.moreNews {
	text-align: right;
	padding-right: 17px;
	margin-top: 68px;
	font-weight: bold;
	text-transform: uppercase;
}

.main .right-col .imgContainer a:hover {
	border-bottom: none;
}

.group-navigation {
    width: 66.6666%;
    display: block;
    padding: 55px 40px 55px 105px;
}

.homepage-grid.main .teaser-block-image .frame-type-hegnecore_teaserbox img {
	object-fit: cover;
	height: 100%;
}

@media (max-width: 1199.98px) {
	.group-navigation {
    	padding: 55px 24px 30px 0;
    }

    .group-navigation::after {
    	content: unset;
    }

    .homepage-grid .inner-wrapper.interview .col-md-9 {
    	padding: 0;
    }
    .homepage-grid .inner-wrapper.interview .col-md-3 {
    	padding-left: 0;
    }
}
@media (max-width: 991.980px) {
    .homepage-grid .inner-wrapper {
    	max-width: 1280px;
    	flex-direction: column;
    }

    .group-navigation, .teaser-block-image {
    	width: 100%;
    	max-width: 100%;
    }

    .homepage-grid.main .teaser-block-image .frame-type-hegnecore_teaserbox {
    	display: flex;
    }
}
@media (max-width: 767.980px) {
	.group-navigation {
		padding: 55px 13px 50px 13px;
	}
}
@media (max-width: 575.980px) {
    .homepage-grid.main .teaser-block-image .frame-type-hegnecore_teaserbox {
    	flex-direction: column;
    }
}

.teaser-block-image {
    max-width: 100%;
    background: #fdfdfd;
	display: block;
	width: 100%;
	margin-top: 0px;
}

.teaser-block-image .inner {
	padding: 50px 13px;
}

.news .course .col-md-2 {
	width: 16.66667%;
}

.news .course .imgContainer {
	max-height: 176px;
}

@media (min-width: 748px) {
	.teaser-block-image {
		width: 100%;
        max-width: 100%;
		display: block;
		position: relative;
		margin-top: 0;
		background: #fdfdfd
	}

    .teaser-block-image .inner {
    	padding: 50px 24px;
    }

    .news .course .col-md-4 {
    	-ms-flex: 0 0 33.333333%;
    	flex: 0 0 33.333333%;
    	max-width: 33.333333%;
    }

    .news .course .col-md-2 {
    	width: 16.66667%;
    }
}

@media (min-width: 992px) {
	.teaser-block-image {
		display: block;
		position: relative;
		top: unset;
		right: unset;
		width: 33.3333%;
	}
}

@media (min-width: 1200px) {
	.teaser-block-image {
		display: block;
		position: relative;
		top: unset;
		right: unset;
		width: 33.3333%;
	}
}

@media (max-width: 767.98px) {
    .homepage-grid {
    	margin-right: 0;
    	margin-left: 0;
    }
}

@media (max-width: 991.98px) {
    .col-md-9.right-col {
    	-ms-flex: 0 0 100%;
    	flex: 0 0 100%;
    	max-width: 100%;
    }
}

@media (max-width: 575.98px) {
    .homepage-grid .inner-wrapper.interview {
    	padding-left: 13px;
    	padding-right: 13px;
    }

    .schule .teaserSlider .slick-list {
    	width: 100%;
    	transform: translate3d(0, 0, 0);
    }
}

.news-single .teaserSlider.imgSlider.oneImg .slick-track {
	transform: translate3d(0,0,0) !important;
}

/*Startpage News List END*/

/*downloads BEGIN*/
.downloads {
	display: flex;
	flex-direction: column;
	margin-left: -13px;
	margin-bottom: 150px;
}

.downloads .downloadItem a.innerItem {
	display: flex;
	flex-direction: row;
	padding: 13px;
	justify-content: space-between;
	text-decoration: none;
	border-bottom: none;
}

.downloads .downloadItem .itemData {
	display: flex;
	flex-direction: row;
}

.downloads .downloadItem .itemData .num {
	max-width: 50px;
	width: auto;
	height: 33px;
	line-height: 33px;
	font-family: 'nimbus-sans-condensed',sans-serif;
	font-size: 16px;
	letter-spacing: 3.2px;
	background-color: #b7103e;
    color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 0 10px;
}

.downloads .downloadItem .itemData .num .imgBlock {
	background-image: url(../Images/icons/icon-download_schule.svg);
    background-repeat: no-repeat;
	background-position: center;
	width: 16px;
	height: 33px;
}


.downloads .downloadItem .itemData .title {
  /*	font-family: 'nimbus-sans-condensed',sans-serif;
	font-size: 20px; */
    font-size: 16px;
	letter-spacing: 0.2px;
	line-height: 33px;
	color: #333;
	margin-left: 25px;
	font-weight: bold;
	text-transform: uppercase;
}

.downloads .downloadItem:hover .itemData .title {
	color: #b7103e;
}

.downloads .downloadItem .itemLink {
	height: 33px;
	width: 70px;
	border: 1px solid #b7103e;
}

.downloads .downloadItem a.innerItem:hover .itemLink {
	background-color: #b7103e;
	border-color: transparent;
}

.downloads .downloadItem:hover {
	box-shadow: 0 0px 13px 2px rgba(0,0,0,0.2);
	cursor: pointer;
}

.downloads .downloadItem .itemLink span.arrow {
	background-image: url(../Images/icons/arrow-right-off_schule.svg);
	height: 33px;
	width: 100%;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
}

.downloads .downloadItem a.innerItem:hover .itemLink span.arrow {
    background-image: url(../Images/icons/arrow-right-on.svg);
}
/*downloads END*/

.iconWithText.row {
    display: flex;
}

.iconWithText .left-col {
    padding-left: 0;
    padding-right: 30px;
    width: 100px;

}

.iconWithText .background-alt {
    background-color: transparent;
}

.iconWithText .right-col {
    width: 60%;
}

.iconWithText .right-col h3 {
    color: #b7103e;
 /*   font-family: 'nimbus-sans-condensed', sans-serif;  */
    font-family: 'Crimson Text', serif;
    line-height: 32px;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    margin-top: 0;
}

.iconWithText .right-col p {
    /*font-family: 'nimbus-sans-condensed', sans-serif; */
    line-height: 24px;
    font-size: 20px;
}

.iconWithText figure {
    max-width: 100px;
}
