@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
@import 'animate.css';
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: none;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* rambla-regular - latin */
@font-face {
  font-family: "Rambla";
  font-style: normal;
  font-weight: 400;
  src: url("../_webfonts/rambla-v8-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("../_webfonts/rambla-v8-latin-regular.eot?#iefix") format("embedded-opentype"), url("../_webfonts/rambla-v8-latin-regular.woff2") format("woff2"), url("../_webfonts/rambla-v8-latin-regular.woff") format("woff"), url("../_webfonts/rambla-v8-latin-regular.ttf") format("truetype"), url("../_webfonts/rambla-v8-latin-regular.svg#Rambla") format("svg"); /* Legacy iOS */
  font-display: swap;
}
/* rambla-italic - latin */
@font-face {
  font-family: "Rambla";
  font-style: italic;
  font-weight: 400;
  src: url("../_webfonts/rambla-v8-latin-italic.eot"); /* IE9 Compat Modes */
  src: local(""), url("../_webfonts/rambla-v8-latin-italic.eot?#iefix") format("embedded-opentype"), url("../_webfonts/rambla-v8-latin-italic.woff2") format("woff2"), url("../_webfonts/rambla-v8-latin-italic.woff") format("woff"), url("../_webfonts/rambla-v8-latin-italic.ttf") format("truetype"), url("../_webfonts/rambla-v8-latin-italic.svg#Rambla") format("svg"); /* Legacy iOS */
  font-display: swap;
}
/* rambla-700 - latin */
@font-face {
  font-family: "Rambla";
  font-style: normal;
  font-weight: 700;
  src: url("../_webfonts/rambla-v8-latin-700.eot"); /* IE9 Compat Modes */
  src: local(""), url("../_webfonts/rambla-v8-latin-700.eot?#iefix") format("embedded-opentype"), url("../_webfonts/rambla-v8-latin-700.woff2") format("woff2"), url("../_webfonts/rambla-v8-latin-700.woff") format("woff"), url("../_webfonts/rambla-v8-latin-700.ttf") format("truetype"), url("../_webfonts/rambla-v8-latin-700.svg#Rambla") format("svg"); /* Legacy iOS */
  font-display: swap;
}
/*
$font-size-base: 14px;
$font-size-menu: 17px;
$font-size-footer: 12px;
*/
/*
@mixin medium-min {
	@media screen and (min-width: 735px) {
		@content;
	}
}

@mixin medium-max {
	@media screen and (max-width: 1023px) {
		@content;
	}
}

@mixin medium-only {
	@media screen and (min-width: 735px) and (max-width: 1023px) {
		@content;
	}
}

@mixin large-min {
	@media screen and (min-width: 1024px) {
		@content;
	}
}
*/
html {
  overflow-y: scroll;
  color: #555554;
  font-family: "Rambla", arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
}
@media screen and (min-width: 735px) {
  html {
    font-size: 16px;
  }
}

body.BFW2024 {
  font-size: 18px;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.svgHidden {
  display: none;
}

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

iframe {
  max-width: 100%;
  overflow: scroll;
  margin: 0 0 28px 0;
  padding: 10px 0;
  border-top: 1px dotted #555554 !important;
  border-bottom: 1px dotted #555554 !important;
}
iframe + .cookieconsentFallbackActivation {
  display: none;
}
iframe.cookieconsent-optin-marketing[style*="display: none"] + .cookieconsentFallbackActivation, iframe.cookieconsent-optin-statistics[style*="display: none"] + .cookieconsentFallbackActivation {
  display: block;
  padding: 30px 40px 10px 40px;
  background: #555554;
}

video {
  width: 100% !important;
  height: auto !important;
  margin: 10px 0 10px 0;
  line-height: 1;
}

::-moz-selection {
  color: #fff;
  background: #03346e;
}

::selection {
  color: #fff;
  background: #03346e;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

h1 {
  margin: 0 0 16px 0;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media screen and (max-width: 734px) {
  h1 {
    border-bottom: 1px dotted #555554;
  }
}
h1.bar {
  margin-bottom: 0;
  padding: 8px 20px;
  background: #cedf9a;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
h1.h3 {
  font-size: 35px;
}
h1.blue {
  color: #03346e;
}

h2 {
  margin: 0 0 28px 0;
  font-size: 19px;
  font-weight: 400;
}
h2.large {
  margin: 0 0 16px 0;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media screen and (max-width: 734px) {
  h2.large {
    border-bottom: 1px dotted #555554;
  }
  #academy.christmas h2.large {
    border-bottom: none;
  }
}
h2.icon {
  clear: both;
  position: relative;
  min-height: 48px;
  padding: 16px 20px 16px 80px;
  background: #878787;
  color: #fff;
  letter-spacing: 1px;
}
@media screen and (min-width: 735px) {
  h2.icon {
    padding-left: 60px;
  }
}
h2.icon:before {
  position: absolute;
  width: 42px;
  height: 42px;
  top: 10px;
  left: 20px;
}
@media screen and (min-width: 735px) {
  h2.icon:before {
    left: 10px;
  }
}
h2.bar {
  padding: 16px 20px;
  background: #555554;
  color: #fff;
  letter-spacing: 1px;
  text-align: center;
}
h2.barIcon {
  padding: 16px 20px;
  background: #555554;
  color: #fff;
  letter-spacing: 1px;
  text-align: center;
  text-align: left;
  position: relative;
  padding-left: 80px;
}
h2.barIcon svg, h2.barIcon img {
  position: absolute;
  height: 48px;
  top: 11px;
  left: 10px;
}
h2.news {
  clear: both;
  position: relative;
  min-height: 48px;
  padding: 16px 20px 16px 80px;
  background: #878787;
  color: #fff;
  letter-spacing: 1px;
  background: #555554;
}
@media screen and (min-width: 735px) {
  h2.news {
    padding-left: 60px;
  }
}
h2.news:before {
  position: absolute;
  width: 42px;
  height: 42px;
  top: 10px;
  left: 20px;
}
@media screen and (min-width: 735px) {
  h2.news:before {
    left: 10px;
  }
}
h2.news:before {
  content: url(../_images/icons/navigation/newsundaktuelles_white.svg);
}
h2.press {
  clear: both;
  position: relative;
  min-height: 48px;
  padding: 16px 20px 16px 80px;
  background: #878787;
  color: #fff;
  letter-spacing: 1px;
  background: #555554;
}
@media screen and (min-width: 735px) {
  h2.press {
    padding-left: 60px;
  }
}
h2.press:before {
  position: absolute;
  width: 42px;
  height: 42px;
  top: 10px;
  left: 20px;
}
@media screen and (min-width: 735px) {
  h2.press:before {
    left: 10px;
  }
}
h2.press:before {
  content: url(../_images/icons/navigation/pressemeldungen_white.svg);
}
h2.references {
  clear: both;
  position: relative;
  min-height: 48px;
  padding: 16px 20px 16px 80px;
  background: #878787;
  color: #fff;
  letter-spacing: 1px;
  background: #0768b2;
}
@media screen and (min-width: 735px) {
  h2.references {
    padding-left: 60px;
  }
}
h2.references:before {
  position: absolute;
  width: 42px;
  height: 42px;
  top: 10px;
  left: 20px;
}
@media screen and (min-width: 735px) {
  h2.references:before {
    left: 10px;
  }
}
h2.references:before {
  content: url(../_images/icons/navigation/schuelerstimmen_white.svg);
}
h2.joboffers {
  clear: both;
  position: relative;
  min-height: 48px;
  padding: 16px 20px 16px 80px;
  background: #878787;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 0;
  padding-left: 160px !important;
  background: #009bd6;
}
@media screen and (min-width: 735px) {
  h2.joboffers {
    padding-left: 60px;
  }
}
h2.joboffers:before {
  position: absolute;
  width: 42px;
  height: 42px;
  top: 10px;
  left: 20px;
}
@media screen and (min-width: 735px) {
  h2.joboffers:before {
    left: 10px;
  }
}
h2.joboffers:before {
  content: url(../_images/logo_jobportal_white.svg);
  width: 109px;
  height: 30px;
  top: 13px;
}
h2.joboffers:after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: calc(100% - 16px);
  top: 8px;
  left: 140px;
  background: #fff;
}
h2.infotage {
  clear: both;
  position: relative;
  min-height: 48px;
  padding: 16px 20px 16px 80px;
  background: #878787;
  color: #fff;
  letter-spacing: 1px;
  background: #fff !important;
  color: #0768b2;
}
@media screen and (min-width: 735px) {
  h2.infotage {
    padding-left: 60px;
  }
}
h2.infotage:before {
  position: absolute;
  width: 42px;
  height: 42px;
  top: 10px;
  left: 20px;
}
@media screen and (min-width: 735px) {
  h2.infotage:before {
    left: 10px;
  }
}
h2.infotage:before {
  content: url(../_images/icons/navigation/infotage_grey.svg);
}
h2.courseStart {
  clear: both;
  position: relative;
  min-height: 48px;
  padding: 16px 20px 16px 80px;
  background: #878787;
  color: #fff;
  letter-spacing: 1px;
  background: #fff !important;
  color: #0768b2;
}
@media screen and (min-width: 735px) {
  h2.courseStart {
    padding-left: 60px;
  }
}
h2.courseStart:before {
  position: absolute;
  width: 42px;
  height: 42px;
  top: 10px;
  left: 20px;
}
@media screen and (min-width: 735px) {
  h2.courseStart:before {
    left: 10px;
  }
}
h2.courseStart:before {
  content: url(../_images/icons/navigation/kursstarts_grey.svg);
}
h2.facts {
  clear: both;
  position: relative;
  min-height: 48px;
  padding: 16px 20px 16px 80px;
  background: #878787;
  color: #fff;
  letter-spacing: 1px;
  background: #555554;
}
@media screen and (min-width: 735px) {
  h2.facts {
    padding-left: 60px;
  }
}
h2.facts:before {
  position: absolute;
  width: 42px;
  height: 42px;
  top: 10px;
  left: 20px;
}
@media screen and (min-width: 735px) {
  h2.facts:before {
    left: 10px;
  }
}
h2.facts:before {
  content: url(../_images/icons/navigation/zahlendatenfakten_white.svg);
}
h2.socialMedia {
  clear: both;
  position: relative;
  min-height: 48px;
  padding: 16px 20px 16px 80px;
  background: #878787;
  color: #fff;
  letter-spacing: 1px;
  background: #555554;
}
@media screen and (min-width: 735px) {
  h2.socialMedia {
    padding-left: 60px;
  }
}
h2.socialMedia:before {
  position: absolute;
  width: 42px;
  height: 42px;
  top: 10px;
  left: 20px;
}
@media screen and (min-width: 735px) {
  h2.socialMedia:before {
    left: 10px;
  }
}
h2.socialMedia:before {
  content: url(../_images/icons/navigation/social_media_white.svg);
}
h2.contactperson {
  clear: both;
  position: relative;
  min-height: 48px;
  padding: 16px 20px 16px 80px;
  background: #878787;
  color: #fff;
  letter-spacing: 1px;
  background: #555554;
}
@media screen and (min-width: 735px) {
  h2.contactperson {
    padding-left: 60px;
  }
}
h2.contactperson:before {
  position: absolute;
  width: 42px;
  height: 42px;
  top: 10px;
  left: 20px;
}
@media screen and (min-width: 735px) {
  h2.contactperson:before {
    left: 10px;
  }
}
h2.contactperson:before {
  content: url(../_images/icons/navigation/ansprechpartner_white.svg);
}
h2.joboffer {
  clear: both;
  position: relative;
  min-height: 48px;
  padding: 16px 20px 16px 80px;
  background: #878787;
  color: #fff;
  letter-spacing: 1px;
  background: #555554;
}
@media screen and (min-width: 735px) {
  h2.joboffer {
    padding-left: 60px;
  }
}
h2.joboffer:before {
  position: absolute;
  width: 42px;
  height: 42px;
  top: 10px;
  left: 20px;
}
@media screen and (min-width: 735px) {
  h2.joboffer:before {
    left: 10px;
  }
}
h2.joboffer:before {
  content: url(../_images/icons/navigation/social_media_white.svg);
}
h2.download {
  clear: both;
  position: relative;
  min-height: 48px;
  padding: 16px 20px 16px 80px;
  background: #878787;
  color: #fff;
  letter-spacing: 1px;
  background: #555554;
}
@media screen and (min-width: 735px) {
  h2.download {
    padding-left: 60px;
  }
}
h2.download:before {
  position: absolute;
  width: 42px;
  height: 42px;
  top: 10px;
  left: 20px;
}
@media screen and (min-width: 735px) {
  h2.download:before {
    left: 10px;
  }
}
h2.download:before {
  content: url(../_images/icons/navigation/download_white.svg);
}
h2.statement {
  clear: both;
  position: relative;
  min-height: 48px;
  padding: 16px 20px 16px 80px;
  background: #878787;
  color: #fff;
  letter-spacing: 1px;
  background: #fff;
  color: #555554;
  font-size: 21px;
  text-transform: none;
}
@media screen and (min-width: 735px) {
  h2.statement {
    padding-left: 60px;
  }
}
h2.statement:before {
  position: absolute;
  width: 42px;
  height: 42px;
  top: 10px;
  left: 20px;
}
@media screen and (min-width: 735px) {
  h2.statement:before {
    left: 10px;
  }
}
h2.statement:before {
  content: url(../_images/icons/navigation/schuelerstimmen_grey.svg);
}
h2.routing {
  clear: both;
  position: relative;
  min-height: 48px;
  padding: 16px 20px 16px 80px;
  background: #878787;
  color: #fff;
  letter-spacing: 1px;
  background: #0069b4;
}
@media screen and (min-width: 735px) {
  h2.routing {
    padding-left: 60px;
  }
}
h2.routing:before {
  position: absolute;
  width: 42px;
  height: 42px;
  top: 10px;
  left: 20px;
}
@media screen and (min-width: 735px) {
  h2.routing:before {
    left: 10px;
  }
}
h2.routing:before {
  content: url(../_images/icons/navigation/anfahrt_white.svg);
}
h2.modules {
  clear: both;
  position: relative;
  min-height: 48px;
  padding: 16px 20px 16px 80px;
  background: #878787;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: -10px;
  padding-left: 75px;
  background: #646878;
}
@media screen and (min-width: 735px) {
  h2.modules {
    padding-left: 60px;
  }
}
h2.modules:before {
  position: absolute;
  width: 42px;
  height: 42px;
  top: 10px;
  left: 20px;
}
@media screen and (min-width: 735px) {
  h2.modules:before {
    left: 10px;
  }
}
@media screen and (min-width: 735px) {
  h2.modules {
    padding-left: 70px;
  }
}
h2.modules:before {
  content: url(../_images/icons/navigation/module_white.svg);
}
h2.underline {
  border-bottom: 1px dotted #555554;
}
h2.noMarginTop {
  margin-top: 0 !important;
}
h2.barblue {
  padding: 16px 20px;
  background: #555554;
  color: #fff;
  letter-spacing: 1px;
  text-align: center;
  background: #03346e;
}

h1.news {
  clear: both;
  position: relative;
  min-height: 48px;
  padding: 16px 20px 16px 80px;
  background: #878787;
  color: #fff;
  letter-spacing: 1px;
  background: #555554;
  font-size: 19px;
  font-weight: 400;
  text-transform: uppercase;
}
@media screen and (min-width: 735px) {
  h1.news {
    padding-left: 60px;
  }
}
h1.news:before {
  position: absolute;
  width: 42px;
  height: 42px;
  top: 10px;
  left: 20px;
}
@media screen and (min-width: 735px) {
  h1.news:before {
    left: 10px;
  }
}
h1.news:before {
  content: url(../_images/icons/navigation/newsundaktuelles_white.svg);
}

h1.press {
  clear: both;
  position: relative;
  min-height: 48px;
  padding: 16px 20px 16px 80px;
  background: #878787;
  color: #fff;
  letter-spacing: 1px;
  background: #555554;
  font-size: 19px;
  font-weight: 400;
  text-transform: uppercase;
}
@media screen and (min-width: 735px) {
  h1.press {
    padding-left: 60px;
  }
}
h1.press:before {
  position: absolute;
  width: 42px;
  height: 42px;
  top: 10px;
  left: 20px;
}
@media screen and (min-width: 735px) {
  h1.press:before {
    left: 10px;
  }
}
h1.press:before {
  content: url(../_images/icons/navigation/pressemeldungen_white.svg);
}

h1.infotage {
  clear: both;
  position: relative;
  min-height: 48px;
  padding: 16px 20px 16px 80px;
  background: #878787;
  color: #fff;
  letter-spacing: 1px;
  background: #fff !important;
  color: #0768b2;
  background: #555554 !important;
  color: #fff;
  font-size: 19px;
  font-weight: 400;
  text-transform: uppercase;
}
@media screen and (min-width: 735px) {
  h1.infotage {
    padding-left: 60px;
  }
}
h1.infotage:before {
  position: absolute;
  width: 42px;
  height: 42px;
  top: 10px;
  left: 20px;
}
@media screen and (min-width: 735px) {
  h1.infotage:before {
    left: 10px;
  }
}
h1.infotage:before {
  content: url(../_images/icons/navigation/infotage_grey.svg);
}
h1.infotage:before {
  content: url(../_images/icons/navigation/infotage_white.svg);
}

h1.facts {
  clear: both;
  position: relative;
  min-height: 48px;
  padding: 16px 20px 16px 80px;
  background: #878787;
  color: #fff;
  letter-spacing: 1px;
  background: #555554;
  font-size: 19px;
  font-weight: 400;
  text-transform: uppercase;
}
@media screen and (min-width: 735px) {
  h1.facts {
    padding-left: 60px;
  }
}
h1.facts:before {
  position: absolute;
  width: 42px;
  height: 42px;
  top: 10px;
  left: 20px;
}
@media screen and (min-width: 735px) {
  h1.facts:before {
    left: 10px;
  }
}
h1.facts:before {
  content: url(../_images/icons/navigation/zahlendatenfakten_white.svg);
}

h1.socialMedia {
  clear: both;
  position: relative;
  min-height: 48px;
  padding: 16px 20px 16px 80px;
  background: #878787;
  color: #fff;
  letter-spacing: 1px;
  background: #555554;
  font-size: 19px;
  font-weight: 400;
  text-transform: uppercase;
}
@media screen and (min-width: 735px) {
  h1.socialMedia {
    padding-left: 60px;
  }
}
h1.socialMedia:before {
  position: absolute;
  width: 42px;
  height: 42px;
  top: 10px;
  left: 20px;
}
@media screen and (min-width: 735px) {
  h1.socialMedia:before {
    left: 10px;
  }
}
h1.socialMedia:before {
  content: url(../_images/icons/navigation/social_media_white.svg);
}

.mainContent h2 {
  letter-spacing: 1px;
}

.contentSidebar h2 {
  margin-bottom: 24px;
  padding: 2px 20px;
  background: #6e6e6e;
  color: #fff;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
}
.contentSidebar h2.icon {
  padding-left: 80px;
  text-align: left;
  font-size: 19px;
}
@media screen and (min-width: 735px) {
  .contentSidebar h2.icon {
    padding-left: 60px;
  }
}
@media screen and (min-width: 735px) {
  .contentSidebar h2.icon:before {
    left: 5px;
  }
}
.contentSidebar h2.infotage {
  padding-top: 16px;
  background: #fff;
  color: #0768b2;
  /*
  		@include small-max {
  			//padding-left: 100px;
  			&:before {
  				//left: 40px;
  			}
  		}
  */
}
@media screen and (min-width: 735px) {
  .contentSidebar h2.infotage {
    margin-bottom: 12px !important;
    padding-top: 6.4px;
    padding-left: 60px;
  }
  .contentSidebar h2.infotage span {
    display: block;
    padding-top: 1px;
    font-size: 16px;
  }
}
.contentSidebar h2.courseStart {
  padding-top: 16px;
  background: #fff;
  color: #0768b2;
}
@media screen and (min-width: 735px) {
  .contentSidebar h2.courseStart {
    margin-bottom: 12px !important;
  }
}
.contentSidebar h2.customerSatisfaction {
  margin-bottom: 2px;
}

#index h2.news {
  text-transform: uppercase;
}
@media screen and (max-width: 734px) {
  #index h2.news {
    margin-top: 24px;
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 960px) {
  #index h2.news {
    margin-bottom: 12px;
    padding-left: 50px;
    background: #fff;
    color: #0768b2;
  }
  #index h2.news:before {
    content: url(../_images/icons/navigation/newsundaktuelles_grey.svg);
    left: 0;
  }
}
#index h2.infotage, #index h2.courseStart {
  text-transform: uppercase;
}
@media screen and (min-width: 735px) {
  #index h2.infotage, #index h2.courseStart {
    margin-bottom: 12px;
    padding-bottom: 16px;
  }
}
@media screen and (min-width: 735px) {
  #index h2.infotage:before {
    left: 3px;
  }
}

.contentSidebar h2 + .download {
  margin-top: -24px;
}

#BFW .contentSidebar h2.infotage {
  padding-left: 80px;
  text-align: left;
}
@media screen and (min-width: 735px) {
  #BFW .contentSidebar h2.infotage {
    padding-left: 60px;
  }
}
@media screen and (min-width: 735px) {
  #BFW .contentSidebar h2.infotage:before {
    left: 4px;
  }
}
#BFW .contentSidebar h2.infotage span {
  display: block;
}

h3 {
  margin: 28px 0 0 0;
  font-size: 16px;
  font-weight: 700;
}
h3.english p:before {
  content: url("../_images/icons/flag_en.jpg");
  margin-right: 10px;
}
h3.headline {
  font-size: 45px;
  font-weight: 400;
}

h4 {
  margin: 28px 0 0 0;
  color: #555554;
  font-weight: 400;
  font-size: 16px;
  color: #03346e;
}

h5 {
  margin: 4px 0 0 0;
  color: #555554;
  font-weight: 400;
  font-size: 16px;
  font-style: italic;
}

.hiddenHeading {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}

p {
  margin: 0 0 28px 0;
}
p.highlighted {
  font-weight: 700;
}

.contentSidebar p {
  margin-bottom: 20px;
  padding: 0;
}

#academy.christmas .contentSidebar p {
  padding: 0 20px;
}

a {
  text-decoration: none;
  -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  -o-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  color: #0768b2;
}
a:hover {
  cursor: pointer;
  color: #03346e;
}
a:focus {
  outline: 0;
}

.contentSidebar a {
  text-decoration: underline;
}
.contentSidebar a:hover {
  color: #079bd5;
}

