@charset "UTF-8";
/*
//  Abstände
*/
.p-xxl,
.mod_article.p-xxl .content-wrapper {
  padding: 8em !important;
}

.pt-xxl,
.mod_article.pt-xxl .content-wrapper {
  padding-top: 8em !important;
}

.pr-xxl,
.mod_article.pr-xxl .content-wrapper {
  padding-right: 8em !important;
}

.pb-xxl,
.mod_article.pb-xxl .content-wrapper {
  padding-bottom: 8em !important;
}

.pl-xxl,
.mod_article.pl-xxl .content-wrapper {
  padding-left: 8em !important;
}

.p-xl,
.mod_article.p-xl .content-wrapper {
  padding: 6em !important;
}

.pt-xl,
.mod_article.pt-xl .content-wrapper {
  padding-top: 6em !important;
}

.pr-xl,
.mod_article.p3-xl .content-wrapper {
  padding-right: 6em !important;
}

.pb-xl,
.mod_article.pb-xl .content-wrapper {
  padding-bottom: 6em !important;
}

.pl-xl,
.mod_article.pl-xl .content-wrapper {
  padding-left: 6em !important;
}

.p-l,
.mod_article.p-l .content-wrapper {
  padding: 4em !important;
}

.pt-l,
.mod_article.pt-l .content-wrapper {
  padding-top: 4em !important;
}

.pr-l,
.mod_article.pr-l .content-wrapper {
  padding-right: 4em !important;
}

.pb-l,
.mod_article.pb-l .content-wrapper {
  padding-bottom: 4em !important;
}

.pl-l,
.mod_article.pl-l .content-wrapper {
  padding-left: 4em !important;
}

.p-m,
.mod_article.p-m .content-wrapper {
  padding: 2em !important;
}

.pt-m,
.mod_article.pt-m .content-wrapper {
  padding-top: 2em !important;
}

.pr-m,
.mod_article.pr-m .content-wrapper {
  padding-right: 2em !important;
}

.pb-m,
.mod_article.pb-m .content-wrapper {
  padding-bottom: 2em !important;
}

.pl-m,
.mod_article.pl-m .content-wrapper {
  padding-left: 2em !important;
}

.p-s,
.mod_article.p-s .content-wrapper {
  padding: 1em !important;
}

.pt-s,
.mod_article.pt-s .content-wrapper {
  padding-top: 1em !important;
}

.pr-s,
.mod_article.pr-s .content-wrapper {
  padding-right: 1em !important;
}

.pb-s,
.mod_article.pb-s .content-wrapper {
  padding-bottom: 1em !important;
}

.pl-s,
.mod_article.pl-s .content-wrapper {
  padding-left: 1em !important;
}

.p-xs,
.mod_article.p-xs .content-wrapper {
  padding: 0.5em !important;
}

.pt-xs,
.mod_article.pt-xs .content-wrapper {
  padding-top: 0.5em !important;
}

.pr-xs,
.mod_article.pr-xs .content-wrapper {
  padding-right: 0.5em !important;
}

.pb-xs,
.mod_article.pb-xs .content-wrapper {
  padding-bottom: 0.5em !important;
}

.pl-xs,
.mod_article.pl-xs .content-wrapper {
  padding-left: 0.5em !important;
}

.p-xxs,
.mod_article.p-xxs .content-wrapper {
  padding: 0.2em !important;
}

.pt-xxs,
.mod_article.pt-xxs .content-wrapper {
  padding-top: 0.2em !important;
}

.pr-xxs,
.mod_article.pr-xxs .content-wrapper {
  padding-right: 0.2em !important;
}

.pb-xxs,
.mod_article.pb-xxs .content-wrapper {
  padding-bottom: 0.2em !important;
}

.pl-xxs,
.mod_article.pl-xxs .content-wrapper {
  padding-left: 0.2em !important;
}

.p-0,
.mod_article.p-0 .content-wrapper {
  padding: 0 !important;
}

.pt-0,
.mod_article.pt-0 .content-wrapper {
  padding-top: 0 !important;
}

.pr-0,
.mod_article.pr-0 .content-wrapper {
  padding-right: 0 !important;
}

.pb-0,
.mod_article.pb-0 .content-wrapper {
  padding-bottom: 0 !important;
}

.pl-0,
.mod_article.pl-0 .content-wrapper {
  padding-left: 0 !important;
}

.m-xxl {
  margin: 8em !important;
}

.mod_article.m-xxl {
  margin: 8em 0 !important;
}

.mt-xxl,
.mod_article.mt-xxl {
  margin-top: 8em !important;
}

.mr-xxl {
  margin-right: 8em !important;
}

.mb-xxl,
.mod_article.mb-xxl {
  margin-bottom: 8em !important;
}

.ml-xxl {
  margin-left: 8em !important;
}

.m-xl {
  margin: 6em !important;
}

.mod_article.m-xl {
  margin: 6em 0 !important;
}

.mt-xl,
.mod_article.mt-xl {
  margin-top: 6em !important;
}

.mr-xl {
  margin-right: 6em !important;
}

.mb-xl,
.mod_article.mb-xl {
  margin-bottom: 6em !important;
}

.ml-xl {
  margin-left: 6em !important;
}

.m-l {
  margin: 4em !important;
}

.mod_article.m-l {
  margin: 4em 0 !important;
}

.mt-l,
.mod_article.mt-l {
  margin-top: 4em !important;
}

.mr-l {
  margin-right: 4em !important;
}

.mb-l,
.mod_article.mb-l {
  margin-bottom: 4em !important;
}

.ml-l {
  margin-left: 4em !important;
}

.m-m {
  margin: 2em !important;
}

.mod_article.m-m {
  margin: 2em 0 !important;
}

.mt-m,
.mod_article.mt-m {
  margin-top: 2em !important;
}

.mr-m {
  margin-right: 2em !important;
}

.mb-m,
.mod_article.mb-m {
  margin-bottom: 2em !important;
}

.ml-m {
  margin-left: 2em !important;
}

.m-s {
  margin: 1em !important;
}

.mod_article.m-s {
  margin: 1em 0 !important;
}

.mt-s,
.mod_article.mt-s {
  margin-top: 1em !important;
}

.mr-s {
  margin-right: 1em !important;
}

.mb-s,
.mod_article.mb-s {
  margin-bottom: 1em !important;
}

.ml-s {
  margin-left: 1em !important;
}

.m-xs {
  margin: 0.5em !important;
}

.mod_article.m-xs {
  margin: 0.5em 0 !important;
}

.mt-xs,
.mod_article.mt-xs {
  margin-top: 0.5em !important;
}

.mr-xs {
  margin-right: 0.5em !important;
}

.mb-xs,
.mod_article.mb-xs {
  margin-bottom: 0.5em !important;
}

.ml-xs {
  margin-left: 0.5em !important;
}

.m-xxs {
  margin: 0.2em !important;
}

.mod_article.m-xxs {
  margin: 0.2em 0 !important;
}

.mt-xxs,
.mod_article.mt-xxs {
  margin-top: 0.2em !important;
}

.mr-xxs {
  margin-right: 0.2em !important;
}

.mb-xxs,
.mod_article.mb-xxs {
  margin-bottom: 0.2em !important;
}

.ml-xxs {
  margin-left: 0.2em !important;
}

.m-0,
.mod_article.m-0 {
  margin: 0 !important;
}

.mt-0,
.mod_article.mt-0 {
  margin-top: 0 !important;
}

.mr-0,
.mod_article.mr-0 {
  margin-right: 0 !important;
}

.mb-0,
.mod_article.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mod_article.ml-0 {
  margin-left: 0 !important;
}

.mt-h1 {
  margin-top: 22px;
}

.mt-neg-xxl {
  margin-top: -8em !important;
}

.mt-neg-xl {
  margin-top: -6em !important;
}

.mt-neg-l {
  margin-top: -4em !important;
}

.mt-neg-m {
  margin-top: -2em !important;
}

.mt-neg-s {
  margin-top: -1em !important;
}

.mt-neg-xs {
  margin-top: -0.5em !important;
}

.mt-neg-xxs {
  margin-top: -0.2em !important;
}

/*
//  Alignment
*/
.align-left {
  text-align: left;
}

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

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

@media screen and (min-width: 768px) {
  .align-right-m {
    text-align: right;
  }
}
@media screen and (min-width: 992px) {
  .align-right-l {
    text-align: right;
  }
}
/*
// Erste Überschrift ohne Abstand
*/
[class*=ce_].first-hl-mt-0 h1:first-of-type,
[class*=ce_].first-hl-mt-0 h2:first-of-type,
[class*=ce_].first-hl-mt-0 h3:first-of-type,
[class*=ce_].first-hl-mt-0 h4:first-of-type,
[class*=ce_].first-hl-mt-0 h5:first-of-type,
[class*=ce_].first-hl-mt-0 h6:first-of-type,
[class*=mod_].first-hl-mt-0 h1:first-of-type,
[class*=mod_].first-hl-mt-0 h2:first-of-type,
[class*=mod_].first-hl-mt-0 h3:first-of-type,
[class*=mod_].first-hl-mt-0 h4:first-of-type,
[class*=mod_].first-hl-mt-0 h5:first-of-type,
[class*=mod_].first-hl-mt-0 h6:first-of-type {
  margin-top: 0 !important;
}

h1.ce_headline.first-hl-mt-0, h2.ce_headline.first-hl-mt-0, h3.ce_headline.first-hl-mt-0, h4.ce_headline.first-hl-mt-0, h5.ce_headline.first-hl-mt-0, h6.ce_headline.first-hl-mt-0 {
  margin-top: 0 !important;
}

/*
// Ränder
*/
.border-bottom {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 11px;
}

.border-top {
  border-top: 1px solid #f0f0f0;
  padding-top: 11px;
}

.border-right {
  border-right: 1px solid #f0f0f0;
  padding: 0 11px;
}

.border-left {
  border-left: 1px solid #f0f0f0;
  padding: 0 11px;
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

.clearfix::after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}

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

.show-sm,
.show-md,
.show-lg,
.hide-xs {
  display: none;
}

@media screen and (min-width: 480px) {
  .hide-xs {
    display: none;
  }
  .show-xs {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .hide-sm {
    display: none;
  }
  .show-sm {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .hide-md {
    display: none;
  }
  .show-md {
    display: block;
  }
}
@media screen and (min-width: 1120px) {
  .hide-lg {
    display: none;
  }
  .show-lg {
    display: block;
  }
}
.fixed-header .fixed-header-show {
  display: block;
}
.fixed-header .fixed-header-hide {
  display: none;
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 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 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and 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;
}

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

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

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

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

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

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * 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 macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

[id=page-top] {
  z-index: 10;
  background-color: #f0f0f0;
}
[id=header] {
  z-index: 10;
}

[id=header-top] {
  z-index: 10;
  background-color: #ffffff;
}
[id=header-main] {
  z-index: 10;
  background-color: #005ca9;
}
[id=header-main] .inside {
  z-index: 1;
}

[id=header-navigation] {
  z-index: 10;
  background-color: #ffffff;
}
[id=header-navigation] .inside {
  z-index: 1;
}

[id=breadcrumb] {
  display: none;
  background-color: transparent;
  z-index: 0;
}
[id=page-social] {
  z-index: 10;
  background-color: #ffffff;
}
[id=page-bottom] {
  z-index: 10;
  background-color: #004680;
}
[id=header],
[id=container] {
  padding-top: 0px;
}
[id=header] .inside,
[id=header] .content-wrapper,
[id=container] .inside,
[id=container] .content-wrapper {
  position: relative;
}

body.breadcrumb-hidden [id=breadcrumb] {
  display: none;
}

[id=wrapper] {
  width: 100% !important;
  background-color: transparent;
}

[id=page-top],
[id=header],
[id=header-top],
[id=header-main],
[id=header-navigation],
[id=breadcrumb],
[id=main],
[id=footer],
[id=page-social],
[id=page-bottom] {
  width: 100%;
}
[id=page-top] .inside,
[id=header] .inside,
[id=header-top] .inside,
[id=header-main] .inside,
[id=header-navigation] .inside,
[id=breadcrumb] .inside,
[id=main] .inside,
[id=footer] .inside,
[id=page-social] .inside,
[id=page-bottom] .inside {
  width: 100%;
  height: 100%;
}

[id=page-top] {
  background-color: #f0f0f0;
}
[id=page-top] .inside {
  padding: 22px 20px;
}

[id=header-top] .inside {
  padding: 0 20px;
}

[id=header-main] .inside {
  padding: 0 20px;
}

[id=header-navigation] .inside {
  padding: 0 20px;
}

[id=header] .content-wrapper {
  padding: 0 20px;
}

[id=breadcrumb] .inside {
  padding: 0 20px;
}

[id=main] {
  background: transparent;
}

[id=footer] {
  background-color: #005ca9;
}
[id=footer] .inside {
  padding: 22px 20px;
}

[id=page-social] {
  background-color: #ffffff;
}
[id=page-social] .inside {
  padding: 0 20px;
}

[id=page-bottom] {
  background-color: #004680;
}
[id=page-bottom] .inside {
  padding: 0 20px;
}

[id=main] > .inside,
[id=footer] > .inside {
  overflow: hidden;
}

[id=page-top] .inside,
[id=header] .inside,
[id=header-top] .inside,
[id=header-main] .inside,
[id=header-navigation] .inside,
[id=header] .content-wrapper,
[id=breadcrumb] .inside,
[id=main] .inside,
[id=main] .mod_article .content-wrapper,
[id=footer] .inside,
[id=page-social] .inside,
[id=page-bottom] .inside {
  width: 100%;
  margin: 0 auto;
}

.mod_article {
  width: 100% !important;
  position: relative;
  z-index: 0;
}

[id=main] .mod_article .content-wrapper {
  padding: 22px 20px;
}

@media only screen and (min-width: 768px) {
  [id=breadcrumb] {
    display: block;
  }
  [id=page-top] .inside,
  [id=header-top] .inside,
  [id=header-main] .inside,
  [id=header-navigation] .inside,
  [id=header] .content-wrapper,
  [id=breadcrumb] .inside,
  [id=footer] .inside,
  [id=page-social] .inside,
  [id=page-bottom] .inside {
    width: 768px;
  }
  [id=main] > .inside {
    min-height: 400px !important;
  }
  [id=header] .mod_article.fullwidth .content-wrapper,
  [id=main] .mod_article.fullwidth .content-wrapper {
    width: 100% !important;
  }
  body.layout1col [id=main] .mod_article .content-wrapper {
    width: 768px;
  }
}
@media only screen and (min-width: 992px) {
  [id=page-top] .inside {
    padding: 22px 10px;
  }
  [id=header-top] .inside {
    padding: 0 10px;
  }
  [id=header-main] .inside {
    padding: 0 10px;
  }
  [id=header-navigation] .inside {
    padding: 0 10px;
  }
  [id=header] .content-wrapper {
    padding: 0 10px;
  }
  [id=breadcrumb] .inside {
    padding: 0 10px;
  }
  [id=footer] .inside {
    padding: 22px 10px;
  }
  [id=page-social] .inside {
    padding: 0 10px;
  }
  [id=page-bottom] .inside {
    padding: 0 10px;
  }
  [id=page-top] .inside,
  [id=header-top] .inside,
  [id=header-main] .inside,
  [id=header-navigation] .inside,
  [id=header] .content-wrapper,
  [id=breadcrumb] .inside,
  [id=footer] .inside,
  [id=page-social] .inside,
  [id=page-bottom] .inside {
    width: 992px;
  }
  body.layout1col [id=main] .mod_article .content-wrapper {
    width: 992px;
    padding: 22px 10px;
  }
}
@media only screen and (min-width: 1120px) {
  [id=page-top] .inside,
  [id=header-top] .inside,
  [id=header-main] .inside,
  [id=header-navigation] .inside,
  [id=header] .content-wrapper,
  [id=breadcrumb] .inside,
  [id=footer] .inside,
  [id=page-social] .inside,
  [id=page-bottom] .inside {
    width: 1120px;
  }
  body.layout1col [id=main] .mod_article .content-wrapper {
    width: 1120px;
  }
}
body.layout2colLeft #main .content-wrapper {
  padding: 0 !important;
}
body.layout2colLeft #container {
  width: 100%;
  padding-left: 0;
}
body.layout2colLeft #container #main {
  position: static;
  float: none;
  width: 100%;
}
body.layout2colLeft #container #main .inside {
  width: 100%;
}
body.layout2colLeft #container #main .inside {
  padding: 22px 20px !important;
}
body.layout2colLeft #container #left {
  background: transparent;
  position: static;
  float: none;
  width: 100%;
  margin: 0;
}
body.layout2colLeft #container #left .inside {
  padding: 22px 20px !important;
}

@media only screen and (min-width: 768px) {
  body.layout2colLeft #container {
    width: 768px;
    padding-left: 220px;
    margin: 0 auto;
  }
  body.layout2colLeft #container #main {
    width: 548px;
    position: relative;
    float: left;
  }
  body.layout2colLeft #container #main .inside {
    width: 100%;
    padding: 22px 20px 22px 30px !important;
  }
  body.layout2colLeft #container #left {
    right: 220px;
    width: 220px;
    position: relative;
    float: left;
    margin-left: -100%;
  }
  body.layout2colLeft #container #left .inside {
    padding: 22px 10px 22px 20px !important;
  }
}
@media only screen and (min-width: 992px) {
  body.layout2colLeft #container {
    width: 992px;
  }
  body.layout2colLeft #container #main {
    width: 772px;
  }
  body.layout2colLeft #container #main .inside {
    width: 100%;
    padding: 22px 10px 22px 30px !important;
  }
  body.layout2colLeft #container #left .inside {
    padding: 22px 10px 22px 10px !important;
  }
}
@media only screen and (min-width: 1120px) {
  body.layout2colLeft #container {
    width: 1120px;
  }
  body.layout2colLeft #container #main {
    width: 900px;
  }
}
body.layout2colRight .content-wrapper {
  padding: 0 !important;
}
body.layout2colRight #container {
  width: 100%;
  padding-right: 0;
}
body.layout2colRight #container #main {
  position: static;
  float: none;
  width: 100%;
}
body.layout2colRight #container #main .inside {
  width: 100%;
}
body.layout2colRight #container #main .inside {
  padding: 22px 20px !important;
}
body.layout2colRight #container #right {
  background: transparent;
  position: static;
  float: none;
  width: 100%;
  margin: 0;
}
body.layout2colRight #container #right .inside {
  padding: 22px 20px !important;
}

@media only screen and (min-width: 768px) {
  body.layout2colRight #container {
    width: 768px;
    padding-right: 280px;
    margin: 0 auto;
  }
  body.layout2colRight #container #main {
    width: 488px;
    position: relative;
    float: left;
  }
  body.layout2colRight #container #main .inside {
    width: 100%;
    padding: 22px 30px 22px 20px !important;
  }
  body.layout2colRight #container #right {
    width: 280px;
    position: relative;
    float: left;
    margin-right: -100%;
  }
  body.layout2colRight #container #right .inside {
    padding: 22px 20px 22px 10px !important;
  }
}
@media only screen and (min-width: 992px) {
  body.layout2colRight #container {
    width: 992px;
  }
  body.layout2colRight #container #main {
    width: 712px;
  }
  body.layout2colRight #container #main .inside {
    width: 100%;
    padding: 22px 30px 22px 10px !important;
  }
  body.layout2colRight #container #right .inside {
    padding: 22px 10px 22px 10px !important;
  }
}
@media only screen and (min-width: 1120px) {
  body.layout2colRight #container {
    width: 1120px;
  }
  body.layout2colRight #container #main {
    width: 840px;
  }
}
body.layout3col .content-wrapper {
  padding: 0 !important;
}
body.layout3col #container {
  width: 100%;
  padding-right: 0;
}
body.layout3col #container #main {
  position: static;
  float: none;
  width: 100%;
}
body.layout3col #container #main .inside {
  width: 100%;
}
body.layout3col #container #main .inside {
  padding: 22px 20px 22px !important;
}
body.layout3col #container #left {
  background: transparent;
}
body.layout3col #container #right {
  background: transparent;
}
body.layout3col #container #left, body.layout3col #container #right {
  position: static;
  width: 100%;
  margin: 0;
}
body.layout3col #container #left .inside, body.layout3col #container #right .inside {
  padding: 22px 20px !important;
}

@media only screen and (min-width: 768px) {
  body.layout3col #container {
    width: 768px;
    padding-left: 220px;
    padding-right: 200px;
    margin: 0 auto;
  }
  body.layout3col #container #main {
    width: 348px;
    position: relative;
    float: left;
  }
  body.layout3col #container #main .inside {
    padding: 22px 30px 22px !important;
  }
  body.layout3col #container #left {
    right: 220px;
    width: 220px;
    position: relative;
    float: left;
    margin-left: -100%;
  }
  body.layout3col #container #left .inside {
    padding: 22px 10px 22px 20px !important;
  }
  body.layout3col #container #right {
    width: 200px;
    position: relative;
    float: left;
    margin-right: -100%;
  }
  body.layout3col #container #right .inside {
    padding: 22px 20px 22px 10px !important;
  }
}
@media only screen and (min-width: 992px) {
  body.layout3col #container {
    width: 992px;
  }
  body.layout3col #container #main {
    width: 572px;
  }
  body.layout3col #container #main .inside {
    padding: 22px 30px 22px !important;
  }
  body.layout3col #container #left .inside {
    padding: 22px 10px 22px 10px !important;
  }
  body.layout3col #container #right .inside {
    padding: 22px 10px 22px 10px !important;
  }
}
@media only screen and (min-width: 1120px) {
  body.layout3col #container {
    width: 1120px;
  }
  body.layout3col #container #main {
    width: 700px;
  }
}
/* page-top - Switcher
 * 
*/
.page-top-switch {
  cursor: pointer;
}

/* page-top - Switcher im page-top Bereich */
#page-top-page-top-switcher:after {
  content: "X";
  position: absolute;
  right: 20px;
  top: 10px;
}
@media (min-width: 992px) {
  #page-top-page-top-switcher:after {
    right: 10px;
  }
}

/* page-top - Switcher im header-top Bereich */
#header-top-page-top-switcher.page-top-switch {
  position: absolute;
  right: 0;
  top: 0;
  width: 0px;
  height: 0px;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 30px 30px 0;
  border-color: transparent #004680 transparent transparent;
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (orientation: landscape) {
  #header-top-page-top-switcher.page-top-switch {
    right: 10px;
  }
}

#header-top-page-top-switcher.page-top-switch:after {
  content: "+";
  position: absolute;
  right: auto;
  left: 0.75em;
  bottom: -8px;
  color: #ffffff;
  width: 15px;
  height: 15px;
  line-height: 30px;
  font-size: 1.3em;
  font-weight: bold;
}

body.page-top-open #header-top-page-top-switcher.page-top-switch:after {
  content: "-";
  right: auto;
  left: 20px;
}

/* Header im fixierten Zustand */
body.fixed-header #header-main {
  position: fixed;
  top: 0px !important;
  width: 100vw;
  z-index: 99;
  transition: top 0.6s ease;
}
body.fixed-header.down #header-main {
  top: -100% !important;
  transition: top 0.6s ease;
}

* {
  box-sizing: border-box;
}

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

html, body {
  height: 100%;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Titillium Web", "Open Sans", Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #404040;
  background-color: #ffffff;
  -webkit-text-size-adjust: none;
}

[id=page-top] .inside {
  color: #44444a;
  font-weight: normal;
  font-size: 14px;
}

[id=header-top] .inside {
  color: rgb(255, 255, 255);
  font-weight: normal;
  font-size: 14px;
}

[id=header-main] .inside {
  color: rgb(255, 255, 255);
  font-weight: normal;
  font-size: 16px;
}

[id=footer] .inside {
  color: #ffffff;
  font-weight: normal;
  font-size: 16px;
}

[id=page-bottom] .inside {
  color: #f0f0f0;
  font-weight: normal;
  font-size: 14px;
}

[id=page-top] a:link, [id=page-top] a:visited, [id=page-top] a:active {
  color: #005ca9;
  text-decoration: none;
}
[id=page-top] a:hover, [id=page-top] a:focus {
  color: #004a88;
  text-decoration: none;
}

[id=header-top] a:link, [id=header-top] a:visited, [id=header-top] a:active {
  color: #005ca9;
  text-decoration: none;
}
[id=header-top] a:hover, [id=header-top] a:focus {
  color: #004a88;
  text-decoration: none;
}

[id=header-main] a:link, [id=header-main] a:visited, [id=header-main] a:active {
  color: white;
  text-decoration: none;
}
[id=header-main] a:hover, [id=header-main] a:focus {
  color: white;
  text-decoration: none;
}

[id=breadcrumb] a:link, [id=breadcrumb] a:visited {
  color: #005ca9;
  text-decoration: none;
}
[id=breadcrumb] a:hover, [id=breadcrumb] a:focus, [id=breadcrumb] a:active {
  color: #7295CD;
  text-decoration: none;
}

a:link, a:visited {
  color: #005ca9;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #7295CD;
  text-decoration: none;
}

a[href^=tel] {
  color: white;
  text-decoration: none;
}

.image_container a[target=_blank]:after,
a.no-blank-char:after,
.no-blank-char a:after {
  content: "" !important;
  margin: 0;
}

[id=footer] a:link, [id=footer] a:visited, [id=footer] a:active {
  color: #ffffff;
  text-decoration: none;
}
[id=footer] a:hover, [id=footer] a:focus {
  color: #E4E4E4;
  text-decoration: none;
}

[id=page-bottom] a:link, [id=page-bottom] a:visited, [id=page-bottom] a:active {
  color: #005ca9;
  text-decoration: none;
}
[id=page-bottom] a:hover, [id=page-bottom] a:focus {
  color: #004a88;
  text-decoration: none;
}

/*
//  Hintergrundfarben
*/
.article-bg-primary,
.box-bg-primary .content-wrapper,
.bg-primary {
  background-color: #005ca9;
  color: #ffffff;
}
.article-bg-primary a:link, .article-bg-primary a:visited,
.box-bg-primary .content-wrapper a:link,
.box-bg-primary .content-wrapper a:visited,
.bg-primary a:link,
.bg-primary a:visited {
  color: #7295CD;
}
.article-bg-primary a:hover, .article-bg-primary a:focus, .article-bg-primary a:active,
.box-bg-primary .content-wrapper a:hover,
.box-bg-primary .content-wrapper a:focus,
.box-bg-primary .content-wrapper a:active,
.bg-primary a:hover,
.bg-primary a:focus,
.bg-primary a:active {
  color: #404040;
}

.article-bg-secondary,
.box-bg-secondary .content-wrapper,
.bg-secondary {
  background-color: #004680;
  color: #ffffff;
}
.article-bg-secondary a:link, .article-bg-secondary a:visited,
.box-bg-secondary .content-wrapper a:link,
.box-bg-secondary .content-wrapper a:visited,
.bg-secondary a:link,
.bg-secondary a:visited {
  color: #7295CD;
}
.article-bg-secondary a:hover, .article-bg-secondary a:focus, .article-bg-secondary a:active,
.box-bg-secondary .content-wrapper a:hover,
.box-bg-secondary .content-wrapper a:focus,
.box-bg-secondary .content-wrapper a:active,
.bg-secondary a:hover,
.bg-secondary a:focus,
.bg-secondary a:active {
  color: #404040;
}

.article-bg-tertiary,
.box-bg-tertiary .content-wrapper,
.bg-tertiary {
  background-color: #e6f0ff;
  color: #ffffff;
}
.article-bg-tertiary a:link, .article-bg-tertiary a:visited,
.box-bg-tertiary .content-wrapper a:link,
.box-bg-tertiary .content-wrapper a:visited,
.bg-tertiary a:link,
.bg-tertiary a:visited {
  color: #7295CD;
}
.article-bg-tertiary a:hover, .article-bg-tertiary a:focus, .article-bg-tertiary a:active,
.box-bg-tertiary .content-wrapper a:hover,
.box-bg-tertiary .content-wrapper a:focus,
.box-bg-tertiary .content-wrapper a:active,
.bg-tertiary a:hover,
.bg-tertiary a:focus,
.bg-tertiary a:active {
  color: #404040;
}

.article-bg-gray-darker,
.box-bg-gray-darker .content-wrapper,
.bg-gray-darker {
  background-color: #222222;
  color: #404040;
}
.article-bg-gray-darker a:link, .article-bg-gray-darker a:visited,
.box-bg-gray-darker .content-wrapper a:link,
.box-bg-gray-darker .content-wrapper a:visited,
.bg-gray-darker a:link,
.bg-gray-darker a:visited {
  color: #7295CD;
}
.article-bg-gray-darker a:hover, .article-bg-gray-darker a:focus, .article-bg-gray-darker a:active,
.box-bg-gray-darker .content-wrapper a:hover,
.box-bg-gray-darker .content-wrapper a:focus,
.box-bg-gray-darker .content-wrapper a:active,
.bg-gray-darker a:hover,
.bg-gray-darker a:focus,
.bg-gray-darker a:active {
  color: #404040;
}

.article-bg-gray-dark,
.box-bg-gray-dark .content-wrapper,
.bg-gray-dark {
  background-color: #333333;
  color: #404040;
}
.article-bg-gray-dark a:link, .article-bg-gray-dark a:visited,
.box-bg-gray-dark .content-wrapper a:link,
.box-bg-gray-dark .content-wrapper a:visited,
.bg-gray-dark a:link,
.bg-gray-dark a:visited {
  color: #7295CD;
}
.article-bg-gray-dark a:hover, .article-bg-gray-dark a:focus, .article-bg-gray-dark a:active,
.box-bg-gray-dark .content-wrapper a:hover,
.box-bg-gray-dark .content-wrapper a:focus,
.box-bg-gray-dark .content-wrapper a:active,
.bg-gray-dark a:hover,
.bg-gray-dark a:focus,
.bg-gray-dark a:active {
  color: #404040;
}

.article-bg-gray,
.box-bg-gray .content-wrapper,
.bg-gray {
  background-color: #555555;
  color: #404040;
}
.article-bg-gray a:link, .article-bg-gray a:visited,
.box-bg-gray .content-wrapper a:link,
.box-bg-gray .content-wrapper a:visited,
.bg-gray a:link,
.bg-gray a:visited {
  color: #7295CD;
}
.article-bg-gray a:hover, .article-bg-gray a:focus, .article-bg-gray a:active,
.box-bg-gray .content-wrapper a:hover,
.box-bg-gray .content-wrapper a:focus,
.box-bg-gray .content-wrapper a:active,
.bg-gray a:hover,
.bg-gray a:focus,
.bg-gray a:active {
  color: #404040;
}

.article-bg-gray-light,
.box-bg-gray-light .content-wrapper,
.bg-gray-light {
  background-color: #777777;
  color: #404040;
}
.article-bg-gray-light a:link, .article-bg-gray-light a:visited,
.box-bg-gray-light .content-wrapper a:link,
.box-bg-gray-light .content-wrapper a:visited,
.bg-gray-light a:link,
.bg-gray-light a:visited {
  color: #7295CD;
}
.article-bg-gray-light a:hover, .article-bg-gray-light a:focus, .article-bg-gray-light a:active,
.box-bg-gray-light .content-wrapper a:hover,
.box-bg-gray-light .content-wrapper a:focus,
.box-bg-gray-light .content-wrapper a:active,
.bg-gray-light a:hover,
.bg-gray-light a:focus,
.bg-gray-light a:active {
  color: #404040;
}

.article-bg-gray-lighter,
.box-bg-gray-lighter .content-wrapper,
.bg-gray-lighter {
  background-color: #f0f0f0;
  color: #404040;
}

.article-bg-black,
.box-bg-black .content-wrapper,
.bg-black {
  background-color: #000000;
  color: #ffffff;
}
.article-bg-black a:link, .article-bg-black a:visited,
.box-bg-black .content-wrapper a:link,
.box-bg-black .content-wrapper a:visited,
.bg-black a:link,
.bg-black a:visited {
  color: #7295CD;
}
.article-bg-black a:hover, .article-bg-black a:focus, .article-bg-black a:active,
.box-bg-black .content-wrapper a:hover,
.box-bg-black .content-wrapper a:focus,
.box-bg-black .content-wrapper a:active,
.bg-black a:hover,
.bg-black a:focus,
.bg-black a:active {
  color: #404040;
}

.article-bg-white,
.box-bg-white .content-wrapper,
.bg-white {
  background-color: #ffffff;
  color: #000000;
}
.article-bg-white a:link, .article-bg-white a:visited,
.box-bg-white .content-wrapper a:link,
.box-bg-white .content-wrapper a:visited,
.bg-white a:link,
.bg-white a:visited {
  color: #7295CD;
}
.article-bg-white a:hover, .article-bg-white a:focus, .article-bg-white a:active,
.box-bg-white .content-wrapper a:hover,
.box-bg-white .content-wrapper a:focus,
.box-bg-white .content-wrapper a:active,
.bg-white a:hover,
.bg-white a:focus,
.bg-white a:active {
  color: #404040;
}

.article-bg-success,
.box-bg-success .content-wrapper,
.bg-success {
  background-color: #dff0d8;
  color: #404040;
}
.article-bg-success a:link, .article-bg-success a:visited,
.box-bg-success .content-wrapper a:link,
.box-bg-success .content-wrapper a:visited,
.bg-success a:link,
.bg-success a:visited {
  color: #7295CD;
}
.article-bg-success a:hover, .article-bg-success a:focus, .article-bg-success a:active,
.box-bg-success .content-wrapper a:hover,
.box-bg-success .content-wrapper a:focus,
.box-bg-success .content-wrapper a:active,
.bg-success a:hover,
.bg-success a:focus,
.bg-success a:active {
  color: #404040;
}

.article-bg-info,
.box-bg-info .content-wrapper,
.bg-info {
  background-color: #edf9fe;
  color: #404040;
}
.article-bg-info a:link, .article-bg-info a:visited,
.box-bg-info .content-wrapper a:link,
.box-bg-info .content-wrapper a:visited,
.bg-info a:link,
.bg-info a:visited {
  color: #7295CD;
}
.article-bg-info a:hover, .article-bg-info a:focus, .article-bg-info a:active,
.box-bg-info .content-wrapper a:hover,
.box-bg-info .content-wrapper a:focus,
.box-bg-info .content-wrapper a:active,
.bg-info a:hover,
.bg-info a:focus,
.bg-info a:active {
  color: #404040;
}

.article-bg-warning,
.box-bg-warning .content-wrapper,
.bg-warning {
  background-color: #fcf8e3;
  color: #404040;
}
.article-bg-warning a:link, .article-bg-warning a:visited,
.box-bg-warning .content-wrapper a:link,
.box-bg-warning .content-wrapper a:visited,
.bg-warning a:link,
.bg-warning a:visited {
  color: #7295CD;
}
.article-bg-warning a:hover, .article-bg-warning a:focus, .article-bg-warning a:active,
.box-bg-warning .content-wrapper a:hover,
.box-bg-warning .content-wrapper a:focus,
.box-bg-warning .content-wrapper a:active,
.bg-warning a:hover,
.bg-warning a:focus,
.bg-warning a:active {
  color: #404040;
}

.article-bg-danger,
.box-bg-danger .content-wrapper,
.bg-danger {
  background-color: #fdedf0;
  color: #404040;
}
.article-bg-danger a:link, .article-bg-danger a:visited,
.box-bg-danger .content-wrapper a:link,
.box-bg-danger .content-wrapper a:visited,
.bg-danger a:link,
.bg-danger a:visited {
  color: #7295CD;
}
.article-bg-danger a:hover, .article-bg-danger a:focus, .article-bg-danger a:active,
.box-bg-danger .content-wrapper a:hover,
.box-bg-danger .content-wrapper a:focus,
.box-bg-danger .content-wrapper a:active,
.bg-danger a:hover,
.bg-danger a:focus,
.bg-danger a:active {
  color: #404040;
}

.custom {
  overflow: hidden;
}

#mbImage {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

figure {
  margin: 0;
}

.border-radius-l,
.mod_article.border-radius-l .content-wrapper {
  border-radius: 6px;
}

.border-radius-m,
.mod_article.border-radius-m .content-wrapper {
  border-radius: 4px;
}

.border-radius-s,
.mod_article.border-radius-s .content-wrapper {
  border-radius: 3px;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.4;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle img,
img.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #f0f0f0;
}

h1, h2, h3, h4,
.h1, .h2, .h3, .h4 {
  font-family: "Titillium Web", Georgia, "Times New Roman", Times, serif;
  font-weight: 400;
  line-height: 1.2;
  color: inherit;
}
h1 small,
h1 .small, h1.small, h2 small,
h2 .small, h2.small, h3 small,
h3 .small, h3.small, h4 small,
h4 .small, h4.small,
.h1 small,
.h1 .small,
.h1.small, .h2 small,
.h2 .small, .h2.small, .h3 small,
.h3 .small, .h3.small, .h4 small,
.h4 .small, .h4.small {
  font-weight: 300;
  line-height: 1;
  color: inherit;
}

h1, h2, h3 {
  text-transform: none;
}

h5, h6,
.h5, .h6 {
  line-height: 1.2;
}
h5 small,
h5 .small, h5.small, h6 small,
h6 .small, h6.small,
.h5 small,
.h5 .small,
.h5.small, .h6 small,
.h6 .small, .h6.small {
  font-weight: 300;
  line-height: 1;
  color: inherit;
}

h1, .h1 {
  margin-top: 22px;
  margin-bottom: 33px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small {
  font-size: 65%;
}

h2, .h2,
h3, .h3 {
  margin-top: 22px;
  margin-bottom: 22px;
}
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 14.6666666667px;
  margin-bottom: 11px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-family: "Titillium Web", Georgia, "Times New Roman", Times, serif;
}

h2, .h2 {
  font-family: "Titillium Web", Georgia, "Times New Roman", Times, serif;
}

h3, .h3 {
  font-family: "Titillium Web", Georgia, "Times New Roman", Times, serif;
}

h4, .h4 {
  font-family: "Titillium Web", Georgia, "Times New Roman", Times, serif;
}

h5, .h5 {
  font-family: "Titillium Web", "Open Sans", Verdana, Arial, Helvetica, sans-serif;
}

h6, .h6 {
  font-family: "Titillium Web", "Open Sans", Verdana, Arial, Helvetica, sans-serif;
}

h1, .h1 {
  font-size: 28px;
}

h2, .h2 {
  font-size: 23px;
}

h3, .h3 {
  font-size: 17px;
}

h4, .h4 {
  font-size: 17px;
}

h5, .h5 {
  font-size: 16px;
}

h6, .h6 {
  font-size: 16px;
}

@media (min-width: 768px) {
  h1, .h1 {
    font-size: 28px;
  }
  h2, .h2 {
    font-size: 23px;
  }
  h3, .h3 {
    font-size: 17px;
  }
  h4, .h4 {
    font-size: 17px;
  }
  h5, .h5 {
    font-size: 16px;
  }
  h6, .h6 {
    font-size: 16px;
  }
}
h1, .h1 {
  font-weight: 600;
}

h2, .h2 {
  font-weight: 400;
}

h3, .h3 {
  font-weight: 600;
}

h4, .h4 {
  font-weight: 400;
}

h5, .h5 {
  font-weight: 400;
}

h6, .h6 {
  font-weight: 600;
}

h1, .h1 {
  color: inherit;
}

h2, .h2 {
  color: inherit;
}

h3, .h3 {
  color: inherit;
}

h4, .h4 {
  color: inherit;
}

h5, .h5 {
  color: inherit;
}

h6, .h6 {
  color: inherit;
}

h1.hl-bordered:after, h2.hl-bordered:after, h3.hl-bordered:after, h4.hl-bordered:after, h5.hl-bordered:after, h6.hl-bordered:after {
  content: "";
  display: block;
  width: 200px;
  height: 4px;
  background-color: #404040;
  margin: 10px 0;
}

p {
  margin: 11px 0 11px;
}

small,
.small {
  font-size: 87%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.8em;
}

.text-left {
  text-align: left;
}

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

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

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #005ca9;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #004076;
}

.text-secondary {
  color: #004680;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #002a4d;
}

.text-tertiary {
  color: #e6f0ff;
}

a.text-tertiary:hover,
a.text-tertiary:focus {
  color: #b3d1ff;
}

.text-white {
  color: #ffffff;
}

a.text-white:hover,
a.text-white:focus {
  color: #e6e6e6;
}

.text-black {
  color: #000000;
}

a.text-black:hover,
a.text-black:focus {
  color: black;
}

.text-gray-darker {
  color: #222222;
}

a.text-gray-darker:hover,
a.text-gray-darker:focus {
  color: #090909;
}

.text-gray-dark {
  color: #333333;
}

a.text-gray-dark:hover,
a.text-gray-dark:focus {
  color: #1a1a1a;
}

.text-gray {
  color: #555555;
}

a.text-gray:hover,
a.text-gray:focus {
  color: #3c3c3c;
}

.text-gray-light {
  color: #777777;
}

a.text-gray-light:hover,
a.text-gray-light:focus {
  color: #5e5e5e;
}

.text-gray-lighter {
  color: #f0f0f0;
}

a.text-gray-lighter:hover,
a.text-gray-lighter:focus {
  color: #d7d7d7;
}

.text-white {
  color: #ffffff;
}

a.text-white:hover,
a.text-white:focus {
  color: #e6e6e6;
}

.text-success {
  color: #5cb85c;
}

a.text-success:hover,
a.text-success:focus {
  color: #449d44;
}

.text-info {
  color: #5bc0de;
}

a.text-info:hover,
a.text-info:focus {
  color: #31b0d5;
}

.text-warning {
  color: #f0ad4e;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #ec971f;
}

.text-danger {
  color: #d9534f;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #c9302c;
}

b, strong {
  font-weight: 600;
}

abbr[title],
acronym[title] {
  cursor: help;
  text-decoration: none;
  border-bottom: 1px dotted #777777;
  font-variant: normal;
}

.initialism {
  font-size: 90%;
}

blockquote {
  color: #404040;
  font-size: 20px;
  margin-left: 60px;
  position: relative;
}
blockquote:before {
  color: #dadada;
  content: "“";
  font-size: 132px;
  left: -55px;
  line-height: 0.8;
  position: absolute;
  top: 0;
}
blockquote em {
  color: #777777;
  font-size: 0.9em;
  font-style: normal;
}

address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.4;
}

[id=main] .ce_text img {
  display: block;
  max-width: 100%;
  height: auto;
}

[id=main] .ce_image .image_container,
[id=main] .ce_text .image_container {
  width: 100%;
  height: auto;
  margin: 0 0 22px;
}
[id=main] .ce_image .image_container img,
[id=main] .ce_text .image_container img {
  width: 100%;
  height: auto;
}
[id=main] .ce_image .image_container.float_left, [id=main] .ce_image .image_container.float_right,
[id=main] .ce_text .image_container.float_left,
[id=main] .ce_text .image_container.float_right {
  float: none;
}
[id=main] .ce_image .caption,
[id=main] .ce_text .caption {
  font-size: 14px;
  line-height: 1.3333333;
}
@media (min-width: 480px) {
  [id=main] .ce_image .image_container,
  [id=main] .ce_text .image_container {
    width: auto;
  }
  [id=main] .ce_image .image_container img,
  [id=main] .ce_text .image_container img {
    width: auto;
    height: auto;
  }
  [id=main] .ce_image .image_container.float_left,
  [id=main] .ce_text .image_container.float_left {
    float: left;
    margin: 0 30px 18px 0;
  }
  [id=main] .ce_image .image_container.float_right,
  [id=main] .ce_text .image_container.float_right {
    float: right;
    margin: 0 0 18px 30px;
  }
  [id=main] .ce_image .image_container.float_above,
  [id=main] .ce_text .image_container.float_above {
    margin: 0 0 18px;
  }
  [id=main] .ce_image .image_container.float_below,
  [id=main] .ce_text .image_container.float_below {
    margin: 18px 0 0;
  }
}
@media (min-width: 768px) {
  [id=main] .ce_image.img-center .image_container,
  [id=main] .ce_text.img-center .image_container {
    text-align: center;
  }
  [id=main] .ce_image.img-center img,
  [id=main] .ce_text.img-center img {
    display: inline !important;
  }
}
[id=main] .ce_image .image_container img,
[id=main] .ce_text .image_container img {
  display: block;
  max-width: 100%;
  height: auto;
}

.ce_gallery li {
  max-width: none;
  width: 100%;
}
.ce_gallery li img {
  max-width: none;
  width: 100%;
  height: auto;
}
.ce_gallery.gallery-nocaption .caption {
  display: none;
}

.ce_gallery li.col_first {
  clear: none !important;
}

.ce_gallery .cols_1 li,
.ce_gallery .cols_2 li,
.ce_gallery .cols_3 li {
  width: 100%;
}
.ce_gallery .cols_1 li:nth-of-type(1n),
.ce_gallery .cols_2 li:nth-of-type(1n),
.ce_gallery .cols_3 li:nth-of-type(1n) {
  clear: none;
}
.ce_gallery .cols_4 li,
.ce_gallery .cols_5 li,
.ce_gallery .cols_6 li,
.ce_gallery .cols_7 li,
.ce_gallery .cols_8 li {
  width: calc(100% / 2);
  float: left;
}
.ce_gallery .cols_4 li:nth-of-type(1n),
.ce_gallery .cols_5 li:nth-of-type(1n),
.ce_gallery .cols_6 li:nth-of-type(1n),
.ce_gallery .cols_7 li:nth-of-type(1n),
.ce_gallery .cols_8 li:nth-of-type(1n) {
  clear: none;
}
.ce_gallery .cols_4 li:nth-child(2n+1),
.ce_gallery .cols_5 li:nth-child(2n+1),
.ce_gallery .cols_6 li:nth-child(2n+1),
.ce_gallery .cols_7 li:nth-child(2n+1),
.ce_gallery .cols_8 li:nth-child(2n+1) {
  clear: both;
}
.ce_gallery .cols_9 li,
.ce_gallery .cols_10 li {
  width: calc(100% / 3);
  float: left;
}
.ce_gallery .cols_9 li:nth-of-type(1n),
.ce_gallery .cols_10 li:nth-of-type(1n) {
  clear: none;
}
.ce_gallery .cols_9 li:nth-child(3n+1),
.ce_gallery .cols_10 li:nth-child(3n+1) {
  clear: both;
}
.ce_gallery .cols_11 li,
.ce_gallery .cols_12 li {
  width: calc(100% / 4);
  float: left;
}
.ce_gallery .cols_11 li:nth-of-type(1n),
.ce_gallery .cols_12 li:nth-of-type(1n) {
  clear: none;
}
.ce_gallery .cols_11 li:nth-child(4n+1),
.ce_gallery .cols_12 li:nth-child(4n+1) {
  clear: both;
}

@media (min-width: 768px) {
  .ce_gallery .cols_1 li {
    width: 100%;
  }
  .ce_gallery .cols_1 li:nth-of-type(1n) {
    clear: none;
  }
  .ce_gallery .cols_2 li {
    width: calc(100% / 2);
    float: left;
  }
  .ce_gallery .cols_2 li:nth-of-type(1n) {
    clear: none;
  }
  .ce_gallery .cols_2 li:nth-child(2n+1) {
    clear: both;
  }
  .ce_gallery .cols_3 li {
    width: calc(100% / 3);
    float: left;
  }
  .ce_gallery .cols_3 li:nth-of-type(1n) {
    clear: none;
  }
  .ce_gallery .cols_3 li:nth-child(3n+1) {
    clear: both;
  }
  .ce_gallery .cols_4 li {
    width: calc(100% / 4);
    float: left;
  }
  .ce_gallery .cols_4 li:nth-of-type(1n) {
    clear: none;
  }
  .ce_gallery .cols_4 li:nth-child(4n+1) {
    clear: both;
  }
  .ce_gallery .cols_5 li {
    width: calc(100% / 3);
    float: left;
  }
  .ce_gallery .cols_5 li:nth-of-type(1n) {
    clear: none;
  }
  .ce_gallery .cols_5 li:nth-child(3n+1) {
    clear: both;
  }
  .ce_gallery .cols_6 li {
    width: calc(100% / 6);
    float: left;
  }
  .ce_gallery .cols_6 li:nth-of-type(1n) {
    clear: none;
  }
  .ce_gallery .cols_6 li:nth-child(6n+1) {
    clear: both;
  }
  .ce_gallery .cols_7 li {
    width: calc(100% / 7);
    float: left;
  }
  .ce_gallery .cols_7 li:nth-of-type(1n) {
    clear: none;
  }
  .ce_gallery .cols_7 li:nth-child(7n+1) {
    clear: both;
  }
  .ce_gallery .cols_8 li {
    width: calc(100% / 8);
    float: left;
  }
  .ce_gallery .cols_8 li:nth-of-type(1n) {
    clear: none;
  }
  .ce_gallery .cols_8 li:nth-child(8n+1) {
    clear: both;
  }
  .ce_gallery .cols_9 li {
    width: calc(100% / 9);
    float: left;
  }
  .ce_gallery .cols_9 li:nth-of-type(1n) {
    clear: none;
  }
  .ce_gallery .cols_9 li:nth-child(9n+1) {
    clear: both;
  }
  .ce_gallery .cols_10 li {
    width: calc(100% / 10);
    float: left;
  }
  .ce_gallery .cols_10 li:nth-of-type(1n) {
    clear: none;
  }
  .ce_gallery .cols_10 li:nth-child(10n+1) {
    clear: both;
  }
  .ce_gallery .cols_11 li {
    width: calc(100% / 11);
    float: left;
  }
  .ce_gallery .cols_11 li:nth-of-type(1n) {
    clear: none;
  }
  .ce_gallery .cols_11 li:nth-child(11n+1) {
    clear: both;
  }
  .ce_gallery .cols_12 li {
    width: calc(100% / 12);
    float: left;
  }
  .ce_gallery .cols_12 li:nth-of-type(1n) {
    clear: none;
  }
  .ce_gallery .cols_12 li:nth-child(12n+1) {
    clear: both;
  }
}
@media (min-width: 992px) {
  .ce_gallery .cols_1 li {
    width: 100%;
  }
  .ce_gallery .cols_1 li:nth-of-type(1n) {
    clear: none;
  }
  .ce_gallery .cols_2 li {
    width: calc(100% / 2);
    float: left;
  }
  .ce_gallery .cols_2 li:nth-of-type(1n) {
    clear: none;
  }
  .ce_gallery .cols_2 li:nth-child(2n+1) {
    clear: both;
  }
  .ce_gallery .cols_3 li {
    width: calc(100% / 3);
    float: left;
  }
  .ce_gallery .cols_3 li:nth-of-type(1n) {
    clear: none;
  }
  .ce_gallery .cols_3 li:nth-child(3n+1) {
    clear: both;
  }
  .ce_gallery .cols_4 li {
    width: calc(100% / 4);
    float: left;
  }
  .ce_gallery .cols_4 li:nth-of-type(1n) {
    clear: none;
  }
  .ce_gallery .cols_4 li:nth-child(4n+1) {
    clear: both;
  }
  .ce_gallery .cols_5 li {
    width: calc(100% / 5);
    float: left;
  }
  .ce_gallery .cols_5 li:nth-of-type(1n) {
    clear: none;
  }
  .ce_gallery .cols_5 li:nth-child(5n+1) {
    clear: both;
  }
  .ce_gallery .cols_6 li {
    width: calc(100% / 6);
    float: left;
  }
  .ce_gallery .cols_6 li:nth-of-type(1n) {
    clear: none;
  }
  .ce_gallery .cols_6 li:nth-child(6n+1) {
    clear: both;
  }
  .ce_gallery .cols_7 li {
    width: calc(100% / 7);
    float: left;
  }
  .ce_gallery .cols_7 li:nth-of-type(1n) {
    clear: none;
  }
  .ce_gallery .cols_7 li:nth-child(7n+1) {
    clear: both;
  }
  .ce_gallery .cols_8 li {
    width: calc(100% / 8);
    float: left;
  }
  .ce_gallery .cols_8 li:nth-of-type(1n) {
    clear: none;
  }
  .ce_gallery .cols_8 li:nth-child(8n+1) {
    clear: both;
  }
  .ce_gallery .cols_9 li {
    width: calc(100% / 9);
    float: left;
  }
  .ce_gallery .cols_9 li:nth-of-type(1n) {
    clear: none;
  }
  .ce_gallery .cols_9 li:nth-child(9n+1) {
    clear: both;
  }
  .ce_gallery .cols_10 li {
    width: calc(100% / 10);
    float: left;
  }
  .ce_gallery .cols_10 li:nth-of-type(1n) {
    clear: none;
  }
  .ce_gallery .cols_10 li:nth-child(10n+1) {
    clear: both;
  }
  .ce_gallery .cols_11 li {
    width: calc(100% / 11);
    float: left;
  }
  .ce_gallery .cols_11 li:nth-of-type(1n) {
    clear: none;
  }
  .ce_gallery .cols_11 li:nth-child(11n+1) {
    clear: both;
  }
  .ce_gallery .cols_12 li {
    width: calc(100% / 12);
    float: left;
  }
  .ce_gallery .cols_12 li:nth-of-type(1n) {
    clear: none;
  }
  .ce_gallery .cols_12 li:nth-child(12n+1) {
    clear: both;
  }
}
code,
kbd,
pre,
samp {
  font-family: "Lucida Console", monospace;
}
code code,
kbd code,
pre code,
samp code {
  padding: inherit;
  font-size: inherit;
  color: inherit;
  background: none;
  border: none;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #404040;
  background-color: #f0f0f0;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #404040;
  background-color: #f0f0f0;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  width: 99%;
  box-sizing: border-box;
  padding: 22px 4px;
  overflow: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  border-top: 6px solid #004680;
  border-bottom: 6px solid #004680;
  background-image: repeating-linear-gradient(#f0f0f0, #f0f0f0 22px, white 22px, white 44px);
  font-size: 14px;
  line-height: 22px;
  font-family: "Lucida Console", monospace;
  color: #404040;
  tab-size: 3;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.textblock .text {
  display: table;
}

.ce_comments .comment_default {
  margin: 22px 0;
}
.ce_comments .comment_default .info {
  font-size: 14px;
}
.ce_comments .comment_default .comment {
  background-color: #fff;
  padding: 10px;
}
.ce_comments .comment_default .reply {
  padding: 10px 0 0 20px;
}
.ce_comments .comment_default .reply .comment {
  background-color: #fcf8e3;
  padding: 10px;
}
.ce_comments form input {
  margin-bottom: 0;
}
.ce_comments form label {
  margin-top: 22px;
}
.ce_comments form input.captcha {
  margin-bottom: 22px;
}
.ce_comments form textarea {
  margin-bottom: 0;
}

.box-default, .box-success, .box-information, .box-warning, .box-danger {
  padding: 15px 15px 5px 15px;
  position: relative;
  overflow: hidden;
  margin: 22px 0;
  z-index: 1;
}

.box-default {
  background-color: #ffffff;
  color: #404040;
}
.box-default a:link, .box-default a:visited, .box-default a:active {
  color: #7295CD;
}
.box-default a:hover, .box-default a:focus {
  color: #404040;
}

.box-success {
  background-color: #dff0d8;
  border-color: #619138;
  color: #404040;
}
.box-success a:link, .box-success a:visited, .box-success a:active {
  color: #7295CD;
}
.box-success a:hover, .box-success a:focus {
  color: #404040;
}

.box-information {
  background-color: #edf9fe;
  border-color: #00a8eb;
  color: #404040;
}
.box-information a:link, .box-information a:visited, .box-information a:active {
  color: #7295CD;
}
.box-information a:hover, .box-information a:focus {
  color: #404040;
}

.box-warning {
  background-color: #fcf8e3;
  border-color: #e8aa2b;
  color: #404040;
}
.box-warning a:link, .box-warning a:visited, .box-warning a:active {
  color: #7295CD;
}
.box-warning a:hover, .box-warning a:focus {
  color: #404040;
}

.box-danger {
  background-color: #fdedf0;
  border-color: #df0024;
  color: #404040;
}
.box-danger a:link, .box-danger a:visited, .box-danger a:active {
  color: red;
}
.box-danger a:hover, .box-danger a:focus {
  color: #404040;
}

.box-default h1:first-child,
.box-default h2:first-child,
.box-default h3:first-child,
.box-default h4:first-child,
.box-default h5:first-child,
.box-default h6:first-child,
.box-success h1:first-child,
.box-success h2:first-child,
.box-success h3:first-child,
.box-success h4:first-child,
.box-success h5:first-child,
.box-success h6:first-child,
.box-information h1:first-child,
.box-information h2:first-child,
.box-information h3:first-child,
.box-information h4:first-child,
.box-information h5:first-child,
.box-information h6:first-child,
.box-warning h1:first-child,
.box-warning h2:first-child,
.box-warning h3:first-child,
.box-warning h4:first-child,
.box-warning h5:first-child,
.box-warning h6:first-child,
.box-danger h1:first-child,
.box-danger h2:first-child,
.box-danger h3:first-child,
.box-danger h4:first-child,
.box-danger h5:first-child,
.box-danger h6:first-child {
  margin-top: 0;
}

.box-default > *,
.box-success > *,
.box-information > *,
.box-warning > *,
.box-danger > * {
  position: relative;
  z-index: 3;
}

.box-success:after,
.box-information:after,
.box-warning:after,
.box-danger:after {
  font: normal normal normal 400px/1 "FontAwesome";
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  margin: -40px 0 0 -40px;
  z-index: 1;
}

.box-success:after {
  content: "\f05a";
}

.box-information:after {
  content: "\f05a";
}

.box-warning:after {
  content: "\f06a";
}

.box-danger:after {
  content: "\f06a";
}

.box-gradient {
  margin: 22px 0;
  padding: 15px 15px 5px 15px;
  border: 1px solid #e0e0e4;
  border-radius: 4px;
  background-color: rgb(253, 253, 253);
  background-image: -webkit-linear-gradient(top, rgb(253, 253, 253) 0%, rgb(238, 238, 240) 100%);
  background-image: linear-gradient(to bottom, rgb(253, 253, 253) 0%, rgb(238, 238, 240) 100%);
}
.box-gradient h1:first-child, .box-gradient h2:first-child, .box-gradient h3:first-child, .box-gradient h4:first-child, .box-gradient h5:first-child, .box-gradient h6:first-child {
  margin-top: 0 !important;
}

.box-flat {
  margin: 22px 0;
  background-color: transparent;
  border-top: 1px solid #e0dfe2;
  border-bottom: 1px solid #e0dfe2;
  padding: 15px;
}
.box-flat h1:first-child, .box-flat h2:first-child, .box-flat h3:first-child, .box-flat h4:first-child, .box-flat h5:first-child, .box-flat h6:first-child {
  margin-top: 0 !important;
}

.box-flat-horizontal {
  margin: 22px 0;
  background-color: transparent;
  border-left: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
  padding: 15px;
}
.box-flat-horizontal h1:first-child, .box-flat-horizontal h2:first-child, .box-flat-horizontal h3:first-child, .box-flat-horizontal h4:first-child, .box-flat-horizontal h5:first-child, .box-flat-horizontal h6:first-child {
  margin-top: 0 !important;
}

.rs-column .box-default,
.rs-column .box-success,
.rs-column .box-information,
.rs-column .box-warning,
.rs-column .box-danger,
.rs-column .box-gradient,
.rs-column .box-flat {
  margin: 0;
}

.box-white {
  padding: 20px;
  background-color: white;
  margin-bottom: 22px;
}
.box-white h1, .box-white h2, .box-white h3, .box-white h4, .box-white h5, .box-white h6 {
  margin-top: 0;
}
.kontaktBox ul {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}
.kontaktBox li {
  position: relative;
  line-height: 1em;
  margin-bottom: 1em;
  padding-left: 2.5em;
}
.kontaktBox li:before {
  content: " ";
  position: absolute;
  left: 0px;
  top: -3px;
  width: 1.3em;
  height: 1.3em;
}
.kontaktBox .mail:before {
  background: transparent url(/files/themes/fhb/images/svg-icons/line-brief.svg) center center/contain no-repeat;
  background-size: contain;
}
.kontaktBox .tel:before {
  background: transparent url(/files/themes/fhb/images/svg-icons/line-telefon.svg) center center/contain no-repeat;
  background-size: contain;
}
.kontaktBox .oeffnugszeiten:before {
  background: transparent url(/files/themes/fhb/images/svg-icons/line-uhr.svg) center center/contain no-repeat;
  background-size: contain;
}

.downloadBox ul {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}
.downloadBox li {
  position: relative;
  line-height: 1em;
  margin-bottom: 1em;
  padding-left: 0em;
}

.preisBox .inhalt {
  position: relative;
  margin-bottom: 1em;
  padding-left: 2.5em;
}
.preisBox .inhalt:before {
  content: " ";
  position: absolute;
  left: 0px;
  top: 2px;
  width: 1.5em;
  height: 1.5em;
  background: transparent url(/files/themes/fhb/images/svg-icons/line-euro.svg) center center/contain no-repeat;
}
.preisBox .inhalt .preis {
  font-size: 1.5em;
}
.preisBox .inhalt p {
  font-size: 0.8em;
}
.inhouseBox .inhalt {
  position: relative;
  margin-bottom: 1em;
  padding-left: 2.5em;
}
.inhouseBox .inhalt:before {
  content: " ";
  position: absolute;
  left: 0px;
  top: 2px;
  width: 1.5em;
  height: 2em;
  background: transparent url(/files/themes/fhb/images/svg-icons/line-pin-stift.svg) center center/contain no-repeat;
}
.inhouseBox .inhalt p {
  font-size: 0.8em;
}
/*----------*/
.ce_table table,
.ce_text table,
.table,
.ce_markdown table,
table {
  background-color: #fff;
  border: 1px solid #44444a;
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
  border-collapse: collapse;
}
.ce_table table caption,
.ce_text table caption,
.table caption,
.ce_markdown table caption,
table caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
.ce_table table th,
.ce_text table th,
.table th,
.ce_markdown table th,
table th {
  text-align: left;
}
.ce_table table > thead > tr > th,
.ce_table table > thead > tr > td,
.ce_table table > tbody > tr > th,
.ce_table table > tbody > tr > td,
.ce_table table > tfoot > tr > th,
.ce_table table > tfoot > tr > td,
.ce_text table > thead > tr > th,
.ce_text table > thead > tr > td,
.ce_text table > tbody > tr > th,
.ce_text table > tbody > tr > td,
.ce_text table > tfoot > tr > th,
.ce_text table > tfoot > tr > td,
.table > thead > tr > th,
.ce_markdown table > thead > tr > th,
.table > thead > tr > td,
.ce_markdown table > thead > tr > td,
.table > tbody > tr > th,
.ce_markdown table > tbody > tr > th,
.table > tbody > tr > td,
.ce_markdown table > tbody > tr > td,
.table > tfoot > tr > th,
.ce_markdown table > tfoot > tr > th,
.table > tfoot > tr > td,
.ce_markdown table > tfoot > tr > td,
table > thead > tr > th,
table > thead > tr > td,
table > tbody > tr > th,
table > tbody > tr > td,
table > tfoot > tr > th,
table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.4;
  vertical-align: top;
  border: 1px solid #44444a;
}
.ce_table table > thead > tr > th,
.ce_text table > thead > tr > th,
.table > thead > tr > th,
.ce_markdown table > thead > tr > th,
table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #44444a;
}
.ce_table table > caption + thead > tr:first-child > th,
.ce_table table > caption + thead > tr:first-child > td,
.ce_table table > colgroup + thead > tr:first-child > th,
.ce_table table > colgroup + thead > tr:first-child > td,
.ce_table table > thead:first-child > tr:first-child > th,
.ce_table table > thead:first-child > tr:first-child > td,
.ce_text table > caption + thead > tr:first-child > th,
.ce_text table > caption + thead > tr:first-child > td,
.ce_text table > colgroup + thead > tr:first-child > th,
.ce_text table > colgroup + thead > tr:first-child > td,
.ce_text table > thead:first-child > tr:first-child > th,
.ce_text table > thead:first-child > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
table > caption + thead > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > th,
table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.ce_table table > tbody + tbody,
.ce_text table > tbody + tbody,
.table > tbody + tbody,
.ce_markdown table > tbody + tbody,
table > tbody + tbody {
  border-top: 2px solid #44444a;
}
.ce_table table.sortable thead th:hover,
.ce_text table.sortable thead th:hover,
.table.sortable thead th:hover,
table.sortable thead th:hover {
  cursor: pointer;
}
.ce_table table .table,
.ce_text table .table,
.table .table,
.table .ce_markdown table,
.ce_markdown .table table,
.ce_markdown table table,
table .table,
table .ce_markdown table {
  background-color: #ffffff;
}

.ce_table.table-shadow table,
.ce_text.table-shadow table,
table.table-shadow {
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
}

.ce_table.table-condensed table > thead > tr > th,
.ce_table.table-condensed table > thead > tr > td,
.ce_table.table-condensed table > tbody > tr > th,
.ce_table.table-condensed table > tbody > tr > td,
.ce_table.table-condensed table > tfoot > tr > th,
.ce_table.table-condensed table > tfoot > tr > td,
.ce_text.table-condensed table > thead > tr > th,
.ce_text.table-condensed table > thead > tr > td,
.ce_text.table-condensed table > tbody > tr > th,
.ce_text.table-condensed table > tbody > tr > td,
.ce_text.table-condensed table > tfoot > tr > th,
.ce_text.table-condensed table > tfoot > tr > td,
table.table-condensed > thead > tr > th,
table.table-condensed > thead > tr > td,
table.table-condensed > tbody > tr > th,
table.table-condensed > tbody > tr > td,
table.table-condensed > tfoot > tr > th,
table.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.ce_table.table-unbordered table,
.ce_text.table-unbordered table,
table.table-unbordered {
  border: none;
}
.ce_table.table-unbordered table > thead > tr > th,
.ce_table.table-unbordered table > thead > tr > td,
.ce_table.table-unbordered table > tbody > tr > th,
.ce_table.table-unbordered table > tbody > tr > td,
.ce_table.table-unbordered table > tfoot > tr > th,
.ce_table.table-unbordered table > tfoot > tr > td,
.ce_text.table-unbordered table > thead > tr > th,
.ce_text.table-unbordered table > thead > tr > td,
.ce_text.table-unbordered table > tbody > tr > th,
.ce_text.table-unbordered table > tbody > tr > td,
.ce_text.table-unbordered table > tfoot > tr > th,
.ce_text.table-unbordered table > tfoot > tr > td,
table.table-unbordered > thead > tr > th,
table.table-unbordered > thead > tr > td,
table.table-unbordered > tbody > tr > th,
table.table-unbordered > tbody > tr > td,
table.table-unbordered > tfoot > tr > th,
table.table-unbordered > tfoot > tr > td {
  border: none;
  border-top: 1px solid #44444a;
}
.ce_table.table-unbordered table > thead > tr > th,
.ce_table.table-unbordered table > thead > tr > td,
.ce_text.table-unbordered table > thead > tr > th,
.ce_text.table-unbordered table > thead > tr > td,
table.table-unbordered > thead > tr > th,
table.table-unbordered > thead > tr > td {
  border-bottom-width: 2px;
}

.ce_table.table-striped table > tbody > tr:nth-of-type(odd),
.ce_text.table-striped table > tbody > tr:nth-of-type(odd),
table.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.ce_table.table-hover table > tbody > tr:hover,
.ce_text.table-hover table > tbody > tr:hover,
table.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*=col_] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*=col_],
table th[class*=col_] {
  position: static;
  float: none;
  display: table-cell;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #44444a;
  }
  .table-responsive table {
    min-width: 767px;
  }
  .table-responsive .ce_table table,
  .table-responsive .table,
  .table-responsive .ce_markdown table,
  .ce_markdown .table-responsive table {
    margin-bottom: 0;
  }
  .table-responsive .ce_table table > thead > tr > th,
  .table-responsive .ce_table table > thead > tr > td,
  .table-responsive .ce_table table > tbody > tr > th,
  .table-responsive .ce_table table > tbody > tr > td,
  .table-responsive .ce_table table > tfoot > tr > th,
  .table-responsive .ce_table table > tfoot > tr > td,
  .table-responsive .table > thead > tr > th,
  .table-responsive .ce_markdown table > thead > tr > th,
  .ce_markdown .table-responsive table > thead > tr > th,
  .table-responsive .table > thead > tr > td,
  .table-responsive .ce_markdown table > thead > tr > td,
  .ce_markdown .table-responsive table > thead > tr > td,
  .table-responsive .table > tbody > tr > th,
  .table-responsive .ce_markdown table > tbody > tr > th,
  .ce_markdown .table-responsive table > tbody > tr > th,
  .table-responsive .table > tbody > tr > td,
  .table-responsive .ce_markdown table > tbody > tr > td,
  .ce_markdown .table-responsive table > tbody > tr > td,
  .table-responsive .table > tfoot > tr > th,
  .table-responsive .ce_markdown table > tfoot > tr > th,
  .ce_markdown .table-responsive table > tfoot > tr > th,
  .table-responsive .table > tfoot > tr > td,
  .table-responsive .ce_markdown table > tfoot > tr > td,
  .ce_markdown .table-responsive table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive .ce_table table,
  .table-responsive .ce_text table,
  .table-responsive .table,
  .table-responsive .ce_markdown table,
  .ce_markdown .table-responsive table {
    border: 0;
  }
  .table-responsive .ce_table table > thead > tr > th:first-child,
  .table-responsive .ce_table table > thead > tr > td:first-child,
  .table-responsive .ce_table table > tbody > tr > th:first-child,
  .table-responsive .ce_table table > tbody > tr > td:first-child,
  .table-responsive .ce_table table > tfoot > tr > th:first-child,
  .table-responsive .ce_table table > tfoot > tr > td:first-child,
  .table-responsive .ce_text table > thead > tr > th:first-child,
  .table-responsive .ce_text table > thead > tr > td:first-child,
  .table-responsive .ce_text table > tbody > tr > th:first-child,
  .table-responsive .ce_text table > tbody > tr > td:first-child,
  .table-responsive .ce_text table > tfoot > tr > th:first-child,
  .table-responsive .ce_text table > tfoot > tr > td:first-child,
  .table-responsive .table > thead > tr > th:first-child,
  .table-responsive .ce_markdown table > thead > tr > th:first-child,
  .ce_markdown .table-responsive table > thead > tr > th:first-child,
  .table-responsive .table > thead > tr > td:first-child,
  .table-responsive .ce_markdown table > thead > tr > td:first-child,
  .ce_markdown .table-responsive table > thead > tr > td:first-child,
  .table-responsive .table > tbody > tr > th:first-child,
  .table-responsive .ce_markdown table > tbody > tr > th:first-child,
  .ce_markdown .table-responsive table > tbody > tr > th:first-child,
  .table-responsive .table > tbody > tr > td:first-child,
  .table-responsive .ce_markdown table > tbody > tr > td:first-child,
  .ce_markdown .table-responsive table > tbody > tr > td:first-child,
  .table-responsive .table > tfoot > tr > th:first-child,
  .table-responsive .ce_markdown table > tfoot > tr > th:first-child,
  .ce_markdown .table-responsive table > tfoot > tr > th:first-child,
  .table-responsive .table > tfoot > tr > td:first-child,
  .table-responsive .ce_markdown table > tfoot > tr > td:first-child,
  .ce_markdown .table-responsive table > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive .ce_table table > thead > tr > th:last-child,
  .table-responsive .ce_table table > thead > tr > td:last-child,
  .table-responsive .ce_table table > tbody > tr > th:last-child,
  .table-responsive .ce_table table > tbody > tr > td:last-child,
  .table-responsive .ce_table table > tfoot > tr > th:last-child,
  .table-responsive .ce_table table > tfoot > tr > td:last-child,
  .table-responsive .ce_text table > thead > tr > th:last-child,
  .table-responsive .ce_text table > thead > tr > td:last-child,
  .table-responsive .ce_text table > tbody > tr > th:last-child,
  .table-responsive .ce_text table > tbody > tr > td:last-child,
  .table-responsive .ce_text table > tfoot > tr > th:last-child,
  .table-responsive .ce_text table > tfoot > tr > td:last-child,
  .table-responsive .table > thead > tr > th:last-child,
  .table-responsive .ce_markdown table > thead > tr > th:last-child,
  .ce_markdown .table-responsive table > thead > tr > th:last-child,
  .table-responsive .table > thead > tr > td:last-child,
  .table-responsive .ce_markdown table > thead > tr > td:last-child,
  .ce_markdown .table-responsive table > thead > tr > td:last-child,
  .table-responsive .table > tbody > tr > th:last-child,
  .table-responsive .ce_markdown table > tbody > tr > th:last-child,
  .ce_markdown .table-responsive table > tbody > tr > th:last-child,
  .table-responsive .table > tbody > tr > td:last-child,
  .table-responsive .ce_markdown table > tbody > tr > td:last-child,
  .ce_markdown .table-responsive table > tbody > tr > td:last-child,
  .table-responsive .table > tfoot > tr > th:last-child,
  .table-responsive .ce_markdown table > tfoot > tr > th:last-child,
  .ce_markdown .table-responsive table > tfoot > tr > th:last-child,
  .table-responsive .table > tfoot > tr > td:last-child,
  .table-responsive .ce_markdown table > tfoot > tr > td:last-child,
  .ce_markdown .table-responsive table > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive .ce_table table > tbody > tr:last-child > th,
  .table-responsive .ce_table table > tbody > tr:last-child > td,
  .table-responsive .ce_table table > tfoot > tr:last-child > th,
  .table-responsive .ce_table table > tfoot > tr:last-child > td,
  .table-responsive .ce_text table > tbody > tr:last-child > th,
  .table-responsive .ce_text table > tbody > tr:last-child > td,
  .table-responsive .ce_text table > tfoot > tr:last-child > th,
  .table-responsive .ce_text table > tfoot > tr:last-child > td,
  .table-responsive .table > tbody > tr:last-child > th,
  .table-responsive .ce_markdown table > tbody > tr:last-child > th,
  .ce_markdown .table-responsive table > tbody > tr:last-child > th,
  .table-responsive .table > tbody > tr:last-child > td,
  .table-responsive .ce_markdown table > tbody > tr:last-child > td,
  .ce_markdown .table-responsive table > tbody > tr:last-child > td,
  .table-responsive .table > tfoot > tr:last-child > th,
  .table-responsive .ce_markdown table > tfoot > tr:last-child > th,
  .ce_markdown .table-responsive table > tfoot > tr:last-child > th,
  .table-responsive .table > tfoot > tr:last-child > td,
  .table-responsive .ce_markdown table > tfoot > tr:last-child > td,
  .ce_markdown .table-responsive table > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

.ce_text.list-unstyled ul,
.ce_text.list-unstyled ol,
.ce_list.list-unstyled ul,
.ce_list.list-unstyled ol,
.ce_markdown.list-unstyled ul,
.ce_markdown.list-unstyled ol {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}
.ce_text.list-inline ul,
.ce_text.list-inline ol,
.ce_list.list-inline ul,
.ce_list.list-inline ol,
.ce_markdown.list-inline ul,
.ce_markdown.list-inline ol {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}
.ce_text.list-inline ul > li,
.ce_text.list-inline ol > li,
.ce_list.list-inline ul > li,
.ce_list.list-inline ol > li,
.ce_markdown.list-inline ul > li,
.ce_markdown.list-inline ol > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.ce_text ul,
.ce_text ol,
.ce_list ul,
.ce_list ol,
.ce_markdown ul,
.ce_markdown ol {
  margin: 0;
  padding-left: 1em;
  list-style-type: none;
  margin-bottom: 11px;
}
.ce_text ul ul,
.ce_text ul ol,
.ce_text ol ul,
.ce_text ol ol,
.ce_list ul ul,
.ce_list ul ol,
.ce_list ol ul,
.ce_list ol ol,
.ce_markdown ul ul,
.ce_markdown ul ol,
.ce_markdown ol ul,
.ce_markdown ol ol {
  margin-bottom: 0;
}
.ce_text ul,
.ce_list ul,
.ce_markdown ul {
  list-style: none;
}
.ce_text ul > li:before,
.ce_list ul > li:before,
.ce_markdown ul > li:before {
  content: "-";
  position: absolute;
  left: 0.8em;
}
.ce_text ol,
.ce_list ol,
.ce_markdown ol {
  list-style: decimal;
}

ol.list-unstyled,
ul.list-unstyled {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}

ol.list-inline,
ul.list-inline {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}
ol.list-inline > li,
ul.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 22px;
}

dt,
dd {
  line-height: 1.4;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd::after {
  clear: both;
  content: "";
  display: table;
}
@media (min-width: 480px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

ul.hook,
.ce_list.hook ul,
.ce_text.hook ul {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}
ul.hook li,
.ce_list.hook ul li,
.ce_text.hook ul li {
  position: relative;
  line-height: 1.5em;
  margin-bottom: 1em;
  padding-left: 3em;
}
ul.hook li:before,
.ce_list.hook ul li:before,
.ce_text.hook ul li:before {
  content: " ";
  position: absolute;
  left: 0px;
  top: 0px;
  background: transparent url(/files/themes/fhb/images/svg-icons/line-haken-kreis-01.svg) center center no-repeat;
  background-size: contain;
  width: 1.5em;
  height: 1.5em;
}

.ce_download {
  margin-bottom: 22px;
}
.ce_download img {
  display: inline-block !important;
}

.ce_downloads img {
  display: inline-block !important;
}
.ce_downloads ul {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}
.ce_downloads ul li {
  background-color: #fff;
  padding-top: 11px;
  padding-bottom: 11px;
  border-bottom: 1px solid #f0f0f0;
}

.ce_markdown pre code {
  padding: inherit;
  font-size: inherit;
  color: inherit;
  background: none;
  border: none;
}
.mejs-audio {
  height: 1em;
}

.ce_player audio {
  width: 100%;
}

.ce_youtube .video_container iframe {
  border: none;
}
.ce_youtube .video_container #splashImage_90:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "Mit dem Aufruf des Videos erklären Sie sich einverstanden, dass Ihre Daten an YouTube übermittelt werden und Sie die Datenschutzerklärung gelesen haben.\a\aUm das Video anzusehen, Klicken Sie hier";
  white-space: pre-wrap;
  text-align: center;
  padding: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
}

.mod_newslist .image_container,
.mod_newsarchive .image_container,
.mod_slick_newslist .image_container {
  width: 100%;
  height: auto;
  margin: 0 0 22px;
}
.mod_newslist .image_container img,
.mod_newsarchive .image_container img,
.mod_slick_newslist .image_container img {
  width: 100%;
  height: auto;
}
.mod_newslist .image_container.float_left, .mod_newslist .image_container.float_right,
.mod_newsarchive .image_container.float_left,
.mod_newsarchive .image_container.float_right,
.mod_slick_newslist .image_container.float_left,
.mod_slick_newslist .image_container.float_right {
  float: none;
}
.mod_newslist .caption,
.mod_newsarchive .caption,
.mod_slick_newslist .caption {
  font-size: 14px;
  line-height: 1.3333333;
}
@media (min-width: 480px) {
  .mod_newslist .image_container,
  .mod_newsarchive .image_container,
  .mod_slick_newslist .image_container {
    width: auto;
  }
  .mod_newslist .image_container img,
  .mod_newsarchive .image_container img,
  .mod_slick_newslist .image_container img {
    width: auto;
    height: auto;
  }
  .mod_newslist .image_container.float_left,
  .mod_newsarchive .image_container.float_left,
  .mod_slick_newslist .image_container.float_left {
    float: left;
    margin: 0 30px 18px 0;
  }
  .mod_newslist .image_container.float_right,
  .mod_newsarchive .image_container.float_right,
  .mod_slick_newslist .image_container.float_right {
    float: right;
    margin: 0 0 18px 30px;
  }
  .mod_newslist .image_container.float_above,
  .mod_newsarchive .image_container.float_above,
  .mod_slick_newslist .image_container.float_above {
    margin: 0 0 18px;
  }
  .mod_newslist .image_container.float_below,
  .mod_newsarchive .image_container.float_below,
  .mod_slick_newslist .image_container.float_below {
    margin: 18px 0 0;
  }
}
@media (min-width: 768px) {
  .mod_newslist.img-center .image_container,
  .mod_newsarchive.img-center .image_container,
  .mod_slick_newslist.img-center .image_container {
    text-align: center;
  }
  .mod_newslist.img-center img,
  .mod_newsarchive.img-center img,
  .mod_slick_newslist.img-center img {
    display: inline !important;
  }
}
.mod_newslist .layout_short .info,
.mod_newsarchive .layout_short .info,
.mod_slick_newslist .layout_short .info {
  font-size: 14px;
  color: #777777;
  margin-bottom: 11px;
}
.mod_newslist .layout_simple .info,
.mod_newsarchive .layout_simple .info,
.mod_slick_newslist .layout_simple .info {
  font-size: 14px;
  color: #777777;
  display: block;
}
.mod_newslist .layout_latest,
.mod_newsarchive .layout_latest,
.mod_slick_newslist .layout_latest {
  border-bottom: 1px solid #f0f0f0;
  padding: 20px;
  margin-bottom: 5%;
  background-color: #f0f0f0;
  position: relative;
  padding-bottom: 60px;
}
.mod_newslist .layout_latest .image_container,
.mod_newsarchive .layout_latest .image_container,
.mod_slick_newslist .layout_latest .image_container {
  overflow: hidden;
}
.mod_newslist .layout_latest .image_container img,
.mod_newsarchive .layout_latest .image_container img,
.mod_slick_newslist .layout_latest .image_container img {
  transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
}
.mod_newslist .layout_latest .image_container:hover img,
.mod_newsarchive .layout_latest .image_container:hover img,
.mod_slick_newslist .layout_latest .image_container:hover img {
  cursor: pointer;
  cursor: -moz-pointer;
  cursor: -webkit-pointer;
  transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
}
.mod_newslist .layout_latest h2, .mod_newslist .layout_latest h3,
.mod_newsarchive .layout_latest h2,
.mod_newsarchive .layout_latest h3,
.mod_slick_newslist .layout_latest h2,
.mod_slick_newslist .layout_latest h3 {
  margin-top: 0;
  font-weight: 600;
  font-size: 16px;
}
.mod_newslist .layout_latest .info,
.mod_newsarchive .layout_latest .info,
.mod_slick_newslist .layout_latest .info {
  font-size: 14px;
  margin-bottom: 5.5px;
}
.mod_newslist .layout_latest .sub-headline,
.mod_newsarchive .layout_latest .sub-headline,
.mod_slick_newslist .layout_latest .sub-headline {
  font-size: 14px;
  line-height: 1.3333333;
  margin-bottom: 5px;
}
.mod_newslist .layout_latest .image_container.float_left + .text,
.mod_newslist .layout_latest .image_container.float_right + .text,
.mod_newsarchive .layout_latest .image_container.float_left + .text,
.mod_newsarchive .layout_latest .image_container.float_right + .text,
.mod_slick_newslist .layout_latest .image_container.float_left + .text,
.mod_slick_newslist .layout_latest .image_container.float_right + .text {
  display: table;
}
.mod_newslist .layout_latest .button-outline-primary,
.mod_newsarchive .layout_latest .button-outline-primary,
.mod_slick_newslist .layout_latest .button-outline-primary {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.mod_newslist .layout_full h2,
.mod_newsarchive .layout_full h2,
.mod_slick_newslist .layout_full h2 {
  margin-top: 0;
}
.mod_newslist .layout_full .info,
.mod_newsarchive .layout_full .info,
.mod_slick_newslist .layout_full .info {
  font-size: 14px;
  color: #777777;
  margin-bottom: 11px;
}
.mod_slick_newslist .layout_short {
  margin-right: 50px;
}

.mod_newsreader .layout_full {
  margin-bottom: 10px;
}
.mod_newsreader .layout_full .image_container {
  width: 100%;
  height: auto;
  margin: 0 0 22px;
}
.mod_newsreader .layout_full .image_container img {
  width: 100%;
  height: auto;
}
.mod_newsreader .layout_full .image_container.float_left, .mod_newsreader .layout_full .image_container.float_right {
  float: none;
}
.mod_newsreader .layout_full .caption {
  font-size: 14px;
  line-height: 1.3333333;
}
@media (min-width: 480px) {
  .mod_newsreader .layout_full .image_container {
    width: auto;
  }
  .mod_newsreader .layout_full .image_container img {
    width: auto;
    height: auto;
  }
  .mod_newsreader .layout_full .image_container.float_left {
    float: left;
    margin: 0 30px 18px 0;
  }
  .mod_newsreader .layout_full .image_container.float_right {
    float: right;
    margin: 0 0 18px 30px;
  }
  .mod_newsreader .layout_full .image_container.float_above {
    margin: 0 0 18px;
  }
  .mod_newsreader .layout_full .image_container.float_below {
    margin: 18px 0 0;
  }
}
@media (min-width: 768px) {
  .mod_newsreader .layout_full.img-center .image_container {
    text-align: center;
  }
  .mod_newsreader .layout_full.img-center img {
    display: inline !important;
  }
}
.mod_newsreader .layout_full h2 {
  margin-top: 0;
}
.mod_newsreader .layout_full .info {
  font-size: 14px;
  margin-bottom: 11px;
}
.mod_newsmenu li {
  padding: 0;
  margin: 0 0 4px 0;
  list-style: none !important;
}

.mod_newslist.cols_1 div.layout_short,
.mod_newslist.cols_1 div.layout_latest, .mod_newslist.cols_2 div.layout_short,
.mod_newslist.cols_2 div.layout_latest, .mod_newslist.cols_3 div.layout_short,
.mod_newslist.cols_3 div.layout_latest,
.mod_newsarchive.cols_1 div.layout_short,
.mod_newsarchive.cols_1 div.layout_latest,
.mod_newsarchive.cols_2 div.layout_short,
.mod_newsarchive.cols_2 div.layout_latest,
.mod_newsarchive.cols_3 div.layout_short,
.mod_newsarchive.cols_3 div.layout_latest {
  display: block;
  width: 100%;
}
.mod_newslist.cols_1 div.layout_short:nth-of-type(1n),
.mod_newslist.cols_1 div.layout_latest:nth-of-type(1n), .mod_newslist.cols_2 div.layout_short:nth-of-type(1n),
.mod_newslist.cols_2 div.layout_latest:nth-of-type(1n), .mod_newslist.cols_3 div.layout_short:nth-of-type(1n),
.mod_newslist.cols_3 div.layout_latest:nth-of-type(1n),
.mod_newsarchive.cols_1 div.layout_short:nth-of-type(1n),
.mod_newsarchive.cols_1 div.layout_latest:nth-of-type(1n),
.mod_newsarchive.cols_2 div.layout_short:nth-of-type(1n),
.mod_newsarchive.cols_2 div.layout_latest:nth-of-type(1n),
.mod_newsarchive.cols_3 div.layout_short:nth-of-type(1n),
.mod_newsarchive.cols_3 div.layout_latest:nth-of-type(1n) {
  margin-right: 5%;
  clear: none;
}
.mod_newslist.cols_4 div.layout_short,
.mod_newslist.cols_4 div.layout_latest, .mod_newslist.cols_5 div.layout_short,
.mod_newslist.cols_5 div.layout_latest, .mod_newslist.cols_6 div.layout_short,
.mod_newslist.cols_6 div.layout_latest,
.mod_newsarchive.cols_4 div.layout_short,
.mod_newsarchive.cols_4 div.layout_latest,
.mod_newsarchive.cols_5 div.layout_short,
.mod_newsarchive.cols_5 div.layout_latest,
.mod_newsarchive.cols_6 div.layout_short,
.mod_newsarchive.cols_6 div.layout_latest {
  width: calc(100% / 2 - 5%);
  float: left;
  margin-right: 5%;
}
.mod_newslist.cols_4 div.layout_short:nth-of-type(1n),
.mod_newslist.cols_4 div.layout_latest:nth-of-type(1n), .mod_newslist.cols_5 div.layout_short:nth-of-type(1n),
.mod_newslist.cols_5 div.layout_latest:nth-of-type(1n), .mod_newslist.cols_6 div.layout_short:nth-of-type(1n),
.mod_newslist.cols_6 div.layout_latest:nth-of-type(1n),
.mod_newsarchive.cols_4 div.layout_short:nth-of-type(1n),
.mod_newsarchive.cols_4 div.layout_latest:nth-of-type(1n),
.mod_newsarchive.cols_5 div.layout_short:nth-of-type(1n),
.mod_newsarchive.cols_5 div.layout_latest:nth-of-type(1n),
.mod_newsarchive.cols_6 div.layout_short:nth-of-type(1n),
.mod_newsarchive.cols_6 div.layout_latest:nth-of-type(1n) {
  margin-right: 5%;
  clear: none;
}
.mod_newslist.cols_4 div.layout_short:nth-of-type(2n+2),
.mod_newslist.cols_4 div.layout_latest:nth-of-type(2n+2), .mod_newslist.cols_5 div.layout_short:nth-of-type(2n+2),
.mod_newslist.cols_5 div.layout_latest:nth-of-type(2n+2), .mod_newslist.cols_6 div.layout_short:nth-of-type(2n+2),
.mod_newslist.cols_6 div.layout_latest:nth-of-type(2n+2),
.mod_newsarchive.cols_4 div.layout_short:nth-of-type(2n+2),
.mod_newsarchive.cols_4 div.layout_latest:nth-of-type(2n+2),
.mod_newsarchive.cols_5 div.layout_short:nth-of-type(2n+2),
.mod_newsarchive.cols_5 div.layout_latest:nth-of-type(2n+2),
.mod_newsarchive.cols_6 div.layout_short:nth-of-type(2n+2),
.mod_newsarchive.cols_6 div.layout_latest:nth-of-type(2n+2) {
  margin-right: 0;
  width: calc(100% / 2 - 5%);
}
.mod_newslist.cols_4 div.layout_short:nth-of-type(2n+1),
.mod_newslist.cols_4 div.layout_latest:nth-of-type(2n+1), .mod_newslist.cols_5 div.layout_short:nth-of-type(2n+1),
.mod_newslist.cols_5 div.layout_latest:nth-of-type(2n+1), .mod_newslist.cols_6 div.layout_short:nth-of-type(2n+1),
.mod_newslist.cols_6 div.layout_latest:nth-of-type(2n+1),
.mod_newsarchive.cols_4 div.layout_short:nth-of-type(2n+1),
.mod_newsarchive.cols_4 div.layout_latest:nth-of-type(2n+1),
.mod_newsarchive.cols_5 div.layout_short:nth-of-type(2n+1),
.mod_newsarchive.cols_5 div.layout_latest:nth-of-type(2n+1),
.mod_newsarchive.cols_6 div.layout_short:nth-of-type(2n+1),
.mod_newsarchive.cols_6 div.layout_latest:nth-of-type(2n+1) {
  clear: both;
}

@media (min-width: 480px) {
  .mod_newslist.cols_1 div.layout_short,
  .mod_newslist.cols_1 div.layout_latest,
  .mod_newsarchive.cols_1 div.layout_short,
  .mod_newsarchive.cols_1 div.layout_latest {
    display: block;
    width: 100%;
  }
  .mod_newslist.cols_1 div.layout_short:nth-of-type(1n),
  .mod_newslist.cols_1 div.layout_latest:nth-of-type(1n),
  .mod_newsarchive.cols_1 div.layout_short:nth-of-type(1n),
  .mod_newsarchive.cols_1 div.layout_latest:nth-of-type(1n) {
    margin-right: 5%;
    clear: none;
  }
  .mod_newslist.cols_2 div.layout_short,
  .mod_newslist.cols_2 div.layout_latest,
  .mod_newsarchive.cols_2 div.layout_short,
  .mod_newsarchive.cols_2 div.layout_latest {
    width: calc(100% / 2 - 5%);
    float: left;
    margin-right: 5%;
  }
  .mod_newslist.cols_2 div.layout_short:nth-of-type(1n),
  .mod_newslist.cols_2 div.layout_latest:nth-of-type(1n),
  .mod_newsarchive.cols_2 div.layout_short:nth-of-type(1n),
  .mod_newsarchive.cols_2 div.layout_latest:nth-of-type(1n) {
    margin-right: 5%;
    clear: none;
  }
  .mod_newslist.cols_2 div.layout_short:nth-of-type(2n+2),
  .mod_newslist.cols_2 div.layout_latest:nth-of-type(2n+2),
  .mod_newsarchive.cols_2 div.layout_short:nth-of-type(2n+2),
  .mod_newsarchive.cols_2 div.layout_latest:nth-of-type(2n+2) {
    margin-right: 0;
    width: calc(100% / 2 - 5%);
  }
  .mod_newslist.cols_2 div.layout_short:nth-of-type(2n+1),
  .mod_newslist.cols_2 div.layout_latest:nth-of-type(2n+1),
  .mod_newsarchive.cols_2 div.layout_short:nth-of-type(2n+1),
  .mod_newsarchive.cols_2 div.layout_latest:nth-of-type(2n+1) {
    clear: both;
  }
  .mod_newslist.cols_3 div.layout_short,
  .mod_newslist.cols_3 div.layout_latest, .mod_newslist.cols_4 div.layout_short,
  .mod_newslist.cols_4 div.layout_latest,
  .mod_newsarchive.cols_3 div.layout_short,
  .mod_newsarchive.cols_3 div.layout_latest,
  .mod_newsarchive.cols_4 div.layout_short,
  .mod_newsarchive.cols_4 div.layout_latest {
    width: calc(100% / 2 - 5%);
    float: left;
    margin-right: 5%;
  }
  .mod_newslist.cols_3 div.layout_short:nth-of-type(1n),
  .mod_newslist.cols_3 div.layout_latest:nth-of-type(1n), .mod_newslist.cols_4 div.layout_short:nth-of-type(1n),
  .mod_newslist.cols_4 div.layout_latest:nth-of-type(1n),
  .mod_newsarchive.cols_3 div.layout_short:nth-of-type(1n),
  .mod_newsarchive.cols_3 div.layout_latest:nth-of-type(1n),
  .mod_newsarchive.cols_4 div.layout_short:nth-of-type(1n),
  .mod_newsarchive.cols_4 div.layout_latest:nth-of-type(1n) {
    margin-right: 5%;
    clear: none;
  }
  .mod_newslist.cols_3 div.layout_short:nth-of-type(2n+2),
  .mod_newslist.cols_3 div.layout_latest:nth-of-type(2n+2), .mod_newslist.cols_4 div.layout_short:nth-of-type(2n+2),
  .mod_newslist.cols_4 div.layout_latest:nth-of-type(2n+2),
  .mod_newsarchive.cols_3 div.layout_short:nth-of-type(2n+2),
  .mod_newsarchive.cols_3 div.layout_latest:nth-of-type(2n+2),
  .mod_newsarchive.cols_4 div.layout_short:nth-of-type(2n+2),
  .mod_newsarchive.cols_4 div.layout_latest:nth-of-type(2n+2) {
    margin-right: 0;
    width: calc(100% / 2 - 5%);
  }
  .mod_newslist.cols_3 div.layout_short:nth-of-type(2n+1),
  .mod_newslist.cols_3 div.layout_latest:nth-of-type(2n+1), .mod_newslist.cols_4 div.layout_short:nth-of-type(2n+1),
  .mod_newslist.cols_4 div.layout_latest:nth-of-type(2n+1),
  .mod_newsarchive.cols_3 div.layout_short:nth-of-type(2n+1),
  .mod_newsarchive.cols_3 div.layout_latest:nth-of-type(2n+1),
  .mod_newsarchive.cols_4 div.layout_short:nth-of-type(2n+1),
  .mod_newsarchive.cols_4 div.layout_latest:nth-of-type(2n+1) {
    clear: both;
  }
  .mod_newslist.cols_5 div.layout_short,
  .mod_newslist.cols_5 div.layout_latest,
  .mod_newsarchive.cols_5 div.layout_short,
  .mod_newsarchive.cols_5 div.layout_latest {
    width: calc(100% / 5 - 5%);
    float: left;
    margin-right: 5%;
  }
  .mod_newslist.cols_5 div.layout_short:nth-of-type(1n),
  .mod_newslist.cols_5 div.layout_latest:nth-of-type(1n),
  .mod_newsarchive.cols_5 div.layout_short:nth-of-type(1n),
  .mod_newsarchive.cols_5 div.layout_latest:nth-of-type(1n) {
    margin-right: 5%;
    clear: none;
  }
  .mod_newslist.cols_5 div.layout_short:nth-of-type(5n+5),
  .mod_newslist.cols_5 div.layout_latest:nth-of-type(5n+5),
  .mod_newsarchive.cols_5 div.layout_short:nth-of-type(5n+5),
  .mod_newsarchive.cols_5 div.layout_latest:nth-of-type(5n+5) {
    margin-right: 0;
    width: calc(100% / 5 - 5%);
  }
  .mod_newslist.cols_5 div.layout_short:nth-of-type(5n+1),
  .mod_newslist.cols_5 div.layout_latest:nth-of-type(5n+1),
  .mod_newsarchive.cols_5 div.layout_short:nth-of-type(5n+1),
  .mod_newsarchive.cols_5 div.layout_latest:nth-of-type(5n+1) {
    clear: both;
  }
  .mod_newslist.cols_6 div.layout_short,
  .mod_newslist.cols_6 div.layout_latest,
  .mod_newsarchive.cols_6 div.layout_short,
  .mod_newsarchive.cols_6 div.layout_latest {
    width: calc(100% / 6 - 5%);
    float: left;
    margin-right: 5%;
  }
  .mod_newslist.cols_6 div.layout_short:nth-of-type(1n),
  .mod_newslist.cols_6 div.layout_latest:nth-of-type(1n),
  .mod_newsarchive.cols_6 div.layout_short:nth-of-type(1n),
  .mod_newsarchive.cols_6 div.layout_latest:nth-of-type(1n) {
    margin-right: 5%;
    clear: none;
  }
  .mod_newslist.cols_6 div.layout_short:nth-of-type(6n+6),
  .mod_newslist.cols_6 div.layout_latest:nth-of-type(6n+6),
  .mod_newsarchive.cols_6 div.layout_short:nth-of-type(6n+6),
  .mod_newsarchive.cols_6 div.layout_latest:nth-of-type(6n+6) {
    margin-right: 0;
    width: calc(100% / 6 - 5%);
  }
  .mod_newslist.cols_6 div.layout_short:nth-of-type(6n+1),
  .mod_newslist.cols_6 div.layout_latest:nth-of-type(6n+1),
  .mod_newsarchive.cols_6 div.layout_short:nth-of-type(6n+1),
  .mod_newsarchive.cols_6 div.layout_latest:nth-of-type(6n+1) {
    clear: both;
  }
}
@media (min-width: 768px) {
  .mod_newslist.cols_1 div.layout_short,
  .mod_newslist.cols_1 div.layout_latest,
  .mod_newsarchive.cols_1 div.layout_short,
  .mod_newsarchive.cols_1 div.layout_latest {
    display: block;
    width: 100%;
  }
  .mod_newslist.cols_1 div.layout_short:nth-of-type(1n),
  .mod_newslist.cols_1 div.layout_latest:nth-of-type(1n),
  .mod_newsarchive.cols_1 div.layout_short:nth-of-type(1n),
  .mod_newsarchive.cols_1 div.layout_latest:nth-of-type(1n) {
    margin-right: 5%;
    clear: none;
  }
  .mod_newslist.cols_2 div.layout_short,
  .mod_newslist.cols_2 div.layout_latest,
  .mod_newsarchive.cols_2 div.layout_short,
  .mod_newsarchive.cols_2 div.layout_latest {
    width: calc(100% / 2 - 5%);
    float: left;
    margin-right: 5%;
  }
  .mod_newslist.cols_2 div.layout_short:nth-of-type(1n),
  .mod_newslist.cols_2 div.layout_latest:nth-of-type(1n),
  .mod_newsarchive.cols_2 div.layout_short:nth-of-type(1n),
  .mod_newsarchive.cols_2 div.layout_latest:nth-of-type(1n) {
    margin-right: 5%;
    clear: none;
  }
  .mod_newslist.cols_2 div.layout_short:nth-of-type(2n+2),
  .mod_newslist.cols_2 div.layout_latest:nth-of-type(2n+2),
  .mod_newsarchive.cols_2 div.layout_short:nth-of-type(2n+2),
  .mod_newsarchive.cols_2 div.layout_latest:nth-of-type(2n+2) {
    margin-right: 0;
    width: calc(100% / 2 - 5%);
  }
  .mod_newslist.cols_2 div.layout_short:nth-of-type(2n+1),
  .mod_newslist.cols_2 div.layout_latest:nth-of-type(2n+1),
  .mod_newsarchive.cols_2 div.layout_short:nth-of-type(2n+1),
  .mod_newsarchive.cols_2 div.layout_latest:nth-of-type(2n+1) {
    clear: both;
  }
  .mod_newslist.cols_3 div.layout_short,
  .mod_newslist.cols_3 div.layout_latest,
  .mod_newsarchive.cols_3 div.layout_short,
  .mod_newsarchive.cols_3 div.layout_latest {
    width: calc(100% / 2 - 5%);
    float: left;
    margin-right: 5%;
  }
  .mod_newslist.cols_3 div.layout_short:nth-of-type(1n),
  .mod_newslist.cols_3 div.layout_latest:nth-of-type(1n),
  .mod_newsarchive.cols_3 div.layout_short:nth-of-type(1n),
  .mod_newsarchive.cols_3 div.layout_latest:nth-of-type(1n) {
    margin-right: 5%;
    clear: none;
  }
  .mod_newslist.cols_3 div.layout_short:nth-of-type(2n+2),
  .mod_newslist.cols_3 div.layout_latest:nth-of-type(2n+2),
  .mod_newsarchive.cols_3 div.layout_short:nth-of-type(2n+2),
  .mod_newsarchive.cols_3 div.layout_latest:nth-of-type(2n+2) {
    margin-right: 0;
    width: calc(100% / 2 - 5%);
  }
  .mod_newslist.cols_3 div.layout_short:nth-of-type(2n+1),
  .mod_newslist.cols_3 div.layout_latest:nth-of-type(2n+1),
  .mod_newsarchive.cols_3 div.layout_short:nth-of-type(2n+1),
  .mod_newsarchive.cols_3 div.layout_latest:nth-of-type(2n+1) {
    clear: both;
  }
  .mod_newslist.cols_4 div.layout_short,
  .mod_newslist.cols_4 div.layout_latest,
  .mod_newsarchive.cols_4 div.layout_short,
  .mod_newsarchive.cols_4 div.layout_latest {
    width: calc(100% / 4 - 5%);
    float: left;
    margin-right: 5%;
  }
  .mod_newslist.cols_4 div.layout_short:nth-of-type(1n),
  .mod_newslist.cols_4 div.layout_latest:nth-of-type(1n),
  .mod_newsarchive.cols_4 div.layout_short:nth-of-type(1n),
  .mod_newsarchive.cols_4 div.layout_latest:nth-of-type(1n) {
    margin-right: 5%;
    clear: none;
  }
  .mod_newslist.cols_4 div.layout_short:nth-of-type(4n+4),
  .mod_newslist.cols_4 div.layout_latest:nth-of-type(4n+4),
  .mod_newsarchive.cols_4 div.layout_short:nth-of-type(4n+4),
  .mod_newsarchive.cols_4 div.layout_latest:nth-of-type(4n+4) {
    margin-right: 0;
    width: calc(100% / 4 - 5%);
  }
  .mod_newslist.cols_4 div.layout_short:nth-of-type(4n+1),
  .mod_newslist.cols_4 div.layout_latest:nth-of-type(4n+1),
  .mod_newsarchive.cols_4 div.layout_short:nth-of-type(4n+1),
  .mod_newsarchive.cols_4 div.layout_latest:nth-of-type(4n+1) {
    clear: both;
  }
  .mod_newslist.cols_5 div.layout_short,
  .mod_newslist.cols_5 div.layout_latest,
  .mod_newsarchive.cols_5 div.layout_short,
  .mod_newsarchive.cols_5 div.layout_latest {
    width: calc(100% / 5 - 5%);
    float: left;
    margin-right: 5%;
  }
  .mod_newslist.cols_5 div.layout_short:nth-of-type(1n),
  .mod_newslist.cols_5 div.layout_latest:nth-of-type(1n),
  .mod_newsarchive.cols_5 div.layout_short:nth-of-type(1n),
  .mod_newsarchive.cols_5 div.layout_latest:nth-of-type(1n) {
    margin-right: 5%;
    clear: none;
  }
  .mod_newslist.cols_5 div.layout_short:nth-of-type(5n+5),
  .mod_newslist.cols_5 div.layout_latest:nth-of-type(5n+5),
  .mod_newsarchive.cols_5 div.layout_short:nth-of-type(5n+5),
  .mod_newsarchive.cols_5 div.layout_latest:nth-of-type(5n+5) {
    margin-right: 0;
    width: calc(100% / 5 - 5%);
  }
  .mod_newslist.cols_5 div.layout_short:nth-of-type(5n+1),
  .mod_newslist.cols_5 div.layout_latest:nth-of-type(5n+1),
  .mod_newsarchive.cols_5 div.layout_short:nth-of-type(5n+1),
  .mod_newsarchive.cols_5 div.layout_latest:nth-of-type(5n+1) {
    clear: both;
  }
  .mod_newslist.cols_6 div.layout_short,
  .mod_newslist.cols_6 div.layout_latest,
  .mod_newsarchive.cols_6 div.layout_short,
  .mod_newsarchive.cols_6 div.layout_latest {
    width: calc(100% / 6 - 5%);
    float: left;
    margin-right: 5%;
  }
  .mod_newslist.cols_6 div.layout_short:nth-of-type(1n),
  .mod_newslist.cols_6 div.layout_latest:nth-of-type(1n),
  .mod_newsarchive.cols_6 div.layout_short:nth-of-type(1n),
  .mod_newsarchive.cols_6 div.layout_latest:nth-of-type(1n) {
    margin-right: 5%;
    clear: none;
  }
  .mod_newslist.cols_6 div.layout_short:nth-of-type(6n+6),
  .mod_newslist.cols_6 div.layout_latest:nth-of-type(6n+6),
  .mod_newsarchive.cols_6 div.layout_short:nth-of-type(6n+6),
  .mod_newsarchive.cols_6 div.layout_latest:nth-of-type(6n+6) {
    margin-right: 0;
    width: calc(100% / 6 - 5%);
  }
  .mod_newslist.cols_6 div.layout_short:nth-of-type(6n+1),
  .mod_newslist.cols_6 div.layout_latest:nth-of-type(6n+1),
  .mod_newsarchive.cols_6 div.layout_short:nth-of-type(6n+1),
  .mod_newsarchive.cols_6 div.layout_latest:nth-of-type(6n+1) {
    clear: both;
  }
}
@media (min-width: 992px) {
  .mod_newslist.cols_1 div.layout_short,
  .mod_newslist.cols_1 div.layout_latest,
  .mod_newsarchive.cols_1 div.layout_short,
  .mod_newsarchive.cols_1 div.layout_latest {
    display: block;
    width: 100%;
  }
  .mod_newslist.cols_1 div.layout_short:nth-of-type(1n),
  .mod_newslist.cols_1 div.layout_latest:nth-of-type(1n),
  .mod_newsarchive.cols_1 div.layout_short:nth-of-type(1n),
  .mod_newsarchive.cols_1 div.layout_latest:nth-of-type(1n) {
    margin-right: 5%;
    clear: none;
  }
  .mod_newslist.cols_2 div.layout_short,
  .mod_newslist.cols_2 div.layout_latest,
  .mod_newsarchive.cols_2 div.layout_short,
  .mod_newsarchive.cols_2 div.layout_latest {
    width: calc(100% / 2 - 5%);
    float: left;
    margin-right: 5%;
  }
  .mod_newslist.cols_2 div.layout_short:nth-of-type(1n),
  .mod_newslist.cols_2 div.layout_latest:nth-of-type(1n),
  .mod_newsarchive.cols_2 div.layout_short:nth-of-type(1n),
  .mod_newsarchive.cols_2 div.layout_latest:nth-of-type(1n) {
    margin-right: 5%;
    clear: none;
  }
  .mod_newslist.cols_2 div.layout_short:nth-of-type(2n+2),
  .mod_newslist.cols_2 div.layout_latest:nth-of-type(2n+2),
  .mod_newsarchive.cols_2 div.layout_short:nth-of-type(2n+2),
  .mod_newsarchive.cols_2 div.layout_latest:nth-of-type(2n+2) {
    margin-right: 0;
    width: calc(100% / 2 - 5%);
  }
  .mod_newslist.cols_2 div.layout_short:nth-of-type(2n+1),
  .mod_newslist.cols_2 div.layout_latest:nth-of-type(2n+1),
  .mod_newsarchive.cols_2 div.layout_short:nth-of-type(2n+1),
  .mod_newsarchive.cols_2 div.layout_latest:nth-of-type(2n+1) {
    clear: both;
  }
  .mod_newslist.cols_3 div.layout_short,
  .mod_newslist.cols_3 div.layout_latest,
  .mod_newsarchive.cols_3 div.layout_short,
  .mod_newsarchive.cols_3 div.layout_latest {
    width: calc(100% / 2 - 5%);
    float: left;
    margin-right: 5%;
  }
  .mod_newslist.cols_3 div.layout_short:nth-of-type(1n),
  .mod_newslist.cols_3 div.layout_latest:nth-of-type(1n),
  .mod_newsarchive.cols_3 div.layout_short:nth-of-type(1n),
  .mod_newsarchive.cols_3 div.layout_latest:nth-of-type(1n) {
    margin-right: 5%;
    clear: none;
  }
  .mod_newslist.cols_3 div.layout_short:nth-of-type(2n+2),
  .mod_newslist.cols_3 div.layout_latest:nth-of-type(2n+2),
  .mod_newsarchive.cols_3 div.layout_short:nth-of-type(2n+2),
  .mod_newsarchive.cols_3 div.layout_latest:nth-of-type(2n+2) {
    margin-right: 0;
    width: calc(100% / 2 - 5%);
  }
  .mod_newslist.cols_3 div.layout_short:nth-of-type(2n+1),
  .mod_newslist.cols_3 div.layout_latest:nth-of-type(2n+1),
  .mod_newsarchive.cols_3 div.layout_short:nth-of-type(2n+1),
  .mod_newsarchive.cols_3 div.layout_latest:nth-of-type(2n+1) {
    clear: both;
  }
  .mod_newslist.cols_4 div.layout_short,
  .mod_newslist.cols_4 div.layout_latest,
  .mod_newsarchive.cols_4 div.layout_short,
  .mod_newsarchive.cols_4 div.layout_latest {
    width: calc(100% / 4 - 5%);
    float: left;
    margin-right: 5%;
  }
  .mod_newslist.cols_4 div.layout_short:nth-of-type(1n),
  .mod_newslist.cols_4 div.layout_latest:nth-of-type(1n),
  .mod_newsarchive.cols_4 div.layout_short:nth-of-type(1n),
  .mod_newsarchive.cols_4 div.layout_latest:nth-of-type(1n) {
    margin-right: 5%;
    clear: none;
  }
  .mod_newslist.cols_4 div.layout_short:nth-of-type(4n+4),
  .mod_newslist.cols_4 div.layout_latest:nth-of-type(4n+4),
  .mod_newsarchive.cols_4 div.layout_short:nth-of-type(4n+4),
  .mod_newsarchive.cols_4 div.layout_latest:nth-of-type(4n+4) {
    margin-right: 0;
    width: calc(100% / 4 - 5%);
  }
  .mod_newslist.cols_4 div.layout_short:nth-of-type(4n+1),
  .mod_newslist.cols_4 div.layout_latest:nth-of-type(4n+1),
  .mod_newsarchive.cols_4 div.layout_short:nth-of-type(4n+1),
  .mod_newsarchive.cols_4 div.layout_latest:nth-of-type(4n+1) {
    clear: both;
  }
  .mod_newslist.cols_5 div.layout_short,
  .mod_newslist.cols_5 div.layout_latest,
  .mod_newsarchive.cols_5 div.layout_short,
  .mod_newsarchive.cols_5 div.layout_latest {
    width: calc(100% / 5 - 5%);
    float: left;
    margin-right: 5%;
  }
  .mod_newslist.cols_5 div.layout_short:nth-of-type(1n),
  .mod_newslist.cols_5 div.layout_latest:nth-of-type(1n),
  .mod_newsarchive.cols_5 div.layout_short:nth-of-type(1n),
  .mod_newsarchive.cols_5 div.layout_latest:nth-of-type(1n) {
    margin-right: 5%;
    clear: none;
  }
  .mod_newslist.cols_5 div.layout_short:nth-of-type(5n+5),
  .mod_newslist.cols_5 div.layout_latest:nth-of-type(5n+5),
  .mod_newsarchive.cols_5 div.layout_short:nth-of-type(5n+5),
  .mod_newsarchive.cols_5 div.layout_latest:nth-of-type(5n+5) {
    margin-right: 0;
    width: calc(100% / 5 - 5%);
  }
  .mod_newslist.cols_5 div.layout_short:nth-of-type(5n+1),
  .mod_newslist.cols_5 div.layout_latest:nth-of-type(5n+1),
  .mod_newsarchive.cols_5 div.layout_short:nth-of-type(5n+1),
  .mod_newsarchive.cols_5 div.layout_latest:nth-of-type(5n+1) {
    clear: both;
  }
  .mod_newslist.cols_6 div.layout_short,
  .mod_newslist.cols_6 div.layout_latest,
  .mod_newsarchive.cols_6 div.layout_short,
  .mod_newsarchive.cols_6 div.layout_latest {
    width: calc(100% / 6 - 5%);
    float: left;
    margin-right: 5%;
  }
  .mod_newslist.cols_6 div.layout_short:nth-of-type(1n),
  .mod_newslist.cols_6 div.layout_latest:nth-of-type(1n),
  .mod_newsarchive.cols_6 div.layout_short:nth-of-type(1n),
  .mod_newsarchive.cols_6 div.layout_latest:nth-of-type(1n) {
    margin-right: 5%;
    clear: none;
  }
  .mod_newslist.cols_6 div.layout_short:nth-of-type(6n+6),
  .mod_newslist.cols_6 div.layout_latest:nth-of-type(6n+6),
  .mod_newsarchive.cols_6 div.layout_short:nth-of-type(6n+6),
  .mod_newsarchive.cols_6 div.layout_latest:nth-of-type(6n+6) {
    margin-right: 0;
    width: calc(100% / 6 - 5%);
  }
  .mod_newslist.cols_6 div.layout_short:nth-of-type(6n+1),
  .mod_newslist.cols_6 div.layout_latest:nth-of-type(6n+1),
  .mod_newsarchive.cols_6 div.layout_short:nth-of-type(6n+1),
  .mod_newsarchive.cols_6 div.layout_latest:nth-of-type(6n+1) {
    clear: both;
  }
}
@media (min-width: 1120px) {
  .mod_newslist.cols_1 div.layout_short,
  .mod_newslist.cols_1 div.layout_latest,
  .mod_newsarchive.cols_1 div.layout_short,
  .mod_newsarchive.cols_1 div.layout_latest {
    display: block;
    width: 100%;
  }
  .mod_newslist.cols_1 div.layout_short:nth-of-type(1n),
  .mod_newslist.cols_1 div.layout_latest:nth-of-type(1n),
  .mod_newsarchive.cols_1 div.layout_short:nth-of-type(1n),
  .mod_newsarchive.cols_1 div.layout_latest:nth-of-type(1n) {
    margin-right: 5%;
    clear: none;
  }
  .mod_newslist.cols_2 div.layout_short,
  .mod_newslist.cols_2 div.layout_latest,
  .mod_newsarchive.cols_2 div.layout_short,
  .mod_newsarchive.cols_2 div.layout_latest {
    width: calc(100% / 2 - 5%);
    float: left;
    margin-right: 5%;
  }
  .mod_newslist.cols_2 div.layout_short:nth-of-type(1n),
  .mod_newslist.cols_2 div.layout_latest:nth-of-type(1n),
  .mod_newsarchive.cols_2 div.layout_short:nth-of-type(1n),
  .mod_newsarchive.cols_2 div.layout_latest:nth-of-type(1n) {
    margin-right: 5%;
    clear: none;
  }
  .mod_newslist.cols_2 div.layout_short:nth-of-type(2n+2),
  .mod_newslist.cols_2 div.layout_latest:nth-of-type(2n+2),
  .mod_newsarchive.cols_2 div.layout_short:nth-of-type(2n+2),
  .mod_newsarchive.cols_2 div.layout_latest:nth-of-type(2n+2) {
    margin-right: 0;
    width: calc(100% / 2 - 5%);
  }
  .mod_newslist.cols_2 div.layout_short:nth-of-type(2n+1),
  .mod_newslist.cols_2 div.layout_latest:nth-of-type(2n+1),
  .mod_newsarchive.cols_2 div.layout_short:nth-of-type(2n+1),
  .mod_newsarchive.cols_2 div.layout_latest:nth-of-type(2n+1) {
    clear: both;
  }
  .mod_newslist.cols_3 div.layout_short,
  .mod_newslist.cols_3 div.layout_latest,
  .mod_newsarchive.cols_3 div.layout_short,
  .mod_newsarchive.cols_3 div.layout_latest {
    width: calc(100% / 3 - 5%);
    float: left;
    margin-right: 5%;
  }
  .mod_newslist.cols_3 div.layout_short:nth-of-type(1n),
  .mod_newslist.cols_3 div.layout_latest:nth-of-type(1n),
  .mod_newsarchive.cols_3 div.layout_short:nth-of-type(1n),
  .mod_newsarchive.cols_3 div.layout_latest:nth-of-type(1n) {
    margin-right: 5%;
    clear: none;
  }
  .mod_newslist.cols_3 div.layout_short:nth-of-type(3n+3),
  .mod_newslist.cols_3 div.layout_latest:nth-of-type(3n+3),
  .mod_newsarchive.cols_3 div.layout_short:nth-of-type(3n+3),
  .mod_newsarchive.cols_3 div.layout_latest:nth-of-type(3n+3) {
    margin-right: 0;
    width: calc(100% / 3 - 5%);
  }
  .mod_newslist.cols_3 div.layout_short:nth-of-type(3n+1),
  .mod_newslist.cols_3 div.layout_latest:nth-of-type(3n+1),
  .mod_newsarchive.cols_3 div.layout_short:nth-of-type(3n+1),
  .mod_newsarchive.cols_3 div.layout_latest:nth-of-type(3n+1) {
    clear: both;
  }
  .mod_newslist.cols_4 div.layout_short,
  .mod_newslist.cols_4 div.layout_latest,
  .mod_newsarchive.cols_4 div.layout_short,
  .mod_newsarchive.cols_4 div.layout_latest {
    width: calc(100% / 4 - 5%);
    float: left;
    margin-right: 5%;
  }
  .mod_newslist.cols_4 div.layout_short:nth-of-type(1n),
  .mod_newslist.cols_4 div.layout_latest:nth-of-type(1n),
  .mod_newsarchive.cols_4 div.layout_short:nth-of-type(1n),
  .mod_newsarchive.cols_4 div.layout_latest:nth-of-type(1n) {
    margin-right: 5%;
    clear: none;
  }
  .mod_newslist.cols_4 div.layout_short:nth-of-type(4n+4),
  .mod_newslist.cols_4 div.layout_latest:nth-of-type(4n+4),
  .mod_newsarchive.cols_4 div.layout_short:nth-of-type(4n+4),
  .mod_newsarchive.cols_4 div.layout_latest:nth-of-type(4n+4) {
    margin-right: 0;
    width: calc(100% / 4 - 5%);
  }
  .mod_newslist.cols_4 div.layout_short:nth-of-type(4n+1),
  .mod_newslist.cols_4 div.layout_latest:nth-of-type(4n+1),
  .mod_newsarchive.cols_4 div.layout_short:nth-of-type(4n+1),
  .mod_newsarchive.cols_4 div.layout_latest:nth-of-type(4n+1) {
    clear: both;
  }
  .mod_newslist.cols_5 div.layout_short,
  .mod_newslist.cols_5 div.layout_latest,
  .mod_newsarchive.cols_5 div.layout_short,
  .mod_newsarchive.cols_5 div.layout_latest {
    width: calc(100% / 5 - 5%);
    float: left;
    margin-right: 5%;
  }
  .mod_newslist.cols_5 div.layout_short:nth-of-type(1n),
  .mod_newslist.cols_5 div.layout_latest:nth-of-type(1n),
  .mod_newsarchive.cols_5 div.layout_short:nth-of-type(1n),
  .mod_newsarchive.cols_5 div.layout_latest:nth-of-type(1n) {
    margin-right: 5%;
    clear: none;
  }
  .mod_newslist.cols_5 div.layout_short:nth-of-type(5n+5),
  .mod_newslist.cols_5 div.layout_latest:nth-of-type(5n+5),
  .mod_newsarchive.cols_5 div.layout_short:nth-of-type(5n+5),
  .mod_newsarchive.cols_5 div.layout_latest:nth-of-type(5n+5) {
    margin-right: 0;
    width: calc(100% / 5 - 5%);
  }
  .mod_newslist.cols_5 div.layout_short:nth-of-type(5n+1),
  .mod_newslist.cols_5 div.layout_latest:nth-of-type(5n+1),
  .mod_newsarchive.cols_5 div.layout_short:nth-of-type(5n+1),
  .mod_newsarchive.cols_5 div.layout_latest:nth-of-type(5n+1) {
    clear: both;
  }
  .mod_newslist.cols_6 div.layout_short,
  .mod_newslist.cols_6 div.layout_latest,
  .mod_newsarchive.cols_6 div.layout_short,
  .mod_newsarchive.cols_6 div.layout_latest {
    width: calc(100% / 6 - 5%);
    float: left;
    margin-right: 5%;
  }
  .mod_newslist.cols_6 div.layout_short:nth-of-type(1n),
  .mod_newslist.cols_6 div.layout_latest:nth-of-type(1n),
  .mod_newsarchive.cols_6 div.layout_short:nth-of-type(1n),
  .mod_newsarchive.cols_6 div.layout_latest:nth-of-type(1n) {
    margin-right: 5%;
    clear: none;
  }
  .mod_newslist.cols_6 div.layout_short:nth-of-type(6n+6),
  .mod_newslist.cols_6 div.layout_latest:nth-of-type(6n+6),
  .mod_newsarchive.cols_6 div.layout_short:nth-of-type(6n+6),
  .mod_newsarchive.cols_6 div.layout_latest:nth-of-type(6n+6) {
    margin-right: 0;
    width: calc(100% / 6 - 5%);
  }
  .mod_newslist.cols_6 div.layout_short:nth-of-type(6n+1),
  .mod_newslist.cols_6 div.layout_latest:nth-of-type(6n+1),
  .mod_newsarchive.cols_6 div.layout_short:nth-of-type(6n+1),
  .mod_newsarchive.cols_6 div.layout_latest:nth-of-type(6n+1) {
    clear: both;
  }
}
/* Accordion
** -------------------------------------------
*/
*:focus,
*:active {
  outline: none !important;
}

.ce_accordion {
  overflow: hidden;
  margin-bottom: 10px;
  border: 1px solid #eee;
}
.ce_accordion .toggler {
  color: #404040;
}
.ce_accordion .toggler {
  background-color: #e6e6e6;
  background: linear-gradient(#ffffff, #e6e6e6);
  padding: 6px 8px;
  position: relative;
  padding-right: 40px;
}
.ce_accordion .toggler:hover {
  cursor: pointer;
}
.ce_accordion .toggler:after {
  content: "\f105";
  color: #005ca9;
  font-size: 18px;
  line-height: 22px;
  font-family: "FontAwesome";
  position: absolute;
  right: 8px;
}
.ce_accordion .toggler.active:after {
  content: "\f107";
}
.ce_accordion .accordion {
  overflow: hidden;
}
.ce_accordion .accordion h1:first-child,
.ce_accordion .accordion h2:first-child,
.ce_accordion .accordion h3:first-child,
.ce_accordion .accordion h4:first-child,
.ce_accordion .accordion h5:first-child,
.ce_accordion .accordion h6:first-child {
  margin-top: 0;
}
.ce_accordion .accordion > div {
  padding: 8px;
}

form {
  width: 100%;
  background-color: #ffffff;
  padding: 1em;
}

/**
 * Fieldset
 */
button,
input,
optgroup,
select,
textarea {
  font-family: "Titillium Web", "Open Sans", Verdana, Arial, Helvetica, sans-serif;
}

fieldset {
  margin: 0 0 11px;
  min-width: 0;
  padding: 3px 12px;
  position: relative;
  border: none;
}
fieldset legend {
  display: block;
  font-weight: 400;
  margin-bottom: 0px;
  min-width: 35%;
  width: auto;
  padding: 5px 5px 5px 0px;
  text-transform: uppercase;
  font-size: 22px;
}

/**
 * Label
 */
label {
  margin: 0 0 0.5em 0;
  display: block;
}

/**
 * Textfelder und Textareas
 */
input[type=text], input[type=password], input[type=date], input[type=datetime], input[type=email],
input[type=number], input[type=search], input[type=tel], input[type=time], input[type=url], input:not([type]), textarea, select[multiple] {
  width: 100%;
  max-width: 450px;
  line-height: inherit;
  padding: 10px 1em;
  margin-bottom: 11px;
  display: inline-block;
  background: #fff;
  color: #404040;
  border: 1px solid #f0f0f0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 20px;
  box-shadow: inset 0 0 1px 1px rgb(238, 238, 238);
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
  -moz-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  transition-timing-function: linear;
  box-sizing: border-box;
}

input[type=text]:focus, input[type=password]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=email]:focus,
input[type=number]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=time]:focus, input[type=url]:focus, input:not([type]):focus, textarea:focus, select[multiple]:focus {
  outline: 0;
  background: #fff;
  border-color: #005ca9;
}

/**
 * Fix some width and height settings
 */
input[type=file] {
  cursor: pointer;
}

select, input[type=file] {
  display: block;
  margin-bottom: 11px;
  width: auto;
}

input[type=file], input[type=image], input[type=submit], input[type=reset], input[type=button], input[type=radio], input[type=checkbox] {
  width: auto;
  margin-bottom: 11px;
}

textarea, select[multiple], select[size] {
  height: auto;
  width: 100%;
  color: #404040;
}

/**
 * Checkboxes and radio buttons
 */
input[type=radio], input[type=checkbox] {
  margin: 0 3px 0 0;
}

input[type=radio], input[type=checkbox], label {
  vertical-align: middle;
}

.checkbox_container span,
.radio_container span {
  display: block;
  margin-bottom: 5.5px !important;
  margin-right: 10px;
  padding: 1px;
}

fieldset.radio_container,
fieldset.checkbox_container {
  border: none !important;
  padding: 0 !important;
  background-color: transparent;
}
fieldset.radio_container legend,
fieldset.checkbox_container legend {
  font-weight: normal;
  margin-bottom: 0px;
  width: 100%;
  border: none;
  border-radius: 0 !important;
  padding: 0 !important;
  background-color: transparent !important;
}
fieldset.radio_container span,
fieldset.checkbox_container span {
  margin-bottom: 22px;
}
fieldset.radio_container.list-vertical span,
fieldset.checkbox_container.list-vertical span {
  display: block;
}
fieldset.radio_container label,
fieldset.checkbox_container label {
  display: inline !important;
}

div.checkbox_container label {
  display: inline;
}

/**
 * Handle disabled and read-only
 */
input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
  cursor: not-allowed;
  background: #f0f0f0;
}

input[type=radio][disabled], input[type=checkbox][disabled], input[type=radio][readonly], input[type=checkbox][readonly] {
  background: transparent;
}

input[type=checkbox] {
  /*display: none;*/
  opacity: 0;
  margin-left: -3rem;
  margin-right: 1rem;
}

input[type=checkbox] + label::before {
  width: 23px;
  height: 23px;
  background-image: url("/files/themes/fhb/images/svg-icons/checkbox-unchecked.svg");
  background-repeat: no-repeat;
  display: block;
  content: "";
  float: left;
  margin-right: 13px;
}

input[type=checkbox]:checked + label::before {
  background-image: url("/files/themes/fhb/images/svg-icons/checkbox-checked.svg");
}

/* remove standard-styles */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  font-size: 1em;
  width: 100%;
}

/* styling */
select {
  box-sizing: border-box;
  line-height: inherit;
  margin-bottom: 15px;
  display: inline-block;
  border: 1px solid #f0f0f0;
  border-radius: 24px;
  box-shadow: inset 0 0 1px 1px rgb(238, 238, 238);
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
  -moz-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  transition-timing-function: linear;
  width: 100%;
  max-width: 450px;
  background-color: #ffffff;
  background-image: url(/files/themes/fhb/images/select-arrow.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: 20px;
  padding: 0.63em 1.5em 0.62em 1em;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

select:focus {
  outline: none;
  background-color: #fcfcfc;
  border-color: #005ca9;
}

select:hover {
  box-shadow: 0 0 1px 1px #eeeeee inset;
}

/* hide browser-styling (arrow) in IE10 */
select::-ms-expand {
  display: none;
}

body.ie8 select,
body.ie9 select {
  background-image: none;
}

option:focus {
  outline: none;
}

option {
  background: #fcfcfc;
  padding: 0.2em 1em 0.2em 1em;
}

/**
 * Buttons
 */
input[type=submit],
button[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-decoration: none;
  display: inline-block;
  border-radius: 24px;
  padding: 3px 12px;
  margin-top: 11px;
  margin-bottom: 11px;
  text-align: center;
  color: #ffffff !important;
  cursor: pointer;
  border: 1px dashed #005ca9;
  background: #005ca9;
  -webkit-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.15s;
  -moz-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  transition-timing-function: linear;
  box-sizing: border-box;
  font-weight: 600;
  font-size: 16px;
  line-height: inherit;
  vertical-align: text-bottom;
  text-transform: uppercase;
}

input[type=submit]:hover,
button[type=submit]:hover,
input[type=submit]:active,
button[type=submit]:active {
  text-decoration: none;
  background-image: none;
  background-color: #7295CD;
  color: #ffffff !important;
  border-color: #7295CD;
}

.button-fullsize input[type=button],
.button-fullsize input[type=submit],
.button-fullsize button[type=submit],
.button-fullsize a.button,
.button-fullsize span.button a,
.button-fullsize .ce_hyperlink.button a {
  width: 100% !important;
}

input.short {
  width: 200px;
}

input.middle {
  width: 400px;
}

form .explanation {
  font-size: 0.9em;
}

form .widget-submit {
  clear: both;
}

.button-right,
form .widget-submit .button-right {
  float: right;
}

.button-right input[type=button],
.button-right input[type=submit],
.button-right button[type=submit],
.button-right a.button,
.button-right span.button a,
.button-right .ce_hyperlink.button a {
  float: right;
}

.button-default a:link, .mod_iso_productlist .product .submit_container .add_to_cart a:link, .mod_iso_productlist .product .details a a:link, .ce_dlh_googlemaps #confirm-googlemaps:after a:link,
.button-default a:visited,
.mod_iso_productlist .product .submit_container .add_to_cart a:visited,
.mod_iso_productlist .product .details a a:visited,
.ce_dlh_googlemaps #confirm-googlemaps:after a:visited {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-decoration: none;
  border-radius: 24px;
  background-color: #005ca9;
  color: #ffffff !important;
  text-align: center;
  display: inline-block;
  padding: 3px 12px;
  border: 1px dashed #005ca9;
  margin-top: 11px;
  margin-bottom: 11px;
  cursor: pointer;
  box-sizing: border-box;
  font-weight: 600;
  font-size: 16px;
  line-height: inherit;
  vertical-align: text-bottom;
  text-transform: uppercase;
  -webkit-transition-property: background, border;
  -moz-transition-property: background, border;
  transition-property: background, border;
  -webkit-transition-duration: 0.15s;
  -moz-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  transition-timing-function: linear;
}

.button-default a:hover, .mod_iso_productlist .product .submit_container .add_to_cart a:hover, .mod_iso_productlist .product .details a a:hover, .ce_dlh_googlemaps #confirm-googlemaps:after a:hover,
.button-default a:focus,
.mod_iso_productlist .product .submit_container .add_to_cart a:focus,
.mod_iso_productlist .product .details a a:focus,
.ce_dlh_googlemaps #confirm-googlemaps:after a:focus,
.button-default a:active,
.mod_iso_productlist .product .submit_container .add_to_cart a:active,
.mod_iso_productlist .product .details a a:active,
.ce_dlh_googlemaps #confirm-googlemaps:after a:active {
  background-image: none;
  background-color: #7295CD;
  color: #ffffff !important;
  border-color: #7295CD;
  border-width: 1px;
  padding: 3px 12px;
}

.button-default-outline a:link,
.button-default-outline a:visited {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-decoration: none;
  border-radius: 24px;
  background-color: transparent;
  color: #ffffff !important;
  text-align: center;
  display: inline-block;
  padding: 3px 12px;
  border: 1px dashed #ffffff;
  margin-top: 11px;
  margin-bottom: 11px;
  cursor: pointer;
  box-sizing: border-box;
  font-weight: 600;
  font-size: 16px;
  line-height: inherit;
  vertical-align: text-bottom;
  text-transform: uppercase;
}

.button-default-outline a:hover,
.button-default-outline a:focus,
.button-default-outline a:active {
  background-image: none;
  background-color: rgba(255, 255, 255, 0.5);
  color: #000000 !important;
  border-color: #ffffff;
  border-width: 1px;
  padding: 3px 12px;
}

.button-primary a:link,
.button-primary a:visited {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-decoration: none;
  border-radius: 24px;
  background-color: #005ca9;
  color: #ffffff !important;
  text-align: center;
  display: inline-block;
  padding: 3px 12px;
  border: 1px solid #005ca9;
  margin-top: 11px;
  margin-bottom: 11px;
  cursor: pointer;
  box-sizing: border-box;
  font-weight: 600;
  font-size: 16px;
  line-height: inherit;
  vertical-align: text-bottom;
  text-transform: uppercase;
  -webkit-transition-property: background, border;
  -moz-transition-property: background, border;
  transition-property: background, border;
  -webkit-transition-duration: 0.15s;
  -moz-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  transition-timing-function: linear;
}

.button-primary a:hover,
.button-primary a:focus,
.button-primary a:active {
  background-image: none;
  background-color: #7295CD;
  color: #ffffff !important;
  border-color: #7295CD;
  border-width: 1px;
  padding: 3px 12px;
}

.button-outline-primary a:link,
.button-outline-primary a:visited {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-decoration: none;
  border-radius: 24px;
  background-color: transparent;
  color: #005ca9 !important;
  text-align: center;
  display: inline-block;
  padding: 3px 12px;
  border: 1px dashed #005ca9;
  margin-top: 11px;
  margin-bottom: 11px;
  cursor: pointer;
  box-sizing: border-box;
  font-weight: 600;
  font-size: 16px;
  line-height: inherit;
  vertical-align: text-bottom;
  text-transform: uppercase;
}

.button-outline-primary a:hover,
.button-outline-primary a:focus,
.button-outline-primary a:active {
  background-image: none;
  background-color: #e6f0ff;
  color: #005ca9 !important;
  border-color: #7295CD;
  border-width: 1px;
  padding: 3px 12px;
}

.button-secondary a:link,
.button-secondary a:visited {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-decoration: none;
  border-radius: 24px;
  background-color: #004680;
  color: #ffffff !important;
  text-align: center;
  display: inline-block;
  padding: 3px 12px;
  border: 1px dashed #004680;
  margin-top: 11px;
  margin-bottom: 11px;
  cursor: pointer;
  box-sizing: border-box;
  font-weight: 600;
  font-size: 16px;
  line-height: inherit;
  vertical-align: text-bottom;
  text-transform: uppercase;
  -webkit-transition-property: background, border;
  -moz-transition-property: background, border;
  transition-property: background, border;
  -webkit-transition-duration: 0.15s;
  -moz-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  transition-timing-function: linear;
}

.button-secondary a:hover,
.button-secondary a:focus,
.button-secondary a:active {
  background-image: none;
  background-color: #003867;
  color: #ffffff !important;
  border-color: #003867;
  border-width: 1px;
  padding: 3px 12px;
}

.button-outline-secondary a:link,
.button-outline-secondary a:visited {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-decoration: none;
  border-radius: 24px;
  background-color: transparent;
  color: #004680 !important;
  text-align: center;
  display: inline-block;
  padding: 3px 12px;
  border: 1px dashed #004680;
  margin-top: 11px;
  margin-bottom: 11px;
  cursor: pointer;
  box-sizing: border-box;
  font-weight: 600;
  font-size: 16px;
  line-height: inherit;
  vertical-align: text-bottom;
  text-transform: uppercase;
}

.button-outline-secondary a:hover,
.button-outline-secondary a:focus,
.button-outline-secondary a:active {
  background-image: none;
  background-color: #004680;
  color: #ffffff !important;
  border-color: #004680;
  border-width: 1px;
  padding: 3px 12px;
}

.button-tertiary a:link,
.button-tertiary a:visited {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-decoration: none;
  border-radius: 24px;
  background-color: #e6f0ff;
  color: #ffffff !important;
  text-align: center;
  display: inline-block;
  padding: 3px 12px;
  border: 1px dashed #e6f0ff;
  margin-top: 11px;
  margin-bottom: 11px;
  cursor: pointer;
  box-sizing: border-box;
  font-weight: 600;
  font-size: 16px;
  line-height: inherit;
  vertical-align: text-bottom;
  text-transform: uppercase;
  -webkit-transition-property: background, border;
  -moz-transition-property: background, border;
  transition-property: background, border;
  -webkit-transition-duration: 0.15s;
  -moz-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  transition-timing-function: linear;
}

.button-tertiary a:hover,
.button-tertiary a:focus,
.button-tertiary a:active {
  background-image: none;
  background-color: #cde1ff;
  color: #ffffff !important;
  border-color: #cde1ff;
  border-width: 1px;
  padding: 3px 12px;
}

.button-outline-tertiary a:link,
.button-outline-tertiary a:visited {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-decoration: none;
  border-radius: 24px;
  background-color: transparent;
  color: #e6f0ff !important;
  text-align: center;
  display: inline-block;
  padding: 3px 12px;
  border: 1px dashed #e6f0ff;
  margin-top: 11px;
  margin-bottom: 11px;
  cursor: pointer;
  box-sizing: border-box;
  font-weight: 600;
  font-size: 16px;
  line-height: inherit;
  vertical-align: text-bottom;
  text-transform: uppercase;
}

.button-outline-tertiary a:hover,
.button-outline-tertiary a:focus,
.button-outline-tertiary a:active {
  background-image: none;
  background-color: #e6f0ff;
  color: #ffffff !important;
  border-color: #e6f0ff;
  border-width: 1px;
  padding: 3px 12px;
}

.button-tertiary a:link,
.button-tertiary a:visited {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-decoration: none;
  border-radius: 24px;
  background-color: #e6f0ff;
  color: #ffffff !important;
  text-align: center;
  display: inline-block;
  padding: 3px 12px;
  border: 1px dashed #e6f0ff;
  margin-top: 11px;
  margin-bottom: 11px;
  cursor: pointer;
  box-sizing: border-box;
  font-weight: 600;
  font-size: 16px;
  line-height: inherit;
  vertical-align: text-bottom;
  text-transform: uppercase;
  -webkit-transition-property: background, border;
  -moz-transition-property: background, border;
  transition-property: background, border;
  -webkit-transition-duration: 0.15s;
  -moz-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  transition-timing-function: linear;
}

.button-tertiary a:hover,
.button-tertiary a:focus,
.button-tertiary a:active {
  background-image: none;
  background-color: #cde1ff;
  color: #ffffff !important;
  border-color: #cde1ff;
  border-width: 1px;
  padding: 3px 12px;
}

.button-outline-tertiary a:link,
.button-outline-tertiary a:visited {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-decoration: none;
  border-radius: 24px;
  background-color: transparent;
  color: #e6f0ff !important;
  text-align: center;
  display: inline-block;
  padding: 3px 12px;
  border: 1px dashed #e6f0ff;
  margin-top: 11px;
  margin-bottom: 11px;
  cursor: pointer;
  box-sizing: border-box;
  font-weight: 600;
  font-size: 16px;
  line-height: inherit;
  vertical-align: text-bottom;
  text-transform: uppercase;
}

.button-outline-tertiary a:hover,
.button-outline-tertiary a:focus,
.button-outline-tertiary a:active {
  background-image: none;
  background-color: #e6f0ff;
  color: #ffffff !important;
  border-color: #e6f0ff;
  border-width: 1px;
  padding: 3px 12px;
}

.button-white a:link,
.button-white a:visited {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-decoration: none;
  border-radius: 24px;
  background-color: #ffffff;
  color: #000000 !important;
  text-align: center;
  display: inline-block;
  padding: 3px 12px;
  border: 1px dashed #ffffff;
  margin-top: 11px;
  margin-bottom: 11px;
  cursor: pointer;
  box-sizing: border-box;
  font-weight: 600;
  font-size: 16px;
  line-height: inherit;
  vertical-align: text-bottom;
  text-transform: uppercase;
  -webkit-transition-property: background, border;
  -moz-transition-property: background, border;
  transition-property: background, border;
  -webkit-transition-duration: 0.15s;
  -moz-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  transition-timing-function: linear;
}

.button-white a:hover,
.button-white a:focus,
.button-white a:active {
  background-image: none;
  background-color: #f2f2f2;
  color: #000000 !important;
  border-color: #f2f2f2;
  border-width: 1px;
  padding: 3px 12px;
}

.button-outline-white a:link,
.button-outline-white a:visited {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-decoration: none;
  border-radius: 24px;
  background-color: transparent;
  color: #ffffff !important;
  text-align: center;
  display: inline-block;
  padding: 3px 12px;
  border: 1px dashed #ffffff;
  margin-top: 11px;
  margin-bottom: 11px;
  cursor: pointer;
  box-sizing: border-box;
  font-weight: 600;
  font-size: 16px;
  line-height: inherit;
  vertical-align: text-bottom;
  text-transform: uppercase;
}

.button-outline-white a:hover,
.button-outline-white a:focus,
.button-outline-white a:active {
  background-image: none;
  background-color: rgba(217, 238, 255, 0.05);
  color: #D9EEFF !important;
  border-color: #D9EEFF;
  border-width: 1px;
  padding: 3px 12px;
}

.button-black a:link,
.button-black a:visited {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-decoration: none;
  border-radius: 24px;
  background-color: #000000;
  color: #ffffff !important;
  text-align: center;
  display: inline-block;
  padding: 3px 12px;
  border: 1px dashed #000000;
  margin-top: 11px;
  margin-bottom: 11px;
  cursor: pointer;
  box-sizing: border-box;
  font-weight: 600;
  font-size: 16px;
  line-height: inherit;
  vertical-align: text-bottom;
  text-transform: uppercase;
  -webkit-transition-property: background, border;
  -moz-transition-property: background, border;
  transition-property: background, border;
  -webkit-transition-duration: 0.15s;
  -moz-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  transition-timing-function: linear;
}

.button-black a:hover,
.button-black a:focus,
.button-black a:active {
  background-image: none;
  background-color: black;
  color: #ffffff !important;
  border-color: black;
  border-width: 1px;
  padding: 3px 12px;
}

.button-outline-black a:link,
.button-outline-black a:visited {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-decoration: none;
  border-radius: 24px;
  background-color: transparent;
  color: #000000 !important;
  text-align: center;
  display: inline-block;
  padding: 3px 12px;
  border: 1px dashed #000000;
  margin-top: 11px;
  margin-bottom: 11px;
  cursor: pointer;
  box-sizing: border-box;
  font-weight: 600;
  font-size: 16px;
  line-height: inherit;
  vertical-align: text-bottom;
  text-transform: uppercase;
}

.button-outline-black a:hover,
.button-outline-black a:focus,
.button-outline-black a:active {
  background-image: none;
  background-color: #000000;
  color: #ffffff !important;
  border-color: #000000;
  border-width: 1px;
  padding: 3px 12px;
}

.button-success a:link,
.button-success a:visited {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-decoration: none;
  border-radius: 24px;
  background-color: #5cb85c;
  color: #fff !important;
  text-align: center;
  display: inline-block;
  padding: 3px 12px;
  border: 1px dashed #4cae4c;
  margin-top: 11px;
  margin-bottom: 11px;
  cursor: pointer;
  box-sizing: border-box;
  font-weight: 600;
  font-size: 16px;
  line-height: inherit;
  vertical-align: text-bottom;
  text-transform: uppercase;
}

.button-success a:hover,
.button-success a:focus,
.button-success a:active {
  background-image: none;
  background-color: #4cae4c;
  color: #fff !important;
  border-color: #4cae4c;
  border-width: 1px;
  padding: 3px 12px;
}

.button-info a:link,
.button-info a:visited {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-decoration: none;
  border-radius: 24px;
  background-color: #5bc0de;
  color: #fff !important;
  text-align: center;
  display: inline-block;
  padding: 3px 12px;
  border: 1px dashed #46b8da;
  margin-top: 11px;
  margin-bottom: 11px;
  cursor: pointer;
  box-sizing: border-box;
  font-weight: 600;
  font-size: 16px;
  line-height: inherit;
  vertical-align: text-bottom;
  text-transform: uppercase;
}

.button-info a:hover,
.button-info a:focus,
.button-info a:active {
  background-image: none;
  background-color: #46b8da;
  color: #fff !important;
  border-color: #46b8da;
  border-width: 1px;
  padding: 3px 12px;
}

.button-warning a:link,
.button-warning a:visited {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-decoration: none;
  border-radius: 24px;
  background-color: #f0ad4e;
  color: #fff !important;
  text-align: center;
  display: inline-block;
  padding: 3px 12px;
  border: 1px dashed #eea236;
  margin-top: 11px;
  margin-bottom: 11px;
  cursor: pointer;
  box-sizing: border-box;
  font-weight: 600;
  font-size: 16px;
  line-height: inherit;
  vertical-align: text-bottom;
  text-transform: uppercase;
}

.button-warning a:hover,
.button-warning a:focus,
.button-warning a:active {
  background-image: none;
  background-color: #eea236;
  color: #fff !important;
  border-color: #eea236;
  border-width: 1px;
  padding: 3px 12px;
}

.button-danger a:link,
.button-danger a:visited {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-decoration: none;
  border-radius: 24px;
  background-color: #d9534f;
  color: #fff !important;
  text-align: center;
  display: inline-block;
  padding: 3px 12px;
  border: 1px dashed #d43f3a;
  margin-top: 11px;
  margin-bottom: 11px;
  cursor: pointer;
  box-sizing: border-box;
  font-weight: 600;
  font-size: 16px;
  line-height: inherit;
  vertical-align: text-bottom;
  text-transform: uppercase;
}

.button-danger a:hover,
.button-danger a:focus,
.button-danger a:active {
  background-image: none;
  background-color: #d43f3a;
  color: #fff !important;
  border-color: #d43f3a;
  border-width: 1px;
  padding: 3px 12px;
}

.button-disabled a:link,
.button-disabled a:visited {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-decoration: none;
  border-radius: 24px;
  background-color: #E4E4E4;
  color: #ffffff !important;
  text-align: center;
  display: inline-block;
  padding: 3px 12px;
  border: 1px dashed #E4E4E4;
  margin-top: 11px;
  margin-bottom: 11px;
  cursor: pointer;
  box-sizing: border-box;
  font-weight: 600;
  font-size: 16px;
  line-height: inherit;
  vertical-align: text-bottom;
  text-transform: uppercase;
}

.button-disabled a:hover,
.button-disabled a:focus,
.button-disabled a:active {
  background-image: none;
  background-color: #E4E4E4;
  color: #ffffff !important;
  border-color: #E4E4E4;
  border-width: 1px;
  padding: 3px 12px;
}

.fake-button-outline-primary {
  border-radius: 24px;
  background-color: #ffffff;
  color: #005ca9 !important;
  text-align: center;
  display: inline-block;
  padding: 3px 12px;
  border: 1px dashed #005ca9;
  cursor: pointer;
  box-sizing: border-box;
  font-weight: 600;
  font-size: inherit;
  line-height: inherit;
  vertical-align: text-bottom;
  text-transform: uppercase;
}

p.error {
  font-size: 14px;
  color: #d9534f;
}

.captcha_text {
  display: block;
  margin-bottom: 15px;
}

.dsgvo-checkbox {
  font-size: 0.9em;
}
.dsgvo-checkbox label {
  font-weight: normal !important;
}

@media (min-width: 768px) {
  input.captcha {
    float: left;
    max-width: 50%;
    margin-right: 11px;
  }
  .captcha_text {
    display: inline-block;
  }
  .checkbox_container span,
  .radio_container span {
    display: inline-block;
    margin-bottom: 5.5px !important;
  }
  .radio_container.radio-list span,
  .checkbox_container.checkbox-list span {
    display: block;
    margin-bottom: 5.5px !important;
  }
}
div.w30l, div.w30r,
div.w50l, div.w50r,
div.w70l, div.w70r {
  width: 100%;
}

@media (min-width: 768px) {
  div.w30l {
    width: 28%;
    float: left;
  }
  div.w30r {
    width: 28%;
    float: right;
  }
  div.w50l {
    width: 48%;
    float: left;
  }
  div.w50r {
    width: 48%;
    float: right;
  }
  div.w70l {
    width: 68%;
    float: left;
  }
  div.w70r {
    width: 68%;
    float: right;
  }
  div.w30r + div,
  div.w50r + div,
  div.w70r + div {
    clear: both;
  }
}
.widget-text.fancylabel {
  position: relative;
}

.widget-text.fancylabel label {
  position: absolute;
  z-index: 1;
  background: #fff;
  padding: 0 0.5em;
  font-size: 0.8em;
  top: -0.6em;
  left: 1em;
  transition: all 0.3s ease;
}

.widget-text.fancylabel label.like-placeholder {
  background: transparent;
  color: #666;
  font-size: 1em;
  top: 0.6em;
  left: 0.5em;
  cursor: text;
}

form .subcolumns {
  overflow: visible;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 26px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #005ca9;
}

input:focus + .slider {
  box-shadow: 0 0 1px #005ca9;
}

input:checked + .slider:before {
  -webkit-transform: translateX(14px);
  -ms-transform: translateX(14px);
  transform: translateX(14px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.dsgvohinweis .ce_text .text {
  padding-left: 36px;
}

#Anmeldeformular input.teilnehmeranzahl {
  width: 100px;
}

#Anmeldeformular div.plusminus {
  display: inline-block;
  margin-left: 20px;
}

#Anmeldeformular div.plusminus span.plus:hover {
  cursor: pointer;
}

#Anmeldeformular div.plusminus span.minus {
  margin-left: 20px;
}

#Anmeldeformular div.plusminus span.minus:hover {
  cursor: pointer;
}

@media (min-width: 768px) {
  #Anmeldeformular fieldset.teilnehmer_fs {
    display: flex;
  }
  #Anmeldeformular fieldset.teilnehmer_fs legend {
    font-size: 1.2em;
    text-transform: none;
  }
  #Anmeldeformular fieldset.teilnehmer_fs .widget.teilnehmer {
    width: 30%;
    margin-right: 3%;
  }
}
#suchfeld {
  display: none;
  height: 50px;
  background: none repeat scroll 0 0 #005399;
  border-radius: 0px;
  border: none;
  position: absolute;
  top: 32px;
  right: 10px;
  height: 30px;
  margin: 5px 5px 10px;
  width: 200px;
  z-index: 3;
}
#suchfeld input {
  border: none !important;
}
#suchfeld input::placeholder {
  color: white;
  font-weight: 300;
}
#suchfeld label {
  display: none;
}

@media (min-width: 768px) {
  #suchfeld {
    display: block;
  }
}
#suchfeld button.submit:hover {
  cursor: pointer;
}

#suchfeld button.submit:before {
  content: "\f002";
  font: 13px/1 "FontAwesome";
  margin-left: 5px;
  color: inherit;
  position: absolute;
  right: 0;
  top: 0;
  text-indent: 0px;
  line-height: 30px;
  width: 30px;
  height: 30px;
}

#suchfeld button.submit {
  background: none repeat scroll 0 0 transparent;
  box-shadow: none;
  border: none;
  color: inherit;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  text-indent: -9999px;
}

#suchfeld input.submit:hover, #suchfeld input.submit:focus {
  color: #fff;
}

#suchfeld input.text {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: none repeat scroll 0 0 transparent;
  border-color: #dadada;
  border-left-radius: 3px;
  border-right-radius: 0px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  box-shadow: none;
  color: #fff;
  height: 30px;
  padding: 0 35px 0 5px;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  box-sizing: border-box;
}

/* Suchmaschine
** -------------------------------------------
*/
.mod_search .context mark.highlight {
  background-color: #ffff00;
  border-bottom: 1px dotted #99A01E;
  padding: 0.2em;
}

.mod_search form {
  margin: 22px 0 11px;
}
.mod_search fieldset {
  border: none;
  margin: 11px 0;
}
.mod_search input.text {
  width: 400px;
  max-width: 60%;
  float: left;
  margin-right: 10px;
  margin-bottom: 0;
  padding-top: 3px;
  padding-bottom: 3px;
}
.mod_search .widget-submit {
  clear: inherit;
}
.mod_search button.submit {
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: middle;
  padding-top: 3px;
  padding-bottom: 3px;
  float: none;
  border: none;
}
.mod_search fieldset.radio_container {
  padding-left: 2px !important;
  clear: both;
}
.mod_search h3 {
  margin-top: 33px;
  margin-bottom: 11px;
}
.mod_search .context {
  font-size: 14px;
}
.mod_search .relevance {
  display: none;
}

/* Search Overlay
** -------------------------------------------
*/
#search-overlay-trigger {
  cursor: pointer;
}
#search-overlay-trigger::after {
  content: "\f002";
  display: block;
  color: #ffffff;
  font-family: "FontAwesome";
  font-size: 28px;
  position: absolute;
  right: 110px;
  text-align: center;
  top: 20px;
  width: 50px;
}

#page-overlay .inside {
  position: static;
}
#page-overlay .inside #search-overlay {
  display: none;
}
#page-overlay .inside #search-overlay.overlay-show {
  position: fixed;
  overflow: auto;
  padding: 150px 30px;
  background-color: #004680;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeInDown 0.5s;
}
#page-overlay .inside #search-overlay.overlay-show .overlay-content {
  max-width: 100%;
}
#page-overlay .inside #search-overlay.overlay-show .overlay-content h3 {
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 2em;
}
#page-overlay .inside #search-overlay.overlay-show .overlay-content .ce_form {
  position: relative;
  width: 400px;
  max-width: 100%;
}
#page-overlay .inside #search-overlay.overlay-show .search-overlay-close {
  position: absolute;
  top: 30px;
  right: 30px;
  color: #ffffff;
  cursor: pointer;
}
#page-overlay .inside #search-overlay.overlay-show .search-overlay-close .button {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1em;
  height: 50px;
  width: 50px;
  background-color: white;
  border-radius: 50%;
  color: #404040;
}
#page-overlay .inside #search-overlay.overlay-show .search-overlay-close .button:after {
  content: "\f00d";
  font: 20px/1 "FontAwesome";
  color: inherit;
  position: absolute;
  right: 17px;
  top: 14px;
  text-indent: 0px;
}

.mod_calendar table {
  width: 90%;
  color: #404040;
  background-color: none;
  font-size: inherit;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.mod_calendar table th,
.mod_calendar table td {
  padding: 4px 6px;
  text-align: center;
  border: 1px solid #e6e6e6;
  vertical-align: top;
  line-height: 200%;
}
.mod_calendar table td {
  background: linear-gradient(white, #e6e6e6);
}
.mod_calendar table.minicalendar {
  width: 90%;
  font-size: 0.8em;
}
.mod_calendar table.minicalendar th,
.mod_calendar table.minicalendar td {
  padding: 4px 6px;
  line-height: 200%;
}
.mod_calendar.calendar-center table {
  margin: 1.5em auto 1.5em;
}

.mod_eventlist h1,
.mod_eventlist .empty {
  display: none;
}
.mod_eventlist .header {
  background-color: #f1f1f1;
  padding: 0.3em;
  border-radius: 5px;
  display: inline-block;
  font-weight: bold;
  font-size: 0.85em;
  border: 1px solid lightgrey;
}
.mod_eventlist .layout_teaser.event,
.mod_eventlist .layout_list.event {
  margin-bottom: 22px;
}
.mod_eventlist .layout_list h3 {
  font-size: 1.5em;
}
.mod_eventlist .layout_list {
  padding: 10px;
  background-color: #F0F0F0;
  border-bottom: 5px solid #fff;
}
.mod_eventlisttime:before {
  content: "\f073";
  position: relative;
  top: -1px;
  font: normal normal normal 16px/1 fontawesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  display: inline-block;
  margin-right: 0.3em;
  text-align: center;
  vertical-align: baseline;
  width: 1.07143em;
}
.mod_eventlist .event h2 {
  margin-top: 0.5em;
}
.mod_eventlist .eventlist_mini .date {
  margin-top: 10px;
  display: block;
}

.mod_eventmenu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.mod_eventreader .event.layout_full .info {
  font-size: 1.2em;
  font-weight: bold;
}
.mod_eventreader .event.layout_full .info time:before {
  content: "\f073";
  position: relative;
  top: -1px;
  font: normal normal normal 16px/1 fontawesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  display: inline-block;
  margin-right: 0.3em;
  text-align: center;
  vertical-align: baseline;
  width: 1.07143em;
}
.mod_eventreader .event.layout_full .location {
  font-weight: bold;
}
.mod_eventreader .event.layout_full .location:before {
  content: "\f041";
  position: relative;
  top: -1px;
  font: normal normal normal 16px/1 fontawesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  display: inline-block;
  margin-right: 0.3em;
  text-align: center;
  vertical-align: baseline;
  width: 1.07143em;
}

.pagination {
  font-size: 0.9em;
}
.pagination p {
  margin: 44px 0 11px;
}
.pagination ul {
  display: inline-block;
  padding-left: 0;
  margin: 0;
  border-radius: 4px;
}
.pagination ul > li {
  display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span,
.pagination ul > li > strong {
  position: relative;
  float: left;
  padding: 5px 10px;
  line-height: 1.4;
  text-decoration: none;
  color: #005ca9;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span,
.pagination ul > li:first-child > strong {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span,
.pagination ul > li:last-child > strong {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination ul > li > a:hover, .pagination ul > li > a:focus,
.pagination ul > li > span:hover,
.pagination ul > li > span:focus,
.pagination ul > li > strong:hover,
.pagination ul > li > strong:focus {
  z-index: 3;
  color: #7295CD !important;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination ul > li span.current, .pagination ul > li span.current:hover, .pagination ul > li span.current:focus,
.pagination ul > li strong.active,
.pagination ul > li strong.active:hover,
.pagination ul > li strong.active:focus {
  z-index: 2;
  color: #7295CD !important;
  background-color: #ddd;
  border-color: #ddd;
  cursor: default;
}

@media (min-width: 768px) {
  .pagination {
    font-size: 16px;
  }
  .pagination ul li a,
  .pagination ul li span.current,
  .pagination ul li strong.active {
    padding: 3px 12px;
  }
}
.mod_faqlist ul {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}
.mod_faqlist ul li {
  border-bottom: 1px solid #f0f0f0;
  padding: 3px 0;
}

.mod_faqreader .image_container {
  width: 100%;
  height: auto;
  margin: 0 0 22px;
}
.mod_faqreader .image_container img {
  width: 100%;
  height: auto;
}
.mod_faqreader .image_container.float_left, .mod_faqreader .image_container.float_right {
  float: none;
}
.mod_faqreader .caption {
  font-size: 14px;
  line-height: 1.3333333;
}
@media (min-width: 480px) {
  .mod_faqreader .image_container {
    width: auto;
  }
  .mod_faqreader .image_container img {
    width: auto;
    height: auto;
  }
  .mod_faqreader .image_container.float_left {
    float: left;
    margin: 0 30px 18px 0;
  }
  .mod_faqreader .image_container.float_right {
    float: right;
    margin: 0 0 18px 30px;
  }
  .mod_faqreader .image_container.float_above {
    margin: 0 0 18px;
  }
  .mod_faqreader .image_container.float_below {
    margin: 18px 0 0;
  }
}
@media (min-width: 768px) {
  .mod_faqreader.img-center .image_container {
    text-align: center;
  }
  .mod_faqreader.img-center img {
    display: inline !important;
  }
}
.mod_faqreader .info {
  font-size: 14px;
}

.mod_faqpage .image_container {
  width: 100%;
  height: auto;
  margin: 0 0 22px;
}
.mod_faqpage .image_container img {
  width: 100%;
  height: auto;
}
.mod_faqpage .image_container.float_left, .mod_faqpage .image_container.float_right {
  float: none;
}
.mod_faqpage .caption {
  font-size: 14px;
  line-height: 1.3333333;
}
@media (min-width: 480px) {
  .mod_faqpage .image_container {
    width: auto;
  }
  .mod_faqpage .image_container img {
    width: auto;
    height: auto;
  }
  .mod_faqpage .image_container.float_left {
    float: left;
    margin: 0 30px 18px 0;
  }
  .mod_faqpage .image_container.float_right {
    float: right;
    margin: 0 0 18px 30px;
  }
  .mod_faqpage .image_container.float_above {
    margin: 0 0 18px;
  }
  .mod_faqpage .image_container.float_below {
    margin: 18px 0 0;
  }
}
@media (min-width: 768px) {
  .mod_faqpage.img-center .image_container {
    text-align: center;
  }
  .mod_faqpage.img-center img {
    display: inline !important;
  }
}
.mod_faqpage .info {
  font-size: 14px;
}

.mod_login {
  width: 100%;
  background-color: #f0f0f0;
  padding: 2em;
}

.mod_login .checkbox_container {
  margin-bottom: 22px;
}
.mod_login .checkbox_container label {
  display: inline !important;
}

#tl_registration table .col_0 {
  padding-right: 30px;
}

#tl_registration table input.captcha {
  float: left;
  max-width: 150px;
  margin-right: 10px;
}

#tl_registration table .captcha_text {
  float: left;
  font-size: 0.9em;
}

#tl_registration div.fields input.captcha {
  margin: 0;
}

#tl_registration div.fields .captcha_text {
  font-size: 0.9em;
  display: inline-block;
  margin-bottom: 12px;
}

@media (min-width: 992px) {
  #tl_registration table input.captcha {
    float: none;
    max-width: none;
    margin: 0;
  }
  #tl_registration table .captcha_text {
    float: none;
    display: inline-block;
    margin-bottom: 12px;
  }
}
.mod_sitemap ul {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}
.mod_sitemap ul li.submenu {
  margin-bottom: 11px;
}
.mod_sitemap ul li.submenu.last {
  margin-bottom: none;
}
.mod_sitemap ul li.submenu ul {
  margin-left: 30px;
  margin-top: 7.3333333333px;
}
.mod_sitemap ul li.submenu:before {
  content: "\f07b";
  font: 13px/1 "FontAwesome";
  margin-right: 8px;
}

.no-slider-control .slider-control {
  display: none;
}

.slider-control {
  text-align: center;
  height: 35px;
}

.slider-control a, .slider-control .slider-menu {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  width: auto;
  line-height: 30px;
}

.slider-control .slider-menu {
  margin-left: 0;
  font-size: 16px;
}

.slider-control .slider-prev {
  position: relative;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTcyNzBGRjk4Rjc1MTFFNDlCQjhEQzMxRjI0NzYxQTIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTcyNzBGRkE4Rjc1MTFFNDlCQjhEQzMxRjI0NzYxQTIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFNzI3MEZGNzhGNzUxMUU0OUJCOERDMzFGMjQ3NjFBMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFNzI3MEZGODhGNzUxMUU0OUJCOERDMzFGMjQ3NjFBMiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PmmDDagAAAAbSURBVHjaYvz//78vAxGAiYFIMKqQOgoBAgwATz8DXn23n78AAAAASUVORK5CYII=");
  padding: 0 0.5em;
  border: 1px solid #e6e6e6;
  color: #404040;
  margin-right: 10px;
}

.slider-control .slider-next {
  position: relative;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTcyNzBGRjk4Rjc1MTFFNDlCQjhEQzMxRjI0NzYxQTIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTcyNzBGRkE4Rjc1MTFFNDlCQjhEQzMxRjI0NzYxQTIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFNzI3MEZGNzhGNzUxMUU0OUJCOERDMzFGMjQ3NjFBMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFNzI3MEZGODhGNzUxMUU0OUJCOERDMzFGMjQ3NjFBMiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PmmDDagAAAAbSURBVHjaYvz//78vAxGAiYFIMKqQOgoBAgwATz8DXn23n78AAAAASUVORK5CYII=");
  padding: 0 0.5em;
  border: 1px solid #e6e6e6;
  color: #404040;
  margin-left: 10px;
}

.slider-control .slider-prev:hover,
.slider-control .slider-next:hover {
  background-color: #fff;
}

.slider-control .slider-menu b {
  cursor: pointer;
  padding: 0.1em;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  display: inline-block;
  background-color: gray;
  text-indent: 9999px;
  margin: 0 0.25em;
  line-height: 12px;
}

.slider-control .slider-menu b.active {
  background-color: lightgray;
}

/*------*/
.ce_sliderStart {
  position: relative;
  margin-bottom: 60px;
  overflow: visible;
}
.ce_sliderStart.slider-control-2 .slider-control {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ce_sliderStart.slider-control-2 .slider-control .slider-menu {
  position: absolute;
  bottom: -35px;
}
.ce_sliderStart.slider-control-2 .slider-control .slider-prev {
  background: none;
  border: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 100%;
  text-indent: 99999px;
}
.ce_sliderStart.slider-control-2 .slider-control .slider-prev:hover {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1ZDhmOTQyNC0wNGMyLTRmMzctODAzYi0yMjlmZjgxZTMyODgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RkREMUMwNDFDMjA3MTFFNTlDOTVCMTFENjgzQzdCRDEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RkREMUMwNDBDMjA3MTFFNTlDOTVCMTFENjgzQzdCRDEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1ZDhmOTQyNC0wNGMyLTRmMzctODAzYi0yMjlmZjgxZTMyODgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NWQ4Zjk0MjQtMDRjMi00ZjM3LTgwM2ItMjI5ZmY4MWUzMjg4Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+4GwZ5gAAAgZJREFUeNrcmDFrwkAUx6N0E0odBKm4iAjN4lYodHAtgtAunR1Lv4EfoJ+gpaN07NKCIF0dBKGbSwoiLqIIDkLBOf0fPCHEXJq7e7FHH/zGu/fLvUty7zK+7zs2R9axPI40x+VBHbigCsqgAHJgC9ZgDqbAA2Ow0UmUUSyxEGqAS1BTGDcBQzAgYXbBImiBJigZVGwB+qAHVlyCF+CWVo0rxGq+gpHpHrwCbVBh3vviYU/BCfjQXUEhd0cTpRVL8BwnmY0paztlOYfmb1O+xIJF2nMV5zBRoXzFpIIt5hci6Z5sJRF06VPyF9Gk/LGCDcPvnEmUKL9UMM9c2gfwqVHqvEywrvj7+k1OxLniuBp5RAq6zHIdzfGu7E9SNRT7Bo+GcnsewRUsG8rd00bvGD5oWbaCBUO5a3DDsEUKshXMWSC35xEU3Gq+EGeMcnseQcG1xmRiv32BN0bBtUxwrjHZMXgC74ySc5ngVHPCoOQLg+BUJugZTLqTXAQ+1LrhyQTH1H2ZSHZCfxPVmJBHpOCGmhnTMJEchvvn8HFrQGXiklQ5zSwof+x50KO+1WGSVDnN9KPeg6gjf4+p1Kql7SXtSVbUVM8OJDejfCuVtlN0/F3qW9OMJeUZ6dws7JrpNG4WdivXNblZsOJu5l/cboX7hYZj4f1gOKy9YT14WH+Jbr3gjwADABCYjIuzCsnBAAAAAElFTkSuQmCC");
  background-size: 40px 40px;
  background-position: center center;
  background-repeat: no-repeat;
}
.ce_sliderStart.slider-control-2 .slider-control .slider-next {
  background: none;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 100%;
  text-indent: -99999px;
}
.ce_sliderStart.slider-control-2 .slider-control .slider-next:hover {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1ZDhmOTQyNC0wNGMyLTRmMzctODAzYi0yMjlmZjgxZTMyODgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RkREMUMwM0RDMjA3MTFFNTlDOTVCMTFENjgzQzdCRDEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RkREMUMwM0NDMjA3MTFFNTlDOTVCMTFENjgzQzdCRDEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1ZDhmOTQyNC0wNGMyLTRmMzctODAzYi0yMjlmZjgxZTMyODgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NWQ4Zjk0MjQtMDRjMi00ZjM3LTgwM2ItMjI5ZmY4MWUzMjg4Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+TTYfwAAAAgpJREFUeNrcmLFLAnEUx09pEyQHQRIXEcFb3IKgwTUEoZbGcKxol/6AaI9qlMaWAiFaHQShzeUCERdRBAchcLbvwRPk9Hfc/d47+9GDz3i/9/H3fr/z3ostl0vL5Ihbhsee5nMpUAY2KIAcSIMEWIAZGIEBcEAPzHUSxUKW2BWqgGNQDPFcH3RAm4TFBTOgBqogy6jYGHyAFphKCR6Bc9o1qXB38xV0uWfwBNRBXvjsuz/2AOyDT90ddOUuaaGoYgKe/STjPmWtRyxn0fp1yhdYMENnLm/tJvKULxNUsCZ8IYKeyVoQQZteJX8RVcrvK1hhvuc4kaX8SsGUZmkb4Fuw1CmVYDnk39cqLgQli+SxVdDWXLQE7gUlbZVggbHouuQXU7CgEswxF3Yln8ADeGOsk1MJpoVu4iN4Z0imVYIJoZuYZEomVIILwXdaks7kncbFWagEZ4KCP3RhbulshomZSnAkKHcNTsGZxvMjleBAQG7MlNvwWBd0mHLuWbsCNwy5DY91wR51X7pyDboYhwy5PnlsFZxTM8ORKzGr0PH2z97PrTadozDxIiQ3pvy+34MO9a1hQkLOorxOkE/+lmapuaVtBe1JptRUD3ckN6R80zBtp9vxN6lvjTImlKerM1lYNdNRTBZWO9fkTBaMmM38i+mWt1+oWAbOB71h7IR152H8EN14wV8BBgB1tpGGfAP/9AAAAABJRU5ErkJggg==");
  background-size: 40px 40px;
  background-position: center center;
  background-repeat: no-repeat;
}

/*------*/
.ce_sliderStart {
  position: relative;
  margin-bottom: 60px;
  overflow: visible;
}
.ce_sliderStart.slider-control-3 .slider-control {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ce_sliderStart.slider-control-3 .slider-control .slider-menu {
  position: absolute;
  bottom: -35px;
  width: 100%;
  left: 0;
}
.ce_sliderStart.slider-control-3 .slider-control .slider-prev {
  background: none;
  border: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 100%;
  text-indent: 99999px;
}
.ce_sliderStart.slider-control-3 .slider-control .slider-prev:hover {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpiOGQwMzdhYS0wMTZlLTQ5MmEtOWU2NC0yNmYzOTA4ZTY1OTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6REFDNTFEMEI3NTc1MTFFOUIzNUJDRkZBRjY2MDlFRjQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6REFDNTFEMEE3NTc1MTFFOUIzNUJDRkZBRjY2MDlFRjQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpiOGQwMzdhYS0wMTZlLTQ5MmEtOWU2NC0yNmYzOTA4ZTY1OTkiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6YjhkMDM3YWEtMDE2ZS00OTJhLTllNjQtMjZmMzkwOGU2NTk5Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+zmn2DwAAAZJJREFUeNrsmdFNw0AMhq+Id7IB2aC3QbtBswHdgIzQETIC3QA2KBPQbgAbXCcId8iVEIqtCvybujpLfqkfkk/1/9t3mY3jGK4hbsKVRAWpIBWkgviKW8NnxZwNU9t5ASkQb0xtqwEyM5jsDb3ofKL2QZDJg0Y2DESJTgPiK8o/Asxu5KPXfBaytUpLvee8m6i95lx6sd9nBuJILeVijvQ5F3BdgDUSBV0MKD1qa0Sy2gNZrYsVZWAgILpAgZQXfWBqa3IwWGi1Vptzz7jUlkCCB5Ad41IHmhcJDaLRWhvBatcWEBr2G61WEKT9NqSL+4naC9qlNFsrMhCn9cQ0/ir2MjcembnRmulDAUSa5OobLtK1kjAjFuRowYNrnbIX3CteumudOxTVzuWWu9Zx4vfibE+eLugkvazg+xagXwdGKwmpF8Tlw78crhBndqnF5jREXbTWOZbceWitnzvXymKFQYOYXdKh736TsM7rrjBGB59B0MvSg0a+xz7wnxbaS9eIixNiBakgFaSCVJBfx6cAAwARaKtv2sa8PAAAAABJRU5ErkJggg==");
  background-size: 40px 40px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.4);
}
.ce_sliderStart.slider-control-3 .slider-control .slider-next {
  background: none;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 100%;
  text-indent: 99999px;
}
.ce_sliderStart.slider-control-3 .slider-control .slider-next:hover {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpiOGQwMzdhYS0wMTZlLTQ5MmEtOWU2NC0yNmYzOTA4ZTY1OTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzkzMENGMEE3NDdCMTFFOUIzNUJDRkZBRjY2MDlFRjQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzkzMENGMDk3NDdCMTFFOUIzNUJDRkZBRjY2MDlFRjQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpiOGQwMzdhYS0wMTZlLTQ5MmEtOWU2NC0yNmYzOTA4ZTY1OTkiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6YjhkMDM3YWEtMDE2ZS00OTJhLTllNjQtMjZmMzkwOGU2NTk5Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+mpsO+QAAAaZJREFUeNrsmbFKA0EQhveCdZ4gvoDpA16taK1gakHrCOkVr0+RXrjaQmvF1Ar2+gL6At4LnLMwgoSdRXBm7ibMwN9kQfK588/+uynatg2bUIOwIeUgDuIgDmKrtpj+Tkl8/gV6swSyC5oTa/saMAXjyX6HQOv1CdoDNVY8ckF82RFoacnsHwiTqgPQ1NLUegDdEGvXoLEFj/zUEHQP2kmsvaNfTJwj0Sczwi8RrrJ0IMZxuyDWzkCHFlrrd9Vo9NSuTThHsnREmeE5kvJRbSlrNZmRnEsDvQyNzxm/zLlGcqH4+CAaYTRjvGiE0QQRjTDaFyuxCNPFDfE2E21KC2YXzWHaO1IREHEInFrxSMxXJ8TaFQ6D3p8j26AnbK31evzvbmiCrIiWYrvPDzr0RcCdYEnA0iAl3j9StQiMz0SSrRX98Er44gV0bCXG1wREw2FuLZBzIunmwmPvWmuMozZVMWddSvznuEGGOGpHRAQ5CkJPp9ytVREQuSei3oFMMxGEddRKtpZ4BNECWWVS7SQI/6TQxX0kWPCIgziIgziIg/y5vgUYAOY/dPJeS0idAAAAAElFTkSuQmCC");
  background-size: 40px 40px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.4);
}

/*------*/
.slider-control-4 .slider-control {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
}
.slider-control-4 .slider-control .slider-prev {
  display: none;
}
.slider-control-4 .slider-control .slider-next {
  display: none;
}

/*------*/
.content-slider .slidebox-1 {
  width: 100%;
  margin-bottom: 22px;
  position: relative;
  background: #EEE9E7;
}
.content-slider .slidebox-1 .image_container {
  margin: 0 !important;
  width: 100% !important;
  height: 100%;
  float: none !important;
}
.content-slider .slidebox-1 .image_container img {
  width: 100% !important;
  height: 200px !important;
  object-fit: cover;
  object-position: 50% 50%;
}
.content-slider .slidebox-1 .text {
  color: #404040;
  padding: 15px;
  background-color: #f0f0f0;
  height: 100%;
}
.content-slider .slidebox-1 .element-inner {
  width: 100%;
  position: relative;
  height: 100%;
}
@media (min-width: 768px) {
  .content-slider .slidebox-1 {
    height: 300px;
  }
  .content-slider .slidebox-1 .image_container {
    top: 0;
    left: 0;
    position: absolute;
  }
  .content-slider .slidebox-1 .image_container img {
    height: 300px !important;
  }
  .content-slider .slidebox-1 .element-inner {
    width: 768px;
    margin: 0 auto;
  }
  .content-slider .slidebox-1 .text {
    max-width: 500px;
    height: auto;
    position: absolute;
    top: auto;
    right: 10px;
    left: 10px;
    bottom: 10px;
    background-color: rgba(255, 255, 255, 0.8);
    color: #404040;
  }
}
@media (min-width: 992px) {
  .content-slider .slidebox-1 {
    height: 400px;
  }
  .content-slider .slidebox-1 .image_container img {
    height: 400px !important;
  }
  .content-slider .slidebox-1 .element-inner {
    width: 992px;
  }
}
@media (min-width: 1120px) {
  .content-slider .slidebox-1 .element-inner {
    width: 1120px;
  }
}

.content-slider .slidebox-2 {
  width: 100%;
  margin-bottom: 22px;
  position: relative;
  background: #EEE9E7;
}
.content-slider .slidebox-2 .image_container {
  top: 0;
  left: 0;
  position: absolute;
  margin: 0 !important;
  width: 100% !important;
  height: 100%;
}
.content-slider .slidebox-2 .image_container img {
  width: 100% !important;
  height: 400px !important;
  object-fit: cover;
  object-position: 50% 50%;
}
.content-slider .slidebox-2 .text {
  color: #404040;
  padding: 15px;
  background-color: #f0f0f0;
  height: 100%;
}
.content-slider .slidebox-2 .element-inner {
  width: 100%;
  position: relative;
  height: 100%;
}
@media (min-width: 768px) {
  .content-slider .slidebox-2 {
    height: 300px;
  }
  .content-slider .slidebox-2 .image_container {
    top: 0;
    left: 0;
    position: absolute;
  }
  .content-slider .slidebox-2 .image_container img {
    height: 300px !important;
  }
  .content-slider .slidebox-2 .element-inner {
    width: 768px;
    margin: 0 auto;
  }
  .content-slider .slidebox-2 .text {
    max-width: 500px;
    height: auto;
    position: absolute;
    top: auto;
    right: 10px;
    left: 10px;
    bottom: 10px;
    background-color: rgba(255, 255, 255, 0.8);
    color: #404040;
  }
}
@media (min-width: 992px) {
  .content-slider .slidebox-2 {
    height: 400px;
  }
  .content-slider .slidebox-2 .image_container img {
    height: 400px !important;
  }
  .content-slider .slidebox-2 .element-inner {
    width: 992px;
  }
}
@media (min-width: 1120px) {
  .content-slider .slidebox-2 .element-inner {
    width: 1120px;
  }
}

/* Navigation
** -------------------------------------------
*/
/* Mobile Menu
** Modul für Mobile Menu
** -------------------------------------------
*/
#mobil-menu-trigger {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: transparent;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
#mobil-menu-trigger:after {
  content: "\f0c9";
  color: #000000;
  font-family: "FontAwesome";
  font-size: 28px;
  position: absolute;
  left: 8px;
  line-height: 40px;
}

#mobil-menu-trigger.active:after {
  content: "\f00d";
}

#nav-main ul.level_1 > li div.mobil-submenu-trigger {
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  width: 40px;
  z-index: 2;
  background-color: #f0f0f0;
}

#nav-main ul.level_1 > li div.mobil-submenu-trigger::after {
  color: #404040;
  content: "\f067";
  font-family: "FontAwesome";
  font-size: 16px;
  cursor: pointer;
  display: block;
}

#nav-main ul.level_1 > li div.mobil-submenu-trigger.active::after {
  content: "\f068";
}

#nav-main {
  overflow: visible !important;
}

#nav-main li {
  display: block;
  position: relative;
}

#nav-main ul.level_1 {
  display: none;
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: rgb(255, 255, 255);
  font-size: 16px;
  line-height: 40px;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.16);
}

#nav-main ul.level_1 > li {
  border-top: 1px solid #f0f0f0;
}

#nav-main ul.level_1 > li > a,
#nav-main ul.level_1 > li > strong,
#nav-main ul.level_1 > li > span {
  display: block;
  position: relative;
  z-index: 3;
  padding: 0 15px 0 15px;
}

#nav-main ul.level_1 > li > a:link,
#nav-main ul.level_1 > li > a:visited {
  color: #005ca9;
  text-decoration: none;
  font-weight: normal;
  text-transform: none;
  border-left: 0 solid transparent;
}

#nav-main ul.level_1 > li.trail > a:link,
#nav-main ul.level_1 > li.trail > a:visited,
#nav-main ul.level_1 > li.trail > a:hover,
#nav-main ul.level_1 > li.trail > a:focus,
#nav-main ul.level_1 > li.trail > a:active,
#nav-main ul.level_1 > li.active > a:link,
#nav-main ul.level_1 > li.active > a:visited,
#nav-main ul.level_1 > li.active > a:hover,
#nav-main ul.level_1 > li.active > a:focus,
#nav-main ul.level_1 > li.active > a:active,
#nav-main ul.level_1 > li > a:hover,
#nav-main ul.level_1 > li > a:focus,
#nav-main ul.level_1 > li > a:active,
#nav-main ul.level_1 > li.trail > strong,
#nav-main ul.level_1 > li.active > strong,
#nav-main ul.level_1 > li.trail > span,
#nav-main ul.level_1 > li.active > span {
  color: #005ca9;
  border-left: 0 solid #005ca9;
  font-weight: normal;
}

#nav-main ul.level_1 > li > a.submenu,
#nav-main ul.level_1 > li > strong.submenu,
#nav-main ul.level_1 > li > span.submenu {
  margin-right: 40px;
}

#nav-main ul.level_2 {
  display: none;
  padding: 0;
  background-color: #f0f0f0;
}

#nav-main ul.level_2 > li > a,
#nav-main ul.level_2 > li > strong,
#nav-main ul.level_2 > li > span {
  display: block;
  position: relative;
  z-index: 3;
  padding: 0 15px 0 30px;
}

#nav-main ul.level_2 > li > a:link,
#nav-main ul.level_2 > li > a:visited {
  color: #005ca9;
  text-decoration: none;
  font-weight: normal;
  text-transform: none;
  border-left: 0 solid transparent;
}

#nav-main ul.level_2 > li.active > a:link,
#nav-main ul.level_2 > li.active > a:visited,
#nav-main ul.level_2 > li.active > a:hover,
#nav-main ul.level_2 > li.active > a:focus,
#nav-main ul.level_2 > li.active > a:active,
#nav-main ul.level_2 > li > a:hover,
#nav-main ul.level_2 > li > a:focus,
#nav-main ul.level_2 > li > a:active,
#nav-main ul.level_2 > li.trail > strong,
#nav-main ul.level_2 > li.active > strong,
#nav-main ul.level_2 > li.trail > span,
#nav-main ul.level_2 > li.active > span {
  color: #005ca9;
  border-left: 0px solid #005ca9;
  font-weight: normal;
}

#nav-main ul.level_1 li.suche {
  display: none;
}

@media (min-width: 992px) {
  #mobil-menu-trigger {
    display: none;
  }
  #nav-main {
    position: absolute;
    top: 0;
    right: 10px;
  }
  #nav-main ul.level_1 {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    line-height: 20px;
    background-color: transparent;
    display: block;
    box-shadow: none;
  }
  #nav-main ul.level_1 > li {
    display: inline-block;
    border-top: none;
  }
  #nav-main ul.level_1 > li:hover {
    background-color: #e6f0ff;
  }
  #nav-main ul.level_1 > li.suche {
    display: inline-block;
  }
  #nav-main ul.level_1 > li.suche a, #nav-main ul.level_1 > li.suche strong, #nav-main ul.level_1 > li.suche span {
    text-indent: -9999px;
  }
  #nav-main ul.level_1 > li.suche:after {
    content: "\f002";
    font: 13px/1 "FontAwesome";
    color: inherit;
    position: absolute;
    right: 8px;
    top: 23px;
    text-indent: 0px;
  }
  #nav-main ul.level_1 > li > a.submenu,
  #nav-main ul.level_1 > li > strong.submenu,
  #nav-main ul.level_1 > li > span.submenu {
    margin-right: 0;
  }
  #nav-main ul.level_1 > li > a,
  #nav-main ul.level_1 > li > strong,
  #nav-main ul.level_1 > li > span.outer {
    position: relative;
    z-index: 3;
    padding: 0;
    display: block;
    font-family: "Open Sans";
    font-weight: 400 !important;
    text-transform: uppercase;
    border-left: 1px solid #f1f1f1;
  }
  #nav-main ul.level_1 > li > a span.outer,
  #nav-main ul.level_1 > li > strong span.outer,
  #nav-main ul.level_1 > li > span.outer span.outer {
    padding: 5px 40px;
    margin: 21px 0 20px;
    display: inline-block;
    border-left: 1px solid #f1f1f1;
  }
  #nav-main ul.level_1 > li > a span.outer span.inner,
  #nav-main ul.level_1 > li > strong span.outer span.inner,
  #nav-main ul.level_1 > li > span.outer span.outer span.inner {
    border-bottom: 1px dashed transparent;
  }
  #nav-main ul.level_1 > li.last > a,
  #nav-main ul.level_1 > li.last > strong,
  #nav-main ul.level_1 > li.last > span.outer {
    border-left: none;
  }
  #nav-main ul.level_1 > li.last span.outer {
    border-right: 1px solid #f1f1f1;
  }
  #nav-main ul.level_1 > li > a:link,
  #nav-main ul.level_1 > li > a:visited {
    color: #000000;
  }
  #nav-main ul.level_1 > li.trail > a:link,
  #nav-main ul.level_1 > li.trail > a:visited,
  #nav-main ul.level_1 > li.trail > a:hover,
  #nav-main ul.level_1 > li.trail > a:focus,
  #nav-main ul.level_1 > li.trail > a:active,
  #nav-main ul.level_1 > li.active > a:link,
  #nav-main ul.level_1 > li.active > a:visited,
  #nav-main ul.level_1 > li.active > a:hover,
  #nav-main ul.level_1 > li.active > a:focus,
  #nav-main ul.level_1 > li.active > a:active,
  #nav-main ul.level_1 > li > a:hover,
  #nav-main ul.level_1 > li > a:focus,
  #nav-main ul.level_1 > li > a:active,
  #nav-main ul.level_1 > li.trail > strong,
  #nav-main ul.level_1 > li.active > strong,
  #nav-main ul.level_1 > li.trail > span,
  #nav-main ul.level_1 > li.active > span,
  #nav-main ul.level_1 > li:hover > a,
  #nav-main ul.level_1 > li:hover > strong,
  #nav-main ul.level_1 > li:hover > span {
    color: #000000;
    font-weight: normal;
  }
  #nav-main ul.level_1 > li > a:hover span.inner {
    border-bottom: 1px dashed #005ca9 !important;
  }
  #nav-main ul.level_1 > li:hover > ul {
    display: block;
  }
  #nav-main ul.level_1 > li:last-child > ul,
  #nav-main ul.level_1 > li.last > ul {
    left: auto;
    right: 0;
  }
  #nav-main ul.level_2 {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 1;
    min-width: 80%;
    line-height: 20px;
    padding: 0 !important;
    text-align: left;
    white-space: nowrap;
    background-color: #ffffff;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
  }
  #nav-main ul.level_2 > li {
    border-top: none;
  }
  #nav-main ul.level_2 > li span.outer {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  #nav-main ul.level_2 > li span.inner {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  #nav-main ul.level_2 > li > a,
  #nav-main ul.level_2 > li > strong,
  #nav-main ul.level_2 > li > span {
    padding: 0 10px 0 10px;
    display: block;
    font-family: "Open Sans";
    font-weight: 400 !important;
    text-transform: none;
    font-size: 0.9em;
  }
  #nav-main ul.level_2 > li > a span,
  #nav-main ul.level_2 > li > strong span,
  #nav-main ul.level_2 > li > span span {
    margin: 10px 0;
    display: inline-block;
  }
  #nav-main ul.level_2 > li:first-child > a,
  #nav-main ul.level_2 > li:first-child > strong,
  #nav-main ul.level_2 > li:first-child > span {
    border-top: 0;
  }
  #nav-main ul.level_2 > li > a:link,
  #nav-main ul.level_2 > li > a:visited {
    color: #000000;
    border-left: none;
  }
  #nav-main ul.level_2 > li > a:link span.inner,
  #nav-main ul.level_2 > li > a:visited span.inner {
    border-bottom: 1px dashed transparent;
  }
  #nav-main ul.level_2 > li > a:hover,
  #nav-main ul.level_2 > li > a:focus,
  #nav-main ul.level_2 > li > a:active {
    color: #000000;
    border-left: none;
    background-color: #e6f0ff;
  }
  #nav-main ul.level_2 > li > a:hover span.inner,
  #nav-main ul.level_2 > li > a:focus span.inner,
  #nav-main ul.level_2 > li > a:active span.inner {
    border-bottom: 1px dashed #005ca9;
  }
  #nav-main ul.level_2 > li.trail > strong,
  #nav-main ul.level_2 > li.trail > span,
  #nav-main ul.level_2 > li.active > a:link,
  #nav-main ul.level_2 > li.active > a:visited,
  #nav-main ul.level_2 > li.active > a:hover,
  #nav-main ul.level_2 > li.active > a:focus,
  #nav-main ul.level_2 > li.active > a:active,
  #nav-main ul.level_2 > li.active > strong,
  #nav-main ul.level_2 > li.active > span {
    color: #000000;
    border-left: none;
    font-weight: normal;
  }
  #nav-main ul.level_2 > li.trail > strong span.inner,
  #nav-main ul.level_2 > li.trail > span span.inner,
  #nav-main ul.level_2 > li.active > a:link span.inner,
  #nav-main ul.level_2 > li.active > a:visited span.inner,
  #nav-main ul.level_2 > li.active > a:hover span.inner,
  #nav-main ul.level_2 > li.active > a:focus span.inner,
  #nav-main ul.level_2 > li.active > a:active span.inner,
  #nav-main ul.level_2 > li.active > strong span.inner,
  #nav-main ul.level_2 > li.active > span span.inner {
    border-bottom: 1px dashed #005ca9;
  }
}
.nav-top {
  position: absolute;
  right: 85px;
  top: 12px;
}
.nav-top ul {
  padding: 0;
  margin: 0;
}
.nav-top ul li {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 10px 0 0;
}
.nav-top ul li.last {
  margin-rigjt: 0;
}
.nav-top ul li a, .nav-top ul li strong, .nav-top ul li span {
  display: block;
}
.nav-top ul li a:link,
.nav-top ul li a:visited {
  color: #005ca9;
  text-decoration: none;
}
.nav-top ul li.trail a:link, .nav-top ul li.trail a:visited, .nav-top ul li.trail a:hover, .nav-top ul li.trail a:focus, .nav-top ul li.trail a:active, .nav-top ul li.active a:link, .nav-top ul li.active a:visited, .nav-top ul li.active a:hover, .nav-top ul li.active a:focus, .nav-top ul li.active a:active,
.nav-top ul li a:hover,
.nav-top ul li a:focus,
.nav-top ul li a:active, .nav-top ul li.trail strong, .nav-top ul li.active strong, .nav-top ul li.trail span, .nav-top ul li.active span, .nav-top ul li:hover a, .nav-top ul li:hover strong, .nav-top ul li:hover span {
  color: #004a88;
  text-decoration: none;
}

.nav-sub ul {
  padding: 0;
  margin: 0;
}
.nav-sub ul li {
  list-style: none;
}
.nav-sub ul.level_1 li {
  position: relative;
  padding: 6px 0;
  border-bottom: 1px solid #f0f0f0;
}
.nav-sub ul.level_1 li a, .nav-sub ul.level_1 li strong {
  display: block;
}
.nav-sub ul.level_1 li a:link,
.nav-sub ul.level_1 li a:visited {
  color: #005ca9;
}
.nav-sub ul.level_1 li.trail > a:link, .nav-sub ul.level_1 li.trail > a:visited, .nav-sub ul.level_1 li.trail > a:hover, .nav-sub ul.level_1 li.trail > a:focus, .nav-sub ul.level_1 li.trail > a:active, .nav-sub ul.level_1 li.active > a:link, .nav-sub ul.level_1 li.active > a:visited, .nav-sub ul.level_1 li.active > a:hover, .nav-sub ul.level_1 li.active > a:focus, .nav-sub ul.level_1 li.active > a:active,
.nav-sub ul.level_1 li a:hover,
.nav-sub ul.level_1 li a:focus,
.nav-sub ul.level_1 li a:active, .nav-sub ul.level_1 li.trail strong, .nav-sub ul.level_1 li.active strong {
  color: #7295CD;
  font-weight: bold;
}
.nav-sub ul.level_1 li a.submenu,
.nav-sub ul.level_1 li strong.submenu {
  margin-bottom: 5px;
}
.nav-sub ul.level_1 li a.submenu:after, .nav-sub ul.level_1 li a.submenu:after,
.nav-sub ul.level_1 li strong.submenu:after,
.nav-sub ul.level_1 li strong.submenu:after {
  color: #404040;
  content: "\f105";
  display: inline-block;
  font: 0.8em/1 "FontAwesome";
  margin-left: 0.5em;
  position: absolute;
  text-indent: 0;
  right: 0;
  top: 10px;
  font-size: 16px;
}
.nav-sub ul.level_1 li a.active.submenu:after,
.nav-sub ul.level_1 li strong.active.submenu:after,
.nav-sub ul.level_1 li a.trail.submenu:after,
.nav-sub ul.level_1 li strong.trail.submenu:after {
  color: #404040;
  content: "\f107";
  display: inline-block;
  font: 0.8em/1 "FontAwesome";
  margin-left: 0.5em;
  position: absolute;
  text-indent: 0;
  right: 0;
  top: 10px;
  font-size: 16px;
}
.nav-sub ul.level_2 {
  font-size: 0.9em;
  display: none;
}
.nav-sub ul.level_2 li {
  padding: 6px 0;
  line-height: 1.3;
  border-bottom: none;
}
.nav-sub ul.level_2 li a, .nav-sub ul.level_2 li strong {
  display: block;
}
.nav-sub ul.level_1 > li.active > ul.level_2,
.nav-sub ul.level_1 > li.trail > ul.level_2 {
  display: block;
}

/* Toplink
** -------------------------------------------
*/
.ce_toplink {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: none;
}

.ce_toplink a {
  bottom: 20px;
  cursor: pointer;
  overflow: hidden;
  position: fixed;
  right: 20px;
  text-indent: -2000px;
  z-index: 1000;
}

.ce_toplink a::after {
  content: "\f106";
  display: block;
  font-size: 30px;
  padding: 7px 20px;
  text-indent: 0;
  font-family: "FontAwesome";
  background-color: #f0f0f0;
  color: #404040;
  border-radius: 4px;
}

/* Seitennavigation
** -------------------------------------------
*/
.nav-side {
  padding-left: 1em;
  border-left: 2px solid #404040;
}
.nav-side h1, .nav-side h2, .nav-side h3, .nav-side h4, .nav-side h5, .nav-side h6 {
  margin-top: 0;
}
.nav-side ul {
  padding: 0;
  margin: 0;
}
.nav-side ul li {
  list-style: none;
}

/* Footernavigation
** -------------------------------------------
*/
.nav-footer ul {
  padding: 0;
  margin: 0;
}
.nav-footer ul li {
  list-style: none;
}
.nav-footer ul li a:link,
.nav-footer ul li a:visited {
  color: #ffffff;
}
.nav-footer ul li a:hover,
.nav-footer ul li a:focus,
.nav-footer ul li a:active, .nav-footer ul li.active strong {
  color: #E4E4E4;
}
.nav-footer ul.level_1 > li {
  position: relative;
  padding: 6px 0;
  border-bottom: 1px solid #717171;
}

/* Nv Overlay
** -------------------------------------------
*/
#mobil-menu-overlay-trigger {
  cursor: pointer;
}
#mobil-menu-overlay-trigger::after {
  content: "\f0c9";
  display: block;
  color: #ffffff;
  font-family: "FontAwesome";
  font-size: 28px;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 20px;
  width: 50px;
}

#page-overlay .inside {
  position: static;
}
#page-overlay .inside #nav-mobile-overlay {
  display: none;
}
#page-overlay .inside #nav-mobile-overlay.overlay-show {
  position: fixed;
  overflow: auto;
  padding: 150px 30px;
  background-color: #004680;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeInDown 0.5s;
}
#page-overlay .inside #nav-mobile-overlay.overlay-show .overlay-content {
  max-width: 100%;
}
#page-overlay .inside #nav-mobile-overlay.overlay-show .overlay-content h3 {
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 2em;
}
#page-overlay .inside #nav-mobile-overlay.overlay-show .mobil-menu-overlay-close {
  position: absolute;
  top: 30px;
  right: 30px;
  color: #ffffff;
  cursor: pointer;
}
#page-overlay .inside #nav-mobile-overlay.overlay-show .mobil-menu-overlay-close .button {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1em;
  height: 50px;
  width: 50px;
  background-color: white;
  border-radius: 50%;
  color: #404040;
}
#page-overlay .inside #nav-mobile-overlay.overlay-show .mobil-menu-overlay-close .button:after {
  content: "\f00d";
  font: 20px/1 "FontAwesome";
  color: inherit;
  position: absolute;
  right: 17px;
  top: 14px;
  text-indent: 0px;
}

#nav-main-overlay ul {
  margin: 0;
  padding: 0;
}
#nav-main-overlay ul li {
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
#nav-main-overlay a {
  color: white;
  text-decoration: none;
  font-size: 1.2em;
  line-height: 2;
}

/*
 * mega menu layout
 * optimiced for Contao Official Demo Theme
 */
@media (min-width: 992px) {
  #nav-main {
    width: 100%;
    text-align: right;
  }
  #nav-main ul.level_1 > li.suche a, #nav-main ul.level_1 > li.suche strong, #nav-main ul.level_1 > li.suche span {
    direction: rtl;
  }
}
.mod_customnav.dropdown,
.mod_navigation.dropdown {
  overflow: visible;
  text-align: left;
}

.mm_container {
  position: static !important;
}

.mod_customnav li.mm_container > a, .mod_navigation li.mm_container > span,
.mod_navigation li.mm_container > a, .mod_navigation li.mm_container > span {
  position: relative;
}

.mod_customnav li.mm_container .mm_dropdown,
.mod_navigation li.mm_container .mm_dropdown {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  text-align: left;
  line-height: 1.4;
  border-bottom: 4px solid #e6f0ff;
}

.mod_customnav li.mm_container .mm_dropdown > .inner,
.mod_navigation li.mm_container .mm_dropdown > .inner {
  padding: 1rem 2rem;
  background-color: rgba(255, 255, 255, 0.95);
  overflow: hidden;
  color: #404040;
}
.mod_customnav li.mm_container .mm_dropdown > .inner a:link, .mod_customnav li.mm_container .mm_dropdown > .inner a:active, .mod_customnav li.mm_container .mm_dropdown > .inner a:visited,
.mod_navigation li.mm_container .mm_dropdown > .inner a:link,
.mod_navigation li.mm_container .mm_dropdown > .inner a:active,
.mod_navigation li.mm_container .mm_dropdown > .inner a:visited {
  color: #404040;
}
.mod_customnav li.mm_container .mm_dropdown > .inner a:hover,
.mod_navigation li.mm_container .mm_dropdown > .inner a:hover {
  color: #005ca9;
}

.mod_customnav li.mm_container:hover .mm_dropdown,
.mod_navigation li.mm_container:hover .mm_dropdown {
  display: block;
}

mod_nl_reader .image_container {
  width: 100%;
  height: auto;
  margin: 0 0 22px;
}
mod_nl_reader .image_container img {
  width: 100%;
  height: auto;
}
mod_nl_reader .image_container.float_left, mod_nl_reader .image_container.float_right {
  float: none;
}
mod_nl_reader .caption {
  font-size: 14px;
  line-height: 1.3333333;
}
@media (min-width: 480px) {
  mod_nl_reader .image_container {
    width: auto;
  }
  mod_nl_reader .image_container img {
    width: auto;
    height: auto;
  }
  mod_nl_reader .image_container.float_left {
    float: left;
    margin: 0 30px 18px 0;
  }
  mod_nl_reader .image_container.float_right {
    float: right;
    margin: 0 0 18px 30px;
  }
  mod_nl_reader .image_container.float_above {
    margin: 0 0 18px;
  }
  mod_nl_reader .image_container.float_below {
    margin: 18px 0 0;
  }
}
@media (min-width: 768px) {
  mod_nl_reader.img-center .image_container {
    text-align: center;
  }
  mod_nl_reader.img-center img {
    display: inline !important;
  }
}

.mod_subscribe form {
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}

.mod_booknav {
  padding-left: 0;
  margin: 22px 0;
  list-style: none;
  text-align: center;
}
.mod_booknav ul {
  text-align: justify;
  padding: 0;
}
.mod_booknav ul:after {
  content: "";
  display: block;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  margin: 0;
}
.mod_booknav::after {
  clear: both;
  content: "";
  display: table;
}
.mod_booknav li {
  display: inline-block;
}
.mod_booknav li > a,
.mod_booknav li > span {
  display: inline-block;
  padding: 3px 12px;
  color: #ffffff !important;
  background-color: #005ca9;
  border: 1px solid #005ca9;
  border-radius: 4px;
}
.mod_booknav li > a:hover,
.mod_booknav li > a:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #004076;
}
.mod_booknav .next > a,
.mod_booknav .next > span {
  float: right;
}
.mod_booknav .up {
  display: none;
}
.mod_booknav .up > a,
.mod_booknav .up > span {
  float: left;
}
.mod_booknav .prev > a,
.mod_booknav .prev > span {
  float: left;
}
.mod_booknav .disabled > a,
.mod_booknav .disabled > a:hover,
.mod_booknav .disabled > a:focus,
.mod_booknav .disabled > span {
  color: #777777;
  background-color: #005ca9;
  cursor: not-allowed;
}

.mod_breadcrumb {
  font-size: 14px;
  height: 100%;
  position: relative;
  color: #404040;
  padding-top: 11px;
}
.mod_breadcrumb ul {
  width: 100%;
  padding-left: 0;
}
.mod_breadcrumb ul li {
  display: inline-block;
  list-style: none;
}
.mod_breadcrumb ul li:after {
  content: ">";
  margin: 0 0 0 5px;
}
.mod_breadcrumb ul li.last:after {
  content: "";
}

body.hide-breadcrumb #breadcrumb {
  display: none;
}

/* Tabs
** -------------------------------------------
*/
.ce_tabs.tab-1 ul {
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 0 !important;
}
.ce_tabs.tab-1 li {
  display: inline-block;
  margin: 5px 5px 0 0 !important;
}
.ce_tabs.tab-1 li.first {
  margin-left: 0;
}
.ce_tabs.tab-1 li a:link, .ce_tabs.tab-1 li .ce_tabs li a:visited, .ce_tabs.tab-1 li .ce_tabs li a:active {
  background-color: #f0f0f0;
  color: #404040;
  display: block;
  padding: 6px 10px;
  text-decoration: none;
}
.ce_tabs.tab-1 li a:hover,
.ce_tabs.tab-1 li a:focus, .ce_tabs.tab-1 li.ui-tabs-active a {
  background-color: #005ca9;
  color: #ffffff;
}
.ce_tabs.tab-1 .panel {
  padding: 20px;
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
  border-top: 0;
}
@media (max-width: 767px) {
  .ce_tabs.tab-1 {
    display: block;
  }
  .ce_tabs.tab-1 ul {
    display: none;
  }
  .ce_tabs.tab-1 .panel {
    float: none;
    width: auto;
    margin-bottom: 22px;
    border-top: 1px solid #f0f0f0;
    display: block !important;
  }
  .ce_tabs.tab-1 .panel h3.invisible {
    height: auto;
    margin: 0 0 10px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: auto;
  }
}

.ce_tabs.tab-2 {
  display: flex;
  align-items: center;
}
.ce_tabs.tab-2 ul {
  margin: 0;
  padding: 0;
}
.ce_tabs.tab-2 li {
  margin: 0 5px 1px 0 !important;
  width: auto;
  min-width: 250px;
}
.ce_tabs.tab-2 li a:link, .ce_tabs.tab-2 li .ce_tabs li a:visited, .ce_tabs.tab-2 li .ce_tabs li a:active {
  background-color: #f0f0f0;
  color: #404040;
  display: block;
  padding: 6px 30px 6px 10px;
  text-decoration: none;
}
.ce_tabs.tab-2 li a:hover,
.ce_tabs.tab-2 li a:focus, .ce_tabs.tab-2 li.ui-tabs-active a {
  background-color: #005ca9;
  color: #ffffff;
}
.ce_tabs.tab-2 .panel .ce_text {
  padding: 20px;
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
}
@media (max-width: 767px) {
  .ce_tabs.tab-2 {
    display: block;
  }
  .ce_tabs.tab-2 ul {
    display: none;
  }
  .ce_tabs.tab-2 .panel {
    float: none;
    width: auto;
    display: block !important;
  }
  .ce_tabs.tab-2 .panel h3.invisible {
    height: auto;
    margin: 22px 0 10px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: auto;
  }
}

.ce_dlh_googlemaps .dlh_googlemap {
  width: 100% !important;
  border: 0 solid #fff;
}
.ce_dlh_googlemaps #confirm-googlemaps {
  font-size: 14px;
  text-align: center;
  padding: 1em;
  height: 100%;
  background-color: #f0f0f0;
}
.ce_dlh_googlemaps #confirm-googlemaps:before {
  content: "\f041";
  font-family: "FontAwesome";
  font-size: 2em;
  display: block;
  margin: 0 5px 5px 0;
}
.ce_dlh_googlemaps #confirm-googlemaps:after {
  content: "Google Maps anzeigen";
  display: block;
  margin: 10px 5px 5px 5px;
}

.rs-columns {
  clear: both;
  display: inline-block;
  width: 100%;
  margin-bottom: 22px;
}

.rs-column {
  float: left;
  width: 100%;
  margin-top: 5%;
  margin-right: 5%;
}
.rs-column.-large-first {
  clear: left;
}
.rs-column.-large-last {
  margin-right: -5px;
}
.rs-column.-large-first-row {
  margin-top: 0;
}
.rs-column.-large-col-1-1 {
  width: 100%;
}
.rs-column.-large-col-2-1 {
  width: 47.5%;
}
.rs-column.-large-col-2-2 {
  width: 100%;
}
.rs-column.-large-col-3-1 {
  width: 30%;
}
.rs-column.-large-col-3-2 {
  width: 65%;
}
.rs-column.-large-col-3-3 {
  width: 100%;
}
.rs-column.-large-col-4-1 {
  width: 21.25%;
}
.rs-column.-large-col-4-2 {
  width: 47.5%;
}
.rs-column.-large-col-4-3 {
  width: 73.75%;
}
.rs-column.-large-col-4-4 {
  width: 100%;
}
.rs-column.-large-col-5-1 {
  width: 16%;
}
.rs-column.-large-col-5-2 {
  width: 37%;
}
.rs-column.-large-col-5-3 {
  width: 58%;
}
.rs-column.-large-col-5-4 {
  width: 79%;
}
.rs-column.-large-col-5-5 {
  width: 100%;
}
.rs-column.-large-col-6-1 {
  width: 12.5%;
}
.rs-column.-large-col-6-2 {
  width: 30%;
}
.rs-column.-large-col-6-3 {
  width: 47.5%;
}
.rs-column.-large-col-6-4 {
  width: 65%;
}
.rs-column.-large-col-6-5 {
  width: 82.5%;
}
.rs-column.-large-col-6-6 {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .rs-column {
    margin-top: 5%;
    margin-right: 5%;
  }
  .rs-column.-large-first {
    clear: none;
  }
  .rs-column.-large-last {
    margin-right: 5%;
  }
  .rs-column.-large-first-row {
    margin-top: 5%;
  }
  .rs-column.-medium-first {
    clear: left;
  }
  .rs-column.-medium-last {
    margin-right: -5px;
  }
  .rs-column.-medium-first-row {
    margin-top: 0;
  }
  .rs-column.-medium-col-1-1 {
    width: 100%;
  }
  .rs-column.-medium-col-2-1 {
    width: 47.5%;
  }
  .rs-column.-medium-col-2-2 {
    width: 100%;
  }
  .rs-column.-medium-col-3-1 {
    width: 30%;
  }
  .rs-column.-medium-col-3-2 {
    width: 65%;
  }
  .rs-column.-medium-col-3-3 {
    width: 100%;
  }
  .rs-column.-medium-col-4-1 {
    width: 21.25%;
  }
  .rs-column.-medium-col-4-2 {
    width: 47.5%;
  }
  .rs-column.-medium-col-4-3 {
    width: 73.75%;
  }
  .rs-column.-medium-col-4-4 {
    width: 100%;
  }
  .rs-column.-medium-col-5-1 {
    width: 16%;
  }
  .rs-column.-medium-col-5-2 {
    width: 37%;
  }
  .rs-column.-medium-col-5-3 {
    width: 58%;
  }
  .rs-column.-medium-col-5-4 {
    width: 79%;
  }
  .rs-column.-medium-col-5-5 {
    width: 100%;
  }
  .rs-column.-medium-col-6-1 {
    width: 12.5%;
  }
  .rs-column.-medium-col-6-2 {
    width: 30%;
  }
  .rs-column.-medium-col-6-3 {
    width: 47.5%;
  }
  .rs-column.-medium-col-6-4 {
    width: 65%;
  }
  .rs-column.-medium-col-6-5 {
    width: 82.5%;
  }
  .rs-column.-medium-col-6-6 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .rs-column {
    margin-right: 5%;
  }
  .rs-column.-medium-first {
    clear: none;
  }
  .rs-column.-medium-last {
    margin-right: 5%;
  }
  .rs-column.-medium-first-row {
    margin-top: 5%;
  }
  .rs-column.-small-first {
    clear: left;
  }
  .rs-column.-small-last {
    margin-right: -5px;
  }
  .rs-column.-small-first-row {
    margin-top: 0;
  }
  .rs-column.-small-col-1-1 {
    width: 100%;
  }
  .rs-column.-small-col-2-1 {
    width: 47.5%;
  }
  .rs-column.-small-col-2-2 {
    width: 100%;
  }
  .rs-column.-small-col-3-1 {
    width: 30%;
  }
  .rs-column.-small-col-3-2 {
    width: 65%;
  }
  .rs-column.-small-col-3-3 {
    width: 100%;
  }
  .rs-column.-small-col-4-1 {
    width: 21.25%;
  }
  .rs-column.-small-col-4-2 {
    width: 47.5%;
  }
  .rs-column.-small-col-4-3 {
    width: 73.75%;
  }
  .rs-column.-small-col-4-4 {
    width: 100%;
  }
  .rs-column.-small-col-5-1 {
    width: 16%;
  }
  .rs-column.-small-col-5-2 {
    width: 37%;
  }
  .rs-column.-small-col-5-3 {
    width: 58%;
  }
  .rs-column.-small-col-5-4 {
    width: 79%;
  }
  .rs-column.-small-col-5-5 {
    width: 100%;
  }
  .rs-column.-small-col-6-1 {
    width: 12.5%;
  }
  .rs-column.-small-col-6-2 {
    width: 30%;
  }
  .rs-column.-small-col-6-3 {
    width: 47.5%;
  }
  .rs-column.-small-col-6-4 {
    width: 65%;
  }
  .rs-column.-small-col-6-5 {
    width: 82.5%;
  }
  .rs-column.-small-col-6-6 {
    width: 100%;
  }
}

.rs-columns.no-gutter .rs-column {
  margin-top: 0%;
  margin-right: 0%;
}
.rs-columns.no-gutter .rs-column.-large-col-1-1 {
  width: 100%;
}
.rs-columns.no-gutter .rs-column.-large-col-2-1 {
  width: 50%;
}
.rs-columns.no-gutter .rs-column.-large-col-2-2 {
  width: 100%;
}
.rs-columns.no-gutter .rs-column.-large-col-3-1 {
  width: 33.3333333333%;
}
.rs-columns.no-gutter .rs-column.-large-col-3-2 {
  width: 66.6666666667%;
}
.rs-columns.no-gutter .rs-column.-large-col-3-3 {
  width: 100%;
}
.rs-columns.no-gutter .rs-column.-large-col-4-1 {
  width: 25%;
}
.rs-columns.no-gutter .rs-column.-large-col-4-2 {
  width: 50%;
}
.rs-columns.no-gutter .rs-column.-large-col-4-3 {
  width: 75%;
}
.rs-columns.no-gutter .rs-column.-large-col-4-4 {
  width: 100%;
}
.rs-columns.no-gutter .rs-column.-large-col-5-1 {
  width: 20%;
}
.rs-columns.no-gutter .rs-column.-large-col-5-2 {
  width: 40%;
}
.rs-columns.no-gutter .rs-column.-large-col-5-3 {
  width: 60%;
}
.rs-columns.no-gutter .rs-column.-large-col-5-4 {
  width: 80%;
}
.rs-columns.no-gutter .rs-column.-large-col-5-5 {
  width: 100%;
}
.rs-columns.no-gutter .rs-column.-large-col-6-1 {
  width: 16.6666666667%;
}
.rs-columns.no-gutter .rs-column.-large-col-6-2 {
  width: 33.3333333333%;
}
.rs-columns.no-gutter .rs-column.-large-col-6-3 {
  width: 50%;
}
.rs-columns.no-gutter .rs-column.-large-col-6-4 {
  width: 66.6666666667%;
}
.rs-columns.no-gutter .rs-column.-large-col-6-5 {
  width: 83.3333333333%;
}
.rs-columns.no-gutter .rs-column.-large-col-6-6 {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .rs-columns.no-gutter .rs-column {
    margin-top: 0%;
    margin-right: 0%;
  }
  .rs-columns.no-gutter .rs-column.-large-last {
    margin-right: 0%;
  }
  .rs-columns.no-gutter .rs-column.-large-first-row {
    margin-top: 0%;
  }
  .rs-columns.no-gutter .rs-column.-medium-col-1-1 {
    width: 100%;
  }
  .rs-columns.no-gutter .rs-column.-medium-col-2-1 {
    width: 50%;
  }
  .rs-columns.no-gutter .rs-column.-medium-col-2-2 {
    width: 100%;
  }
  .rs-columns.no-gutter .rs-column.-medium-col-3-1 {
    width: 33.3333333333%;
  }
  .rs-columns.no-gutter .rs-column.-medium-col-3-2 {
    width: 66.6666666667%;
  }
  .rs-columns.no-gutter .rs-column.-medium-col-3-3 {
    width: 100%;
  }
  .rs-columns.no-gutter .rs-column.-medium-col-4-1 {
    width: 25%;
  }
  .rs-columns.no-gutter .rs-column.-medium-col-4-2 {
    width: 50%;
  }
  .rs-columns.no-gutter .rs-column.-medium-col-4-3 {
    width: 75%;
  }
  .rs-columns.no-gutter .rs-column.-medium-col-4-4 {
    width: 100%;
  }
  .rs-columns.no-gutter .rs-column.-medium-col-5-1 {
    width: 20%;
  }
  .rs-columns.no-gutter .rs-column.-medium-col-5-2 {
    width: 40%;
  }
  .rs-columns.no-gutter .rs-column.-medium-col-5-3 {
    width: 60%;
  }
  .rs-columns.no-gutter .rs-column.-medium-col-5-4 {
    width: 80%;
  }
  .rs-columns.no-gutter .rs-column.-medium-col-5-5 {
    width: 100%;
  }
  .rs-columns.no-gutter .rs-column.-medium-col-6-1 {
    width: 16.6666666667%;
  }
  .rs-columns.no-gutter .rs-column.-medium-col-6-2 {
    width: 33.3333333333%;
  }
  .rs-columns.no-gutter .rs-column.-medium-col-6-3 {
    width: 50%;
  }
  .rs-columns.no-gutter .rs-column.-medium-col-6-4 {
    width: 66.6666666667%;
  }
  .rs-columns.no-gutter .rs-column.-medium-col-6-5 {
    width: 83.3333333333%;
  }
  .rs-columns.no-gutter .rs-column.-medium-col-6-6 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .rs-columns.no-gutter .rs-column {
    margin-right: 0%;
  }
  .rs-columns.no-gutter .rs-column.-medium-last {
    margin-right: 0%;
  }
  .rs-columns.no-gutter .rs-column.-medium-first-row {
    margin-top: 0%;
  }
  .rs-columns.no-gutter .rs-column.-small-col-1-1 {
    width: 100%;
  }
  .rs-columns.no-gutter .rs-column.-small-col-2-1 {
    width: 50%;
  }
  .rs-columns.no-gutter .rs-column.-small-col-2-2 {
    width: 100%;
  }
  .rs-columns.no-gutter .rs-column.-small-col-3-1 {
    width: 33.3333333333%;
  }
  .rs-columns.no-gutter .rs-column.-small-col-3-2 {
    width: 66.6666666667%;
  }
  .rs-columns.no-gutter .rs-column.-small-col-3-3 {
    width: 100%;
  }
  .rs-columns.no-gutter .rs-column.-small-col-4-1 {
    width: 25%;
  }
  .rs-columns.no-gutter .rs-column.-small-col-4-2 {
    width: 50%;
  }
  .rs-columns.no-gutter .rs-column.-small-col-4-3 {
    width: 75%;
  }
  .rs-columns.no-gutter .rs-column.-small-col-4-4 {
    width: 100%;
  }
  .rs-columns.no-gutter .rs-column.-small-col-5-1 {
    width: 20%;
  }
  .rs-columns.no-gutter .rs-column.-small-col-5-2 {
    width: 40%;
  }
  .rs-columns.no-gutter .rs-column.-small-col-5-3 {
    width: 60%;
  }
  .rs-columns.no-gutter .rs-column.-small-col-5-4 {
    width: 80%;
  }
  .rs-columns.no-gutter .rs-column.-small-col-5-5 {
    width: 100%;
  }
  .rs-columns.no-gutter .rs-column.-small-col-6-1 {
    width: 16.6666666667%;
  }
  .rs-columns.no-gutter .rs-column.-small-col-6-2 {
    width: 33.3333333333%;
  }
  .rs-columns.no-gutter .rs-column.-small-col-6-3 {
    width: 50%;
  }
  .rs-columns.no-gutter .rs-column.-small-col-6-4 {
    width: 66.6666666667%;
  }
  .rs-columns.no-gutter .rs-column.-small-col-6-5 {
    width: 83.3333333333%;
  }
  .rs-columns.no-gutter .rs-column.-small-col-6-6 {
    width: 100%;
  }
}

[id=sheet] {
  background-color: #fafafa;
}

[id=mmenuTrigger] {
  display: none;
  position: absolute;
  bottom: 24px;
  left: 20px;
}
[id=mmenuTrigger] a {
  color: #44444a;
  text-decoration: none;
  display: block;
}

.mm-list {
  font-size: 12px;
}

.mod_changelanguage {
  position: absolute;
  right: 10px;
  bottom: -5px;
  font-size: 14px;
}
.mod_changelanguage a {
  color: rgb(255, 255, 255);
}
.mod_changelanguage a:hover {
  color: rgb(255, 255, 255);
  text-decoration: underline !important;
}
.mod_changelanguage li {
  display: inline-block;
}
.mod_changelanguage li a:after {
  content: "|";
  margin: 0 2px 0 4px;
}
.mod_changelanguage li.last a:after {
  content: "";
}

@media (min-width: 992px) {
  .mod_changelanguage {
    bottom: 80px;
  }
}
.ui-datepicker-trigger,
.CalendarFieldIcon {
  margin-left: 10px;
}

.mod_quicklink {
  margin-bottom: 22px;
}
.mod_quicklink .selectBox.select.selectBox-dropdown {
  margin-bottom: 0;
}

.selectBox.select.selectBox-dropdown {
  width: auto !important;
}

.selectBox-dropdown .selectBox-label {
  padding: 2px 30px 2px 8px !important;
  width: auto !important;
}

.selectBox-dropdown-menu {
  width: auto !important;
}

.mobile_menu_trigger {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: transparent;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.mobile_menu_trigger:after {
  content: "\f0c9";
  color: #ffffff;
  font-family: "FontAwesome";
  font-size: 28px;
  position: absolute;
  left: 8px;
  line-height: 40px;
}

.mobile_menu_trigger.active:after {
  content: "\f00d";
}

.mobile_menu {
  max-width: 400px;
}

.mobile_menu .inner {
  background-color: #004680 !important;
  padding: 10px;
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (orientation: landscape) {
  .mobile_menu .inner {
    padding: 10px 10px 10px 40px;
  }
}

.mobile_menu #suchfeld {
  display: block;
  position: relative;
  top: auto;
  right: auto;
}

#nav-main-mobile {
  overflow: visible !important;
}
#nav-main-mobile li {
  display: block;
  position: relative;
}
#nav-main-mobile ul.level_1 {
  padding: 0;
  margin: 0;
  background-color: #004680;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 500;
  text-transform: normal;
}
#nav-main-mobile ul.level_1 > li {
  border-top: 1px solid #0062b3;
}
#nav-main-mobile ul.level_1 > li > a,
#nav-main-mobile ul.level_1 > li > strong {
  display: block;
  position: relative;
  z-index: 3;
  padding: 0 30px 0 15px;
  color: #ffffff;
  text-decoration: none;
}
#nav-main-mobile ul.level_1 > li > a:hover,
#nav-main-mobile ul.level_1 > li > a:focus {
  color: #ffffff;
  font-weight: bolder;
}
#nav-main-mobile ul.level_1 > li.active > a,
#nav-main-mobile ul.level_1 > li.active > strong,
#nav-main-mobile ul.level_1 > li.active > span,
#nav-main-mobile ul.level_1 > li.trail > a,
#nav-main-mobile ul.level_1 > li.trail > strong,
#nav-main-mobile ul.level_1 > li.trail > span {
  color: #ffffff;
  border-bottom: none;
  font-weight: bold;
}
#nav-main-mobile ul.level_1 > li.submenu.submenu_hide::after {
  content: "+";
  position: absolute;
  top: 0;
  right: 10px;
  cursor: pointer;
  font-weight: bolder;
}
#nav-main-mobile ul.level_1 > li.submenu.submenu_show {
  background-color: #0062b3;
}
#nav-main-mobile ul.level_1 > li.submenu.submenu_show::after {
  content: "-";
  position: absolute;
  top: 0;
  right: 10px;
  cursor: pointer;
  font-weight: bolder;
}
#nav-main-mobile ul.level_2 {
  padding: 0;
  background-color: #0062b3;
}
#nav-main-mobile ul.level_2 > li {
  border-top: 1px solid #0062b3;
}
#nav-main-mobile ul.level_2 > li > a,
#nav-main-mobile ul.level_2 > li > strong,
#nav-main-mobile ul.level_2 > li > span {
  display: block;
  position: relative;
  padding: 0 15px 0 30px;
  color: #ffffff;
  text-decoration: none;
}
#nav-main-mobile ul.level_2 > li > a:hover,
#nav-main-mobile ul.level_2 > li > a:focus {
  color: #ffffff;
  font-weight: bold;
}
#nav-main-mobile ul.level_2 > li.active > a,
#nav-main-mobile ul.level_2 > li.active > strong,
#nav-main-mobile ul.level_2 > li.active > span,
#nav-main-mobile ul.level_2 > li.trail > a,
#nav-main-mobile ul.level_2 > li.trail > strong,
#nav-main-mobile ul.level_2 > li.trail > span {
  color: #ffffff;
  border-bottom: none;
}

.cookiebar {
  background-color: #f0f0f0;
}
.cookiebar .cookiebar__text {
  margin-bottom: 1em;
  color: #404040;
}
.cookiebar .cookiebar__link {
  color: #005ca9;
}
.cookiebar .cookiebar__button {
  margin-bottom: 1em;
  background-color: #005ca9;
}
.cookiebar .cookiebar__button:hover {
  background-color: #0078dc;
}

.wow {
  visibility: hidden;
}

.fullsizeScroller.light:after {
  position: absolute;
  bottom: 50px;
  left: calc(50% - 30px);
  width: 60px;
  height: 60px;
  line-height: 60px;
  content: "\f103";
  display: block;
  font-size: 30px;
  text-indent: 0;
  font-family: "FontAwesome";
  text-align: center;
  border: 2px solid #ffffff;
  border-radius: 4px;
  color: #ffffff;
}

.fullsizeScroller.dark:after {
  position: absolute;
  bottom: 50px;
  left: calc(50% - 30px);
  width: 60px;
  height: 60px;
  line-height: 60px;
  content: "\f103";
  display: block;
  font-size: 30px;
  text-indent: 0;
  font-family: "FontAwesome";
  text-align: center;
  border: 2px solid #000000;
  border-radius: 4px;
  color: #000000;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/assets/slick/slick/ajax-loader.gif") center center no-repeat;
}

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

.slick-prev {
  background: rgb(255, 255, 255);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.9) 60%, rgba(255, 255, 255, 0.7) 90%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.9) 60%, rgba(255, 255, 255, 0.7) 90%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.9) 60%, rgba(255, 255, 255, 0.7) 90%, rgba(255, 255, 255, 0) 100%);
}

.slick-next {
  background: rgb(255, 255, 255);
  background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.9) 60%, rgba(255, 255, 255, 0.7) 90%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(right, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.9) 60%, rgba(255, 255, 255, 0.7) 90%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to left, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.9) 60%, rgba(255, 255, 255, 0.7) 90%, rgba(255, 255, 255, 0) 100%);
}

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

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

.slick-next:hover:before {
  background: transparent url(/files/themes/fhb/images/svg-icons/linie-pfeil-nach-rechts-hover.svg) center center no-repeat;
}

.slick-prev:hover:before {
  background: transparent url(/files/themes/fhb/images/svg-icons/linie-pfeil-nach-links-hover.svg) center center no-repeat;
}

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

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

.slick-prev {
  left: 0;
  z-index: 1;
}

[dir=rtl] .slick-prev {
  right: 0;
  left: auto;
  z-index: 1;
}

.slick-prev:before {
  content: "";
  background: transparent url(/files/themes/fhb/images/svg-icons/linie-pfeil-nach-links.svg) center center no-repeat;
  width: 25px;
  height: 40px;
  position: absolute;
  right: 50%;
  top: 35%;
  background-size: 100%;
}

[dir=rtl] .slick-prev:before {
  content: "";
  background: transparent url(/files/themes/fhb/images/svg-icons/linie-pfeil-nach-rechts.svg) center center no-repeat;
  width: 25px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 35%;
  background-size: 100%;
}

.slick-next {
  right: 0;
  z-index: 1;
}

[dir=rtl] .slick-next {
  right: auto;
  left: 0;
  z-index: 1;
}

.slick-next:before {
  content: "";
  background: transparent url(/files/themes/fhb/images/svg-icons/linie-pfeil-nach-rechts.svg) center center no-repeat;
  width: 25px;
  height: 40px;
  position: absolute;
  right: 50%;
  top: 35%;
  background-size: 100%;
}

[dir=rtl] .slick-next:before {
  content: "";
  background: transparent url(/files/themes/fhb/images/svg-icons/linie-pfeil-nach-links.svg) center center no-repeat;
  width: 25px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 35%;
  background-size: 100%;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

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

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

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

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

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

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

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

.slick .slidebox-1 {
  width: 100%;
  margin-bottom: 22px;
  position: relative;
  background: #EEE9E7;
}
.slick .slidebox-1 .image_container {
  margin: 0 !important;
  width: 100% !important;
  height: 100%;
  float: none !important;
}
.slick .slidebox-1 .image_container img {
  width: 100% !important;
  height: 200px !important;
  object-fit: cover;
  object-position: 50% 50%;
}
.slick .slidebox-1 .text {
  color: #404040;
  padding: 15px;
  background-color: #f0f0f0;
  height: 100%;
}
.slick .slidebox-1 .element-inner {
  width: 100%;
  position: relative;
  height: 100%;
}
@media (min-width: 768px) {
  .slick .slidebox-1 {
    height: 300px;
  }
  .slick .slidebox-1 .image_container {
    top: 0;
    left: 0;
    position: absolute;
  }
  .slick .slidebox-1 .image_container img {
    height: 300px !important;
  }
  .slick .slidebox-1 .element-inner {
    width: 768px;
    margin: 0 auto;
  }
  .slick .slidebox-1 .text {
    max-width: 500px;
    height: auto;
    position: absolute;
    top: auto;
    right: 10px;
    left: 10px;
    bottom: 10px;
    background-color: rgba(255, 255, 255, 0.8);
    color: #404040;
  }
}
@media (min-width: 992px) {
  .slick .slidebox-1 {
    height: 400px;
  }
  .slick .slidebox-1 .image_container img {
    height: 400px !important;
  }
  .slick .slidebox-1 .element-inner {
    width: 992px;
  }
}
@media (min-width: 1120px) {
  .slick .slidebox-1 .element-inner {
    width: 1120px;
  }
}

.slick .slidebox-2 {
  width: 100%;
  margin-bottom: 22px;
  position: relative;
  background: #EEE9E7;
}
.slick .slidebox-2 .image_container {
  top: 0;
  left: 0;
  position: absolute;
  margin: 0 !important;
  width: 100% !important;
  height: 100%;
}
.slick .slidebox-2 .image_container img {
  width: 100% !important;
  height: 400px !important;
  object-fit: cover;
  object-position: 50% 50%;
}
.slick .slidebox-2 .text {
  color: #404040;
  padding: 15px;
  background-color: #f0f0f0;
  height: 100%;
}
.slick .slidebox-2 .element-inner {
  width: 100%;
  position: relative;
  height: 100%;
}
@media (min-width: 768px) {
  .slick .slidebox-2 {
    height: 300px;
  }
  .slick .slidebox-2 .image_container {
    top: 0;
    left: 0;
    position: absolute;
  }
  .slick .slidebox-2 .image_container img {
    height: 300px !important;
  }
  .slick .slidebox-2 .element-inner {
    width: 768px;
    margin: 0 auto;
  }
  .slick .slidebox-2 .text {
    max-width: 500px;
    height: auto;
    position: absolute;
    top: auto;
    right: 10px;
    left: 10px;
    bottom: 10px;
    background-color: rgba(255, 255, 255, 0.8);
    color: #404040;
  }
}
@media (min-width: 992px) {
  .slick .slidebox-2 {
    height: 400px;
  }
  .slick .slidebox-2 .image_container img {
    height: 400px !important;
  }
  .slick .slidebox-2 .element-inner {
    width: 992px;
  }
}
@media (min-width: 1120px) {
  .slick .slidebox-2 .element-inner {
    width: 1120px;
  }
}

.ce_rsce_iconbox ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ce_rsce_iconbox .iconbox-wrapper.style1 {
  background-color: #ffffff;
  padding: 1em;
}
.ce_rsce_iconbox .iconbox-wrapper.style1 *[data-icon]:before {
  font: 4em/1 "FontAwesome";
  content: attr(data-icon);
  margin: 0 0.3em;
  display: block;
}
.ce_rsce_iconbox .iconbox-wrapper.style1 .iconbox-image-wrapper {
  margin-bottom: 22px;
}
.ce_rsce_iconbox .iconbox-wrapper.style1 h1, .ce_rsce_iconbox .iconbox-wrapper.style1 h2, .ce_rsce_iconbox .iconbox-wrapper.style1 h3, .ce_rsce_iconbox .iconbox-wrapper.style1 h4, .ce_rsce_iconbox .iconbox-wrapper.style1 h5, .ce_rsce_iconbox .iconbox-wrapper.style1 h6 {
  margin-top: 0;
}
.ce_rsce_iconbox .iconbox-wrapper.style1 .icon, .ce_rsce_iconbox .iconbox-wrapper.style1 .text {
  display: table-cell;
  vertical-align: top;
}
.ce_rsce_iconbox .iconbox-wrapper.style2 {
  background-color: #ffffff;
  padding: 1em;
  text-align: center;
}
.ce_rsce_iconbox .iconbox-wrapper.style2 *[data-icon]:before {
  font: 4em/1 "FontAwesome";
  content: attr(data-icon);
  margin: 0 0.3em;
  display: block;
}
.ce_rsce_iconbox .iconbox-wrapper.style2 .iconbox-image-wrapper {
  margin-bottom: 22px;
}
.ce_rsce_iconlist *[data-icon]:before {
  font: 100%/1 "FontAwesome";
  content: attr(data-icon);
  margin: 0 0.3em;
  display: block;
  line-height: 1.5;
}
.ce_rsce_iconlist ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ce_rsce_iconlist ul dt {
  padding-left: 1px;
  float: left;
  margin-right: 12px;
}
.ce_rsce_iconlist ul dd {
  float: none;
  display: table-cell;
}
.ce_rsce_iconlist ul dd p {
  margin-top: 0;
}

.ce_rsce_social_icons *[data-icon]:before {
  font: 3em/1 "FontAwesome";
  content: attr(data-icon);
  margin: 0 0.3em;
  display: block;
}
.ce_rsce_social_icons ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ce_rsce_social_icons ul li {
  display: inline-block;
  margin: 0 10px 10px 0;
}

.ce_rsce_adress .adress {
  display: block;
  margin-bottom: 22px;
}
.ce_rsce_adress .street {
  display: block;
}

.ce_rsce_tagbox_zielgruppen,
.ce_rsce_tagbox_themen {
  margin-bottom: 2em;
}
.ce_rsce_tagbox_zielgruppen .tagbox-wrapper,
.ce_rsce_tagbox_themen .tagbox-wrapper {
  border: 1px dashed #005ca9;
  border-bottom-right-radius: 20px;
  width: 100%;
  margin: 0%;
  display: inline-block;
}
.ce_rsce_tagbox_zielgruppen .tagbox-wrapper img,
.ce_rsce_tagbox_themen .tagbox-wrapper img {
  transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
}
.ce_rsce_tagbox_zielgruppen .tagbox-wrapper:hover,
.ce_rsce_tagbox_themen .tagbox-wrapper:hover {
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.16);
  background-color: #E6F0FF;
}
.ce_rsce_tagbox_zielgruppen .tagbox-wrapper:hover img,
.ce_rsce_tagbox_themen .tagbox-wrapper:hover img {
  cursor: pointer;
  cursor: -moz-pointer;
  cursor: -webkit-pointer;
  transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
}
.ce_rsce_tagbox_zielgruppen .tagbox-wrapper a,
.ce_rsce_tagbox_themen .tagbox-wrapper a {
  display: block;
}
.ce_rsce_tagbox_zielgruppen .tagbox-wrapper a:hover,
.ce_rsce_tagbox_themen .tagbox-wrapper a:hover {
  color: #005ca9;
}
@media (min-width: 480px) {
  .ce_rsce_tagbox_zielgruppen .tagbox-wrapper,
  .ce_rsce_tagbox_themen .tagbox-wrapper {
    width: 45%;
    margin: 2%;
  }
}
@media (min-width: 992px) {
  .ce_rsce_tagbox_zielgruppen .tagbox-wrapper,
  .ce_rsce_tagbox_themen .tagbox-wrapper {
    width: 29%;
    margin: 2%;
  }
}
.ce_rsce_tagbox_zielgruppen .tagbox-image-wrapper,
.ce_rsce_tagbox_themen .tagbox-image-wrapper {
  overflow: hidden;
}
.ce_rsce_tagbox_zielgruppen .tagbox-content-wrapper,
.ce_rsce_tagbox_themen .tagbox-content-wrapper {
  padding: 1em 1em 3em;
  background: transparent url(/files/themes/fhb/images/svg-icons/linie-kreis-doppelpfeil.svg) right bottom no-repeat;
  background-size: 32px 32px;
  font-size: 1.375em;
  font-weight: 600;
}

.ce_rsce_header .header-wrapper .text-wrapper {
  background-color: #ffffff;
}
.ce_rsce_header .header-wrapper .text-wrapper-inner {
  padding-top: 40px;
  padding-bottom: 20px;
}
.ce_rsce_header .header-wrapper .subHeadline {
  font-size: 20px;
  margin-bottom: 5px;
}
.ce_rsce_header .header-wrapper .headline {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
}
.ce_rsce_header .header-wrapper .headline:after {
  content: "";
  display: block;
  margin: 20px 0 30px;
  width: 100px;
  height: 3px;
  background-color: #005ca9;
}
.ce_rsce_header .header-wrapper .headline .color-primary {
  color: #005ca9;
}
.ce_rsce_header .header-wrapper .text {
  font-size: 16px;
}
.ce_rsce_header .header-wrapper .image-wrapper {
  height: 250px;
}
@media only screen and (min-width: 992px) {
  .ce_rsce_header .header-wrapper {
    height: 550px;
  }
  .ce_rsce_header .header-wrapper .text-wrapper {
    transform: skewX(-35deg);
    height: 100%;
    width: 60%;
    border-right: 10px solid #f0f0f0;
    background-color: #ffffff;
  }
  .ce_rsce_header .header-wrapper .text-wrapper-inner {
    transform: skewX(35deg);
    padding-top: 80px;
    position: absolute;
    width: 100%;
    right: 0;
    max-width: 1000px;
  }
  .ce_rsce_header .header-wrapper .subHeadline {
    font-size: 20px;
    margin-bottom: 5px;
    width: 65%;
  }
  .ce_rsce_header .header-wrapper .headline {
    width: 100%;
    font-size: 40px;
    font-weight: 600;
  }
  .ce_rsce_header .header-wrapper .headline:after {
    content: "";
    display: block;
    margin: 20px 0 30px;
    width: 100px;
    height: 3px;
    background-color: #005ca9;
  }
  .ce_rsce_header .header-wrapper .headline .color-primary {
    color: #005ca9;
  }
  .ce_rsce_header .header-wrapper .text {
    width: 75%;
    font-size: 16px;
  }
  .ce_rsce_header .header-wrapper .image-wrapper {
    height: 100%;
    width: 60%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    border-bottom: 10px solid #f0f0f0;
  }
}

.ce_rsce_header_text {
  position: absolute;
  bottom: 40px;
  left: 10px;
  right: 10px;
}
.ce_rsce_header_text .headline {
  line-height: 1.5em;
  font-size: 28px;
  text-transform: none;
  font-weight: 600;
  background: rgb(255, 255, 255);
  padding: 5px 14px;
  display: table;
  margin: 0;
}
.ce_rsce_header_text .headline .color-primary {
  color: #005ca9;
}

.mod_iso_cart.cart-mini {
  font-size: 0.8em;
  position: absolute;
  top: 7px;
  right: 20px;
}
@media (min-width: 992px) {
  .mod_iso_cart.cart-mini {
    right: 10px;
  }
}
.mod_iso_cart.cart-mini div a {
  color: #ffffff;
  border: 1px solid #005ca9;
  padding: 0.5em;
  border-radius: 5px;
  display: block;
  background-color: #005ca9;
}
.mod_iso_cart.cart-mini .empty.message {
  color: #005ca9;
  border: 1px solid #005ca9;
  padding: 0.5em;
  border-radius: 5px;
  display: block;
  background-color: #ffffff;
  margin-top: 0;
}
.mod_iso_cart.cart-mini .empty.message:before {
  color: #005ca9;
  content: "\f291";
  display: inline-block;
  font: 0.8em/1 "FontAwesome";
  margin-right: 0.5em;
}

/* Warnkorbmodul */
.mod_iso_cart.cart-main tr.row_even {
  background-color: #f6f6f6;
}
.mod_iso_cart.cart-main tr.foot_last {
  font-weight: bolder;
}
.mod_iso_cart.cart-main td {
  border: none;
  vertical-align: middle;
}
.mod_iso_cart.cart-main td.actions a.edit {
  display: none;
}
.mod_iso_cart.cart-main td.actions a.remove {
  background: url("/files/themes/seitenname/images/icon-delete.png") no-repeat center center transparent;
  display: block;
  text-indent: -99999px;
}
.mod_iso_cart.cart-main figure img {
  margin: 0.5em;
}
.mod_iso_cart.cart-main table {
  width: 100%;
  border: none !important;
}
.mod_iso_cart.cart-main table td.col_0.image {
  width: 120px;
}
.mod_iso_cart.cart-main td.actions {
  min-width: 30px;
}
.mod_iso_cart.cart-main table td.col_0 {
  display: none;
}
.mod_iso_cart.cart-main table td.col_1 ul {
  list-style: none;
  padding-left: 0;
}
.mod_iso_cart.cart-main table td.quantity {
  text-align: center;
}
.mod_iso_cart.cart-main table td.quantity input {
  margin-top: 11px;
  margin-bottom: 11px;
}
.mod_iso_cart.cart-main table td.tax {
  font-size: 0.7em;
}
.mod_iso_cart.cart-main table td {
  padding: 3px;
}
.mod_iso_cart.cart-main table td.name {
  text-align: right;
}
.mod_iso_cart.cart-main input.text {
  max-width: 60px;
}
.mod_iso_cart.cart-main table tbody tr.produc.row_last {
  border-bottom: 1px solid blue;
}
.mod_iso_cart.cart-main table tfoot .foot_2 td.name,
.mod_iso_cart.cart-main table tfoot .foot_2 td.total {
  font-weight: bold;
}
.mod_iso_cart.cart-main table tfoot .foot_first td {
  padding-top: 10px;
}
.mod_iso_cart.cart-main .submit_container {
  margin-top: 40px;
  overflow: auto;
}
.mod_iso_cart.cart-main .button_update {
  width: auto;
  float: left;
  color: #005ca9 !important;
  background-color: #f0f0f0 !important;
  margin-right: 20px;
}
.mod_iso_cart.cart-main .button_update:hover {
  background-color: #005ca9 !important;
}
.mod_iso_cart.cart-main a.submit.continue {
  display: block;
  width: auto;
  color: #005ca9 !important;
  margin: 19px 22px;
  float: left;
}
.mod_iso_cart.cart-main .button_continue {
  width: auto;
}
.mod_iso_cart.cart-main .button_cart {
  display: none;
}
.mod_iso_cart.cart-main .button_checkout {
  float: right;
  font-size: 1.3em;
  padding-right: 2em;
  padding-left: 2em;
  width: auto;
}
.mod_iso_cart.cart-main .mod_iso_cart_address table {
  width: 80%;
  border-collapse: separate;
  border-spacing: 5px;
}

@media only screen and (min-width: 992px) {
  .mod_iso_cart table td.col_0 {
    display: block;
  }
}
.mod_iso_cart_address table th,
.mod_iso_cart_address table td {
  padding: 5px;
  margin: 5px;
}

.mod_iso_cart_address select {
  width: 100%;
}

.mod_iso_shipping_calculator table {
  width: 80%;
  border-collapse: separate;
  border-spacing: 5px;
}

.mod_iso_shipping_calculator table th,
.mod_iso_shipping_calculator table td {
  background-color: #fff;
  padding: 5px;
  margin: 5px;
}

.mod_iso_checkout .steps {
  margin-bottom: 30px;
}

.mod_iso_checkout .steps ol {
  list-style: none;
  padding: 0;
}

.mod_iso_checkout .steps ol li {
  float: left;
  margin: 5px;
}

.mod_iso_checkout .steps ol li span,
.mod_iso_checkout .steps ol li a {
  color: #005ca9;
  border: 1px solid #005ca9;
  padding: 0.5em 1.8em;
  display: block;
  text-decoration: none;
}

.mod_iso_checkout .steps ol li.passed a {
  color: #ffffff;
  border: 1px solid transparent;
  background-color: #005ca9;
}

.mod_iso_checkout .steps ol li.passed a:hover {
  background-color: #1092ff;
}

.mod_iso_checkout table .foot_3 td.name,
.mod_iso_checkout table .foot_3 td.total {
  font-weight: bold;
}

.mod_iso_checkout input.previous {
  width: 30%;
  background-color: #fff !important;
  color: #005ca9 !important;
}

.mod_iso_checkout input.next {
  width: 30%;
  float: right;
}

.mod_iso_checkout #iso_mod_checkout_review input.previous {
  width: 30%;
  background-color: #ffffff;
  color: #000000;
}

.mod_iso_checkout #iso_mod_checkout_review input.confirm {
  width: 30%;
  float: right;
}

/* RECHNUNGSADRESSE
//
*/
.mod_iso_checkout .radio_container {
  padding-left: 5px;
}

.mod_iso_checkout .submit_container {
  margin: 20px 0;
  overflow: auto;
}

.paymentmethod #ctrl_PaymentMethod > span {
  display: block;
}

.paymentmethod label,
.shippingmethod label {
  font-weight: bold;
}

.paymentmethod .note,
.shippingmethod .note {
  margin-top: 10px;
  font-size: 0.9em;
  font-weight: normal;
  line-height: 140%;
  padding-left: 20px;
  display: block;
}

.shippingmethod label span.currency {
  display: inline !important;
}

th {
  text-align: left;
}

.review.orderproducts table,
.mod_iso_orderdetails table {
  width: 100%;
}

.review.orderproducts table .col_ img,
.review.orderproducts table .col_0 img,
.mod_iso_orderdetails table .col_ figure img,
.mod_iso_orderdetails table .col_0 figure img {
  width: 80px;
}

.review.orderproducts table .col_1 {
  width: 550px;
}
.review.orderproducts table .col_1 ul {
  list-style: none;
  padding-left: 0;
}

.mod_iso_orderdetails table .col_1 {
  width: 350px;
}

.review.orderproducts table tfoot .col_1,
.mod_iso_orderdetails table tfoot .col_1 {
  text-align: right;
}

.review.orderproducts table .col_6,
.mod_iso_orderdetails table .col_6 {
  display: none;
}

.mod_iso_checkout .info_container,
.mod_iso_orderdetails .info_container,
.mod_iso_checkout .orderproducts {
  margin: 10px 0;
  border: 1px solid #eff0e0;
  padding: 5px;
}

.mod_iso_checkout .info_container .edit:before {
  content: "\f040";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  margin-right: 5px;
}

.mod_iso_checkout .info_container .edit {
  font-size: 0.9em;
  padding: 5px;
  margin-bottom: 10px;
}

.orderconditionsafterproducts {
  background-color: #f0f0f0;
  padding: 5px;
}

.orderconditionsafterproducts label div,
.orderconditionsafterproducts label p {
  display: inline;
}

.nav-kundenbereich ul {
  wifth: 100%;
  padding: 0;
  margin: 0 0 1.5em;
}
.nav-kundenbereich ul li {
  display: inline-block;
  margin: 0 10px 10px 0;
}
.nav-kundenbereich ul li.last {
  margin-right: 0;
}
.nav-kundenbereich ul li a, .nav-kundenbereich ul li strong {
  padding: 0.4em 0.8em;
  background-color: #005ca9;
  color: #ffffff !important;
  border-radius: 4px;
  font-weight: normal;
  display: block;
}
.nav-kundenbereich ul li a:focus, .nav-kundenbereich ul li a:hover, .nav-kundenbereich ul li a.active, .nav-kundenbereich ul li strong {
  background-color: #e6f0ff;
}

.mod_iso_orderhistory table {
  width: 100%;
}

.mod_iso_orderhistory td.link a {
  margin-right: 25px;
  white-space: nowrap;
}

.tl_confirm,
.iso_confirm {
  padding: 0.5em 0.8em;
  background-color: #dff0d8;
  color: #404040;
  border: 1px dashed #619138;
  border-radius: 4px;
}

.widget.evgstandorte {
  background-color: #004680;
  padding: 1em;
  margin-bottom: 1em;
}
.widget.evgstandorte label {
  font-weight: bold;
}
.widget.evgstandorte label:before {
  font-weight: normal;
  content: "Wenn Sie die bestellten Artikel über eine EVG Geschäftsstelle abrechnen möchten, wählen Sie diese bitte hier aus. \aWir versenden die Rechnung dann direkt an die Geschäftsstelle.";
  display: block;
  white-space: pre-line;
  margin-bottom: 1em;
}

.mod_iso_addressbook .buttons {
  background-color: #f0f0f0;
  padding: 0.4em;
}
.mod_iso_addressbook .buttons a {
  margin-right: 1em;
}
.mod_iso_addressbook > div {
  margin: 22px 0;
}
.mod_iso_addressbook > div .vcard {
  margin-top: 0.5em;
}

.billingaddress fieldset > span,
.shippingaddress fieldset > span {
  display: block;
}
.billingaddress .vcard,
.shippingaddress .vcard {
  min-width: 50%;
  display: inline-table;
  background-color: #f0f0f0;
  padding: 0 1em 1em;
  font-size: 0.9em;
  line-height: 1.1;
}

.mod_iso_productfilter .search {
  margin-bottom: 2em;
}
.mod_iso_productfilter .search label {
  display: none;
}
.mod_iso_productfilter .search input.text {
  max-width: 60%;
  width: 400px;
  float: left;
}
.mod_iso_productfilter .search input.submit {
  vertical-align: middle;
  margin-left: 10px;
  margin-top: 0;
  float: none;
}
.mod_iso_productfilter a.clear_filters {
  display: none;
}

.mod_iso_productlist .product {
  width: 47.5%;
  padding: 1em;
  margin-bottom: 1em;
  margin-right: 5%;
  float: left;
  background-color: #f0f0f0;
  min-height: 0;
}
.mod_iso_productlist .product:nth-child(2n-1) {
  clear: both;
}
.mod_iso_productlist .product:nth-child(2n-2) {
  margin-right: 0;
}
.mod_iso_productlist .product h5 {
  margin-bottom: 0;
}
.mod_iso_productlist .product .sku {
  display: none;
}
.mod_iso_productlist .product .price {
  font-weight: bold;
  margin-top: 0.5em;
}
.mod_iso_productlist .product .details a {
  font-size: 14px !important;
}
.mod_iso_productlist .product .submit_container .add_to_cart {
  font-size: 14px !important;
}

@media (min-width: 768px) {
  .mod_iso_productlist .product {
    min-height: 320px;
  }
}
@media (min-width: 992px) {
  .mod_iso_productlist.three-in-row .product {
    width: 30.8642%;
    padding: 1em;
    margin-bottom: 1em;
    margin-right: 3.7037%;
    float: left;
    background-color: #f0f0f0;
  }
  .mod_iso_productlist.three-in-row .product:nth-child(2n-1) {
    clear: none;
  }
  .mod_iso_productlist.three-in-row .product:nth-child(2n-2) {
    margin-right: 3.7037%;
  }
  .mod_iso_productlist.three-in-row .product:nth-child(3n-2) {
    clear: both;
  }
  .mod_iso_productlist.three-in-row .product:nth-child(3n-3) {
    margin-right: 0;
  }
  .mod_iso_productlist.four-in-row .product {
    width: 23%;
    padding: 1em;
    margin-bottom: 1em;
    margin-right: 2.66%;
    float: left;
    background-color: #f0f0f0;
  }
  .mod_iso_productlist.four-in-row .product:nth-child(2n-1) {
    clear: none;
  }
  .mod_iso_productlist.four-in-row .product:nth-child(2n-2) {
    margin-right: 2.66%;
  }
  .mod_iso_productlist.four-in-row .product:nth-child(4n-3) {
    clear: both;
  }
  .mod_iso_productlist.four-in-row .product:nth-child(4n-4) {
    margin-right: 0;
  }
}
.mod_iso_productreader .product-top-block .product-images {
  width: 100%;
  float: none;
  margin-top: 2em;
  text-align: center;
}
.mod_iso_productreader .product-top-block .product-images .gallery-image {
  display: inline-block;
  margin: 20px;
}
.mod_iso_productreader .product-top-block .product-texts {
  margin-top: 2em;
  width: 100%;
  float: none;
}
.mod_iso_productreader .product-top-block .product-texts .offer > .price {
  font-size: 2em;
  margin: 0.8em 0 0;
}
.mod_iso_productreader .product-top-block .product-texts .pricehint {
  margin-bottom: 2em;
}
.mod_iso_productreader .product-top-block .product-texts .price_tiers {
  font-size: 0.8em;
}
.mod_iso_productreader .product-top-block .product-texts .add_to_cart {
  width: 100%;
}
.mod_iso_productreader .product-top-block .product-texts .options {
  padding: 1em;
  background-color: #004680;
  margin-bottom: 22px;
}
.mod_iso_productreader .product-top-block .product-texts .options legend {
  font-weight: bold;
}
.mod_iso_productreader .description {
  margin-top: 2em;
  clear: both;
}
.mod_iso_productreader .back {
  margin-top: 3em;
}

@media (min-width: 768px) {
  .mod_iso_productreader .product-top-block .product-images {
    width: 48%;
    float: left;
  }
  .mod_iso_productreader .product-top-block .product-texts {
    margin-top: 0;
    width: 48%;
    float: right;
  }
}
.ce_fhb_next_seminars {
  position: relative;
  overflow: visible;
}
.ce_fhb_next_seminars:after {
  content: " ";
  position: absolute;
  right: 0px;
  top: -3.5em;
  background-size: contain;
  width: 4em;
  height: 4em;
  background: transparent url(/files/themes/fhb/images/svg-icons/alarm-clock.svg) center center no-repeat;
}
.ce_fhb_next_seminars .table, .ce_fhb_next_seminars .ce_markdown table, .ce_markdown .ce_fhb_next_seminars table {
  display: table;
  border: none;
  margin-bottom: 0;
  background-color: transparent;
}
.ce_fhb_next_seminars .tr {
  display: table;
  width: 100%;
}
.ce_fhb_next_seminars .td {
  display: table-cell;
  padding: 20px;
  vertical-align: middle;
}
.ce_fhb_next_seminars .ergebnisse {
  font-size: 1em;
  margin-bottom: 1em;
  width: 100%;
}
.ce_fhb_next_seminars .ergebnisse a .seminartermin-block {
  color: #404040 !important;
}
.ce_fhb_next_seminars .ergebnisse .seminartermin-block .tr:hover {
  background-color: #E6F0FF;
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.16);
  cursor: pointer;
}
.ce_fhb_next_seminars .ergebnisse .seminartermin-block .tr {
  background-color: #ffffff;
  margin-bottom: 10px;
  min-height: 96px;
}
.ce_fhb_next_seminars .ergebnisse .seminartermin-block .tr:hover {
  background-color: #E6F0FF !important;
}
.ce_fhb_next_seminars .ergebnisse .seminartermin-block .td_1 {
  width: 100%;
  font-size: 1.2em;
  color: #005ca9;
  display: block;
}
.ce_fhb_next_seminars .ergebnisse .seminartermin-block .td_2 {
  width: 100%;
  text-align: center;
  display: block;
  min-width: 160px;
}
@media (min-width: 768px) {
  .ce_fhb_next_seminars .ergebnisse .seminartermin-block .td_1 {
    width: 80%;
    display: table-cell;
  }
  .ce_fhb_next_seminars .ergebnisse .seminartermin-block .td_2 {
    text-align: right;
    width: 20%;
    display: table-cell;
  }
}

.ce_fhb_order_info .w-fragen {
  margin-bottom: 11px;
  display: table;
}
.ce_fhb_order_info .w-frage {
  display: table-cell;
  width: 60px;
  font-weight: 600;
}
.ce_fhb_order_info .w-antwort {
  display: table-cell;
}
.ce_fhb_order_info .ort {
  margin-bottom: 11px;
}
.ce_fhb_order_info .change-link {
  text-align: right;
  margin-top: 2em;
}
.ce_fhb_order_info .change-link a {
  display: inline-block;
}

.ce_fhb_referenzen .referenz-liste .cols {
  margin-bottom: 3%;
}
.ce_fhb_referenzen .referenz-liste img {
  border: 1px solid #005ca9;
}
.ce_fhb_referenzen .referenz-liste .cols {
  width: calc(100% / 3 - 3% + 3% / 3);
  float: left !important;
  margin-right: 3%;
}
.ce_fhb_referenzen .referenz-liste .cols:nth-of-type(1n) {
  margin-right: 3%;
  clear: none;
}
.ce_fhb_referenzen .referenz-liste .cols:nth-of-type(3n+3) {
  margin-right: 0;
}
.ce_fhb_referenzen .referenz-liste .cols:nth-of-type(3n+1) {
  clear: both;
}
@media (min-width: 768px) {
  .ce_fhb_referenzen .referenz-liste .cols {
    width: calc(100% / 4 - 3% + 3% / 4);
    float: left !important;
    margin-right: 3%;
  }
  .ce_fhb_referenzen .referenz-liste .cols:nth-of-type(1n) {
    margin-right: 3%;
    clear: none;
  }
  .ce_fhb_referenzen .referenz-liste .cols:nth-of-type(4n+4) {
    margin-right: 0;
  }
  .ce_fhb_referenzen .referenz-liste .cols:nth-of-type(4n+1) {
    clear: both;
  }
}
@media (min-width: 992px) {
  .ce_fhb_referenzen .referenz-liste .cols {
    width: calc(100% / 5 - 3% + 3% / 5);
    float: left !important;
    margin-right: 3%;
  }
  .ce_fhb_referenzen .referenz-liste .cols:nth-of-type(1n) {
    margin-right: 3%;
    clear: none;
  }
  .ce_fhb_referenzen .referenz-liste .cols:nth-of-type(5n+5) {
    margin-right: 0;
  }
  .ce_fhb_referenzen .referenz-liste .cols:nth-of-type(5n+1) {
    clear: both;
  }
}

/* ------------------------------------- */
/* Navigation Schulungsbereiche Boxes */
.mod_FhbModSeminarCategorieBoxes,
.ce_fhb_seminar_categories_boxes {
  margin-left: 20px;
  margin-right: 20px;
  padding: 0 20px 10px;
}
.mod_FhbModSeminarCategorieBoxes .tagbox-wrapper,
.ce_fhb_seminar_categories_boxes .tagbox-wrapper {
  border: 1px dashed #005ca9;
  border-bottom-right-radius: 20px;
  width: 100%;
  margin: 0%;
  display: inline-block;
}
.mod_FhbModSeminarCategorieBoxes .tagbox-wrapper img,
.ce_fhb_seminar_categories_boxes .tagbox-wrapper img {
  transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
}
.mod_FhbModSeminarCategorieBoxes .tagbox-wrapper:hover,
.ce_fhb_seminar_categories_boxes .tagbox-wrapper:hover {
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.16);
  background-color: #E6F0FF;
}
.mod_FhbModSeminarCategorieBoxes .tagbox-wrapper:hover img,
.ce_fhb_seminar_categories_boxes .tagbox-wrapper:hover img {
  cursor: pointer;
  cursor: -moz-pointer;
  cursor: -webkit-pointer;
  transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
}
.mod_FhbModSeminarCategorieBoxes .tagbox-wrapper a,
.ce_fhb_seminar_categories_boxes .tagbox-wrapper a {
  display: block;
}
.mod_FhbModSeminarCategorieBoxes .tagbox-wrapper a:hover,
.ce_fhb_seminar_categories_boxes .tagbox-wrapper a:hover {
  color: #005ca9;
}
.mod_FhbModSeminarCategorieBoxes .tagbox-image-wrapper,
.ce_fhb_seminar_categories_boxes .tagbox-image-wrapper {
  overflow: hidden;
}
.mod_FhbModSeminarCategorieBoxes .tagbox-content-wrapper,
.ce_fhb_seminar_categories_boxes .tagbox-content-wrapper {
  padding: 15px 15px 30px;
  background: transparent url(/files/themes/fhb/images/svg-icons/linie-kreis-doppelpfeil.svg) right bottom no-repeat;
  background-size: 32px 32px;
  font-size: 1.375em;
  font-weight: 600;
}

.ce_fhb_seminar_details_dates {
  margin-top: 3em;
}

.ce_fhb_seminar_details_dates .termine {
  position: relative;
  padding-left: 3.5em;
}

.ce_fhb_seminar_details_dates .termine:before {
  content: " ";
  position: absolute;
  left: 0px;
  top: -5px;
  background-size: contain;
  width: 3em;
  height: 2em;
  background: transparent url(/files/themes/fhb/images/svg-icons/line-glocke.svg) center center no-repeat;
}

.ce_fhb_seminar_details_dates .seminare-termine .table, .ce_fhb_seminar_details_dates .seminare-termine .ce_markdown table, .ce_markdown .ce_fhb_seminar_details_dates .seminare-termine table {
  display: table;
  border: none;
  margin-bottom: 0;
  background-color: transparent;
}

.ce_fhb_seminar_details_dates .seminare-termine .tr {
  display: table-row;
}

.ce_fhb_seminar_details_dates .seminare-termine .td {
  display: table-cell;
  padding: 20px;
  vertical-align: middle;
}

.ce_fhb_seminar_details_dates .seminare-termine .akkordeon .akkordeon-item {
  margin-bottom: 10px;
  width: 99%;
}

.ce_fhb_seminar_details_dates .seminare-termine .akkordeon .akkordeon-item:hover {
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.16);
}

.ce_fhb_seminar_details_dates .seminare-termine .akkordeon .akkordeon-head .tr {
  background-color: white;
  display: table;
  width: 100%;
  min-height: 73px;
}

.ce_fhb_seminar_details_dates .seminare-termine .akkordeon .akkordeon-head .tr:hover {
  background-color: #E6F0FF;
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.16);
  cursor: pointer;
}

.ce_fhb_seminar_details_dates .seminare-termine .akkordeon .akkordeon-head .tr:hover .td_1 {
  width: 5%;
  text-align: left;
  position: relative;
}

.ce_fhb_seminar_details_dates .seminare-termine .akkordeon .akkordeon-head .tr:hover .td_1:before {
  content: "";
  width: 1.2em;
  height: 1.2em;
  background: transparent url(/files/themes/fhb/images/svg-icons/linie-pfeil-nach-unten-hover.svg) center center no-repeat;
  position: absolute;
  left: 20px;
  top: 0;
  height: 100%;
}

.ce_fhb_seminar_details_dates .seminare-termine .akkordeon .akkordeon-head .td_1 {
  width: 5%;
  text-align: left;
  position: relative;
}

.ce_fhb_seminar_details_dates .seminare-termine .akkordeon .akkordeon-head .td_1:before {
  content: "";
  width: 1.2em;
  height: 1.2em;
  background: transparent url(/files/themes/fhb/images/svg-icons/linie-pfeil-nach-unten.svg) center center no-repeat;
  position: absolute;
  left: 20px;
  top: 0;
  height: 100%;
}

.ce_fhb_seminar_details_dates .seminare-termine .akkordeon .akkordeon-head.trigger-open .td_1:before {
  background: transparent url(/files/themes/fhb/images/svg-icons/linie-pfeil-nach-oben.svg) center center no-repeat;
}

.ce_fhb_seminar_details_dates .seminare-termine .akkordeon .akkordeon-head.trigger-open .tr:hover .td_1:before {
  background: transparent url(/files/themes/fhb/images/svg-icons/linie-pfeil-nach-oben-hover.svg) center center no-repeat;
}

.ce_fhb_seminar_details_dates .seminare-termine .akkordeon .akkordeon-head.trigger-open .tr:hover .td_4:before {
  background: transparent url(/files/themes/fhb/images/svg-icons/linie-x-hover.svg) center center no-repeat;
}

.ce_fhb_seminar_details_dates .seminare-termine .akkordeon .akkordeon-head .td_2 {
  width: 30%;
  min-width: 120px;
  font-weight: 600;
  color: #005ca9;
}

.ce_fhb_seminar_details_dates .seminare-termine .akkordeon .akkordeon-head .td_3 {
  width: 55%;
}

.ce_fhb_seminar_details_dates .seminare-termine .akkordeon .akkordeon-head .td_4 {
  width: 10%;
  min-width: 165px;
  text-align: right;
  position: relative;
}

.ce_fhb_seminar_details_dates .seminare-termine .akkordeon .akkordeon-head.trigger-open .td_4:before {
  content: "";
  width: 1.2em;
  height: 1.2em;
  background: transparent url(/files/themes/fhb/images/svg-icons/linie-x.svg) center center no-repeat;
  position: absolute;
  right: 20px;
  top: 0;
  height: 100%;
}

.ce_fhb_seminar_details_dates .seminare-termine .akkordeon .akkordeon-head.trigger-open .td_4 .fake-button-outline-primary {
  display: none;
}

.ce_fhb_seminar_details_dates .seminare-termine .akkordeon .akkordeon-body {
  display: none;
  background-color: white;
  margin-bottom: 1em;
  width: 100%;
  border-top: 1px solid #005ca9;
}

.ce_fhb_seminar_details_dates .seminare-termine .akkordeon .akkordeon-body .seminartitel {
  padding: 20px;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.1em;
}

.ce_fhb_seminar_details_dates .seminare-termine .akkordeon .akkordeon-body .table.seminardetails, .ce_fhb_seminar_details_dates .seminare-termine .akkordeon .akkordeon-body .ce_markdown table.seminardetails, .ce_markdown .ce_fhb_seminar_details_dates .seminare-termine .akkordeon .akkordeon-body table.seminardetails {
  margin-left: 0;
  width: auto;
}

.ce_fhb_seminar_details_dates .seminare-termine .akkordeon .akkordeon-body .td {
  width: 100%;
}

.ce_fhb_seminar_details_dates .seminare-termine .akkordeon .akkordeon-body .td_1 {
  width: 100%;
  font-weight: 600;
  display: block;
  padding-bottom: 0;
}

.ce_fhb_seminar_details_dates .seminare-termine .akkordeon .akkordeon-body .td_2 {
  width: 100%;
  display: block;
  padding-bottom: 0;
}

.ce_fhb_seminar_details_dates .seminare-termine .akkordeon .akkordeon-body .tr.investition .td {
  font-size: 1.1em;
}

.ce_fhb_seminar_details_dates .seminare-termine .akkordeon .akkordeon-body .tr.button .td_1 {
  width: 100%;
}

.ce_fhb_seminar_details_dates .seminare-termine .akkordeon .akkordeon-body .tr.button .td_2 {
  width: 100%;
  text-align: center;
  padding-top: 0px;
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .ce_fhb_seminar_details_dates .seminare-termine .akkordeon .akkordeon-body {
    padding-left: 2em;
    padding-right: 2em;
  }
  .ce_fhb_seminar_details_dates .seminare-termine .akkordeon .akkordeon-body .seminartitel {
    padding: 2em 1em 1em 25px;
  }
  .ce_fhb_seminar_details_dates .seminare-termine .akkordeon .akkordeon-body .table.seminardetails, .ce_fhb_seminar_details_dates .seminare-termine .akkordeon .akkordeon-body .ce_markdown table.seminardetails, .ce_markdown .ce_fhb_seminar_details_dates .seminare-termine .akkordeon .akkordeon-body table.seminardetails {
    margin-left: 60px;
  }
  .ce_fhb_seminar_details_dates .seminare-termine .akkordeon .akkordeon-body .td_1 {
    display: table-cell;
    padding: 10px;
  }
  .ce_fhb_seminar_details_dates .seminare-termine .akkordeon .akkordeon-body .td_2 {
    display: table-cell;
    min-width: 400px;
    padding: 10px;
  }
  .ce_fhb_seminar_details_dates .seminare-termine .akkordeon .akkordeon-body .tr.referent .td {
    padding-bottom: 20px;
  }
  .ce_fhb_seminar_details_dates .seminare-termine .akkordeon .akkordeon-body .tr.investition .td {
    border-top: 1px solid grey;
    padding: 20px 10px;
  }
  .ce_fhb_seminar_details_dates .seminare-termine .akkordeon .akkordeon-body .tr.button .td_1 {
    width: 50%;
  }
  .ce_fhb_seminar_details_dates .seminare-termine .akkordeon .akkordeon-body .tr.button .td_2 {
    width: 50%;
    text-align: right;
    padding-top: 20px;
  }
}
.ce_fhb_seminar_details_dates .seminare-termine .akkordeon .akkordeon-body .soldOut {
  color: #CD1719;
}

.ce_fhb_seminar_details_dates .seminare-termine .akkordeon .akkordeon-body .soldOut img {
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
}

.ce_fhb_seminar_details_dates .seminare-termine .akkordeon .akkordeon-body .fewPlacesLeft {
  color: #F07D00;
}

.ce_fhb_seminar_details_dates .seminare-termine .akkordeon .akkordeon-body .fewPlacesLeft img {
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
}

@media (min-width: 768px) {
  .ce_fhb_seminar_details_dates .seminare-termine .akkordeon .akkordeon-body .tr.button .td_1 {
    position: relative;
  }
  .ce_fhb_seminar_details_dates .seminare-termine .akkordeon .akkordeon-body .fewPlacesLeft {
    position: absolute;
    bottom: 40px;
    width: 500px;
  }
}
.ce_fhb_seminar_details_dates .seminare-termine .akkordeon .akkordeon-head.trigger-open + .akkordeon-body {
  display: block !important;
}

.ce_fhb_seminar_details_description {
  margin-top: 22px;
  margin-bottom: 22px;
}
.ce_fhb_seminar_details_description .nutzen {
  position: relative;
  padding-left: 3.5em;
  margin-top: 3em;
}
.ce_fhb_seminar_details_description .nutzen:before {
  content: " ";
  position: absolute;
  left: 0px;
  top: -5px;
  background-size: contain;
  width: 3em;
  height: 2em;
  background: transparent url(/files/themes/fhb/images/svg-icons/line-berg.svg) center center no-repeat;
}
.ce_fhb_seminar_details_description .seminarinhalt,
.ce_fhb_seminar_details_description #seminarbeschreibung {
  position: relative;
  padding-left: 3.5em;
  margin-top: 3em;
}
.ce_fhb_seminar_details_description .seminarinhalt:before,
.ce_fhb_seminar_details_description #seminarbeschreibung:before {
  content: " ";
  position: absolute;
  left: 0px;
  top: -5px;
  background-size: contain;
  width: 3em;
  height: 2em;
  background: transparent url(/files/themes/fhb/images/svg-icons/line-ordner-plus.svg) center center no-repeat;
}
.ce_fhb_seminar_details_description .esf-foerderung {
  position: relative;
  padding-left: 3.5em;
  margin-top: 3em;
}
.ce_fhb_seminar_details_description .esf-foerderung:before {
  content: " ";
  position: absolute;
  left: 0px;
  top: -5px;
  background-size: contain;
  width: 3em;
  height: 2em;
  background: transparent url(/files/themes/fhb/images/svg-icons/line-ordner-plus.svg) center center no-repeat;
}
.ce_fhb_seminar_details_description .zielgruppe {
  position: relative;
  padding-left: 3.5em;
  margin-top: 3em;
}
.ce_fhb_seminar_details_description .zielgruppe:before {
  content: " ";
  position: absolute;
  left: 0px;
  top: -5px;
  background-size: contain;
  width: 3em;
  height: 2em;
  background: transparent url(/files/themes/fhb/images/svg-icons/line-zielgruppe.svg) center center no-repeat;
}
.ce_fhb_seminar_details_description .voraussetzungen {
  position: relative;
  padding-left: 3.5em;
  margin-top: 3em;
}
.ce_fhb_seminar_details_description .voraussetzungen:before {
  content: " ";
  position: absolute;
  left: 0px;
  top: -5px;
  background-size: contain;
  width: 3em;
  height: 2em;
  background: transparent url(/files/themes/fhb/images/svg-icons/voraussetzungen.svg) center center no-repeat;
}

.mod_FhbCteSeminarDetailsFunding {
  margin-top: 22px;
  margin-bottom: 22px;
}
.mod_FhbCteSeminarDetailsFunding .esf-foerderung {
  position: relative;
  padding-left: 3.5em;
  margin-top: 3em;
}
.mod_FhbCteSeminarDetailsFunding .esf-foerderung:before {
  content: " ";
  position: absolute;
  left: 0px;
  top: -5px;
  background-size: contain;
  width: 3em;
  height: 2em;
  background: transparent url(/files/themes/fhb/images/svg-icons/line-zielgruppe.svg) center center no-repeat;
}

.ce_fhb_seminar_speaker .speaker {
  margin-bottom: 20px;
}
.ce_fhb_seminar_speaker .speaker .name {
  font-weight: 600;
}
.ce_fhb_seminar_speaker .seminarspeaker {
  position: relative;
  padding-left: 3.5em;
  margin-top: 3em;
}
.ce_fhb_seminar_speaker .seminarspeaker:before {
  content: " ";
  position: absolute;
  left: 0px;
  top: -5px;
  background-size: contain;
  width: 3em;
  height: 2em;
  background: transparent url(/files/themes/fhb/images/svg-icons/line-person-rahmen.svg) center center no-repeat;
}

.mod_FhbCteSeminarDetailsTestimonials {
  margin-top: 22px;
  margin-bottom: 22px;
}
.mod_FhbCteSeminarDetailsTestimonials .testimonials {
  position: relative;
  padding-left: 3.5em;
  margin-top: 3em;
}
.mod_FhbCteSeminarDetailsTestimonials .testimonials:before {
  content: " ";
  position: absolute;
  left: 0px;
  top: -5px;
  background-size: contain;
  width: 3em;
  height: 2em;
  background: transparent url(/files/themes/fhb/images/svg-icons/line-stern.svg) center center no-repeat;
}

.mod_FhbCteSeminarDetailsText {
  margin-bottom: 20px;
}

/* Tabletts */
@media only screen and (max-width: 768px) {
  .mod_FhbCteSeminarDetailsText .mod_fhb_seminarausgabe_details_beschreibungstext img {
    float: none !important;
    display: block;
    margin-bottom: 22px !important;
  }
}
.ce_fhb_seminar_details_usp_liste ul {
  font-size: 18px;
  font-weight: 600;
}
.ce_fhb_seminar_details_usp_liste ul li {
  padding-left: 3em;
}

.ce_fhb_seminar_details_usp_listeRechts .uspListeRechts ul {
  margin: 0;
}

.ce_fhb_seminar_list .table, .ce_fhb_seminar_list .ce_markdown table, .ce_markdown .ce_fhb_seminar_list table {
  display: table;
  border: none;
  margin-bottom: 0;
  background-color: transparent;
}

.ce_fhb_seminar_list .tr {
  display: table;
  width: 100%;
}

.ce_fhb_seminar_list .td {
  display: table-cell;
  padding: 20px;
  vertical-align: middle;
}

.ce_fhb_seminar_list .ergebnisse {
  margin-bottom: 1em;
  width: 100%;
  font-size: 1em;
}

.ce_fhb_seminar_list .ergebnisse .seminartermin-block {
  width: 99%;
}

.ce_fhb_seminar_list .ergebnisse .seminartermin-block .tr {
  background-color: #f0f0f0;
  margin-bottom: 10px;
  min-height: 88px;
}

.ce_fhb_seminar_list .ergebnisse .seminartermin-block .tr:hover {
  background-color: #E6F0FF;
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.16);
  cursor: pointer;
}

.ce_fhb_seminar_list .ergebnisse .seminartermin-block .td_1 {
  width: 80%;
  font-size: 1.2em;
  color: #005ca9;
  text-align: left;
}

.ce_fhb_seminar_list .ergebnisse .seminartermin-block .td_2 {
  width: 20%;
  text-align: right;
  min-width: 160px;
}

.ce_fhb_seminar_locations .bundeslandliste {
  margin: 1em 0 1em;
  padding: 1em 0 1em;
}
.ce_fhb_seminar_locations .bundeslandliste li {
  list-style: none;
  display: inline-block;
  padding: 0 0.5em;
  border-right: 1px solid black;
  margin-bottom: 1em;
}
.ce_fhb_seminar_locations .bundeslandliste li[class^=bundesland-] {
  cursor: pointer;
}
.ce_fhb_seminar_locations .bundeslandliste li[class^=bundesland-].active span {
  border-bottom: 1px dashed #005ca9;
}
.ce_fhb_seminar_locations .bundeslandliste li[class^=bundesland-] span:hover {
  color: #7295CD;
  border-bottom: 1px dashed #7295CD;
}
.ce_fhb_seminar_locations .bundeslandliste .no-location {
  display: none;
}
.ce_fhb_seminar_locations .table, .ce_fhb_seminar_locations .ce_markdown table, .ce_markdown .ce_fhb_seminar_locations table {
  display: table;
  border: none;
  margin-bottom: 0;
  background-color: transparent;
}
.ce_fhb_seminar_locations .tr {
  display: table;
  width: 100%;
}
.ce_fhb_seminar_locations .td {
  display: table-cell;
  padding: 20px;
  vertical-align: middle;
}
.ce_fhb_seminar_locations .akkordeon .akkordeon-item {
  margin-bottom: 10px;
  width: 99%;
}
.ce_fhb_seminar_locations .akkordeon .akkordeon-item:hover {
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.16);
}
.ce_fhb_seminar_locations .akkordeon .akkordeon-head .tr {
  background-color: #f0f0f0;
  display: table;
  width: 100%;
}
.ce_fhb_seminar_locations .akkordeon .akkordeon-head .tr:hover {
  background-color: #E6F0FF;
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.16);
  cursor: pointer;
}
.ce_fhb_seminar_locations .akkordeon .akkordeon-head .tr:hover .td_1 {
  position: relative;
}
.ce_fhb_seminar_locations .akkordeon .akkordeon-head .tr:hover .td_1:before {
  content: "";
  width: 1.2em;
  height: 1.2em;
  background: transparent url(/files/themes/fhb/images/svg-icons/linie-pfeil-nach-unten-hover.svg) center center no-repeat;
  position: absolute;
  left: 20px;
  top: 0;
  height: 100%;
}
.ce_fhb_seminar_locations .akkordeon .akkordeon-head .tr .td_1 {
  width: 5%;
  text-align: left;
  position: relative;
}
.ce_fhb_seminar_locations .akkordeon .akkordeon-head .tr .td_1:before {
  content: "";
  width: 1.2em;
  height: 1.2em;
  background: transparent url(/files/themes/fhb/images/svg-icons/linie-pfeil-nach-unten.svg) center center no-repeat;
  position: absolute;
  left: 20px;
  top: 0;
  height: 100%;
}
.ce_fhb_seminar_locations .akkordeon .akkordeon-head.trigger-open .td_1:before {
  background: transparent url(/files/themes/fhb/images/svg-icons/linie-pfeil-nach-oben.svg) center center no-repeat;
}
.ce_fhb_seminar_locations .akkordeon .akkordeon-head.trigger-open .tr:hover .td_1:before {
  background: transparent url(/files/themes/fhb/images/svg-icons/linie-pfeil-nach-oben-hover.svg) center center no-repeat;
}
.ce_fhb_seminar_locations .akkordeon .akkordeon-head.trigger-open .tr:hover .td_3:before {
  background: transparent url(/files/themes/fhb/images/svg-icons/linie-x-hover.svg) center center no-repeat;
}
.ce_fhb_seminar_locations .akkordeon .akkordeon-head .td_2 {
  width: 90%;
  color: #005ca9;
}
.ce_fhb_seminar_locations .akkordeon .akkordeon-head .td_3 {
  width: 5%;
  text-align: right;
  position: relative;
}
.ce_fhb_seminar_locations .akkordeon .akkordeon-head .td_3:before {
  background: none;
}
.ce_fhb_seminar_locations .akkordeon .akkordeon-head.trigger-open .td_3:before {
  content: "";
  width: 1.2em;
  height: 1.2em;
  background: transparent url(/files/themes/fhb/images/svg-icons/linie-x.svg) center center no-repeat;
  position: absolute;
  right: 20px;
  top: 0;
  height: 100%;
}
.ce_fhb_seminar_locations .akkordeon .akkordeon-body {
  display: none;
  margin-bottom: 1em;
  width: 100%;
  border-top: 1px solid #005ca9;
}
.ce_fhb_seminar_locations .akkordeon .akkordeon-body .monocell {
  width: 100%;
  background-color: #f0f0f0;
  padding: 1em;
}
.ce_fhb_seminar_locations .akkordeon .akkordeon-body .monocell .text {
  margin-top: -12px;
}
.ce_fhb_seminar_locations .akkordeon .akkordeon-head.trigger-open + .akkordeon-body {
  display: block !important;
}

.ce_fhb_seminar_picture h1 {
  font-weight: bold;
  text-transform: uppercase;
}
.ce_fhb_seminar_picture .bildbox {
  border-left-style: solid;
  border-left-width: 5px;
  margin-bottom: 22px;
}
.ce_fhb_seminar_picture .bildbox img {
  width: 100%;
}

.ce_fhb_seminars_by_date .table, .ce_fhb_seminars_by_date .ce_markdown table, .ce_markdown .ce_fhb_seminars_by_date table {
  display: table;
  border: none;
  margin-bottom: 0;
  background-color: transparent;
}
.ce_fhb_seminars_by_date .tr {
  display: table;
  width: 100%;
}
.ce_fhb_seminars_by_date .td {
  display: table-cell;
  padding: 20px;
  vertical-align: middle;
}
.ce_fhb_seminars_by_date .akkordeon .akkordeon-item {
  margin-bottom: 10px;
  width: 99%;
  overflow: visible;
}
.ce_fhb_seminars_by_date .akkordeon .akkordeon-head {
  position: relative;
}
.ce_fhb_seminars_by_date .akkordeon .akkordeon-head:hover {
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.16);
}
.ce_fhb_seminars_by_date .akkordeon .akkordeon-head .tr {
  background-color: #f0f0f0;
  display: table;
  width: 100%;
}
.ce_fhb_seminars_by_date .akkordeon .akkordeon-head .tr:hover {
  background-color: #E6F0FF;
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.16);
  cursor: pointer;
}
.ce_fhb_seminars_by_date .akkordeon .akkordeon-head .tr:hover .td_1 {
  position: relative;
}
.ce_fhb_seminars_by_date .akkordeon .akkordeon-head .tr:hover .td_1:before {
  content: "";
  width: 1.2em;
  height: 1.2em;
  background: transparent url(/files/themes/fhb/images/svg-icons/linie-pfeil-nach-unten-hover.svg) center center no-repeat;
  position: absolute;
  left: 20px;
  top: 0;
  height: 100%;
}
.ce_fhb_seminars_by_date .akkordeon .akkordeon-head .tr .td_1 {
  width: 5%;
  text-align: left;
  position: relative;
}
.ce_fhb_seminars_by_date .akkordeon .akkordeon-head .tr .td_1:before {
  content: "";
  width: 1.2em;
  height: 1.2em;
  background: transparent url(/files/themes/fhb/images/svg-icons/linie-pfeil-nach-unten.svg) center center no-repeat;
  position: absolute;
  left: 20px;
  top: 0;
  height: 100%;
}
.ce_fhb_seminars_by_date .akkordeon .akkordeon-head.trigger-open .td_1:before {
  background: transparent url(/files/themes/fhb/images/svg-icons/linie-pfeil-nach-oben.svg) center center no-repeat;
}
.ce_fhb_seminars_by_date .akkordeon .akkordeon-head.trigger-open .tr:hover .td_1:before {
  background: transparent url(/files/themes/fhb/images/svg-icons/linie-pfeil-nach-oben-hover.svg) center center no-repeat;
}
.ce_fhb_seminars_by_date .akkordeon .akkordeon-head.trigger-open .tr:hover .td_3:before {
  background: transparent url(/files/themes/fhb/images/svg-icons/linie-x-hover.svg) center center no-repeat;
}
.ce_fhb_seminars_by_date .akkordeon .akkordeon-head .td_2 {
  width: 90%;
  color: #005ca9;
}
.ce_fhb_seminars_by_date .akkordeon .akkordeon-head .td_3 {
  width: 5%;
  text-align: right;
  position: relative;
}
.ce_fhb_seminars_by_date .akkordeon .akkordeon-head .td_3:before {
  background: none;
}
.ce_fhb_seminars_by_date .akkordeon .akkordeon-head.trigger-open .td_3:before {
  content: "";
  width: 1.2em;
  height: 1.2em;
  background: transparent url(/files/themes/fhb/images/svg-icons/linie-x.svg) center center no-repeat;
  position: absolute;
  right: 20px;
  top: 0;
  height: 100%;
}
.ce_fhb_seminars_by_date .akkordeon .akkordeon-body {
  display: none;
  margin-bottom: 1em;
  width: 100%;
  border-top: 1px solid #005ca9;
  overflow: visible;
}
.ce_fhb_seminars_by_date .akkordeon .akkordeon-body .tr {
  margin-bottom: 10px;
  background-color: #f0f0f0;
}
.ce_fhb_seminars_by_date .akkordeon .akkordeon-body .tr:hover {
  background-color: #E6F0FF;
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.16);
}
.ce_fhb_seminars_by_date .akkordeon .akkordeon-body .td_1 {
  width: 20%;
  text-align: left;
  font-weight: 600;
  color: #005ca9;
}
.ce_fhb_seminars_by_date .akkordeon .akkordeon-body .td_2 {
  width: 60%;
  color: #005ca9;
}
.ce_fhb_seminars_by_date .akkordeon .akkordeon-body .td_3 {
  width: 20%;
  text-align: right;
}
.ce_fhb_seminars_by_date .akkordeon .akkordeon-head.trigger-open + .akkordeon-body {
  display: block !important;
}

.ce_fhb_seminars_by_place .table, .ce_fhb_seminars_by_place .ce_markdown table, .ce_markdown .ce_fhb_seminars_by_place table {
  display: table;
  border: none;
  margin-bottom: 0;
  background-color: transparent;
}
.ce_fhb_seminars_by_place .tr {
  display: table;
  width: 100%;
}
.ce_fhb_seminars_by_place .td {
  display: table-cell;
  padding: 20px;
  vertical-align: middle;
}
.ce_fhb_seminars_by_place .akkordeon .akkordeon-item {
  margin-bottom: 10px;
  width: 99%;
}
.ce_fhb_seminars_by_place .akkordeon .akkordeon-item:hover {
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.16);
}
.ce_fhb_seminars_by_place .akkordeon .akkordeon-head .tr {
  background-color: #f0f0f0;
  display: table;
  width: 100%;
}
.ce_fhb_seminars_by_place .akkordeon .akkordeon-head .tr:hover {
  background-color: #E6F0FF;
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.16);
  cursor: pointer;
}
.ce_fhb_seminars_by_place .akkordeon .akkordeon-head .tr:hover .td_1 {
  position: relative;
}
.ce_fhb_seminars_by_place .akkordeon .akkordeon-head .tr:hover .td_1:before {
  content: "";
  width: 1.2em;
  height: 1.2em;
  background: transparent url(/files/themes/fhb/images/svg-icons/linie-pfeil-nach-unten-hover.svg) center center no-repeat;
  position: absolute;
  left: 20px;
  top: 0;
  height: 100%;
}
.ce_fhb_seminars_by_place .akkordeon .akkordeon-head .tr .td_1 {
  width: 5%;
  text-align: left;
  position: relative;
}
.ce_fhb_seminars_by_place .akkordeon .akkordeon-head .tr .td_1:before {
  content: "";
  width: 1.2em;
  height: 1.2em;
  background: transparent url(/files/themes/fhb/images/svg-icons/linie-pfeil-nach-unten.svg) center center no-repeat;
  position: absolute;
  left: 20px;
  top: 0;
  height: 100%;
}
.ce_fhb_seminars_by_place .akkordeon .akkordeon-head.trigger-open .td_1:before {
  background: transparent url(/files/themes/fhb/images/svg-icons/linie-pfeil-nach-oben.svg) center center no-repeat;
}
.ce_fhb_seminars_by_place .akkordeon .akkordeon-head.trigger-open .tr:hover .td_1:before {
  background: transparent url(/files/themes/fhb/images/svg-icons/linie-pfeil-nach-oben-hover.svg) center center no-repeat;
}
.ce_fhb_seminars_by_place .akkordeon .akkordeon-head.trigger-open .tr:hover .td_3:before {
  background: transparent url(/files/themes/fhb/images/svg-icons/linie-x-hover.svg) center center no-repeat;
}
.ce_fhb_seminars_by_place .akkordeon .akkordeon-head .td_2 {
  width: 90%;
  color: #005ca9;
}
.ce_fhb_seminars_by_place .akkordeon .akkordeon-head .td_3 {
  width: 5%;
  text-align: right;
  position: relative;
}
.ce_fhb_seminars_by_place .akkordeon .akkordeon-head .td_3:before {
  background: none;
}
.ce_fhb_seminars_by_place .akkordeon .akkordeon-head.trigger-open .td_3:before {
  content: "";
  width: 1.2em;
  height: 1.2em;
  background: transparent url(/files/themes/fhb/images/svg-icons/linie-x.svg) center center no-repeat;
  position: absolute;
  right: 20px;
  top: 0;
  height: 100%;
}
.ce_fhb_seminars_by_place .akkordeon .akkordeon-body {
  display: none;
  margin-bottom: 1em;
  width: 100%;
  border-top: 1px solid #005ca9;
}
.ce_fhb_seminars_by_place .akkordeon .akkordeon-body .tr {
  margin-bottom: 10px;
  background-color: #f0f0f0;
}
.ce_fhb_seminars_by_place .akkordeon .akkordeon-body .tr:hover {
  background-color: #E6F0FF;
}
.ce_fhb_seminars_by_place .akkordeon .akkordeon-body .td_1 {
  width: 20%;
  text-align: left;
  color: #005ca9;
}
.ce_fhb_seminars_by_place .akkordeon .akkordeon-body .td_2 {
  width: 60%;
}
.ce_fhb_seminars_by_place .akkordeon .akkordeon-body .td_3 {
  width: 20%;
  text-align: right;
}
.ce_fhb_seminars_by_place .akkordeon .akkordeon-head.trigger-open + .akkordeon-body {
  display: block !important;
}

.ce_fhb_seminars_by_tags .table, .ce_fhb_seminars_by_tags .ce_markdown table, .ce_markdown .ce_fhb_seminars_by_tags table {
  display: table;
  border: none;
  margin-bottom: 0;
  background-color: transparent;
}
.ce_fhb_seminars_by_tags .tr {
  display: table;
  width: 100%;
}
.ce_fhb_seminars_by_tags .td {
  display: table-cell;
  padding: 20px;
  vertical-align: middle;
}
.ce_fhb_seminars_by_tags .ergebnisse {
  margin-bottom: 1em;
  width: 100%;
}
.ce_fhb_seminars_by_tags .ergebnisse .seminartermin-block {
  width: 99%;
}
.ce_fhb_seminars_by_tags .ergebnisse .seminartermin-block .tr {
  background-color: #f0f0f0;
  margin-bottom: 10px;
  min-height: 88px;
}
.ce_fhb_seminars_by_tags .ergebnisse .seminartermin-block .tr:hover {
  background-color: #E6F0FF;
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.16);
  cursor: pointer;
}
.ce_fhb_seminars_by_tags .ergebnisse .seminartermin-block .td_1 {
  width: 20%;
  text-align: left;
  font-weight: 600;
  color: #005ca9;
}
.ce_fhb_seminars_by_tags .ergebnisse .seminartermin-block .td_2 {
  width: 60%;
  color: #005ca9;
}
.ce_fhb_seminars_by_tags .ergebnisse .seminartermin-block .td_3 {
  width: 20%;
  text-align: right;
  min-width: 160px;
}

.ce_fhb_seminar_speaker .table, .ce_fhb_seminar_speaker .ce_markdown table, .ce_markdown .ce_fhb_seminar_speaker table {
  display: table;
  border: none;
  margin-bottom: 0;
  background-color: transparent;
}
.ce_fhb_seminar_speaker .tr {
  display: table;
  width: 100%;
}
.ce_fhb_seminar_speaker .td {
  display: table-cell;
  padding: 20px;
  vertical-align: middle;
}
.ce_fhb_seminar_speaker .akkordeon .akkordeon-item {
  margin-bottom: 10px;
  width: 99%;
}
.ce_fhb_seminar_speaker .akkordeon .akkordeon-item:hover {
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.16);
}
.ce_fhb_seminar_speaker .akkordeon .akkordeon-head .tr {
  background-color: #f0f0f0;
  display: table;
  width: 100%;
}
.ce_fhb_seminar_speaker .akkordeon .akkordeon-head .tr:hover {
  background-color: #E6F0FF;
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.16);
  cursor: pointer;
}
.ce_fhb_seminar_speaker .akkordeon .akkordeon-head .tr:hover .td_1 {
  position: relative;
}
.ce_fhb_seminar_speaker .akkordeon .akkordeon-head .tr:hover .td_1:before {
  content: "";
  width: 1.2em;
  height: 1.2em;
  background: transparent url(/files/themes/fhb/images/svg-icons/linie-pfeil-nach-unten-hover.svg) center center no-repeat;
  position: absolute;
  left: 20px;
  top: 0;
  height: 100%;
}
.ce_fhb_seminar_speaker .akkordeon .akkordeon-head .tr .td_1 {
  width: 5%;
  text-align: left;
  position: relative;
}
.ce_fhb_seminar_speaker .akkordeon .akkordeon-head .tr .td_1:before {
  content: "";
  width: 1.2em;
  height: 1.2em;
  background: transparent url(/files/themes/fhb/images/svg-icons/linie-pfeil-nach-unten.svg) center center no-repeat;
  position: absolute;
  left: 20px;
  top: 0;
  height: 100%;
}
.ce_fhb_seminar_speaker .akkordeon .akkordeon-head.trigger-open .td_1:before {
  background: transparent url(/files/themes/fhb/images/svg-icons/linie-pfeil-nach-oben.svg) center center no-repeat;
}
.ce_fhb_seminar_speaker .akkordeon .akkordeon-head.trigger-open .tr:hover .td_1:before {
  background: transparent url(/files/themes/fhb/images/svg-icons/linie-pfeil-nach-oben-hover.svg) center center no-repeat;
}
.ce_fhb_seminar_speaker .akkordeon .akkordeon-head.trigger-open .tr:hover .td_3:before {
  background: transparent url(/files/themes/fhb/images/svg-icons/linie-x-hover.svg) center center no-repeat;
}
.ce_fhb_seminar_speaker .akkordeon .akkordeon-head .td_2 {
  width: 90%;
  color: #005ca9;
}
.ce_fhb_seminar_speaker .akkordeon .akkordeon-head .td_3 {
  width: 5%;
  text-align: right;
  position: relative;
}
.ce_fhb_seminar_speaker .akkordeon .akkordeon-head .td_3:before {
  background: none;
}
.ce_fhb_seminar_speaker .akkordeon .akkordeon-head.trigger-open .td_3:before {
  content: "";
  width: 1.2em;
  height: 1.2em;
  background: transparent url(/files/themes/fhb/images/svg-icons/linie-x.svg) center center no-repeat;
  position: absolute;
  right: 20px;
  top: 0;
  height: 100%;
}
.ce_fhb_seminar_speaker .akkordeon .akkordeon-body {
  display: none;
  margin-bottom: 1em;
  width: 100%;
  border-top: 1px solid #005ca9;
}
.ce_fhb_seminar_speaker .akkordeon .akkordeon-body .monocell {
  width: 100%;
  background-color: #f0f0f0;
  padding: 1em;
}
.ce_fhb_seminar_speaker .akkordeon .akkordeon-body .monocell .text {
  margin-top: -12px;
}
.ce_fhb_seminar_speaker .akkordeon .akkordeon-body .monocell .seminarsBySpeaker {
  margin-bottom: 20px;
}
.ce_fhb_seminar_speaker .akkordeon .akkordeon-head.trigger-open + .akkordeon-body {
  display: block !important;
}

.ce_fhb_tag_list .fhbTagListLetters {
  border-top: 1px solid #404040;
  margin: 1em 0 1em;
  padding: 3em 0 0;
}
.ce_fhb_tag_list .fhbTagListLetters li {
  list-style: none;
  display: inline-block;
  padding: 0 0.5em;
  border-right: 1px solid black;
}
.ce_fhb_tag_list .fhbTagListLetters li[class^=letter-] {
  cursor: pointer;
}
.ce_fhb_tag_list .fhbTagListLetters li[class^=letter-].active span {
  border-bottom: 1px dashed #005ca9;
}
.ce_fhb_tag_list .fhbTagListLetters li[class^=letter-] span:hover {
  color: #7295CD;
  border-bottom: 1px dashed #7295CD;
}
.ce_fhb_tag_list .fhbTagListLetters .no-tags {
  color: #e4e4e4;
}
.ce_fhb_tag_list .fhbTagList {
  margin: 2em 0 2em;
  padding: 0;
  display: none;
}
.ce_fhb_tag_list .fhbTagList li {
  list-style: none;
  margin-bottom: 4px;
}
.ce_fhb_tag_list .fhbTagList.open {
  display: block;
}
.ce_fhb_tag_list .fhbTagList a:link,
.ce_fhb_tag_list .fhbTagList a:visited {
  color: #404040;
}
.ce_fhb_tag_list .fhbTagList a:hover {
  color: #7295CD;
  border-bottom: 1px dashed #7295CD;
}

.ce_fhb_tag_list_topics .fhbTagListLetters {
  border-top: 1px solid #404040;
  margin: 1em 0 1em;
  padding: 3em 0 0;
}
.ce_fhb_tag_list_topics .fhbTagListLetters li {
  list-style: none;
  display: inline-block;
  padding: 0 0.5em;
  border-right: 1px solid black;
}
.ce_fhb_tag_list_topics .fhbTagListLetters li[class^=letter-] {
  cursor: pointer;
}
.ce_fhb_tag_list_topics .fhbTagListLetters li[class^=letter-].active span {
  border-bottom: 1px dashed #005ca9;
}
.ce_fhb_tag_list_topics .fhbTagListLetters li[class^=letter-] span:hover {
  color: #7295CD;
  border-bottom: 1px dashed #7295CD;
}
.ce_fhb_tag_list_topics .fhbTagListLetters .no-tags {
  color: #e4e4e4;
}
.ce_fhb_tag_list_topics .fhbTagList {
  margin: 2em 0 2em;
  padding: 0;
  display: none;
}
.ce_fhb_tag_list_topics .fhbTagList li {
  list-style: none;
  margin-bottom: 4px;
}
.ce_fhb_tag_list_topics .fhbTagList.open {
  display: block;
}
.ce_fhb_tag_list_topics .fhbTagList a:link,
.ce_fhb_tag_list_topics .fhbTagList a:visited {
  color: #404040;
}
.ce_fhb_tag_list_topics .fhbTagList a:hover {
  color: #7295CD;
  border-bottom: 1px dashed #7295CD;
}

/* ------------------------------------- */
/* Navigation Schulungsbereiche */
.mod_fhb_seminar_categories ul {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
  margin: 0;
}

.mod_fhb_seminar_categories a:link,
.mod_fhb_seminar_categories a:visited,
.mod_fhb_seminar_categories a:active {
  display: block;
  margin: 10px;
  line-height: 20px;
  background-color: #f0f0f0;
  border-left-width: 5px;
  border-left-style: solid;
  padding: 5px 12px;
  text-decoration: none;
  color: #005ca9;
}

.article-bg-gray-lighter .mod_fhb_seminar_categories a:link,
.article-bg-gray-lighter .mod_fhb_seminar_categories a:visited,
.article-bg-gray-lighter .mod_fhb_seminar_categories a:active {
  background-color: #ffffff;
}

.mod_fhb_seminar_categories a:hover {
  background-color: #E6F0FF !important;
  -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.16);
}

/* Große Monitore */
@media only screen and (min-width: 768px) {
  #main .mod_fhb_seminar_categories ul li {
    width: 49%;
    display: inline-block;
  }
}
@media only screen and (min-width: 992px) {
  #main .mod_fhb_seminar_categories ul li {
    width: 33%;
    display: inline-block;
  }
}
.mod_fhb_seminarfinder #seminarfinder {
  position: relative;
}
.mod_fhb_seminarfinder #seminarfinder,
.mod_fhb_seminarfinder #seminartitelsuche {
  background-color: #ffffff;
  overflow: auto;
  padding-bottom: 1em;
}
.mod_fhb_seminarfinder .widget.themensuche {
  margin-bottom: 10px;
}
.mod_fhb_seminarfinder .target {
  min-height: 50px;
  padding: 0 5em 0 0;
  margin: 0.5em 0;
  border: 1px solid #f0f0f0;
  border-radius: 24px;
  position: relative;
  box-shadow: inset 0 0 1px 1px #eeeeee;
}
.mod_fhb_seminarfinder .target:hover {
  cursor: pointer;
}
.mod_fhb_seminarfinder .target.open:hover {
  background-color: transparent;
  cursor: auto;
}
.mod_fhb_seminarfinder .target ul {
  margin: 0;
  padding: 0.3em;
}
.mod_fhb_seminarfinder .target li {
  margin: 0.3em;
  color: black;
  background-color: white;
  list-style: none;
  display: inline-block;
  padding: 0.2em 0.6em 0.2em 0.8em;
  background-color: #404040;
  color: white;
  border-radius: 24px;
}
.mod_fhb_seminarfinder .target span.del {
  position: relative;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  display: inline-block;
  margin-left: 7px;
  cursor: pointer;
  background: transparent url(/files/themes/fhb/images/svg-icons/kreuz-kreis.svg) center center no-repeat;
}
.mod_fhb_seminarfinder .target span.del:hover {
  background: transparent url(/files/themes/fhb/images/svg-icons/kreuz-kreis-hover.svg) center center no-repeat;
}
.mod_fhb_seminarfinder .target span.closeThemenPane,
.mod_fhb_seminarfinder .target span.closeOrtePane {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0.7em 1em;
  background-color: transparent;
  border-radius: 24px;
  color: white;
  height: 48px;
  cursor: pointer;
}
.mod_fhb_seminarfinder .target span.closeThemenPane:after,
.mod_fhb_seminarfinder .target span.closeOrtePane:after {
  content: "";
  background: transparent url(/files/themes/fhb/images/svg-icons/linie-pfeil-nach-unten.svg) center center no-repeat;
  width: 20px;
  height: 25px;
  display: block;
  position: relative;
  left: -3px;
}
.mod_fhb_seminarfinder .target span.closeThemenPane:hover:after,
.mod_fhb_seminarfinder .target span.closeOrtePane:hover:after {
  background: transparent url(/files/themes/fhb/images/svg-icons/linie-pfeil-nach-unten-hover.svg) center center no-repeat;
}
.mod_fhb_seminarfinder .target-themen {
  width: 100%;
}
.mod_fhb_seminarfinder .target-themen.open {
  border-color: #005ca9;
}
.mod_fhb_seminarfinder .target-orte {
  width: 100%;
}
.mod_fhb_seminarfinder .target-orte.open {
  border-color: #005ca9;
}
.mod_fhb_seminarfinder #titelsuche {
  width: 100%;
}
.mod_fhb_seminarfinder #titelsuche .formbody {
  position: relative;
}
.mod_fhb_seminarfinder #titelsuche .widget-text.titelsuche input {
  max-width: none;
  width: 100%;
  padding-right: 45px;
}
.mod_fhb_seminarfinder #titelsuche .widget-submit {
  position: absolute;
  top: 0;
  right: 0;
}
.mod_fhb_seminarfinder #titelsuche .widget-submit button {
  background-color: transparent;
  border: none;
  margin: 0;
}
.mod_fhb_seminarfinder #titelsuche .widget-submit button:before {
  content: "\f002";
  font: 18px/1 "FontAwesome";
  margin-left: 5px;
  color: grey;
  position: absolute;
  right: 0;
  top: 0;
  text-indent: 0px;
  line-height: 42px;
  width: 42px;
  height: 42px;
}

@media (min-width: 992px) {
  .mod_fhb_seminarfinder #titelsuche {
    width: 30%;
    position: absolute;
    top: 67px;
    right: 0;
  }
}
@media (min-width: 992px) {
  .mod_fhb_seminarfinder .target-themen {
    width: 50%;
  }
  .mod_fhb_seminarfinder .target-orte {
    width: 50%;
  }
}
.mod_fhb_seminarfinder .themen,
.mod_fhb_seminarfinder .orte {
  float: none;
  clear: both;
}

.mod_fhb_seminarfinder span.closeThemenPane.open,
.mod_fhb_seminarfinder span.closeOrtePane.open,
.mod_fhb_seminarfinder span.closeThemenPaneButton,
.mod_fhb_seminarfinder span.closeOrtePaneButton {
  background-color: #005ca9;
  display: inline-block;
  padding: 0.7em 1em;
  border-radius: 24px;
  height: 48px;
  cursor: pointer;
  float: right;
}

.mod_fhb_seminarfinder span.closeThemenPane.open::after,
.mod_fhb_seminarfinder span.closeOrtePane.open::after,
.mod_fhb_seminarfinder span.closeThemenPaneButton::after,
.mod_fhb_seminarfinder span.closeOrtePaneButton::after {
  content: "LOS";
  color: #ffffff;
  font-weight: 600;
  line-height: 26px !important;
}

.mod_fhb_seminarfinder span.closeThemenPane.open:hover,
.mod_fhb_seminarfinder span.closeOrtePane.open:hover,
.mod_fhb_seminarfinder span.closeThemenPaneButton:hover,
.mod_fhb_seminarfinder span.closeOrtePaneButton:hover {
  background-color: #7295CD;
}

.mod_fhb_seminarfinder .themen .pane-themen,
.mod_fhb_seminarfinder .themen .pane-orte,
.mod_fhb_seminarfinder .orte .pane-themen,
.mod_fhb_seminarfinder .orte .pane-orte {
  padding: 1em;
  display: none;
}

.mod_fhb_seminarfinder .themen.open .pane-themen, .mod_fhb_seminarfinder .themen.open .pane-orte,
.mod_fhb_seminarfinder .orte.open .pane-themen,
.mod_fhb_seminarfinder .orte.open .pane-orte {
  display: block;
}

.mod_fhb_seminarfinder .akkordeon-head.trigger-open + .akkordeon-body {
  display: block !important;
}

fieldset#ctrl_themenauswahl legend, fieldset#ctrl_topOrte legend, fieldset.ctrl_orteauswahl legend {
  font-size: 1.2em;
  margin: 0.5em 0 0.3em;
  padding-left: 0;
  padding-right: 0;
}

fieldset#ctrl_themenauswahl span, fieldset#ctrl_topOrte span, fieldset.ctrl_orteauswahl span {
  width: 99%;
  display: inline-flex;
  align-items: baseline;
  margin: 0;
  padding: 0;
}

fieldset .ctrl_orteauswahl {
  width: 100%;
  display: inline-block;
  vertical-align: text-top;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}

fieldset .ctrl_orteauswahl span {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

fieldset #ctrl_group_Baden-Württemberg,
fieldset #ctrl_group_Bayern {
  width: 100%;
}

fieldset #ctrl_group_Baden-Württemberg span,
fieldset #ctrl_group_Bayern span {
  display: inline-flex;
  width: 99%;
  align-items: baseline;
  margin: 0;
  padding: 0;
}

.orte fieldset legend:hover {
  cursor: pointer;
}

@media (min-width: 480px) {
  fieldset#ctrl_themenauswahl span, fieldset#ctrl_topOrte span, fieldset.ctrl_orteauswahl span {
    width: 49%;
  }
  fieldset.ctrl_orteauswahl {
    width: 50%;
    float: left;
  }
  fieldset.ctrl_orteauswahl span {
    width: 100%;
  }
  fieldset#ctrl_group_Baden-Württemberg, fieldset#ctrl_group_Bayern {
    width: 100%;
    float: none;
  }
  fieldset#ctrl_group_Baden-Württemberg span, fieldset#ctrl_group_Bayern span {
    width: 49%;
  }
}
@media (min-width: 768px) {
  fieldset#ctrl_themenauswahl span, fieldset#ctrl_topOrte span, fieldset.ctrl_orteauswahl span {
    width: 32%;
  }
  fieldset.ctrl_orteauswahl {
    width: 32%;
    float: left;
  }
  fieldset.ctrl_orteauswahl span {
    width: 100%;
  }
  fieldset#ctrl_group_Baden-Württemberg, fieldset#ctrl_group_Bayern {
    width: 100%;
    float: none;
  }
  fieldset#ctrl_group_Baden-Württemberg span, fieldset#ctrl_group_Bayern span {
    width: 32%;
  }
}
.mod_fhb_seminarfinder .table, .mod_fhb_seminarfinder .ce_markdown table, .ce_markdown .mod_fhb_seminarfinder table,
.mod_fhb_seminarfinder_suche .table,
.mod_fhb_seminarfinder_suche .ce_markdown table,
.ce_markdown .mod_fhb_seminarfinder_suche table {
  display: table;
  border: none;
  margin-bottom: 0;
  background-color: transparent;
}

.mod_fhb_seminarfinder .tr,
.mod_fhb_seminarfinder_suche .tr {
  display: table;
  width: 100%;
}

.mod_fhb_seminarfinder .td,
.mod_fhb_seminarfinder_suche .td {
  display: table-cell;
  padding: 20px;
  vertical-align: middle;
}

.mod_fhb_seminarfinder .ergebnisse,
.mod_fhb_seminarfinder_suche .ergebnisse {
  margin-bottom: 1em;
  width: 100%;
}

.mod_fhb_seminarfinder .ergebnisse .tr,
.mod_fhb_seminarfinder_suche .ergebnisse .tr {
  width: 99%;
  background-color: #ffffff;
  margin-bottom: 10px;
  min-height: 88px;
}

.mod_fhb_seminarfinder .ergebnisse .tr:hover,
.mod_fhb_seminarfinder_suche .ergebnisse .tr:hover {
  background-color: #E6F0FF;
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.16);
  cursor: pointer;
}

.mod_fhb_seminarfinder .ergebnisse .td_1,
.mod_fhb_seminarfinder_suche .ergebnisse .td_1 {
  width: 20%;
  text-align: left;
  font-weight: 600;
  color: #005ca9;
}

.mod_fhb_seminarfinder .ergebnisse .td_2,
.mod_fhb_seminarfinder_suche .ergebnisse .td_2 {
  width: 60%;
  color: #005ca9;
}

.mod_fhb_seminarfinder .ergebnisse .td_3,
.mod_fhb_seminarfinder_suche .ergebnisse .td_3 {
  width: 20%;
  text-align: right;
  min-width: 160px;
}

.mod_fhb_seminarfinder_suche .tr {
  background-color: #fafafa !important;
}

.markierung-neu {
  background-color: #005ca9;
  color: #fff;
  padding: 0.2em 0.4em;
  font-size: 0.6em;
  top: -10px;
  position: relative;
  margin-right: 1em;
  display: inline-block;
}

/* TOP (#page-top)  
 * Der ausklappbare Bereich oberhalb des Headers  
*/
[id=page-top] {
  display: none;
}
[id=page-top] .inside {
  line-height: 33px;
}

/* Header - (#header)  
 * Der gesamte Header   
*/
/* Header Top - obere Zeile (#header-top)  
 * Die obere Zeile des Headers   
*/
[id=header-top] .inside {
  min-height: 40px;
}

/* Header Main - untere Zeile (#header-main)  
 * Die untere Zeile des Headers   
*/
[id=header-main] {
  height: 100px;
}

[id=header-navigation] {
  height: 71px;
  position: relative;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
}

/* Logo */
#logo {
  position: absolute;
  top: 20px;
  left: 20px;
}
#logo img {
  width: 350px;
  height: auto;
}

@media only screen and (min-width: 992px) {
  #logo {
    top: 20px;
    left: 10px;
  }
  #logo img {
    width: 350px;
    height: auto;
  }
}
/* Header im fixierten Zustand */
body.fixed-header #logo {
  position: absolute;
  top: 20px;
  left: 20px;
}
body.fixed-header #logo img {
  width: 350px;
  height: auto;
}
@media only screen and (min-width: 992px) {
  body.fixed-header #logo {
    top: 20px;
    left: 10px;
  }
  body.fixed-header #logo img {
    width: 350px;
    height: auto;
  }
}

body.body-gray {
  background-color: #f0f0f0;
}

.h1b {
  text-transform: none;
}

/* Breadcrumb (#breadcrumb)  
 * Die untere Zeile des Headers   
*/
/* Footer (#footer)  
 * Der Footer   
*/
/* Bottom  (#page-bottom)  
 * Der Bereich unterhalb des Footers   
*/
[id=page-bottom] .inside {
  line-height: 22px;
}
[id=page-bottom] .inside .copyright {
  font-weight: 300;
}

/* Mehr- und Zurück-Links  
 *  
*/
.back a:before {
  content: "\f177";
  font: normal normal normal 16px/1 fontawesome;
  margin-right: 0.6em;
}

.more {
  text-align: right;
}
.more a:after {
  content: "\f178";
  font: normal normal normal 16px/1 fontawesome;
  margin-left: 0.6em;
}

/* Hilfsklassen  
 *  
*/
.important:before {
  content: "\f005";
  font: normal normal normal 2em/1 "FontAwesome";
  float: right;
  color: #ffb729;
  padding: 0.3em;
}

.font-size-hx h1, .font-size-hx h2, .font-size-hx h3, .font-size-hx h4, .font-size-hx h5, .font-size-hx h6 {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 22px;
}

h1.font-size-hx,
h2.font-size-hx,
h3.font-size-hx,
h4.font-size-hx,
h5.font-size-hx,
h6.font-size-hx {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 22px;
}

.ce_rsce_header_text {
  position: absolute;
  bottom: 40px;
}
.ce_rsce_header_text div, .ce_rsce_header_text h1 {
  line-height: 1.5em;
  font-size: 1.625em;
  text-transform: uppercase;
  font-weight: 600;
  background: rgb(255, 255, 255);
  padding: 5px 14px;
  display: table;
  margin: 0;
}

#container .ce_text a:link, #container .ce_text a:visited,
.link-dashed:link,
.box-white a:link,
.ce_fhb_order_info .change-link a:link,
.link-dashed:visited,
.box-white a:visited,
.ce_fhb_order_info .change-link a:visited {
  border-bottom: 1px dashed #005ca9;
}

ul.linklist li {
  margin-bottom: 4px;
}

/* ------------------------------------- */
/* Social Media */
#page-social {
  text-align: center;
}
#page-social ul {
  padding: 1em 0;
  margin: 0;
}
#page-social ul li {
  list-style: none;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}
#page-social ul li.headline {
  display: block;
}
@media (min-width: 768px) {
  #page-social ul li.headline {
    display: inline-block;
    margin-right: 20px;
  }
  #page-social ul li.button-primary {
    margin-right: 40px;
  }
}
#page-social ul li.facebook a:hover {
  color: #4267B2;
}
#page-social ul li.twitter a:hover {
  color: #50ABF1;
}
#page-social ul li.xing a:hover {
  color: #00605E;
}

#header-main .tel {
  display: none;
}

@media (min-width: 768px) {
  #header-main .tel {
    display: block;
    position: absolute;
    top: 36px;
    right: 170px;
    height: 30px;
    margin: 5px 5px 10px;
    width: 200px;
    font-weight: 300;
  }
  #header-main .tel:before {
    position: absolute;
    top: 0;
    left: -30px;
    content: " ";
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: transparent url(/files/themes/fhb/images/svg-icons/line-telefon-weiss.svg) center center no-repeat;
  }
}
.lm-text {
  font-size: 1.2em;
  margin-bottom: 25px;
}

.lm-list1 ul, .lm-list2 ul {
  margin: 0;
  padding-left: 40px;
}
.lm-list1 ul li, .lm-list2 ul li {
  font-size: 1.2em;
  list-style: none;
  position: relative;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
.lm-list1 ul li:before, .lm-list2 ul li:before {
  content: " ";
  position: absolute;
  left: -30px;
  top: 2px;
  background: transparent url(/files/themes/fhb/images/svg-icons/line-haken-kreis-01.svg) center center no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
}

.lm-list1 {
  display: flex;
  justify-content: flex-start;
  margin-right: 0em;
}

.lm-list2 {
  display: flex;
  justify-content: flex-start;
  margin-left: 0em;
}

@media (min-width: 992px) {
  .lm-text {
    font-size: 2em;
    margin-bottom: 35px;
  }
  .lm-list1 ul li, .lm-list2 ul li {
    font-size: 1.5em;
  }
  .lm-list1 ul li:before, .lm-list2 ul li:before {
    top: 2px;
    width: 30px;
    height: 30px;
    left: -40px;
  }
  .lm-list1 {
    display: flex;
    justify-content: flex-end;
    margin-right: 3em;
  }
  .lm-list2 {
    display: flex;
    justify-content: flex-start;
    margin-left: 3em;
  }
}
@media (min-width: 992px) {
  .width-33 .width-limit {
    max-width: 33%;
  }
  .width-50 .width-limit {
    max-width: 50%;
  }
  .width-66 .width-limit {
    max-width: 66%;
  }
  .width-narrow .width-limit {
    max-width: 70%;
  }
}
.danke-h1 h1 {
  font-size: 4em;
  color: #005ca9;
  font-weight: 400;
}

/* ------------------------------------- */
/* Seminarfarben */
.sbc-1 {
  border-left: 5px solid #ef7d00;
}

.sbc-2 {
  border-left: 5px solid #164194;
}

.sbc-3 {
  border-left: 5px solid #009ee0;
}

.sbc-4 {
  border-left: 5px solid #41a62a;
}

.sbc-5 {
  border-left: 5px solid #cc071e;
}

.sbc-6 {
  border-left: 5px solid #e2007a;
}

.sbc-7 {
  border-left: 5px solid #a3d20c;
}

.sbc-8 {
  border-left: 5px solid #717e86;
}

.sbc-9 {
  border-left: 5px solid #fbba00;
}

.sbc-10 {
  border-left: 5px solid #fcea10;
}

.sbc-11 {
  border-left: 5px solid #fcea10;
}

.mod_article.sbc-1,
.mod_article.sbc-2,
.mod_article.sbc-3,
.mod_article.sbc-4,
.mod_article.sbc-5,
.mod_article.sbc-6,
.mod_article.sbc-7,
.mod_article.sbc-8,
.mod_article.sbc-9,
.mod_article.sbc-10,
.mod_article.sbc-11 {
  border-left-width: 10px !important;
}

/*# sourceMappingURL=theme.css.map */
