@charset "UTF-8";
/* wichtig, um im Editor die Anzeige des Hintergrundbildes zu unterdrücken: */
.mceContentBody {
	background-color: #FFFFFF !important;
	background-image: none !important;
	height: 100% !important;
}

/* html.egotecWysiwyg {
    background-color: #ffffff !important;
} */
/**
*
* Utils
*
* Utils are reserved for Sass code that doesn't cause Sass to actually output
* CSS. Things like mixin declarations, functions, and variables..
*
*/
/*------------------------------------*\
    $MIXINS
\*------------------------------------*/
/**
 * IE friendly mobile first CSS mixin.
 * Use this mixin instead of @media-statements and generate a sepereate IE stylesheet easily.
 * http://jakearchibald.github.io/sass-ie/
 */
/**
 * The micro clearfix
 * http://nicolasgallagher.com/micro-clearfix-hack/
 */
/**
 * For filling the PatternLab Colorbox
 *
 */
/**
 *
 * Paths to assets
 *
 */
/**
 *
 * Breakpoints
 *
 */
/**
 *
 * Colour and Gradients
 *
 */
.sg-colors li:nth-child(1) {
  display: block;
  background: #005983;
}
.sg-colors li:nth-child(1):after {
  content: "blue";
}
.sg-colors li:nth-child(2) {
  display: block;
  background: rgba(0, 89, 131, 0.8);
}
.sg-colors li:nth-child(2):after {
  content: "blue80";
}
.sg-colors li:nth-child(3) {
  display: block;
  background: #002b3f;
}
.sg-colors li:nth-child(3):after {
  content: "blueDark";
}
.sg-colors li:nth-child(4) {
  display: block;
  background: rgba(0, 43, 63, 0.97);
}
.sg-colors li:nth-child(4):after {
  content: "blueDark97";
}
.sg-colors li:nth-child(5) {
  display: block;
  background: #4d8ba8;
}
.sg-colors li:nth-child(5):after {
  content: "blueLight";
}
.sg-colors li:nth-child(6) {
  display: block;
  background: #e9f7fe;
}
.sg-colors li:nth-child(6):after {
  content: "blueLight";
}
.sg-colors li:nth-child(7) {
  display: block;
  background: #de5619;
}
.sg-colors li:nth-child(7):after {
  content: "dechema";
}
.sg-colors li:nth-child(8) {
  display: block;
  background: #f95207;
}
.sg-colors li:nth-child(8):after {
  content: "dechemaLight";
}
.sg-colors li:nth-child(9) {
  display: block;
  background: #ff7639;
}
.sg-colors li:nth-child(9):after {
  content: "dechemaLighter";
}
.sg-colors li:nth-child(10) {
  display: block;
  background: #ff641e;
}
.sg-colors li:nth-child(10):after {
  content: "dechemaLightest";
}
.sg-colors li:nth-child(11) {
  display: block;
  background: #fee7d9;
}
.sg-colors li:nth-child(11):after {
  content: "dechemaUltraLight";
}
.sg-colors li:nth-child(12) {
  display: block;
  background: #0099ff;
}
.sg-colors li:nth-child(12):after {
  content: "processnet";
}
.sg-colors li:nth-child(13) {
  display: block;
  background: #38afff;
}
.sg-colors li:nth-child(13):after {
  content: "processnetLight";
}
.sg-colors li:nth-child(14) {
  display: block;
  background: #44b4ff;
}
.sg-colors li:nth-child(14):after {
  content: "processnetLighter";
}
.sg-colors li:nth-child(15) {
  display: block;
  background: #96d5ff;
}
.sg-colors li:nth-child(15):after {
  content: "processnetLightest";
}
.sg-colors li:nth-child(16) {
  display: block;
  background: #f2faff;
}
.sg-colors li:nth-child(16):after {
  content: "processnetUltraLight";
}
.sg-colors li:nth-child(17) {
  display: block;
  background: #8fb91c;
}
.sg-colors li:nth-child(17):after {
  content: "biotech";
}
.sg-colors li:nth-child(18) {
  display: block;
  background: #abcb54;
}
.sg-colors li:nth-child(18):after {
  content: "biotechLight";
}
.sg-colors li:nth-child(19) {
  display: block;
  background: #abcb54;
}
.sg-colors li:nth-child(19):after {
  content: "biotechLighter";
}
.sg-colors li:nth-child(20) {
  display: block;
  background: #9dcb21;
}
.sg-colors li:nth-child(20):after {
  content: "biotechLightest";
}
.sg-colors li:nth-child(21) {
  display: block;
  background: #f6faee;
}
.sg-colors li:nth-child(21):after {
  content: "biotechUltraLight";
}
.sg-colors li:nth-child(22) {
  display: block;
  background: #676767;
}
.sg-colors li:nth-child(22):after {
  content: "gray";
}
.sg-colors li:nth-child(23) {
  display: block;
  background: #363636;
}
.sg-colors li:nth-child(23):after {
  content: "grayDark";
}
.sg-colors li:nth-child(24) {
  display: block;
  background: #f3f3f3;
}
.sg-colors li:nth-child(24):after {
  content: "grayLight";
}
.sg-colors li:nth-child(25) {
  display: block;
  background: #d1d1d1;
}
.sg-colors li:nth-child(25):after {
  content: "grayBeta";
}
.sg-colors li:nth-child(26) {
  display: block;
  background: #999999;
}
.sg-colors li:nth-child(26):after {
  content: "grayBetaDark";
}
.sg-colors li:nth-child(27) {
  display: block;
  background: #e1e1e1;
}
.sg-colors li:nth-child(27):after {
  content: "grayBetaLight";
}
.sg-colors li:nth-child(28) {
  display: block;
  background: #f1f3f4;
}
.sg-colors li:nth-child(28):after {
  content: "grayBlueishLight";
}
.sg-colors li:nth-child(29) {
  display: block;
  background: #f7f8f9;
}
.sg-colors li:nth-child(29):after {
  content: "grayBlueishDark";
}
.sg-colors li:nth-child(30) {
  display: block;
  background: white;
}
.sg-colors li:nth-child(30):after {
  content: "white";
}
.sg-colors li:nth-child(31) {
  display: block;
  background: black;
}
.sg-colors li:nth-child(31):after {
  content: "black";
}
.sg-colors li:nth-child(32) {
  display: block;
  background: rgba(0, 0, 0, 0.2);
}
.sg-colors li:nth-child(32):after {
  content: "black20";
}
.sg-colors li:nth-child(33) {
  display: block;
  background: linear-gradient(to bottom, #eeeeef, white 20px);
}
.sg-colors li:nth-child(33):after {
  content: "gray2white";
}
.sg-colors li:nth-child(34) {
  display: block;
  background: linear-gradient(to bottom, #f4f4f4, #ecebea);
}
.sg-colors li:nth-child(34):after {
  content: "gray2gray";
}

/**
 *
 * Typography
 *
 */
@font-face {
  font-family: "PTSans-Regular";
  src: url("../assets/fonts/PTSans/PTSans-Regular.eot");
  src: url("../assets/fonts/PTSans/PTSans-Regular.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/PTSans/PTSans-Regular.woff") format("woff"), url("../assets/fonts/PTSans/PTSans-Regular.ttf") format("truetype"), url("../assets/fonts/PTSans/PTSans-Regular.svg#PTSans-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PTSans-Bold";
  src: url("../assets/fonts/PTSans/PTSans-Bold.eot");
  src: url("../assets/fonts/PTSans/PTSans-Bold.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/PTSans/PTSans-Bold.woff") format("woff"), url("../assets/fonts/PTSans/PTSans-Bold.ttf") format("truetype"), url("../assets/fonts/PTSans/PTSans-Bold.svg#PTSans-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PTSans-Italic";
  src: url("../assets/fonts/PTSans/PTSans-Italic.eot");
  src: url("../assets/fonts/PTSans/PTSans-Italic.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/PTSans/PTSans-Italic.woff") format("woff"), url("../assets/fonts/PTSans/PTSans-Italic.ttf") format("truetype"), url("../assets/fonts/PTSans/PTSans-Italic.svg#PTSans-Italic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PTSans-BoldItalic";
  src: url("../assets/fonts/PTSans/PTSans-BoldItalic.eot");
  src: url("../assets/fonts/PTSans/PTSans-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/PTSans/PTSans-BoldItalic.woff") format("woff"), url("../assets/fonts/PTSans/PTSans-BoldItalic.ttf") format("truetype"), url("../assets/fonts/PTSans/PTSans-BoldItalic.svg#PTSans-BoldItalic") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/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 when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

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

/**
 * Reset
 *
 *
 */
html, body, div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, ol, ul, li, form, legend, label, table, header, footer, nav, section, figure {
  margin: 0;
  padding: 0;
}

header, footer, nav, section, article, hgroup, figure {
  display: block;
}

a img {
  border: 0px;
}

/**
 *
 * Print CSS
 *
 */
@media only print {
  * {
    box-shadow: none !important;
  }

  .member-cta {
    display: none !important;
  }

  .header {
    height: 70px;
  }
  .header .nav__wrapper {
    display: none;
  }
  .header .l-wrapper .overlay {
    display: none;
  }
}
/**
*
* Dev
*
* Dev Styles generate CSS that are only relevant for Development, e.g. overwriting Pattern Lab Default Styles.
*
*/
/**
 *
 * Dev Styles
 * Only for Development in Pattern Lab
 *
 */
.sg-swatch {
  width: 100% !important;
  height: 4em !important;
  margin-bottom: 0.2em !important;
  float: none !important;
}

.sg-colors li {
  float: left !important;
  width: 9em !important;
}

.sg-colors li {
  display: none;
}
.sg-colors li:after {
  background: white;
  padding: 1px 5px;
}

.presentation h5 {
  padding-top: 10px;
}
.presentation a {
  display: block;
  margin-bottom: 8px;
  color: black !important;
}

/**
*
* Partials
*
* Partials generate the actual CSS. Things like resets, layouts, base styles
* and ui-elements.
*
*/
/**
 *
 * General
 *
 */
html {
  min-width: 320px;
  min-height: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-color: white;
}

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

body {
  font-family: "PTSans-Regular", "Helvetica", "Arial", sans-serif;
  font-size: 15px;
  line-height: 1.5em;
  color: #676767;
  -webkit-text-size-adjust: 100%;
}

.is-hidden-min {
  display: none;
}
@media screen and (min-width: 320px) {
  .is-hidden-min {
    display: block;
  }
}

.is-hidden-lts {
  display: none;
}
@media screen and (min-width: 420px) {
  .is-hidden-lts {
    display: block;
  }
}

.is-hidden-ltm {
  display: none;
}
@media screen and (min-width: 720px) {
  .is-hidden-ltm {
    display: block;
  }
}

.is-hidden-ltl {
  display: none;
}
@media screen and (min-width: 820px) {
  .is-hidden-ltl {
    display: block;
  }
}

.is-hidden-ltmax {
  display: none;
}
@media screen and (min-width: 980px) {
  .is-hidden-ltmax {
    display: block;
  }
}

.is-hidden {
  display: none;
}

/**
 *
 * Typography
 *
 */
/**
 * Headlines
 */
h1, .alpha {
  margin-top: 0.25em;
  margin-bottom: 0.5em;
  font-family: "PTSans-Regular", "Helvetica", "Arial", sans-serif;
  font-size: 36px;
  font-weight: normal;
  line-height: 1.2em;
  color: #005983;
}

h2, .beta {
  margin-top: 0.2em;
  margin-bottom: 0.4em;
  font-family: "PTSans-Regular", "Helvetica", "Arial", sans-serif;
  font-size: 26px;
  font-weight: normal;
  line-height: 1.2em;
  color: #005983;
}

h3, .gamma {
  margin-top: 0.2em;
  margin-bottom: 0.4em;
  font-family: "PTSans-Regular", "Helvetica", "Arial", sans-serif;
  font-size: 22px;
  font-weight: normal;
  line-height: 1.2em;
  color: #005983;
}

h3.alt {
  color: #676767;
  font-size: 20px;
}

h4, .delta {
  margin-top: 0.2em;
  margin-bottom: 0.4em;
  font-family: "PTSans-Regular", "Helvetica", "Arial", sans-serif;
  font-size: 17px;
  font-weight: normal;
  line-height: 1.5em;
  color: #005983;
}

h5, .epsilon,
h6, .zeta {
  margin-top: 0.2em;
  margin-bottom: 0.4em;
  font-family: "PTSans-Bold", "Helvetica", "Arial", sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.5em;
  color: #de5619;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.l-highlight h5, .l-highlight .epsilon {
  color: #ff641e;
}

h1 a, .alpha a,
h2 a, .beta a,
h3 a, .gamma a,
h4 a, .delta a {
  text-decoration: none;
}
h1 a:hover, .alpha a:hover,
h2 a:hover, .beta a:hover,
h3 a:hover, .gamma a:hover,
h4 a:hover, .delta a:hover {
  color: #de5619;
}

h5 a, .epsilon a,
h6 a, .zeta a {
  text-decoration: none;
  color: #de5619;
}
h5 a:hover, .epsilon a:hover,
h6 a:hover, .zeta a:hover {
  color: #005983;
}

/**
 * Paragraphs
 */
p {
  margin-top: 0.6666666667em;
  margin-bottom: 0.6666666667em;
  font-size: 15px;
  line-height: 1.5em;
  color: #676767;
}

.readmore {
  margin-bottom: 20px;
  line-height: 1.5em;
}

.l-grid--side > .l-grid__unit:nth-child(2n+2) p {
  font-size: 14px;
}

.l-highlight p {
  color: white;
}

strong, b {
  font-weight: normal;
  font-family: "PTSans-Bold", "Helvetica", "Arial", sans-serif;
}

b {
  color: #de5619;
}

em {
  font-style: normal;
  font-family: "PTSans-Italic", "Helvetica", "Arial", sans-serif;
}

strong em,
em strong {
  font-family: "PTSans-BoldItalic", "Helvetica", "Arial", sans-serif;
}

mark {
  background: #fee7d9;
  color: black;
}

ul, ol {
  padding-left: 40px;
  overflow: hidden;
  width: auto;
}
ul li, ol li {
  margin-bottom: 5px;
}
ul ul, ul ol, ol ul, ol ol {
  overflow: initial;
  margin-top: 5px;
}

/**
 *
 * Links
 *
 */
a {
  color: #005983;
  outline: 0;
  text-decoration: underline;
}
@media screen and (min-width: 720px) {
  a:hover, a:focus {
    color: #de5619;
  }
}

p > a {
  position: relative;
  padding-left: 0.6em;
  display: inline-block;
}
p > a:before {
  content: "\203A";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.2em;
  line-height: 1em;
  text-decoration: underline;
  color: #005983;
}
p > a:before {
  text-decoration: none;
}
@media screen and (min-width: 720px) {
  p > a:hover, p > a:focus {
    color: #de5619;
  }
  p > a:hover:before, p > a:focus:before {
    color: #de5619;
  }
}
p > .svg-external {
  margin-left: 5px;
}

@media screen and (min-width: 720px) {
  .header p > a:hover, .header p > a:focus,
  .footer p > a:hover,
  .footer p > a:focus {
    color: #de5619;
  }
  .header p > a:hover:before, .header p > a:focus:before,
  .footer p > a:hover:before,
  .footer p > a:focus:before {
    color: #de5619;
  }
}

.l-highlight a {
  color: white;
  text-decoration: underline;
}
.l-highlight a:before {
  color: white;
}
@media screen and (min-width: 720px) {
  .l-highlight a:hover {
    text-decoration: underline;
    color: #ff7639;
  }
  .l-highlight a:hover:before {
    text-decoration: none;
    color: #ff7639;
  }
}

.button:before {
  content: "";
  color: white;
}

@font-face {
  font-family: 'fontello';
  src: url("../assets/icons/fontello/fontello.eot?53893298");
  src: url("../assets/icons/fontello/fontello.eot?53893298#iefix") format("embedded-opentype"), url("../assets/icons/fontello/fontello.woff?53893298") format("woff"), url("../assets/icons/fontello/fontello.ttf?53893298") format("truetype"), url("../assets/icons//fontello/fontello.svg?53893298#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?53893298#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-calendar:before {
  content: '\e800';
}

/* '' */
.icon-user-add:before {
  content: '\e801';
}

/* '' */
.icon-search:before {
  content: '\e802';
}

/* '' */
.icon-down-open:before {
  content: '\e803';
}

/* '' */
.icon-up-open:before {
  content: '\e804';
}

/* '' */
.icon-right-open:before {
  content: '\e805';
}

/* '' */
.icon-left-open:before {
  content: '\e806';
}

/* '' */
.icon-search-1:before {
  content: '\e807';
}

/* '' */
.icon-gplus:before {
  content: '\e808';
}

/* '' */
.icon-facebook:before {
  content: '\e809';
}

/* '' */
.icon-twitter:before {
  content: '\e80a';
}

/* '' */
.icon-left-open-1:before {
  content: '\e80b';
}

/* '' */
.icon-right-open-1:before {
  content: '\e80c';
}

/* '' */
.icon-cancel:before {
  content: '\e80d';
}

/* '' */
.icon-linkedin:before {
  content: '\e80e';
}

/* '' */
.icon-lock:before {
  content: '\e80f';
}

/* '' */
.icon-lock-open:before {
  content: '\e810';
}

/* '' */
.icon-user:before {
  content: '\e811';
}

/* '' */
.icon-xing:before {
  content: '\e814';
}

/* '' */
.icon-users:before {
  content: '\e818';
}

/* '' */
.icon-group:before {
  content: '\e819';
}

/* '' */
.icon-doc-inv:before {
  content: '\e81a';
}

/* '' */
.icon-folder:before {
  content: '\e81b';
}

/* '' */
.icon-flickr:before {
  content: '\e81e';
}

/* '' */
.icon-flickr-1:before {
  content: '\e81f';
}

/* '' */
.icon-mail:before {
  content: '\e820';
}

/* '' */
.icon-menu-1:before {
  content: '\e821';
}

/* '' */
.icon-up:before {
  content: '\e822';
}

/* '' */
.icon-flag:before {
  content: '\e823';
}

/* '' */
/**
 *
 * Icons
 *
 */
[class^="icon-"], [class*=" icon-"] {
  padding-left: 0;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-size: 15px;
  position: relative;
  margin-right: 5px;
  margin-left: 0px;
  width: auto;
  text-decoration: none !important;
}
[class^="icon-"]:before:hover, [class*=" icon-"]:before:hover {
  text-decoration: none !important;
}

[class^="svg-"], [class*=" svg-"] {
  padding-left: 0;
}

[class^="svg-"]:before, [class*=" svg-"]:before {
  font-size: 15px;
  position: relative;
  margin-right: 5px;
  margin-left: 0px;
  display: inline-block;
  width: auto;
  text-align: center;
}

.svg-download:before {
  content: url("../assets/icons/svg/icon_download.svg");
  margin-left: 0;
  width: auto;
}

.pn .svg-download:before {
  content: url("../assets/icons/svg/icon_download2.svg");
}

.biotech .svg-download:before {
  content: url("../assets/icons/svg/icon_download3.svg");
}

.no-svg .svg-download:before {
  content: url("../assets/icons/svg/icon_download.png");
}
.no-svg .svg-download:hover:before {
  content: url("../assets/icons/svg/icon_download.png");
}
.no-svg .pn .svg-download:before {
  content: url("../assets/icons/svg/icon_download2.png");
}
.no-svg .biotech .svg-download:before {
  content: url("../assets/icons/svg/icon_download3.png");
}

.svg-external:before {
  content: url("../assets/icons/svg/icon_externer_link1.svg");
  margin-right: 5px;
}
.svg-external:hover:before {
  content: url("../assets/icons/svg/icon_externer_link3.svg");
}

.pn .svg-external:before {
  content: url("../assets/icons/svg/icon_externer_link1.svg");
}
.pn .svg-external:hover:before {
  content: url("../assets/icons/svg/icon_externer_link1.svg");
}

.biotech .svg-external:before {
  content: url("../assets/icons/svg/icon_externer_link1.svg");
}
.biotech .svg-external:hover:before {
  content: url("../assets/icons/svg/icon_externer_link4.svg");
}

.no-svg .svg-external:before {
  content: url("../assets/icons/svg/icon_externer_link1.png");
}
.no-svg .svg-external:hover:before {
  content: url("../assets/icons/svg/icon_externer_link3.png");
}
.no-svg .pn .svg-external:before {
  content: url("../assets/icons/svg/icon_externer_link1.png");
}
.no-svg .pn .svg-external:hover:before {
  content: url("../assets/icons/svg/icon_externer_link1.png");
}
.no-svg .biotech .svg-external:before {
  content: url("../assets/icons/svg/icon_externer_link1.png");
}
.no-svg .biotech .svg-external:hover:before {
  content: url("../assets/icons/svg/icon_externer_link4.png");
}

.svg-lightbox:before {
  content: url("../assets/icons/svg/icon_lupe.svg");
}
.svg-lightbox:hover:before {
  content: url("../assets/icons/svg/icon_lupe.svg");
}

.no-svg .svg-lightbox:before {
  content: url("../assets/icons/svg/icon_lupe.png");
}
.no-svg .svg-lightbox:hover:before {
  content: url("../assets/icons/svg/icon_lupe.png");
}

.svg-member:before {
  content: url("../assets/icons/svg/icon_mitglied_werden.svg");
  top: 2px;
}
.svg-member:hover:before {
  content: url("../assets/icons/svg/icon_mitglied_werden.svg");
  top: 2px;
}

.no-svg .svg-member:before {
  content: url("../assets/icons/svg/icon_mitglied_werden.png");
  top: 2px;
}
.no-svg .svg-member:hover:before {
  content: url("../assets/icons/svg/icon_mitglied_werden.png");
  top: 2px;
}

.svg-savethedate:before {
  content: url("../assets/icons/svg/icon_ical.svg");
  top: 3px;
}

.pn .svg-savethedate:before {
  content: url("../assets/icons/svg/icon_ical2.svg");
}

.biotech .svg-savethedate:before {
  content: url("../assets/icons/svg/icon_ical3.svg");
}

.no-svg .svg-savethedate:before {
  content: url("../assets/icons/svg/icon_ical.png");
  top: 3px;
}
.no-svg .pn .svg-savethedate:before {
  content: url("../assets/icons/svg/icon_ical2.png");
}
.no-svg .biotech .svg-savethedate:before {
  content: url("../assets/icons/svg/icon_ical3.png");
}

.svg-council:before {
  content: url("../assets/icons/svg/topics/icon_gremium.svg");
  top: 3px;
  width: 20px;
}
.svg-council:hover:before {
  content: url("../assets/icons/svg/topics/icon_gremium2.svg");
}

.svg-event:before {
  content: url("../assets/icons/svg/topics/icon_veranstaltung.svg");
  top: 3px;
  width: 20px;
}
.svg-event:hover:before {
  content: url("../assets/icons/svg/topics/icon_veranstaltung2.svg");
}

.svg-misc:before {
  content: url("../assets/icons/svg/topics/icon_weitere_seiten.svg");
  top: 3px;
  width: 20px;
}
.svg-misc:hover:before {
  content: url("../assets/icons/svg/topics/icon_weitere_seiten2.svg");
}

.svg-project:before {
  content: url("../assets/icons/svg/topics/icon_projekt.svg");
  top: 3px;
  width: 20px;
}
.svg-project:hover:before {
  content: url("../assets/icons/svg/topics/icon_projekt2.svg");
}

.svg-paper:before {
  content: url("../assets/icons/svg/topics/icon_publikation.svg");
  top: 3px;
  width: 20px;
}
.svg-paper:hover:before {
  content: url("../assets/icons/svg/topics/icon_publikation2.svg");
}

.svg-press:before {
  content: url("../assets/icons/svg/topics/icon_pressemitteilung.svg");
  top: 3px;
  width: 20px;
}
.svg-press:hover:before {
  content: url("../assets/icons/svg/topics/icon_pressemitteilung2.svg");
}

.no-svg .svg-council:before {
  content: url("../assets/icons/svg/topics/icon_gremium.png");
}
.no-svg .svg-council:hover:before {
  content: url("../assets/icons/svg/topics/icon_gremium2.svg");
}
.no-svg .svg-event:before {
  content: url("../assets/icons/svg/topics/icon_veranstaltung.png");
}
.no-svg .svg-event:hover:before {
  content: url("../assets/icons/svg/topics/icon_veranstaltung2.png");
}
.no-svg .svg-misc:before {
  content: url("../assets/icons/svg/topics/icon_weitere_seiten.png");
}
.no-svg .svg-misc:hover:before {
  content: url("../assets/icons/svg/topics/icon_weitere_seiten2.png");
}
.no-svg .svg-project:before {
  content: url("../assets/icons/svg/topics/icon_projekt.png");
}
.no-svg .svg-project:hover:before {
  content: url("../assets/icons/svg/topics/icon_projekt2.png");
}
.no-svg .svg-paper:before {
  content: url("../assets/icons/svg/topics/icon_publikation.png");
}
.no-svg .svg-paper:hover:before {
  content: url("../assets/icons/svg/topics/icon_publikation2.png");
}
.no-svg .svg-press:before {
  content: url("../assets/icons/svg/topics/icon_pressemitteilung.png");
}
.no-svg .svg-press:hover:before {
  content: url("../assets/icons/svg/topics/icon_pressemitteilung2.png");
}

.icon-dechema:before {
  content: ' \25CF';
  font-size: 19px;
  color: #de5619;
  width: 20px;
}
.icon-dechema:hover:before {
  color: #f95207;
}

.icon-processnet:before {
  content: ' \25CF';
  font-size: 19px;
  color: #0099ff;
  width: 20px;
}
.icon-processnet:hover:before {
  color: #38afff;
}

/**
 *
 * Forms
 *
 */
fieldset {
  border: none;
  border-bottom: 1px dotted #999999;
  margin: 0;
  padding: 10px 0;
}
@media screen and (min-width: 820px) {
  fieldset {
    padding: 20px 0;
  }
}
fieldset h2 {
  margin-top: 10px;
}
fieldset.has-no-border {
  border-bottom: none;
}

input[type="text"],
input[type="number"],
input[type="password"],
input[type="date"],
textarea {
  padding-top: 8px;
  padding-right: 10px;
  padding-bottom: 7px;
  padding-left: 10px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 14px;
  margin-left: 0;
  background-color: white;
  border: 1px solid #d1d1d1;
  font-size: 14px;
  line-height: 1.4em;
  width: 100%;
  border-radius: 4px;
  color: #999999;
  -webkit-appearance: none;
}

input[type="file"] {
  border: none;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 14px;
  margin-left: 0;
  color: #999999;
  width: 100%;
}

input[type=radio],
input[type=checkbox] {
  position: relative;
  float: left;
  height: 1.4em;
}
input[type=radio] + label,
input[type=checkbox] + label {
  margin-top: 0;
  margin-bottom: 14px;
  margin-left: 20px;
}

input[type=radio] + label {
  margin-bottom: 9px;
}

select {
  padding-top: 7px;
  padding-right: 10px;
  padding-bottom: 6px;
  padding-left: 10px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 14px;
  margin-left: 0;
  background-color: white;
  border: 1px solid #d1d1d1;
  font-size: 14px;
  line-height: 1em;
  width: 100%;
  border: 1px solid #d1d1d1;
  color: #999999;
  border-radius: 4px;
}
select:hover, select:focus {
  cursor: pointer;
}
select option.placeholder {
  display: none;
}

select, input[type="date"] {
  height: 36px;
}

textarea {
  line-height: 1.5em;
  min-height: 200px;
}

label, .label {
  display: block;
  margin-bottom: 0.2em;
  font-size: 15px;
}
label.is-mandatory:after, .label.is-mandatory:after {
  content: "*";
}
label.is-invalid, .label.is-invalid {
  color: #c9252c;
  margin-bottom: 0 !important;
}
label:hover, label:focus, .label:hover, .label:focus {
  cursor: pointer;
}
label > input[type="radio"],
label > input[type="checkbox"], .label > input[type="radio"],
.label > input[type="checkbox"] {
  margin-left: 0;
  vertical-align: middle;
}

label.is-hidden {
  margin-left: -9999em;
  display: block;
}

.label + label.is-hidden {
  display: none;
}

small {
  display: block;
  margin-bottom: 10px;
  line-height: 1.5em;
}

.error {
  margin-bottom: 0.2em;
  font-size: 14px;
  color: #c9252c;
}

input[type="text"].is-invalid,
input[type="number"].is-invalid,
input[type="password"].is-invalid,
input[type="date"].is-invalid,
textarea.is-invalid,
select.is-invalid {
  border: 1px solid #c9252c;
}

.date__wrapper {
  max-width: 190px;
}
.date__wrapper .date__input {
  margin-right: 30px;
}
.date__wrapper .date__input input[type="date"] {
  float: left;
  text-transform: uppercase;
}
.date__wrapper .icon-calendar {
  width: 30px;
  float: right;
}
.date__wrapper .icon-calendar:before {
  font-size: 21px;
  color: #de5619;
  cursor: pointer;
  padding-top: 7px;
  margin-left: 15px;
}
.date__wrapper .icon-calendar:hover:before {
  color: #676767;
}

/**
 *
 * Button
 *
 */
.button {
  display: inline-block;
  padding-top: 7px;
  padding-right: 22px;
  padding-bottom: 7px;
  padding-left: 22px;
  background-color: #de5619;
  border-radius: 3px;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  font-family: "PTSans-Bold", "Helvetica", "Arial", sans-serif;
  line-height: 1.5em;
  text-align: center;
  margin-right: 10px;
  margin-bottom: 20px;
}
@media screen and (min-width: 720px) {
  .button:hover, .button:focus {
    background-color: #f95207;
    color: white;
    cursor: pointer;
  }
  .button:hover:before, .button:focus:before {
    color: white;
  }
}
.button.is-disabled, .button[disabled="disabled"] {
  background: #e1e1e1;
  cursor: default;
}

.button--prev {
  background: none;
  color: #d1d1d1;
  text-transform: none;
  text-decoration: underline;
  font-family: "PTSans-Regular", "Helvetica", "Arial", sans-serif;
}
.button--prev:before {
  content: "\2039 \00a0";
  color: #d1d1d1;
}
.button--prev:hover {
  background: none;
  color: #999999;
}
.button--prev:hover:before {
  color: #999999;
}

.button--next {
  margin-right: 0;
}
.button--next:after {
  content: "\00a0 \203A ";
  font-size: 21px;
}

.button.is-floating-right {
  float: right;
}

.button[class^="svg-"]:before, .button[class*=" svg-"]:before, .button[class^="icon-"]:before, .button[class*=" icon-"]:before {
  margin-left: 0;
}

.button.svg-external:before {
  content: url("../assets/icons/svg/icon_externer_link2.svg");
}
.button.svg-external:hover:before {
  content: url("../assets/icons/svg/icon_externer_link2.svg");
}

.no-svg .button.svg-external:before {
  content: url("../assets/icons/svg/icon_externer_link2.png");
}
.no-svg .button.svg-external:hover:before {
  content: url("../assets/icons/svg/icon_externer_link2.png");
}

.button--small {
  font-size: 12px;
  padding-top: 4px;
  padding-bottom: 3px;
  border-radius: 2px;
}
.button--small:before {
  font-size: 12px;
}

.button--facebook {
  background: #2d609b;
}
.button--facebook:hover {
  background: #1f6ac0;
}

.button--gplus {
  background: #db4b39;
}
.button--gplus:hover {
  background: #f03f29;
}

.button--linkedin {
  background: #007bb6;
}
.button--linkedin:hover {
  background: #008ed2;
}

.button--mail {
  background: #005983;
}
.button--mail:hover {
  background: #de5619;
}

/**
 *
 * Tables
 * -----------------------------------------------------------------------------
 *
 * Default styles for tabular data.
 *
 */
.table-wrapper {
  width: 100%;
  overflow: auto;
}

table {
  margin-bottom: 1.25em;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 15px;
  line-height: 1.6em;
  color: #676767;
  width: 100%;
  margin-bottom: 30px;
}

tr {
  border-bottom: 1px solid #d1d1d1;
  border-top: 1px solid #d1d1d1;
}
tr:nth-child(2n+2) {
  background: #f7f8f9;
}

th,
td {
  padding: 7px;
  border-top: none;
  border-right: none;
  border-left: none;
  text-align: left;
  vertical-align: top;
  font-weight: normal;
}

thead tr {
  border-bottom: 1px solid #005983;
  border-top: none;
}
thead tr th {
  color: #005983;
  vertical-align: top;
  background-color: #f1f3f4;
  font-weight: normal;
  font-family: "PTSans-Bold", "Helvetica", "Arial", sans-serif;
}

.table--vertical td, .table--vertical th {
  display: block;
}
@media screen and (min-width: 900px) {
  .table--vertical td, .table--vertical th {
    width: auto;
    display: table-cell;
  }
}
.table--vertical td p, .table--vertical th p {
  margin-top: 0;
  margin-bottom: 0px;
}
.table--vertical th {
  border-bottom: none;
  padding-bottom: 0;
  font-family: "PTSans-Bold", "Helvetica", "Arial", sans-serif;
}
@media screen and (min-width: 420px) {
  .table--vertical th {
    padding-bottom: 7px;
  }
}

/**
 *
 * Listing
 *
 */
.listing {
  list-style: none;
  padding-left: 0;
  margin: 0 0 20px 0;
}
.listing li {
  *zoom: 1;
  margin: 0;
  padding: 0;
}
.listing li:before, .listing li:after {
  content: "";
  display: table;
}
.listing li:after {
  clear: both;
}
.listing li a {
  text-decoration: none;
}
.listing li a:hover {
  text-decoration: none;
}
.listing.has-border li {
  border-bottom: 1px solid #d1d1d1;
}
.listing.has-border li:first-child {
  border-top: 1px solid #d1d1d1;
}
.listing.has-border li.has-no-border {
  border-bottom: none;
}
.listing.has-dotted-border li {
  border-bottom: 1px dotted #999999;
}
.listing.has-dotted-border li:first-child {
  border-top: 1px dotted #999999;
}
.listing.has-no-border-top li:first-child {
  border-top: none;
}
.listing.has-hover li {
  padding-left: 10px;
  padding-right: 10px;
}
.listing.has-hover li:hover {
  background: #f3f3f3;
}

.l-highlight .listing * {
  color: white;
}
.l-highlight .listing.has-border li {
  border-bottom: 1px solid #4d8ba8;
}
.l-highlight .listing.has-border li:first-child {
  border-top: 1px solid #4d8ba8;
}
.l-highlight .listing.has-border li.has-no-border {
  border-bottom: none;
}
.l-highlight .listing.has-no-border-top li:first-child {
  border-top: none;
}

.newslisting,
.eventlisting {
  margin-bottom: 20px;
}
@media screen and (min-width: 720px) {
  .newslisting,
  .eventlisting {
    margin-bottom: 60px;
  }
}

.bloglisting {
  margin-bottom: 20px;
}

@media screen and (min-width: 720px) {
  .l-grid--side .l-grid__unit:nth-child(2n) .eventlisting {
    margin-bottom: 40px;
  }
}

/**
 *
 * States for Form Validation
 *
 */
.status {
  width: 100%;
  padding: 10px;
  margin: 10px 0px;
}
.status.is-invalid {
  color: #c9252c;
  border: 1px solid #c9252c;
  background-color: rgba(255, 0, 0, 0.22);
}

/**
 *
 * Video
 *
 */
.video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video iframe,
.video object,
.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/**
 *
 * Wrapper
 *
 * A wrapper should be used every time an UI element should not expand past the
 * maximal width of the page.
 *
 * @see _patterns/ui/teaser/teaser for a use case
 * @see _patterns/ui/text/text for a use case
 * @see _patterns/ui/text-image/text-image for a use case
 *
 * NOTE: Layouts should be thought of as shelves. They contain content but are
 * not content in themselves. You put up your shelves then fill them with your
 * stuff.
 *
 */
.l-wrapper {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 720px) {
  .l-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 980px) {
  .l-wrapper {
    max-width: 980px;
  }
}

.l-main .l-wrapper,
.l-grid .l-wrapper {
  padding-right: 0;
  padding-left: 0;
}
@media screen and (min-width: 720px) {
  .l-main .l-wrapper,
  .l-grid .l-wrapper {
    padding-right: 0;
    padding-left: 0;
  }
}

/**
 *
 * Main
 *
 * Fixed width sidebar.
 *
 */
.l-main {
  width: 100%;
}
@media screen and (min-width: 720px) {
  .l-main {
    padding-right: 324px;
    *zoom: 1;
  }
  .l-main:before, .l-main:after {
    content: "";
    display: table;
  }
  .l-main:after {
    clear: both;
  }
}

.l-main__content {
  width: 100%;
}
@media screen and (min-width: 720px) {
  .l-main__content {
    float: left;
  }
}

.l-main__sidebar {
  width: 100%;
}
@media screen and (min-width: 720px) {
  .l-main__sidebar {
    width: 292px;
    margin-right: -100%;
    margin-left: 32px;
    float: left;
  }
}

/**
 *
 * .l-main--float makes the container float.
 * Only makes sense if there are three ore more containers
 * Example in source/patterns/layout/pages/01-sidebar~float.json
 * Currently not in usage, because this funcitionality is also covered by grids/04-sidebar-292px~float.json
 *
 */
.l-main--float .l-main__sidebar {
  width: 100%;
}
@media screen and (min-width: 720px) {
  .l-main--float .l-main__sidebar {
    width: 292px;
    margin-right: -324px;
    float: right;
    clear: right;
  }
}

/**
 *
 * Highlight
 *
 */
.l-highlight {
  background-color: #005983;
  margin: 0 auto;
  color: white;
  max-width: 1020px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 980px) {
  .l-highlight {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/**
 *
 * Grid
 *
 * NOTE: Layouts should be thought of as shelves. They contain content but are
 * not content in themselves. You put up your shelves then fill them with your
 * stuff.
 *
 */
.l-grid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.l-grid:before, .l-grid:after {
  content: "";
  display: table;
}
.l-grid:after {
  clear: both;
}
@media screen and (min-width: 720px) {
  .l-grid {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 980px) {
  .l-grid {
    max-width: 980px;
  }
}

.l-wrapper .l-grid {
  padding-right: 0;
  padding-left: 0;
}
@media screen and (min-width: 420px) {
  .l-wrapper .l-grid {
    padding-right: 0;
    padding-left: 0;
  }
}

.l-grid__unit {
  width: 100%;
}
@media screen and (min-width: 720px) {
  .l-grid__unit {
    width: 48.2978723404%;
    float: left;
  }
  .l-grid__unit:nth-of-type(2n+1) {
    clear: left;
  }
  .l-grid__unit:nth-of-type(2n) {
    margin-left: 3.4042553191%;
  }
}
.l-grid__unit .l-grid {
  padding-right: 0;
  padding-left: 0;
}

@media screen and (min-width: 420px) {
  .l-grid.l-grid--66-33 > .l-grid__unit {
    width: 65.5319148936%;
  }
  .l-grid.l-grid--66-33 > .l-grid__unit:nth-of-type(2n) {
    width: 31.0638297872%;
    margin-left: 3.4042553191%;
  }
}

@media screen and (min-width: 420px) {
  .l-grid.l-grid--33-33-33 > .l-grid__unit {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}
@media screen and (min-width: 720px) {
  .l-grid.l-grid--33-33-33 > .l-grid__unit {
    width: 31.0638297872%;
    margin-left: 3.4042553191%;
    float: left;
  }
  .l-grid.l-grid--33-33-33 > .l-grid__unit:nth-of-type(3n+1) {
    margin-left: 0;
    clear: both;
  }
  .l-grid.l-grid--33-33-33 > .l-grid__unit:nth-of-type(2n+1) {
    clear: none;
  }
}

@media screen and (min-width: 720px) {
  .l-grid.l-grid--side .l-grid.l-grid--33-33-33 > .l-grid__unit {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}
@media screen and (min-width: 980px) {
  .l-grid.l-grid--side .l-grid.l-grid--33-33-33 > .l-grid__unit {
    width: 31.0638297872%;
    margin-left: 3.4042553191%;
    float: left;
  }
  .l-grid.l-grid--side .l-grid.l-grid--33-33-33 > .l-grid__unit:nth-of-type(3n+1) {
    margin-left: 0;
    clear: both;
  }
  .l-grid.l-grid--side .l-grid.l-grid--33-33-33 > .l-grid__unit:nth-of-type(2n+1) {
    clear: none;
  }
}

@media screen and (min-width: 720px) {
  .l-grid.l-grid--side {
    padding-right: 344px;
    *zoom: 1;
  }
  .l-grid.l-grid--side:before, .l-grid.l-grid--side:after {
    content: "";
    display: table;
  }
  .l-grid.l-grid--side:after {
    clear: both;
  }
}
@media screen and (min-width: 980px) {
  .l-grid.l-grid--side {
    width: 980px;
  }
}
@media screen and (min-width: 420px) {
  .l-grid.l-grid--side > .l-grid__unit {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}
@media screen and (min-width: 720px) {
  .l-grid.l-grid--side > .l-grid__unit:nth-of-type(2n+1) {
    width: 100%;
    float: left;
  }
  .l-grid.l-grid--side > .l-grid__unit:nth-of-type(2n) {
    width: 292px;
    margin-right: -100%;
    margin-left: 32px;
    float: left;
  }
}

@media screen and (min-width: 720px) {
  .l-grid.l-grid--float > .l-grid__unit:nth-of-type(2n) {
    width: 292px;
    margin-right: -324px;
    float: right;
    clear: right;
  }
}

/**
 *
 * Header
 *
 */
.header {
  position: relative;
  z-index: 1000;
  border-top: 4px solid #de5619;
  *zoom: 1;
}
@media screen and (min-width: 980px) {
  .header {
    height: 172px;
  }
}
.header:before, .header:after {
  content: "";
  display: table;
}
.header:after {
  clear: both;
}
.header > .l-wrapper {
  position: relative;
  padding: 0;
}
@media screen and (min-width: 980px) {
  .header > .l-wrapper {
    box-shadow: none;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.header > .l-wrapper .topbar {
  width: 100%;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  height: 45px;
}
@media screen and (min-width: 980px) {
  .header > .l-wrapper .topbar {
    box-shadow: none;
    height: 125px;
  }
}

.header + * {
  margin-top: 20px;
}
@media screen and (min-width: 980px) {
  .header + * {
    margin-top: 50px;
  }
}
.header + .stage {
  margin-top: 0;
}
@media screen and (min-width: 980px) {
  .header + .stage {
    margin-top: 0px;
  }
}

/**
 *
 * Sitemap
 *
 */
.sitemap {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #f1f3f4;
}
@media screen and (min-width: 980px) {
  .sitemap {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.sitemap h3 {
  text-transform: uppercase;
  text-align: center;
  font-size: 15px;
  font-family: "PTSans-Bold", "Helvetica", "Arial", sans-serif;
}
@media screen and (min-width: 980px) {
  .sitemap h3 {
    padding-bottom: 6px;
    border-bottom: 1px dotted #005983;
    text-align: left;
    margin-bottom: 13px;
  }
}
.sitemap ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  padding: 0;
  *zoom: 1;
}
.sitemap ul:before, .sitemap ul:after {
  content: "";
  display: table;
}
.sitemap ul:after {
  clear: both;
}
.sitemap ul ul {
  display: none;
}
@media screen and (min-width: 980px) {
  .sitemap ul ul {
    display: block;
  }
}
.sitemap ul ul li {
  padding-bottom: 0px;
  margin-bottom: 4px;
  line-height: 1.2em;
  float: none;
  width: 100%;
  margin-left: 0;
}
.sitemap ul ul li a {
  font-size: 14px;
  line-height: 14px;
}
.sitemap ul ul.col2 li {
  width: 47%;
  float: left;
}
.sitemap ul ul.col2 li:nth-child(2n) {
  float: right;
  margin-left: 6%;
}
.sitemap ul ul.col2 li:nth-child(3n+1) {
  clear: none;
}
.sitemap ul li {
  margin-bottom: 15px;
}
@media screen and (min-width: 980px) {
  .sitemap ul li {
    margin-bottom: 33px;
    float: left;
    width: 31.0638297872%;
    margin-left: 3.4042553191%;
  }
  .sitemap ul li:nth-child(3n+1) {
    margin-left: 0;
    clear: both;
  }
  .sitemap ul li:nth-child(2n+1) {
    clear: none;
  }
}
.sitemap ul li:last-child {
  margin-bottom: 0;
}
.sitemap a {
  text-decoration: none;
}
.sitemap a:hover {
  color: #de5619;
}

/**
 *
 * Social Media
 *
 */
.social {
  padding-top: 32px;
  padding-bottom: 32px;
}

.social__text {
  color: #676767;
  font-size: 14px;
  line-height: 2em;
  text-align: center;
}
@media screen and (min-width: 820px) {
  .social__text {
    padding-right: 15px;
    margin-right: 10px;
    float: left;
    text-align: left;
  }
}

.social__icons {
  margin-top: 25px;
  text-align: center;
}
@media screen and (min-width: 820px) {
  .social__icons {
    margin-top: 15px;
    margin-top: 0;
    text-align: left;
  }
}

.social__icons > a {
  text-decoration: underline;
}

.social__icons > a {
  margin-right: 0px;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
}
.social__icons > a:last-child {
  margin-right: 0;
}
@media screen and (min-width: 820px) {
  .social__icons > a {
    margin-right: 10px;
  }
}
.social__icons > a.icon-twitter {
  color: #00acee;
}
.social__icons > a.icon-twitter:before {
  font-size: 24px;
  width: auto;
}
.social__icons > a.icon-gplus {
  color: #c43c2c;
}
.social__icons > a.icon-gplus:before {
  font-size: 24px;
  width: auto;
}
.social__icons > a.svg-linkedin:before {
  content: url("../assets/icons/svg/sm/sm_linkedin1.svg");
  width: auto;
}
.social__icons > a.svg-xing:before {
  content: url("../assets/icons/svg/sm/sm_xing1.svg");
  width: auto;
}
.social__icons > a.svg-youtube:before {
  content: url("../assets/icons/svg/sm/sm_youtube2.svg");
  width: auto;
}
.social__icons > a.svg-flickr:before {
  content: url("../assets/icons/svg/sm/sm_flickr1.svg");
  width: auto;
}

.no-svg .social__icons > a.svg-linkedin:before {
  content: url("../assets/icons/svg/sm/sm_linkedin1.png");
}
.no-svg .social__icons > a.svg-xing:before {
  content: url("../assets/icons/svg/sm/sm_xing1.png");
}
.no-svg .social__icons > a.svg-youtube:before {
  content: url("../assets/icons/svg/sm/sm_youtube2.png");
}
.no-svg .social__icons > a.svg-flickr:before {
  content: url("../assets/icons/svg/sm/sm_flickr1.png");
}

/**
 *
 * Footer
 *
 */
.footer {
  padding-top: 32px;
  padding-bottom: 32px;
  background-color: #005983;
}
@media screen and (min-width: 820px) {
  .footer {
    *zoom: 1;
  }
  .footer:before, .footer:after {
    content: "";
    display: table;
  }
  .footer:after {
    clear: both;
  }
}

.footer__copyright {
  font-size: 14px;
  line-height: 1.7em;
  text-align: center;
  color: white;
}
@media screen and (min-width: 820px) {
  .footer__copyright {
    padding-right: 15px;
    margin-right: 10px;
    float: left;
    text-align: left;
  }
}

.footer__links {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.7em;
  text-align: center;
}
@media screen and (min-width: 820px) {
  .footer__links {
    margin-top: 0;
    float: right;
    text-align: left;
  }
}

.footer__links > a {
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  color: white;
  text-decoration: none;
}
@media screen and (min-width: 720px) {
  .footer__links > a:hover, .footer__links > a:focus {
    color: #ff7639;
    text-decoration: none;
  }
}

/**
 *
 * Main Navigation
 *
 */
.nav__wrapper {
  overflow: hidden;
  *zoom: 1;
}
.nav__wrapper:before, .nav__wrapper:after {
  content: "";
  display: table;
}
.nav__wrapper:after {
  clear: both;
}

.nav {
  position: absolute;
  width: 100%;
  *zoom: 1;
  display: none;
}
.nav:before, .nav:after {
  content: "";
  display: table;
}
.nav:after {
  clear: both;
}
@media screen and (min-width: 980px) {
  .nav {
    display: block;
  }
}
.nav.is-visible {
  display: block;
}

.nav__primary,
.nav__flyout {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media screen and (min-width: 980px) {
  .nav__flyout {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 980px) {
  .nav__primary {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.nav__icon {
  display: block;
  color: #676767;
  position: absolute;
  top: 0;
  z-index: 102;
  padding: 11px 9px;
  right: 5px;
  cursor: pointer;
  text-decoration: none;
}
@media screen and (min-width: 720px) {
  .nav__icon {
    right: 10px;
  }
}
.nav__icon:before {
  font-size: 21px;
  margin: 0;
  width: auto;
}
.nav__icon.is-active:before {
  color: #de5619;
}
@media screen and (min-width: 720px) {
  .nav__icon:hover {
    color: #de5619;
  }
}
@media screen and (min-width: 980px) {
  .nav__icon {
    display: none;
  }
}

.sub-nav {
  margin: 0;
}
.sub-nav li {
  display: block;
  width: 100%;
  position: relative;
}

#nav-main {
  margin: 0px;
  padding: 0;
  overflow: visible;
}
@media screen and (min-width: 980px) {
  #nav-main {
    width: 940px;
  }
}
#nav-main li {
  margin-bottom: 0;
}
@media screen and (min-width: 980px) {
  #nav-main li {
    display: inline-block;
    width: auto;
  }
}

.nav__flyout,
.nav__flyout .sub-nav {
  display: none;
}
.nav__flyout.is-visible,
.nav__flyout .sub-nav.is-visible {
  display: block;
}

.nav__primary {
  display: none;
}
@media screen and (min-width: 980px) {
  .nav__primary {
    display: block;
  }
}
.nav__primary.is-visible {
  display: block;
}

.nav__flyout {
  *zoom: 1;
}
.nav__flyout:before, .nav__flyout:after {
  content: "";
  display: table;
}
.nav__flyout:after {
  clear: both;
}
.nav__flyout .nav__nav {
  width: 100%;
}
@media screen and (min-width: 980px) {
  .nav__flyout .nav__nav {
    width: 32.6086956522%;
    margin-right: 3.2608695652%;
    float: left;
  }
}
.nav__flyout .nav__content {
  display: none;
}
@media screen and (min-width: 980px) {
  .nav__flyout .nav__content {
    display: block;
    width: 64.1304347826%;
    float: right;
  }
}

.nav ul {
  padding: 0;
}
.nav ul li {
  text-transform: uppercase;
  border-bottom: 1px solid #4d8ba8;
  margin-bottom: 0;
}
@media screen and (min-width: 980px) {
  .nav ul li {
    border-bottom: 1px solid #d1d1d1;
    text-transform: none;
  }
}
.nav ul li a {
  display: inline-block;
  text-decoration: none;
  padding: 10px 30px 10px 0;
  color: white;
}
@media screen and (min-width: 980px) {
  .nav ul li a {
    color: #005983;
    padding: 7px 30px 7px 0;
  }
}
.nav ul li a:hover {
  text-decoration: none;
  color: white;
}
@media screen and (min-width: 720px) {
  .nav ul li a:hover {
    color: #ff7639;
  }
}
@media screen and (min-width: 980px) {
  .nav ul li a:hover {
    color: #de5619;
  }
}

.nav .sub-nav__next,
.nav .sub-nav__prev {
  position: absolute;
  top: 0;
  width: 20px;
  cursor: pointer;
}
@media screen and (min-width: 720px) {
  .nav .sub-nav__next:hover:after,
  .nav .sub-nav__prev:hover:after {
    color: #ff7639;
  }
}
@media screen and (min-width: 980px) {
  .nav .sub-nav__next:hover:after,
  .nav .sub-nav__prev:hover:after {
    color: #de5619;
  }
}
.nav .sub-nav__next:after,
.nav .sub-nav__prev:after {
  font-family: 'fontello';
  font-size: 18px;
  color: white;
  line-height: 2.4em;
}
@media screen and (min-width: 980px) {
  .nav .sub-nav__next:after,
  .nav .sub-nav__prev:after {
    color: #005983;
    line-height: 2em;
  }
}
.nav .sub-nav__prev {
  left: 0;
}
.nav .sub-nav__prev:after {
  content: '\e806';
}
.nav .sub-nav__prev + a {
  padding-left: 20px;
  padding-right: 0;
}
.nav .sub-nav__next {
  right: 0;
}
.nav .sub-nav__next:after {
  content: '\e805';
}
@media screen and (min-width: 720px) {
  .nav .sub-nav__next:hover:after {
    color: #ff7639;
  }
}
@media screen and (min-width: 980px) {
  .nav .sub-nav__next:hover:after {
    color: #de5619;
  }
}

@media screen and (min-width: 980px) {
  .nav__second .sub-nav__prev {
    display: none;
  }
  .nav__second .sub-nav__prev + a {
    text-transform: uppercase;
    font-family: "PTSans-Bold", "Helvetica", "Arial", sans-serif;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 980px) {
  .nav__first ul {
    text-align: left;
  }
  .nav__first ul li {
    border-bottom: 0;
    position: relative;
  }
  .nav__first ul li a {
    color: white;
    text-transform: uppercase;
    font-family: "PTSans-Bold", "Helvetica", "Arial", sans-serif;
    padding: 10px 11px;
    font-size: 17px;
  }
  .nav__first ul li a:hover, .nav__first ul li a.is-active {
    color: #ff7639;
    text-decoration: none;
  }
  .nav__first ul li a.is-active:after {
    color: #ff7639;
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-top: solid #005983 10px;
    bottom: -8px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    width: 0;
  }
  .nav__first ul li:first-child a {
    padding-left: 0px;
  }
  .nav__first ul .sub-nav__next {
    display: none;
  }
}

.nav.is-visible
> .l-wrapper {
  background: #005983;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 980px) {
  .nav.is-visible
  > .l-wrapper {
    padding-right: 30px;
    padding-left: 30px;
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.2);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background: white;
    background: linear-gradient(to bottom, #eeeeef, white 20px);
  }
}

.nav .l-highlight {
  position: relative;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.4);
  max-width: none;
  padding-top: 0px;
  padding-bottom: 0px;
}
@media screen and (min-width: 980px) {
  .nav .l-highlight {
    box-shadow: none;
    border-bottom: 2px solid white;
  }
}
.nav .l-highlight .l-wrapper {
  position: relative;
}

.nav__content > div {
  display: none;
}
.nav__content > div.is-visible {
  display: block;
}

#nav-topics img {
  display: none;
  margin-bottom: 7px;
}
@media screen and (min-width: 980px) {
  #nav-topics .sub-nav__item {
    float: none;
    width: 100%;
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 5px;
  }
  #nav-topics .sub-nav__item a {
    line-height: 1.5em;
  }
  #nav-topics .sub-nav__item .sub-nav__prev {
    display: none;
  }
  #nav-topics .sub-nav__item .sub-nav__prev + a {
    text-transform: uppercase;
    font-family: "PTSans-Bold", "Helvetica", "Arial", sans-serif;
    padding-left: 0;
  }
  #nav-topics li {
    float: left;
    width: 18.6956521739%;
    border: none;
    margin-right: 1.6304347826%;
  }
  #nav-topics li a {
    display: inline-block;
    line-height: 1.2em;
  }
  #nav-topics li img {
    display: block;
    width: 100%;
  }
  #nav-topics li:nth-child(6), #nav-topics li:nth-child(11), #nav-topics li:nth-child(16) {
    margin-right: 0;
  }
}

/**
*
* META NAV
*
**/
@media screen and (min-width: 980px) {
  #nav-meta {
    position: absolute;
    top: -99px;
    right: 160px;
    z-index: 10;
  }
}
#nav-meta li {
  font-size: 14px;
  line-height: 1.5em;
  text-transform: none;
}
@media screen and (min-width: 720px) and (min-width: 720px) {
  #nav-meta li a:hover {
    color: #ff7639;
  }
}
@media screen and (min-width: 720px) and (min-width: 980px) {
  #nav-meta li a:hover {
    color: #de5619;
  }
}

@media screen and (min-width: 980px) {
  #nav-meta li a {
    font-family: "PTSans-Regular", "Helvetica", "Arial", sans-serif;
    padding: 0px 9px;
    line-height: 1em;
    font-size: 13px;
  }
}
@media screen and (min-width: 980px) {
  #nav-meta li {
    text-transform: none;
    display: inline-block;
    width: auto;
  }
  #nav-meta li:first-child {
    border-top: none;
  }
  #nav-meta li a {
    color: #676767;
    text-transform: none;
  }
  #nav-meta li:first-child a {
    padding-right: 25px;
    border-right: 1px solid #676767;
  }
  #nav-meta li:nth-child(2) a {
    padding-left: 25px;
  }
  #nav-meta li:nth-child(3) a {
    padding-right: 25px;
    border-right: 1px solid #676767;
  }
}