a.button {
  position: relative;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
  min-height: 50px;
  padding: 10px 30px 10px 65px;
  border: 1px solid #555554;
  color: #555554;
  font-size: 15px;
  text-transform: uppercase;
}
@media screen and (max-width: 734px) {
  a.button {
    min-width: 200px;
    margin: 0 20px 10px 20px;
  }
}
@media screen and (min-width: 735px) {
  a.button {
    margin: 0 20px 10px 0;
  }
}
a.button:before {
  position: absolute;
  width: 26px;
  height: 26px;
  top: 10px;
  left: 12px;
  text-indent: 0;
}
a.button:after {
  content: url(../_images/svg/arrow_default.svg);
  position: absolute;
  width: 20px;
  height: 20px;
  top: 15px;
  right: 7px;
  text-indent: 0;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
a.button:hover {
  color: #fff;
  background: #555554;
}
a.button:hover:after {
  content: url(../_images/svg/arrow_white.svg);
}
a.anchorDefault {
  position: relative;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
  min-height: 50px;
  padding: 10px 30px 10px 65px;
  border: 1px solid #555554;
  color: #555554;
  font-size: 15px;
  text-transform: uppercase;
}
@media screen and (max-width: 734px) {
  a.anchorDefault {
    min-width: 200px;
    margin: 0 20px 10px 20px;
  }
}
@media screen and (min-width: 735px) {
  a.anchorDefault {
    margin: 0 20px 10px 0;
  }
}
a.anchorDefault:before {
  position: absolute;
  width: 26px;
  height: 26px;
  top: 10px;
  left: 12px;
  text-indent: 0;
}
a.anchorDefault:after {
  content: url(../_images/svg/arrow_default.svg);
  position: absolute;
  width: 20px;
  height: 20px;
  top: 15px;
  right: 7px;
  text-indent: 0;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
a.anchorDefault:hover {
  color: #fff;
  background: #555554;
}
a.anchorDefault:hover:after {
  content: url(../_images/svg/arrow_white.svg);
}
a.anchorDefault:before {
  content: url(../_images/icons/button/Ankerlink_default.svg) !important;
  width: 20px;
  top: 13px;
  left: 20px;
}
a.anchorDefault:after {
  display: none;
}
a.anchorDefault:hover:before {
  content: url(../_images/icons/button/Ankerlink_white.svg) !important;
}
a.anchorBlue2 {
  position: relative;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
  min-height: 50px;
  padding: 10px 30px 10px 65px;
  border: 1px solid #555554;
  color: #555554;
  font-size: 15px;
  text-transform: uppercase;
  color: #0768b2;
  border-color: #0768b2;
}
@media screen and (max-width: 734px) {
  a.anchorBlue2 {
    min-width: 200px;
    margin: 0 20px 10px 20px;
  }
}
@media screen and (min-width: 735px) {
  a.anchorBlue2 {
    margin: 0 20px 10px 0;
  }
}
a.anchorBlue2:before {
  position: absolute;
  width: 26px;
  height: 26px;
  top: 10px;
  left: 12px;
  text-indent: 0;
}
a.anchorBlue2:after {
  content: url(../_images/svg/arrow_default.svg);
  position: absolute;
  width: 20px;
  height: 20px;
  top: 15px;
  right: 7px;
  text-indent: 0;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
a.anchorBlue2:hover {
  color: #fff;
  background: #555554;
}
a.anchorBlue2:hover:after {
  content: url(../_images/svg/arrow_white.svg);
}
a.anchorBlue2:before {
  content: url(../_images/icons/button/Ankerlink_default.svg) !important;
  width: 20px;
  top: 13px;
  left: 20px;
}
a.anchorBlue2:after {
  display: none;
}
a.anchorBlue2:hover:before {
  content: url(../_images/icons/button/Ankerlink_white.svg) !important;
}
a.anchorBlue2:before {
  content: url(../_images/icons/button/Ankerlink_blue2.svg) !important;
}
a.anchorBlue2:hover {
  background-color: #03346e;
  border-color: #03346e;
}
a.anchorBlue2:hover:before {
  content: url(../_images/icons/button/Ankerlink_white.svg) !important;
}
a.request {
  position: relative;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
  min-height: 50px;
  padding: 10px 30px 10px 65px;
  border: 1px solid #555554;
  color: #555554;
  font-size: 15px;
  text-transform: uppercase;
  margin: 15px 40px 10px 40px;
}
@media screen and (max-width: 734px) {
  a.request {
    min-width: 200px;
    margin: 0 20px 10px 20px;
  }
}
@media screen and (min-width: 735px) {
  a.request {
    margin: 0 20px 10px 0;
  }
}
a.request:before {
  position: absolute;
  width: 26px;
  height: 26px;
  top: 10px;
  left: 12px;
  text-indent: 0;
}
a.request:after {
  content: url(../_images/svg/arrow_default.svg);
  position: absolute;
  width: 20px;
  height: 20px;
  top: 15px;
  right: 7px;
  text-indent: 0;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
a.request:hover {
  color: #fff;
  background: #555554;
}
a.request:hover:after {
  content: url(../_images/svg/arrow_white.svg);
}
@media screen and (min-width: 735px) {
  a.request {
    margin: 15px 15px 10px 15px;
  }
}
a.request:before {
  content: url(../_images/icons/button/Button_Anfrage_grey.svg);
  top: 12px;
}
a.request:hover:before {
  content: url(../_images/icons/button/Button_Anfrage_white.svg);
}
a.callUs {
  position: relative;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
  min-height: 50px;
  padding: 10px 30px 10px 65px;
  border: 1px solid #555554;
  color: #555554;
  font-size: 15px;
  text-transform: uppercase;
  margin: 15px 40px 10px 40px;
}
@media screen and (max-width: 734px) {
  a.callUs {
    min-width: 200px;
    margin: 0 20px 10px 20px;
  }
}
@media screen and (min-width: 735px) {
  a.callUs {
    margin: 0 20px 10px 0;
  }
}
a.callUs:before {
  position: absolute;
  width: 26px;
  height: 26px;
  top: 10px;
  left: 12px;
  text-indent: 0;
}
a.callUs:after {
  content: url(../_images/svg/arrow_default.svg);
  position: absolute;
  width: 20px;
  height: 20px;
  top: 15px;
  right: 7px;
  text-indent: 0;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
a.callUs:hover {
  color: #fff;
  background: #555554;
}
a.callUs:hover:after {
  content: url(../_images/svg/arrow_white.svg);
}
@media screen and (min-width: 735px) {
  a.callUs {
    margin: 15px 15px 10px 15px;
  }
}
@media screen and (min-width: 960px) {
  a.callUs {
    display: none;
  }
}
a.callUs:before {
  content: url(../_images/icons/button/Button_Telefonanfrage_grey.svg);
}
a.callUs:hover:before {
  content: url(../_images/icons/button/Button_Telefonanfrage_white.svg);
}
a.latestNews {
  position: relative;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
  min-height: 50px;
  padding: 10px 30px 10px 65px;
  border: 1px solid #555554;
  color: #555554;
  font-size: 15px;
  text-transform: uppercase;
  margin: 15px 40px 10px 40px;
}
@media screen and (max-width: 734px) {
  a.latestNews {
    min-width: 200px;
    margin: 0 20px 10px 20px;
  }
}
@media screen and (min-width: 735px) {
  a.latestNews {
    margin: 0 20px 10px 0;
  }
}
a.latestNews:before {
  position: absolute;
  width: 26px;
  height: 26px;
  top: 10px;
  left: 12px;
  text-indent: 0;
}
a.latestNews:after {
  content: url(../_images/svg/arrow_default.svg);
  position: absolute;
  width: 20px;
  height: 20px;
  top: 15px;
  right: 7px;
  text-indent: 0;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
a.latestNews:hover {
  color: #fff;
  background: #555554;
}
a.latestNews:hover:after {
  content: url(../_images/svg/arrow_white.svg);
}
@media screen and (min-width: 735px) {
  a.latestNews {
    margin: 15px 15px 10px 15px;
  }
}
a.latestNews:before {
  content: url(../_images/icons/button/Button_Neuigkeiten_grey.svg);
}
a.latestNews:hover:before {
  content: url(../_images/icons/button/Button_Neuigkeiten_white.svg);
}
a.registration {
  position: relative;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
  min-height: 50px;
  padding: 10px 30px 10px 65px;
  border: 1px solid #555554;
  color: #555554;
  font-size: 15px;
  text-transform: uppercase;
  margin: 15px 40px 10px 40px;
}
@media screen and (max-width: 734px) {
  a.registration {
    min-width: 200px;
    margin: 0 20px 10px 20px;
  }
}
@media screen and (min-width: 735px) {
  a.registration {
    margin: 0 20px 10px 0;
  }
}
a.registration:before {
  position: absolute;
  width: 26px;
  height: 26px;
  top: 10px;
  left: 12px;
  text-indent: 0;
}
a.registration:after {
  content: url(../_images/svg/arrow_default.svg);
  position: absolute;
  width: 20px;
  height: 20px;
  top: 15px;
  right: 7px;
  text-indent: 0;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
a.registration:hover {
  color: #fff;
  background: #555554;
}
a.registration:hover:after {
  content: url(../_images/svg/arrow_white.svg);
}
@media screen and (min-width: 735px) {
  a.registration {
    margin: 15px 15px 10px 15px;
  }
}
a.registration:before {
  content: url(../_images/icons/button/Button_Anmeldung_grey.svg);
}
a.registration:hover:before {
  content: url(../_images/icons/button/Button_Anmeldung_white.svg);
}
a.routing {
  position: relative;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
  min-height: 50px;
  padding: 10px 30px 10px 65px;
  border: 1px solid #555554;
  color: #555554;
  font-size: 15px;
  text-transform: uppercase;
  margin: 15px 40px 10px 40px;
}
@media screen and (max-width: 734px) {
  a.routing {
    min-width: 200px;
    margin: 0 20px 10px 20px;
  }
}
@media screen and (min-width: 735px) {
  a.routing {
    margin: 0 20px 10px 0;
  }
}
a.routing:before {
  position: absolute;
  width: 26px;
  height: 26px;
  top: 10px;
  left: 12px;
  text-indent: 0;
}
a.routing:after {
  content: url(../_images/svg/arrow_default.svg);
  position: absolute;
  width: 20px;
  height: 20px;
  top: 15px;
  right: 7px;
  text-indent: 0;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
a.routing:hover {
  color: #fff;
  background: #555554;
}
a.routing:hover:after {
  content: url(../_images/svg/arrow_white.svg);
}
@media screen and (min-width: 735px) {
  a.routing {
    margin: 15px 15px 10px 15px;
  }
}
a.routing:before {
  content: url(../_images/icons/button/Button_Anfahrt_grey.svg);
}
a.routing:hover:before {
  content: url(../_images/icons/button/Button_Anfahrt_white.svg);
}
a.location {
  position: relative;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
  min-height: 50px;
  padding: 10px 30px 10px 65px;
  border: 1px solid #555554;
  color: #555554;
  font-size: 15px;
  text-transform: uppercase;
  margin: 15px 40px 10px 40px;
}
@media screen and (max-width: 734px) {
  a.location {
    min-width: 200px;
    margin: 0 20px 10px 20px;
  }
}
@media screen and (min-width: 735px) {
  a.location {
    margin: 0 20px 10px 0;
  }
}
a.location:before {
  position: absolute;
  width: 26px;
  height: 26px;
  top: 10px;
  left: 12px;
  text-indent: 0;
}
a.location:after {
  content: url(../_images/svg/arrow_default.svg);
  position: absolute;
  width: 20px;
  height: 20px;
  top: 15px;
  right: 7px;
  text-indent: 0;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
a.location:hover {
  color: #fff;
  background: #555554;
}
a.location:hover:after {
  content: url(../_images/svg/arrow_white.svg);
}
@media screen and (min-width: 735px) {
  a.location {
    margin: 15px 15px 10px 15px;
  }
}
a.location:before {
  content: url(../_images/svg/link_location.svg);
}
a.location:hover:before {
  content: url(../_images/svg/link_location_hover.svg);
}
a.PDF {
  position: relative;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
  min-height: 50px;
  padding: 10px 30px 10px 65px;
  border: 1px solid #555554;
  color: #555554;
  font-size: 15px;
  text-transform: uppercase;
  margin: 15px 40px 10px 40px;
  text-transform: none;
}
@media screen and (max-width: 734px) {
  a.PDF {
    min-width: 200px;
    margin: 0 20px 10px 20px;
  }
}
@media screen and (min-width: 735px) {
  a.PDF {
    margin: 0 20px 10px 0;
  }
}
a.PDF:before {
  position: absolute;
  width: 26px;
  height: 26px;
  top: 10px;
  left: 12px;
  text-indent: 0;
}
a.PDF:after {
  content: url(../_images/svg/arrow_default.svg);
  position: absolute;
  width: 20px;
  height: 20px;
  top: 15px;
  right: 7px;
  text-indent: 0;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
a.PDF:hover {
  color: #fff;
  background: #555554;
}
a.PDF:hover:after {
  content: url(../_images/svg/arrow_white.svg);
}
@media screen and (min-width: 735px) {
  a.PDF {
    margin: 15px 15px 10px 15px;
  }
}
a.PDF:before {
  content: url(../_images/icons/button/Button_Datenblatt_grey.svg);
}
a.PDF:hover:before {
  content: url(../_images/icons/button/Button_Datenblatt_white.svg);
}
a.image {
  position: relative;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
  min-height: 50px;
  padding: 10px 30px 10px 65px;
  border: 1px solid #555554;
  color: #555554;
  font-size: 15px;
  text-transform: uppercase;
  margin: 15px 40px 10px 40px;
  text-transform: none;
}
@media screen and (max-width: 734px) {
  a.image {
    min-width: 200px;
    margin: 0 20px 10px 20px;
  }
}
@media screen and (min-width: 735px) {
  a.image {
    margin: 0 20px 10px 0;
  }
}
a.image:before {
  position: absolute;
  width: 26px;
  height: 26px;
  top: 10px;
  left: 12px;
  text-indent: 0;
}
a.image:after {
  content: url(../_images/svg/arrow_default.svg);
  position: absolute;
  width: 20px;
  height: 20px;
  top: 15px;
  right: 7px;
  text-indent: 0;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
a.image:hover {
  color: #fff;
  background: #555554;
}
a.image:hover:after {
  content: url(../_images/svg/arrow_white.svg);
}
@media screen and (min-width: 735px) {
  a.image {
    margin: 15px 15px 10px 15px;
  }
}
a.image:before {
  content: url(../_images/svg/link_image.svg);
}
a.image:hover:before {
  content: url(../_images/svg/link_image_hover.svg);
}
a.linkPruefung {
  position: relative;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
  min-height: 50px;
  padding: 10px 30px 10px 65px;
  border: 1px solid #555554;
  color: #555554;
  font-size: 15px;
  text-transform: uppercase;
  margin: 15px 40px 10px 40px;
}
@media screen and (max-width: 734px) {
  a.linkPruefung {
    min-width: 200px;
    margin: 0 20px 10px 20px;
  }
}
@media screen and (min-width: 735px) {
  a.linkPruefung {
    margin: 0 20px 10px 0;
  }
}
a.linkPruefung:before {
  position: absolute;
  width: 26px;
  height: 26px;
  top: 10px;
  left: 12px;
  text-indent: 0;
}
a.linkPruefung:after {
  content: url(../_images/svg/arrow_default.svg);
  position: absolute;
  width: 20px;
  height: 20px;
  top: 15px;
  right: 7px;
  text-indent: 0;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
a.linkPruefung:hover {
  color: #fff;
  background: #555554;
}
a.linkPruefung:hover:after {
  content: url(../_images/svg/arrow_white.svg);
}
@media screen and (min-width: 735px) {
  a.linkPruefung {
    margin: 15px 15px 10px 15px;
  }
}
a.linkPruefung:before {
  content: url(../_images/icons/button/Button_Pruefungstermine_grey.svg);
  width: 32px;
  height: 32px;
  top: 12px;
  left: 8px;
}
a.linkPruefung:hover:before {
  content: url(../_images/icons/button/Button_Pruefungstermine_white.svg);
}
a.linkDatenblatt {
  position: relative;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
  min-height: 50px;
  padding: 10px 30px 10px 65px;
  border: 1px solid #555554;
  color: #555554;
  font-size: 15px;
  text-transform: uppercase;
  margin: 15px 40px 10px 40px;
}
@media screen and (max-width: 734px) {
  a.linkDatenblatt {
    min-width: 200px;
    margin: 0 20px 10px 20px;
  }
}
@media screen and (min-width: 735px) {
  a.linkDatenblatt {
    margin: 0 20px 10px 0;
  }
}
a.linkDatenblatt:before {
  position: absolute;
  width: 26px;
  height: 26px;
  top: 10px;
  left: 12px;
  text-indent: 0;
}
a.linkDatenblatt:after {
  content: url(../_images/svg/arrow_default.svg);
  position: absolute;
  width: 20px;
  height: 20px;
  top: 15px;
  right: 7px;
  text-indent: 0;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
a.linkDatenblatt:hover {
  color: #fff;
  background: #555554;
}
a.linkDatenblatt:hover:after {
  content: url(../_images/svg/arrow_white.svg);
}
@media screen and (min-width: 735px) {
  a.linkDatenblatt {
    margin: 15px 15px 10px 15px;
  }
}
a.linkDatenblatt:before {
  content: url(../_images/icons/button/Button_Datenblatt_grey.svg);
}
a.linkDatenblatt:hover:before {
  content: url(../_images/icons/button/Button_Datenblatt_white.svg);
}
a.linkFoerdermoeglichkeiten {
  position: relative;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
  min-height: 50px;
  padding: 10px 30px 10px 65px;
  border: 1px solid #555554;
  color: #555554;
  font-size: 15px;
  text-transform: uppercase;
  margin: 15px 40px 10px 40px;
}
@media screen and (max-width: 734px) {
  a.linkFoerdermoeglichkeiten {
    min-width: 200px;
    margin: 0 20px 10px 20px;
  }
}
@media screen and (min-width: 735px) {
  a.linkFoerdermoeglichkeiten {
    margin: 0 20px 10px 0;
  }
}
a.linkFoerdermoeglichkeiten:before {
  position: absolute;
  width: 26px;
  height: 26px;
  top: 10px;
  left: 12px;
  text-indent: 0;
}
a.linkFoerdermoeglichkeiten:after {
  content: url(../_images/svg/arrow_default.svg);
  position: absolute;
  width: 20px;
  height: 20px;
  top: 15px;
  right: 7px;
  text-indent: 0;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
a.linkFoerdermoeglichkeiten:hover {
  color: #fff;
  background: #555554;
}
a.linkFoerdermoeglichkeiten:hover:after {
  content: url(../_images/svg/arrow_white.svg);
}
@media screen and (min-width: 735px) {
  a.linkFoerdermoeglichkeiten {
    margin: 15px 15px 10px 15px;
  }
}
a.linkFoerdermoeglichkeiten:before {
  content: url(../_images/icons/button/Button_Foerdermoeglichkeiten_grey.svg);
}
a.linkFoerdermoeglichkeiten:hover:before {
  content: url(../_images/icons/button/Button_Foerdermoeglichkeiten_white.svg);
}
a.linkExcellencePartnerships {
  position: relative;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
  min-height: 50px;
  padding: 10px 30px 10px 65px;
  border: 1px solid #555554;
  color: #555554;
  font-size: 15px;
  text-transform: uppercase;
  margin: 15px 40px 10px 40px;
}
@media screen and (max-width: 734px) {
  a.linkExcellencePartnerships {
    min-width: 200px;
    margin: 0 20px 10px 20px;
  }
}
@media screen and (min-width: 735px) {
  a.linkExcellencePartnerships {
    margin: 0 20px 10px 0;
  }
}
a.linkExcellencePartnerships:before {
  position: absolute;
  width: 26px;
  height: 26px;
  top: 10px;
  left: 12px;
  text-indent: 0;
}
a.linkExcellencePartnerships:after {
  content: url(../_images/svg/arrow_default.svg);
  position: absolute;
  width: 20px;
  height: 20px;
  top: 15px;
  right: 7px;
  text-indent: 0;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
a.linkExcellencePartnerships:hover {
  color: #fff;
  background: #555554;
}
a.linkExcellencePartnerships:hover:after {
  content: url(../_images/svg/arrow_white.svg);
}
@media screen and (min-width: 735px) {
  a.linkExcellencePartnerships {
    margin: 15px 15px 10px 15px;
  }
}
a.linkExcellencePartnerships:before {
  content: url(../_images/icons/button/Button_Excellence_Partnerships_grey.svg);
  /*
  			width: 52px;
  			height: 52px;
  			left: 6px;
  */
  width: 34px;
  height: 34px;
}
a.linkExcellencePartnerships:hover:before {
  content: url(../_images/icons/button/Button_Excellence_Partnerships_white.svg);
}
a.linkPremiumPartnerships {
  position: relative;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
  min-height: 50px;
  padding: 10px 30px 10px 65px;
  border: 1px solid #555554;
  color: #555554;
  font-size: 15px;
  text-transform: uppercase;
  margin: 15px 40px 10px 40px;
}
@media screen and (max-width: 734px) {
  a.linkPremiumPartnerships {
    min-width: 200px;
    margin: 0 20px 10px 20px;
  }
}
@media screen and (min-width: 735px) {
  a.linkPremiumPartnerships {
    margin: 0 20px 10px 0;
  }
}
a.linkPremiumPartnerships:before {
  position: absolute;
  width: 26px;
  height: 26px;
  top: 10px;
  left: 12px;
  text-indent: 0;
}
a.linkPremiumPartnerships:after {
  content: url(../_images/svg/arrow_default.svg);
  position: absolute;
  width: 20px;
  height: 20px;
  top: 15px;
  right: 7px;
  text-indent: 0;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
a.linkPremiumPartnerships:hover {
  color: #fff;
  background: #555554;
}
a.linkPremiumPartnerships:hover:after {
  content: url(../_images/svg/arrow_white.svg);
}
@media screen and (min-width: 735px) {
  a.linkPremiumPartnerships {
    margin: 15px 15px 10px 15px;
  }
}
a.linkPremiumPartnerships:before {
  content: url(../_images/icons/button/Button_Premium_Partnerships_grey.svg);
  /*
  			width: 52px;
  			height: 52px;
  			left: 6px;
  */
  width: 34px;
  height: 34px;
}
a.linkPremiumPartnerships:hover:before {
  content: url(../_images/icons/button/Button_Premium_Partnerships_white.svg);
}
a.linkCustomerSatisfaction {
  position: relative;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
  min-height: 50px;
  padding: 10px 30px 10px 65px;
  border: 1px solid #555554;
  color: #555554;
  font-size: 15px;
  text-transform: uppercase;
  margin: 15px 40px 10px 40px;
}
@media screen and (max-width: 734px) {
  a.linkCustomerSatisfaction {
    min-width: 200px;
    margin: 0 20px 10px 20px;
  }
}
@media screen and (min-width: 735px) {
  a.linkCustomerSatisfaction {
    margin: 0 20px 10px 0;
  }
}
a.linkCustomerSatisfaction:before {
  position: absolute;
  width: 26px;
  height: 26px;
  top: 10px;
  left: 12px;
  text-indent: 0;
}
a.linkCustomerSatisfaction:after {
  content: url(../_images/svg/arrow_default.svg);
  position: absolute;
  width: 20px;
  height: 20px;
  top: 15px;
  right: 7px;
  text-indent: 0;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
a.linkCustomerSatisfaction:hover {
  color: #fff;
  background: #555554;
}
a.linkCustomerSatisfaction:hover:after {
  content: url(../_images/svg/arrow_white.svg);
}
@media screen and (min-width: 735px) {
  a.linkCustomerSatisfaction {
    margin: 15px 15px 10px 15px;
  }
}
a.linkCustomerSatisfaction:before {
  content: url(../_images/icons/button/Button_Zufriedenheit_grey.svg);
}
a.linkCustomerSatisfaction:hover:before {
  content: url(../_images/icons/button/Button_Zufriedenheit_white.svg);
}
a.linkDozenten {
  position: relative;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
  min-height: 50px;
  padding: 10px 30px 10px 65px;
  border: 1px solid #555554;
  color: #555554;
  font-size: 15px;
  text-transform: uppercase;
  margin: 15px 40px 10px 40px;
}
@media screen and (max-width: 734px) {
  a.linkDozenten {
    min-width: 200px;
    margin: 0 20px 10px 20px;
  }
}
@media screen and (min-width: 735px) {
  a.linkDozenten {
    margin: 0 20px 10px 0;
  }
}
a.linkDozenten:before {
  position: absolute;
  width: 26px;
  height: 26px;
  top: 10px;
  left: 12px;
  text-indent: 0;
}
a.linkDozenten:after {
  content: url(../_images/svg/arrow_default.svg);
  position: absolute;
  width: 20px;
  height: 20px;
  top: 15px;
  right: 7px;
  text-indent: 0;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
a.linkDozenten:hover {
  color: #fff;
  background: #555554;
}
a.linkDozenten:hover:after {
  content: url(../_images/svg/arrow_white.svg);
}
@media screen and (min-width: 735px) {
  a.linkDozenten {
    margin: 15px 15px 10px 15px;
  }
}
a.linkDozenten:before {
  content: url(../_images/icons/button/Button_Dozenten_gesucht_grey.svg);
}
a.linkDozenten:hover:before {
  content: url(../_images/icons/button/Button_Dozenten_gesucht_white.svg);
}
a.linkShop {
  position: relative;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
  min-height: 50px;
  padding: 10px 30px 10px 65px;
  border: 1px solid #555554;
  color: #555554;
  font-size: 15px;
  text-transform: uppercase;
  margin: 15px 40px 10px 40px;
}
@media screen and (max-width: 734px) {
  a.linkShop {
    min-width: 200px;
    margin: 0 20px 10px 20px;
  }
}
@media screen and (min-width: 735px) {
  a.linkShop {
    margin: 0 20px 10px 0;
  }
}
a.linkShop:before {
  position: absolute;
  width: 26px;
  height: 26px;
  top: 10px;
  left: 12px;
  text-indent: 0;
}
a.linkShop:after {
  content: url(../_images/svg/arrow_default.svg);
  position: absolute;
  width: 20px;
  height: 20px;
  top: 15px;
  right: 7px;
  text-indent: 0;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
a.linkShop:hover {
  color: #fff;
  background: #555554;
}
a.linkShop:hover:after {
  content: url(../_images/svg/arrow_white.svg);
}
@media screen and (min-width: 735px) {
  a.linkShop {
    margin: 15px 15px 10px 15px;
  }
}
a.linkShop:before {
  content: url(../_images/icons/button/Button_Eckert_Shop_grey.svg);
}
a.linkShop:hover:before {
  content: url(../_images/icons/button/Button_Eckert_Shop_white.svg);
}
a.linkESI {
  position: relative;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
  min-height: 50px;
  padding: 10px 30px 10px 65px;
  border: 1px solid #555554;
  color: #555554;
  font-size: 15px;
  text-transform: uppercase;
  margin: 15px 40px 10px 40px;
}
@media screen and (max-width: 734px) {
  a.linkESI {
    min-width: 200px;
    margin: 0 20px 10px 20px;
  }
}
@media screen and (min-width: 735px) {
  a.linkESI {
    margin: 0 20px 10px 0;
  }
}
a.linkESI:before {
  position: absolute;
  width: 26px;
  height: 26px;
  top: 10px;
  left: 12px;
  text-indent: 0;
}
a.linkESI:after {
  content: url(../_images/svg/arrow_default.svg);
  position: absolute;
  width: 20px;
  height: 20px;
  top: 15px;
  right: 7px;
  text-indent: 0;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
a.linkESI:hover {
  color: #fff;
  background: #555554;
}
a.linkESI:hover:after {
  content: url(../_images/svg/arrow_white.svg);
}
@media screen and (min-width: 735px) {
  a.linkESI {
    margin: 15px 15px 10px 15px;
  }
}
a.linkESI:before {
  content: url(../_images/icons/button/Button_Eckert_Schools_International_grey.svg);
}
a.linkESI:hover:before {
  content: url(../_images/icons/button/Button_Eckert_Schools_International_white.svg);
}
@media screen and (min-width: 960px) {
  a.linkESI {
    display: none;
  }
}
a.linkCatering {
  position: relative;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
  min-height: 50px;
  padding: 10px 30px 10px 65px;
  border: 1px solid #555554;
  color: #555554;
  font-size: 15px;
  text-transform: uppercase;
  margin: 15px 40px 10px 40px;
}
@media screen and (max-width: 734px) {
  a.linkCatering {
    min-width: 200px;
    margin: 0 20px 10px 20px;
  }
}
@media screen and (min-width: 735px) {
  a.linkCatering {
    margin: 0 20px 10px 0;
  }
}
a.linkCatering:before {
  position: absolute;
  width: 26px;
  height: 26px;
  top: 10px;
  left: 12px;
  text-indent: 0;
}
a.linkCatering:after {
  content: url(../_images/svg/arrow_default.svg);
  position: absolute;
  width: 20px;
  height: 20px;
  top: 15px;
  right: 7px;
  text-indent: 0;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
a.linkCatering:hover {
  color: #fff;
  background: #555554;
}
a.linkCatering:hover:after {
  content: url(../_images/svg/arrow_white.svg);
}
@media screen and (min-width: 735px) {
  a.linkCatering {
    margin: 15px 15px 10px 15px;
  }
}
a.linkCatering:before {
  content: url(../_images/icons/button/Bereich_HotelGastro_grey.svg);
}
a.linkCatering:hover:before {
  content: url(../_images/icons/button/Bereich_HotelGastro_white.svg);
}
a.linkBereichAusbildungsberufe {
  position: relative;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
  min-height: 50px;
  padding: 10px 30px 10px 65px;
  border: 1px solid #555554;
  color: #555554;
  font-size: 15px;
  text-transform: uppercase;
  margin: 15px 40px 10px 40px;
}
@media screen and (max-width: 734px) {
  a.linkBereichAusbildungsberufe {
    min-width: 200px;
    margin: 0 20px 10px 20px;
  }
}
@media screen and (min-width: 735px) {
  a.linkBereichAusbildungsberufe {
    margin: 0 20px 10px 0;
  }
}
a.linkBereichAusbildungsberufe:before {
  position: absolute;
  width: 26px;
  height: 26px;
  top: 10px;
  left: 12px;
  text-indent: 0;
}
a.linkBereichAusbildungsberufe:after {
  content: url(../_images/svg/arrow_default.svg);
  position: absolute;
  width: 20px;
  height: 20px;
  top: 15px;
  right: 7px;
  text-indent: 0;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
a.linkBereichAusbildungsberufe:hover {
  color: #fff;
  background: #555554;
}
a.linkBereichAusbildungsberufe:hover:after {
  content: url(../_images/svg/arrow_white.svg);
}
@media screen and (min-width: 735px) {
  a.linkBereichAusbildungsberufe {
    margin: 15px 15px 10px 15px;
  }
}
a.linkBereichAusbildungsberufe:before {
  content: url(../_images/icons/button/Bereich_Ausbildungsberufe_grey.svg);
}
a.linkBereichAusbildungsberufe:hover:before {
  content: url(../_images/icons/button/Bereich_Ausbildungsberufe_white.svg);
}
a.linkBereichBildungsgutscheine {
  position: relative;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
  min-height: 50px;
  padding: 10px 30px 10px 65px;
  border: 1px solid #555554;
  color: #555554;
  font-size: 15px;
  text-transform: uppercase;
  margin: 15px 40px 10px 40px;
}
@media screen and (max-width: 734px) {
  a.linkBereichBildungsgutscheine {
    min-width: 200px;
    margin: 0 20px 10px 20px;
  }
}
@media screen and (min-width: 735px) {
  a.linkBereichBildungsgutscheine {
    margin: 0 20px 10px 0;
  }
}
a.linkBereichBildungsgutscheine:before {
  position: absolute;
  width: 26px;
  height: 26px;
  top: 10px;
  left: 12px;
  text-indent: 0;
}
a.linkBereichBildungsgutscheine:after {
  content: url(../_images/svg/arrow_default.svg);
  position: absolute;
  width: 20px;
  height: 20px;
  top: 15px;
  right: 7px;
  text-indent: 0;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
a.linkBereichBildungsgutscheine:hover {
  color: #fff;
  background: #555554;
}
a.linkBereichBildungsgutscheine:hover:after {
  content: url(../_images/svg/arrow_white.svg);
}
@media screen and (min-width: 735px) {
  a.linkBereichBildungsgutscheine {
    margin: 15px 15px 10px 15px;
  }
}
a.linkBereichBildungsgutscheine:before {
  content: url(../_images/icons/button/Bereich_Bildungsgutscheine_grey.svg);
}
a.linkBereichBildungsgutscheine:hover:before {
  content: url(../_images/icons/button/Bereich_Bildungsgutscheine_white.svg);
}
a.linkBereichFernlehrinstitut {
  position: relative;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
  min-height: 50px;
  padding: 10px 30px 10px 65px;
  border: 1px solid #555554;
  color: #555554;
  font-size: 15px;
  text-transform: uppercase;
  margin: 15px 40px 10px 40px;
}
@media screen and (max-width: 734px) {
  a.linkBereichFernlehrinstitut {
    min-width: 200px;
    margin: 0 20px 10px 20px;
  }
}
@media screen and (min-width: 735px) {
  a.linkBereichFernlehrinstitut {
    margin: 0 20px 10px 0;
  }
}
a.linkBereichFernlehrinstitut:before {
  position: absolute;
  width: 26px;
  height: 26px;
  top: 10px;
  left: 12px;
  text-indent: 0;
}
a.linkBereichFernlehrinstitut:after {
  content: url(../_images/svg/arrow_default.svg);
  position: absolute;
  width: 20px;
  height: 20px;
  top: 15px;
  right: 7px;
  text-indent: 0;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
a.linkBereichFernlehrinstitut:hover {
  color: #fff;
  background: #555554;
}
a.linkBereichFernlehrinstitut:hover:after {
  content: url(../_images/svg/arrow_white.svg);
}
@media screen and (min-width: 735px) {
  a.linkBereichFernlehrinstitut {
    margin: 15px 15px 10px 15px;
  }
}
a.linkBereichFernlehrinstitut:before {
  content: url(../_images/icons/button/Bereich_Fernlehrinstitut_grey.svg);
}
a.linkBereichFernlehrinstitut:hover:before {
  content: url(../_images/icons/button/Bereich_Fernlehrinstitut_white.svg);
}
a.linkBereichHotelGastro {
  position: relative;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
  min-height: 50px;
  padding: 10px 30px 10px 65px;
  border: 1px solid #555554;
  color: #555554;
  font-size: 15px;
  text-transform: uppercase;
  margin: 15px 40px 10px 40px;
}
@media screen and (max-width: 734px) {
  a.linkBereichHotelGastro {
    min-width: 200px;
    margin: 0 20px 10px 20px;
  }
}
@media screen and (min-width: 735px) {
  a.linkBereichHotelGastro {
    margin: 0 20px 10px 0;
  }
}
a.linkBereichHotelGastro:before {
  position: absolute;
  width: 26px;
  height: 26px;
  top: 10px;
  left: 12px;
  text-indent: 0;
}
a.linkBereichHotelGastro:after {
  content: url(../_images/svg/arrow_default.svg);
  position: absolute;
  width: 20px;
  height: 20px;
  top: 15px;
  right: 7px;
  text-indent: 0;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
a.linkBereichHotelGastro:hover {
  color: #fff;
  background: #555554;
}
a.linkBereichHotelGastro:hover:after {
  content: url(../_images/svg/arrow_white.svg);
}
@media screen and (min-width: 735px) {
  a.linkBereichHotelGastro {
    margin: 15px 15px 10px 15px;
  }
}
a.linkBereichHotelGastro:before {
  content: url(../_images/icons/button/Bereich_HotelGastro_grey.svg);
}
a.linkBereichHotelGastro:hover:before {
  content: url(../_images/icons/button/Bereich_HotelGastro_white.svg);
}
a.linkBereichInternationaleAngebote {
  position: relative;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
  min-height: 50px;
  padding: 10px 30px 10px 65px;
  border: 1px solid #555554;
  color: #555554;
  font-size: 15px;
  text-transform: uppercase;
  margin: 15px 40px 10px 40px;
}
@media screen and (max-width: 734px) {
  a.linkBereichInternationaleAngebote {
    min-width: 200px;
    margin: 0 20px 10px 20px;
  }
}
@media screen and (min-width: 735px) {
  a.linkBereichInternationaleAngebote {
    margin: 0 20px 10px 0;
  }
}
a.linkBereichInternationaleAngebote:before {
  position: absolute;
  width: 26px;
  height: 26px;
  top: 10px;
  left: 12px;
  text-indent: 0;
}
a.linkBereichInternationaleAngebote:after {
  content: url(../_images/svg/arrow_default.svg);
  position: absolute;
  width: 20px;
  height: 20px;
  top: 15px;
  right: 7px;
  text-indent: 0;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
a.linkBereichInternationaleAngebote:hover {
  color: #fff;
  background: #555554;
}
a.linkBereichInternationaleAngebote:hover:after {
  content: url(../_images/svg/arrow_white.svg);
}
@media screen and (min-width: 735px) {
  a.linkBereichInternationaleAngebote {
    margin: 15px 15px 10px 15px;
  }
}
a.linkBereichInternationaleAngebote:before {
  content: url(../_images/icons/button/Bereich_InternationaleAngebote_grey.svg);
}
a.linkBereichInternationaleAngebote:hover:before {
  content: url(../_images/icons/button/Bereich_InternationaleAngebote_white.svg);
}
a.linkBereichKaufmaennischeWeiterbildung {
  position: relative;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
  min-height: 50px;
  padding: 10px 30px 10px 65px;
  border: 1px solid #555554;
  color: #555554;
  font-size: 15px;
  text-transform: uppercase;
  margin: 15px 40px 10px 40px;
}
@media screen and (max-width: 734px) {
  a.linkBereichKaufmaennischeWeiterbildung {
    min-width: 200px;
    margin: 0 20px 10px 20px;
  }
}
@media screen and (min-width: 735px) {
  a.linkBereichKaufmaennischeWeiterbildung {
    margin: 0 20px 10px 0;
  }
}
a.linkBereichKaufmaennischeWeiterbildung:before {
  position: absolute;
  width: 26px;
  height: 26px;
  top: 10px;
  left: 12px;
  text-indent: 0;
}
a.linkBereichKaufmaennischeWeiterbildung:after {
  content: url(../_images/svg/arrow_default.svg);
  position: absolute;
  width: 20px;
  height: 20px;
  top: 15px;
  right: 7px;
  text-indent: 0;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
a.linkBereichKaufmaennischeWeiterbildung:hover {
  color: #fff;
  background: #555554;
}
a.linkBereichKaufmaennischeWeiterbildung:hover:after {
  content: url(../_images/svg/arrow_white.svg);
}
@media screen and (min-width: 735px) {
  a.linkBereichKaufmaennischeWeiterbildung {
    margin: 15px 15px 10px 15px;
  }
}
a.linkBereichKaufmaennischeWeiterbildung:before {
  content: url(../_images/icons/button/Bereich_KaufmaennischeWeiterbildung_grey.svg);
}
a.linkBereichKaufmaennischeWeiterbildung:hover:before {
  content: url(../_images/icons/button/Bereich_KaufmaennischeWeiterbildung_white.svg);
}
a.linkBereichLehrgaengeIHK {
  position: relative;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
  min-height: 50px;
  padding: 10px 30px 10px 65px;
  border: 1px solid #555554;
  color: #555554;
  font-size: 15px;
  text-transform: uppercase;
  margin: 15px 40px 10px 40px;
}
@media screen and (max-width: 734px) {
  a.linkBereichLehrgaengeIHK {
    min-width: 200px;
    margin: 0 20px 10px 20px;
  }
}
@media screen and (min-width: 735px) {
  a.linkBereichLehrgaengeIHK {
    margin: 0 20px 10px 0;
  }
}
a.linkBereichLehrgaengeIHK:before {
  position: absolute;
  width: 26px;
  height: 26px;
  top: 10px;
  left: 12px;
  text-indent: 0;
}
a.linkBereichLehrgaengeIHK:after {
  content: url(../_images/svg/arrow_default.svg);
  position: absolute;
  width: 20px;
  height: 20px;
  top: 15px;
  right: 7px;
  text-indent: 0;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
a.linkBereichLehrgaengeIHK:hover {
  color: #fff;
  background: #555554;
}
a.linkBereichLehrgaengeIHK:hover:after {
  content: url(../_images/svg/arrow_white.svg);
}
@media screen and (min-width: 735px) {
  a.linkBereichLehrgaengeIHK {
    margin: 15px 15px 10px 15px;
  }
}
a.linkBereichLehrgaengeIHK:before {
  content: url(../_images/icons/button/Bereich_LehrgaengeIHK_grey.svg);
}
a.linkBereichLehrgaengeIHK:hover:before {
  content: url(../_images/icons/button/Bereich_LehrgaengeIHK_white.svg);
}
a.linkBereichMeisterlehrgaenge {
  position: relative;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
  min-height: 50px;
  padding: 10px 30px 10px 65px;
  border: 1px solid #555554;
  color: #555554;
  font-size: 15px;
  text-transform: uppercase;
  margin: 15px 40px 10px 40px;
}
@media screen and (max-width: 734px) {
  a.linkBereichMeisterlehrgaenge {
    min-width: 200px;
    margin: 0 20px 10px 20px;
  }
}
@media screen and (min-width: 735px) {
  a.linkBereichMeisterlehrgaenge {
    margin: 0 20px 10px 0;
  }
}
a.linkBereichMeisterlehrgaenge:before {
  position: absolute;
  width: 26px;
  height: 26px;
  top: 10px;
  left: 12px;
  text-indent: 0;
}
a.linkBereichMeisterlehrgaenge:after {
  content: url(../_images/svg/arrow_default.svg);
  position: absolute;
  width: 20px;
  height: 20px;
  top: 15px;
  right: 7px;
  text-indent: 0;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
a.linkBereichMeisterlehrgaenge:hover {
  color: #fff;
  background: #555554;
}
a.linkBereichMeisterlehrgaenge:hover:after {
  content: url(../_images/svg/arrow_white.svg);
}
@media screen and (min-width: 735px) {
  a.linkBereichMeisterlehrgaenge {
    margin: 15px 15px 10px 15px;
  }
}
a.linkBereichMeisterlehrgaenge:before {
  content: url(../_images/icons/button/Bereich_Meisterlehrgaenge_grey.svg);
}
a.linkBereichMeisterlehrgaenge:hover:before {
  content: url(../_images/icons/button/Bereich_Meisterlehrgaenge_white.svg);
}
a.linkBereichPruefungstermine {
  position: relative;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
  min-height: 50px;
  padding: 10px 30px 10px 65px;
  border: 1px solid #555554;
  color: #555554;
  font-size: 15px;
  text-transform: uppercase;
  margin: 15px 40px 10px 40px;
}
@media screen and (max-width: 734px) {
  a.linkBereichPruefungstermine {
    min-width: 200px;
    margin: 0 20px 10px 20px;
  }
}
@media screen and (min-width: 735px) {
  a.linkBereichPruefungstermine {
    margin: 0 20px 10px 0;
  }
}
a.linkBereichPruefungstermine:before {
  position: absolute;
  width: 26px;
  height: 26px;
  top: 10px;
  left: 12px;
  text-indent: 0;
}
a.linkBereichPruefungstermine:after {
  content: url(../_images/svg/arrow_default.svg);
  position: absolute;
  width: 20px;
  height: 20px;
  top: 15px;
  right: 7px;
  text-indent: 0;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
a.linkBereichPruefungstermine:hover {
  color: #fff;
  background: #555554;
}
a.linkBereichPruefungstermine:hover:after {
  content: url(../_images/svg/arrow_white.svg);
}
@media screen and (min-width: 735px) {
  a.linkBereichPruefungstermine {
    margin: 15px 15px 10px 15px;
  }
}
a.linkBereichPruefungstermine:before {
  content: url(../_images/icons/button/Bereich_Pruefungstermine_grey.svg);
}
a.linkBereichPruefungstermine:hover:before {
  content: url(../_images/icons/button/Bereich_Pruefungstermine_white.svg);
}
a.linkBereichStudium {
  position: relative;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
  min-height: 50px;
  padding: 10px 30px 10px 65px;
  border: 1px solid #555554;
  color: #555554;
  font-size: 15px;
  text-transform: uppercase;
  margin: 15px 40px 10px 40px;
}
@media screen and (max-width: 734px) {
  a.linkBereichStudium {
    min-width: 200px;
    margin: 0 20px 10px 20px;
  }
}
@media screen and (min-width: 735px) {
  a.linkBereichStudium {
    margin: 0 20px 10px 0;
  }
}
a.linkBereichStudium:before {
  position: absolute;
  width: 26px;
  height: 26px;
  top: 10px;
  left: 12px;
  text-indent: 0;
}
a.linkBereichStudium:after {
  content: url(../_images/svg/arrow_default.svg);
  position: absolute;
  width: 20px;
  height: 20px;
  top: 15px;
  right: 7px;
  text-indent: 0;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
a.linkBereichStudium:hover {
  color: #fff;
  background: #555554;
}
a.linkBereichStudium:hover:after {
  content: url(../_images/svg/arrow_white.svg);
}
@media screen and (min-width: 735px) {
  a.linkBereichStudium {
    margin: 15px 15px 10px 15px;
  }
}
a.linkBereichStudium:before {
  content: url(../_images/icons/button/Bereich_Studium_grey.svg);
}
a.linkBereichStudium:hover:before {
  content: url(../_images/icons/button/Bereich_Studium_white.svg);
}
a.linkBereichTechniker {
  position: relative;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
  min-height: 50px;
  padding: 10px 30px 10px 65px;
  border: 1px solid #555554;
  color: #555554;
  font-size: 15px;
  text-transform: uppercase;
  margin: 15px 40px 10px 40px;
}
@media screen and (max-width: 734px) {
  a.linkBereichTechniker {
    min-width: 200px;
    margin: 0 20px 10px 20px;
  }
}
@media screen and (min-width: 735px) {
  a.linkBereichTechniker {
    margin: 0 20px 10px 0;
  }
}
a.linkBereichTechniker:before {
  position: absolute;
  width: 26px;
  height: 26px;
  top: 10px;
  left: 12px;
  text-indent: 0;
}
a.linkBereichTechniker:after {
  content: url(../_images/svg/arrow_default.svg);
  position: absolute;
  width: 20px;
  height: 20px;
  top: 15px;
  right: 7px;
  text-indent: 0;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
a.linkBereichTechniker:hover {
  color: #fff;
  background: #555554;
}
a.linkBereichTechniker:hover:after {
  content: url(../_images/svg/arrow_white.svg);
}
@media screen and (min-width: 735px) {
  a.linkBereichTechniker {
    margin: 15px 15px 10px 15px;
  }
}
a.linkBereichTechniker:before {
  content: url(../_images/icons/button/Bereich_Techniker_grey.svg);
}
a.linkBereichTechniker:hover:before {
  content: url(../_images/icons/button/Bereich_Techniker_white.svg);
}
a.allNews {
  display: block;
  padding-left: 40px;
  margin-top: 12px;
  margin-bottom: 48px;
  color: #0768b2;
  text-decoration: underline;
}
@media screen and (min-width: 735px) {
  a.allNews {
    padding-left: 0;
  }
}
a.allNews:hover {
  color: #03346e;
}
a.allNews:before {
  content: "→";
  margin-right: 3px;
}
a.more {
  display: block;
  margin-bottom: 5px;
  margin-left: 5px;
  padding-left: 40px;
  color: #555554;
}
@media screen and (min-width: 735px) {
  a.more {
    padding-left: 0;
  }
}
a.more:hover {
  color: #03346e;
}
a.more:before {
  content: "→";
  margin-right: 3px;
}
a.back {
  clear: both;
  display: block;
  margin: 24px 0;
  padding: 8px 0;
  border-top: 1px dotted #555554;
  color: #0768b2;
}
a.back:before {
  content: "←";
  margin-right: 5px;
}
a.back:hover {
  color: #03346e;
}
a.blue:hover {
  background: #03346e;
}
a.red:hover {
  background: #c54309;
}
a.orange:hover {
  background: #f18825;
}
a.green:hover {
  background: #92c023;
}
a.grey:hover {
  background: #4d4d4c;
}
a.beige:hover {
  background: #c39a62;
}
a.black:hover {
  background: #000;
}

/*
.contentSidebar {
	a {
		&.linkDozenten {
			margin: 15px 40px 10px 40px;
			@include medium-min {
				margin:  15px 15px 10px 15px;
			}
		}
	}
}
*/
div.allNews a {
  display: block;
  padding-left: 40px;
  margin-top: 12px;
  margin-bottom: 48px;
  color: #0768b2;
  text-decoration: underline;
}
@media screen and (min-width: 735px) {
  div.allNews a {
    padding-left: 0;
  }
}
div.allNews a:hover {
  color: #03346e;
}
div.allNews a:before {
  content: "→";
  margin-right: 3px;
}

div.back a {
  clear: both;
  display: block;
  margin: 24px 0;
  padding: 8px 0;
  border-top: 1px dotted #555554;
  text-decoration: underline;
  color: #0768b2;
}
div.back a:before {
  content: "←";
  margin-right: 5px;
}
div.back a:hover {
  color: #03346e;
}

@media screen and (max-width: 734px) {
  .contentPadding a.button {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}

span.inlineBgAnthracite {
  padding: 0 15px;
  background: #616574;
  color: #fffcf8;
}
span.inlineBgBeigeLight {
  padding: 0 15px;
  background: #fffcf8;
  color: #616574;
}
span.indent10px {
  display: block;
  padding: 0 10px;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li, ol li {
  margin: 0;
  padding: 0;
}

.contentMain ul {
  margin-bottom: 28px;
}
.contentMain ul li {
  position: relative;
  padding-left: 15px;
}
.contentMain ul li:before {
  content: url(../_images/svg/list_level1.svg);
  position: absolute;
  width: 6px;
  height: 6px;
  top: -2px;
  left: 0px;
}

.contentMain ol {
  margin-bottom: 28px;
  padding-left: 22px;
  list-style-type: decimal;
}
.contentMain ol li {
  margin-bottom: 4px;
  padding-left: 10px;
}

strong, b {
  font-weight: 700;
}

em, i {
  font-style: italic;
}

address {
  margin: 0 0 28px 0;
  font-style: normal;
}

.contentSidebar address {
  margin-bottom: 20px;
  padding: 0px 20px;
}

table, blockquote {
  margin-bottom: 15px;
}

table {
  width: 100%;
  border-collapse: collapse;
}
table th {
  vertical-align: top;
}
table td {
  vertical-align: top;
}

table.tableGrey, table.tableGreen, table.tableOrange, table.tableBlue {
  margin-bottom: 28px;
}
table.tableGrey caption, table.tableGreen caption, table.tableOrange caption, table.tableBlue caption {
  padding: 8px;
  font-size: 19px;
  font-weight: 400;
  color: #fff;
}
table.tableGrey th, table.tableGrey td, table.tableGreen th, table.tableGreen td, table.tableOrange th, table.tableOrange td, table.tableBlue th, table.tableBlue td {
  padding: 2px 5px;
  /*
  		border-right: 5px solid $white;
  		border-left: 5px solid $white;
  */
}
table.tableGrey th, table.tableGreen th, table.tableOrange th, table.tableBlue th {
  font-weight: 700;
}

table.tableGrey caption {
  background: #757171;
}
table.tableGrey tr:nth-of-type(odd) {
  background: #aeaaaa;
}
table.tableGrey th {
  background: #e7e6e6;
}

table.tableGreen caption {
  background: #70ad47;
}
table.tableGreen tr:nth-of-type(odd) {
  background: #a9d08e;
}
table.tableGreen th {
  background: #e2efda;
}

table.tableOrange caption {
  background: #ed7d31;
}
table.tableOrange tr:nth-of-type(odd) {
  background: #f4b084;
}
table.tableOrange th {
  background: #fce4d6;
}

table.tableBlue caption {
  background: #2f75b5;
}
table.tableBlue tr:nth-of-type(odd) {
  background: #9bc2e6;
}
table.tableBlue tr:nth-of-type(odd) a {
  text-decoration: underline;
  font-weight: bold;
  color: #fff;
}
table.tableBlue tr:nth-of-type(odd) a:hover {
  text-decoration: none;
}
table.tableBlue th {
  background: #ddebf7;
}

.divider, hr {
  clear: both;
  position: relative;
  display: block;
  width: 100%;
  height: 16px;
  margin: 0px;
  padding: 0 !important;
  border: 0;
  font-size: 0;
  line-height: 0;
}
.divider:before, hr:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  border-top: 1px dotted #555554;
}

.contentMain .divider:before, .contentMain hr:before {
  width: 103%;
  left: -1.5%;
}
.contentMain a {
  text-decoration: underline;
}

figure {
  margin: 0 0 28px 0;
}
figure figcaption {
  margin: 0;
}

.contentSidebar figure {
  margin-bottom: 5px;
}
.contentSidebar figure figcaption {
  margin-top: 5px;
  color: #fff;
}

.contentSidebar .partnerLogos img {
  display: block;
  margin: 0 auto;
}

dl {
  width: 100%;
}
dl dt {
  clear: both;
  width: 100%;
  margin: 1em 0px 0px 0px;
  padding: 0;
  vertical-align: top;
}
@media screen and (min-width: 735px) {
  dl dt {
    float: left;
    width: 33.3%;
    margin-bottom: 1em;
    padding-right: 30px;
  }
}
dl dd {
  width: 100%;
  margin: 0 0 1em 0;
  padding: 0;
  vertical-align: top;
}
@media screen and (min-width: 735px) {
  dl dd {
    float: left;
    width: 66.7%;
    margin-top: 1em;
  }
}

form {
  margin: 24px 0;
  text-align: left;
}

fieldset {
  margin: 0px;
  padding: 15px 20px;
  background: #fff;
}
@media screen and (min-width: 735px) {
  fieldset {
    padding: 15px 30px;
    border: 1px solid #878787;
  }
}
fieldset legend {
  font-size: 16px;
  color: #03346e;
  float: left;
  margin-bottom: 0.75em;
  width: 100%;
}
fieldset fieldset {
  margin: 0;
  padding: 15px 4px;
  background: none;
  border: none;
}
fieldset fieldset legend {
  margin-top: 0;
  font-size: 17px;
  color: #555554;
  font-weight: 400;
  float: none;
  margin-bottom: 0;
}

label {
  display: block;
  width: 100%;
  margin-top: 1px;
  color: #6e6e6e;
}
@media screen and (min-width: 735px) {
  label {
    float: left;
    width: 33.3%;
    padding-right: 20px;
    clear: left;
  }
}

input, textarea, select, file {
  width: 100%;
  margin: 0 0 10px 0;
  padding: 0px 5px;
  border: 1px solid #575756;
  color: #6e6e6e;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (min-width: 735px) {
  input, textarea, select, file {
    float: left;
    width: 66.7%;
  }
}

input[type=radio], input[type=checkbox] {
  width: auto;
  margin: 1px 10px 10px 2px;
  padding: 0;
  background: none;
  border: none;
  vertical-align: middle;
  color: #03346e;
}

textarea {
  height: 10em;
}

input:focus, textarea:focus, input:hover, textarea:hover {
  outline: 0;
  color: #03346e;
  -moz-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.2);
}

input[type=submit], button[type=submit], button[type=reset] {
  position: relative;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
  min-height: 50px;
  padding: 10px 30px 10px 65px;
  border: 1px solid #555554;
  color: #555554;
  font-size: 15px;
  text-transform: uppercase;
  clear: both;
  width: auto;
  margin-top: 10px;
  padding: 5px 30px;
  border: none;
  background: #575756;
  color: #fff;
  *zoom: 1;
  text-transform: none;
}
@media screen and (max-width: 734px) {
  input[type=submit], button[type=submit], button[type=reset] {
    min-width: 200px;
    margin: 0 20px 10px 20px;
  }
}
@media screen and (min-width: 735px) {
  input[type=submit], button[type=submit], button[type=reset] {
    margin: 0 20px 10px 0;
  }
}
input[type=submit]:before, button[type=submit]:before, button[type=reset]:before {
  position: absolute;
  width: 26px;
  height: 26px;
  top: 10px;
  left: 12px;
  text-indent: 0;
}
input[type=submit]:after, button[type=submit]:after, button[type=reset]:after {
  content: url(../_images/svg/arrow_default.svg);
  position: absolute;
  width: 20px;
  height: 20px;
  top: 15px;
  right: 7px;
  text-indent: 0;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
input[type=submit]:hover, button[type=submit]:hover, button[type=reset]:hover {
  color: #fff;
  background: #555554;
}
input[type=submit]:hover:after, button[type=submit]:hover:after, button[type=reset]:hover:after {
  content: url(../_images/svg/arrow_white.svg);
}
input[type=submit]:before, input[type=submit]:after, button[type=submit]:before, button[type=submit]:after, button[type=reset]:before, button[type=reset]:after {
  content: " ";
  display: table;
}
input[type=submit]:after, button[type=submit]:after, button[type=reset]:after {
  clear: both;
}
button[type=reset] {
  background: #92c023;
}

input[type=submit]:hover, button[type=submit]:hover, button[type=reset]:hover {
  cursor: pointer;
  outline: 0;
  -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  -o-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  color: #fff;
  background: #03346e;
}
select {
  width: 100%;
  padding-left: 1px;
  line-height: 1;
  background: #fff;
}
@media screen and (min-width: 735px) {
  select {
    float: left;
    width: 66.7%;
  }
}

option {
  padding: 2px 4px;
  line-height: 1.5;
  background: #fff;
}

button {
  border: none;
}
.mandatory {
  padding-left: 0.25rem;
}

h2.accordion {
  clear: both;
  position: relative;
  min-height: 48px;
  padding: 16px 20px 16px 80px;
  background: #878787;
  color: #fff;
  letter-spacing: 1px;
  margin: 5px 0;
  padding-left: 20px;
  background: #f7f7f7;
  color: #575756;
  font-size: 19px;
  font-weight: 400;
  text-transform: none;
  -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  -o-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
}
@media screen and (min-width: 735px) {
  h2.accordion {
    padding-left: 60px;
  }
}
h2.accordion:before {
  position: absolute;
  width: 42px;
  height: 42px;
  top: 10px;
  left: 20px;
}
@media screen and (min-width: 735px) {
  h2.accordion:before {
    left: 10px;
  }
}
h2.accordion:focus {
  outline: 0;
}
h2.accordion:after {
  content: url(../_images/svg/arrow_default.svg);
  position: absolute;
  width: 20px;
  right: 20px;
  top: 22px;
}
h2.accordion.ui-accordion-header-active:after {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
h2.accordion:hover {
  cursor: pointer;
  background: #d9d9d9;
}

.ui-accordion-content-active {
  margin-bottom: 0;
}
.ui-accordion-content-active p {
  margin-bottom: 12px;
  font-size: 15px;
}
.ui-accordion-content-active .divider:before {
  width: 100%;
  left: 0;
}

.cc_message {
  margin-top: 0 !important;
  line-height: 1.2em !important;
}

.video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
  border: none;
}
@media screen and (max-width: 734px) {
  .video {
    margin-left: 20px;
    margin-right: 20px;
  }
}

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

#matomo-opt-out {
  margin-bottom: 55px;
  *zoom: 1;
}
#matomo-opt-out:before, #matomo-opt-out:after {
  content: " ";
  display: table;
}
#matomo-opt-out:after {
  clear: both;
}
@media screen and (min-width: 735px) {
  #matomo-opt-out label {
    float: none;
    width: 100%;
    margin-top: -2px;
    padding-right: 0px;
    clear: none;
  }
}

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

.outerWrap {
  overflow: hidden;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
  -moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.3);
}

.wrap {
  clear: both;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
.wrap .row {
  clear: both;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
  *zoom: 1;
  text-align: center;
}
.wrap .row:before, .wrap .row:after {
  display: table;
  content: "";
  line-height: 0;
}
.wrap .row:after {
  clear: both;
}

.column {
  *zoom: 1;
  width: 100%;
  padding: 0 20px;
  text-align: left;
}
.column:before, .column:after {
  content: " ";
  display: table;
}
.column:after {
  clear: both;
}

@media screen and (min-width: 320px) {
  .xs-1-1 {
    width: 100%;
  }
  .xs-1-2 {
    float: left;
    width: 50%;
  }
  .xs-1-3 {
    float: left;
    width: 33.3%;
  }
  .xs-2-3 {
    float: left;
    width: 66.7%;
  }
  .xs-1-4 {
    float: left;
    width: 25%;
  }
  .xs-3-4 {
    float: left;
    width: 75%;
  }
}
@media screen and (min-width: 420px) {
  .small-1-1 {
    width: 100%;
  }
  .small-1-2 {
    float: left;
    width: 50%;
  }
  .small-1-3 {
    float: left;
    width: 33.3%;
  }
  .small-2-3 {
    float: left;
    width: 66.7%;
  }
  .small-1-4 {
    float: left;
    width: 25%;
  }
  .small-3-4 {
    float: left;
    width: 75%;
  }
}
@media screen and (min-width: 735px) {
  .column {
    float: left;
  }
  .column.flow-opposite {
    float: right;
  }
  .medium-noGutter {
    padding: 0;
  }
  .medium-1-1 {
    width: 100%;
  }
  .medium-1-2 {
    width: 50%;
  }
  .medium-1-3 {
    width: 33.3%;
  }
  .medium-2-3 {
    width: 66.7%;
  }
  .medium-1-4 {
    width: 25%;
  }
  .medium-3-4 {
    width: 75%;
  }
  .medium-offset-1-3 {
    margin-left: 33.3%;
  }
  .medium-offset-1-4 {
    margin-left: 25%;
  }
}
@media screen and (min-width: 960px) {
  .large-noGutter {
    padding: 0;
  }
  .large-1-1 {
    width: 100%;
  }
  .large-1-2 {
    width: 50%;
  }
  .large-1-3 {
    width: 33.3%;
  }
  .large-2-3 {
    width: 66.7%;
  }
  .large-1-4 {
    width: 25%;
  }
  .large-3-4 {
    width: 75%;
  }
  .large-offset-1-3 {
    margin-left: 33.3%;
  }
  .large-offset-1-4 {
    margin-left: 25%;
  }
}
@media screen and (min-width: 1280px) {
  .x-large-1-1 {
    width: 100%;
  }
  .x-large-1-2 {
    width: 50%;
  }
  .x-large-1-3 {
    width: 33.3%;
  }
  .x-large-2-3 {
    width: 66.7%;
  }
  .x-large-1-4 {
    width: 25%;
  }
  .x-large-3-4 {
    width: 75%;
  }
  .x-large-offset-1-3 {
    margin-left: 33.3%;
  }
  .x-large-offset-1-4 {
    margin-left: 25%;
  }
}
.row .row {
  padding: 0;
}
@media screen and (min-width: 735px) {
  .row .row .column.col-1-2 {
    width: 100%;
  }
  .row .row .column.col-1-2:first-child {
    padding-right: 0px;
  }
  .row .row .column.col-1-2:last-child {
    padding-left: 0px;
  }
}
@media screen and (min-width: 960px) {
  .row .row .column.col-1-2 {
    width: 50%;
  }
  .row .row .column.col-1-2:first-child {
    padding-right: 20px;
  }
  .row .row .column.col-1-2:last-child {
    padding-left: 20px;
  }
}

.mainContent .row .row {
  margin-bottom: 28px;
  padding: 0;
}
.mainContent .row .row .column.small-1-2 {
  padding: 0;
}
@media screen and (min-width: 420px) {
  .mainContent .row .row .column.small-1-2:first-child {
    padding-right: 10px;
  }
  .mainContent .row .row .column.small-1-2:last-child {
    padding-left: 10px;
  }
}
.mainContent .row .row .column.medium-1-2 {
  padding: 0;
}
@media screen and (min-width: 735px) {
  .mainContent .row .row .column.medium-1-2:first-child {
    padding-right: 15px;
  }
  .mainContent .row .row .column.medium-1-2:last-child {
    padding-left: 15px;
  }
}

@media screen and (max-width: 734px) {
  .no-mobile {
    display: none;
  }
}

@media screen and (min-width: 735px) {
  .only-mobile {
    display: none;
  }
}

@media screen and (min-width: 960px) {
  .only-mobile-tablet {
    display: none;
  }
}

@media screen and (max-width: 734px) {
  .only-tablet-desktop {
    display: none;
  }
}

@media screen and (max-width: 959px) {
  .only-desktop {
    display: none;
  }
}

@media screen and (min-width: 735px) {
  .noDesktop {
    display: none;
  }
}

@media screen and (max-width: 734px) {
  .noMobile {
    display: none;
  }
}

a.eckertUG {
  position: absolute;
  z-index: 1000;
  display: block;
  width: 34px;
  top: 0px;
  right: 20px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 959px) {
  a.eckertUG {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  a.eckertUG {
    top: -15px;
    right: auto;
    left: 0px;
  }
}
a.eckertUG svg {
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
a.eckertUG svg circle, a.eckertUG svg ellipse, a.eckertUG svg path {
  fill: #4e4e4d;
}
a.eckertUG svg rect {
  fill: none;
}
a.eckertUG:hover {
  cursor: pointer;
}
a.eckertUG:hover svg circle, a.eckertUG:hover svg ellipse, a.eckertUG:hover svg path {
  fill: #000;
}
.scroll a.eckertUG {
  width: 36px;
  top: 10px;
}
@media screen and (min-width: 960px) {
  .scroll a.eckertUG {
    width: 43px;
    top: 10px;
  }
}

.header {
  padding: 18px 30px 18px 20px;
}
@media screen and (min-width: 735px) {
  .header {
    padding-top: 28px;
    padding-bottom: 12px;
  }
}
.header .row {
  position: relative;
}
.header .logo {
  float: right;
  width: 124px;
}
@media screen and (min-width: 735px) {
  .header .logo {
    width: 21.22%;
    height: auto;
    margin-bottom: 20px;
  }
}
.header .logo img {
  max-height: 36px;
}
@media screen and (min-width: 735px) {
  .header .logo img {
    max-height: 77px;
  }
}
.header .navTop {
  padding-left: 0;
}
@media screen and (min-width: 735px) {
  .header .navTop {
    margin-top: -50px;
  }
}
@media screen and (min-width: 960px) {
  .header .navTop {
    margin-top: -31px;
  }
}
.header .navTop .navShortcut {
  width: 100px;
  padding: 0;
}
.header .navTop .navShortcut li {
  display: inline-block;
  margin-right: 4px;
  margin-left: 6px;
  padding-top: 3px;
}
.header .navTop .navShortcut li a {
  display: block;
  width: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 999em;
  background: no-repeat;
}
.header .navTop .navShortcut li.navShortcutHome a {
  background-image: url(../_images/icons/navigation/navTopHome_grey7.svg);
  width: 15px;
}
.header .navTop .navShortcut li.navShortcutHome a:hover {
  background-image: url(../_images/icons/navigation/navTopHome_grey.svg);
}
.header .navTop .navShortcut li.navShortcutLogin a {
  background-image: url(../_images/icons/navigation/navTopLogin_grey7.svg);
}
.header .navTop .navShortcut li.navShortcutLogin a:hover {
  background-image: url(../_images/icons/navigation/navTopLogin_grey.svg);
}
.header .navTop .navShortcut li.navShortcutSearch a {
  background-image: url(../_images/icons/navigation/navTopSearch_grey7.svg);
}
.header .navTop .navShortcut li.navShortcutSearch a:hover {
  background-image: url(../_images/icons/navigation/navTopSearch_grey.svg);
}
.header .navTop .navLanguages {
  width: 260px;
  padding: 1px 3px;
}
.header .navTop .navLanguages li {
  float: left;
  padding: 0 2px 0 5px;
}
.header .navTop .navLanguages li:after {
  content: "|";
  margin-left: 6px;
  color: #6e6e6e;
}
.header .navTop .navLanguages li:last-child:after {
  display: none;
}
.header .navTop .navLanguages li a {
  color: #6e6e6e;
}
.header .navTop .navLanguages li a:hover {
  color: #4d4d4c;
}
@media screen and (max-width: 734px) {
  .header .navTop .navSearch {
    float: none;
    max-width: 420px;
    padding-right: 130px;
    padding-left: 47px;
    width: 100%;
  }
}
@media screen and (min-width: 735px) {
  .header .navTop .navSearch {
    width: 227px;
    padding-right: 10px;
    padding-left: 0;
  }
}
.header .navTop .navSearch form {
  position: relative;
  z-index: 99;
  margin: 0;
}
.header .navTop .navSearch input {
  width: 100%;
  height: 36px;
  margin: 0;
  padding: 1px 20px 0 10px;
  color: #6e6e6e;
  border: 1px solid #6e6e6e;
  font-size: 18px;
}
@media screen and (min-width: 735px) {
  .header .navTop .navSearch input {
    height: 24px;
    font-size: 12px;
  }
}
.header .navTop .navSearch input:focus {
  padding-top: 0;
  color: #4d4d4c;
  border-color: #4d4d4c;
}
.header .navTop .navSearch input[type=submit] {
  position: absolute;
  z-index: 98;
  width: 18px;
  min-width: auto;
  height: 34px;
  min-height: auto;
  padding: 0;
  top: 1px;
  right: 2px;
  border: none;
  background: url(../_images/icons/navigation/navSearch_grey7.svg) no-repeat 0px 5px;
  background-size: 20px 24px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 999em;
  opacity: 1;
  -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  -o-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
}
@media screen and (min-width: 735px) {
  .header .navTop .navSearch input[type=submit] {
    height: 20px !important;
    top: 2px;
    right: 0px;
    background-position: 1px 1px;
    background-size: 15px 18px;
  }
}
.header .navTop .navSearch input[type=submit]:hover {
  cursor: pointer;
  background-image: url(../_images/icons/navigation/navSearch_grey.svg);
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.header .navTop .navSearch input:focus + input[type=submit] {
  background-image: url(../_images/icons/navigation/navSearch_grey.svg);
}

.headerImage {
  position: relative;
  margin-bottom: 30px;
}
.headerImage .headerImageSingle {
  line-height: 0;
}
.headerImage .swiper {
  line-height: 0;
}
.headerImage .navContact {
  position: absolute;
  z-index: 100;
  height: 120px;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.headerImage .navContact .innerWrap {
  position: relative;
}
.headerImage .navContact .navContactTitle li {
  z-index: 120;
  width: 45px;
  height: 40px;
  margin: 0 0 0 auto;
  background: #fff url(../_images/icons/navContactTitle.png) no-repeat;
  color: #6e6e6e;
  font-size: 20px;
  line-height: 40px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 999em;
  text-align: left;
  cursor: pointer;
}
.headerImage .navContact .navContactTitle li.show {
  width: 335px;
  max-width: 100%;
  text-indent: 50px;
  -moz-box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, 0.3);
}
.headerImage .navContact .navContactTitle li.hide {
  width: 45px;
}
.headerImage .navContact .navContactTitle li.navContactPhone {
  background-position: right 0px;
}
.headerImage .navContact .navContactTitle li.navContactPhone.show {
  background-position: left 0px;
}
.headerImage .navContact .navContactTitle li.navContactEmail {
  background-position: right -38px;
}
.headerImage .navContact .navContactTitle li.navContactEmail.show {
  background-position: left -38px;
}
.headerImage .navContact .navContactTitle li.navContactSocial {
  background-position: right -75px;
}
.headerImage .navContact .navContactTitle li.navContactSocial.show {
  background-position: left -75px;
}
.headerImage .navContact .navContactContent {
  position: absolute;
  z-index: 110;
  width: 0px;
  height: 0px;
  left: 0px;
  background: #fff;
  -moz-box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, 0.3);
  line-height: 1.4;
  text-align: left;
}
.headerImage .navContact .navContactContent.show {
  display: block;
  width: 280px;
  height: auto;
}
.headerImage .navContact .navContactContent.hide {
  display: none;
  width: 0px;
}
.headerImage .navContact .navContactContent h2 {
  margin: 0 0 8px 0;
  padding: 2px 10px;
  background: #03346e;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}
.headerImage .navContact .navContactContent h2.bfw {
  background: #c54309;
}
.headerImage .navContact .navContactContent p {
  margin: 0 0 8px 0;
  padding: 0px 10px;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
}
.headerImage .navContact .navContactContent .bfw a {
  color: #c54309;
}
.headerImage .navContact .navContactContent .bfw a:hover {
  color: #f08725;
}
.headerImage .navContact .navContactContent.navContactPhone {
  top: 40px;
}
.headerImage .navContact .navContactContent.navContactEmail {
  top: 80px;
}
.headerImage .navContact .navContactContent.navContactSocial {
  top: 120px;
  padding: 9px 28px 9px 34px;
}
.headerImage .navContact .navContactContent.navContactSocial a {
  display: inline-block;
  width: 55px;
  height: 70px;
  margin: 10px 7px;
  text-align: center;
  color: #555554;
}
.headerImage .navContact .navContactContent.navContactSocial a:hover {
  color: #0768b2;
}
.headerImage .navContact .navContactContent.navContactSocial a:before {
  content: "";
  display: block;
  width: 55px;
  height: 55px;
}
.headerImage .navContact .navContactContent.navContactSocial a.twitter:before {
  content: url(../_images/svg/socialShare_x.svg);
}
.headerImage .navContact .navContactContent.navContactSocial a.facebook:before {
  content: url(../_images/svg/socialShare_facebook.svg);
}
.headerImage .navContact .navContactContent.navContactSocial a.xing:before {
  content: url(../_images/svg/socialShare_xing.svg);
}
.headerImage .navContact .navContactContent.navContactSocial a.googleplus:before {
  content: url(../_images/svg/socialShare_googleplus.svg);
}
.headerImage .navContact .navContactContent.navContactSocial a.youtube:before {
  content: url(../_images/svg/socialShare_youtube.svg);
}
.headerImage .navContact .navContactContent.navContactSocial a.wechat:before {
  content: url(../_images/svg/socialShare_wechat.svg);
}
.headerImage .navContact .navContactContent.navContactSocial a.linkedin:before {
  content: url(../_images/svg/socialShare_linkedin.svg);
}
.headerImage .navContact .navContactContent.navContactSocial a.instagram:before {
  content: url(../_images/svg/socialShare_instagram.svg);
}
.headerImage .navContact .navContactContent.navContactSocial a.twitter:hover:before {
  content: url(../_images/svg/socialShare_x_hover.svg);
}
.headerImage .navContact .navContactContent.navContactSocial a.facebook:hover:before {
  content: url(../_images/svg/socialShare_facebook_hover.svg);
}
.headerImage .navContact .navContactContent.navContactSocial a.xing:hover:before {
  content: url(../_images/svg/socialShare_xing_hover.svg);
}
.headerImage .navContact .navContactContent.navContactSocial a.googleplus:hover:before {
  content: url(../_images/svg/socialShare_googleplus_hover.svg);
}
.headerImage .navContact .navContactContent.navContactSocial a.youtube:hover:before {
  content: url(../_images/svg/socialShare_youtube_hover.svg);
}
.headerImage .navContact .navContactContent.navContactSocial a.wechat:hover:before {
  content: url(../_images/svg/socialShare_wechat_hover.svg);
}
.headerImage .navContact .navContactContent.navContactSocial a.linkedin:hover:before {
  content: url(../_images/svg/socialShare_linkedin_hover.svg);
}
.headerImage .navContact .navContactContent.navContactSocial a.instagram:hover:before {
  content: url(../_images/svg/socialShare_instagram_hover.svg);
}

@media screen and (max-width: 959px) {
  .content .navSidebar {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .content .navSidebar {
    width: 21%;
    padding-left: 0;
  }
}
.content .navSidebar ul li {
  padding: 1px 0 1px 0;
}
.content .navSidebar ul li a {
  display: block;
  padding: 8px 20px;
  background: #03346e;
  color: #fff;
}
.content .navSidebar ul li a:hover, .content .navSidebar ul li a.active {
  background: #0768b2;
}
.content .navSidebar ul li a.current {
  position: relative;
}
.content .navSidebar ul li a.current:before {
  content: "▸";
  position: absolute;
  top: 11.2px;
  left: 5px;
  font-size: 10px;
  -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  -o-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
}
.content .navSidebar ul li li {
  padding-bottom: 0;
}
.content .navSidebar ul li li a {
  background: #8daedb;
  padding-left: 40px;
}
.content .navSidebar ul li li a:hover, .content .navSidebar ul li li a.active {
  background: #03346e;
}
.content .navSidebar ul li li a.current:before {
  left: 20px;
}
.content .navSidebar ul li li a.bfw {
  background: #f6ad69 !important;
}
.content .navSidebar ul li li a.bfw:hover, .content .navSidebar ul li li a.bfw.active {
  background: #f08725 !important;
}
.content .navSidebar ul li li li {
  padding-bottom: 0;
}
.content .navSidebar ul li li li a {
  padding-left: 55px;
  color: #58595b;
  /*
  					&:before {
  						content: '\25b8';
  						position: absolute;
  						top: ($font-size-base * 0.7);
  						left: 40px;
  						font-size: 10px;
  						@include transition;
  					}
  */
}
.content .navSidebar ul li li li a:hover, .content .navSidebar ul li li li a.active {
  background: #03346e;
}
.content .navSidebar ul li li li a:hover:before, .content .navSidebar ul li li li a.active:before {
  color: #fff;
}
.content .navSidebar ul li li li a.current:before {
  left: 40px;
  color: #58595b;
}
.content .navSidebar ul li li li li a {
  padding-left: 80px;
}
.content .navSidebar ul li li li li a.current:before {
  left: 60px;
}
.content .contentMain .contentIndention30 {
  padding: 0 30px;
}
.content .contentMain .contentIndention10 {
  padding: 0 10px;
}
@media screen and (max-width: 734px) {
  .content .contentMain {
    padding: 0;
  }
  .content .contentMain .contentPadding, .content .contentMain .contentMainPadding {
    padding: 0 20px;
  }
}
@media screen and (min-width: 735px) {
  .content .contentMain {
    width: 70%;
  }
}
@media screen and (min-width: 960px) {
  .content .contentMain {
    width: 58%;
  }
}
.content .contentMain.contentMainFullsize {
  width: 100%;
  padding: 0;
}
.content .contentMain .scrollToTop {
  display: block;
  margin: 28px 0;
  color: #0768b2;
  text-align: right;
}
@media screen and (max-width: 734px) {
  .content .contentMain .scrollToTop {
    padding: 0 20px;
  }
}
.content .contentMain .scrollToTop:before {
  content: "↑";
  margin-right: 3px;
}
.content .contentMain .scrollToTop:hover {
  cursor: pointer;
  color: #03346e;
}
@media screen and (max-width: 734px) {
  .content .contentMain .only-mobile form {
    *zoom: 1;
    background: #92c023;
    text-align: center;
  }
  .content .contentMain .only-mobile form:before, .content .contentMain .only-mobile form:after {
    content: " ";
    display: table;
  }
  .content .contentMain .only-mobile form:after {
    clear: both;
  }
}
@media screen and (max-width: 734px) {
  .content .contentMain .only-mobile form select {
    float: none;
    width: 80%;
    margin: 20px auto;
    background: #fff;
  }
}
@media screen and (max-width: 734px) {
  .content .contentMain .only-mobile form option {
    background: #fff;
  }
}
@media screen and (max-width: 734px) {
  .content .contentMain .only-mobile form .submitLeft {
    float: left;
    width: 50%;
    height: 54px;
    border-top: 4px solid #fff;
    border-right: 2px solid #fff;
  }
}
@media screen and (max-width: 734px) {
  .content .contentMain .only-mobile form .submitRight {
    float: left;
    width: 50%;
    height: 54px;
    border-top: 4px solid #fff;
    border-left: 2px solid #fff;
  }
}
.content .contentMain .only-mobile form input[type=submit] {
  width: 100%;
  min-width: 100%;
  height: 50px;
  max-height: 50px;
  margin: 0;
  padding: 0px 5px;
  background: #0768b2;
  color: #fff;
  text-transform: uppercase;
}
.content .contentMain .only-mobile form input[type=submit]:hover {
  background: #079bd5;
}
@media screen and (max-width: 734px) {
  .content .contentSidebar {
    padding: 0;
  }
}
@media screen and (min-width: 735px) {
  .content .contentSidebar {
    float: right;
    width: 30%;
    padding: 0;
  }
}
@media screen and (min-width: 960px) {
  .content .contentSidebar {
    width: 21%;
  }
}
@media screen and (max-width: 734px) {
  .content .contentSidebar .contentPadding {
    padding: 0 20px;
  }
}
.content .contentSidebar .download {
  display: block;
  padding: 10px 15px 5px 15px;
  text-align: center;
}
@media screen and (min-width: 735px) {
  .content .contentSidebar .download {
    padding-top: 20px;
  }
}
.content .contentSidebar .download figure {
  display: inline-block;
  width: auto;
  margin: 0 auto;
}
.content .contentSidebar .download figure figcaption {
  position: relative;
  padding-left: 16px;
  text-align: left;
  color: #555554;
}
.content .contentSidebar .download figure figcaption:before {
  content: url(../_images/svg/arrow_link_default.svg);
  position: absolute;
  width: 12px;
  height: 20px;
  top: 0px;
  left: 0;
  padding-right: 4px;
  font-size: 18px;
}
.content .contentSidebar .download figure:hover figcaption {
  color: #0768b2;
}
.content .contentSidebar .download figure:hover figcaption:before {
  content: url(../_images/svg/arrow_link_blue8.svg);
}
@media screen and (max-width: 734px) {
  .content .contentSidebar .download figure img {
    display: none;
  }
}
.content .contentSidebar .download:hover figcaption {
  color: #03346e;
  -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  -o-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
}
.content .contentSidebar .bgHighlighted {
  padding: 30px 20px;
  border-top: 1px solid #fff;
  background: #b8b9ba;
}
.content .contentSidebar .socialShare {
  clear: both;
  text-align: center;
}
.content .contentSidebar .socialShare h2 {
  margin-top: 16px;
  margin-bottom: 8px;
}
.content .contentSidebar .socialShare a {
  display: inline-block;
  margin: 0px 2px 10px 2px;
  width: 50px;
}
.content .contentSidebar .socialShare a.facebook:before {
  content: url(../_images/svg/socialShare_facebook.svg);
}
.content .contentSidebar .socialShare a.facebook:hover:before {
  content: url(../_images/svg/socialShare_facebook_hover.svg);
}
.content .contentSidebar .socialShare a.twitter:before {
  content: url(../_images/svg/socialShare_x.svg);
}
.content .contentSidebar .socialShare a.twitter:hover:before {
  content: url(../_images/svg/socialShare_x_hover.svg);
}
.content .contentSidebar .socialShare a.xing:before {
  content: url(../_images/svg/socialShare_xing.svg);
}
.content .contentSidebar .socialShare a.xing:hover:before {
  content: url(../_images/svg/socialShare_xing_hover.svg);
}
.content .contentSidebar .socialShare a.linkedin:before {
  content: url(../_images/svg/socialShare_linkedin.svg);
}
.content .contentSidebar .socialShare a.linkedin:hover:before {
  content: url(../_images/svg/socialShare_linkedin_hover.svg);
}
.content .contentExpanded {
  width: 100vw;
}
@media screen and (min-width: 735px) {
  .content .contentExpanded {
    width: calc(100% + 30px);
    margin-left: -5px;
    margin-right: -20px;
  }
}
@media screen and (min-width: 960px) {
  .content .contentExpanded {
    float: left;
    width: calc(79% + 10px);
    margin-left: -10px;
    padding-right: 0;
    padding-left: 0;
  }
}
.content .contentExpanded .contentExpandedRow {
  margin-bottom: 10px;
  *zoom: 1;
}
.content .contentExpanded .contentExpandedRow:before, .content .contentExpanded .contentExpandedRow:after {
  content: " ";
  display: table;
}
.content .contentExpanded .contentExpandedRow:after {
  clear: both;
}
@media screen and (max-width: 734px) {
  .content .contentExpanded .contentExpandedRow {
    width: 100vw;
  }
}
.content .contentExpanded .contentExpandedRow .courseDates {
  margin-bottom: 0px;
}
.content .contentExpanded .contentMain {
  width: 100vw;
}
@media screen and (min-width: 735px) {
  .content .contentExpanded .contentMain {
    float: left;
    width: calc(70% - 15px);
    padding-right: 5px;
  }
}
@media screen and (min-width: 960px) {
  .content .contentExpanded .contentMain {
    width: 73.2%;
  }
}
.content .contentExpanded .contentSidebar {
  width: 100vw;
}
@media screen and (min-width: 735px) {
  .content .contentExpanded .contentSidebar {
    float: left;
    width: calc(30% + 15px);
    padding-left: 5px;
  }
}
@media screen and (min-width: 960px) {
  .content .contentExpanded .contentSidebar {
    width: 26.8%;
  }
}

#index .navIndex {
  margin-bottom: 30px;
  padding: 0;
  display: block;
  padding: 0;
}
#index .navIndex li {
  float: left;
  width: 33.3%;
}
#index .navIndex li:hover {
  -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  -o-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
}
#index .navIndex li a {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding: 10% 20px 90% 20px;
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
}
#index .navIndex li a:hover {
  color: rgba(255, 255, 255, 0.9);
}
#index .navIndex li.academy {
  padding-right: 6px;
}
#index .navIndex li.academy a {
  background-color: #6e6e6e;
}
#index .navIndex li.academy a:hover {
  background-color: #03346e;
}
#index .navIndex li.BFW {
  padding-right: 3px;
  padding-left: 3px;
}
#index .navIndex li.BFW a {
  background-color: #6e6e6e;
}
#index .navIndex li.BFW a:hover {
  background-color: #c54309;
}
#index .navIndex li.locations {
  float: left;
  padding-left: 6px;
}
#index .navIndex li.locations a {
  background-color: #6e6e6e;
}
#index .navIndex li.locations a:hover {
  background-color: #92c023;
}
#index .navIndex li.esi {
  display: none;
}
#index .navIndex ul ul {
  display: none;
}
@media screen and (max-width: 734px) {
  #index .navIndex li a {
    font-size: 18px;
  }
}
@media screen and (max-width: 419px) {
  #index .navIndex li a {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 16px;
  }
}
@media screen and (min-width: 960px) {
  #index .navIndex ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: -16px;
  }
  #index .navIndex li {
    float: none;
    width: 24%;
    margin-bottom: 20px;
    padding: 0 !important;
  }
  #index .navIndex li:hover {
    -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
    -ms-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
    -o-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
    transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  }
  #index .navIndex li.academy {
    margin-left: 0;
    margin-right: 0.75%;
  }
  #index .navIndex li.BFW {
    margin-right: 0.5%;
    margin-left: 0.25%;
  }
  #index .navIndex li.locations {
    margin-right: 0.25%;
    margin-left: 0.5%;
  }
  #index .navIndex li.esi {
    display: block;
    margin-right: 0;
    margin-left: 0.75%;
    background-color: #6e6e6e;
  }
  #index .navIndex li.esi:hover {
    background: #9fbbc1;
  }
  #index .navIndex li a {
    height: 100%;
    padding: 22px 20px 12px 20px;
    font-size: 20px;
    text-transform: uppercase;
  }
  #index .navIndex ul ul {
    display: block;
    padding-top: 22px;
  }
  #index .navIndex ul ul li {
    width: 100%;
    margin: 0;
    padding: 0;
    opacity: 0.9;
    font-size: 16px;
    text-transform: none;
  }
}

@media screen and (max-width: 734px) {
  #index .content .navSidebar {
    display: block;
    width: 100%;
    padding: 0;
  }
}
@media screen and (min-width: 735px) and (max-width: 959px) {
  #index .content .navSidebar {
    display: block;
    float: left;
    width: 50%;
  }
}
@media screen and (min-width: 960px) {
  #index .content .navSidebar {
    float: left;
    width: 24%;
    margin-right: 0.75%;
    padding-left: 20px;
  }
}
@media screen and (min-width: 735px) and (max-width: 959px) {
  #index .content .contentMain {
    display: block;
    clear: both;
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  #index .content .contentMain {
    float: left;
    width: 49.5%;
    padding-right: 0;
  }
}
@media screen and (min-width: 735px) and (max-width: 959px) {
  #index .content .contentSidebar {
    display: block;
    float: right;
    width: 50%;
  }
}
@media screen and (min-width: 960px) {
  #index .content .contentSidebar {
    float: right;
    width: 24%;
    margin-left: 0.75%;
    padding-left: 20px;
  }
}

