/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/**
 * Base
 * ------------------------------------------------
 */

/*------------------------------------*\
    $VARIABLES AND ABSTRACTIONS
\*------------------------------------*/

/**
 * Tell CPS-Framework when breakpoints start.
 * usage: "@include bp(small) {}" or "@include bp(1024px) {}"
 * --------------------------------------------------------------------------
 * You can add more breakpoints in /css/scss/base/_mixins.scss --> @mixin bp
 */

/**
 * Utility font sizes
 * if you build a "perfect" accessibility project please use REM-values for every font-size specification
 * usage: @include px-rem(font-size, value or variable without px unit);
 * --------------------------------------------------------------------------
 */

/**
 * Base spacing units in PX (will converted to EMs depending on base font size for desktop)
 * --------------------------------------------------------------------------
 * This section defines spacing behavior for p, ul, ol, b-content-item, hr, forms, ...
 */

/**
 * Base colors
 * --------------------------------------------------------------------------
 * This $c-color is simply serving as a placeholder, and is not used.
 */

/**
 * Themes
 * --------------------------------------------------------------------------
 * MS Blue:     .theme-1
 * MS Green:    .theme-2
 * MS Red:      .theme-3
 * MS Yellow:   .theme-4
 */

/**
 * Color Usage
 * --------------------------------------------------------------------------
 * This $c-color is simply serving as a placeholder, and is not used.
 */

/**
 * Base Font Families
 * --------------------------------------------------------------------------
 */

/**
 * Heading font sizes
 * --------------------------------------------------------------------------
 * - small function to help using pixels but create em values in the context of the base-font-size
 * - font-size values are pixel based but get converted to EMs
 */

/**
 * z-Index
 * --------------------------------------------------------------------------
 */

/**
 * Modules
 * --------------------------------------------------------------------------
 */

/**
 * Ensure alignment - compensate text line height impact of media elements (img/ iframe/ video)
 * --------------------------------------------------------------------------
 */

/**
 * When inside (context) selector
 * usage: "@include when-inside(".myOuterClass") {color: red}"
 * --------------------------------------------------------------------------
 */

/**
 * Hide content off-screen without resorting to `display:none;`, also provide
 * usage: "@include accessibility;"
 * --------------------------------------------------------------------------
 */

/**
 * PxToRm (px value but without the "px")
 * usage: "@include px-rem(font-size, 18);"
 * --------------------------------------------------------------------------
 */

/**
 * Headings
 * usage: "@include headings(1, 6) {...}"
 * --------------------------------------------------------------------------
 */

/**
 * Reset Spacing
 * --------------------------------------------------------------------------
 */

/**
 * Clearfix
 * usage: "@include clearfix;"
 * --------------------------------------------------------------------------
 */

/**
 * Text Overflow / Truncate
 * usage: "@include text-truncate;"
 * --------------------------------------------------------------------------
 */

/**
 * Breakpoints
 * usage: "@include bp(small) {...}"
 * --------------------------------------------------------------------------
 */

/**
 * Font Face Mixin
 *
 * @link https://gist.github.com/jonathantneal/d0460e5c2d5d7f9bc5e6
 *
 */

/**
 * Placeholder Prefixes
 * usage: @include placeholder {  }
 * --------------------------------------------------------------------------
 */

/**
 * Button reset
 * usage: "@include button-reset;"
 * --------------------------------------------------------------------------
 */

/**
 * Global Category
 * usage: "@include category;"
 * --------------------------------------------------------------------------
 */

/**
 * Global Copyright
 * usage: "@include copyright;"
 * --------------------------------------------------------------------------
 */

/**
 * Themes
 * http://sassmeister.com/gist/e99b7a8c01ef87d0dff8
 *
 * Blue: 			.theme-1
 * Green: 			.theme-2
 * Red: 			.theme-3
 * Yellow: 			.theme-4
 * --------------------------------------------------------------------------
 * usage:"@include theme() {
 *	color: $c-theme-primary;
 * 	}"
 */

/**
 * Global Icons
 */

/**
 * Social Media Icons
 */

/**
 * App Store Icons
 */

/**
 * Footer Service Icons
 */

/**
 * Contactpool Icons (Extension)
 */

/**
 * Events Icons (Extension)
 */

/**
 * Flag Images
 */

*,
*:before,
*:after {
	box-sizing: border-box;
}

html {
	min-height: 100%;
	font-size: 100%;
	font-family: 'default';
}

body {
	font-family: Arial, sans-serif;
	color: #444d54;
	background-color: #ffffff;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.375;
}

img {
	max-width: 100%;
	height: auto;
}

object {
	pointer-events: none;
}

iframe {
	border: none;
}

.g-container {
	max-width: 1180px;
	width: 90%;
	margin: 0 auto;
}

.g-svg-container {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	overflow: hidden;
	width: 100%;
	padding-bottom: 100%;
}

.g-svg-content {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}

.g-clearfix:before,
.g-clearfix:after {
	content: "";
	display: table;
}

.g-clearfix:after {
	clear: both;
}

.g-accessibility,
.g-is-visuallyhidden {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
}

.g-valid {
	color: #c1272d;
}

.g-error {
	color: #009245;
}

.g-disabled {
	color: #d8d8d8;
}

.g-category {
	font-size: 14px;
	font-size: 0.875rem;
	color: #1d365e;
	display: inline-block;
	font-weight: bold;
	line-height: 1.375;
	text-transform: uppercase;
	word-wrap: break-word;
}

.g-category--small,
.b-pinboard__category,
.b-ticker__category,
.b-article__category {
	color: #1d365e;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.375;
}

.g-category--space {
	margin-bottom: 1em;
}

.g-copyright {
	font-size: 10px;
	font-size: 0.625rem;
	bottom: 7px;
	color: #ffffff;
	font-style: italic;
	left: 5px;
	position: absolute;
}

.enhanced .g-copyright {
	bottom: 0;
	left: 0;
	padding-left: 6px;
	padding-top: 3px;
	top: 100%;
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform-origin: 0 0;
	-ms-transform-origin: 0 0;
}

.g-framed img {
	border: 1px solid #d8d8d8;
}

.enhanced .g-framed .b-teaser__item__image {
	border: 1px solid #d8d8d8;
}

.g-framed .g-copyright {
	color: #d8d8d8;
}

.enhanced .g-visible-in-core {
	display: none;
}

.g-hide {
	display: none;
}

@font-face {
	font-family: 'PlayfairDisplay';
	font-style: normal;
	font-weight: 400;
	src: url("/typo3conf/ext/ahkms_sitepackage/Resources/Public/Frontend/_Default/fonts/playfair-display/playfair-display-v13-latin-regular.woff") format("woff");
}

@font-face {
	font-family: 'PlayfairDisplayBold';
	font-style: normal;
	font-weight: 700;
	src: url("/typo3conf/ext/ahkms_sitepackage/Resources/Public/Frontend/_Default/fonts/playfair-display/playfair-display-v13-latin-700.woff") format("woff");
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: url("/typo3conf/ext/ahkms_sitepackage/Resources/Public/Frontend/_Default/fonts/roboto/roboto-v18-latin-regular.woff") format("woff");
}

@font-face {
	font-family: 'RobotoMedium';
	font-style: normal;
	font-weight: 500;
	src: url("/typo3conf/ext/ahkms_sitepackage/Resources/Public/Frontend/_Default/fonts/roboto/roboto-v18-latin-500.woff") format("woff");
}

@font-face {
	font-family: 'Share';
	font-style: normal;
	font-weight: 400;
	src: url("/typo3conf/ext/ahkms_sitepackage/Resources/Public/Frontend/_Default/fonts/share/share-v8-latin-regular.woff") format("woff");
}

@font-face {
	font-family: 'ShareBold';
	font-style: normal;
	font-weight: 700;
	src: url("/typo3conf/ext/ahkms_sitepackage/Resources/Public/Frontend/_Default/fonts/share/share-v8-latin-700.woff") format("woff");
}

@font-face {
	font-family: 'ShareBoldItalic';
	font-style: italic;
	font-weight: 700;
	src: url("/typo3conf/ext/ahkms_sitepackage/Resources/Public/Frontend/_Default/fonts/share/share-v8-latin-700italic.woff") format("woff");
}

/**
 * Vendor
 * ------------------------------------------------
 */

/* Magnific Popup CSS */

.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #1d365e;
	opacity: 0.9;
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box;
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #FFF;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}

.mfp-preloader a {
	color: #FFF;
}

.mfp-preloader a:hover {
	color: #FFF;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}

button.mfp-close:hover,
button.mfp-arrow:hover {
	background-color: transparent;
	border: none;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #FFF;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-right {
	right: 0;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: none;
	background: #000;
}

/* Main image in popup */

img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	margin: 0 auto;
}

/* The shadow behind the image */

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	color: #FFF;
	word-wrap: break-word;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
	opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
	opacity: 0.9;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}

button.mfp-close {
	width: 25px;
	height: 25px;
	display: inline-block;
	position: fixed;
	right: 10px;
	top: 10px;
	cursor: pointer;
	padding: 0;
	background-image: url("/typo3conf/ext/ahkms_sitepackage/Resources/Public/Frontend/_Default/icons/icon_x_white.svg");
}

button.mfp-arrow:hover,
button.mfp-arrow:active,
button.mfp-arrow:focus,
button.mfp-close:hover,
button.mfp-close:active,
button.mfp-close:focus {
	background-color: transparent;
	border: none;
}

.mfp-arrow {
	position: absolute;
	height: 40px;
	width: 40px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

button.mfp-arrow-left {
	left: 10px;
	background-image: url("/typo3conf/ext/ahkms_sitepackage/Resources/Public/Frontend/_Default/icons/slider/icon_prev_white.svg");
}

button.mfp-arrow-right {
	right: 10px;
	background-image: url("/typo3conf/ext/ahkms_sitepackage/Resources/Public/Frontend/_Default/icons/slider/icon_next_white.svg");
}

.mfp-image-holder .mfp-content {
	max-width: 90%;
}

.mfp-counter {
	top: 10px;
	left: 0;
}

.mfp-header {
	padding-top: 40px;
	color: #ffffff;
}

.mfp-figure .g-copyright {
	position: absolute;
	top: 2px;
	left: 0;
	padding: 0;
	transform: none;
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
}

/* Slider */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	outline: none;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
	margin-bottom: 0;
}

.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-arrow.slick-hidden {
	display: none;
}

/* Arrows */

.enhanced .slick-prev,
.enhanced
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	z-index: 1;
	display: block;
	margin-top: 0;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background-color: transparent;
	height: 40px;
	width: 40px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	transition: all 0.2s ease-out;
}

.enhanced .slick-prev:hover,
.enhanced
  .slick-next:hover {
	transform: scale(1.1);
}

.enhanced .slick-prev {
	left: 0;
	background-image: url("/typo3conf/ext/ahkms_sitepackage/Resources/Public/Frontend/_Default/icons/slider/icon_prev.svg");
}

.enhanced .c-blue .slick-prev {
	background-image: url("/typo3conf/ext/ahkms_sitepackage/Resources/Public/Frontend/_Default/icons/slider/icon_prev_white.svg");
}

.enhanced .slick-next {
	right: 0;
	background-image: url("/typo3conf/ext/ahkms_sitepackage/Resources/Public/Frontend/_Default/icons/slider/icon_next.svg");
}

.enhanced .c-blue .slick-next {
	background-image: url("/typo3conf/ext/ahkms_sitepackage/Resources/Public/Frontend/_Default/icons/slider/icon_next_white.svg");
}

/* Dots */

.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	top: 100%;
	display: block;
	width: 100%;
	padding: 0;
	margin: 5px 0 0;
	list-style: none;
	text-align: center;
}

.slick-dots li {
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 15px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	width: 15px;
	height: 15px;
	padding: 5px;
	border-radius: 100%;
	background-color: #1d365e;
	border: 1px solid #1d365e;
	font-size: 0;
	line-height: 0;
	display: block;
	cursor: pointer;
	outline: none;
}

.slick-dots li.slick-active button {
	background-color: transparent;
}

.slick-slider-img {
	display: block;
}

.slick-slider-img--lazy-img {
	display: none;
}

.enhanced .slick-slider-img--lazy-img {
	display: block;
}

div#ppms_cm_popup_overlay p.ppms_cm_paragraph,
div#ppms_cm_popup_overlay a.ppms_cm_link {
	margin-top: auto !important;
	margin-bottom: 1.2em !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	font-family: Arial, sans-serif !important;
	font-size: 14px !important;
	font-size: 0.875rem !important;
	line-height: 1.375 !important;
}

div#ppms_cm_popup_overlay h1.ppms_cm_header1 {
	margin-bottom: 1px !important;
}

div#ppms_cm_popup_overlay svg,
div#ppms_cm_popup_overlay img {
	filter: invert(1) !important;
}

div#ppms_cm_popup_overlay button.ppms_cm_button,
div#ppms_cm_popup_overlay button.ppms_cm_button:focus,
div#ppms_cm_popup_overlay button.ppms_cm_button:hover {
	background-color: #1d365e !important;
	border-color: white !important;
	color: white !important;
}

div#ppms_cm_popup_overlay button.ppms_cm_button_primary,
div#ppms_cm_popup_overlay button.ppms_cm_button_primary:focus,
div#ppms_cm_popup_overlay button.ppms_cm_button_primary:hover {
	background-color: white !important;
	border-color: #1d365e !important;
	color: #1d365e !important;
}

div#ppms_cm_popup_overlay button.ppms_cm_reject-all,
div#ppms_cm_popup_overlay button.ppms_cm-reject-all:focus,
div#ppms_cm_popup_overlay button.ppms_cm-reject-all:hover {
	margin-top: 8px !important;
	margin-bottom: 8px !important;
}

div#ppms_cm_popup_overlay div.ppms_cm_popup_wrapper,
div#ppms_cm_popup_overlay div.ppms_cm_popup_wrapper:focus,
div#ppms_cm_popup_overlay div.ppms_cm_popup_wrapper:hover {
	min-width: 100% !important;
	top: auto !important;
	bottom: 0 !important;
	position: fixed !important;
}

div#ppms_cm_popup_overlay div.ppms_cm_popup_wrapper .ppms_cm_popup_responsive_wrapper,
div#ppms_cm_popup_overlay div.ppms_cm_popup_wrapper:focus .ppms_cm_popup_responsive_wrapper,
div#ppms_cm_popup_overlay div.ppms_cm_popup_wrapper:hover .ppms_cm_popup_responsive_wrapper {
	padding-left: 12px !important;
	padding-right: 12px !important;
}

div#ppms_cm_popup_overlay div.ppms_cm_popup_wrapper .ppms_cm_language_select_wrapper *,
div#ppms_cm_popup_overlay div.ppms_cm_popup_wrapper p,
div#ppms_cm_popup_overlay div.ppms_cm_popup_wrapper h1,
div#ppms_cm_popup_overlay div.ppms_cm_popup_wrapper h4,
div#ppms_cm_popup_overlay div.ppms_cm_popup_wrapper span,
div#ppms_cm_popup_overlay div.ppms_cm_popup_wrapper:focus .ppms_cm_language_select_wrapper *,
div#ppms_cm_popup_overlay div.ppms_cm_popup_wrapper:focus p,
div#ppms_cm_popup_overlay div.ppms_cm_popup_wrapper:focus h1,
div#ppms_cm_popup_overlay div.ppms_cm_popup_wrapper:focus h4,
div#ppms_cm_popup_overlay div.ppms_cm_popup_wrapper:focus span,
div#ppms_cm_popup_overlay div.ppms_cm_popup_wrapper:hover .ppms_cm_language_select_wrapper *,
div#ppms_cm_popup_overlay div.ppms_cm_popup_wrapper:hover p,
div#ppms_cm_popup_overlay div.ppms_cm_popup_wrapper:hover h1,
div#ppms_cm_popup_overlay div.ppms_cm_popup_wrapper:hover h4,
div#ppms_cm_popup_overlay div.ppms_cm_popup_wrapper:hover span {
	color: white !important;
}

div#ppms_cm_popup_overlay div.ppms_cm_popup_wrapper .ppms_cm_consent_switcher,
div#ppms_cm_popup_overlay div.ppms_cm_popup_wrapper .ppms_cm_consent_switcher svg,
div#ppms_cm_popup_overlay div.ppms_cm_popup_wrapper:focus .ppms_cm_consent_switcher,
div#ppms_cm_popup_overlay div.ppms_cm_popup_wrapper:focus .ppms_cm_consent_switcher svg,
div#ppms_cm_popup_overlay div.ppms_cm_popup_wrapper:hover .ppms_cm_consent_switcher,
div#ppms_cm_popup_overlay div.ppms_cm_popup_wrapper:hover .ppms_cm_consent_switcher svg {
	filter: saturate(50%) !important;
}

div#ppms_cm_popup_overlay div.ppms_cm_popup_wrapper .ppms_cm_popup,
div#ppms_cm_popup_overlay div.ppms_cm_popup_wrapper .ppms_cm_footer,
div#ppms_cm_popup_overlay div.ppms_cm_popup_wrapper .ppms_cm_popup .ppms_cm_card_section,
div#ppms_cm_popup_overlay div.ppms_cm_popup_wrapper:focus .ppms_cm_popup,
div#ppms_cm_popup_overlay div.ppms_cm_popup_wrapper:focus .ppms_cm_footer,
div#ppms_cm_popup_overlay div.ppms_cm_popup_wrapper:focus .ppms_cm_popup .ppms_cm_card_section,
div#ppms_cm_popup_overlay div.ppms_cm_popup_wrapper:hover .ppms_cm_popup,
div#ppms_cm_popup_overlay div.ppms_cm_popup_wrapper:hover .ppms_cm_footer,
div#ppms_cm_popup_overlay div.ppms_cm_popup_wrapper:hover .ppms_cm_popup .ppms_cm_card_section {
	background-color: #1d365e !important;
	border-width: 0px !important;
}

div#ppms_cm_popup_overlay div.ppms_cm_popup_wrapper .ppms_cm_language_select_extendable_item,
div#ppms_cm_popup_overlay div.ppms_cm_popup_wrapper:focus .ppms_cm_language_select_extendable_item,
div#ppms_cm_popup_overlay div.ppms_cm_popup_wrapper:hover .ppms_cm_language_select_extendable_item {
	color: black !important;
}

div#ppms_cm_popup_overlay div.ppms_cm_centered_buttons,
div#ppms_cm_popup_overlay div.ppms_cm_centered_buttons:focus,
div#ppms_cm_popup_overlay div.ppms_cm_centered_buttons:hover {
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}

div#ppms_cm_popup_overlay div.ppms_cm_centered_buttons,
div#ppms_cm_popup_overlay div.ppms_cm_centered_buttons:focus,
div#ppms_cm_popup_overlay div.ppms_cm_centered_buttons:hover {
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
	padding-top: 2px !important;
}

div#ppms_cm_popup_overlay .ppms_cm_footer {
	padding-top: 3 !important;
	padding-bottom: 3 !important;
	padding-left: 3 !important;
	padding-right: 3 !important;
}

div#ppms_cm_popup_overlay a.ppms_cm_link,
div#ppms_cm_popup_overlay a.ppms_cm_link:visited,
div#ppms_cm_popup_overlay a.ppms_cm_link:hover,
div#ppms_cm_popup_overlay a.ppms_cm_link:active,
div#ppms_cm_popup_overlay a.ppms_cm_link:focus,
div#ppms_cm_popup_overlay a.ppms_cm_open-popup,
div#ppms_cm_popup_overlay a.ppms_cm_open-popup:visited,
div#ppms_cm_popup_overlay a.ppms_cm_open-popup:hover,
div#ppms_cm_popup_overlay a.ppms_cm_open-popup:active,
div#ppms_cm_popup_overlay a.ppms_cm_open-popup:focus,
div#ppms_cm_popup_overlay button.ppms_cm_reject-all,
div#ppms_cm_popup_overlay button.ppms_cm-reject-all:visited,
div#ppms_cm_popup_overlay button.ppms_cm-reject-all:hover,
div#ppms_cm_popup_overlay button.ppms_cm-reject-all:active,
div#ppms_cm_popup_overlay button.ppms_cm-reject-all:focus {
	color: #d2ddea !important;
	text-decoration: underline !important;
	font-family: Arial, sans-serif !important;
	font-size: 14px !important;
	font-size: 0.875rem !important;
	line-height: 1.375 !important;
}

div#ppms_cm_popup_overlay.mobile-lg h1.ppms_cm_header1 {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

div#ppms_cm_popup_overlay.mobile-lg .ppms_cm_popup_wrapper {
	height: 60% !important;
}

div#ppms_cm_bar_overlay.ppms_cm_consent_bar {
	bottom: 0 !important;
	top: auto !important;
	background-color: #1d365e !important;
}

div#ppms_cm_bar_overlay.ppms_cm_consent_bar p {
	color: white !important;
	font-family: Arial, sans-serif !important;
	font-size: 14px !important;
	font-size: 0.875rem !important;
	line-height: 1.375 !important;
}

div#ppms_cm_bar_overlay.ppms_cm_consent_bar a.ppms_cm_open-popup_link,
div#ppms_cm_bar_overlay.ppms_cm_consent_bar a.ppms_cm_open-popup_link:visited,
div#ppms_cm_bar_overlay.ppms_cm_consent_bar a.ppms_cm_open-popup_link:hover,
div#ppms_cm_bar_overlay.ppms_cm_consent_bar a.ppms_cm_open-popup_link:active,
div#ppms_cm_bar_overlay.ppms_cm_consent_bar a.ppms_cm_open-popup_link:focus {
	color: #d2ddea !important;
	text-decoration: underline !important;
	font-family: Arial, sans-serif !important;
	font-size: 14px !important;
	font-size: 0.875rem !important;
	line-height: 1.375 !important;
}

div#ppms_cm_bar_overlay.ppms_cm_consent_bar svg,
div#ppms_cm_bar_overlay.ppms_cm_consent_bar img {
	filter: invert(1) !important;
}

div#ppms_cm_bar_overlay.ppms_cm_consent_bar .ppms_cm_bar_exclamation_mark_icon svg {
	filter: invert(0) !important;
}

/**
 * Elements (RTE and global styling)
 * ------------------------------------------------
 */

/**
 * Modules
 * ------------------------------------------------
 */

.b-content-item.c-border {
	background-color: #ffffff;
	border: 1px solid #d8d8d8;
}

.b-content-item.c-white,
.b-content-item.c-blue,
.b-content-item.c-blue-light,
.b-content-item.c-grey-light,
.b-content-item.c-border {
	padding: 20px;
}

.b-page-content--aside .b-content-item.c-white,
.b-page-content--aside .b-content-item.c-blue,
.b-page-content--aside .b-content-item.c-blue-light,
.b-page-content--aside .b-content-item.c-grey-light,
.b-page-content--aside .b-content-item.c-border {
	padding: 20px;
	margin-left: -21px;
}

.enhanced .b-page-content--aside .b-content-item.c-white,
.enhanced .b-page-content--aside .b-content-item.c-blue,
.enhanced .b-page-content--aside .b-content-item.c-blue-light,
.enhanced .b-page-content--aside .b-content-item.c-grey-light,
.enhanced .b-page-content--aside .b-content-item.c-border {
	margin-left: 0;
}

/**
* clear floats
*/

.b-content-textmedia__textpic {
	overflow: hidden;
}

/**
* prevent images from overtower the cols
*/

.b-content-textmedia__images__list__item {
	max-width: 100%;
}

/**
* reset/set globals for textmedia images
*/

.b-content-textmedia__images { /**
    * set images to 100% if:
    * - multiple images beside each
    * - 50% image / text split
    */
}

.enhanced .b-content-textmedia__textpic--intext .b-content-textmedia__images img,
.enhanced
  .b-content-textmedia__textpic--intext .b-content-textmedia__images iframe,
.enhanced
  .b-content-textmedia__textpic--intext .b-content-textmedia__images video,
.enhanced
  .b-content-textmedia__images .b-content-textmedia__images__list img,
.enhanced
  .b-content-textmedia__images .b-content-textmedia__images__list iframe,
.enhanced
  .b-content-textmedia__images .b-content-textmedia__images__list video {
	width: 100%;
}

.enhanced .b-content-textmedia__textpic--intext .b-content-textmedia__images iframe,
.enhanced
  .b-content-textmedia__images .b-content-textmedia__images__list iframe {
	max-height: 200px;
}

.b-content-textmedia__images img,
.b-content-textmedia__images video {
	max-width: 100%;
	height: auto;
}

.b-content-textmedia__images iframe {
	max-width: 100%;
}

.b-content-textmedia__images ul {
	overflow: hidden;
	list-style: none;
}

.b-content-textmedia__images figcaption {
	font-size: 12px;
	font-size: 0.75rem;
	font-style: italic;
	max-width: 830px;
}

.b-content-textmedia__images figure a {
	outline: none;
}

/**
* InText / BesideText Styling
*/

/**
* Above / Below Styling
*/

.b-content-textmedia__image__inner {
	position: relative;
	overflow: hidden;
}

.b-content-textmedia__image__inner img,
.b-content-textmedia__image__inner iframe,
.b-content-textmedia__image__inner video {
	display: block;
	margin-top: 4px;
}

/**
 * Main Menu
 */

.b-menu-main {
	font-size: 18px;
	font-size: 1.125rem;
	margin-bottom: 1rem;
	position: relative;
}

.b-menu-main:before,
.b-menu-main:after {
	content: "";
	display: table;
}

.b-menu-main:after {
	clear: both;
}

.enhanced .b-menu-main {
	background-color: #1d365e;
}

.b-menu-main ul {
	list-style: none;
	margin-bottom: 0;
}

.b-menu-main a {
	text-decoration: none;
}

.b-menu-main a:hover,
.b-menu-main a:focus {
	text-decoration: underline;
}

.b-menu-main .is-active {
	font-weight: 700;
}

.b-menu-main__list--lvl3 {
	font-size: 16px;
	font-size: 1rem;
	padding-left: 1rem;
	padding-bottom: .5rem;
}

.b-menu-main__headline {
	display: none;
}

.enhanced .b-menu-main {
	font-size: 18px;
	font-size: 1.125rem;
	margin: 0 auto;
	width: 100%;
}

.enhanced .b-menu-main__headline {
	font-size: 30px;
	font-size: 1.875rem;
	color: rgba(255, 255, 255, 0.7);
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

.enhanced .b-menu-main__list {
	text-align: center;
}

.enhanced .b-menu-main__list--lvl3 {
	font-size: 16px;
	font-size: 1rem;
	display: none;
	padding-left: 0;
}

.enhanced .b-menu-main__item--top,
.enhanced .b-menu-main__item--lvl2,
.enhanced .b-menu-main__item--lvl3 {
	padding-top: 0.8em;
}

.enhanced .b-menu-main__link--top,
.enhanced .b-menu-main__link--lvl2,
.enhanced .b-menu-main__link--lvl3 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	line-height: 1.1;
	max-width: 320px;
}

.enhanced .b-menu-main__link--top,
.enhanced .b-menu-main__link--lvl2 {
	color: #ffffff;
}

.enhanced .b-menu-main__link--lvl3 {
	color: rgba(255, 255, 255, 0.7);
}

.enhanced .b-menu-main__trigger {
	border: 2px solid #ffffff;
	border-radius: 50%;
	cursor: pointer;
	display: inline-block;
	height: 20px;
	margin-bottom: .15em;
	margin-left: .5em;
	position: relative;
	width: 20px;
}

.enhanced .b-menu-main__trigger:before,
.enhanced .b-menu-main__trigger:after {
	background-color: #ffffff;
	content: '';
	display: block;
	height: 2px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform-origin: center center;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transition: transform .3s ease-in-out;
	width: 12px;
}

.enhanced .b-menu-main__trigger[aria-expanded='false']:before {
	transform: translate(-50%, -50%) rotate(90deg);
	-ms-transform: translate(-50%, -50%) rotate(90deg);
}

/**
 * Menu Main Trigger
 */

.b-menu-main-trigger {
	display: none;
	background-color: transparent;
	color: transparent;
	border: none;
	font-size: 12px;
	font-size: 0.75rem;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	font-family: "RobotoMedium", sans-serif;
	height: 7em;
	text-transform: uppercase;
	transition: all 0.3s ease;
	width: 7em;
}

.b-menu-main-trigger:hover,
.b-menu-main-trigger:active,
.b-menu-main-trigger:focus {
	border: none;
}

.enhanced .b-menu-main-trigger {
	display: block;
	bottom: -2.7em;
	left: 50%;
	position: fixed;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	z-index: 3;
}

.enhanced .b-menu-main-trigger__label {
	display: inline-block;
	transform: translateY(-0.6rem);
	-ms-transform: translateY(-0.6rem);
}

.enhanced .b-menu-main-trigger .b-burger {
	transform: translateY(-0.5rem);
	-ms-transform: translateY(-0.5rem);
}

.enhanced .js-sticky-header .b-menu-main-trigger {
	font-size: 12px;
	font-size: 0.75rem;
	bottom: -2.7em !important;
	height: 6.5em;
	top: auto !important;
	width: 6.5em;
}

.theme-1 .b-menu-main-trigger {
	background-color: #00a6e3;
	color: #ffffff;
}

.theme-2 .b-menu-main-trigger {
	background-color: #28ad84;
	color: #ffffff;
}

.theme-3 .b-menu-main-trigger {
	background-color: #c34343;
	color: #ffffff;
}

.theme-4 .b-menu-main-trigger {
	background-color: #ffde5b;
	color: #000000;
}

.theme-1 .b-menu-main-trigger:hover {
	background-color: #0081b0;
	color: #ffffff;
}

.theme-2 .b-menu-main-trigger:hover {
	background-color: #1e8464;
	color: #ffffff;
}

.theme-3 .b-menu-main-trigger:hover {
	background-color: #a03333;
	color: #ffffff;
}

.theme-4 .b-menu-main-trigger:hover {
	background-color: #ffd428;
	color: #000000;
}

.js-menu-main-open .b-menu-main-trigger {
	background-color: #1d365e !important;
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: #ffffff !important;
}

/**
 * Menu Meta
 */

.b-menu-meta {
	line-height: 1;
}

.b-menu-meta__list {
	font-family: "RobotoMedium", sans-serif;
	list-style: none;
	margin: 0;
	padding: 0;
}

.b-menu-meta__list:before,
.b-menu-meta__list:after {
	content: "";
	display: table;
}

.b-menu-meta__list:after {
	clear: both;
}

.b-menu-meta__item {
	float: left;
	font-size: 22px;
	font-size: 1.375rem;
}

.b-menu-meta__item + .b-menu-meta__item {
	border-left: 1px solid #d8d8d8;
	margin-left: 10px;
	padding-left: 10px;
}

.b-menu-meta__link {
	color: #1d365e;
	text-decoration: none;
}

.b-menu-meta__link:hover,
.b-menu-meta__link:focus {
	text-decoration: underline;
}

.b-header__inner--2 .b-menu-meta {
	text-align: center;
	margin: 30px 0px 10px 0px;
	display: block;
}

.b-header__inner--2 .b-menu-meta__item {
	font-size: 14px;
	font-size: 0.875rem;
	float: none;
	padding: 4px 0px;
}