@media screen and (min-width: 980px) {
  .is-logged-in #nav-meta {
    right: 198px;
  }
}

/**
*
* SOCIAL MEDIA NAV
*
**/
#nav-social [class^="icon-"]:before, #nav-social [class*=" icon-"]:before, #nav-social [class^="svg-"]:before, #nav-social [class*=" svg-"]:before {
  width: auto;
}
#nav-social .icon-twitter {
  text-decoration: none;
}
#nav-social .icon-twitter:before {
  font-size: 18px;
}
@media screen and (min-width: 980px) {
  #nav-social .icon-twitter:before {
    color: #676767;
    font-size: 14px;
    margin-right: 7px;
    top: 0px;
    vertical-align: baseline;
  }
}
#nav-social .svg-linkedin {
  text-decoration: none;
}
#nav-social .svg-linkedin:before {
  background-image: url("../assets/icons/svg/sm/sm_linkedin2.png");
  background-image: url("../assets/icons/svg/sm/sm_linkedin2.svg"), none;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  content: "";
}
@media screen and (min-width: 980px) {
  #nav-social .svg-linkedin:before {
    background-image: none;
    color: #676767;
    content: '\e80e';
    font-family: 'fontello';
    font-size: 17px;
    margin-right: 3px;
    vertical-align: baseline;
  }
}
#nav-social .svg-xing {
  text-decoration: none;
}
#nav-social .svg-xing:before {
  background-image: url("../assets/icons/svg/sm/sm_xing2.png");
  background-image: url("../assets/icons/svg/sm/sm_xing2.svg"), none;
  background-size: 18px 22px;
  width: 18px;
  height: 22px;
  background-repeat: no-repeat;
  content: "";
}
@media screen and (min-width: 980px) {
  #nav-social .svg-xing:before {
    background-image: url("../assets/icons/svg/sm/sm_xing3.png");
    background-image: url("../assets/icons/svg/sm/sm_xing3.svg"), none;
    content: '';
    background-size: 13px 17px;
    width: 13px;
    height: 17px;
    vertical-align: baseline;
    top: 5px;
    left: 3px;
    margin-right: 0;
  }
}
#nav-social .icon-gplus {
  text-decoration: none;
}
#nav-social .icon-gplus:before {
  font-size: 18px;
}
@media screen and (min-width: 980px) {
  #nav-social .icon-gplus:before {
    margin-right: 4px;
    vertical-align: baseline;
    color: #c43c2c;
  }
}
#nav-social .svg-youtube:before {
  background-image: url("../assets/icons/svg/sm/sm_youtube3.png");
  background-image: url("../assets/icons/svg/sm/sm_youtube3.svg"), none;
  background-size: 50px 21px;
  width: 50px;
  height: 21px;
  background-repeat: no-repeat;
  content: "";
}
@media screen and (min-width: 980px) {
  #nav-social .svg-youtube:before {
    background-image: url("../assets/icons/svg/sm/sm_youtube4_small.png");
    background-image: url("../assets/icons/svg/sm/sm_youtube4.svg"), none;
    background-size: 18px 13px;
    width: 18px;
    height: 13px;
    margin-right: 4px;
    top: -1px;
    vertical-align: baseline;
  }
}
#nav-social .svg-flickr:before {
  background-image: url("../assets/icons/svg/sm/sm_flickr2.png");
  background-image: url("../assets/icons/svg/sm/sm_flickr2.svg"), none;
  background-size: 17px 8px;
  width: 17px;
  height: 8px;
  background-repeat: no-repeat;
  content: "";
}
@media screen and (min-width: 980px) {
  #nav-social .svg-flickr:before {
    background-image: url("../assets/icons/svg/sm/sm_flickr1_small.png");
    background-image: url("../assets/icons/svg/sm/sm_flickr1.svg"), none;
    vertical-align: baseline;
    top: -4px;
  }
}
@media screen and (min-width: 980px) {
  #nav-social .is-active .icon-twitter:before {
    color: #00acee;
  }
  #nav-social .is-active .svg-linkedin:before {
    color: #007bb6;
  }
  #nav-social .is-active .svg-xing:before {
    background-image: url("../assets/icons/svg/sm/sm_xing1_small.png");
    background-image: url("../assets/icons/svg/sm/sm_xing1.svg"), none;
  }
}