.footer {
  position: relative;
}
.footer .dottedLine {
  padding: 20px 20px 30px 20px;
}
@media screen and (max-width: 734px) {
  .footer .dottedLine {
    opacity: 0;
    display: none;
  }
}
@media screen and (min-width: 735px) {
  .footer .navSitemap .column:first-of-type {
    padding-right: 10px;
  }
  .footer .navSitemap .column:last-of-type {
    padding-left: 10px;
  }
}
.footer .navSitemap .medium-1-2 {
  padding: 0;
}
@media screen and (min-width: 735px) {
  .footer .navSitemap .medium-1-2:first-of-type {
    padding-right: 10px;
  }
  .footer .navSitemap .medium-1-2:last-of-type {
    padding-left: 10px;
  }
}
.footer .navSitemap li a {
  display: block;
  padding: 0 0 15px 0;
  font-size: 15px;
  color: #555554;
  text-transform: uppercase;
  font-weight: 600;
}
.footer .navSitemap li a:hover {
  color: #0768b2;
}
.footer .navSitemap li.socialMedia {
  *zoom: 1;
  border-bottom: none;
}
.footer .navSitemap li.socialMedia:before, .footer .navSitemap li.socialMedia:after {
  content: " ";
  display: table;
}
.footer .navSitemap li.socialMedia:after {
  clear: both;
}
.footer .navSitemap li.socialMedia p {
  margin-bottom: 5px;
  font-size: 15px;
}
.footer .navSitemap li.socialMedia a {
  display: block;
  float: left;
  width: 23px;
  height: 24px;
  margin-right: 3px;
  margin-bottom: 17px;
  background: url(../_images/icons/footer_socialMedia.png) no-repeat;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 999em;
  -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  -o-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
}
.footer .navSitemap li.socialMedia a:hover {
  -moz-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.2);
}
.footer .navSitemap li.socialMedia a.facebook {
  background-position: 0 0;
}
.footer .navSitemap li.socialMedia a.youtube {
  background-position: -26px 0;
}
.footer .navSitemap li.socialMedia a.instagram {
  background-position: -52px 0;
}
.footer .navSitemap li.socialMedia a.twitter {
  background-position: -26px 0;
}
.footer .navSitemap li.socialMedia a.xing {
  background-position: -52px 0;
}
.footer .navSitemap li.socialMedia a.linkedin {
  background-position: -78px 0;
}
.footer .navSitemap li li {
  border-bottom: 1px dotted #555554;
}
.footer .navSitemap li li:last-child {
  margin-bottom: 15px;
  border-bottom: none;
}
.footer .navSitemap li li a {
  position: relative;
  padding: 4px 0 4px 15px;
  text-transform: none;
  font-weight: 400;
}
.footer .navSitemap li li a:before {
  content: "▸";
  position: absolute;
  top: 4px;
  left: 0px;
  font-size: 13px;
}
@media screen and (min-width: 420px) and (max-width: 734px) {
  .footer .navSitemap .column:last-child .column:last-child {
    margin-bottom: 64px;
  }
}
@media screen and (min-width: 420px) and (max-width: 734px) {
  .footer .bottom {
    position: relative;
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 735px) {
  .footer .bottom {
    padding-top: 30px;
  }
}
.footer .bottom .slogan {
  margin-top: 26px;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (min-width: 420px) {
  .footer .bottom .slogan {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 735px) {
  .footer .bottom .slogan {
    float: left;
    width: 33.3%;
    margin-bottom: 0px;
    text-align: left;
  }
}
@media screen and (min-width: 1280px) {
  .footer .bottom .slogan {
    width: 25%;
  }
}
.footer .bottom .slogan img {
  width: 276px;
}
.footer .bottom .ebr {
  display: block;
  margin-top: 15px;
  text-align: center;
}
@media screen and (min-width: 735px) {
  .footer .bottom .ebr {
    clear: both;
    float: left;
    width: 25%;
    margin-top: 27px;
  }
}
@media screen and (min-width: 1280px) {
  .footer .bottom .ebr {
    clear: none;
    width: 12.5%;
    margin-top: -13px;
    margin-left: 1.5%;
    padding: 0;
    text-align: left;
  }
}
.footer .bottom .esv {
  margin-top: 24px;
  margin-bottom: 24px;
  text-align: center;
}
@media screen and (min-width: 735px) {
  .footer .bottom .esv {
    float: left;
    width: 25%;
    margin-top: 34px;
    text-align: center;
  }
}
@media screen and (min-width: 1280px) {
  .footer .bottom .esv {
    width: 25%;
    margin-top: -12px;
    padding: 0;
    text-align: left;
  }
}
.footer .bottom .seal {
  margin-top: 21px;
  text-align: center;
  padding-left: 40px;
}
@media screen and (min-width: 735px) {
  .footer .bottom .seal {
    float: left;
    width: 25%;
    margin-top: 34px;
    text-align: left;
  }
}
@media screen and (min-width: 1280px) {
  .footer .bottom .seal {
    width: 15%;
    margin-top: 0px;
  }
}
.footer .bottom .certqua {
  margin-top: 24px;
  text-align: center;
}
@media screen and (min-width: 735px) {
  .footer .bottom .certqua {
    float: left;
    width: 25%;
    margin-top: 26px;
    text-align: left;
  }
}
@media screen and (min-width: 1280px) {
  .footer .bottom .certqua {
    width: 20%;
    margin-top: -12px;
  }
}
.footer .toTop .scrollToTop {
  position: fixed;
  width: 35px;
  height: 35px;
  bottom: 20px;
  right: 20px;
  background: url(../_images/scrollToTop.png) no-repeat 0 0;
  color: #fff;
  -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  -o-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 999em;
}
@media screen and (min-width: 735px) {
  .footer .toTop .scrollToTop {
    position: absolute;
    bottom: 108px;
  }
}
.footer .toTop .scrollToTop:hover {
  cursor: pointer;
  background-position: 0 -35px;
}

#esPersonioInclude {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}

#personio-iframe {
  padding: 0;
  border: 0 !important;
}

.flexnav {
  position: relative;
  z-index: 200;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  transition: none;
  -webkit-transform-style: preserve-3d;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  max-height: 0;
  background: #555554;
}
.flexnav.opacity {
  opacity: 0;
}
.flexnav.flexnav-show {
  max-height: 3000px;
  opacity: 1;
}
.flexnav li {
  position: relative;
  z-index: 301;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.flexnav li a {
  position: relative;
  z-index: 600;
  display: block;
  padding: 9.5px 75px 9.5px 20px;
  border: 0;
  border-top: 1px solid #878787;
  border-bottom: 1px solid #000;
  overflow: hidden;
  color: #fff;
  font-size: 19px;
  background: #555554;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.flexnav li:hover > a, .flexnav li a.active, .flexnav li a.open {
  color: #555554;
  background: #fff;
}
.flexnav li li a {
  padding-left: 40px;
  border-bottom: 0;
  border-color: rgba(255, 255, 255, 0.4);
  background: #0768b2;
}
.flexnav li li:hover > a, .flexnav li li a.active, .flexnav li li a.open {
  background: #4e8ecb;
  color: #fff;
}
.flexnav li li li a {
  padding-left: 60px;
  background: #8daedb;
  border-style: dotted;
}
.flexnav li li li:hover > a, .flexnav li li li a.active, .flexnav li li li a.open {
  background: #b8b9ba;
}
.flexnav li li li li a {
  padding-left: 80px;
  background: #93c2e8;
  font-size: 18px;
}
.flexnav li li li li li a {
  padding-left: 100px;
  background: #e9e9e9;
  font-size: 17px;
}
.flexnav .touch-button {
  position: absolute;
  z-index: 999;
  width: 80px;
  height: 45.6px;
  top: 0;
  right: 0px;
  text-align: center;
  cursor: pointer;
}
.flexnav .touch-button .navicon {
  position: relative;
  width: 20px;
  height: 12px;
  top: 9.5px;
  right: 0px;
  color: transparent;
  background: url(../_images/svg/navicon_white.svg) no-repeat center center;
}
.flexnav .touch-button:hover .navicon {
  background-image: url(../_images/svg/navicon_grey1.svg);
}
.flexnav .active + ul + .touch-button .navicon {
  background-image: url(../_images/svg/navicon_grey1.svg);
}
.flexnav .touch-button.active {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.flexnav .touch-button.active .navicon {
  top: 14.25px;
  background-image: url(../_images/svg/navicon_grey1.svg);
}
.flexnav li li .touch-button .navicon {
  background-image: url(../_images/svg/navicon_white.svg);
}
.flexnav li li .touch-button:hover .navicon {
  background-image: url(../_images/svg/navicon_white.svg);
}
.flexnav li li .touch-button .active + ul + .touch-button .navicon {
  background-image: url(../_images/svg/navicon_white.svg);
}
.flexnav li li .touch-button.active .navicon {
  background-image: url(../_images/svg/navicon_white.svg) !important;
}

@media screen and (max-width: 734px) {
  li li a.current {
    position: relative;
  }
  li li a.current:before {
    content: "▸";
    position: absolute;
    top: 14.4px;
    left: 20px;
    font-size: 10px;
    -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
    -ms-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
    -o-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
    transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  }
  li li li a.current:before {
    left: 40px;
  }
  li li li li a.current:before {
    left: 60px;
  }
  li li li li li a.current:before {
    left: 80px;
  }
  .flexnavShortcuts li {
    padding: 9.5px 40px 9.5px 20px;
    background: #fff;
  }
  .flexnavShortcuts li a {
    display: inline-block;
    margin-right: 8px;
    padding: 0;
    background-color: #fff;
    border: none;
    color: #4d4d4c;
    font-size: 17px;
  }
  .flexnavShortcuts li a:last-child {
    margin-right: 0px;
  }
  .flexnavShortcuts li a:hover {
    color: #8e8e8e;
  }
  .flexnavShortcuts li a:hover:after {
    color: #4d4d4c;
  }
  .flexnavShortcuts li a.german {
    padding-top: 3px;
  }
  .flexnavShortcuts li a.german:after {
    content: "|";
    margin-left: 8px;
  }
  .flexnavShortcuts li a.english:after {
    content: "|";
    margin-left: 8px;
  }
  .flexnavShortcuts li a.flexnavShortcutIcon {
    width: 16px;
    height: 21px;
    margin-left: 5px;
    margin-right: 15px;
    border: none;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 999em;
    background: no-repeat;
  }
  .flexnavShortcuts li a.flexnavHome {
    width: 14px;
    margin-left: 20px;
    background-image: url(../_images/icons/navigation/navTopHome_grey.svg) !important;
  }
  .flexnavShortcuts li a.flexnavHome:hover {
    background-image: url(../_images/icons/navigation/navTopHome_grey7.svg) !important;
  }
  .flexnavShortcuts li a.flexnavLogin {
    background-image: url(../_images/icons/navigation/navTopLogin_grey.svg) !important;
  }
  .flexnavShortcuts li a.flexnavLogin:hover {
    background-image: url(../_images/icons/navigation/navTopLogin_grey7.svg) !important;
  }
  .flexnavShortcuts li a.flexnavSearch {
    margin-right: 5px;
    background-image: url(../_images/icons/navigation/navTopSearch_grey.svg) !important;
  }
  .flexnavShortcuts li a.flexnavSearch:hover {
    background-image: url(../_images/icons/navigation/navTopSearch_grey7.svg) !important;
  }
  .flexnavShortcuts li a.flexnavEckertUG {
    width: 21px;
    height: 24px;
    margin-top: 7px;
    margin-left: 8px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .flexnavShortcuts li a.flexnavEckertUG svg {
    width: 100%;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .flexnavShortcuts li a.flexnavEckertUG svg circle, .flexnavShortcuts li a.flexnavEckertUG svg ellipse, .flexnavShortcuts li a.flexnavEckertUG svg path {
    fill: #000;
  }
  .flexnavShortcuts li a.flexnavEckertUG svg rect {
    fill: none;
  }
  .flexnavShortcuts li a.flexnavEckertUG:hover {
    cursor: pointer;
  }
  .flexnavShortcuts li a.flexnavEckertUG:hover svg circle, .flexnavShortcuts li a.flexnavEckertUG:hover svg ellipse, .flexnavShortcuts li a.flexnavEckertUG:hover svg path {
    fill: #4e4e4d;
  }
}
@media screen and (max-width: 959px) {
  .flexnav .navAcademy li a {
    background: #0768b2;
  }
  .flexnav .navAcademy li:hover > a, .flexnav .navAcademy li a.active, .flexnav .navAcademy li .open {
    background: #03346e;
  }
  .flexnav .navAcademy li li a {
    background: #8daedb;
  }
  .flexnav .navAcademy li li:hover > a, .flexnav .navAcademy li li a.active, .flexnav .navAcademy li li a.open {
    background: #4c96ca;
  }
  .flexnav .navAcademy li li li a {
    background: #6ec2e8;
  }
  .flexnav .navBFW li a {
    background: #c54309;
  }
  .flexnav .navBFW li:hover > a, .flexnav .navBFW li a.active, .flexnav .navBFW li .open {
    background: #f08725;
  }
  .flexnav .navBFW li li a {
    background: #f6ad69;
  }
  .flexnav .navBFW li li:hover > a, .flexnav .navBFW li li a.active, .flexnav .navBFW li li a.open {
    background: #fcddc0;
    color: #555554;
  }
  .flexnav .navBFW li li .touch-button.active .navicon, .flexnav .navBFW li li .touch-button:hover .navicon {
    background-image: url(../_images/svg/navicon_grey1.svg) !important;
  }
  .flexnav .navBFW li li:hover a + ul + .touch-button .navicon {
    background-image: url(../_images/svg/navicon_grey1.svg) !important;
  }
  .flexnav .navBFW li li li a {
    background: #fdeedf;
    color: #555554;
  }
  .flexnav .navBFW li li li:hover > a, .flexnav .navBFW li li li a.active, .flexnav .navBFW li li li a.open {
    background: #d0d0cf;
  }
  .flexnav .navCompany li a, .flexnav .navCareer li a {
    background: #03346e;
  }
  .flexnav .navCompany li:hover > a, .flexnav .navCompany li a.active, .flexnav .navCompany li .open, .flexnav .navCareer li:hover > a, .flexnav .navCareer li a.active, .flexnav .navCareer li .open {
    background: #0768b2;
  }
  .flexnav .navCompany li li a, .flexnav .navCareer li li a {
    background: #4c96ca;
  }
  .flexnav .navCompany li li:hover > a, .flexnav .navCompany li li a.active, .flexnav .navCompany li li a.open, .flexnav .navCareer li li:hover > a, .flexnav .navCareer li li a.active, .flexnav .navCareer li li a.open {
    background: #8daedb;
  }
  .flexnav .navCompany li li li a, .flexnav .navCareer li li li a {
    background: #93c2e8;
  }
  .flexnav .navCompany li li li:hover > a, .flexnav .navCompany li li li a.active, .flexnav .navCompany li li li a.open, .flexnav .navCareer li li li:hover > a, .flexnav .navCareer li li li a.active, .flexnav .navCareer li li li a.open {
    background: #6ec2e8;
  }
  .flexnav .navCompany li li li li a, .flexnav .navCareer li li li li a {
    color: #878787;
    background: #e9e9e9;
  }
  .flexnav .navCompany li li li li:hover > a, .flexnav .navCompany li li li li a.active, .flexnav .navCompany li li li li a.open, .flexnav .navCareer li li li li:hover > a, .flexnav .navCareer li li li li a.active, .flexnav .navCareer li li li li a.open {
    background: #d0d0cf;
  }
  .flexnav .navNewsroom li a {
    background: #6e6e6e;
  }
  .flexnav .navNewsroom li:hover > a, .flexnav .navNewsroom li a.active, .flexnav .navNewsroom li .open {
    background: #58595b;
  }
  .flexnav .navNewsroom li .navicon {
    background-image: url(../_images/svg/navicon_white.svg) !important;
  }
  .flexnav .navNewsroom li li a {
    background: #d0d0cf;
  }
  .flexnav .navNewsroom li li:hover > a, .flexnav .navNewsroom li li a.active, .flexnav .navNewsroom li li a.open {
    background: #878787;
  }
  .flexnav .navNewsroom li li li a {
    background: #d0d0cf;
  }
  .flexnav .navNewsroom li li li:hover > a, .flexnav .navNewsroom li li li a.active, .flexnav .navNewsroom li li li a.open {
    background: #8e8e8e;
  }
  .flexnav .navLocations li a {
    background: #a7c848;
  }
  .flexnav .navLocations li:hover > a, .flexnav .navLocations li a.active, .flexnav .navLocations li .open {
    background: #92c023;
  }
  .flexnav .navLocations li li a {
    background: #c3d884;
  }
  .flexnav .navLocations li li:hover > a, .flexnav .navLocations li li a.active, .flexnav .navLocations li li a.open {
    background: #a7c848;
  }
  .flexnav .navLocations li li li a {
    color: #58595b;
    background: #e1ecc3;
  }
  .flexnav .navLocations li li li:hover > a, .flexnav .navLocations li li li a.active, .flexnav .navLocations li li li a.open {
    background: #eff5e0;
  }
  .openActive > ul {
    display: block !important;
  }
}
.navButton {
  position: relative;
  z-index: 999;
  display: block;
  float: left;
  width: 36px;
  height: 36px;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  -o-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
}
@media screen and (min-width: 735px) {
  .navButton {
    margin-top: -12px;
    margin-right: 10px;
  }
}
.navButton:before {
  content: "";
  position: absolute;
  z-index: 998;
  width: 36px;
  height: 34px;
  left: 0;
  top: 1px;
  background: linear-gradient(to bottom, #4d4d4c, #4d4d4c 20%, #fff 20%, #fff 40%, #4d4d4c 40%, #4d4d4c 60%, #fff 60%, #fff 80%, #4d4d4c 80%, #4d4d4c 100%);
}
.navButton:hover:before, .navButton.active:before {
  background: linear-gradient(to bottom, #03346e, #03346e 20%, #fff 20%, #fff 40%, #03346e 40%, #03346e 60%, #fff 60%, #fff 80%, #03346e 80%, #03346e 100%);
}
.navButton.active:hover:before {
  background: linear-gradient(to bottom, #4d4d4c, #4d4d4c 20%, #fff 20%, #fff 40%, #4d4d4c 40%, #4d4d4c 60%, #fff 60%, #fff 80%, #4d4d4c 80%, #4d4d4c 100%);
}
.navButton .touch-button {
  display: none;
}

@media screen and (min-width: 735px) {
  .flexnavLanguages {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .flexnav {
    overflow: visible;
    max-height: 100px;
    margin: 0;
    padding: 0;
    background: #555554;
    /*

    		.flexnav-show ul, li.item-with-ul:hover ul {
    			display: block !important;
    			opacity: 1 !important;
    		}
    */
  }
  .flexnav.opacity {
    opacity: 1;
  }
  .flexnav .navMain {
    display: flex;
    justify-content: space-between;
  }
  .flexnav li {
    position: relative;
    z-index: 99999;
    overflow: visible;
    width: 100%;
    text-align: center;
  }
  .flexnav li a {
    padding-right: 20px;
    padding-left: 20px;
    border: 0;
    border-right: 1px solid #000;
    border-left: 1px solid #878787;
  }
  .flexnav li a.active, .flexnav li a:hover {
    color: #555554;
    background: #fff;
  }
  .flexnav li:hover > a, .flexnav li > a.active {
    background: #fff;
    color: #555554;
  }
  .flexnav li:first-child a {
    border-left: 0;
  }
  .flexnav li:last-child {
    border-right: 1px solid #878787;
  }
  .flexnav li ul {
    display: none;
    position: absolute;
    z-index: 999;
    top: 45.6px;
    left: 1px;
  }
  .flexnav li ul li {
    float: none;
    text-align: left;
  }
  .flexnav li ul li a {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 20px;
    border: 0;
    font-size: 16px;
    color: #fff;
    white-space: nowrap;
  }
  .flexnav li ul li a:hover, .flexnav li ul li a.active {
    color: #fff;
  }
  .flexnav li ul li:hover > a {
    color: #fff;
  }
  .flexnav li ul li:last-child {
    border-right: 0;
  }
  .flexnav li ul li li a:hover, .flexnav li ul li li a.active {
    color: #555554;
  }
  .flexnav li:first-child ul {
    left: 0;
  }
  .flexnav li ul ul {
    display: none !important;
    top: 0;
    left: 100% !important;
  }
  .flexnav .navAcademy li a {
    background: #0768b2;
  }
  .flexnav .navAcademy li:hover a, .flexnav .navAcademy li a.active {
    background: #03346e;
  }
  .flexnav .navAcademy li li a {
    background: #4c96ca;
  }
  .flexnav .navAcademy li li:hover a, .flexnav .navAcademy li li a.active {
    background: #8daedb;
  }
  .flexnav .navBFW li a {
    background: #c54309;
  }
  .flexnav .navBFW li:hover a, .flexnav .navBFW li a.active {
    background: #f08725;
  }
  .flexnav .navBFW li li a {
    background: #f6ad69;
  }
  .flexnav .navBFW li li:hover a, .flexnav .navBFW li li a.active {
    background: #fcddc0;
  }
  .flexnav .navCompany li a, .flexnav .navCareer li a {
    background: #03346e;
  }
  .flexnav .navCompany li:hover a, .flexnav .navCompany li a.active, .flexnav .navCareer li:hover a, .flexnav .navCareer li a.active {
    background: #0768b2;
  }
  .flexnav .navCompany li li a, .flexnav .navCareer li li a {
    background: #4c96ca;
  }
  .flexnav .navCompany li li:hover a, .flexnav .navCompany li li a.active, .flexnav .navCareer li li:hover a, .flexnav .navCareer li li a.active {
    background: #8daedb;
  }
  .flexnav .navNewsroom li a {
    background: #6e6e6e;
  }
  .flexnav .navNewsroom li:hover a, .flexnav .navNewsroom li a.active {
    background: #58595b;
  }
  .flexnav .navNewsroom li li a {
    background: #8e8e8e;
  }
  .flexnav .navNewsroom li li:hover a, .flexnav .navNewsroom li li a.active {
    background: #878787;
  }
  .flexnav .navLocations li a {
    background: #a7c848;
  }
  .flexnav .navLocations li:hover a, .flexnav .navLocations li a.active {
    background: #92c023;
  }
  .flexnav .navLocations li li a {
    background: #c3d884;
  }
  .flexnav .navLocations li li:hover a, .flexnav .navLocations li li a.active {
    background: #92c023;
  }
  .flexnav .navInfoMobile {
    display: none !important;
  }
  .navButton, .touch-button {
    display: none !important;
  }
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

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

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

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

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

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

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

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.ce-align-left {
  text-align: left;
}

.ce-align-center {
  text-align: center;
}

.ce-align-right {
  text-align: right;
}

.ce-table td, .ce-table th {
  vertical-align: top;
}

.ce-textpic, .ce-image, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div {
  overflow: hidden;
}

.ce-left .ce-gallery, .ce-column { /*  float: left; */ }

.ce-center .ce-outer {
  position: relative; /*  float: right; right: 50%; */
}

.ce-center .ce-inner {
  position: relative; /* float: right; right: -50%; */
}

.ce-right .ce-gallery { /* float: right; */ }

.ce-gallery figure { /* display: table; */
  margin: 0;
}

.ce-gallery figcaption { /* display: table-caption; caption-side: bottom; */ }

.ce-gallery img {
  display: block;
}

.ce-gallery iframe {
  border-width: 0;
}

.ce-border img,
.ce-border iframe {
  border: 1px solid #03346e;
  padding: 0px;
}

.ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
  margin-bottom: 10px;
}

.ce-intext.ce-right .ce-gallery {
  margin-left: 10px;
}

.ce-intext.ce-left .ce-gallery {
  margin-right: 10px;
}

.ce-below .ce-gallery {
  margin-top: 10px;
}

.ce-column {
  margin-right: 10px;
}

.ce-column:last-child {
  margin-right: 0;
}

.ce-row {
  margin-bottom: 10px;
}

.ce-row:last-child {
  margin-bottom: 0;
}

.ce-above .ce-bodytext {
  clear: both;
}

.ce-intext.ce-left ol, .ce-intext.ce-left ul {
  padding-left: 40px;
  overflow: auto;
}

/* Headline */
.ce-headline-left {
  text-align: left;
}

.ce-headline-center {
  text-align: center;
}

.ce-headline-right {
  text-align: right;
}

/* Uploads */
.ce-uploads {
  margin: 0;
  padding: 0;
}

.ce-uploads li {
  list-style: none outside none;
  margin: 1em 0;
}

.ce-uploads img {
  float: left;
  padding-right: 1em;
  vertical-align: top;
}

.ce-uploads span {
  display: block;
}

/* Table */
.ce-table {
  width: 100%;
  max-width: 100%;
}

.ce-table th, .ce-table td {
  padding: 0.5em 0.75em;
  vertical-align: top;
}

.ce-table thead th {
  border-bottom: 2px solid #dadada;
}

.ce-table th, .ce-table td {
  border-top: 1px solid #dadada;
}

.ce-table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.ce-table-bordered th, .ce-table-bordered td {
  border: 1px solid #dadada;
}

/* Space */
.frame-space-before-extra-small {
  margin-top: 1em;
}

.frame-space-before-small {
  margin-top: 2em;
}

.frame-space-before-medium {
  margin-top: 3em;
}

.frame-space-before-large {
  margin-top: 4em;
}

.frame-space-before-extra-large {
  margin-top: 5em;
}

.frame-space-after-extra-small {
  margin-bottom: 1em;
}

.frame-space-after-small {
  margin-bottom: 2em;
}

.frame-space-after-medium {
  margin-bottom: 3em;
}

.frame-space-after-large {
  margin-bottom: 4em;
}

.frame-space-after-extra-large {
  margin-bottom: 5em;
}

/* Frame */
.frame-ruler-before:before {
  content: "";
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  margin-bottom: 2em;
}

.frame-ruler-after:after {
  content: "";
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  margin-top: 2em;
}

.frame-indent {
  margin-left: 15%;
  margin-right: 15%;
}

.frame-indent-left {
  margin-left: 33%;
}

.frame-indent-right {
  margin-right: 33%;
}

.ce-textpic .ce-gallery {
  width: 100%;
  margin-bottom: 40px;
}
.ce-textpic .ce-gallery div {
  width: 100%;
}
.ce-textpic img[src$=".svg"] {
  width: 100% !important;
  height: auto !important;
}
.ce-textpic.ce-center figure.image {
  margin-right: auto;
  margin-left: auto;
}
.ce-textpic .video {
  width: 100%;
}
.ce-textpic .videoWithCaption iframe {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none !important;
}
.ce-textpic .videoWithCaption .video-caption {
  margin-top: -4px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #555554;
}

.ce-border figure.image {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ce-border figure.image img {
  border: 1px solid #4d4d4c;
}

.ce-below .ce-bodytext {
  margin-bottom: 14px;
}

.ce-textpic.ce-left.ce-above .ce-bodytext {
  margin-top: 13px;
  margin-bottom: 39px;
}

.ce-textpic.ce-right.ce-intext.ce-nowrap {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 100%;
  margin: 0 auto 10px auto;
  padding: 0;
  grid-column-gap: 10px;
}
@media screen and (min-width: 735px) {
  .ce-textpic.ce-right.ce-intext.ce-nowrap {
    -ms-grid-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
}
.ce-textpic.ce-right.ce-intext.ce-nowrap .ce-gallery {
  order: 1;
}
@media screen and (min-width: 735px) {
  .ce-textpic.ce-right.ce-intext.ce-nowrap .ce-gallery {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
    order: 2;
    padding: 0 5px 0 0;
  }
}
.ce-textpic.ce-right.ce-intext.ce-nowrap .ce-bodytext {
  order: 2;
}
@media screen and (min-width: 735px) {
  .ce-textpic.ce-right.ce-intext.ce-nowrap .ce-bodytext {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    order: 1;
    padding: 0 10px 0 5px;
  }
}

@media screen and (min-width: 735px) {
  .ce-textpic.ce-left.ce-intext .ce-gallery {
    float: left;
    width: 50%;
    margin-bottom: 12px;
    padding-right: 15px;
  }
}
.ce-textpic.ce-left.ce-intext.ce-nowrap {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 100%;
  margin: 0 20px 10px 20px;
  padding: 0;
  grid-column-gap: 10px;
}
@media screen and (min-width: 735px) {
  .ce-textpic.ce-left.ce-intext.ce-nowrap {
    -ms-grid-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    margin: 0 auto 10px auto;
  }
}
.ce-textpic.ce-left.ce-intext.ce-nowrap .ce-gallery {
  order: 1;
  float: none;
  width: 100%;
}
@media screen and (min-width: 735px) {
  .ce-textpic.ce-left.ce-intext.ce-nowrap .ce-gallery {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    order: 1;
    padding: 0 0 0 5px;
  }
}
.ce-textpic.ce-left.ce-intext.ce-nowrap .ce-bodytext {
  order: 2;
}
@media screen and (min-width: 735px) {
  .ce-textpic.ce-left.ce-intext.ce-nowrap .ce-bodytext {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
    order: 2;
    padding: 0 5px 0 10px;
  }
}

.ce-gallery[data-ce-columns="2"] .ce-row {
  margin: 0;
  /*

  		@include small-max {
  			width: calc(100% + 80px);
  			margin: 0 -40px 36px -40px;
  		}
  */
}
@media screen and (min-width: 320px) {
  .ce-gallery[data-ce-columns="2"] .ce-row {
    display: -ms-grid;
    display: grid;
    grid-column-gap: 10px;
    -ms-grid-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
  .ce-gallery[data-ce-columns="2"] .ce-row .ce-column:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
  .ce-gallery[data-ce-columns="2"] .ce-row .ce-column:nth-child(2) {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
  }
}
.ce-gallery[data-ce-columns="2"] .ce-row .ce-column {
  max-width: 100% !important;
  margin: 0 0 10px 0;
  padding: 0 !important;
}
@media screen and (min-width: 420px) {
  .ce-gallery[data-ce-columns="2"] figcaption {
    padding: 0 20px;
  }
}

.ce-gallery[data-ce-columns="3"] .ce-row {
  margin: 0;
}
@media screen and (min-width: 320px) {
  .ce-gallery[data-ce-columns="3"] .ce-row {
    display: -ms-grid;
    display: grid;
    grid-column-gap: 10px;
    -ms-grid-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  }
  .ce-gallery[data-ce-columns="3"] .ce-row .ce-column:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
  .ce-gallery[data-ce-columns="3"] .ce-row .ce-column:nth-child(2) {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
  }
  .ce-gallery[data-ce-columns="3"] .ce-row .ce-column:nth-child(3) {
    -ms-grid-column: 3;
    -ms-grid-row: 1;
  }
}
.ce-gallery[data-ce-columns="3"] .ce-row .ce-column {
  max-width: 100% !important;
  margin: 0 0 10px 0;
  padding: 0 !important;
}
@media screen and (min-width: 420px) {
  .ce-gallery[data-ce-columns="3"] figcaption {
    padding: 0 20px;
  }
}

.ce-gallery[data-ce-columns="4"] .ce-row {
  margin: 0;
}
@media screen and (min-width: 320px) {
  .ce-gallery[data-ce-columns="4"] .ce-row {
    display: -ms-grid;
    display: grid;
    grid-column-gap: 10px;
    -ms-grid-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
  .ce-gallery[data-ce-columns="4"] .ce-row .ce-column:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
  .ce-gallery[data-ce-columns="4"] .ce-row .ce-column:nth-child(2) {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
  }
  .ce-gallery[data-ce-columns="4"] .ce-row .ce-column:nth-child(3) {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
  }
  .ce-gallery[data-ce-columns="4"] .ce-row .ce-column:nth-child(4) {
    -ms-grid-column: 2;
    -ms-grid-row: 2;
  }
}
@media screen and (min-width: 735px) {
  .ce-gallery[data-ce-columns="4"] .ce-row {
    -ms-grid-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  }
  .ce-gallery[data-ce-columns="4"] .ce-row .ce-column:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
  .ce-gallery[data-ce-columns="4"] .ce-row .ce-column:nth-child(2) {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
  }
  .ce-gallery[data-ce-columns="4"] .ce-row .ce-column:nth-child(3) {
    -ms-grid-column: 3;
    -ms-grid-row: 1;
  }
  .ce-gallery[data-ce-columns="4"] .ce-row .ce-column:nth-child(4) {
    -ms-grid-column: 4;
    -ms-grid-row: 1;
  }
}
.ce-gallery[data-ce-columns="4"] .ce-row .ce-column {
  max-width: 100% !important;
  margin: 0 0 10px 0;
  padding: 0 !important;
}
@media screen and (min-width: 420px) {
  .ce-gallery[data-ce-columns="4"] figcaption {
    padding: 0 20px;
  }
}

.ce-gallery[data-ce-columns="5"] .ce-row {
  margin: 0;
}
@media screen and (min-width: 320px) {
  .ce-gallery[data-ce-columns="5"] .ce-row {
    display: -ms-grid;
    display: grid;
    grid-column-gap: 10px;
    -ms-grid-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  }
}
.ce-gallery[data-ce-columns="5"] .ce-row .ce-column {
  max-width: 100% !important;
  margin: 0 0 10px 0;
  padding: 0 !important;
}
@media screen and (min-width: 420px) {
  .ce-gallery[data-ce-columns="5"] figcaption {
    padding: 0 20px;
  }
}

.ce-gallery[data-ce-columns="6"] .ce-row {
  margin: 0;
}
@media screen and (min-width: 320px) {
  .ce-gallery[data-ce-columns="6"] .ce-row {
    display: -ms-grid;
    display: grid;
    grid-column-gap: 10px;
    -ms-grid-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  }
}
@media screen and (min-width: 735px) {
  .ce-gallery[data-ce-columns="6"] .ce-row {
    -ms-grid-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  }
}
.ce-gallery[data-ce-columns="6"] .ce-row .ce-column {
  max-width: 100% !important;
  margin: 0 0 10px 0;
  padding: 0 !important;
}
@media screen and (min-width: 420px) {
  .ce-gallery[data-ce-columns="6"] figcaption {
    padding: 0 20px;
  }
}

.ce-gallery[data-ce-columns="7"] .ce-row {
  margin: 0;
}
@media screen and (min-width: 320px) {
  .ce-gallery[data-ce-columns="7"] .ce-row {
    display: -ms-grid;
    display: grid;
    grid-column-gap: 10px;
    -ms-grid-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  }
}
@media screen and (min-width: 735px) {
  .ce-gallery[data-ce-columns="7"] .ce-row {
    -ms-grid-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  }
}
.ce-gallery[data-ce-columns="7"] .ce-row .ce-column {
  max-width: 100% !important;
  margin: 0 0 10px 0;
  padding: 0 !important;
}
@media screen and (min-width: 420px) {
  .ce-gallery[data-ce-columns="7"] figcaption {
    padding: 0 20px;
  }
}

.ce-gallery[data-ce-columns="8"] .ce-row {
  margin: 0;
}
@media screen and (min-width: 320px) {
  .ce-gallery[data-ce-columns="8"] .ce-row {
    display: -ms-grid;
    display: grid;
    grid-column-gap: 10px;
    -ms-grid-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  }
}
@media screen and (min-width: 735px) {
  .ce-gallery[data-ce-columns="8"] .ce-row {
    -ms-grid-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  }
}
.ce-gallery[data-ce-columns="8"] .ce-row .ce-column {
  max-width: 100% !important;
  margin: 0 0 10px 0;
  padding: 0 !important;
}
@media screen and (min-width: 420px) {
  .ce-gallery[data-ce-columns="8"] figcaption {
    padding: 0 20px;
  }
}

@media screen and (max-width: 734px) {
  .frame-type-textmedia {
    padding: 0 20px;
  }
}

@media screen and (max-width: 734px) {
  .contentSidebar .ce-textpic {
    padding: 0;
  }
}

.ce-textpic .ce-gallery {
  width: 100%;
}
.ce-textpic img[src$=".svg"] {
  width: 100% !important;
  height: auto !important;
}

.ce-textpic .ce-media, .ce-textpic figure {
  margin-bottom: 12px;
}
.ce-textpic .ce-media a:hover img, .ce-textpic figure a:hover img {
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.6);
  opacity: 0.95;
}
.ce-textpic .ce-gallery[data-ce-columns="2"] .ce-column {
  max-width: 50%;
}
.ce-textpic .ce-gallery[data-ce-columns="2"] .ce-column:nth-of-type(odd) {
  padding-right: 5px;
}
.ce-textpic .ce-gallery[data-ce-columns="2"] .ce-column:nth-of-type(even) {
  padding-left: 5px;
}
.ce-textpic .ce-gallery[data-ce-columns="3"] .ce-column {
  max-width: 33%;
}
.ce-textpic .ce-gallery[data-ce-columns="3"] .ce-column:nth-of-type(3n+1) {
  clear: both;
  padding-right: 12px;
  padding-left: 0;
}
.ce-textpic .ce-gallery[data-ce-columns="3"] .ce-column:nth-of-type(3n+2) {
  clear: none;
  padding-right: 6px;
  padding-left: 6px;
}
.ce-textpic .ce-gallery[data-ce-columns="3"] .ce-column:nth-of-type(3n+3) {
  clear: none;
  padding-right: 0;
  padding-left: 12px;
}
.ce-textpic .ce-gallery[data-ce-columns="4"] .ce-column {
  max-width: 25%;
}
.ce-textpic .ce-gallery[data-ce-columns="4"] .ce-column:nth-of-type(4n+1) {
  clear: both;
  padding-right: 12px;
  padding-left: 0;
}
.ce-textpic .ce-gallery[data-ce-columns="4"] .ce-column:nth-of-type(4n+2) {
  clear: none;
  padding-right: 6px;
  padding-left: 6px;
}
.ce-textpic .ce-gallery[data-ce-columns="4"] .ce-column:nth-of-type(4n+3) {
  clear: none;
  padding-right: 6px;
  padding-left: 6px;
}
.ce-textpic .ce-gallery[data-ce-columns="4"] .ce-column:nth-of-type(4n+4) {
  clear: none;
  padding-right: 0;
  padding-left: 12px;
}
.ce-textpic .ce-gallery[data-ce-columns="5"] .ce-column {
  max-width: 20%;
  padding-right: 6px;
  padding-left: 6px;
}
.ce-textpic .ce-gallery[data-ce-columns="5"] .ce-column:nth-of-type(5n+1) {
  clear: both;
  padding-right: 12px;
  padding-left: 0;
}
.ce-textpic .ce-gallery[data-ce-columns="5"] .ce-column:nth-of-type(5n+5) {
  padding-right: 0;
  padding-left: 12px;
}
.ce-textpic .ce-gallery[data-ce-columns="6"] .ce-column {
  max-width: 16.667%;
  padding-right: 6px;
  padding-left: 6px;
}
.ce-textpic .ce-gallery[data-ce-columns="6"] .ce-column:nth-of-type(6n+1) {
  clear: both;
  padding-right: 12px;
  padding-left: 0;
}
.ce-textpic .ce-gallery[data-ce-columns="6"] .ce-column:nth-of-type(6n+6) {
  padding-right: 0;
  padding-left: 12px;
}
.ce-textpic .ce-gallery[data-ce-columns="7"] .ce-column {
  max-width: 14.2857%;
  padding-right: 6px;
  padding-left: 6px;
}
.ce-textpic .ce-gallery[data-ce-columns="7"] .ce-column:nth-of-type(7n+1) {
  clear: both;
  padding-right: 12px;
  padding-left: 0;
}
.ce-textpic .ce-gallery[data-ce-columns="7"] .ce-column:nth-of-type(7n+7) {
  padding-right: 0;
  padding-left: 12px;
}
.ce-textpic .ce-gallery[data-ce-columns="8"] .ce-column {
  max-width: 12.5%;
  padding-right: 6px;
  padding-left: 6px;
}
.ce-textpic .ce-gallery[data-ce-columns="8"] .ce-column:nth-of-type(8n+1) {
  clear: both;
  padding-right: 12px;
  padding-left: 0;
}
.ce-textpic .ce-gallery[data-ce-columns="8"] .ce-column:nth-of-type(8n+8) {
  padding-right: 0;
  padding-left: 12px;
}
.ce-textpic.ce-center .ce-media {
  text-align: center;
}
.ce-textpic.ce-center .ce-media img {
  margin-right: auto;
  margin-left: auto;
}
.ce-textpic.ce-right .ce-media {
  text-align: right;
}
.ce-textpic.ce-right .ce-media img {
  margin-left: auto;
}

.ce-menu {
  *zoom: 1;
}
.ce-menu:before, .ce-menu:after {
  content: " ";
  display: table;
}
.ce-menu:after {
  clear: both;
}
@media screen and (max-width: 734px) {
  .ce-menu {
    padding: 0 20px;
  }
}
.ce-menu li {
  margin-top: 44px;
  padding-left: 0 !important;
  padding-right: 40px;
  /*
  		@include large-min {
  			float: left;
  			width: 50%;
  			&:nth-child(odd) {
  				clear: both;
  			}

  			&:nth-child(even) {
  				padding-right: 0;
  			}
  		}
  */
}
.ce-menu li:before {
  display: none;
}
.ce-menu li a {
  display: block;
  margin-bottom: 12px;
  border-bottom: 1px dotted #555554;
  color: #555554;
  font-size: 19px;
  font-weight: 400;
  line-height: 2;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.ce-menu li a:hover {
  color: #0768b2;
}
.ce-menu li li {
  width: 100%;
  margin-top: 8px;
}
.ce-menu li li a {
  position: relative;
  margin-bottom: 0;
  padding-left: 15px;
  border-bottom: none;
  font-size: 16px;
  text-transform: none;
  letter-spacing: normal;
}
.ce-menu li li a:before {
  content: url(../_images/svg/list_level1.svg);
  position: absolute;
  width: 6px;
  height: 6px;
  top: -2px;
  left: 0px;
}
.ce-menu li li li {
  margin-top: 4px;
}
.ce-menu li li li a {
  padding-left: 30px;
}
.ce-menu li li li a:before {
  content: "-";
  top: 0;
  left: 15px;
}
.ce-menu li li li li {
  margin-top: 0;
}
.ce-menu li li li li a {
  padding-left: 40px;
  font-size: 14px;
}
.ce-menu li li li li a:before {
  content: "·";
  left: 30px;
}
.ce-menu li li li li li {
  margin-top: 0;
}
.ce-menu li li li li li a {
  padding-left: 55px;
}
.ce-menu li li li li li a:before {
  left: 45px;
}
.ce-menu li li li li li li {
  margin-top: 0;
}
.ce-menu li li li li li li a {
  padding-left: 70px;
  font-style: italic;
}
.ce-menu li li li li li li a:before {
  left: 60px;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  padding: 0;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

.owl-carousel {
  display: block;
  position: relative;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  z-index: 5;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  position: absolute;
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  display: none;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}

.owl-nav {
  z-index: 11;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-tap-highlight-color: transparent;
}
.owl-nav [class*=owl-] {
  position: absolute;
  z-index: 11;
  width: 39px;
  height: 39px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff no-repeat scroll 18px 20px;
  display: inline-block;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 999em;
  -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  -o-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  -webkit-border-radius: 78px 0 0 78px;
  -moz-border-radius: 78px 0 0 78px;
  border-radius: 78px 0 0 78px;
}
.owl-nav [class*=owl-]:hover {
  background-position: 18px -100px;
}
.owl-nav .owl-next {
  right: 0px;
}
.owl-nav .owl-prev {
  left: 0px;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-dots {
  position: absolute;
  z-index: 11;
  bottom: 1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
@media screen and (min-width: 960px) {
  .owl-dots {
    bottom: 3px;
  }
}
.owl-dots .owl-dot {
  display: inline-block;
  position: static;
  zoom: 1;
  *display: inline;
  background: transparent;
  padding: 0;
  border: none;
}
.owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  margin: 0 7px;
  background: none;
  border: 1px solid #fff;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  -o-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  opacity: 0.8;
}
.owl-dots .owl-dot.active span {
  background: #fff;
  opacity: 1;
}
.owl-dots .owl-dot:hover span {
  background: #fff;
}

.bgColorWhite {
  background: #fff;
}
.bgColorWhite + .bgColorWhite {
  margin-top: -30px;
  padding-top: 0;
}

.bgColorBeigeLight {
  background: #fffcf8;
}
.bgColorBeigeLight h3.headline {
  color: #f59401;
}
.bgColorBeigeLight a, .bgColorBeigeLight a.alllNews {
  color: #555554;
}
.bgColorBeigeLight a:hover, .bgColorBeigeLight a.alllNews:hover {
  color: #c39a62;
}
.bgColorBeigeLight + .bgColorBeigeLight {
  margin-top: -30px;
  padding-top: 0;
}

.bgColorPetrol {
  background: #a8b9bc;
}
.bgColorPetrol h2, .bgColorPetrol h3 {
  color: #fff;
}
.bgColorPetrol a, .bgColorPetrol a.alllNews {
  color: #555554;
}
.bgColorPetrol a:hover, .bgColorPetrol a.alllNews:hover {
  color: #fff;
}
.bgColorPetrol + .bgColorPetrol {
  margin-top: -30px;
  padding-top: 0;
}

.bgColorAnthracite {
  background: #616574;
}
.bgColorAnthracite + .bgColorAnthracite {
  margin-top: -30px;
  padding-top: 0;
}
.bgColorAnthracite h1, .bgColorAnthracite h2, .bgColorAnthracite h3, .bgColorAnthracite h4, .bgColorAnthracite p, .bgColorAnthracite figcaption {
  color: #fffcf8;
}
.bgColorAnthracite a, .bgColorAnthracite a.alllNews {
  color: #fffcf8;
}
.bgColorAnthracite a:hover, .bgColorAnthracite a.alllNews:hover {
  color: #fff;
}
.bgColorAnthracite ul li {
  color: #fffcf8;
}
.bgColorAnthracite ul li:before {
  content: url("../../../fileadmin/templates/_images/svg/list_level1_white.svg");
}

.container1col {
  padding: 30px 20px;
  text-align: center;
}
.container1col h1, .container1col h2, .container1col h3, .container1col h4, .container1col p, .container1col li {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}
.container1col h4, .container1col p {
  font-size: 24px;
}

.container2col {
  display: grid;
  grid-gap: 20px;
  padding: 30px 20px;
}
@media screen and (min-width: 735px) {
  .container2col {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
}
@media screen and (min-width: 735px) {
  .container2col.container2col-2-1 {
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  }
}
@media screen and (min-width: 735px) {
  .container2col.container2col-3-1 {
    grid-template-columns: minmax(0, 3fr) minmax(0, 1fr);
  }
}

.container3col {
  display: grid;
  grid-gap: 20px;
  padding: 30px 20px;
}
@media screen and (min-width: 735px) {
  .container3col {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
}
@media screen and (min-width: 960px) {
  .container3col {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  }
}

.container4col {
  display: grid;
  grid-gap: 20px;
  padding: 30px 20px;
}
@media screen and (min-width: 735px) {
  .container4col {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
}
@media screen and (min-width: 960px) {
  .container4col {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  }
}

.contactBox {
  *zoom: 1;
}
.contactBox:before, .contactBox:after {
  content: " ";
  display: table;
}
.contactBox:after {
  clear: both;
}
.contactBox strong {
  font-weight: 400;
  text-transform: uppercase;
}
@media screen and (min-width: 735px) {
  .contactBox .linkDatenblatt, .contactBox .location, .contactBox .routing {
    margin: 10px 15px 10px 15px;
  }
}
.contactBox.contactBox1 h2 {
  margin-bottom: 0;
  background: #0768b2;
}
.contactBox.contactBox1 dl {
  margin: 0;
  *zoom: 1;
}
.contactBox.contactBox1 dl:before, .contactBox.contactBox1 dl:after {
  content: " ";
  display: table;
}
.contactBox.contactBox1 dl:after {
  clear: both;
}
@media screen and (min-width: 735px) {
  .contactBox.contactBox1 dl {
    margin-bottom: 8px;
  }
}
.contactBox.contactBox1 dl dt, .contactBox.contactBox1 dl dd {
  float: none;
  width: 100%;
  margin: 0;
}
.contactBox.contactBox1 dl dt {
  padding: 8px 20px 0 40px;
  background: #fff;
  font-weight: 700;
}
@media screen and (min-width: 735px) {
  .contactBox.contactBox1 dl dt {
    padding-left: 20px;
  }
}
.contactBox.contactBox1 dl dd {
  padding: 2px 20px 8px 40px;
}
@media screen and (min-width: 735px) {
  .contactBox.contactBox1 dl dd {
    padding-left: 20px;
  }
}
.contactBox.contactBox1 dl dd span {
  display: block;
  font-size: 14px;
}
.contactBox.contactBox1 dl dt:nth-of-type(odd), .contactBox.contactBox1 dl dd:nth-of-type(odd) {
  background: #f0f0f0;
}
.contactBox.contactBox1 dl a {
  color: #0768b2;
}
.contactBox.contactBox1 dl a:hover {
  text-decoration: underline;
}
.contactBox.contactBox2 {
  border-bottom: 2px solid #fff;
}
.contactBox.contactBox2 .contactBox2Content {
  margin-bottom: 0;
}
.contactBox.contactBox2 h2 {
  margin-bottom: 0;
}
@media screen and (max-width: 734px) {
  .contactBox.contactBox2 img {
    display: none;
  }
}
.contactBox.contactBox2 address {
  margin-top: 12px;
  margin-bottom: 0;
}
@media screen and (max-width: 734px) {
  .contactBox.contactBox2 address {
    margin-bottom: 0;
    padding-left: 20px;
  }
}
.contactBox.contactBox2 address p {
  margin-bottom: 5.6px;
}
.contactBox.contactBox2a h2 {
  margin-bottom: 0;
}
.contactBox.contactBox2b h2 {
  margin-bottom: 0;
}
.contactBox.contactBox3 h2 {
  margin-bottom: 0;
}
.contactBox.contactBox3a h2 {
  margin-bottom: 0;
}
.contactBox.contactBox4 {
  margin-bottom: 24px;
}
@media screen and (max-width: 734px) {
  .contactBox.contactBox4 address {
    margin-bottom: 0;
    padding-left: 20px;
  }
}
.contactBox.contactBox4 address p strong {
  text-transform: none;
  font-weight: 700;
}
@media screen and (max-width: 734px) {
  .contactBox.contactBox4 address p {
    padding: 0;
  }
}
@media screen and (min-width: 420px) and (max-width: 734px) {
  .contactBox.contactBox4 address p {
    float: left;
    width: 50%;
  }
}
@media screen and (max-width: 734px) {
  .contactBox.contactBox4b address {
    margin-bottom: 0;
    padding-left: 20px;
  }
}
@media screen and (max-width: 734px) {
  .contactBox.contactBox4b address p {
    padding: 0;
  }
}
@media screen and (min-width: 420px) and (max-width: 734px) {
  .contactBox.contactBox4b address p {
    float: left;
    width: 50%;
  }
}
.contactBox.contactBox5 {
  border-bottom: 2px solid #fff;
}
.contactBox.contactBox5 .contactBox2Content {
  margin-bottom: 0;
}
.contactBox.contactBox5 h2 {
  margin-bottom: 0;
}
@media screen and (max-width: 734px) {
  .contactBox.contactBox5 img {
    display: none;
  }
}
.contactBox.contactBox5 address {
  margin-top: 12px;
  margin-bottom: 0;
}
@media screen and (max-width: 734px) {
  .contactBox.contactBox5 address {
    margin-bottom: 0;
    padding-left: 20px;
  }
}
.contactBox.contactBox5 address p {
  margin-bottom: 5.6px;
}
@media screen and (min-width: 735px) {
  .contactBox.contactBox5 {
    float: left;
    width: 49%;
    margin: 15px 0px;
    border: 1px solid #92c023;
  }
  .contactBox.contactBox5:nth-of-type(odd) {
    clear: both;
  }
  .contactBox.contactBox5:nth-of-type(even) {
    float: right;
  }
}
.contactBox.contactBox5 h2 {
  margin-bottom: 0;
  padding: 2px 5px;
  background: #92c023;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 420px) and (max-width: 734px) {
  .contactBox.contactBox5 p {
    float: left;
    width: 50%;
  }
}
@media screen and (min-width: 735px) {
  .contactBox.contactBox5 p {
    padding: 0 15px;
  }
}
.contactBox.contactBox5 strong {
  display: block;
}
.contactBox.contactBox5b {
  border-bottom: 2px solid #fff;
}
.contactBox.contactBox5b .contactBox2Content {
  margin-bottom: 0;
}
.contactBox.contactBox5b h2 {
  margin-bottom: 0;
}
@media screen and (max-width: 734px) {
  .contactBox.contactBox5b img {
    display: none;
  }
}
.contactBox.contactBox5b address {
  margin-top: 12px;
  margin-bottom: 0;
}
@media screen and (max-width: 734px) {
  .contactBox.contactBox5b address {
    margin-bottom: 0;
    padding-left: 20px;
  }
}
.contactBox.contactBox5b address p {
  margin-bottom: 5.6px;
}
@media screen and (min-width: 735px) {
  .contactBox.contactBox5b {
    float: left;
    width: 49%;
    margin: 15px 0px;
    border: 1px solid #92c023;
  }
  .contactBox.contactBox5b:nth-of-type(odd) {
    clear: both;
  }
  .contactBox.contactBox5b:nth-of-type(even) {
    float: right;
  }
}
.contactBox.contactBox5b h2 {
  margin-bottom: 0;
  padding: 2px 5px;
  background: #92c023;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 420px) and (max-width: 734px) {
  .contactBox.contactBox5b p {
    float: left;
    width: 50%;
  }
}
@media screen and (min-width: 735px) {
  .contactBox.contactBox5b p {
    padding: 0 15px;
  }
}
.contactBox.contactBox5b strong {
  display: block;
}
@media screen and (min-width: 735px) {
  .contactBox.contactBox5b {
    border: 1px solid #555554;
  }
}
.contactBox.contactBox6 h2 {
  margin-bottom: 0;
}
@media screen and (max-width: 734px) {
  .contactBox.contactBox6 img {
    display: none;
  }
}
.contactBox.contactBox6 address {
  margin-top: 12px;
}
.contactBox.contactBox6 address strong {
  display: block;
}
.contactBox.contactBox6 address a {
  color: #0768b2;
}
.contactBox.contactBox6 address a:hover {
  color: #03346e;
}
.contactBox.contactBox6a h2 {
  margin-bottom: 0;
}
.contactBox.contactBox7 {
  *zoom: 1;
}
.contactBox.contactBox7:before, .contactBox.contactBox7:after {
  content: " ";
  display: table;
}
.contactBox.contactBox7:after {
  clear: both;
}
.contactBox.contactBox7 h2 {
  margin-bottom: 0;
}
@media screen and (max-width: 734px) {
  .contactBox.contactBox7 img {
    display: none;
  }
}
.contactBox.contactBox7 address {
  margin-top: 12px;
  margin-bottom: 0;
}
@media screen and (min-width: 420px) and (max-width: 734px) {
  .contactBox.contactBox7 address {
    float: left;
    width: 50%;
    margin-bottom: 0;
    padding-left: 20px;
  }
}
.contactBox.contactBox7 address p {
  margin-bottom: 12px;
}
.contactBox.contactBox7 address a {
  color: #0768b2;
}
.contactBox.contactBox7 address a:hover {
  color: #03346e;
}
@media screen and (max-width: 419px) {
  .contactBox.contactBox7 a.PDF {
    margin-left: 20px;
  }
}
@media screen and (min-width: 420px) and (max-width: 734px) {
  .contactBox.contactBox7 a.PDF {
    float: left;
    width: 35%;
    margin-left: 40px;
    min-width: 200px;
    margin-top: 12px;
  }
}
.contactBox.contactBox8 {
  margin: 32px 0;
  padding: 8px 20px;
  border-top: 1px dotted #555554;
  border-bottom: 1px dotted #555554;
}

.contentMain.contactBox4b address {
  padding: 0;
}
@media screen and (min-width: 420px) {
  .contentMain.contactBox4b address p {
    float: left;
    width: 50%;
  }
}

.infoboxContact {
  margin-bottom: 48px;
}
.infoboxContact .row.infoboxContactHighlighted {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  background: #6e6e6e;
  color: #fff;
  *zoom: 1;
}
.infoboxContact .row.infoboxContactHighlighted:before, .infoboxContact .row.infoboxContactHighlighted:after {
  content: " ";
  display: table;
}
.infoboxContact .row.infoboxContactHighlighted:after {
  clear: both;
}
.infoboxContact .row.infoboxContactHighlighted .column:first-child {
  padding-left: 0;
  line-height: 0;
}
.infoboxContact .row.infoboxContactHighlighted .column:last-child {
  align-self: flex-end;
  padding-right: 0;
}
.infoboxContact .row.infoboxContactHighlighted h3 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400;
}
.infoboxContact .row.infoboxContactHighlighted p {
  margin-bottom: 16px;
}

.managementBoard {
  margin: 10px 0;
  background: #0768b2;
  *zoom: 1;
  color: #fff;
}
.managementBoard:before, .managementBoard:after {
  content: " ";
  display: table;
}
.managementBoard:after {
  clear: both;
}
@media screen and (max-width: 734px) {
  .managementBoard {
    margin-left: 20px;
  }
}
.managementBoard img {
  float: left;
  padding-right: 20px;
}
.managementBoard strong {
  display: block;
  padding-top: 100px;
  font-size: 20px;
}
.managementBoard:after {
  content: "";
  width: 100%;
  height: 12px;
  border-bottom: 1px dotted #555554;
  background: #fff;
}
.managementBoard:last-of-type:after {
  border-bottom: 0;
}

.factsItem {
  position: relative;
  padding: 20px 0 12px 0;
  *zoom: 1;
}
.factsItem:before, .factsItem:after {
  content: " ";
  display: table;
}
.factsItem:after {
  clear: both;
}
.factsItem:before {
  content: "";
  position: absolute;
  width: 101.5%;
  height: 1px;
  top: 0;
  left: -1.5%;
  border-top: 1px dotted #555554;
}
.factsItem:last-of-type:after {
  content: "";
  position: absolute;
  width: 101.5%;
  height: 1px;
  bottom: 0;
  left: -1.5%;
  border-top: 1px dotted #555554;
}
.factsItem .factsQuantity {
  position: relative;
  float: left;
  width: 64px;
  height: 64px;
  margin-top: 5px;
  padding-top: 9px;
  padding-right: 5px;
  background: #a6a6a7;
  color: #fff;
  font-size: 32px;
  text-align: right;
}
@media screen and (max-width: 734px) {
  .factsItem .factsQuantity {
    margin-left: 20px;
  }
}
.factsItem .factsQuantity:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  top: -6px;
  right: -6px;
  background: #fff;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.factsItem .factsQuantity span {
  margin-left: 2px;
  font-size: 14px;
}
.factsItem .factsDescription {
  padding-left: 100px;
}
@media screen and (max-width: 734px) {
  .factsItem .factsDescription {
    padding-right: 20px;
    padding-left: 106px;
  }
}
.factsItem .factsDescription p {
  margin-bottom: 8px;
}
.factsItem .factsDescription p strong {
  text-transform: uppercase;
  color: #000;
}

.factsItem.factsSocialMedia .factsQuantity {
  background: no-repeat 0 0;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 999em;
  -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  -o-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
}
.factsItem.factsSocialMedia .factsQuantity.twitter {
  background-image: url(../_images/svg/socialShare_x.svg);
}
.factsItem.factsSocialMedia .factsQuantity.twitter:hover {
  background-image: url(../_images/svg/socialShare_x_hover.svg);
}
.factsItem.factsSocialMedia .factsQuantity.facebook {
  background-image: url(../_images/svg/socialShare_facebook.svg);
}
.factsItem.factsSocialMedia .factsQuantity.facebook:hover {
  background-image: url(../_images/svg/socialShare_facebook_hover.svg);
}
.factsItem.factsSocialMedia .factsQuantity.xing {
  background-image: url(../_images/svg/socialShare_xing.svg);
}
.factsItem.factsSocialMedia .factsQuantity.xing:hover {
  background-image: url(../_images/svg/socialShare_xing_hover.svg);
}
.factsItem.factsSocialMedia .factsQuantity.googleplus {
  background-image: url(../_images/svg/socialShare_googleplus.svg);
}
.factsItem.factsSocialMedia .factsQuantity.googleplus:hover {
  background-image: url(../_images/svg/socialShare_googleplus_hover.svg);
}
.factsItem.factsSocialMedia .factsQuantity.youtube {
  background-image: url(../_images/svg/socialShare_youtube.svg);
}
.factsItem.factsSocialMedia .factsQuantity.youtube:hover {
  background-image: url(../_images/svg/socialShare_youtube_hover.svg);
}
.factsItem.factsSocialMedia .factsQuantity.wechat {
  background-image: url(../_images/svg/socialShare_wechat.svg);
}
.factsItem.factsSocialMedia .factsQuantity.wechat:hover {
  background-image: url(../_images/svg/socialShare_wechat_hover.svg);
}
.factsItem.factsSocialMedia .factsQuantity.linkedin {
  background-image: url(../_images/svg/socialShare_linkedin.svg);
}
.factsItem.factsSocialMedia .factsQuantity.linkedin:hover {
  background-image: url(../_images/svg/socialShare_linkedin_hover.svg);
}
.factsItem.factsSocialMedia .factsQuantity.instagram {
  background-image: url(../_images/svg/socialShare_instagram.svg);
}
.factsItem.factsSocialMedia .factsQuantity.instagram:hover {
  background-image: url(../_images/svg/socialShare_instagram_hover.svg);
}
.factsItem.factsSocialMedia .factsQuantity.tiktok {
  background-image: url(../_images/svg/socialShare_tiktok.svg);
}
.factsItem.factsSocialMedia .factsQuantity.tiktok:hover {
  background-image: url(../_images/svg/socialShare_tiktok_hover.svg);
}

.listNewsroom a {
  display: block;
  margin: 0 auto 24px auto;
  color: #555554;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  -o-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
}
.listNewsroom a:before {
  content: url(../_images/svg/border_transparent.svg);
  display: block;
  margin: 0 auto;
  background: no-repeat;
  text-align: center;
}
.listNewsroom a.press:before {
  background-image: url(../_images/svg/newsroom_press.svg);
}
.listNewsroom a.press:hover:before {
  background-image: url(../_images/svg/newsroom_press_hover.svg);
}
.listNewsroom a.contactperson:before {
  background-image: url(../_images/svg/newsroom_contactperson.svg);
}
.listNewsroom a.contactperson:hover:before {
  background-image: url(../_images/svg/newsroom_contactperson_hover.svg);
}
.listNewsroom a.facts:before {
  background-image: url(../_images/svg/newsroom_facts.svg);
}
.listNewsroom a.facts:hover:before {
  background-image: url(../_images/svg/newsroom_facts_hover.svg);
}
.listNewsroom a.socialmedia:before {
  background-image: url(../_images/svg/newsroom_socialmedia.svg);
}
.listNewsroom a.socialmedia:hover:before {
  background-image: url(../_images/svg/newsroom_socialmedia_hover.svg);
}
.listNewsroom a.infotage:before {
  background-image: url(../_images/svg/newsroom_infotage.svg);
}
.listNewsroom a.infotage:hover:before {
  background-image: url(../_images/svg/newsroom_infotage_hover.svg);
}
.listNewsroom a.news:before {
  background-image: url(../_images/svg/newsroom_news.svg);
}
.listNewsroom a.news:hover:before {
  background-image: url(../_images/svg/newsroom_news_hover.svg);
}
.listNewsroom a.download:before {
  background-image: url(../_images/svg/newsroom_download.svg);
}
.listNewsroom a.download:hover:before {
  background-image: url(../_images/svg/newsroom_download_hover.svg);
}

.gallery {
  margin: 24px 0;
  *zoom: 1;
}
.gallery:before, .gallery:after {
  content: " ";
  display: table;
}
.gallery:after {
  clear: both;
}
.gallery a {
  display: block;
  float: left;
  width: 33.3%;
  margin-bottom: 9px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.gallery a:nth-of-type(3n+1) {
  clear: both;
  padding-right: 12px;
  padding-left: 0;
}
.gallery a:nth-of-type(3n+2) {
  clear: none;
  padding-right: 6px;
  padding-left: 6px;
}
.gallery a:nth-of-type(3n+3) {
  clear: none;
  padding-right: 0;
  padding-left: 12px;
}
.gallery a img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.gallery a:hover img {
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.6);
  opacity: 0.95;
}

.history:last-of-type {
  margin-bottom: 28px;
}
.history h2.accordion {
  margin: 5px 0 0 0;
  background: #6ec2e8;
  color: #fff;
}
.history h2.accordion:after {
  content: url(../_images/svg/arrow_white.svg);
}
.history h2.accordion:hover, .history h2.accordion.ui-accordion-header-active {
  background: #0768b2;
}
.history h2.accordion i {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 46px;
  margin-right: 20px;
  padding-top: 1px;
  padding-left: 10px;
  background: url(../_images/svg/border_white.svg) no-repeat;
  color: #fff;
  font-size: 24px;
  font-style: normal;
}
.history h2.accordion i sub {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 10px;
  margin: 0 auto;
  font-size: 11px;
}
.history .ui-accordion-content-active {
  background: #4c96ca;
  color: #fff;
}
.history .ui-accordion-content-active .accordionText {
  padding: 24px 40px 16px 40px;
}
.history .ui-accordion-content-active h3 {
  margin: 12px 0 0 0;
  font-size: 32px;
  font-weight: 400;
}
.history .ui-accordion-content-active h4 {
  margin: 0px 0 24px 0;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
}
.history .ui-accordion-content-active a {
  text-decoration: underline;
  font-weight: bold;
  color: #fff;
}
.history .ui-accordion-content-active a:hover {
  text-decoration: none;
}

section.christmas:last-of-type {
  margin-bottom: 28px;
}
section.christmas h2.accordion {
  min-height: 78px;
  margin: 5px 0 0 0;
  padding: 26px 20px 6px 90px;
  font-size: 21px;
  background: #c39a62;
  color: #fff;
}
@media screen and (min-width: 735px) {
  section.christmas h2.accordion {
    padding-left: 130px;
  }
}
section.christmas h2.accordion:after {
  content: url(../_images/svg/arrow_white.svg);
}
section.christmas h2.accordion:hover {
  background: #b0854b;
}
section.christmas h2.accordion img {
  position: absolute;
  display: inline-block;
  width: 46px;
  height: 46px;
  top: 16px;
  left: 20px;
  border: 1px solid #fff;
}
@media screen and (min-width: 735px) {
  section.christmas h2.accordion img {
    left: 60px;
  }
}
section.christmas .ui-accordion-content-active {
  background: #8997a0;
  color: #fff;
}
section.christmas .ui-accordion-content-active .accordionText {
  padding: 24px 40px 16px 40px;
}
section.christmas .ui-accordion-content-active h3 {
  margin: 12px 0 0 0;
  font-size: 32px;
  font-weight: 400;
}
section.christmas .ui-accordion-content-active h4 {
  margin: 0px 0 24px 0;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
}
section.christmas .ui-accordion-content-active a {
  text-decoration: underline;
  font-weight: bold;
  color: #fff;
}
section.christmas .ui-accordion-content-active a:hover {
  text-decoration: none;
}

section.dceAccordion:last-of-type {
  margin-bottom: 28px;
}
section.dceAccordion h2.accordion {
  min-height: 78px;
  margin: 5px 0 0 0;
  padding: 26px 20px 6px 90px;
  font-size: 21px;
  background: #fff;
  color: #555554;
}
@media screen and (min-width: 735px) {
  section.dceAccordion h2.accordion {
    padding-left: 130px;
  }
}
section.dceAccordion h2.accordion:after {
  content: url(../_images/svg/arrow_default.svg);
}
section.dceAccordion h2.accordion:hover {
  background: #d9d9d9;
}
section.dceAccordion h2.accordion img {
  position: absolute;
  display: inline-block;
  width: 46px;
  height: 46px;
  top: 16px;
  left: 20px;
  border: 0px;
}
@media screen and (min-width: 735px) {
  section.dceAccordion h2.accordion img {
    left: 60px;
  }
}
section.dceAccordion .ui-accordion-content-active {
  background: #009bd6;
  color: #fff;
}
section.dceAccordion .ui-accordion-content-active .accordionText {
  padding: 24px 40px 16px 40px;
}
section.dceAccordion .ui-accordion-content-active h3 {
  margin: 12px 0 0 0;
  font-size: 32px;
  font-weight: 400;
}
section.dceAccordion .ui-accordion-content-active h4 {
  margin: 0px 0 24px 0;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
}
section.dceAccordion .ui-accordion-content-active a {
  text-decoration: none;
  font-weight: bold;
  color: #fff;
}
section.dceAccordion .ui-accordion-content-active a:hover {
  text-decoration: none;
  color: #03346e;
}

.locationInfo:last-of-type {
  margin-bottom: 28px;
}
.locationInfo h2.accordion {
  clear: both;
  position: relative;
  min-height: 48px;
  padding: 16px 20px 16px 80px;
  background: #878787;
  color: #fff;
  letter-spacing: 1px;
  border: 1px solid #0069b4;
  background: #0069b4;
  color: #fff;
  text-transform: uppercase;
}
@media screen and (min-width: 735px) {
  .locationInfo h2.accordion {
    padding-left: 60px;
  }
}
.locationInfo h2.accordion:before {
  position: absolute;
  width: 42px;
  height: 42px;
  top: 10px;
  left: 20px;
}
@media screen and (min-width: 735px) {
  .locationInfo h2.accordion:before {
    left: 10px;
  }
}
.locationInfo h2.accordion:after {
  content: url(../_images/svg/arrow_white.svg);
  top: 17px;
}
.locationInfo h2.accordion:hover {
  background: #fff;
  color: #0069b4;
}
.locationInfo h2.accordion:hover:after {
  content: url(../_images/svg/arrow_blue11.svg);
}
.locationInfo h2.accordion.routing:before {
  content: url(../_images/icons/navigation/anfahrt_white.svg);
}
.locationInfo h2.accordion.routing:hover:before {
  content: url(../_images/icons/navigation/anfahrt_blue11.svg);
}
.locationInfo h2.accordion.recreation:before {
  content: url(../_images/icons/navigation/freizeitmoeglichkeiten_white.svg);
}
.locationInfo h2.accordion.recreation:hover:before {
  content: url(../_images/icons/navigation/freizeitmoeglichkeiten_blue11.svg);
}
.locationInfo h2.accordion.sightseeing:before {
  content: url(../_images/icons/navigation/sehenswuerdigkeiten_white.svg);
}
.locationInfo h2.accordion.sightseeing:hover:before {
  content: url(../_images/icons/navigation/sehenswuerdigkeiten_blue11.svg);
}
.locationInfo h2.accordion.shopping:before {
  content: url(../_images/icons/navigation/einkaufsmoeglichkeiten_white.svg);
}
.locationInfo h2.accordion.shopping:hover:before {
  content: url(../_images/icons/navigation/einkaufsmoeglichkeiten_blue11.svg);
}
.locationInfo h2.accordion.food:before {
  content: url(../_images/icons/navigation/gastronomie_white.svg);
}
.locationInfo h2.accordion.food:hover:before {
  content: url(../_images/icons/navigation/gastronomie_blue11.svg);
}
.locationInfo h2.accordion.accommodation:before {
  content: url(../_images/icons/navigation/uebernachtungsmoeglichkeiten_white.svg);
}
.locationInfo h2.accordion.accommodation:hover:before {
  content: url(../_images/icons/navigation/uebernachtungsmoeglichkeiten_blue11.svg);
}
.locationInfo h2.accordion.specials:before {
  content: url(../_images/icons/navigation/sonstige_besonderheiten_white.svg);
}
.locationInfo h2.accordion.specials:hover:before {
  content: url(../_images/icons/navigation/sonstige_besonderheiten_blue11.svg);
}
.locationInfo iframe {
  margin: 0;
  padding: 0;
  border: none !important;
}

.downloadItem {
  margin: 8px 0;
  *zoom: 1;
}
.downloadItem:before, .downloadItem:after {
  content: " ";
  display: table;
}
.downloadItem:after {
  clear: both;
}
@media screen and (max-width: 734px) {
  .downloadItem {
    padding: 0 20px;
  }
}
.downloadItem:before {
  content: "";
  width: 101.5%;
  height: 1px;
  top: 0;
  margin-left: -1.5%;
  border-top: 1px dotted #555554;
}
.downloadItem:last-of-type:after {
  content: "";
  width: 101.5%;
  height: 1px;
  bottom: 0;
  margin-left: -1.5%;
  border-top: 1px dotted #555554;
}
.downloadItem .downloadImage {
  float: left;
  width: 37%;
  padding: 16px 30px 4px 0;
}
.downloadItem .downloadText {
  padding: 16px 0 16px 37%;
}
.downloadItem .downloadText h3 {
  margin-top: 0;
  color: #000;
}
.downloadItem .downloadText p {
  margin-bottom: 8px;
}
.downloadItem .downloadText a {
  display: inline-block;
}
.downloadItem .downloadText a:after {
  content: "|";
  margin-left: 5px;
  color: #0768b2;
}
.downloadItem .downloadText a:last-child:after {
  display: none;
}

.downloadItem.downloadDocument .downloadImage {
  width: 68px;
  padding-right: 0;
  padding-left: 0px;
}
@media screen and (min-width: 735px) {
  .downloadItem.downloadDocument .downloadImage {
    padding-left: 10px;
  }
}
.downloadItem.downloadDocument .downloadImage img {
  width: 38px;
  height: 38px;
}
.downloadItem.downloadDocument .downloadText {
  padding-left: 68px;
}
@media screen and (min-width: 735px) {
  .downloadItem.downloadDocument .downloadText {
    padding-left: 78px;
  }
}

.downloadItem.downloadPDF .downloadImage img {
  max-height: 150px;
}

.dceVideo {
  margin: 30px 0 50px 0;
  border-top: 1px dotted #555554;
}
@media screen and (max-width: 734px) {
  .dceVideo {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.dceVideo.dceVideoAutoplay {
  margin: 0;
  padding: 0;
  border: 0;
}
.dceVideo h2 {
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: 700;
}
@media screen and (max-width: 734px) {
  .dceVideo .video {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.dceVideo iframe {
  border-top: none !important;
  border-bottom: none !important;
}

.dceVideoHR {
  margin: -35px 0 50px 0;
}
@media screen and (min-width: 735px) {
  .dceVideoHR {
    width: calc(100% - 14px);
    margin-right: 7px;
    margin-left: 7px;
  }
}

.tx-indexedsearch-searchbox {
  padding: 0 20px;
}
@media screen and (min-width: 735px) {
  .tx-indexedsearch-searchbox {
    padding: 0;
  }
}
.tx-indexedsearch-searchbox fieldset {
  padding: 0;
  border: none;
}
.tx-indexedsearch-searchbox .tx-indexedsearch-form label {
  margin: 0;
  width: 100%;
  font-weight: 700;
}
@media screen and (min-width: 735px) {
  .tx-indexedsearch-searchbox .tx-indexedsearch-form label {
    float: left;
    width: 240px;
  }
}
.tx-indexedsearch-searchbox .tx-indexedsearch-form input.tx-indexedsearch-searchbox-sword {
  width: 100%;
  max-width: 100%;
  margin: 0 0 20px 0;
  padding: 10px 15px;
}
@media screen and (min-width: 735px) {
  .tx-indexedsearch-searchbox .tx-indexedsearch-form input.tx-indexedsearch-searchbox-sword {
    float: left;
    width: calc(100% - 240px);
    max-width: 270px;
  }
}
.tx-indexedsearch-searchbox input[type=submit] {
  float: none;
  width: 100%;
  max-width: 100%;
  margin: 0px;
  padding: 0 auto;
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 735px) {
  .tx-indexedsearch-searchbox input[type=submit] {
    max-width: 270px;
    margin-left: 240px;
  }
}

@media screen and (max-width: 734px) {
  .tx-indexedsearch-info-sword, .tx-indexedsearch-info-noresult {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 734px) {
  div.tx-indexedsearch-browsebox p {
    padding-right: 20px;
    padding-left: 20px;
  }
}
div.tx-indexedsearch-browsebox .tx-indexedsearch-sectionlinks {
  margin: 30px 0;
}
@media screen and (max-width: 734px) {
  div.tx-indexedsearch-browsebox .tx-indexedsearch-sectionlinks {
    padding-right: 20px;
    padding-left: 20px;
  }
}
div.tx-indexedsearch-browsebox .tx-indexedsearch-sectionlinks a {
  display: block;
  position: relative;
  padding: 5px 0 5px 14px;
}
div.tx-indexedsearch-browsebox .tx-indexedsearch-sectionlinks a:before {
  content: url(../_images/svg/arrow_link_default.svg);
  position: absolute;
  width: 6px;
  top: 4px;
  left: 0px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
div.tx-indexedsearch-browsebox .tx-indexedsearch-sectionlinks a:hover:before {
  content: url(../_images/svg/arrow_link_blue8.svg);
  left: 2px;
}
div.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox {
  margin: 30px 0 30px 0;
  padding: 8px 20px !important;
  background: #f7f7f7;
}
@media screen and (min-width: 735px) {
  div.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
}
div.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li {
  display: inline-block;
  margin: 0 !important;
  padding: 4px 6px 5px 4px !important;
}
div.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li:before {
  display: none;
}
div.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox a {
  display: block;
  color: #555554;
}
div.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox a:hover {
  color: #0768b2;
}
div.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox strong a {
  color: #0768b2;
}

.tx-indexedsearch-sectionhead .tx-indexedsearch-title {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 90px;
  grid-template-columns: auto 90px;
}
.tx-indexedsearch-sectionhead .tx-indexedsearch-title p {
  margin: 0;
  padding: 6px 20px;
  background: #03346e;
  color: #fff;
}
@media screen and (min-width: 735px) {
  .tx-indexedsearch-sectionhead .tx-indexedsearch-title p {
    padding: 6px 12px;
  }
}
.tx-indexedsearch-sectionhead .tx-indexedsearch-title p a {
  color: #fff;
}
.tx-indexedsearch-sectionhead .tx-indexedsearch-title p a:hover {
  color: #0768b2;
}
.tx-indexedsearch-sectionhead .tx-indexedsearch-title span {
  padding-right: 20px;
  text-align: right;
  background: #ccc;
  color: #555554;
}
@media screen and (min-width: 735px) {
  .tx-indexedsearch-sectionhead .tx-indexedsearch-title span {
    padding: 6px 12px;
  }
}

@media screen and (max-width: 734px) {
  .tx-indexedsearch-res .tx-indexedsearch-description {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.tx-indexedsearch-res h3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30px auto 90px;
  grid-template-columns: 30px auto 90px;
  padding: 8px 8px 6px 8px;
  background-color: #03346e;
  color: #fff;
  font-weight: 400;
}
.tx-indexedsearch-res h3 a {
  color: #fff;
}
.tx-indexedsearch-res h3 a:hover {
  color: #0768b2;
}
.tx-indexedsearch-res h3 .tx-indexedsearch-icon {
  padding-top: 2px;
  padding-left: 6px;
}
.tx-indexedsearch-res h3 .tx-indexedsearch-icon img {
  max-width: 18px !important;
}
.tx-indexedsearch-res h3 .tx-indexedsearch-percent {
  float: right;
  padding-right: 12px;
  text-align: right;
}
@media screen and (min-width: 735px) {
  .tx-indexedsearch-res h3 .tx-indexedsearch-percent {
    padding-right: 6px;
  }
}
.tx-indexedsearch-res .tx-indexedsearch-description {
  margin-bottom: 0.5em;
  padding-top: 12px;
  padding-left: 32px;
  padding-right: 20px;
}
@media screen and (min-width: 735px) {
  .tx-indexedsearch-res .tx-indexedsearch-description {
    padding-right: 0px;
  }
}
.tx-indexedsearch-res .tx-indexedsearch-description .tx-indexedsearch-redMarkup {
  color: #c54309 !important;
  font-weight: 400 !important;
}
.tx-indexedsearch-res .tx-indexedsearch-info {
  margin-bottom: 2em;
  padding-left: 32px;
  font-size: 12px;
  background-color: #fff !important;
  *zoom: 1;
}
.tx-indexedsearch-res .tx-indexedsearch-info:before, .tx-indexedsearch-res .tx-indexedsearch-info:after {
  content: " ";
  display: table;
}
.tx-indexedsearch-res .tx-indexedsearch-info:after {
  clear: both;
}

/*


.tx-indexedsearch-icon {
	padding-top: 8px;
	padding-left: 20px;
	background-color: $blue !important;
	@include medium-min {
		padding-left: 8px;
	}
	img {
		max-width: 18px !important;
	}
}

.tx-indexedsearch-result-number,
.tx-indexedsearch-title,
.tx-indexedsearch-percent {
	padding: 6px 8px;
	background-color: $blue !important;
	font-weight: 400;
	color: $white;


	a {
		color: $white;
		&:hover {
			color: $blue8;
		}
	}
}

.tx-indexedsearch-percent {
	padding-right: 20px;
	@include medium-min {
		padding-right: 12px;
	}		
}
.tx-indexedsearch-descr {
	padding: 12px 20px 0px 8px;
	font-style: normal !important;
	@include medium-min {
		padding-right: 8px;
	}
}

.tx-indexedsearch .tx-indexedsearch-res TD.tx-indexedsearch-descr {
	font-style: normal !important;
}

.tx-indexedsearch-info {
	padding: 8px 8px 0px 8px;
	font-size: $font-size-base - 4;
	background-color: $white !important;
}


ul.tx-indexedsearch-browsebox {
	padding: 8px 20px !important;
	background: $grey11;

	@include medium-min {
		padding-right: 8px !important;
		padding-left: 8px !important;
		}

	li {
		display: inline-block;
		padding: 4px 6px 5px 4px !important;

		&:before {
			display: none;
		}
	}

	a {
		display: block;
		color: $default;
		&:hover {
			color: $blue8;
		}
	}

	strong a {
		color: $blue8;
	}
}

.tx-indexedsearch-browselist-currentPage {
	a {
		color: $blue8;
		font-weight: 400;
	}
}

.tx-indexedsearch-whatis, .tx-indexedsearch-browsebox p {
	@include contentPadding;
}
*/
@media screen and (min-width: 735px) {
  .newsList {
    border-top: 1px dotted #555554;
  }
}
.newsList .newsListItem {
  display: block;
  padding: 0 0 20px 0;
  *zoom: 1;
}
.newsList .newsListItem:before, .newsList .newsListItem:after {
  content: " ";
  display: table;
}
.newsList .newsListItem:after {
  clear: both;
}
@media screen and (min-width: 735px) {
  .newsList .newsListItem {
    padding-bottom: 12px;
    border-bottom: 1px dotted #555554;
  }
}
.newsList .newsListItem h3 {
  margin: 12px 0;
  padding: 0px 20px;
  font-size: 19px;
  font-weight: 400;
  text-transform: uppercase;
}
@media screen and (min-width: 735px) {
  .newsList .newsListItem h3 {
    padding: 0px;
  }
}
.newsList .newsListItem h3 a {
  color: #0768b2;
}
.newsList .newsListItem h3 a:hover {
  color: #0768b2;
}
@media screen and (min-width: 735px) {
  .newsList .newsListItem img {
    display: block;
    float: left;
    width: 28%;
    padding-right: 20px;
    padding-bottom: 10px;
  }
}
.newsList .newsListItem p {
  margin: 0;
  padding: 0 20px 0 0;
  color: #555554;
}
@media screen and (max-width: 734px) {
  .newsList .newsListItem p {
    padding: 0 20px;
  }
}
.newsList .newsListItem p a:before {
  content: "→";
  margin-right: 3px;
}
.newsList.jobs {
  margin-bottom: 20px;
  border-top: 1px dotted #555554;
}
.newsList.jobs .newsListItem {
  border-bottom: 1px dotted #555554;
}
.newsList.jobs h2 {
  padding: 20px 20px 0 20px;
}
@media screen and (min-width: 735px) {
  .newsList.jobs h2 {
    padding: 16px 0 0 40px;
  }
}
.newsList.jobs h2 a {
  color: #555554;
}
.newsList.jobs h2 a:hover {
  color: #0768b2;
}
.newsList.jobs img {
  display: none;
}
@media screen and (min-width: 735px) {
  .newsList.jobs img {
    display: block;
    float: left;
    width: 25%;
    padding-right: 10px;
    padding-left: 40px;
  }
}
@media screen and (min-width: 735px) {
  .newsList.jobs p {
    float: right;
    width: 75%;
    padding-left: 10px;
  }
}

@media screen and (max-width: 734px) {
  .newsLatest {
    padding: 0 20px;
  }
}
@media screen and (min-width: 735px) {
  .newsLatest {
    border-top: 1px dotted #555554;
  }
}
.newsLatest .newsLatestItem {
  padding: 16px 0;
  border-bottom: 1px dotted #555554;
  *zoom: 1;
}
.newsLatest .newsLatestItem:before, .newsLatest .newsLatestItem:after {
  content: " ";
  display: table;
}
.newsLatest .newsLatestItem:after {
  clear: both;
}
.newsLatest .newsLatestItem h3 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 19px;
  font-weight: 400;
}
.newsLatest .newsLatestItem h3 a {
  color: #555554;
}
.newsLatest .newsLatestItem h3 a:hover {
  color: #0768b2;
}
.newsLatest .newsLatestItem img {
  display: none;
  float: left;
  width: 28%;
  margin-bottom: 8px;
  padding-right: 20px;
  padding-bottom: 10px;
}
@media screen and (min-width: 735px) {
  .newsLatest .newsLatestItem img {
    display: block;
  }
}
.newsLatest .newsLatestItem p {
  margin-bottom: 0;
}
.newsLatest .newsLatestItem p .newsLatestDate {
  font-weight: 700;
}
.newsLatest .newsLatestItem p a {
  color: #0768b2;
}
.newsLatest .newsLatestItem p a:hover {
  color: #03346e;
}
.newsLatest .newsLatestItem p a:before {
  content: "→";
  margin-right: 3px;
}
@media screen and (max-width: 734px) {
  .newsLatest .newsLatestItem:last-of-type {
    border-bottom: none;
  }
}

.allNewsWrap {
  text-align: right;
}

.newsDetail .newsDate {
  margin-bottom: 2px;
  color: #0768b2;
}
.newsDetail figure figcaption {
  clear: both;
  display: table;
  width: auto;
  margin-top: -6.4px;
  margin-bottom: 24px;
  padding: 8px 10px 8px 10px;
  background: #555554;
  color: #fff;
}

.newsCatDivider {
  display: inline-block;
}
.newsCatDivider:before {
  content: "|";
  margin-right: 3px;
  margin-left: 1px;
}

.news-list-browse {
  padding: 15px 0;
}
.news-list-browse .browseLinksWrap a, .news-list-browse .browseLinksWrap span {
  position: relative;
  display: inline-block;
  padding: 4px 10px;
  margin: 5px 1px;
  color: #0768b2;
}
.news-list-browse .browseLinksWrap a:before, .news-list-browse .browseLinksWrap span:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0px 6px 6px 0px;
  border-style: solid;
  border-color: #fff #fff transparent transparent;
}
.news-list-browse .browseLinksWrap a:hover, .news-list-browse .browseLinksWrap span:hover {
  color: #03346e;
  background: #f0f0f0;
}
.news-list-browse .browseLinksWrap a.activeLinkWrap, .news-list-browse .browseLinksWrap span.activeLinkWrap {
  color: #03346e;
  background: #e9e9e9;
  text-decoration: none;
}
.news-list-browse .browseLinksWrap a.disabledLinkWrap, .news-list-browse .browseLinksWrap span.disabledLinkWrap {
  display: none;
}

.infotageBox .infotageItem {
  display: block;
  padding: 8px 20px;
  border-top: 1px dotted #555554;
  text-decoration: none;
  *zoom: 1;
}
.infotageBox .infotageItem:before, .infotageBox .infotageItem:after {
  content: " ";
  display: table;
}
.infotageBox .infotageItem:after {
  clear: both;
}
@media screen and (min-width: 735px) {
  .infotageBox .infotageItem {
    padding-right: 5px;
    padding-left: 5px;
  }
}
.infotageBox .infotageItem .infotageDate {
  position: relative;
  float: left;
  width: 40px;
  height: 40px;
  margin-top: 5px;
  padding-top: 5px;
  padding-right: 3px;
  border: 1px solid #666;
  color: #666;
  text-align: center;
  -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  -o-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
}
.infotageBox .infotageItem .infotageDate:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  top: -6px;
  right: -6px;
  background: #fff;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: 1px solid #666;
}
.infotageBox .infotageItem .infotageDate .infotageDay {
  display: block;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
}
.infotageBox .infotageItem .infotageDate .infotageMonth {
  display: block;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
}
.infotageBox .infotageItem p {
  margin-bottom: 0;
  padding-left: 60px;
  color: #666;
}
.infotageBox .infotageItem p strong {
  display: block;
  text-transform: uppercase;
}
@media screen and (min-width: 735px) {
  .infotageBox .infotageItem p span {
    display: block;
  }
}
.infotageBox .infotageItem p .beratertageLabel {
  color: #0768b2;
}
.infotageBox .infotageItem:hover .infotageDate {
  background: #666;
  color: #fff;
}

#BFW .infotageBox {
  border-bottom: 1px dotted #555554;
  margin-bottom: 24px;
}

#index .infotageBox {
  margin-bottom: 24px;
}

.contentMain .infotageBox {
  margin-bottom: 24px;
  border-bottom: 1px dotted #555554;
}
.contentMain .infotageBox .infotageItem {
  text-decoration: none;
}
@media screen and (max-width: 734px) {
  .contentMain .infotageBox .infotageItem {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.contentMain .infotageBox .infotageItem .infotageDate {
  color: #666;
}
.contentMain .infotageBox .infotageItem .infotageDate:after {
  -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  -o-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
}
.contentMain .infotageBox .infotageItem p {
  font-size: 18px;
}
.contentMain .infotageBox .infotageItem p span {
  display: inline-block;
}
.contentMain .infotageBox .infotageItem:hover {
  background: #666;
}
.contentMain .infotageBox .infotageItem:hover .infotageDate {
  color: #fff;
  border: 1px solid #fff;
}
.contentMain .infotageBox .infotageItem:hover .infotageDate:after {
  background: #666;
  border-bottom: 1px solid #fff;
}
.contentMain .infotageBox .infotageItem:hover p {
  color: #fff;
}

.infotageDetail h1 {
  min-height: 59px;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 1.1;
}
.infotageDetail h1 span {
  display: block;
  text-transform: none;
}
.infotageDetail h2.infotageActivities {
  margin-bottom: 0;
  padding: 16px 20px;
  background: #575756;
  color: #fff;
  letter-spacing: 1px;
}
.infotageDetail section.infotageActivities {
  margin-bottom: 8px;
  padding: 16px 20px;
  background: #a1a2a4;
  color: #fff;
}
.infotageDetail section.infotageActivities ul {
  margin-bottom: 4px;
}
.infotageDetail section.infotageActivities li {
  line-height: 1.8;
}
.infotageDetail section.infotageActivities li:before {
  content: url(../_images/svg/list_level1_white.svg);
}
.infotageDetail section.infotageActivities a {
  text-decoration: underline;
  font-weight: bold;
  color: #fff;
}
.infotageDetail section.infotageActivities a:hover {
  text-decoration: none;
}

.courseStartBox {
  margin-bottom: 24px;
  /*
  	.owl-item.cloned {
  		overflow: hidden;
  		background: green;
  	}
  */
}
.courseStartBox div {
  width: 100%;
}
@media screen and (min-width: 735px) {
  .courseStartBox {
    padding-right: 20px;
  }
}
.courseStartBox .courseStartItem {
  position: relative;
  display: block;
  padding: 8px 20px 7px 20px;
  border-top: 1px dotted #555554;
  text-decoration: none;
  *zoom: 1;
}
.courseStartBox .courseStartItem:before, .courseStartBox .courseStartItem:after {
  content: " ";
  display: table;
}
.courseStartBox .courseStartItem:after {
  clear: both;
}
.courseStartBox .courseStartItem:last-child {
  border-bottom: 1px dotted #555554;
}
.courseStartBox .courseStartItem:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 9px;
  left: 56px;
  background: #fff;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (min-width: 735px) {
  .courseStartBox .courseStartItem:after {
    left: 44px;
    top: 10px;
  }
}
@media screen and (min-width: 735px) {
  .courseStartBox .courseStartItem {
    padding-right: 5px;
    padding-left: 8px;
  }
}
.courseStartBox .courseStartItem svg, .courseStartBox .courseStartItem img {
  float: left;
  width: 40px;
  height: 40px;
  margin-top: 5px;
  -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  -o-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
}
.courseStartBox .courseStartItem p {
  margin-bottom: 0;
  padding-left: 60px;
  color: #666;
}
@media screen and (min-width: 735px) {
  .courseStartBox .courseStartItem p {
    padding-right: 0;
  }
}
.courseStartBox .courseStartItem p span {
  display: block;
}
.courseStartBox .courseStartItem p strong {
  display: block;
  text-transform: uppercase;
}
.courseStartBox .courseStartItem:hover svg, .courseStartBox .courseStartItem:hover img {
  /*
  					path, line, polyline, polygon, circle {
  						stroke: $white;
  					}
  					rect {
  						fill: $white;
  					}
  */
  /*

  					path[fill="#4D4D4C"], line[fill="#4D4D4C"], polyline[fill="#4D4D4C"], polygon[fill="#4D4D4C"], circle[fill="#4D4D4C"], rect[fill="#4D4D4C"] {
  						fill: $white;
  					}
  					path[stroke="#4D4D4C"], line[stroke="#4D4D4C"], polyline[stroke="#4D4D4C"], polygon[stroke="#4D4D4C"], circle[stroke="#4D4D4C"], rect[stroke="#4D4D4C"] {
  						stroke: $white;
  					}
  */
  background: #666;
}
.courseStartBox .courseStartItem:hover svg path[fill*="4D4D4C"], .courseStartBox .courseStartItem:hover svg line[fill*="4D4D4C"], .courseStartBox .courseStartItem:hover svg polyline[fill*="4D4D4C"], .courseStartBox .courseStartItem:hover svg polygon[fill*="4D4D4C"], .courseStartBox .courseStartItem:hover svg circle[fill*="4D4D4C"], .courseStartBox .courseStartItem:hover svg rect[fill*="4D4D4C"], .courseStartBox .courseStartItem:hover img path[fill*="4D4D4C"], .courseStartBox .courseStartItem:hover img line[fill*="4D4D4C"], .courseStartBox .courseStartItem:hover img polyline[fill*="4D4D4C"], .courseStartBox .courseStartItem:hover img polygon[fill*="4D4D4C"], .courseStartBox .courseStartItem:hover img circle[fill*="4D4D4C"], .courseStartBox .courseStartItem:hover img rect[fill*="4D4D4C"] {
  fill: #fff;
}
.courseStartBox .courseStartItem:hover svg path[stroke*="4D4D4C"], .courseStartBox .courseStartItem:hover svg line[stroke*="4D4D4C"], .courseStartBox .courseStartItem:hover svg polyline[stroke*="4D4D4C"], .courseStartBox .courseStartItem:hover svg polygon[stroke*="4D4D4C"], .courseStartBox .courseStartItem:hover svg circle[stroke*="4D4D4C"], .courseStartBox .courseStartItem:hover svg rect[stroke*="4D4D4C"], .courseStartBox .courseStartItem:hover img path[stroke*="4D4D4C"], .courseStartBox .courseStartItem:hover img line[stroke*="4D4D4C"], .courseStartBox .courseStartItem:hover img polyline[stroke*="4D4D4C"], .courseStartBox .courseStartItem:hover img polygon[stroke*="4D4D4C"], .courseStartBox .courseStartItem:hover img circle[stroke*="4D4D4C"], .courseStartBox .courseStartItem:hover img rect[stroke*="4D4D4C"] {
  stroke: #fff;
}
.courseStartBox .courseStartItem:hover svg path[fill*="#565655"], .courseStartBox .courseStartItem:hover svg line[fill*="#565655"], .courseStartBox .courseStartItem:hover svg polyline[fill*="#565655"], .courseStartBox .courseStartItem:hover svg polygon[fill*="#565655"], .courseStartBox .courseStartItem:hover svg circle[fill*="#565655"], .courseStartBox .courseStartItem:hover svg rect[fill*="#565655"], .courseStartBox .courseStartItem:hover img path[fill*="#565655"], .courseStartBox .courseStartItem:hover img line[fill*="#565655"], .courseStartBox .courseStartItem:hover img polyline[fill*="#565655"], .courseStartBox .courseStartItem:hover img polygon[fill*="#565655"], .courseStartBox .courseStartItem:hover img circle[fill*="#565655"], .courseStartBox .courseStartItem:hover img rect[fill*="#565655"] {
  fill: #fff;
}
.courseStartBox .courseStartItem:hover svg path[stroke*="#565655"], .courseStartBox .courseStartItem:hover svg line[stroke*="#565655"], .courseStartBox .courseStartItem:hover svg polyline[stroke*="#565655"], .courseStartBox .courseStartItem:hover svg polygon[stroke*="#565655"], .courseStartBox .courseStartItem:hover svg circle[stroke*="#565655"], .courseStartBox .courseStartItem:hover svg rect[stroke*="#565655"], .courseStartBox .courseStartItem:hover img path[stroke*="#565655"], .courseStartBox .courseStartItem:hover img line[stroke*="#565655"], .courseStartBox .courseStartItem:hover img polyline[stroke*="#565655"], .courseStartBox .courseStartItem:hover img polygon[stroke*="#565655"], .courseStartBox .courseStartItem:hover img circle[stroke*="#565655"], .courseStartBox .courseStartItem:hover img rect[stroke*="#565655"] {
  stroke: #fff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .courseStartBox .courseStartItem:hover svg path, .courseStartBox .courseStartItem:hover img path {
    fill: #fff;
    stroke: #fff;
    pointer-events: all;
  }
}
@media screen\0  {
  .courseStartBox .courseStartItem:hover svg path, .courseStartBox .courseStartItem:hover img path {
    fill: #fff;
    stroke: #fff;
    pointer-events: all;
  }
}
.courseStartBox .courseStartItem:hover svg _:-ms-lang(x),
.courseStartBox .courseStartItem:hover svg _:-webkit-full-screen,
.courseStartBox .courseStartItem:hover svg path, .courseStartBox .courseStartItem:hover img _:-ms-lang(x),
.courseStartBox .courseStartItem:hover img _:-webkit-full-screen,
.courseStartBox .courseStartItem:hover img path {
  fill: #fff;
  stroke: #fff;
  pointer-events: all;
}

.courseList a {
  display: block;
  min-height: 70px;
  margin-bottom: 10px;
}
.courseList a.courseListLevel1 {
  padding: 20px 20px;
  background: #0768b2;
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  text-align: center;
}
.courseList a.courseListLevel1:hover {
  background: #03346e;
}
.courseList a.courseListLevel1.voucher {
  background: #f18825;
}
.courseList a.courseListLevel1.bfw {
  background: #c54309;
}
.courseList a.courseListLevel1.courseListLevelBlue {
  background: #03346e;
}
.courseList a.courseListLevel1.courseListLevelBlue:hover {
  background: #0768b2;
}
.courseList a.courseListLevel2 {
  padding: 20px 20px;
  background: #0768b2;
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  text-align: center;
  background: #8daedb;
}
.courseList a.courseListLevel2:hover {
  background: #03346e;
}
.courseList a.courseListLevel2.voucher {
  background: #f18825;
}
.courseList a.courseListLevel2.bfw {
  background: #c54309;
}
.courseList a.courseListLevel2.courseListLevelBlue {
  background: #03346e;
}
.courseList a.courseListLevel2.courseListLevelBlue:hover {
  background: #0768b2;
}
.courseList a.courseListLevel2:hover {
  background: #0768b2;
}
.courseList a.courseListTitle {
  position: relative;
  padding: 8px 20px 8px 80px;
  border: 1px solid #575756;
  color: #575756;
  font-size: 20px;
}
.courseList a.courseListTitle svg {
  position: absolute;
  height: 48px;
  top: 11px;
  left: -10px;
}
.courseList a.courseListTitle img {
  position: absolute;
  width: 48px;
  height: 48px;
  top: 10px;
  left: 9px;
}
.courseList a.courseListTitle:hover {
  /*
  				background: $blue2;
  				color: $white;
  				border-color: $blue2;
  */
  background: #03346e;
  color: #fff;
  border-color: #03346e;
}
.courseList a.courseListTitle:hover svg {
  /*
  					path, line, polyline, polygon, circle {
  						stroke: $white;
  					}
  					rect {
  						fill: $white;
  					}
  */
  /*

  					path[fill="#4D4D4C"], line[fill="#4D4D4C"], polyline[fill="#4D4D4C"], polygon[fill="#4D4D4C"], circle[fill="#4D4D4C"], rect[fill="#4D4D4C"] {
  						fill: $white;
  					}
  					path[stroke="#4D4D4C"], line[stroke="#4D4D4C"], polyline[stroke="#4D4D4C"], polygon[stroke="#4D4D4C"], circle[stroke="#4D4D4C"], rect[stroke="#4D4D4C"] {
  						stroke: $white;
  					}
  */
}
.courseList a.courseListTitle:hover svg path[fill*="4D4D4C"], .courseList a.courseListTitle:hover svg line[fill*="4D4D4C"], .courseList a.courseListTitle:hover svg polyline[fill*="4D4D4C"], .courseList a.courseListTitle:hover svg polygon[fill*="4D4D4C"], .courseList a.courseListTitle:hover svg circle[fill*="4D4D4C"], .courseList a.courseListTitle:hover svg rect[fill*="4D4D4C"] {
  fill: #fff;
}
.courseList a.courseListTitle:hover svg path[stroke*="4D4D4C"], .courseList a.courseListTitle:hover svg line[stroke*="4D4D4C"], .courseList a.courseListTitle:hover svg polyline[stroke*="4D4D4C"], .courseList a.courseListTitle:hover svg polygon[stroke*="4D4D4C"], .courseList a.courseListTitle:hover svg circle[stroke*="4D4D4C"], .courseList a.courseListTitle:hover svg rect[stroke*="4D4D4C"] {
  stroke: #fff;
}
.courseList a.courseListTitle:hover svg path[fill*="#565655"], .courseList a.courseListTitle:hover svg line[fill*="#565655"], .courseList a.courseListTitle:hover svg polyline[fill*="#565655"], .courseList a.courseListTitle:hover svg polygon[fill*="#565655"], .courseList a.courseListTitle:hover svg circle[fill*="#565655"], .courseList a.courseListTitle:hover svg rect[fill*="#565655"] {
  fill: #fff;
}
.courseList a.courseListTitle:hover svg path[stroke*="#565655"], .courseList a.courseListTitle:hover svg line[stroke*="#565655"], .courseList a.courseListTitle:hover svg polyline[stroke*="#565655"], .courseList a.courseListTitle:hover svg polygon[stroke*="#565655"], .courseList a.courseListTitle:hover svg circle[stroke*="#565655"], .courseList a.courseListTitle:hover svg rect[stroke*="#565655"] {
  stroke: #fff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .courseList a.courseListTitle:hover svg path {
    fill: #fff;
    stroke: #fff;
    pointer-events: all;
  }
}
@media screen\0  {
  .courseList a.courseListTitle:hover svg path {
    fill: #fff;
    stroke: #fff;
    pointer-events: all;
  }
}
.courseList a.courseListTitle:hover svg _:-ms-lang(x),
.courseList a.courseListTitle:hover svg _:-webkit-full-screen,
.courseList a.courseListTitle:hover svg path {
  fill: #fff;
  stroke: #fff;
  pointer-events: all;
}
.courseList a.courseListTitle:hover:before {
  background: #fff;
}
.courseList a.courseListTitle.voucher:hover {
  background: #f6ad69;
  border-color: #f6ad69;
}
.courseList a.courseListTitle.bfw:hover {
  background: #f08725;
  border-color: #f08725;
}
@media screen and (max-width: 734px) {
  .courseList a.accordionMobile {
    position: relative;
    padding-right: 60px;
    text-align: left;
  }
  .courseList a.accordionMobile:after {
    content: url(../_images/svg/arrow_white.svg);
    position: absolute;
    width: 20px;
    right: 20px;
    bottom: 20px;
  }
  .courseList a.accordionMobile.ui-accordion-header-active {
    background: #0768b2;
  }
  .courseList a.accordionMobile.ui-accordion-header-active:after {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .courseList a.accordionMobile.voucher.ui-accordion-header-active {
    background: #f18825;
  }
  .courseList a.accordionMobile.bfw.ui-accordion-header-active {
    background: #c54309;
  }
}
.courseList div.courseListLevel1 {
  padding: 20px 20px;
  background: #0768b2;
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  text-align: center;
  margin-bottom: 10px;
  background: #03346e;
}
.courseList div.courseListLevel1:hover {
  background: #03346e;
}
.courseList div.courseListLevel1.voucher {
  background: #f18825;
}
.courseList div.courseListLevel1.bfw {
  background: #c54309;
}
.courseList div.courseListLevel1.courseListLevelBlue {
  background: #03346e;
}
.courseList div.courseListLevel1.courseListLevelBlue:hover {
  background: #0768b2;
}
.courseList div.courseListLevel2 {
  padding: 20px 20px;
  background: #0768b2;
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  text-align: center;
  background: #8daedb;
  margin-bottom: 10px;
  background: #0768b2;
}
.courseList div.courseListLevel2:hover {
  background: #03346e;
}
.courseList div.courseListLevel2.voucher {
  background: #f18825;
}
.courseList div.courseListLevel2.bfw {
  background: #c54309;
}
.courseList div.courseListLevel2.courseListLevelBlue {
  background: #03346e;
}
.courseList div.courseListLevel2.courseListLevelBlue:hover {
  background: #0768b2;
}
.courseList div.courseListLevel2:hover {
  background: #0768b2;
}

.courseListNav {
  *zoom: 1;
}
.courseListNav:before, .courseListNav:after {
  content: " ";
  display: table;
}
.courseListNav:after {
  clear: both;
}
.courseListNav li {
  float: left;
  width: 50%;
  padding: 0 !important;
  text-align: center;
}
.courseListNav li:before {
  display: none;
}
.courseListNav li a {
  display: block;
  padding: 8px 0;
  border: 1px solid #03346e;
  background: #fff;
  color: #03346e;
  text-transform: uppercase;
  font-size: 15px;
}
.courseListNav li a:hover {
  background: #fff;
  color: #03346e;
}
.courseListNav li.courseListNavTraining a {
  border-color: #03346e;
  background: #fff;
  color: #03346e;
}
.courseListNav li.courseListNavTraining a:hover {
  background: #03346e;
  color: #fff;
}
.courseListNav li.courseListNavTraining.active a {
  background: #03346e;
  color: #fff;
}
.courseListNav li.courseListNavTraining.active a:hover {
  background: #fff;
  color: #03346e;
}
.courseListNav li.courseListNavVoucher a {
  border-color: #f18825;
  background: #fff;
  color: #f18825;
}
.courseListNav li.courseListNavVoucher a:hover {
  background: #f18825;
  color: #fff;
}
.courseListNav li.courseListNavBFW a {
  border-color: #c54309;
  background: #fff;
  color: #c54309;
}
.courseListNav li.courseListNavBFW a:hover {
  background: #c54309;
  color: #fff;
}
.courseListNav li.courseListNavBFW.active a {
  background: #c54309;
  color: #fff;
}
.courseListNav li.courseListNavBFW.active a:hover {
  background: #fff;
  color: #c54309;
}

.courseDetail h1 {
  position: relative;
  min-height: 70px;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 8px 20px 8px 75px;
  background: #03346e;
  color: #fff !important;
  text-transform: none;
  font-size: 24px !important;
}
@media screen and (min-width: 735px) {
  .courseDetail h1 {
    min-height: 73px;
    padding-left: 80px;
  }
}
.courseDetail h1 svg {
  position: absolute;
  width: 40px;
  top: -10px;
  left: 20px;
}
@media screen and (min-width: 735px) {
  .courseDetail h1 svg {
    width: 45px;
    top: -9px;
    left: 14px;
  }
}
.courseDetail h1 svg path[fill*="4D4D4C"], .courseDetail h1 svg line[fill*="4D4D4C"], .courseDetail h1 svg polyline[fill*="4D4D4C"], .courseDetail h1 svg polygon[fill*="4D4D4C"], .courseDetail h1 svg circle[fill*="4D4D4C"], .courseDetail h1 svg rect[fill*="4D4D4C"] {
  fill: #fff;
}
.courseDetail h1 svg path[stroke*="4D4D4C"], .courseDetail h1 svg line[stroke*="4D4D4C"], .courseDetail h1 svg polyline[stroke*="4D4D4C"], .courseDetail h1 svg polygon[stroke*="4D4D4C"], .courseDetail h1 svg circle[stroke*="4D4D4C"], .courseDetail h1 svg rect[stroke*="4D4D4C"] {
  stroke: #fff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .courseDetail h1 svg path {
    fill: #fff;
    stroke: #fff;
  }
}
@media screen\0  {
  .courseDetail h1 svg path {
    fill: #fff;
    stroke: #fff;
  }
}
.courseDetail h1 svg _:-ms-lang(x),
.courseDetail h1 svg _:-webkit-full-screen,
.courseDetail h1 svg path {
  fill: #fff;
  stroke: #fff;
}
.courseDetail h1 + p.subtitle {
  position: relative;
  padding: 8px 20px 8px 75px;
  background: #f18825;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 1px;
  hyphens: auto;
}
@media screen and (min-width: 735px) {
  .courseDetail h1 + p.subtitle {
    padding-left: 63px;
  }
}
.courseDetail h1 + p.subtitle:before {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  top: -15px;
  left: 60px;
  border-style: solid;
  border-width: 0 10px 15px 10px;
  border-color: transparent transparent #f18825 transparent;
  transform: rotate(0deg);
}
.courseDetail h2 {
  border-bottom: 1px dotted #555554;
}
.courseDetail .courseNav {
  margin-bottom: 40px;
  *zoom: 1;
}
.courseDetail .courseNav:before, .courseDetail .courseNav:after {
  content: " ";
  display: table;
}
.courseDetail .courseNav:after {
  clear: both;
}
.courseDetail .courseNav li {
  padding: 0;
  background: #045e95;
  -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  -o-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
}
@media screen and (max-width: 734px) {
  .courseDetail .courseNav li {
    margin: 1px 0;
    text-transform: uppercase;
  }
  .courseDetail .courseNav li a {
    padding: 5.6px 20px 5.6px 75px;
  }
}
@media screen and (min-width: 735px) {
  .courseDetail .courseNav li {
    float: left;
    width: 33.3%;
    margin: 0;
    text-align: center;
    font-size: 19px;
  }
  .courseDetail .courseNav li a {
    padding: 4px 20px;
  }
}
.courseDetail .courseNav li:before {
  display: none;
}
@media screen and (min-width: 735px) {
  .courseDetail .courseNav li.active:after, .courseDetail .courseNav li:hover:after {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    -webkit-transform: rotate(360deg);
    border-style: solid;
    border-width: 0 10px 5px 10px;
    border-color: transparent transparent #fff transparent;
  }
}
@media screen and (min-width: 735px) {
  .courseDetail .courseNav li.courseNavAtAGlance {
    display: none;
  }
}
@media screen and (min-width: 735px) {
  .courseDetail .courseNav li.courseNavAdviceInfodays {
    display: none;
  }
}
.courseDetail .courseNav li.courseNavDetail {
  background: #0768b2;
}
@media screen and (min-width: 735px) {
  .courseDetail .courseNav li.courseNavDetail {
    background: #045e95;
  }
}
.courseDetail .courseNav li.courseNavDates {
  background: #92c023;
}
@media screen and (min-width: 735px) {
  .courseDetail .courseNav li.courseNavDates {
    width: 33.4%;
  }
}
.courseDetail .courseNav li.courseNavReferences {
  background: #0768b2;
}
.courseDetail .courseNav li.courseNavRegistrationFix {
  background: #079bd5;
}
@media screen and (max-width: 734px) {
  .courseDetail .courseNav li.courseNavRegistration {
    background: #079bd5;
    /*
    					&:hover {
    						background: $grey;
    					}
    */
  }
}
@media screen and (min-width: 735px) {
  .courseDetail .courseNav li.courseNavRegistration {
    display: none;
  }
}
@media screen and (max-width: 734px) {
  .courseDetail .courseNav li:hover {
    background: #03346e;
  }
}
.courseDetail .courseNav li a {
  display: block;
  color: #fff;
}
.courseDetail iframe {
  width: 100%;
  height: 360px;
  margin: 0;
  padding: 0;
  border: none !important;
}
@media screen and (max-width: 419px) {
  .courseDetail iframe {
    height: 180px;
  }
}
.courseDetail .courseDetailContent {
  padding: 0 20px;
}
@media screen and (min-width: 735px) {
  .courseDetail .courseDetailContent {
    padding: 0 30px;
  }
}

.courseRegistrationBlueBox {
  margin: 48px 0px;
  padding: 24px 20px 2px 20px;
  background: #079bd5;
  color: #fff;
}
@media screen and (min-width: 735px) {
  .courseRegistrationBlueBox {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.courseDates h2 {
  clear: both;
  position: relative;
  min-height: 48px;
  padding: 16px 20px 16px 80px;
  background: #878787;
  color: #fff;
  letter-spacing: 1px;
  padding-right: 0;
  padding-left: 0;
  background: #92c023;
  text-align: center;
}
@media screen and (min-width: 735px) {
  .courseDates h2 {
    padding-left: 60px;
  }
}
.courseDates h2:before {
  position: absolute;
  width: 42px;
  height: 42px;
  top: 10px;
  left: 20px;
}
@media screen and (min-width: 735px) {
  .courseDates h2:before {
    left: 10px;
  }
}
.courseDates h3 {
  clear: both;
  position: relative;
  min-height: 48px;
  padding: 16px 20px 16px 80px;
  background: #878787;
  color: #fff;
  letter-spacing: 1px;
  margin: 5px 0;
  padding-left: 20px;
  background: #f7f7f7;
  color: #575756;
  font-size: 19px;
  font-weight: 400;
  text-transform: none;
  -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  -o-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
}
@media screen and (min-width: 735px) {
  .courseDates h3 {
    padding-left: 60px;
  }
}
.courseDates h3:before {
  position: absolute;
  width: 42px;
  height: 42px;
  top: 10px;
  left: 20px;
}
@media screen and (min-width: 735px) {
  .courseDates h3:before {
    left: 10px;
  }
}
@media screen and (min-width: 735px) {
  .courseDates h3 {
    padding-left: 70px;
  }
}
.courseDates h3:after {
  content: url(../_images/svg/arrow_default.svg);
  position: absolute;
  width: 20px;
  height: 20px;
  right: 20px;
  top: 16px;
}
.courseDates h3.accordionModulesHeader {
  margin-right: 0;
  padding-left: 75px;
  background: #646878;
  color: #646878;
  color: #fff;
}
@media screen and (max-width: 419px) {
  .courseDates h3.accordionModulesHeader {
    width: 100vw;
  }
}
@media screen and (min-width: 735px) {
  .courseDates h3.accordionModulesHeader {
    padding-left: 70px;
  }
}
.courseDates h3.accordionModulesHeader:after {
  content: url(../_images/svg/arrow_white.svg);
}
.courseDates h3.accordionModulesHeader svg {
  position: absolute;
  width: 40px;
  top: -10px;
  left: 20px;
}
@media screen and (min-width: 735px) {
  .courseDates h3.accordionModulesHeader svg {
    width: 45px;
    top: -9px;
    left: 14px;
  }
}
.courseDates h3.accordionModulesHeader svg path[fill*="4D4D4C"], .courseDates h3.accordionModulesHeader svg line[fill*="4D4D4C"], .courseDates h3.accordionModulesHeader svg polyline[fill*="4D4D4C"], .courseDates h3.accordionModulesHeader svg polygon[fill*="4D4D4C"], .courseDates h3.accordionModulesHeader svg circle[fill*="4D4D4C"], .courseDates h3.accordionModulesHeader svg rect[fill*="4D4D4C"] {
  fill: #fff;
}
.courseDates h3.accordionModulesHeader svg path[stroke*="4D4D4C"], .courseDates h3.accordionModulesHeader svg line[stroke*="4D4D4C"], .courseDates h3.accordionModulesHeader svg polyline[stroke*="4D4D4C"], .courseDates h3.accordionModulesHeader svg polygon[stroke*="4D4D4C"], .courseDates h3.accordionModulesHeader svg circle[stroke*="4D4D4C"], .courseDates h3.accordionModulesHeader svg rect[stroke*="4D4D4C"] {
  stroke: #fff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .courseDates h3.accordionModulesHeader svg path {
    fill: #fff;
    stroke: #fff;
  }
}
@media screen\0  {
  .courseDates h3.accordionModulesHeader svg path {
    fill: #fff;
    stroke: #fff;
  }
}
.courseDates h3.accordionModulesHeader svg _:-ms-lang(x),
.courseDates h3.accordionModulesHeader svg _:-webkit-full-screen,
.courseDates h3.accordionModulesHeader svg path {
  fill: #fff;
  stroke: #fff;
}
.courseDates h3.ui-accordion-header-active:after {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.courseDates h3:hover {
  cursor: pointer;
  background: #d9d9d9;
}
.courseDates h3.ui-accordion-header-active.accordionModulesHeader, .courseDates h3.accordionModulesHeader:hover {
  background: #c54309;
}
.courseDates h4 {
  clear: both;
  position: relative;
  min-height: 48px;
  padding: 16px 20px 16px 80px;
  background: #878787;
  color: #fff;
  letter-spacing: 1px;
  margin: 2px 0;
  padding-left: 70px !important;
  border: 1px solid #d0d0cf;
  background: #fff !important;
  font-size: 19px;
  font-weight: 400;
  color: #575756;
  text-transform: none;
  -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  -o-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  text-align: left !important;
}
@media screen and (min-width: 735px) {
  .courseDates h4 {
    padding-left: 60px;
  }
}
.courseDates h4:before {
  position: absolute;
  width: 42px;
  height: 42px;
  top: 10px;
  left: 20px;
}
@media screen and (min-width: 735px) {
  .courseDates h4:before {
    left: 10px;
  }
}
.courseDates h4:after {
  content: url(../_images/svg/arrow_default.svg);
  position: absolute;
  width: 20px;
  height: 20px;
  right: 20px;
  top: 16px;
}
.courseDates h4.ui-accordion-header-active:after {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.courseDates h4 svg, .courseDates h4 img {
  position: absolute;
  width: 38px;
  height: 38px;
  top: 10px;
  left: 9px;
}
.courseDates h4:hover {
  cursor: pointer;
}
.courseDates h4.ui-state-active, .courseDates h4:hover {
  background: #92c023 !important;
  color: #fff;
}
.courseDates h4.ui-state-active:after, .courseDates h4:hover:after {
  content: url(../_images/svg/arrow_white.svg);
}
.courseDates h5 {
  clear: both;
  position: relative;
  min-height: 48px;
  padding: 16px 20px 16px 80px;
  background: #878787;
  color: #fff;
  letter-spacing: 1px;
  margin: 5px 0;
  padding: 6.4px 60px 8px 20px;
  background: #e9e9e9;
  color: #575756;
  font-size: 19px;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  -o-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
}
@media screen and (min-width: 735px) {
  .courseDates h5 {
    padding-left: 60px;
  }
}
.courseDates h5:before {
  position: absolute;
  width: 42px;
  height: 42px;
  top: 10px;
  left: 20px;
}
@media screen and (min-width: 735px) {
  .courseDates h5:before {
    left: 10px;
  }
}
@media screen and (min-width: 735px) {
  .courseDates h5 {
    padding-left: 70px;
  }
}
.courseDates h5:after {
  content: url(../_images/svg/arrow_default.svg);
  position: absolute;
  width: 20px;
  height: 20px;
  right: 20px;
  top: 16px;
}
.courseDates h5.ui-accordion-header-active:after {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.courseDates h5.ui-state-active, .courseDates h5:hover {
  cursor: pointer;
  background: #f7f7f7;
}
.courseDates h5 span {
  display: block;
  text-transform: none;
  font-size: 15px;
}
.courseDates .accordionLevel3, .courseDates .courseDatesDetailBFW {
  *zoom: 1;
}
.courseDates .accordionLevel3:before, .courseDates .accordionLevel3:after, .courseDates .courseDatesDetailBFW:before, .courseDates .courseDatesDetailBFW:after {
  content: " ";
  display: table;
}
.courseDates .accordionLevel3:after, .courseDates .courseDatesDetailBFW:after {
  clear: both;
}
.courseDates .accordionLevel3 div.courseDatesDetail, .courseDates .courseDatesDetailBFW div.courseDatesDetail {
  *zoom: 1;
  margin-bottom: 2px;
}
.courseDates .accordionLevel3 div.courseDatesDetail:before, .courseDates .accordionLevel3 div.courseDatesDetail:after, .courseDates .courseDatesDetailBFW div.courseDatesDetail:before, .courseDates .courseDatesDetailBFW div.courseDatesDetail:after {
  content: " ";
  display: table;
}
.courseDates .accordionLevel3 div.courseDatesDetail:after, .courseDates .courseDatesDetailBFW div.courseDatesDetail:after {
  clear: both;
}
@media screen and (min-width: 735px) {
  .courseDates .accordionLevel3 div.courseDatesDetail, .courseDates .courseDatesDetailBFW div.courseDatesDetail {
    border-bottom: 1px dotted #555554;
  }
  .courseDates .accordionLevel3 div.courseDatesDetail:last-of-type, .courseDates .courseDatesDetailBFW div.courseDatesDetail:last-of-type {
    border-bottom: none;
  }
}
.courseDates .accordionLevel3 div.courseDatesDetail dl, .courseDates .courseDatesDetailBFW div.courseDatesDetail dl {
  float: left;
  width: 33.3%;
  margin-bottom: 2px;
}
@media screen and (min-width: 735px) {
  .courseDates .accordionLevel3 div.courseDatesDetail dl, .courseDates .courseDatesDetailBFW div.courseDatesDetail dl {
    width: 25%;
  }
}
.courseDates .accordionLevel3 div.courseDatesDetail dl:nth-of-type(1), .courseDates .courseDatesDetailBFW div.courseDatesDetail dl:nth-of-type(1) {
  width: 25%;
}
@media screen and (max-width: 734px) {
  .courseDates .accordionLevel3 div.courseDatesDetail dl:nth-of-type(1) dd, .courseDates .courseDatesDetailBFW div.courseDatesDetail dl:nth-of-type(1) dd {
    color: #079bd5;
  }
}
@media screen and (min-width: 735px) {
  .courseDates .accordionLevel3 div.courseDatesDetail dl:nth-of-type(1), .courseDates .courseDatesDetailBFW div.courseDatesDetail dl:nth-of-type(1) {
    width: 22%;
  }
}
.courseDates .accordionLevel3 div.courseDatesDetail dl:nth-of-type(2), .courseDates .courseDatesDetailBFW div.courseDatesDetail dl:nth-of-type(2) {
  width: 25%;
}
@media screen and (min-width: 735px) {
  .courseDates .accordionLevel3 div.courseDatesDetail dl:nth-of-type(2), .courseDates .courseDatesDetailBFW div.courseDatesDetail dl:nth-of-type(2) {
    width: 22%;
  }
}
.courseDates .accordionLevel3 div.courseDatesDetail dl:nth-of-type(3), .courseDates .courseDatesDetailBFW div.courseDatesDetail dl:nth-of-type(3) {
  width: 50%;
}
@media screen and (min-width: 735px) {
  .courseDates .accordionLevel3 div.courseDatesDetail dl:nth-of-type(3), .courseDates .courseDatesDetailBFW div.courseDatesDetail dl:nth-of-type(3) {
    width: 26%;
  }
}
.courseDates .accordionLevel3 div.courseDatesDetail dl dt, .courseDates .accordionLevel3 div.courseDatesDetail dl dd, .courseDates .courseDatesDetailBFW div.courseDatesDetail dl dt, .courseDates .courseDatesDetailBFW div.courseDatesDetail dl dd {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0 0 0 20px;
}
@media screen and (min-width: 735px) {
  .courseDates .accordionLevel3 div.courseDatesDetail dl dt, .courseDates .accordionLevel3 div.courseDatesDetail dl dd, .courseDates .courseDatesDetailBFW div.courseDatesDetail dl dt, .courseDates .courseDatesDetailBFW div.courseDatesDetail dl dd {
    padding-left: 70px;
  }
}
.courseDates .accordionLevel3 div.courseDatesDetail dl dt.courseNumber, .courseDates .accordionLevel3 div.courseDatesDetail dl dd.courseNumber, .courseDates .courseDatesDetailBFW div.courseDatesDetail dl dt.courseNumber, .courseDates .courseDatesDetailBFW div.courseDatesDetail dl dd.courseNumber {
  white-space: nowrap;
}
.courseDates .accordionLevel3 div.courseDatesDetail dl dt, .courseDates .courseDatesDetailBFW div.courseDatesDetail dl dt {
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
}
@media screen and (max-width: 734px) {
  .courseDates .accordionLevel3 div.courseDatesDetail dl dt, .courseDates .courseDatesDetailBFW div.courseDatesDetail dl dt {
    border-bottom: 1px solid #555554;
  }
}
.courseDates .accordionLevel3 div.courseDatesDetail a, .courseDates .accordionLevel3 div.courseDatesDetail button, .courseDates .courseDatesDetailBFW div.courseDatesDetail a, .courseDates .courseDatesDetailBFW div.courseDatesDetail button {
  display: block;
  background: #079bd5;
  color: #fff;
  -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  -o-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
}
#BFW .courseDates .accordionLevel3 div.courseDatesDetail a, #BFW .courseDates .accordionLevel3 div.courseDatesDetail button, #BFW .courseDates .courseDatesDetailBFW div.courseDatesDetail a, #BFW .courseDates .courseDatesDetailBFW div.courseDatesDetail button {
  background: #555554;
}
.courseDates .accordionLevel3 div.courseDatesDetail a:hover, .courseDates .accordionLevel3 div.courseDatesDetail button:hover, .courseDates .courseDatesDetailBFW div.courseDatesDetail a:hover, .courseDates .courseDatesDetailBFW div.courseDatesDetail button:hover {
  background: #555554;
  cursor: pointer;
}
#BFW .courseDates .accordionLevel3 div.courseDatesDetail a:hover, #BFW .courseDates .accordionLevel3 div.courseDatesDetail button:hover, #BFW .courseDates .courseDatesDetailBFW div.courseDatesDetail a:hover, #BFW .courseDates .courseDatesDetailBFW div.courseDatesDetail button:hover {
  background: #c54309;
}
@media screen and (max-width: 734px) {
  .courseDates .accordionLevel3 div.courseDatesDetail a, .courseDates .accordionLevel3 div.courseDatesDetail button, .courseDates .courseDatesDetailBFW div.courseDatesDetail a, .courseDates .courseDatesDetailBFW div.courseDatesDetail button {
    clear: both;
    position: relative;
    padding: 12px 10px 8px 10px;
    text-align: center;
  }
  .courseDates .accordionLevel3 div.courseDatesDetail a:before, .courseDates .accordionLevel3 div.courseDatesDetail button:before, .courseDates .courseDatesDetailBFW div.courseDatesDetail a:before, .courseDates .courseDatesDetailBFW div.courseDatesDetail button:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    border-top: 8px solid #ffffff;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
  }
}
@media screen and (min-width: 735px) {
  .courseDates .accordionLevel3 div.courseDatesDetail a, .courseDates .accordionLevel3 div.courseDatesDetail button, .courseDates .courseDatesDetailBFW div.courseDatesDetail a, .courseDates .courseDatesDetailBFW div.courseDatesDetail button {
    display: inline-block;
    float: right;
    margin-top: 34px;
    padding: 4px 10px;
  }
}
.courseDates .accordionLevel3 div.courseDatesDetail span, .courseDates .courseDatesDetailBFW div.courseDatesDetail span {
  display: block;
  text-transform: none;
  font-size: 15px;
  clear: left;
  padding: 10px 0px 10px 0px;
}
@media screen and (min-width: 735px) {
  .courseDates .accordionLevel3 div.courseDatesDetail span, .courseDates .courseDatesDetailBFW div.courseDatesDetail span {
    padding: 10px 120px 10px 70px;
  }
}
@media screen and (max-width: 734px) {
  .courseDates .accordionLevel3 div.courseDatesDetail span, .courseDates .courseDatesDetailBFW div.courseDatesDetail span {
    border-bottom: 1px solid #555554;
    margin-bottom: 40px;
  }
}
.courseDates .legend {
  font-style: italic;
}
@media screen and (min-width: 735px) {
  .courseDates .courseDatesDetailBFW div.courseDatesDetail dl dt, .courseDates .courseDatesDetailBFW div.courseDatesDetail dl dd {
    padding-right: 5px;
    padding-left: 5px;
  }
}

.accordionModules > div, .courseDates .accordionModules > div {
  margin-top: -6px;
  margin-bottom: 10px;
  padding: 6px 6px 6px 15px;
  border: 1px solid #c54309;
}
.accordionModules h4, .courseDates .accordionModules h4 {
  margin-top: 12px;
  padding: 0 !important;
  border: none;
  background: transparent !important;
  color: #646878 !important;
  font-weight: 700;
  cursor: default;
}
.accordionModules h4:after, .courseDates .accordionModules h4:after {
  display: none;
}
.accordionModules .bgRed3, .courseDates .accordionModules .bgRed3 {
  margin: -15px 0 0 -15px;
  padding: 15px;
  background: #fcddc0;
}
.accordionModules .bgRed3 h2, .accordionModules .bgRed3 h3, .accordionModules .bgRed3 h4, .courseDates .accordionModules .bgRed3 h2, .courseDates .accordionModules .bgRed3 h3, .courseDates .accordionModules .bgRed3 h4 {
  margin-top: 12px;
  margin-bottom: 2px;
  text-align: left;
  min-height: unset;
  padding: 0 !important;
  border: none;
  background: transparent !important;
  color: #646878 !important;
  font-weight: 700;
  cursor: default;
}
.accordionModules .bgRed3 h2:after, .accordionModules .bgRed3 h3:after, .accordionModules .bgRed3 h4:after, .courseDates .accordionModules .bgRed3 h2:after, .courseDates .accordionModules .bgRed3 h3:after, .courseDates .accordionModules .bgRed3 h4:after {
  display: none;
}
.accordionModules .courseAtAGlance h2, .courseDates .accordionModules .courseAtAGlance h2 {
  padding: 2px 0px;
  min-height: unset;
}
.accordionModules .courseAtAGlance p, .courseDates .accordionModules .courseAtAGlance p {
  padding-left: 10px;
}

.reservation {
  margin: 0px 0 40px 0;
  background: #f0ebed;
}
.reservation h2 {
  margin: 0 0 5px 0;
  padding: 15px 10px;
  background: #d0bec5;
  text-align: center;
  font-weight: 700;
}
.reservation .reservationList {
  padding: 10px;
  border-top: 1px dotted #555554;
  border-bottom: 1px dotted #555554;
}
.reservation .reservationList .reservationListItem {
  display: grid;
  grid-template-columns: 1fr 30px;
  grid-gap: 15px;
  margin: 30px 0;
  padding: 0 10px;
}
@media screen and (min-width: 735px) {
  .reservation .reservationList .reservationListItem {
    display: grid;
    grid-template-columns: 70px 1fr 30px;
    grid-gap: 15px;
  }
}
@media screen and (min-width: 960px) {
  .reservation .reservationList .reservationListItem {
    padding: 0 20px;
  }
}
.reservation .reservationList .reservationListItem div:nth-child(1) {
  order: 1;
}
@media screen and (min-width: 735px) {
  .reservation .reservationList .reservationListItem div:nth-child(1) {
    order: 1;
  }
}
.reservation .reservationList .reservationListItem div:nth-child(2) {
  order: 3;
  grid-column: 1/span 2;
}
@media screen and (min-width: 735px) {
  .reservation .reservationList .reservationListItem div:nth-child(2) {
    order: 2;
    grid-column: 2/span 1;
  }
}
.reservation .reservationList .reservationListItem div:nth-child(3) {
  order: 2;
  justify-self: end;
}
@media screen and (min-width: 735px) {
  .reservation .reservationList .reservationListItem div:nth-child(3) {
    order: 3;
  }
}
.reservation .reservationList .reservationListItem p {
  margin-bottom: 10px;
}
.reservation .reservationList .reservationListItem svg {
  width: 22px;
}
.reservation .reservationList .reservationListItem svg path {
  fill: #555554;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.reservation .reservationList .reservationListItem svg:hover {
  cursor: pointer;
}
.reservation .reservationList .reservationListItem svg:hover path {
  fill: #cb2a1d;
}
.reservation .reservationList .reservationListItem .reservationListItemData {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 15px;
  margin: 0;
  padding: 0;
}
.reservation .reservationList .reservationListItem .reservationListItemData dl {
  margin: 0;
  padding: 0;
}
.reservation .reservationList .reservationListItem .reservationListItemData dl dt, .reservation .reservationList .reservationListItem .reservationListItemData dl dd {
  float: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
.reservation .reservationList .reservationListItem + .reservationListItem {
  margin-top: 40px;
}
.reservation .reservationList .reservationListItem.hide {
  display: none;
}
.reservation .reservationList .noBookings.hide {
  display: none;
}
.reservation .reservationSubmit {
  *zoom: 1;
}
.reservation .reservationSubmit:before, .reservation .reservationSubmit:after {
  content: " ";
  display: table;
}
.reservation .reservationSubmit:after {
  clear: both;
}
.reservation .reservationSubmit button {
  position: relative;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
  min-height: 50px;
  padding: 10px 30px 10px 65px;
  border: 1px solid #555554;
  color: #555554;
  font-size: 15px;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  -o-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  float: right;
  margin: 10px !important;
  padding-right: 45px;
  padding-left: 30px;
  background: #c54309;
  border: none;
  color: #fff;
}
@media screen and (max-width: 734px) {
  .reservation .reservationSubmit button {
    min-width: 200px;
    margin: 0 20px 10px 20px;
  }
}
@media screen and (min-width: 735px) {
  .reservation .reservationSubmit button {
    margin: 0 20px 10px 0;
  }
}
.reservation .reservationSubmit button:before {
  position: absolute;
  width: 26px;
  height: 26px;
  top: 10px;
  left: 12px;
  text-indent: 0;
}
.reservation .reservationSubmit button:after {
  content: url(../_images/svg/arrow_default.svg);
  position: absolute;
  width: 20px;
  height: 20px;
  top: 15px;
  right: 7px;
  text-indent: 0;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.reservation .reservationSubmit button:hover {
  color: #fff;
  background: #555554;
}
.reservation .reservationSubmit button:hover:after {
  content: url(../_images/svg/arrow_white.svg);
}
.reservation .reservationSubmit button:after {
  content: url(../_images/svg/arrow_white.svg) !important;
}
.reservation .reservationSubmit button:hover:after {
  content: url(../_images/svg/arrow_white.svg) !important;
}
.reservation .reservationSubmit.hide {
  display: none;
}

.accordionInformation h5.accordionInformationHeader {
  margin-bottom: 0;
  background: #a0abad;
  color: #313131;
}
.accordionInformation h5.accordionInformationHeader span {
  display: block;
  position: relative;
  padding-right: 50px;
  color: #fff;
  font-size: 18px;
  text-transform: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (min-width: 960px) {
  .accordionInformation h5.accordionInformationHeader span {
    padding-right: 60px;
  }
}
.accordionInformation h5.accordionInformationHeader span svg {
  content: "";
  position: absolute;
  width: 36px;
  height: 36px;
  right: 0px;
  bottom: 6px;
}
@media screen and (min-width: 960px) {
  .accordionInformation h5.accordionInformationHeader span svg {
    width: 50px;
    height: 50px;
    bottom: 0px;
  }
}
.accordionInformation h5.accordionInformationHeader span svg path {
  fill: #fff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.accordionInformation h5.accordionInformationHeader span svg rect {
  fill: none;
}
.accordionInformation h5.accordionInformationHeader:hover, .accordionInformation h5.accordionInformationHeader.ui-accordion-header-active {
  background: #e9e9e9;
  color: #575756;
}
.accordionInformation h5.accordionInformationHeader:hover span, .accordionInformation h5.accordionInformationHeader.ui-accordion-header-active span {
  color: #878787;
}
.accordionInformation h5.accordionInformationHeader:hover span svg path, .accordionInformation h5.accordionInformationHeader.ui-accordion-header-active span svg path {
  fill: #878787;
}
.accordionInformation .accordionInformationContent {
  padding: 24px 20px 24px 20px;
  border: 2px solid #a0abad;
}
@media screen and (min-width: 735px) {
  .accordionInformation .accordionInformationContent {
    padding-right: 70px;
    padding-left: 70px;
  }
}
.accordionInformation .accordionInformationContent h6 {
  margin: 14px 0 0 0;
  color: #555554;
  font-weight: 400;
  font-size: 16px;
  font-style: italic;
  text-transform: uppercase;
}

#aagMain {
  display: none;
}

#aagMain h2 {
  margin-bottom: 2px;
  padding: 2px 20px;
  background: #0768b2;
  color: #fff;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  border-bottom: none;
}

#locations #aagMain h2 {
  background: #92c023;
}

#BFW .courseDates, .bfwLocation .courseDates {
  margin-bottom: 40px;
}
@media screen and (min-width: 735px) {
  #BFW .courseNav, .bfwLocation .courseNav {
    display: none;
  }
}
#BFW .courseNavDates, .bfwLocation .courseNavDates {
  background: #70706f;
}
#BFW .courseNavDetail, .bfwLocation .courseNavDetail {
  background: #f18825;
}
#BFW .courseNavRequest, .bfwLocation .courseNavRequest {
  background: #828281;
}
#BFW #aagMain h2, .bfwLocation #aagMain h2 {
  margin-bottom: 0px;
  background: #f08725;
}
#BFW .linkDatenblatt, .bfwLocation .linkDatenblatt {
  margin: 15px 10px 10px 40px;
}
@media screen and (min-width: 735px) {
  #BFW .linkDatenblatt, .bfwLocation .linkDatenblatt {
    margin: 15px 15px 10px 15px;
  }
}

@media screen and (max-width: 734px) {
  .courseReferences {
    padding: 0 20px;
  }
}
.courseReferences .courseReferencesItem {
  display: block;
  border-bottom: 1px dotted #555554;
  padding: 24px 0;
  *zoom: 1;
}
.courseReferences .courseReferencesItem:before, .courseReferences .courseReferencesItem:after {
  content: " ";
  display: table;
}
.courseReferences .courseReferencesItem:after {
  clear: both;
}
.courseReferences .courseReferencesItem:first-of-type {
  border-top: 1px dotted #555554;
}
.courseReferences .courseReferencesItem img {
  display: block;
  float: left;
  width: 70px;
  max-width: 15% !important;
  margin-top: 4px;
}
.courseReferences .courseReferencesItem .courseReferencesText {
  float: right;
  width: 82%;
}
@media screen and (min-width: 735px) {
  .courseReferences .courseReferencesItem .courseReferencesText {
    padding-right: 20px;
  }
}
.courseReferences .courseReferencesItem .courseReferencesText .courseReferencesName {
  margin: 24px 0 0 0;
  font-size: 14px;
  font-weight: bold;
}

.courseBoxRegistration h2 {
  background: #92c023;
}
.courseBoxRegistration a.registration {
  position: relative;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
  min-height: 50px;
  padding: 10px 30px 10px 65px;
  border: 1px solid #555554;
  color: #555554;
  font-size: 15px;
  text-transform: uppercase;
  margin: 10px 20px !important;
}
@media screen and (max-width: 734px) {
  .courseBoxRegistration a.registration {
    min-width: 200px;
    margin: 0 20px 10px 20px;
  }
}
@media screen and (min-width: 735px) {
  .courseBoxRegistration a.registration {
    margin: 0 20px 10px 0;
  }
}
.courseBoxRegistration a.registration:before {
  position: absolute;
  width: 26px;
  height: 26px;
  top: 10px;
  left: 12px;
  text-indent: 0;
}
.courseBoxRegistration a.registration:after {
  content: url(../_images/svg/arrow_default.svg);
  position: absolute;
  width: 20px;
  height: 20px;
  top: 15px;
  right: 7px;
  text-indent: 0;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.courseBoxRegistration a.registration:hover {
  color: #fff;
  background: #555554;
}
.courseBoxRegistration a.registration:hover:after {
  content: url(../_images/svg/arrow_white.svg);
}
.courseBoxRegistration a.registration:before {
  content: url(../_images/svg/contactBox_registration.svg) !important;
}
.courseBoxRegistration a.registration:hover:before {
  content: url(../_images/svg/contactBox_registration_hover.svg) !important;
}

.courseAtAGlance {
  margin-bottom: 20px;
}
.courseAtAGlance h2 {
  margin-bottom: 2px;
}
.courseAtAGlance h3 {
  margin: 2px 0 0 0;
  padding: 2px 20px 2px 40px;
  background: #555554;
  color: #fff;
}
@media screen and (min-width: 735px) {
  .courseAtAGlance h3 {
    padding-left: 20px;
    text-align: center;
  }
}
.courseAtAGlance dl {
  margin: 0;
  *zoom: 1;
}
.courseAtAGlance dl:before, .courseAtAGlance dl:after {
  content: " ";
  display: table;
}
.courseAtAGlance dl:after {
  clear: both;
}
.courseAtAGlance dl dt, .courseAtAGlance dl dd {
  float: none;
  width: 100%;
  margin: 0;
}
.courseAtAGlance dl dt {
  padding: 5.6px 20px 0 40px;
  background: #fff;
  font-weight: 700;
}
@media screen and (min-width: 735px) {
  .courseAtAGlance dl dt {
    padding-left: 20px;
  }
}
.courseAtAGlance dl dd {
  padding: 2px 20px 5.6px 40px;
}
@media screen and (min-width: 735px) {
  .courseAtAGlance dl dd {
    padding-left: 20px;
  }
}
.courseAtAGlance dl dd span {
  display: block;
  font-size: 14px;
}
.courseAtAGlance dl dt:nth-of-type(odd), .courseAtAGlance dl dd:nth-of-type(odd) {
  background: #f0f0f0;
}
.courseAtAGlance dl a {
  position: relative;
  display: block;
  color: #fff;
  background: #0768b2;
}
.courseAtAGlance dl a:after {
  content: url(../_images/svg/arrow_white.svg);
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 29px;
  bottom: 50%;
  margin: auto 0;
  text-indent: 0;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.courseAtAGlance dl a dt, .courseAtAGlance dl a dd {
  background: transparent !important;
}
.courseAtAGlance dl a.odd {
  background: #f0f0f0;
}
.courseAtAGlance dl a.even {
  background: #fff;
}
.courseAtAGlance dl a:hover {
  color: #fff;
  background: #03346e;
}
.courseAtAGlance dl a:hover:after {
  content: url(../_images/svg/arrow_white.svg);
}
.courseAtAGlance dl a:hover dt, .courseAtAGlance dl a:hover dd {
  background: transparent;
}
.courseAtAGlance dl a.calculation {
  display: block;
  position: relative;
  min-height: 50px;
  margin: 0 -20px -6px -40px;
  padding: 5px 30px 5px 40px;
  background: #92c023 !important;
  color: #fff !important;
  font-size: 15px;
  text-align: left;
}
@media screen and (min-width: 735px) {
  .courseAtAGlance dl a.calculation {
    margin-left: -20px;
    padding-left: 20px;
  }
}
.courseAtAGlance dl a.calculation span {
  display: block;
  text-transform: none;
}
.courseAtAGlance dl a.calculation:after {
  content: url(../_images/svg/arrow_white.svg);
  position: absolute;
  width: 20px;
  top: 15px;
  right: 28px;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.courseAtAGlance dl a.calculation:hover {
  color: #fff;
  background: #03346e;
}
.courseAtAGlance p {
  margin-bottom: 0px !important;
  padding: 0px;
}
@media screen and (max-width: 734px) {
  .courseAtAGlance .accordion {
    border-bottom: 2px solid #fff;
  }
}
@media screen and (max-width: 734px) {
  .courseAtAGlance .accordion .accordionMobile {
    position: relative;
    padding-right: 60px;
    text-align: left;
  }
  .courseAtAGlance .accordion .accordionMobile:after {
    content: url(../_images/svg/arrow_white.svg);
    position: absolute;
    width: 14px;
    right: 10px;
    bottom: 4px;
  }
  .courseAtAGlance .accordion .accordionMobile.ui-accordion-header-active:after {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    bottom: 2px;
  }
}
.courseAtAGlance .infoboxFoerderung {
  padding: 12px 40px;
  background: #555554;
  color: #fff;
}
@media screen and (min-width: 735px) {
  .courseAtAGlance .infoboxFoerderung {
    padding: 8px 20px;
  }
}

a.linkAufstiegsbafoeg {
  display: block;
  position: relative;
  min-height: 50px;
  margin: 16px 0 25px 0;
  padding: 5px 30px 5px 20px;
  background: #92c023;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (min-width: 735px) {
  a.linkAufstiegsbafoeg {
    text-align: left;
  }
}
a.linkAufstiegsbafoeg span {
  display: block;
  text-transform: none;
}
a.linkAufstiegsbafoeg:after {
  content: url(../_images/svg/arrow_white.svg);
  position: absolute;
  width: 20px;
  top: 15px;
  right: 28px;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
a.linkAufstiegsbafoeg:hover {
  color: #fff;
  background: #03346e;
}

a.linkService {
  display: block;
  position: relative;
  min-height: 50px;
  margin: 0;
  padding: 5px 30px 5px 20px;
  color: #fff;
  background: #0768b2;
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (min-width: 735px) {
  a.linkService {
    text-align: left;
  }
}
a.linkService span {
  display: block;
  text-transform: none;
}
a.linkService:after {
  content: url(../_images/svg/arrow_white.svg);
  position: absolute;
  width: 20px;
  top: 15px;
  right: 28px;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
a.linkService:hover {
  color: #fff;
  background: #03346e;
}

.furtherLocations {
  margin: 32px 0;
  padding: 24px 20px 0px 20px;
  border-top: 1px dotted #555554;
}
@media screen and (min-width: 735px) {
  .furtherLocations {
    padding-left: 70px;
  }
}
.furtherLocations h2, .furtherLocations h2 a {
  color: #000;
}
.furtherLocations p a {
  color: #555554;
}
.furtherLocations h2 a:hover, .furtherLocations p a:hover {
  color: #0768b2;
}

#es-map {
  width: 100%;
  height: 300px;
  margin: 0;
}
#es-map img {
  max-width: none !important;
}
#es-map .gm-style-iw, #es-map .gm-style-iw-d {
  max-height: 250px !important;
}

.esMapPreview {
  display: block;
  margin-bottom: 20px;
  padding: 30px 40px 30px 40px;
  background: url("../_images/placeholder/map_preview.jpg") no-repeat center center;
}
.esMapPreview h3 {
  text-align: left;
}
.esMapPreview h3 svg {
  display: inline-block;
  height: 20px;
  margin-right: 10px;
}
.esMapPreview h3 svg path {
  fill: #555554;
}
.esMapPreview form {
  margin-bottom: 0;
}
.esMapPreview input[type=submit], .esMapPreview button[type=submit], .esMapPreview button[type=reset], .esMapPreview button {
  display: inline-block;
  padding: 10px 20px;
  font-size: 15px;
  text-transform: uppercase;
  color: #03346e !important;
  border: 1px solid #03346e !important;
  background: none;
  margin: 0;
  cursor: pointer;
}
.esMapPreview input[type=submit]:hover, .esMapPreview button[type=submit]:hover, .esMapPreview button[type=reset]:hover, .esMapPreview button:hover {
  color: #fff !important;
  background-color: #03346e !important;
}

.esMapBefore, .esMapAfter {
  width: 100%;
  height: 10px;
}

.esMapBefore {
  margin: 0;
  border-top: 1px dotted #555554;
}

.esMapAfter {
  margin: 0 0 28px 0;
  border-bottom: 1px dotted #555554;
}

.ui-accordion .esMapBefore, .ui-accordion .esMapAfter {
  display: none;
}

.imagecaption {
  clear: both;
  display: table;
  width: 100%;
  margin-top: -6.4px;
  margin-bottom: 24px;
  padding: 8px 10px 8px 10px;
  background: #555554;
  color: #fff;
}

.examinationSchedule h3 {
  padding-left: 20px;
}
.examinationSchedule .courseDatesDetail {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: inline-block;
  padding: 0 20px;
}
.examinationSchedule p {
  padding: 0 20px;
}
.examinationSchedule dl {
  float: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 735px) {
  .examinationSchedule dl.col2 {
    width: 50%;
  }
}
@media screen and (min-width: 735px) {
  .examinationSchedule dl.col3 {
    width: 33%;
  }
}
@media screen and (min-width: 735px) {
  .examinationSchedule dl.col4 {
    width: 25%;
  }
}
@media screen and (min-width: 735px) {
  .examinationSchedule dl.col5 {
    width: 20%;
  }
}
.examinationSchedule dl dt, .examinationSchedule dl dd {
  display: block;
  width: 100%;
  margin: 0;
  padding: 2px;
}
.examinationSchedule dl dt {
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
}
@media screen and (max-width: 734px) {
  .examinationSchedule dl dt {
    border-bottom: 1px solid #555554;
  }
}

.bafoeg {
  margin-bottom: 30px;
}
.bafoeg .calculation h3 {
  position: relative;
  background: #079bd5 !important;
  color: #fff;
  line-height: 0;
  -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  -o-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
}
.bafoeg .calculation h3:after {
  content: none;
}
.bafoeg .calculation h3 span {
  display: block;
  padding: 10px 20px 10px 20px;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 400;
}
.bafoeg .calculation h3 span span {
  display: inline;
  padding: 0;
  font-size: 18px;
}
.bafoeg .calculation h3.ui-accordion-header-active {
  background: #079bd5 !important;
}
.bafoeg .calculation h3.ui-accordion-header-active:after {
  top: 12px;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.bafoeg .calculation > div {
  padding: 10px 0px;
}
.bafoeg .calculation > div dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) minmax(0, 180px);
  grid-template-columns: minmax(0, 1fr) minmax(0, 180px);
  grid-gap: 0;
  width: 100%;
}
.bafoeg .calculation > div dl dt, .bafoeg .calculation > div dl dd {
  float: none;
  width: 100%;
  margin: 0;
  padding: 10px 20px;
  color: #0768b2;
}
.bafoeg .calculation > div dl dt.borderBottom, .bafoeg .calculation > div dl dd.borderBottom {
  position: relative;
}
.bafoeg .calculation > div dl dt.borderBottom:after, .bafoeg .calculation > div dl dd.borderBottom:after {
  content: "";
  position: absolute;
  width: calc(100% - 20px);
  height: 1px;
  bottom: 0;
  border-bottom: 1px dashed #555554;
}
.bafoeg .calculation > div dl dt.blueLight, .bafoeg .calculation > div dl dd.blueLight {
  background: #ddebf7;
}
.bafoeg .calculation > div dl dt.blueMedium, .bafoeg .calculation > div dl dd.blueMedium {
  background: #079bd5;
  color: #fff;
}
.bafoeg .calculation > div dl dt.blueDark, .bafoeg .calculation > div dl dd.blueDark {
  background: #3082be;
  color: #fff;
}
.bafoeg .calculation > div dl dt.red, .bafoeg .calculation > div dl dd.red {
  background: #c54309;
  color: #fff;
}
.bafoeg .calculation > div dl dt.green, .bafoeg .calculation > div dl dd.green {
  background: #92c023;
  color: #fff;
}
.bafoeg .calculation > div dl dt.marginBottom, .bafoeg .calculation > div dl dd.marginBottom {
  margin-bottom: 5px;
}
.bafoeg .calculation > div dl dt {
  padding-top: 15px;
  font-size: 18px;
}
.bafoeg .calculation > div dl dt span {
  font-size: 12px;
}
@media screen and (min-width: 1280px) {
  .bafoeg .calculation > div dl dt.largeGreenSpan {
    padding-bottom: 0;
  }
}
.bafoeg .calculation > div dl dt.largeGreenSpan span {
  display: inline-block;
  padding: 5px 12px;
  color: #fff;
  font-size: 28px;
  line-height: 54px;
  background: #92c023;
}
@media screen and (min-width: 1280px) {
  .bafoeg .calculation > div dl dt.largeGreenSpan span {
    margin: -15px 0px 0px 8px;
    padding: 0px 12px;
  }
}
.bafoeg .calculation > div dl dt.borderBottom:after {
  right: 0;
}
.bafoeg .calculation > div dl dd {
  font-size: 24px;
  text-align: right;
}
.bafoeg .calculation > div dl dd.borderBottom:after {
  left: 0;
}
.bafoeg .calculation > div dl dd.redFont {
  color: #c54309;
}
.bafoeg .calculation > div dl dd.blueLight {
  background: #ddebf7;
}
.bafoeg .calculation > div h5 {
  margin-top: 50px;
  font-weight: bold;
}
.bafoeg .calculation > div h4 {
  clear: both;
  position: relative;
  min-height: 48px;
  padding: 16px 20px 16px 80px;
  background: #878787;
  color: #fff;
  letter-spacing: 1px;
  margin: 5px 0;
  padding-left: 20px;
  background: #f7f7f7;
  color: #575756;
  font-size: 19px;
  font-weight: 400;
  text-transform: none;
  -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  -o-transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
}
@media screen and (min-width: 735px) {
  .bafoeg .calculation > div h4 {
    padding-left: 60px;
  }
}
.bafoeg .calculation > div h4:before {
  position: absolute;
  width: 42px;
  height: 42px;
  top: 10px;
  left: 20px;
}
@media screen and (min-width: 735px) {
  .bafoeg .calculation > div h4:before {
    left: 10px;
  }
}
@media screen and (min-width: 735px) {
  .bafoeg .calculation > div h4 {
    padding-left: 70px;
  }
}
.bafoeg .calculation > div h4:after {
  content: url(../_images/svg/arrow_default.svg);
  position: absolute;
  width: 20px;
  height: 20px;
  right: 20px;
  top: 16px;
}
.bafoeg .calculation > div h4.ui-accordion-header-active:after {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.bafoeg .calculation > div h4:hover {
  cursor: pointer;
  background: #d9d9d9;
}

.courseJoboffers section p {
  margin: 0;
}
.courseJoboffers section a {
  position: relative;
  display: block;
  padding: 18px 60px 18px 140px;
  font-size: 18px;
  font-weight: 700;
  color: #575756;
}
.courseJoboffers section a strong {
  display: block;
  text-transform: uppercase;
  color: #009bd6;
}
.courseJoboffers section a:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 27px;
  right: 20px;
  top: 0px;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  background: url("../_images/svg/chevron_default.svg") no-repeat center center;
  background-size: 100%;
  transition: all 0.2s ease-out;
}
.courseJoboffers section a:hover {
  background: #d9d9d9;
}
.courseJoboffers section a:hover:after {
  right: 14px;
}
.courseJoboffers section:nth-child(odd) a {
  background: #f7f7f7;
}
.courseJoboffers section:nth-child(odd) a:hover {
  background: #d9d9d9;
}

.teaservzfl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 46%) minmax(0, 27%) minmax(0, 27%);
  grid-template-columns: minmax(0, 46%) minmax(0, 27%) minmax(0, 27%);
  grid-gap: 5px;
  margin: 0 0 20px 0 !important;
  padding: 0 !important;
}
.teaservzfl a {
  position: relative;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
  min-height: 50px;
  padding: 10px 30px 10px 65px;
  border: 1px solid #555554;
  color: #555554;
  font-size: 15px;
  text-transform: uppercase;
  margin: 0 !important;
  padding: 10px 22px !important;
  background: #555554;
  color: #fff;
  font-size: 15px;
}
@media screen and (max-width: 734px) {
  .teaservzfl a {
    min-width: 200px;
    margin: 0 20px 10px 20px;
  }
}
@media screen and (min-width: 735px) {
  .teaservzfl a {
    margin: 0 20px 10px 0;
  }
}
.teaservzfl a:before {
  position: absolute;
  width: 26px;
  height: 26px;
  top: 10px;
  left: 12px;
  text-indent: 0;
}
.teaservzfl a:after {
  content: url(../_images/svg/arrow_default.svg);
  position: absolute;
  width: 20px;
  height: 20px;
  top: 15px;
  right: 7px;
  text-indent: 0;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.teaservzfl a:hover {
  color: #fff;
  background: #555554;
}
.teaservzfl a:hover:after {
  content: url(../_images/svg/arrow_white.svg);
}
.teaservzfl a:before {
  content: none;
}
.teaservzfl a:hover {
  background: #a6a6a7;
}
.teaservzfl a:hover:before {
  content: none;
}
@media screen and (max-width: 734px) {
  .teaservzfl a {
    min-width: 50px !important;
    margin: 0 0 20px 0 !important;
    font-size: 12px;
  }
}
@media screen and (min-width: 735px) {
  .teaservzfl a {
    margin: 0 0 20px 0 !important;
  }
}
@media screen and (max-width: 959px) {
  .teaservzfl a {
    font-size: 13px;
  }
}

.lioTeaser {
  margin: 30px 0;
}
.lioTeaser .row-a-b {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(46.7% - 0px) 2fr;
  grid-template-columns: calc(46.7% - 2px) 2fr;
  grid-gap: 4px;
  margin-bottom: 4px;
  line-height: 0;
}
@media screen and (min-width: 420px) {
  .lioTeaser .row-a-b {
    grid-gap: 8px;
    margin-bottom: 8px;
  }
}
.lioTeaser .row-2-1-1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(46.7% - 0px) 1fr 1fr;
  grid-template-columns: calc(46.7% - 2px) 1fr 1fr;
  grid-gap: 4px;
}
@media screen and (min-width: 420px) {
  .lioTeaser .row-2-1-1 {
    grid-gap: 8px;
  }
}
.lioTeaser .row {
  margin-top: 4px;
}
@media screen and (min-width: 420px) {
  .lioTeaser .row {
    margin-top: 8px;
  }
}
.lioTeaser a {
  display: grid;
  align-items: center;
  padding: 11px 5px;
  background: #003977;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 13px;
}
@media screen and (min-width: 735px) {
  .lioTeaser a {
    font-size: 15px;
  }
}
.lioTeaser a:nth-child(2) {
  background: #0089b6;
}
.lioTeaser a:nth-child(3) {
  background: #78c9d1;
}
.lioTeaser a:hover {
  background: #f0f0f0;
  color: #003977;
}
.lioTeaser a:hover:nth-child(2) {
  color: #0089b6;
}
.lioTeaser a:hover:nth-child(3) {
  color: #78c9d1;
}

.lioTeaserCols {
  margin: 30px 0;
}
.lioTeaserCols.lioTeaser2Cols .lioTeaserColsLinks, .lioTeaserCols.lioTeaser3Cols .lioTeaserColsLinks {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr);
  grid-gap: 8px;
}
@media screen and (min-width: 735px) {
  .lioTeaserCols.lioTeaser2Cols .lioTeaserColsLinks, .lioTeaserCols.lioTeaser3Cols .lioTeaserColsLinks {
    -ms-grid-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
}
@media screen and (min-width: 735px) {
  .lioTeaserCols.lioTeaser3Cols .lioTeaserColsLinks {
    -ms-grid-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  }
}
.lioTeaserCols .lioTeaserColsLinks div {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-gap: 0px;
}
.lioTeaserCols picture {
  margin-bottom: 4px;
  line-height: 0;
}
@media screen and (min-width: 420px) {
  .lioTeaserCols picture {
    margin-bottom: 8px;
  }
}
.lioTeaserCols span {
  grid-column: 1/span 2;
  display: block;
  padding: 7px 5px 8px 5px;
  background: #eceae9;
  color: #003977;
  text-transform: uppercase;
  text-align: center;
  font-size: 15px;
}
@media screen and (min-width: 735px) {
  .lioTeaserCols span {
    font-size: 20px;
  }
}
.lioTeaserCols a {
  position: relative;
  display: grid;
  align-items: center;
  padding: 11px 5px;
  padding: 16px 0 14px 0;
  background: #0089b6;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 11px;
}
@media screen and (min-width: 735px) {
  .lioTeaserCols a {
    font-size: 15px;
    padding: 16px 5px 14px 5px;
  }
}
.lioTeaserCols a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: calc(50% - 10px);
  border: 0 solid transparent;
  border-left-width: 10px;
  border-right-width: 10px;
  border-top: 10px solid #eceae9;
}
.lioTeaserCols a:nth-of-type(2) {
  background: #78c9d1;
}
.lioTeaserCols a:hover {
  background: #003977;
}

.lioTeaserInHeader {
  position: absolute;
  max-width: calc(100vw - 60px);
  bottom: -20px;
  right: 60px;
  overflow: hidden;
}
@media screen and (min-width: 735px) {
  .lioTeaserInHeader {
    bottom: -10px;
    right: 64px;
  }
}
.lioTeaserInHeader.lioTeaserInHeaderSmall {
  width: 340px;
}
@media screen and (max-width: 419px) {
  .lioTeaserInHeader.lioTeaserInHeaderSmall {
    bottom: -30px;
    max-width: calc(100vw - 80px);
  }
}
.lioTeaserInHeader .lioTeaser2Cols .lioTeaserColsLinks, .lioTeaserInHeader .lioTeaser3Cols .lioTeaserColsLinks {
  -ms-grid-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}
.lioTeaserInHeader .lioTeaser3Cols .lioTeaserColsLinks {
  -ms-grid-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
}
.lioTeaserInHeader picture {
  display: none;
}
.lioTeaserInHeader .row-a-b picture {
  display: block;
}
@media screen and (max-width: 959px) {
  .lioTeaserInHeader .row-a-b picture {
    display: none;
  }
}
.lioTeaserInHeader span {
  background: #fff;
}
.lioTeaserInHeader a:before {
  border-top-color: #fff;
}

@media screen and (max-width: 460px) {
  .lioTeaserInHeader {
    display: none;
  }
}
@media screen and (max-width: 560px) and (min-width: 530px) {
  .lioTeaserInHeader {
    bottom: -30px;
  }
}
.tx-powermail h3 {
  padding: 8px 20px;
  background: #575756;
  color: #fff;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 400;
}
@media screen and (min-width: 735px) {
  .tx-powermail h3 {
    padding: 8px 30px;
  }
}
.tx-powermail legend {
  display: none;
}
.tx-powermail fieldset fieldset legend {
  display: block;
}
.tx-powermail .powermail_form {
  position: relative;
  margin-bottom: 60px;
}
.tx-powermail .powermail_fieldwrap_type_radio,
.tx-powermail .powermail_fieldwrap_type_check {
  margin: 1em 0;
  clear: both;
}
@media screen and (min-width: 735px) {
  .tx-powermail .powermail_fieldwrap_type_radio .powermail_label,
  .tx-powermail .powermail_fieldwrap_type_check .powermail_label {
    float: left;
    width: 33.3%;
    padding-right: 10px;
    clear: left;
  }
}
@media screen and (min-width: 735px) {
  .tx-powermail .powermail_fieldwrap_type_radio .powermail_field,
  .tx-powermail .powermail_fieldwrap_type_check .powermail_field {
    float: right;
    width: 66.7%;
  }
}
.tx-powermail .powermail_fieldwrap_type_radio .powermail_field label,
.tx-powermail .powermail_fieldwrap_type_check .powermail_field label {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 30px;
}
.tx-powermail .powermail_fieldwrap_type_radio .powermail_field label input,
.tx-powermail .powermail_fieldwrap_type_check .powermail_field label input {
  position: absolute;
  top: 0.35em;
  left: 0;
}
.tx-powermail .powermail_submit {
  position: absolute;
  min-height: 35px;
  bottom: -45px;
  right: -20px;
}
@media screen and (max-width: 734px) {
  .tx-powermail .powermail_submit {
    right: 0px;
  }
}
.tx-powermail dl dt, .tx-powermail dl dd {
  display: block;
  margin: 0;
  padding: 0;
}
.tx-powermail dl dt {
  font-weight: 700;
}
.tx-powermail .error {
  color: #c54309;
}
.tx-powermail .error a {
  color: #c54309;
  text-decoration: underline;
}
.tx-powermail .error a:hover {
  color: #c54309;
}
.tx-powermail .powermail_fieldset .powermail_tab_navigation {
  margin-top: 2em;
}
.tx-powermail .powermail_fieldset .powermail_tab_navigation .btn-primary,
.tx-powermail .powermail_fieldset .powermail_tab_navigation .btn-warning {
  background-color: #aaa;
  display: inline-block;
  padding: 5px 30px;
  text-decoration: none;
  color: white;
  border: 1px solid #bbb;
  font-weight: bold;
}
.tx-powermail .powermail_fieldset .powermail_tab_navigation .btn-primary {
  background-color: #1E5799;
  float: right;
}

.powermail_fieldwrap {
  clear: right;
  padding-top: 5px;
  color: #878787;
}

.parsley-errors-list,
.powermail-errors-list {
  display: none;
  margin: 0px 0 20px 0 !important;
  padding: 0;
  list-style-type: none;
  width: 100%;
  font-size: 19px;
}
.parsley-errors-list.filled,
.powermail-errors-list.filled {
  display: block;
}
.parsley-errors-list > li,
.powermail-errors-list > li {
  position: static !important;
  color: #c54309;
  padding: 0 0 0 33.3% !important;
}
.powermail_fieldwrap_type_radio .parsley-errors-list > li, .powermail_fieldwrap_type_check .parsley-errors-list > li,
.powermail_fieldwrap_type_radio .powermail-errors-list > li,
.powermail_fieldwrap_type_check .powermail-errors-list > li {
  padding: 0 0 0 30px !important;
}
.parsley-errors-list > li:before,
.powermail-errors-list > li:before {
  display: none;
}

.powermail_field_error,
.parsley-error, .powermail-error,
.powermail_form .parsley-error:focus,
div.error {
  background-color: #fdeedf;
  border: 1px solid #c54309;
  color: #c54309;
}

.powermail_field_error_container .powermail-errors-list,
.powermail_field_error_container .parsley-errors-list {
  width: 100%;
  margin-top: 10px !important;
  border: none;
}
.powermail_field_error_container .powermail-errors-list > li:before,
.powermail_field_error_container .parsley-errors-list > li:before {
  display: none;
}

.powermail_form_36 .powermail_fieldwrap {
  clear: both;
}

.jobsListResult p {
  margin: 0 0 10px 0;
}

.jobsDetail .jobAd {
  margin-bottom: 15px;
}
@media screen and (max-width: 734px) {
  .jobsDetail .jobAd {
    width: 100vw;
    margin-left: -30px;
    padding: 30px;
  }
}
@media screen and (min-width: 735px) {
  .jobsDetail .jobAd {
    padding: 30px 45px;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    border-radius: 27px;
    border: 4px solid #03346e;
  }
}
.jobsDetail .jobAd .jobAdHeader {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 2fr) minmax(0, 1fr);
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  grid-gap: 30px;
  align-items: end;
}
@media screen and (min-width: 735px) {
  .jobsDetail .jobAd .jobAdHeader {
    -ms-grid-columns: minmax(0, auto) minmax(0, 250px);
    grid-template-columns: minmax(0, auto) minmax(0, 250px);
  }
}
.jobsDetail .jobAd .jobAdHeader .jobAdHeaderToggle {
  font-style: normal;
  font-weight: 700;
  cursor: pointer;
}
.jobsDetail .jobAd .jobAdHeader .jobAdHeaderToggle span {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  color: #03346e;
}
.jobsDetail .jobAd .jobAdHeader .jobAdHeaderToggle span svg {
  position: absolute;
  width: 14px;
  height: 7px;
  top: 8px;
  right: 0px;
}
.jobsDetail .jobAd .jobAdHeader .jobAdHeaderToggle span svg polygon {
  fill: none;
  stroke: #555554;
}
.jobsDetail .jobAd .jobAdHeader .jobAdHeaderToggle span.open svg {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.jobsDetail .jobAd .jobAdHeader .jobAdHeaderToggle span:hover {
  text-decoration: underline;
}
.jobsDetail .jobAd .jobAdHeader figure {
  margin: 0;
  line-height: 0;
  text-align: right;
}
.jobsDetail .jobAd .jobAdHeader figure img {
  max-width: 250px;
  max-height: 70px;
}
.jobsDetail .jobAd .jobAdCompany {
  position: relative;
  overflow: hidden;
  display: none;
  margin-top: 20px;
  margin-bottom: 15px;
  padding: 30px 20px 20px 20px;
  background: linear-gradient(180deg, #e6e6e6 0%, #f7f7f7 20px);
}
@media screen and (max-width: 734px) {
  .jobsDetail .jobAd .jobAdCompany {
    width: 100vw;
    margin-left: -30px;
    padding: 30px 30px 0px 30px;
  }
}
.jobsDetail .jobAd .jobAdCompany:before {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  top: 0;
  left: calc(50% - 14px);
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 16px 14px 0 14px;
  border-color: #fff transparent transparent transparent;
}
.jobsDetail .jobAd .jobAdCompany.open {
  overflow: visible;
}
.jobsDetail .jobAd .jobAdCompany p {
  font-style: italic;
}
.jobsDetail .jobAd .jobAdCompany .jobAdCompanyMore {
  display: block;
  text-align: center;
  color: #555554;
}
.jobsDetail .jobAd .jobAdCompany .jobAdCompanyMore svg {
  width: 12px;
  height: 10px;
  margin-right: 5px;
}
.jobsDetail .jobAd .jobAdCompany .jobAdCompanyMore svg path {
  fill: #555554;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 734px) {
  .jobsDetail .jobAd .jobAdCompany .jobAdCompanyMore {
    width: 100vw;
    margin-left: -30px;
    padding: 13px 30px 13px 30px;
    background: #e6e6e6;
  }
  .jobsDetail .jobAd .jobAdCompany .jobAdCompanyMore:hover {
    background: #92c023;
    color: #fff;
  }
  .jobsDetail .jobAd .jobAdCompany .jobAdCompanyMore:hover svg path {
    fill: #fff;
  }
}
@media screen and (min-width: 735px) {
  .jobsDetail .jobAd .jobAdCompany .jobAdCompanyMore {
    text-align: right;
    font-style: normal;
    font-weight: 700;
  }
  .jobsDetail .jobAd .jobAdCompany .jobAdCompanyMore:hover {
    color: #92c023;
  }
  .jobsDetail .jobAd .jobAdCompany .jobAdCompanyMore:hover svg path {
    fill: #92c023;
  }
}
.jobsDetail .jobAd hr {
  margin: 30px 0;
}
.jobsDetail .jobAd hr.jobAdCompanyDivider {
  margin-top: 0px !important;
}
@media screen and (max-width: 734px) {
  .jobsDetail .jobAd hr.jobAdCompanyDivider {
    display: none;
  }
}
.jobsDetail .jobAd h2.jobTitle {
  margin: 50px 0;
  font-size: 28px;
  text-transform: none;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
@media screen and (max-width: 734px) {
  .jobsDetail .jobAd h2.jobTitle {
    font-size: 24px;
  }
}
.jobsDetail .jobAd h3 {
  margin: 30px 0 5px 0;
  color: #555554;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
}
.jobsDetail .jobAd h4 {
  margin: 30px 0 15px 0;
  color: #555554;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
}

#academy .navSidebar li a {
  background: #0768b2;
}
#academy .navSidebar li a:hover, #academy .navSidebar li a.active {
  background: #03346e;
}
#academy .navSidebar li li a {
  background: #8daedb;
}
#academy .navSidebar li li a:hover, #academy .navSidebar li li a.active {
  background: #4c96ca;
}
#academy .navSidebar li li li a {
  background: #6ec2e8;
}
#academy .contentSidebar h2 {
  background: #0768b2;
}
#academy .contentSidebar .courseBoxRegistration h2, #academy .contentSidebar .courseBoxBafoeg h2 {
  background: #92c023;
}

#academy.christmas .contentSidebar h2 {
  background: #c39a62;
}
#academy.christmas .contentSidebar p a {
  color: #c39a62;
}
#academy.christmas .contentSidebar p a:hover {
  color: #03346e;
}

#BFW .navButton:hover:before, #BFW .navButton.active:before {
  background: linear-gradient(to bottom, #c54309, #c54309 20%, #fff 20%, #fff 40%, #c54309 40%, #c54309 60%, #fff 60%, #fff 80%, #c54309 80%, #c54309 100%);
}
#BFW .navSidebar > ul > li:first-child > a {
  min-height: 70px;
}
#BFW .navSidebar li a {
  background: #c54309;
}
#BFW .navSidebar li a.active {
  background: #c54309;
}
#BFW .navSidebar li a:hover {
  background: #f08725;
}
#BFW .navSidebar li li a {
  background: #f6ad69;
}
#BFW .navSidebar li li a:hover, #BFW .navSidebar li li a.active {
  background: #f08725;
}
#BFW .contentSidebar h2 {
  background: #f08725;
}
#BFW .courseList a.courseListLevel1 {
  background: #c54309;
}
#BFW .courseList a.courseListLevel1:hover {
  background: #f08725;
}
#BFW .courseList a.courseListLevel2 {
  background: #f08725;
}
#BFW .courseList a.courseListLevel2:hover {
  background: #f6ad69;
}
#BFW .courseList a.courseListTitle {
  border-color: #f08725;
}
#BFW .courseList a.courseListTitle:hover {
  background: #f6ad69;
  border-color: #f6ad69;
}
#BFW .courseList div.courseListLevel1 {
  background: #f08725 !important;
}
#BFW .courseList div.courseListLevel2 {
  background: #f08725 !important;
}
#BFW .courseDetail h1 {
  background: #c54309;
}
#BFW .courseDates h2 {
  background: #f08725;
}
#BFW .courseDates .courseDatesDetailBFW a {
  background: #555554;
}
#BFW .courseDates .courseDatesDetailBFW a:hover {
  background: #c54309;
}
#BFW .courseAtAGlance dl a {
  background: #555554;
}
#BFW .courseAtAGlance dl a:hover {
  background-color: #c54309;
}
#BFW .allNews {
  color: #c54309;
}
#BFW .allNews:hover {
  color: #f6ad69;
}
#BFW a.download:hover figcaption {
  color: #f6ad69;
}
#BFW a.download:hover figcaption:before {
  content: url(../_images/svg/arrow_link_red2.svg);
}
#BFW input:focus, #BFW textarea:focus, #BFW input:hover, #BFW textarea:hover {
  color: #c54309;
}
#BFW input[type=submit]:hover, #BFW button[type=submit]:hover, #BFW button[type=reset]:hover {
  background-color: #c54309;
  color: #fff;
}
#BFW h2.joboffers {
  background: #c54309;
}
#BFW .courseJoboffers section a strong {
  color: #000;
}