.b-header__inner--2 .b-menu-meta__item + .b-menu-meta__item {
	border-left-width: 0px;
	margin: 0;
	padding: 0;
}

.b-header__inner--2 .b-menu-meta__list {
	display: inline-block;
	margin: 0;
	padding: 0;
	zoom: 1;
}

.b-header__inner--2 .b-menu-meta__link {
	color: #ffffff;
	text-decoration: none;
}

.b-header__inner--2 .b-menu-meta__link:hover,
.b-header__inner--2 .b-menu-meta__link:focus {
	text-decoration: underline;
}

/**
 * Sub Menu
 */

.b-menu-sub {
	font-size: 12px;
	font-size: 0.75rem;
	text-align: center;
}

.b-menu-sub__list {
	list-style: none;
	margin: 0;
}

.b-menu-sub__item {
	display: inline-block;
	margin: 1rem;
}

/**
 * Language Menu
 */

.b-menu-language:before,
.b-menu-language:after {
	content: "";
	display: table;
}

.b-menu-language:after {
	clear: both;
}

.enhanced .b-menu-language {
	font-family: "RobotoMedium", sans-serif;
	line-height: 1;
	position: relative;
}

.b-menu-language__language {
	display: none;
}

.enhanced .b-menu-language__language {
	display: inline-block;
}

.enhanced .b-menu-language__language .isocode,
.enhanced .b-menu-language__language .chevron {
	display: inline-block;
	vertical-align: middle;
	float: left;
}

.enhanced .b-menu-language__language .isocode {
	color: #1d365e;
	font-size: 22px;
	font-size: 1.375rem;
}

.enhanced .b-menu-language__language .chevron {
	background: url("/typo3conf/ext/ahkms_sitepackage/Resources/Public/Frontend/_Default/icons/icon_dropdown.svg") center no-repeat;
	cursor: pointer;
	height: 1.25rem;
	margin-left: 5px;
	margin-top: 2px;
	width: 1.25rem;
}

.b-menu-language__list:before,
.b-menu-language__list:after {
	content: "";
	display: table;
}

.b-menu-language__list:after {
	clear: both;
}

.enhanced .b-menu-language__list {
	background-color: #ffffff;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	display: none;
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 1;
}

.b-menu-language__item {
	float: left;
	list-style: none;
}

.enhanced .b-menu-language__item {
	display: block;
	float: none;
	padding-left: 0;
	white-space: nowrap;
}

.enhanced .b-menu-language__item + .b-menu-language__item {
	border-top: 1px solid #d8d8d8;
	padding-left: 0;
}

.b-menu-language__item + .b-menu-language__item {
	padding-left: 1rem;
}

.enhanced .b-menu-language__link {
	display: inline-block;
	padding: 1rem;
	text-decoration: none;
}

.b-menu-language__link.is-active {
	color: rgba(68, 77, 84, 0.5);
}

.b-footer__menus:before,
.b-footer__menus:after {
	content: "";
	display: table;
}

.b-footer__menus:after {
	clear: both;
}

.enhanced .b-footer__menu {
	text-align: center;
}

.b-footer__menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.b-footer__menu ul > li {
	float: left;
	padding-right: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}

.enhanced .b-footer__menu ul > li {
	float: none;
	padding-right: 0;
	font-size: 15px;
	font-size: 0.9375rem;
}

.enhanced .b-footer__menu ul > li.b-footer__menu__list__item--last {
	border-right: none;
}

.b-footer__menu ul > li > a {
	color: #1d365e;
	text-decoration: none;
}

.b-footer__menu ul > li > a:hover,
.b-footer__menu ul > li > a:focus {
	text-decoration: underline;
}

.enhanced .b-footer__icons {
	float: right;
	font-size: 0;
}

.enhanced .b-footer__icons .b-social-icons,
.enhanced
.b-footer__icons .b-store-icons {
	display: none;
}

.enhanced .b-footer__icons .b-service-icons .icon--print {
	display: none;
}

.b-hero-button {
	text-align: center;
}

.b-hero-button__btn {
	margin-bottom: 1.2em;
}

.b-hero-button__btn .btn,
.b-hero-button__btn .rte_button,
.b-hero-button__btn .rte_button--colored {
	word-wrap: break-word;
}

.enhanced .b-hero-button__btn .btn,
.enhanced .b-hero-button__btn .rte_button,
.enhanced .b-hero-button__btn .rte_button--colored {
	width: 100%;
}

.b-pagetitle {
	margin-bottom: 40px;
	max-width: 800px;
}

.b-pagetitle h1 {
	margin-bottom: .6em;
}

.b-pagetitle p {
	color: #666666;
	font-size: 18px;
	font-size: 1.125rem;
}

.b-dashboard {
	position: relative;
}

.b-dashboard:before,
.b-dashboard:after {
	content: "";
	display: table;
}

.b-dashboard:after {
	clear: both;
}

.b-dashboard .g-copyright {
	display: none;
}

.enhanced .b-dashboard .g-copyright {
	position: static;
	transform: none;
	-ms-transform: none;
	padding-left: 0;
	padding-top: 0;
}

.b-dashboard__item {
	margin-bottom: 20px;
	overflow: hidden;
}

.enhanced .b-dashboard__item.js-overlay-hide-trigger {
	position: static;
}

.enhanced .b-dashboard__item.js-overlay-hide-trigger .js-b-dashboard__overlay-trigger {
	display: none;
}

.b-dashboard__item__image {
	display: none;
}

.b-dashboard__item__label {
	display: none;
}

.enhanced .js-b-dashboard__overlay-trigger {
	text-decoration: none;
	height: 100%;
	width: 100%;
	display: table;
}

.b-dashboard__overlay__content {
	overflow: hidden;
	height: 100%;
}

.b-dashboard__overlay__content__image-wrap {
	display: none;
}

.b-dashboard__overlay__content__text {
	width: 100%;
}

.enhanced .js-b-dashboard__overlay-trigger:hover,
.enhanced .js-b-dashboard__overlay-trigger:focus {
	outline: none;
}

.enhanced .js-b-dashboard__overlay-trigger:hover .b-dashboard__item__image,
.enhanced .js-b-dashboard__overlay-trigger:focus .b-dashboard__item__image {
	background-color: #1d365e !important;
}

.enhanced .b-dashboard__item__image {
	transition: background-color 0.4s ease-in-out;
}

.b-teaser:before,
.b-teaser:after {
	content: "";
	display: table;
}

.b-teaser:after {
	clear: both;
}

.b-teaser__item a {
	text-decoration: none;
}

.enhanced .b-teaser__item a {
	display: block;
}

.b-teaser__item a:hover,
.b-teaser__item a:focus {
	outline: none;
}

.b-teaser__item a:hover .b-teaser__item__image,
.b-teaser__item a:focus .b-teaser__item__image {
	transform: scale(1.1);
}

.b-teaser__item a:hover h3,
.b-teaser__item a:hover p,
.b-teaser__item a:focus h3,
.b-teaser__item a:focus p {
	text-decoration: underline;
}

.b-teaser__item .g-copyright {
	display: none;
}

.enhanced .b-teaser__item .g-copyright {
	display: block;
}

.b-teaser__item__icon--video .b-teaser__item__icon {
	background-image: url("/typo3conf/ext/ahkms_sitepackage/Resources/Public/Frontend/_Default/icons/icon_video.svg");
}

.enhanced .b-teaser__item__image-wrap {
	display: none;
}

.enhanced .b-teaser__item__image {
	background-color: #1d365e;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100%;
	transition: transform 0.2s ease-in-out;
}

