/* ==========================================================================
   Getting it all together
   ========================================================================== */
/*! 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.
 */
@import "../css/lightbox.min.css";
@import "../css/jquery.mmenu.css";
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 {
  -webkit-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"] {
  -webkit-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.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 2 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! HTML5 Boilerplate v5.1.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/* set everything to "box-sizing:border-box" –
 * the Grid won't work otherwise

 * new notation - if anything is set to "content-box", it will be able to inherit
 * this to it's child elements
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
/*
 * Hide visually and from screen readers:
 */
.hidden {
  display: none !important;
}
/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
/* Clearfix as a mixin: */
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16/9 ratio */
  padding-top: 30px;
  /* IE6 workaround*/
  height: 0;
  overflow: hidden;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
/* get google fonts */
/* roboto-latin-100-normal*/
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-display: swap;
  font-weight: 100;
  src: url('./files/roboto-latin-100-normal.woff2') format('woff2'), url('./files/roboto-latin-100-normal.woff') format('woff');
  
}
/* roboto-latin-300-normal*/
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: url('./files/roboto-latin-300-normal.woff2') format('woff2'), url('./files/roboto-latin-300-normal.woff') format('woff');
  
}
/* roboto-latin-400-normal*/
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url('./files/roboto-latin-400-normal.woff2') format('woff2'), url('./files/roboto-latin-400-normal.woff') format('woff');
  
}
/* roboto-latin-500-normal*/
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url('./files/roboto-latin-500-normal.woff2') format('woff2'), url('./files/roboto-latin-500-normal.woff') format('woff');
  
}
/* roboto-latin-700-normal*/
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url('./files/roboto-latin-700-normal.woff2') format('woff2'), url('./files/roboto-latin-700-normal.woff') format('woff');
  
}
/* roboto-latin-900-normal*/
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-display: swap;
  font-weight: 900;
  src: url('./files/roboto-latin-900-normal.woff2') format('woff2'), url('./files/roboto-latin-900-normal.woff') format('woff');
  
}

/* roboto-latin-ext-100-normal*/
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-display: swap;
  font-weight: 100;
  src: url('./files/roboto-latin-ext-100-normal.woff2') format('woff2'), url('./files/roboto-latin-ext-100-normal.woff') format('woff');
  
}
/* roboto-latin-ext-300-normal*/
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: url('./files/roboto-latin-ext-300-normal.woff2') format('woff2'), url('./files/roboto-latin-ext-300-normal.woff') format('woff');
  
}
/* roboto-latin-ext-400-normal*/
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url('./files/roboto-latin-ext-400-normal.woff2') format('woff2'), url('./files/roboto-latin-ext-400-normal.woff') format('woff');
  
}
/* roboto-latin-ext-500-normal*/
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url('./files/roboto-latin-ext-500-normal.woff2') format('woff2'), url('./files/roboto-latin-ext-500-normal.woff') format('woff');
  
}
/* roboto-latin-ext-700-normal*/
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url('./files/roboto-latin-ext-700-normal.woff2') format('woff2'), url('./files/roboto-latin-ext-700-normal.woff') format('woff');
  
}
/* roboto-latin-ext-900-normal*/
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-display: swap;
  font-weight: 900;
  src: url('./files/roboto-latin-ext-900-normal.woff2') format('woff2'), url('./files/roboto-latin-ext-900-normal.woff') format('woff');
  
}

/* roboto-greek-100-normal*/
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-display: swap;
  font-weight: 100;
  src: url('./files/roboto-greek-100-normal.woff2') format('woff2'), url('./files/roboto-greek-100-normal.woff') format('woff');
  
}
/* roboto-greek-300-normal*/
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: url('./files/roboto-greek-300-normal.woff2') format('woff2'), url('./files/roboto-greek-300-normal.woff') format('woff');
  
}
/* roboto-greek-400-normal*/
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url('./files/roboto-greek-400-normal.woff2') format('woff2'), url('./files/roboto-greek-400-normal.woff') format('woff');
  
}
/* roboto-greek-500-normal*/
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url('./files/roboto-greek-500-normal.woff2') format('woff2'), url('./files/roboto-greek-500-normal.woff') format('woff');
  
}
/* roboto-greek-700-normal*/
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url('./files/roboto-greek-700-normal.woff2') format('woff2'), url('./files/roboto-greek-700-normal.woff') format('woff');
  
}
/* roboto-greek-900-normal*/
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-display: swap;
  font-weight: 900;
  src: url('./files/roboto-greek-900-normal.woff2') format('woff2'), url('./files/roboto-greek-900-normal.woff') format('woff');
  
}

/* get the icon font */
/* typography */
/* colors */
.the-wrapper {
  min-height: 100vh;
}
.the-wrapper .content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: -2em;
}
.the-wrapper .content .header-image-container {
  margin-top: 2em;
}
html,
body {
  color: #666666;
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  line-height: 1.6;
}
@media (min-width: 768px) {
  html,
  body {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  html,
  body {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  html,
  body {
    font-size: 16px;
  }
}
h1,
h2,
h3,
h4 {
  color: #00519D;
  font-weight: 500;
}
h1 {
  margin: 1em 0 0;
  font: 500 2em/1.2 'Roboto', sans-serif;
}
h1.documentFirstHeading {
  margin: 0.5em 0;
}
.has-header-image h1.documentFirstHeading {
  margin: 1em 0 0.5em;
}
h2 {
  padding-top: 0.8em;
  border-bottom: 1px solid #E8E900;
  font: 500 1.5em/1.6 'Roboto', sans-serif;
}
.icon.icon-external-link {
  margin-bottom: 6px;
}
.icon.nomargin {
  margin: 0;
}
#portal-column-two h2 {
  padding-top: 0;
  margin-top: 0;
}
h3 {
  font: 500 1.4em/1.6 'Roboto', sans-serif;
}
h4 {
  font: 500 1.1em/1.6 'Roboto', sans-serif;
}
.intro,
.documentDescription,
.homepage-richtext p,
.homepage-richtext div {
  margin-top: 1em;
  margin-bottom: 1em;
  color: #a2a2a2;
  font: 400 1.1em/1.6 'Roboto', sans-serif;
}
.intro.small,
.documentDescription.small,
.homepage-richtext p.small,
.homepage-richtext div.small {
  font: 400 0.9em/1.6 'Roboto', sans-serif;
}
.date {
  padding: inherit;
  border: none;
  color: #a2a2a2;
  font: 400 0.8em/1.2 'Roboto', sans-serif;
  text-align: inherit;
}
.content section:before,
.content section:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.content section:after {
  clear: both;
}
.content a {
  border-bottom: 2px solid #E8E900;
  color: #00519D;
  font-weight: bold;
  text-decoration: none;
}
.content a.btn {
  padding: 0.4em 2em;
  border: 1px solid #00519D;
  color: #00519D;
  font-weight: bold;
}
.content ul.slides {
  padding: 0;
  margin: 1em 0 2em;
  list-style: none;
}
.content ul.slides li {
  position: relative;
  padding: 0.2em 0 0.2em 1.5em;
  margin: 0;
}
.content ul.slides li::after {
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 10px;
  height: 10px;
  background: #E8E900;
  border-radius: 50px;
  content: "";
}
.content #content-core :not(nav.pagination) ul {
  padding: 0;
  margin: 1em 0 2em;
  list-style: none;
}
.content #content-core :not(nav.pagination) ul li {
  padding: 0.2em 0 0.2em 1.5em;
  margin: 0;
}
.content #content-core :not(nav.pagination) ul li::before {
  content: "⬤";
  color: #E8E900;
  font-size: 60%;
  display: inline-block;
  width: 2.5em;
  margin-left: -2.5em;
  vertical-align: 0.4em;
}
.content h2 > a {
  border-bottom: none;
}
.responsive-table {
  overflow: scroll;
  overflow-y: hidden;
}
@media (max-width: 767px) {
  .responsive-table {
    width: 100%;
  }
}
.responsive-table tr:nth-child(even) td {
  background: rgba(236, 239, 242, 0.5);
}
table {
  margin: 2em 0;
}
table th,
table td {
  padding: 0.2em 0.5em;
  border-right: 2px solid #fff;
  border-bottom: 1px solid #ECEFF2;
  text-align: left;
  vertical-align: top;
}
table th {
  border-bottom: 1px solid #E8E900;
  background: rgba(232, 233, 0, 0.3);
  color: #00519D;
}
table .right {
  text-align: right;
  vertical-align: bottom;
}
table .no-wrap {
  white-space: nowrap;
}
.dl-container {
  margin: 2em 0;
}
dl {
  padding: 0 0 0.2em;
  border-bottom: 1px solid #DFDFDF;
  margin: 0 0 0.2em;
}
dl:before,
dl:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
dl:after {
  clear: both;
}
dl dt {
  display: inline-block;
  width: 15%;
  color: #00519D;
  float: left;
  font-weight: 600;
}
dl dd {
  position: relative;
  width: 75%;
  float: left;
}
.icon {
  width: 1.3em;
  height: 1.3em;
  margin: 0 0 0 0.4em;
  color: #00519D;
}
.icon-pull {
  position: absolute;
  top: 0.2em;
  left: -2em;
}
figure {
  width: 100%;
  margin: 0.3em 0 1.5em;
}
@media (min-width: 992px) {
  figure.size-1 {
    width: 33%;
  }
  figure.size-2 {
    width: 42%;
  }
}
figure.float-left {
  margin-right: 2em;
  float: left;
}
figure.float-right {
  margin-left: 2em;
  float: right;
}
figure figcaption {
  padding: 0.8em;
  background: #eceff2;
  font: 0.85em/1.4 'Roboto', sans-serif;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}