#BFWcontent.courseList a.courseListLevel1 {
  background: #c54309;
}
#BFWcontent.courseList a.courseListLevel1:hover {
  background: #f08725;
}
#BFWcontent.courseList a.courseListLevel2 {
  background: #f08725;
}
#BFWcontent.courseList a.courseListLevel2:hover {
  background: #f6ad69;
}
#BFWcontent.courseList a.courseListTitle {
  border-color: #f08725;
}
#BFWcontent.courseList a.courseListTitle:hover {
  background: #f6ad69;
  border-color: #f6ad69;
}
#BFWcontent.courseList div.courseListLevel1 {
  background: #f08725 !important;
}
#BFWcontent.courseList div.courseListLevel2 {
  background: #f08725 !important;
}

#company .navSidebar li a {
  background: #03346e;
}
#company .navSidebar li a:hover, #company .navSidebar li a.active {
  background: #0768b2;
}
#company .navSidebar li li a {
  background: #2e82c1;
}
#company .navSidebar li li a:hover, #company .navSidebar li li a.active {
  background: #579ccd;
}
#company .navSidebar li li li a {
  background: #579ccd;
  color: #b4cdec;
}
#company .navSidebar li li li a:hover, #company .navSidebar li li li a.active {
  background: #579ccd;
  color: #fff;
}
#company .navSidebar li li li a.current:before {
  color: #fff;
}
#company .contentSidebar h2 {
  background: #03346e;
}