.nav .text-image .text-image__content p {
  font-size: 14px;
  line-height: 1.5em;
}
.nav .text-image .text-image__image {
  margin-bottom: 12px;
}
.nav .text-image .text-image__image img {
  vertical-align: bottom;
}

/**
 *
 * Overlay Header
 *
 */
.overlay__header {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 850;
  overflow: hidden;
  padding: 11px 9px;
  font-size: 13px;
  cursor: pointer;
}
.overlay__header:hover, .overlay__header.is-active {
  color: #de5619;
}
.overlay__header:hover:after, .overlay__header.is-active:after {
  color: #de5619;
}
@media screen and (min-width: 980px) {
  .overlay__header {
    padding: 8px 36px 4px 15px;
    background: white;
  }
  .overlay__header:after {
    color: #676767;
    content: '\e803';
    font-family: 'fontello';
    margin-left: 10px;
    position: absolute;
    top: 10px;
    right: 15px;
  }
  .overlay__header.is-active:after {
    content: '\e804';
  }
  .overlay__header.is-active:before {
    position: absolute;
    content: ' ';
    width: auto;
    top: 3px;
    right: 3px;
    bottom: 0px;
    left: 3px;
    background-color: transparent;
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.2);
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
  }
}
.overlay__header a {
  color: #676767;
  text-decoration: none;
  display: inline-block;
}
@media screen and (min-width: 720px) {
  .overlay__header a:hover {
    color: #de5619;
  }
}
.overlay__header a span {
  display: none;
}
@media screen and (min-width: 980px) {
  .overlay__header a span {
    display: inline-block;
  }
}
.overlay__header.is-active a {
  color: #de5619;
}