.enhanced .b-teaser__item__overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.enhanced .b-teaser__item__icon {
	width: 60px;
	height: 60px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 50%;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.enhanced .b-teaser__item__content {
	text-align: center;
	background-color: #ffffff;
	overflow: hidden;
	padding: 10px;
}

.b-tile:before,
.b-tile:after {
	content: "";
	display: table;
}

.b-tile:after {
	clear: both;
}

.enhanced .b-tile__item {
	text-align: left;
	width: 100%;
	position: relative;
	background-color: #1d365e;
	overflow: hidden;
	min-height: 65px;
	margin-bottom: 10px;
}

.b-tile__item a {
	text-decoration: none;
}

.enhanced .b-tile__item a {
	display: block;
	height: 100%;
}

.b-tile__item a:hover,
.b-tile__item a:focus {
	outline: none;
}

.b-tile__item a:hover h3,
.b-tile__item a:focus h3 {
	text-decoration: underline;
}

.enhanced .b-tile__item h3 {
	color: #ffffff;
	font-weight: normal;
	margin-bottom: 0;
	line-height: 2.5;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.enhanced .b-tile__inner {
	padding: 10px;
}

.b-tile__item--has-icon .b-tile__item__icon {
	display: none;
}

.enhanced .b-tile__item--has-icon .b-tile__item__icon {
	width: 45px;
	height: 45px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: top;
	float: left;
	margin-right: 20px;
	display: inline-block;
}

.c-white.b-tile__item {
	background-color: transparent;
}

.enhanced .c-white.b-tile__item {
	background-color: #ffffff;
}

.enhanced .c-white.b-tile__item h3 {
	color: #1d365e;
}

.b-tile-media:before,
.b-tile-media:after {
	content: "";
	display: table;
}

.b-tile-media:after {
	clear: both;
}

.enhanced .b-tile-media__item {
	margin-bottom: 10px;
}

.b-tile-media__item a {
	text-decoration: none;
}

.enhanced .b-tile-media__item a {
	display: block;
}

.b-tile-media__item a:hover,
.b-tile-media__item a:focus {
	outline: none;
}

.b-tile-media__item a:hover h3,
.b-tile-media__item a:focus h3 {
	text-decoration: underline;
}

.enhanced .b-tile-media__item a:hover .b-tile-media__item__image,
.enhanced .b-tile-media__item a:focus .b-tile-media__item__image {
	transform: scale(1.1);
}

.b-tile-media__item .g-copyright {
	display: none;
}

.enhanced .b-tile-media__item__image-wrap {
	padding: 20px 10px;
	background-color: #1d365e;
}

.enhanced .b-tile-media__item__text h3 {
	color: #ffffff;
	font-weight: normal;
	margin-bottom: 0;
	line-height: 1.4;
}

.b-section-slider {
	max-width: 1180px;
	width: 90%;
	margin: 0 auto;
}

.enhanced .b-section-slider {
	max-width: none;
	width: auto;
	margin: auto;
}

.enhanced .b-section-slider .slick-prev,
.enhanced
  .b-section-slider .slick-next {
	bottom: 10px;
}

.enhanced .b-section-slider .slick-prev {
	left: 20px;
	background-image: url("/typo3conf/ext/ahkms_sitepackage/Resources/Public/Frontend/_Default/icons/slider/icon_prev_white.svg");
}

.enhanced .b-section-slider .slick-next {
	right: 20px;
	background-image: url("/typo3conf/ext/ahkms_sitepackage/Resources/Public/Frontend/_Default/icons/slider/icon_next_white.svg");
}

.b-section-slider .g-copyright {
	display: none;
}

.enhanced .b-section-slider .g-copyright {
	display: block;
}

.enhanced .b-section-slider .g-category {
	color: #ffffff;
}

.b-section-slider__item {
	margin-bottom: 30px;
}

.enhanced .b-section-slider__item {
	margin-bottom: 0;
	display: none;
}

.enhanced .b-section-slider__item:first-of-type,
.enhanced .b-section-slider__item.slick-slide {
	display: block;
}

.enhanced .b-section-slider__item.slick-slide .b-section-slider__item__inner {
	display: block;
}

.enhanced .b-section-slider__item .b-section-slider__item__inner {
	display: none;
}

.b-section-slider__item a {
	text-decoration: none;
}

.enhanced .b-section-slider__item a {
	display: block;
	color: #ffffff;
}

.b-section-slider__item a:hover,
.b-section-slider__item a:focus {
	outline: none;
	text-decoration: underline;
}

.enhanced .b-section-slider__item a:hover .b-section-slider__image,
.enhanced .b-section-slider__item a:focus .b-section-slider__image {
	transform: scale(1.1);
}

.enhanced .b-section-slider__item__inner {
	width: 100%;
	height: 350px;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.enhanced .b-section-slider__image {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 100%;
	transition: transform 2s cubic-bezier(0.61, 0.77, 0.44, 0.99);
}

.enhanced .b-section-slider__overlay {
	background-color: #1d365e;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.enhanced .b-section-slider__caption {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	width: 100%;
	padding: 0 5%;
}

.enhanced .b-page-content--main .b-section-slider__caption {
	padding: 0 9%;
}

.enhanced .b-section-slider__caption h3 {
	color: #ffffff;
}

.enhanced .b-section-slider__caption p {
	color: #ffffff;
}

.enhanced .b-section-slider__caption .btn,
.enhanced .b-section-slider__caption .rte_button,
.enhanced .b-section-slider__caption .rte_button--colored {
	background-color: transparent;
	border: 1px solid #ffffff;
	color: #ffffff;
	transition: all 2s cubic-bezier(0.61, 0.77, 0.44, 0.99);
}

.b-section-video {
	max-width: 1180px;
	width: 90%;
	margin: 0 auto;
}

.enhanced .b-section-video {
	max-width: none;
	width: auto;
	margin: auto;
	overflow: hidden;
}

.b-section-video .g-copyright {
	display: none;
}

.enhanced .b-section-video .g-copyright {
	display: block;
}

.enhanced .b-section-video .g-category {
	color: #ffffff;
}

.b-section-video__item a {
	text-decoration: none;
}

.enhanced .b-section-video__item a {
	display: block;
	color: #ffffff;
}

.b-section-video__item a:hover,
.b-section-video__item a:focus {
	outline: none;
	text-decoration: underline;
}

.enhanced .b-section-video__item a:hover .b-section-video__media,
.enhanced .b-section-video__item a:focus .b-section-video__media {
	transform: scale(1.1);
}

.enhanced .b-section-video__item__inner {
	width: 100%;
	height: 350px;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.b-section-video__item__inner video {
	display: none;
}

.enhanced .b-section-video__item__inner video {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	min-width: 100%;
	min-height: 100%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.enhanced .b-section-video__media {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	transition: transform 2s cubic-bezier(0.61, 0.77, 0.44, 0.99);
}

.enhanced .b-section-video__overlay {
	background-color: #1d365e;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.enhanced .b-section-video__caption {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	width: 100%;
	padding: 0 5%;
}

.enhanced .b-page-content--main .b-section-video__caption {
	padding: 0 9%;
}

.enhanced .b-section-video__caption h3 {
	color: #ffffff;
}

.enhanced .b-section-video__caption p {
	color: #ffffff;
}

.enhanced .b-section-video__caption .btn,
.enhanced .b-section-video__caption .rte_button,
.enhanced .b-section-video__caption .rte_button--colored {
	background-color: transparent;
	border: 1px solid #ffffff;
	color: #ffffff;
	transition: all 2s cubic-bezier(0.61, 0.77, 0.44, 0.99);
}

.b-simple-slider {
	text-align: center;
	width: 100%;
	margin: 0 auto;
}

.b-simple-slider:before,
.b-simple-slider:after {
	content: "";
	display: table;
}

.b-simple-slider:after {
	clear: both;
}

.enhanced .b-simple-slider.slick-slider {
	margin-bottom: 0;
	width: auto;
}

.b-simple-slider__item {
	width: 25%;
	margin: 0;
	float: left;
	height: 165px;
	padding: 0 10px;
}

.enhanced .b-simple-slider__item {
	display: none;
}

.enhanced .b-simple-slider__item.slick-slide {
	display: block;
}

.b-simple-slider__item__inner {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100%;
}

.b-simple-slider__item__img {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}

.b-simple-slider__item__img img {
	height: auto;
	margin: 0 auto;
	max-height: 155px;
}

/**
 * Banner
 */

.enhanced .b-top-banner {
	border-bottom: 1px solid #d8d8d8;
	height: 92px;
	position: absolute;
	right: 0;
	top: -92px;
	width: 100%;
	z-index: 2;
}

.enhanced .b-top-banner ~ .b-header {
	margin-top: 92px;
}

.b-top-banner__item img {
	float: right;
}

.b-top-banner.g-framed img {
	border-bottom: 0;
}

.b-main__banner .g-container {
	position: relative;
}

.b-main__banner__item--skyscraper {
	padding: 30px 0;
}

.b-main__banner__item__inner {
	padding-bottom: 10px;
	text-align: center;
}

.enhanced .b-main__banner__item__inner {
	background-color: #f2f3f4;
}

.b-banner-hint {
	display: block;
	font-size: 12px;
	padding: 5px 0;
	text-align: center;
}

.enhanced .b-banner-hint--content {
	text-align: left;
}

.b-linklist {
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.b-page-content--aside .b-linklist .b-linklist__item a {
	font-size: 16px;
	font-size: 1rem;
}

.b-linklist__item {
	padding: 6px 0;
	border-bottom: 1px solid #d8d8d8;
}

.b-linklist__item:first-child {
	padding-top: 0;
}

.b-linklist__item a {
	text-decoration: none;
	word-wrap: break-word;
	display: block;
	color: #1d365e;
	outline: none;
}

.b-linklist__item a:hover span,
.b-linklist__item a:focus span {
	text-decoration: underline;
}

.enhanced .b-linklist__item a {
	padding-left: 25px;
	position: relative;
	font-size: 16px;
	font-size: 1rem;
}

.enhanced .b-linklist__item a:before {
	content: '';
	background-image: url("/typo3conf/ext/ahkms_sitepackage/Resources/Public/Frontend/_Default/icons/icon_link.svg");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	width: 16px;
	height: 16px;
	position: absolute;
	left: 0;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	top: 50%;
}

.c-blue-light .b-linklist__item {
	border-bottom: 1px solid #444d54;
}

.c-blue .b-linklist__item a {
	color: #ffffff;
}

.enhanced .c-blue .b-linklist__item a:before {
	background-image: url("/typo3conf/ext/ahkms_sitepackage/Resources/Public/Frontend/_Default/icons/icon_link_light.svg");
}

.b-prefooter__col {
	float: left;
	width: 30%;
}

.b-prefooter__col.b-prefooter__col--1 {
	margin-right: 5%;
}

.b-prefooter__col.b-prefooter__col--2 {
	margin-right: 5%;
}

.b-prefooter__col h3,
.b-prefooter__col h4 {
	font-weight: normal;
}

.enhanced .b-prefooter__col {
	float: none;
	width: 100%;
}

.enhanced .b-prefooter__col.b-prefooter__col--1 {
	margin-right: 0;
}

.enhanced .b-prefooter__col.b-prefooter__col--2 {
	margin-right: 0;
}

/**
 * Pinboard
 */

.b-pinboard-wrap:after {
	border-top: 1px solid #d8d8d8;
	content: '';
	display: block;
	margin: 20px 0;
}

.b-pinboard-wrap--full-screen > .g-container {
	max-width: 100%;
}

.b-pinboard:before,
.b-pinboard:after {
	content: "";
	display: table;
}

.b-pinboard:after {
	clear: both;
}

.b-pinboard__col:last-of-type .b-pinboard__item:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

.enhanced .b-pinboard--5col > .g-container {
	max-width: 100%;
}

.enhanced .b-pinboard--5col .b-pinboard__col--3,
.enhanced .b-pinboard--5col .b-pinboard__col--4 {
	display: none;
}

.b-pinboard__item {
	margin: 0 auto;
	width: 400px;
}

.b-pinboard__item a:hover,
.b-pinboard__item a:focus {
	outline: none;
}

.enhanced .b-pinboard__item {
	margin: 0;
	margin-bottom: 20px;
	width: 100%;
}

.enhanced .b-pinboard__item--boxed {
	background-color: #f2f3f4;
	padding: 20px;
}

.enhanced .b-pinboard__item--bordered {
	border-bottom: 1px solid #d8d8d8;
}

.b-pinboard__article {
	overflow: hidden;
}

.b-pinboard__date {
	margin-bottom: 8px;
}

.b-pinboard__date:before,
.b-pinboard__date:after {
	content: "";
	display: table;
}

.b-pinboard__date:after {
	clear: both;
}

.enhanced .b-pinboard__date .b-date__month,
.enhanced
  .b-pinboard__date .b-date__day {
	display: inline-block;
	float: left;
	width: 50px;
}

.b-pinboard__image {
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
	display: inline-block;
}

.b-pinboard__image:hover .b-pinboard__image__inner,
.b-pinboard__image:focus .b-pinboard__image__inner {
	transform: scale(1.05);
}

.enhanced .b-pinboard__image__inner {
	transition: all .2s ease-out;
}

.b-pinboard__image__inner img {
	max-height: 220px;
	display: block;
}

.b-pinboard__headline {
	font-size: 18px;
	margin-bottom: 0.4em;
}

.b-pinboard__headline:last-child {
	margin-bottom: 1.2em;
}

.b-pinboard__headline a:hover,
.b-pinboard__headline a:focus {
	text-decoration: underline;
}

.b-pinboard__article--button .b-pinboard__image {
	min-height: 50px;
	display: block;
}

.b-pinboard__article--button .b-pinboard__image a {
	display: inline-block;
	float: left;
}

.b-pinboard__article--button .b-pinboard__image a:hover .btn.btn--colored,
.b-pinboard__article--button .b-pinboard__image a:hover .btn--colored.rte_button,
.b-pinboard__article--button .b-pinboard__image a:hover .rte_button.rte_button--colored,
.b-pinboard__article--button .b-pinboard__image a:hover .rte_button--colored,
.b-pinboard__article--button .b-pinboard__image a:focus .btn.btn--colored,
.b-pinboard__article--button .b-pinboard__image a:focus .btn--colored.rte_button,
.b-pinboard__article--button .b-pinboard__image a:focus .rte_button.rte_button--colored,
.b-pinboard__article--button .b-pinboard__image a:focus .rte_button--colored {
	background: #ffffff;
	color: #444d54;
	border: 1px solid #444d54;
}

.b-pinboard__article--button .b-pinboard__headline a {
	float: none;
}

.b-pinboard__article--button .btn.btn--colored,
.b-pinboard__article--button .btn--colored.rte_button,
.b-pinboard__article--button .rte_button.rte_button--colored,
.b-pinboard__article--button .rte_button--colored {
	position: absolute;
	bottom: 0;
	left: 60px;
	outline: 5px solid #ffffff;
}

.b-pinboard__article--button:hover .b-pinboard__image__inner,
.b-pinboard__article--button:focus .b-pinboard__image__inner {
	transform: scale(1);
}

.b-pinboard__icon {
	background-image: url("/typo3conf/ext/ahkms_sitepackage/Resources/Public/Frontend/_Default/icons/icon_twitter.svg");
	background-color: #00aeeb;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 80%;
	display: inline-block;
	float: left;
	height: 3rem;
	width: 3rem;
}

.b-pinboard__icon ~ .b-pinboard__header {
	padding-left: 4rem;
}

.c-blue-light .b-pinboard-wrap:after,
.c-blue-light .b-ticker-wrap:after,
.c-blue-light .b-pinboard__item {
	border-color: #444d54 !important;
}

.enhanced .c-blue-light .b-pinboard__item--boxed .b-date__month {
	background-color: #d2ddea;
}

.c-blue-light .b-pinboard__item--bordered .b-pinboard__article--button .btn,
.c-blue-light .b-pinboard__item--bordered .b-pinboard__article--button .rte_button,
.c-blue-light .b-pinboard__item--bordered .b-pinboard__article--button .rte_button--colored {
	outline-color: #d2ddea;
}

.c-grey-light .b-pinboard__item--bordered .b-pinboard__article--button .btn,
.c-grey-light .b-pinboard__item--bordered .b-pinboard__article--button .rte_button,
.c-grey-light .b-pinboard__item--bordered .b-pinboard__article--button .rte_button--colored {
	outline-color: #f2f3f4;
}

.enhanced .c-blue-light .b-pinboard__item--boxed,
.enhanced
.c-grey-light .b-pinboard__item--boxed {
	background-color: #ffffff;
}

.c-blue-light .b-pinboard__item--boxed .b-pinboard__article--button .btn,
.c-blue-light .b-pinboard__item--boxed .b-pinboard__article--button .rte_button,
.c-blue-light .b-pinboard__item--boxed .b-pinboard__article--button .rte_button--colored,
.c-grey-light .b-pinboard__item--boxed .b-pinboard__article--button .btn,
.c-grey-light .b-pinboard__item--boxed .b-pinboard__article--button .rte_button,
.c-grey-light .b-pinboard__item--boxed .b-pinboard__article--button .rte_button--colored {
	outline-color: #ffffff;
}

.b-ticker-wrap:after {
	content: '';
	border-top: 1px solid #d8d8d8;
	display: block;
	margin: 0;
}

.b-ticker.slick-slider {
	margin-bottom: 0;
}

.enhanced .b-ticker.slick-vertical .b-ticker__item {
	height: 180px;
	overflow: hidden;
}

.enhanced .b-ticker.slick-vertical .b-ticker__item p {
	margin-bottom: 0;
}

.b-ticker__item {
	margin-bottom: 10px;
}

.enhanced .b-ticker__item {
	display: none;
}

.enhanced .b-ticker__item.slick-slide {
	display: block;
}

.b-ticker__item a {
	text-decoration: none;
}

.b-ticker__item a:hover,
.b-ticker__item a:focus {
	outline: none;
}

.b-ticker__item a:hover h3,
.b-ticker__item a:focus h3 {
	text-decoration: underline;
}

.b-ticker__item h3 {
	font-size: 18px;
	margin-bottom: 0.4em;
}

.b-footer__banner {
	text-align: center;
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
}

.b-footer__banner:before,
.b-footer__banner:after {
	content: "";
	display: table;
}

.b-footer__banner:after {
	clear: both;
}

.b-footer__banner__item {
	float: left;
	height: 110px;
	position: relative;
	padding: 0 3%;
}

.enhanced .b-footer__banner__item {
	width: 100%;
}

.b-footer__banner__item__inner {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100%;
}

.b-footer__banner__item__img {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}

.b-footer__banner__item__img img {
	height: auto !important;
	margin: 0 auto;
	max-height: 100px;
}

.b-footer__banner__item__img a {
	text-decoration: none;
}

.enhanced .banner--core {
	display: none;
}

.banner--enhanced {
	display: none;
}

.enhanced .banner--enhanced {
	display: block;
}

.enhanced .b-footer__banner--4col .b-footer__banner__item {
	width: 50%;
}

.enhanced .b-footer__banner--4col .b-footer__banner__item:first-of-type .b-footer__banner__item__img .banner--enhanced {
	margin-top: 10px;
}

.b-accordion {
	background: #ffffff;
	border: 1px solid #1d365e;
}

.enhanced .b-accordion {
	padding-top: 10px;
	padding-bottom: 15px;
}

.enhanced .b-accordion h3 {
	line-height: 1.25;
	font-size: 16px;
	font-size: 1rem;
}

.b-accordion h2,
.b-accordion h3,
.b-accordion h4,
.b-accordion p,
.b-accordion ul {
	color: #1d365e;
}

.b-accordion--color {
	background: #f2f3f4;
	border: none;
}

.enhanced .b-accordion--color .b-accordion__item:hover,
.enhanced .b-accordion--color .b-accordion__item:focus {
	background-color: #e3e6e8;
}

.enhanced .b-accordion--color .b-accordion__item:after {
	border-color: #e3e6e8;
}

.enhanced .b-accordion--color .js-accordion__item__trigger:before {
	background-image: url("/typo3conf/ext/ahkms_sitepackage/Resources/Public/Frontend/_Default/icons/icon_plus_grey.svg");
}

.b-accordion--color h2,
.b-accordion--color h3,
.b-accordion--color h4,
.b-accordion--color p,
.b-accordion--color ul {
	color: #444d54;
}

.b-accordion__item {
	padding: 15px;
	transition: background-color 0.3s ease-in-out;
}

.enhanced .b-accordion__item {
	padding-bottom: 0;
	padding-top: 0;
}

.enhanced .b-accordion__item:hover,
.enhanced .b-accordion__item:focus {
	background-color: #f2f3f4;
}

.b-accordion__item.js-accordion-is-open:hover,
.b-accordion__item.js-accordion-is-open:focus {
	background-color: transparent !important;
}

.enhanced .b-accordion__item:after {
	content: '';
	border-bottom: 1px solid #444d54;
	border-color: #f2f3f4;
	display: block;
	margin-bottom: -1px;
}

.enhanced .b-accordion__item__header {
	cursor: pointer;
	position: relative;
	padding-left: 25px;
}

.enhanced .b-accordion__item__header:before {
	content: '';
	display: inline-block;
	background: url("/typo3conf/ext/ahkms_sitepackage/Resources/Public/Frontend/_Default/icons/icon_plus.svg") left top/14px 14px no-repeat;
	position: absolute;
	left: 0;
	height: 14px;
	width: 14px;
	margin-top: 20px;
	transition: transform 0.2s ease-in-out;
}

.enhanced .b-accordion__item__header h3 {
	margin-bottom: 0;
	padding-top: 16px;
	padding-bottom: 14px;
}

.enhanced .b-accordion__item__content {
	display: none;
}

.enhanced .b-accordion__item__content:before,
.enhanced .b-accordion__item__content:after {
	content: "";
	display: table;
}

.enhanced .b-accordion__item__content:after {
	clear: both;
}

.b-accordion__image img {
	display: block;
	margin-top: 4px;
}

.b-accordion__image figcaption {
	font-size: 12px;
	font-size: 0.75rem;
	font-style: italic;
}

.b-accordion__inner {
	position: relative;
	overflow: hidden;
}

.b-accordion__text {
	width: 100%;
}

.js-accordion-is-open .js-accordion__item__trigger:before {
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}

.b-accordion-control {
	margin-bottom: 10px;
	width: auto;
}

.b-accordion__item-control {
	text-align: right;
}

.b-accordion__item-control img {
	width: 30px;
	height: 30px;
}

.b-accordion__item-control .icon--drag {
	cursor: move;
}

.enhanced .b-collapse {
	border: 1px solid #1d365e;
	transition: background-color 0.3s ease-in-out;
	padding-bottom: 0;
	padding-top: 0;
}

.enhanced .b-collapse:hover,
.enhanced .b-collapse:focus {
	background-color: #f2f3f4;
}

.b-collapse.js-collapse-in:hover,
.b-collapse.js-collapse-in:focus {
	background-color: transparent !important;
}

.b-collapse__trigger {
	display: none;
}

.enhanced .b-collapse__trigger {
	display: block;
	padding-left: 25px;
	margin-left: 20px;
}

.enhanced .b-collapse__content {
	padding: 20px;
}

.enhanced .b-collapse__trigger--icon {
	cursor: pointer;
	position: relative;
	padding-left: 25px;
}

.enhanced .b-collapse__trigger--icon:before {
	content: '';
	display: inline-block;
	background: url("/typo3conf/ext/ahkms_sitepackage/Resources/Public/Frontend/_Default/icons/icon_plus.svg") left top/14px 14px no-repeat;
	position: absolute;
	left: 0;
	height: 14px;
	width: 14px;
	margin-top: 20px;
	transition: transform 0.2s ease-in-out;
}

.b-collapse__label {
	display: block;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: bold;
	line-height: 1.4;
	color: #1d365e;
	margin-bottom: 0;
	padding-top: 16px;
	padding-bottom: 14px;
}

.label--collapse-in {
	display: none;
}

.js-collapse-in .label--collapse {
	display: none;
}

.js-collapse-in .label--collapse-in {
	display: block;
}

.js-collapse-in .b-collapse__trigger--icon:before {
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}

.b-tabs {
	width: 100%;
}

.b-tabs .slick-arrow {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 45px;
	height: 100%;
	text-align: center;
	z-index: 10;
	background-color: #f2f3f4;
	background-size: 7px 11px;
}

.b-tabs .slick-arrow:before {
	content: '';
	height: 35px;
	width: 1px;
	border-left: 1px solid #d8d8d8;
	display: inline-block;
	margin-left: -44px;
}

.b-tabs .slick-arrow:hover,
.b-tabs .slick-arrow:focus {
	transform: scale(1);
	-ms-transform: scale(1);
	background-color: #e3e6e8;
}

.b-tabs .slick-arrow.slick-prev {
	left: 0;
	background-image: url("/typo3conf/ext/ahkms_sitepackage/Resources/Public/Frontend/_Default/icons/tabs/icon_next.svg");
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}

.b-tabs .slick-arrow.slick-next {
	right: 0;
	background-image: url("/typo3conf/ext/ahkms_sitepackage/Resources/Public/Frontend/_Default/icons/tabs/icon_next.svg");
}

.b-tabs .slick-arrow.slick-disabled {
	display: none !important;
}

.enhanced .b-tabs h3 {
	line-height: 1.25;
	font-size: 16px;
	font-size: 1rem;
}

.b-tabs h2,
.b-tabs h3,
.b-tabs h4,
.b-tabs p {
	color: #1d365e;
}

.enhanced .b-tabs--color .b-tabs__menu {
	background-color: #1d365e;
}

.b-tabs--color .slick-arrow {
	background-color: #1d365e;
}

.b-tabs--color .slick-arrow:hover,
.b-tabs--color .slick-arrow:focus {
	background-color: #31486d;
}

.b-tabs--color .slick-arrow.slick-prev {
	background-image: url("/typo3conf/ext/ahkms_sitepackage/Resources/Public/Frontend/_Default/icons/tabs/icon_next_white.svg");
}

.b-tabs--color .slick-arrow.slick-next {
	background-image: url("/typo3conf/ext/ahkms_sitepackage/Resources/Public/Frontend/_Default/icons/tabs/icon_next_white.svg");
}

.enhanced .b-tabs--color .b-tabs__menu__list:not(.slick-slider) {
	display: none;
}

.b-tabs--color .b-tabs__list__item.active {
	background-color: #f2f3f4;
}

.b-tabs--color .b-tabs__list__item.active:hover,
.b-tabs--color .b-tabs__list__item.active:focus {
	background-color: #f2f3f4;
}

.b-tabs--color .b-tabs__list__item.active span {
	color: #444d54;
}

.b-tabs--color .b-tabs__list__item:hover,
.b-tabs--color .b-tabs__list__item:focus {
	background-color: #31486d;
}

.b-tabs--color .b-tabs__list__item span {
	color: #ffffff;
}

.b-tabs--color .b-tabs__content {
	background-color: #f2f3f4;
}

.enhanced .b-tabs--color .b-tabs__content {
	border: none;
}

.b-tabs--color h2,
.b-tabs--color h3,
.b-tabs--color h4,
.b-tabs--color p {
	color: #444d54;
}

.b-tabs__menu {
	display: none;
}

.enhanced .b-tabs__menu {
	display: block;
	background-color: #f2f3f4;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.b-tabs__menu__list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	z-index: 5;
}

.enhanced .b-tabs__menu__list:not(.slick-slider) {
	display: none;
}

.b-tabs__list__item {
	display: inline-block;
	height: 100%;
}

.b-tabs__list__item:after {
	content: '';
	height: 35px;
	width: 1px;
	border-left: 1px solid #d8d8d8;
	display: inline-block;
	margin-bottom: -13px;
	margin-right: -1px;
}

.b-tabs__list__item span {
	cursor: pointer;
}

.b-tabs__list__item.active {
	background-color: #1d365e;
}

.b-tabs__list__item.active:after {
	border: none;
}

.b-tabs__list__item.active:hover,
.b-tabs__list__item.active:focus {
	background-color: #1d365e;
}

.b-tabs__list__item.active span {
	font-weight: bold;
	color: #ffffff;
}

.b-tabs__list__item.slick-slide.slick-current.slick-active:not(:first-of-type) {
	padding-left: 40px;
}

.b-tabs__list__item:hover,
.b-tabs__list__item:focus {
	background-color: #e3e6e8;
}

.b-tabs__list__item span {
	text-decoration: none;
	font-size: 16px;
	font-size: 1rem;
	padding: 17px 15px;
	line-height: 50px;
	outline: none;
}

.b-tabs__content-wrap {
	display: block;
	border: 1px solid #1d365e;
}

.enhanced .b-tabs__content-wrap {
	border: none;
}

.b-tabs__content {
	width: 100%;
	background-color: #ffffff;
	padding: 15px;
}

.b-tabs__content:before,
.b-tabs__content:after {
	content: "";
	display: table;
}

.b-tabs__content:after {
	clear: both;
}

.enhanced .b-tabs__content {
	display: none;
	border: 1px solid #1d365e;
}

.b-tabs__content.active {
	display: block;
}

.b-tabs__image img {
	display: block;
	margin-top: 4px;
}

.b-tabs__image figcaption {
	font-size: 12px;
	font-size: 0.75rem;
	font-style: italic;
}

.b-tabs__inner {
	overflow: hidden;
	position: relative;
}

.b-tabs__column--first {
	border-bottom: 1px solid #d8d8d8;
	margin-bottom: 1.2em;
}

.b-tabs__column--last img {
	display: block;
}

.b-backlink--space-top {
	margin-top: 30px;
}

.b-pagination {
	margin: 1em 0;
}

.b-pagination ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.b-pagination ul li {
	display: inline-block;
	margin-bottom: 0.5em;
	font-size: 14px;
	font-size: 0.875rem;
}

.b-pagination ul li:not(:last-of-type) {
	margin-right: 0.5em;
}

.b-pagination a {
	border: 1px solid #1d365e;
	background-color: #1d365e;
	color: #ffffff;
	text-decoration: none;
	padding: 0.6em 1em;
	display: inline-block;
}

.b-pagination .b-pagination__list__item {
	line-height: 1;
	transition: all .2s ease-out;
}

.b-pagination .b-pagination__list__item:hover a,
.b-pagination .b-pagination__list__item:active a,
.b-pagination .b-pagination__list__item:focus a {
	background-color: #ffffff;
	border-color: #444d54;
	color: #444d54;
}

.b-pagination .b-pagination__list__item.b-pagination__list__item--current {
	background-color: transparent;
	border: 1px solid #444d54;
	color: #444d54;
	font-weight: bold;
	padding: 0.6em 1em;
}

.b-gallery-wrap.b-content-item,
.b-gallery-teaser-wrap.b-content-item {
	margin-bottom: 0;
}

.b-gallery-teaser {
	margin: 15px 0;
}

.b-gallery,
.b-gallery-teaser {
	margin-top: 15px;
}

.b-gallery:before,
.b-gallery:after,
.b-gallery-teaser:before,
.b-gallery-teaser:after {
	content: "";
	display: table;
}

.b-gallery:after,
.b-gallery-teaser:after {
	clear: both;
}

.b-gallery .slick-slider,
.b-gallery-teaser .slick-slider {
	margin-bottom: 0;
}

.enhanced .b-gallery .slick-slide,
.enhanced
  .b-gallery-teaser .slick-slide {
	margin: 0 10px;
}

.enhanced .b-gallery .slick-slide img,
.enhanced
    .b-gallery-teaser .slick-slide img {
	width: 100%;
}

.enhanced .b-gallery .slick-prev,
.enhanced
  .b-gallery .slick-next,
.enhanced
  .b-gallery-teaser .slick-prev,
.enhanced
  .b-gallery-teaser .slick-next {
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.b-gallery__item,
.b-gallery-teaser__item {
	padding: 0 5px;
}

.enhanced .b-gallery__item,
.enhanced
  .b-gallery-teaser__item {
	display: none;
	padding: 0;
}

.enhanced .slick-list .b-gallery__item.slick-slide,
.enhanced
.slick-list .b-gallery-teaser__item.slick-slide {
	display: block;
}

.b-gallery__item,
.b-gallery-teaser__item {
	width: 25%;
	margin: 0;
	float: left;
	overflow: hidden;
}

.b-gallery__link {
	display: block;
	text-decoration: none;
	outline: none;
}

.b-gallery-teaser__link {
	cursor: default;
	outline: none;
}

.b-gallery__image,
.b-gallery-teaser__image {
	display: block;
	margin-bottom: 10px;
}

.b-gallery .g-copyright {
	color: #444d54;
	position: static;
	transform: none;
	padding: 0;
	margin-bottom: 10px;
	display: block;
	margin-top: -10px;
	white-space: nowrap;
	overflow: hidden;
}

.enhanced .b-gallery .g-copyright {
	display: none;
}

.b-social-icons,
.b-store-icons,
.b-service-icons {
	list-style: none;
	margin-bottom: 0;
	display: inline-block;
}

.b-social-icons li,
.b-store-icons li,
.b-service-icons li {
	float: left;
	margin-bottom: 10px;
}

.b-social-icons li + li,
.b-store-icons li + li,
.b-service-icons li + li {
	margin-left: 10px;
}

.b-social-icons .icon,
.b-store-icons .icon,
.b-service-icons .icon {
	text-decoration: none;
}

.b-social-icons .icon:hover,
.b-social-icons .icon:focus,
.b-store-icons .icon:hover,
.b-store-icons .icon:focus,
.b-service-icons .icon:hover,
.b-service-icons .icon:focus {
	outline: none;
	text-decoration: underline;
}

.enhanced .b-social-icons .icon,
.enhanced
    .b-store-icons .icon,
.enhanced
    .b-service-icons .icon {
	text-indent: -999999px;
	width: 40px;
	height: 40px;
	display: inline-block;
	float: left;
	font-size: 0;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	transition: transform 0.1s ease-out;
}

.enhanced .b-social-icons .icon:hover,
.enhanced .b-social-icons .icon:focus,
.enhanced
      .b-store-icons .icon:hover,
.enhanced
      .b-store-icons .icon:focus,
.enhanced
      .b-service-icons .icon:hover,
.enhanced
      .b-service-icons .icon:focus {
	transform: scale(1.1);
	text-decoration: none;
}

.b-store-icons + .b-social-icons {
	margin-left: 40px;
}

.b-store-icons + .b-service-icons,
.b-social-icons + .b-service-icons {
	margin-left: 10px;
}

.enhanced .icon--share,
.enhanced .shariff-button.info {
	background-image: url("/typo3conf/ext/ahkms_sitepackage/Resources/Public/Frontend/_Default/icons/social-media/icon_share.svg");
}

.enhanced .icon--print {
	background-image: url("/typo3conf/ext/ahkms_sitepackage/Resources/Public/Frontend/_Default/icons/icon_print.svg");
}

.enhanced .icon--totop {
	background-image: url("/typo3conf/ext/ahkms_sitepackage/Resources/Public/Frontend/_Default/icons/icon_totop.svg");
}

.enhanced .icon--blogger {
	background-image: url("/typo3conf/ext/ahkms_sitepackage/Resources/Public/Frontend/_Default/icons/social-media/icon_blogger.svg");
}

.enhanced .icon--facebook,
.enhanced .shariff-button.facebook {
	background-image: url("/typo3conf/ext/ahkms_sitepackage/Resources/Public/Frontend/_Default/icons/social-media/icon_facebook.svg");
}

.enhanced .icon--flickr {
	background-image: url("/typo3conf/ext/ahkms_sitepackage/Resources/Public/Frontend/_Default/icons/social-media/icon_flickr.svg");
}

.enhanced .icon--googleplus,
.enhanced .shariff-button.googleplus {
	background-image: url("/typo3conf/ext/ahkms_sitepackage/Resources/Public/Frontend/_Default/icons/social-media/icon_googleplus.svg");
}

.enhanced .icon--instagram {
	background-image: url("/typo3conf/ext/ahkms_sitepackage/Resources/Public/Frontend/_Default/icons/social-media/icon_instagram.svg");
}

.enhanced .icon--linkedin,
.enhanced .shariff-button.linkedin {
	background-image: url("/typo3conf/ext/ahkms_sitepackage/Resources/Public/Frontend/_Default/icons/social-media/icon_linkedin.svg");
}

.enhanced .icon--twitter,
.enhanced .shariff-button.twitter {
	background-image: url("/typo3conf/ext/ahkms_sitepackage/Resources/Public/Frontend/_Default/icons/social-media/icon_twitter.svg");
}

.enhanced .icon--viadeo {
	background-image: url("/typo3conf/ext/ahkms_sitepackage/Resources/Public/Frontend/_Default/icons/social-media/icon_viadeo.svg");
}

.enhanced .icon--wechat {
	background-image: url("/typo3conf/ext/ahkms_sitepackage/Resources/Public/Frontend/_Default/icons/social-media/icon_wechat.svg");
}

.enhanced .icon--weibo {
	background-image: url("/typo3conf/ext/ahkms_sitepackage/Resources/Public/Frontend/_Default/icons/social-media/icon_weibo.svg");
}

.enhanced .icon--xing,
.enhanced .shariff-button.xing {
	background-image: url("/typo3conf/ext/ahkms_sitepackage/Resources/Public/Frontend/_Default/icons/social-media/icon_xing.svg");
}

.enhanced .icon--youtube {
	background-image: url("/typo3conf/ext/ahkms_sitepackage/Resources/Public/Frontend/_Default/icons/social-media/icon_youtube.svg");
}

.enhanced .icon--appstore {
	background-image: url("/typo3conf/ext/ahkms_sitepackage/Resources/Public/Frontend/_Default/icons/app-store/icon_appstore.svg");
}

.enhanced .icon--googleplay {
	background-image: url("/typo3conf/ext/ahkms_sitepackage/Resources/Public/Frontend/_Default/icons/app-store/icon_googleplay.svg");
}

.b-social-share {
	list-style: none;
	position: relative;
	height: 40px;
}

.b-social-share:before,
.b-social-share:after {
	content: "";
	display: table;
}

.b-social-share:after {
	clear: both;
}

.b-social-share .shariff-button {
	text-decoration: none;
	width: 40px;
	height: 40px;
	display: inline-block;
	float: left;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}

.b-social-share .shariff-button:hover,
.b-social-share .shariff-button:focus {
	outline: none;
}

.shariff-button {
	position: absolute;
	left: 0;
	top: 0;
	transition: 0.3s ease;
	cursor: pointer;
}

.shariff-button:first-child {
	z-index: 10;
}

.shariff-button.twitter {
	z-index: 5;
}

.shariff-button.facebook {
	z-index: 4;
}

.shariff-button.googleplus {
	z-index: 3;
}

.shariff-button.linkedin {
	z-index: 2;
}

.shariff-button.xing {
	z-index: 1;
}

.shariff-button a {
	width: 40px;
	height: 40px;
	display: inline-block;
}

.shariff-button .share_text {
	display: none;
}

.active .shariff-button.twitter {
	left: 40px;
	transition: 0.3s ease;
}

.active .shariff-button.facebook {
	left: 80px;
	transition: 0.45s ease;
}

.active .shariff-button.googleplus {
	left: 120px;
	transition: 0.6s ease;
}

.active .shariff-button.linkedin {
	left: 160px;
	transition: 0.6s ease;
}

.active .shariff-button.xing {
	left: 200px;
	transition: 0.6s ease;
}

.b-social-share {
	list-style: none;
	position: relative;
	height: 40px;
}

.b-social-share:before,
.b-social-share:after {
	content: "";
	display: table;
}

.b-social-share:after {
	clear: both;
}

.b-social-share .icon {
	text-decoration: none;
	width: 40px;
	height: 40px;
	display: inline-block;
	float: left;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}

.b-social-share .icon:hover,
.b-social-share .icon:focus {
	outline: none;
}

.b-social-share__item {
	position: absolute;
	left: 0;
	top: 0;
	transition: 0.3s ease;
	cursor: pointer;
}

.b-social-share__item:first-child {
	z-index: 10;
}

.b-social-share__item--twitter {
	z-index: 5;
}

.b-social-share__item--facebook {
	z-index: 4;
}

.b-social-share__item--googleplus {
	z-index: 3;
}

.b-social-share__item--linkedin {
	z-index: 2;
}

.b-social-share__item--xing {
	z-index: 1;
}

.active .b-social-share__item--twitter {
	left: 40px;
	transition: 0.3s ease;
}

.active .b-social-share__item--facebook {
	left: 80px;
	transition: 0.45s ease;
}

.active .b-social-share__item--googleplus {
	left: 120px;
	transition: 0.6s ease;
}

.active .b-social-share__item--linkedin {
	left: 160px;
	transition: 0.6s ease;
}

.active .b-social-share__item--xing {
	left: 200px;
	transition: 0.6s ease;
}

.b-service-icons li:last-of-type {
	margin-right: 0;
}

.b-logo-wall {
	border-left: 1px solid #d8d8d8;
	border-top: 1px solid #d8d8d8;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

.b-logo-wall:before,
.b-logo-wall:after {
	content: "";
	display: table;
}

.b-logo-wall:after {
	clear: both;
}

.b-logo-wall__item {
	border-bottom: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
	height: 220px;
	margin: 0;
	padding: 0 10px;
	position: relative;
}

.b-logo-wall__item__inner {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100%;
}

.b-logo-wall__item__img {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}

.b-logo-wall__item__img img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-height: 160px;
}

.b-logo-wall__item__link {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

.b-logo-wall--5col .b-logo-wall__item {
	width: 20%;
	float: left;
}

.enhanced .b-logo-wall--5col .b-logo-wall__item {
	width: 50%;
	height: 180px;
}

.b-teaser-board__article {
	position: relative;
	margin-bottom: 30px;
}

.b-teaser-board__image {
	position: relative;
}

.b-teaser-board__image img {
	display: block;
	transition: all 0.2s ease-in-out;
}

.b-teaser-board__block-link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.enhanced .b-teaser-board {
	margin-left: -10px;
	margin-right: -10px;
	margin-top: -10px;
}

.enhanced .b-teaser-board__article {
	margin: 10px;
	overflow: hidden;
}

.enhanced .b-teaser-board__article figure {
	margin-bottom: 0;
}

.enhanced .b-teaser-board__article img {
	transition: transform 0.2s ease-in-out;
	width: 100%;
}

.enhanced .b-teaser-board__image {
	overflow: hidden;
	position: relative;
}

.enhanced .b-teaser-board__content {
	background: #f2f3f4;
	padding: 20px;
	transition: height 0.4s ease-in-out;
	width: 100%;
}

.enhanced .b-teaser-board__headline h3 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.enhanced .b-teaser-board__headline h3:before {
	content: '';
	background-image: url("/typo3conf/ext/ahkms_sitepackage/Resources/Public/Frontend/_Default/icons/icon_link.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	display: inline-block;
	height: 20px;
	margin-bottom: -2px;
	margin-right: 6px;
	width: 20px;
}

.enhanced .b-teaser-board__text {
	padding-left: 28px;
}

.enhanced .c-blue-light .b-teaser-board__content,
.enhanced
.c-grey-light .b-teaser-board__content {
	background: #ffffff;
}

.enhanced .c-blue-light .b-teaser-board__article:hover .b-teaser-board__content,
.enhanced
.c-grey-light .b-teaser-board__article:hover .b-teaser-board__content {
	background: #ffffff;
}

/**
 * Burger
 */

.b-burger {
	display: block;
	height: 2em;
	position: relative;
	margin: 0 auto;
	width: 2.5em;
}

.b-burger__line {
	display: inline-block;
	height: 3px;
	left: 0;
	position: absolute;
	width: 2.5em;
	transition: none .2s ease .2s;
	transition-property: transform, top, bottom, left, opacity;
}

.theme-1 .b-burger__line {
	background-color: #ffffff;
}

.theme-2 .b-burger__line {
	background-color: #ffffff;
}

.theme-3 .b-burger__line {
	background-color: #ffffff;
}

.theme-4 .b-burger__line {
	background-color: #000000;
}

.b-burger__line--first {
	top: 0;
}

.js-menu-main-open .b-burger__line--first {
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}

.b-burger__line--center {
	top: .572em;
}

.js-menu-main-open .b-burger__line--center {
	opacity: 0;
	transform: translateX(-50px);
	-ms-transform: translateX(-50px);
}

.b-burger__line--last {
	top: 1.143em;
}

.js-menu-main-open .b-burger__line--last {
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}

.js-menu-main-open .b-burger__line--first,
.js-menu-main-open .b-burger__line--last {
	top: 5px;
}

.js-menu-main-open .b-burger__line {
	background-color: #ffffff !important;
}

/**
 * Logos
 */

.enhanced .b-logos {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	float: left;
	height: 70px;
	overflow: hidden;
}

.enhanced .b-logo + .b-logo {
	margin-left: 1rem;
}

.enhanced .logo--core {
	display: none;
}

.logo--enhanced {
	display: none;
}

.logo--mobile {
	display: none;
}

.enhanced .logo--mobile {
	display: block;
}

/**
 * Stage (basic styles)
 * Styles depending on homepage template > page_layout_home.scss
 */

.b-stage {
	height: 100%;
	width: 100%;
}

.enhanced .b-stage__image {
	height: 100%;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	position: relative;
}

.b-stage__content {
	margin-bottom: 1rem;
	padding: 2rem 0;
	text-align: center;
}

.enhanced .b-stage__content {
	margin-bottom: 0;
}

.b-stage .b-savedate {
	margin-bottom: 1rem;
}

.b-stage__kicker {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
	font-size: 0.875rem;
}

.b-stage__date,
.b-stage .b-counter {
	line-height: 1;
	margin-bottom: .4em;
}

.b-stage__header {
	margin-bottom: 1rem;
}

.b-stage__headline {
	line-height: 1.1;
}

.b-stage__text {
	font-size: 15px;
	font-size: 0.9375rem;
	margin-bottom: 2rem;
}

.b-stage__line {
	display: block;
	height: 1rem;
	margin: 0 auto;
	margin-bottom: .5rem;
	margin-top: .5rem;
	position: relative;
	text-align: center;
	width: 12rem;
}

.b-stage__line:before,
.b-stage__line:after {
	background-color: rgba(255, 255, 255, 0.6);
	content: '';
	display: block;
	height: 1px;
	position: absolute;
	top: .375rem;
	width: 5rem;
}

.b-stage__line:before {
	left: 0;
}

.b-stage__line:after {
	right: 0;
}

.b-stage__square {
	background-color: rgba(255, 255, 255, 0.6);
	display: inline-block;
	height: .75rem;
	transform: rotate(45deg);
	width: .75rem;
}

.b-stage__copyright {
	display: none;
}

.theme-1 .b-savedate svg {
	fill: #00a6e3;
}

.theme-2 .b-savedate svg {
	fill: #28ad84;
}

.theme-3 .b-savedate svg {
	fill: #c34343;
}

.theme-4 .b-savedate svg {
	fill: #ffde5b;
}

.theme-1 .b-savedate g {
	fill: #ffffff;
}

.theme-2 .b-savedate g {
	fill: #ffffff;
}

.theme-3 .b-savedate g {
	fill: #ffffff;
}

.theme-4 .b-savedate g {
	fill: #000000;
}

.b-stage .btn-stage {
	margin-bottom: 1rem;
	font-size: 18px;
	font-size: 1.125rem;
}

.b-stage .btn-stage + .btn-stage {
	margin-left: 1rem;
}

.enhanced .b-stage .btn-stage {
	margin-left: 0;
	width: 100%;
}

/**
 * Stage Buttons - use only in b-stage!
 */

.btn-stage {
	border: 1px solid;
	cursor: pointer;
	display: inline-block;
	font-family: inherit;
	font-weight: normal;
	line-height: 1.2;
	padding: 0.75em 1.5em;
	text-decoration: none;
	text-align: center;
	transition: all .2s ease-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: middle;
	word-wrap: break-word;
}

.btn-stage:hover,
.btn-stage:active,
.btn-stage:focus {
	text-decoration: none;
	outline: none;
	border: 1px solid;
}

.btn-stage:-moz-focus-inner {
	border: 0;
	padding: 0;
}

.btn-stage--primary {
	background: #ffffff;
	border-color: #ffffff;
	color: #1d365e;
}

.btn-stage--primary:hover,
.btn-stage--primary:active,
.btn-stage--primary:focus {
	background: #1d365e;
	border-color: #ffffff;
	color: #ffffff;
}

.btn-stage--ghost {
	border-color: #ffffff;
	background: transparent;
	color: #ffffff;
}

.btn-stage--ghost:hover,
.btn-stage--ghost:active,
.btn-stage--ghost:focus {
	background: #ffffff;
	color: #1d365e;
	border-color: #ffffff;
}

/**
 * Counter
 * Styles depending on homepage template > page_layout_home.scss
 */

.b-counter:before,
.b-counter:after {
	content: "";
	display: table;
}

.b-counter:after {
	clear: both;
}

.b-counter__item {
	display: inline-block;
	height: 1.6em;
	line-height: 1;
	text-align: center;
	position: relative;
	width: 1.4em;
}

.b-counter__item + .b-counter__item {
	margin-left: .25em;
}

.b-counter__number,
.b-counter__letter {
	display: block;
	font-size: .229em;
	text-transform: uppercase;
}

.b-counter__number {
	font-size: 1em;
}

.b-counter__letter {
	margin-top: 1em;
}

.b-main__section--2col .column {
	float: left;
	width: 50%;
}

.enhanced .b-main__section--2col .column {
	float: none;
	width: 100%;
}

.b-main__section--2col .column1 .b-teaser {
	margin-right: 30px;
}

.enhanced .b-main__section--2col .column1 .b-teaser {
	margin-right: 0;
}

.b-main__section--2col .column2 .b-teaser {
	margin-left: 30px;
}

.enhanced .b-main__section--2col .column2 .b-teaser {
	margin-left: 0;
}

.column .b-content-item {
	margin-bottom: 0;
	padding: 20px;
}

.column .b-content-item.b-teaser {
	margin-bottom: 10px;
	padding: 0 !important;
}

.enhanced .column .b-content-textmedia.b-content-textmedia--video,
.enhanced .column .b-content-textmedia.b-content-textmedia--image {
	padding: 0;
}

.b-content-textmedia--video,
.b-content-textmedia--image {
	position: relative;
	overflow: hidden;
}

.enhanced .b-content-textmedia--video,
.enhanced
  .b-content-textmedia--image {
	background-color: #000000;
}

.b-content-textmedia--video .b-content-textmedia__textpic,
.b-content-textmedia--video .b-content-textmedia__images,
.b-content-textmedia--video .b-content-textmedia__image,
.b-content-textmedia--video .b-content-textmedia__image__inner,
.b-content-textmedia--image .b-content-textmedia__textpic,
.b-content-textmedia--image .b-content-textmedia__images,
.b-content-textmedia--image .b-content-textmedia__image,
.b-content-textmedia--image .b-content-textmedia__image__inner {
	height: 100% !important;
}

.b-content-textmedia--video figure,
.b-content-textmedia--image figure {
	margin-bottom: 0;
}

.b-content-textmedia--video figure .b-content-textmedia__image__inner,
.b-content-textmedia--image figure .b-content-textmedia__image__inner {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	width: 100%;
	height: auto;
}

.b-content-textmedia--video figure .b-content-textmedia__image__inner iframe,
.b-content-textmedia--video figure .b-content-textmedia__image__inner video,
.b-content-textmedia--image figure .b-content-textmedia__image__inner iframe,
.b-content-textmedia--image figure .b-content-textmedia__image__inner video {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.enhanced .b-content-textmedia--video header,
.enhanced
  .b-content-textmedia--image header {
	position: absolute;
	left: 20px;
	top: 20px;
	z-index: 1;
	color: #ffffff;
	width: calc(100% - 30px);
}

.enhanced .b-content-textmedia--video header .g-category,
.enhanced .b-content-textmedia--video header .b-content-textmedia__header,
.enhanced
    .b-content-textmedia--image header .g-category,
.enhanced
    .b-content-textmedia--image header .b-content-textmedia__header {
	color: #ffffff;
	width: 100%;
}

.b-content-textmedia--video img,
.b-content-textmedia--video iframe,
.b-content-textmedia--video video,
.b-content-textmedia--image img,
.b-content-textmedia--image iframe,
.b-content-textmedia--image video {
	margin-top: 0;
}

.b-content-textmedia--image .b-content-textmedia__image__inner {
	padding-bottom: 0 !important;
}

.b-content-textmedia--image img {
	width: 100%;
	height: 100%;
}

.enhanced .b-content-textmedia__overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
}

.b-article-content--main { /* used only in :
     04-pages-20-events-20-events-list.html
     04-pages-20-events-20-events-teaser.html
     04-pages-20-news-20-news-list.html
     we do not need a border, also texts has to be same size on both columns (main/ aside) */
	width: 70%;
	float: left;
	padding-right: 2%;
}

.enhanced .b-article-content--main {
	width: 100%;
	float: none;
	padding-right: 0;
}

.b-article-content--aside {
	width: 27%;
	float: right;
	padding-left: 1%;
}

.enhanced .b-article-content--aside {
	width: 100%;
	float: none;
	padding-left: 0;
}

.c-grey-light--space {
	margin-top: -30px;
	padding: 30px 0 20px 0;
}

.b-article--multi-day .b-article__inner {
	display: table;
	table-layout: fixed;
}

.b-article__content--first {
	padding-bottom: 1em;
}

.b-article__content--first:before,
.b-article__content--first:after {
	content: "";
	display: table;
}

.b-article__content--first:after {
	clear: both;
}

.enhanced .b-article--multi-day .b-article__content--first {
	width: 250px;
}

.b-article__content--last {
	max-width: 800px;
}

.b-article__boxes {
	margin: 20px 0;
}

.b-article__boxes:before,
.b-article__boxes:after {
	content: "";
	display: table;
}

.b-article__boxes:after {
	clear: both;
}

.b-article__boxes--3col .b-article__box .b-content-item {
	margin-bottom: 10px;
}

.enhanced .b-article__boxes--3col .b-article__box .b-content-item {
	padding: 20px;
	margin-bottom: 0;
}

.b-article__boxes--3col .btn,
.b-article__boxes--3col .rte_button,
.b-article__boxes--3col .rte_button--colored {
	width: auto;
}

.b-description-list {
	border-bottom: 1px solid;
	padding-bottom: 1em;
}

.b-description-list:last-of-type {
	border-bottom: none;
	padding-bottom: 0;
}

.b-description-list:only-of-type {
	border-bottom: 1px solid;
	padding-bottom: 1em;
}

.b-description-list dt,
.b-description-list dd {
	margin: 0;
	padding: 0;
}

.b-description-list dt {
	font-weight: bold;
}

.b-description-list .highlight {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 1.25;
}

.b-article__service:before,
.b-article__service:after {
	content: "";
	display: table;
}

.b-article__service:after {
	clear: both;
}

.b-article__service .b-social-share-wrap {
	display: none;
}

.b-article__subtitle {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.3;
	color: #000000;
}

.b-article__link {
	color: #000000;
}

.b-article__link:hover,
.b-article__link:focus {
	outline: none;
	text-decoration: underline;
}

.b-article__logo {
	margin-bottom: 1em;
	max-width: 300px;
}

.b-article__backlink {
	margin-bottom: 30px;
}

.b-google-map {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 10px;
}

.b-google-map img {
	width: 100%;
}

.b-google-map iframe {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.b-date__month,
.b-date__day {
	display: block;
	text-align: center;
	vertical-align: middle;
}

.b-date__month {
	background-color: #d2ddea;
	color: #1d365e;
}

.c-blue-light .b-date__month {
	background-color: #ffffff;
}

.b-date__day {
	background-color: #1d365e;
	color: #ffffff;
	font-weight: bold;
}

.b-date--on-img {
	position: absolute;
	bottom: 15px;
	left: 15px;
}

.b-date--small .b-date__month,
.b-date--large .b-date__month,
.b-date--small .b-date__day,
.b-date--large .b-date__day {
	width: 70px;
	height: 35px;
	line-height: 35px;
	font-size: 15px;
	font-size: 0.9375rem;
}

.b-article__content .b-date__text,
.b-article__content .b-date__month,
.b-article__content .b-date__day {
	display: block;
	text-align: center;
	vertical-align: middle;
	width: 80px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	font-size: 1.25rem;
}

.enhanced .b-article__content .b-date__text,
.enhanced
  .b-article__content .b-date__month,
.enhanced
  .b-article__content .b-date__day {
	float: left;
	display: inline-block;
	width: 50px;
	height: 35px;
	line-height: 35px;
	font-size: 15px;
	font-size: 0.9375rem;
}

.b-article__content .b-date__text {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: bold;
	color: #1d365e;
}

.b-article--event .b-gallery-wrap,
.b-article--news .b-gallery-wrap {
	margin-bottom: 20px;
}

.b-article--event .b-content-textmedia__textpic--intext .b-content-textmedia__images img,
.b-article--event .b-content-textmedia__images .b-content-textmedia__images__list img,
.b-article--news .b-content-textmedia__textpic--intext .b-content-textmedia__images img,
.b-article--news .b-content-textmedia__images .b-content-textmedia__images__list img {
	width: auto;
	max-width: 100%;
}

.b-article--event .b-content-textmedia__images__list__item,
.b-article--event figcaption,
.b-article--news .b-content-textmedia__images__list__item,
.b-article--news figcaption {
	max-width: 702px;
}

.b-article-registration {
	padding: 20px;
	margin-bottom: 1.2em;
}

.b-article-registration p {
	margin-bottom: 0;
}

.b-article-registration .border-bottom {
	border-bottom: 1px solid;
	padding-bottom: .5em;
	margin-bottom: .6em;
}

.b-article-list:before,
.b-article-list:after {
	content: "";
	display: table;
}

.b-article-list:after {
	clear: both;
}

.b-article-list__item {
	border-bottom: 1px solid #d8d8d8;
	padding-bottom: .5em;
	margin-bottom: 1em;
	width: 100%;
}

.c-blue-light .b-article-list__item {
	border-color: #444d54;
}

.b-article-list__headline--small {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.25;
}

.b-article-list__inner {
	display: table;
	table-layout: fixed;
}

.b-article-list__content--first {
	padding-bottom: 1em;
}

.b-article-list__rounded {
	height: 120px;
	width: 120px;
	border-radius: 50%;
	overflow: hidden;
}

.b-article-list__button {
	text-align: right;
}

.b-article-list--2col:before,
.b-article-list--2col:after {
	content: "";
	display: table;
}

.b-article-list--2col:after {
	clear: both;
}

.enhanced .b-article-list__column:before,
.enhanced .b-article-list__column:after {
	content: "";
	display: table;
}

.enhanced .b-article-list__column:after {
	clear: both;
}

.enhanced .c-blue-light .b-article-list__column--last:after {
	border-color: #444d54;
}

.b-article-list__link--nodecoration {
	text-decoration: none;
}

.b-article-review-wrap a {
	outline: none;
}

.b-article-review-wrap a:hover .b-article-review__icon,
.b-article-review-wrap a:focus .b-article-review__icon {
	transform: rotate(-270deg);
	-ms-transform: rotate(-270deg);
}

.b-article-review-wrap a:hover .b-article-review__text,
.b-article-review-wrap a:focus .b-article-review__text {
	text-decoration: underline;
}

.b-article-review {
	width: 300px;
	height: 200px;
	position: relative;
}

.b-article-review__inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.b-article-review__icon {
	background-image: url("/typo3conf/ext/ahkms_sitepackage/Resources/Public/Frontend/_Default/icons/events/icon_review.svg");
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 37px;
	height: 43px;
	margin: 0 auto;
	margin-bottom: 1em;
	transition: transform .2s ease-out;
}

.b-article-review__text {
	text-align: center;
	font-weight: bold;
	color: #1d365e;
}

.b-article-slider {
	max-width: 1180px;
	margin: 0 auto;
}

.b-article-slider:before,
.b-article-slider:after {
	content: "";
	display: table;
}

.b-article-slider:after {
	clear: both;
}

.enhanced .b-article-slider .slick-arrow {
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.b-article-slider__item {
	overflow: hidden;
}

.enhanced .b-article-slider__item {
	display: none;
}

.enhanced .b-article-slider__item.slick-slide {
	display: block;
}

.b-article-slider__inner {
	display: table;
	table-layout: fixed;
	max-width: 590px;
	margin-bottom: 30px;
}

.enhanced .b-article-slider__inner {
	margin: 0 auto;
}

.b-article-slider__inner:hover img {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.b-article-slider__content--first {
	overflow: hidden;
	position: relative;
	max-height: 340px;
}

.b-article-slider__content--first img {
	transition: transform 2s cubic-bezier(0.61, 0.77, 0.44, 0.99);
	margin: 0 auto;
	max-height: 340px;
}

.b-article-slider__content--last {
	padding: 20px;
}

.b-article-slider__top {
	border-bottom: 1px solid #444d54;
	padding-bottom: .5em;
	margin-bottom: 1em;
	width: 100%;
}

.b-article-teaser:before,
.b-article-teaser:after {
	content: "";
	display: table;
}

.b-article-teaser:after {
	clear: both;
}

.b-article-teaser__item {
	overflow: hidden;
	max-width: 590px;
	margin-bottom: 10px;
}

.b-article-teaser__item:hover img {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.enhanced .b-article-teaser--3col .b-article-teaser__item {
	margin: 0 auto;
	margin-bottom: 10px;
}

.b-article-teaser__content--first {
	overflow: hidden;
	max-height: 340px;
	position: relative;
	min-height: 100px;
}

.b-article-teaser__content--first img {
	display: block;
	margin: 0 auto;
	transition: transform 2s cubic-bezier(0.61, 0.77, 0.44, 0.99);
}

.b-article-teaser__content--last {
	padding: 15px;
}

.b-calendar-list--2col:before,
.b-calendar-list--2col:after {
	content: "";
	display: table;
}

.b-calendar-list--2col:after {
	clear: both;
}

.enhanced .b-calendar-list__column:before,
.enhanced .b-calendar-list__column:after {
	content: "";
	display: table;
}

.enhanced .b-calendar-list__column:after {
	clear: both;
}

.b-calendar-list__column--first {
	display: none;
}

.enhanced .b-calendar-list__column--first {
	display: block;
	margin-bottom: 2em;
}

#ui-datepicker-div.ui-datepicker {
	border: 1px solid #1d365e;
	margin-top: -1px;
	padding: 10px 0;
}

.ui-datepicker {
	width: 260px;
	background-color: #ffffff;
	display: none;
	padding: 10px 10px 15px;
}

.b-calendar-ajax .ui-datepicker {
	width: 260px;
	margin: 0 auto;
}

.ui-datepicker th,
.ui-datepicker td {
	height: 28px;
	width: 28px;
	line-height: 28px;
	padding: 2px;
	text-align: center;
	vertical-align: middle;
	color: #1d365e;
}

.ui-datepicker-month {
	width: 90px;
}

.ui-datepicker-year {
	width: 97px;
}

.ui-datepicker .ui-datepicker-month,
.ui-datepicker .ui-datepicker-year {
	background-color: #ffffff;
	border: 1px solid #ffffff;
	margin-bottom: 0;
}

.ui-datepicker .ui-datepicker-month:focus,
.ui-datepicker .ui-datepicker-year:focus {
	border-color: #1d365e;
}

.ui-datepicker-calendar {
	table-layout: fixed;
	margin-bottom: 0;
}

.ui-state-default {
	height: 28px;
	width: 28px;
	display: block;
	margin: 0 auto;
	border-radius: 50%;
	text-decoration: none;
	color: #1d365e;
}

.ui-datepicker-today a {
	background-color: #d2ddea;
}

.ui-state-event a {
	background-color: #1d365e;
	color: #ffffff;
}

.ui-state-event a:hover {
	transform: scale(1.1);
}

.ui-state-disable a {
	pointer-events: none;
	cursor: default;
}

.ui-state-disable {
	pointer-events: none;
}

.ui-datepicker-header {
	position: relative;
	text-align: center;
	color: #1d365e;
}

.ui-datepicker-prev,
.ui-datepicker-next {
	background-color: transparent;
	color: transparent;
	border: none;
	padding: 0;
	position: absolute;
	height: 20px;
	width: 20px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	transition: transform .2s ease-out;
	cursor: pointer;
	top: 10px;
	text-indent: -99999px;
}

.ui-datepicker-prev:hover,
.ui-datepicker-prev:active,
.ui-datepicker-prev:focus,
.ui-datepicker-next:hover,
.ui-datepicker-next:active,
.ui-datepicker-next:focus {
	background-color: transparent;
	color: transparent;
	border: none;
	transform: scale(1.1);
}

.ui-datepicker-prev {
	left: 20px;
	background-image: url("/typo3conf/ext/ahkms_sitepackage/Resources/Public/Frontend/_Default/icons/slider/icon_prev.svg");
}

.ui-datepicker-next {
	right: 20px;
	background-image: url("/typo3conf/ext/ahkms_sitepackage/Resources/Public/Frontend/_Default/icons/slider/icon_next.svg");
}

.b-cookie-info {
	background-color: rgba(29, 54, 94, 0.8);
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 9999;
}

.b-cookie-info p,
.b-cookie-info a,
.b-cookie-info .btn,
.b-cookie-info .rte_button,
.b-cookie-info .rte_button--colored {
	color: #ffffff;
}

.b-cookie-info .btn,
.b-cookie-info .rte_button,
.b-cookie-info .rte_button--colored {
	width: auto;
	border-color: #ffffff;
}

.b-cookie-info__inner {
	padding: 15px 0;
}

.b-cookie-info__inner:before,
.b-cookie-info__inner:after {
	content: "";
	display: table;
}

.b-cookie-info__inner:after {
	clear: both;
}

.b-cookie-info__msg {
	margin-bottom: 10px;
}

.b-search-form {
	background-color: #f2f3f4;
	min-width: 262px;
	padding: 20px;
}

.enhanced .b-search-form {
	background-color: transparent;
	padding: 0;
}

.b-search-form--2col {
	padding: 0;
}

.enhanced .b-search-form--2col .b-collapse__content {
	padding: 0;
}

.b-search-form--2col .b-calendar-ajax .ui-datepicker {
	background-color: #d2ddea;
}

.b-search-form--2col .b-calendar-ajax .ui-datepicker .ui-datepicker-today a {
	background-color: #ffffff;
}

.b-search-form--2col .b-calendar-ajax .ui-datepicker .ui-datepicker-today.ui-state-event a {
	background-color: #1d365e;
}

.b-search-form--2col .b-calendar-ajax .ui-datepicker .ui-datepicker-month,
.b-search-form--2col .b-calendar-ajax .ui-datepicker .ui-datepicker-year {
	background-color: #d2ddea;
	border: 1px solid #d2ddea;
}

.b-search-form--2col .b-calendar-ajax .ui-datepicker .ui-datepicker-month:focus,
.b-search-form--2col .b-calendar-ajax .ui-datepicker .ui-datepicker-year:focus {
	border-color: #1d365e;
}

.b-search-form__col--last {
	padding: 20px;
}

.cp-list-search-form {
	border: 1px solid #d2ddea;
	padding: 20px 15px;
	margin-bottom: 40px;
}

.cp-list-search-form button {
	width: auto;
}

.cp-list-search-form__row:before,
.cp-list-search-form__row:after {
	content: "";
	display: table;
}

.cp-list-search-form__row:after {
	clear: both;
}

.cp_search_buttons {
	margin-bottom: 0;
}

.cp_search-abc {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	margin-top: 10px;
}

.enhanced .cp_search-abc {
	display: none;
}

.cp_search-abc li {
	display: inline-block;
	text-transform: uppercase;
	margin: 5px 5px 0 5px;
}

.cp_search-abc li.cps_search-abc-item--last {
	text-transform: none;
	padding-right: 0;
	border: none;
	width: auto;
}

.cp_search-abc li a {
	text-decoration: none;
}

.cp_search-abc li a:hover,
.cp_search-abc li a:focus {
	text-decoration: underline;
}

.cp-list:before,
.cp-list:after,
.cp-dept-list:before,
.cp-dept-list:after {
	content: "";
	display: table;
}

.cp-list:after,
.cp-dept-list:after {
	clear: both;
}

.cp-list__department {
	border-bottom: 1px solid #d8d8d8;
	padding-bottom: .4em;
	margin-bottom: .6em;
}

.cp-list__item-row:before,
.cp-list__item-row:after {
	content: "";
	display: table;
}

.cp-list__item-row:after {
	clear: both;
}

.cp-list__item {
	margin-bottom: 30px;
}

.cp-list__item:before,
.cp-list__item:after {
	content: "";
	display: table;
}

.cp-list__item:after {
	clear: both;
}

.enhanced .cp-list__item .icon {
	display: inline-block;
	vertical-align: middle;
}

.enhanced .cp-list__item .icon:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	padding-left: 25px;
	height: 20px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 20px 20px;
}

.enhanced .cp-list__item .icon--fax:before {
	background-image: url("/typo3conf/ext/ahkms_sitepackage/Resources/Public/Frontend/_Default/icons/contactpool/icon_fax.svg");
}

.enhanced .cp-list__item .icon--phone:before {
	background-image: url("/typo3conf/ext/ahkms_sitepackage/Resources/Public/Frontend/_Default/icons/contactpool/icon_phone.svg");
}

.enhanced .cp-list__item .icon--mobile:before {
	background-image: url("/typo3conf/ext/ahkms_sitepackage/Resources/Public/Frontend/_Default/icons/contactpool/icon_mobile.svg");
}

.enhanced .cp-list__item .icon--vcard:before {
	background-image: url("/typo3conf/ext/ahkms_sitepackage/Resources/Public/Frontend/_Default/icons/contactpool/icon_vcard.svg");
}

.enhanced .cp-list__item .icon--mail:before {
	background-image: url("/typo3conf/ext/ahkms_sitepackage/Resources/Public/Frontend/_Default/icons/contactpool/icon_mail.svg");
}

.cp-list__item-image {
	max-width: 160px;
}

.cp-list__item-content p {
	margin-bottom: 0;
}

.cp-list__item-name {
	font-weight: bold;
}

.cp-list__item-info {
	margin-top: 15px;
}

.cp-list__item-info:before,
.cp-list__item-info:after {
	content: "";
	display: table;
}

.cp-list__item-info:after {
	clear: both;
}

.cp-list__item-info p {
	margin-bottom: 2px;
	line-height: 1.5;
}

.cp-list__item-profile {
	max-width: 600px;
	margin-top: 1.2em;
}

.cp-list__content:before,
.cp-list__content:after {
	content: "";
	display: table;
}

.cp-list__content:after {
	clear: both;
}

.enhanced .cp-accordion__headline {
	font-size: 14px;
	font-size: 0.875rem;
	color: #1d365e;
	display: inline-block;
	font-weight: bold;
	line-height: 1.375;
	text-transform: uppercase;
	word-wrap: break-word;
}

.cp-accordion .b-accordion {
	border: none;
}

.cp-accordion .b-accordion__item {
	padding: 0;
}

.cp-accordion .b-accordion__item__header h3 {
	padding-right: 0;
}

.enhanced .cp-accordion .b-accordion {
	padding: 0;
}

.enhanced .cp-accordion .b-accordion__item__content {
	padding-left: 0;
}

.extern-iframe {
	width: 100% !important;
	border: 0 !important;
}

.extern-iframe--jobcluster {
	min-height: 300px !important;
}

.extern-iframe--magazine {
	min-height: 300px !important;
}

/**
 * Themes
 * ------------------------------------------------
 */

/**
 * Page Structure & Layouts (i.e. Home, Sub1, Sub2 etc.)
 * ------------------------------------------------
 */

/**
 * Header
 */

.enhanced .b-header {
	position: relative;
	z-index: 9;
}

.enhanced .b-header .b-header__container {
	height: 86px;
}

.enhanced .b-header .b-stage__inner {
	padding-top: 86px;
}

/**
 * Header row 1
 */

.b-header__row--1 {
	height: 100%;
	width: 100%;
}

/**
 * Header row 2
 */

.enhanced .b-header__row--2 {
	background-color: #1d365e;
	left: 0;
	height: 100vh;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1;
	max-height: 0;
	overflow: hidden;
	transition: all .3s ease;
}

.enhanced .b-header__row--2 .b-header__inner--2 {
	padding-top: 1rem;
}

.enhanced .b-header__row--2 .b-menu-language {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	margin-bottom: 20px;
	padding-bottom: 5px;
	text-align: right;
}

.enhanced .b-header__row--2 .b-menu-language .isocode {
	color: #ffffff;
	font-size: 22px;
	font-size: 1.375rem;
}

.enhanced .b-header__row--2 .b-menu-language .chevron {
	background: url("/typo3conf/ext/ahkms_sitepackage/Resources/Public/Frontend/_Default/icons/icon_dropdown_white.svg") center no-repeat;
}

.enhanced .b-header__row--2 .b-menu-sub {
	margin-bottom: 5rem;
	margin-top: 2rem;
}

.enhanced .b-header__row--2 .b-menu-sub__link {
	color: #ffffff;
	text-decoration: none;
}

.enhanced .b-header__row--2 .b-menu-sub__link:hover,
.enhanced .b-header__row--2 .b-menu-sub__link:focus {
	text-decoration: underline;
}

.enhanced .js-menu-main-open .b-header__row--2 {
	max-height: 100vh;
	overflow: scroll;
}

/**
 * Header row 3 (Sticky Header)
 */

.enhanced .b-header__row--3 {
	position: absolute;
	top: 0;
	width: 100%;
}

.enhanced .b-header__inner--3 {
	background-color: #ffffff;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}

.b-header__container {
	background-color: #ffffff;
	margin: 0 auto;
	max-width: 1180px;
	width: 90%;
}

.b-header__container:before,
.b-header__container:after {
	content: "";
	display: table;
}

.b-header__container:after {
	clear: both;
}

.enhanced .b-header__container {
	max-width: 100%;
	position: relative;
}

/**
 * Position logos
 */

.enhanced .b-header__logos {
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

/**
 * Position header menus
 */

.b-header .b-menu-sub {
	display: none;
}

.enhanced .b-header .b-menu-sub {
	display: block;
}

.b-header__menus .b-menu-meta,
.b-header__menus .b-menu-language {
	margin-bottom: 10px;
}

.enhanced .b-header__menus .b-store-icons,
.enhanced .b-header__menus .b-social-icons,
.enhanced .b-header__menus .b-menu-meta,
.enhanced .b-header__menus .b-menu-language {
	display: none;
	margin-bottom: 0;
}

.enhanced .b-header__menus .b-menu-meta + .b-store-icons {
	margin-left: 40px;
}

.enhanced .b-header__menus .b-menu-meta + .b-social-icons {
	margin-left: 40px;
}

.enhanced .b-header__menus .b-menu-meta + .b-menu-language {
	margin-left: 40px;
}

.enhanced .b-header__menus .b-store-icons + .b-menu-language,
.enhanced .b-header__menus .b-social-icons + .b-menu-language {
	margin-left: 40px;
}

.enhanced .b-header__menus .b-store-icons li,
.enhanced .b-header__menus .b-social-icons li {
	margin-bottom: 0;
}

.enhanced .b-header__menus .b-store-icons + .b-social-icons {
	margin-left: 40px;
}

/**
 * If menu main is open
 */

.enhanced .js-menu-main-open.g-page-wrapper {
	height: 100vh;
	overflow: hidden;
}

/**
 * If sticky header
 */

.enhanced .js-sticky-header .b-header__inner--3 {
	position: fixed;
	top: 0;
	width: 100%;
}

.enhanced .js-sticky-header .b-header__container {
	height: 120px;
}

/**
 * Styles depending on Homepage OR Subpage
 */

.enhanced .p-1col .b-header,
.enhanced
.p-2col .b-header {
	padding-top: 86px;
}

.enhanced .p-1col .b-main,
.enhanced
.p-2col .b-main {
	padding-top: 4rem;
}

.g-page-wrapper {
	position: relative;
}

.b-main {
	overflow: hidden;
}

.b-main__section {
	padding: 30px 0;
}

.b-main__section.b-main__section--hero,
.b-main__section.b-main__section--pagetitle {
	padding: 0;
}

.b-main__section.b-main__section--prefooter {
	margin-bottom: 10px;
}

.enhanced .b-main__section.b-main__section--prefooter {
	padding-bottom: 0;
}

.b-main__section--hero {
	background-color: #f2f3f4;
	margin-bottom: 30px;
}

.p-home .b-main__section--hero {
	background-color: transparent;
	margin-bottom: 0;
}

.p-1col--about .b-main__section--hero {
	margin-bottom: 0;
}

.b-main__section--border-top {
	border-top: 1px solid #d8d8d8;
}

.b-main__section--border-bottom {
	border-bottom: 1px solid #d8d8d8;
}

.b-footer {
	padding: 20px 0;
	min-height: 100px;
}

.b-footer hr {
	margin: 5px 0;
}

/**
 * Homepage template various styles for stage component
 * .p-home--v1, .p-home--v2, .p-home--v3, .p-home--v4
 */

.p-home--v1 .b-stage__content,
.p-home--v1 .b-stage__headline,
.p-home--v3 .b-stage__content,
.p-home--v3 .b-stage__headline,
.p-home--v4 .b-stage__content,
.p-home--v4 .b-stage__headline {
	color: #ffffff;
}

.p-home--v1 .b-stage__date {
	color: rgba(255, 255, 255, 0.6);
}

.p-home--v2 .b-stage__content,
.p-home--v2 .b-stage__headline {
	color: #1d365e;
}

.p-home--v2 .theme-4 .b-savedate path {
	fill: #000000;
}

.p-home--v4 .b-counter__item,
.p-home--v4 .b-menu-main-trigger,
.p-home--v4 .b-menu-main-trigger:hover {
	background-color: #1d365e;
}

.p-home--v4 .b-savedate svg {
	fill: #1d365e;
}

.p-home--v3 .theme-1 .b-stage__inner {
	background-color: #00a6e3;
}

.p-home--v3 .theme-2 .b-stage__inner {
	background-color: #28ad84;
}

.p-home--v3 .theme-3 .b-stage__inner {
	background-color: #c34343;
}

.p-home--v3 .theme-4 .b-stage__inner {
	background-color: #ffde5b;
}

.enhanced .p-home--v3 .theme-1 .b-stage__inner:before {
	background-color: rgba(0, 166, 227, 0.8);
}

.enhanced .p-home--v3 .theme-2 .b-stage__inner:before {
	background-color: rgba(40, 173, 132, 0.8);
}

.enhanced .p-home--v3 .theme-3 .b-stage__inner:before {
	background-color: rgba(195, 67, 67, 0.8);
}

.enhanced .p-home--v3 .theme-4 .b-stage__inner:before {
	background-color: rgba(255, 222, 91, 0.8);
}

.enhanced .p-home--v3 .theme-1 .b-stage {
	background-color: #00a6e3;
}

.enhanced .p-home--v3 .theme-2 .b-stage {
	background-color: #28ad84;
}

.enhanced .p-home--v3 .theme-3 .b-stage {
	background-color: #c34343;
}

.enhanced .p-home--v3 .theme-4 .b-stage {
	background-color: #ffde5b;
}

.p-home--v3 .theme-1 .b-counter__item {
	background-color: #00a6e3;
}

.p-home--v3 .theme-2 .b-counter__item {
	background-color: #28ad84;
}

.p-home--v3 .theme-3 .b-counter__item {
	background-color: #c34343;
}

.p-home--v3 .theme-4 .b-counter__item {
	background-color: #ffde5b;
}

.p-home--v4 .theme-1 .b-stage__inner {
	background-color: #00a6e3;
}

.p-home--v4 .theme-2 .b-stage__inner {
	background-color: #28ad84;
}

.p-home--v4 .theme-3 .b-stage__inner {
	background-color: #c34343;
}

.p-home--v4 .theme-4 .b-stage__inner {
	background-color: #ffde5b;
}

.enhanced .p-home--v4 .theme-1 .b-stage {
	background-color: #00a6e3;
}

.enhanced .p-home--v4 .theme-2 .b-stage {
	background-color: #28ad84;
}

.enhanced .p-home--v4 .theme-3 .b-stage {
	background-color: #c34343;
}

.enhanced .p-home--v4 .theme-4 .b-stage {
	background-color: #ffde5b;
}

.p-home--v1 .b-counter,
.p-home--v1 .b-stage__date,
.p-home--v1 .b-stage__headline,
.p-home--v2 .b-counter,
.p-home--v2 .b-stage__date,
.p-home--v2 .b-stage__headline {
	font-family: "PlayfairDisplay", serif;
}

.p-home--v1 .b-counter__letter,
.p-home--v2 .b-counter__letter {
	font-family: Arial, sans-serif;
}

.p-home--v3 .b-stage__date,
.p-home--v3 .b-stage__headline {
	font-family: "ShareBoldItalic", sans-serif;
}

.p-home--v3 .b-counter {
	font-family: "Share", sans-serif;
}

.p-home--v3 .btn-stage {
	font-family: "ShareBold", sans-serif;
}

.p-home--v4 .b-stage__date,
.p-home--v4 .b-stage__headline {
	font-family: "RobotoMedium", sans-serif;
	font-weight: 500;
}

.enhanced .p-home--v1 .b-counter,
.enhanced .p-home--v1 .b-stage__date,
.enhanced .p-home--v1 .b-stage__headline {
	font-size: 40px;
	font-size: 2.5rem;
}

.enhanced .p-home--v2 .b-counter,
.enhanced .p-home--v2 .b-stage__date,
.enhanced .p-home--v2 .b-stage__headline {
	font-size: 40px;
	font-size: 2.5rem;
}

.enhanced .p-home--v3 .b-counter,
.enhanced .p-home--v3 .b-stage__date,
.enhanced .p-home--v3 .b-stage__headline {
	font-size: 40px;
	font-size: 2.5rem;
}

.enhanced .p-home--v3 .b-counter__letter {
	font-size: .304em;
}

.enhanced .p-home--v4 .b-counter,
.enhanced .p-home--v4 .b-stage__date,
.enhanced .p-home--v4 .b-stage__headline {
	font-size: 40px;
	font-size: 2.5rem;
}

.p-home--v2 .b-stage__line,
.p-home--v3 .b-stage__line,
.p-home--v4 .b-stage__line {
	display: none;
}

.p-home--v1 .b-counter__item + .b-counter__item:before,
.p-home--v2 .b-counter__item + .b-counter__item:before {
	content: ':';
	display: inline-block;
	left: -.25em;
	position: absolute;
}

.p-home--v3 .b-counter__number,
.p-home--v4 .b-counter__number {
	padding-top: .2em;
}

.p-home--v3 .b-counter__letter,
.p-home--v4 .b-counter__letter {
	margin-top: 0;
}

.p-home--v1 .b-stage__inner {
	background-color: #1d365e;
	margin: 0 auto;
}

.enhanced .p-home--v1 .b-stage {
	background-color: #1d365e;
}

.p-home--v2 .b-stage__inner {
	background-color: #f2f3f4;
}

.enhanced .p-home--v2 .b-stage {
	background-color: #f2f3f4;
}

.p-home--v3 .b-stage .b-counter__letter {
	margin-top: 0;
}

.p-home--v4 .b-stage .b-counter__item {
	border-radius: 6px;
}

.p-home--v2 .btn-stage--primary,
.p-home--v4 .btn-stage--primary {
	background-color: #1d365e;
	border-color: #1d365e;
	color: #ffffff;
}

.p-home--v2 .btn-stage--primary,
.p-home--v2 .btn-stage--ghost {
	border-radius: 2em;
}

.p-home--v2 .btn-stage--primary:hover,
.p-home--v2 .btn-stage--primary:active,
.p-home--v2 .btn-stage--primary:focus {
	background: transparent;
	border-color: #1d365e;
	color: #1d365e;
}

.p-home--v2 .btn-stage--ghost {
	border-color: #1d365e;
	color: #1d365e;
}

.p-home--v2 .btn-stage--ghost:hover,
.p-home--v2 .btn-stage--ghost:active,
.p-home--v2 .btn-stage--ghost:focus {
	background-color: #1d365e;
	border-color: #1d365e;
	color: #ffffff;
}

.p-home--v3 .btn-stage--primary,
.p-home--v3 .btn-stage--ghost {
	border-radius: .5em;
}

.p-home--v4 .btn-stage--primary:hover,
.p-home--v4 .btn-stage--primary:active,
.p-home--v4 .btn-stage--primary:focus {
	background: transparent;
	border-color: #ffffff;
	color: #ffffff;
}

.p-home--v4 .btn-stage--ghost:hover,
.p-home--v4 .btn-stage--ghost:active,
.p-home--v4 .btn-stage--ghost:focus {
	background-color: #1d365e;
	border-color: #1d365e;
	color: #ffffff;
}

.b-main__section-wrap {
	margin-bottom: 30px;
}

.b-main__section-wrap .b-main__section .g-container {
	width: 100%;
}

.b-main__section-wrap--last {
	margin-top: 30px;
}

.b-page-content--main {
	width: 70%;
	float: left;
	padding-right: 2%;
}

.enhanced .b-page-content--main {
	width: 100%;
	float: none;
	padding-right: 0;
}

.b-page-content--aside {
	width: 27%;
	float: right;
	padding-left: 1%;
}

.enhanced .b-page-content--aside {
	width: 100%;
	float: none;
	padding-left: 0;
}

.b-page-content--main .b-main__section {
	padding: 0;
	margin-bottom: 30px;
}

.b-page-content--main .b-main__section.b-main__section--border-top {
	padding-top: 30px;
}

.b-page-content--main .b-main__section.b-main__section--border-bottom {
	margin-bottom: 30px;
}

.b-page-content--main .b-main__section.c-blue-light,
.b-page-content--main .b-main__section.c-grey-light {
	background-color: transparent;
}

.sg-pattern-head {
	padding: 0;
}

.sg-pattern-body {
	position: relative;
	margin: 0 auto;
}

.sg-colors li {
	width: 8em;
}

.sg-colors li span {
	display: inline-block;
	width: 100%;
}

/**
 * Utilities
 * ------------------------------------------------
 */

/**
 * Import Print Styles
 * ------------------------------------------------
 */

/**
 * Print styles
 */

/**
 * Import RTL Styles (right-to-left text)
 * ------------------------------------------------
 */

/*
* header modules
*/

html[dir='rtl'] .b-top-banner__item img {
	float: left;
}

html.enhanced[dir='rtl'] .b-header__icons {
	float: left;
}

html.enhanced[dir='rtl'] .b-header__icons li:last-of-type {
	margin-left: 0;
}

html[dir='rtl'] .b-menu-language {
	float: right;
	margin-left: 0;
	margin-right: 20px;
}

html.enhanced[dir='rtl'] .b-menu-language__list {
	right: auto;
	left: 0;
}

html.enhanced[dir='rtl'] .b-menu-language__current span {
	float: right;
}

html.enhanced[dir='rtl'] .b-menu-language__current .chevron {
	margin-left: 0;
	margin-right: 9px;
}

html.enhanced[dir='rtl'] .b-menu-language__current .isocode {
	margin-left: 0;
	margin-right: 20px;
}

html[dir='rtl'] .b-menu-language__list__item {
	float: right;
}

html[dir='rtl'] .b-menu-language__list__item .title {
	padding-left: 0;
	padding-right: 10px;
}

html.enhanced[dir='rtl'] .b-menu-language__list__item .title {
	padding: 10px 4px 8px 4px;
}

/*
* main modules/ extensions (alphabetical order)
*/

html.enhanced[dir='rtl'] .b-content-textmedia--image header,
html.enhanced[dir='rtl']
.b-content-textmedia--video header {
	right: 20px;
}

html.enhanced[dir='rtl'] .b-dashboard .g-copyright {
	text-align: right;
}

html.enhanced[dir='rtl'] .b-linklist__item a {
	padding-left: 0;
	padding-right: 25px;
}

html.enhanced[dir='rtl'] .b-linklist__item a:before {
	left: auto;
	right: 0;
}

html[dir='rtl'] .mfp-title {
	text-align: right;
}

html[dir='rtl'] .mfp-counter {
	left: auto;
}

html[dir='rtl'] button.mfp-close {
	left: 10px;
	right: auto;
}

html[dir='rtl'] .shariff-button,
html[dir='rtl']
.b-social-share__item {
	left: auto;
}

html[dir='rtl'] .b-logo-wall--5col .b-logo-wall__item {
	float: right;
}

html.enhanced[dir='rtl'] .b-pinboard__date .b-date__month,
html.enhanced[dir='rtl']
.b-pinboard__date .b-date__day {
	float: right;
}

html[dir='rtl'] .b-pinboard__icon {
	float: right;
}

html[dir='rtl'] .b-pinboard__icon ~ .b-pinboard__header {
	padding-left: 0;
	padding-right: 4rem;
}

html[dir='rtl'] .b-social-icons li,
html[dir='rtl']
.b-store-icons li,
html[dir='rtl']
.b-service-icons li {
	float: right;
	margin-right: 0;
	margin-left: 10px;
}

html.enhanc[dir='rtl'] .b-social-icons,
html.enhanc[dir='rtl']
.b-store-icons,
html.enhanc[dir='rtl']
.b-service-icons {
	float: right;
}

html[dir='rtl'] .b-store-icons {
	float: right;
	margin-right: 0;
	margin-left: 40px;
}

html[dir='rtl'] .b-header__icons .b-store-icons {
	margin-left: 0;
}

html[dir='rtl'] .b-store-icons + .b-social-icons {
	margin-left: 0;
}

html[dir='rtl'] .b-header__icons .b-store-icons + .b-social-icons {
	margin-right: 40px;
}

html.enhanc[dir='rtl'] .b-store-icons {
	float: right;
}

html.enhanced[dir='rtl'] .b-teaser-board__headline h3:before {
	margin-right: 0;
	margin-left: 6px;
}

html.enhanced[dir='rtl'] .b-teaser-board__text {
	padding-left: 0;
	padding-right: 28px;
}

html.enhanced[dir='rtl'] .b-tile__item {
	text-align: right;
}

html.enhanced[dir='rtl'] .b-tile__item--has-icon .b-tile__item__icon {
	float: right;
	margin-right: 0;
	margin-left: 20px;
}

/*
* footer modules
*/

html[dir='rtl'] .b-footer__menu ul > li {
	float: right;
	padding-right: 0;
	padding-left: 10px;
}

html.enhanced[dir='rtl'] .b-footer__menu ul > li {
	float: none;
	padding-left: 0;
}

html.enhanced[dir='rtl'] .b-footer__menu ul > li.b-footer__menu__list__item--last {
	border-left: none;
}

html.enhanced[dir='rtl'] .b-footer__menus .b-footer__icons {
	float: left;
}

/*
* page layout 2 columns
*/

html[dir='rtl'] .b-page-content--main {
	float: right;
	padding-right: 0;
	padding-left: 2%;
}

html.enhanced[dir='rtl'] .b-page-content--main {
	padding-left: 0;
}

html[dir='rtl'] .b-page-content--aside {
	float: left;
	padding-left: 0;
	padding-right: 1%;
}

html.enhanced[dir='rtl'] .b-page-content--aside {
	padding-right: 0;
}

html[dir='rtl'] .b-menu-sub-wrap {
	margin: -30px -21px 0 0;
	padding: 42px 20px 20px 0;
}

html[dir='rtl'] .b-menu-sub-wrap:after {
	left: auto;
	right: 100%;
}

/*
* modules/ extensions used in page layout with 2 columns (main and aside)
* adjustments therefore placed below
*/

html[dir='rtl'] .b-page-content--main h2,
html[dir='rtl'] .b-page-content--main
.h2 {
	text-align: right;
}

html[dir='rtl'] .b-page-content--aside .b-content-item.c-white,
html[dir='rtl'] .b-page-content--aside .b-content-item.c-blue,
html[dir='rtl'] .b-page-content--aside .b-content-item.c-blue-light,
html[dir='rtl'] .b-page-content--aside .b-content-item.c-grey-light,
html[dir='rtl'] .b-page-content--aside .b-content-item.c-border {
	margin-left: 0;
	margin-right: -21px;
}

html.enhanced[dir='rtl'] .b-page-content--aside .b-content-item.c-white,
html.enhanced[dir='rtl'] .b-page-content--aside .b-content-item.c-blue,
html.enhanced[dir='rtl'] .b-page-content--aside .b-content-item.c-blue-light,
html.enhanced[dir='rtl'] .b-page-content--aside .b-content-item.c-grey-light,
html.enhanced[dir='rtl'] .b-page-content--aside .b-content-item.c-border {
	margin-right: 0;
}

html.enhanced[dir='rtl'] .cp-list__item .icon:before {
	padding-left: 0;
	padding-right: 25px;
	background-position: right center;
}

html[dir='rtl'] fieldset legend {
	margin-left: 0;
	margin-right: -10px;
}

html.enhanced[dir='rtl'] select {
	padding-right: 15px;
	padding-left: 35px;
	background: url("/typo3conf/ext/ahkms_sitepackage/Resources/Public/Frontend/_Default/icons/icon_dropdown.svg") left 15px center no-repeat #d2ddea;
}

html.enhanced[dir='rtl'] select[multiple] {
	padding-left: 15px;
}

html[dir='rtl'] .b-radio-group__label,
html[dir='rtl']
.b-check-group__label {
	padding-left: 0;
	padding-right: 20px;
}

html[dir='rtl'] .b-radio-group__option,
html[dir='rtl']
.b-check-group__option {
	margin-right: 0;
	margin-left: 0.25em;
}

html[dir='rtl'] .b-group__inner {
	margin-left: 0;
	margin-right: 20px;
}

html[dir='rtl'] .b-form__item .b-form__item-half {
	float: left;
	width: 49%;
}

html[dir='rtl'] .b-form__item .b-form__item-half:first-child {
	float: right;
	width: 49%;
}

html.enhanced[dir='rtl'] .b-form__item .b-form__item-half:first-of-type,
html.enhanced[dir='rtl'] .b-form__item .b-form__item-half:last-of-type {
	float: right;
	margin-right: 0;
	margin-left: 5px;
	width: calc(50% - 5px);
}

html.enhanced[dir='rtl'] .b-form__item .b-form__item-half:last-of-type {
	float: left;
	margin-left: 0;
	margin-right: 5px;
}

html.enhanced[dir='rtl'] .b-accordion__item__header {
	padding-left: 0;
	padding-right: 25px;
}

html.enhanced[dir='rtl'] .b-accordion__item__header:before {
	left: auto;
	right: 0;
}

html[dir='rtl'] .b-tabs .slick-arrow.slick-prev {
	left: auto;
	right: 0;
	transform: rotate(0);
	-ms-transform: rotate(0);
}

html[dir='rtl'] .b-tabs .slick-arrow.slick-next {
	right: auto;
	left: 0;
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}

html[dir='rtl'] .b-tabs__list__item:after {
	margin-right: 0;
	margin-left: -1px;
}

html[dir='rtl'] .b-tabs__list__item.slick-slide.slick-current.slick-active:not(:first-of-type) {
	padding-left: 0;
	padding-right: 40px;
}

html.enhanced[dir='rtl'] .b-collapse__trigger {
	padding-left: 0;
	padding-right: 25px;
	margin-left: 0;
	margin-right: 20px;
}

html.enhanced[dir='rtl'] .b-collapse__trigger--icon {
	padding-left: 0;
	padding-right: 25px;
}

html.enhanced[dir='rtl'] .b-collapse__trigger--icon:before {
	left: auto;
	right: 0;
}

html[dir='rtl'] .b-pagination ul li:not(:last-of-type) {
	margin-right: 0;
	margin-left: 0.5em;
}

html[dir='rtl'] table th,
html[dir='rtl']
table td {
	text-align: right;
}

html[dir='rtl'] .b-article-social-share ul .shariff-button,
html[dir='rtl']
.b-article-social-share ul .icon,
html[dir='rtl']
.b-social-share .shariff-button,
html[dir='rtl']
.b-social-share .icon {
	float: right;
}

html[dir='rtl'] .shariff-button,
html[dir='rtl']
.b-social-share__item {
	left: auto;
	right: 0;
}

html[dir='rtl'] .active .shariff-button.twitter,
html[dir='rtl'] .active .b-social-share__item--twitter {
	left: auto;
	right: 40px;
}

html[dir='rtl'] .active .shariff-button.facebook,
html[dir='rtl'] .active .b-social-share__item--facebook {
	left: auto;
	right: 80px;
}

html[dir='rtl'] .active .shariff-button.googleplus,
html[dir='rtl'] .active .b-social-share__item--googleplus {
	left: auto;
	right: 120px;
}

html[dir='rtl'] .b-article-content--main {
	float: right;
	padding-right: 0;
	padding-left: 2%;
}

html.enhanced[dir='rtl'] .b-article-content--main {
	width: 100%;
	float: none;
	padding-left: 0;
}

html[dir='rtl'] .b-article-content--aside {
	float: right;
	padding-left: 0;
	padding-right: 1%;
}

html.enhanced[dir='rtl'] .b-article-content--aside {
	width: 100%;
	float: none;
	padding-right: 0;
}

html[dir='rtl'] .b-article-list__button {
	text-align: left;
}

html[dir='rtl'] .ui-datepicker th,
html[dir='rtl']
.ui-datepicker td {
	text-align: center;
}

html[dir='rtl'] .b-date--on-img {
	left: auto;
	right: 15px;
}

html.enhanced[dir='rtl'] .b-article__content .b-date__text,
html.enhanced[dir='rtl']
.b-article__content .b-date__month,
html.enhanced[dir='rtl']
.b-article__content .b-date__day {
	float: right;
}

html.enhanced[dir='rtl'] .icon-download,
html.enhanced[dir='rtl']
.icon-save-date {
	padding-left: 0;
	padding-right: 1.5rem;
}

html.enhanced[dir='rtl'] .icon-download:before,
html.enhanced[dir='rtl']
  .icon-save-date:before {
	left: auto;
	right: 0;
}

html.enhanced[dir='rtl'] .icon-fax,
html.enhanced[dir='rtl']
.icon-phone,
html.enhanced[dir='rtl']
.icon-mail {
	padding-left: 0;
	padding-right: 3rem;
}

html.enhanced[dir='rtl'] .icon-fax:before,
html.enhanced[dir='rtl']
  .icon-phone:before,
html.enhanced[dir='rtl']
  .icon-mail:before {
	left: auto;
	right: 0;
}

/**
 * Base
 * ------------------------------------------------
 */

/*------------------------------------*\
    $VARIABLES AND ABSTRACTIONS
\*------------------------------------*/

/**
 * Tell CPS-Framework when breakpoints start.
 * usage: "@include bp(small) {}" or "@include bp(1024px) {}"
 * --------------------------------------------------------------------------
 * You can add more breakpoints in /css/scss/base/_mixins.scss --> @mixin bp
 */

/**
 * Utility font sizes
 * if you build a "perfect" accessibility project please use REM-values for every font-size specification
 * usage: @include px-rem(font-size, value or variable without px unit);
 * --------------------------------------------------------------------------
 */

/**
 * Base spacing units in PX (will converted to EMs depending on base font size for desktop)
 * --------------------------------------------------------------------------
 * This section defines spacing behavior for p, ul, ol, b-content-item, hr, forms, ...
 */

/**
 * Base colors
 * --------------------------------------------------------------------------
 * This $c-color is simply serving as a placeholder, and is not used.
 */

/**
 * Themes
 * --------------------------------------------------------------------------
 * MS Blue:     .theme-1
 * MS Green:    .theme-2
 * MS Red:      .theme-3
 * MS Yellow:   .theme-4
 */

/**
 * Color Usage
 * --------------------------------------------------------------------------
 * This $c-color is simply serving as a placeholder, and is not used.
 */

/**
 * Base Font Families
 * --------------------------------------------------------------------------
 */

/**
 * Heading font sizes
 * --------------------------------------------------------------------------
 * - small function to help using pixels but create em values in the context of the base-font-size
 * - font-size values are pixel based but get converted to EMs
 */

/**
 * z-Index
 * --------------------------------------------------------------------------
 */

/**
 * Modules
 * --------------------------------------------------------------------------
 */

/**
 * Ensure alignment - compensate text line height impact of media elements (img/ iframe/ video)
 * --------------------------------------------------------------------------
 */

/**
 * When inside (context) selector
 * usage: "@include when-inside(".myOuterClass") {color: red}"
 * --------------------------------------------------------------------------
 */

/**
 * Hide content off-screen without resorting to `display:none;`, also provide
 * usage: "@include accessibility;"
 * --------------------------------------------------------------------------
 */

/**
 * PxToRm (px value but without the "px")
 * usage: "@include px-rem(font-size, 18);"
 * --------------------------------------------------------------------------
 */

/**
 * Headings
 * usage: "@include headings(1, 6) {...}"
 * --------------------------------------------------------------------------
 */

/**
 * Reset Spacing
 * --------------------------------------------------------------------------
 */

/**
 * Clearfix
 * usage: "@include clearfix;"
 * --------------------------------------------------------------------------
 */

/**
 * Text Overflow / Truncate
 * usage: "@include text-truncate;"
 * --------------------------------------------------------------------------
 */

/**
 * Breakpoints
 * usage: "@include bp(small) {...}"
 * --------------------------------------------------------------------------
 */

/**
 * Font Face Mixin
 *
 * @link https://gist.github.com/jonathantneal/d0460e5c2d5d7f9bc5e6
 *
 */

/**
 * Placeholder Prefixes
 * usage: @include placeholder {  }
 * --------------------------------------------------------------------------
 */

/**
 * Button reset
 * usage: "@include button-reset;"
 * --------------------------------------------------------------------------
 */

/**
 * Global Category
 * usage: "@include category;"
 * --------------------------------------------------------------------------
 */

/**
 * Global Copyright
 * usage: "@include copyright;"
 * --------------------------------------------------------------------------
 */

/**
 * Themes
 * http://sassmeister.com/gist/e99b7a8c01ef87d0dff8
 *
 * Blue: 			.theme-1
 * Green: 			.theme-2
 * Red: 			.theme-3
 * Yellow: 			.theme-4
 * --------------------------------------------------------------------------
 * usage:"@include theme() {
 *	color: $c-theme-primary;
 * 	}"
 */

/**
 * Global Icons
 */

/**
 * Social Media Icons
 */

/**
 * App Store Icons
 */

/**
 * Footer Service Icons
 */

/**
 * Contactpool Icons (Extension)
 */

/**
 * Events Icons (Extension)
 */

/**
 * Flag Images
 */

/**
 * RTE Elements
* --------------------------------------------------------------------------
*/

.c-white {
	background-color: #ffffff;
}

.c-blue-light {
	background-color: #d2ddea;
}

.c-blue-light hr {
	border-color: #444d54;
}

.c-blue-light p,
.c-blue-light dl {
	color: #1d365e;
}

.c-grey-light {
	background-color: #f2f3f4;
}

.c-blue {
	background-color: #1d365e;
}

.c-blue .g-category,
.c-blue h2,
.c-blue h3,
.c-blue h4,
.c-blue a,
.c-blue button,
.c-blue p,
.c-blue figcaption,
.c-blue dl {
	color: #ffffff;
}

/**
     * Base elements
     */

ul,
ol,
dl,
blockquote,
p,
address,
table,
fieldset,
figure,
pre {
	margin: 0;
	padding: 0;
	margin-bottom: 1.2em;
}

label {
	margin-bottom: 0.6em;
}

input,
textarea {
	margin-bottom: 0.93333em;
}

ul ul,
ol ol,
dl dl {
	margin-bottom: 0;
}

.b-content-item {
	margin-bottom: 30px;
}

/**
     * border content elements
     */

hr,
.rule {
	margin: 0;
}

hr {
	margin-top: 15px;
	margin-bottom: 15px;
}

button,
input,
select,
textarea,
input[type=search],
input[type=url],
input[type=number] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	box-shadow: none;
	font-family: inherit;
	width: 100%;
}

button::-webkit-input-placeholder,
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder {
	color: #444d54;
	opacity: 1;
}

button:-moz-placeholder,
input:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=url]:-moz-placeholder,
input[type=number]:-moz-placeholder {
	color: #444d54;
	opacity: 1;
}

button::-moz-placeholder,
input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=number]::-moz-placeholder {
	color: #444d54;
	opacity: 1;
}

button:-ms-input-placeholder,
input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder {
	color: #444d54;
	opacity: 1;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-appearance: radio;
	-moz-appearance: radio;
	appearance: radio;
	width: auto;
}

input[type="checkbox"] {
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox;
}

input[type="radio"] {
	border-radius: 100%;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #d2ddea;
	padding: 20px 15px;
}

fieldset legend {
	background-color: #ffffff;
	display: block;
	margin-left: -10px;
	padding: 0 10px;
}

.b-form__item:before,
.b-form__item:after {
	content: "";
	display: table;
}

.b-form__item:after {
	clear: both;
}

.b-form__item.b-form__item--buttons:before,
.b-form__item.b-form__item--buttons:after {
	content: "";
	display: table;
}

.b-form__item.b-form__item--buttons:after {
	clear: both;
}

.b-form__item.b-form__item--buttons .btn,
.b-form__item.b-form__item--buttons .rte_button,
.b-form__item.b-form__item--buttons .rte_button--colored,
.b-form__item.b-form__item--buttons .btn--colored,
.b-form__item.b-form__item--buttons .rte_button--colored {
	display: block;
	margin-top: 1em;
}

label,
.label {
	display: block;
	font-weight: bold;
	margin-bottom: 0.05em;
}

label.valid,
label.is-valid,
.label.valid,
.label.is-valid {
	color: #009245;
}

label.error,
label.is-error,
.label.error,
.label.is-error {
	color: #c1272d;
}

input,
select,
textarea,
.custom-file-upload {
	background: #d2ddea;
	border: 1px solid #d2ddea;
	color: #1d365e;
	line-height: 20px;
	max-width: 100%;
	padding: 10px 15px;
	margin-bottom: 1em;
	transition: border-color 0.2s ease-out;
}

input:focus,
select:focus,
textarea:focus,
.custom-file-upload:focus {
	border-color: #1d365e;
	outline: none;
}

input.valid,
input.is-valid,
select.valid,
select.is-valid,
textarea.valid,
textarea.is-valid,
.custom-file-upload.valid,
.custom-file-upload.is-valid {
	border-color: #009245;
	background: rgba(0, 146, 69, 0.2);
}

input.error,
input.is-error,
select.error,
select.is-error,
textarea.error,
textarea.is-error,
.custom-file-upload.error,
.custom-file-upload.is-error {
	border-color: #c1272d;
	background: rgba(193, 39, 45, 0.2);
}

input[type="file"] { /*
    @include enhanced {
        display: none;
    }
    */
}

select {
	cursor: pointer;
	color: #444d54;
}

.enhanced select {
	padding-right: 35px;
	background: url("/typo3conf/ext/ahkms_sitepackage/Resources/Public/Frontend/_Default/icons/icon_dropdown.svg") right 15px center no-repeat #d2ddea;
	height: 42px;
}

select::-ms-expand {
	display: none;
}

.lte9 select {
	background-image: none;
	padding-right: 15px;
}

select[multiple] {
	height: 122px;
	background-image: none;
	padding-right: 15px;
}

textarea {
	resize: none;
}

.b-radio-group,
.b-check-group {
	margin-bottom: 1em;
}

.b-form__label + .b-check-group,
.b-form__label + .b-radio-group {
	margin-top: .4em;
}

.b-radio-group__item,
.b-check-group__item {
	position: relative;
	vertical-align: top;
	margin-top: 2px;
	margin-bottom: 1em;
}

.b-radio-group__label,
.b-check-group__label {
	display: inline-block;
	padding-left: 20px;
	font-weight: normal;
	line-height: 16px;
	vertical-align: top;
	cursor: pointer;
	margin-bottom: 0;
}

.b-radio-group__option,
.b-check-group__option {
	position: absolute;
	display: inline-block;
	width: 16px !important;
	height: 16px;
	margin-bottom: 0;
	margin-right: 0.25em;
	border: 0;
}

.b-group__inner {
	margin-top: .2em;
	margin-left: 20px;
}

.b-group__inner input {
	margin-bottom: 0;
}

.b-form__captcha {
	margin-bottom: 1em;
}

.b-form__error,
.parsley-errors-list {
	color: #c1272d;
}

.parsley-errors-list {
	list-style: none;
}

.b-form__required {
	cursor: help;
}

.b-form-row--2col:before,
.b-form-row--2col:after {
	content: "";
	display: table;
}

.b-form-row--2col:after {
	clear: both;
}

.enhanced .b-form-row--2col .b-form__item {
	width: 100%;
}

.b-form__item .b-form__item-half {
	float: right;
	width: 49%;
}

.b-form__item .b-form__item-half:first-child {
	float: left;
	width: 49%;
}

.enhanced .b-form__item .b-form__item-half:first-of-type,
.enhanced .b-form__item .b-form__item-half:last-of-type {
	float: left;
	margin-right: 5px;
	width: calc(50% - 5px);
}

.enhanced .b-form__item .b-form__item-half:last-of-type {
	float: right;
	margin-right: 0;
	margin-left: 5px;
}

.b-form__item--2split .b-form__item__inner {
	float: right;
	width: 49%;
}

.b-form__item--2split .b-form__item__inner:first-child {
	float: left;
	width: 49%;
}

.enhanced .b-form__item--2split .b-form__item__inner:first-of-type,
.enhanced .b-form__item--2split .b-form__item__inner:last-of-type {
	float: left;
	margin-right: 5px;
	width: calc(50% - 5px);
}

.enhanced .b-form__item--2split .b-form__item__inner:last-of-type {
	float: right;
	margin-right: 0;
	margin-left: 5px;
}

.enhanced .b-form__item--3split .b-form__item__inner {
	width: 100%;
}

.c-blue input,
.c-blue select,
.c-blue textarea,
.c-blue-light input,
.c-blue-light select,
.c-blue-light textarea,
.c-grey-light input,
.c-grey-light select,
.c-grey-light textarea {
	background-color: #ffffff;
}

.c-blue-light fieldset {
	border-color: #444d54;
}

.custom-file-upload {
	display: none;
}

.enhanced .custom-file-upload {
	display: inline-block;
	cursor: pointer;
	width: 100%;
	color: #444d54;
	font-weight: normal;
}

/**
 * $BUTTONS
 * ==========================================================================
 *	Recommended use:
 *
 *	<a class="button [button--modifier]" role="button" href="[url]">Button text</a>
 *	<button class="button [button--modifier]" type="submit">Button text</button>
 *	<input class="button [button--modifier]" type="submit" value="Button text">
 */

.btn,
.rte_button,
.rte_button--colored,
button {
	line-height: 1.2;
	padding: 0.5em 1em;
	display: inline-block;
	border: 1px solid #444d54;
	font-family: inherit;
	font-weight: normal;
	font-size: 16px;
	font-size: 1rem;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	word-wrap: break-word;
	background-color: transparent;
	color: #444d54;
	border-radius: 0px;
	transition: all .2s ease-out; /* UI States */
}

.btn:hover,
.rte_button:hover,
.rte_button--colored:hover,
.btn:active,
.rte_button:active,
.rte_button--colored:active,
.btn:focus,
.rte_button:focus,
.rte_button--colored:focus,
button:hover,
button:active,
button:focus {
	text-decoration: none;
	outline: none;
	background-color: #1d365e;
	color: #ffffff;
	border: 1px solid #1d365e;
}

.btn:-moz-focus-inner,
.rte_button:-moz-focus-inner,
.rte_button--colored:-moz-focus-inner,
button:-moz-focus-inner {
	border: 0;
	padding: 0;
}

.btn:disabled,
.rte_button:disabled,
.rte_button--colored:disabled,
.btn.btn--disabled,
.btn--disabled.rte_button,
.btn--disabled.rte_button--colored,
button:disabled,
button.btn--disabled {
	cursor: default;
	background: #d8d8d8;
}

.btn:disabled:hover,
.rte_button:disabled:hover,
.rte_button--colored:disabled:hover,
.btn:disabled:active,
.rte_button:disabled:active,
.rte_button--colored:disabled:active,
.btn:disabled:focus,
.rte_button:disabled:focus,
.rte_button--colored:disabled:focus,
.btn.btn--disabled:hover,
.btn--disabled.rte_button:hover,
.btn--disabled.rte_button--colored:hover,
.btn.btn--disabled:active,
.btn--disabled.rte_button:active,
.btn--disabled.rte_button--colored:active,
.btn.btn--disabled:focus,
.btn--disabled.rte_button:focus,
.btn--disabled.rte_button--colored:focus,
button:disabled:hover,
button:disabled:active,
button:disabled:focus,
button.btn--disabled:hover,
button.btn--disabled:active,
button.btn--disabled:focus {
	color: #444d54;
}

.btn.btn--colored,
.btn--colored.rte_button,
.rte_button--colored,
button.btn--colored,
button.rte_button--colored {
	border: 1px solid #1d365e;
	background: #1d365e;
	color: #ffffff;
}

.btn.btn--colored:hover,
.btn--colored.rte_button:hover,
.rte_button--colored:hover,
.btn.btn--colored:active,
.btn--colored.rte_button:active,
.rte_button--colored:active,
.btn.btn--colored:focus,
.btn--colored.rte_button:focus,
.rte_button--colored:focus,
button.btn--colored:hover,
button.rte_button--colored:hover,
button.btn--colored:active,
button.rte_button--colored:active,
button.btn--colored:focus,
button.rte_button--colored:focus {
	background: #ffffff;
	color: #444d54;
	border: 1px solid #444d54;
}

.btn.btn--colored:disabled,
.btn--colored.rte_button:disabled,
.rte_button--colored:disabled,
.btn.btn--colored.btn--disabled,
.btn--colored.btn--disabled.rte_button,
.btn--disabled.rte_button--colored,
button.btn--colored:disabled,
button.rte_button--colored:disabled,
button.btn--colored.btn--disabled,
button.btn--disabled.rte_button--colored {
	color: #444d54;
	cursor: default;
	background: #d8d8d8;
}

.btn.btn--colored:disabled:hover,
.btn--colored.rte_button:disabled:hover,
.rte_button--colored:disabled:hover,
.btn.btn--colored:disabled:active,
.btn--colored.rte_button:disabled:active,
.rte_button--colored:disabled:active,
.btn.btn--colored:disabled:focus,
.btn--colored.rte_button:disabled:focus,
.rte_button--colored:disabled:focus,
.btn.btn--colored.btn--disabled:hover,
.btn--colored.btn--disabled.rte_button:hover,
.btn--disabled.rte_button--colored:hover,
.btn.btn--colored.btn--disabled:active,
.btn--colored.btn--disabled.rte_button:active,
.btn--disabled.rte_button--colored:active,
.btn.btn--colored.btn--disabled:focus,
.btn--colored.btn--disabled.rte_button:focus,
.btn--disabled.rte_button--colored:focus,
button.btn--colored:disabled:hover,
button.rte_button--colored:disabled:hover,
button.btn--colored:disabled:active,
button.rte_button--colored:disabled:active,
button.btn--colored:disabled:focus,
button.rte_button--colored:disabled:focus,
button.btn--colored.btn--disabled:hover,
button.btn--disabled.rte_button--colored:hover,
button.btn--colored.btn--disabled:active,
button.btn--disabled.rte_button--colored:active,
button.btn--colored.btn--disabled:focus,
button.btn--disabled.rte_button--colored:focus {
	color: #444d54;
}

.c-blue .btn,
.c-blue .rte_button,
.c-blue .rte_button--colored {
	border-color: #ffffff;
}

.c-blue .btn:hover,
.c-blue .rte_button:hover,
.c-blue .rte_button--colored:hover {
	background-color: #ffffff;
	color: #1d365e;
	border-color: #ffffff;
}

.c-blue .btn--colored,
.c-blue .rte_button--colored {
	border-color: #ffffff !important;
	background-color: #ffffff !important;
	color: #1d365e !important; /* UI States */
}

.c-blue .btn--colored:hover,
.c-blue .rte_button--colored:hover,
.c-blue .btn--colored:active,
.c-blue .rte_button--colored:active,
.c-blue .btn--colored:focus,
.c-blue .rte_button--colored:focus {
	background-color: #1d365e !important;
	color: #ffffff !important;
	border-color: #ffffff !important;
}

/**
 * RTE Buttons
 * --------------------------------------------------------------------------
 */

/**
 * Button Sizes
 * --------------------------------------------------------------------------
 */

/**
 * Button Functions
 * --------------------------------------------------------------------------
 */

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	text-decoration: underline;
}

h1,
.h1 {
	font-size: 28px;
	margin-bottom: 0.4em;
	font-weight: bold;
	line-height: 1.2;
	font-family: Arial, sans-serif;
	color: #000000;
}

h2,
.h2 {
	font-size: 23px;
	margin-bottom: 0.4em;
	font-weight: normal;
	line-height: 1.2;
	font-family: Arial, sans-serif;
	color: #1d365e;
}

.b-page-content--main h2,
.b-page-content--main .h2 {
	font-size: 23px;
	margin-bottom: 0.4em;
	font-weight: normal;
	line-height: 1.2;
	font-family: Arial, sans-serif;
	text-align: left;
}

h2 a,
.h2 a {
	color: #1d365e;
}

h3,
.h3 {
	font-size: 18px;
	margin-bottom: 0.4em;
	font-weight: bold;
	line-height: 1.25;
	font-family: Arial, sans-serif;
	color: #000000;
	word-wrap: break-word;
}

.b-page-content--main h3,
.b-page-content--main .h3 {
	font-size: 18px;
	line-height: 1.25;
}

h3 a,
.h3 a {
	color: #000000;
}

h4,
.h4 {
	font-size: 16px;
	margin-bottom: 0.4em;
	font-weight: bold;
	line-height: 1.25;
	font-family: Arial, sans-serif;
	color: #1d365e;
}

.b-page-content--main h4,
.b-page-content--main .h4 {
	font-size: 16px;
	line-height: 1.25;
}

h4 a,
.h4 a {
	color: #1d365e;
}

.b-section__header {
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 0.9em;
	font-weight: normal;
	text-align: center;
}

h2.rte_red,
h3.rte_red {
	color: #c20e1a;
}

a {
	color: #444d54;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/**
 * RTE Link Icons
 */

.enhanced .icon-download,
.enhanced
.icon-save-date {
	padding-left: 1.5rem;
	position: relative;
}

.enhanced .icon-download:before,
.enhanced
  .icon-save-date:before {
	display: inline-block;
	background-image: url("/typo3conf/ext/ahkms_sitepackage/Resources/Public/Frontend/_Default/icons/icon_download.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	content: '';
	height: 1.25rem;
	left: 0;
	position: absolute;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	top: 50%;
	width: 1.25rem;
}

.enhanced .icon-save-date:before {
	background-image: url("/typo3conf/ext/ahkms_sitepackage/Resources/Public/Frontend/_Default/icons/events/icon_save_date.svg");
}

.enhanced .icon-fax,
.enhanced
.icon-phone,
.enhanced
.icon-mail {
	line-height: 3rem;
	padding-left: 3rem;
}

.enhanced .icon-fax {
	position: relative;
}

.enhanced .icon-fax:before {
	display: inline-block;
	background-image: url("/typo3conf/ext/ahkms_sitepackage/Resources/Public/Frontend/_Default/icons/icon_fax_v2.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	content: '';
	height: 2.25rem;
	left: 0;
	position: absolute;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	top: 50%;
	width: 2.25rem;
}

.enhanced .c-blue .icon-fax:before {
	background-image: url("/typo3conf/ext/ahkms_sitepackage/Resources/Public/Frontend/_Default/icons/icon_fax_v2_white.svg");
}

.enhanced .icon-phone {
	position: relative;
}

.enhanced .icon-phone:before {
	display: inline-block;
	background-image: url("/typo3conf/ext/ahkms_sitepackage/Resources/Public/Frontend/_Default/icons/icon_phone_v2.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	content: '';
	height: 2.25rem;
	left: 0;
	position: absolute;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	top: 50%;
	width: 2.25rem;
}

.enhanced .c-blue .icon-phone:before {
	background-image: url("/typo3conf/ext/ahkms_sitepackage/Resources/Public/Frontend/_Default/icons/icon_phone_v2_white.svg");
}

.enhanced .icon-mail {
	position: relative;
}

.enhanced .icon-mail:before {
	display: inline-block;
	background-image: url("/typo3conf/ext/ahkms_sitepackage/Resources/Public/Frontend/_Default/icons/icon_mail_v2.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	content: '';
	height: 2.25rem;
	left: 0;
	position: absolute;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	top: 50%;
	width: 2.25rem;
}

.enhanced .c-blue .icon-mail:before {
	background-image: url("/typo3conf/ext/ahkms_sitepackage/Resources/Public/Frontend/_Default/icons/icon_mail_v2_white.svg");
}

ul.rte_ul,
.htmlarea-content-body ul,
ol.rte_ol,
.htmlarea-content-body ol {
	margin-left: 40px;
	list-style: disc;
}

ul.rte_ul li,
.htmlarea-content-body ul li,
ol.rte_ol li,
.htmlarea-content-body ol li {
	margin: 5px 0 5px 0;
}

ul.rte_ul ul,
.htmlarea-content-body ul ul,
ul.rte_ul ol,
.htmlarea-content-body ul ol,
ol.rte_ol ul,
.htmlarea-content-body ol ul,
ol.rte_ol ol,
.htmlarea-content-body ol ol {
	margin-left: 25px;
	list-style: disc;
}

ol.rte_ol,
.htmlarea-content-body ol {
	list-style: decimal;
}

ol.rte_ol ol,
.htmlarea-content-body ol ol {
	list-style: decimal;
}

.enhanced ul.rte_ul,
.enhanced .htmlarea-content-body ul,
.htmlarea-content-body .enhanced ul {
	list-style: none;
}

.enhanced ul.rte_ul li:before,
.enhanced .htmlarea-content-body ul li:before,
.htmlarea-content-body .enhanced ul li:before {
	content: "\203A";
	margin-right: 5px;
	margin-left: -11px;
}

.enhanced ul.rte_ul ul,
.enhanced .htmlarea-content-body ul ul,
.htmlarea-content-body .enhanced ul ul {
	list-style: none;
}

p.rte_blue {
	color: #1d365e;
}

p.rte_red {
	color: #c20e1a;
}

p.rte_quote {
	color: #1d365e;
	font-style: italic;
	text-align: center;
}

p.rte_quote:after {
	content: '';
	background: #d8d8d8;
	height: 3em;
	width: 1px;
	display: block;
	margin: 10px auto;
}

p.rte_align-center {
	text-align: center;
}

.text-align-left,
p.rte_align-left {
	text-align: left;
}

.text-align-right,
p.rte_align-right {
	text-align: right;
}

/*------------------------------------*\
	$RULES
\*------------------------------------*/

.rule,
hr {
	border: none;
	border-bottom: 1px solid #d8d8d8;
	margin-left: auto;
	margin-right: auto;
}

/**
 * Dotted rules
 */

.rule--dotted {
	border-bottom-style: dotted;
}

/**
 * Dashed rules
 */

.rule--dashed {
	border-bottom-style: dashed;
}

/*------------------------------------*\
		$TABLES
\*------------------------------------*/

table {
	width: 100%;
}

table th,
table td {
	text-align: left;
	vertical-align: text-top;
}

/**
 * Bordered tables (no bg-colors)
 */

table.table--bordered th,
table.table--bordered td {
	border: 1px solid #d8d8d8;
}

table.table--bordered th:empty,
table.table--bordered td:empty {
	border: none;
}

/**
 * Striped tables (colors)
 */

table.table--striped th {
	background: #1d365e;
	color: #ffffff;
	font-weight: bold;
}

table.table--striped th a {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}

table.table--striped tbody tr:nth-of-type(odd) {
	background-color: #ffffff; /* Override this color in your theme stylesheet */
}

table.table--striped tbody tr:nth-of-type(even) {
	background-color: #f2f3f4; /* Override this color in your theme stylesheet */
}

/**
 * Responsive table
 */

.b-table-rwd {
	overflow: auto;
}

.b-table-rwd th,
.b-table-rwd td {
	padding: 10px;
}

.b-table-rwd td.text-align-center {
	text-align: center;
}

.b-table-rwd td.text-align-left {
	text-align: left;
}

.b-table-rwd td.text-align-right {
	text-align: right;
}

.b-table-rwd input {
	margin-bottom: 0;
}

.b-table-rwd input[type=text] {
	min-width: 80px;
}

.b-table-rwd--fmp td img {
	margin-top: .2em;
}

abbr,
acronym {
	border-bottom: 1px dotted;
}

abbr:hover,
acronym:hover {
	cursor: help;
}

@media only screen and (min-width: 320px) {

.b-calendar-ajax .ui-datepicker {
	width: auto;
}

}

@media only screen and (min-width: 380px) {

.enhanced .b-logo-wall--5col .b-logo-wall__item {
	width: 33.333%;
}

}

@media only screen and (min-width: 570px) {

html {
	font-family: 'small';
}

button.mfp-close {
	right: 5%;
	top: 5%;
}

button.mfp-arrow-left {
	left: 4%;
}

button.mfp-arrow-right {
	right: 4%;
}

.mfp-image-holder .mfp-content {
	max-width: 70%;
}

.mfp-counter {
	top: 5px;
}

.mfp-header {
	padding-top: 30px;
}

.mfp-figure .g-copyright {
	top: 0;
	left: -16px;
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	white-space: normal;
	overflow: visible;
	width: auto;
}

.enhanced .b-content-item.c-white,
.enhanced .b-content-item.c-blue,
.enhanced .b-content-item.c-blue-light,
.enhanced .b-content-item.c-grey-light,
.enhanced .b-content-item.c-border {
	padding: 30px;
}

.enhanced .b-page-content--aside .b-content-item.c-white,
.enhanced .b-page-content--aside .b-content-item.c-blue,
.enhanced .b-page-content--aside .b-content-item.c-blue-light,
.enhanced .b-page-content--aside .b-content-item.c-grey-light,
.enhanced .b-page-content--aside .b-content-item.c-border {
	padding: 30px;
}

.enhanced .b-content-textmedia__textpic--intext .b-content-textmedia__images iframe,
.enhanced
      .b-content-textmedia__images .b-content-textmedia__images__list iframe {
	max-height: 290px;
}

.enhanced .b-footer__menu {
	float: left;
}

.enhanced .b-footer__menu ul > li {
	float: left;
	padding-right: 10px;
	border-right: 1px solid #1d365e;
	margin-right: 10px;
}

.enhanced .b-footer__icons .b-service-icons li {
	margin-top: -10px;
}

.enhanced .b-hero-button__btn .btn,
.enhanced .b-hero-button__btn .rte_button,
.enhanced .b-hero-button__btn .rte_button--colored {
	width: 80%;
}

.enhanced .b-dashboard .g-copyright {
	display: block;
	font-style: italic;
	font-size: 10px;
	font-size: 0.625rem;
	color: #444d54;
	z-index: 1;
	margin-bottom: 10px;
	margin-left: 140px;
}

.enhanced .b-dashboard__overlay__content__image-wrap {
	display: block;
	float: left;
	overflow: hidden;
	border-radius: 50%;
	position: relative;
	width: 120px;
	height: 120px;
}

.enhanced .b-dashboard__overlay__content__image {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}

.enhanced .b-dashboard__overlay__content__text {
	padding-left: 140px;
}

.enhanced .b-section-slider .slick-prev,
.enhanced
      .b-section-slider .slick-next {
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.enhanced .b-section-slider__item a:hover .btn,
.enhanced .b-section-slider__item a:hover .rte_button,
.enhanced .b-section-slider__item a:hover .rte_button--colored,
.enhanced .b-section-slider__item a:focus .btn,
.enhanced .b-section-slider__item a:focus .rte_button,
.enhanced .b-section-slider__item a:focus .rte_button--colored {
	background-color: #1d365e;
	border: 1px solid #1d365e;
}

.enhanced .b-section-slider__item__inner {
	height: 500px;
}

.enhanced .b-section-slider__caption {
	padding: 0 13%;
}

.enhanced .b-section-video__item a:hover .btn,
.enhanced .b-section-video__item a:hover .rte_button,
.enhanced .b-section-video__item a:hover .rte_button--colored,
.enhanced .b-section-video__item a:focus .btn,
.enhanced .b-section-video__item a:focus .rte_button,
.enhanced .b-section-video__item a:focus .rte_button--colored {
	background-color: #1d365e;
	border: 1px solid #1d365e;
}

.enhanced .b-section-video__caption {
	padding: 0 13%;
}

.enhanced .b-ticker.slick-vertical .b-ticker__item {
	height: 120px;
}

.enhanced .b-footer__banner--2col .b-footer__banner__item {
	width: 50%;
}

.enhanced .b-footer__banner--3col .b-footer__banner__item {
	width: 33.33%;
}

.enhanced .b-footer__banner--4col .b-footer__banner__item {
	width: 20%;
	height: 140px;
	padding: 0 1%;
}

.enhanced .b-footer__banner--4col .b-footer__banner__item:first-of-type,
.enhanced .b-footer__banner--4col .b-footer__banner__item:last-of-type {
	width: 30%;
}

.enhanced .b-footer__banner--4col .b-footer__banner__item:first-of-type .b-footer__banner__item__img img,
.enhanced .b-footer__banner--4col .b-footer__banner__item:last-of-type .b-footer__banner__item__img img {
	max-height: 120px;
}

.enhanced .b-footer__banner--4col .b-footer__banner__item:first-of-type .b-footer__banner__item__img .banner--enhanced {
	margin-top: 20px;
}

.enhanced .b-footer__banner--4col .b-footer__banner__item:last-of-type .b-footer__banner__item__img .banner--enhanced {
	height: 20px !important;
}

.enhanced .b-accordion {
	padding: 10px;
	padding-bottom: 30px;
}

.enhanced .b-accordion__item__content {
	padding-left: 25px;
}

.b-gallery,
.b-gallery-teaser {
	overflow: hidden;
	margin-left: -5px;
	margin-right: -5px;
}

.enhanced .b-gallery__item,
.enhanced
      .b-gallery-teaser__item {
	display: block;
	padding: 0 5px;
}

.b-gallery__item,
.b-gallery-teaser__item {
	width: 33.3333%;
}

.enhanced .b-logo-wall--5col .b-logo-wall__item {
	width: 20%;
}

.enhanced .logo--enhanced {
	display: block;
	max-height: 70px;
	height: auto;
	width: 100%;
}

.enhanced .logo--mobile {
	display: none;
}

.b-stage__copyright {
	font-size: 10px;
	font-size: 0.625rem;
	bottom: 0;
	color: #ffffff;
	display: block;
	font-style: italic;
	left: 0;
	position: absolute;
	transform: translate3d(0, 0, 0) rotate(180deg);
	-ms-transform: translate3d(0, 0, 0) rotate(180deg);
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	z-index: 1;
}

.b-stage__copyright:before {
	background-color: rgba(0, 0, 0, 0.6);
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.b-stage__copyright__text {
	display: inline-block;
	padding: 6px 2px;
	position: relative;
	text-orientation: sideways;
	z-index: 1;
}

.enhanced .b-stage .btn-stage {
	width: auto;
}

.enhanced .b-stage .btn-stage + .btn-stage {
	margin-left: 1rem;
}

.enhanced .column .b-content-item {
	padding: 30px;
}

.enhanced .b-content-textmedia--video header,
.enhanced
      .b-content-textmedia--image header {
	left: 30px;
	top: 30px;
}

.enhanced .b-article--multi-day .b-article__content--first {
	display: table-cell;
	vertical-align: top;
	width: 100px;
	padding-right: 20px;
}

.enhanced .b-article__content--last {
	display: table-cell;
	vertical-align: top;
}

.enhanced .b-article__service .b-social-share-wrap {
	display: block;
	float: left;
}

.enhanced .b-article__service .b-icon-link-wrap {
	float: right;
	padding-top: 10px;
}

.b-date--large .b-date__month,
.b-date--large .b-date__day {
	width: 120px;
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	font-size: 1.25rem;
}

.enhanced .b-article__content .b-date__text,
.enhanced
      .b-article__content .b-date__month,
.enhanced
      .b-article__content .b-date__day {
	display: block;
	float: none;
	width: 80px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	font-size: 1.25rem;
}

.enhanced .b-article__content .b-date__text {
	width: 80px;
	font-size: 15px;
	font-size: 0.9375rem;
}

.enhanced .b-article-list__content--first {
	display: table-cell;
	vertical-align: top;
	width: 140px;
	padding-right: 20px;
}

.enhanced .b-article-list__content--last {
	display: table-cell;
	vertical-align: top;
}

.enhanced .b-article-list__rounded {
	margin-left: -5px;
	margin-top: -5px;
}

.enhanced .b-article-list__rounded .b-article__link {
	padding: 5px;
	display: inline-block;
}

.enhanced .b-article-list__rounded .b-article__link:hover img,
.enhanced .b-article-list__rounded .b-article__link:focus img {
	transform: scale(1.05);
}

.enhanced .b-article-list__rounded img {
	transition: transform 0.2s ease-out;
	border-radius: 50%;
}

.enhanced .b-article-teaser--2col {
	margin-left: -5px;
	margin-right: -5px;
}

.enhanced .b-article-teaser--2col .b-article-teaser--col {
	width: 50%;
	float: left;
}

.enhanced .b-article-teaser--2col .b-article-teaser__item {
	margin: 0 5px;
	margin-bottom: 10px;
}

.b-calendar-ajax .ui-datepicker {
	width: 500px;
}

.enhanced .b-page-content--main .cp-list__item-image {
	float: left;
	padding-right: 20px;
}

.enhanced .b-page-content--main .cp-list__item-content {
	width: calc(100% - 160px);
	float: right;
}

.enhanced .b-header .b-header__container {
	height: 120px;
}

.enhanced .b-header .b-stage__inner {
	padding-top: 120px;
}

.enhanced .b-header__menus {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.enhanced .p-1col .b-header,
.enhanced
    .p-2col .b-header {
	padding-bottom: 0;
	padding-top: 120px;
}

.enhanced .b-main__section.b-main__section--prefooter {
	margin-bottom: 20px;
	padding-top: 60px;
}

.enhanced .p-home--v3 .theme-1 .b-stage__inner {
	background-color: rgba(0, 166, 227, 0.8);
}

.enhanced .p-home--v3 .theme-2 .b-stage__inner {
	background-color: rgba(40, 173, 132, 0.8);
}

.enhanced .p-home--v3 .theme-3 .b-stage__inner {
	background-color: rgba(195, 67, 67, 0.8);
}

.enhanced .p-home--v3 .theme-4 .b-stage__inner {
	background-color: rgba(255, 222, 91, 0.8);
}

.enhanced .p-home--v4 .theme-1 .b-stage__inner {
	background-color: rgba(0, 166, 227, 0.8);
}

.enhanced .p-home--v4 .theme-2 .b-stage__inner {
	background-color: rgba(40, 173, 132, 0.8);
}

.enhanced .p-home--v4 .theme-3 .b-stage__inner {
	background-color: rgba(195, 67, 67, 0.8);
}

.enhanced .p-home--v4 .theme-4 .b-stage__inner {
	background-color: rgba(255, 222, 91, 0.8);
}

.enhanced .p-home--v1 .b-stage__inner {
	background-color: rgba(29, 54, 94, 0.8);
}

.enhanced .p-home--v2 .b-stage__inner {
	background-color: rgba(242, 243, 244, 0.8);
}

html.enhanced[dir='rtl'] .b-article-list__content--first {
	padding-right: 0;
	padding-left: 20px;
}

html.enhanced[dir='rtl'] .b-content-textmedia--image header,
html.enhanced[dir='rtl']
    .b-content-textmedia--video header {
	right: 30px;
}

html.enhanced[dir='rtl'] .b-dashboard .g-copyright {
	margin-left: 0;
	margin-right: 140px;
}

html.enhanced[dir='rtl'] .b-dashboard__overlay__content__image-wrap {
	float: right;
}

html.enhanced[dir='rtl'] .b-dashboard__overlay__content__text {
	padding-left: 0;
	padding-right: 140px;
}

html[dir='rtl'] button.mfp-close {
	left: 5%;
	right: auto;
}

html.enhanced[dir='rtl'] .b-footer__menu {
	float: right;
}

html.enhanced[dir='rtl'] .b-footer__menu ul > li {
	float: right;
	padding-right: 0;
	border-right: none;
	margin-right: 0;
	padding-left: 10px;
	border-left: 1px solid #1d365e;
	margin-left: 10px;
}

html.enhanced[dir='rtl'] .b-page-content--main .cp-list__item-image {
	float: right;
	padding-right: 0;
	padding-left: 20px;
}

html.enhanced[dir='rtl'] .b-page-content--main .cp-list__item-content {
	width: calc(100% - 160px);
	float: left;
}

html.enhanced[dir='rtl'] .b-form__item.b-form__item--buttons .btn,
html.enhanced[dir='rtl'] .b-form__item.b-form__item--buttons .rte_button,
html.enhanced[dir='rtl'] .b-form__item.b-form__item--buttons .rte_button--colored,
html.enhanced[dir='rtl'] .b-form__item.b-form__item--buttons .btn--colored,
html.enhanced[dir='rtl'] .b-form__item.b-form__item--buttons .rte_button--colored {
	float: left;
	margin-left: 0;
	margin-right: 20px;
}

html.enhanced[dir='rtl'] .b-radio-group__item--inline:not(:last-of-type),
html.enhanced[dir='rtl']
  .b-check-group__item--inline:not(:last-of-type) {
	margin-right: 0;
	margin-left: 2em;
}

html.enhanced[dir='rtl'] .b-form-row--2col .b-form__item:first-of-type,
html.enhanced[dir='rtl'] .b-form-row--2col .b-form__item:last-of-type {
	float: right;
	margin-right: 0;
	margin-left: 10px;
}

html.enhanced[dir='rtl'] .b-form-row--2col .b-form__item:nth-of-type(2) {
	float: left;
	margin-left: 0;
	margin-right: 10px;
}

html.enhanced[dir='rtl'] .b-article-teaser--2col .b-article-teaser--col {
	float: right;
}

html.enhanced[dir='rtl'] .b-article--multi-day .b-article__content--first {
	padding-right: 0;
	padding-left: 20px;
}

html.enhanced[dir='rtl'] .b-article__service .b-social-share-wrap {
	float: right;
}

html.enhanced[dir='rtl'] .b-article__service .b-icon-link-wrap {
	float: left;
}

html.enhanced[dir='rtl'] .b-article__content .b-date__text,
html.enhanced[dir='rtl']
    .b-article__content .b-date__month,
html.enhanced[dir='rtl']
    .b-article__content .b-date__day {
	float: none;
}

.enhanced .b-form__item.b-form__item--buttons .btn,
.enhanced .b-form__item.b-form__item--buttons .rte_button,
.enhanced .b-form__item.b-form__item--buttons .rte_button--colored,
.enhanced .b-form__item.b-form__item--buttons .btn--colored,
.enhanced .b-form__item.b-form__item--buttons .rte_button--colored {
	float: right;
	margin-left: 20px;
	width: auto;
	margin-bottom: 0;
}

.enhanced .b-radio-group__item,
.enhanced
    .b-check-group__item {
	margin-bottom: 0.1em;
}

.enhanced .b-radio-group__item--inline,
.enhanced
  .b-check-group__item--inline {
	display: inline-block;
	margin-bottom: 0.5em;
}

.enhanced .b-radio-group__item--inline:not(:last-of-type),
.enhanced
    .b-check-group__item--inline:not(:last-of-type) {
	margin-right: 2em;
}

.enhanced .b-form-row--2col .b-form__item:first-of-type,
.enhanced .b-form-row--2col .b-form__item:last-of-type {
	float: left;
	margin-right: 10px;
	width: calc(50% - 10px);
}

.enhanced .b-form-row--2col .b-form__item:nth-of-type(2) {
	float: right;
	margin-right: 0;
	margin-left: 10px;
}

.enhanced .b-form__item--3split .b-form__item__inner {
	float: left;
	margin-right: 4px;
	width: calc(33.333% - 4px);
}

.enhanced .b-form__item--3split .b-form__item__inner:nth-of-type(2) {
	margin-left: 2px;
	margin-right: 2px;
}

.enhanced .b-form__item--3split .b-form__item__inner:last-of-type {
	margin-right: 0;
	margin-left: 4px;
}

.enhanced .b-form__item--3split.b-form__item--vary .b-form__item__inner {
	width: calc(20% - 4px);
}

.enhanced .b-form__item--3split.b-form__item--vary .b-form__item__inner:last-of-type {
	width: calc(60% - 4px);
}

}

@media only screen and (min-width: 570px) and (min-width: 769px) {

.enhanced .b-accordion {
	padding-top: 15px;
}

}

@media only screen and (min-width: 769px) {

html {
	font-family: 'medium-small';
}

body {
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.375;
}

div#ppms_cm_popup_overlay p.ppms_cm_paragraph,
div#ppms_cm_popup_overlay a.ppms_cm_link {
	font-size: 15px !important;
	font-size: 0.9375rem !important;
	line-height: 1.375 !important;
}

div#ppms_cm_popup_overlay a.ppms_cm_link,
div#ppms_cm_popup_overlay a.ppms_cm_link:visited,
div#ppms_cm_popup_overlay a.ppms_cm_link:hover,
div#ppms_cm_popup_overlay a.ppms_cm_link:active,
div#ppms_cm_popup_overlay a.ppms_cm_link:focus,
div#ppms_cm_popup_overlay a.ppms_cm_open-popup,
div#ppms_cm_popup_overlay a.ppms_cm_open-popup:visited,
div#ppms_cm_popup_overlay a.ppms_cm_open-popup:hover,
div#ppms_cm_popup_overlay a.ppms_cm_open-popup:active,
div#ppms_cm_popup_overlay a.ppms_cm_open-popup:focus,
div#ppms_cm_popup_overlay button.ppms_cm_reject-all,
div#ppms_cm_popup_overlay button.ppms_cm-reject-all:visited,
div#ppms_cm_popup_overlay button.ppms_cm-reject-all:hover,
div#ppms_cm_popup_overlay button.ppms_cm-reject-all:active,
div#ppms_cm_popup_overlay button.ppms_cm-reject-all:focus {
	font-size: 15px !important;
	font-size: 0.9375rem !important;
	line-height: 1.375 !important;
}

div#ppms_cm_bar_overlay.ppms_cm_consent_bar p {
	font-size: 15px !important;
	font-size: 0.9375rem !important;
	line-height: 1.375 !important;
}

div#ppms_cm_bar_overlay.ppms_cm_consent_bar a.ppms_cm_open-popup_link,
div#ppms_cm_bar_overlay.ppms_cm_consent_bar a.ppms_cm_open-popup_link:visited,
div#ppms_cm_bar_overlay.ppms_cm_consent_bar a.ppms_cm_open-popup_link:hover,
div#ppms_cm_bar_overlay.ppms_cm_consent_bar a.ppms_cm_open-popup_link:active,
div#ppms_cm_bar_overlay.ppms_cm_consent_bar a.ppms_cm_open-popup_link:focus {
	font-size: 15px !important;
	font-size: 0.9375rem !important;
	line-height: 1.375 !important;
}

.enhanced .b-content-textmedia__textpic--intext .b-content-textmedia__images iframe,
.enhanced
      .b-content-textmedia__images .b-content-textmedia__images__list iframe {
	max-height: 220px;
}

.b-content-textmedia__textpic--intext { /**
        * image / text "GRID"
        */ /**
        * image / text floats and spaces
        */
}

.b-content-textmedia__textpic--intext .b-content-textmedia__images {
	max-width: calc(50% + 10px);
}

.b-content-textmedia__textpic--intext .b-content-textmedia__bodytext {
	width: 100%;
}

.b-content-textmedia__textpic--intext.b-content-textmedia__textpic--left .b-content-textmedia__images {
	float: left;
	padding-right: 20px;
}

.b-content-textmedia__textpic--intext.b-content-textmedia__textpic--right .b-content-textmedia__images {
	float: right;
	padding-left: 20px;
}

.b-content-textmedia__textpic--intext.b-content-textmedia__textpic--nowrap .b-content-textmedia__images {
	max-width: 50%;
}

.b-content-textmedia__textpic--intext.b-content-textmedia__textpic--nowrap .b-content-textmedia__bodytext {
	width: 100%;
}

.b-content-textmedia__textpic--intext.b-content-textmedia__textpic--nowrap.b-content-textmedia__textpic--right .b-content-textmedia__images {
	float: right;
}

.b-content-textmedia__textpic--intext.b-content-textmedia__textpic--nowrap.b-content-textmedia__textpic--left .b-content-textmedia__images {
	float: left;
}

.b-content-textmedia__textpic--above .b-content-textmedia__images__list__item,
.b-content-textmedia__textpic--below .b-content-textmedia__images__list__item {
	float: left;
	max-width: 50%;
}

.b-content-textmedia__textpic--above .b-content-textmedia__images__list__item:nth-child(1),
.b-content-textmedia__textpic--below .b-content-textmedia__images__list__item:nth-child(1) {
	padding-right: 10px;
}

.b-content-textmedia__textpic--above .b-content-textmedia__images__list__item:nth-child(2),
.b-content-textmedia__textpic--below .b-content-textmedia__images__list__item:nth-child(2) {
	padding-left: 10px;
}

.enhanced .b-hero-button__btn {
	display: inline-block;
}

.enhanced .b-hero-button__btn .btn,
.enhanced .b-hero-button__btn .rte_button,
.enhanced .b-hero-button__btn .rte_button--colored {
	font-size: 18px;
	font-size: 1.125rem;
	width: auto;
	float: left;
	margin: 0 2px;
}

.enhanced .b-dashboard {
	width: 100%;
	height: 350px;
	overflow: hidden;
}

.enhanced .b-dashboard .g-copyright {
	margin-bottom: 0;
	margin-left: 240px;
}

.enhanced .b-dashboard__item {
	margin-bottom: 0;
	float: left;
	display: table;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 25%;
	height: 50%;
	position: relative;
}

.enhanced .b-dashboard__item:first-child {
	width: 50%;
	height: 100%;
}

.enhanced .b-dashboard__item__image {
	display: block;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
}

.enhanced .b-dashboard__item__label {
	font-size: 23px;
	font-size: 1.4375rem;
	line-height: 1.1;
	margin-bottom: 0;
	text-align: center;
	font-weight: normal;
	color: #ffffff;
	padding: 5px;
	display: table-cell;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	width: 100%;
}

.enhanced .b-dashboard__item__label span {
	font-size: 30px;
	font-size: 1.875rem;
}

.enhanced .b-dashboard__overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #f2f3f4;
	padding: 20px;
	transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transition: all 0.2s;
}

.enhanced .b-dashboard__overlay.js-overlay-is-visible {
	transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	z-index: 1;
}

.enhanced .b-dashboard__overlay .b-dashboard__overlay__close {
	height: 25px;
	width: 25px;
	float: right;
	cursor: pointer;
	background-image: url("/typo3conf/ext/ahkms_sitepackage/Resources/Public/Frontend/_Default/icons/icon_x.svg");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 50%;
}

.enhanced .b-dashboard__overlay__content {
	padding-top: 20px;
	padding-left: 10px;
}

.enhanced .b-dashboard__overlay__content__image-wrap {
	width: 200px;
	height: 200px;
}

.enhanced .b-dashboard__overlay__content__text {
	padding-left: 230px;
}

.enhanced .b-teaser__item__image-wrap {
	display: block;
	height: 220px;
	overflow: hidden;
	position: relative;
}

.enhanced .b-teaser__item__content {
	background-color: transparent;
	padding: 0;
	padding-top: 20px;
}

.enhanced .b-tile__item {
	min-height: 126px;
	text-align: center;
}

.enhanced .b-tile__item a {
	min-height: 126px;
}

.enhanced .b-tile__item h3 {
	line-height: 1.2;
}

.enhanced .b-tile__item--has-icon .b-tile__item__icon {
	width: 60px;
	height: 80px;
	float: none;
	margin-right: 0;
	text-align: center;
}

.enhanced .b-tile__item--has-icon .b-tile__item__text {
	position: static;
}

.enhanced .b-tile__item__text {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	left: 10px;
	right: 10px;
}

.enhanced .b-tile--3col .b-tile__item {
	width: 33%;
	float: left;
	margin-right: .5%;
	margin-bottom: .5%;
}

.enhanced .b-tile--3col .b-tile__item:nth-of-type(3n+3) {
	margin-right: 0;
}

.enhanced .b-tile-media__item {
	text-align: center;
}

.enhanced .b-tile-media__item .g-copyright {
	display: block;
}

.enhanced .b-tile-media__item__image-wrap {
	padding: 0;
	display: block;
	height: 220px;
	overflow: hidden;
	position: relative;
}

.enhanced .b-tile-media__item__image {
	background-color: #1d365e;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100%;
	transition: transform 0.2s ease-in-out;
}

.enhanced .b-tile-media__item__overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.enhanced .b-tile-media__item__text {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	left: 10px;
	right: 10px;
}

.enhanced .b-tile-media__item__text h3 {
	font-weight: bold;
	line-height: 1.1;
}

.enhanced .b-tile-media--3col .b-tile-media__item {
	width: 32%;
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
}

.enhanced .b-tile-media--3col .b-tile-media__item:nth-of-type(3n+3) {
	margin-right: 0;
}

.enhanced .b-section-slider__caption h3 {
	margin: 10px 0;
	font-size: 30px;
	font-size: 1.875rem;
}

.enhanced .b-section-slider__caption .btn,
.enhanced .b-section-slider__caption .rte_button,
.enhanced .b-section-slider__caption .rte_button--colored {
	font-size: 18px;
	font-size: 1.125rem;
}

.enhanced .b-page-content--main .b-section-slider__caption .btn,
.enhanced .b-page-content--main .b-section-slider__caption .rte_button,
.enhanced .b-page-content--main .b-section-slider__caption .rte_button--colored {
	font-size: 16px;
	font-size: 1rem;
}

.enhanced .b-section-video__item__inner {
	height: 500px;
}

.enhanced .b-section-video__caption h3 {
	margin: 10px 0;
	font-size: 30px;
	font-size: 1.875rem;
}

.enhanced .b-section-video__caption .btn,
.enhanced .b-section-video__caption .rte_button,
.enhanced .b-section-video__caption .rte_button--colored {
	font-size: 18px;
	font-size: 1.125rem;
}

.enhanced .b-page-content--main .b-section-video__caption .btn,
.enhanced .b-page-content--main .b-section-video__caption .rte_button,
.enhanced .b-page-content--main .b-section-video__caption .rte_button--colored {
	font-size: 16px;
	font-size: 1rem;
}

.enhanced .b-simple-slider .slick-slide {
	margin: 0 10px;
}

.enhanced .b-linklist__item a {
	font-size: 18px;
	font-size: 1.125rem;
}

.enhanced .b-prefooter__col {
	float: left;
	width: 30%;
}

.enhanced .b-prefooter__col.b-prefooter__col--1 {
	margin-right: 5%;
}

.enhanced .b-prefooter__col.b-prefooter__col--2 {
	margin-right: 5%;
}

.enhanced .b-pinboard--3col .b-pinboard__col {
	float: left;
	width: 32%;
}

.enhanced .b-pinboard--3col .b-pinboard__col--1,
.enhanced .b-pinboard--3col .b-pinboard__col--2 {
	margin-right: 2%;
}

.enhanced .b-pinboard--5col .b-pinboard__col {
	float: left;
	width: 32%;
}

.enhanced .b-pinboard--5col .b-pinboard__col--1,
.enhanced .b-pinboard--5col .b-pinboard__col--2 {
	margin-right: 2%;
}

.enhanced .b-pinboard__item:last-of-type {
	border: none;
	margin-bottom: 0;
}

.enhanced .b-pinboard__date .b-date__month,
.enhanced
      .b-pinboard__date .b-date__day {
	display: block;
	float: none;
	width: 70px;
	font-size: 18px;
	font-size: 1.125rem;
}

.enhanced .b-ticker__item {
	max-width: 80%;
}

.enhanced .b-accordion h3 {
	font-size: 18px;
	font-size: 1.125rem;
}

.enhanced .b-accordion__image-wrap {
	max-width: 40%;
	float: left;
	padding-right: 20px;
}

.b-accordion__item-control {
	position: absolute;
	top: 10px;
	right: 0;
}

.b-accordion__item__header h3 {
	padding-right: 60px;
}

.enhanced .b-tabs h3 {
	font-size: 18px;
	font-size: 1.125rem;
}

.enhanced .b-tabs__list__item:after {
	margin-bottom: -12px;
}

.enhanced .b-tabs__list__item span {
	font-size: 18px;
	font-size: 1.125rem;
	padding: 17px 20px;
	line-height: 52px;
}

.enhanced .b-tabs__content {
	padding: 20px;
}

.enhanced .b-tabs__image-wrap {
	max-width: 40%;
	float: left;
	padding-right: 20px;
}

.enhanced .b-tabs__inner {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.enhanced .b-tabs__column--first {
	display: table-cell;
	vertical-align: top;
	width: 60%;
	padding-right: 20px;
	border-right: 1px solid #d8d8d8;
	border-bottom: none;
	margin-bottom: 0;
}

.enhanced .b-tabs__column--last {
	display: table-cell;
	vertical-align: top;
	width: 40%;
	padding-left: 20px;
}

.enhanced .b-logo-wall--5col .b-logo-wall__item {
	height: 220px;
}

.enhanced .b-teaser-board__article {
	float: left;
	width: calc(50% - 20px);
}

.enhanced .b-main__section--3col .column {
	width: 33.3333333%;
	float: left;
}

.enhanced .b-page-content--main .b-main__section--3col .column .b-teaser__item__image-wrap {
	height: 230px;
}

.enhanced .b-main__section--3col .column1 .b-teaser {
	margin-right: 4%;
}

.enhanced .b-main__section--3col .column2 .b-teaser {
	margin-left: 2%;
	margin-right: 2%;
}

.enhanced .b-main__section--3col .column3 .b-teaser {
	margin-left: 4%;
}

.enhanced .b-main__section--4col .column {
	float: left;
	width: 25%;
}

.enhanced .b-main__section--4col .column .b-teaser__item__image-wrap {
	height: 230px;
}

.enhanced .b-main__section--4col .column1 .b-teaser {
	margin-right: 6%;
}

.enhanced .b-main__section--4col .column2 .b-teaser {
	margin-left: 2%;
	margin-right: 4%;
}

.enhanced .b-main__section--4col .column3 .b-teaser {
	margin-left: 4%;
	margin-right: 2%;
}

.enhanced .b-main__section--4col .column4 .b-teaser {
	margin-left: 6%;
}

.enhanced .b-article__boxes--3col .b-article__box,
.enhanced
  .b-article__boxes--3col .column {
	width: 33.3333333%;
	float: left;
}

.extern-iframe--jobcluster {
	min-height: 980px !important;
}

.extern-iframe--magazine {
	min-height: 600px !important;
}

html.enhanced[dir='rtl'] .b-dashboard .g-copyright {
	margin-left: 0;
	margin-right: 240px;
}

html.enhanced[dir='rtl'] .b-dashboard__item {
	float: right;
}

html.enhanced[dir='rtl'] .b-dashboard__overlay .b-dashboard__overlay__close {
	float: left;
}

html.enhanced[dir='rtl'] .b-dashboard__overlay__content__text {
	padding-left: 0;
	padding-right: 230px;
}

html.enhanced[dir='rtl'] .b-pinboard__date .b-date__month,
html.enhanced[dir='rtl']
    .b-pinboard__date .b-date__day {
	float: none;
}

html.enhanced[dir='rtl'] .b-teaser-board__article {
	float: right;
}

html.enhanced[dir='rtl'] .b-tile__item {
	text-align: center;
}

html.enhanced[dir='rtl'] .b-tile__item--has-icon .b-tile__item__icon {
	float: none;
	margin-left: 0;
}

html.enhanced[dir='rtl'] .b-accordion__image-wrap {
	float: right;
	padding-right: 0;
	padding-left: 20px;
}

html.enhanced[dir='rtl'] .b-tabs__image-wrap {
	float: right;
	padding-right: 0;
	padding-left: 20px;
}

html.enhanced[dir='rtl'] .b-tabs__column--first {
	float: right;
	padding-right: 0;
	padding-left: 20px;
	border: 0;
	border-left: 1px solid #d8d8d8;
}

html.enhanced[dir='rtl'] .b-tabs__column--last {
	float: right;
	padding-left: 0;
	padding-right: 20px;
}

html.enhanced[dir='rtl'] .b-article__boxes--3col .b-article__box,
html.enhanced[dir='rtl']
  .b-article__boxes--3col .column {
	float: right;
}

html[dir='rtl'] .b-content-textmedia__textpic--above .b-content-textmedia__images__list__item,
html[dir='rtl']
  .b-content-textmedia__textpic--below .b-content-textmedia__images__list__item {
	float: right;
}

html[dir='rtl'] .b-content-textmedia__textpic--above .b-content-textmedia__images__list__item:nth-child(1),
html[dir='rtl']
    .b-content-textmedia__textpic--below .b-content-textmedia__images__list__item:nth-child(1) {
	padding-right: 0;
	padding-left: 10px;
}

html[dir='rtl'] .b-content-textmedia__textpic--above .b-content-textmedia__images__list__item:nth-child(2),
html[dir='rtl']
    .b-content-textmedia__textpic--below .b-content-textmedia__images__list__item:nth-child(2) {
	padding-left: 0;
	padding-right: 10px;
}

h1,
.h1 {
	font-size: 28px;
	line-height: 1.2;
}

h2,
.h2 {
	font-size: 23px;
	line-height: 1.2;
}

h3,
.h3 {
	font-size: 18px;
	line-height: 1.25;
}

h4,
.h4 {
	font-size: 16px;
	line-height: 1.25;
}

.b-section__header {
	font-size: 14px;
	line-height: 1.4;
}

}

@media only screen and (min-width: 1025px) {

html {
	font-family: 'medium';
}

body {
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.5;
}

div#ppms_cm_popup_overlay p.ppms_cm_paragraph,
div#ppms_cm_popup_overlay a.ppms_cm_link {
	font-size: 15px !important;
	font-size: 0.9375rem !important;
	line-height: 1.5 !important;
}

div#ppms_cm_popup_overlay a.ppms_cm_link,
div#ppms_cm_popup_overlay a.ppms_cm_link:visited,
div#ppms_cm_popup_overlay a.ppms_cm_link:hover,
div#ppms_cm_popup_overlay a.ppms_cm_link:active,
div#ppms_cm_popup_overlay a.ppms_cm_link:focus,
div#ppms_cm_popup_overlay a.ppms_cm_open-popup,
div#ppms_cm_popup_overlay a.ppms_cm_open-popup:visited,
div#ppms_cm_popup_overlay a.ppms_cm_open-popup:hover,
div#ppms_cm_popup_overlay a.ppms_cm_open-popup:active,
div#ppms_cm_popup_overlay a.ppms_cm_open-popup:focus,
div#ppms_cm_popup_overlay button.ppms_cm_reject-all,
div#ppms_cm_popup_overlay button.ppms_cm-reject-all:visited,
div#ppms_cm_popup_overlay button.ppms_cm-reject-all:hover,
div#ppms_cm_popup_overlay button.ppms_cm-reject-all:active,
div#ppms_cm_popup_overlay button.ppms_cm-reject-all:focus {
	font-size: 15px !important;
	font-size: 0.9375rem !important;
	line-height: 1.5 !important;
}

div#ppms_cm_bar_overlay.ppms_cm_consent_bar p {
	font-size: 15px !important;
	font-size: 0.9375rem !important;
	line-height: 1.5 !important;
}

div#ppms_cm_bar_overlay.ppms_cm_consent_bar a.ppms_cm_open-popup_link,
div#ppms_cm_bar_overlay.ppms_cm_consent_bar a.ppms_cm_open-popup_link:visited,
div#ppms_cm_bar_overlay.ppms_cm_consent_bar a.ppms_cm_open-popup_link:hover,
div#ppms_cm_bar_overlay.ppms_cm_consent_bar a.ppms_cm_open-popup_link:active,
div#ppms_cm_bar_overlay.ppms_cm_consent_bar a.ppms_cm_open-popup_link:focus {
	font-size: 15px !important;
	font-size: 0.9375rem !important;
	line-height: 1.5 !important;
}

.enhanced .b-page-content--aside .b-content-item.c-white,
.enhanced .b-page-content--aside .b-content-item.c-blue,
.enhanced .b-page-content--aside .b-content-item.c-blue-light,
.enhanced .b-page-content--aside .b-content-item.c-grey-light,
.enhanced .b-page-content--aside .b-content-item.c-border {
	padding: 30px 20px;
	margin-left: -21px;
}

.enhanced .b-menu-main {
	width: 900px;
}

.enhanced .b-menu-main__list {
	text-align: left;
}

.enhanced .b-menu-main__list:after {
	background-color: rgba(255, 255, 255, 0.2);
	content: '';
	position: absolute;
	width: 1px;
	top: 7rem;
	bottom: 0;
}

.enhanced .b-menu-main__item--top {
	width: 100%;
}

.enhanced .b-menu-main__item--left,
.enhanced .b-menu-main__item--right {
	width: 50%;
}

.enhanced .b-menu-main__item--left {
	float: left;
}

.enhanced .b-menu-main__item--left .b-menu-main__list--lvl2 {
	padding-right: 4rem;
}

.enhanced .b-menu-main__item--right {
	float: right;
	position: relative;
	transform: translateY(-2.3em);
	-ms-transform: translateY(-2.3em);
}

.enhanced .b-menu-main__item--right .b-menu-main__list--lvl2 {
	padding-left: 4rem;
}

.enhanced .b-menu-main-trigger {
	border-radius: 50%;
	position: absolute;
}

.enhanced .b-menu-main-trigger__label,
.enhanced .b-menu-main-trigger .b-burger {
	transform: translateY(0);
	-ms-transform: translateY(0);
}

.enhanced .b-footer__menu ul > li {
	font-size: 16px;
	font-size: 1rem;
}

.enhanced .b-footer__icons .b-social-icons,
.enhanced
    .b-footer__icons .b-store-icons {
	display: inline-block;
}

.enhanced .b-footer__icons .b-service-icons li {
	margin-top: 0;
}

.enhanced .b-footer__icons .b-service-icons .icon--print {
	display: inline-block;
}

.enhanced .b-dashboard .g-copyright {
	margin-left: 320px;
}

.enhanced .b-page-content--main .b-dashboard .g-copyright {
	margin-left: 120px;
}

.enhanced .b-dashboard__overlay__content {
	padding: 20px;
}

.enhanced .b-page-content--main .b-dashboard__overlay__content {
	padding: 0;
}

.enhanced .b-dashboard__overlay__content__image-wrap {
	width: 270px;
	height: 100%;
}

.enhanced .b-page-content--main .b-dashboard__overlay__content__image-wrap {
	width: 100px;
	height: 100px;
}

.enhanced .b-dashboard__overlay__content__text {
	padding-top: 10px;
	padding-left: 300px;
}

.enhanced .b-page-content--main .b-dashboard__overlay__content__text {
	padding-left: 120px;
}

.enhanced .b-tile__item {
	min-height: 150px;
}

.enhanced .b-tile__item a {
	min-height: 150px;
}

.enhanced .b-tile__inner {
	padding: 20px;
}

.enhanced .b-page-content--main .b-section-slider__item__inner {
	height: 350px;
}

.enhanced .b-page-content--main .b-section-slider__caption h3 {
	font-size: 30px;
	font-size: 1.875rem;
}

.enhanced .b-page-content--main .b-section-video__item__inner {
	height: 350px;
}

.enhanced .b-page-content--main .b-section-video__caption h3 {
	font-size: 30px;
	font-size: 1.875rem;
}

.enhanced .b-simple-slider.slick-slider {
	margin-left: -20px;
	margin-right: -20px;
}

.enhanced .b-top-banner {
	top: 0;
}

.enhanced .b-top-banner ~ .b-header {
	margin-top: 0;
	padding-top: 92px;
}

.enhanced .b-banner-hint--content {
	text-align: center;
}

.b-gallery__item,
.b-gallery-teaser__item {
	width: 20%;
}

.column .b-gallery__item,
.column
      .b-gallery-teaser__item {
	width: 25%;
}

.enhanced .b-social-icons .icon,
.enhanced
        .b-store-icons .icon,
.enhanced
        .b-service-icons .icon {
	width: 25px;
	height: 25px;
}

.enhanced .b-teaser-board__article {
	width: calc(33.33% - 20px);
}

.enhanced .b-teaser-board__article .b-teaser-board__content {
	bottom: 0;
	height: 65px;
	position: absolute;
}

.enhanced .b-teaser-board__article .b-teaser-board__block {
	padding-bottom: 65px;
}

.enhanced .b-teaser-board__article:hover .b-teaser-board__content {
	height: 100%;
	transition: height 0.4s ease-in-out;
}

.enhanced .b-teaser-board__article:hover .b-teaser-board__text {
	opacity: 1;
}

.enhanced .b-teaser-board__text {
	opacity: 0;
	transition: all 0.2s ease-in-out;
}

.enhanced .b-stage__content {
	margin: 0 auto;
	max-width: 90%;
}

.b-stage__kicker {
	font-size: 18px;
	font-size: 1.125rem;
}

.b-stage__text {
	font-size: 18px;
	font-size: 1.125rem;
}

.b-stage__line {
	width: 18rem;
}

.b-stage__line:before,
.b-stage__line:after {
	top: .5rem;
	width: 7.5rem;
}

.b-stage__square {
	height: 1rem;
	width: 1rem;
}

.b-stage .btn-stage {
	font-size: 20px;
	font-size: 1.25rem;
}

.enhanced .b-main__section--2col .column {
	float: left;
	width: 50%;
}

.enhanced .b-main__section--2col .column1 .b-teaser {
	margin-right: 2%;
}

.enhanced .b-main__section--2col .column2 .b-teaser {
	margin-left: 2%;
}

.enhanced .b-page-content--main .b-main__section--3col .column .b-teaser__item__image-wrap {
	height: 320px;
}

.enhanced .b-main__section--4col .column .b-teaser__item__image-wrap {
	height: 320px;
}

.enhanced .b-article-content--main {
	padding-right: 30px;
	width: calc(100% - 320px);
	float: left;
}

.enhanced .b-article-content--aside {
	padding-left: 20px;
	width: 320px;
	float: right;
}

.b-article--event .b-article__headline {
	margin-bottom: 5px;
}

.enhanced .b-article-list__column {
	position: relative;
	width: 48%;
	float: left;
}

.enhanced .b-article-list__column--first .b-article-list__item {
	border-bottom: none;
}

.enhanced .b-article-list__column--last {
	float: right;
}

.enhanced .b-article-list__column--last:after {
	content: '';
	border-left: 1px solid #d8d8d8;
	display: block;
	position: absolute;
	top: 0;
	left: -4%;
	bottom: 0;
}

.enhanced .b-article-slider .slick-prev {
	left: 10%;
}

.enhanced .b-article-slider .slick-next {
	right: 10%;
}

.enhanced .b-article-teaser--3col {
	margin-left: -10px;
	margin-right: -10px;
}

.enhanced .b-article-teaser--3col .b-article-teaser--col {
	width: 33.3333333%;
	float: left;
}

.enhanced .b-article-teaser--3col .b-article-teaser__item {
	margin: 0 10px;
	margin-bottom: 20px;
}

.enhanced .b-article-teaser--2col {
	margin-left: -15px;
	margin-right: -15px;
}

.enhanced .b-article-teaser--2col .b-article-teaser__item {
	margin: 0 15px;
	margin-bottom: 30px;
}

.enhanced .b-calendar-list__column {
	position: relative;
	float: left;
}

.enhanced .b-calendar-list__column--first {
	width: 33%;
	margin-bottom: 0;
}

.enhanced .b-calendar-list__column--last {
	float: right;
	width: 65%;
}

.b-calendar-ajax .ui-datepicker {
	width: auto;
}

.enhanced .b-search-form__inner {
	display: table;
	table-layout: fixed;
}

.enhanced .b-search-form__col {
	display: table-cell;
	vertical-align: top;
}

.enhanced .b-search-form__col--first {
	width: 30%;
}

.enhanced .b-search-form__col--last {
	width: 70%;
	width: 900px;
}

.enhanced .cp_search-abc {
	display: block;
}

.enhanced .b-header {
	padding-bottom: 120px;
}

.enhanced .b-header .b-stage__inner {
	padding-top: 0;
}

.enhanced .b-header__row--2 .b-header__inner--2 {
	left: 50%;
	padding-top: 0;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.enhanced .b-header__row--3 {
	bottom: 0;
	top: auto;
	z-index: 1;
}

.enhanced .p-home .b-header {
	height: 100vh;
}

.enhanced .p-home .b-menu-main-trigger {
	bottom: auto;
	top: -40%;
}

.enhanced .p-home .b-header__inner--2 {
	top: 40%;
}

.enhanced .p-1col .b-header__inner--2,
.enhanced
  .p-2col .b-header__inner--2 {
	top: 60%;
}

.enhanced .p-1col .b-header__inner--3,
.enhanced
  .p-2col .b-header__inner--3 {
	position: fixed;
	top: 0;
	width: 100%;
}

.enhanced .p-home--v1 .b-counter,
.enhanced .p-home--v1 .b-stage__date {
	font-size: 50px;
	font-size: 3.125rem;
}

.enhanced .p-home--v1 .b-stage__headline {
	font-size: 60px;
	font-size: 3.75rem;
}

.enhanced .p-home--v2 .b-counter,
.enhanced .p-home--v2 .b-stage__date,
.enhanced .p-home--v2 .b-stage__headline {
	font-size: 50px;
	font-size: 3.125rem;
}

.enhanced .p-home--v3 .b-counter,
.enhanced .p-home--v3 .b-stage__date,
.enhanced .p-home--v3 .b-stage__headline {
	font-size: 50px;
	font-size: 3.125rem;
}

.enhanced .p-home--v4 .b-counter,
.enhanced .p-home--v4 .b-stage__date {
	font-size: 50px;
	font-size: 3.125rem;
}

.enhanced .p-home--v4 .b-stage__headline {
	font-size: 60px;
	font-size: 3.75rem;
}

.enhanced .p-home--v1 .b-stage__inner {
	background-color: #1d365e;
	bottom: 0;
	left: 50%;
	position: absolute;
	right: auto;
	top: 0;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	width: 900px;
}

.enhanced .p-home--v1 .b-stage__content {
	height: 100%;
}

.enhanced .p-home--v1 .b-stage__align {
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
}

.enhanced .p-home--v1 .b-stage__align .b-counter,
.enhanced .p-home--v1 .b-stage__align .b-savedate,
.enhanced .p-home--v1 .b-stage__align .b-stage__kicker,
.enhanced .p-home--v1 .b-stage__align .b-stage__date,
.enhanced .p-home--v1 .b-stage__align .b-stage__header,
.enhanced .p-home--v1 .b-stage__align .b-stage__text,
.enhanced .p-home--v1 .b-stage__align .b-stage__buttons {
	width: 100%;
}

.enhanced .p-home--v2 .b-stage__inner {
	background-color: #f2f3f4;
	bottom: 0;
	left: 0;
	padding: 0 !important;
	position: absolute;
	width: 100%;
}

.enhanced .p-home--v2 .b-stage__content {
	text-align: left;
}

.enhanced .p-home--v2 .b-stage .b-savedate {
	position: absolute;
	right: 5%;
	top: -5rem;
	z-index: 1;
}

.enhanced .p-home--v3 .b-stage__inner {
	background-color: transparent !important;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.enhanced .p-home--v3 .b-stage__inner:before {
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 45%;
	z-index: 0;
}

.enhanced .p-home--v3 .b-stage .b-stage__content {
	height: 100%;
	text-align: left;
	position: relative;
	z-index: 1;
}

.enhanced .p-home--v3 .b-stage__align {
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 100%;
	padding-right: 57%;
}

.enhanced .p-home--v3 .b-stage__align .b-counter,
.enhanced .p-home--v3 .b-stage__align .b-stage__kicker,
.enhanced .p-home--v3 .b-stage__align .b-stage__date,
.enhanced .p-home--v3 .b-stage__align .b-stage__header,
.enhanced .p-home--v3 .b-stage__align .b-stage__text,
.enhanced .p-home--v3 .b-stage__align .b-stage__buttons {
	width: 100%;
}

.enhanced .p-home--v3 .b-stage .b-savedate {
	position: absolute;
	right: 0;
	top: 4rem;
	z-index: 1;
}

.enhanced .p-home--v4 .b-stage__inner {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.enhanced .p-home--v4 .b-stage__content {
	height: 100%;
	text-align: left;
	position: relative;
}

.enhanced .p-home--v4 .b-stage__align {
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.enhanced .p-home--v4 .b-stage .b-savedate {
	margin-right: -10rem;
	text-align: right;
}

.enhanced .p-home--v4 .b-stage__kicker,
.enhanced .p-home--v4 .b-stage__date,
.enhanced .p-home--v4 .b-stage__header,
.enhanced .p-home--v4 .b-stage__text,
.enhanced .p-home--v4 .b-stage__buttons {
	max-width: 800px;
}

.enhanced .b-page-content--main {
	border-right: 1px solid #d8d8d8;
	padding-right: 29px;
	width: calc(100% - 320px);
	float: left;
}

.enhanced .b-page-content--aside {
	padding-left: 20px;
	width: 320px;
	float: right;
}

html.enhanced[dir='rtl'] .b-dashboard .g-copyright {
	margin-left: 0;
	margin-right: 320px;
}

html.enhanced[dir='rtl'] .b-page-content--main .b-dashboard .g-copyright {
	margin-left: 0;
	margin-right: 120px;
}

html.enhanced[dir='rtl'] .b-dashboard__overlay__content__text {
	padding-left: 0;
	padding-right: 300px;
}

html.enhanced[dir='rtl'] .b-page-content--main .b-dashboard__overlay__content__text {
	padding-left: 0;
	padding-right: 120px;
}

html.enhanced[dir='rtl'] .b-page-content--main {
	border-right: 0;
	border-left: 1px solid #d8d8d8;
	padding-right: 0;
	padding-left: 29px;
	width: calc(100% - 320px);
	float: right;
}

html.enhanced[dir='rtl'] .b-page-content--aside {
	padding-left: 0;
	padding-right: 20px;
	width: 320px;
	float: left;
}

html.enhanced[dir='rtl'] .b-page-content--aside .b-content-item.c-white,
html.enhanced[dir='rtl'] .b-page-content--aside .b-content-item.c-blue,
html.enhanced[dir='rtl'] .b-page-content--aside .b-content-item.c-blue-light,
html.enhanced[dir='rtl'] .b-page-content--aside .b-content-item.c-grey-light,
html.enhanced[dir='rtl'] .b-page-content--aside .b-content-item.c-border {
	padding: 30px 20px;
	margin-right: -21px;
}

html.enhanced[dir='rtl'] .b-article-content--main {
	padding-right: 0;
	padding-left: 30px;
	width: calc(100% - 320px);
	float: right;
}

html.enhanced[dir='rtl'] .b-article-content--aside {
	padding-left: 0;
	padding-right: 20px;
	width: 320px;
	float: left;
}

html.enhanced[dir='rtl'] .b-article-teaser--3col .b-article-teaser--col {
	float: right;
}

h1,
.h1 {
	font-size: 30px;
	line-height: 1.2;
}

h2,
.h2 {
	font-size: 25px;
	line-height: 1.2;
}

h3,
.h3 {
	font-size: 20px;
	line-height: 1.1;
}

h4,
.h4 {
	font-size: 18px;
	line-height: 1.3;
}

.b-section__header {
	font-size: 16px;
	line-height: 1.3;
}

.b-page-content--aside h2 {
	font-size: 20px;
}

.b-page-content--aside h3 {
	font-size: 18px;
}

.b-page-content--aside h4 {
	font-size: 16px;
}

.enhanced p.rte_quote {
	font-size: 18px;
	font-size: 1.125rem;
}

}

@media only screen and (min-width: 1200px) {

.enhanced .b-header__row--2 .b-menu-language {
	display: none;
}

.enhanced .b-header__menus .b-store-icons,
.enhanced .b-header__menus .b-social-icons,
.enhanced .b-header__menus .b-menu-language {
	display: inline-block;
}

}

@media only screen and (min-width: 1281px) {

html {
	font-family: 'large';
}

body {
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.5;
}

button.mfp-arrow-left {
	left: 12%;
}

button.mfp-arrow-right {
	right: 12%;
}

.mfp-image-holder .mfp-content {
	max-width: 830px;
}

div#ppms_cm_popup_overlay p.ppms_cm_paragraph,
div#ppms_cm_popup_overlay a.ppms_cm_link {
	font-size: 15px !important;
	font-size: 0.9375rem !important;
	line-height: 1.5 !important;
}

div#ppms_cm_popup_overlay a.ppms_cm_link,
div#ppms_cm_popup_overlay a.ppms_cm_link:visited,
div#ppms_cm_popup_overlay a.ppms_cm_link:hover,
div#ppms_cm_popup_overlay a.ppms_cm_link:active,
div#ppms_cm_popup_overlay a.ppms_cm_link:focus,
div#ppms_cm_popup_overlay a.ppms_cm_open-popup,
div#ppms_cm_popup_overlay a.ppms_cm_open-popup:visited,
div#ppms_cm_popup_overlay a.ppms_cm_open-popup:hover,
div#ppms_cm_popup_overlay a.ppms_cm_open-popup:active,
div#ppms_cm_popup_overlay a.ppms_cm_open-popup:focus,
div#ppms_cm_popup_overlay button.ppms_cm_reject-all,
div#ppms_cm_popup_overlay button.ppms_cm-reject-all:visited,
div#ppms_cm_popup_overlay button.ppms_cm-reject-all:hover,
div#ppms_cm_popup_overlay button.ppms_cm-reject-all:active,
div#ppms_cm_popup_overlay button.ppms_cm-reject-all:focus {
	font-size: 15px !important;
	font-size: 0.9375rem !important;
	line-height: 1.5 !important;
}

div#ppms_cm_bar_overlay.ppms_cm_consent_bar p {
	font-size: 15px !important;
	font-size: 0.9375rem !important;
	line-height: 1.5 !important;
}

div#ppms_cm_bar_overlay.ppms_cm_consent_bar a.ppms_cm_open-popup_link,
div#ppms_cm_bar_overlay.ppms_cm_consent_bar a.ppms_cm_open-popup_link:visited,
div#ppms_cm_bar_overlay.ppms_cm_consent_bar a.ppms_cm_open-popup_link:hover,
div#ppms_cm_bar_overlay.ppms_cm_consent_bar a.ppms_cm_open-popup_link:active,
div#ppms_cm_bar_overlay.ppms_cm_consent_bar a.ppms_cm_open-popup_link:focus {
	font-size: 15px !important;
	font-size: 0.9375rem !important;
	line-height: 1.5 !important;
}

.enhanced .b-menu-main {
	font-size: 28px;
	font-size: 1.75rem;
}

.enhanced .b-menu-main__headline {
	font-size: 68px;
	font-size: 4.25rem;
}

.enhanced .b-menu-main__trigger {
	height: 24px;
	width: 24px;
}

.enhanced .b-menu-main__trigger:before,
.enhanced .b-menu-main__trigger:after {
	width: 14px;
}

.enhanced .b-menu-main__list--lvl3 {
	display: none;
	font-size: 20px;
	font-size: 1.25rem;
}

.b-header__inner--2 .b-menu-meta {
	display: none;
}

.enhanced .b-dashboard .g-copyright {
	margin-left: 340px;
}

.enhanced .b-page-content--main .b-dashboard .g-copyright {
	margin-left: 230px;
}

.enhanced .b-page-content--main .b-dashboard__overlay__content {
	padding-left: 10px;
	padding-top: 10px;
}

.enhanced .b-page-content--main .b-dashboard__overlay__content__image-wrap {
	width: 200px;
	height: 200px;
}

.enhanced .b-dashboard__overlay__content__text {
	padding-top: 30px;
	padding-left: 320px;
}

.enhanced .b-page-content--main .b-dashboard__overlay__content__text {
	padding-left: 220px;
}

.enhanced .b-section-slider__caption h3 {
	font-size: 40px;
	font-size: 2.5rem;
}

.enhanced .g-container .b-section-slider .slick-prev {
	left: -60px;
	background-image: url("/typo3conf/ext/ahkms_sitepackage/Resources/Public/Frontend/_Default/icons/slider/icon_prev.svg");
}

.enhanced .b-page-content--main .g-container .b-section-slider .slick-prev {
	left: 10px !important;
	background-image: url("/typo3conf/ext/ahkms_sitepackage/Resources/Public/Frontend/_Default/icons/slider/icon_prev_white.svg") !important;
}

.enhanced .g-container .b-section-slider .slick-next {
	right: -60px;
	background-image: url("/typo3conf/ext/ahkms_sitepackage/Resources/Public/Frontend/_Default/icons/slider/icon_next.svg");
}

.enhanced .b-page-content--main .g-container .b-section-slider .slick-next {
	right: 10px;
	background-image: url("/typo3conf/ext/ahkms_sitepackage/Resources/Public/Frontend/_Default/icons/slider/icon_next_white.svg");
}

.enhanced .b-section-video__caption h3 {
	font-size: 40px;
	font-size: 2.5rem;
}

.enhanced .b-pinboard__headline {
	font-size: 18px;
	line-height: 1.25;
}

.enhanced .b-ticker.slick-vertical .b-ticker__item {
	height: 110px;
}

.enhanced .b-ticker__item h3 {
	font-size: 18px;
	line-height: 1.25;
}

.enhanced .b-teaser-board__article {
	height: 284px;
	overflow: hidden;
}

.enhanced .b-teaser-board__article:hover .b-teaser-board__content {
	background: #f2f3f4;
	height: 180px;
}

.enhanced .b-teaser-board--highlight .b-teaser-board__article--highlight {
	width: calc(66.66% - 20px);
	overflow: hidden;
	height: 588px;
}

.enhanced .b-teaser-board--highlight .b-teaser-board__article--highlight .b-teaser-board__image {
	height: 448px;
	overflow: hidden;
}

.enhanced .b-teaser-board--highlight .b-teaser-board__article--highlight .b-teaser-board__content {
	height: 180px;
	position: static;
}

.enhanced .b-teaser-board--highlight .b-teaser-board__article--highlight .b-teaser-board__block {
	padding-bottom: 0;
}

.enhanced .b-teaser-board--highlight .b-teaser-board__article--highlight .b-teaser-board__text {
	opacity: 1;
}

.enhanced .b-teaser-board--highlight .b-teaser-board__article--highlight:hover img {
	transform: scale(1.1);
}

.b-logos {
	max-width: 660px;
}

.enhanced .b-article-slider .slick-prev {
	left: -60px;
}

.enhanced .b-article-slider .slick-next {
	right: -60px;
}

.enhanced .b-article-slider__item {
	height: 340px;
	overflow: hidden;
}

.enhanced .b-article-slider__inner {
	max-width: none;
	margin: 0;
}

.enhanced .b-article-slider__content {
	display: table-cell;
	vertical-align: top;
	width: 590px;
}

.b-cookie-info .btn,
.b-cookie-info .rte_button,
.b-cookie-info .rte_button--colored {
	float: right;
	margin-top: -7px;
}

.b-cookie-info__inner {
	padding-top: 30px;
}

.b-cookie-info__msg {
	float: left;
	display: inline-block;
}

.enhanced .b-page-content--main .cp-list-search-form__item--first,
.enhanced .b-page-content--main .cp-list-search-form__item--last {
	float: left;
	width: calc(50% - 10px);
}

.enhanced .b-page-content--main .cp-list-search-form__item--last {
	float: right;
}

.enhanced .b-page-content--main .cp-list__item {
	width: 50%;
}

.enhanced .b-page-content--main .cp-list__item:nth-of-type(odd) {
	float: left;
	width: calc(50% - 10px);
}

.enhanced .b-page-content--main .cp-list__item:nth-of-type(even) {
	float: right;
	width: calc(50% - 10px);
}

.enhanced .b-page-content--main .cp-list__item-profile {
	margin-top: 0;
	margin-left: 10px;
}

.enhanced .b-page-content--main .cp-list__inner {
	display: table;
	table-layout: fixed;
}

.enhanced .b-page-content--main .cp-list__content {
	display: table-cell;
	vertical-align: top;
	width: 50%;
}

.enhanced .b-page-content--main .cp-list__item--2col.cp-list__item {
	width: 100%;
	float: none;
	padding-right: 0;
	margin-left: 0;
}

.enhanced .p-home--v1 .b-stage__headline {
	font-size: 80px;
	font-size: 5rem;
}

.enhanced .p-home--v2 .b-counter,
.enhanced .p-home--v2 .b-stage__date {
	font-size: 70px;
	font-size: 4.375rem;
}

.enhanced .p-home--v2 .b-stage__headline {
	font-size: 60px;
	font-size: 3.75rem;
}

.enhanced .p-home--v3 .b-counter,
.enhanced .p-home--v3 .b-stage__date {
	font-size: 60px;
	font-size: 3.75rem;
}

.enhanced .p-home--v3 .b-stage__headline {
	font-size: 70px;
	font-size: 4.375rem;
}

.enhanced .p-home--v4 .b-stage__headline {
	font-size: 80px;
	font-size: 5rem;
}

.enhanced .p-home--v2 .b-stage__kicker,
.enhanced .p-home--v2 .b-stage__date,
.enhanced .p-home--v2 .b-stage__header,
.enhanced .p-home--v2 .b-stage__text,
.enhanced .p-home--v2 .b-stage__buttons {
	max-width: 900px;
}

html.enhanced[dir='rtl'] .b-dashboard .g-copyright {
	margin-left: 0;
	margin-right: 340px;
}

html.enhanced[dir='rtl'] .b-page-content--main .b-dashboard .g-copyright {
	margin-left: 0;
	margin-right: 230px;
}

html.enhanced[dir='rtl'] .b-dashboard__overlay__content__text {
	padding-left: 0;
	padding-right: 320px;
}

html.enhanced[dir='rtl'] .b-page-content--main .b-dashboard__overlay__content__text {
	padding-left: 0;
	padding-right: 220px;
}

html.enhanced[dir='rtl'] .b-page-content--main .cp-list__item {
	width: 50%;
}

html.enhanced[dir='rtl'] .b-page-content--main .cp-list__item:nth-of-type(odd) {
	float: right;
	width: calc(50% - 10px);
}

html.enhanced[dir='rtl'] .b-page-content--main .cp-list__item:nth-of-type(even) {
	float: left;
	width: calc(50% - 10px);
}

html.enhanced[dir='rtl'] .b-page-content--main .cp-list__item-profile {
	margin-left: 0;
	margin-right: 10px;
}

html.enhanced[dir='rtl'] .b-page-content--main .cp-list__item--2col.cp-list__item {
	width: 100%;
	float: none;
	padding-right: 0;
	margin-left: 0;
}

h1,
.h1 {
	font-size: 30px;
	line-height: 1.2;
}

h2,
.h2 {
	font-size: 25px;
	line-height: 1.2;
}

.b-page-content--main h2,
.b-page-content--main .h2 {
	font-size: 25px;
	line-height: 1.2;
}

h3,
.h3 {
	font-size: 20px;
	line-height: 1.1;
}

.b-page-content--main h3,
.b-page-content--main .h3 {
	font-size: 20px;
	line-height: 1.1;
}

h4,
.h4 {
	font-size: 18px;
	line-height: 1.3;
}

.b-page-content--main h4,
.b-page-content--main .h4 {
	font-size: 18px;
	line-height: 1.3;
}

.b-section__header {
	font-size: 16px;
	line-height: 1.3;
}

}

@media only screen and (min-width: 1580px) {

.enhanced .b-menu-main-trigger {
	font-size: 14px;
	font-size: 0.875rem;
}

.enhanced .b-main__banner__item--skyscraper {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	margin-right: -180px;
}

.enhanced .b-main__banner__item__inner {
	background-color: transparent;
}

.enhanced .b-pinboard--5col {
	margin-left: -10px;
	margin-right: -10px;
}

.enhanced .b-pinboard--5col .b-pinboard__col {
	width: 20%;
}

.enhanced .b-pinboard--5col .b-pinboard__col--1,
.enhanced .b-pinboard--5col .b-pinboard__col--2,
.enhanced .b-pinboard--5col .b-pinboard__col--3,
.enhanced .b-pinboard--5col .b-pinboard__col--4,
.enhanced .b-pinboard--5col .b-pinboard__col--5 {
	margin-right: 0;
	padding-left: 10px;
	padding-right: 10px;
}

.enhanced .b-pinboard--5col .b-pinboard__col--3,
.enhanced .b-pinboard--5col .b-pinboard__col--4 {
	display: block;
}

.enhanced .b-header__menus .b-menu-meta {
	display: inline-block;
}

.enhanced .p-home--v1 .b-counter,
.enhanced .p-home--v1 .b-stage__date {
	font-size: 70px;
	font-size: 4.375rem;
}

.enhanced .p-home--v1 .b-stage__headline {
	font-size: 120px;
	font-size: 7.5rem;
}

.enhanced .p-home--v2 .b-counter,
.enhanced .p-home--v2 .b-stage__date {
	font-size: 105px;
	font-size: 6.5625rem;
}

.enhanced .p-home--v2 .b-stage__headline {
	font-size: 86px;
	font-size: 5.375rem;
}

.enhanced .p-home--v3 .b-counter,
.enhanced .p-home--v3 .b-stage__date {
	font-size: 79px;
	font-size: 4.9375rem;
}

.enhanced .p-home--v3 .b-stage__headline {
	font-size: 95px;
	font-size: 5.9375rem;
}

.enhanced .p-home--v2 .b-stage .b-counter,
.enhanced .p-home--v2 .b-stage__kicker,
.enhanced .p-home--v2 .b-stage__date,
.enhanced .p-home--v2 .b-stage__header,
.enhanced .p-home--v2 .b-stage__text,
.enhanced .p-home--v2 .b-stage__buttons {
	width: 50%;
}

.enhanced .p-home--v2 .b-stage__header {
	float: left;
	display: block;
}

.enhanced .p-home--v2 .b-stage .b-counter,
.enhanced .p-home--v2 .b-stage__date,
.enhanced .p-home--v2 .b-stage__text {
	float: right;
}

.enhanced .p-home--v2 .b-stage .b-counter {
	text-align: right;
}

}

@media only screen and (min-width: 1690px) {

.enhanced .b-main__banner__item--skyscraper {
	margin-right: -240px;
}

html.enhanced[dir='rtl'] .b-main__banner__item--landscape {
	right: auto;
	left: 0;
	margin-right: 0;
	margin-left: -240px;
}

}

@media only screen and (min-width: 1800px) {

button.mfp-arrow-left {
	left: 20%;
}

button.mfp-arrow-right {
	right: 20%;
}

}

@media only screen and (min-width: 1880px) {

.enhanced .p-home--v4 .b-counter,
.enhanced .p-home--v4 .b-stage__date {
	font-size: 94px;
	font-size: 5.875rem;
}

.enhanced .p-home--v4 .b-stage__headline {
	font-size: 118px;
	font-size: 7.375rem;
}

.enhanced .p-home--v4 .b-stage__align {
	margin-top: 5rem;
	padding-right: 16%;
}

.enhanced .p-home--v4 .b-stage__align > .b-savedate {
	margin-top: -5rem;
}

.enhanced .p-home--v4 .b-stage .b-savedate {
	margin-right: -20%;
}

.enhanced .p-home--v4 .b-stage__kicker,
.enhanced .p-home--v4 .b-stage__header,
.enhanced .p-home--v4 .b-stage__buttons {
	padding-right: 70px;
	width: 760px;
}

.enhanced .p-home--v4 .b-stage__header {
	float: left;
}

.enhanced .p-home--v4 .b-stage .b-counter ~ .b-stage__header,
.enhanced .p-home--v4 .b-stage .b-counter ~ .b-stage__buttons {
	transform: translateY(-167px);
	-ms-transform: translateY(-167px);
}

.enhanced .p-home--v4 .b-stage__date ~ .b-stage__header,
.enhanced .p-home--v4 .b-stage__date ~ .b-stage__buttons {
	transform: translateY(-100px);
	-ms-transform: translateY(-100px);
}

.enhanced .p-home--v4 .b-stage .b-counter,
.enhanced .p-home--v4 .b-stage__date {
	margin-bottom: 0;
	transform: translateX(820px);
	-ms-transform: translateX(820px);
}

.enhanced .p-home--v4 .b-stage__text {
	margin-top: 2rem;
	max-width: 100%;
	padding-left: 820px;
}

.enhanced .p-home--v4 .b-stage .b-counter ~ .b-stage__header,
.enhanced .p-home--v4 .b-stage__date ~ .b-stage__header {
	position: relative;
}

.enhanced .p-home--v4 .b-stage .b-counter ~ .b-stage__header:after,
.enhanced .p-home--v4 .b-stage__date ~ .b-stage__header:after {
	background-color: #ffffff;
	content: '';
	height: 120%;
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
}

}

@media only screen and (max-width: 1579px) {

.enhanced .b-banner-parallax {
	height: 200px;
	overflow: hidden;
	position: relative;
}

.enhanced .b-banner-parallax__inner {
	top: 0;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
}

.enhanced .b-banner-parallax__inner img {
	display: block;
}

}

@media only screen and (max-width: 1280px) {

.g-hide--large {
	display: none;
}

}

@media only screen and (max-width: 1025px) {

.js-menu-main-open .b-menu-main-trigger {
	border-radius: 50%;
	transform: translate(-50%, -2.7em);
}

.js-menu-main-open .b-menu-main-trigger__label,
.js-menu-main-open .b-menu-main-trigger .b-burger {
	transform: translateY(0);
	-ms-transform: translateY(0);
}

}

@media only screen and (max-width: 1024px) {

.g-hide--medium {
	display: none;
}

.p-home--v3 .theme-1 .b-menu-main-trigger {
	background-color: #ffffff;
	color: #00a6e3;
}

.p-home--v3 .theme-2 .b-menu-main-trigger {
	background-color: #ffffff;
	color: #28ad84;
}

.p-home--v3 .theme-3 .b-menu-main-trigger {
	background-color: #ffffff;
	color: #c34343;
}

.p-home--v3 .theme-4 .b-menu-main-trigger {
	background-color: #000000;
	color: #ffde5b;
}

.p-home--v3 .theme-1 .b-burger__line {
	background-color: #00a6e3;
}

.p-home--v3 .theme-2 .b-burger__line {
	background-color: #28ad84;
}

.p-home--v3 .theme-3 .b-burger__line {
	background-color: #c34343;
}

.p-home--v3 .theme-4 .b-burger__line {
	background-color: #ffde5b;
}

}

@media all and (max-width: 900px) {

.mfp-container {
	padding-left: 6px;
	padding-right: 6px;
}

}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {

/**
               * Remove all paddings around the image on small screen
               */

.mfp-img-mobile .mfp-image-holder {
	padding-left: 0;
	padding-right: 0;
}

.mfp-img-mobile img.mfp-img {
	padding: 0;
}

.mfp-img-mobile .mfp-figure:after {
	top: 0;
	bottom: 0;
}

.mfp-img-mobile .mfp-figure small {
	display: inline;
	margin-left: 5px;
}

.mfp-img-mobile .mfp-bottom-bar {
	background: rgba(0, 0, 0, 0.6);
	bottom: 0;
	margin: 0;
	top: auto;
	padding: 3px 5px;
	position: fixed;
	box-sizing: border-box;
}

.mfp-img-mobile .mfp-bottom-bar:empty {
	padding: 0;
}

.mfp-img-mobile .mfp-counter {
	right: 5px;
	top: 3px;
}

.mfp-img-mobile .mfp-close {
	top: 0;
	right: 0;
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	text-align: center;
	padding: 0;
}

}

@media only screen and (max-width: 768px) {

.g-hide--medium-small {
	display: none;
}

}

@media only screen and (max-width: 569px) {

.g-hide--small {
	display: none;
}

}

@media print {

body {
	color: #000000 !important;
	background: #ffffff !important;
	font-family: Arial, sans-serif !important;
	font-size: 12pt !important;
}

/**
     * global text elements
     */

h1 {
	font-size: 18pt !important;
}

h2 {
	font-size: 16pt !important;
}

h3 {
	font-size: 14pt !important;
}

h4,
h5 {
	font-size: 12pt !important;
}

p,
dt,
dd,
a {
	font-size: 12pt !important;
}

ul,
ol,
dl,
blockquote,
p,
address,
table,
fieldset,
figure,
pre {
	margin-bottom: 14px !important;
}

figcaption,
time,
.g-category,
.g-copyright {
	font-size: 10pt !important;
}

.b-section__header {
	text-align: left !important;
	line-height: 1.2 !important;
	margin: .5em 0 !important;
}

.g-copyright {
	position: static !important;
	padding-left: 0 !important;
}

h1,
h2,
h3,
h4,
span,
a,
p,
dt,
dd,
th,
td,
figcaption,
label,
.label,
.g-category,
.g-copyright {
	color: #000000 !important;
	font-weight: normal !important;
}

.btn,
.rte_button,
.rte_button--colored,
button {
	display: none !important;
}

.g-category--space {
	margin-bottom: 0 !important;
}

.g-framed img {
	border: none !important;
}

.rte_quote,
.rte_align-center {
	text-align: left !important;
}

.rte_quote:after,
.rte_align-center:after {
	display: none !important;
}

/**
     * form styling
     */

fieldset {
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

input,
select,
textarea,
.custom-file-upload {
	background: transparent !important;
	border: 1px solid #000000 !important;
	color: #000000 !important;
	padding: 5px !important;
}

select {
	height: 32px !important;
}

.b-radio-group__item,
.b-check-group__item {
	margin-bottom: 0.1em !important;
}

/**
     * table styling
     */

th,
td {
	padding: 5px !important;
	background-color: transparent !important;
}

tr {
	background-color: transparent !important;
}

/**
     * definition / description styling
     */

.b-description-list {
	border-bottom: none !important;
	padding-bottom: 0 !important;
}

/**
     * link icons
     */

.icon-download,
.icon-save-date,
.icon-fax,
.icon-phone,
.icon-mail {
	line-height: inherit !important;
	padding: 0 !important;
}

.icon-download:before,
.icon-save-date:before,
.icon-fax:before,
.icon-phone:before,
.icon-mail:before {
	display: none !important;
}

/**
     * media elements
     */

video,
iframe {
	display: none !important;
}

figcaption,
img {
	max-width: 400px !important;
}

/**
     * reset styles
     */

main {
	padding-top: 0 !important;
	width: 600px !important;
}

.g-container {
	width: 100% !important;
	margin: 0 !important;
}

.js-match-height .b-content-item {
	height: auto !important;
}

.c-blue,
.c-blue-light,
.c-grey-light {
	background-color: transparent !important;
}

.c-border {
	border: none !important;
}

/**
     * element and container spacing
     */

.b-content-item,
.b-main__section {
	padding: 0 !important;
	margin: 0 !important;
}

.b-content-item {
	margin-bottom: 1.2em !important;
}

.p-home .b-main__section,
.p-home .b-content-item {
	padding: 0 !important;
	margin: 0 !important;
}

.b-main__section-wrap,
.b-main__section-wrap--last {
	margin: 0 !important;
}

.b-main__section--border-bottom,
.b-main__section--border-top {
	border: none !important;
}

/**
     * hidden modules
     */

.mfp-wrap,
.b-counter,
.b-hero-button,
.b-footer,
.b-main__banner,
.b-menu-main,
.b-menu-main-trigger,
.b-menu-sub,
.b-savedate,
.b-social-share-wrap,
.b-stage__buttons,
.b-stage__date,
.b-stage__line,
.b-top-banner,
.b-simple-slider,
.b-ticker-wrap:after,
.b-ticker {
	display: none !important;
}

/**
     * modified header / footer
     */

.b-header {
	margin-top: 0 !important;
	width: 600px !important;
}

.b-header__container {
	margin: 0 !important;
}

.b-header__inner--3 {
	box-shadow: none !important;
}

.logo--enhanced {
	display: block !important;
}

.b-pagetitle {
	padding: 0 !important;
	margin-bottom: 0 !important;
	max-width: 100% !important;
}

.b-pagetitle h1,
.b-pagetitle span,
.b-stage__headline,
.b-stage__text {
	text-align: left !important;
	margin-bottom: 5px !important;
}

.b-header__row--2,
.logo--core,
.logo--mobile {
	display: none !important;
}

.b-stage,
.b-stage__inner {
	background-color: transparent !important;
}

.b-stage__image {
	background-image: none !important;
}

.b-stage__content {
	margin-bottom: 20px !important;
	padding: 0 !important;
	text-align: left !important;
}

.b-stage__header {
	margin-bottom: 0 !important;
}

.b-stage__headline {
	font-family: Arial, sans-serif !important;
}

.b-stage__kicker,
.b-stage__date {
	color: #000000 !important;
	font-weight: normal !important;
}

.b-main__section--prefooter {
	padding: 0 !important;
	margin: 0 !important;
}

/**
     * modified modules / extensions (alphabetical order)
     */

.b-accordion {
	padding: 0 !important;
	border: none !important;
	background-color: transparent !important;
}

.b-accordion--color {
	background-color: transparent !important;
}

.b-accordion__item {
	padding: 0 !important;
}

.b-accordion__item:hover,
.b-accordion__item:focus {
	background-color: transparent !important;
}

.b-accordion__item:after {
	display: none !important;
}

.b-accordion__item__header {
	padding: 0 !important;
}

.b-accordion__item__header:before {
	display: none !important;
}

.b-accordion__item__header h3 {
	padding: 0 !important;
	margin-bottom: 0.4em !important;
}

.b-accordion__item__content {
	display: block !important;
}

.b-tabs__menu {
	display: none !important;
}

.b-tabs__content {
	background-color: transparent !important;
	border: none !important;
	display: block !important;
	padding: 0 !important;
}

.c-grey-light--space {
	padding: 0 !important;
}

.b-article__content--first {
	display: none !important;
}

.b-article--multi-day .b-article__inner {
	display: block !important;
}

.b-article__category,
.b-article__subtitle {
	font-size: 12pt !important;
}

.b-article__boxes {
	margin: 0 !important;
}

.b-article__logo img,
.b-article__box img {
	max-width: 250px !important;
}

.b-article__service {
	display: none !important;
}

.b-google-map {
	display: none !important;
}

.b-article-slider .slick-dots {
	display: none !important;
}

.b-article-slider .slick-track {
	position: static !important;
	display: block !important;
	left: 0 !important;
	width: auto !important;
}

.b-article-slider .slick-cloned {
	display: none !important;
}

.b-article-slider__inner {
	display: block !important;
	margin: 0 !important;
}

.b-article-slider__content--first {
	display: none !important;
}

.b-article-slider__content--first img {
	margin: 0 !important;
}

.b-article-slider__content--last {
	padding: 0 !important;
}

.b-date--on-img {
	display: none !important;
}

.b-article-slider__top {
	border-bottom: none !important;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

.b-pagination__list {
	display: none !important;
}

.b-article-teaser__item {
	max-width: none !important;
	margin-bottom: 0 !important;
}

.b-article-teaser__content--first {
	display: none !important;
}

.b-article-teaser__content--last {
	padding: 0 !important;
}

.b-search-form {
	margin-bottom: 1.2em !important;
}

.b-search-form.b-collapse {
	border: none !important;
}

.b-search-form .b-collapse__trigger,
.b-search-form .b-calendar-ajax {
	display: none !important;
}

.b-search-form .b-collapse__content {
	display: block !important;
	padding: 0 !important;
}

.b-search-form .b-search-form__col--last {
	padding: 0 !important;
}

.b-calendar-list__column--first {
	display: none !important;
}

.b-calendar-list__column--last {
	width: 100% !important;
}

.b-article-registration {
	padding: 0 !important;
}

.b-article-registration .border-bottom {
	border-bottom: none !important;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

.b-article-list__item {
	border-bottom: none !important;
	margin-bottom: 10px !important;
	padding-bottom: 0 !important;
}

.b-article-list__content--first {
	display: none !important;
}

.b-cookie-info {
	display: none !important;
}

.cp-list-search-form {
	display: none !important;
}

.cp-list__department {
	border-bottom: none !important;
}

.cp-list__item {
	margin-bottom: 1.2em !important;
}

.cp-list__item .icon:before {
	display: none !important;
}

.cp-list__item-info,
.cp-list__item-profile {
	margin-top: 0 !important;
}

.cp-list__item-contact a {
	display: none !important;
}

.cp-list__item-image {
	float: left !important;
	margin-right: 10px !important;
}

.cp-list__item-content {
	float: left;
}

.cp-list__item-profile p {
	margin-bottom: 0 !important;
}

.b-content-textmedia__image a {
	text-decoration: none;
}

.b-content-textmedia--image {
	background-color: transparent !important;
	margin-bottom: 1.2em !important;
}

.b-content-textmedia--image header {
	position: static !important;
}

.b-content-textmedia--image a {
	text-decoration: none;
}

.b-content-textmedia__overlay {
	display: none !important;
}

.b-content-textmedia--video {
	background-color: transparent !important;
}

.b-content-textmedia--video header {
	position: static !important;
}

.b-content-textmedia--video .g-copyright {
	display: none !important;
}

.b-content-textmedia__image__inner {
	padding-bottom: 0 !important;
}

.b-dashboard__item {
	margin-bottom: 0 !important;
	background-image: none !important;
}

.b-gallery .slick-track,
.b-gallery-teaser .slick-track {
	position: static;
}

.b-gallery__item,
.b-gallery-teaser__item {
	display: block !important;
	width: 100% !important;
	margin: 5px 0 !important;
}

.b-gallery__item.slick-cloned,
.b-gallery-teaser__item.slick-cloned {
	display: none !important;
}

.b-gallery__item img,
.b-gallery-teaser__item img {
	max-width: 100% !important;
}

.b-gallery__item .g-copyright,
.b-gallery-teaser__item .g-copyright {
	display: block !important;
	margin-bottom: 0 !important;
	margin-top: 0 !important;
	padding-top: 3px !important;
	overflow: visible !important;
	white-space: normal !important;
}

.b-gallery__link,
.b-gallery-teaser__link {
	max-width: 380px !important;
}

.b-linklist {
	list-style: disc !important;
	overflow: initial !important;
}

.b-linklist__item {
	border: none !important;
	padding: 0 0 5px 0 !important;
	margin-left: 20px !important;
}

.b-linklist__item a {
	padding-left: 0 !important;
}

.b-linklist__item a:before {
	display: none !important;
}

.mfp-bg {
	background-color: transparent !important;
}

.b-logo-wall {
	display: none !important;
}

.b-section-slider .g-copyright {
	display: none !important;
}

.b-section-slider__item__inner {
	height: auto !important;
}

.b-section-slider__image {
	display: none !important;
}

.b-section-slider__overlay {
	display: none !important;
}

.b-section-slider__caption {
	padding: 0 !important;
	position: static !important;
	transform: translateY(0) !important;
	text-align: left !important;
}

.b-section-video__media,
.b-section-video__overlay {
	display: none !important;
}

.b-section-video__caption {
	padding: 0 !important;
	position: static !important;
	transform: translateY(0) !important;
	text-align: left !important;
}

.b-section-video__item__inner {
	height: auto !important;
}

.b-teaser__item__image-wrap {
	display: none !important;
}

.b-teaser__item__content {
	text-align: left !important;
}

.b-teaser__item__content {
	padding: 0 !important;
}

.column .b-content-item.b-teaser {
	margin-bottom: 0 !important;
}

.b-teaser-board,
.b-teaser-board__article {
	margin: 0 !important;
	margin-bottom: 10px !important;
}

.b-teaser-board__image {
	float: left;
	padding-right: 10px;
	width: 40%;
}

.b-teaser-board__content {
	padding: 0 !important;
}

.b-teaser-board__text {
	padding-left: 0 !important;
}

.b-teaser-board__headline h3 {
	white-space: normal !important;
}

.b-teaser-board__headline h3:before {
	display: none !important;
}

.b-tile__item {
	background-color: transparent !important;
	margin-bottom: 0 !important;
	min-height: 0 !important;
}

.b-tile__item h3 {
	line-height: 1.25 !important;
	margin-bottom: 0.4em !important;
}

.b-tile__inner {
	padding: 0 !important;
}

.b-tile__item__icon {
	display: none !important;
}

.b-tile-media__item__image-wrap {
	background-color: transparent !important;
	padding: 0 !important;
}

.b-tile-media__item {
	margin-bottom: 0 !important;
}

.b-tile-media__item h3 {
	line-height: 1.25 !important;
	margin-bottom: 0.4em !important;
}

.b-pinboard-wrap:after,
.b-pinboard__item {
	background-color: transparent !important;
	border: none !important;
	margin-bottom: 0 !important;
	padding: 0 !important;
}

.b-pinboard__icon,
.b-pinboard__image,
.b-pinboard__date {
	display: none !important;
}

.b-pinboard__header {
	padding-left: 0 !important;
}

}