#newsroom .navSidebar li a {
  background: #a6a6a7;
}
#newsroom .navSidebar li a:hover, #newsroom .navSidebar li a.active {
  background: #555554;
}
#newsroom .navSidebar li li a {
  background: #d0d0cf;
}
#newsroom .navSidebar li li a:hover, #newsroom .navSidebar li li a.active {
  background: #6e6e6e;
}
#newsroom .contentSidebar h2 {
  background: #555554;
}

#locations h2.bar {
  background: #92c023;
  font-size: 24px;
}
#locations h2.barIcon {
  background: #92c023;
  font-size: 24px;
}
#locations .navSidebar li a {
  background: #a7c848;
}
#locations .navSidebar li a:hover, #locations .navSidebar li a.active {
  background: #92c023;
}
#locations .navSidebar li li a {
  background: #c3d884;
}
#locations .navSidebar li li a:hover, #locations .navSidebar li li a.active {
  background: #a7c848;
}
#locations .navSidebar li li li a {
  background: #e1ecc3;
}
#locations .navSidebar li li li a:hover, #locations .navSidebar li li li a.active {
  background: #eff5e0;
}
#locations .contentSidebar h2 {
  background: #92c023;
}
#locations .courseList.locationList a.courseListLevel1 {
  background: #92c023;
}
#locations .courseList.locationList a.courseListLevel1:hover {
  background: #a7c848;
}
#locations .courseList.locationList a.courseListLevel2 {
  background: #c3d884;
}
#locations .courseList.locationList a.courseListLevel2:hover {
  background: #cedf9a;
}
#locations .courseList.locationList a.courseListTitle {
  border-color: #d0d0cf;
}
#locations .courseList.locationList a.courseListTitle:hover {
  background: #92c023;
  border-color: #92c023;
}