.overlay__content {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 750;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.4);
  background: #005983;
}
@media screen and (min-width: 980px) {
  .overlay__content {
    background: white;
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    border-top-right-radius: 0;
    right: 3px;
    top: 34px;
    width: auto;
    z-index: 810;
  }
}
.overlay__content .l-wrapper {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 720px) {
  .overlay__content .l-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 980px) {
  .overlay__content .l-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.overlay__content.is-visible {
  display: inline-block !important;
}

.overlay.is-open-on-large .is-hidden {
  display: none;
}
.overlay.is-open-on-large .overlay__content {
  border-radius: initial;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.4);
  z-index: 750;
}
@media screen and (min-width: 980px) {
  .overlay.is-open-on-large .overlay__content {
    z-index: 800;
    box-shadow: none;
  }
  .overlay.is-open-on-large .overlay__content .l-wrapper {
    padding: 0;
    margin: 0;
  }
}
.overlay.is-anchor-on-large .overlay__header:after {
  content: initial;
  display: none;
}

.overlay .overlay__content {
  color: white;
  font-size: 13px;
  line-height: 1.5em;
}
.overlay .overlay__content p {
  font-size: 13px;
  line-height: 1.5em;
  color: white;
}
@media screen and (min-width: 980px) {
  .overlay .overlay__content p {
    color: #676767;
  }
}
.overlay .overlay__content a {
  color: white;
}
.overlay .overlay__content a:before {
  font-size: 13px;
  color: white;
}
@media screen and (min-width: 720px) {
  .overlay .overlay__content a:hover {
    color: #ff7639;
  }
  .overlay .overlay__content a:hover:before {
    color: #ff7639;
  }
}
@media screen and (min-width: 980px) {
  .overlay .overlay__content a {
    color: #005983;
  }
  .overlay .overlay__content a:before {
    color: #005983;
  }
  .overlay .overlay__content a:hover {
    color: #de5619;
  }
  .overlay .overlay__content a:hover:before {
    color: #de5619;
  }
}
.overlay .overlay__content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.overlay .overlay__content ul li {
  border-bottom: 1px solid #4d8ba8;
  font-size: 13px;
  line-height: 1.5em;
}
.overlay .overlay__content ul li:last-child {
  border-bottom: none;
}
.overlay .overlay__content ul li a {
  text-decoration: none;
  padding: 10px 0;
  display: inline-block;
}
.overlay .overlay__content ul li a.is-active {
  color: #ff7639;
}
@media screen and (min-width: 980px) {
  .overlay .overlay__content {
    color: #676767;
  }
  .overlay .overlay__content ul li {
    border-bottom: none;
  }
  .overlay .overlay__content ul li a {
    text-decoration: none;
    padding: 5px 0;
    color: #005983;
  }
  .overlay .overlay__content ul li a.is-active, .overlay .overlay__content ul li a:hover {
    color: #de5619;
  }
}

