/*! 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 {
  -moz-box-sizing: content-box;
  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"] {
  -moz-box-sizing: border-box;
  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;
  min-width: 0;
}

/**
 * 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
 */
/**
 * Max width hero modules
 */
/**
 * Base font sizes (font size)
 */
/**
 * Line heights
 */
/**
 * 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.
 */
/**
 * 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)
 * --------------------------------------------------------------------------
 */
/**
 * Accessibility settings
 * --------------------------------------------------------------------------
 */
/**
 * Grid settings
 * --------------------------------------------------------------------------
 */
/**
 * Vertical rhythm (kinda of)
 * --------------------------------------------------------------------------
 */
/**
 * 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;"
 * --------------------------------------------------------------------------
 */
/**
 * Text Overflow / Truncate
 * usage: "@include text-truncate-lines($lines);"
 * --------------------------------------------------------------------------
 */
/**
 * 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;"
 * --------------------------------------------------------------------------
 */
/**
  * Set focus outline
  */
/**
 * Paddings for vertical rhytmus
 * usage: "@include padding(small) {...}"
 *
 * NOTICE: this function sets always a one step smaller value due to change
 * breakpoint step; see another function "v-rhythm" to set vertical rhythm
 * of sections
 * --------------------------------------------------------------------------
 */
/**
 * Timeline items size helper classes
 * --------------------------------------------------------------------------
 */
/**
 * Vertical rhythm for sections - margins & paddings
 * Usage (type parameter):
 * -> m - margins top & bottom (default, most use cases)
 * -> m-t - margin top only
 * -> m-b - margin bottom only
 * -> p - paddings top & bottom
 * -> p-t - padding top only
 * -> p-b - padding bottom only
 * --------------------------------------------------------------------------
 */
/* ==========================================================================
   Reset Button Styles
   ========================================================================== */
/**
 * 'p-aspect-ratio' mixin
 *
 * @param {Number} $width - width of container (e.g. 100px)
 * @param {Number} $height - height of container (e.g. 60px)
 */
/**
 * AHK Flags
 * --------------------------------------------------------------------------
 */
.enhanced .AE .flag, .enhanced
[data-value='AE'] .flag {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/images/flag/AE.jpg");
}

.enhanced .AO .flag, .enhanced
[data-value='AO'] .flag {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/images/flag/AO.jpg");
}

.enhanced .AR .flag, .enhanced
[data-value='AR'] .flag {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/images/flag/AR.jpg");
}

.enhanced .AT .flag, .enhanced
[data-value='AT'] .flag {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/images/flag/AT.jpg");
}

.enhanced .AU .flag, .enhanced
[data-value='AU'] .flag {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/images/flag/AU.jpg");
}

.enhanced .AZ .flag, .enhanced
[data-value='AZ'] .flag {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/images/flag/AZ.jpg");
}

.enhanced .BA .flag, .enhanced
[data-value='BA'] .flag {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/images/flag/BA.jpg");
}

.enhanced .BAL .flag, .enhanced
[data-value='BAL'] .flag {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/images/flag/BAL.jpg");
}

.enhanced .BE .flag, .enhanced
[data-value='BE'] .flag {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/images/flag/BE.jpg");
}

.enhanced .BG .flag, .enhanced
[data-value='BG'] .flag {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/images/flag/BG.jpg");
}

.enhanced .BO .flag, .enhanced
[data-value='BO'] .flag {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/images/flag/BO.jpg");
}

.enhanced .BR .flag, .enhanced
[data-value='BR'] .flag {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/images/flag/BR.jpg");
}

.enhanced .BY .flag, .enhanced
[data-value='BY'] .flag {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/images/flag/BY.jpg");
}

.enhanced .CA .flag, .enhanced
[data-value='CA'] .flag {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/images/flag/CA.jpg");
}

.enhanced .CH .flag, .enhanced
[data-value='CH'] .flag {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/images/flag/CH.jpg");
}

.enhanced .CL .flag, .enhanced
[data-value='CL'] .flag {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/images/flag/CL.jpg");
}

.enhanced .CO .flag, .enhanced
[data-value='CO'] .flag {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/images/flag/CO.jpg");
}

.enhanced .CR .flag, .enhanced
[data-value='CR'] .flag {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/images/flag/CR.jpg");
}

.enhanced .CS .flag, .enhanced
[data-value='CS'] .flag {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/images/flag/CS.jpg");
}

.enhanced .DE .flag, .enhanced
[data-value='DE'] .flag {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/images/flag/DE.jpg");
}

.enhanced .DA .flag, .enhanced
[data-value='DA'] .flag {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/images/flag/DA.jpg");
}

.enhanced .DO .flag, .enhanced
[data-value='DO'] .flag {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/images/flag/DO.jpg");
}

.enhanced .DZ .flag, .enhanced
[data-value='DZ'] .flag {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/images/flag/DZ.jpg");
}

.enhanced .EC .flag, .enhanced
[data-value='EC'] .flag {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/images/flag/EC.jpg");
}

.enhanced .ET .flag, .enhanced
[data-value='ET'] .flag {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/images/flag/ET.jpg");
}

.enhanced .EG .flag, .enhanced
[data-value='EG'] .flag {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/images/flag/EG.jpg");
}

.enhanced .GB .flag, .enhanced
[data-value='GB'] .flag {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/images/flag/GB.jpg");
}

.enhanced .ES .flag, .enhanced
[data-value='ES'] .flag {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/images/flag/ES.jpg");
}

.enhanced .FI .flag, .enhanced
[data-value='FI'] .flag {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/images/flag/FI.jpg");
}

.enhanced .FR .flag, .enhanced
[data-value='FR'] .flag {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/images/flag/FR.jpg");
}

.enhanced .EN .flag, .enhanced
[data-value='EN'] .flag {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/images/flag/EN.jpg");
}

.enhanced .GH .flag, .enhanced
[data-value='GH'] .flag {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/images/flag/GH.jpg");
}

.enhanced .GR .flag, .enhanced
[data-value='GR'] .flag {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/images/flag/GR.jpg");
}

.enhanced .GT .flag, .enhanced
[data-value='GT'] .flag {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/images/flag/GT.jpg");
}

.enhanced .HK .flag, .enhanced
[data-value='HK'] .flag {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/images/flag/HK.jpg");
}

.enhanced .HN .flag, .enhanced
[data-value='HN'] .flag {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/images/flag/HN.jpg");
}

.enhanced .HR .flag, .enhanced
[data-value='HR'] .flag {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/images/flag/HR.jpg");
}

.enhanced .HU .flag, .enhanced
[data-value='HU'] .flag {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/images/flag/HU.jpg");
}

.enhanced .HY .flag, .enhanced
[data-value='HY'] .flag {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/images/flag/HY.jpg");
}

.enhanced .ID .flag, .enhanced
[data-value='ID'] .flag {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/images/flag/ID.jpg");
}

.enhanced .IE .flag, .enhanced
[data-value='IE'] .flag {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/images/flag/IE.jpg");
}

.enhanced .IL .flag, .enhanced
[data-value='IL'] .flag {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/images/flag/IL.jpg");
}

.enhanced .IN .flag, .enhanced
[data-value='IN'] .flag {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/images/flag/IN.jpg");
}

.enhanced .IQ .flag, .enhanced
[data-value='IQ'] .flag {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/images/flag/IQ.jpg");
}

.enhanced .IR .flag, .enhanced
[data-value='IR'] .flag {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/images/flag/IR.jpg");
}

.enhanced .IS .flag, .enhanced
[data-value='IS'] .flag {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/images/flag/IS.jpg");
}

.enhanced .IT .flag, .enhanced
[data-value='IT'] .flag {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/images/flag/IT.jpg");
}

.enhanced .JP .flag, .enhanced
[data-value='JP'] .flag {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/images/flag/JP.jpg");
}

.enhanced .KE .flag, .enhanced
[data-value='KE'] .flag {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/images/flag/KE.jpg");
}

.enhanced .KA .flag, .enhanced
[data-value='KA'] .flag {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/images/flag/KA.jpg");
}

.enhanced .KO .flag, .enhanced
[data-value='KO'] .flag {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/images/flag/KO.jpg");
}

.enhanced .KZ .flag, .enhanced
[data-value='KZ'] .flag {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/images/flag/KZ.jpg");
}

.enhanced .LKA .flag, .enhanced
[data-value='LKA'] .flag {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/images/flag/LKA.jpg");
}

.enhanced .LT .flag, .enhanced
[data-value='LT'] .flag {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/images/flag/LT.jpg");
}

.enhanced .LU .flag, .enhanced
[data-value='LU'] .flag {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/images/flag/LU.jpg");
}

.enhanced .LV .flag, .enhanced
[data-value='LV'] .flag {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/images/flag/LV.jpg");
}

.enhanced .MA .flag, .enhanced
[data-value='MA'] .flag {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/images/flag/MA.jpg");
}

.enhanced .ME .flag, .enhanced
[data-value='ME'] .flag {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/images/flag/ME.jpg");
}

.enhanced .MK .flag, .enhanced
[data-value='MK'] .flag {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/images/flag/MK.jpg");
}

.enhanced .MM .flag, .enhanced
[data-value='MM'] .flag {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/images/flag/MM.jpg");
}

.enhanced .MX .flag, .enhanced
[data-value='MX'] .flag {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/images/flag/MX.jpg");
}

.enhanced .MY .flag, .enhanced
[data-value='MY'] .flag {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/images/flag/MY.jpg");
}

.enhanced .MYA .flag, .enhanced
[data-value='MYA'] .flag {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/images/flag/MYA.jpg");
}

.enhanced .MZ .flag, .enhanced
[data-value='MZ'] .flag {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/images/flag/MZ.jpg");
}

.enhanced .NG .flag, .enhanced
[data-value='NG'] .flag {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/images/flag/NG.jpg");
}

.enhanced .NI .flag, .enhanced
[data-value='NI'] .flag {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/images/flag/NI.jpg");
}

.enhanced .NL .flag, .enhanced
[data-value='NL'] .flag {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/images/flag/NL.jpg");
}

.enhanced .NO .flag, .enhanced
[data-value='NO'] .flag {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/images/flag/NO.jpg");
}

.enhanced .NZ .flag, .enhanced
[data-value='NZ'] .flag {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/images/flag/NZ.jpg");
}

.enhanced .OM .flag, .enhanced
[data-value='OM'] .flag {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/images/flag/OM.jpg");
}

.enhanced .PA .flag, .enhanced
[data-value='PA'] .flag {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/images/flag/PA.jpg");
}

.enhanced .PE .flag, .enhanced
[data-value='PE'] .flag {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/images/flag/PE.jpg");
}

.enhanced .PH .flag, .enhanced
[data-value='PH'] .flag {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/images/flag/PH.jpg");
}

.enhanced .PL .flag, .enhanced
[data-value='PL'] .flag {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/images/flag/PL.jpg");
}

.enhanced .PT .flag, .enhanced
[data-value='PT'] .flag {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/images/flag/PT.jpg");
}

.enhanced .PY .flag, .enhanced
[data-value='PY'] .flag {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/images/flag/PY.jpg");
}

.enhanced .QA .flag, .enhanced
[data-value='QA'] .flag {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/images/flag/QA.jpg");
}

.enhanced .RO .flag, .enhanced
[data-value='RO'] .flag {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/images/flag/RO.jpg");
}

.enhanced .RS .flag, .enhanced
[data-value='RS'] .flag {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/images/flag/RS.jpg");
}

.enhanced .RU .flag, .enhanced
[data-value='RU'] .flag {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/images/flag/RU.jpg");
}

.enhanced .SA .flag, .enhanced
[data-value='SA'] .flag {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/images/flag/SA.jpg");
}

.enhanced .SE .flag, .enhanced
[data-value='SE'] .flag {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/images/flag/SE.jpg");
}

.enhanced .SG .flag, .enhanced
[data-value='SG'] .flag {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/images/flag/SG.jpg");
}

.enhanced .SL .flag, .enhanced
[data-value='SL'] .flag {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/images/flag/SL.jpg");
}

.enhanced .SK .flag, .enhanced
[data-value='SK'] .flag {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/images/flag/SK.jpg");
}

.enhanced .SV .flag, .enhanced
[data-value='SV'] .flag {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/images/flag/SV.jpg");
}

.enhanced .TH .flag, .enhanced
[data-value='TH'] .flag {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/images/flag/TH.jpg");
}

.enhanced .TM .flag, .enhanced
[data-value='TM'] .flag {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/images/flag/TM.jpg");
}

.enhanced .TN .flag, .enhanced
[data-value='TN'] .flag {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/images/flag/TN.jpg");
}

.enhanced .TR .flag, .enhanced
[data-value='TR'] .flag {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/images/flag/TR.jpg");
}

.enhanced .TW .flag, .enhanced
[data-value='TW'] .flag {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/images/flag/TW.jpg");
}

.enhanced .UA .flag, .enhanced
[data-value='UA'] .flag {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/images/flag/UA.jpg");
}

.enhanced .US .flag, .enhanced
[data-value='US'] .flag {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/images/flag/US.jpg");
}

.enhanced .UY .flag, .enhanced
[data-value='UY'] .flag {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/images/flag/UY.jpg");
}

.enhanced .UZ .flag, .enhanced
[data-value='UZ'] .flag {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/images/flag/UZ.jpg");
}

.enhanced .VE .flag, .enhanced
[data-value='VE'] .flag {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/images/flag/VE.jpg");
}

.enhanced .VI .flag, .enhanced
[data-value='VI'] .flag {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/images/flag/VI.jpg");
}

.enhanced .ZH_CN .flag, .enhanced
[data-value='ZH_CN'] .flag {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/images/flag/ZH_CN.jpg");
}

.enhanced .ZH_HK .flag, .enhanced
[data-value='ZH_HK'] .flag {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/images/flag/ZH_HK.jpg");
}

.enhanced .ZA .flag, .enhanced
[data-value='ZA'] .flag {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/images/flag/ZA.jpg");
}

/**
 * Global Icons
 */
/**
 * Social Media Icons
 */
/**
 * Hashtag Icons
 */
/**
 * Footer Service Icons
 */
/**
 * Contactpool Icons (Extension)
 */
/**
 * Events Icons (Extension)
 */
/**
 * Flag Text Container
 */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  font-family: "SourceSansPro", Arial, sans-serif;
  color: #000224;
  background-color: #ffffff;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.33;
}

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

object {
  pointer-events: none;
}

iframe {
  border: none;
}

.g-container {
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.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: #003882;
  display: inline-block;
  font-weight: bold;
  line-height: 1.33;
  text-transform: uppercase;
  word-wrap: break-word;
}

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

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

.g-copyright {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  padding: 0;
  border: 0px solid white;
  font-size: 10px;
  font-size: 0.625rem;
  color: #c1c5ca;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  right: 4px;
  bottom: 4px;
}

html[dir='rtl'] .g-copyright {
  right: auto;
  left: 4px !important;
  bottom: 7px;
}

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

.enhanced .g-framed .b-hero-slider__image,
.enhanced .g-framed .b-teaser__item__image {
  border: 1px solid #e5ebf2;
}

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

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

.g-hide {
  display: none;
}

.g-release-container,
.g-release-container-left,
.g-release-container-right {
  position: relative;
}

.g-release-container:after,
.g-release-container-left:after,
.g-release-container-right:after {
  bottom: 0;
  content: '';
  left: -webkit-calc(-50vw + 50%);
  left: calc(-50vw + 50%);
  right: -webkit-calc(-50vw + 50%);
  right: calc(-50vw + 50%);
  position: absolute;
  top: 0;
  z-index: -1;
}

.g-release-container.c-white:after,
.g-release-container-left.c-white:after,
.g-release-container-right.c-white:after {
  background-color: #ffffff;
}

.g-release-container.c-blue:after,
.g-release-container-left.c-blue:after,
.g-release-container-right.c-blue:after {
  background-color: #003882;
}

.g-release-container.c-blue-light:after,
.g-release-container-left.c-blue-light:after,
.g-release-container-right.c-blue-light:after {
  background-color: #e5ebf2;
}

.g-release-container.c-grey-light:after,
.g-release-container-left.c-grey-light:after,
.g-release-container-right.c-grey-light:after {
  background-color: #f2f2f2;
}

.g-box-shadow-2021 {
  box-shadow: 0px 3px 26px #00274E3D;
  -webkit-box-shadow: 0px 3px 26px #00274E3D;
  -moz-box-shadow: 0px 3px 26px #00274E3D;
}

/* ==========================================================================
   User Interface - Pseudo Elements
   ========================================================================== */
:focus {
  outline: 0;
  /*.accessibility-mode .u-color-bg\:pri1 & {
        outline-color: $focus-color-invert;
    }*/
}

.accessibility-mode :focus {
  outline: 2px dashed #003882;
  outline-offset: 2px;
}

.accessibility-mode .c-blue :focus {
  outline: 2px dashed #ffffff;
  outline-offset: 2px;
}

.accessibility-mode .focus-inverted-color :focus {
  outline: 2px dashed #ffffff;
  outline-offset: 2px;
}

a {
  text-decoration: none;
  color: #003882;
}

/* visited link */
a:visited {
  text-decoration: none;
}

/* mouse over link */
a:hover {
  text-decoration: none;
}

/* selected link */
a:active {
  text-decoration: none;
}

.homepage-headline {
  text-align: center;
  margin-bottom: 24px;
}

/* used for content text links */
.a-href-content-link {
  color: #003882 !important;
  /* mouse over link */
  /* selected link */
}

.a-href-content-link:link {
  text-decoration: underline !important;
}

.a-href-content-link:visited {
  text-decoration: none !important;
}

.a-href-content-link:hover {
  text-decoration: underline !important;
}

.a-href-content-link:active {
  text-decoration: none !important;
}

/* used for all round icons */
.g-icon {
  vertical-align: middle;
  width: 21px;
  height: 21px;
  cursor: pointer;
}

/* ==========================================================================
   Grid
   ========================================================================== */
.grid-row {
  margin-left: -20px;
  margin-right: -20px;
}

.grid-col {
  padding-left: 20px;
  padding-right: 20px;
}

.p-0, .b-main__section--search-event, .b-main__section--search-news {
  padding: 0 0 0 0 !important;
}

.p-top-0 {
  padding: 0 0 50px 0 !important;
}

.p-bottom-0 {
  padding: 50px 0 0 0 !important;
}

/* ==========================================================================
   Used for all new Contact List Items
   Used by: 10-fmp-company-adress.mustache & 10-cp-members.mustage
   ========================================================================== */
.g-contact-list {
  display: block;
  line-height: 1.5;
  margin-bottom: 2px;
}

.g-contact-list .icon {
  display: inline-block;
  vertical-align: middle;
}

.g-contact-list .icon:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  padding-left: 30px;
  height: 24px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
}

html[dir='rtl'] .g-contact-list .icon:before {
  background-position: right center;
}

.g-contact-list .icon--fax:before {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/Contactpool/icon_fax.svg");
}

.g-contact-list .icon--phone:before {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/Contactpool/icon_phone.svg");
}

.g-contact-list .icon--mobile:before {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/Contactpool/icon_mobile.svg");
}

.g-contact-list .icon--vcard:before {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/Contactpool/icon_vcard.svg");
}

.g-contact-list .icon--mail:before {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/Contactpool/icon_mail.svg");
}

.g-contact-list .icon--url:before {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/Contactpool/icon_url.svg");
}

.g-contact-list .icon--map:before {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/Contactpool/icon_map.svg");
}

.g-contact-list .icon--linkedin-circle:before {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/Contactpool/icon_linkedin_circle.svg");
}

.g-contact-list .icon--lang:before {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/Contactpool/icon_lang.svg");
}

.g-contact-list .icon--skype:before {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/Contactpool/icon_skype.svg");
}

.g-contact-list .icon--twitter-no-anim:before {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/Contactpool/icon_twitter.svg");
}

.g-contact-list .icon--linkedin-no-anim:before {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/Contactpool/icon_linkedin.svg");
}

.g-no-results {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 200px;
  text-align: center;
}

/*
* additoinal global classes
*/
.text-centered {
  text-align: center !important;
}

/*
* Small bug fix for magnific popup close icon rendering
*/
button.mfp-close {
  background-repeat: no-repeat !important;
}

body.p-home div.multicolumn h2.b-section__header {
  text-align: center;
  font-weight: 700;
  margin-bottom: 24px;
}

/* Source Sans Pro - latin ext, greek ext, cyrillic ext, vietnamese */
@font-face {
  font-family: "SourceSansPro";
  font-style: normal;
  font-weight: 300;
  src: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/misc/fonts/source-sans-pro-v14-vietnamese_latin-ext_greek-ext_cyrillic-ext-300.woff") format("woff");
}

@font-face {
  font-family: "SourceSansPro";
  font-style: normal;
  font-weight: 400;
  src: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/misc/fonts/source-sans-pro-v14-vietnamese_latin-ext_greek-ext_cyrillic-ext-regular.woff") format("woff");
}

@font-face {
  font-family: "SourceSansPro";
  font-style: normal;
  font-weight: 600;
  src: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/misc/fonts/source-sans-pro-v14-vietnamese_latin-ext_greek-ext_cyrillic-ext-600.woff") format("woff");
}

@font-face {
  font-family: "SourceSansPro";
  font-style: normal;
  font-weight: 700;
  src: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/misc/fonts/source-sans-pro-v14-vietnamese_latin-ext_greek-ext_cyrillic-ext-700.woff") format("woff");
}

/* Source Serif Pro - latin ext, greek ext, cyrillic ext, vietnamese */
@font-face {
  font-family: "SourceSerifPro";
  font-style: normal;
  font-weight: 400;
  src: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/misc/fonts/source-serif-pro-v11-vietnamese_latin-ext_greek_cyrillic-ext-regular.woff") format("woff");
}

@font-face {
  font-family: "SourceSerifPro";
  font-style: normal;
  font-weight: 600;
  src: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/misc/fonts/source-serif-pro-v11-vietnamese_latin-ext_greek_cyrillic-ext-600.woff") format("woff");
}

/**
 * Typescale helper classes
 */
.typo\:xxxxl, .background-text:not(.background-text--big):after, .hero-wrapper .main-hero-box .hero-content .page-title-box .headline, .hero-wrapper .main-hero-box .hero-content .page-title-box .sub-headline {
  font-size: 48px;
  font-size: 3rem;
  line-height: 1.125;
}

.typo\:xxxl {
  font-size: 39px;
  font-size: 2.4375rem;
  line-height: 1.1;
}

.typo\:xxl, .b-quote__quote, .b-numbers-item--big .b-numbers-item__value {
  font-size: 31px;
  font-size: 1.9375rem;
  line-height: 1.06;
}

.typo\:xl, .homepage-headline, body.p-home div.multicolumn h2.b-section__header, .b-more-article-slider__title, .b-event-program__title, .b-text-blocks__highlighted__title, .b-focus-teaser__content-title, .b-downloads__title, .b-image-gallery-slider__title {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1.24;
}

.typo\:l, .g-no-results, .b-downloads-item__content {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.3;
}

.typo\:m, .hero-slider__item__inner .hero-slider__caption__introtext, .fmp-table-wrapper .locked-overlay, .fmp-company-adress .company-adress {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.375;
}

.typo\:s, .fmp-table-wrapper .table-fmp .tr-header > th, .fmp-company-adress .adress-text {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.33;
}

/* ==========================================================================
   Background text

   Notice:
   - to generate the text there there has to be a data-text set
     in the div container, where the class is defined
   ========================================================================== */
.background-text {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.background-text * {
  position: relative;
  z-index: 1;
}

.background-text:after {
  text-transform: uppercase;
  font-weight: 700;
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  line-height: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  content: attr(data-title);
  z-index: 0;
  white-space: nowrap;
  color: #003882;
}

.background-text--big:after {
  text-transform: none;
  font-size: 120px;
  font-size: 7.5rem;
  margin-left: -10px;
  margin-bottom: -20px;
}

/*
 * Overwrite focus outline of all slick slider dots -> none
 */
.slick-dots button:focus {
  outline: none;
}

/* ==========================================================================
   Aspect ratios classes
   ========================================================================== */
.p-ratio-21-9 {
  display: block;
  position: relative;
}

.p-ratio-21-9:before {
  content: '';
  display: block;
  padding-top: 42.85714%;
  position: relative;
  width: 100%;
}

.p-ratio-21-9 > * {
  height: 100% !important;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-ratio-16-9 {
  display: block;
  position: relative;
}

.p-ratio-16-9:before {
  content: '';
  display: block;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}

.p-ratio-16-9 > * {
  height: 100% !important;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-ratio-3-4 {
  display: block;
  position: relative;
}

.p-ratio-3-4:before {
  content: '';
  display: block;
  padding-top: 75%;
  position: relative;
  width: 100%;
}

.p-ratio-3-4 > * {
  height: 100% !important;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-ratio-1-1 {
  display: block;
  position: relative;
}

.p-ratio-1-1:before {
  content: '';
  display: block;
  padding-top: 100%;
  position: relative;
  width: 100%;
}

.p-ratio-1-1 > * {
  height: 100% !important;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

/**
 * Vendor
 * ------------------------------------------------
 */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #003882;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

.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;
  -moz-box-sizing: border-box;
  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: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  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;
  -moz-box-sizing: border-box;
  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;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(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/ahk_sitepackage/Resources/Public/_Default_v2/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%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

button.mfp-arrow-left {
  left: 10px;
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/Slider/arrow_L_l_white.svg");
}

button.mfp-arrow-right {
  right: 10px;
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/Slider/arrow_L_f_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;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}

/*!
 * mmenu.js
 * mmenujs.com
 *
 * Copyright (c) Fred Heusschen
 * frebsite.nl
 *
 * License: CC-BY-NC-4.0
 * http://creativecommons.org/licenses/by-nc/4.0/
 */
:root {
  --mm-line-height:20px;
  --mm-listitem-size:44px;
  --mm-navbar-size:44px;
  --mm-offset-top:0;
  --mm-offset-right:0;
  --mm-offset-bottom:0;
  --mm-offset-left:0;
  --mm-color-border:rgba(0, 0, 0, 0.1);
  --mm-color-button:rgba(0, 0, 0, 0.3);
  --mm-color-text:rgba(0, 0, 0, 0.75);
  --mm-color-text-dimmed:rgba(0, 0, 0, 0.3);
  --mm-color-background:#f3f3f3;
  --mm-color-background-highlight:rgba(0, 0, 0, 0.05);
  --mm-color-background-emphasis:rgba(255, 255, 255, 0.4);
  --mm-shadow:0 0 10px rgba(0, 0, 0, 0.3);
}

.mm-hidden {
  display: none !important;
}

.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}

.mm-menu {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  padding: 0;
  margin: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: var(--mm-offset-top);
  right: var(--mm-offset-right);
  bottom: var(--mm-offset-bottom);
  left: var(--mm-offset-left);
  z-index: 0;
  -ms-scroll-chaining: chained;
  overscroll-behavior: auto;
  background: var(--mm-color-background);
  border-color: var(--mm-color-border);
  color: var(--mm-color-text);
  line-height: var(--mm-line-height);
  -webkit-tap-highlight-color: var(--mm-color-background-emphasis);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mm-menu a, .mm-menu a:active, .mm-menu a:hover, .mm-menu a:link, .mm-menu a:visited {
  text-decoration: none;
  color: inherit;
}

[dir=rtl] .mm-menu {
  direction: rtl;
}

.mm-panel {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  z-index: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  overflow-y: auto;
  color: var(--mm-color-text);
  border-color: var(--mm-color-border);
  background: var(--mm-color-background);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
}

.mm-panel:after {
  height: 44px;
}

.mm-panel:not(.mm-hidden) {
  display: block;
}

.mm-panel:after {
  content: '';
  display: block;
  height: var(--mm-listitem-size);
}

.mm-panel_opened {
  z-index: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-panel_opened-parent {
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}

.mm-panel_highest {
  z-index: 2;
}

.mm-panel_noanimation {
  -webkit-transition: none !important;
  transition: none !important;
}

.mm-panel_noanimation.mm-panel_opened-parent {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-panels > .mm-panel {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.mm-panel__content {
  padding: 20px 20px 0;
}

.mm-panels {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  position: relative;
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  flex-grow: 1;
  overflow: hidden;
  background: var(--mm-color-background);
  border-color: var(--mm-color-border);
  color: var(--mm-color-text);
}

[dir=rtl] .mm-panel:not(.mm-panel_opened) {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

[dir=rtl] .mm-panel.mm-panel_opened-parent {
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0);
}

.mm-listitem_vertical > .mm-panel {
  display: none;
  width: 100%;
  padding: 10px 0 10px 10px;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}

.mm-listitem_vertical > .mm-panel:after, .mm-listitem_vertical > .mm-panel:before {
  content: none;
  display: none;
}

.mm-listitem_opened > .mm-panel {
  display: block;
}

.mm-listitem_vertical > .mm-listitem__btn {
  height: 44px;
  height: var(--mm-listitem-size);
  bottom: auto;
}

.mm-listitem_vertical .mm-listitem:last-child:after {
  border-color: transparent;
}

.mm-listitem_opened > .mm-listitem__btn:after {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  right: 19px;
}

.mm-btn {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: relative;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50px;
  padding: 0;
}

.mm-btn:after, .mm-btn:before {
  border: 2px solid rgba(0, 0, 0, 0.3);
  border: 2px solid var(--mm-color-button);
}

.mm-btn_next:after, .mm-btn_prev:before {
  content: '';
  border-bottom: none;
  border-right: none;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}

.mm-btn_prev:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
}

.mm-btn_next:after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 23px;
  left: auto;
}

.mm-btn_close:after, .mm-btn_close:before {
  content: '';
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mm-btn_close:before {
  border-right: none;
  border-bottom: none;
  right: 18px;
}

.mm-btn_close:after {
  border-left: none;
  border-top: none;
  right: 25px;
}

[dir=rtl] .mm-btn_next:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
}

[dir=rtl] .mm-btn_prev:before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 23px;
  left: auto;
}

[dir=rtl] .mm-btn_close:after, [dir=rtl] .mm-btn_close:before {
  right: auto;
}

[dir=rtl] .mm-btn_close:before {
  left: 25px;
}

[dir=rtl] .mm-btn_close:after {
  left: 18px;
}

.mm-navbar {
  min-height: 44px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: #f3f3f3;
  color: rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  min-height: var(--mm-navbar-size);
  border-bottom: 1px solid var(--mm-color-border);
  background: var(--mm-color-background);
  color: var(--mm-color-text-dimmed);
  text-align: center;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.mm-navbar > * {
  min-height: 44px;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .mm-navbar_sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
  }
}

.mm-navbar > * {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mm-navbar__btn {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  flex-grow: 0;
}

.mm-navbar__title {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  -webkit-flex: 1 1 50%;
  -moz-box-flex: 1;
  flex: 1 1 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}

.mm-navbar__title:not(:last-child) {
  padding-right: 0;
}

.mm-navbar__title > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mm-navbar__btn:not(.mm-hidden) + .mm-navbar__title {
  padding-left: 0;
}

.mm-navbar__btn:not(.mm-hidden) + .mm-navbar__title:last-child {
  padding-right: 50px;
}

[dir=rtl] .mm-navbar {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  flex-direction: row-reverse;
}

.mm-listview {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}

.mm-listitem {
  color: rgba(0, 0, 0, 0.75);
  border-color: rgba(0, 0, 0, 0.1);
  color: var(--mm-color-text);
  border-color: var(--mm-color-border);
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mm-listitem:after {
  content: '';
  border-color: inherit;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  left: 20px;
  right: 0;
  bottom: 0;
}

.mm-listitem a, .mm-listitem a:hover {
  text-decoration: none;
}

.mm-listitem__btn, .mm-listitem__text {
  padding: 12px;
  display: block;
  padding: -webkit-calc((var(--mm-listitem-size) - var(--mm-line-height))/ 2);
  padding: calc((var(--mm-listitem-size) - var(--mm-line-height))/ 2);
  padding-left: 0;
  padding-right: 0;
  color: inherit;
}

.mm-listitem__text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 10px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 10%;
  -webkit-flex-basis: 10%;
  flex-basis: 10%;
}

.mm-listitem__btn {
  background: rgba(3, 2, 1, 0);
  border-color: inherit;
  width: auto;
  padding-right: 50px;
  position: relative;
}

.mm-listitem__btn:not(.mm-listitem__text) {
  border-left-width: 1px;
  border-left-style: solid;
}

.mm-listitem_selected > .mm-listitem__text {
  background: rgba(255, 255, 255, 0.4);
  background: var(--mm-color-background-emphasis);
}

.mm-listitem_opened > .mm-listitem__btn, .mm-listitem_opened > .mm-panel {
  background: rgba(0, 0, 0, 0.05);
  background: var(--mm-color-background-highlight);
}

[dir=rtl] .mm-listitem:after {
  left: 0;
  right: 20px;
}

[dir=rtl] .mm-listitem__text {
  padding-left: 10px;
  padding-right: 20px;
}

[dir=rtl] .mm-listitem__btn {
  padding-left: 50px;
  border-left-width: 0;
  border-left-style: none;
}

[dir=rtl] .mm-listitem__btn:not(.mm-listitem__text) {
  padding-right: 0;
  border-right-width: 1px;
  border-right-style: solid;
}

.mm-page {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.mm-slideout {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
  z-index: 1;
}

.mm-wrapper_opened {
  overflow-x: hidden;
  position: relative;
}

.mm-wrapper_opened .mm-page {
  min-height: 100vh;
}

.mm-wrapper_background .mm-page {
  background: inherit;
}

.mm-menu_offcanvas {
  position: fixed;
  right: auto;
  z-index: 0;
}

.mm-menu_offcanvas:not(.mm-menu_opened) {
  display: none;
}

.mm-menu_offcanvas {
  width: 80%;
  min-width: 240px;
  max-width: 440px;
}

.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(80vw, 0, 0);
  transform: translate3d(80vw, 0, 0);
}

.mm-wrapper__blocker {
  background: rgba(3, 2, 1, 0);
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.mm-wrapper_blocking {
  overflow: hidden;
}

.mm-wrapper_blocking body {
  overflow: hidden;
}

.mm-wrapper_blocking .mm-wrapper__blocker {
  display: block;
}

.mm-sronly {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  width: 1px !important;
  min-width: 1px !important;
  height: 1px !important;
  min-height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
}

.mm-menu_autoheight:not(.mm-menu_offcanvas) {
  position: relative;
}

.mm-menu_autoheight.mm-menu_position-bottom, .mm-menu_autoheight.mm-menu_position-top {
  max-height: 80%;
}

.mm-menu_autoheight-measuring .mm-panel {
  display: block !important;
}

.mm-menu_autoheight-measuring .mm-panels > .mm-panel {
  bottom: auto !important;
  height: auto !important;
}

.mm-menu_autoheight-measuring .mm-listitem_vertical:not(.mm-listitem_opened) .mm-panel {
  display: none !important;
}

[class*=mm-menu_columns-] {
  -webkit-transition-property: width;
  transition-property: width;
}

[class*=mm-menu_columns-] .mm-panels > .mm-panel {
  right: auto;
  -webkit-transition-property: width,-webkit-transform;
  transition-property: width,-webkit-transform;
  transition-property: width,transform;
  transition-property: width,transform,-webkit-transform;
}

[class*=mm-menu_columns-] .mm-panels > .mm-panel_opened, [class*=mm-menu_columns-] .mm-panels > .mm-panel_opened-parent {
  display: block !important;
}

[class*=mm-panel_columns-] {
  border-right: 1px solid;
  border-color: inherit;
}

.mm-menu_columns-1 .mm-panel_columns-0, .mm-menu_columns-2 .mm-panel_columns-1, .mm-menu_columns-3 .mm-panel_columns-2, .mm-menu_columns-4 .mm-panel_columns-3 {
  border-right: none;
}

[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-0 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-menu_columns-0 .mm-panels > .mm-panel {
  z-index: 0;
}

.mm-menu_columns-0 .mm-panels > .mm-panel else {
  width: 100%;
}

.mm-menu_columns-0 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.mm-menu_columns-0 {
  width: 80%;
  min-width: 240px;
  max-width: 0;
}

.mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(80vw, 0, 0);
  transform: translate3d(80vw, 0, 0);
}

.mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(-80vw, 0, 0);
  transform: translate3d(-80vw, 0, 0);
}

[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-1 {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.mm-menu_columns-1 .mm-panels > .mm-panel {
  z-index: 1;
  width: 100%;
}

.mm-menu_columns-1 .mm-panels > .mm-panel else {
  width: 100%;
}

.mm-menu_columns-1 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0);
}

.mm-menu_columns-1 {
  width: 80%;
  min-width: 240px;
  max-width: 440px;
}

.mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(80vw, 0, 0);
  transform: translate3d(80vw, 0, 0);
}

.mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(-80vw, 0, 0);
  transform: translate3d(-80vw, 0, 0);
}

[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-2 {
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0);
}

.mm-menu_columns-2 .mm-panels > .mm-panel {
  z-index: 2;
  width: 50%;
}

.mm-menu_columns-2 .mm-panels > .mm-panel else {
  width: 100%;
}

.mm-menu_columns-2 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  -webkit-transform: translate3d(300%, 0, 0);
  transform: translate3d(300%, 0, 0);
}

.mm-menu_columns-2 {
  width: 80%;
  min-width: 240px;
  max-width: 880px;
}

.mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(80vw, 0, 0);
  transform: translate3d(80vw, 0, 0);
}

.mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(-80vw, 0, 0);
  transform: translate3d(-80vw, 0, 0);
}

[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-3 {
  -webkit-transform: translate3d(300%, 0, 0);
  transform: translate3d(300%, 0, 0);
}

.mm-menu_columns-3 .mm-panels > .mm-panel {
  z-index: 3;
  width: 33.34%;
}

.mm-menu_columns-3 .mm-panels > .mm-panel else {
  width: 100%;
}

.mm-menu_columns-3 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  -webkit-transform: translate3d(400%, 0, 0);
  transform: translate3d(400%, 0, 0);
}

.mm-menu_columns-3 {
  width: 80%;
  min-width: 240px;
  max-width: 1320px;
}

.mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(80vw, 0, 0);
  transform: translate3d(80vw, 0, 0);
}

.mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(-80vw, 0, 0);
  transform: translate3d(-80vw, 0, 0);
}

[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-4 {
  -webkit-transform: translate3d(400%, 0, 0);
  transform: translate3d(400%, 0, 0);
}

.mm-menu_columns-4 .mm-panels > .mm-panel {
  z-index: 4;
  width: 25%;
}

.mm-menu_columns-4 .mm-panels > .mm-panel else {
  width: 100%;
}

.mm-menu_columns-4 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  -webkit-transform: translate3d(500%, 0, 0);
  transform: translate3d(500%, 0, 0);
}

.mm-menu_columns-4 {
  width: 80%;
  min-width: 240px;
  max-width: 1760px;
}

.mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(80vw, 0, 0);
  transform: translate3d(80vw, 0, 0);
}

.mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(-80vw, 0, 0);
  transform: translate3d(-80vw, 0, 0);
}

[class*=mm-menu_columns-].mm-menu_position-bottom, [class*=mm-menu_columns-].mm-menu_position-top {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}

.mm-wrapper_opening [class*=mm-menu_columns-].mm-menu_position-front {
  -webkit-transition-property: width,min-width,max-width,-webkit-transform;
  transition-property: width,min-width,max-width,-webkit-transform;
  transition-property: width,min-width,max-width,transform;
  transition-property: width,min-width,max-width,transform,-webkit-transform;
}

.mm-counter {
  color: rgba(0, 0, 0, 0.3);
  display: block;
  padding-left: 20px;
  float: right;
  text-align: right;
  color: var(--mm-color-text-dimmed);
}

.mm-listitem_nosubitems > .mm-counter {
  display: none;
}

[dir=rtl] .mm-counter {
  text-align: left;
  float: left;
  padding-left: 0;
  padding-right: 20px;
}

.mm-divider {
  position: relative;
  min-height: 20px;
  padding: 4.3px;
  background: #f3f3f3;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  min-height: var(--mm-line-height);
  padding: -webkit-calc(((var(--mm-listitem-size) * .65) - var(--mm-line-height)) * .5);
  padding: calc(((var(--mm-listitem-size) * .65) - var(--mm-line-height)) * .5);
  padding-right: 10px;
  padding-left: 20px;
  font-size: 75%;
  text-transform: uppercase;
  background: var(--mm-color-background);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.mm-divider:before {
  background: rgba(0, 0, 0, 0.05);
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .mm-divider {
    position: -webkit-sticky;
    position: sticky;
    z-index: 2;
    top: 0;
  }
  .mm-navbar_sticky:not(.mm-hidden) ~ .mm-listview .mm-divider {
    top: var(--mm-navbar-size);
  }
}

.mm-divider:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--mm-color-background-highlight);
}

.mm-wrapper_dragging .mm-menu, .mm-wrapper_dragging .mm-slideout {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.mm-wrapper_dragging .mm-menu {
  pointer-events: none !important;
}

.mm-wrapper_dragging .mm-wrapper__blocker {
  display: none !important;
}

.mm-menu_dropdown {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  height: 80%;
}

.mm-wrapper_dropdown .mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  z-index: 0;
}

.mm-wrapper_dropdown .mm-wrapper__blocker {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  z-index: 1;
}

.mm-wrapper_dropdown .mm-menu_dropdown {
  z-index: 2;
}

.mm-wrapper_dropdown.mm-wrapper_opened:not(.mm-wrapper_opening) .mm-menu_dropdown {
  display: none;
}

.mm-menu_tip-bottom:before, .mm-menu_tip-left:before, .mm-menu_tip-right:before, .mm-menu_tip-top:before {
  content: '';
  background: inherit;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  z-index: -1;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mm-menu_tip-left:before {
  left: 22px;
}

.mm-menu_tip-right:before {
  right: 22px;
}

.mm-menu_tip-top:before {
  top: -8px;
}

.mm-menu_tip-bottom:before {
  bottom: -8px;
}

:root {
  --mm-iconbar-size:50px;
}

.mm-menu_iconbar-left .mm-navbars_bottom, .mm-menu_iconbar-left .mm-navbars_top, .mm-menu_iconbar-left .mm-panels {
  margin-left: 50px;
  margin-left: var(--mm-iconbar-size);
}

.mm-menu_iconbar-right .mm-navbars_bottom, .mm-menu_iconbar-right .mm-navbars_top, .mm-menu_iconbar-right .mm-panels {
  margin-right: 50px;
  margin-right: var(--mm-iconbar-size);
}

.mm-iconbar {
  width: 50px;
  border-color: rgba(0, 0, 0, 0.1);
  background: #f3f3f3;
  color: rgba(0, 0, 0, 0.3);
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: var(--mm-iconbar-size);
  overflow: hidden;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 0 solid;
  border-color: var(--mm-color-border);
  background: var(--mm-color-background);
  color: var(--mm-color-text-dimmed);
  text-align: center;
}

.mm-menu_iconbar-left .mm-iconbar, .mm-menu_iconbar-right .mm-iconbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
}

.mm-menu_iconbar-left .mm-iconbar {
  border-right-width: 1px;
  left: 0;
}

.mm-menu_iconbar-right .mm-iconbar {
  border-left-width: 1px;
  right: 0;
}

.mm-iconbar__bottom, .mm-iconbar__top {
  width: 100%;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  overflow-y: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
}

.mm-iconbar__bottom > *, .mm-iconbar__top > * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 12.5px 0;
}

.mm-iconbar__bottom a, .mm-iconbar__bottom a:hover, .mm-iconbar__top a, .mm-iconbar__top a:hover {
  text-decoration: none;
}

.mm-iconbar__tab_selected {
  background: rgba(255, 255, 255, 0.4);
  background: var(--mm-color-background-emphasis);
}

:root {
  --mm-iconpanel-size:50px;
}

.mm-panel_iconpanel-1 {
  width: -webkit-calc(100% - 50px);
  width: calc(100% - 50px);
  width: -webkit-calc(100% - (var(--mm-iconpanel-size) * 1));
  width: calc(100% - (var(--mm-iconpanel-size) * 1));
}

.mm-panel_iconpanel-2 {
  width: -webkit-calc(100% - 100px);
  width: calc(100% - 100px);
  width: -webkit-calc(100% - (var(--mm-iconpanel-size) * 2));
  width: calc(100% - (var(--mm-iconpanel-size) * 2));
}

.mm-panel_iconpanel-3 {
  width: -webkit-calc(100% - 150px);
  width: calc(100% - 150px);
  width: -webkit-calc(100% - (var(--mm-iconpanel-size) * 3));
  width: calc(100% - (var(--mm-iconpanel-size) * 3));
}

.mm-panel_iconpanel-first ~ .mm-panel {
  width: -webkit-calc(100% - 50px);
  width: calc(100% - 50px);
  width: -webkit-calc(100% - var(--mm-iconpanel-size));
  width: calc(100% - var(--mm-iconpanel-size));
}

.mm-menu_iconpanel .mm-panels > .mm-panel {
  left: auto;
  -webkit-transition-property: width,-webkit-transform;
  transition-property: width,-webkit-transform;
  transition-property: transform,width;
  transition-property: transform,width,-webkit-transform;
}

.mm-menu_iconpanel .mm-panels > .mm-panel_opened, .mm-menu_iconpanel .mm-panels > .mm-panel_opened-parent {
  display: block !important;
}

.mm-menu_iconpanel .mm-panels > .mm-panel_opened-parent {
  overflow-y: hidden;
  -webkit-transform: unset;
  -ms-transform: unset;
  transform: unset;
}

.mm-menu_iconpanel .mm-panels > .mm-panel:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0) {
  border-left-width: 1px;
  border-left-style: solid;
}

.mm-menu_hidedivider .mm-panel_opened-parent .mm-divider, .mm-menu_hidenavbar .mm-panel_opened-parent .mm-navbar {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.mm-panel__blocker {
  background: inherit;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.mm-panel_opened-parent .mm-panel__blocker {
  opacity: .6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  bottom: -100000px;
}

[dir=rtl] .mm-menu_iconpanel .mm-panels > .mm-panel {
  left: 0;
  right: auto;
  -webkit-transition-property: width,-webkit-transform;
  transition-property: width,-webkit-transform;
  transition-property: transform,width;
  transition-property: transform,width,-webkit-transform;
}

[dir=rtl] .mm-menu_iconpanel .mm-panels > .mm-panel:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0) {
  border-left: none;
  border-right: 1px solid;
  border-color: inherit;
}

.mm-menu_keyboardfocus a:focus, .mm-menu_keyboardfocus.mm-menu_opened ~ .mm-wrapper__blocker a:focus {
  background: rgba(255, 255, 255, 0.4);
  background: var(--mm-color-background-emphasis);
  outline: 0;
}

.mm-wrapper__blocker .mm-tabstart {
  cursor: default;
  display: block;
  width: 100%;
  height: 100%;
}

.mm-wrapper__blocker .mm-tabend {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  bottom: 0;
}

.mm-navbars_top {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

.mm-navbars_top .mm-navbar:not(:last-child) {
  border-bottom: none;
}

.mm-navbars_bottom {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

.mm-navbars_bottom .mm-navbar {
  border-bottom: none;
}

.mm-navbars_bottom .mm-navbar:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid var(--mm-color-border);
}

.mm-btn:not(.mm-hidden) + .mm-navbar__searchfield .mm-searchfield__input {
  padding-left: 0;
}

.mm-navbar__searchfield:not(:last-child) .mm-searchfield__input {
  padding-right: 0;
}

.mm-navbar__breadcrumbs {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  -webkit-flex: 1 1 50%;
  -moz-box-flex: 1;
  flex: 1 1 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  justify-content: flex-start;
  padding: 0 20px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.mm-navbar__breadcrumbs > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  padding-right: 6px;
}

.mm-navbar__breadcrumbs > a {
  text-decoration: underline;
}

.mm-navbar__breadcrumbs:not(:last-child) {
  padding-right: 0;
}

.mm-btn:not(.mm-hidden) + .mm-navbar__breadcrumbs {
  padding-left: 0;
}

.mm-navbar_tabs > * {
  padding: 0 10px;
  border: 1px solid transparent;
}

.mm-navbar__tab_selected {
  background: #f3f3f3;
  color: rgba(0, 0, 0, 0.75);
  background: var(--mm-color-background);
  color: var(--mm-color-text);
}

.mm-navbar__tab_selected:not(:first-child) {
  border-left-color: rgba(0, 0, 0, 0.1);
}

.mm-navbar__tab_selected:not(:last-child) {
  border-right-color: rgba(0, 0, 0, 0.1);
}

.mm-navbar__tab_selected:not(:first-child) {
  border-left-color: var(--mm-color-border);
}

.mm-navbar__tab_selected:not(:last-child) {
  border-right-color: var(--mm-color-border);
}

.mm-navbars_top .mm-navbar_tabs {
  border-bottom: none;
}

.mm-navbars_top .mm-navbar_tabs > * {
  border-bottom-color: rgba(0, 0, 0, 0.1);
  border-bottom-color: var(--mm-color-border);
}

.mm-navbars_top .mm-navbar__tab_selected {
  border-top-color: rgba(0, 0, 0, 0.1);
  border-top-color: var(--mm-color-border);
  border-bottom-color: transparent;
}

.mm-navbars_top.mm-navbars_has-tabs .mm-navbar {
  background: rgba(255, 255, 255, 0.4);
  background: var(--mm-color-background-emphasis);
}

.mm-navbars_top.mm-navbars_has-tabs .mm-navbar_tabs ~ .mm-navbar {
  background: #f3f3f3;
  background: var(--mm-color-background);
}

.mm-navbars_bottom .mm-navbar_tabs:first-child {
  border-top: none;
}

.mm-navbars_bottom .mm-navbar_tabs > * {
  border-top-color: rgba(0, 0, 0, 0.1);
  border-top-color: var(--mm-color-border);
}

.mm-navbars_bottom .mm-navbar__tab_selected {
  border-bottom-color: rgba(0, 0, 0, 0.1);
  border-bottom-color: var(--mm-color-border);
  border-top-color: transparent;
}

.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar {
  background: #f3f3f3;
  background: var(--mm-color-background);
}

.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs, .mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs ~ .mm-navbar {
  background: rgba(255, 255, 255, 0.4);
  background: var(--mm-color-background-emphasis);
}

.mm-searchfield {
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  flex-grow: 1;
  height: var(--mm-navbar-size);
  padding: 0;
  overflow: hidden;
}

.mm-searchfield input {
  height: 30.8px;
  line-height: 30.8px;
}

.mm-searchfield input, .mm-searchfield input:focus, .mm-searchfield input:hover {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.75);
}

.mm-searchfield input {
  display: block;
  width: 100%;
  max-width: 100%;
  height: -webkit-calc(var(--mm-navbar-size) * .7);
  height: calc(var(--mm-navbar-size) * .7);
  min-height: unset;
  max-height: unset;
  margin: 0;
  padding: 0 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none !important;
  border-radius: 4px;
  line-height: -webkit-calc(var(--mm-navbar-size) * .7);
  line-height: calc(var(--mm-navbar-size) * .7);
  box-shadow: none !important;
  outline: 0 !important;
  font: inherit;
  font-size: inherit;
}

.mm-searchfield input, .mm-searchfield input:focus, .mm-searchfield input:hover {
  background: var(--mm-color-background-highlight);
  color: var(--mm-color-text);
}

.mm-searchfield input::-ms-clear {
  display: none;
}

.mm-searchfield__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 0 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mm-panel__noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
  padding: 50px 0;
  color: var(--mm-color-text-dimmed);
  text-align: center;
  font-size: 150%;
}

.mm-searchfield__btn {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

.mm-panel_search {
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  border-left: none !important;
}

.mm-searchfield__cancel {
  line-height: 44px;
  display: block;
  padding-right: 10px;
  margin-right: -100px;
  line-height: var(--mm-navbar-size);
  text-decoration: none;
  -webkit-transition: margin .4s ease;
  transition: margin .4s ease;
}

.mm-searchfield__cancel-active {
  margin-right: 0;
}

.mm-listitem_nosubitems > .mm-listitem__btn {
  display: none;
}

.mm-listitem_nosubitems > .mm-listitem__text {
  padding-right: 10px;
}

.mm-listitem_onlysubitems > .mm-listitem__text:not(.mm-listitem__btn) {
  z-index: -1;
  pointer-events: none;
}

.mm-sectionindexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
  z-index: 5;
  -webkit-transition: right .4s ease;
  transition: right .4s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -moz-box-pack: space-evenly;
  justify-content: space-evenly;
}

.mm-sectionindexer a {
  color: rgba(0, 0, 0, 0.3);
  color: var(--mm-color-text-dimmed);
  line-height: 1;
  text-decoration: none;
  display: block;
}

.mm-sectionindexer ~ .mm-panel {
  padding-right: 0;
}

.mm-sectionindexer_active {
  right: 0;
}

.mm-sectionindexer_active ~ .mm-panel {
  padding-right: 20px;
}

.mm-menu_selected-hover .mm-listitem__btn, .mm-menu_selected-hover .mm-listitem__text, .mm-menu_selected-parent .mm-listitem__btn, .mm-menu_selected-parent .mm-listitem__text {
  -webkit-transition: background-color .4s ease;
  transition: background-color .4s ease;
}

.mm-menu_selected-hover .mm-listview:hover > .mm-listitem_selected:not(:hover) > .mm-listitem__text {
  background: 0 0;
}

.mm-menu_selected-hover .mm-listitem__btn:hover, .mm-menu_selected-hover .mm-listitem__text:hover {
  background: rgba(255, 255, 255, 0.4);
  background: var(--mm-color-background-emphasis);
}

.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent) > .mm-listitem__text {
  background: 0 0;
}

.mm-menu_selected-parent .mm-listitem_selected-parent > .mm-listitem__btn, .mm-menu_selected-parent .mm-listitem_selected-parent > .mm-listitem__text {
  background: rgba(255, 255, 255, 0.4);
  background: var(--mm-color-background-emphasis);
}

:root {
  --mm-sidebar-collapsed-size:50px;
  --mm-sidebar-expanded-size:440px;
}

.mm-wrapper_sidebar-collapsed body, .mm-wrapper_sidebar-expanded body {
  position: relative;
}

.mm-wrapper_sidebar-collapsed .mm-slideout, .mm-wrapper_sidebar-expanded .mm-slideout {
  -webkit-transition-property: width,-webkit-transform;
  transition-property: width,-webkit-transform;
  transition-property: width,transform;
  transition-property: width,transform,-webkit-transform;
}

.mm-wrapper_sidebar-collapsed .mm-page, .mm-wrapper_sidebar-expanded .mm-page {
  background: inherit;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 100vh;
}

.mm-wrapper_sidebar-collapsed .mm-menu_sidebar-collapsed, .mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: flex !important;
  top: 0 !important;
  right: auto !important;
  bottom: 0 !important;
  left: 0 !important;
}

.mm-wrapper_sidebar-collapsed .mm-slideout {
  width: -webkit-calc(100% - 50px);
  width: calc(100% - 50px);
  -webkit-transform: translate3d(50px, 0, 0);
  transform: translate3d(50px, 0, 0);
  width: -webkit-calc(100% - var(--mm-sidebar-collapsed-size));
  width: calc(100% - var(--mm-sidebar-collapsed-size));
  -webkit-transform: translate3d(var(--mm-sidebar-collapsed-size), 0, 0);
  transform: translate3d(var(--mm-sidebar-collapsed-size), 0, 0);
}

.mm-wrapper_sidebar-collapsed:not(.mm-wrapper_opening) .mm-menu_hidedivider .mm-divider, .mm-wrapper_sidebar-collapsed:not(.mm-wrapper_opening) .mm-menu_hidenavbar .mm-navbar {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded {
  width: 440px;
  width: var(--mm-sidebar-expanded-size);
  min-width: 0 !important;
  max-width: 100000px !important;
  border-right-width: 1px;
  border-right-style: solid;
}

.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded.mm-menu_pageshadow:after {
  content: none;
  display: none;
}

.mm-wrapper_sidebar-expanded.mm-wrapper_blocking, .mm-wrapper_sidebar-expanded.mm-wrapper_blocking body {
  overflow: visible;
}

.mm-wrapper_sidebar-expanded .mm-wrapper__blocker {
  display: none !important;
}

.mm-wrapper_sidebar-expanded:not(.mm-wrapper_sidebar-closed) .mm-menu_sidebar-expanded.mm-menu_opened ~ .mm-slideout {
  width: -webkit-calc(100% - 440px);
  width: calc(100% - 440px);
  -webkit-transform: translate3d(440px, 0, 0);
  transform: translate3d(440px, 0, 0);
  width: -webkit-calc(100% - var(--mm-sidebar-expanded-size));
  width: calc(100% - var(--mm-sidebar-expanded-size));
  -webkit-transform: translate3d(var(--mm-sidebar-expanded-size), 0, 0);
  transform: translate3d(var(--mm-sidebar-expanded-size), 0, 0);
}

.mm-menu__blocker {
  background: rgba(3, 2, 1, 0);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}

.mm-menu_opened .mm-menu__blocker {
  display: none;
}

[dir=rtl].mm-wrapper_sidebar-collapsed .mm-slideout {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

[dir=rtl].mm-wrapper_sidebar-expanded .mm-slideout {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

[dir=rtl].mm-wrapper_sidebar-expanded:not(.mm-wrapper_sidebar-closed) .mm-menu_sidebar-expanded.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

input.mm-toggle {
  margin-top: 5px;
  background: rgba(0, 0, 0, 0.1);
  display: inline-block;
  min-width: 58px;
  width: 58px;
  height: 34px;
  margin: 0 10px;
  margin-top: -webkit-calc((var(--mm-listitem-size) - 34px)/ 2);
  margin-top: calc((var(--mm-listitem-size) - 34px)/ 2);
  border: none !important;
  background: var(--mm-color-border);
  border-radius: 34px;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  cursor: pointer;
  -webkit-transition: background-color .2s ease;
  transition: background-color .2s ease;
}

input.mm-toggle:before {
  background: #f3f3f3;
}

input.mm-toggle:before {
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  margin: 1px;
  border-radius: 34px;
  background: var(--mm-color-background);
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
  transition: transform .2s ease,-webkit-transform .2s ease;
}

input.mm-toggle:checked {
  background: #4bd963;
}

input.mm-toggle:checked:before {
  -webkit-transform: translateX(24px);
  -ms-transform: translateX(24px);
  transform: translateX(24px);
}

input.mm-check {
  margin-top: 2px;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: none !important;
  background: 0 0 !important;
  cursor: pointer;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 10px;
  margin-top: -webkit-calc((var(--mm-listitem-size) - 40px)/ 2);
  margin-top: calc((var(--mm-listitem-size) - 40px)/ 2);
}

input.mm-check:before {
  content: '';
  display: block;
  width: 40%;
  height: 20%;
  margin: 25% 0 0 20%;
  border-left: 3px solid;
  border-bottom: 3px solid;
  border-color: var(--mm-color-text);
  opacity: .3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

input.mm-check:checked:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

[dir=rtl] input.mm-toggle:checked ~ label.mm-toggle:before {
  float: left;
}

.mm-menu_border-none .mm-listitem:after {
  content: none;
}

.mm-menu_border-full .mm-listitem:after {
  left: 0 !important;
}

.mm-menu_fx-menu-slide {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
}

.mm-wrapper_opened .mm-menu_fx-menu-slide {
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}

.mm-wrapper_opening .mm-menu_fx-menu-slide {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-wrapper_opened .mm-menu_fx-menu-slide.mm-menu_position-right {
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0);
}

.mm-wrapper_opening .mm-menu_fx-menu-slide.mm-menu_position-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-menu_fx-panels-none .mm-panel, .mm-panel_fx-none {
  -webkit-transition-property: none;
  transition-property: none;
}

.mm-menu_fx-panels-none .mm-panel.mm-panel_opened-parent, .mm-panel_fx-none.mm-panel_opened-parent {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-menu_fx-panels-slide-0 .mm-panel_opened-parent {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-menu_fx-panels-slide-100 .mm-panel_opened-parent {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.mm-menu_fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px;
}

.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(100vw, 0, 0);
  transform: translate3d(100vw, 0, 0);
}

.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(-100vw, 0, 0);
  transform: translate3d(-100vw, 0, 0);
}

.mm-menu_fullscreen.mm-menu_position-top {
  height: 100vh;
  min-height: 140px;
  max-height: 10000px;
}

.mm-menu_fullscreen.mm-menu_position-bottom {
  height: 100vh;
  min-height: 140px;
  max-height: 10000px;
}

.mm-menu_listview-justify .mm-panels > .mm-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
}

.mm-menu_listview-justify .mm-panels > .mm-panel:after {
  content: none;
  display: none;
}

.mm-menu_listview-justify .mm-panels > .mm-panel .mm-listview {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.mm-menu_listview-justify .mm-panels > .mm-panel .mm-listitem {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  flex: 1 0 auto;
  min-height: 50px;
}

.mm-menu_listview-justify .mm-panels > .mm-panel .mm-listitem__text {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.mm-listview_inset {
  list-style: inside disc;
  width: 100%;
  padding: 0 30px 15px 30px;
  margin: 0;
}

.mm-listview_inset .mm-listitem {
  padding: 5px 0;
}

.mm-menu_multiline .mm-listitem__text {
  text-overflow: clip;
  white-space: normal;
}

[class*=mm-menu_pagedim].mm-menu_opened ~ .mm-wrapper__blocker {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.mm-wrapper_opening [class*=mm-menu_pagedim].mm-menu_opened ~ .mm-wrapper__blocker {
  opacity: .3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  -webkit-transition: opacity .4s ease .4s;
  transition: opacity .4s ease .4s;
}

.mm-menu_opened.mm-menu_pagedim ~ .mm-wrapper__blocker {
  background: inherit;
}

.mm-menu_opened.mm-menu_pagedim-black ~ .mm-wrapper__blocker {
  background: #000;
}

.mm-menu_opened.mm-menu_pagedim-white ~ .mm-wrapper__blocker {
  background: #fff;
}

.mm-menu_popup {
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  height: 80%;
  min-height: 140px;
  max-height: 880px;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  z-index: 2;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.mm-menu_popup.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  z-index: 0;
}

.mm-menu_popup.mm-menu_opened ~ .mm-wrapper__blocker {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  z-index: 1;
}

.mm-wrapper_opening .mm-menu_popup {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.mm-menu_position-right {
  left: auto;
  right: 0;
}

.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(-80vw, 0, 0);
  transform: translate3d(-80vw, 0, 0);
}

.mm-menu_position-bottom, .mm-menu_position-front, .mm-menu_position-top {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
}

.mm-menu_position-bottom.mm-menu_opened, .mm-menu_position-front.mm-menu_opened, .mm-menu_position-top.mm-menu_opened {
  z-index: 2;
}

.mm-menu_position-bottom.mm-menu_opened ~ .mm-slideout, .mm-menu_position-front.mm-menu_opened ~ .mm-slideout, .mm-menu_position-top.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  z-index: 0;
}

.mm-menu_position-bottom.mm-menu_opened ~ .mm-wrapper__blocker, .mm-menu_position-front.mm-menu_opened ~ .mm-wrapper__blocker, .mm-menu_position-top.mm-menu_opened ~ .mm-wrapper__blocker {
  z-index: 1;
}

.mm-menu_position-front {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.mm-menu_position-front.mm-menu_position-right {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.mm-menu_position-bottom, .mm-menu_position-top {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.mm-menu_position-top {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

.mm-menu_position-top {
  height: 80vh;
  min-height: 140px;
  max-height: 880px;
}

.mm-menu_position-bottom {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  top: auto;
}

.mm-menu_position-bottom {
  height: 80vh;
  min-height: 140px;
  max-height: 880px;
}

.mm-wrapper_opening .mm-menu_position-bottom, .mm-wrapper_opening .mm-menu_position-front, .mm-wrapper_opening .mm-menu_position-top {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-menu_shadow-page:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  content: '';
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 100;
  -webkit-clip-path: polygon(-20px 0, 0 0, 0 100%, -20px 100%);
  clip-path: polygon(-20px 0, 0 0, 0 100%, -20px 100%);
  box-shadow: var(--mm-shadow);
}

.mm-menu_shadow-page.mm-menu_position-right:after {
  left: auto;
  right: 100%;
  -webkit-clip-path: polygon(20px 0, 40px 0, 40px 100%, 20px 100%);
  clip-path: polygon(20px 0, 40px 0, 40px 100%, 20px 100%);
}

.mm-menu_shadow-page.mm-menu_position-front:after {
  content: none;
  display: none;
}

.mm-menu_shadow-menu {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: var(--mm-shadow);
}

.mm-menu_shadow-panels .mm-panels > .mm-panel {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: var(--mm-shadow);
}

.mm-menu_theme-white {
  --mm-color-border:rgba( 0,0,0, 0.1 );
  --mm-color-button:rgba( 0,0,0, 0.3 );
  --mm-color-text:rgba( 0,0,0, 0.7 );
  --mm-color-text-dimmed:rgba( 0,0,0, 0.3 );
  --mm-color-background:#fff;
  --mm-color-background-highlight:rgba( 0,0,0, 0.06 );
  --mm-color-background-emphasis:rgba( 0,0,0, 0.03 );
  --mm-shadow:0 0 10px rgba( 0,0,0, 0.2 );
}

.mm-menu_theme-dark {
  --mm-color-border:rgba( 0,0,0, 0.3 );
  --mm-color-button:rgba( 255,255,255, 0.4 );
  --mm-color-text:rgba( 255,255,255, 0.85 );
  --mm-color-text-dimmed:rgba( 255,255,255, 0.4 );
  --mm-color-background:#333;
  --mm-color-background-highlight:rgba( 255,255,255, 0.08 );
  --mm-color-background-emphasis:rgba( 0,0,0, 0.1 );
  --mm-shadow:0 0 20px rgba( 0,0,0, 0.5 );
}

.mm-menu_theme-black {
  --mm-color-border:rgba( 255,255,255, 0.25 );
  --mm-color-button:rgba( 255,255,255, 0.4 );
  --mm-color-text:rgba( 255,255,255, 0.75 );
  --mm-color-text-dimmed:rgba( 255,255,255, 0.4 );
  --mm-color-background:#000;
  --mm-color-background-highlight:rgba( 255,255,255, 0.2 );
  --mm-color-background-emphasis:rgba( 255,255,255, 0.15 );
  --mm-shadow:none;
}

body.modal-open .mm-slideout {
  z-index: unset;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  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 {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  margin: 0 auto;
  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;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

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

.accessibility-mode .slick-prev:focus, .accessibility-mode
.slick-next:focus {
  outline: 2px dashed #003882;
  outline-offset: 2px;
}

.enhanced .slick-prev {
  left: 0;
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/Slider/arrow_L_l.svg");
}

.enhanced .c-blue .slick-prev {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/Slider/arrow_L_l_white.svg");
}

.enhanced .slick-next {
  right: 0;
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/Slider/arrow_L_r.svg");
}

.enhanced .c-blue .slick-next {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/Slider/arrow_L_r_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: #003882;
  border: 1px solid #003882;
  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;
}

/**
 * Elements (RTE and global styling)
 * ------------------------------------------------
 */
/**
 * Modules
 * ------------------------------------------------
 */
.b-content-item.c-border {
  background-color: #ffffff;
  border: 1px solid #e5ebf2;
}

.b-content-item.c-white, .b-content-item.c-blue, .b-content-item.c-blue-light, .b-content-item.c-blue-lighter, .b-content-item.c-grey-light, .b-content-item.c-yellow, .b-content-item.c-orange, .b-content-item.c-green, .b-content-item.c-red, .b-content-item.c-blue-strong, .b-content-item.c-grey, .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-blue-lighter, .b-page-content--aside .b-content-item.c-grey-light, .b-page-content--aside .b-content-item.c-yellow, .b-page-content--aside .b-content-item.c-orange, .b-page-content--aside .b-content-item.c-green, .b-page-content--aside .b-content-item.c-red, .b-page-content--aside .b-content-item.c-blue-strong, .b-page-content--aside .b-content-item.c-grey, .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-blue-lighter, .enhanced .b-page-content--aside .b-content-item.c-grey-light, .enhanced .b-page-content--aside .b-content-item.c-yellow, .enhanced .b-page-content--aside .b-content-item.c-orange, .enhanced .b-page-content--aside .b-content-item.c-green, .enhanced .b-page-content--aside .b-content-item.c-red, .enhanced .b-page-content--aside .b-content-item.c-blue-strong, .enhanced .b-page-content--aside .b-content-item.c-grey, .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
*/
.b-main__section .b-content-textmedia__bodytext a {
  text-decoration: underline;
}

.b-main__section .b-content-textmedia__bodytext a:hover, .b-main__section .b-content-textmedia__bodytext a:active {
  text-decoration: none;
}

/**
* 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;
}

.b-main-breadcrumb {
  padding-top: 40px;
  padding-bottom: 8px;
}

.b-menu-breadcrumb {
  position: relative;
  z-index: 10;
}

.enhanced .b-menu-breadcrumb {
  display: none;
}

.b-menu-breadcrumb__list {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.b-menu-breadcrumb__list__item {
  display: inline-block;
  margin-right: 5px;
  font-size: 12px;
  font-size: 0.75rem;
  float: left;
  padding: 3px 0 1px;
}

.b-menu-breadcrumb__list__item:after {
  content: "\203A";
  margin-left: 5px;
}

.b-menu-breadcrumb__list__item.b-menu-breadcrumb__list__item--last {
  color: #808080;
}

.b-menu-breadcrumb__list__item.b-menu-breadcrumb__list__item--last:after {
  content: "";
}

.b-menu-breadcrumb__link {
  text-decoration: none;
  color: #003882;
}

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

.enhanced .b-header__menu-main-wrapper {
  width: 15%;
}

.b-header__menu-main {
  position: relative;
}

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

.enhanced .b-menu-main {
  padding: 0;
}

.b-menu-main__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  margin: 0 auto;
}

.b-header--sticky .b-menu-main__list {
  margin: 0;
}

.b-menu-main__list a {
  text-decoration: none;
  display: block;
  color: #000224;
}

.b-menu-main__list a:hover {
  outline: none;
}

.b-menu-main__list > li {
  display: inline-block;
  padding: 0 20px;
}

.b-menu-main__list > li:after {
  content: '';
  border-bottom: 5px solid transparent;
  display: block;
  width: -webkit-calc(100% + 40px);
  width: calc(100% + 40px);
  margin-left: -20px;
}

.b-menu-main__list > li:hover .b-menu-main__mega-menu,
.b-menu-main__list > li:hover .b-menu-main__list--level2, .b-menu-main__list > li:focus .b-menu-main__mega-menu,
.b-menu-main__list > li:focus .b-menu-main__list--level2, .b-menu-main__list > li.opened .b-menu-main__mega-menu,
.b-menu-main__list > li.opened .b-menu-main__list--level2 {
  visibility: visible;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

.b-menu-main__list > li:hover:after, .b-menu-main__list > li:focus:after, .b-menu-main__list > li.opened:after {
  border-color: #003882;
}

.b-menu-main__list > li > a {
  font-size: 18px;
  font-size: 1.125rem;
  padding-bottom: 0;
  line-height: 55px;
}

.b-menu-main__list--level2 {
  list-style: none;
  padding: 5px 0;
  visibility: hidden;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition: all .15s ease-out;
  transition: all .15s ease-out;
  position: absolute;
  top: 100%;
  z-index: 200;
  background-color: #ffffff;
  margin-left: -20px;
}

.b-menu-main__mega-menu .b-menu-main__list--level2 {
  position: relative;
  width: 33%;
  padding: 25px 0;
  margin-left: 0px;
}

.b-menu-main__list--level2 > .b-menu-main__list__item > a {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2em;
  padding: 10px 18px;
  border-left: 4px solid transparent;
}

.b-menu-main__list--level2 > .b-menu-main__list__item > a:hover, .b-menu-main__list--level2 > .b-menu-main__list__item > a:focus {
  background-color: #f2f2f2;
}

.b-menu-main__list--level2 > .b-menu-main__list__item--par > a {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/icon_arrow_right_blue.svg");
  background-position: right 18px center;
  background-repeat: no-repeat;
  padding-right: 36px;
}

.b-menu-main__list--level2 > .b-menu-main__list__item--par > a:hover, .b-menu-main__list--level2 > .b-menu-main__list__item--par > a:focus {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/icon_arrow_right_black.svg");
}

.b-menu-main__list--level2 > .b-menu-main__list__item--opened .b-menu-main__list--level3 {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.b-menu-main__list--level3-container {
  padding: 25px;
  width: 66%;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

.b-menu-main__list--level3-container--opened {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.b-menu-main__list--level3-title {
  font-size: 22px;
  font-size: 1.375rem;
  color: #003882;
  padding: 10px 18px;
  font-weight: 600;
}

.b-menu-main__list--level3-title,
b-menu-main__list--level3-content {
  -webkit-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

.b-menu-main__list--level3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition: all .15s ease-out;
  transition: all .15s ease-out;
  z-index: 1;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  min-height: 100%;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  position: absolute;
  top: 0;
  right: -200%;
  width: 200%;
  list-style: none;
  padding-bottom: 25px;
}

.b-menu-main__list--level3-container .b-menu-main__list--level3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.b-menu-main__list--level3 .b-menu-main__list__item {
  width: 50%;
}

.b-menu-main__list--level3 .b-menu-main__list__item a {
  color: #474747;
  padding: 10px 18px;
}

.b-menu-main__list--level3 .b-menu-main__list__item a:hover, .b-menu-main__list--level3 .b-menu-main__list__item a:focus {
  text-decoration: underline;
  background: transparent;
}

.b-menu-main__list--level3:before {
  content: attr(data-title);
  width: 100%;
  padding: 10px 18px;
  padding-bottom: 0;
  margin-top: 25px;
  margin-bottom: 0px;
}

.b-menu-main__mega-menu-teaser {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #000224;
}

.b-menu-main__mega-menu-teaser__content {
  padding: 10px 25px 0px 25px;
}

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

.b-menu-main__mega-menu-teaser__bottom {
  padding-bottom: 15px;
}

.b-menu-main__mega-menu-teaser__top a:link, .b-menu-main__mega-menu-teaser__top a:visited {
  text-decoration: underline;
}

.b-menu-main__mega-menu-teaser__top a:active, .b-menu-main__mega-menu-teaser__top a:hover, .b-menu-main__mega-menu-teaser__top a:focus {
  text-decoration: none;
}

.b-menu-main__mega-menu-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

.b-menu-main__mega-menu {
  visibility: hidden;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-color: #ffffff;
  -webkit-transition: all .15s ease-out;
  transition: all .15s ease-out;
  position: absolute;
  top: 100%;
  z-index: 200;
  width: 100%;
  left: 0px;
}

.b-menu-main__mega-menu:after {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  z-index: -1;
  margin-left: -webkit-calc(-50vw + 50%);
  margin-left: calc(-50vw + 50%);
  margin-right: -webkit-calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  background-color: #ffffff;
  box-shadow: 0px 3px 26px #00274E3D;
}

.b-menu-main__list > .b-menu-main__list__item--cur:after,
.b-menu-main__list > .b-menu-main__list__item--act:after {
  border-color: #003882;
}

.b-menu-main__list .b-menu-main__list--level2 > .b-menu-main__list__item--cur > a,
.b-menu-main__list .b-menu-main__list--level2 > .b-menu-main__list__item--act > a {
  border-color: #003882;
}

.b-menu-main__list .b-menu-main__list--level3 > .b-menu-main__list__item--cur > a {
  font-weight: 600;
  color: #000224;
}

.b-menu-main--core {
  margin-bottom: 2em;
  border-bottom: 1px solid #e5ebf2;
}

.enhanced .b-menu-main--core {
  display: none;
}

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

.b-menu-main--core ul li {
  margin-bottom: 1em;
}

.b-menu-main--core ul li a {
  font-size: 18px;
  font-size: 1.125rem;
  text-decoration: none;
  display: inline-block;
  color: #003882;
}

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

.b-menu-main--core ul li ul {
  margin: 0.1em 0 0 .5em;
}

.b-menu-main--core ul li ul li {
  margin-bottom: 0.2em;
}

.b-menu-main--core ul li ul li a {
  font-size: inherit;
}

.b-menu-main--core ul .active,
.b-menu-main--core ul .current {
  color: #474747;
  font-weight: bold;
}

.b-footer__menu-main--core .b-menu-main--core__label {
  display: block;
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: .5em;
  color: #003882;
  border-bottom: 1px solid #e5ebf2;
}

.enhanced .b-footer__menu-main--core .b-menu-main--core__label {
  display: none;
}

.b-menu-main--core-trigger {
  font-size: 30px;
  font-size: 1.875rem;
}

.enhanced .b-menu-main--core-trigger {
  display: none;
}

.b-menu-main--core-trigger a {
  text-decoration: none;
  color: #003882;
}

.b-menu-main--core-trigger a:hover {
  text-decoration: underline;
}

/* Custom mmenu style settings */
.mm-navbar {
  --mm-color-background: #fff;
  --mm-color-text-dimmed: #474747;
  --mm-color-button: #003882;
}

.mm-panel {
  --mm-color-background: #fff;
  --mm-color-button: #003882;
  --mm-color-text: #000224;
}

.mm-panel hr {
  border-color: #E5EBF2;
  border-width: 2px;
  margin: 10px auto;
}

.mm-btn_prev {
  width: 40px;
}

.mm-btn_prev:before {
  width: 7px;
  height: 7px;
  border-width: 1px;
  border-color: #474747;
}

.mm-btn_next:after {
  width: 11px;
  height: 11px;
}

.mm-btn_close:before {
  right: 15px;
  width: 11px;
  height: 11px;
}

.mm-btn_close:after {
  right: 30px;
  width: 11px;
  height: 11px;
}

.b-menu-main-mobile {
  display: none;
}

.mm-wrapper_opened .b-menu-main-mobile {
  display: block;
}

.mm-menu_offcanvas {
  max-width: 400px;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
}

.mm-navbar {
  border: none;
}

.mm-navbar__title {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 12px;
  font-size: 0.75rem;
  min-height: 4rem;
}

.mm-listitem__btn:not(.mm-listitem__text) {
  border: none;
}

.b-menu-main-mobile__list {
  padding-bottom: 10px;
}

/*
 * Main mobile meta items
 *
 */
.b-menu-main-meta-mobile__list__item {
  font-size: 12px;
  font-size: 0.75rem;
}

.b-menu-main-meta-mobile__list__item a {
  color: #474747;
  padding-top: 8px;
  padding-bottom: 8px;
}

.b-menu-main-meta-mobile__list__item a:hover, .b-menu-main-meta-mobile__list__item a:focus {
  color: #003882;
}

.b-menu-main-meta-mobile__list__item img {
  margin-right: 5px;
}

.b-menu-main-meta-mobile__list__item--cur a {
  color: #003882 !important;
}

/*
 *  act & current states
 */
.b-menu-main-mobile__list__item > a {
  border-left: 4px solid transparent;
  padding-left: 16px;
}

.b-menu-main-mobile__list__item--cur > a {
  border-color: #003882;
}

.b-header__menu-main-mobile-trigger {
  overflow: hidden;
}

.b-menu-main-mobile-trigger {
  display: none;
}

.enhanced .b-menu-main-mobile-trigger {
  cursor: pointer;
  display: block;
  margin-left: 20px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 24px;
  height: 16px;
  position: relative;
}

.b-menu-main-mobile-trigger:before, .b-menu-main-mobile-trigger:after,
.b-menu-main-mobile-trigger span {
  -webkit-transition: none 0.5s ease 0.5s;
  transition: none 0.5s ease 0.5s;
  -webkit-transition-property: transform, top, bottom, left, opacity;
  -webkit-transition-property: top, bottom, left, opacity, -webkit-transform;
  transition-property: top, bottom, left, opacity, -webkit-transform;
  transition-property: transform, top, bottom, left, opacity;
  transition-property: transform, top, bottom, left, opacity, -webkit-transform;
  background: #003882;
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  position: absolute;
  left: 0;
  font-size: 16px;
  line-height: 22px;
}

html.mm-opening .b-menu-main-mobile-trigger:before, html.mm-opening .b-menu-main-mobile-trigger:after, html.mm-opening
.b-menu-main-mobile-trigger span {
  top: 0px;
}

.b-menu-main-mobile-trigger:before {
  top: 0;
}

html.mm-opening .b-menu-main-mobile-trigger:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.b-menu-main-mobile-trigger span {
  top: 7px;
}

html.mm-opening .b-menu-main-mobile-trigger span {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
}

.b-menu-main-mobile-trigger:after {
  top: 14px;
}

html.mm-opening .b-menu-main-mobile-trigger:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.b-menu-main-mobile-close {
  display: none;
}

.enhanced .b-menu-main-mobile-close {
  display: block;
  cursor: pointer;
}

.enhanced .b-menu-main-mobile-close span {
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
}

.enhanced .b-menu-main-mobile-close span:after {
  content: "";
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/icon_x.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50%;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  margin-left: 12px;
  margin-bottom: -5px;
}

.b-menu-main-mobile__search-form-container {
  padding: 12px 0px !important;
}

.b-menu-main-mobile__search-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
}

.b-menu-main-mobile__search-form input[type=text] {
  height: 40px;
  border: none;
  background-color: #E5EBF2;
  margin: 0;
  padding: 0 50px 0 20px;
  font-size: 16px;
  font-size: 1rem;
  color: #474747;
}

.b-menu-main-mobile__search-form button[type=submit] {
  position: absolute;
  top: 0;
  right: 10px;
  width: auto;
  padding: 10px 15px;
  line-height: 1.2;
}

.enhanced .b-menu-main-mobile__search-form button[type=submit] {
  width: 40px;
  height: 40px;
  background-color: transparent;
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/icon_loupe.svg");
  background-repeat: no-repeat;
  background-size: 21px 21px;
  background-position: center;
  border: 0;
  text-indent: -9999px;
  padding: 0;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.enhanced .b-menu-main-mobile__search-form button[type=submit]:hover, .enhanced .b-menu-main-mobile__search-form button[type=submit]:focus {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  outline: 0;
}

.b-header__row--1__inner .b-menu-meta {
  display: none;
}

.b-menu-meta__list {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1.3;
}

.b-menu-meta__list li {
  float: left;
  padding-right: 10px;
  font-size: 14px;
  font-size: 0.875rem;
  margin-right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.b-menu-meta__list li.b-menu-meta__list__item--last {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}

.b-menu-meta__list li img {
  margin-right: 5px;
}

.b-menu-meta__list li a {
  text-decoration: none;
  color: #474747;
}

.b-menu-meta__list li a:hover, .b-menu-meta__list li a:focus {
  text-decoration: underline;
  color: #003882;
}

.b-menu-sub-wrap {
  position: relative;
  margin: -30px 0 30px -21px;
  padding: 42px 0 20px 20px;
  background-color: #003882;
}

.enhanced .b-menu-sub-wrap {
  display: none;
}

.b-menu-sub-wrap:after {
  position: absolute;
  content: '';
  width: 3000px;
  top: 0;
  left: 100%;
  height: 100%;
  margin: 0;
  display: block;
  background-color: #003882;
}

.b-menu-sub-wrap + div {
  margin-top: 60px;
}

.enhanced .b-menu-sub-wrap + div {
  margin-top: 0;
}

.b-menu-sub-header {
  color: #ffffff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 1.5em;
}

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

.b-menu-sub__list__item {
  padding-bottom: 15px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
}

.b-menu-sub__link {
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

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

.b-menu-sub__link.active {
  color: #e5ebf2;
}

.b-menu-sub__link.active:hover, .b-menu-sub__link.active:focus {
  text-decoration: none;
  cursor: default;
}

.b-more-article-slider {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0px auto;
  overflow: hidden;
  padding: 20px 20px;
}

.b-more-article-slider__title {
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px;
}

.b-more-article-slider .slick-list {
  height: auto !important;
  padding: 0 !important;
  width: 100%;
}

.b-more-article-slider .slick-track {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
}

.b-more-article-slider .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin-top: 20px;
}

.b-more-article-slider .slick-slide {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  margin: 0 5px;
}

.b-more-article-slider .slick-slide > div {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-self: center;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  width: 100%;
}

.b-more-article-slider .slick-slide.slick-current {
  /*max-width: 90vw;*/
  margin: 0 5px;
}

.b-more-article-slider .slick-slide.slick-current > div {
  margin-top: 0;
  max-width: initial;
}

.b-more-article-slider__slide-item {
  position: relative;
}

.b-more-article-slider__image-wrap {
  position: relative;
  z-index: 0;
}

.b-more-article-slider__image-wrap > img {
  width: 100%;
}

.b-more-article-slider__image-wrap .info-flag-top-theme,
.b-more-article-slider__image-wrap .g-copyright {
  position: absolute;
  z-index: 2;
}

.b-more-article-slider__image-wrap .g-copyright {
  bottom: 0;
  right: 0;
}

.b-more-article-slider__image-wrap .info-flag-top-theme {
  top: 16px;
  right: 0;
}

.b-more-article-slider__txt {
  padding: 16px 0;
}

.b-more-article-slider__meta {
  color: #808080;
}

.b-more-article-slider__heading {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}

.b-more-article-slider__heading a {
  text-decoration: underline;
  color: #003882;
}

.b-more-article-slider__heading a:hover, .b-more-article-slider__heading a:focus, .b-more-article-slider__heading a:active {
  text-decoration: none;
}

.b-more-article-slider__btn-more {
  text-align: center;
  padding: 24px 24px 0;
}

.b-main__section--b-more-article-slider {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.b-menu-language {
  float: right;
  margin-right: 20px;
}

.enhanced .b-menu-language {
  float: left;
  display: inline-block;
  position: relative;
}

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

.enhanced .b-menu-language__current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.enhanced .b-menu-language__current span {
  display: inline-block;
  vertical-align: middle;
  float: left;
}

.enhanced .b-menu-language__current .flag {
  display: none;
  width: 20px;
  height: 13px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 13px;
  margin-left: 5px;
  margin-top: 2px;
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.2);
}

.enhanced .b-menu-language__current .isocode {
  color: #474747;
  font-size: 14px;
  margin-left: 5px;
}

.enhanced .b-menu-language__current .title {
  padding: 10px 10px 8px;
}

.enhanced .b-menu-language__current .chevron {
  background: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/icon_dropdown_grey.svg") center no-repeat;
  width: 12px;
  height: 12px;
  cursor: pointer;
  margin-left: 5px;
  margin-top: 2px;
  background-size: contain;
}

.b-menu-language__list {
  margin: 0;
}

.enhanced .b-menu-language__list {
  margin-left: 0;
  margin-top: 10px;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #ffffff;
  border: 1px solid #e5ebf2;
  z-index: 500;
  text-align: left;
}

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

.enhanced .b-menu-language__list__item {
  float: none;
  border-bottom: 1px solid #e5ebf2;
  padding: 0 10px;
  display: block;
  white-space: nowrap;
}

.enhanced .b-menu-language__list__item:last-child {
  border-bottom: none;
}

.enhanced .b-menu-language__list__item span {
  display: inline-block;
  height: 40px;
  vertical-align: middle;
  line-height: 1.5;
}

.enhanced .b-menu-language__list__item .flag {
  width: 20px;
  height: 13px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 13px;
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.2);
}

.b-menu-language__list__item a {
  text-decoration: none;
  display: inline-block;
  font-size: 0;
}

.b-menu-language__list__item .title {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
  color: #003882;
  padding-left: 10px;
}

.p-home .b-menu-language__list__item .title {
  color: #ffffff;
}

.enhanced .b-menu-language__list__item .title {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #000224;
  padding: 10px 0 8px 4px;
}

.b-menu-language__list__item.b-menu-language__list__item--cur {
  filter: alpha(opacity=80);
}

.enhanced .b-menu-language__list__item.b-menu-language__list__item--cur {
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.b-menu-language__list__item.b-menu-language__list__item--cur a {
  cursor: default;
}

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

.b-menu-location__btn {
  font-size: 25px;
  font-size: 1.5625rem;
  background: transparent;
  border: none;
  color: #003882;
  white-space: nowrap;
}

.b-menu-location__btn:focus, .b-menu-location__btn:hover {
  border: none;
  color: #003882;
  text-decoration: none;
  background: none;
}

.b-menu-location__arrow {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/icon_dropdown.svg");
  background-repeat: no-repeat;
  height: 15px;
  background-size: contain;
  display: inline-block;
  margin-left: 10px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  width: 20px;
}

.is-open .b-menu-location__arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}

.b-menu-location__list-lvl1 a {
  display: block;
  text-decoration: none;
}

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

.b-menu-location__list-lvl2 {
  border-bottom: 1px solid #e5ebf2;
  margin-bottom: 40px;
  padding-bottom: 20px;
}

.enhanced .b-menu-location__list-lvl2 {
  display: none;
}

.enhanced .is-open .b-menu-location__list-lvl2 {
  display: block;
}

.b-menu-location__item-lvl2.b-menu-location__searchbox {
  display: none;
}

.enhanced .b-menu-location__item-lvl2.b-menu-location__searchbox {
  display: block;
}

.b-menu-location__item-lvl2 a {
  display: inline-block;
}

.enhanced .b-menu-location__item-lvl2 {
  position: relative;
  white-space: nowrap;
  padding: 6px 0;
}

.enhanced .b-menu-location__item-lvl2 .flag {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px 17px;
  border: 1px solid #003882;
  height: 19px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 25px;
}

.enhanced .b-menu-location__item-lvl2 .title {
  padding-left: 35px;
}

.enhanced .b-menu-location__item-lvl2 .title {
  font-size: 18px;
  font-size: 1.125rem;
}

.enhanced .b-menu-location__item-lvl2 .title:focus, .enhanced .b-menu-location__item-lvl2 .title:hover {
  text-decoration: underline;
}

.b-menu-location-map {
  display: none;
  margin-top: 40px;
}

.b-menu-location-map__image {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/MenuLocation/menu_location_map.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  min-height: 600px;
}

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

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

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

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

.b-footer__menu ul > li {
  display: inline-block;
  margin-bottom: 10px;
}

.enhanced .b-footer__menu ul > li {
  margin-right: 5px;
}

.b-footer__menu ul > li:after {
  display: inline-block;
  width: 10px;
  margin-left: 5px;
  content: "\2022";
}

.b-footer__menu ul > li:last-child:after {
  display: none;
}

.b-footer__menu ul > li > a {
  color: #003882;
  text-decoration: underline;
}

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

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

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

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

.b-header__search {
  position: relative;
  width: auto;
  float: left;
}

.b-header__row--1__inner .b-header__search {
  display: none;
}

/*
#inputText:focus {
    outline: 0px;
}
 */
.b-page-search {
  position: absolute;
  top: -10px;
  right: 0px;
  width: 0px;
  -webkit-transition: width .15s ease-out;
  transition: width .15s ease-out;
  overflow: hidden;
}

.b-page-search input[type=text] {
  height: 40px;
  border: none;
  background-color: #E5EBF2;
  margin: 0;
  padding: 0 40px 0 50px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #474747;
}

.b-page-search button[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  padding: 10px 15px;
  line-height: 1.2;
}

.enhanced .b-page-search button[type=submit] {
  width: 40px;
  height: 40px;
  background-color: transparent;
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/icon_loupe.svg");
  background-repeat: no-repeat;
  background-size: 21px 21px;
  background-position: center;
  border: 0;
  text-indent: -9999px;
  padding: 0;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.enhanced .b-page-search button[type=submit]:hover, .enhanced .b-page-search button[type=submit]:focus {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  outline: 0;
}

.b-page-search--active {
  width: 350px;
}

.b-page-search--opened {
  overflow: visible;
}

.b-page-search-close {
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
  border-right: 1px solid #fff;
}

.b-page-search-close .icon {
  display: block;
  width: 40px !important;
  height: 40px !important;
  background-repeat: no-repeat;
  background-size: 15px 15px !important;
  background-position: center;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.b-page-search-close .icon:hover, .b-page-search-close .icon:focus {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  outline: 0;
}

.b-media-player iframe {
  max-width: 250px;
  height: 250px;
}

/**
 * Hero Image Narrow
 */
.enhanced .b-hero-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.b-hero-image .g-copyright {
  display: none;
}

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

.enhanced .b-hero-image__overlay {
  background-color: #003882;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/**
 * Hero Image Narrow
 */
.enhanced .b-main__hero-image--narrow .b-hero-image {
  margin: 0 auto;
  max-width: 1300px;
}

.enhanced .p-1col--about .b-main__hero-image--narrow {
  background-color: #ffffff;
  padding-top: 2.75rem;
}

.b-main__hero-slider {
  margin-top: 50px;
}

.enhanced .b-main__hero-slider {
  margin-top: -80px;
}

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

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

.enhanced .b-hero-slider.slick-slider {
  margin-bottom: 10px;
}

.b-hero-slider .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.b-hero-slider .slick-slide {
  margin: 0 44px;
}

.enhanced .b-hero-slider .slick-prev, .enhanced
.b-hero-slider .slick-next {
  top: 145px;
}

.enhanced .b-hero-slider .slick-prev {
  left: 0;
}

.enhanced .b-hero-slider .slick-next {
  right: 0;
}

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

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

.b-hero-slider__slide {
  margin-bottom: 30px;
}

.enhanced .b-hero-slider__slide {
  margin-bottom: 0;
  display: none;
}

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

.enhanced .b-hero-slider__slide.slick-slide .b-hero-slider__image,
.enhanced .b-hero-slider__slide.slick-slide .b-hero-slider__content {
  display: block;
}

.enhanced .b-hero-slider__slide .b-hero-slider__image,
.enhanced .b-hero-slider__slide .b-hero-slider__content {
  display: none;
}

.b-hero-slider__slide a {
  text-decoration: none;
}

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

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

.enhanced .b-hero-slider__slide a:hover .b-hero-slider__image, .enhanced .b-hero-slider__slide a:focus .b-hero-slider__image {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.enhanced .slick-slider .b-hero-slider__slide .b-hero-slider__image,
.enhanced .slick-slider .b-hero-slider__slide .b-hero-slider__content {
  display: block;
}

.enhanced .b-hero-slider__image-wrap {
  overflow: hidden;
  position: relative;
}

.enhanced .b-hero-slider__image {
  height: 180px;
  background-position: center;
  background-size: cover;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.enhanced .b-hero-slider__content {
  background-color: #ffffff;
  text-align: center;
  padding: 10px 5px 20px;
  position: relative;
  width: 100%;
  float: 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-hero-logo {
  height: 40px;
  position: relative;
  width: 100%;
}

.b-hero-logo__image {
  background-color: #003882;
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/DEint/logo_deinternational_white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60px;
  border-radius: 50%;
  display: block;
  height: 80px;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 80px;
}

.hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 0px solid red;
}

.hero-wrapper .main-hero-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  width: 100%;
  height: -webkit-calc(100vh - 100px);
  height: calc(100vh - 100px);
}

.hero-wrapper .main-hero-box .hero-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.hero-wrapper .main-hero-box .hero-image-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
}

.hero-wrapper .main-hero-box .hero-content {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  top: 0px;
  border: 0px solid green;
}

.hero-wrapper .main-hero-box .hero-content .search-box {
  width: 100%;
  height: auto;
  border: 0px solid green;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
}

.hero-wrapper .main-hero-box .hero-content .page-title-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: auto;
  max-width: 1240px;
  height: auto;
  padding: 0px;
  padding-right: 10px;
  padding-left: 0px;
  margin-bottom: 27px;
  margin-left: 20px;
  line-height: 1.16;
  border: 0px solid green;
}

html[dir='rtl'] .hero-wrapper .main-hero-box .hero-content .page-title-box {
  margin-right: 20px;
  padding-right: 0px;
  padding-left: 10px;
}

.hero-wrapper .main-hero-box .hero-content .page-title-box .headline {
  color: #ffffff;
  font-weight: bold;
  text-shadow: 0px 4px 24px #000224CC;
  text-align: left;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-break: break-word;
}

.hero-wrapper .main-hero-box .hero-content .page-title-box .sub-headline {
  color: #ffffff;
  font-weight: 100;
  text-shadow: 0px 4px 24px #000224CC;
  text-align: left;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-break: break-word;
}

.hero-wrapper-extended {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 0px solid red;
}

.hero-wrapper-extended .top-thema-flag {
  position: absolute;
  right: 0px;
  top: 18px;
  width: auto;
  height: auto;
  display: none;
  border: 0px solid yellow;
}

html[dir='rtl'] .hero-wrapper-extended .top-thema-flag {
  left: 0px;
  right: auto;
}

.hero-wrapper-extended .top-thema-flag.visible {
  display: block;
}

.hero-wrapper-extended .main-hero-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  width: 100%;
  height: -webkit-calc(100vh - 100px);
  height: calc(100vh - 100px);
  border: 0px solid yellow;
}

.hero-wrapper-extended .main-hero-box .hero-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.hero-wrapper-extended .main-hero-box .hero-image-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
}

.hero-wrapper-extended .main-hero-box .hero-content {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  top: 0px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  height: 100%;
  border: 0px solid yellow;
}

.hero-wrapper-extended .main-hero-box .hero-content.has-event-facebar {
  margin-top: -50px;
}

.hero-wrapper-extended .main-hero-box .hero-content .top-info-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: auto;
  border: 0px solid green;
  padding-bottom: 8px;
}

.hero-wrapper-extended .main-hero-box .hero-content .page-title-box {
  width: 100%;
  max-width: 1240px;
  height: auto;
  border: 0px solid green;
  padding-bottom: 6px;
}

.hero-wrapper-extended .main-hero-box .hero-content .page-title-box .headline {
  color: #ffffff;
  font-weight: bold;
  text-shadow: 0px 4px 24px #000224CC;
}

.hero-wrapper-extended .main-hero-box .hero-content .bottom-info-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-box-orient: vertical;
  -moz-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
  height: auto;
  border: 0px solid green;
  padding-bottom: 15px;
}

.b-main__event-details .hero-wrapper-extended .main-hero-box .hero-content .bottom-info-box {
  margin-bottom: 30px;
}

.hero-wrapper-extended .main-hero-box .hero-content .bottom-info-box .icon-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: auto;
  height: auto;
  border: 0px solid green;
  z-index: 100;
  padding-left: 6px;
  padding-right: 6px;
  margin-left: 6px;
  margin-right: 6px;
}

.hero-wrapper-extended .main-hero-box .hero-content .bottom-info-box .icon-box .href-flex-box {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 10px;
}

.hero-wrapper-extended .main-hero-box .hero-content .bottom-info-box .icon-box > a, .hero-wrapper-extended .main-hero-box .hero-content .bottom-info-box .icon-box a:link, .hero-wrapper-extended .main-hero-box .hero-content .bottom-info-box .icon-box a:active, .hero-wrapper-extended .main-hero-box .hero-content .bottom-info-box .icon-box a:visited {
  color: #ffffff !important;
}

.hero-wrapper-extended .main-hero-box .hero-content .bottom-info-box .icon-box .left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  border: 0px solid red;
}

.hero-wrapper-extended .main-hero-box .hero-content .bottom-info-box .icon-box .left > img {
  max-width: none !important;
}

html[dir='rtl'] .hero-wrapper-extended .main-hero-box .hero-content .bottom-info-box .icon-box .left {
  margin-left: 10px;
}

.hero-wrapper-extended .main-hero-box .hero-content .bottom-info-box .icon-box .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 80%;
  border: 0px solid red;
  color: #ffffff;
  font-weight: lighter;
  margin-left: 10px;
}

html[dir='rtl'] .hero-wrapper-extended .main-hero-box .hero-content .bottom-info-box .icon-box .right {
  margin-left: 0px;
}

.hero-slider-2021 {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  border: 0px solid greenyellow;
}

.enhanced .hero-slider-2021 .slick-slider .hero-slider__item .hero-slider__item__inner {
  display: block;
}

.hero-slider-2021 .slick-dots {
  top: 100% !important;
  margin-top: -58px;
}

.hero-slider-2021 .slick-dots li.slick-active button:before, .hero-slider-2021 .slick-dots li button:before {
  color: #FFF;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  background-color: transparent;
}

.hero-slider-2021 .slick-dots li button {
  border: 2px solid #FFF;
  background-color: transparent;
  width: 12px !important;
  height: 12px !important;
  /*
        &:focus {
            @include focus-outline($focus-color-invert);
        }

        &:active {
            @include focus-outline($focus-color-invert);
        }

         */
}

.hero-slider-2021 .slick-dots li.slick-active button {
  border: 2px solid #FFF;
  border-radius: 100%;
  background-color: transparent;
  color: transparent;
  /*
        &:focus {
            @include focus-outline($focus-color-invert);
        }

         */
}

.hero-slider-2021 .slick-dots li.slick-active button:before {
  content: "";
  display: block;
  position: relative;
  width: 4px;
  height: 4px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: white;
  border-radius: 100%;
}

html[dir='rtl'] .hero-slider-2021 .slick-dots li.slick-active button:before {
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.hero-slider-2021 .slick-prev,
.hero-slider-2021 .slick-next {
  display: none;
  border: 0px solid greenyellow;
}

.enhanced .hero-slider-2021 .slick-prev, .enhanced
.hero-slider-2021 .slick-next {
  position: absolute !important;
  width: 50px;
  height: 50px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.accessibility-mode .enhanced .hero-slider-2021 .slick-prev:focus, .accessibility-mode .enhanced
.hero-slider-2021 .slick-next:focus {
  outline: 2px dashed #ffffff;
  outline-offset: 2px;
}

.hero-slider-2021 .slick-prev {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/Slider/arrow_L_l_white.svg");
  bottom: 64px;
  left: 30px;
  -webkit-transition: all 1s cubic-bezier(0.61, 0.77, 0.44, 0.99);
  transition: all 1s cubic-bezier(0.61, 0.77, 0.44, 0.99);
}

.hero-slider-2021 .slick-prev:hover {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/Slider/arrow_L_l_white_hover.svg") !important;
}

.accessibility-mode .hero-slider-2021 .slick-prev:focus {
  outline: 2px dashed #ffffff;
  outline-offset: 2px;
}

html[dir='rtl'] .hero-slider-2021 .slick-prev {
  right: 90px !important;
}

.hero-slider-2021 .slick-next {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/Slider/arrow_L_r_white.svg");
  bottom: 64px;
  left: 90px;
  -webkit-transition: all 1s cubic-bezier(0.61, 0.77, 0.44, 0.99);
  transition: all 1s cubic-bezier(0.61, 0.77, 0.44, 0.99);
}

.hero-slider-2021 .slick-next:hover {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/Slider/arrow_L_r_white_hover.svg") !important;
}

.accessibility-mode .hero-slider-2021 .slick-next:focus {
  outline: 2px dashed #ffffff;
  outline-offset: 2px;
}

html[dir='rtl'] .hero-slider-2021 .slick-next {
  right: 30px !important;
}

.hero-slider__item {
  margin-bottom: 30px;
}

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

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

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

.hero-slider__item__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border: 0px solid red;
  width: 100%;
  height: -webkit-calc(100vh - 100px);
  height: calc(100vh - 100px);
  text-align: center;
  position: relative;
  overflow: hidden;
  top: 0px;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio */
}

.hero-slider__item__inner .top-thema-flag {
  position: absolute;
  right: 0px;
  top: 18px;
  width: auto;
  height: auto;
  display: none;
  border: 0px solid yellow;
}

html[dir='rtl'] .hero-slider__item__inner .top-thema-flag {
  left: 0px;
  right: auto;
}

.hero-slider__item__inner .top-thema-flag.visible {
  display: block;
}

.hero-slider__item__inner .hero-slider__caption {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 75px;
  width: 100%;
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
  border: 0px solid yellow;
}

.hero-slider__item__inner .hero-slider__caption .date-category {
  width: 100%;
  height: auto;
  text-align: left;
  border: 0px solid royalblue;
  color: #ffffff;
  font-weight: lighter;
}

.hero-slider__item__inner .hero-slider__caption .date-category > span {
  padding-right: 0.2rem;
}

html[dir='rtl'] .hero-slider__item__inner .hero-slider__caption .date-category {
  text-align: right !important;
}

.hero-slider__item__inner .hero-slider__caption .heading {
  width: 100%;
  height: auto;
  text-align: left;
  border: 0px solid royalblue;
}

html[dir='rtl'] .hero-slider__item__inner .hero-slider__caption .heading {
  text-align: right !important;
}

.hero-slider__item__inner .hero-slider__caption .heading > h3 {
  color: #ffffff;
  font-weight: bold;
  padding-top: 10px;
  line-height: normal;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-break: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
}

.hero-slider__item__inner .hero-slider__caption .heading .btn, .hero-slider__item__inner .hero-slider__caption .heading .rte_button, .hero-slider__item__inner .hero-slider__caption .heading .rte_button--colored {
  background-color: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
}

.hero-slider__item__inner .hero-slider__caption .heading .btn:hover, .hero-slider__item__inner .hero-slider__caption .heading .rte_button:hover, .hero-slider__item__inner .hero-slider__caption .heading .rte_button--colored:hover {
  background-color: black !important;
}

.hero-slider__item__inner .hero-slider__caption__introtext {
  margin-bottom: 0px !important;
  font-weight: lighter;
}

.hero-slider__item__inner .hero-slider__caption__introtext > p {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-break: break-word;
  margin-bottom: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
}

.hero-slider__item__inner .hero-slider__caption__introtext > * {
  color: #ffffff;
}

.hero-slider__image {
  position: absolute;
  top: 0px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 2s cubic-bezier(0.61, 0.77, 0.44, 0.99);
  transition: -webkit-transform 2s cubic-bezier(0.61, 0.77, 0.44, 0.99);
  transition: transform 2s cubic-bezier(0.61, 0.77, 0.44, 0.99);
  transition: transform 2s cubic-bezier(0.61, 0.77, 0.44, 0.99), -webkit-transform 2s cubic-bezier(0.61, 0.77, 0.44, 0.99);
}

.hero-slider__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.hero-image-search {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 44px;
  background-color: #ffffff;
  border: 0px solid yellow;
  box-shadow: 0px 4px 24px #000224cc;
}

.hero-image-search .search-icon-box {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50px;
  height: 44px;
  border: 0px solid red;
}

.hero-image-search .search-icon-box > a {
  width: auto;
  height: auto;
}

.hero-image-search .search-icon-box > img {
  width: 20px;
  height: 20px;
  border: 0px solid green;
}

.hero-image-search .input-field-box {
  width: 100%;
  height: 44px;
  border: 0px solid red;
}

.hero-image-search .input-field-box input[type=text] {
  border: none;
  background-color: #ffffff;
  height: 44px;
  width: 100%;
}

.news-teaser-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 0px solid red;
}

.news-teaser-board {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -moz-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1283px;
  border: 0px solid green;
}

.news-teaser-board .news-teaser-board-article {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding-top: 125%;
  margin-bottom: 20px;
  border: 0px solid red;
}

.news-teaser-board .news-teaser-board-article .back-image {
  position: absolute !important;
  width: 100%;
  height: 100%;
  top: 0px;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.news-teaser-board .news-teaser-board-article .content {
  position: absolute !important;
  z-index: 10;
  top: 0px;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  border: 0px solid red;
}

.news-teaser-board .news-teaser-board-article .content .top-box {
  border: 0px solid red;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  height: 50%;
}

.news-teaser-board .news-teaser-board-article .content .top-box .date-box-holder {
  position: absolute;
  width: auto;
  height: auto;
  top: 0px;
  right: 20px;
  border: 0px solid red;
}

html[dir='rtl'] .news-teaser-board .news-teaser-board-article .content .top-box .date-box-holder {
  right: auto;
  left: 20px;
}

.news-teaser-board .news-teaser-board-article .content .top-box .news-header-top {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 7px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
  border: 0px solid green;
}

.news-teaser-board .news-teaser-board-article .content .top-box .news-header-top.show-datebox {
  width: 60%;
}

html[dir='rtl'] .news-teaser-board .news-teaser-board-article .content .top-box .news-header-top {
  text-align: right;
  left: auto;
  right: 0px;
}

.news-teaser-board .news-teaser-board-article .content .bottom-box {
  border: 0px solid red;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -moz-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  height: 50%;
}

.news-teaser-board .news-teaser-board-article .content .bottom-box .news-footer-bottom {
  height: 100%;
  width: 100%;
  text-align: left;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border: 0px solid green;
}

.news-teaser-board .news-teaser-board-article .content .bottom-box .news-footer-bottom .text-date {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  border: 0px solid yellow;
  padding-left: 10px;
  padding-right: 10px;
}

.news-teaser-board .news-teaser-board-article .content .bottom-box .news-footer-bottom .text-headline {
  border: 0px solid yellow;
  width: 100%;
  margin-top: 2px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 7px;
}

html[dir='rtl'] .news-teaser-board .news-teaser-board-article .content .bottom-box .news-footer-bottom .text-headline {
  text-align: right;
}

.news-teaser-board .news-teaser-board-article .content .bottom-box .news-footer-bottom .text-headline .g-icon {
  margin-left: 3px;
  margin-top: -7px;
}

html[dir='rtl'] .news-teaser-board .news-teaser-board-article .content .bottom-box .news-footer-bottom .text-headline .g-icon {
  margin-left: 0px;
  margin-right: 3px;
}

.news-teaser-board .news-teaser-board-article .image-overlay {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0px;
}

.news-teaser-board .news-teaser-board-article .image-overlay .button-box {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-grid-column-align: center;
  justify-items: center;
  width: 48px;
  height: 48px;
  border: 0px solid yellow;
}

.news-teaser-board .news-teaser-board-article .image-overlay .image-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.news-teaser-list-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  border: 0px solid green;
}

.news-teaser-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 982px;
  height: auto;
}

.news-teaser-list .article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  height: auto;
  border: 0px solid green;
  border-top: 1px solid #cad5da;
  padding-top: 15px;
  padding-bottom: 15px;
}

.news-teaser-list .article:first-of-type {
  border-top-width: 0px;
}

.news-teaser-list .article:last-child {
  border-bottom: 1px solid #cad5da;
}

.news-teaser-list .article .top-flag {
  position: absolute;
  right: 0px;
  top: 0px;
  width: auto;
  height: auto;
  border: 0px solid yellow;
  display: none;
  z-index: 10;
}

.news-teaser-list .article .top-flag.is-top-theme {
  display: block;
}

html[dir='rtl'] .news-teaser-list .article .top-flag {
  left: 0px;
  right: auto;
}

.news-teaser-list .article.is-top-theme {
  background-color: #E5EBF2;
  margin-top: 0px;
}

.news-teaser-list .article .content-left {
  width: 100%;
  height: auto;
  border: 0px solid red;
}

.news-teaser-list .article .content-left .date-box-holder {
  position: absolute;
  width: auto;
  height: auto;
  top: 0px;
  right: 20px;
  margin-top: 15px;
  border: 0px solid red;
}

.news-teaser-list .article .content-left .date-box-holder.is-top-theme > .info-date-box > .day {
  margin-top: 10px;
}

.news-teaser-list .article .content-left .date-box-holder.is-top-theme > .info-date-box > .month {
  margin-top: -6px;
}

.news-teaser-list .article .content-left .date-box-holder.is-top-theme > .info-date-box > .time {
  margin-top: 0px;
}

html[dir='rtl'] .news-teaser-list .article .content-left .date-box-holder {
  right: auto;
  left: 20px;
}

.news-teaser-list .article .content-left .image-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-grid-column-align: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0px;
  border: 0px solid yellow;
}

.news-teaser-list .article .content-left .image-box .button-box {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-grid-column-align: center;
  justify-items: center;
  width: 48px;
  height: 48px;
  border: 0px solid yellow;
}

.news-teaser-list .article .content-left .image-box .image-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.news-teaser-list .article .content-right {
  width: 100%;
  height: auto;
  border: 0px solid blue;
  margin-top: 4px;
}

.news-teaser-list .article .content-right .date-category-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
}

.news-teaser-list .article .content-right .date-category {
  width: 100%;
  height: auto;
  border: 0px solid blue;
  min-height: 30px;
}

.news-teaser-list .article .content-right .date-category > span {
  padding-right: 0.2rem;
}

.news-teaser-list .article .content-right .date-category .link-extern {
  margin-bottom: -6px;
}

.news-teaser-list .article .content-right.is-top-theme {
  padding-left: 16px;
  padding-right: 16px;
}

.news-teaser-list .article .content-right .headline {
  width: 100%;
  height: auto;
  border: 0px solid blue;
}

.news-teaser-list .article .content-right .headline > a, .news-teaser-list .article .content-right .headline a:link, .news-teaser-list .article .content-right .headline a:hover, .news-teaser-list .article .content-right .headline a:active, .news-teaser-list .article .content-right .headline a:visited {
  color: #003882;
}

.news-teaser-list .article .content-right .headline > h3 {
  vertical-align: middle;
  margin-bottom: 0.4rem !important;
}

.news-teaser-list .article .content-right .headline > h3 .g-icon {
  margin-left: 3px;
  margin-top: -7px;
}

html[dir='rtl'] .news-teaser-list .article .content-right .headline > h3 .g-icon {
  margin-left: 0px;
  margin-right: 3px;
}

.news-teaser-list .article .content-right > p {
  color: #000224;
  margin-bottom: 0em;
}

.news-teaser-list.rss article:first-of-type {
  border-top-width: 1px;
}

.offers-board-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 0px solid red;
}

.offers-board {
  max-width: 1368px;
  border: 0px solid green;
  display: -ms-grid !important;
  display: grid !important;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  grid-gap: 24px;
}

.offers-board__article {
  position: relative;
  border: 0px solid green;
  display: -ms-inline-grid;
  display: inline-grid;
  -ms-grid-rows: max-content;
  grid-template-rows: max-content;
}

.offers-board__image {
  position: relative;
}

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

.offers-board__content {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #ffffff;
  height: auto;
  -webkit-transition: height 0.4s ease-in-out;
  transition: height 0.4s ease-in-out;
  overflow: hidden;
  border: 0px solid red;
}

.offers-board__content .top-box {
  border: 0px solid red;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  height: 90px;
}

.offers-board__content .top-box .left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -moz-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 80%;
  height: 90px;
  border: 0px solid red;
}

.offers-board__content .top-box .left > a, .offers-board__content .top-box .left a:link, .offers-board__content .top-box .left a:hover, .offers-board__content .top-box .left a:active, .offers-board__content .top-box .left a:visited {
  color: #003882;
}

.offers-board__content .top-box .left > h3 {
  margin-bottom: 0.0em !important;
  margin-left: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

html[dir='rtl'] .offers-board__content .top-box .left > h3 {
  margin-right: 18px;
  margin-left: 0px;
}

.offers-board__content .top-box .left > h3 :focus {
  outline: none;
  text-decoration: underline !important;
}

.offers-board__content .top-box .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 20%;
  height: 90px;
  border: 0px solid red;
}

.offers-board__content .top-box .right .a.img {
  width: 36px;
}

.offers-board__content .bottom-box {
  border: 0px solid red;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 4px;
}

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

.enhanced .offers-board__article img {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  width: 100%;
}

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

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

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

.event-bar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  border: 0px solid yellow;
}

.event-bar-wrapper.is-inside-hero {
  margin-top: -90px;
}

.content-box-facebar-items {
  width: 100%;
  height: auto;
  border: 0px solid black;
  padding-top: 16px;
  padding-bottom: 20px;
  padding-left: 16px;
  padding-right: 16px;
}

.event-facebar-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 981px;
  height: 100%;
  background-color: #ffffff;
  border: 0px solid red;
  color: black;
  font-weight: 400;
  z-index: 10;
}

.event-facebar-box .top-box {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: auto;
  border: 0px solid blue;
}

.event-facebar-box .top-box .top-box-inner {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  border: 0px solid rebeccapurple;
}

.event-facebar-box .top-box .top-box-inner .event-location-box {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  border: 0px solid lightgreen;
}

.event-facebar-box .top-box .top-box-inner .event-location-box .content-box-facebar-items {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.event-facebar-box .top-box .top-box-inner .event-location-box .content-box-facebar-items .left {
  width: 38px;
  height: auto;
  border: 0px solid lightgreen;
}

.event-facebar-box .top-box .top-box-inner .event-location-box .content-box-facebar-items .right {
  border: 0px solid lightgreen;
  height: auto;
}

.event-facebar-box .top-box .top-box-inner .event-info-box {
  width: 100%;
  height: 100%;
  background-color: #ccd7e5;
  border: 0px solid lightgreen;
}

.event-facebar-box .top-box .top-box-inner .event-info-box .content-box-facebar-items .item-text-box {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  border: 0px solid lightgreen;
}

.event-facebar-box .top-box .top-box-inner .event-info-box .content-box-facebar-items .item-text-box .left {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border: 0px solid lightgreen;
  width: 38px;
  min-width: 38px;
}

.event-facebar-box .top-box .top-box-inner .event-info-box .content-box-facebar-items .item-text-box .right {
  border: 0px solid lightgreen;
}

.event-facebar-box .top-box .bottom-box-inner {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  border: 0px solid black;
}

.event-facebar-box .top-box .bottom-box-inner .event-time-box {
  width: 100%;
  height: 100%;
  background-color: #4ca6e3;
  line-height: 1.6rem;
  border: 0px solid lightgreen;
}

.event-facebar-box .top-box .bottom-box-inner .event-cooperation-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  border: 0px solid lightgreen;
}

.event-facebar-box .top-box .bottom-box-inner .event-cooperation-box .content-box-facebar-items .item-cooperation {
  width: 100%;
  height: auto;
  text-align: center;
  color: #474747;
  border: 0px solid lightgreen;
}

.event-facebar-box .top-box .bottom-box-inner .event-cooperation-box .content-box-facebar-items .item-cooperation > img {
  margin-top: 5px;
}

.event-facebar-box .bottom-box {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  background-color: #203882;
  border: 0px solid green;
  color: white;
}

.event-facebar-box .bottom-box .content-box-facebar-items a:link, .event-facebar-box .bottom-box .content-box-facebar-items a:visited {
  color: white;
  text-decoration: underline;
}

.event-facebar-box .bottom-box .content-box-facebar-items a:hover, .event-facebar-box .bottom-box .content-box-facebar-items a:active, .event-facebar-box .bottom-box .content-box-facebar-items a:focus {
  text-decoration: none;
  color: #474747;
}

.event-facebar-box .bottom-box .content-box-facebar-items .btn, .event-facebar-box .bottom-box .content-box-facebar-items .rte_button, .event-facebar-box .bottom-box .content-box-facebar-items .rte_button--colored {
  border: 2px solid #ffffff;
  color: #ffffff;
  width: 100%;
}

.facts-and-figures-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  border: 0px solid yellow;
}

.facts-and-figures-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 1370px;
  height: auto;
  background-color: #ffffff;
  border: 0px solid red;
  cursor: pointer;
}

html[dir='rtl'] .facts-and-figures-box img {
  -webkit-transform: scaleX(-1) !important;
  -ms-transform: scaleX(-1) !important;
  transform: scaleX(-1) !important;
}

.facts-and-figures-box .top-box {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  height: 190px;
  border: 0px solid blue;
  background-color: #3dad84;
}

.facts-and-figures-box .top-box:hover .underline-text {
  text-decoration: underline;
}

.facts-and-figures-box .top-box.is-blue-version {
  background-color: #203781;
}

.facts-and-figures-box .top-box .picture-item-top {
  display: inline;
  position: absolute;
  top: 22px;
  right: 30px;
  width: auto;
  height: auto;
  pointer-events: none;
  border: 0px solid blue;
}

html[dir='rtl'] .facts-and-figures-box .top-box .picture-item-top {
  right: auto;
  left: 30px;
}

.facts-and-figures-box .top-box .picture-item-top > img {
  width: 160px;
  height: auto;
}

.facts-and-figures-box .bottom-box {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 190px;
  border: 0px solid green;
}

.facts-and-figures-box .bottom-box .top-inner {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  height: 100%;
  border: 0px solid red;
}

.facts-and-figures-box .bottom-box .top-inner .left {
  background-color: #f7de5b;
}

.facts-and-figures-box .bottom-box .top-inner .left.is-blue-version {
  background-color: #546c90;
}

.facts-and-figures-box .bottom-box .top-inner .right {
  background-color: #4ca7e3;
}

.facts-and-figures-box .bottom-box .top-inner .right.is-blue-version {
  background-color: #1f3781;
}

.facts-and-figures-box .bottom-box .bottom-inner {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  height: 100%;
  border: 0px solid red;
}

.facts-and-figures-box .bottom-box .bottom-inner .left {
  background-color: #203882;
}

.facts-and-figures-box .bottom-box .bottom-inner .left.is-blue-version {
  background-color: #1f3781;
}

.facts-and-figures-box .bottom-box .bottom-inner .right {
  background-color: #ccd7e6;
}

.facts-and-figures-box .bottom-box .bottom-inner .right.is-blue-version {
  background-color: #607190;
}

.facts-and-figures-box .facts-and-figures-hover {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1000;
  background-color: #003882;
  -webkit-animation-name: scale-hover;
  animation-name: scale-hover;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.facts-and-figures-box .facts-and-figures-hover.js-overlay-is-visible {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.facts-and-figures-box .facts-and-figures-hover .button-close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 60px;
  height: 60px;
  border: 0px solid red;
}

html[dir='rtl'] .facts-and-figures-box .facts-and-figures-hover .button-close {
  right: auto;
  left: 0px;
}

.facts-and-figures-box .facts-and-figures-hover .content {
  display: inline-block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  max-width: 800px;
  height: auto;
  border: 0px solid green;
}

.facts-and-figures-box .facts-and-figures-hover .content > h3 {
  color: #ffffff;
}

.facts-and-figures-box .facts-and-figures-hover .content > p {
  color: #ffffff;
}

.facts-and-figures-box .facts-and-figures-hover .content .btn, .facts-and-figures-box .facts-and-figures-hover .content .rte_button, .facts-and-figures-box .facts-and-figures-hover .content .rte_button--colored {
  width: auto !important;
}

.facts-and-figures-flexbox {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
}

.facts-and-figures-flexbox:hover .text-font {
  text-decoration: underline;
}

.content-box-figure-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  height: auto;
  border: 0px solid black;
  margin-bottom: 20px;
  padding-left: 16px;
  padding-right: 16px;
  z-index: 10;
  pointer-events: none;
  color: #000224;
}

.content-box-figure-items .accessibility-js-link {
  text-decoration: none;
  color: #000224 !important;
}

.content-box-figure-items.is-blue-version {
  color: #ffffff;
}

.facts-and-figures-picture-item {
  position: absolute;
  display: none;
  border: 0px solid blue;
  width: auto;
  height: auto;
  right: 30px;
  left: 30px;
  top: 24px;
  pointer-events: none;
}

/*
 * For accessibility reasons we need to have a keyframe animation fpr the hover element here
 */
@-webkit-keyframes scale-hover {
  0% {
    opacity: 0.0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
  100% {
    opacity: 1.0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes scale-hover {
  0% {
    opacity: 0.0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
  100% {
    opacity: 1.0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

.top-theme-slider-wrapper {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border: 0px solid blue;
  margin-bottom: 40px;
}

.top-theme-slider {
  border: 0px solid red;
  /* the slides */
  /* the parent */
}

.top-theme-slider:before, .top-theme-slider:after {
  content: "";
  display: table;
}

.top-theme-slider:after {
  clear: both;
}

.top-theme-slider .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.top-theme-slider .slick-slide {
  margin: 0 20px;
}

.top-theme-slider .slick-list {
  margin: 0 -20px;
}

.enhanced .top-theme-slider .slick-prev, .enhanced
.top-theme-slider .slick-next {
  display: none;
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.1s cubic-bezier(0.61, 0.77, 0.44, 0.99);
  transition: all 0.1s cubic-bezier(0.61, 0.77, 0.44, 0.99);
  /*
            &:hover {
                transform: scale(1.1);
            }

             */
}

.accessibility-mode .top-theme-slider .slick-prev:focus, .accessibility-mode
.top-theme-slider .slick-next:focus {
  outline: 2px dashed #003882;
  outline-offset: 2px;
}

.top-theme-slider .slick-prev:hover,
.top-theme-slider .slick-next:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.enhanced .top-theme-slider .slick-prev {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/Slider/arrow_L_l.svg");
  top: 100%;
}

.accessibility-mode .top-theme-slider .slick-prev:focus {
  outline: 2px dashed #003882;
  outline-offset: 2px;
}

.top-theme-slider .slick-prev:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.enhanced .top-theme-slider .slick-next {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/Slider/arrow_L_r.svg");
  top: 100%;
}

.top-theme-slider .slick-dots {
  bottom: 0px !important;
  border: 0px solid red;
}

.top-theme-slider .slick-dots li.slick-active button:before, .top-theme-slider .slick-dots li button:before {
  color: #1f3781;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  background-color: transparent;
}

.top-theme-slider .slick-dots li button {
  border: 2px solid #1f3781;
  background-color: transparent;
  width: 12px !important;
  height: 12px !important;
}

.top-theme-slider .slick-dots li.slick-active button {
  border: 2px solid #1f3781;
  border-radius: 100%;
  background-color: transparent;
  color: transparent;
}

.top-theme-slider .slick-dots li.slick-active button:before {
  content: "";
  display: block;
  position: relative;
  width: 4px;
  height: 4px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #1f3781;
  border-radius: 100%;
}

html[dir='rtl'] .top-theme-slider .slick-dots li.slick-active button:before {
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.top-theme-slider .g-copyright {
  display: none;
}

.enhanced .top-theme-slider .g-copyright {
  display: block;
}

.top-theme-slider-item {
  margin-bottom: 30px;
  border: 0px solid green;
}

.enhanced .top-theme-slider-item {
  margin-bottom: 0;
  display: none;
}

.enhanced .top-theme-slider-item:first-of-type, .enhanced .top-theme-slider-item.slick-slide {
  display: block;
}

.enhanced .top-theme-slider-item.slick-slide .top-theme-slider__image,
.enhanced .top-theme-slider-item.slick-slide .top-theme-slider__content {
  display: block;
}

.enhanced .top-theme-slider-item .top-theme-slider__image,
.enhanced .top-theme-slider-item .top-theme-slider__content {
  display: none;
}

.top-theme-slider-item a {
  text-decoration: none;
}

.top-theme-slider-item a:hover, .top-theme-slider-item a:focus {
  outline: none;
}

.top-theme-slider-item a:hover h3, .top-theme-slider-item a:focus h3 {
  text-decoration: underline;
}

.enhanced .top-theme-slider-item a:hover .top-theme-slider__image, .enhanced .top-theme-slider-item a:focus .top-theme-slider__image {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.enhanced .slick-slider .top-theme-slider-item .top-theme-slider__image,
.enhanced .slick-slider .top-theme-slider-item .top-theme-slider__content {
  display: block;
}

.enhanced .top-theme-slider__image-wrap {
  overflow: hidden;
  position: relative;
}

.enhanced .top-theme-slider__image {
  background-position: center;
  background-size: cover;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  height: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio */
}

.top-theme-slider__content {
  background-color: #ffffff;
  text-align: left;
  padding-top: 16px;
  position: relative;
  width: 100%;
  float: none;
}

html[dir='rtl'] .top-theme-slider__content {
  text-align: right;
}

.event-teaser-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 0px solid blue;
}

.event-teaser {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: auto;
  max-width: 100%;
  border: 0px solid red;
  background-color: #e5ebf2;
}

.event-teaser .top {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 704px;
  height: auto;
  border: 0px solid lightgreen;
}

.event-teaser .top .image-box {
  position: relative;
  border: 0px solid red;
}

.event-teaser .top .image-box .g-copyright {
  bottom: 7px !important;
}

.event-teaser .top .category-date-box {
  position: absolute;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  height: auto;
  border: 0px solid lightgreen;
}

.event-teaser .top .category-date-box .left {
  display: inline;
  width: 100%;
  height: auto;
  padding: 16px;
  border: 0px solid green;
}

.event-teaser .top .category-date-box .right {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  height: auto;
  padding-right: 16px;
  border: 0px solid green;
}

html[dir='rtl'] .event-teaser .top .category-date-box .right {
  padding-left: 16px;
  padding-right: auto;
}

.event-teaser .top .content-box {
  display: inline-block;
  border: 0px solid black;
  width: 100%;
  height: auto;
  max-width: 704px;
  padding-top: 14px;
}

.event-teaser .top .content-box > h3 {
  margin-top: 10px;
}

.event-teaser .top .content-box a {
  color: #003882;
}

.event-teaser .top .content-box a:hover {
  text-decoration: underline !important;
}

.event-teaser .top .content-box > p {
  color: #000224;
}

.event-teaser .bottom {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: 0px solid lightgreen;
}

.event-teaser .bottom .content-box {
  border: 0px solid black;
  width: 100%;
  max-width: 704px;
  padding-left: 0px;
}

.event-teaser .bottom .time-info {
  display: none;
  border: 0px solid black;
  width: 100%;
  color: #000224;
  margin-top: -14px;
}

.event-teaser .bottom .button-box {
  text-align: center;
  border: 0px solid black;
  width: 100%;
  margin-top: 35px;
}

.event-teaser .bottom .button-box .btn, .event-teaser .bottom .button-box .rte_button, .event-teaser .bottom .button-box .rte_button--colored {
  width: 100% !important;
  line-height: 1.4 !important;
  padding: 0.85em 1em !important;
  font-size: 1.1rem;
}

.event-teaser-item {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  height: auto;
  border: 0px solid black;
  border-top: 1px solid #c6d6db;
  padding-top: 16px;
  padding-bottom: 4px;
}

.event-teaser-item .left {
  display: none;
  width: auto;
  height: auto;
  border: 0px solid green;
}

.event-teaser-item .right {
  display: inline;
  width: 100%;
  height: auto;
  border: 0px solid green;
}

.event-teaser-item a {
  color: #003882;
}

.event-teaser-item a:hover {
  text-decoration: underline !important;
}

.image-text-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: auto;
  height: auto;
  border: 0px solid blue;
}

.image-text-button-wrapper > a, .image-text-button-wrapper a:link, .image-text-button-wrapper a:hover, .image-text-button-wrapper a:active, .image-text-button-wrapper a:visited {
  color: #202140 !important;
}

.image-text-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: auto;
  border: 0px solid blue;
}

.image-text-button.image-is-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.image-text-button .left-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0px solid green;
  width: 48px;
  height: 48px;
}

.image-text-button .right-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0px solid green;
  padding-left: 8px;
  padding-right: 8px;
  height: 48px;
}

.search-news-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  border: 0px solid yellow;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #FFDE5B;
}

.search-news-wrapper .filter-search-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 1240px;
  height: auto;
  border: 0px solid red;
}

.search-news-wrapper .filter-search-row .left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  border: 0px solid green;
  padding-right: 0px;
  margin-bottom: 20px;
}

.search-news-wrapper .filter-search-row .left #formfield-search {
  margin-bottom: 0px !important;
  background: url(/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/icon_loupe.svg) right 15px center no-repeat #ffffff;
}

html[dir='rtl'] .search-news-wrapper .filter-search-row .left #formfield-search {
  background: url(/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/icon_loupe.svg) left 15px center no-repeat #ffffff;
}

.search-news-wrapper .filter-search-row .middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  border: 0px solid green;
  margin-bottom: 20px;
}

.search-news-wrapper .filter-search-row .middle > select {
  margin-bottom: 0px !important;
  /*
                @include when-inside("html[dir='rtl']") {
                    background-color: $c-white !important;
                }
                 */
}

.search-news-wrapper .filter-search-row .right {
  display: inline;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  border: 0px solid green;
  margin-bottom: 0px;
}

.search-news-wrapper .filter-search-row .right .btn--colored, .search-news-wrapper .filter-search-row .right .rte_button--colored {
  float: right;
  width: 100%;
  height: 53px;
  border: 0px solid green;
  white-space: nowrap;
}

.search-news-wrapper .filter-search-row .empty-col-40px {
  display: none;
}

/*
.filter-news-button-row {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;

    width: 100%;
    max-width: $search-max-width;

    margin-top: 30px;

    border:$debug_borders solid green;

    .btn {
        width: 100%;
        height: 53px;
        border: $debug_borders solid green;

        @include bp(small) {
            width: auto;
        }
    }
}

 */
.search-events-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  border: 0px solid yellow;
  padding-top: 0px;
  background-color: #FFDE5B;
}

.search-events-wrapper .filter-show-hide-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  border: 0px solid green;
}

.search-events-wrapper .collapse-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: auto;
}

.search-events-wrapper .collapse-content > form {
  display: contents;
}

.search-events-wrapper .filter-search-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 1240px;
  height: auto;
  border: 0px solid red;
}

.search-events-wrapper .filter-search-row .left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  border: 0px solid green;
  padding-right: 0px;
}

.search-events-wrapper .filter-search-row .left #formfield-search {
  background: url(/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/icon_loupe.svg) right 15px center no-repeat #ffffff;
}

html[dir='rtl'] .search-events-wrapper .filter-search-row .left #formfield-search {
  background: url(/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/icon_loupe.svg) left 15px center no-repeat #ffffff;
}

.search-events-wrapper .filter-search-row .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  border: 0px solid green;
  margin-top: 15px;
}

html[dir='rtl'] .search-events-wrapper .filter-search-row .right > select {
  background-color: #ffffff !important;
}

.search-events-wrapper .filter-search-row .filter-search-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: auto;
  border: 0px solid green;
}

.search-events-wrapper .filter-search-row .filter-search-col > .hidden-label {
  visibility: hidden;
}

html[dir='rtl'] .search-events-wrapper .filter-search-row .filter-search-col > select {
  background-color: #ffffff !important;
}

.search-events-wrapper .filter-search-row .filter-search-col #formfield-date-range-from, .search-events-wrapper .filter-search-row .filter-search-col #formfield-date-range-to {
  background: url(/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/Hero/icon_cal.svg) right 7px center no-repeat #ffffff;
}

html[dir='rtl'] .search-events-wrapper .filter-search-row .filter-search-col #formfield-date-range-from, html[dir='rtl'] .search-events-wrapper .filter-search-row .filter-search-col #formfield-date-range-to {
  background: url(/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/Hero/icon_cal.svg) left 7px center no-repeat #ffffff;
}

.search-events-wrapper .filter-search-row .filter-search-col #formfield-date-range-from {
  margin-bottom: 0px;
}

.search-events-wrapper .filter-search-row .empty-col-40px {
  display: none;
}

.filter-events-button-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  max-width: 1240px;
  margin-top: 30px;
  padding-bottom: 30px;
  border: 0px solid green;
}

.filter-events-button-row .basic-button {
  width: 100%;
  height: 53px;
}

.filter-events-button-row .btn--colored, .filter-events-button-row .rte_button--colored {
  width: 100%;
  height: 53px;
  margin-top: 16px;
}

.search-fmp-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  border: 0px solid yellow;
  padding-top: 0px;
  background-color: #FFDE5B;
}

.search-fmp-wrapper .filter-show-hide-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  border: 0px solid green;
}

.search-fmp-wrapper .filter-show-hide-row .btn-filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 160px;
  height: 53px;
  border: 2px solid black;
}

.search-fmp-wrapper .collapse-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: auto;
}

.search-fmp-wrapper .filter-search-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  grid-gap: 0px;
  width: 100%;
  max-width: 1240px;
  height: auto;
  border: 0px solid red;
  margin-top: 0px;
}

.search-fmp-wrapper .filter-search-grid .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  border: 0px solid green;
}

.search-fmp-wrapper .button-search-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  max-width: 1240px;
  height: auto;
  border: 0px solid red;
}

.search-fmp-wrapper .button-search-row .basic-button {
  width: 100%;
  height: 53px;
  margin-top: 30px;
}

.search-fmp-wrapper .button-search-row .btn--colored, .search-fmp-wrapper .button-search-row .rte_button--colored {
  width: 100%;
  height: 53px;
  margin-top: 20px;
  margin-bottom: 30px;
  margin-left: 0px;
}

html[dir='rtl'] .search-fmp-wrapper .button-search-row .btn--colored, html[dir='rtl'] .search-fmp-wrapper .button-search-row .rte_button--colored {
  margin-left: 0px;
  margin-right: 0px;
}

.rss-view-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  border: 0px solid yellow;
  background-color: #ffffff;
}

.rss-view-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  max-width: 982px;
  height: auto;
  border: 0px solid red;
}

.rss-view-box.tiles {
  max-width: 1240px;
}

.rss-view-box .left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border: 0px solid red;
}

.rss-view-box .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border: 0px solid red;
  margin-top: 6px;
}

.rss-view-box .right > .image-text-button-wrapper .image-text-button {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
  -moz-box-orient: horizontal !important;
  -moz-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.fmp-table-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  border: 0px solid yellow;
}

.fmp-table-wrapper .table-fmp {
  width: 100%;
  max-width: 1240px;
  border-collapse: collapse;
  border: 0px solid red;
}

.fmp-table-wrapper .table-fmp * > img {
  max-width: 100px !important;
}

.fmp-table-wrapper .table-fmp .c-col-2, .fmp-table-wrapper .table-fmp .c-col-4, .fmp-table-wrapper .table-fmp .c-col-5, .fmp-table-wrapper .table-fmp .c-col-6, .fmp-table-wrapper .table-fmp .c-col-7, .fmp-table-wrapper .table-fmp .c-col-8, .fmp-table-wrapper .table-fmp .c-col-9 {
  display: none;
}

.fmp-table-wrapper .table-fmp .c-col-10 {
  text-align: right;
}

html[dir='rtl'] .fmp-table-wrapper .table-fmp .c-col-10 {
  text-align: left;
}

.fmp-table-wrapper .table-fmp .tr-header {
  background-color: #003882;
  height: 58px;
  color: #ffffff;
}

.fmp-table-wrapper .table-fmp .tr-header > th {
  border: 0px solid red;
  vertical-align: middle;
  padding-left: 15px;
  padding-right: 15px;
  white-space: nowrap;
}

.fmp-table-wrapper .table-fmp .tr-header > th > a {
  color: #ffffff;
}

.fmp-table-wrapper .table-fmp .tr-header > th > a:link {
  color: #ffffff;
}

.fmp-table-wrapper .table-fmp .tr-header > th > a:hover {
  color: #ffffff;
}

.fmp-table-wrapper .table-fmp .tr-header > th > a:active {
  color: #ffffff;
}

.fmp-table-wrapper .table-fmp .tr-header > th > a:visited {
  color: #ffffff;
}

.fmp-table-wrapper .table-fmp .tr-header > th > a .arrow-down {
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  border: 0px solid red;
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/icon_dropdown_white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}

.fmp-table-wrapper .table-fmp .tr-header > th > a .arrow-down.sort-down {
  opacity: 1.0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.fmp-table-wrapper .table-fmp .tr-header > th > a .arrow-down.sort-up {
  opacity: 1.0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  background-position: 0px 4px;
}

.fmp-table-wrapper .table-fmp .tr-header > th > a .arrow-down.sort-down-inactive {
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

.fmp-table-wrapper .table-fmp .tr-content {
  height: auto;
  color: #000224;
}

.fmp-table-wrapper .table-fmp .tr-content > td {
  border: 0px solid red;
  vertical-align: top;
  padding: 15px;
  font-size: 0.9rem;
  border-bottom: 1px solid #ccd7e6;
}

.fmp-table-wrapper .table-fmp .tr-content .c-col-1 .info-cat-dragee {
  margin-left: 0.3rem !important;
  margin-bottom: 0.0rem !important;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}

.fmp-table-wrapper .table-fmp .tr-content .c-col-2 {
  white-space: nowrap;
}

.fmp-table-wrapper .table-fmp .tr-content .c-col-2 > img {
  max-width: 100px !important;
}

.fmp-table-wrapper .locked-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0px;
  width: 100%;
  min-height: 50px;
  max-width: 1240px;
  border: 0px solid red;
  background-color: rgba(207, 217, 231, 0.9);
  text-align: center;
  display: none;
  padding-right: 15px;
  padding-left: 15px;
}

.fmp-table-wrapper .fmp-pager-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  border: 0px solid black;
}

.simple-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  border: 0px solid black;
}

.simple-text-wrapper .simple-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  border: 0px solid green;
}

.simple-text-wrapper .simple-text .headline-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  border: 0px solid darkred;
}

.simple-text-wrapper .simple-text .headline-container.h-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.simple-text-wrapper .simple-text .headline-container.has-date {
  margin-top: 10px;
}

.simple-text-wrapper .simple-text .sub-headline-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  border: 0px solid darkred;
  padding-top: 0.8rem;
  padding-bottom: 1.0rem;
}

.video-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  border: 0px solid yellow;
}

.video-wrapper .video-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.fmp-text-company-main-wrapper {
  position: relative;
  width: 100%;
  border: 0px solid red;
}

.fmp-mobile-company-logo {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: auto;
  width: 100%;
  border: 0px solid yellow;
  margin-top: -16px;
  /*
    @include bp(large) {
        display: none;
    }

     */
}

.fmp-text-company-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  border: 0px solid yellow;
  margin-top: 42px;
}

.fmp-text-company-wrapper .fmp-text-company {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  /*
        @include bp(large) {
            flex-direction: row;
        }

         */
  border: 0px solid black;
}

.fmp-text-company-wrapper .fmp-text-company .left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0px solid blue;
  width: 100%;
}

.fmp-text-company-wrapper .fmp-text-company .left .simple-text {
  max-width: 100% !important;
  padding-right: 0px;
  /*
                @include bp(large) {
                    padding-right: 60px;

                    @include when-inside("html[dir='rtl']") {
                        padding-right: auto;
                        padding-left: 60px;
                    }
                }

                 */
}

.fmp-text-company-wrapper .fmp-text-company .right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  border: 0px solid blue;
  height: auto;
  width: 100%;
  /*
            @include bp(large) {
                width: 420px;
                margin-top: -120px;
            }

             */
}

.fmp-text-company-wrapper .fmp-text-company .right .company-container {
  display: none;
  height: auto;
  width: 306px;
  position: relative;
  border: 0px solid blue;
  /*
                @include bp(large) {
                    display: inline-block;
                }

                 */
}

.fmp-text-company-wrapper .fmp-text-company .right .adress-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0px solid red;
  width: 100%;
  height: auto;
  margin-top: 20px;
  padding-left: 0px;
  /*
                @include bp(large) {
                    width: 306px;
                    padding-left: 40px;
                }

                 */
}

.fmp-company-logo-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  border: 0px solid red;
  width: 100%;
  /*
    @include bp(large) {
        flex-direction: column;
        height: auto;
    }

     */
  box-shadow: 0px 8px 36px #00274e34;
}

.fmp-company-logo-banner .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0px solid red;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  padding-top: 24px;
  padding-bottom: 24px;
  /*
        @include bp(large) {
            width: 100%;
            max-width: 100%;

            //height: 160px;
        }

         */
}

.fmp-company-logo-banner .top .logo-container {
  display: inline-block;
  border: 0px solid red;
  width: 100%;
  height: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.fmp-company-logo-banner .bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0px solid red;
  width: 100%;
  height: 100%;
  background-color: #00A6E3;
  padding-top: 32px;
  padding-bottom: 16px;
  /*
        @include bp(large) {
            width: 100%;
            min-width: 100%;
        }

         */
}

.fmp-company-logo-banner .bottom .text {
  display: inline-block;
  border: 0px solid red;
  width: 100%;
  height: auto;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 0.3rem;
}

.fmp-company-logo-banner .bottom .category-items {
  display: inline-block;
  border: 0px solid red;
  width: 100%;
  height: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.fmp-company-adress-list {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: auto;
  width: 100%;
  border: 0px solid yellow;
  /*
    @include bp(large) {
        flex-direction: column;
    }

     */
}

.fmp-company-adress-list .adress-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: auto;
  width: 100%;
  border: 0px solid red;
  /*
        @include bp(large) {
            width: 100%;
        }

         */
}

.fmp-company-adress {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: auto;
  width: 100%;
  border: 0px solid yellow;
  margin-top: 16px;
}

.fmp-company-adress .adress-text {
  border: 0px solid black;
}

.fmp-company-adress .company-adress {
  margin-top: 15px;
  border: 0px solid black;
}

.fmp-company-adress .company-adress-info {
  margin-top: 15px;
}

.fmp-company-adress .company-adress-info:before, .fmp-company-adress .company-adress-info:after {
  content: "";
  display: table;
}

.fmp-company-adress .company-adress-info:after {
  clear: both;
}

.cp-members-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  border: 0px solid red;
}

.cp-members-wrapper .cp-members-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  border: 0px solid blue;
}

.cp-members-wrapper .cp-members-list.show-border-top {
  border-top: 1px solid #E5EBF2;
  padding-top: 24px;
}

.cp-members-wrapper .cp-members-list .members-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: auto;
  width: 100%;
  border: 0px solid red;
}

.cp-member {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: auto;
  width: 100%;
  border: 0px solid yellow;
  padding-right: 40px;
  margin-bottom: 24px;
}

html[dir='rtl'] .cp-member {
  padding-right: 0px;
  padding-left: 40px;
}

.cp-member .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: auto;
  width: 100%;
  border: 0px solid green;
  padding-bottom: 11px;
}

.cp-member .bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: auto;
  width: 100%;
  border: 0px solid green;
}

.cp-member .bottom .member-info-1 {
  margin-top: 10px;
}

.cp-member .bottom .member-info-1:before, .cp-member .bottom .member-info-1:after {
  content: "";
  display: table;
}

.cp-member .bottom .member-info-1:after {
  clear: both;
}

.cp-member .bottom .member-info-2 {
  margin-top: 0px;
}

.cp-member .bottom .member-info-2:before, .cp-member .bottom .member-info-2:after {
  content: "";
  display: table;
}

.cp-member .bottom .member-info-2:after {
  clear: both;
}

.cp-member .bottom > p {
  margin-top: 8px;
}

.back-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  border: 0px solid yellow;
}

.speakers-title {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 16px;
  text-align: center;
}

.speaker-slider-wrapper {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border: 0px solid blue;
  margin-bottom: 60px;
  padding: 0px 20px;
}

.speaker-slider {
  border: 0px solid red;
  /* the slides */
  /* the parent */
}

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

.speaker-slider:after {
  clear: both;
}

.speaker-slider .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.speaker-slider .slick-slide {
  margin: 0 20px;
}

.speaker-slider .slick-list {
  margin: 0 -20px;
}

.enhanced .speaker-slider .slick-prev, .enhanced
.speaker-slider .slick-next {
  display: none;
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.1s cubic-bezier(0.61, 0.77, 0.44, 0.99);
  transition: all 0.1s cubic-bezier(0.61, 0.77, 0.44, 0.99);
}

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

.enhanced .speaker-slider .slick-prev {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/Slider/arrow_L_l.svg");
  top: 100%;
}

.enhanced .speaker-slider .slick-next {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/Slider/arrow_L_r.svg");
  top: 100%;
}

.speaker-slider .slick-dots {
  margin-top: 20px;
  border: 0px solid red;
}

.speaker-slider .slick-dots li.slick-active button:before, .speaker-slider .slick-dots li button:before {
  color: #1f3781;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  background-color: transparent;
}

.speaker-slider .slick-dots li button {
  border: 2px solid #1f3781;
  background-color: transparent;
  width: 12px !important;
  height: 12px !important;
}

.speaker-slider .slick-dots li.slick-active button {
  border: 2px solid #1f3781;
  border-radius: 100%;
  background-color: transparent;
  color: transparent;
}

.speaker-slider .slick-dots li.slick-active button:before {
  content: "";
  display: block;
  position: relative;
  width: 4px;
  height: 4px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #1f3781;
  border-radius: 100%;
}

html[dir='rtl'] .speaker-slider .slick-dots li.slick-active button:before {
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.speaker-slider-item {
  margin-bottom: 30px;
  border: 0px solid green;
}

.enhanced .speaker-slider-item {
  margin-bottom: 0;
  display: none;
}

.enhanced .speaker-slider-item:first-of-type, .enhanced .speaker-slider-item.slick-slide {
  display: block;
}

.enhanced .speaker-slider-item.slick-slide .top-theme-slider__image,
.enhanced .speaker-slider-item.slick-slide .top-theme-slider__content {
  display: block;
}

.enhanced .speaker-slider-item .speaker-slider__image,
.enhanced .speaker-slider-item .speaker-slider__content {
  display: none;
}

.enhanced .slick-slider .speaker-slider-item .speaker-slider__image,
.enhanced .slick-slider .speaker-slider-item .speaker-slider__content {
  display: block;
}

.enhanced .speaker-slider__image-wrap {
  width: 180px;
  height: 180px;
}

.speaker-slider__image-wrap .g-copyright {
  display: none;
}

.enhanced .speaker-slider__image-wrap .g-copyright {
  display: block;
  position: absolute;
}

.enhanced .speaker-slider__image {
  width: 180px;
  height: 180px;
  background-position: center;
  background-size: cover;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.speaker-slider__content {
  text-align: left;
  padding-top: 16px;
  padding-bottom: 10px;
  position: relative;
  width: 100%;
  float: none;
}

.speaker-list .speaker-slider__content {
  padding-top: 0px;
  padding-bottom: 0px;
}

html[dir='rtl'] .speaker-slider__content {
  text-align: right;
}

.speaker-slider__content > p {
  color: #000224 !important;
}

.b-main__section--b-speakers-slider {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.speaker-list {
  border: 0px solid red;
}

.speaker-list .speaker-item {
  display: block;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 24px;
  margin-bottom: 24px;
}

.speaker-list .speaker-item:last-child {
  border-bottom: none;
  margin-bottom: 0px;
}

.speaker-list .speaker-item .speaker-slider__content {
  display: block;
}

.speaker-list .speaker-item .speaker-slider__content__text {
  padding-top: 16px;
  padding-bottom: 16px;
}

.speaker-list .speaker-item .speaker-slider__content__text p:last-child {
  margin-bottom: 0px;
}

.speaker-list .speaker-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  border: 0px solid green;
}

.timeline-item-size-1 {
  width: 150px;
}

.timeline-item-size-2 {
  width: 300px;
}

.timeline-item-size-3 {
  width: 450px;
}

.timeline-item-size-4 {
  width: 600px;
}

.timeline-item-size-5 {
  width: 750px;
}

.timeline-item-size-6 {
  width: 900px;
}

.timeline-item-size-7 {
  width: 1050px;
}

.timeline-item-size-8 {
  width: 1200px;
}

.timeline-item-size-9 {
  width: 1350px;
}

.timeline-item-size-10 {
  width: 1500px;
}

.timeline-item-size-11 {
  width: 1650px;
}

.timeline-item-size-12 {
  width: 1800px;
}

.timeline-item-size-13 {
  width: 1950px;
}

.timeline-item-size-14 {
  width: 2100px;
}

.timeline-item-size-15 {
  width: 2250px;
}

.timeline-item-size-16 {
  width: 2400px;
}

.timeline-item-size-17 {
  width: 2550px;
}

.timeline-item-size-18 {
  width: 2700px;
}

.timeline-item-size-19 {
  width: 2850px;
}

.timeline-item-size-20 {
  width: 3000px;
}

.timeline-item-size-21 {
  width: 3150px;
}

.timeline-item-size-22 {
  width: 3300px;
}

.timeline-item-size-23 {
  width: 3450px;
}

.timeline-item-size-24 {
  width: 3600px;
}

.timeline-item-size-25 {
  width: 3750px;
}

.timeline-item-size-26 {
  width: 3900px;
}

.timeline-item-size-27 {
  width: 4050px;
}

.timeline-item-size-28 {
  width: 4200px;
}

.timeline-item-size-29 {
  width: 4350px;
}

.timeline-item-size-30 {
  width: 4500px;
}

.timeline-item-size-31 {
  width: 4650px;
}

.timeline-item-size-32 {
  width: 4800px;
}

.timeline-item-size-33 {
  width: 4950px;
}

.timeline-item-size-34 {
  width: 5100px;
}

.timeline-item-size-35 {
  width: 5250px;
}

.timeline-item-size-36 {
  width: 5400px;
}

.timeline-item-size-37 {
  width: 5550px;
}

.timeline-item-size-38 {
  width: 5700px;
}

.timeline-item-size-39 {
  width: 5850px;
}

.timeline-item-size-40 {
  width: 6000px;
}

.b-event-program {
  width: 100%;
  color: #ffffff;
  /* timeline row */
}

.b-event-program__title {
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px;
}

.b-event-program__menu {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.b-event-program__menu__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.b-event-program__menu:after {
  content: " ";
  position: absolute;
  display: block;
  height: 100%;
  width: 30px;
  right: 0;
  top: 0;
  z-index: 10;
  background: -webkit-gradient(linear, right top, left top, from(#003882), to(rgba(0, 56, 130, 0)));
  background: -webkit-linear-gradient(right, #003882 0%, rgba(0, 56, 130, 0) 100%);
  background: linear-gradient(270deg, #003882 0%, rgba(0, 56, 130, 0) 100%);
}

.b-event-program__list__item {
  padding: 0 20px;
  display: inline-block;
  cursor: pointer;
}

.b-event-program__list__item__day {
  font-weight: bold;
  padding: 0 3px;
  font-size: 39px;
  font-size: 2.4375rem;
}

.b-event-program__list__item__month {
  padding: 0 3px;
  text-transform: uppercase;
}

.b-event-program__list__item.active {
  border-bottom: 4px solid #DE8703;
}

.b-event-program__content {
  width: 100%;
  display: none;
}

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

.b-event-program__content:after {
  clear: both;
}

.b-event-program__content.active {
  display: block;
}

.b-event-program__inner {
  overflow: hidden;
  position: relative;
}

.b-event-program__row {
  background-color: rgba(255, 255, 255, 0.1);
  margin-bottom: 24px;
  padding: 24px 0 24px 0;
  position: relative;
}

.b-event-program__row:after {
  content: " ";
  position: absolute;
  display: block;
  height: 100%;
  width: 30px;
  right: 0;
  top: 0;
  z-index: 10;
  background: -webkit-gradient(linear, right top, left top, from(#003882), to(rgba(0, 56, 130, 0)));
  background: -webkit-linear-gradient(right, #003882 0%, rgba(0, 56, 130, 0) 100%);
  background: linear-gradient(270deg, #003882 0%, rgba(0, 56, 130, 0) 100%);
}

.b-event-program__row__title {
  font-size: 22px;
  font-size: 1.375rem;
  padding: 0 20px 10px;
}

.b-event-program__row__timeline {
  margin-left: 20px;
  position: relative;
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.b-event-program__row__timeline__item {
  display: inline-block;
  vertical-align: top;
  margin-right: -5px;
}

.b-event-program__row__timeline__item__title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #FFDE5B;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-right: 20px;
  position: relative;
}

.b-event-program__row__timeline__item__title > span {
  display: block;
  height: 2.5rem;
  max-height: 2.5rem;
  overflow: hidden;
}

.b-event-program__row__timeline__item__title:after {
  content: "\2219";
  position: absolute;
  bottom: -11px;
  left: 0;
  -webkit-transform: scale(2.5);
  -ms-transform: scale(2.5);
  transform: scale(2.5);
  color: #ffffff;
}

.b-event-program__row__timeline__item--spacer {
  border: 0px;
}

.b-event-program__row__timeline__item--spacer:after {
  display: none;
}

.b-event-program__row__timeline__item__description {
  padding-right: 20px;
  white-space: normal;
}

/* custom section styles */

.b-main__section--b-event-program__downloads {
  padding-top: 0 !important;
  margin-top: -40px !important;
}

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

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

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

.b-pagetitle__meta svg {
  display: none;
}

.enhanced .b-pagetitle__meta svg {
  display: inline-block;
  height: 1rem;
  width: 1rem;
}

.enhanced .b-hero-image .b-pagetitle__meta {
  color: #ffffff;
  font-weight: bold;
  display: inline-block;
  -webkit-transform: translateY(-1rem);
  -ms-transform: translateY(-1rem);
  transform: translateY(-1rem);
}

.enhanced .b-hero-image .b-pagetitle__meta svg {
  fill: #ffffff;
}

.b-hero-image .b-pagetitle {
  margin-bottom: 0;
  max-width: 100%;
  position: relative;
  padding: 20px 0;
  padding-top: 65px;
  background: #003882;
}

.enhanced .b-hero-image .b-pagetitle {
  text-align: center;
  padding: 0;
  padding-top: 90px;
  background: transparent;
  padding-bottom: 110px;
}

.b-hero-image .b-pagetitle .b-pagetitle__inner {
  position: relative;
}

.b-hero-image .b-pagetitle h1, .b-hero-image .b-pagetitle__sub {
  word-wrap: break-word;
}

.b-hero-image .b-pagetitle h1 {
  margin-bottom: 0;
  color: #ffffff;
  display: inline-block;
  width: 100%;
  font-weight: normal;
}

.enhanced .b-hero-image .b-pagetitle h1 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.1;
  margin-bottom: 15px;
}

.b-hero-image .b-pagetitle__sub {
  color: #ffffff;
  width: 100%;
  display: inline-block;
}

.enhanced .b-hero-image .b-pagetitle__sub {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.1;
}

.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;
  -webkit-transform: none;
  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: #003882 !important;
}

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

.enhanced .b-dashboard--animate .js-b-dashboard__overlay-trigger:hover .b-dashboard__item__image, .enhanced .b-dashboard--animate .js-b-dashboard__overlay-trigger:focus .b-dashboard__item__image {
  background-color: transparent !important;
}

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

.b-dashboard--animate svg {
  display: none;
}

.enhanced .b-dashboard--animate svg {
  width: 100%;
}

.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 {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  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/ahk_sitepackage/Resources/Public/_Default_v2/icons/icon_video.svg");
}

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

.enhanced .b-teaser__item__image {
  background-color: #003882;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-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%;
  -webkit-transform: translate(-50%, -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: #003882;
  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: #003882;
}

.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 {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

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

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

.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/ahk_sitepackage/Resources/Public/_Default_v2/icons/Slider/arrow_L_l_white.svg");
}

.enhanced .b-section-slider .slick-next {
  right: 20px;
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/Slider/arrow_L_r_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;
}

.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 {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

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

.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%;
  -webkit-transition: -webkit-transform 2s cubic-bezier(0.61, 0.77, 0.44, 0.99);
  transition: -webkit-transform 2s cubic-bezier(0.61, 0.77, 0.44, 0.99);
  transition: transform 2s cubic-bezier(0.61, 0.77, 0.44, 0.99);
  transition: transform 2s cubic-bezier(0.61, 0.77, 0.44, 0.99), -webkit-transform 2s cubic-bezier(0.61, 0.77, 0.44, 0.99);
}

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

.enhanced .b-section-slider__caption {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-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;
  -webkit-transition: all 2s cubic-bezier(0.61, 0.77, 0.44, 0.99);
  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 {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  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%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

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

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

.enhanced .b-section-video__caption {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-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;
  -webkit-transition: all 2s cubic-bezier(0.61, 0.77, 0.44, 0.99);
  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;
}

.b-header__banner {
  border-bottom: 1px solid #d8d8d8;
}

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

.b-header__banner__item {
  float: right;
  padding-bottom: -webkit-calc(728px / 8);
  padding-bottom: calc(728px / 8);
  position: relative;
  width: 100%;
}

.b-header__banner__item a img {
  height: auto;
  left: 50%;
  margin: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
}

.b-header__banner__item #lg {
  display: none;
}

.b-header__banner__item ins iframe {
  margin: 0 0 -webkit-calc(728px / -8) 0;
  margin: 0 0 calc(728px / -8) 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: #f2f2f2;
}

.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: 10px 0;
  border-bottom: 1px solid #e5ebf2;
}

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

.b-linklist__item a {
  text-decoration: none;
  word-wrap: break-word;
  display: block;
  color: #003882;
  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/ahk_sitepackage/Resources/Public/_Default_v2/icons/icon_link.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  top: 12px;
}

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

.c-blue .b-linklist__item {
  border-bottom: 1px solid #6687b4;
}

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

.enhanced .c-blue .b-linklist__item a:before {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/icon_link_light_blue.svg");
}

.b-prefooter__location {
  margin-bottom: 0px !important;
}

.b-prefooter__location .b-content-textmedia__images {
  display: none;
}

.b-prefooter__col {
  float: left;
  width: 100%;
  font-size: 1rem;
  position: relative;
  /*&:after {
            content: " ";
            height: 2px;
            width: calc(100% + 40px);
            background-color: $c-blue-line-dark;
            display: block;
            position: absolute;
            bottom: 25px;
            margin-left: -20px;

            @include bp(medium-small) {
                display: none;
            }
        }

        &:last-child {
            &:after {
                display: none;
            }
        }*/
}

.b-prefooter__col:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.b-prefooter__col:not(:last-child):after {
  content: " ";
  height: 2px;
  width: -webkit-calc(100% + 40px);
  width: calc(100% + 40px);
  background-color: #14488c;
  display: block;
  position: absolute;
  bottom: 0px;
  margin-left: -20px;
}

.b-prefooter__col figure {
  margin-bottom: 1.5rem;
}

.b-prefooter__col h4 {
  margin-bottom: 0px;
}

.b-prefooter a.icon-mail {
  text-decoration: underline;
}

.b-prefooter a.icon-mail:hover, .b-prefooter a.icon-mail:focus, .b-prefooter a.icon-mail:active {
  text-decoration: none;
}

.b-prefooter a.icon-phone:link, .b-prefooter a.icon-phone:visited {
  text-decoration: underline;
}

.b-prefooter a.icon-phone:hover, .b-prefooter a.icon-phone:focus, .b-prefooter a.icon-phone:active {
  text-decoration: none;
}

.b-prefooter .b-linklist {
  margin-bottom: 0px;
}

.b-prefooter .b-linklist a:link, .b-prefooter .b-linklist a:visited {
  text-decoration: none;
}

.b-prefooter .b-linklist a:hover, .b-prefooter .b-linklist a:active, .b-prefooter .b-linklist a:focus {
  text-decoration: underline;
}

/**
 * Pinboard
 */
.b-pinboard-wrap:after {
  border-top: 1px solid #e5ebf2;
  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: #f2f2f2;
  padding: 20px;
}

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

.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 {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.enhanced .b-pinboard__image__inner {
  -webkit-transition: all .2s ease-out;
  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: #003882;
  border: 1px solid #003882;
}

.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 {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.b-pinboard__icon {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/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;
}

.b-tweet {
  background-color: #00aeeb;
  color: #ffffff;
  padding: 20px 35px 30px;
  margin-bottom: 20px;
}

.enhanced .b-tweet {
  padding: 20px 8%;
}

.b-tweet:before {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/icon_twitter.svg");
  content: '';
  width: 25px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  display: block;
  margin-bottom: 10px;
}

.b-tweet a {
  text-decoration: underline;
}

.b-tweet a:hover, .b-tweet a:focus {
  text-decoration: none;
}

.b-tweet a, .b-tweet p {
  color: #ffffff !important;
}

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

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

.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: #e5ebf2;
}

.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: #f2f2f2;
}

.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 #e5ebf2;
  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: 960px;
  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;
  max-height: 165px;
  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: 165px;
  width: 100%;
}

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

.banner--core {
  display: block;
}

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

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

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

.enhanced .b-footer__banner--4col .b-footer__banner__item .b-footer__banner__item__img .banner--core {
  margin-bottom: 20px;
}

.enhanced .b-footer__banner--4col .b-footer__banner__item .b-footer__banner__item__img a {
  display: inline-block;
}

.b-footer__banner--4col .b-footer__banner__item:last-child .b-footer__banner__item__img .banner--core {
  margin-bottom: 0px;
}

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

.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 {
  color: #003882;
}

.b-accordion--color {
  background: #f2f2f2;
  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/ahk_sitepackage/Resources/Public/_Default_v2/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: #000224;
}

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

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

.enhanced .b-accordion__item:hover {
  background-color: #f2f2f2;
  border: none;
}

.enhanced .b-accordion__item .b-accordion__item__header:hover {
  background-color: #f2f2f2;
  border: none;
}

.enhanced .b-accordion__item .b-accordion__item__header:focus {
  background-color: transparent;
  border: none;
}

.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 #474747;
  border-color: #f2f2f2;
  display: block;
  margin-bottom: -1px;
}

.b-accordion__item__header {
  background: none;
  border: 0;
  color: inherit;
  cursor: default;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  text-align: left;
  text-transform: inherit;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.b-accordion__item__header::-moz-focus-inner {
  border: 0;
  padding: 0;
}

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

.enhanced .b-accordion__item__header:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0.0rem !important;
  height: 14px;
  width: 14px;
  margin-top: 20px;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.enhanced .b-accordion__item__header[aria-expanded="true"]:before {
  background: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/icon_minus_v2.svg") left top/14px 14px no-repeat;
}

.enhanced .b-accordion__item__header[aria-expanded="false"]:before {
  background: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/icon_plus.svg") left top/14px 14px no-repeat;
}

.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 {
  -webkit-transform: rotate(45deg);
  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 #003882;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  padding-bottom: 0;
  padding-top: 0;
}

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

.enhanced .b-collapse.js-collapse-in:hover, .enhanced .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/ahk_sitepackage/Resources/Public/_Default_v2/icons/icon_plus.svg") left top/14px 14px no-repeat;
  position: absolute;
  left: 0;
  height: 14px;
  width: 14px;
  margin-top: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-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 {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
}

.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: #f2f2f2;
  background-size: 7px 11px;
}

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

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

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

.b-tabs .slick-arrow.slick-next {
  right: 0;
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/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 {
  color: #003882;
}

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

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

.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/ahk_sitepackage/Resources/Public/_Default_v2/icons/Tabs/arrow_L_l_white.svg");
}

.b-tabs--color .slick-arrow.slick-next {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/Tabs/arrow_L_r_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: #f2f2f2;
}

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

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

.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: #f2f2f2;
}

.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: #000224;
}

.b-tabs__menu {
  display: none;
}

.enhanced .b-tabs__menu {
  display: block;
  background-color: #f2f2f2;
  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: #003882;
}

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

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

.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 #003882;
}

.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 #003882;
}

.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 #e5ebf2;
  margin-bottom: 1.2em;
}

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

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

.b-pagination-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  border: 0px solid red;
}

.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: 15px;
  font-size: 0.9375rem;
  /*
            &:not(:last-of-type) {
                margin-right: 0.5em;
            }
            */
}

.b-pagination .preview {
  background-color: #003882;
}

.b-pagination .preview > img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.b-pagination .next {
  background-color: #003882;
}

.b-pagination a {
  color: #000224;
  text-decoration: none;
  padding: 0.8em 1.1em;
  display: inline-block;
}

.b-pagination a:hover {
  background-color: #000224;
  color: #ffffff;
}

.b-pagination .b-pagination__list__item {
  line-height: 1;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  /*
        &:hover,
        &:active,
        &:focus {

            a {
                background-color: $c-white;
                //border-color: $c-font-main;
                color: $c-font-main;
            }
        }
         */
}

.b-pagination .b-pagination__list__item.dots {
  padding-right: 0.8em;
}

.b-pagination .b-pagination__list__item.b-pagination__list__item--current {
  background-color: #ccd7e5;
  color: #000224;
  padding: 0.8em 1.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%;
  -webkit-transform: translateY(-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: #000224;
  position: static;
  -ms-transform: none;
  -webkit-transform: none;
  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-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

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

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

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

.b-social-icons .icon:hover, .b-social-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-service-icons .icon {
  text-indent: -999999px;
  width: 32px;
  height: 32px;
  display: inline-block;
  float: left;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  -webkit-transition: -webkit-transform 0.1s ease-out;
  transition: -webkit-transform 0.1s ease-out;
  transition: transform 0.1s ease-out;
  transition: transform 0.1s ease-out, -webkit-transform 0.1s ease-out;
}

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

.b-social-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.b-social-icons li {
  margin-right: 15px;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
}

.b-social-icons__title {
  width: 100%;
  text-align: center;
}

.enhanced .icon--share,
.enhanced .shariff-button.info {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/SocialMedia/icon_share.svg");
}

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

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

.enhanced .icon--blogger {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/SocialMedia/icon_blogger.svg");
}

.enhanced .icon--facebook,
.enhanced .shariff-button.facebook {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/SocialMedia/icon_facebook.svg");
}

.enhanced .icon--flickr {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/SocialMedia/icon_flickr.svg");
}

.enhanced .icon--googleplus,
.enhanced .shariff-button.googleplus {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/SocialMedia/icon_googleplus.svg");
}

.enhanced .icon--instagram {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/SocialMedia/icon_instagram.svg");
}

.enhanced .icon--linkedin,
.enhanced .shariff-button.linkedin {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/SocialMedia/icon_linkedin.svg");
}

.enhanced .icon--twitter, .enhanced .shariff-button.twitter {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/SocialMedia/icon_twitter.svg");
}

.enhanced .icon--telegram {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/SocialMedia/icon_telegram.svg");
}

.enhanced .icon--viadeo {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/SocialMedia/icon_viadeo.svg");
}

.enhanced .icon--wechat {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/SocialMedia/icon_wechat.svg");
}

.enhanced .icon--weibo {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/SocialMedia/icon_weibo.svg");
}

.enhanced .icon--xing,
.enhanced .shariff-button.xing {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/SocialMedia/icon_xing.svg");
}

.enhanced .icon--youtube {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/SocialMedia/icon_youtube.svg");
}

.c-blue .icon--youtube {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/SocialMedia/icon_youtube_white.svg");
}

.c-blue .icon--xing {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/SocialMedia/icon_xing_white.svg");
}

.c-blue .icon--linkedin {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/SocialMedia/icon_linkedin_white.svg");
}

.c-blue .icon--facebook {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/SocialMedia/icon_facebook_white.svg");
}

.c-blue .icon--twitter {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/SocialMedia/icon_twitter_white.svg");
}

.c-blue .icon--telegram {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/SocialMedia/icon_telegram_white.svg");
}

.c-blue .icon--viadeo {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/SocialMedia/icon_viadeo_white.svg");
}

.c-blue .icon--wechat {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/SocialMedia/icon_wechat_white.svg");
}

.c-blue .icon--weibo {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/SocialMedia/icon_weibo_white.svg");
}

.c-blue .icon--flickr {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/SocialMedia/icon_flickr_white.svg");
}

.c-blue .icon--instagram {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/SocialMedia/icon_instagram_white.svg");
}

.b-social-share-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.b-social-share {
  list-style: none;
  position: relative;
  height: 32px;
  width: 32px;
  display: inline-block;
  margin: 0;
}

.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: 32px;
  height: 32px;
  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;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}

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

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

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

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

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

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

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

.active .shariff-button.twitter {
  top: 32px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.active .shariff-button.facebook {
  top: 64px;
  -webkit-transition: 0.45s ease;
  transition: 0.45s ease;
}

.active .shariff-button.linkedin {
  top: 96px;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}

.active .shariff-button.xing {
  top: 128px;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}

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

.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: 32px;
  height: 32px;
  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;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}

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

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

.b-social-share__item--facebook {
  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 {
  top: 35px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.active .b-social-share__item--facebook {
  top: 70px;
  -webkit-transition: 0.45s ease;
  transition: 0.45s ease;
}

.active .b-social-share__item--linkedin {
  top: 105px;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}

.active .b-social-share__item--xing {
  top: 140px;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}

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

.icon--search {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/icon_loupe.svg");
}

header .icon--search {
  width: 20px !important;
  height: 20px !important;
  margin-left: 20px;
  margin-right: 10px;
}

.accessibility-mode .icon--search:focus {
  outline: 2px dashed #003882;
  outline-offset: 2px;
}

.icon--close {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/icon_x.svg");
}

.b-logo-wall {
  border-left: 1px solid #e5ebf2;
  border-top: 1px solid #e5ebf2;
  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 #e5ebf2;
  border-right: 1px solid #e5ebf2;
  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--4col .b-logo-wall__item,
.b-logo-wall--5col .b-logo-wall__item {
  width: 20%;
  float: left;
}

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

.b-logo-wall--4col .b-logo-wall__item {
  width: 25%;
}

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

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

.b-teaser-board__image img {
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  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 {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  width: 100%;
}

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

.enhanced .b-teaser-board__content {
  background: #f2f2f2;
  padding: 20px;
  -webkit-transition: height 0.4s ease-in-out;
  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/ahk_sitepackage/Resources/Public/_Default_v2/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;
}

.b-teaser-board--single.b-teaser-board {
  margin: 0 0 30px 0;
}

.b-teaser-board--single .b-teaser-board__image {
  margin-bottom: 10px;
}

.enhanced .b-teaser-board--single .b-teaser-board__image {
  margin-bottom: 0;
}

.b-teaser-board--single .b-teaser-board__article {
  float: none !important;
  height: auto !important;
  margin: 0 !important;
  max-width: 380px !important;
  width: 100% !important;
}

.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;
}

.b-text-blocks {
  padding: 0px;
}

.b-text-blocks__highlighted {
  padding: 16px;
  margin-bottom: 16px;
  background-color: #28AD84;
  color: #000224;
}

.b-text-blocks__highlighted__subtitle {
  text-transform: uppercase;
  font-size: 0.85rem;
  margin-bottom: 0.4em;
}

.b-text-blocks__highlighted__title {
  color: #000224;
}

.b-text-blocks__highlighted *:last-child {
  margin-bottom: 0px;
}

/**
 * Map
 * placed in hero box (storytelling), multicolumn, prefooter, content aside
 */

.b-map__headline {
  font-weight: normal;
}

.b-hero-box--first .b-map__headline {
  margin-bottom: 1.5rem;
}

.b-map__inner {
  position: relative;
}

.b-map__inner .b-map__image,
.b-map__inner .b-map-pin__image {
  display: none;
}

.b-map__image {
  z-index: -1;
  position: relative;
}

.b-map img {
  display: block;
}

.b-map-pin {
  margin-bottom: .5rem;
}

.b-map-pin img {
  height: 1.25rem;
  width: 1.25rem;
}

.b-map-pin__text-meta, .b-map-pin__text {
  display: block;
}

.b-map-pin.is-active {
  display: none;
}

.b-map-pin.is-active img {
  height: 50%;
  width: 50%;
}

.enhanced .b-location {
  position: relative;
  white-space: nowrap;
}

.enhanced .b-location .flag {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px 17px;
  border: 1px solid #003882;
  height: 19px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 25px;
}

.enhanced .b-location .title {
  padding-left: 35px;
}

.b-article-teaser__item .b-location {
  border-bottom: 1px solid #e5ebf2;
  padding: 15px;
}

.c-blue-light .b-location {
  color: #003882;
}

.b-location-filter__list {
  max-height: 338px;
  list-style: none;
  overflow: scroll;
}

.enhanced .b-location-filter__list {
  background-color: #ffffff;
  margin-bottom: 0;
  overflow: hidden;
}

.b-location-filter__input {
  display: none;
}

.enhanced .b-location-filter__input {
  background-color: #ffffff;
  border-color: #e5ebf2;
  display: block;
  margin-bottom: 0;
}

.c-blue-light .b-location-filter__input {
  border-color: #474747;
}

.enhanced .b-location-filter__item {
  position: relative;
  white-space: nowrap;
  border: 1px solid #e5ebf2;
  border-top: none;
  padding: 6px 15px;
  display: block;
}

.enhanced .b-location-filter__item .flag {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px 17px;
  border: 1px solid #003882;
  height: 19px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 25px;
}

.enhanced .b-location-filter__item .title {
  padding-left: 35px;
}

.enhanced .b-location-filter__item a {
  display: block;
  text-decoration: none;
}

.enhanced .b-location-filter__item .flag {
  border: 1px solid #003882;
}

.enhanced .b-location-filter__item .title {
  font-size: 18px;
  font-size: 1.125rem;
}

.enhanced .b-location-filter__item .title:focus, .enhanced .b-location-filter__item .title:hover {
  text-decoration: underline;
}

.c-blue-light .b-location-filter__item {
  border-color: #474747;
}

.b-menu-location__searchbox {
  border-bottom: 0;
  display: block;
  margin-bottom: 20px;
  width: 100%;
  z-index: 1;
}

.b-menu-location__searchbox input {
  background: #ffffff;
  border-color: #d8d8d8;
  margin-bottom: 0;
}

.b-deint-header {
  border-bottom: 1px solid #e5ebf2;
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-top: 20px;
  position: relative;
}

.c-blue-light .b-deint-header {
  border-color: #474747;
}

.b-deint-header__header {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: bold;
}

.b-deint-header__button .btn, .b-deint-header__button .rte_button, .b-deint-header__button .rte_button--colored, .b-deint-header__link .btn, .b-deint-header__link .rte_button, .b-deint-header__link .rte_button--colored {
  padding: 1em;
}

.b-deint-header__image {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/DEint/logo_deinternational.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  display: inline-block;
  height: 100px;
  margin-bottom: -10px;
  width: 130px;
}

.b-dropdown__list {
  background-color: #ffffff;
  border-left: 1px solid;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-color: #e5ebf2;
  display: none;
  max-height: 271px;
  left: 0;
  list-style: none;
  margin-bottom: 0;
  overflow-y: scroll;
  padding: 15px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 2;
}

.b-dropdown__label {
  color: #003882;
  font-weight: 700;
  margin-bottom: .4em;
  text-transform: uppercase;
}

.b-dropdown__input {
  margin-bottom: 0;
}

.b-dropdown__btn {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/icon_dropdown.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  border: none;
  height: 54px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  width: 42px;
}

.b-dropdown__btn:active, .b-dropdown__btn:hover, .b-dropdown__btn:focus {
  background-color: transparent;
  border: none;
}

.b-dropdown__item {
  position: relative;
  -webkit-transition: height .3s ease;
  transition: height .3s ease;
}

.b-dropdown__item a {
  background: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/icon_arrow_right.svg") center right 10px/8px no-repeat;
  border: 1px solid #e5ebf2;
  color: #003882;
  display: block;
  margin-bottom: 5px;
  padding: 10px;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.b-dropdown__item a:hover, .b-dropdown__item a:focus {
  background-color: #e5ebf2;
}

.b-dropdown--list .b-dropdown__item {
  cursor: pointer;
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 10px;
}

.b-dropdown--list .b-dropdown__item:hover, .b-dropdown--list .b-dropdown__item:focus {
  background-color: #f2f2f2;
}

.b-dropdown--list .title {
  line-height: 2;
}

.b-dropdown.is-open .b-dropdown__btn {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.b-dropdown .is-hidden {
  height: 0;
  -webkit-transition: height .3s ease;
  transition: height .3s ease;
  overflow: hidden;
  padding: 0;
}

.enhanced .b-dropdown {
  position: relative;
  white-space: nowrap;
}

.enhanced .b-dropdown .flag {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px 17px;
  border: 1px solid #003882;
  height: 19px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 25px;
}

.enhanced .b-dropdown .title {
  padding-left: 35px;
}

.b-form__item .b-dropdown {
  margin-bottom: 1em;
}

.b-quote {
  margin-bottom: 0px !important;
}

.b-quote__inner {
  border-bottom: 1px solid #e5ebf2;
  border-top: 1px solid #e5ebf2;
  padding: 32px 0px;
}

.b-quote__quote {
  font-weight: 600;
  color: #C34343;
  text-align: center;
}

.b-quote__quote-char {
  color: #000224;
}

.b-quote__quote-char:first-child {
  margin-right: -0.5rem;
}

.b-quote__quote-char:last-child {
  margin-left: -0.5rem;
}

.b-quote__meta {
  margin: 0 auto;
  max-width: 400px;
  position: relative;
}

.b-quote__img {
  height: 80px;
  width: 80px;
  margin: 0 auto 16px auto;
}

.b-quote__img img {
  border-radius: 50%;
}

.b-quote__info {
  text-align: center;
}

.b-quote__name, .b-quote__company {
  display: block;
}

.b-quote__name {
  font-weight: 700;
}

.b-cta-newsletter-wrap {
  bottom: 120px;
  position: fixed;
  right: 25px;
  width: 100%;
  z-index: 9999;
}

.b-cta-newsletter {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #003882;
  border: 2px solid white;
  border-radius: 30px;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 0;
  -webkit-transition: 0.275s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: 0.275s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.b-cta-newsletter:focus, .b-cta-newsletter:hover {
  max-width: 100%;
}

.b-cta-newsletter:focus .b-cta-newsletter__text, .b-cta-newsletter:hover .b-cta-newsletter__text {
  width: 170px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.b-cta-newsletter__text {
  color: #ffffff;
  display: inline-block;
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
  -webkit-transition: 0.275s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: 0.275s cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transition-property: width, opacity;
  transition-property: width, opacity;
  overflow: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  width: 0;
  white-space: nowrap;
}

.b-cta-newsletter__icon {
  display: inline-block;
  height: 51px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 51px;
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/Contactpool/icon_mail.svg");
}

.b-cta-newsletter-box {
  background-color: #ffffff;
  bottom: 120px;
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.2);
  padding: 20px;
  position: fixed;
  right: 25px;
  max-width: 280px;
  z-index: 9999;
}

.b-cta-newsletter-box__close {
  background-color: transparent;
  color: transparent;
  border: none;
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/icon_x.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50%;
  float: right;
  height: 1rem;
  padding: 0;
  width: 1rem;
}

.b-cta-newsletter-box__close:hover, .b-cta-newsletter-box__close:focus {
  background-color: transparent;
  border: none;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.b-cta-newsletter-box__close:focus {
  outline: 1px solid #003882;
}

.b-cta-newsletter-box.is-closed {
  -webkit-transform: translateX(320px);
  -ms-transform: translateX(320px);
  transform: translateX(320px);
  -webkit-transition: -webkit-transform .3s ease-in;
  transition: -webkit-transform .3s ease-in;
  transition: transform .3s ease-in;
  transition: transform .3s ease-in, -webkit-transform .3s ease-in;
}

.b-cta-newsletter-box .btn, .b-cta-newsletter-box .rte_button, .b-cta-newsletter-box .rte_button--colored {
  margin-top: 1rem;
}

.b-cta-newsletter-box p.b-cta-newsletter-box-text {
  line-height: 1.2;
  margin-bottom: 0;
}

.b-rss {
  margin-bottom: 20px;
  position: relative;
}

.b-page-content--aside .b-rss__inner {
  position: relative;
  margin-bottom: 30px;
}

.b-rss__link {
  display: inline-block;
  color: #003882;
  padding-left: 1.75rem;
  text-decoration: none;
  position: relative;
}

.b-rss__link:before {
  display: inline-block;
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/icon_rss.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  content: '';
  height: 1.375rem;
  left: 0;
  position: absolute;
  top: 3px;
  width: 1.375rem;
}

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

html[dir='rtl'] .b-rss__link {
  padding-left: 0;
  padding-right: 1.75rem;
}

.b-hashtag-wrap {
  display: inline-block;
  font-family: "SourceSansPro", Arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
}

header .b-hashtag-wrap {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
}

.b-pagetitle .b-hashtag-wrap {
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -1.7rem);
  -ms-transform: translate(-50%, -1.7rem);
  transform: translate(-50%, -1.7rem);
}

.b-hashtag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 10px 20px;
  background-color: #003882;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.b-hashtag__icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  height: 0.9em;
  width: 0.9em;
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/Hashtag/icon_hashtag_white.svg");
}

.b-hashtag__text {
  color: #ffffff;
  line-height: 1.2;
  padding-left: 0.25em;
  font-weight: 600;
}

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

.b-menu-main-mobile .b-hashtag__text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
}

.hashtag-animation {
  -webkit-animation: pulse 2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 2s infinite;
  animation: pulse 2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 2s infinite;
}

.hashtag-animation:before {
  -webkit-animation: pulse-ring 2s cubic-bezier(0.215, 0.61, 0.355, 1) 2s infinite;
  animation: pulse-ring 2s cubic-bezier(0.215, 0.61, 0.355, 1) 2s infinite;
  background-color: #e5ebf2;
  border-radius: 40px;
  content: '';
  display: block;
  height: 300%;
  margin-left: -100%;
  margin-top: -100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: relative;
  width: 300%;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@-webkit-keyframes pulse-ring {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
  }
  80%, 100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@keyframes pulse-ring {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
  }
  80%, 100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

.b-focus-teaser {
  padding: 0px;
}

.b-focus-teaser__teasers-container {
  margin-bottom: 16px;
}

.b-focus-teaser__item {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #e5ebf2;
}

.b-focus-teaser__item-title {
  margin-bottom: 0;
}

.b-focus-teaser-image {
  position: relative;
  z-index: 0;
  margin-bottom: 24px;
}

.b-focus-teaser-image .info-cat-dragee {
  position: absolute;
  z-index: 1;
  margin-left: 10px;
  margin-top: -0.875rem;
  padding-left: 15px;
  padding-right: 15px;
}

.b-downloads {
  padding: 0;
}

.b-downloads__container {
  box-shadow: 0px 8px 36px #00274E34;
  background-color: #ffffff;
  padding: 20px;
}

.b-downloads__title {
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.b-main__section--b-downloads .b-downloads {
  margin-top: -24px;
}

.b-downloads-item {
  border-top: 1px solid #e5ebf2;
  padding: 16px 0px;
}

.b-downloads-item:last-child {
  padding-bottom: 0px;
}

.b-downloads__container--no-title .b-downloads-item:first-child {
  border-top: 0px;
  padding-top: 0px;
}

.b-downloads-item__content {
  color: #003882;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 20px;
}

.b-downloads-item__content p {
  margin-bottom: 0.5em;
}

.b-downloads-item__icon {
  display: none;
  width: 61px;
  min-width: 61px;
  height: 61px;
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/icon_file.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 20px;
}

.b-downloads-item__link {
  margin: 0;
}

.b-downloads-item__link a {
  color: #003882;
  text-decoration: underline;
}

.b-downloads-item__link a:hover, .b-downloads-item__link a:focus, .b-downloads-item__link a:active {
  text-decoration: none;
}

.b-downloads-item__link a.icon-download:before {
  top: 0px;
  -ms-transform: none;
  transform: none;
  -webkit-transform: none;
  width: 1.1rem;
}

.b-main__section--b-downloads {
  margin-top: 48px !important;
  padding: 0px 0px 24px 0px !important;
  scroll-margin-top: 10em;
}

.b-numbers__inner {
  border-bottom: 1px solid #e5ebf2;
  border-top: 1px solid #e5ebf2;
  padding: 24px 0px;
}

.b-numbers__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.b_numbers__social-share {
  border-top: 0px !important;
  padding: -webkit-calc(32px) 0px -webkit-calc(32px - 10px) 0px !important;
  padding: calc(32px) 0px calc(32px - 10px) 0px !important;
}

.b-numbers-item {
  width: -webkit-calc(50% - 20px);
  width: calc(50% - 20px);
  margin-right: 20px;
  padding: 16px 0px;
}

.b-numbers-item--wide {
  width: 100%;
  margin: 0;
}

.b-numbers-item__name {
  font-weight: 300;
  text-transform: uppercase;
  padding-bottom: 0.25rem;
  margin-bottom: 0px;
  color: #000224;
  font-size: 12px;
  font-size: 0.75rem;
}

.b-numbers-item__value {
  font-weight: 600;
  margin-bottom: 0px;
}

.b-numbers-item--big .b-numbers-item__value {
  font-family: "SourceSerifPro", "Times New Roman", Times, serif;
}

.b-image-gallery-slider {
  position: relative;
}

.b-image-gallery-slider .slick-slider {
  margin-bottom: 20px;
}

.b-image-gallery-slider .slick-prev,
.b-image-gallery-slider .slick-next {
  width: 48px;
  height: 48px;
}

.b-image-gallery-slider__title {
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px;
}

.b-image-gallery-slider__caption {
  margin: 1em 0;
}

.b-image-gallery-slider__caption p {
  margin-bottom: 0px;
}

.b-image-gallery-slider__stage .slick-arrow {
  position: absolute;
  top: -webkit-calc(50% - 24px);
  top: calc(50% - 24px);
}

.b-image-gallery-slider__stage .slick-arrow[aria-label="Previous"] {
  margin-left: -8.25%;
  left: -15px;
}

.b-image-gallery-slider__stage .slick-arrow[aria-label="Next"] {
  margin-right: -8.25%;
  right: -15px;
}

.b-image-gallery-slider__stage__item__inner {
  position: relative;
}

.b-image-gallery-slider__thumbs {
  margin-left: -5px;
  margin-right: -5px;
}

.b-image-gallery-slider__thumbs .slick-arrow {
  position: absolute;
  bottom: 0px;
}

.b-image-gallery-slider__thumbs .slick-arrow[aria-label="Previous"] {
  margin-left: -webkit-calc(50% - 55px);
  margin-left: calc(50% - 55px);
}

.b-image-gallery-slider__thumbs .slick-arrow[aria-label="Next"] {
  margin-right: -webkit-calc(50% - 55px);
  margin-right: calc(50% - 55px);
}

.b-image-gallery-slider__thumbs__item {
  padding: 0 5px;
}

.slick-current .b-image-gallery-slider__thumbs__item {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.b-image-gallery-slider__thumbs__item__inner {
  position: relative;
}

.b-teaser-2-1 .slick-track {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.b-teaser-2-1 .slick-track > div {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.b-teaser-2-1.slick-slider {
  margin: 0;
  margin-bottom: 24px;
}

.b-teaser-2-1 .slick-slide {
  height: inherit !important;
  width: 600px;
}

.b-teaser-2-1 .slick-arrow {
  width: 48px;
  height: 48px;
  bottom: 0px;
}

.b-teaser-2-1__item {
  height: 100%;
  width: 600px;
  overflow: hidden;
}

.b-teaser-2-1__item:nth-child(2) {
  width: 400px;
}

.b-teaser-2-1__item a {
  color: #000224 !important;
}

.b-teaser-2-1__item a:hover .b-teaser-2-1__item__title {
  text-decoration: underline;
}

.b-teaser-2-1__item__image {
  position: relative;
}

a .b-teaser-2-1__item__title {
  color: #000224 !important;
}

a .b-teaser-2-1__item__title:focus, a .b-teaser-2-1__item__title:hover {
  text-decoration: underline;
}

.b-teaser-2-1__item__content {
  padding: 20px;
}

.d-click {
  background-color: #e5ebf2;
  height: 100%;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
}

.d-click__overlay {
  height: 100%;
  text-align: right;
  width: 100%;
  padding: 15px;
}

.d-click__overlay .info-flag-top-theme {
  margin-bottom: 1rem;
  margin-right: -15px;
}

.d-click__overlay-content {
  margin: 0 auto;
  text-align: center;
  padding-bottom: 15px;
}

.d-click__overlay-content .btn, .d-click__overlay-content .rte_button, .d-click__overlay-content .rte_button--colored {
  display: block;
}

.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-main__section,
.column .b-content-item {
  margin-bottom: 0;
  padding: 20px;
}

.column .b-main__section.b-teaser,
.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: #000224;
}

.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: -webkit-calc(100% - 30px);
  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: #000224;
}

.b-article__link {
  color: #003882;
}

.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: #e5ebf2;
  color: #003882;
}

.c-blue-light .b-date__month {
  background-color: #ffffff;
}

.b-date__day {
  background-color: #003882;
  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: #003882;
}

.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 #e5ebf2;
  padding-bottom: .5em;
  margin-bottom: 1em;
  width: 100%;
}

.c-blue-light .b-article-list__item {
  border-color: #474747;
}

.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: #474747;
}

.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 {
  -webkit-transform: rotate(-270deg);
  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%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.b-article-review__icon {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/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;
  -webkit-transition: -webkit-transform .2s ease-out;
  transition: -webkit-transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out, -webkit-transform .2s ease-out;
}

.b-article-review__text {
  text-align: center;
  font-weight: bold;
  color: #003882;
}

.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%;
  -webkit-transform: translateY(-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 {
  -webkit-transform: scale(1.1);
  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 {
  -webkit-transition: -webkit-transform 2s cubic-bezier(0.61, 0.77, 0.44, 0.99);
  transition: -webkit-transform 2s cubic-bezier(0.61, 0.77, 0.44, 0.99);
  transition: transform 2s cubic-bezier(0.61, 0.77, 0.44, 0.99);
  transition: transform 2s cubic-bezier(0.61, 0.77, 0.44, 0.99), -webkit-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 #474747;
  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 {
  -webkit-transform: scale(1.1);
  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;
  -webkit-transition: -webkit-transform 2s cubic-bezier(0.61, 0.77, 0.44, 0.99);
  transition: -webkit-transform 2s cubic-bezier(0.61, 0.77, 0.44, 0.99);
  transition: transform 2s cubic-bezier(0.61, 0.77, 0.44, 0.99);
  transition: transform 2s cubic-bezier(0.61, 0.77, 0.44, 0.99), -webkit-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 {
  box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.4);
}

#ui-datepicker-div.ui-datepicker {
  margin-top: -1px;
  padding: 10px;
}

.ui-datepicker {
  width: 320px;
  background-color: #ffffff;
  display: none;
  padding: 10px 10px 15px;
}

.b-calendar-ajax .ui-datepicker {
  width: 320px;
  margin: 0 auto;
}

.ui-datepicker th,
.ui-datepicker td {
  height: 40px;
  width: 40px;
  line-height: 40px;
  padding: 2px;
  text-align: center;
  vertical-align: middle;
  color: #000224;
}

.ui-datepicker-month {
  width: 90px;
  color: #003882;
  font-weight: 700;
}

.enhanced .ui-datepicker-month {
  padding: 10px 15px;
  height: 42px;
}

.ui-datepicker-year {
  width: 97px;
}

.enhanced .ui-datepicker-year {
  padding: 10px 15px;
  height: 42px;
}

.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: #003882;
}

.ui-datepicker-calendar {
  table-layout: fixed;
  margin-bottom: 0;
}

.ui-datepicker-calendar th {
  color: #000224;
}

.ui-state-default {
  height: 40px;
  width: 40px;
  display: block;
  margin: 0 auto;
  text-decoration: none;
  color: #000224;
}

.ui-state-hover {
  background-color: #003882;
  color: #fff;
}

.ui-datepicker-today a {
  background-color: #e5ebf2;
}

.ui-state-event a {
  background-color: #003882;
  color: #ffffff !important;
}

.ui-state-event a:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  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: left;
  color: #000224;
}

.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;
  -webkit-transition: -webkit-transform .2s ease-out;
  transition: -webkit-transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out, -webkit-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;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.ui-datepicker-prev {
  right: 35px;
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/Slider/arrow_L_l.svg");
}

.ui-datepicker-next {
  right: 5px;
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/Slider/arrow_L_r.svg");
}

.b-cookie-info {
  background-color: rgba(0, 56, 130, 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: #f2f2f2;
  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: #e5ebf2;
}

.b-search-form--2col .b-calendar-ajax .ui-datepicker .ui-datepicker-today a {
  background-color: #ffffff;
  font-weight: bold;
}

.b-search-form--2col .b-calendar-ajax .ui-datepicker .ui-datepicker-today.ui-state-event a {
  background-color: #003882;
}

.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: #e5ebf2;
  border: 1px solid #e5ebf2;
}

.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: #003882;
}

.b-search-form__col--last {
  padding: 20px;
}

.b-speaker__name {
  display: block;
}

.b-speaker__info {
  margin-bottom: 0;
}

.b-speaker__contact {
  display: block;
  line-height: 1.5;
  margin-bottom: 2px;
}

.cp-list-search-form {
  border: 1px solid #e5ebf2;
  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,
.cp-dept-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.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 #e5ebf2;
  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;
}

.b-speaker,
.cp-list__item {
  margin-bottom: 30px;
}

.b-speaker:before, .b-speaker:after,
.cp-list__item:before,
.cp-list__item:after {
  content: "";
  display: table;
}

.b-speaker:after,
.cp-list__item:after {
  clear: both;
}

.enhanced .b-speaker .icon, .enhanced
.cp-list__item .icon, .enhanced
.cp-teaser__content .icon {
  display: inline-block;
  vertical-align: middle;
}

.enhanced .b-speaker .icon:before, .enhanced
.cp-list__item .icon:before, .enhanced
.cp-teaser__content .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 .b-speaker .icon--fax:before, .enhanced
.cp-list__item .icon--fax:before, .enhanced
.cp-teaser__content .icon--fax:before {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/Contactpool/icon_fax.svg");
}

.enhanced .b-speaker .icon--phone:before, .enhanced
.cp-list__item .icon--phone:before, .enhanced
.cp-teaser__content .icon--phone:before {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/Contactpool/icon_phone.svg");
}

.enhanced .b-speaker .icon--mobile:before, .enhanced
.cp-list__item .icon--mobile:before, .enhanced
.cp-teaser__content .icon--mobile:before {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/Contactpool/icon_mobile.svg");
}

.enhanced .b-speaker .icon--vcard:before, .enhanced
.cp-list__item .icon--vcard:before, .enhanced
.cp-teaser__content .icon--vcard:before {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/Contactpool/icon_vcard.svg");
}

.enhanced .b-speaker .icon--mail:before, .enhanced
.cp-list__item .icon--mail:before, .enhanced
.cp-teaser__content .icon--mail:before {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/Contactpool/icon_mail.svg");
}

.enhanced .b-speaker .icon--website:before, .enhanced
.cp-list__item .icon--website:before, .enhanced
.cp-teaser__content .icon--website:before {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/Contactpool/icon_website.svg");
}

.enhanced .b-speaker .icon--linkedin-circle:before, .enhanced
.cp-list__item .icon--linkedin-circle:before, .enhanced
.cp-teaser__content .icon--linkedin-circle:before {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/Contactpool/icon_linkedin_circle.svg");
}

.b-speaker__image,
.cp-list__item-image {
  max-width: 160px;
}

.b-speaker__content p,
.cp-list__item-content p {
  margin-bottom: 0;
}

.b-speaker__name,
.cp-list__item-name {
  font-weight: bold;
}

.b-speaker__info,
.cp-list__item-info {
  margin-top: 15px;
}

.b-speaker__info:before, .b-speaker__info:after,
.cp-list__item-info:before,
.cp-list__item-info:after {
  content: "";
  display: table;
}

.b-speaker__info:after,
.cp-list__item-info:after {
  clear: both;
}

.b-speaker__info p,
.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: #003882;
  display: inline-block;
  font-weight: bold;
  line-height: 1.33;
  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;
}

.cp-dept-list--bordered .cp-list__item {
  border-bottom: 1px solid #e5ebf2;
  padding-bottom: 20px;
}

.cp-dept-list--bordered .c-blue-light .cp-list__item,
.cp-dept-list--bordered .c-blue-light .cp-list__department {
  border-color: #474747;
}

.cp-dept-list--highlight {
  margin-bottom: 30px;
}

.cp-dept-list--highlight .cp-list__item-wrapper {
  padding-bottom: 20px;
  padding-top: 40px;
}

.cp-dept-list--highlight .cp-list__item-image,
.cp-dept-list--2col .cp-list__item-image {
  padding-right: 20px;
}

.cp-teaser-list {
  margin-left: -10px;
  margin-right: -10px;
}

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

.cp-teaser-list:after {
  clear: both;
}

.cp-teaser {
  margin: 10px;
  position: relative;
  overflow: hidden;
}

.cp-teaser__inner {
  padding: 20px;
}

.cp-teaser__inner:before, .cp-teaser__inner:after {
  content: "";
  display: table;
}

.cp-teaser__inner:after {
  clear: both;
}

.cp-teaser__image {
  display: block;
  margin-bottom: 10px;
  max-width: 100px;
}

.cp-teaser__content .b-location {
  margin-bottom: .8em;
}

.cp-teaser__content p {
  margin-bottom: .4em;
}

.cp-teaser__name {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}

.cp-teaser__info {
  margin-top: 1em;
}

.cp-teaser__btn {
  background: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/icon_x.svg") center/20px no-repeat transparent;
  border: none;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  z-index: 1;
}

.cp-teaser__btn:active, .cp-teaser__btn:hover, .cp-teaser__btn:focus {
  background-color: transparent;
  border: none;
}

.cp-teaser__block-link {
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.enhanced .cp-teaser__block-link {
  display: block;
}

.cp-teaser .cp-teaser__btn {
  display: none;
}

.enhanced .cp-teaser .cp-teaser__more {
  display: none;
}

.b-overlay {
  background: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  height: auto;
  left: 50%;
  padding: 20px;
  position: fixed;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 94%;
  z-index: 500;
}

.b-overlay-mask {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 500;
}

.tx-solr-search-form {
  border: 1px solid #e5ebf2;
  padding: 20px 15px;
  margin-bottom: 15px;
}

.tx-solr-search-form:before, .tx-solr-search-form:after {
  content: "";
  display: table;
}

.tx-solr-search-form:after {
  clear: both;
}

#tx-solr-search-form-pi-results {
  position: relative;
}

#tx-solr-search-form-pi-results input[type=text] {
  padding-right: 85px;
}

#tx-solr-search-form-pi-results button[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  padding: 10px 15px;
  line-height: 1.2;
}

#sortingSelector {
  list-style: none;
}

#sortingSelector a {
  text-decoration: none;
}

#sortingSelector a:hover, #sortingSelector a:focus {
  text-decoration: underline;
}

.results-entry {
  border-bottom: 1px solid #e5ebf2;
  margin-bottom: 1.2em;
}

.results-topic {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2;
  margin-bottom: 0.2em;
}

.results-highlight {
  background: #e5ebf2;
}

.results-list,
.tx-pagebrowse {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tx-pagebrowse li {
  display: inline-block;
}

.tx-pagebrowse-pi1 {
  margin: 1em 0;
}

.tx-pagebrowse-pi1 ul.tx-pagebrowse {
  list-style: none;
  margin: 0;
  padding: 0;
}

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

.tx-pagebrowse-pi1 ul.tx-pagebrowse li:not(:last-of-type) {
  margin-right: 0.5em;
}

.tx-pagebrowse-pi1 ul.tx-pagebrowse li.tx-pagebrowse-pages,
.tx-pagebrowse-pi1 ul.tx-pagebrowse li ol {
  margin-bottom: 0;
}

.tx-pagebrowse-pi1 .tx-pagebrowse-first,
.tx-pagebrowse-pi1 .tx-pagebrowse-last,
.tx-pagebrowse-pi1 .tx-pagebrowse-prev,
.tx-pagebrowse-pi1 .tx-pagebrowse-next,
.tx-pagebrowse-pi1 .tx-pagebrowse-page,
.tx-pagebrowse-pi1 .tx-pagebrowse-current {
  line-height: 1;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.tx-pagebrowse-pi1 .tx-pagebrowse-first a,
.tx-pagebrowse-pi1 .tx-pagebrowse-last a,
.tx-pagebrowse-pi1 .tx-pagebrowse-prev a,
.tx-pagebrowse-pi1 .tx-pagebrowse-next a,
.tx-pagebrowse-pi1 .tx-pagebrowse-page a,
.tx-pagebrowse-pi1 .tx-pagebrowse-current a {
  border: 1px solid #003882;
  background-color: #003882;
  color: #ffffff;
  text-decoration: none;
  padding: 0.6em 1em;
  display: inline-block;
}

.tx-pagebrowse-pi1 .tx-pagebrowse-first:hover a, .tx-pagebrowse-pi1 .tx-pagebrowse-first:active a, .tx-pagebrowse-pi1 .tx-pagebrowse-first:focus a,
.tx-pagebrowse-pi1 .tx-pagebrowse-last:hover a,
.tx-pagebrowse-pi1 .tx-pagebrowse-last:active a,
.tx-pagebrowse-pi1 .tx-pagebrowse-last:focus a,
.tx-pagebrowse-pi1 .tx-pagebrowse-prev:hover a,
.tx-pagebrowse-pi1 .tx-pagebrowse-prev:active a,
.tx-pagebrowse-pi1 .tx-pagebrowse-prev:focus a,
.tx-pagebrowse-pi1 .tx-pagebrowse-next:hover a,
.tx-pagebrowse-pi1 .tx-pagebrowse-next:active a,
.tx-pagebrowse-pi1 .tx-pagebrowse-next:focus a,
.tx-pagebrowse-pi1 .tx-pagebrowse-page:hover a,
.tx-pagebrowse-pi1 .tx-pagebrowse-page:active a,
.tx-pagebrowse-pi1 .tx-pagebrowse-page:focus a,
.tx-pagebrowse-pi1 .tx-pagebrowse-current:hover a,
.tx-pagebrowse-pi1 .tx-pagebrowse-current:active a,
.tx-pagebrowse-pi1 .tx-pagebrowse-current:focus a {
  background-color: #ffffff;
  border-color: #000224;
  color: #000224;
}

.tx-pagebrowse-pi1 .tx-pagebrowse-current {
  background-color: transparent;
  border: 1px solid #000224;
  color: #000224;
  font-weight: bold;
  padding: 0.6em 1em;
}

.tx-solr-search-form-error-list {
  list-style: none;
}

.tx-solr-search-hint {
  background-color: #f2f2f2;
  margin-bottom: 30px;
  padding: 20px 15px;
}

.tx-solr-search-hint .b-location-wrapper {
  border: 1px solid #e5ebf2;
  display: inline-block;
}

.tx-solr-search-hint .b-location {
  display: inline-block;
  padding: 10px;
}

.extern-iframe {
  width: 100% !important;
  border: 0 !important;
}

.extern-iframe--jobcluster {
  min-height: 300px !important;
}

.extern-iframe--magazine {
  min-height: 300px !important;
}

/**
 * iFrame container only for AHK Spain
 * Events calendar with list
 */
.enhanced #extern-events-cal-spain {
  height: 900px;
  overflow: hidden !important;
}

.enhanced #extern-events-cal-spain iframe {
  height: 920px;
  width: 100%;
}

/**
 * Hero Box - triggers storytelling
 */
.b-main__hero-box {
  margin-top: 3rem;
  position: relative;
}

.enhanced .b-main__hero-box {
  margin-top: 0;
}

.b-main__hero-box:before {
  background-color: #f2f2f2;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.b-main__hero-box .btn, .b-main__hero-box .rte_button, .b-main__hero-box .rte_button--colored {
  font-size: 18px;
  font-size: 1.125rem;
}

.b-hero-box-wrap {
  position: relative;
  z-index: 1;
}

.b-hero-box-wrap:before, .b-hero-box-wrap:after {
  content: "";
  display: table;
}

.b-hero-box-wrap:after {
  clear: both;
}

.b-hero-box {
  position: relative;
}

.b-hero-box--first {
  min-height: 250px;
  z-index: 1;
}

.b-hero-box--last {
  background-color: #ffffff;
}

.enhanced .b-hero-box--last {
  height: auto;
}

.b-hero-box__inner {
  padding: 2rem 2.5rem;
}

.b-hero-box__headline, .b-hero-box__bodytext {
  color: #003882;
  margin-bottom: 1.5rem;
}

/**
 * Section 8
 * Basics
 */
.b-basics {
  position: relative;
}

.b-basics__text {
  margin-left: auto;
  margin-right: auto;
  max-width: 56.25rem;
}

.b-basics__header {
  max-width: 32.5rem;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/**
 * Section 5
 * Cards
 */
.b-cards {
  background-color: #ffffff;
  position: relative;
}

.b-cards__header {
  margin-bottom: 2rem;
  text-align: center;
}

.b-cards__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.b-cards__header, .b-cards__inner, .b-cards__link {
  position: relative;
  z-index: 1;
}

.b-cards__link {
  margin-top: 2rem;
  text-align: center;
}

.enhanced .b-cards__link {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.b-card {
  margin-bottom: 2rem;
  text-align: center;
}

.enhanced .b-card {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.b-card__image img {
  border-radius: 50%;
  display: block;
  height: 8.125rem;
  margin: 0 auto;
  width: 8.125rem;
}

.b-card__text {
  margin-top: .5rem;
}

/**
 * Section 2
 * Google Map
 */
.b-custom-map {
  height: 25rem;
  position: relative;
}

.b-custom-map__box {
  background-color: #ffffff;
  box-shadow: 0 1px 4px rgba(0, 2, 36, 0.3);
  display: none;
  left: 5%;
  overflow: hidden;
  padding: 2rem 0;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 25rem;
}

.b-custom-map__content {
  border-top: 1px solid #e5ebf2;
  border-bottom: 1px solid #e5ebf2;
  margin-bottom: 2rem;
  padding: 1rem 0 1.5rem;
}

.b-custom-map__text, .b-custom-map__position {
  display: block;
}

.b-custom-map__position svg {
  fill: #C34343;
  height: 2rem;
  -webkit-transform: translate(-0.5rem, 0.5rem);
  transform: translate(-0.5rem, 0.5rem);
  -ms-transform: translate(-0.5rem, 0.5rem);
  width: 2rem;
}

#custom-map-canvas {
  height: 100%;
}

.gm-style > div,
.gmnoprint {
  cursor: auto !important;
}

/**
 * Section 3
 * Economy
 */
.b-economy {
  background-color: #003882;
}

.b-economy__inner {
  position: relative;
}

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

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

.b-economy__icon-focus {
  margin-bottom: 2rem;
  text-align: center;
}

.b-economy__icon-focus svg {
  height: 12.5rem;
  width: 12.5rem;
}

.b-economy .b-iconlist-wrap {
  margin: 0 auto;
}

.b-economy .b-iconlist__headline,
.b-economy .b-iconlist {
  color: #ffffff;
}

.b-economy__icon {
  position: absolute;
}

.enhanced .b-economy__icon {
  display: none;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.b-economy__icon:nth-of-type(1) {
  top: -2rem;
  left: 43%;
}

.b-economy__icon:nth-of-type(2) {
  top: 0;
  left: 24%;
}

.b-economy__icon:nth-of-type(3) {
  top: 40%;
  left: 12%;
}

.b-economy__icon:nth-of-type(4) {
  bottom: 24%;
  left: -1%;
}

.b-economy__icon:nth-of-type(5) {
  bottom: 2rem;
  left: 20%;
}

.b-economy__icon:nth-of-type(6) {
  bottom: 0;
  left: 38%;
}

.b-economy__icon:nth-of-type(7) {
  bottom: -2rem;
  right: 35%;
}

.b-economy__icon:nth-of-type(8) {
  bottom: 4rem;
  right: 8%;
}

.b-economy__icon:nth-of-type(9) {
  top: 40%;
  right: 3%;
}

.b-economy__icon:nth-of-type(10) {
  top: 0;
  right: 15%;
}

.b-economy__icon svg {
  fill: #ffffff;
  height: 5rem;
  width: 5rem;
}

.b-economy__icon--case svg {
  height: 6rem;
  width: 6rem;
}

.b-economy__icon {
  -webkit-animation: move 1s ease-in-out alternate infinite;
  animation: move 1s ease-in-out alternate infinite;
}

.b-economy__icon--case {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

.b-economy__icon--money {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes move {
  0% {
    -webkit-transform: translateY(-0.25rem);
    transform: translateY(-0.25rem);
  }
  100% {
    -webkit-transform: translateY(0.25rem);
    transform: translateY(0.25rem);
  }
}

@keyframes move {
  0% {
    -webkit-transform: translateY(-0.25rem);
    transform: translateY(-0.25rem);
  }
  100% {
    -webkit-transform: translateY(0.25rem);
    transform: translateY(0.25rem);
  }
}

/**
 * Section 4
 * Facts
 */
.b-facts {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/Story/bg_pattern_dots.svg");
  background-position: center;
  background-size: 8rem;
}

.b-facts > .g-container {
  width: 100%;
}

.b-facts__inner {
  background-color: #f2f2f2;
  padding-top: 4rem;
  position: relative;
  text-align: center;
}

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

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

.b-facts__divider {
  display: inline-block;
  padding: 2rem 0;
}

.b-facts__divider img,
.b-facts__divider svg {
  height: 5rem;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 5rem;
}

.enhanced .b-fact-box {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.b-fact-box__icon img,
.b-fact-box__icon svg {
  height: 12.5rem;
  width: 12.5rem;
}

/**
 * Iconlist
 */
.b-iconlist-wrap {
  max-width: 30rem;
}

.b-iconlist {
  list-style: none;
  margin-bottom: 0;
}

.b-iconlist__headline {
  margin-bottom: 2rem;
}

.b-iconlist__item {
  padding-bottom: 1.5rem;
  padding-left: 3.125rem;
  position: relative;
}

.b-iconlist__item svg {
  height: 1.75rem;
  fill: #28AD84;
  left: 0;
  position: absolute;
  width: 1.75rem;
}

/**
 * Section 6
 * Illustrations
 */
.b-illustrations__header {
  margin-bottom: 2rem;
  text-align: center;
}

.b-illustrations__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.b-illustration {
  margin-bottom: 2rem;
}

.enhanced .b-illustration {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

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

.b-illustration__icon svg,
.b-illustration__icon img {
  height: 5.625rem;
  width: 8.125rem;
}

.b-illustration__text {
  max-width: 26.25rem;
}

/**
 * Section 7
 * Member
 */
.b-member {
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}

.b-member__inner {
  position: relative;
  z-index: 1;
}

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

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

.b-member__icon {
  margin-bottom: 1.5rem;
  text-align: center;
}

.b-member__icon svg {
  height: 8.125rem;
  width: 8.125rem;
}

.b-member .b-iconlist-wrap {
  margin: 0 auto;
}

.b-member .b-iconlist__headline {
  text-align: center;
}

.b-member .btn, .b-member .rte_button, .b-member .rte_button--colored {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  max-width: 30rem;
  font-size: 18px;
  font-size: 1.125rem;
}

.b-member__bg {
  bottom: -.5rem;
  display: none;
  position: absolute;
  right: -15rem;
}

.b-member__bg svg {
  height: 31.25rem;
  width: 37.5rem;
}

.enhanced .b-member__icon, .enhanced .b-member__content, .enhanced .b-member__bg {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

/**
 * Section 1
 * Stage
 */
.b-stage {
  padding-top: 4rem;
}

.b-stage__header {
  margin-bottom: 2rem;
  text-align: center;
}

.b-stage__meta {
  line-height: 2;
  text-transform: uppercase;
}

.b-stage__meta svg {
  display: none;
}

.enhanced .b-stage__meta svg {
  display: inline-block;
  fill: #003882;
  height: 1rem;
  -webkit-transform: translate(-0.25rem, 0.25rem);
  -ms-transform: translate(-0.25rem, 0.25rem);
  transform: translate(-0.25rem, 0.25rem);
  width: 1rem;
}

.b-stage__inner {
  height: 100%;
  padding-bottom: 8rem;
  position: relative;
}

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

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

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

.b-stage__image-panorama .g-copyright {
  background-color: rgba(0, 2, 36, 0.6);
  left: -1rem;
  padding: 1.25rem .5rem;
}

.b-stage__text {
  margin: 0 auto;
  max-width: 46.25rem;
  position: relative;
}

.b-stage__text .b-stage__headline {
  margin-bottom: 1rem;
}

.b-stage__line {
  position: relative;
  height: 8rem;
  background-color: #e5ebf2;
  width: 1px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.b-stage__line:before {
  background-color: #e5ebf2;
  content: '';
  display: inline-block;
  height: 1px;
  position: absolute;
  width: 1.5rem;
}

.b-stage__line--top {
  margin-bottom: 2rem;
  margin-top: 3rem;
}

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

.b-stage__line--bottom {
  margin-bottom: 3rem;
  margin-top: 2rem;
}

.b-stage__line--bottom:before {
  bottom: 0;
  right: 0;
}

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

.b-stage__figure__inner img {
  display: block;
}

.b-stage__text, .b-stage__line--bottom {
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s cubic-bezier(0.42, 0.01, 0.23, 1);
  transition: opacity 0.6s, -webkit-transform 0.6s cubic-bezier(0.42, 0.01, 0.23, 1);
  transition: transform 0.6s cubic-bezier(0.42, 0.01, 0.23, 1), opacity 0.6s;
  transition: transform 0.6s cubic-bezier(0.42, 0.01, 0.23, 1), opacity 0.6s, -webkit-transform 0.6s cubic-bezier(0.42, 0.01, 0.23, 1);
  -webkit-transform: translateY(4rem);
  -ms-transform: translateY(4rem);
  transform: translateY(4rem);
}

.enhanced .b-stage__text, .enhanced .b-stage__line--bottom {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.b-stage__text.js-in-view, .b-stage__line--bottom.js-in-view {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.b-stage__image {
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s cubic-bezier(0.42, 0.01, 0.23, 1);
  transition: opacity 0.6s, -webkit-transform 0.6s cubic-bezier(0.42, 0.01, 0.23, 1);
  transition: transform 0.6s cubic-bezier(0.42, 0.01, 0.23, 1), opacity 0.6s;
  transition: transform 0.6s cubic-bezier(0.42, 0.01, 0.23, 1), opacity 0.6s, -webkit-transform 0.6s cubic-bezier(0.42, 0.01, 0.23, 1);
}

.enhanced .b-stage__image {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.b-stage__image.js-in-view {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.b-stage__image--2 {
  -webkit-transform: translate3d(0, 4rem, 0);
  transform: translate3d(0, 4rem, 0);
}

.b-stage__image--2.js-in-view {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.b-stage__image--3 {
  -webkit-transform: translate3d(0, 6rem, 0);
  transform: translate3d(0, 6rem, 0);
}

.b-stage__image--3.js-in-view {
  -webkit-transform: translate3d(0, 2rem, 0);
  transform: translate3d(0, 2rem, 0);
}

.b-stage__image--4 {
  -webkit-transform: translate3d(0, 8rem, 0);
  transform: translate3d(0, 8rem, 0);
}

.b-stage__image--4.js-in-view {
  -webkit-transform: translate3d(0, 4rem, 0);
  transform: translate3d(0, 4rem, 0);
}

@-webkit-keyframes scroll-icon {
  0% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  30%, 70% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  100% {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@keyframes scroll-icon {
  0% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  30%, 70% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  100% {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

/**
 * Story Sections
 */
.b-story-wrap {
  position: relative;
  z-index: 1;
}

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

.enhanced .b-story-wrap.is-active {
  display: block;
}

.b-story {
  color: #003882;
}

.b-story h3 {
  color: #003882;
}

.b-story .b-basics,
.b-story .b-cards,
.b-story .b-economy,
.b-story .b-facts,
.b-story .b-illustrations,
.b-story .b-member {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/**
 * Themes
 * ------------------------------------------------
 */
/**
 * Page Structure & Layouts (i.e. Home, Sub1, Sub2 etc.)
 * ------------------------------------------------
 */
.enhanced .b-header.js-sticky-header {
  padding-bottom: 59px;
}

.enhanced .b-header.js-sticky-header .b-header__row--2 {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 400;
  padding-top: 10px;
  box-shadow: 0px 3px 26px #00274E3D;
  -webkit-transition: padding-bottom 0.3s;
  transition: padding-bottom 0.3s;
}

.b-header__row--1__inner {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}

.b-header__row--1__inner-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.b-header__row--2 {
  display: none;
  padding-bottom: 15px;
  padding-top: 5px;
  background-color: #f2f2f2;
}

.enhanced .b-header__row--2 {
  padding-bottom: 0;
}

.b-header__row--2 > .g-container {
  width: 100% !important;
}

.b-header--sticky .b-header__row--2 {
  width: 100%;
}

.b-header__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
}

.enhanced .b-header__logo {
  height: 60px;
}

.enhanced .b-header__logo img {
  height: 60px;
}

.b-header__logo a {
  outline: none;
}

.logo--core {
  display: none;
}

.logo--mobile {
  display: none;
}

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

.b-header__icons {
  margin-top: 10px;
}

.enhanced .b-header__icons {
  float: right;
  font-size: 0;
  display: none;
}

.enhanced .b-header__icons li {
  margin-bottom: 0;
}

.enhanced .b-header__icons li:last-of-type {
  margin-right: 0;
}

.b-header--sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 0;
  background-color: #ffffff;
  z-index: 400;
  box-shadow: 0px 3px 26px #00274E3D;
  -webkit-transition: padding-bottom 0.3s;
  transition: padding-bottom 0.3s;
}

.b-header--sticky .b-header__banner,
.b-header--sticky .b-hashtag-wrap {
  display: none;
}

.b-header--sticky .b-header__row--1__inner {
  padding: 10px 0 !important;
}

.b-header--sticky .g-container {
  width: 100%;
  padding: 0px;
}

.b-header--sticky .b-header__container {
  padding: 0 20px;
}

.b-main {
  overflow: hidden;
}

.b-main__section {
  margin-top: 24px;
  margin-bottom: 24px;
  /* vertical rhythm */
  display: flow-root;
  /*&--news-teaser-list {
        @extend .p-0;
    }

    &--news-teaser-board {
        @extend .p-0;
    }

    &--cp-members-list {
        @extend .p-0;
    }

    &--b-numbers {
        @extend .p-bottom-0;
    }*/
  /*
     * Detail pages
     */
  /*&--simple-text {
        @extend .p-bottom-0;
    }

    &--simple-text-2 {
        @include padding-v(md);
    }

    &--landscape-21x9 {
        @include padding-v(md);
    }

    &--simple-text-3 {
        @include padding-v(md);
    }

    &--video-full-width {
        @include padding-v(md);
    }

    &--simple-text-4 {
        @include padding-v(xl);
    }

    &--b-image-gallery-slider {
        @extend .p-0;
    }

    &--focus-teaser {
        @include padding-v(xl);
    }

    &--b-quote {
        @include padding-v(xl);
    }

    &--b-text-blocks {
        @include padding-v(xl);
    }

    &--fmp-text-company {
        @extend .p-0;
    }

    &--change-view-rss {
        @include padding-v(xl);
    }

    &--pagination {
        @include padding-v(xxl);
    }*/
}

.b-main__section[class*="c-"] {
  /*padding-top: 50px; /* no v-rhythm due to const padding value wanted which is different too */
  /*padding-bottom: 50px;*/
  margin: 0;
  padding-top: 24px;
  padding-bottom: 24px;
}

aside .b-main__section,
.column .b-main__section, .b-main__section.b-main__section--2col {
  margin-top: 0px;
  margin-bottom: 0px;
}

.b-main__section--news-teaser-board, .b-main__section--news-teaser-list {
  margin-top: 50px;
}

.b-main__section--change-view-rss {
  margin-bottom: 10px;
}

.b-main__section.b-main__section--hero, .b-main__section.b-main__section--pagetitle {
  padding: 0;
}

.b-main__section--search-event {
  margin-top: -7px !important;
}

.b-main__section--search-news {
  margin-top: -7px !important;
}

.b-main__section--fmp-text-company {
  margin-top: 0 !important;
}

.enhanced .b-main__section.b-main__section--prefooter {
  padding-top: 20px;
  padding-bottom: 20px;
}

.b-main__section.b-main__section--prefooter .b-main__section {
  margin-top: 0;
  margin-bottom: 0;
}

.b-main__section.b-main__section--prefooter h2 {
  font-size: 20px;
}

.b-main__section.b-main__section--prefooter .b-content-item:last-child,
.b-main__section.b-main__section--prefooter .b-content-item > *:last-child {
  margin-bottom: 0px;
}

.b-main__section.b-main__section--prefooter-social-icons {
  border-top: 1px solid #14488c;
  padding: 25px 0 15px;
}

.b-main__section.c-border {
  background-color: #ffffff;
  border: 1px solid #e5ebf2;
}

.b-main__section-wrap--2col .b-main__section {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 30px;
}

.b-main__section-wrap--2col .b-main__section[class*="c-"] {
  padding: 16px;
}

.b-main__section--hero {
  background-color: #f2f2f2;
  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 #e5ebf2;
  padding-top: 24px;
}

.b-main__section--border-bottom {
  border-bottom: 1px solid #e5ebf2;
}

.b-main__top-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding-left: 15px;
}

.enhanced .b-main__top-bar {
  line-height: 1;
}

.b-main__top-bar .b-main__menu-meta-anchor,
.b-main__top-bar .b-main__menu-meta,
.b-main__top-bar .b-main__menu-language {
  float: left;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

.b-main__top-bar--search-open .b-main__menu-meta,
.b-main__top-bar--search-open .b-main__menu-language {
  opacity: .25;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
}

/* global slick slider dots nav styling */
.slick-dots li button:before,
.slick-dots li.slick-active button:before {
  color: #1f3781;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  background-color: transparent;
}

.slick-dots li button {
  border: 2px solid #003882;
  background-color: transparent;
  width: 12px !important;
  height: 12px !important;
}

.slick-dots li.slick-active button {
  border: 2px solid #003882;
  border-radius: 100%;
  background-color: transparent;
  color: transparent;
}

.slick-dots li.slick-active button:before {
  content: "";
  display: block;
  position: relative;
  width: 4px;
  height: 4px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #003882;
  border-radius: 100%;
}

html[dir='rtl'] .slick-dots li.slick-active button:before {
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.b-footer {
  min-height: 100px;
}

.b-footer hr {
  margin: 5px 0;
}

.b-footer__row--1 {
  padding: 20px;
}

.b-footer__row--2 {
  padding: 20px 0 15px;
}

.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;
}

.sg-pattern-head {
  padding: 0;
}

.sg-pattern-body {
  position: relative;
  margin: 0 auto;
}

.sg-pattern-body .js-sticky-header .b-header__row--2 {
  position: relative !important;
  box-shadow: none !important;
  -webkit-transition: none !important;
  transition: none !important;
}

.sg-colors li {
  width: 8em;
}

.sg-colors li span {
  display: inline-block;
  width: 100%;
}

/**
 * Utilities
 * ------------------------------------------------
 */
/**
 * AHK Iran
 * font-size adjustments for farsi language only
 */
.ahk-iran-u-typo .b-accordion__text p,
.ahk-iran-u-typo .b-accordion__text ul,
.ahk-iran-u-typo .b-accordion__text ol,
.ahk-iran-u-typo .b-accordion__text .icon-download,
.ahk-iran-u-typo .b-tabs__text p,
.ahk-iran-u-typo .b-tabs__text ul,
.ahk-iran-u-typo .b-tabs__text ol,
.ahk-iran-u-typo .b-tabs__text .icon-download,
.ahk-iran-u-typo .b-content-textmedia__bodytext p,
.ahk-iran-u-typo .b-content-textmedia__bodytext ul,
.ahk-iran-u-typo .b-content-textmedia__bodytext ol,
.ahk-iran-u-typo .b-content-textmedia__bodytext .icon-download {
  font-size: 17px;
  font-size: 1.0625rem;
}

.ahk-iran-u-typo .b-prefooter .b-content-textmedia__bodytext p,
.ahk-iran-u-typo .b-prefooter .b-content-textmedia__bodytext ul,
.ahk-iran-u-typo .b-prefooter .b-content-textmedia__bodytext ol,
.ahk-iran-u-typo .b-prefooter .b-content-textmedia__bodytext .icon-download {
  font-size: 15px;
  font-size: 0.9375rem;
}

/**
 * Storytelling colors
 * use in storytelling components only!
 */
.u-color-c\:fern {
  color: #28AD84;
}

.u-color-fill\:fern svg {
  fill: #28AD84;
}

.u-color-c\:corn {
  color: #DE8703;
}

.u-color-fill\:corn svg {
  fill: #DE8703;
}

.u-color-c\:shiraz {
  color: #C34343;
}

.u-color-fill\:shiraz svg {
  fill: #C34343;
}

/**
 * Storytelling typography
 * use in storytelling components only!
 */
/* font sizes */
.u-typo\:xl {
  font-size: 40px;
  font-size: 2.5rem;
}

.u-typo\:l {
  font-size: 30px;
  font-size: 1.875rem;
}

.u-typo\:m {
  font-size: 26px;
  font-size: 1.625rem;
}

.u-typo\:ms {
  font-size: 20px;
  font-size: 1.25rem;
}

.u-typo\:s {
  font-size: 15px;
  font-size: 0.9375rem;
}

.u-typo\:xs {
  font-size: 14px;
  font-size: 0.875rem;
}

/* font weight */
.u-typo\:bold {
  font-weight: bold;
}

/**
 * Import Print Styles
 * ------------------------------------------------
 */
/**
 * Print styles
 */

/**
 * Import RTL Styles (right-to-left text)
 * ------------------------------------------------
 */
/*
* header modules
*/
html[dir='rtl'] .b-header__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'] header .icon--search {
  margin-left: 0;
  margin-right: 20px;
  margin-left: 10px;
}

html[dir='rtl'] .b-header__search {
  float: right;
}

html[dir='rtl'] .b-page-search {
  right: auto;
  left: 0px;
}

html[dir='rtl'] .b-page-search-close {
  right: 0px;
  left: auto;
  border-right: 0px;
  border-left: 1px solid #fff;
}

html[dir='rtl'] .b-page-search button[type=submit] {
  right: auto;
  left: 0;
}

html[dir='rtl'] .b-page-search input[type=text] {
  padding: 10px 10px 10px 80px;
}

html.enhanced[dir='rtl'] .b-page-search input[type=text] {
  padding: 0 50px 0 40px;
}

html[dir='rtl'] .b-header__menu-main-wrapper {
  float: right;
}

html[dir='rtl'] .b-menu-main__list > li {
  float: right;
}

html[dir='rtl'] .b-menu-main__list > li:after {
  margin-left: auto;
  margin-right: -20px;
}

html[dir='rtl'] .b-menu-main__list--level2 {
  margin-left: inherit;
  margin-right: -20px;
}

html[dir='rtl'] .b-menu-main__list--level2 .b-menu-main__list__item > a {
  border-left: none;
  border-right: 4px solid transparent;
}

html[dir='rtl'] .b-menu-main__list--level2 .b-menu-main__list__item--cur > a {
  border-color: #003882;
}

html[dir='rtl'] .b-menu-main__list--level2 .b-menu-main__list__item--par > a {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/icon_arrow_left_blue.svg");
  background-position: left 18px center;
  background-repeat: no-repeat;
  padding-right: 18px;
  padding-left: 36px;
}

html[dir='rtl'] .b-menu-main__list--level2 .b-menu-main__list__item--par > a:hover, html[dir='rtl'] .b-menu-main__list--level2 .b-menu-main__list__item--par > a:focus {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/icon_arrow_left_black.svg");
}

html.enhanced[dir='rtl'] .b-menu-main__list--level3 {
  right: 100%;
}

html.enhanced[dir='rtl'] .b-menu-main__list--level3:before {
  border-right: 4px solid transparent;
}

html[dir="rtl"].mm-opening .mm-slideout {
  -webkit-transform: translate(-80%, 0) !important;
  -ms-transform: translate(-80%, 0) !important;
  transform: translate(-80%, 0) !important;
}

html.enhanced[dir='rtl'] .mm-listview > li > a, html.enhanced[dir='rtl']
.mm-listview > li > span {
  padding-left: 0;
  padding-right: 20px;
}

html.enhanced[dir='rtl'] .mm-listview > li.b-menu-main-mobile__list__item > a.mm-listitem__text {
  border-left: 0px !important;
  border-right: 4px solid transparent;
  padding-right: 16px;
  padding-left: 0px;
}

html.enhanced[dir='rtl'] .mm-listview > li.b-menu-main-mobile__list__item--cur > a.mm-listitem__text {
  border-color: #003882;
}

html.enhanced[dir='rtl'] .mm-listview .mm-next {
  right: auto;
  left: 0;
}

html.enhanced[dir='rtl'] .mm-listview .mm-next + a {
  margin-right: 0;
  margin-left: 45px;
}

html.enhanced[dir='rtl'] .mm-listview .mm-next:before {
  left: auto;
  right: 0;
}

html.enhanced[dir='rtl'] .mm-navbar .mm-btn:first-child {
  left: auto;
  right: 0;
}

html.enhanced[dir='rtl'] .mm-navbar .mm-title {
  float: right;
}

html.enhanced[dir='rtl'] .mm-prev:before {
  left: auto;
  right: 50%;
}

html[dir='rtl'] .mm-menu.mm-pageshadow:after {
  left: auto;
  right: 100%;
}

html.enhanced[dir='rtl'] .b-menu-main-mobile-close span:after {
  margin-left: 0;
  margin-right: 12px;
}

html.enhanced[dir='rtl'] .b-menu-main-mobile .b-social-icons {
  margin-right: 0;
  margin-left: 50px;
}

html.enhanced[dir='rtl'] .b-menu-main-mobile-trigger {
  margin-left: 0px;
  margin-right: 20px;
}

html[dir='rtl'] .b-menu-language {
  float: right;
  margin-right: 0;
  margin-left: 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: 5px;
}

html.enhanced[dir='rtl'] .b-menu-language__current .isocode {
  margin-left: 0;
  margin-right: 5px;
}

.b-menu-language__current .flag {
  margin-left: 0px;
  margin-right: 5px;
}

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;
}

html[dir='rtl'] .b-main__top-bar {
  float: left;
  padding-left: 0px;
  padding-right: 15px;
}

html[dir='rtl'] .b-main__top-bar .b-main__menu-meta-anchor, html[dir='rtl']
.b-main__top-bar .b-main__menu-meta, html[dir='rtl']
.b-main__top-bar .b-main__menu-language {
  float: right;
}

html[dir='rtl'] .b-main__menu-meta-trigger {
  float: right;
}

html[dir='rtl'] .b-menu-meta__list li {
  float: right;
  padding-right: 0;
  border-right: none;
  margin-right: 0;
  padding-left: 10px;
  border-left: 1px solid #003882;
  margin-left: 10px;
}

html[dir='rtl'] .p-home .b-menu-meta__list li {
  border-left: 1px solid #ffffff;
}

html[dir='rtl'] .b-menu-meta__list li img {
  margin-right: 0;
  margin-left: 5px;
}

html[dir='rtl'] .b-menu-meta__list li.b-menu-meta__list__item--last {
  border-left: none;
  padding-left: 0;
  margin-left: 0;
}

html[dir='rtl'] .b-header__logo {
  padding-right: 0px;
  padding-left: 20px;
}

html[dir='rtl'] .b-menu-breadcrumb {
  float: right;
}

html[dir='rtl'] .b-menu-breadcrumb__list__item {
  margin-right: 0;
  margin-left: 5px;
  float: right;
}

html[dir='rtl'] .b-menu-breadcrumb__list__item:after {
  content: "\203A";
  margin-left: 0;
  margin-right: 5px;
}

/*
* 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.enhanced[dir='rtl'] .rte_ul, html.enhanced[dir='rtl'] .htmlarea-content-body ul, .htmlarea-content-body html.enhanced[dir='rtl'] ul, html.enhanced[dir='rtl'] .rte_ol, html.enhanced[dir='rtl'] .htmlarea-content-body ol, .htmlarea-content-body html.enhanced[dir='rtl'] ol {
  margin-left: 0;
  margin-right: 40px;
}

html.enhanced[dir='rtl'] .rte_ul ul, html.enhanced[dir='rtl'] .htmlarea-content-body ul ul, .htmlarea-content-body html.enhanced[dir='rtl'] ul ul,
html.enhanced[dir='rtl'] .rte_ul ol,
html.enhanced[dir='rtl'] .htmlarea-content-body ul ol,
.htmlarea-content-body html.enhanced[dir='rtl'] ul ol, html.enhanced[dir='rtl'] .rte_ol ul, html.enhanced[dir='rtl'] .htmlarea-content-body ol ul, .htmlarea-content-body html.enhanced[dir='rtl'] ol ul,
html.enhanced[dir='rtl'] .rte_ol ol,
html.enhanced[dir='rtl'] .htmlarea-content-body ol ol,
.htmlarea-content-body html.enhanced[dir='rtl'] ol ol {
  margin-left: 0;
  margin-right: 25px;
}

html.enhanced[dir='rtl'] .rte_ul li:before, html.enhanced[dir='rtl'] .htmlarea-content-body ul li:before, .htmlarea-content-body html.enhanced[dir='rtl'] ul li:before {
  margin-right: -11px;
  margin-left: 5px;
}

html[dir='rtl'] .b-social-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-service-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.enhanced[dir='rtl'] .b-footer__menus .b-menu-meta ul > li {
  float: none;
  padding-right: 0;
  padding-left: 0;
  border-right: 0;
  border-left: 0;
  margin-right: 0;
  margin-left: 0;
}

html.enhanced[dir='rtl'] .b-footer__menus .b-menu-meta ul > li.b-menu-meta__list__item--last {
  border-left: 0;
}

html[dir='rtl'] .b-footer__menu ul > li {
  margin-right: 0;
  margin-left: 5px;
}

html[dir='rtl'] .b-footer__menu ul > li:after {
  margin-left: 0px;
  margin-right: 5px;
}

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/ahk_sitepackage/Resources/Public/_Default_v2/icons/icon_dropdown.svg") left 15px center no-repeat #ffffff;
}

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: -webkit-calc(50% - 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;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -ms-transform: rotate(0);
}

html[dir='rtl'] .b-tabs .slick-arrow.slick-next {
  right: auto;
  left: 0;
  -webkit-transform: rotate(180deg);
  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), html[dir='rtl']
.tx-pagebrowse-pi1 ul.tx-pagebrowse 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'] .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[dir='rtl'] .b-rss__link:before {
  left: auto;
  right: 0;
}

html[dir='rtl'] .b-hashtag__icon {
  left: auto;
  right: 0px;
}

html[dir='rtl'] .b-hashtag__text {
  padding-left: 0;
  padding-right: 0.25em;
}

html[dir='rtl'] header .b-hashtag__icon {
  right: 20px;
}

html[dir='rtl'] header .b-hashtag-wrap {
  left: 0;
  right: auto;
}

html[dir='rtl'] .b-menu-main-mobile .b-hashtag {
  margin-left: 50px;
  margin-right: 0;
}

html[dir='rtl'] .b-pagetitle .b-hashtag-wrap {
  -webkit-transform: translate(-50%, -4.5rem);
  -ms-transform: translate(-50%, -4.5rem);
  transform: translate(-50%, -4.5rem);
}

html[dir='rtl'] .hashtag-animation:before {
  margin-left: auto;
  margin-right: -100%;
}

html[dir='rtl'] .mm-navbar {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  flex-direction: row;
}

.mm-navbar__title:not(:last-child) {
  padding-right: 20px;
}

html[dir='rtl'] .mm-navbar__btn:not(.mm-hidden) + .mm-navbar__title {
  padding-right: 0px;
}

html[dir='rtl'] .mm-listitem__btn:not(.mm-listitem__text) {
  border: none;
}

html[dir='rtl'] .mm-btn_close:before {
  left: 33px;
}

html[dir='rtl'] .b-menu-main-meta-mobile__list__item img {
  margin-right: 0;
  margin-left: 5px;
}

html[dir='rtl'] .b-menu-main-mobile__search-form input[type=text] {
  padding: 0 20px 0 50px;
}

html[dir='rtl'] .b-menu-main-mobile__search-form button[type=submit] {
  right: auto;
  left: 10px;
}

html.enhanced[dir='rtl'] .icon-download, html.enhanced[dir='rtl']
.icon-save-date {
  display: inline-block;
  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: 2rem;
  background-position: right 1px center;
}

html[dir='rtl'] .b-cta-newsletter-wrap, html[dir='rtl']
.b-cta-newsletter-box {
  left: 25px;
  right: auto;
}

html[dir='rtl'] .b-cta-newsletter {
  left: 0;
  right: auto;
}

html[dir='rtl'] .b-cta-newsletter__text {
  -webkit-transform: translateX(-15px);
  -ms-transform: translateX(-15px);
  transform: translateX(-15px);
}

html[dir='rtl'] .b-cta-newsletter-box__close {
  float: left;
}

html[dir='rtl'] .b-cta-newsletter-box.is-closed {
  -webkit-transform: translateX(-320px);
  -ms-transform: translateX(-320px);
  transform: translateX(-320px);
}

html[dir='rtl'] .b-focus-teaser-image .info-cat-dragee {
  margin-left: 0px;
  margin-right: 10px;
}

html[dir='rtl'] .b-downloads-item__content {
  padding-right: 0;
  padding-left: 20px;
}

html[dir='rtl'] .b-downloads-item__icon {
  margin-right: 0;
  margin-left: 20px;
}

html[dir='rtl'] .b-event-program__row__timeline {
  margin-left: 0;
  margin-right: 20px;
}

html[dir='rtl'] .b-event-program__row__timeline__item {
  margin-right: 0;
  margin-left: -5px;
}

html[dir='rtl'] .b-event-program__row__timeline__item__title {
  padding-right: 0;
  padding-left: 20px;
}

html[dir='rtl'] .b-event-program__row__timeline__item__title:after {
  left: auto;
  right: 0;
}

html[dir='rtl'] .b-event-program__row__timeline__item__description {
  padding-right: 0px;
  padding-left: 20px;
}

/**
 * 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
 */
/**
 * Max width hero modules
 */
/**
 * Base font sizes (font size)
 */
/**
 * Line heights
 */
/**
 * 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.
 */
/**
 * 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)
 * --------------------------------------------------------------------------
 */
/**
 * Accessibility settings
 * --------------------------------------------------------------------------
 */
/**
 * Grid settings
 * --------------------------------------------------------------------------
 */
/**
 * Vertical rhythm (kinda of)
 * --------------------------------------------------------------------------
 */
/**
 * 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;"
 * --------------------------------------------------------------------------
 */
/**
 * Text Overflow / Truncate
 * usage: "@include text-truncate-lines($lines);"
 * --------------------------------------------------------------------------
 */
/**
 * 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;"
 * --------------------------------------------------------------------------
 */
/**
  * Set focus outline
  */
/**
 * Paddings for vertical rhytmus
 * usage: "@include padding(small) {...}"
 *
 * NOTICE: this function sets always a one step smaller value due to change
 * breakpoint step; see another function "v-rhythm" to set vertical rhythm
 * of sections
 * --------------------------------------------------------------------------
 */
/**
 * Timeline items size helper classes
 * --------------------------------------------------------------------------
 */
/**
 * Vertical rhythm for sections - margins & paddings
 * Usage (type parameter):
 * -> m - margins top & bottom (default, most use cases)
 * -> m-t - margin top only
 * -> m-b - margin bottom only
 * -> p - paddings top & bottom
 * -> p-t - padding top only
 * -> p-b - padding bottom only
 * --------------------------------------------------------------------------
 */
/* ==========================================================================
   Reset Button Styles
   ========================================================================== */
/**
 * 'p-aspect-ratio' mixin
 *
 * @param {Number} $width - width of container (e.g. 100px)
 * @param {Number} $height - height of container (e.g. 60px)
 */
/**
 * Global Icons
 */
/**
 * Social Media Icons
 */
/**
 * Hashtag Icons
 */
/**
 * Footer Service Icons
 */
/**
 * Contactpool Icons (Extension)
 */
/**
 * Events Icons (Extension)
 */
/**
 * Flag Text Container
 */
/**
 * RTE Elements
* --------------------------------------------------------------------------
*/
.c-white {
  background-color: #ffffff;
}

.c-black {
  background-color: #000224;
}

.c-blue-light {
  background-color: #e5ebf2;
}

.c-blue-light hr {
  border-color: #474747;
}

.c-blue-light a,
.c-blue-light figcaption {
  color: #003882;
}

.c-grey-light {
  background-color: #f2f2f2;
}

.c-blue {
  background-color: #003882;
}

.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, .c-blue ol, .c-blue ul, .c-blue th, .c-blue td,
.c-blue caption {
  color: #ffffff;
}

.c-blue a:link, .c-blue a:visited {
  text-decoration: underline;
}

.c-blue a:active, .c-blue a:focus, .c-blue a:hover {
  text-decoration: none;
}

.c-yellow {
  background-color: #FFDE5B;
}

.c-orange {
  background-color: #DE8703;
}

.c-green {
  background-color: #28AD84;
}

.c-red {
  background-color: #C34343;
}

.c-blue-strong {
  background-color: #00A6E3;
}

.c-blue-lighter {
  background-color: #E5EBF2;
}

.c-grey {
  background-color: #474747;
}

.c-font-white {
  color: #ffffff;
}

.c-font-black {
  color: #000224;
}

/**
     * Base elements
     */
ul, ol, dl, blockquote, p, address, table, fieldset, figure, pre {
  margin: 0;
  padding: 0;
  margin-bottom: 1em;
}

label {
  margin-bottom: 0.5em;
}

input, textarea {
  margin-bottom: 0.77778em;
}

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;
  width: 100%;
}

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: #474747;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

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: #474747;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

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: #474747;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

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: #474747;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
  width: auto;
}

.b-form__item .survey-radio {
  margin-bottom: 1em;
  padding-top: 16px;
  overflow-x: auto;
}

.b-form__item .survey-radio .b-radio-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.b-form__item .survey-radio .b-radio-buttons .b-radio-group__item:before {
  content: attr(title) "\a";
  white-space: nowrap;
  font-size: 0.75rem;
  display: block;
  overflow: visible;
  position: absolute;
  top: -1rem;
  left: 0;
  right: auto;
}

.b-form__item .survey-radio .b-radio-buttons .b-radio-group__item:last-child:before {
  left: auto;
  right: 0;
}

.survey-radio div.b-radio-group__item {
  position: relative;
  width: 45px;
}

.survey-radio div.b-radio-group__item:last-child {
  padding-right: 0px;
}

.survey-radio div.b-radio-group__item label {
  height: 48px;
  width: 45px;
  line-height: 48px;
  font-size: 24px;
  margin-right: 0;
  background-color: #003882;
  color: #fff;
  text-align: center;
  padding: 0;
  border-right: 1px solid #FFDE5B;
}

.survey-radio div.b-radio-group__item input[type="radio"] {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.survey-radio div.b-radio-group__item input[type="radio"]:checked + label {
  background-color: #ffffff;
  color: #003882;
}

.survey-radio div.b-radio-group__item input[type="radio"]:hover {
  cursor: pointer;
}

.survey-radio div.b-radio-group__item:first-child label, .survey-radio div.b-radio-group__item:first-child label label {
  float: right;
}

.survey-radio div.b-radio-group__item:last-child label, .survey-radio div.b-radio-group__item:last-child label label {
  border-right-width: 0px;
}

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: none;
  padding: 24px;
}

fieldset legend {
  display: block;
  margin-left: -10px;
  padding: 10px 10px 10px;
  background-color: #FFDE5B;
  border: 1px solid #003882;
}

.b-form {
  background-color: #FFDE5B;
}

.b-form__section {
  background-color: #FFDE5B;
}

.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;
}

.tx-powermail h4.b-form__item__header {
  color: #000224;
}

input,
select,
textarea,
.custom-file-upload {
  background: #ffffff;
  border: 1px solid #FFDE5B;
  color: #003882;
  line-height: 20px;
  max-width: 100%;
  padding: 16px 16px;
  margin-bottom: 1em;
  -webkit-transition: border-color 0.2s ease-out;
  transition: border-color 0.2s ease-out;
}

input:focus,
select:focus,
textarea:focus,
.custom-file-upload:focus {
  border: 1px solid #003882;
  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;
}

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;
}

input[type="file"] {
  /*
    @include enhanced {
        display: none;
    }
    */
}

select {
  cursor: pointer;
  color: #474747;
}

.enhanced select {
  padding-right: 35px;
  background: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/icon_dropdown.svg") right 15px center no-repeat #ffffff;
  height: 54px;
}

select::-ms-expand {
  display: none;
}

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: -webkit-calc(50% - 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: -webkit-calc(50% - 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: #474747;
}

.custom-file-upload {
  display: none;
}

.enhanced .custom-file-upload {
  display: inline-block;
  cursor: pointer;
  width: 100%;
  color: #474747;
  font-weight: normal;
}

input[type="text"].hasDatepicker {
  background: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/Hero/icon_cal.svg") right 7px center no-repeat #ffffff;
  padding-right: 40px;
}

html[dir='rtl'] input[type="text"].hasDatepicker {
  background: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/Hero/icon_cal.svg") left 7px center no-repeat #ffffff;
  padding-right: inherit;
  padding-left: 40px;
}

/**
 * $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.75em 1em;
  display: inline-block;
  border: 2px solid #003882;
  font-family: inherit;
  font-weight: 600;
  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: #003882;
  border-radius: 0px;
  -webkit-transition: all .2s ease-out;
  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: #000224;
  color: #ffffff;
  border: 2px solid #000224;
}

.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: #474747;
}

.btn.btn--colored, .btn--colored.rte_button, .rte_button--colored, button.btn--colored, button.rte_button--colored {
  border: 1px solid #003882;
  background: #003882;
  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: #000224;
  color: #ffffff;
  border: 1px solid #000224;
}

.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: #474747;
  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: #474747;
}

.btn--highlight, button--highlight {
  background-color: #C34343;
  border-color: #C34343;
  color: #ffffff;
}

.btn--highlight:hover, .btn--highlight:active, .btn--highlight:focus, button--highlight:hover, button--highlight:active, button--highlight:focus {
  background: #000224;
  color: #ffffff;
  border: 1px solid #000224;
}

.btn--pill, button--pill {
  border-radius: 2em;
  padding: 1.25em 1em;
}

.c-blue .btn, .c-blue .rte_button, .c-blue .rte_button--colored {
  border-color: #ffffff !important;
}

.c-blue .btn:hover, .c-blue .rte_button:hover, .c-blue .rte_button--colored:hover {
  background-color: #000224 !important;
  color: #ffffff !important;
  border-color: #000224 !important;
}

.c-red .btn, .c-red .rte_button, .c-red .rte_button--colored,
.c-grey .btn,
.c-grey .rte_button,
.c-grey .rte_button--colored {
  border-color: #ffffff;
  color: #ffffff;
}

.c-red .btn:hover, .c-red .rte_button:hover, .c-red .rte_button--colored:hover, .c-red .btn:active, .c-red .rte_button:active, .c-red .rte_button--colored:active, .c-red .btn:focus, .c-red .rte_button:focus, .c-red .rte_button--colored:focus,
.c-grey .btn:hover,
.c-grey .rte_button:hover,
.c-grey .rte_button--colored:hover,
.c-grey .btn:active,
.c-grey .rte_button:active,
.c-grey .rte_button--colored:active,
.c-grey .btn:focus,
.c-grey .rte_button:focus,
.c-grey .rte_button--colored:focus {
  background-color: #000224;
  color: #ffffff;
  border-color: #000224;
}

.c-blue-light .btn, .c-blue-light .rte_button, .c-blue-light .rte_button--colored {
  border-color: #003882;
}

.c-blue .btn--colored, .c-blue .rte_button--colored,
.c-orange .btn--colored,
.c-orange .rte_button--colored,
.c-green .btn--colored,
.c-green .rte_button--colored,
.c-red .btn--colored,
.c-red .rte_button--colored,
.c-blue-strong .btn--colored,
.c-blue-strong .rte_button--colored,
.c-grey .btn--colored,
.c-grey .rte_button--colored {
  border-color: #ffffff !important;
  background-color: #ffffff !important;
  color: #003882 !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,
.c-orange .btn--colored:hover,
.c-orange .rte_button--colored:hover,
.c-orange .btn--colored:active,
.c-orange .rte_button--colored:active,
.c-orange .btn--colored:focus,
.c-orange .rte_button--colored:focus,
.c-green .btn--colored:hover,
.c-green .rte_button--colored:hover,
.c-green .btn--colored:active,
.c-green .rte_button--colored:active,
.c-green .btn--colored:focus,
.c-green .rte_button--colored:focus,
.c-red .btn--colored:hover,
.c-red .rte_button--colored:hover,
.c-red .btn--colored:active,
.c-red .rte_button--colored:active,
.c-red .btn--colored:focus,
.c-red .rte_button--colored:focus,
.c-blue-strong .btn--colored:hover,
.c-blue-strong .rte_button--colored:hover,
.c-blue-strong .btn--colored:active,
.c-blue-strong .rte_button--colored:active,
.c-blue-strong .btn--colored:focus,
.c-blue-strong .rte_button--colored:focus,
.c-grey .btn--colored:hover,
.c-grey .rte_button--colored:hover,
.c-grey .btn--colored:active,
.c-grey .rte_button--colored:active,
.c-grey .btn--colored:focus,
.c-grey .rte_button--colored:focus {
  background-color: #000224 !important;
  color: #ffffff !important;
  border-color: #000224 !important;
}

.c-blue-light .btn--colored, .c-blue-light .rte_button--colored {
  border-color: #003882;
  color: #ffffff;
  /* UI States */
}

.c-blue-light .btn--colored:hover, .c-blue-light .rte_button--colored:hover, .c-blue-light .btn--colored:active, .c-blue-light .rte_button--colored:active, .c-blue-light .btn--colored:focus, .c-blue-light .rte_button--colored:focus {
  background: #000224;
  color: #ffffff;
  border-color: #000224;
}

/**
 * RTE Buttons
 * --------------------------------------------------------------------------
 */
/**
 * Button Sizes
 * --------------------------------------------------------------------------
 */
/**
 * Button Functions
 * --------------------------------------------------------------------------
 */
/**
 * Media Buttons 2021
 * --------------------------------------------------------------------------
 */
.media-button-2021 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 45px;
  height: 45px;
  background: #E5EBF2;
  border: 1px solid black;
}

.media-button-2021 .media-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 17px;
  height: 17px;
  border: 1px solid black;
}

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: 31px;
  margin-bottom: 0.4em;
  font-weight: 600;
  line-height: 1.06;
  font-family: "SourceSansPro", Arial, sans-serif;
  color: #003882;
}

h2, .h2 {
  font-size: 25px;
  margin-bottom: 0.4em;
  font-weight: 700;
  line-height: 1.24;
  font-family: "SourceSansPro", Arial, sans-serif;
  color: #003882;
}

.b-page-content--main h2, .b-page-content--main .h2 {
  font-size: 25px;
  margin-bottom: 0.4em;
  font-weight: 700;
  line-height: 1.24;
  font-family: "SourceSansPro", Arial, sans-serif;
  text-align: left;
}

h2 a, .h2 a {
  color: #003882;
}

h3, .h3, .b-menu-main__list--level3:before {
  font-size: 20px;
  margin-bottom: 0.4em;
  font-weight: 600;
  line-height: 1.3;
  font-family: "SourceSansPro", Arial, sans-serif;
  color: #003882;
  word-wrap: break-word;
}

.b-page-content--main h3, .b-page-content--main .h3, .b-page-content--main .b-menu-main__list--level3:before {
  font-size: 20px;
  line-height: 1.3;
}

h3 a, .h3 a, .b-menu-main__list--level3:before a {
  color: #003882;
}

h4, .h4 {
  font-size: 16px;
  margin-bottom: 0.4em;
  font-weight: 700;
  line-height: 1.375;
  font-family: "SourceSansPro", Arial, sans-serif;
  color: #003882;
}

.b-page-content--main h4, .b-page-content--main .h4 {
  font-size: 16px;
  line-height: 1.375;
}

h4 a, .h4 a {
  color: #003882;
}

.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: #C34343;
}

.info-cat-dragee {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  border-radius: 100px;
  font-weight: 600;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  margin-bottom: 0.5rem;
  margin-right: 4px;
  text-transform: uppercase;
}

.info-cat-dragee .typo\:s, .info-cat-dragee .fmp-table-wrapper .table-fmp .tr-header > th, .fmp-table-wrapper .table-fmp .info-cat-dragee .tr-header > th, .info-cat-dragee .fmp-company-adress .adress-text, .fmp-company-adress .info-cat-dragee .adress-text {
  line-height: normal !important;
}

.info-cat-dragee.with-star > img {
  margin-right: 0.01rem;
  width: 15px;
  height: 12px;
}

.info-cat-dragee-big-close {
  display: inline-block;
  background-color: #E5EBF2;
  border-radius: 74px;
  font-size: 18px;
  font-size: 1.125rem;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  padding-left: 1.1rem;
  padding-right: 1.1rem;
  font-weight: bold;
  cursor: pointer;
  white-space: nowrap;
  margin-right: 16px;
}

html[dir='rtl'] .info-cat-dragee-big-close {
  margin-left: 16px;
  margin-right: 0px;
}

.info-cat-dragee-big-close > img {
  width: 14px;
  height: 14px;
  margin-right: 0.4rem;
}

html[dir='rtl'] .info-cat-dragee-big-close > img {
  margin-left: 0.4rem;
  margin-right: 0.0rem;
}

.info-cat-dragee-big-close > span {
  font-weight: normal;
}

/*
 * https://css-tricks.com/the-shapes-of-css/
 * http://jsfiddle.net/yhexkm4u/2/ -> better solution because we need transparent corner of flag
 */
.info-flag-top-theme {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  height: 0px;
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 17px solid #f00fff;
  border-top: 17px solid #f00fff;
  border-left: 6px solid transparent;
}

.info-flag-top-theme .flag-text-large {
  display: none;
}

.info-flag-top-theme .flag-text-small {
  display: block;
}

.info-flag-top-theme.red {
  border-bottom: 17px solid #C34343;
  border-top: 17px solid #C34343;
}

.info-flag-top-theme.yellow {
  border-bottom: 17px solid #FFDE5B;
  border-top: 17px solid #FFDE5B;
}

.info-flag-top-theme.grey {
  border-bottom: 17px solid #474747;
  border-top: 17px solid #474747;
}

.info-flag-top-theme > img {
  width: 14px;
  height: 14px;
}

.info-flag-top-theme > div {
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-left: 0.2rem;
}

html[dir='rtl'] .info-flag-top-theme > div {
  margin-right: 0.2rem;
  margin-left: 0.0rem;
}

html[dir='rtl'] .info-flag-top-theme {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

html[dir='rtl'] .info-flag-top-theme > div {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.info-date-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #000224;
  width: 100px;
  height: 96px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
}

.info-date-box > .month, .info-date-box .day, .info-date-box .time {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  line-height: 1.0 !important;
}

.info-date-box .month {
  padding-top: 8px;
}

.info-date-box .time {
  padding-top: 3px;
}

/*
a {
    color: $c-font-link;
    text-decoration: none;

    &: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/ahk_sitepackage/Resources/Public/_Default_v2/icons/icon_download.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  content: '';
  height: 1.25rem;
  left: 0;
  position: absolute;
  top: 3px;
  width: 1.25rem;
}

.c-blue .icon-download, .c-blue
.icon-save-date {
  position: relative;
}

.c-blue .icon-download:before, .c-blue
.icon-save-date:before {
  display: inline-block;
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/icon_download_white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  content: '';
  height: 1.25rem;
  left: 0;
  position: absolute;
  top: 3px;
  width: 1.25rem;
}

.enhanced .icon-save-date:before {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/Events/icon_save_date.svg");
}

.icon-fax,
.icon-phone,
.icon-mail {
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 2rem;
  padding-left: 2rem;
  display: inline-block;
}

.icon-fax {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/Contactpool/icon_fax.svg");
}

.c-blue .icon-fax {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/Contactpool/icon_fax_white.svg");
}

.icon-phone {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/Contactpool/icon_phone.svg");
}

.c-blue .icon-phone {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/Contactpool/icon_phone_white.svg");
}

.icon-mail {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/Contactpool/icon_mail.svg");
}

.c-blue .icon-mail {
  background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/Contactpool/icon_mail_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: #003882;
}

p.rte_red {
  color: #C34343;
}

p.rte_align-center,
.text-align-center {
  text-align: center;
}

p.rte_align-left,
.text-align-left {
  text-align: left;
}

p.rte_align-right,
.text-align-right {
  text-align: right;
}

.c-blue .rte_blue, .c-blue
.rte_red, .c-blue
.rte_quote {
  color: #ffffff !important;
}

/*------------------------------------*\
	$RULES
\*------------------------------------*/
.rule, hr {
  border: none;
  border-bottom: 1px solid #e5ebf2;
  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 #e5ebf2;
}

table.table--bordered th:empty,
table.table--bordered td:empty {
  border: none;
}

/**
 * Striped tables (colors)
 */
table.table--striped th {
  background: #003882;
  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: #f2f2f2;
  /* 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: 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;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform-origin: 0 0;
    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-blue-lighter, .enhanced .b-content-item.c-grey-light, .enhanced .b-content-item.c-yellow, .enhanced .b-content-item.c-orange, .enhanced .b-content-item.c-green, .enhanced .b-content-item.c-red, .enhanced .b-content-item.c-blue-strong, .enhanced .b-content-item.c-grey, .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-blue-lighter, .enhanced .b-page-content--aside .b-content-item.c-grey-light, .enhanced .b-page-content--aside .b-content-item.c-yellow, .enhanced .b-page-content--aside .b-content-item.c-orange, .enhanced .b-page-content--aside .b-content-item.c-green, .enhanced .b-page-content--aside .b-content-item.c-red, .enhanced .b-page-content--aside .b-content-item.c-blue-strong, .enhanced .b-page-content--aside .b-content-item.c-grey, .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__menus .b-footer__icons .b-service-icons li {
    margin-top: -10px;
  }
  .enhanced .b-hero-image__overlay {
    background-color: initial;
  }
  .enhanced .b-main__hero-slider {
    margin-top: -110px;
  }
  .enhanced .b-hero-slider .slick-slide {
    margin: 0 100px;
  }
  .enhanced .b-hero-slider .slick-prev, .enhanced
  .b-hero-slider .slick-next {
    top: 185px;
  }
  .enhanced .b-hero-slider__image {
    height: 220px;
  }
  .enhanced .b-hero-slider__content {
    padding-top: 20px;
  }
  .enhanced .b-hero-button__btn .btn, .enhanced .b-hero-button__btn .rte_button, .enhanced .b-hero-button__btn .rte_button--colored {
    width: 80%;
  }
  .b-hero-logo {
    height: 75px;
  }
  .b-hero-logo__image {
    background-size: 100px;
    height: 150px;
    width: 150px;
  }
  .hero-wrapper .main-hero-box {
    height: 100%;
    padding-top: 56.25%;/* 16:9 Aspect Ratio */
  }
  .hero-wrapper .main-hero-box .hero-content {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hero-wrapper .main-hero-box .hero-content .search-box {
    width: 60%;
    margin-left: 0px;
  }
  .hero-wrapper .main-hero-box .hero-content .page-title-box .headline {
    text-align: center;
  }
  .hero-wrapper .main-hero-box .hero-content .page-title-box .sub-headline {
    text-align: center;
  }
  .hero-wrapper .main-hero-box .hero-content .page-title-box {
    width: auto;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 0px;
  }
  .hero-wrapper-extended .top-thema-flag {
    top: 38px;
  }
  .hero-wrapper-extended .main-hero-box {
    height: 100%;
    padding-top: 56.25%;/* 16:9 Aspect Ratio */
  }
  .hero-wrapper-extended .main-hero-box .hero-content {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 0px;
  }
  .hero-wrapper-extended .main-hero-box .hero-content .top-info-box {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .hero-wrapper-extended .main-hero-box .hero-content .page-title-box {
    padding-bottom: 40px;
  }
  .hero-wrapper-extended .main-hero-box .hero-content .page-title-box .headline {
    text-align: center;
  }
  .hero-wrapper-extended .main-hero-box .hero-content .bottom-info-box {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-bottom: 30px;
  }
  .hero-wrapper-extended .main-hero-box .hero-content .bottom-info-box .icon-box .href-flex-box {
    margin-top: auto;
  }
  .enhanced .hero-wrapper-extended .main-hero-box {
    height: 283px;
  }
  .hero-slider__item__inner .top-thema-flag {
    top: 38px;
  }
  .hero-slider__item__inner .hero-slider__caption .date-category {
    width: 100%;
  }
  .hero-slider__item__inner .hero-slider__caption__introtext > p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 4;
  }
  .news-teaser-board .news-teaser-board-article {
    width: -webkit-calc(33.33% - 15px);
    width: calc(33.33% - 15px);
    padding-top: -webkit-calc(41.33% - 15px);
    padding-top: calc(41.33% - 15px);
    margin-bottom: 20px;
  }
  .news-teaser-board .news-teaser-board-article .content .top-box .news-header-top.show-datebox {
    width: 60%;
  }
  .news-teaser-board .news-teaser-board-article .content .top-box .news-header-top {
    top: 7px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .news-teaser-board .news-teaser-board-article .content .bottom-box .news-footer-bottom .text-date {
    padding-left: 10px;
    padding-right: 10px;
  }
  .news-teaser-board .news-teaser-board-article .content .bottom-box .news-footer-bottom .text-headline {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 7px;
  }
  .news-teaser-list .article {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .news-teaser-list .article .top-flag {
    position: relative;
    margin-top: -10px;
  }
  .news-teaser-list .article .top-flag .info-flag-top-theme {
    margin-right: -40px;
  }
  html[dir='rtl'] .news-teaser-list .article .top-flag .info-flag-top-theme {
    margin-right: 0;
    margin-left: -40px;
  }
  .news-teaser-list .article .content-left {
    width: auto;
    height: auto;
  }
  .news-teaser-list .article .content-left.show-datebox {
    margin-left: 100px;
  }
  html[dir='rtl'] .news-teaser-list .article .content-left.show-datebox {
    margin-left: auto;
    margin-right: 100px;
  }
  .news-teaser-list .article .content-left .date-box-holder.is-top-theme > .info-date-box {
    background-color: transparent;
  }
  .news-teaser-list .article .content-left .date-box-holder {
    left: 0px;
    right: auto;
    margin-top: 40px;
  }
  html[dir='rtl'] .news-teaser-list .article .content-left .date-box-holder {
    right: 0px;
    left: auto;
  }
  .news-teaser-list .article .content-left .date-box-holder > .info-date-box {
    padding-right: 20px;
    color: #003882;
  }
  html[dir='rtl'] .news-teaser-list .article .content-left .date-box-holder > .info-date-box {
    padding-right: 0px;
    padding-left: 20px;
  }
  .news-teaser-list .article .content-left .date-box-holder > .info-date-box > .month, .news-teaser-list .article .content-left .date-box-holder > .info-date-box .day, .news-teaser-list .article .content-left .date-box-holder > .info-date-box .time {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .news-teaser-list .article .content-left .date-box-holder > .info-date-box > .time {
    color: #000224;
  }
  .news-teaser-list .article .content-left .image-box {
    width: 210px !important;
  }
  .news-teaser-list .article .content-right {
    margin-top: 0px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .news-teaser-list .article .content-right .date-category-container {
    margin-top: 0px;
  }
  .news-teaser-list .article .content-right.is-top-theme {
    padding-left: 40px;
    padding-right: 40px;
  }
  .event-bar-wrapper.is-inside-hero {
    margin-top: -100px;
  }
  .content-box-facebar-items {
    padding-top: 24px;
    padding-left: 22px;
    padding-right: 22px;
  }
  .event-facebar-box .top-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .event-facebar-box .top-box .top-box-inner .event-location-box .content-box-facebar-items {
    height: 170px;
  }
  .event-facebar-box .top-box .top-box-inner .event-info-box {
    min-height: 130px;
  }
  .event-facebar-box .top-box .bottom-box-inner .event-time-box .content-box-facebar-items {
    height: 170px;
  }
  .event-facebar-box .top-box .bottom-box-inner .event-cooperation-box .content-box-facebar-items .item-cooperation {
    text-align: left;
  }
  html[dir='rtl'] .event-facebar-box .top-box .bottom-box-inner .event-cooperation-box .content-box-facebar-items .item-cooperation {
    text-align: right;
  }
  .event-facebar-box .bottom-box .content-box-facebar-items .btn, .event-facebar-box .bottom-box .content-box-facebar-items .rte_button, .event-facebar-box .bottom-box .content-box-facebar-items .rte_button--colored {
    width: auto;
  }
  .event-teaser .bottom .button-box .btn, .event-teaser .bottom .button-box .rte_button, .event-teaser .bottom .button-box .rte_button--colored {
    width: auto !important;
  }
  .event-teaser-item {
    border-top: none;
    padding-bottom: 16px;
  }
  .event-teaser-item .left {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .event-teaser-item .right {
    padding-left: 24px;
  }
  html[dir='rtl'] .event-teaser-item .right {
    padding-right: 24px;
    padding-left: auto;
  }
  .search-events-wrapper .filter-search-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .search-events-wrapper .filter-search-row .left {
    width: 50%;
  }
  .search-events-wrapper .filter-search-row .right {
    width: 50%;
    margin-top: 0px;
  }
  .search-events-wrapper .filter-search-row .filter-search-col {
    width: 33%;
  }
  .search-events-wrapper .filter-search-row .filter-search-col #formfield-date-range-from {
    margin-bottom: 1em !important;
  }
  .search-events-wrapper .filter-search-row .empty-col-40px {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
  }
  .filter-events-button-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .filter-events-button-row .basic-button {
    width: auto;
    margin-right: 30px;
  }
  html[dir='rtl'] .filter-events-button-row .basic-button {
    margin-right: auto;
    margin-left: 30px;
  }
  .filter-events-button-row .btn--colored, .filter-events-button-row .rte_button--colored {
    width: auto;
    margin-top: 0px;
  }
  .rss-view-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .rss-view-box .right {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -moz-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
    margin-top: 0px;
  }
  .rss-view-box .right > .image-text-button-wrapper .image-text-button {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .fmp-table-wrapper .table-fmp .c-col-3 {
    display: none;
  }
  .fmp-table-wrapper .table-fmp .tr-content > td {
    font-size: 0.85rem;
  }
  .fmp-mobile-company-logo {
    height: 120px;
  }
  .fmp-text-company-wrapper {
    margin-top: 42px;
  }
  .fmp-company-logo-banner {
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .fmp-company-logo-banner .top {
    width: 100%;
    max-width: 230px;
  }
  .fmp-company-logo-banner .bottom {
    width: auto;
    min-width: 300px;
  }
  .fmp-company-adress-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .fmp-company-adress-list .adress-box {
    width: 50%;
  }
  .cp-members-wrapper .cp-members-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .cp-members-wrapper .cp-members-list .members-box {
    width: 50%;
  }
  .cp-member {
    margin-bottom: 40px;
  }
  .cp-member .bottom .member-info-1 {
    margin-top: 15px;
  }
  .cp-member .bottom > p {
    margin-top: 12px;
  }
  .speakers-title {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 24px;
  }
  .speaker-slider-wrapper {
    padding: 0px 30px;
  }
  .enhanced .b-pagetitle__meta svg {
    height: 1.5rem;
    width: 1.5rem;
  }
  .enhanced .b-hero-image .b-pagetitle__meta svg {
    -webkit-transform: translateY(0.5rem);
    -ms-transform: translateY(0.5rem);
    transform: translateY(0.5rem);
  }
  .enhanced .b-hero-image .b-pagetitle {
    padding-top: 80px;
    padding-bottom: 200px;
  }
  .enhanced .b-hero-image .b-pagetitle h1 {
    font-size: 40px;
    font-size: 2.5rem;
  }
  .enhanced .b-hero-image .b-pagetitle__sub {
    font-size: 26px;
    font-size: 1.625rem;
  }
  .enhanced .b-main__hero-image--narrow .b-pagetitle {
    padding-top: 100px;
    padding-bottom: 150px;
  }
  .enhanced .b-dashboard .g-copyright {
    display: block;
    font-style: italic;
    font-size: 10px;
    font-size: 0.625rem;
    color: #000224;
    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%;
    -webkit-transform: translateY(-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: #003882;
    border: 1px solid #003882;
  }
  .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: #003882;
    border: 1px solid #003882;
  }
  .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 .b-footer__banner__item__img .banner--core {
    margin-bottom: 0px;
  }
  .enhanced .b-footer__banner--4col .b-footer__banner__item {
    width: 20%;
    height: 165px;
    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: 145px;
  }
  .enhanced .b-footer__banner--4col .b-footer__banner__item:first-of-type .b-footer__banner__item__img img.gtai, .enhanced .b-footer__banner--4col .b-footer__banner__item:last-of-type .b-footer__banner__item__img img.gtai {
    min-width: 300px;
  }
  .enhanced .b-accordion {
    padding: 10px;
    padding-bottom: 30px;
  }
  .enhanced .b-accordion__item__content {
    padding-left: 25px;
  }
  .b-pagination a {
    padding: 1.0em 1.3em;
  }
  .b-pagination .b-pagination__list__item.b-pagination__list__item--current {
    padding: 1.0em 1.3em;
  }
  .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%;
  }
  .b-social-icons__title {
    width: auto;
  }
  .enhanced .b-logo-wall--4col .b-logo-wall__item, .enhanced
  .b-logo-wall--5col .b-logo-wall__item {
    width: 20%;
  }
  .enhanced .b-logo-wall--4col .b-logo-wall__item {
    width: 25%;
  }
  .enhanced .b-map {
    height: 100%;
    margin: 0 auto;
    max-width: 445px;
    position: relative;
    width: 100%;
    z-index: 1;
  }
  .b-hero-box--first .enhanced .b-map {
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    top: -60px;
  }
  .enhanced .b-map__headline {
    display: none;
  }
  .enhanced .b-map__inner .b-map__image, .enhanced
  .b-map__inner .b-map-pin__image {
    display: block;
  }
  .enhanced .b-map-pin {
    margin-bottom: 0;
    position: absolute;
  }
  .enhanced .b-map-pin__link {
    display: inline-block;
    position: relative;
  }
  .enhanced .b-map-pin__link:hover .b-map-pin__overlay, .enhanced .b-map-pin__link:focus .b-map-pin__overlay {
    display: block;
  }
  .enhanced .b-map-pin__overlay {
    background-color: #ffffff;
    box-shadow: 0 1px 4px rgba(0, 2, 36, 0.3);
    display: none;
    left: 50%;
    max-width: 20rem;
    padding: .5rem 1rem;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    top: .75rem;
    z-index: 1;
  }
  .enhanced .b-map-pin__text-meta, .enhanced .b-map-pin__text {
    color: #003882;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .enhanced .b-map-pin__text {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .enhanced .b-map-pin.is-active {
    display: block;
    z-index: -1;
  }
  .enhanced .b-deint-header__button, .enhanced .b-deint-header__link {
    bottom: 10px;
    display: block;
    position: absolute;
    right: 0;
  }
  .b-cta-newsletter-wrap {
    bottom: 100px;
  }
  .b-cta-newsletter-box {
    bottom: 100px;
  }
  .d-click__overlay {
    padding: 20px;
  }
  .d-click__overlay .info-flag-top-theme {
    margin-right: -20px;
  }
  .d-click__overlay-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .d-click__overlay-content .btn, .d-click__overlay-content .rte_button, .d-click__overlay-content .rte_button--colored {
    display: inline-block;
  }
  .d-click__overlay-content button {
    width: auto;
  }
  .enhanced .column .b-main__section, .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 {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  .enhanced .b-article-list__rounded img {
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-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 .b-speaker__image, .enhanced .b-page-content--main
  .cp-list__item-image {
    float: left;
    padding-right: 20px;
  }
  .enhanced .b-page-content--main .b-speaker__content, .enhanced .b-page-content--main
  .cp-list__item-content {
    width: -webkit-calc(100% - 160px);
    width: calc(100% - 160px);
    float: right;
  }
  .cp-dept-list--highlight .cp-list__item-image,
  .cp-dept-list--2col .cp-list__item-image {
    float: left;
  }
  .cp-dept-list--highlight .cp-list__item-content,
  .cp-dept-list--2col .cp-list__item-content {
    padding-left: 160px;
  }
  .enhanced .cp-teaser {
    float: left;
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
  }
  .enhanced #tx-solr-sorting, .enhanced
  #tx-solr-pagination-results-per-page {
    float: left;
    margin-right: 5px;
    width: -webkit-calc(50% - 5px);
    width: calc(50% - 5px);
  }
  .enhanced #tx-solr-sorting select, .enhanced
  #tx-solr-pagination-results-per-page select {
    margin-bottom: 0;
  }
  .enhanced #tx-solr-pagination-results-per-page {
    float: right;
    margin-right: 0;
    margin-left: 5px;
  }
  .enhanced #extern-events-cal-spain {
    height: 760px;
  }
  .enhanced #extern-events-cal-spain iframe {
    height: 820px;
  }
  .enhanced .b-main__hero-image + .b-main__hero-box {
    -webkit-transform: translateY(-3rem);
    transform: translateY(-3rem);
    -ms-transform: translateY(-3rem);
  }
  .enhanced .b-main__hero-image + .b-main__hero-box:before {
    -webkit-transform: translateY(3rem);
    transform: translateY(3rem);
    -ms-transform: translateY(3rem);
  }
  .b-card {
    margin-left: 4rem;
    margin-right: 4rem;
    max-width: 12.5rem;
  }
  .b-card__image img {
    height: 12.5rem;
    width: 12.5rem;
  }
  .b-custom-map {
    height: 37.5rem;
  }
  .b-economy__icon-focus svg {
    height: 17.5rem;
    width: 17.5rem;
  }
  .b-facts > .g-container {
    width: 90%;
  }
  .b-fact-box__icon img,
  .b-fact-box__icon svg {
    height: 17.5rem;
    width: 17.5rem;
  }
  .b-illustration {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .b-illustration__icon svg,
  .b-illustration__icon img {
    height: 12.813rem;
    width: 18.75rem;
  }
  .b-stage__image-panorama {
    height: 42.5rem;
  }
  .b-stage__line {
    height: 12rem;
  }
  .enhanced .b-scroll-icon {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 2, 36, 0.5);
    border-radius: 2rem;
    border: solid 2px;
    bottom: 3rem;
    color: rgba(255, 255, 255, 0.7);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 3rem;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: .4s;
    transition: .4s;
    width: 2rem;
  }
  .enhanced .b-scroll-icon:after {
    -webkit-animation: scroll-icon 2.2s infinite cubic-bezier(0.65, 0.05, 0.36, 1);
    animation: scroll-icon 2.2s infinite cubic-bezier(0.65, 0.05, 0.36, 1);
    background-color: #ffffff;
    border-radius: 50%;
    content: '';
    height: 5px;
    width: 5px;
  }
  .enhanced .b-header__logo {
    height: 70px;
  }
  .enhanced .b-header__logo img {
    height: 70px;
  }
  .b-header--sticky .b-header__container {
    padding: 0 30px;
  }
  .b-footer__row--1 {
    padding: 40px;
  }
  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__menus .b-menu-meta ul > li {
    float: right;
    padding-left: 10px;
    border-left: 1px solid #003882;
    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: -webkit-calc(100% - 160px);
    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;
  }
  html[dir='rtl'] .b-pagetitle .b-hashtag-wrap {
    -webkit-transform: translate(-50%, -5.5rem);
    -ms-transform: translate(-50%, -5.5rem);
    transform: translate(-50%, -5.5rem);
  }
  .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: -webkit-calc(50% - 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: -webkit-calc(33.333% - 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: -webkit-calc(20% - 4px);
    width: calc(20% - 4px);
  }
  .enhanced .b-form__item--3split.b-form__item--vary .b-form__item__inner:last-of-type {
    width: -webkit-calc(60% - 4px);
    width: calc(60% - 4px);
  }
  .info-flag-top-theme {
    height: 0px;
    border-bottom: 17px solid #f00fff;
    border-top: 17px solid #f00fff;
    border-left: 6px solid transparent;
  }
  .info-flag-top-theme.red {
    border-bottom: 17px solid #C34343;
    border-top: 17px solid #C34343;
  }
  .info-flag-top-theme.yellow {
    border-bottom: 17px solid #FFDE5B;
    border-top: 17px solid #FFDE5B;
  }
  .info-flag-top-theme.grey {
    border-bottom: 17px solid #474747;
    border-top: 17px solid #474747;
  }
  .info-flag-top-theme > img {
    width: 14px;
    height: 14px;
  }
  .info-flag-top-theme > div {
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-left: 0.2rem;
  }
  html[dir='rtl'] .info-flag-top-theme > div {
    margin-right: 0.2rem;
    margin-left: 0.0rem;
  }
}

@media only screen and (min-width: 769px) {
  html {
    font-family: 'medium-small';
  }
  body {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.375;
  }
  .g-container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .homepage-headline {
    margin-bottom: 40px;
  }
  body.p-home div.multicolumn h2.b-section__header {
    margin-bottom: 40px;
  }
  .background-text--big:after {
    font-size: 210px;
    font-size: 13.125rem;
    margin-left: -20px;
    margin-bottom: -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: 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: -webkit-calc(50% + 10px);
    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-menu-breadcrumb {
    display: block;
  }
  .b-header__row--1__inner .b-menu-meta {
    display: block;
  }
  .b-more-article-slider {
    padding: 20px 0px;
  }
  .b-more-article-slider .slick-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 20px;/*max-width: 27vw;
            flex-basis: 27vw;*/
    padding-top: 7vw;
  }
  .b-more-article-slider .slick-slide.slick-current {
    margin: 0 20px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 50vw;
    -webkit-flex-basis: 50vw;
    -ms-flex-preferred-size: 50vw;
    flex-basis: 50vw;
    padding-top: 0px;
  }
  .b-more-article-slider__image-wrap .info-flag-top-theme {
    top: 24px;
  }
  .b-main__section--b-more-article-slider {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .enhanced .b-hero-slider.slick-slider {
    margin-left: 10px;
    margin-right: 10px;
  }
  .enhanced .b-hero-slider .slick-prev {
    left: -40px;
  }
  .enhanced .b-hero-slider .slick-next {
    right: -40px;
  }
  .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 .hero-wrapper-extended .main-hero-box {
    height: 283px;
  }
  .hero-slider-2021 .slick-dots {
    top: 100% !important;
    margin-top: -58px;
  }
  .hero-slider-2021 .slick-prev {
    display: none;
  }
  .hero-slider-2021 .slick-next {
    display: none;
  }
  .hero-slider__item__inner {
    height: 282px;
  }
  .hero-slider__item__inner .hero-slider__caption {
    top: 26px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .hero-slider__item__inner .hero-slider__caption .heading {
    width: 80%;
  }
  .hero-slider__item__inner .hero-slider__caption .heading > h3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
  }
  .hero-slider__item__inner .hero-slider__caption .heading .btn, .hero-slider__item__inner .hero-slider__caption .heading .rte_button, .hero-slider__item__inner .hero-slider__caption .heading .rte_button--colored {
    font-size: 16px;
    font-size: 1rem;
  }
  .hero-slider__item__inner .hero-slider__caption__introtext > p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
  }
  .news-teaser-board .news-teaser-board-article {
    width: -webkit-calc(33.33% - 30px);
    width: calc(33.33% - 30px);
    padding-top: -webkit-calc(41.33% - 30px);
    padding-top: calc(41.33% - 30px);
    margin-bottom: 40px;
  }
  .offers-board {
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    grid-gap: 32px;
  }
  .event-facebar-box .bottom-box .content-box-facebar-items .btn, .event-facebar-box .bottom-box .content-box-facebar-items .rte_button, .event-facebar-box .bottom-box .content-box-facebar-items .rte_button--colored {
    font-size: 16px;
    font-size: 1rem;
  }
  .facts-and-figures-box .top-box {
    height: 456px;
  }
  .facts-and-figures-box .top-box .picture-item-top > img {
    width: 400px;
  }
  .facts-and-figures-box .bottom-box {
    height: 456px;
  }
  .facts-and-figures-box .facts-and-figures-hover .content {
    width: 70%;
  }
  .content-box-figure-items {
    margin-bottom: 30px;
    padding-left: 22px;
    padding-right: 22px;
  }
  .facts-and-figures-picture-item {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .facts-and-figures-picture-item > img.events {
    width: 83px;
  }
  .facts-and-figures-picture-item > img.employee {
    width: 63px;
  }
  .facts-and-figures-picture-item > img.locations {
    width: 65px;
  }
  .facts-and-figures-picture-item > img.years {
    width: 67px;
  }
  .search-news-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .search-news-wrapper .filter-search-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .search-news-wrapper .filter-search-row .left {
    width: 50%;
    margin-bottom: 0px;
  }
  .search-news-wrapper .filter-search-row .middle {
    width: 35%;
    margin-bottom: 0px;
  }
  .search-news-wrapper .filter-search-row .right {
    width: auto;
  }
  .search-news-wrapper .filter-search-row .right .btn--colored, .search-news-wrapper .filter-search-row .right .rte_button--colored {
    width: auto;
    margin-left: 40px;
  }
  html[dir='rtl'] .search-news-wrapper .filter-search-row .right .btn--colored, html[dir='rtl'] .search-news-wrapper .filter-search-row .right .rte_button--colored {
    margin-left: 0px;
    margin-right: 40px;
  }
  .search-news-wrapper .filter-search-row .empty-col-40px {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
  }
  .search-fmp-wrapper .collapse-content {
    padding-bottom: 20px;
  }
  .search-fmp-wrapper .filter-search-grid {
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    grid-gap: 20px 30px;
    margin-top: 20px;
  }
  .search-fmp-wrapper .button-search-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 20px;
  }
  .search-fmp-wrapper .button-search-row .basic-button {
    width: auto;
    margin-top: 0px;
  }
  .search-fmp-wrapper .button-search-row .btn--colored, .search-fmp-wrapper .button-search-row .rte_button--colored {
    width: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 20px;
  }
  html[dir='rtl'] .search-fmp-wrapper .button-search-row .btn--colored, html[dir='rtl'] .search-fmp-wrapper .button-search-row .rte_button--colored {
    margin-left: 0px;
    margin-right: 20px;
  }
  .fmp-table-wrapper .table-fmp .c-col-1 {
    white-space: nowrap;
  }
  .fmp-table-wrapper .table-fmp .c-col-2 {
    display: table-cell;
  }
  .fmp-table-wrapper .table-fmp .mobile-logo {
    display: none;
  }
  .simple-text-wrapper .simple-text {
    max-width: 66%;
  }
  .cp-members-wrapper .cp-members-list.show-border-top {
    padding-top: 40px;
  }
  .b-main__section--b-speakers-slider {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .b-event-program__row {
    padding: 32px 0 32px 250px;
  }
  .b-event-program__row__title {
    position: absolute;
    left: 0;
    top: 32px;
    -webkit-flex-basis: 250px;
    -ms-flex-preferred-size: 250px;
    flex-basis: 250px;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-width: 0;
    width: 250px;
    text-align: right;
  }
  .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%;
    -webkit-transform: translateY(-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: #f2f2f2;
    padding: 20px;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .enhanced .b-dashboard__overlay.js-overlay-is-visible {
    -webkit-transform: scale(1, 1);
    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/ahk_sitepackage/Resources/Public/_Default_v2/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-dashboard--animate {
    height: 485px;
  }
  .enhanced .b-dashboard--animate .b-dashboard__item--1 .b-dashboard__item__label {
    bottom: 50px;
  }
  .enhanced .b-dashboard--animate .b-dashboard__item__icon {
    padding-top: 10%;
  }
  .enhanced .b-dashboard--animate .b-dashboard__item__icon,
  .enhanced .b-dashboard--animate .b-dashboard__item__label {
    padding-left: 10px;
    padding-right: 10px;
  }
  .enhanced .b-dashboard--animate .b-dashboard__item__label {
    font-size: 25px;
    font-size: 1.5625rem;
    bottom: 20px;
    color: #003882;
    top: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -ms-transform: translateY(0);
  }
  .enhanced .b-dashboard--animate .b-dashboard__item__label span {
    font-size: 38px;
    font-size: 2.375rem;
  }
  .enhanced .b-dashboard--animate .b-dashboard__item__icon {
    display: block;
    height: 100%;
    position: absolute;
    text-align: center;
    width: 100%;
  }
  .enhanced .b-dashboard--animate .b-dashboard__item--1 {
    background-color: #ffffff;
  }
  .enhanced .b-dashboard--animate .b-dashboard__item--2 {
    background-color: #f2f2f2;
  }
  .enhanced .b-dashboard--animate .b-dashboard__item--3 {
    background-color: #ffffff;
  }
  .enhanced .b-dashboard--animate .b-dashboard__item--4 {
    background-color: #00A6E3;
  }
  .enhanced .b-dashboard--animate .b-dashboard__item--5 {
    background-color: #003882;
  }
  .enhanced .b-dashboard--animate .b-dashboard__item--5 .b-dashboard__item__label {
    color: #ffffff;
  }
  .enhanced .b-dashboard--animate svg {
    display: inline-block;
  }
  .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%;
    -webkit-transform: translateY(-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: #003882;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-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%;
    -webkit-transform: translateY(-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.27;
  }
  .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;
  }
  .b-header__banner__item {
    width: 728px;
  }
  .enhanced .b-linklist__item a {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .b-prefooter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .b-prefooter__location .b-content-textmedia__images {
    display: block;
  }
  .b-prefooter__col:not(:last-child):after {
    display: none;
  }
  .b-prefooter__col {
    width: 31%;
    border-bottom: 0px !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  .enhanced .b-pinboard--2col .b-pinboard__col {
    float: left;
    width: 48%;
  }
  .enhanced .b-pinboard--2col .b-pinboard__col--1 {
    margin-right: 2%;
  }
  .enhanced .b-pinboard--2col .b-pinboard__col {
    float: left;
    width: 49%;
  }
  .enhanced .b-pinboard--2col .b-pinboard__col--1 {
    margin-right: 2%;
  }
  .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 #e5ebf2;
    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--4col .b-logo-wall__item, .enhanced
  .b-logo-wall--5col .b-logo-wall__item {
    height: 220px;
  }
  .enhanced .b-teaser-board__article {
    float: left;
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
  }
  .b-text-blocks__highlighted {
    float: left;
    width: 49.5%;
    padding: 24px;
    margin-bottom: 24px;
    margin-right: 40px;
  }
  .b-text-blocks__content {
    width: 66%;
    margin: 0 auto;
  }
  .b-dropdown__list {
    max-height: 277px;
  }
  .b-focus-teaser {
    padding: 0px 16.5%;
  }
  .b-focus-teaser__teasers-container {
    float: left;
    width: 33%;
    margin-bottom: 0px;
    margin-right: 40px;
    margin-left: -8.25%;
    margin-top: 7px;
  }
  .b-focus-teaser__item:last-child {
    border: none;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
  }
  .b-downloads__container {
    padding: 24px;
  }
  .b-downloads__title {
    margin-bottom: 32px;
  }
  .b-main__section--b-downloads .b-downloads {
    margin-top: -32px;
  }
  .b-downloads-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .b-downloads-item__content p {
    margin-bottom: 0;
  }
  .b-downloads-item__icon {
    display: block;
  }
  .b-main__section--b-downloads {
    margin-top: 64px !important;
    padding: 0px 0px 32px 0px !important;
  }
  .b-numbers-item {
    width: 45%;
  }
  .b-numbers-item--wide {
    width: -webkit-calc(33% - 20px);
    width: calc(33% - 20px);
    margin-right: 20px;
  }
  .b-image-gallery-slider .slick-slider {
    margin-bottom: 30px;
  }
  .b-image-gallery-slider__thumbs {
    margin-left: -10px;
    margin-right: -10px;
    padding: 0px 8.25% 70px 8.25%;
  }
  .b-image-gallery-slider__thumbs__item {
    padding: 0 10px;
  }
  .b-teaser-2-1.slick-slider {
    margin-bottom: 40px;
  }
  .b-teaser-2-1.slick-slider {
    padding-bottom: 80px;
  }
  .b-teaser-2-1 .slick-arrow.slick-prev {
    left: -webkit-calc(50% - 55px);
    left: calc(50% - 55px);
  }
  .b-teaser-2-1 .slick-arrow.slick-next {
    right: -webkit-calc(50% - 55px);
    right: calc(50% - 55px);
  }
  .d-click {
    max-width: 66%;
  }
  .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;
  }
  .b-main__section {
    margin-top: 40px;
  }
  .b-main__section {
    margin-bottom: 40px;
  }
  .b-main__section[class*="c-"] {
    padding-top: 40px;
  }
  .b-main__section[class*="c-"] {
    padding-bottom: 40px;
  }
  .b-main__section--news-teaser-board, .b-main__section--news-teaser-list {
    margin-top: 20px;
  }
  .enhanced .b-main__section.b-main__section--prefooter {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .b-main__section.b-main__section--prefooter h2 {
    font-size: 20px;
  }
  .b-main__section-wrap--2col .b-main__section[class*="c-"] {
    padding: 24px;
  }
  .b-main__section--border-top {
    padding-top: 40px;
  }
  .b-main__top-bar {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  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 #e5ebf2;
  }
  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;
  }
  html[dir='rtl'] .b-text-blocks__highlighted {
    float: right;
    margin-right: 0px;
    margin-left: 40px;
  }
  html[dir='rtl'] .b-focus-teaser__teasers-container {
    float: right;
    margin-right: -8.25%;
    margin-left: 40px;
  }
  html[dir='rtl'] .b-event-program__row {
    padding: 32px 250px 32px 0;
  }
  html[dir='rtl'] .b-event-program__row__title {
    left: auto;
    right: 0;
    text-align: left;
  }
  h1, .h1 {
    font-size: 31px;
    line-height: 1.06;
  }
  h2, .h2 {
    font-size: 25px;
    line-height: 1.24;
  }
  h3, .h3, .b-menu-main__list--level3:before {
    font-size: 20px;
    line-height: 1.3;
  }
  h4, .h4 {
    font-size: 16px;
    line-height: 1.375;
  }
  .b-section__header {
    font-size: 14px;
    line-height: 1.4;
  }
  .info-flag-top-theme {
    height: 0px;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 20px solid #f00fff;
    border-top: 20px solid #f00fff;
    border-left: 8px solid transparent;
  }
  .info-flag-top-theme .flag-text-large {
    display: block;
  }
  .info-flag-top-theme .flag-text-small {
    display: none;
  }
  .info-flag-top-theme.red {
    border-bottom: 20px solid #C34343;
    border-top: 20px solid #C34343;
  }
  .info-flag-top-theme.yellow {
    border-bottom: 20px solid #FFDE5B;
    border-top: 20px solid #FFDE5B;
  }
  .info-flag-top-theme.grey {
    border-bottom: 20px solid #474747;
    border-top: 20px solid #474747;
  }
  .info-flag-top-theme > img {
    width: 16px;
    height: 16px;
  }
  .info-flag-top-theme > div {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-left: 0.2rem;
  }
  html[dir='rtl'] .info-flag-top-theme > div {
    margin-right: 0.2rem;
    margin-left: 0.0rem;
  }
}

@media only screen and (min-width: 1025px) {
  html {
    font-family: 'medium';
  }
  body {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.33;
  }
  .g-container--minimum {
    padding-left: 0px;
    padding-right: 0px;
    max-width: 66%;
  }
  .g-release-container-right:after {
    left: 0;
    right: -webkit-calc(-50vw + 50%);
    right: calc(-50vw + 50%);
  }
  .g-release-container-left:after {
    left: -webkit-calc(-50vw + 50%);
    left: calc(-50vw + 50%);
    right: 0;
  }
  .g-icon {
    width: 24px;
    height: 24px;
  }
  .typo\:xxxxl, .background-text:not(.background-text--big):after, .hero-wrapper .main-hero-box .hero-content .page-title-box .headline, .hero-wrapper .main-hero-box .hero-content .page-title-box .sub-headline {
    font-size: 84px;
    font-size: 5.25rem;
    line-height: 1;
  }
  .typo\:xxxl {
    font-size: 54px;
    font-size: 3.375rem;
    line-height: 1;
  }
  .typo\:xxl, .b-quote__quote, .b-numbers-item--big .b-numbers-item__value {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1.18;
  }
  .typo\:xl, .homepage-headline, body.p-home div.multicolumn h2.b-section__header, .b-more-article-slider__title, .b-event-program__title, .b-text-blocks__highlighted__title, .b-focus-teaser__content-title, .b-downloads__title, .b-image-gallery-slider__title {
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 1.2;
  }
  .typo\:l, .g-no-results, .b-downloads-item__content {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.27;
  }
  .typo\:m, .hero-slider__item__inner .hero-slider__caption__introtext, .fmp-table-wrapper .locked-overlay, .fmp-company-adress .company-adress {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.33;
  }
  .typo\:s, .fmp-table-wrapper .table-fmp .tr-header > th, .fmp-company-adress .adress-text {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.35;
  }
  .background-text--big:after {
    font-size: 300px;
    font-size: 18.75rem;
    margin-left: -30px;
    margin-bottom: -50px;
  }
  .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-blue-lighter, .enhanced .b-page-content--aside .b-content-item.c-grey-light, .enhanced .b-page-content--aside .b-content-item.c-yellow, .enhanced .b-page-content--aside .b-content-item.c-orange, .enhanced .b-page-content--aside .b-content-item.c-green, .enhanced .b-page-content--aside .b-content-item.c-red, .enhanced .b-page-content--aside .b-content-item.c-blue-strong, .enhanced .b-page-content--aside .b-content-item.c-grey, .enhanced .b-page-content--aside .b-content-item.c-border {
    padding: 30px 20px;
    margin-left: -21px;
  }
  .enhanced .b-header__menu-main-wrapper {
    width: 100%;
  }
  .enhanced .b-menu-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .b-menu-main__list > li {
    margin: 0 1px;
  }
  .b-menu-main__mega-menu .b-menu-main__list--level2 {
    width: 25%;
    border-right: 1px solid #e5ebf2;
  }
  .b-menu-main__list--level3-container {
    width: 50%;
  }
  .b-menu-main__mega-menu-teaser {
    width: 25%;
  }
  .enhanced .b-menu-main-mobile-trigger {
    display: none;
  }
  .enhanced .b-menu-sub-wrap {
    display: block;
  }
  .enhanced .b-menu-sub-wrap + div {
    margin-top: 60px;
  }
  .b-more-article-slider__title {
    margin-bottom: 32px;
  }
  .b-more-article-slider__image-wrap .info-flag-top-theme {
    top: 32px;
  }
  .b-more-article-slider__heading {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .b-main__section--b-more-article-slider {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .enhanced .b-menu-language__current .flag {
    display: inline-block;
  }
  .enhanced .b-menu-location__btn {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 8px 35px 8px 15px;
  }
  .enhanced .b-menu-location__list-lvl1 {
    border-bottom: 1px solid #e5ebf2;
    display: table;
    width: 100%;
  }
  .enhanced .b-menu-location__item-lvl1 {
    display: table-cell;
    position: relative;
    table-layout: fixed;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    width: 18%;
  }
  .enhanced .b-menu-location__item-lvl1:last-of-type {
    text-align: right;
  }
  .enhanced .b-menu-location__item-lvl1:last-of-type ul {
    text-align: left;
  }
  .enhanced .b-menu-location__item-lvl1:nth-of-type(4), .enhanced .b-menu-location__item-lvl1:nth-of-type(5) {
    width: 23%;
  }
  .enhanced .b-menu-location__item-lvl1:nth-of-type(4) ul, .enhanced .b-menu-location__item-lvl1:nth-of-type(5) ul {
    right: 0;
  }
  .enhanced .b-menu-location__item-lvl1.is-open {
    background-color: #ffffff;
  }
  .enhanced .b-menu-location__list-lvl2 {
    background-color: #ffffff;
    border-bottom: none;
    margin-bottom: 0;
    padding: 15px;
    position: absolute;
    top: 100%;
    width: 650px;
    z-index: 1;
  }
  .enhanced .b-menu-location__item-lvl2 {
    border-bottom: 1px solid #e5ebf2;
    display: inline-block;
    float: left;
    margin-right: 2%;
    width: 49%;
  }
  .enhanced .b-menu-location__item-lvl2:nth-child(odd) {
    margin-right: 0;
  }
  .enhanced .b-menu-location__item-lvl2.b-menu-location__searchbox {
    border-bottom: 0;
    display: block;
    margin-bottom: 20px;
    width: 100%;
    z-index: 1;
  }
  .enhanced .b-menu-location__item-lvl2.b-menu-location__searchbox input {
    background: #ffffff;
    border-color: #d8d8d8;
    margin-bottom: 0;
  }
  .enhanced .b-menu-location-map {
    display: block;
    padding-bottom: 110px;
  }
  .enhanced .b-footer__menus .b-footer__icons .b-social-icons {
    display: inline-block;
  }
  .enhanced .b-footer__menus .b-footer__icons .b-service-icons li {
    margin-top: 0;
  }
  .enhanced .b-footer__menus .b-footer__icons .b-service-icons .icon--print {
    display: inline-block;
  }
  .b-header__row--1__inner .b-header__search {
    display: block;
  }
  .enhanced .b-hero-slider.slick-slider {
    margin-left: -10px;
    margin-right: -10px;
  }
  .b-hero-logo {
    height: 100px;
  }
  .b-hero-logo__image {
    background-size: 140px;
    height: 200px;
    width: 200px;
  }
  .hero-wrapper .main-hero-box {
    height: 590px;
    padding-top: 0% !important;
  }
  .hero-wrapper-extended .top-thema-flag {
    top: 25px;
  }
  .hero-wrapper-extended .main-hero-box {
    height: 590px;
    padding-top: 0% !important;
  }
  .hero-wrapper-extended .main-hero-box .hero-content .top-info-box {
    padding-bottom: 40px;
  }
  .hero-wrapper-extended .main-hero-box .hero-content .top-info-box > .info-cat-dragee {
    margin-right: 0.5rem !important;
  }
  .hero-wrapper-extended .main-hero-box .hero-content .bottom-info-box {
    margin-bottom: 30px;
  }
  .b-main__event-details .hero-wrapper-extended .main-hero-box .hero-content .bottom-info-box {
    margin-bottom: 84px;
  }
  .enhanced .hero-wrapper-extended .main-hero-box {
    height: 536px;
  }
  .hero-slider-2021 .slick-dots {
    top: 100% !important;
    margin-top: -90px;
  }
  .hero-slider__item__inner {
    height: 590px;
    padding-top: 0%;
  }
  .hero-slider__item__inner .top-thema-flag {
    top: 25px;
  }
  .hero-slider__item__inner .hero-slider__caption .heading {
    width: 80%;
  }
  .hero-slider__item__inner .hero-slider__caption .heading > h3 {
    padding-top: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
  }
  .hero-slider__item__inner .hero-slider__caption .heading .btn, .hero-slider__item__inner .hero-slider__caption .heading .rte_button, .hero-slider__item__inner .hero-slider__caption .heading .rte_button--colored {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .hero-slider__item__inner .hero-slider__caption__introtext > p {
    margin-bottom: 32px;
  }
  .hero-image-search {
    height: 70px;
  }
  .hero-image-search .search-icon-box {
    height: 70px;
  }
  .hero-image-search .input-field-box {
    height: 70px;
  }
  .hero-image-search .input-field-box input[type=text] {
    height: 70px;
  }
  .news-teaser-board .news-teaser-board-article {
    width: -webkit-calc(33.33% - 30px);
    width: calc(33.33% - 30px);
    padding-top: -webkit-calc(41.33% - 30px);
    padding-top: calc(41.33% - 30px);
    margin-bottom: 40px;
  }
  .news-teaser-board .news-teaser-board-article .content .top-box .news-header-top.show-datebox {
    width: 70%;
  }
  .news-teaser-board .news-teaser-board-article .content .top-box .news-header-top {
    top: 24px;
    padding-left: 26px;
    padding-right: 26px;
  }
  .news-teaser-board .news-teaser-board-article .content .bottom-box .news-footer-bottom .text-date {
    padding-left: 26px;
    padding-right: 26px;
  }
  .news-teaser-board .news-teaser-board-article .content .bottom-box .news-footer-bottom .text-headline {
    padding-left: 26px;
    padding-right: 26px;
    margin-bottom: 24px;
  }
  .news-teaser-list .article {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .news-teaser-list .article .content-left .date-box-holder {
    margin-top: 30px;
  }
  .news-teaser-list .article .content-left .image-box {
    width: 165px !important;
  }
  .news-teaser-list .article .content-right .date-category {
    min-height: 40px;
  }
  .offers-board {
    -ms-grid-columns: auto auto auto;
    grid-template-columns: auto auto auto;
    grid-gap: 40px;
  }
  .offers-board__content {
    position: absolute !important;
    width: 90%;
    height: 90px;
    margin-left: 5%;
    margin-right: 5%;
    bottom: -45px;
  }
  .offers-board__content .bottom-box {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  .enhanced .offers-board__article {
    margin-bottom: 40px;
  }
  .enhanced .offers-board__article:hover .offers-board__content {
    height: 220px;
  }
  .enhanced .offers-board__article:hover .offers-board__content .bottom-box {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .enhanced .offers-board__article:hover .offers-board__content .bottom-box > p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 4;
  }
  .event-bar-wrapper.is-inside-hero {
    margin-top: -140px;
  }
  .content-box-facebar-items {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .event-facebar-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .event-facebar-box .top-box .top-box-inner .event-location-box {
    width: 369px;
  }
  .event-facebar-box .top-box .top-box-inner .event-location-box .content-box-facebar-items {
    height: auto;
  }
  .event-facebar-box .top-box .bottom-box-inner .event-time-box {
    width: 245px;
  }
  .event-facebar-box .top-box .bottom-box-inner .event-time-box .content-box-facebar-items {
    height: auto;
  }
  .event-facebar-box .top-box .bottom-box-inner .event-time-box .content-box-facebar-items {
    padding-bottom: 26px;
  }
  .event-facebar-box .bottom-box .content-box-facebar-items .btn, .event-facebar-box .bottom-box .content-box-facebar-items .rte_button, .event-facebar-box .bottom-box .content-box-facebar-items .rte_button--colored {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .facts-and-figures-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .facts-and-figures-box .top-box .picture-item-top > img {
    width: 240px;
  }
  .enhanced .top-theme-slider .slick-prev {
    top: 106%;
    left: 50%;
    margin-left: -60px;
  }
  .enhanced .top-theme-slider .slick-next {
    top: 106%;
    right: 50%;
    margin-right: -60px;
  }
  .event-teaser {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .event-teaser .top {
    width: 704px;
  }
  .event-teaser .bottom {
    width: 100%;
  }
  .event-teaser .bottom .content-box {
    width: 100%;
    max-width: 100%;
    padding-left: 60px;
  }
  html[dir='rtl'] .event-teaser .bottom .content-box {
    padding-right: 60px;
    padding-left: auto;
  }
  .event-teaser .bottom .time-info {
    display: block;
  }
  .event-teaser .bottom .button-box {
    text-align: left;
  }
  html[dir='rtl'] .event-teaser .bottom .button-box {
    text-align: right;
  }
  .event-teaser-item {
    border-top: none;
    padding-top: 0px;
    padding-bottom: 25px;
  }
  .search-news-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .fmp-table-wrapper .table-fmp .c-col-4, .fmp-table-wrapper .table-fmp .c-col-8, .fmp-table-wrapper .table-fmp .c-col-9 {
    display: table-cell;
  }
  .fmp-table-wrapper .table-fmp .mobile-region-land-places,
  .fmp-table-wrapper .table-fmp .mobile-www,
  .fmp-table-wrapper .table-fmp .mobile-euroshoring {
    display: none;
  }
  .fmp-text-company-wrapper .fmp-text-company {
    max-width: 82.5%;
  }
  .cp-members-wrapper .cp-members-list {
    max-width: 82.5%;
  }
  .enhanced .speaker-slider .slick-prev {
    top: 106%;
    left: 50%;
    margin-left: -60px;
  }
  .enhanced .speaker-slider .slick-next {
    top: 106%;
    right: 50%;
    margin-right: -60px;
  }
  .b-main__section--b-speakers-slider {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .speaker-list .speaker-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .speaker-list .speaker-item .speaker-slider__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .speaker-list .speaker-item .speaker-slider__content__text {
    width: 50%;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .speaker-list .speaker-item .speaker-slider__content__contact {
    width: 50%;
  }
  .b-event-program__title {
    margin-bottom: 32px;
  }
  .b-event-program__list__item__day {
    font-size: 68px;
    font-size: 4.25rem;
  }
  .b-main__section--b-event-program.with-downloads {
    padding-bottom: 90px;
  }
  .b-main__section--b-event-program__downloads {
    margin-top: -64px !important;
    padding: 0px 8.25%;
  }
  .enhanced .b-pagetitle__meta svg {
    height: 2rem;
    width: 2rem;
  }
  .enhanced .b-hero-image .b-pagetitle h1 {
    font-size: 60px;
    font-size: 3.75rem;
  }
  .enhanced .b-hero-image .b-pagetitle__sub {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .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-dashboard--animate .b-dashboard__overlay__content__image-wrap {
    height: 270px;
    width: 270px;
  }
  .enhanced .b-dashboard--animate .b-dashboard__overlay__content__image-wrap img {
    width: 100%;
  }
  .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-banner-hint--content {
    text-align: center;
  }
  .b-prefooter__col {
    font-size: inherit;
  }
  .b-prefooter a.icon-phone:link, .b-prefooter a.icon-phone:visited, .b-prefooter a.icon-phone:hover, .b-prefooter a.icon-phone:focus, .b-prefooter a.icon-phone:active {
    text-decoration: none;
  }
  .b-gallery__item,
  .b-gallery-teaser__item {
    width: 20%;
  }
  .column .b-gallery__item, .column
  .b-gallery-teaser__item {
    width: 25%;
  }
  .b-social-icons li {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .enhanced .b-teaser-board__article {
    width: -webkit-calc(33.33% - 20px);
    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%;
    -webkit-transition: height 0.4s ease-in-out;
    transition: height 0.4s ease-in-out;
  }
  .enhanced .b-teaser-board__article:hover .b-teaser-board__text {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .enhanced .b-teaser-board__text {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .b-text-blocks {
    padding: 0px 8.25%;
  }
  .b-text-blocks__highlighted {
    width: 33%;
    padding: 32px;
    margin-bottom: 32px;
  }
  .b-text-blocks__content {
    width: 100%;
  }
  .enhanced .b-location-filter__list {
    max-height: 343px;
  }
  .enhanced .b-deint-header__header {
    font-size: 30px;
    font-size: 1.875rem;
    margin-bottom: 0;
    padding-top: 50px;
  }
  .enhanced .b-deint-header + .b-linklist {
    margin-top: 25px;
  }
  .b-dropdown__list {
    max-height: 289px;
  }
  .b-quote__inner {
    margin: 0px 8.25%;
    padding: 64px 0px;
  }
  .b-rss {
    margin-bottom: 0;
  }
  .b-rss__inner {
    position: absolute;
    right: 0;
    top: 5px;
  }
  .b-hashtag-wrap {
    font-size: 18px;
    font-size: 1.125rem;
  }
  header .b-hashtag-wrap {
    display: block;
  }
  .b-focus-teaser {
    padding: 0px 16.5% 0px 8.25%;
  }
  .b-focus-teaser__teasers-container {
    width: 33%;
    margin-left: 0;
    margin-top: 10px;
  }
  .b-focus-teaser__item {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  .b-downloads {
    padding: 0px 8.25%;
  }
  .b-downloads__container {
    padding: 32px;
  }
  .b-main__section--b-downloads .b-downloads {
    margin-top: -64px;
  }
  .b-main__section--b-downloads {
    margin-top: 128px !important;
    padding: 0px 0px 64px 0px !important;
  }
  .b-numbers__inner {
    margin: 0px 8.25%;
    padding: 32px 0px;
  }
  .b_numbers__social-share {
    padding: -webkit-calc(64px - 20px) 0px -webkit-calc(64px - 30px) 0px !important;
    padding: calc(64px - 20px) 0px calc(64px - 30px) 0px !important;
  }
  .b-numbers-item {
    width: 20%;
  }
  .b-numbers-item--wide {
    width: -webkit-calc(40% - 20px);
    width: calc(40% - 20px);
  }
  .b-numbers-item__name {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .b-image-gallery-slider {
    padding: 0px 8.25%;
  }
  .b-image-gallery-slider__title {
    margin-bottom: 32px;
  }
  .b-image-gallery-slider__caption {
    max-width: -webkit-calc(8 * 8.25%);
    max-width: calc(8 * 8.25%);
  }
  .b-image-gallery-slider__thumbs {
    padding: 0px 8.25%;
  }
  .d-click__overlay {
    padding: 30px;
  }
  .d-click__overlay .info-flag-top-theme {
    margin-right: -30px;
  }
  .d-click__overlay-content {
    max-width: 70%;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .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: -webkit-calc(100% - 320px);
    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 #e5ebf2;
    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 .cp-dept-list--highlight .cp-list__item-wrapper {
    float: left;
    padding-bottom: 40px;
    padding-top: 60px;
    width: 50%;
  }
  .enhanced .cp-dept-list--highlight .cp-list__item-wrapper:nth-of-type(even) {
    padding-left: 60px;
  }
  .enhanced .cp-dept-list--highlight .cp-list__item-wrapper:nth-of-type(odd) {
    padding-right: 60px;
  }
  .enhanced .cp-dept-list--2col .cp-list__item {
    float: left;
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
  }
  .enhanced .cp-dept-list--2col .cp-list__item:nth-of-type(even) {
    margin-left: 30px;
  }
  .enhanced .cp-dept-list--2col .cp-list__item:nth-of-type(odd) {
    margin-right: 30px;
  }
  .enhanced .cp-teaser__name {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .enhanced .b-hero-box-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .enhanced .b-hero-box--first {
    width: 43%;
  }
  .enhanced .b-hero-box--last {
    width: 57%;
  }
  .b-basics {
    min-height: 40.438rem;
  }
  .b-basics {
    padding: 0 !important;
  }
  .b-basics__bg {
    background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/Story/bg_worldmap.svg");
    height: 40.438rem;
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto;
  }
  .b-basics__text {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
  }
  .b-basics__header {
    margin-bottom: 3rem;
  }
  .b-cards__header {
    margin-bottom: 3rem;
  }
  .b-cards__bg {
    background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/Story/bg_ahk_letters.svg");
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .b-economy__icon-focus {
    float: left;
    margin-bottom: 0;
    width: 25rem;
  }
  .b-economy .b-iconlist-wrap {
    float: left;
    width: -webkit-calc(100% - 25rem);
    width: calc(100% - 25rem);
  }
  .b-facts__divider {
    left: 50%;
    padding: 0;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    top: 50%;
  }
  .b-facts__divider img,
  .b-facts__divider svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .b-fact-box {
    display: inline-block;
    width: 25rem;
  }
  .b-fact-box--first {
    float: left;
  }
  .b-fact-box--last {
    float: right;
  }
  .b-iconlist__headline {
    margin-bottom: 3rem;
  }
  .b-illustrations__header {
    margin-bottom: 3rem;
  }
  .b-member__icon {
    float: left;
    width: 13.75rem;
  }
  .b-member .b-iconlist__headline {
    text-align: left;
  }
  .b-stage__header {
    margin-bottom: 3rem;
  }
  .b-stage__bg {
    background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/Story/bg_ahk_letters.svg");
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .b-stage__image--3 {
    -webkit-transform: translate3d(35%, 6rem, 0);
    transform: translate3d(35%, 6rem, 0);
  }
  .b-stage__image--3.js-in-view {
    -webkit-transform: translate3d(35%, 2rem, 0);
    transform: translate3d(35%, 2rem, 0);
  }
  .b-story .b-basics,
  .b-story .b-cards,
  .b-story .b-economy,
  .b-story .b-facts,
  .b-story .b-illustrations,
  .b-story .b-member {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
  .enhanced .b-header__row--1__inner {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .b-header__row--1__inner-content {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .enhanced .b-header__row--2 {
    display: block;
    padding-bottom: 0;
  }
  .b-header__logo {
    position: relative;
  }
  .logo--core {
    display: inline-block;
    max-width: 600px;
  }
  .enhanced .logo--mobile {
    display: none;
  }
  .enhanced .b-header__icons {
    display: block;
  }
  .b-header--sticky {
    margin: 0 auto;
    background-color: #f2f2f2;
  }
  .b-header--sticky .b-header__container {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }
  .b-header--sticky .b-header__banner,
  .b-header--sticky .b-main__top-bar,
  .b-header--sticky .b-hashtag-wrap {
    display: none;
  }
  .b-header--sticky .logo--core {
    display: none;
  }
  .b-header--sticky .logo--mobile {
    display: block !important;
    max-height: 50px;
  }
  .b-header--sticky .logo--mobile img {
    height: 50px;
  }
  .b-header--sticky .b-header__logo {
    height: 50px;
    padding-right: 20px;
  }
  .b-header--sticky .b-header__row--2 {
    padding: 0;
  }
  .b-header--sticky .b-menu-main__list > li > a {
    line-height: 70px;
  }
  .b-header--sticky .b-header__menu-main {
    position: inherit;
  }
  .b-main__section--news-teaser-board, .b-main__section--news-teaser-list {
    margin-top: 30px;
  }
  .b-main__section-wrap--2col .b-main__section[class*="c-"] {
    padding: 32px;
  }
  .b-main__top-bar {/*display: inline-block;
        width: auto;
        float: right;*/
    position: relative;
    z-index: 1;
    padding-left: 0;
  }
  .enhanced .b-page-content--main {
    border-right: 1px solid #e5ebf2;
    padding-right: 29px;
    width: -webkit-calc(100% - 320px);
    width: calc(100% - 320px);
    float: left;
  }
  .enhanced .b-page-content--aside {
    padding-left: 20px;
    width: 320px;
    float: right;
  }
  .u-typo\:xl {
    font-size: 56px;
    font-size: 3.5rem;
  }
  .u-typo\:l {
    font-size: 40px;
    font-size: 2.5rem;
  }
  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 #e5ebf2;
    padding-right: 0;
    padding-left: 29px;
    width: -webkit-calc(100% - 320px);
    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: -webkit-calc(100% - 320px);
    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;
  }
  html[dir='rtl'] .b-rss__inner {
    left: 0;
    right: auto;
  }
  html[dir='rtl'] .b-pagetitle .b-hashtag-wrap {
    -webkit-transform: translate(-50%, -7rem);
    -ms-transform: translate(-50%, -7rem);
    transform: translate(-50%, -7rem);
  }
  html[dir='rtl'] .b-focus-teaser {
    padding: 0px 8.25% 0px 16.5%;
  }
  html[dir='rtl'] .b-focus-teaser__teasers-container {
    margin-right: 0;
  }
  h1, .h1 {
    font-size: 44px;
    line-height: 1.18;
  }
  h2, .h2 {
    font-size: 35px;
    line-height: 1.2;
  }
  h3, .h3, .b-menu-main__list--level3:before {
    font-size: 22px;
    line-height: 1.27;
  }
  h4, .h4 {
    font-size: 18px;
    line-height: 1.33;
  }
  .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: 20px;
  }
  .b-page-content--aside h4 {
    font-size: 16px;
  }
  .info-cat-dragee {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
  .info-flag-top-theme {
    height: 0px;
    border-bottom: 24px solid #f00fff;
    border-top: 24px solid #f00fff;
    border-left: 10px solid transparent;
  }
  .info-flag-top-theme.red {
    border-bottom: 24px solid #C34343;
    border-top: 24px solid #C34343;
  }
  .info-flag-top-theme.yellow {
    border-bottom: 24px solid #FFDE5B;
    border-top: 24px solid #FFDE5B;
  }
  .info-flag-top-theme.grey {
    border-bottom: 24px solid #474747;
    border-top: 24px solid #474747;
  }
  .info-flag-top-theme > img {
    width: 20px;
    height: 20px;
  }
  .info-flag-top-theme > div {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-left: 0.2rem;
  }
  html[dir='rtl'] .info-flag-top-theme > div {
    margin-right: 0.2rem;
    margin-left: 0.0rem;
  }
  .info-date-box {
    height: 110px;
  }
}

@media only screen and (min-width: 1281px) {
  html {
    font-family: 'large';
  }
  body {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.33;
  }
  .g-container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .typo\:xxxxl, .background-text:not(.background-text--big):after, .hero-wrapper .main-hero-box .hero-content .page-title-box .headline, .hero-wrapper .main-hero-box .hero-content .page-title-box .sub-headline {
    font-size: 84px;
    font-size: 5.25rem;
    line-height: 1;
  }
  .typo\:xxxl {
    font-size: 54px;
    font-size: 3.375rem;
    line-height: 1;
  }
  .typo\:xxl, .b-quote__quote, .b-numbers-item--big .b-numbers-item__value {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1.18;
  }
  .typo\:xl, .homepage-headline, body.p-home div.multicolumn h2.b-section__header, .b-more-article-slider__title, .b-event-program__title, .b-text-blocks__highlighted__title, .b-focus-teaser__content-title, .b-downloads__title, .b-image-gallery-slider__title {
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 1.2;
  }
  .typo\:l, .g-no-results, .b-downloads-item__content {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.27;
  }
  .typo\:m, .hero-slider__item__inner .hero-slider__caption__introtext, .fmp-table-wrapper .locked-overlay, .fmp-company-adress .company-adress {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.33;
  }
  .typo\:s, .fmp-table-wrapper .table-fmp .tr-header > th, .fmp-company-adress .adress-text {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.35;
  }
  button.mfp-arrow-left {
    left: 12%;
  }
  button.mfp-arrow-right {
    right: 12%;
  }
  .mfp-image-holder .mfp-content {
    max-width: 830px;
  }
  .b-menu-main__list > li > a {
    font-size: 19px;
    font-size: 1.1875rem;
  }
  .b-menu-main__list--level2 > .b-menu-main__list__item > a {
    font-size: 19px;
    font-size: 1.1875rem;
  }
  .enhanced .b-menu-location__btn {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .enhanced .b-menu-location__item-lvl2 .title {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .enhanced .b-menu-location-map__image {
    min-height: 725px;
  }
  .enhanced .b-hero-image {
    min-height: 500px;
  }
  .enhanced .b-main__hero-image--narrow .b-hero-image {
    min-height: 400px;
  }
  .enhanced .b-hero-slider .slick-prev {
    left: -60px;
  }
  .enhanced .b-hero-slider__content {
    padding-bottom: 40px;
  }
  .enhanced .hero-wrapper-extended .main-hero-box {
    height: 536px;
  }
  .hero-slider-2021 .slick-prev {
    left: 90px !important;
  }
  html[dir='rtl'] .hero-slider-2021 .slick-prev {
    right: 150px !important;
  }
  .hero-slider-2021 .slick-next {
    left: 150px;
  }
  html[dir='rtl'] .hero-slider-2021 .slick-next {
    right: 90px !important;
  }
  .hero-slider__item__inner .hero-slider__caption {
    top: 34px;
    padding-left: 90px;
    padding-right: 0;
    width: 50%;
  }
  .hero-slider__item__inner .hero-slider__caption .heading {
    width: 100%;
  }
  .hero-slider__item__inner .hero-slider__caption .heading > h3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
  }
  .hero-slider__item__inner .hero-slider__caption__introtext {
    padding-bottom: 0;
  }
  .news-teaser-list .article .content-right .headline > h3 {
    margin-bottom: 0.6rem !important;
  }
  .enhanced .offers-board__article:hover .offers-board__content {
    height: 220px;
  }
  .enhanced .offers-board__article:hover .offers-board__content .bottom-box {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .facts-and-figures-box .top-box {
    height: 404px;
  }
  .facts-and-figures-box .bottom-box {
    height: 404px;
  }
  .content-box-figure-items {
    margin-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .enhanced .top-theme-slider .slick-prev {
    top: 110px;
    left: -71px;
    margin-left: 0px;
  }
  .enhanced .top-theme-slider .slick-next {
    top: 110px;
    right: -71px;
    margin-right: 0px;
  }
  .event-teaser .top {
    width: 704px;
  }
  .fmp-table-wrapper .table-fmp .c-col-2, .fmp-table-wrapper .table-fmp .c-col-4, .fmp-table-wrapper .table-fmp .c-col-5, .fmp-table-wrapper .table-fmp .c-col-6, .fmp-table-wrapper .table-fmp .c-col-7, .fmp-table-wrapper .table-fmp .c-col-8, .fmp-table-wrapper .table-fmp .c-col-9, .fmp-table-wrapper .table-fmp .c-col-10 {
    display: table-cell;
  }
  .fmp-table-wrapper .table-fmp .mobile-region-land-places,
  .fmp-table-wrapper .table-fmp .mobile-plz-ort,
  .fmp-table-wrapper .table-fmp .mobile-homepage,
  .fmp-table-wrapper .table-fmp .mobile-country,
  .fmp-table-wrapper .table-fmp .mobile-euroshoring {
    display: none;
  }
  .fmp-text-company-wrapper {
    margin-top: 50px;
  }
  .cp-member {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .cp-member .top {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 180px;
    -moz-box-flex: 1;
    -ms-flex: 1 0 180px;
    flex: 1 0 180px;
  }
  .cp-member .bottom {
    padding-left: 24px;
  }
  html[dir='rtl'] .cp-member .bottom {
    padding-right: 24px;
    padding-left: auto;
  }
  .speaker-list {
    margin: 0 auto;
    max-width: 66%;
  }
  .enhanced .b-hero-image .b-pagetitle {
    padding-top: 180px;
  }
  .enhanced .b-hero-image .b-pagetitle h1 {
    font-size: 70px;
    font-size: 4.375rem;
    margin-bottom: 4px;
  }
  .enhanced .b-hero-image .b-pagetitle__sub {
    font-size: 36px;
    font-size: 2.25rem;
  }
  .enhanced .b-main__hero-image--narrow .b-pagetitle {
    padding-top: 130px;
  }
  .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/ahk_sitepackage/Resources/Public/_Default_v2/icons/Slider/arrow_L_l_white.svg");
  }
  .enhanced .b-page-content--main .g-container .b-section-slider .slick-prev {
    left: 10px !important;
    background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/Slider/arrow_L_l_white.svg") !important;
  }
  .enhanced .g-container .b-section-slider .slick-next {
    right: -60px;
    background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/Slider/arrow_L_r.svg");
  }
  .enhanced .b-page-content--main .g-container .b-section-slider .slick-next {
    right: 10px;
    background-image: url("/typo3conf/ext/ahk_sitepackage/Resources/Public/_Default_v2/icons/Slider/arrow_L_r_white.svg");
  }
  .enhanced .b-section-video__caption h3 {
    font-size: 40px;
    font-size: 2.5rem;
  }
  .enhanced .b-pinboard__headline {
    font-size: 20px;
    line-height: 1.3;
  }
  .enhanced .b-ticker.slick-vertical .b-ticker__item {
    height: 110px;
  }
  .enhanced .b-ticker__item h3 {
    font-size: 20px;
    line-height: 1.3;
  }
  .enhanced .b-teaser-board__article {
    height: 284px;
    overflow: hidden;
  }
  .enhanced .b-teaser-board__article:hover .b-teaser-board__content {
    background: #f2f2f2;
    height: 180px;
  }
  .enhanced .b-teaser-board--highlight .b-teaser-board__article--highlight {
    width: -webkit-calc(66.66% - 20px);
    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;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .enhanced .b-teaser-board--highlight .b-teaser-board__article--highlight:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .enhanced .b-location-filter__item .title {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .enhanced .b-deint-header + .b-linklist .b-linklist__item a {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .b-pagetitle .b-hashtag-wrap {
    -webkit-transform: translate(-50%, -2.5rem);
    -ms-transform: translate(-50%, -2.5rem);
    transform: translate(-50%, -2.5rem);
  }
  .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: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
  }
  .enhanced .b-page-content--main .cp-list-search-form__item--last {
    float: right;
  }
  .enhanced .b-page-content--main .b-speaker, .enhanced .b-page-content--main
  .cp-list__item {
    width: 50%;
  }
  .enhanced .b-page-content--main .b-speaker:nth-of-type(odd), .enhanced .b-page-content--main
  .cp-list__item:nth-of-type(odd) {
    float: left;
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
  }
  .enhanced .b-page-content--main .b-speaker:nth-of-type(even), .enhanced .b-page-content--main
  .cp-list__item:nth-of-type(even) {
    float: right;
    width: -webkit-calc(50% - 10px);
    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 .cp-teaser__image {
    float: left;
  }
  .enhanced .cp-teaser__content {
    padding-left: 120px;
  }
  .b-custom-map__box {
    display: block;
  }
  .b-economy__inner {
    padding: 6rem 0;
  }
  .b-economy__content {
    padding: 0 9.25rem;
  }
  .enhanced .b-economy__icon {
    display: block;
  }
  .b-facts__inner {
    padding-left: 9.25rem;
    padding-right: 9.25rem;
  }
  .b-illustrations > .g-container {
    max-width: 1580px;
    width: 100%;
  }
  .b-member__icon svg {
    height: 13.75rem;
    width: 13.75rem;
  }
  .b-member .btn, .b-member .rte_button, .b-member .rte_button--colored {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .b-member__bg {
    display: block;
  }
  .b-stage__image-panorama {
    height: 55rem;
  }
  .b-stage__image--3 {
    -webkit-transform: translate3d(40%, 6rem, 0);
    transform: translate3d(40%, 6rem, 0);
  }
  .b-stage__image--3.js-in-view {
    -webkit-transform: translate3d(40%, 2rem, 0);
    transform: translate3d(40%, 2rem, 0);
  }
  .b-header--sticky .b-header__container {
    padding: 0px;
  }
  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: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
  }
  html.enhanced[dir='rtl'] .b-page-content--main .cp-list__item:nth-of-type(even) {
    float: left;
    width: -webkit-calc(50% - 10px);
    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;
  }
  html[dir='rtl'] .b-pagetitle .b-hashtag-wrap {
    -webkit-transform: translate(-50%, -7.5rem);
    -ms-transform: translate(-50%, -7.5rem);
    transform: translate(-50%, -7.5rem);
  }
  html[dir='rtl'] .b-cookie-info__msg {
    float: right;
  }
  html[dir='rtl'] .b-cookie-info .btn, html[dir='rtl'] .b-cookie-info .rte_button, html[dir='rtl'] .b-cookie-info .rte_button--colored {
    float: left;
  }
  h1, .h1 {
    font-size: 44px;
    line-height: 1.18;
  }
  h2, .h2 {
    font-size: 35px;
    line-height: 1.2;
  }
  .b-page-content--main h2, .b-page-content--main .h2 {
    font-size: 35px;
    line-height: 1.2;
  }
  h3, .h3, .b-menu-main__list--level3:before {
    font-size: 22px;
    line-height: 1.27;
  }
  .b-page-content--main h3, .b-page-content--main .h3, .b-page-content--main .b-menu-main__list--level3:before {
    font-size: 22px;
    line-height: 1.27;
  }
  h4, .h4 {
    font-size: 18px;
    line-height: 1.33;
  }
  .b-page-content--main h4, .b-page-content--main .h4 {
    font-size: 18px;
    line-height: 1.33;
  }
  .b-section__header {
    font-size: 16px;
    line-height: 1.3;
  }
}

@media only screen and (max-width: 569px) {
  .g-hide--small {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .g-hide--medium-small {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .g-hide--medium {
    display: none;
  }
}

@media only screen and (max-width: 1280px) {
  .g-hide--large {
    display: none;
  }
}

@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;
    -moz-box-sizing: border-box;
    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 all and (max-width: 900px) {
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media only screen and (min-width: 1800px) {
  button.mfp-arrow-left {
    left: 20%;
  }
  button.mfp-arrow-right {
    right: 20%;
  }
  .b-member__bg {
    right: 0;
  }
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(240px, 0, 0);
    transform: translate3d(240px, 0, 0);
  }
  .mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(240px, 0, 0);
    transform: translate3d(240px, 0, 0);
  }
  .mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0);
  }
  .mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(240px, 0, 0);
    transform: translate3d(240px, 0, 0);
  }
  .mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0);
  }
  .mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(240px, 0, 0);
    transform: translate3d(240px, 0, 0);
  }
  .mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0);
  }
  .mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(240px, 0, 0);
    transform: translate3d(240px, 0, 0);
  }
  .mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0);
  }
  .mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(240px, 0, 0);
    transform: translate3d(240px, 0, 0);
  }
  .mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0);
  }
  .mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0);
  }
}

@media all and (min-width: 550px) {
  .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0);
  }
  .mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0);
  }
  .mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0);
  }
  .mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0);
  }
  html[dir="rtl"].mm-opening .mm-slideout {
    -webkit-transform: translate(-440px, 0) !important;
    -ms-transform: translate(-440px, 0) !important;
    transform: translate(-440px, 0) !important;
  }
}

@media all and (min-width: 0px) {
  .mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@media all and (min-width: 1100px) {
  .mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(880px, 0, 0);
    transform: translate3d(880px, 0, 0);
  }
  .mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-880px, 0, 0);
    transform: translate3d(-880px, 0, 0);
  }
}

@media all and (min-width: 1650px) {
  .mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(1320px, 0, 0);
    transform: translate3d(1320px, 0, 0);
  }
  .mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-1320px, 0, 0);
    transform: translate3d(-1320px, 0, 0);
  }
}

@media all and (min-width: 2200px) {
  .mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(1760px, 0, 0);
    transform: translate3d(1760px, 0, 0);
  }
  .mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-1760px, 0, 0);
    transform: translate3d(-1760px, 0, 0);
  }
}

@media all and (max-width: 140px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}

@media all and (min-width: 10000px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(10000px, 0, 0);
    transform: translate3d(10000px, 0, 0);
  }
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-10000px, 0, 0);
    transform: translate3d(-10000px, 0, 0);
  }
}

@media only screen and (min-width: 1025px) and (min-width: 1281px) {
  .enhanced .b-menu-location__list-lvl2 {
    width: 600px;
  }
}

@media only screen and (min-width: 440px) {
  .enhanced .b-hero-slider .slick-slide {
    margin: 0 60px;
  }
}

@media only screen and (min-width: 500px) {
  .enhanced .b-hero-slider .slick-slide {
    margin: 0 80px;
  }
}

@media only screen and (min-width: 670px) {
  .enhanced .b-hero-slider .slick-slide {
    margin: 0 140px;
  }
}

@media only screen and (min-width: 768px) {
  .enhanced .b-hero-slider .slick-slide {
    margin: 0 10px;
  }
}

@media only screen and (min-width: 1400px) {
  .enhanced .b-hero-slider .slick-next {
    right: -60px;
  }
}

@media (max-width: 360px) {
  .content-box-figure-items .text-font {
    font-size: 1.1rem;
  }
}

@media only screen and (min-width: 1580px) {
  .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;
  }
  .b-illustrations__inner {
    margin-top: 3rem;
    margin-bottom: 1rem;
    text-align: left;
  }
  .b-illustration {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 1rem;
    max-width: 46.875rem;
    min-height: 210px;
  }
  .b-illustration:nth-of-type(1) {
    -webkit-transform: translateX(4rem);
    -ms-transform: translateX(4rem);
    transform: translateX(4rem);
  }
  .b-illustration:nth-of-type(1) .b-illustration__icon {
    -webkit-transform: translate(-2rem, -3rem);
    -ms-transform: translate(-2rem, -3rem);
    transform: translate(-2rem, -3rem);
  }
  .b-illustration:nth-of-type(2) {
    display: inline-block;
    min-height: 350px;
    padding-left: 10rem;
    -webkit-transform: translateX(6rem);
    -ms-transform: translateX(6rem);
    transform: translateX(6rem);
  }
  .b-illustration:nth-of-type(2) .b-illustration__icon {
    -webkit-transform: translate(-10rem, -2rem);
    -ms-transform: translate(-10rem, -2rem);
    transform: translate(-10rem, -2rem);
  }
  .b-illustration:nth-of-type(3) {
    -webkit-transform: translate(-3rem, -8rem);
    -ms-transform: translate(-3rem, -8rem);
    transform: translate(-3rem, -8rem);
  }
  .b-illustration:nth-of-type(3) .b-illustration__icon {
    -webkit-transform: translateX(1rem);
    -ms-transform: translateX(1rem);
    transform: translateX(1rem);
  }
  .b-illustration:nth-of-type(4) {
    -webkit-transform: translateY(1rem);
    -ms-transform: translateY(1rem);
    transform: translateY(1rem);
  }
  .b-illustration:nth-of-type(4) .b-illustration__icon {
    -webkit-transform: translate(1rem, 1rem);
    -ms-transform: translate(1rem, 1rem);
    transform: translate(1rem, 1rem);
  }
  .b-illustration:nth-of-type(3) .b-illustration__icon, .b-illustration:nth-of-type(4) .b-illustration__icon {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .b-illustration__icon {
    margin-bottom: 0;
  }
  .b-illustration__text {
    width: 26.25rem;
  }
  .b-stage__image--2 {
    -webkit-transform: translate3d(-17%, 4rem, 0);
    transform: translate3d(-17%, 4rem, 0);
  }
  .b-stage__image--2.js-in-view {
    -webkit-transform: translate3d(-17%, 0, 0);
    transform: translate3d(-17%, 0, 0);
  }
  .b-stage__image--3 {
    -webkit-transform: translate3d(55%, 2rem, 0);
    transform: translate3d(55%, 2rem, 0);
  }
  .b-stage__image--3.js-in-view {
    -webkit-transform: translate3d(55%, -4rem, 0);
    transform: translate3d(55%, -4rem, 0);
  }
  .b-stage__image--4 {
    -webkit-transform: translate3d(0, 8rem, 0);
    transform: translate3d(0, 8rem, 0);
  }
  .b-stage__image--4.js-in-view {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@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 (max-width: 1579px) {
  .enhanced .b-banner-parallax {
    height: 200px;
    overflow: hidden;
    position: relative;
  }
  .enhanced .b-banner-parallax__inner {
    top: 0;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .enhanced .b-banner-parallax__inner img {
    display: block;
  }
}

@media only screen and (min-width: 570px) and (min-width: 769px) {
  .enhanced .b-accordion {
    padding-top: 15px;
  }
}

@media only screen and (min-width: 380px) {
  .enhanced .b-logo-wall--4col .b-logo-wall__item, .enhanced
  .b-logo-wall--5col .b-logo-wall__item {
    width: 33.333%;
  }
}

@media (min-width: 1400px) {
  .b-teaser-2-1.slick-slider {
    padding-bottom: 0px;
  }
  .b-teaser-2-1 .slick-arrow {
    top: -webkit-calc(50% - 24px);
    top: calc(50% - 24px);
  }
  .b-teaser-2-1 .slick-arrow.slick-prev {
    left: -71px;
  }
  .b-teaser-2-1 .slick-arrow.slick-next {
    right: -71px;
  }
}

@media only screen and (min-width: 320px) {
  .b-calendar-ajax .ui-datepicker {
    width: auto;
  }
  .enhanced #extern-events-cal-spain {
    height: 870px;
  }
  .enhanced #extern-events-cal-spain iframe {
    height: 900px;
  }
}

@media only screen and (min-width: 900px) {
  .enhanced .cp-teaser {
    width: -webkit-calc(33.333% - 20px);
    width: calc(33.333% - 20px);
  }
}

@media only screen and (min-width: 620px) {
  .enhanced .b-overlay {
    width: 600px;
  }
  .enhanced .b-overlay .cp-teaser__image {
    float: left;
  }
  .enhanced .b-overlay .cp-teaser__content {
    padding-left: 120px;
  }
}

@media only screen and (min-width: 400px) {
  .enhanced #extern-events-cal-spain {
    height: 820px;
  }
  .enhanced #extern-events-cal-spain iframe {
    height: 870px;
  }
}

@media only screen and (min-width: 992px) {
  .enhanced #extern-events-cal-spain {
    height: 480px;
  }
  .enhanced #extern-events-cal-spain iframe {
    height: 760px;
  }
}

@media only screen and (min-width: 1200px) {
  .enhanced #extern-events-cal-spain {
    height: 460px;
  }
  .enhanced #extern-events-cal-spain iframe {
    height: 480px;
  }
}

@media print {
  .no-print {
    display: none;
  }
  body {
    color: #000224 !important;
    background: #ffffff !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.24 !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: #000224 !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;
  }/**
     * utility classes (used in storytelling)
     */
  .u-typo\:xl {
    font-size: 16pt !important;
  }
  .u-typo\:l {
    font-size: 16pt !important;
  }
  .u-typo\:m {
    font-size: 12pt !important;
  }
  .u-typo\:ms {
    font-size: 12pt !important;
  }
  .u-typo\:s {
    font-size: 12pt !important;
  }
  .u-typo\:xs {
    font-size: 12pt !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 #000224 !important;
    color: #000224 !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 {
    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
     */
  .b-main-breadcrumb,
  .b-simple-slider,
  .b-ticker,
  .b-ticker-wrap:after,
  .b-social-share-wrap,
  .b-hero-button,
  .mfp-wrap,
  .b-footer,
  .b-header__banner,
  .b-main__banner,
  .b-hero-logo,
  .b-cta-newsletter-box,
  .b-cta-newsletter-wrap,
  .b-rss-wrap,
  .b-hashtag {
    display: none !important;
  }/**
     * modified header / footer
     */
  .b-header__row--1__inner {
    padding-top: 0 !important;
    margin-bottom: 1em !important;
  }
  .logo--enhanced {
    display: block !important;
  }
  .b-main__hero-image--narrow {
    padding-top: 0 !important;
  }
  .b-hero-image {
    background-image: none !important;
  }
  .b-hero-image .g-copyright {
    display: none !important;
  }
  .b-hero-image__overlay {
    background-color: transparent !important;
  }
  .b-pagetitle {
    padding: 0 !important;
    margin-bottom: 0 !important;
    max-width: 100% !important;
  }
  .p-home .b-pagetitle {
    margin-bottom: 1.2em !important;
  }
  .b-pagetitle h1,
  .b-pagetitle span {
    font-size: 20pt !important;
    text-align: left !important;
    margin-bottom: 5px !important;
  }
  .b-pagetitle span {
    font-size: 14pt !important;
  }
  .b-pagetitle__meta {
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
  }
  .b-pagetitle__meta svg {
    display: none !important;
  }
  .b-main__hero-slider {
    margin-top: 0 !important;
  }
  .b-header__row--2,
  .b-main__top-bar,
  .logo--core,
  .logo--mobile {
    display: none !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 {
    text-decoration: none !important;
  }
  .cp-list__item-contact .icon--mail,
  .cp-list__item-contact .icon--vcard,
  .cp-list__item-contact .icon--linkedin-circle {
    display: none !important;
  }
  .cp-list__item-image {
    float: left !important;
    margin-right: 10px !important;
  }
  .cp-list__item-content {
    float: left !important;
  }
  .cp-list__item-content p {
    margin-bottom: 0 !important;
  }
  .cp-list__item-profile p {
    margin-bottom: 0 !important;
  }
  .cp-dept-list--bordered .cp-list__item {
    border: none !important;
  }
  .cp-dept-list--highlight {
    margin-bottom: 0 !important;
  }
  .cp-dept-list--highlight .cp-list__item-wrapper {
    padding: 0 !important;
  }
  .cp-dept-list--2col .cp-list__item {
    padding-left: 0 !important;
    margin: 0 !important;
  }
  .cp-teaser-list {
    margin: 0 !important;
  }
  .cp-teaser {
    margin: 0 !important;
    page-break-inside: avoid;
  }
  .cp-teaser__inner {
    height: auto !important;
    padding: 0 !important;
  }
  .cp-teaser__image {
    float: left !important;
    margin-right: 10px !important;
  }
  .cp-teaser__content {
    float: left !important;
  }
  .cp-teaser__content .icon:before {
    display: none !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,
  .b-gallery-teaser {
    margin-left: -5px !important;
    margin-right: -5px !important;
  }
  .b-gallery__item,
  .b-gallery-teaser__item {
    display: block !important;
    width: 18% !important;
    padding: 0 !important;
    margin: 0 5px;
  }
  .b-gallery__item img,
  .b-gallery-teaser__item img {
    max-width: 100% !important;
  }
  .b-hero-slider {
    margin-bottom: 0 !important;
  }
  .b-hero-slider .slick-slide {
    margin: 0 !important;
  }
  .b-hero-slider .slick-track {
    position: static !important;
    display: block !important;
  }
  .b-hero-slider__image-wrap {
    display: none !important;
  }
  .b-hero-slider__slide {
    width: auto !important;
    float: none !important;
  }
  .b-hero-slider__content {
    text-align: left !important;
    padding: 0 !important;
  }
  .b-linklist {
    color: inherit !important;
    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-location {
    border: none !important;
    padding: 0 !important;
  }
  .b-location .flag {
    display: none !important;
  }
  .b-location .title {
    padding-left: 0 !important;
  }
  .b-quote__inner {
    padding: 20px 0;
  }
  .b-quote__meta {
    text-align: center !important;
  }
  .b-quote__icon, .b-quote__img {
    display: none !important;
  }
  .b-quote__info {
    padding-left: 0 !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;
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !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;
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !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 !important;
    padding-right: 10px !important;
    width: 40% !important;
  }
  .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-teaser-board--single .b-teaser-board__image {
    float: none !important;
    width: 380px !important;
  }
  .b-tile__item {
    background-color: transparent !important;
    margin-bottom: 0 !important;
    min-height: 0 !important;
  }
  .b-tile__item h3 {
    line-height: 1.3 !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.3 !important;
    margin-bottom: 0.4em !important;
  }
  .tx-solr-search-form,
  .tx-pagebrowse-pi1 {
    display: none !important;
  }
  .results-teaser p,
  .results-entry {
    margin-bottom: .5em;
  }
  .results-highlight {
    background-color: transparent !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;
  }/**
     * storytelling components
     */
  .b-story {
    margin: 10px 0 !important;
  }
  .b-story .b-stage,
  .b-story .b-custom-map,
  .b-story .b-economy,
  .b-story .b-facts,
  .b-story .b-cards,
  .b-story .b-illustrations,
  .b-story .b-member,
  .b-story .b-basics {
    padding: 0 !important;
  }
  .b-stage__header {
    color: #000224 !important;
    margin-bottom: 0.4em !important;
    text-align: left !important;
  }
  .b-stage__header svg {
    display: none !important;
  }
  .b-stage__meta {
    line-height: 1 !important;
  }
  .b-stage__text {
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
  }
  .b-stage__image-panorama, .b-stage__line, .b-stage__image {
    display: none !important;
  }
  .b-stage__headline {
    margin-bottom: 0.4em !important;
  }
  .b-stage__inner {
    padding-bottom: 0 !important;
  }
  .b-custom-map {
    display: none !important;
  }
  .b-economy {
    background-color: transparent !important;
  }
  .b-economy__icon, .b-economy__icon-focus {
    display: none !important;
  }
  .b-iconlist {
    color: #000224 !important;
  }
  .b-iconlist-wrap {
    max-width: 100% !important;
  }
  .b-iconlist__headline {
    margin-bottom: 0.4em !important;
    text-align: left !important;
  }
  .b-iconlist__item {
    padding: 0 !important;
  }
  .b-iconlist__item svg {
    display: none !important;
  }
  .b-facts {
    display: none !important;
  }
  .b-cards__header {
    margin-bottom: 0.4em !important;
    text-align: left !important;
  }
  .b-cards__inner {
    display: block !important;
  }
  .b-card {
    color: #000224 !important;
    margin-bottom: 20px !important;
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    text-align: left !important;
  }
  .b-card__name {
    font-weight: normal !important;
  }
  .b-card__image img {
    border-radius: 0;
    height: 200px;
    margin: 0 !important;
    width: 200px;
  }
  .b-illustrations__header {
    margin-bottom: 0 !important;
    text-align: left !important;
  }
  .b-illustrations__inner {
    text-align: left !important;
  }
  .b-illustration {
    margin-bottom: 0 !important;
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .b-illustration__icon {
    display: none !important;
  }
  .b-illustration__text {
    max-width: 100% !important;
  }
  .b-member__icon, .b-member__bg {
    display: none !important;
  }
  .b-member__content {
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .b-basics__header {
    margin: 0 !important;
    margin-bottom: 0.4em !important;
    max-width: 100% !important;
    text-align: left !important;
  }
  .b-main__hero-box:before,
  .b-hero-box--first {
    display: none !important;
  }
  .b-hero-box__inner {
    padding: 0 !important;
  }
  .b-hero-box__headline {
    margin-bottom: 0.4em !important;
  }
  .b-map__headline {
    display: none !important;
  }
}

@media all and (max-width: 175px) {
  html[dir="rtl"].mm-opening .mm-slideout {
    -webkit-transform: translate(-140px, 0) !important;
    -ms-transform: translate(-140px, 0) !important;
    transform: translate(-140px, 0) !important;
  }
}