header {
  position: relative;
}
header .burger {
  display: none;
}
@media (max-width: 992px) {
  header .burger {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    border-right: 1px solid #DFDFDF;
    color: #00519D;
  }
  header button.burger-icon {
    display: block;
    width: 56px;
    height: 54px;
    padding: 0.83em 1.03em;
    border: none;
    margin: 0;
    background: transparent;
    outline: none;
    -webkit-transition: background 0.4s ease-in-out;
    transition: background 0.4s ease-in-out;
  }
  header button.burger-icon path {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  header button.burger-icon path#burger-upper {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-origin: 22px 1px;
            transform-origin: 22px 1px;
  }
  header button.burger-icon path#burger-lower {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-origin: 23px 16px;
            transform-origin: 23px 16px;
  }
  header button.burger-icon path#burger-middle {
    opacity: 1;
  }
  header button.burger-icon.close-button path#burger-upper {
    -webkit-transform: translateX(-2px) rotate(-45deg);
            transform: translateX(-2px) rotate(-45deg);
  }
  header button.burger-icon.close-button path#burger-lower {
    -webkit-transform: translateX(-2px) rotate(45deg);
            transform: translateX(-2px) rotate(45deg);
  }
  header button.burger-icon.close-button path#burger-middle {
    opacity: 0;
  }
}
header .logo-support {
  border-bottom: 1px solid #DFDFDF;
}
header .logo-support:before,
header .logo-support:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
header .logo-support:after {
  clear: both;
}
header .logo-support .logo {
  width: 100%;
  padding: 0.6em;
  text-align: center;
}
header .logo-support .logo svg {
  width: 74px;
  height: 36px;
  color: #00519D;
}
header .logo-support .logo img#iyqst_logo {
  margin: 0 20px;
  width: 80px;
  height: 31px;
}
header .logo-support .logo img#qy25_logo {
  width: 60px;
  height: 27px;
}
header .logo-support .support-navi,
header .logo-support .login,
header .logo-support .language,
header .logo-support .search {
  display: none;
}
@media (min-width: 992px) {
  header .burger {
    display: none;
  }
  header .logo-support {
    border-bottom: 1px solid #DFDFDF;
  }
  header .logo-support:before,
  header .logo-support:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  header .logo-support:after {
    clear: both;
  }
  header .logo-support .logo {
    width: auto;
    float: left;
    text-align: left;
  }
  header .logo-support .logo svg {
    width: 101px;
    height: 50px;
    color: #00519D;
  }
  header .logo-support .logo img#iyqst_logo {
    margin: 0 10px 0 -44px;
    width: 75px;
    height: 29px;
  }
  header .logo-support .logo img#qy25_logo {
    width: 64px;
    height: 29px;
  }
  header .logo-support .support-navi,
  header .logo-support .login,
  header .logo-support .language,
  header .logo-support .search {
    display: block;
    padding: 1.8em 1.4em;
    border-left: 1px solid #DFDFDF;
    color: #00519D;
    float: right;
    font: 400 0.9em/1.6 'Roboto', sans-serif;
  }
  header .logo-support .support-navi a,
  header .logo-support .login a,
  header .logo-support .language a,
  header .logo-support .search a {
    position: relative;
    color: #00519D;
    text-decoration: none;
  }
  header .logo-support .support-navi .icon,
  header .logo-support .login .icon,
  header .logo-support .language .icon,
  header .logo-support .search .icon {
    position: relative;
    display: inline-block;
  }
  header .logo-support .support-navi .icon-lock,
  header .logo-support .login .icon-lock,
  header .logo-support .language .icon-lock,
  header .logo-support .search .icon-lock {
    top: -2px;
    width: 16px;
    height: 19px;
    margin-right: 5px;
  }
  header .logo-support .support-navi .icon-globe,
  header .logo-support .login .icon-globe,
  header .logo-support .language .icon-globe,
  header .logo-support .search .icon-globe {
    top: -2px;
    width: 21px;
    height: 21px;
    margin-right: 5px;
  }
  header .logo-support .support-navi .icon-search,
  header .logo-support .login .icon-search,
  header .logo-support .language .icon-search,
  header .logo-support .search .icon-search {
    width: 28px;
    height: 28px;
    cursor: pointer;
  }
  header .logo-support .support-navi .icon-kontakt,
  header .logo-support .login .icon-kontakt,
  header .logo-support .language .icon-kontakt,
  header .logo-support .search .icon-kontakt {
    width: 26px;
    height: 22px;
  }
  header .logo-support .support-navi {
    border: none;
  }
  header .logo-support .support-navi ul,
  header .logo-support .support-navi li {
    display: inline-block;
  }
  header .logo-support .support-navi ul a,
  header .logo-support .support-navi li a {
    margin-left: 1em;
  }
  header .logo-support .login.logged-in a.btn-logout {
    padding: 0.7em;
    border: 1px solid #00519D;
    margin-left: 0.8em;
    font-weight: 600;
  }
  header .logo-support .language,
  header .logo-support .login {
    position: relative;
    cursor: pointer;
  }
  header .logo-support .language .icon-chevron-down,
  header .logo-support .login .icon-chevron-down {
    width: 10px;
    height: 6px;
  }
  header .logo-support .language ul,
  header .logo-support .login ul {
    position: absolute;
    z-index: 9999;
    top: 5.2em;
    left: 0;
    display: block;
    width: 11em;
    padding: 0;
    margin: 0;
    background: #fff;
    background: rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    list-style: none;
    opacity: 0;
    -webkit-transition: opacity 0.2s linear, visibility 0.2s linear;
    transition: opacity 0.2s linear, visibility 0.2s linear;
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
    visibility: hidden;
  }
  header .logo-support .language ul li a,
  header .logo-support .login ul li a {
    display: block;
    padding: 7px 17px;
    border-top: 1px solid #dfdfdf;
    margin: 0;
    background: none;
    clear: both;
    font-size: 1em;
    font-weight: 600;
    text-align: left;
    text-decoration: none;
    text-transform: none;
  }
  header .logo-support .language ul li a:hover,
  header .logo-support .login ul li a:hover {
    background: #ECEFF2;
  }
  header .logo-support .language:hover ul,
  header .logo-support .login:hover ul {
    opacity: 1;
    visibility: visible;
  }
  header .logo-support .search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.6em 1.4em;
  }
  header .logo-support .search form.searchform {
    display: inline-block;
    overflow: hidden;
    width: 0;
    -webkit-transition: width 0.2s ease-in-out;
    transition: width 0.2s ease-in-out;
  }
  header .logo-support .search form.searchform input {
    width: 0;
  }
  header .logo-support .search form.searchform.open {
    width: 15em;
  }
  header .logo-support .search form.searchform.open input {
    width: auto;
    margin-left: 1em;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  header .logo-support .logo svg {
    width: 113px;
    height: 56px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  header .logo-support .logo img#iyqst_logo {
    margin: 0 20px;
    width: 124px;
    height: 48px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  header .logo-support .logo img#qy25_logo {
    width: 100px;
    height: 45px;
  }
}
@media (min-width: 767px) and (max-width: 1199px) {
  .language-text,
  .login-text {
    display: none;
  }
}
@media (max-width: 991px) {
  .login-text {
    display: inline;
  }
}
.subheader {
  padding: 0.6em 0;
  margin-top: 1px;
  background: #42a7f5;
  color: #fff;
}
@media (max-width: 767px) {
  .subheader {
    padding: 0;
  }
}
.subheader a.back-to-overview {
  display: block;
  padding: 0.7em 0;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  margin-top: 0.5em;
  color: rgba(255, 255, 255, 0.5);
  font: 600 1em/1.2 'Roboto', sans-serif;
  text-decoration: none;
}
.subheader a.back-to-overview:hover {
  color: #fff;
}
.subheader a.back-to-overview span {
  display: inline-block;
  width: 93%;
  padding-left: 1.1em;
}
@media (max-width: 767px) {
  .subheader a.back-to-overview span {
    display: none;
  }
}
.subheader a.back-to-overview svg {
  display: inline-block;
  width: 13px;
  height: 22px;
}
.subheader h1 {
  margin: 0;
  color: #00519D;
  font-weight: 600;
}
.subheader h1 span {
  font-weight: 400;
}
.subheader h3 {
  margin: 0;
}
.subheader.yellow {
  background: #E8E900;
}
.subheader.yellow .container {
  background: url(../img/Logo-PBH.png) no-repeat right center;
  background-size: contain;
}
@media (max-width: 991px) {
  .subheader.yellow .container {
    background: transparent;
  }
}
.subheader.yellow a.back-to-overview {
  border-color: #828300;
  color: #828300;
}
.subheader.yellow a.back-to-overview:hover {
  color: #505000;
}
.subheader.grey {
  background: #a2a2a2;
}
.subheader.grey .container {
  background-size: contain;
}
@media (max-width: 991px) {
  .subheader.grey .container {
    background: transparent;
  }
}
.subsection-magnus-haus-berlin .subheader.yellow .container {
  background: url(../img/Logo_Magnus-Haus_blau_mittel.png) no-repeat right center;
}
.flexbox .subheader .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flexbox .subheader a.back-to-overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
.super-subheader {
  margin-bottom: -1px;
  background: #00519D;
}
.super-subheader h1,
.super-subheader h3 {
  color: #fff;
}
.hero {
  position: relative;
  top: -1px;
  margin-bottom: 5em;
}
.hero::after {
  position: absolute;
  top: 0;
  bottom: 40px;
  width: 100%;
  border-bottom: 1px solid #DFDFDF;
  background: #ECEFF2;
  content: "";
}
.hero .flexslider {
  position: relative;
  z-index: 1;
}
section.header-image {
  margin-top: 2em;
}
section.header-image img {
  width: 100%;
}
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* Icon Fonts
*********************************/
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  padding: 0;
  margin: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  display: block;
  width: 100%;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides::after {
  display: block;
  height: 0;
  clear: both;
  content: "\0020";
  line-height: 0;
  visibility: hidden;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
  position: relative;
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexslider .slides {
  zoom: 1;
}
.carousel li {
  margin-right: 5px;
}
/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}
.flexslider {
  border: 0;
  margin: 0;
  background: transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  .flexslider {
    margin-right: -15px;
    margin-left: -15px;
  }
}
.flexslider .slides li {
  padding: 0;
  margin: 0;
}
.flex-carousel-item {
  position: relative;
  background-color: #efefef;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.flex-carousel-caption {
  position: absolute;
  z-index: 0;
  right: 56px;
  bottom: 40px;
  width: 45%;
  padding: 0.8em 1.4em 1.5em;
  background: #00519D;
  text-shadow: none;
}
.flex-carousel-caption h3 {
  padding: 0 0 0.3em;
  border: none;
  margin: 0;
  color: #fff;
  font: 500 2em/1.4 'Roboto', sans-serif;
}
.flex-carousel-caption p {
  margin: 0;
  color: #E8E900;
  font: 500 1em/1.4 'Roboto', sans-serif;
}
@media (max-width: 1199px) {
  .flex-carousel-caption {
    min-height: 11em;
    font-size: 86%;
  }
}
.flex-carousel-caption.right-aligned {
  float: right;
  text-align: right;
}
.flex-carousel-caption.right-aligned h1,
.flex-carousel-caption.right-aligned p {
  color: #fff;
}
@media (max-width: 767px) {
  .flex-direction-nav {
    display: none;
  }
  .flex-carousel-item {
    position: relative;
    min-height: 0;
  }
  .flex-carousel-caption {
    position: relative;
    right: auto;
    bottom: auto;
    display: inline-block;
    width: auto;
    min-height: 8em;
    padding: 1.2em 30px 1.5em;
    margin: 0;
    background: #00519D;
    float: none;
  }
  .flex-carousel-caption h3 {
    padding: 0;
    border: none;
    margin: 0;
    color: #fff;
    font: 500 1.4em/1.4 'Roboto', sans-serif;
  }
}
.flex-control-nav {
  position: absolute;
  z-index: 1;
  bottom: 20px;
  width: 100%;
  text-align: center;
}
ol.flex-control-nav {
  bottom: -3em;
  background: transparent;
}
ol.flex-control-nav li {
  display: inline-block;
  *display: inline;
  width: 17px;
  padding: 0;
  margin: 0 10px;
  text-align: center;
  zoom: 1;
}
ol.flex-control-nav li::before {
  display: none;
}
.flex-control-paging li a {
  display: inline-block;
  width: 11px;
  height: 11px;
  padding: 0;
  border: 3px solid transparent;
  margin: 0;
  background: #00519D;
  border-radius: 50px;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  text-align: center;
  text-indent: -9999px;
}
.flex-control-paging li a:hover {
  background: #00519D;
  background: rgba(0, 81, 157, 0.7);
}
.flex-control-paging li a.flex-active {
  position: relative;
  top: -0.3em;
  width: 17px;
  height: 17px;
  border: 1px solid #00519D;
  background: transparent;
  cursor: default;
  text-align: center;
}
/* Direction Nav */
.flex-direction-nav a {
  position: absolute;
  top: 50%;
  display: block;
  width: 3em;
  height: 3em;
  border: 0;
  margin: -40px 0 0;
  background: #fff;
  border-radius: 300px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  opacity: 1;
  text-decoration: none;
  text-indent: -9999px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.flex-direction-nav .flex-next::after,
.flex-direction-nav .flex-prev::after {
  position: absolute;
  top: 0;
  left: 0.1em;
  display: block;
  width: 3em;
  height: 3em;
  background: url(../img/icon-next.svg) no-repeat center center;
  color: #61666a;
  content: "";
  text-align: center;
}
.flex-direction-nav .flex-next {
  right: -5em;
}
.flex-direction-nav .flex-prev {
  left: -5em;
}
.flex-direction-nav .flex-prev::after {
  left: -0.1em;
  background: url(../img/icon-prev.svg) no-repeat center center;
  text-indent: -4px;
}
@media screen and (max-width: 1320px) {
  .flex-direction-nav .flex-prev {
    left: 10px;
    opacity: 1;
  }
  .flex-direction-nav .flex-next {
    right: 10px;
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .flex-carousel .container {
    padding: 0;
  }
  .flex-control-nav {
    bottom: -40px;
  }
}
nav.breadcrumb {
  padding: 2.5em 0 0;
  color: #a2a2a2;
  font: 400 0.7em/1.6 'Roboto', sans-serif;
  margin-bottom: 2.5em;
}
nav.breadcrumb ul li {
  display: inline-block;
  position: relative;
}
nav.breadcrumb ul li:after {
  content: "/";
  position: absolute;
  top: 0;
  right: 0;
}
nav.breadcrumb ul li:last-child:after {
  display: none;
}
nav.breadcrumb ul li a,
nav.breadcrumb ul li span {
  display: block;
  color: #a2a2a2;
  padding: 0 0.9em 0 0.2em;
  border: none;
}
nav.breadcrumb ul li span {
  font-weight: 700;
}
nav.breadcrumb ul li svg {
  position: relative;
  top: -0.1em;
  margin-right: 0.5em;
}
nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
nav ul li a {
  text-decoration: none;
}
.main-navi {
  display: none;
  border-bottom: 1px solid #DFDFDF;
  background: #ECEFF2;
}
.main-navi nav#nav ul > li > a.toggle-me {
  display: none;
}
@media (min-width: 992px) {
  .main-navi {
    display: block !important;
  }
  nav#nav {
    /* Drop-Down Navigation */
  }
  nav#nav ul {
    position: relative;
    display: table;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  nav#nav ul ul {
    display: block;
  }
  nav#nav ul li {
    position: relative;
    display: table-cell;
    width: 1%;
    padding: 0;
    margin: 0;
  }
  nav#nav ul li li {
    display: block;
    float: left;
  }
  nav#nav > ul > li > a::after {
    position: absolute;
    right: 0;
    display: inline-block;
    width: 2em;
    height: 1.7em;
    background: url(../img/icon-chevron-down.svg) no-repeat center center;
    content: "";
  }
  nav#nav ul li a {
    display: block;
    padding: 1.2em 1.6em 0.7em 0.4em;
    margin: 0;
    color: #00519D;
    font: 600 1em/1.6 'Roboto', sans-serif;
    text-align: center;
    -webkit-transition: color 0.2s linear, border-color 0.2s linear, background-color 0.2s linear;
    transition: color 0.2s linear, border-color 0.2s linear, background-color 0.2s linear;
    white-space: nowrap;
  }
  nav#nav ul li.inactive > a {
    border-color: #00519D;
    color: #00519D;
    font-weight: 900;
  }
  nav#nav ul > li > a {
    display: block;
    border-bottom: 6px solid transparent;
    text-align: center;
  }
  nav#nav ul li a:hover {
    background: #ECEFF2;
    color: #00519D;
  }
  nav#nav > ul > li > a:hover,
  nav#nav > ul > li.is-hover > a {
    background: rgba(255, 255, 255, 0.6);
    border-color: rgba(0, 81, 157, 0.6);
    color: #004484;
  }
  nav#nav ul li:hover > ul {
    opacity: 1;
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
    visibility: visible;
  }
  nav#nav ul ul,
  nav#nav ul ul li ul {
    position: absolute;
    z-index: 99999;
    width: 220px;
    padding: 0;
    margin: 0;
    background: rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    list-style: none;
    opacity: 0;
    -webkit-transition: opacity 0.2s linear, visibility 0.2s linear;
    transition: opacity 0.2s linear, visibility 0.2s linear;
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
    visibility: hidden;
  }
  nav#nav ul ul {
    top: 61px;
    left: 0;
  }
  nav#nav ul ul li ul {
    top: 0;
    left: 220px;
  }
  nav#nav ul ul li {
    width: 100%;
    border: 0 none;
    clear: both;
  }
  nav#nav ul ul li.hasChilds::after {
    position: absolute;
    right: 8px;
    bottom: 5px;
    color: #798085;
    content: "\f105";
    font-family: fontawesome;
    font-size: 16px;
  }
  nav#nav ul ul li a {
    display: block;
    padding: 7px 17px;
    border-bottom: 1px solid #DFDFDF;
    margin: 0;
    background: none;
    clear: both;
    font-size: 0.9em;
    text-align: left;
    text-decoration: none;
    text-transform: none;
    white-space: normal;
  }
  nav#nav ul ul li a:hover {
    color: #00519D;
  }
  nav#nav ul ul li:last-child a {
    border: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  nav#nav ul li a {
    font: 700 0.91em/1.8 'Roboto', serif;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-navi .container {
    width: 100%;
  }
  nav#nav ul li a {
    padding: 1.6em 0.3em 1.5em;
    font: 700 0.8em/1.8 'Roboto', serif;
  }
  nav#nav ul ul {
    top: 84px;
    left: 0;
  }
  nav#nav ul ul li a {
    padding: 5px 0;
    margin: 0 20px;
    font-size: 0.8em;
  }
}
nav.vertical-navi {
  display: none;
}
@media (min-width: 768px) {
  nav.vertical-navi {
    display: block;
    margin-bottom: 40px;
  }
}
nav.vertical-navi ul {
  padding: 0;
  list-style: none;
}
nav.vertical-navi ul li {
  display: block;
  padding: 0;
  margin: 0;
}
nav.vertical-navi ul li a,
nav.vertical-navi ul li .inactive > a {
  display: block;
  padding: 0.5em 0.5em 0.5em 1em;
  border: 0;
  border-top: 1px solid #e2e7eb;
  color: #00519D;
  font: 500 1em/1.2 'Roboto', sans-serif;
}
nav.vertical-navi ul li a:hover,
nav.vertical-navi ul li .inactive > a:hover {
  background: #ECEFF2;
}
nav.vertical-navi ul {
  border-bottom: 1px solid #e2e7eb;
  margin: 0;
}
nav.vertical-navi ul > li > a {
  font-weight: 500;
}
nav.vertical-navi ul > li.inactive > a,
nav.vertical-navi ul > li.navTreeItemInPath:first-child > a {
  display: block;
  background: #E8E900;
  color: #00519D;
  font-weight: 700;
}
nav.vertical-navi ul > li ul {
  border: none;
  margin: -1px 0 0 1.5em;
}
nav.vertical-navi ul > li ul > li > a {
  font-size: 0.9em;
  font-weight: 400;
}
nav.vertical-navi ul > li ul > li.inactive > a {
  background: #ECEFF2;
  color: #00519D;
  font-size: 0.9em;
}
html,
body {
  overflow-x: hidden;
}
html.scroll-prevention {
  overflow: hidden;
}
.product-navigation-offcanvas {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 80%;
  background: #00519D;
  font-size: 1.1em;
  overflow-x: auto;
}
.the-wrapper {
  position: relative;
  background: #fff;
  -webkit-box-shadow: -2px 0 4px rgba(0, 0, 0, 0.25);
          box-shadow: -2px 0 4px rgba(0, 0, 0, 0.25);
  overflow-x: hidden;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.the-wrapper.open {
  position: relative;
  z-index: 100;
  -webkit-transform: translate(80%, 0);
          transform: translate(80%, 0);
}
header.mobile-header {
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
header.mobile-header.open {
  z-index: 10000;
  -webkit-transform: translate(80%, 0);
          transform: translate(80%, 0);
}
@media (min-width: 991px) {
  .product-navigation-offcanvas {
    width: 0;
  }
  .the-wrapper.open {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@media (max-width: 992px) {
  .naviContainer {
    position: relative;
  }
  nav#nav-off ul {
    position: relative;
    display: block;
    width: 100%;
    padding: 0 0 1em;
    margin: 0;
  }
  nav#nav-off ul ul {
    display: block;
  }
  nav#nav-off ul li {
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
  }
  nav#nav-off > ul > li:last-child a {
    border-bottom: 1px solid #2A5BA7;
  }
  nav#nav-off ul li a {
    display: block;
    padding: 0.4em 0;
    border-top: 1px solid #2A5BA7;
    margin: 0 0 0 1em;
    color: #99B9D7;
    font: 400 1.1em/1.6 'Roboto', sans-serif;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
    word-wrap: break-word;
    -webkit-transition: color 0.2s linear, border-color 0.2s linear;
    transition: color 0.2s linear, border-color 0.2s linear;
    word-wrap: break-word;
  }
  nav#nav-off ul li a:not(.toggle-me) {
    width: 61vw;
  }
  nav#nav-off ul li.inactive > a {
    color: #E8E900;
    font-weight: 700;
  }
  nav#nav-off ul > li > a {
    display: block;
  }
  nav#nav-off ul ul,
  nav#nav-off ul ul li ul {
    position: relative;
    z-index: 99999;
    display: none;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  nav#nav-off ul ul li {
    width: 100%;
    border: 0 none;
    clear: both;
  }
  nav#nav-off ul ul li a {
    display: block;
    padding: 0.6em 0 0.6em 3.3em;
    border: 0 none;
    background: none;
    clear: both;
    font-size: 0.9em;
    text-align: left;
    text-decoration: none;
    text-transform: none;
    white-space: normal;
  }
  nav#nav-off ul ul li a:hover {
    text-decoration: underline;
  }
  nav#nav-off ul ul li a:not(.toggle-me) {
    width: auto;
    width: initial;
    padding-right: 13vw;
    padding-left: 4vw;
  }
  nav#nav-off ul ul ul li a {
    display: block;
    padding: 0.6em 0 0.6em 5.3em;
    border: 0 none;
    background: none;
    clear: both;
    font-size: 0.9em;
    text-align: left;
    text-decoration: none;
    text-transform: none;
    white-space: normal;
  }
  nav#nav-off ul ul ul li a:hover {
    text-decoration: underline;
  }
  nav#nav-off ul ul ul li a:not(.toggle-me) {
    width: auto;
    width: initial;
    padding-right: 13vw;
    padding-left: 8vw;
  }
  nav#nav-off a.toggle-me {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    padding-left: 0;
    border: 0;
    border-bottom: 0 !important;
    border-left: 1px solid #2A5BA7;
    content: "";
  }
  nav#nav-off a.toggle-me > span {
    display: inline-block;
    width: 40px;
    height: 10px;
    margin: 0;
    background: url(../img/icon-chevron-down-light.svg) no-repeat center center;
    background-size: 40%;
    content: "";
    opacity: 0.7;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  nav#nav-off li:not(.has_subtree) a.toggle-me {
    display: none;
  }
  nav#nav-off .open > a.toggle-me > span {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  nav#nav-off ul {
    background: transparent;
  }
  nav#nav-off ul ul {
    background: #00498e;
  }
  nav#nav-off ul ul ul {
    background: #00417e;
  }
  nav#nav-off ul ul ul ul {
    background: #00396f;
  }
}
.mobile-search {
  padding: 12px 18px 11px;
}
.search-inner {
  padding: 3px 0;
  background: #004484;
}
.search-inner input {
  width: 100%;
  padding-left: 2.2em;
  border: 0 solid black;
  background: transparent;
  color: #fff;
  outline: none !important;
}
.icon-container {
  position: absolute;
  top: 14px;
  left: 26px;
  width: 1.2em;
  height: 1.6em;
}
svg.icon-search-mobile {
  width: 1em;
  height: 1em;
  color: #99B9D7;
}
.mobile-support ul {
  display: block;
  margin: 0 0 10px 20px;
}
.mobile-support ul li {
  display: inline-block;
}
.mobile-support ul li a {
  padding: 0.5em 1em 0.5em 0;
  color: #99B9D7;
  font-size: 90%;
}
.language-login-mobile {
  border-bottom: 1px solid #2A5BA7;
  margin: 0 0 10px 20px;
  color: #99B9D7;
  font-size: 90%;
}
.language-login-mobile a {
  color: #99B9D7;
  text-decoration: none;
}
.language-login-mobile .logo {
  display: inline-block;
  padding: 0 3em 0 0;
}
.language-login-mobile .language {
  display: inline-block;
  padding: 0 3em 1em 0;
}
.language-login-mobile .search {
  display: inline-block;
  position: relative;
  top: 3px;
}
.language-login-mobile .icon {
  display: inline-block;
  width: 1em;
  height: 1em;
}
.language-login-mobile .language {
  position: relative;
}
.language-login-mobile .language .icon.icon-globe {
  margin: 0;
}
.language-login-mobile .language .icon-chevron-down {
  width: 10px;
  height: 6px;
}
.language-login-mobile .language ul {
  position: absolute;
  z-index: 9999;
  top: 4em;
  left: 0;
  display: block;
  width: 11em;
  padding: 0;
  margin: 0;
  background: #fff;
  background: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  list-style: none;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear, visibility 0.2s linear;
  transition: opacity 0.2s linear, visibility 0.2s linear;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  visibility: hidden;
}
.language-login-mobile .language ul li a {
  display: block;
  padding: 7px 17px;
  border-top: 1px solid #dfdfdf;
  margin: 0;
  background: none;
  clear: both;
  color: #00519D;
  font-size: 1em;
  font-weight: 600;
  text-align: left;
  text-decoration: none;
  text-transform: none;
}
.language-login-mobile .language:hover ul {
  opacity: 1;
  visibility: visible;
}
.language-login-mobile .login.logged-in .login-toggle {
  display: none;
}
.language-login-mobile .login.logged-in .icon.icon-lock {
  margin: 0;
}
.language-login-mobile .login.logged-in ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
.language-login-mobile .login.logged-in ul li {
  margin-right: 10px;
}
.language-login-mobile .intranet-link {
  margin-right: 0;
  margin-left: 32px;
}
.product-navigation-offcanvas .icon {
  color: #99B9D7;
}
.mm-navbars_top {
  border-bottom-width: 0;
}
.target-audiences div {
  display: table;
  padding: 0;
  margin: 0 -1px 0 -1px;
}
.target-audiences div a {
  position: relative;
  display: table-cell;
  width: 17%;
  padding: 12px 10px 10px 0;
  border: 1px solid #fff;
  background: #E8E900;
  color: #00519D;
  cursor: pointer;
  text-decoration: none;
}
.target-audiences div a:hover {
  background: #00519D;
  color: #E8E900;
}
.target-audiences div a:hover h3 {
  color: #E8E900;
}
.target-audiences div a svg {
  position: absolute;
  top: 0.5em;
  left: 0.5em;
  width: 3em;
  height: 3em;
}
.target-audiences div a h3,
.target-audiences div a p {
  padding: 0;
  padding-left: 3.5em;
  margin: 0 0 10px;
}
.target-audiences div a h3 {
  font: 700 1.1em/1.2 'Roboto', sans-serif;
}
.target-audiences div a p {
  font: 400 0.8em/1.4 'Roboto', sans-serif;
}
.flexbox .target-audiences div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flexbox .target-audiences div a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1199px) {
  .flexbox .target-audiences div a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 33%;
    min-height: 76px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 767px) {
  .flexbox .target-audiences div a {
    width: 50%;
    padding: 0 0.2em 0.3em;
  }
  .flexbox .target-audiences div a svg {
    position: relative;
    top: auto;
    left: auto;
  }
  .flexbox .target-audiences div a h3,
  .flexbox .target-audiences div a p {
    padding: 0;
    padding-left: 0;
    margin: 10px 0;
  }
  .flexbox .target-audiences div a h3 {
    font: 700 0.85em/1.2 'Roboto', sans-serif;
  }
  .flexbox .target-audiences div a p {
    display: none;
  }
}
@media (min-width: 1200px) {
  .flexbox .target-audiences div a {
    width: auto;
    -ms-flex-preferred-size: 19%;
        flex-basis: 19%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .flexbox .target-audiences div a:last-child {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767px) {
  .section-front-page .flexbox .target-audiences div a:last-child {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.target-audiences-small,
.flexbox .target-audiences-small {
  margin-top: 1em;
  font-size: 0.8em;
}
.target-audiences-small div,
.flexbox .target-audiences-small div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.target-audiences-small div a,
.flexbox .target-audiences-small div a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 10px 20px 0;
}
@media (max-width: 1199px) {
  .target-audiences-small div a,
  .flexbox .target-audiences-small div a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 33%;
    min-height: 76px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .target-audiences-small div a svg,
  .flexbox .target-audiences-small div a svg {
    top: 1em;
  }
}
@media (max-width: 767px) {
  .target-audiences-small div a,
  .flexbox .target-audiences-small div a {
    width: 50%;
    padding: 0 0.5em 0.3em;
  }
  .target-audiences-small div a svg,
  .flexbox .target-audiences-small div a svg {
    position: relative;
    top: auto;
    left: auto;
  }
  .target-audiences-small div a h3,
  .flexbox .target-audiences-small div a h3,
  .target-audiences-small div a p,
  .flexbox .target-audiences-small div a p {
    padding: 0;
    padding-left: 0;
    margin: 10px 0;
  }
  .target-audiences-small div a h3,
  .flexbox .target-audiences-small div a h3 {
    font: 700 0.85em/1.2 'Roboto', sans-serif;
  }
  .target-audiences-small div a p,
  .flexbox .target-audiences-small div a p {
    display: none;
  }
}
@media (min-width: 1200px) {
  .target-audiences-small div a,
  .flexbox .target-audiences-small div a {
    width: auto;
    -ms-flex-preferred-size: 19%;
        flex-basis: 19%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.target-audiences-small div a::after,
.flexbox .target-audiences-small div a::after {
  position: absolute;
  top: 0.4em;
  right: 0.4em;
  display: block;
  width: 0.9em;
  height: 0.9em;
  background: url(../img/icon-times.svg) no-repeat;
  background-size: contain;
  content: "";
}
.target-audiences-small div a h3,
.flexbox .target-audiences-small div a h3 {
  text-align: center;
}
.target-audiences-small div a:hover,
.flexbox .target-audiences-small div a:hover,
.target-audiences-small div a:hover h3,
.flexbox .target-audiences-small div a:hover h3 {
  background: #eceff2;
  color: #00519d;
}
.target-audiences-small div a.inactive,
.flexbox .target-audiences-small div a.inactive,
.target-audiences-small div a.inactive h3,
.flexbox .target-audiences-small div a.inactive h3 {
  background: #eceff2;
  color: rgba(0, 81, 157, 0.7);
}
.target-audiences-small div a.inactive::after,
.flexbox .target-audiences-small div a.inactive::after,
.target-audiences-small div a.inactive h3::after,
.flexbox .target-audiences-small div a.inactive h3::after {
  display: none;
}
.target-audiences-small.pbh-variation h3,
.flexbox .target-audiences-small.pbh-variation h3 {
  padding-left: 0;
}
.target-audiences-small.pbh-variation a,
.flexbox .target-audiences-small.pbh-variation a {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 0;
}
#kitconcept-calendar .target-audiences div a:hover,
.flexbox #kitconcept-calendar .target-audiences div a:hover,
#kitconcept-calendar .target-audiences div a:hover h3,
.flexbox #kitconcept-calendar .target-audiences div a:hover h3 {
  background: #E8E900;
  color: #00519D;
}
.member-benefits div {
  display: table;
  margin: 0 -1px 0 -1px;
  padding: 0;
}
.member-benefits div a {
  display: table-cell;
  width: 50%;
  position: relative;
  border: 1px solid #fff;
  background: #E8E900;
  text-decoration: none;
  color: #00519D;
  padding: 25px 20px 20px 0;
}
.member-benefits div a:hover {
  background: #E8E900;
  color: #00519D;
  cursor: inherit;
}
.member-benefits div a:hover h3 {
  color: #00519D;
}
.member-benefits div a svg {
  position: absolute;
  top: 0.7em;
  left: 0.7em;
  width: 3.5em;
  height: 3.5em;
}
.member-benefits div a h3,
.member-benefits div a p {
  padding: 0;
  margin: 0 0 10px 0;
  padding-left: 80px;
}
.member-benefits div a h3 {
  font: 700 1.1em/1.2 'Roboto', sans-serif;
}
.member-benefits div a p {
  font: 400 0.8em/1.4 'Roboto', sans-serif;
}
.flexbox .member-benefits div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flexbox .member-benefits div a {
  display: block;
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .flexbox .member-benefits div a {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .flexbox .member-benefits div a {
    width: 100%;
  }
  .flexbox .member-benefits div a h3 {
    font: 700 0.85em/1.2 'Roboto', sans-serif;
  }
}
.teaser .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.teaser-item {
  margin-bottom: 1em;
}
.teaser-item .teaser-item-image {
  margin-bottom: 0.5em;
}
.teaser-item .teaser-item-image img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.teaser-item .teaser-item-body {
  padding-bottom: 1em;
}
.teaser-item .teaser-item-body h3 {
  padding: 0.2em 0;
  margin: 0;
  font-size: 1.2em;
  line-height: 1.2;
}
.teaser-item .teaser-item-body p {
  padding: 0;
  margin: 0;
  font: 0.85em/1.6 'Roboto', sans-serif;
}
.gallery-item {
  margin-bottom: 1em;
}
.gallery-item figure {
  margin-bottom: 1.5em;
}
.gallery-item figure img {
  width: 100%;
}
.lightbox {
  top: 50px !important;
}
.termin-item {
  margin-bottom: 1em;
}
.termin-item .date {
  display: block;
  width: 56px;
  padding: 7px 0;
  background: #ECEFF2;
  color: #00519D;
  float: left;
  font: 700 1.6em/1 'Roboto', sans-serif;
  text-align: center;
  text-transform: uppercase;
}
.termin-item .date span {
  display: block;
  font: 500 0.6em/1.4 'Roboto', sans-serif;
}
.termin-item .termin-item-body {
  min-height: 4.8em;
  padding-bottom: 1em;
  border-bottom: 1px solid #ebebeb;
  margin-left: 70px;
}
.termin-item .termin-item-body .icon-date {
  margin-right: 5px;
}
.termin-item .termin-item-body .dash-date {
  padding: 0 5px;
}
.termin-item h3 {
  padding: 0;
  margin: 0;
  font-size: 1em;
  line-height: 1.2;
}
.termin-item p {
  padding: 0;
  margin: 0;
  font: 0.85em/1.6 'Roboto', sans-serif;
}
.termine-big {
  margin-top: 2em;
}
.termine-big .first-row {
  position: relative;
}
.termine-big .termin-item {
  margin-bottom: 1em;
}
.termine-big .termin-item .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  padding: 0.25em 0;
}
.termine-big .termin-item .date.pbh {
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font: 700 2.8em/1 'Roboto', sans-serif;
}
.termine-big .termin-item .date.pbh span {
  display: block;
  font: 500 0.3em/1.4 'Roboto', sans-serif;
}
.termine-big .termin-item .date .date-block {
  display: block;
  width: 100%;
}
.termine-big .termin-item .date .date-block .date-block-day {
  display: inline-block;
  width: 50%;
  font: 700 2em/1 'Roboto', sans-serif;
  text-align: right;
}
.termine-big .termin-item .date .date-block .date-block-month {
  display: inline-block;
  width: 50%;
  padding-left: 0.4em;
  font: 700 0.8em/1.2 'Roboto', sans-serif;
  text-align: left;
}
.termine-big .termin-item .date .date-block.date-block-to {
  margin-top: -3px;
}
.termine-big .termin-item .date .date-block .date-block-to {
  margin-top: -10px;
  line-height: 0.5em;
  text-align: center;
}
.termine-big .termin-item .date.single-date {
  padding-top: 1.18em;
}
@media (max-width: 991px) {
  .termine-big .termin-item .date {
    font: 700 1.8em/1 'Roboto', sans-serif;
  }
  .termine-big .termin-item .date span {
    font: 500 0.32em/1.4 "Roboto", sans-serif;
  }
}
@media (min-width: 992px) {
  .termine-big .termin-item .date {
    width: 90px;
    height: 90px;
  }
}
.termine-big .termin-item .date.extended {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.termine-big .termin-item .date.extended .dash {
  padding-right: 15px;
  font-size: 20px;
  line-height: 10px;
  text-align: right;
}
.termine-big .termin-item .date.extended .startdate,
.termine-big .termin-item .date.extended .enddate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  font-size: 30px;
  font-weight: 700;
}
.termine-big .termin-item .date.extended .startdate .monthyear,
.termine-big .termin-item .date.extended .enddate .monthyear {
  display: block;
}
.termine-big .termin-item .date.extended .startdate .monthyear span,
.termine-big .termin-item .date.extended .enddate .monthyear span {
  font-size: 12px;
}
.termine-big .termin-item .termin-item-body {
  min-height: 90px;
  color: #666;
}
@media (min-width: 992px) {
  .termine-big .termin-item .termin-item-body {
    margin-left: 110px;
  }
}
.termine-big .termin-item .first-row {
  font-size: 0.9em;
  font-weight: 600;
}
.termine-big .termin-item h3 {
  padding: 0.7em 0 0.2em;
  margin: 0;
  font-size: 1.3em;
  line-height: 1.2;
}
.termine-big .termin-item p {
  padding: 0;
  margin: 0;
  font: 0.85em/1.6 'Roboto', sans-serif;
}
.portlet .termine-big .termin-item-body h3,
.events-block .termine-big .termin-item-body h3 {
  padding-top: 0;
  font-size: 1.2em;
}
.zielgruppe-badge {
  display: inline-block;
  height: 2em;
  padding: 0.2em;
  background: #E8E900;
}
.zielgruppe-badge svg {
  width: 1.7em;
  height: 1.7em;
  margin: 0 0.1em;
}
.event-label {
  display: inline-block;
  height: 2em;
  padding: 0.2em 0.8em;
  background: #00519D;
  color: #fff;
  font-weight: 600;
}
.first-row-termin-single {
  margin: 1.5em 0 3.5em;
  font-size: 0.9em;
}
.pbhcalendar .termine-big .termin-item h3 {
  padding-top: 0.2em;
}
.meldung-item {
  margin-bottom: 1em;
}
.meldung-item .meldung-item-body {
  padding-bottom: 1em;
  border-bottom: 1px solid #ebebeb;
}
.meldung-item h3 {
  margin: 0;
  padding: 0;
  line-height: 1.2;
  font-size: 1.2em;
}
.meldung-item p {
  margin: 0;
  padding: 0;
  font: 0.85em/1.6 'Roboto', sans-serif;
}
.listing {
  padding-top: 2em;
}
.listing .listing-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 160px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .listing .listing-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.listing .listing-item-image {
  width: 90px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-bottom: 1em;
  margin-right: 30px;
}
.listing .listing-item-image img {
  width: 100%;
}
@media (max-width: 767px) {
  .listing .listing-item-image {
    width: 70px;
    margin-right: 25px;
  }
}
.listing .listing-item-image.teaser {
  width: auto;
  min-width: 264px;
}
.listing .listing-item-body {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  border-bottom: 1px solid #DFDFDF;
}
.listing .listing-item-body h3 {
  padding: 0;
  margin: 0;
  font-size: 1.2em;
}
.listing .listing-item-body p {
  font-size: 0.95em;
}
@media (max-width: 767px) {
  .listing .listing-item-body p {
    font-size: 0.9em;
    line-height: 1.4;
  }
}
.listing.listing-double-col .listing-item-image {
  width: 70px;
  margin-right: 25px;
}
.listing.listing-double-col .listing-item-body p {
  font-size: 0.9em;
  line-height: 1.4;
}
.content .column-listing-navi ul {
  margin: 0;
  padding: 1em 0;
}
.content .column-listing-navi ul li {
  margin: 0 0.2em 0 0;
  padding: 0;
  display: inline-block;
}
.content .column-listing-navi ul li:after {
  display: none;
}
.content .column-listing-navi ul li a {
  display: inline-block;
  margin-bottom: 0.4em;
}
.content ul.column-list {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  grid-column-gap: 30px;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  padding: 1em 0 4em;
  margin: 0;
}
@media (max-width: 1199px) {
  .content ul.column-list {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
@media (max-width: 767px) {
  .content ul.column-list {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
.content ul.column-list li {
  padding: 0;
  margin: 0;
  -webkit-column-break-inside: avoid;
  /* Chrome, Safari, Opera */
  page-break-inside: avoid;
  /* Firefox */
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  /* IE 10+ */
}
.content ul.column-list li a {
  font: 400 1em/1.4 'Roboto', sans-serif;
  border-bottom: 1px solid #DFDFDF;
  display: block;
  padding: 0.4em 0;
}
.content ul.column-list li:after {
  display: none;
}
.content .column-list-collapsable {
  max-height: auto;
  overflow: visible;
  position: relative;
  margin-bottom: 3em;
}
.content .column-list-collapsable:before {
  position: absolute;
  z-index: 11;
  width: 100%;
  height: 0;
  content: "";
  display: block;
  top: 2em;
  left: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+30,ffffff+81,ffffff+100&0+0,0+30,1+81,1+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(30%, rgba(255, 255, 255, 0)), color-stop(81%, #ffffff), to(#ffffff));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 30%, #ffffff 81%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}
.content .column-list-collapsable:after {
  content: "alle anzeigen";
  position: absolute;
  bottom: -1em;
  left: 50%;
  text-align: center;
  display: inline-block;
  margin: auto auto auto -50px;
  z-index: 12;
  text-decoration: none;
  border: 1px solid #00519D;
  padding: 0.4em 2em;
  font-weight: bold;
  color: #00519D;
}
.content .column-list-collapsable.column-list-collapsed {
  max-height: 22em;
  overflow: hidden;
  position: relative;
}
.content .column-list-collapsable.column-list-collapsed:before {
  height: 100%;
}
.author {
  font-size: 85%;
}
.author .author-inner {
  padding: 1em;
  background: rgba(236, 239, 242, 0.5);
  text-align: center;
}
aside.author {
  width: 33.333333%;
  margin: 1em 0 1.4em 2.4em;
  float: right;
}
.author-listing .author {
  margin-bottom: 2em;
  font-size: 80%;
}
.author-listing .author .author-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-align: left;
}
.author-listing .author .author-inner:before,
.author-listing .author .author-inner:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.author-listing .author .author-inner:after {
  clear: both;
}
.author-listing .author .author-inner .author-image {
  width: 33%;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.author-listing .author .author-inner .author-image img {
  width: 100%;
}
@media (min-width: 1200px) {
  .author-listing .author .author-inner .author-image {
    width: 43%;
  }
}
.author-listing .author .author-inner .author-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 1em;
}
@media (min-width: 768px) {
  .author-listing .author .author-inner .author-text {
    min-height: 19em;
  }
}
.author-listing .author .author-inner .author-text h3 {
  margin: 0;
}
.author-listing .author .author-inner .author-text p {
  margin-bottom: 0.5em;
}
.author-listing .bad-honnef {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.author-listing .bad-honnef .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-right: 1em;
}
@media (max-width: 991px) {
  .author-listing .bad-honnef .author {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.author-listing .bad-honnef .author-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.author-listing .bad-honnef .author-inner .author-image {
  width: 100%;
}
.author-listing .bad-honnef .author-inner .author-text {
  padding: 1em 0 0;
}
.author-listing .berlin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.author-listing .berlin .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  margin-right: 1em;
}
@media (max-width: 991px) {
  .author-listing .berlin .author {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.portlet.author h2 {
  padding: 0;
  margin: 0 0 1em;
}
.pagination,
.navigation.pager {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.5em 0 2em;
  color: #afbcc9;
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  .pagination,
  .navigation.pager {
    font-size: 80%;
  }
}
.pagination .pages,
.navigation.pager .pages {
  display: none;
}
.pagination a,
.navigation.pager a,
.pagination span.current,
.navigation.pager span.current {
  position: relative;
  display: inline-block;
  width: auto;
  padding: 0.5em 0.8em;
}
.pagination a,
.navigation.pager a {
  border-bottom: none;
  text-decoration: none;
}
.pagination a:hover,
.navigation.pager a:hover {
  background: #61666a;
  color: #fff;
}
.pagination span.current,
.navigation.pager span.current {
  width: auto;
  height: 2.5em;
  background: #ECEFF2;
  color: #00519D;
}
.pagination span.ellipsis,
.navigation.pager span.ellipsis {
  padding: 0.5em 0.8em;
}
.pagination a.next,
.navigation.pager a.next,
.pagination a.prev,
.navigation.pager a.prev {
  position: relative;
  top: -0.1em;
  width: 3em;
  height: 3em;
  padding: 0.5em 0.8em;
  border-right: 1px solid #ced6dd;
}
.pagination a.next svg,
.navigation.pager a.next svg,
.pagination a.prev svg,
.navigation.pager a.prev svg {
  width: 0.8em;
  height: 1.9em;
}
.pagination a.next,
.navigation.pager a.next {
  border-right: 0;
  border-left: 1px solid #ced6dd;
}
.pagination a.next svg,
.navigation.pager a.next svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pagination ul li::after {
  content: normal;
  content: initial;
}
.pagination a:hover {
  height: auto;
  cursor: pointer;
}
.pagination li > span {
  position: relative;
  display: inline-block;
  width: auto;
  padding: 0.5em 0.8em;
}
@media (max-width: 991px) {
  .navigation {
    font-size: 0.9em;
  }
}
.pager-year {
  text-align: center;
}
.pager-year h3 {
  padding: 0;
  margin: 2em 0 0;
}
.navigation.pager.pager-month {
  padding-bottom: 0;
  font-size: 1.05em;
}
.navigation.pager.pager-month a,
.navigation.pager.pager-month span,
.navigation.pager.pager-month span.current {
  padding: 0.5em 0.4em 0.5em 1.3em;
}
.navigation.pager.pager-month a {
  border-bottom: none;
  cursor: pointer;
  text-decoration: none;
}
.navigation.pager.pager-month a:hover {
  background: #61666a;
  color: #fff;
}
.navigation.pager.pager-month a.past-month {
  color: rgba(0, 81, 157, 0.5);
}
.navigation.pager.pager-month a.next,
.navigation.pager.pager-month a.prev {
  padding: 0.5em 0.8em;
}
.navigation.pager.pager-month span {
  border-bottom: none;
}
.navigation.pager.pager-month span:hover {
  color: #fff;
}
.navigation.pager.pager-month span.past-month {
  color: rgba(0, 81, 157, 0.5);
}
.navigation.pager.pager-month span.current {
  position: relative;
  width: auto;
  background: #ECEFF2;
  color: #00519D;
  cursor: pointer;
}
.navigation.pager.pager-month span.current::after {
  position: absolute;
  top: 0.95em;
  left: 0.35em;
  display: block;
  width: 1em;
  height: 1em;
  background: url(../img/icon-times.svg) no-repeat;
  content: "";
}
.navigation.pager.alphabeth {
  margin: 1em 0 2em;
  text-align: left;
}
.navigation.pager.alphabeth a,
.navigation.pager.alphabeth span.current {
  height: 2em;
  padding: 0.2em 0.5em;
}
.pagination ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination ul li {
  padding: 0.2em 0 0.2em 0.8em;
}
.pagination .active a {
  color: #afbcc9;
}
.pagination .next a svg,
.pagination .previous a svg {
  width: 13px;
  height: 31px;
  fill: #0f509d;
}
.pagination .next a:hover svg,
.pagination .previous a:hover svg {
  fill: #fff;
}
.pagination .next a svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.pagination .next {
  padding-left: 15px;
  border-left: 1px solid #ced6dd;
}
.pagination .previous {
  padding-right: 15px;
  border-right: 1px solid #ced6dd;
}
.pagination .last,
.pagination li:nth-last-child(2) {
  padding-right: 15px;
}
.map-box iframe {
  min-height: 20em;
  width: 100%;
}
.filter-form-container {
  padding-bottom: 1em;
  border-bottom: 1px solid #DFDFDF;
}
.form.filter-form label {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  margin-right: 0.5em;
}
.form.filter-form .element {
  margin-top: 1em;
}
.form.filter-form .element.separator {
  padding-right: 1.5em;
  border-right: 1px solid #DFDFDF;
}
@media (max-width: 991px) {
  .form.filter-form .element.separator {
    padding-right: 0;
    border: none;
  }
}
.form.filter-form .filter-box {
  position: relative;
  width: 100%;
  padding: 0.4em 1em;
  border: 1px solid #DFDFDF;
  background: transparent;
  border-radius: 0;
  color: #666666;
  font: 1em/2 'Roboto', sans-serif;
}
.form.filter-form .filter-box::after {
  position: absolute;
  top: 0.5em;
  right: 0.8em;
  width: 1.5em;
  height: 1.5em;
  border-left: 1px solid #DFDFDF;
  background: url(../img/icon-chevron-down.svg) no-repeat right 0.6em;
  content: "";
}
.form.filter-form .filter-box .icon {
  position: relative;
  display: inline-block;
}
.form.filter-form .filter-box .icon-chevron-down {
  width: 10px;
  height: 6px;
}
.form.filter-form .filter-box ul {
  position: absolute;
  z-index: 9999;
  top: 2.9em;
  left: 0;
  display: block;
  width: 32em;
  padding: 0;
  padding: 1em;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0;
  background: #fff;
  background: rgba(255, 255, 255, 0.99);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  list-style: none;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear, visibility 0.2s linear;
  transition: opacity 0.2s linear, visibility 0.2s linear;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  visibility: hidden;
}
@media (max-width: 991px) {
  .form.filter-form .filter-box ul {
    width: 20em;
  }
}
@media (min-width: 768px) {
  .form.filter-form .filter-box ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    grid-column-gap: 10px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
.form.filter-form .filter-box ul li {
  padding: 0.1em 0 0 0.8em;
}
.form.filter-form .filter-box ul li:before,
.form.filter-form .filter-box ul li:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form.filter-form .filter-box ul li:after {
  clear: both;
}
.form.filter-form .filter-box ul li::after {
  display: none;
}
.form.filter-form .filter-box ul li label {
  color: #4d4d4d;
  font: 400 0.95em/1 'Roboto', sans-serif;
}
.form.filter-form .filter-box:hover ul {
  opacity: 1;
  visibility: visible;
}
.personal-details aside.author {
  width: 20%;
  margin: 2.6em 0 1.4em 1em;
}
.personal-details .dl-container {
  float: left;
  max-width: 75%;
}
.yellow-box div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.yellow-box div a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  border: 1px solid #fff;
  background: #E8E900;
  color: #00519D;
  text-align: center;
  text-decoration: none;
}
.yellow-box div a:hover {
  background: #00519D;
  color: #E8E900;
}
.yellow-box div a:hover h3 {
  color: #E8E900;
}
.yellow-box div a h3,
.yellow-box div a p {
  padding: 0;
  margin: 0 0 10px;
}
.yellow-box div a h3 {
  font: 700 1.1em/1.2 'Roboto', sans-serif;
}
.yellow-box div a p {
  font: 400 0.8em/1.4 'Roboto', sans-serif;
}
@media (max-width: 767px) {
  iframe[src*="youtube.com"] {
    width: 100%;
  }
}
footer {
  background: #00519D;
  margin-top: 1rem;
}
footer .footer-upper {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
footer .footer-upper .logo {
  padding: 1.6em 0;
}
footer .footer-upper .logo svg {
  width: 90px;
  height: 45px;
  color: #fff;
}
footer .footer-upper nav {
  padding: 1.9em 0 1em;
  text-align: right;
}
footer .footer-upper nav ul > li {
  display: inline-block;
}
footer .footer-upper nav ul > li a {
  display: block;
  padding: 0.3em 0 0.2em 1em;
  color: #ffffff;
  font-size: 0.9em;
  font-weight: 400;
}
footer .footer-upper nav ul > li.bordered {
  border: 1px solid #E8E900;
}
footer .footer-upper nav ul > li.bordered a {
  padding-right: 1em;
  font-weight: 700;
}
footer .footer-middle {
  padding: 1em 0 2em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
footer .footer-middle nav ul {
  vertical-align: top;
}
footer .footer-middle nav ul > li {
  display: inline-block;
  width: 16.3333333%;
  vertical-align: top;
}
@media (max-width: 1199px) {
  footer .footer-middle nav ul > li {
    width: 24.66666%;
  }
}
@media (max-width: 991px) {
  footer .footer-middle nav ul > li {
    width: 32.666666%;
  }
}
@media (max-width: 767px) {
  footer .footer-middle nav ul > li {
    width: 100%;
  }
}
footer .footer-middle nav ul > li a {
  display: block;
  padding: 0.5em 0;
  color: #fff;
  font-size: 0.9em;
  font-weight: 500;
}
footer .footer-middle nav ul > li ul {
  display: block;
}
footer .footer-middle nav ul > li ul li {
  display: block;
  width: 100%;
}
footer .footer-middle nav ul > li ul li a {
  padding: 0.1em 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.85em;
  font-weight: 400;
}
footer .footer-lower p {
  padding: 0.5em 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9em;
  font-weight: 400;
}
footer .footer-lower nav {
  padding: 0.9em 0;
  text-align: right;
}
@media (max-width: 767px) {
  footer .footer-lower nav {
    text-align: left;
  }
}
footer .footer-lower nav ul > li {
  display: inline-block;
}
footer .footer-lower nav ul > li a {
  display: block;
  padding: 0.5em 0 0.5em 1em;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9em;
  font-weight: 400;
}
@media (max-width: 767px) {
  footer .footer-lower nav ul > li a {
    padding: 0.5em 1em 0.5em 0;
  }
}
main footer {
  background-color: transparent;
}
.alert.status,
.portalMessage {
  padding: 15px;
  padding-left: 45px;
  margin-bottom: 20px;
  border: 0;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
  font-size: 14px;
  font-weight: 400;
  text-shadow: 0 1px rgba(255, 255, 255, 0.1);
}
.alert.status > strong,
.portalMessage > strong,
.alert.status > dt,
.portalMessage > dt {
  font-weight: 700;
  padding-right: 5px;
  color: rgba(0, 0, 0, 0.5);
}
.alert.status a,
.portalMessage a {
  font-weight: 400;
  color: #005074;
}
.alert.status > strong::before,
.portalMessage > strong::before,
.alert.status > dt::before,
.portalMessage > dt::before {
  font-size: 14px;
  font-weight: 400;
  margin-left: -30px;
  margin-right: 10px;
  display: inline-block;
  border-radius: 20px;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.5);
  top: -1px;
  position: relative;
}
.alert.status > dt,
.portalMessage > dt,
.alert.status > dd,
.portalMessage > dd {
  display: inline;
}
.alert.status > dd,
.portalMessage > dd {
  margin: 0;
}
.alert.status.alert-none,
.portalMessage.alert-none {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.alert.status.alert-success,
.portalMessage.alert-success,
.alert.status.info,
.portalMessage.info {
  background-color: #aad6ea;
  border: 1px solid #9acee6;
  color: rgba(0, 0, 0, 0.5);
}
.alert.status.alert-success > strong,
.portalMessage.alert-success > strong,
.alert.status.info > strong,
.portalMessage.info > strong,
.alert.status.alert-success > dt,
.portalMessage.alert-success > dt,
.alert.status.info > dt,
.portalMessage.info > dt {
  color: rgba(0, 0, 0, 0.67);
}
.alert.status.alert-success > strong::before,
.portalMessage.alert-success > strong::before,
.alert.status.info > strong::before,
.portalMessage.info > strong::before,
.alert.status.alert-success > dt::before,
.portalMessage.alert-success > dt::before,
.alert.status.info > dt::before,
.portalMessage.info > dt::before {
  background-color: #3e7b91;
  content: "i";
}
.alert.status.alert-warning,
.portalMessage.alert-warning,
.alert.status.warning,
.portalMessage.warning {
  background-color: #ebd380;
  border: 1px solid #e7ca66;
  color: rgba(0, 0, 0, 0.5);
}
.alert.status.alert-warning > strong,
.portalMessage.alert-warning > strong,
.alert.status.warning > strong,
.portalMessage.warning > strong,
.alert.status.alert-warning > dt,
.portalMessage.alert-warning > dt,
.alert.status.warning > dt,
.portalMessage.warning > dt {
  color: rgba(0, 0, 0, 0.67);
}
.alert.status.alert-warning > strong::before,
.portalMessage.alert-warning > strong::before,
.alert.status.warning > strong::before,
.portalMessage.warning > strong::before,
.alert.status.alert-warning > dt::before,
.portalMessage.alert-warning > dt::before,
.alert.status.warning > dt::before,
.portalMessage.warning > dt::before {
  background-color: #bc8d0d;
  content: "!";
}
.alert.status.alert-error,
.portalMessage.alert-error,
.alert.status.error,
.portalMessage.error {
  background-color: #EC9C8D;
  border: 1px solid #eb9484;
  color: rgba(0, 0, 0, 0.5);
}
.alert.status.alert-error > strong,
.portalMessage.alert-error > strong,
.alert.status.error > strong,
.portalMessage.error > strong,
.alert.status.alert-error > dt,
.portalMessage.alert-error > dt,
.alert.status.error > dt,
.portalMessage.error > dt {
  color: rgba(0, 0, 0, 0.67);
}
.alert.status.alert-error > strong::before,
.portalMessage.alert-error > strong::before,
.alert.status.error > strong::before,
.portalMessage.error > strong::before,
.alert.status.alert-error > dt::before,
.portalMessage.alert-error > dt::before,
.alert.status.error > dt::before,
.portalMessage.error > dt::before {
  background-color: #ac493f;
  content: "×";
}
.portlet .portletContent > .portalMessage {
  padding: 15px;
  padding-left: 45px;
  margin: 15px;
}
/* special octogonal shape for error
.alert.status.alert-error,
.portalMessage.error {
	& > strong::before, & > dt::before {
		border-radius: 8px; //soften border
		background: @plone-alert-error-bullet;
		background:
			linear-gradient(135deg, transparent 4px, @plone-alert-error-bullet 0) top left,
			linear-gradient(225deg, transparent 4px, @plone-alert-error-bullet 0) top right,
			linear-gradient(315deg, transparent 4px, @plone-alert-error-bullet 0) bottom right,
			linear-gradient(45deg,  transparent 4px, @plone-alert-error-bullet 0) bottom left;
		background-size: 50% 50%;
		background-repeat: no-repeat;
	}
}
*/
.searchPage {
  position: relative;
}
.searchPage .actionMenu.activated dd {
  display: block;
}
.searchPage .actionMenu {
  float: right;
}
.searchPage .actionMenu dt {
  top: 0;
  right: 0;
  position: absolute;
}
.searchPage .actionMenu dd {
  display: none;
  position: absolute;
  right: 0;
  top: 35px;
  width: 300px;
  background-color: #fcfcfd;
  border: 1px solid #e5e5e5;
  padding: 15px;
  z-index: 10;
}
#search-results-bar #results-count {
  float: right;
  padding-top: 15px;
  padding-right: 15px;
}
#searchform .input-group {
  max-width: 600px;
}
#searchform .input-group input.searchPage.btn {
  width: 120px;
}
#search-filter input {
  margin-right: 0.5rem;
}
.pat-autotoc.autotabs,
.autotabs {
  background: #fff;
  padding: 6px 12px;
  border: 1px solid #e5e5e5;
  margin-bottom: 20px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.pat-autotoc.autotabs .autotoc-nav,
.autotabs .autotoc-nav {
  background: #f2f1f1;
  border-bottom: 1px solid #e5e5e5;
  margin: -6px -12px 6px;
}
.pat-autotoc.autotabs .autotoc-nav a,
.autotabs .autotoc-nav a {
  display: inline-block;
  padding: 12px;
  margin: 6px 0 0 6px;
  border: 1px solid #e5e5e5;
  margin-bottom: -1px;
  border-radius: 4px 4px 0 0;
  background: #fcfcfd;
  font-weight: 400;
}
.pat-autotoc.autotabs .autotoc-nav a:last-child,
.autotabs .autotoc-nav a:last-child {
  margin-right: 6px;
}
.pat-autotoc.autotabs .autotoc-nav a:hover,
.autotabs .autotoc-nav a:hover {
  text-decoration: none;
  background: #fff;
}
.pat-autotoc.autotabs .autotoc-nav a.active,
.autotabs .autotoc-nav a.active,
.pat-autotoc.autotabs .autotoc-nav a.active:hover,
.autotabs .autotoc-nav a.active:hover {
  color: #696969;
  cursor: default;
  background: #fff;
  border-bottom-color: #fff;
}
.pat-autotoc.autotabs .autotoc-nav .autotab-heading,
.autotabs .autotoc-nav .autotab-heading {
  display: inline-block;
  margin: 6px 0 0 6px;
}
.pat-autotoc.autotabs .formControls,
.autotabs .formControls {
  margin: 0 -12px -6px;
  border-radius: 0 0 4px 4px;
}
@media (max-width: 767px) {
  .autotabs .autotoc-nav {
    overflow-x: scroll;
    overflow-y: hidden;
    max-height: 52px;
    width: auto;
    white-space: nowrap;
    border-bottom: 0;
    -webkit-box-shadow: inset 0 -1px #e5e5e5;
            box-shadow: inset 0 -1px #e5e5e5;
  }
  .autotabs .autotoc-nav a:not(.active) {
    -webkit-box-shadow: inset 0 -1px #e5e5e5;
            box-shadow: inset 0 -1px #e5e5e5;
  }
}
.autotabs ul.autotoc-nav {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.autotabs ul.autotoc-nav li {
  list-style: none;
  display: inline-block;
}
label .required::after,
.label .required::after {
  position: relative;
  top: 7px;
  margin-left: -4px;
  color: #c4183c;
  content: "•";
  font-size: 200%;
  line-height: 0;
}
.plone-modal-title {
  border-bottom: none;
}
.field,
.field.ArchetypesStringWidget {
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .field,
  .field.ArchetypesStringWidget {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.field label,
.field.ArchetypesStringWidget label {
  display: inline-block;
  padding-right: 10px;
  margin-bottom: 5px;
  color: #00519D;
  font-weight: bold;
}
.field label span,
.field.ArchetypesStringWidget label span {
  color: #666666;
  font-weight: normal;
}
.field input[type="text"],
.field.ArchetypesStringWidget input[type="text"],
.field input[type="password"],
.field.ArchetypesStringWidget input[type="password"],
.field input[type="file"],
.field.ArchetypesStringWidget input[type="file"],
.field textarea,
.field.ArchetypesStringWidget textarea {
  width: 100%;
  padding: 0.4em 1em;
  border: 1px solid #DFDFDF;
  background: transparent;
  border-radius: 0;
  color: #666666;
  font: 1em/2 'Roboto', sans-serif;
  line-height: 30px;
}
.field input[type="text"],
.field.ArchetypesStringWidget input[type="text"] {
  max-height: 45px;
}
.plone-modal-wrapper .field input {
  width: calc(100% - 160px);
  max-width: 300px;
}
input[type="submit"] {
  padding: 15px 20px;
  background-color: #00519D;
  color: #fff;
  font-weight: bold;
}
.pfg-form {
  width: 100%;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .pfg-form {
    width: 100%;
  }
}
.pfg-form .field {
  width: 75%;
}
@media (max-width: 991px) {
  .pfg-form .field {
    width: 100%;
  }
}
.pfg-form .field.ArchetypesBooleanWidget {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .pfg-form .field.ArchetypesBooleanWidget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.pfg-form .field.ArchetypesBooleanWidget label {
  width: auto;
  padding: 0;
}
.pfg-form .field.ArchetypesBooleanWidget input {
  width: auto;
  width: initial;
  margin-right: 10px;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
@media (max-width: 991px) {
  .pfg-form .field.ArchetypesBooleanWidget input {
    margin-top: 10px;
  }
}
.pfg-form .field.ArchetypesSelectionWidget select {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 0.4em 1em;
  border: 1px solid #DFDFDF;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  background: url(../img/icon-chevron-down.svg) no-repeat 97% center;
  border-radius: 0;
  color: #666666;
  cursor: pointer;
  font: 1em/2 'Roboto', sans-serif;
  line-height: 30px;
  outline: none;
}
.pfg-form .field.ArchetypesSelectionWidget .label {
  display: inline-block;
  padding-top: 0.7em;
  padding-right: 10px;
  margin-bottom: 10px;
  color: #00519D;
  font-weight: bold;
}
.pfg-form .field.ArchetypesSelectionWidget .label .formHelp {
  color: #666666;
  font-weight: normal;
}
.pfg-form .field.ArchetypesSelectionWidget .pfg-radiobuttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.pfg-form .field.ArchetypesSelectionWidget .pfg-radiobuttons label {
  width: 100%;
  padding: 0;
  color: #666666;
  font-weight: normal;
}
.pfg-form .field.ArchetypesSelectionWidget .pfg-radiobuttons div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.pfg-form .field.ArchetypesSelectionWidget input[type="radio"] {
  width: auto;
  width: initial;
  margin-right: 30px;
}
.pfg-form .field.ArchetypesMultiSelectionWidget select {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 0.4em 1em;
  border: 1px solid #DFDFDF;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border-radius: 0;
  color: #666666;
  cursor: pointer;
  font: 1em/2 'Roboto', sans-serif;
  line-height: 30px;
  outline: none;
}
.pfg-form .field.ArchetypesMultiSelectionWidget input {
  width: auto;
  width: initial;
  margin-right: 10px;
  margin-left: 3px;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
.pfg-form .field.ArchetypesMultiSelectionWidget .label {
  display: inline-block;
  padding-top: 0.7em;
  padding-right: 10px;
  margin-bottom: 10px;
  color: #00519D;
  font-weight: bold;
}
.pfg-form .field.ArchetypesMultiSelectionWidget .label .formHelp {
  color: #666666;
  font-weight: normal;
}
.pfg-form .field.ArchetypesLinesWidget div:not(.fieldErrorBox) {
  width: 100%;
}
.pfg-form .field.ArchetypesFileWidget div:not(.fieldErrorBox) {
  width: 100%;
}
.pfg-form .field.ArchetypesLabelWidget .label {
  display: inline-block;
  padding-top: 0.7em;
  padding-right: 10px;
  color: #00519D;
  font-weight: bold;
}
.pfg-form .field.ArchetypesLikertWidget table {
  margin: 0;
}
.pfg-form .field.ArchetypesLikertWidget table td {
  text-align: center;
  vertical-align: middle;
}
.pfg-form .field.ArchetypesLikertWidget .listing {
  padding: 0;
}
.pfg-form .field.ArchetypesCaptchaWidget .captchaImage {
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .pfg-form .field.ArchetypesCaptchaWidget .captchaImage {
    text-align: center;
  }
  .pfg-form .field.ArchetypesCaptchaWidget .captchaImage img {
    margin: 10px 0;
  }
}
.pfg-form .ArchetypesMultiSelectionValue label {
  color: #666666;
  font-weight: normal;
}
.pfg-form .formControls {
  margin-top: 20px;
  margin-bottom: 20px;
}
.pfg-form .PFGFieldsetWidget {
  width: 100%;
}
.pfg-form .ArchetypesFileWidget input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.6em 1em;
}
fieldset {
  min-width: 0;
  padding: 0;
  border: 0;
  margin: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
  color: #4d4d4d;
  font-size: 21px;
  font-weight: 300;
  line-height: inherit;
}
.field.error {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  background: #fbe8e4;
  -webkit-box-shadow: 0 0 0 5px #fbe8e4;
  box-shadow: 0 0 0 5px #fbe8e4;
}
.field.error .help-block,
.field.error .control-label,
.field.error .radio,
.field.error .checkbox,
.field.error .radio-inline,
.field.error .checkbox-inline {
  color: rgba(0, 0, 0, 0.5);
}
.field.error .form-control {
  border-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.field.error .form-control:focus {
  border-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(51, 51, 51, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(51, 51, 51, 0.5);
}
.field.error .input-group-addon {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.5);
  background-color: #EC9C8D;
}
.field.error .form-control-feedback {
  color: rgba(0, 0, 0, 0.5);
}
.field.error .fieldErrorBox {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.field.error > label,
.field.error div.error {
  color: #c4183c;
}
.field.error div.error {
  padding-left: 30px;
  font-weight: 400;
}
.field.error div.error::before {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  margin-left: -30px;
  background-color: #ac493f;
  border-radius: 20px;
  color: rgba(255, 255, 255, 0.9);
  content: "×";
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.5);
}
.field.error input,
.field.error textarea,
.field.error select {
  border-color: #c4183c;
}
.field.error input:focus,
.field.error textarea:focus,
.field.error select:focus {
  -webkit-box-shadow: 0 0 8px #f6b2c0;
  box-shadow: 0 0 8px #f6b2c0;
}
.pattern-pickadate-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .pattern-pickadate-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.pattern-pickadate-wrapper .pattern-pickadate-date-wrapper .picker__input {
  width: 345px;
}
@media (max-width: 991px) {
  #kitconcept-calendar .element {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#kitconcept-calendar .input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #00519d;
}
#kitconcept-calendar .input-group.datepicker {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 365px;
          flex: 0 1 365px;
}
#kitconcept-calendar .input-group.datepicker input {
  padding: 6.4px 16px;
  border: none;
}
@media (max-width: 1199px) {
  #kitconcept-calendar .input-group.datepicker {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 365px;
            flex: 0 1 365px;
  }
}
@media (max-width: 991px) {
  #kitconcept-calendar .input-group.datepicker {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 0px;
            flex: 0 1 0;
    margin-bottom: 10px;
  }
}
#kitconcept-calendar .input-group.search {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#kitconcept-calendar .input-group.location input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.4em 1em 0.4em 45px;
}
#kitconcept-calendar .input-group .icon-search {
  position: absolute;
  left: 5px;
  width: 25px;
  height: 25px;
}
#kitconcept-calendar .input-group .icon-location {
  position: absolute;
  left: 5px;
  width: 25px;
  height: 25px;
}
#kitconcept-calendar .input-group .searchableText {
  padding: 0.4em 1em 0.4em 45px;
}
#kitconcept-calendar .target-audiences div a h3 {
  margin: 0;
}
#kitconcept-calendar .target-audiences-small {
  margin-top: 18px;
}
#login-form .field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#login-form label {
  width: 175px;
  min-width: 175px;
}
#global_statusmessage {
  padding-left: 15px;
}
.searchField {
  border: none;
}
.searchField:focus {
  outline: none;
}
ul.vereinigungen-subcategory li {
  padding: 0.2em 0;
}
ul.vereinigungen-subcategory li::after {
  content: normal;
  content: initial;
}
.searchPage {
  margin-top: 20px;
}
.searchPage input[type="text"] {
  width: 79%;
  padding: 0.4em 1em;
  border: 1px solid #DFDFDF;
  background: transparent;
  border-radius: 0;
  color: #666666;
  font: 1em/2 'Roboto', sans-serif;
  line-height: 30px;
}
.searchPage .actionMenuHeader {
  display: none;
}
.searchPage input[type="submit"] {
  padding: 13px 20px;
}
.searchPage .input-group {
  margin-bottom: 40px;
}
.searchPage .actionMenu dt {
  width: auto;
  width: initial;
}
.searchPage .actionMenu dd {
  top: 30px;
  width: 500px;
}
.searchPage .searchResults li {
  margin-bottom: 20px;
}
.searchPage .autotoc-nav a {
  margin-right: 20px;
}
.searchPage .autotoc-nav a:first-child {
  margin-left: 20px;
}
i.link-external,
i.link-https {
  display: none;
}
.listing-item-body a {
  margin-left: 10px;
}
.small-lead-image {
  margin-right: 20px;
  float: left;
}
.newsImageContainer,
.contentImageContainer {
  overflow: hidden;
  margin: 0.3em 0 0.5em;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
}
.newsImageContainer a,
.contentImageContainer a,
.newsImageContainer div,
.contentImageContainer div {
  display: table;
  border: none;
}
.newsImageContainer a img,
.contentImageContainer a img,
.newsImageContainer div img,
.contentImageContainer div img {
  display: block;
}
.newsImageContainer .image-inline,
.contentImageContainer .image-inline {
  width: 100%;
}
.portaltype-event .contentImageContainer > div {
  width: 100%;
}
.portaltype-event .contentImageContainer .image-inline {
  width: 60%;
}
.portaltype-pressemitteilung .newsImageContainer figcaption,
.portaltype-news-item .newsImageContainer figcaption,
.portaltype-wichtigesausderdpg .newsImageContainer figcaption {
  display: table-caption;
  caption-side: bottom;
}
.newsImageContainer,
.headerImage-container {
  position: relative;
}
.newsImageContainer a.crop,
.headerImage-container a.crop {
  position: absolute;
  top: 0;
  right: 0;
  border: 0.3rem solid #fff;
  background: #fff;
  font-size: 0;
}
.newsImageContainer a.crop > i,
.headerImage-container a.crop > i {
  font-size: medium;
  font-size: initial;
}
.contentImageContainer {
  width: auto;
  width: initial;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.contentImageContainer .image-left,
.contentImageContainer .image-right {
  margin: 0;
}
.contentImageContainer.image-left {
  margin: 0.5em 1em 0.5em 0;
}
.contentImageContainer.image-right {
  margin: 0.5em;
}
.plone-modal .modal-image img {
  width: 100%;
}
.termin i.link-external::after {
  display: none;
}
.documentByLine {
  display: none;
}
.entries .entry {
  margin-bottom: 10px;
}
.header-title {
  margin: 0;
}
.header-description {
  margin-top: 0;
}
.header-date {
  display: block;
  margin-top: 30px;
}
.plonetoolbar-portlet-manager:nth-child(2) {
  display: none;
}
.portletWrapper {
  margin-bottom: 20px;
}
.portletCollection ul {
  padding: 0;
  list-style: none;
}
.portletCollection ul a {
  text-decoration: none;
}
.portletCollection ul h3 {
  font-size: 1.2em;
  line-height: 1.2;
}
.portletCollection a {
  border-bottom: 2px solid #e8e900;
  color: #00519d;
  font-weight: bold;
  text-decoration: none;
}
#kitconcept-calendar .autotabs {
  border: none;
  margin-top: 40px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#kitconcept-calendar .autotabs .autotoc-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent;
}
#kitconcept-calendar .autotabs .autotoc-nav a {
  width: 47%;
  cursor: pointer;
  text-align: center;
}
#kitconcept-calendar .autotabs + .pager-year h3 {
  margin: 20px;
}
.portaltype-document .autotoc-nav {
  background: #fff;
  border: none;
}
.portaltype-document .autotoc-nav > a {
  border-bottom: none;
}
.headerImage img {
  width: 100%;
}
.headerImage p {
  text-align: right;
}
.template-event_view h3 {
  margin-top: 10px;
}
.template-event_view .event-actions {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .template-event_view .event-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.template-event_view .event-actions a {
  padding: 0.7em;
  border: 1px solid #00519d;
  margin-right: 20px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .template-event_view .event-actions a {
    margin-top: 10px;
  }
}
.template-event_view .event-text h4 {
  margin-top: 60px;
  font-size: 16px;
  font-weight: 600;
}
.template-event_view .event-text h2,
.template-event_view .event-text p {
  width: 60%;
}
@media (max-width: 767px) {
  .template-event_view .event-text h2,
  .template-event_view .event-text p {
    width: 100%;
  }
}
.template-zweispaltig_mit_bild .row,
.template-zweispaltig_ohne_bild .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 35em) {
  .portaltype-event dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: none;
  }
  .portaltype-event dl dt {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .portaltype-event dl dd {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 60%;
            flex: 1 1 60%;
  }
}
.portlet.portletEvents .termine a {
  text-decoration: none;
}
.content .gallery-block {
  margin-bottom: 30px;
}
.content .gallery-block p {
  margin: 0;
  word-wrap: break-word;
}
.content .gallery-block figcaption {
  padding: 10px;
}
.content .gallery-block h4 {
  margin: 0;
  color: #777;
  font-weight: bold;
}
.content .gallery-block .copyright {
  font-style: italic;
}
.content ul.slides,
.content ul.flex-direction-nav {
  margin: 0;
}
.content ul.slides li::after,
.content ul.flex-direction-nav li::after {
  content: none;
}
.content ul.slides {
  background-color: #efefef;
}
.content .flex-direction-nav {
  position: absolute;
  top: 55%;
  right: 90px;
  left: 90px;
}
.content ol.flex-control-nav {
  top: 300px;
}
@media (max-width: 991px) {
  .content ol.flex-control-nav {
    top: 100px;
  }
}
.portlet.author a,
.portlet.portletStaticText a {
  border-bottom: 2px solid #e8e900;
  color: #00519d;
  font-weight: bold;
  text-decoration: none;
}
.events-block .termine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.events-block .termine .termine-item {
  margin-right: 27px;
}
.events-block .termine a {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  border: 0;
}
.events-block .termine a p {
  color: #666;
  font-weight: 500;
}
.portletEvents .termine p {
  color: #666;
  font-weight: 500;
}
#mobile-nav .mobile-logo {
  position: relative;
  display: block;
  padding: 0;
  margin: 0 auto;
}
#mobile-nav .mobile-logo svg {
  width: 50px;
  height: 25px;
}
@media (min-width: 991px) {
  #mobile-nav {
    display: none;
  }
}
#mobile-nav:not(.mm-menu) {
  display: none;
}
#mobile-nav .icon {
  color: #99b9d7;
}
#mobile-nav .mm-panel,
#mobile-nav .mm-navbar {
  background: #00519d;
  color: #99b9d7;
  font: 400 1.1em/1.6 "Roboto", sans-serif;
}
#mobile-nav .mm-listitem {
  border-color: #2a5ba7;
  border-width: 1px;
  color: #99b9d7;
  font: 400 1.1em/1.6 "Roboto", sans-serif;
}
#mobile-nav .mm-btn::after,
#mobile-nav .mm-btn::before {
  border-color: #99b9d7;
}
#mobile-nav .mobile-support ul:first-child {
  padding-bottom: 10px;
  border-bottom: 1px solid #2a5ba7;
  margin: 0 0 0 20px;
}
#mobile-nav .mobile-support ul:last-child {
  margin-top: 10px;
}
#parent-fieldname-abbinder {
  border-top: 1px solid #a2a2a2;
  margin-top: 40px;
}
#content .timeline::before {
  width: 4px;
}
#content .timeline > li {
  padding: 0;
  margin-top: 30px;
  margin-bottom: 30px;
}
#content .timeline > li::after {
  display: none;
}
#content .timeline > li.clearfix,
#content .timeline > li.container,
#content .timeline > li.container-fluid,
#content .timeline > li.row {
  clear: both;
}
#content .timeline > li > .timeline-badge > i::before {
  position: absolute;
  z-index: 400;
  top: -11px;
  left: 3px;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 3px solid #eee;
  background: #fff;
  border-radius: 50%;
  content: " ";
}
#content .timeline > li > .timeline-panel > .timeline-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 28px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4px;
  background-color: #eceff2;
  color: #00519d;
  font-weight: bold;
  text-align: right;
  text-decoration: none;
}
#content .timeline > li.timeline-inverted > .timeline-panel > .timeline-date {
  text-align: left;
}
#content .timeline .timeline-body > div {
  margin-bottom: 20px;
}
#content .timeline .timeline-body > div > p {
  padding: 0 20px;
  margin-bottom: 0;
}
#content .timeline .timeline-body > div > p + p {
  margin-top: 5px;
}
#content .timeline > li:nth-child(1) {
  margin-top: 0;
}
#content .timeline > li:nth-child(even) {
  margin-top: 60px;
}
.picker--time {
  min-width: 256px;
  max-width: 320px;
}
#content .picker--opened .picker__holder {
  opacity: 1;
}
.picker__holder {
  width: 180px;
  margin: -1px 0 0 0;
  border: 1px solid #ccc;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  max-height: 300px;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
}
.picker__wrap {
  margin: 0;
  /* overrides -1px used to get rid of unecessary scrollbar */
}
.picker__list-item:hover {
  background: #f0f0f0;
  color: #4d4d4d;
}
.picker__list-item--highlighted:hover,
.picker--focused .picker__list-item--highlighted {
  background: #007bb1;
  color: #fff;
}
li.picker__list-item {
  padding: 6px 12px;
  cursor: pointer;
  color: #696969;
}
ul.picker__list {
  background: #fff;
  list-style: none;
  margin: 0;
  padding: 0;
}
.picker__table {
  width: 100%;
  text-align: center;
}
.picker__table th {
  text-align: center;
}
.picker__header {
  text-align: center;
  position: relative;
}
.picker__nav--next,
.picker__nav--prev {
  position: absolute;
  top: 0.5em;
}
.picker__select--month,
.picker__select--year {
  width: 35%;
  display: inline-block;
  margin: 0 6px;
  font-size: 1em;
}
.picker__day {
  font-weight: 400;
}
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  background: #f0f0f0;
}
.picker__day--highlighted:hover,
.picker__day--highlighted {
  background: #007bb1;
  color: #fff;
  font-weight: 600;
}
.picker__day--outfocus {
  color: #cccccc;
}
.content ul li.DayPicker_weekHeader_li {
  padding: 0;
  padding: initial;
}
.content ul li.DayPicker_weekHeader_li::after {
  content: none;
}
.content ul.DayPicker_weekHeader_ul {
  margin: 0;
  margin: initial;
}
table.CalendarMonth_table {
  margin: 0;
  margin: initial;
}
.DateRangePicker table th:not(.CalendarDay__default),
.DateRangePicker table td:not(.CalendarDay__default) {
  border: none;
}
.content .DateRangePickerInput__withBorder {
  border: 1px solid #dfdfdf;
  border-radius: 0;
}
.content .DateInput_input__focused {
  padding: 6.4px 16px 4.4px !important;
  border-bottom: 2px solid #00519d !important;
}
.content .CalendarDay__default:hover {
  border: 1px solid #eceff2;
  background: #eceff2;
  color: #00519d;
}
.content .CalendarDay__selected_span {
  border: 1px solid #eceff2;
  background: #eceff2;
  color: #00519d;
}
.content .CalendarDay__selected_span:active,
.content .CalendarDay__selected_span:hover {
  border: 1px solid #00519d;
  background: #00519d;
  color: white;
}
.content .CalendarDay__selected {
  border: 1px solid #00519d;
  background: #00519d;
  color: white;
}
.content .CalendarDay__selected:hover {
  border: 1px solid #00519d;
  background: #00519d;
  color: white;
}
.content .CalendarDay__hovered_span:hover,
.content .CalendarDay__hovered_span {
  border: 1px solid #eceff2;
  background: #eceff2;
  color: #00519d;
}
.content .DateRangePickerInput_calendarIcon {
  padding: 0.4em 0;
}
.content .DateRangePickerInput_calendarIcon_svg {
  width: 20px;
  height: 21px;
  fill: #00519d;
}
.content .DateRangePickerInput_clearDates {
  width: 38px;
  margin: 0 5px;
}
.content .DateRangePickerInput_clearDates svg {
  width: 12px !important;
  height: 12px !important;
  fill: #82888a !important;
  vertical-align: middle !important;
}
@media (max-width: 1199px) {
  .content .DateRangePickerInput__showClearDates {
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .content .DateRangePickerInput__showClearDates {
    padding-right: 20px;
  }
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
@media print {
  .main-navi,
  #edit-zone,
  .breadcrumb,
  .language,
  .login,
  .search,
  .support-navi,
  .footer-middle,
  .footer-lower nav,
  .dpg-footer-links,
  #sidebar,
  .burger {
    display: none !important;
  }
  a[href]::after {
    content: none !important;
  }
  .col-xs-12.col-sm-6.content {
    width: 100%;
  }
  .subheader {
    border-bottom: 1px solid #dfdfdf;
  }
  .subheader .col-xs-2.col-sm-3 {
    display: none;
  }
  .portaltype-homepage .hero::after {
    border: none;
  }
  .portaltype-homepage .flex-control-nav,
  .portaltype-homepage .flex-direction-nav {
    display: none;
  }
  .portaltype-homepage .flex-carousel-item a {
    text-decoration: none;
  }
  .portaltype-homepage .flex-carousel-caption {
    position: static;
    width: 100%;
  }
}
/*# sourceMappingURL=main.css.map */