/**
*
* Meta Nav
*
**/
/**
*
* LOGIN
*
**/
.login-wrapper .icon-user:before {
  font-size: 17px;
  margin: 0;
  width: auto;
}
@media screen and (min-width: 980px) {
  .login-wrapper .icon-user:before {
    margin-right: 5px;
    font-size: 13px;
  }
}
.login-wrapper .overlay__header {
  right: 41px;
}
@media screen and (min-width: 720px) {
  .login-wrapper .overlay__header {
    right: 46px;
  }
}
@media screen and (min-width: 980px) {
  .login-wrapper .overlay__header {
    right: 17px;
    top: 17px;
  }
}
@media screen and (min-width: 980px) {
  .login-wrapper .overlay__content {
    max-width: 300px;
    top: 51px;
    right: 20px;
  }
}

/**
*
* LANGUAGE
*
**/
.lang-wrapper .svg-de:before {
  content: url("../assets/icons/svg/lang/flagge_de2.svg");
  top: 2px;
  margin: 0;
}
@media screen and (min-width: 980px) {
  .lang-wrapper .svg-de:before {
    margin-right: 5px;
  }
}
@media screen and (min-width: 720px) {
  .lang-wrapper .svg-de:hover:before {
    content: url("../assets/icons/svg/lang/flagge_de1.svg");
  }
}
.lang-wrapper .svg-en:before {
  content: url("../assets/icons/svg/lang/flagge_gb2.svg");
  top: 2px;
  margin: 0;
}
@media screen and (min-width: 980px) {
  .lang-wrapper .svg-en:before {
    margin-right: 5px;
  }
}
@media screen and (min-width: 720px) {
  .lang-wrapper .svg-en:hover:before {
    content: url("../assets/icons/svg/lang/flagge_gb1.svg");
  }
}
.lang-wrapper .overlay__header {
  right: 77px;
}
@media screen and (min-width: 720px) {
  .lang-wrapper .overlay__header {
    right: 82px;
  }
}
@media screen and (min-width: 980px) {
  .lang-wrapper .overlay__header {
    right: 505px;
    top: 17px;
  }
}
.lang-wrapper .overlay__header.is-active .svg-en:before {
  content: url("../assets/icons/svg/lang/flagge_gb1.svg");
}
.lang-wrapper .overlay__header.is-active .svg-de:before {
  content: url("../assets/icons/svg/lang/flagge_de1.svg");
}
@media screen and (min-width: 980px) {
  .lang-wrapper .overlay__content {
    right: 518px;
    top: 52px;
  }
}

.no-svg .lang-wrapper .svg-de:before {
  content: url("../assets/icons/svg/lang/flagge_de2.png");
}
@media screen and (min-width: 720px) {
  .no-svg .lang-wrapper .svg-de:hover:before {
    content: url("../assets/icons/svg/lang/flagge_de1.png");
  }
}
.no-svg .lang-wrapper .svg-en:before {
  content: url("../assets/icons/svg/lang/flagge_gb2.png");
}
@media screen and (min-width: 720px) {
  .no-svg .lang-wrapper .svg-en:hover:before {
    content: url("../assets/icons/svg/lang/flagge_gb1.png");
  }
}
.no-svg .lang-wrapper .overlay__header.is-active .svg-en:before {
  content: url("../assets/icons/svg/lang/flagge_gb1.png");
}
.no-svg .lang-wrapper .overlay__header.is-active .svg-de:before {
  content: url("../assets/icons/svg/lang/flagge_de1.png");
}

/**
*
* Language Wrapper Position, when user is logged in
*
**/
@media screen and (min-width: 980px) {
  .is-logged-in .lang-wrapper .overlay__header {
    right: 543px;
  }
  .is-logged-in .lang-wrapper .overlay__content {
    right: 546px;
  }
}

/**
*
* Language Wrapper Position for ProcessNet Layout
*
**/
@media screen and (min-width: 980px) {
  .pn .lang-wrapper .overlay__header {
    right: 391px;
    padding-right: 0;
  }
}

/**
*
* SEARCH
*
**/
.search-wrapper .icon-search:before {
  font-size: 19px;
  margin: 0;
  margin-top: 3px;
  width: auto;
}
@media screen and (min-width: 980px) {
  .search-wrapper .icon-search:before {
    font-size: 15px;
  }
}
.search-wrapper .overlay__header {
  right: 117px;
}
@media screen and (min-width: 720px) {
  .search-wrapper .overlay__header {
    right: 122px;
  }
}
@media screen and (min-width: 980px) {
  .search-wrapper .overlay__content {
    right: 20px;
    top: 62px;
  }
}

/**
*
* SOCIAL MEDIA
*
**/
.sm-wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
}
.sm-wrapper div {
  display: inline-block;
}
.sm-wrapper div a:before {
  vertical-align: middle;
  margin-left: 0;
  margin-right: 10px;
}
@media screen and (min-width: 980px) {
  .sm-wrapper {
    position: absolute;
    top: -109px;
    right: 392px;
  }
  .sm-wrapper .overlay__header {
    z-index: 9999;
    width: 125px !important;
  }
  .sm-wrapper .overlay__header.is-active:after, .sm-wrapper .overlay__header:hover:after {
    color: #de5619;
  }
  .sm-wrapper .overlay__content {
    padding: 8px 15px 4px 10px;
    display: none;
    width: 119px !important;
    border-top-left-radius: 0;
    z-index: 9998;
  }
}

/**
*
* Social Media Wrapper Position, when user is logged in
*
**/
@media screen and (min-width: 980px) {
  .is-logged-in .sm-wrapper {
    right: 430px;
  }
}

/**
 *
 * Header Lanuage Switch
 *
 */
.lang-wrapper a span {
  padding-right: 25px;
  border-right: 1px solid #676767;
  line-height: 1em;
}
.lang-wrapper .lang ul li:first-child a {
  padding-top: 0;
}
.lang-wrapper .lang ul li:last-child a {
  padding-bottom: 0;
}

/**
 *
 * Header Login
 *
 */
.login-wrapper .overlay__header:after {
  color: #de5619;
}
@media screen and (min-width: 980px) {
  .login-wrapper .overlay__header .icon-user {
    color: #de5619;
  }
}

.login {
  *zoom: 1;
}
.login:before, .login:after {
  content: "";
  display: table;
}
.login:after {
  clear: both;
}
.login ul li {
  margin-bottom: 0;
}
.login label {
  font-size: 13px;
}
.login .button {
  float: right;
  color: white !important;
  background-color: #de5619;
  margin-right: 0;
  margin-bottom: 30px;
}
.login .button:hover {
  background-color: #f95207;
  color: white !important;
}
.login .form__annotation {
  float: left;
}
.login .login__info {
  *zoom: 1;
}
.login .login__info:before, .login .login__info:after {
  content: "";
  display: table;
}
.login .login__info:after {
  clear: both;
}
.login .login__info p {
  margin: 0;
}
.login input[type="text"] {
  border: 0;
}
@media screen and (min-width: 980px) {
  .login input[type="text"], .login input[type="password"] {
    background: #f3f3f3;
    border: none;
    border-radius: 0;
  }
}

.login.is-logged-in .button {
  width: 100%;
  float: none;
  margin-bottom: 0;
}

/**
 *
 * Search in Header
 *
 */
.search {
  *zoom: 1;
}
.search:before, .search:after {
  content: "";
  display: table;
}
.search:after {
  clear: both;
}
@media screen and (min-width: 980px) {
  .search {
    width: 280px;
  }
}
.search .search__input {
  margin-right: 50px;
}
@media screen and (min-width: 980px) {
  .search .search__input {
    margin-right: 0px;
    float: left;
  }
}
.search .search__input > input[type="text"] {
  border: 0;
  float: left;
  margin-bottom: 0;
}
.search .search__input > input[type="text"]:active, .search .search__input > input[type="text"]:focus {
  outline: none;
}
@media screen and (min-width: 980px) {
  .search .search__input > input[type="text"] {
    height: 36px;
    border: 1px solid #d1d1d1;
    width: 240px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-right: 0;
  }
}
.search .search__submit {
  display: inline-block;
  float: right;
}
.search .search__submit > button {
  display: block;
  width: 40px;
  height: 36px;
  margin-bottom: 0;
  margin-right: 0;
  padding: 0;
  background-color: #de5619;
}
.search .search__submit > button:hover {
  background-color: #f95207;
}
.search__wrapper .search__submit > button {
	display: block;
}
@media screen and (min-width: 980px) {
  .search .search__submit > button:before {
    color: #676767;
  }
}
@media screen and (min-width: 980px) {
  .search .search__submit > button {
    height: 36px;
    background: white;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border: 1px solid #d1d1d1;
    border-left: none;
  }
  .search .search__submit > button:hover {
    background-color: white;
  }
}

/**
 *
 * Secondary Menu (Left/Righthand-Navigation)
 *
 */
.secondary-menu {
  font-size: 14px;
  margin-bottom: 60px;
}
.secondary-menu a {
  display: block;
  padding-top: 2px;
  padding-right: 0;
  padding-bottom: 2px;
  padding-left: 0;
  color: #676767;
  text-decoration: none;
  line-height: 18px;
}
@media screen and (min-width: 720px) {
  .secondary-menu a:hover, .secondary-menu a:focus {
    color: #005983;
  }
}

/**
 *
 * Top Level List
 *
 */
/*ul*/
.secondary-menu__top-level {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}
.secondary-menu__top-level > li {
  border-bottom: 1px dotted #999999;
  margin-bottom: 0;
}
.secondary-menu__top-level > li > a {
  display: block;
  padding-top: 6px;
  padding-right: 0;
  padding-bottom: 5px;
  padding-left: 0;
  color: #676767;
  text-decoration: none;
}
.secondary-menu__top-level > li:first-child {
  border-top: 1px dotted #999999;
}

/**
 *
 * Sub Level Lists
 *
 */
/*ul*/
.secondary-menu__sub-level {
  padding-left: 15px;
  margin-top: 0px;
  margin-bottom: 0px;
  list-style: none;
}
.secondary-menu__sub-level li {
  margin-bottom: 0;
}
.secondary-menu__sub-level li:first-child .secondary-menu__group {
  margin-top: 0;
}
.secondary-menu__sub-level li:last-child {
  margin-bottom: 5px;
}

/*ul*/
.secondary-menu__sub-level .secondary-menu__sub-level li:last-child {
  margin-bottom: 0px;
}

/**
 *
 * Label
 *
 */
.secondary-menu__label {
  color: #005983;
  font-family: "PTSans-Bold", "Helvetica", "Arial", sans-serif;
}

.secondary-menu > .secondary-menu__label {
  padding-top: 6px;
  padding-right: 0;
  padding-bottom: 5px;
  padding-left: 0;
  margin-bottom: 15px;
  border-bottom: 2px solid #005983;
  font-size: 14px;
}

.secondary-menu__top-level > li > .secondary-menu__label {
  padding-top: 6px;
  padding-bottom: 5px;
}

.secondary-menu__group {
  border-top: 1px dotted #999999;
  padding-top: 5px;
  margin-top: 5px;
  color: black;
  text-transform: uppercase;
}

/**
 *
 * Logo
 * 
 */
.logo {
  display: inline-block;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 15px;
}
@media screen and (min-width: 720px) {
  .logo {
    padding-left: 20px;
  }
}
.logo > img {
  display: block;
  max-width: 140px;
}
@media screen and (min-width: 420px) {
  .logo > img {
    max-width: none;
  }
}
@media screen and (min-width: 980px) {
  .logo {
    padding-top: 30px;
    padding-left: 0;
  }
  .logo > img {
    width: auto;
  }
}

/**
 * 
 * Stage
 * 
 */
.stage {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.stage img {
  display: block;
  width: 200%;
  margin-left: -50%;
}
@media screen and (min-width: 1280px) {
  .stage img {
    width: 150%;
    margin-left: -25%;
    position: relative;
    width: auto;
    left: 50%;
    margin-left: -960px;
  }
}
@media screen and (min-width: 980px) {
  .stage .stage__teaser {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    margin: 0 auto;
    bottom: 0px;
    max-width: 980px;
  }
}
@media screen and (min-width: 980px) and (min-width: 1000px) {
  .stage .stage__teaser {
    width: 980px;
  }
}

.stage .stage__teaser .stage__teaser-inside {
  background: #005983;
  width: 100%;
  padding: 20px;
  *zoom: 1;
}
.stage .stage__teaser .stage__teaser-inside:before, .stage .stage__teaser .stage__teaser-inside:after {
  content: "";
  display: table;
}
.stage .stage__teaser .stage__teaser-inside:after {
  clear: both;
}
.stage .stage__teaser .stage__teaser-inside p {
  color: white;
  margin-top: 0;
  font-size: 16px;
}
.stage .stage__teaser .stage__teaser-inside .button {
  float: right;
  background-color: #de5619;
}
@media screen and (min-width: 720px) {
  .stage .stage__teaser .stage__teaser-inside .button:hover {
    background-color: #f95207;
  }
}
@media screen and (min-width: 980px) {
  .stage .stage__teaser .stage__teaser-inside {
    background: rgba(0, 89, 131, 0.8);
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 46.3265306122%;
  }
}

.stage--large {
  margin-bottom: 60px;
}
.stage--large img {
  display: block;
  width: 150%;
  margin-left: -25%;
}
@media screen and (min-width: 1280px) {
  .stage--large img {
    position: relative;
    width: auto;
    left: 50%;
    margin-left: -960px;
  }
}

/**
 * 
 * Pager
 * Pager can Hold Searchbar or Pager and Results-Switcher
 * 
 */
.pagination {
  width: 100%;
  *zoom: 1;
  padding-top: 10px;
  border-top: 3px solid #e1e1e1;
  margin-bottom: 10px;
}
.pagination:before, .pagination:after {
  content: "";
  display: table;
}
.pagination:after {
  clear: both;
}
.pagination .pager__wrapper {
  width: auto;
  width: 100%;
  float: none;
  text-align: center;
}
@media screen and (min-width: 980px) {
  .pagination .pager__wrapper {
    float: left;
    width: auto;
  }
}
.pagination .search__wrapper {
  width: 100%;
  float: none;
}
@media screen and (min-width: 980px) {
  .pagination .search__wrapper {
    float: left;
    width: 80%;
  }
}
.pagination .results__wrapper {
  padding-top: 10px;
  width: 100%;
  float: none;
}
@media screen and (min-width: 980px) {
  .pagination .results__wrapper {
    float: right;
    width: auto;
    text-align: right;
  }
}
.pagination .info__wrapper {
  float: left;
  width: auto;
}
.pagination .button__wrapper {
  float: right;
  width: auto;
}

.pagination.has-no-border {
  padding-top: 0px;
  border-top: none;
}

.pagination.has-bottom-border {
  padding-top: 0px;
  border-top: none;
  padding-bottom: 5px;
  border-bottom: 3px solid #e1e1e1;
}

/**
 *
 * Pager
 * 
 */
.pager__wrapper {
  text-align: center;
  width: 100%;
}
.pager__wrapper ul {
  list-style: none;
  display: inline-block;
  padding-left: 0;
  *zoom: 1;
}
.pager__wrapper ul:before, .pager__wrapper ul:after {
  content: "";
  display: table;
}
.pager__wrapper ul:after {
  clear: both;
}
.pager__wrapper ul li {
  float: left;
  line-height: 26px;
  display: block;
  margin: 5px;
  width: 26px;
  height: 26px;
  color: white;
  font-family: "PTSans-Bold", "Helvetica", "Arial", sans-serif;
  cursor: default;
}
.pager__wrapper ul li.pager__number {
  display: none;
  background: #005983;
  border-radius: 4px;
}
@media screen and (min-width: 980px) {
  .pager__wrapper ul li.pager__number {
    display: block;
  }
}
.pager__wrapper ul li.pager__number a {
  color: white;
  text-decoration: none;
  font-weight: normal;
  background: #de5619;
  display: block;
  border-radius: 4px;
}
.pager__wrapper ul li.pager__number a:hover {
  background: #f95207;
}
.pager__wrapper ul li.pager__count {
  display: block;
  width: auto;
  color: #676767;
  font-family: "PTSans-Regular", "Helvetica", "Arial", sans-serif;
  margin: 5px 0;
}
@media screen and (min-width: 980px) {
  .pager__wrapper ul li.pager__count {
    display: none;
  }
}
.pager__wrapper ul li.pager__next, .pager__wrapper ul li.pager__prev {
  color: #d1d1d1;
}
.pager__wrapper ul li.pager__next a, .pager__wrapper ul li.pager__prev a {
  color: #de5619;
}
.pager__wrapper ul li.pager__next a:hover, .pager__wrapper ul li.pager__prev a:hover {
  color: #f95207;
}
.pager__wrapper .icon-right-open-double:before,
.pager__wrapper .icon-left-open-double:before,
.pager__wrapper .icon-right-open:before,
.pager__wrapper .icon-left-open:before {
  font-size: 18px;
}
.pager__wrapper .icon-right-open-double:before {
  content: '\e805 \e805';
}
.pager__wrapper .icon-left-open-double:before {
  content: '\e806 \e806';
}

/**
 * 
 * Number of Results Switch
 * 
 */
.results__wrapper {
  text-align: right;
  width: 100%;
}
.results__wrapper .results {
  list-style: none;
  padding-left: 0;
}
.results__wrapper .results li {
  display: inline-block;
  padding-right: 8px;
  border-right: 1px solid #676767;
  margin-right: 4px;
  display: inline-block;
  line-height: 1em;
  font-size: 13px;
}
.results__wrapper .results li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}

/**
 * 
 * Searchbar in Content
 * 
 */
.search__wrapper {
  *zoom: 1;
  width: 100%;
}
.search__wrapper:before, .search__wrapper:after {
  content: "";
  display: table;
}
.search__wrapper:after {
  clear: both;
}
.search__wrapper .search__input {
  margin-right: 40px;
}
.search__wrapper .search__input > input[type="text"] {
  float: left;
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
  height: 36px;
}
.search__wrapper .search__input > input[type="text"]:active, .search__wrapper .search__input > input[type="text"]:focus {
  outline: none;
}
.search__wrapper .search__submit {
  display: inline-block;
  float: right;
}
.search__wrapper .search__submit > button {
  width: 40px;
  height: 36px;
  margin-right: 0;
  padding: 0;
  background: white;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border: 1px solid #d1d1d1;
  border-left: none;
}
.search__wrapper .search__submit > button:active, .search__wrapper .search__submit > button:focus {
  outline: none;
}
.search__wrapper .search__submit > button:before {
  color: #676767;
}

/**
 * 
 * Formular Pager
 * 
 */
.form-pager__wrapper {
  width: 100%;
  text-align: right;
}

/**
 *
 * Accordion
 * 
 */
.accordion {
  margin-bottom: 20px;
}

.accordion__item + .accordion__item {
  margin-top: 3px;
}

.accordion__header {
  display: block;
  width: 100%;
  padding-top: 9px;
  padding-right: 40px;
  padding-bottom: 8px;
  padding-left: 10px;
  margin-bottom: 0;
  position: relative;
  font-size: 15px;
  background: #f1f3f4;
  cursor: pointer;
}
.accordion__header:after {
  font-family: "fontello";
  content: "\e803";
  width: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 27px;
  text-align: center;
  color: #de5619;
}
.accordion__header:hover, .accordion__header:focus {
  color: #de5619;
}
.accordion__header:hover:after, .accordion__header:focus:after {
  color: #de5619;
}
.accordion__header.is-active {
  background: #005983;
  color: white;
}
.accordion__header.is-active:after {
  content: "\e804";
  color: #ff641e;
}

.accordion__content {
  padding-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
}
.accordion__content > *:first-child {
  margin-top: 0;
}
.accordion__content > *:last-child {
  margin-bottom: 0;
}
.accordion__content.is-hidden {
  display: none;
}
.accordion__content.is-initially-open {
  display: block;
}

/**
 * 
 * Tabs
 * 
 */
.tab__controller, .tabs {
  list-style: none;
  padding-left: 0;
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 10px;
}
.tab__controller .tab__controller__item, .tabs .tab__controller__item {
  display: inline;
  margin-bottom: 0;
}
.tab__controller .tab__controller__item a, .tabs .tab__controller__item a {
  display: inline-block;
  text-decoration: none;
  padding: 6px 14px 5px;
  border: 1px solid white;
  border-bottom: none;
}
.tab__controller .tab__controller__item a.is-active, .tabs .tab__controller__item a.is-active {
  color: black;
  border: 1px solid #d1d1d1;
  margin-bottom: -1px;
  padding-bottom: 6px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background: white;
  border-bottom: 1px solid white;
}

.tab__content__item.is-hidden {
  display: none;
}

/**
 * 
 * Anchor Nav
 * 
 */
.anchornav {
  margin-bottom: 20px;
}

/**
 * 
 * Member CTA - fix positioned CTA on upper right of page
 * 
 */
.member-cta {
  width: 200px;
  line-height: 1em;
  text-align: left;
  position: fixed;
  z-index: 800;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  transition: -webkit-transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  background-position: 10px center;
  background-repeat: no-repeat;
  background-image: none;
  background-image: url("../assets/icons/svg/icon_mitglied_werden.png");
  background-image: url("../assets/icons/svg/icon_mitglied_werden.svg"), none;
  background-color: #de5619;
  padding-top: 7px;
  padding-bottom: 7px;
  top: 90px;
  height: 40px;
  font-size: 14px;
  background-size: 30px 17px;
  padding-left: 55px;
  right: -159px;
  transition: 300ms;
}
@media screen and (min-width: 980px) {
  .member-cta {
    right: -149px;
    padding-left: 65px;
    top: 166px;
    height: 51px;
    font-size: 16px;
    background-size: 41px 23px;
    padding-top: 9px;
    padding-bottom: 9px;
  }
}
.member-cta:hover, .member-cta.hover {
  right: -39px;
  background-color: #f95207;
}
@media screen and (min-width: 980px) {
  .member-cta:hover, .member-cta.hover {
    right: -29px;
  }
}
@media screen and (min-width: 980px) {
  .member-cta {
    z-index: 1100;
  }
}

/**
 * 
 * Social Sharing Buttons in Main Content
 * 
 */
.socialsharing {
  width: 100%;
  margin-bottom: 40px;
  *zoom: 1;
}
@media screen and (min-width: 980px) {
  .socialsharing {
    margin-bottom: 10px;
  }
}
.socialsharing:before, .socialsharing:after {
  content: "";
  display: table;
}
.socialsharing:after {
  clear: both;
}
.socialsharing a {
  float: left;
  margin-right: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
  margin-bottom: 10px;
}
.socialsharing a:before {
  margin-right: 9px;
  font-size: 13px;
}
.socialsharing a:last-child {
  margin-right: 0;
}

/**
 * 
 * Filter
 * 
 */
.filter {
  width: 100%;
  border-radius: 4px;
  padding: 10px 25px;
  margin-bottom: 20px;
  background: #f4f4f4;
  *zoom: 1;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #f4f4f4 0%, #ecebea 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#ecebea',GradientType=0 );
  /* IE6-9 */
}
@media screen and (min-width: 500px) {
  .filter {
    padding: 25px;
  }
}
.filter:before, .filter:after {
  content: "";
  display: table;
}
.filter:after {
  clear: both;
}
.filter form {
  margin-top: 20px;
}
.filter label {
  font-size: 14px;
  line-height: 1.5em;
}
.filter label:hover {
  color: #363636;
}
.filter input[type=checkbox] + label {
  margin-bottom: 0px;
}
.filter input[type=checkbox] + label.has-margin-bottom {
  margin-bottom: 10px;
}
.filter input[type=text],
.filter select {
  border: none;
}
.filter h4 {
  margin-top: 0;
}
.filter h4.is-closed {
  margin-bottom: 0;
}
.filter span {
  color: #005983;
  font-size: 14px;
  line-height: 1.5em;
}
.filter .button {
  float: right;
  margin-right: 0;
  margin-bottom: 0px;
}

/**
 * The 'toggle' module
 *
 */
.toggle {
  position: relative;
}
.toggle:after {
  content: '\e804';
  font-family: "fontello";
  margin-left: 10px;
}
.toggle:hover, .toggle:active, .toggle:focus {
  color: #676767;
  cursor: pointer;
  outline: none;
}
.toggle.is-closed:after {
  content: '\e803';
  margin-left: 10px;
}
.toggle.is-closed + .toggle__unit {
  display: none;
}

/**
 * 
 * Back Top Link
 * 
 */
.back-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  height: 30px;
  width: 30px;
  height: 30px;
  padding: 6px;
  background: #de5619;
  z-index: 8000;
  border-radius: 4px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  color: white;
  text-align: center;
}
.back-top:before {
  line-height: 20px;
  margin: 0;
  padding: 0;
  font-size: 25px;
}

/**
 *
 * Gallery
 * Gallery depends on Slick Slider Styles (vendor/slickslider/_slick.scss and _slick.custom.scss)
 *
 */
.gallery__main {
  display: none;
  margin-bottom: 20px;
}
@media screen and (min-width: 720px) {
  .gallery__main {
    display: block;
  }
}
.gallery__main .slick-slider {
  background: #f9f9f9;
}
.gallery__main .slick-slider .slick-slide {
  text-align: center;
}
.gallery__main .slick-slider .slick-slide img {
  display: inline-block;
  vertical-align: middle;
}
.gallery__main .slick-slider .slick-slide img.gt43 {
  width: 100%;
  height: auto;
}
.gallery__main .slick-slider .slick-slide img.lt43 {
  width: auto;
  height: 100%;
}
.gallery__main .slick-slider .slick-slide:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.gallery__main .slick-caption {
  margin-bottom: 10px;
  font-size: 14px;
}

.gallery__main .slick-slider .slick-prev, .gallery__main .slick-slider .slick-next {
  width: 50px;
  z-index: 999;
}
.gallery__main .slick-slider .slick-prev:before, .gallery__main .slick-slider .slick-next:before {
  display: none;
}
.gallery__main .slick-slider:hover .slick-prev:before, .gallery__main .slick-slider:hover .slick-next:before {
  display: block;
}

.gallery__thumb .slick-slider .slick-slide {
  margin: 0 10px;
}
.gallery__thumb .slick-slider .slick-slide:hover {
  cursor: pointer;
}
.gallery__thumb .slick-slider .slick-slide img {
  width: auto !important;
  height: 240px !important;
}
@media screen and (min-width: 720px) {
  .gallery__thumb .slick-slider .slick-slide img {
    height: 101px !important;
  }
}
.gallery__thumb .slick-slider .slick-slide.slick-active {
  padding-bottom: 3px;
  border-bottom: 3px solid #de5619;
}
.gallery__thumb .slick-slider .slick-prev, .gallery__thumb .slick-slider .slick-next {
  height: 40px;
  margin-top: -20px;
}
@media screen and (min-width: 720px) {
  .gallery__thumb .slick-slider .slick-prev, .gallery__thumb .slick-slider .slick-next {
    margin-top: -23px;
  }
}
.gallery__thumb .slick-slider .slick-prev:before, .gallery__thumb .slick-slider .slick-next:before {
  font-size: 40px;
}
.gallery__thumb .slick-caption {
  display: block;
  font-size: 14px;
}
@media screen and (min-width: 720px) {
  .gallery__thumb .slick-caption {
    display: none;
  }
}

/**
 *
 * Text Image
 *
 */
.text-image {
  margin-bottom: 20px;
  *zoom: 1;
}
.text-image:before, .text-image:after {
  content: "";
  display: table;
}
.text-image:after {
  clear: both;
}

/**
 *
 * The "Image" in Text Image
 *
 */
/*img*/
.text-image__image {
  margin-bottom: 1em;
  width: 100%;
}
.text-image__image img {
  width: 100%;
}
@media screen and (min-width: 420px) {
  .text-image__image {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
}
.text-image__image p {
  font-size: 14px;
  padding-bottom: 20px;
  padding-top: 5px;
  margin-top: 0;
  margin-bottom: 0;
  border-bottom: 3px solid #e1e1e1;
}
.text-image__image a {
  display: block;
  position: relative;
}
.text-image__image a img {
  vertical-align: bottom;
}

.text-image__image.text-image--col0 {
  margin-right: 2.1276595745%;
  width: 100px;
  float: left;
}

.text-image__image.text-image--col1 {
  margin-right: 2.1276595745%;
}
@media screen and (min-width: 420px) {
  .text-image__image.text-image--col1 {
    width: 196px;
    float: left;
  }
}

.text-image__image.text-image--col2 {
  margin-right: 2.1276595745%;
}
@media screen and (min-width: 720px) {
  .text-image__image.text-image--col2 {
    max-width: 406px;
    float: left;
  }
}

.text-image__image.text-image--col3 {
  margin-right: 2.1276595745%;
}
@media screen and (min-width: 980px) {
  .text-image__image.text-image--col3 {
    width: 616px;
    float: left;
  }
}

.text-image__content.text-image--large p {
  font-size: 20px;
  line-height: 1.4em;
}

@media screen and (min-width: 720px) {
  .l-grid--side .l-grid__unit:nth-child(2n+1) .text-image .text-image__image.text-image--col2 {
    max-width: none;
    float: none;
  }
}
@media screen and (min-width: 980px) {
  .l-grid--side .l-grid__unit:nth-child(2n+1) .text-image .text-image__image.text-image--col2 {
    max-width: 406px;
    float: left;
  }
}
@media screen and (min-width: 720px) {
  .l-grid--side .l-grid__unit:nth-child(2n) .text-image {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 420px) {
  .l-grid--side .l-grid__unit:nth-child(2n) .text-image .text-image__image.text-image--col1 {
    width: 196px;
    margin-right: 2.1276595745%;
    float: left;
  }
}
@media screen and (min-width: 720px) {
  .l-grid--side .l-grid__unit:nth-child(2n) .text-image .text-image__image.text-image--col1 {
    width: 100%;
  }
}

/**
 *
 * The "Content" in Text <strike>Content</strike> Image
 *
 */
.text-image__content > *:first-child {
  margin-top: 0;
}

.l-highlight .text-image__content h2, .l-highlight .text-image__content .beta,
.l-highlight .text-image__content h3, .l-highlight .text-image__content .gamma,
.l-highlight .text-image__content p,
.l-highlight .text-image__content ul, .l-highlight .text-image__content ul > li,
.l-highlight .text-image__content ol, .l-highlight .text-image__content ol > li {
  color: white;
}
.l-highlight .text-image__content a {
  color: white;
  text-decoration: underline;
}
.l-highlight .text-image__content a:before {
  color: white;
}
@media screen and (min-width: 720px) {
  .l-highlight .text-image__content a:hover, .l-highlight .text-image__content a:focus {
    color: #ff7639;
  }
  .l-highlight .text-image__content a:hover:before, .l-highlight .text-image__content a:focus:before {
    color: #ff7639;
  }
}
.l-highlight .text-image__image p {
  color: white;
}

/**
 *
 * Text Image "Flipped"
 *
 * Right aligns image. The rest is the same.
 *
 */
@media screen and (min-width: 420px) {
  .text-image.text-image--flipped .text-image--col3,
  .text-image.text-image--flipped .text-image--col2,
  .text-image.text-image--flipped .text-image--col1 {
    float: right !important;
    margin-right: 0;
    margin-left: 2.1276595745%;
  }
}

.text-image.text-image--nowrap .text-image__content {
  overflow: hidden;
}

/**
 *
 * Text Image "SEO"
 *
 * Optimized for seo text.
 *
 */
.text-image.text-image--seo {
  margin: 32px 0;
}
@media screen and (min-width: 980px) {
  .text-image.text-image--seo {
    margin: 60px 0;
  }
}
.text-image.text-image--seo .text-image__content {
  font-size: 14px;
  line-height: 1.5em;
}

/**
 *
 * Media Item
 *
 *
 */
.media-item {
  margin: 0;
  margin-top: 13px;
  *zoom: 1;
}
.media-item:before, .media-item:after {
  content: "";
  display: table;
}
.media-item:after {
  clear: both;
}
.media-item .media-item__image {
  *zoom: 1;
  position: relative;
  z-index: 1;
  width: auto;
  float: right;
  margin-right: 0;
  margin-left: 20px;
  margin-bottom: 13px;
}
.media-item .media-item__image:before, .media-item .media-item__image:after {
  content: "";
  display: table;
}
.media-item .media-item__image:after {
  clear: both;
}
.media-item .media-item__image img {
  vertical-align: bottom;
  max-height: 100px;
  width: auto;
}
.media-item .media-item__image a {
  display: block;
  position: relative;
}
.media-item .media-item__content {
  position: relative;
  margin-bottom: 13px;
}
.media-item .media-item__content p {
  margin-top: 0;
  margin-bottom: 0;
}
.media-item .media-item__content h4 {
  margin-top: 0;
}
.media-item .media-item__content .news__teaser {
  margin-top: 0;
  margin-bottom: 5px;
  display: none;
}
@media screen and (min-width: 420px) {
  .media-item .media-item__content .news__teaser {
    display: block;
  }
}
.media-item .media-item__content .news__more span {
  color: #005983;
  position: relative;
  padding-left: 0.5em;
  text-decoration: underline;
}
.media-item .media-item__content .news__more span:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\203A";
  font-size: 18px;
  line-height: 1em;
  text-decoration: none;
  color: #005983;
}
@media screen and (min-width: 720px) {
  .media-item:hover .news__more span,
  .media-item:hover .news__more span:before, .media-item:focus .news__more span,
  .media-item:focus .news__more span:before {
    color: #de5619;
  }
}
.media-item.media-item--download .media-item__image {
  float: none;
  margin-left: 0;
  width: 100%;
  margin-right: 0;
}
.media-item.media-item--download .media-item__image img {
  max-height: none;
  width: 100%;
}
@media screen and (min-width: 420px) {
  .media-item.media-item--download .media-item__image img {
    max-height: 100px;
    width: auto;
  }
}
.media-item.media-item--download .media-item__image .video {
  max-height: none;
  width: 100%;
}
@media screen and (min-width: 420px) {
  .media-item.media-item--download .media-item__image .video {
    width: 150px;
  }
}
@media screen and (min-width: 420px) {
  .media-item.media-item--download .media-item__image {
    float: left;
    width: auto;
    margin-right: 20px;
  }
}
.media-item.media-item--download .media-item__content .news__teaser {
  font-size: 17px;
  display: block;
}
.media-item.media-item--download .media-item__content a.svg-download {
  position: absolute;
  right: 0px;
  top: 0px;
}
@media screen and (min-width: 420px) {
  .media-item.media-item--download .media-item__content a.svg-download {
    position: relative;
  }
}
.media-item.media-item--download .media-item__content a.svg-download span {
  display: none;
}
@media screen and (min-width: 420px) {
  .media-item.media-item--download .media-item__content a.svg-download span {
    display: inline;
  }
}
.media-item.media-item--topic {
  padding-left: 40px;
  padding-top: 3px;
  background-size: 30px 30px;
  background-position: left top;
  background-repeat: no-repeat;
  background-image: none;
}
.media-item.media-item--topic.is-dechema.is-council {
  background-image: url("../assets/icons/svg/topics/icon_dechema_gremium.png");
  background-image: url("../assets/icons/svg/topics/icon_dechema_gremium.svg"), none;
}
.media-item.media-item--topic.is-dechema.is-media {
  background-image: url("../assets/icons/svg/topics/icon_dechema_mediathek.png");
  background-image: url("../assets/icons/svg/topics/icon_dechema_mediathek.svg"), none;
}
.media-item.media-item--topic.is-dechema.is-paper {
  background-image: url("../assets/icons/svg/topics/icon_dechema_publikation.png");
  background-image: url("../assets/icons/svg/topics/icon_dechema_publikation.svg"), none;
}
.media-item.media-item--topic.is-dechema.is-press {
  background-image: url("../assets/icons/svg/topics/icon_dechema_pressemitteilung.png");
  background-image: url("../assets/icons/svg/topics/icon_dechema_pressemitteilung.svg"), none;
}
.media-item.media-item--topic.is-dechema.is-project {
  background-image: url("../assets/icons/svg/topics/icon_dechema_projekt.png");
  background-image: url("../assets/icons/svg/topics/icon_dechema_projekt.svg"), none;
}
.media-item.media-item--topic.is-dechema.is-event {
  background-image: url("../assets/icons/svg/topics/icon_dechema_veranstaltung.png");
  background-image: url("../assets/icons/svg/topics/icon_dechema_veranstaltung.svg"), none;
}
.media-item.media-item--topic.is-dechema.is-misc {
  background-image: url("../assets/icons/svg/topics/icon_dechema_weitere_seiten.png");
  background-image: url("../assets/icons/svg/topics/icon_dechema_weitere_seiten.svg"), none;
}
.media-item.media-item--topic.is-processnet.is-council {
  background-image: url("../assets/icons/svg/topics/icon_processnet_gremium.png");
  background-image: url("../assets/icons/svg/topics/icon_processnet_gremium.svg"), none;
}
.media-item.media-item--topic.is-processnet.is-media {
  background-image: url("../assets/icons/svg/topics/icon_processnet_mediathek.png");
  background-image: url("../assets/icons/svg/topics/icon_processnet_mediathek.svg"), none;
}
.media-item.media-item--topic.is-processnet.is-paper {
  background-image: url("../assets/icons/svg/topics/icon_processnet_publikation.png");
  background-image: url("../assets/icons/svg/topics/icon_processnet_publikation.svg"), none;
}
.media-item.media-item--topic.is-processnet.is-press {
  background-image: url("../assets/icons/svg/topics/icon_processnet_pressemitteilung.png");
  background-image: url("../assets/icons/svg/topics/icon_processnet_pressemitteilung.svg"), none;
}
.media-item.media-item--topic.is-processnet.is-project {
  background-image: url("../assets/icons/svg/topics/icon_processnet_projekt.png");
  background-image: url("../assets/icons/svg/topics/icon_processnet_projekt.svg"), none;
}
.media-item.media-item--topic.is-processnet.is-event {
  background-image: url("../assets/icons/svg/topics/icon_processnet_veranstaltung.png");
  background-image: url("../assets/icons/svg/topics/icon_processnet_veranstaltung.svg"), none;
}
.media-item.media-item--topic.is-processnet.is-misc {
  background-image: url("../assets/icons/svg/topics/icon_processnet_weitere_seiten.png");
  background-image: url("../assets/icons/svg/topics/icon_processnet_weitere_seiten.svg"), none;
}
.media-item.media-item--small {
  margin-top: 5px;
}
.media-item.media-item--small .media-item__content {
  margin-bottom: 5px;
}
.media-item.media-item--small .media-item__content p {
  font-size: 14px;
  line-height: 1.5em;
}
.media-item.media-item--small .media-item__content p a {
  text-decoration: underline;
}

@media screen and (min-width: 420px) {
  .l-grid--side > .l-grid__unit:nth-child(2n+1) .media-item {
    margin-top: 20px;
  }
}
@media screen and (min-width: 420px) {
  .l-grid--side > .l-grid__unit:nth-child(2n+1) .media-item .media-item__content {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 420px) {
  .l-grid--side > .l-grid__unit:nth-child(2n+1) .media-item .media-item__image {
    margin-bottom: 20px;
	text-align: center;
    width: 150px;
  }
}
@media screen and (min-width: 420px) {
  .l-grid--side > .l-grid__unit:nth-child(2n+1) .media-item.media-item--topic {
    margin-top: 14px;
  }
}
@media screen and (min-width: 420px) {
  .l-grid--side > .l-grid__unit:nth-child(2n+1) .media-item.media-item--topic .media-item__content {
    margin-bottom: 14px;
  }
}
@media screen and (min-width: 420px) {
  .l-grid--side > .l-grid__unit:nth-child(2n+1) .media-item.media-item--topic .media-item__image {
    margin-bottom: 14px;
  }
}

/**
 *
 * Grid for form elements
 *
 */
.l-form [class^='l-form__col-'] {
  width: 100%;
  float: left;
}
@media screen and (min-width: 820px) {
  .l-form [class^='l-form__col-'] + [class*='l-form__col-'] {
    padding-left: 20px;
  }
}
.l-form [class^='l-form__col-'] + [class*='l-form__col-'] + [class*='l-form__col-'] {
  padding-left: 20px;
}

.l-form.is-inline .l-form__col-25 {
  width: 25%;
}
.l-form.is-inline .l-form__col-50 {
  width: 50%;
}
.l-form.is-inline .l-form__col-75 {
  width: 75%;
}
.l-form.is-inline [class^='l-form__col-'] + [class*='l-form__col-'] {
  padding-left: 20px;
}
.l-form.is-inline [class^='l-form__col-'] + [class*='l-form__col-'] [class*='l-form__col-'] {
  padding-left: 0px;
}
.l-form.is-inline [class^='l-form__col-'] + [class*='l-form__col-'] [class*='l-form__col-'] + [class*='l-form__col-'] {
  padding-left: 20px;
}

.l-form {
  *zoom: 1;
}
.l-form:before, .l-form:after {
  content: "";
  display: table;
}
.l-form:after {
  clear: both;
}
@media screen and (min-width: 820px) {
  .l-form .l-form__col-50 {
    width: 50%;
  }
}
@media screen and (min-width: 820px) {
  .l-form .l-form__col-75 {
    width: 75%;
  }
}
@media screen and (min-width: 820px) {
  .l-form .l-form__col-25 {
    width: 25%;
  }
}

.l-form.has-margin {
  margin-bottom: 10px;
}

.form__annotation {
  font-size: 13px;
  padding: 0;
  margin: 0;
  margin-top: 6px;
  float: left;
}

.l-form .button,
.l-form button,
.l-form input[type="button"] {
  float: right;
  margin-right: 0px;
}

/**
 *
 * jQuery UI Datepicker
 * No Dependencies to vendors styles etc
 *
 */
.ui-datepicker {
  background: white;
  border: 1px solid #e1e1e1;
  padding: 10px;
  display: none;
}
.ui-datepicker table {
  margin: 0;
}
.ui-datepicker table tr {
  background: white;
  border: none;
}
.ui-datepicker table tr th, .ui-datepicker table tr td {
  padding: 0;
  border: none;
  background: white;
}
.ui-datepicker table tr th a, .ui-datepicker table tr td a {
  height: 30px;
  width: 30px;
  padding: 7px;
  padding-top: 4px;
  margin: 3px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  color: #676767;
}
.ui-datepicker table tr th a.ui-state-highlight, .ui-datepicker table tr td a.ui-state-highlight {
  background: #e1e1e1;
}
.ui-datepicker table tr th a.ui-state-hover, .ui-datepicker table tr td a.ui-state-hover {
  background: #4d8ba8;
  color: white;
}
.ui-datepicker table tr th a.ui-state-active, .ui-datepicker table tr td a.ui-state-active {
  background: #005983;
  color: white;
}
.ui-datepicker table tr th {
  color: black;
  font-family: "PTSans-Regular", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
}

.ui-datepicker-header {
  position: relative;
  margin-bottom: 15px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
  font-family: "PTSans-Bold", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  color: #de5619;
}
.ui-datepicker .ui-datepicker-prev:hover, .ui-datepicker .ui-datepicker-next:hover {
  color: #676767;
}
.ui-datepicker .ui-datepicker-prev:hover span:after, .ui-datepicker .ui-datepicker-next:hover span:after {
  color: #676767;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-prev span:after {
  font-family: "fontello";
  content: '\e806';
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-next span:after {
  font-family: "fontello";
  content: '\e805';
}

/**
 *
 * Special Table Styles for Event Calendar Module
 *
 */
table.table--events {
  margin-bottom: 40px;
}
table.table--events tr th {
  width: 100%;
  font-family: "PTSans-Regular", "Helvetica", "Arial", sans-serif;
}
@media screen and (min-width: 420px) {
  table.table--events tr th {
    width: 100%;
  }
}
@media screen and (min-width: 820px) {
  table.table--events tr th {
    width: 200px;
  }
}

/**
 *
 * Event Teaser
 *
 */
.eventteaser {
  overflow: hidden;
  position: relative;
  background: #e9f7fe;
  padding: 20px;
  margin-bottom: 20px;
}
.eventteaser .eventteaser__cta,
.eventteaser .eventteaser_sub {
  width: 64%;
  float: left;
  padding-right: 10px;
}
@media screen and (min-width: 820px) {
  .eventteaser .eventteaser__cta,
  .eventteaser .eventteaser_sub {
    width: 35%;
  }
}
.eventteaser .eventteaser_sub {
  color: #676767;
}
.eventteaser .eventteaser__cta a {
  clear: both;
  margin-bottom: 5px;
}
@media screen and (min-width: 820px) {
  .eventteaser .eventteaser__cta a {
    float: right;
  }
}
.eventteaser .eventteaser__cta .button {
  margin-right: 0;
}
.eventteaser .eventteaser__cta .svg-savethedate {
  display: block;
  margin-top: 5px;
  font-size: 13px;
}
@media screen and (min-width: 820px) {
  .eventteaser .eventteaser__cta {
    width: 31%;
  }
}
.eventteaser img {
  width: 34%;
  position: absolute;
  right: 0;
}
@media screen and (min-width: 820px) {
  .eventteaser img {
    top: 0;
  }
}
.eventteaser h1 {
  font-size: 27px;
  margin-bottom: 20px;
}
@media screen and (min-width: 420px) {
  .eventteaser h1 {
    font-size: 36px;
  }
}
@media screen and (min-width: 820px) {
  .eventteaser h1 {
    padding-right: 36%;
  }
}
.eventteaser .beta {
  font-size: 20px;
}
@media screen and (min-width: 420px) {
  .eventteaser .beta {
    font-size: 26px;
  }
}

/**
 *
 * Blue Box on Event Pages
 *
 */
.eventbox {
  padding: 20px;
  background: #005983;
  margin-bottom: 10px;
}
.eventbox p {
  color: white;
  margin: 0;
}
.eventbox strong {
  font-size: 17px;
}
.eventbox a {
  display: block;
  color: white;
  text-decoration: underline;
}
.eventbox a:before {
  color: white;
}
@media screen and (min-width: 720px) {
  .eventbox a:hover {
    text-decoration: underline;
    color: #ff7639;
  }
  .eventbox a:hover:before {
    text-decoration: none;
    color: #ff7639;
  }
}

/**
*
* Vendor
*
* Vendor is for third party code. xyz.custom is for overwriting styles that come
* with a plugin, or framework in xyz whithout touching the original files.
*
*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../assets/vendor/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../assets/vendor/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../assets/vendor/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../assets/vendor/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../assets/vendor/fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }

  #fancybox-loading div {
    background-image: url("../assets/vendor/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
/**
 *
 * Fancybox
 * These Styles overwrite default Fancybox Styles form _jquery.fancybox.scss
 * Only paths are changed directly in _jquery.fancybox.scss
 *
 */
.fancybox-close {
  position: absolute;
  background: none;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-close:before {
  font-size: 30px;
  width: auto;
  color: white;
  width: auto;
  height: auto;
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
  text-decoration: underline;
}

.fancybox-close:before {
  text-decoration: none;
}

.svg-lightbox {
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 24px;
  height: 24px;
  background: #de5619;
  border-radius: 4px;
  color: white;
  padding-top: 1px;
  padding-left: 1px;
}
.svg-lightbox:before {
  padding-left: 3px;
  padding-top: 3px;
  width: 20px;
  height: 20px;
  margin: 0;
}

.fancybox-prev span,
.fancybox-next span {
  background-image: none;
}
.fancybox-prev span:before,
.fancybox-next span:before {
  font-size: 50px;
  width: auto;
  color: white;
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
}

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

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

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

.slick-loading .slick-list {
  background: white url("./ajax-loader.gif") center center no-repeat;
}

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

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

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* Icons */
/* @font-face {
    font-family: "slick";
    src: url("./fonts/slick.eot");
    src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal;
} */
/* Arrows */
/* .slick-prev, .slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    margin-top: -10px;
    padding: 0;
    border: none;
    outline: none;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}

.slick-prev:before {
    content: "←";
}

[dir="rtl"] .slick-prev:before {
    content: "→";
}

.slick-next {
    right: -25px;
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}

.slick-next:before {
    content: "→";
}

[dir="rtl"] .slick-next:before {
    content: "←";
} */
/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

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

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*# sourceMappingURL=slick.css.map */
.slick-loading .slick-list {
  background: white url("../assets/vendor/slick/ajax-loader.gif") center center no-repeat;
}

.slick-slider {
  margin-bottom: 5px;
}
.slick-slider .slick-prev, .slick-slider .slick-next {
  font-family: 'fontello';
  position: absolute;
  display: block;
  height: 50px;
  width: auto;
  cursor: pointer;
  color: white;
  background: transparent;
  top: 50%;
  margin-top: -25px;
  padding: 0;
  border: none;
  outline: none;
  font-size: 50px;
  text-decoration: none;
}
.slick-slider .slick-prev:before, .slick-slider .slick-next:before {
  text-decoration: none;
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
  font-size: 50px;
  width: auto;
}
.slick-slider .slick-prev.slick-disabled, .slick-slider .slick-next.slick-disabled {
  display: none !important;
}
.slick-slider .slick-prev {
  left: 5px;
}
.slick-slider .slick-next {
  right: 5px;
}

/* Eigene Styles */

a.secondary-menu__label {
    color: #005983;
}

.secondary-menu__top-level > li > a.active {
    color: #005983;
}

.overlay__content a.button {
    color: white;
}

.overlay__content a.button:hover {
    color: white;
}

iframe {
    border: medium none;
    overflow: auto;
    width: 100%;
}

#inhalt p img {
	max-width: 100% !important;
	height: auto !important;
}

.sponsors a img {
    margin: 0 15px 15px 0;
}

.sponsors a {
    text-decoration: none;
}

.sponsors_list th {
    width: 250px;
}

table.nocolors tr:nth-child(2n+2) {
  background: none;
}

.no-content {
    padding-left: 0;
}

.no-content:before {
    content: "";
}