@charset "UTF-8";


@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 400; src: url('../fonts/open-sans-v15-latin-regular.eot'); src: local('Open Sans Regular'), local('OpenSans-Regular'), url('../fonts/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v15-latin-regular.woff2') format('woff2'), url('../fonts/open-sans-v15-latin-regular.woff') format('woff'), url('../fonts/open-sans-v15-latin-regular.ttf') format('truetype'), url('../fonts/open-sans-v15-latin-regular.svg#OpenSans') format('svg'); }
@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 700; src: url('../fonts/open-sans-v15-latin-700.eot'); src: local('Open Sans Bold'), local('OpenSans-Bold'), url('../fonts/open-sans-v15-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v15-latin-700.woff2') format('woff2'), url('../fonts/open-sans-v15-latin-700.woff') format('woff'), url('../fonts/open-sans-v15-latin-700.ttf') format('truetype'), url('../fonts/open-sans-v15-latin-700.svg#OpenSans') format('svg'); }
@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 600; src: url('../fonts/open-sans-v15-latin-600.eot'); src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url('../fonts/open-sans-v15-latin-600.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v15-latin-600.woff2') format('woff2'), url('../fonts/open-sans-v15-latin-600.woff') format('woff'), url('../fonts/open-sans-v15-latin-600.ttf') format('truetype'), url('../fonts/open-sans-v15-latin-600.svg#OpenSans') format('svg'); }




html {
  box-sizing: border-box; }
*, *::after, *::before {
  box-sizing: inherit; }
/*! sanitize.css v3.3.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
/* Latest tested: Android 6, Chrome 48, Edge 13, Firefox 44, Internet Explorer 11, iOS 9, Opera 35, Safari 9, Windows Phone 8.1 */
/*
 * Normalization
 */
abbr[title] {
  text-decoration: underline;
  /* Chrome 48+, Edge 12+, Internet Explorer 11-, Safari 9+ */
  text-decoration: underline dotted;
  /* Firefox 40+ */ }
audio:not([controls]) {
  display: none;
  /* Chrome 44-, iOS 8+, Safari 9+ */ }
b,
strong {
  font-weight: bolder;
  /* Edge 12+, Safari 6.2+, and Chrome 18+ */ }
button {
  -webkit-appearance: button;
  /* iOS 8+ */
  overflow: visible;
  /* Internet Explorer 11- */ }
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  /* Firefox 4+ */
  padding: 0;
  /* Firefox 4+ */ }
button:-moz-focusring, input:-moz-focusring {
  outline: 1px dotted ButtonText;
  /* Firefox 4+ */ }
button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */ }
details {
  display: block;
  /* Edge 12+, Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */ }
html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  /* Edge 12+, Internet Explorer 11- */
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+, Windows Phone 8.1+ */ }
hr {
  overflow: visible;
  /* Internet Explorer 11-, Edge 12+ */ }
input {
  -webkit-border-radius: 0; }
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* iOS 8+ */ }
input[type="number"] {
  width: auto;
  /* Firefox 36+ */ }
input[type="search"] {
  -webkit-appearance: textfield;
  /* Chrome 45+, Safari 9+ */ }
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Chrome 45+, Safari 9+ */ }
main {
  display: block;
  /* Android 4.3-, Internet Explorer 11-, Windows Phone 8.1+ */ }
pre {
  overflow: auto;
  /* Internet Explorer 11- */ }
progress {
  display: inline-block;
  /* Internet Explorer 11-, Windows Phone 8.1+ */ }
summary {
  display: block;
  /* Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */ }
svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */ }
template {
  display: none;
  /* Android 4.3-, Internet Explorer 11-, iOS 7-, Safari 7-, Windows Phone 8.1+ */ }
textarea {
  overflow: auto;
  /* Edge 12+, Internet Explorer 11- */ }
[hidden] {
  display: none;
  /* Internet Explorer 10- */ }
/*
 * Universal inheritance
 */
*,
:before,
:after {
  box-sizing: inherit; }
* {
  font-size: inherit;
  line-height: inherit; }
:before,
:after {
  text-decoration: inherit;
  vertical-align: inherit; }
button,
input,
select,
textarea {
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit; }
/*
 * Opinionated defaults
 */
/* specify the margin and padding of all elements */
* {
  margin: 0;
  padding: 0; }
/* specify the border style and width of all elements */
*,
:before,
:after {
  border-style: solid;
  border-width: 0; }
/* remove the tapping delay from clickable elements */
a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation; }
/* specify the standard appearance of selects */
select {
  -moz-appearance: none;
  /* Firefox 40+ */
  -webkit-appearance: none; }
select::-ms-expand {
  display: none;
  /* Edge 12+, Internet Explorer 11- */ }
select::-ms-value {
  color: currentColor;
  /* Edge 12+, Internet Explorer 11- */ }
/* use current current as the default fill of svg elements */
svg {
  fill: currentColor; }
/* specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress; }
/* specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }
/* specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default; }
/* specify the style of visually hidden yet accessible elements */
[hidden][aria-hidden="false"] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute; }
[hidden][aria-hidden="false"]:focus {
  clip: auto; }
/*
 * Configurable defaults
 */
/* specify the background repeat of all elements */
* {
  background-repeat: no-repeat; }
/* specify the root styles of the document */
:root {
  background-color: #ffffff;
  box-sizing: border-box;
  color: #000000;
  cursor: default;
  font: 100%/1.5 sans-serif; }
/* specify the text decoration of anchors */
a {
  text-decoration: none; }
/* specify the alignment of media elements */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }
/* specify the coloring of form elements */
button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit; }
/* specify the minimum height of form elements */
button,
[type="button"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
  min-height: 1.5em; }
/* specify the font family of code elements */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; }
/* specify the list style of nav lists */
nav ol,
nav ul {
  list-style: none; }
/* specify the font size of small elements */
small {
  font-size: 75%; }
/* specify the border styling of tables */
table {
  border-collapse: collapse;
  border-spacing: 0; }
/* specify the resizability of textareas */
textarea {
  resize: vertical; }
/* specify the background color, font color, and drop shadow of text selections */
::-moz-selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #ffffff;
  text-shadow: none; }
::selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #ffffff;
  text-shadow: none; }


.breadcrumb a:hover,
.breadcrumb a {text-decoration:underline;}
@media (min-width: 320px) {
  body::after {
    content: '{"phone":{"value": "320px", "active": true}, "tablet":{"value": "768px", "active": false}, "desktop":{"value": "1024px", "active": false}}';
    display: block;
    height: 0;
    overflow: hidden;
    width: 0; } }
@media (min-width: 768px) {
  body::after {
    content: '{"phone":{"value": "320px", "active": true}, "tablet":{"value": "768px", "active": true}, "desktop":{"value": "1024px", "active": false}}';
    display: block;
    height: 0;
    overflow: hidden;
    width: 0; } }
@media (min-width: 1024px) {
  body::after {
    content: '{"phone":{"value": "320px", "active": true}, "tablet":{"value": "768px", "active": true}, "desktop":{"value": "1024px", "active": true}}';
    display: block;
    height: 0;
    overflow: hidden;
    width: 0; } }
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box;
  position: relative;
  direction: ltr; }
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    box-sizing: border-box; }
.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */ }
.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0; }
.noUi-handle {
  position: relative;
  z-index: 1; }
.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
     its values is > 50%. */
  z-index: 10; }
.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s; }
.noUi-state-drag * {
  cursor: inherit !important; }
/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base, .noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px; }
.noUi-horizontal .noUi-handle {
    left: -10px;
    top: 5px;
    cursor: pointer; }
.noUi-vertical {
  width: 18px; }
.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    left: -6px;
    top: -17px; }
/* Styling;
 */
.noUi-background {
  background: #FAFAFA;
  box-shadow: inset 0 1px 1px #f0f0f0; }
.noUi-connect {
  background: #3FB8AF;
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
  -webkit-transition: background 450ms;
  transition: background 450ms; }
.noUi-origin {
  border-radius: 2px; }
.noUi-target {
  height: 1px;
  background: white;
  margin-top: 30px; }
/* Handles and cursors;
 */
.noUi-draggable {
  cursor: w-resize; }
.noUi-vertical .noUi-draggable {
  cursor: n-resize; }
.noUi-handle {
  width: 0 !important;
  height: 0 !important;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #ffffff transparent; }
.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB; }
/* Handle stripes;
 */
.noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px; }
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
  top: 17px; }
/* Disabled state;
 */
[disabled].noUi-target {
  opacity: 0.5; }
[disabled].noUi-connect, [disabled] .noUi-connect {
  background: #B8B8B8; }
[disabled].noUi-origin, [disabled] .noUi-handle {
  cursor: not-allowed; }
/* Base;
 *
 */
.noUi-pips {
  box-sizing: border-box;
  position: absolute;
  color: white;
  font-size: 10px; }
.noUi-pips * {
    box-sizing: border-box; }
/* Values;
 *
 */
.noUi-value {
  position: absolute;
  text-align: center; }
.noUi-value-sub {
  color: #ccc;
  font-size: 10px; }
/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: white; }
.noUi-marker-sub, .noUi-marker-large {
  background: white; }
/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 0 0 10px 0;
  height: 80px;
  top: -14px;
  left: 0;
  width: 100%; }
.noUi-value-horizontal {
  -webkit-transform: translate3d(-50%, -100%, 0);
          transform: translate3d(-50%, -100%, 0); }
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px; }
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px; }
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px; }
/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%; }
.noUi-value-vertical {
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  padding-left: 25px; }
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px; }
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px; }
.noUi-marker-vertical.noUi-marker-large {
  width: 15px; }
.noUi-horizontal {
  width: calc(100% - 16px);
  margin-left: 8px; }
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }
.fancybox-skin {
  position: relative;
  background: #FFF;
  color: #000;
  text-shadow: none;
  border-radius: 4px; }
.fancybox-skin h1, .fancybox-skin h2, .fancybox-skin h3, .fancybox-skin h4, .fancybox-skin p {
    color: black !important; }
.fancybox-opened {
  z-index: 8030; }
.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }
.fancybox-outer, .fancybox-inner {
  position: relative; }
.fancybox-inner {
  overflow: hidden; }
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }
.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }
.fancybox-image {
  max-width: 100%;
  max-height: 100%; }
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../images/fancybox_sprite.png"); }
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../images/fancybox_loading.gif") center center no-repeat; }
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../images/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }
.fancybox-prev {
  left: 0; }
.fancybox-next {
  right: 0; }
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }
.fancybox-nav:hover span {
  visibility: visible; }
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }
/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }
.fancybox-lock body {
  overflow: hidden !important; }
.fancybox-lock-test {
  overflow-y: hidden !important; }
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../images/fancybox_overlay.png"); }
.fancybox-overlay .fancybox-wrap .main {
    padding-top: 0; }
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }
.fancybox-opened .fancybox-title {
  visibility: visible; }
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }
.fancybox-title-inside-wrap {
  padding-top: 10px; }
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../images/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }
  #fancybox-loading div {
    background-image: url("../images/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
.slick-list:focus {
    outline: none; }
.slick-list.dragging {
    cursor: pointer;
    cursor: hand; }
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
.slick-track:before, .slick-track:after {
    content: "";
    display: table; }
.slick-track:after {
    clear: both; }
.slick-loading .slick-track {
    visibility: hidden; }
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
[dir="rtl"] .slick-slide {
    float: right; }
.slick-slide img {
    display: block; }
.slick-slide.slick-loading img {
    display: none; }
.slick-slide.dragging img {
    pointer-events: none; }
.slick-initialized .slick-slide {
    display: block; }
.slick-loading .slick-slide {
    visibility: hidden; }
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }
.slick-arrow.slick-hidden {
  display: none; }
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
.select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
.select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
.select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
.select2-container .select2-search--inline {
    float: left; }
.select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }
.select2-results {
  display: block; }
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }
.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }
.select2-results__option[aria-selected] {
    cursor: pointer; }
.select2-container--open .select2-dropdown {
  left: 0; }
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
.select2-search--dropdown {
  display: block;
  padding: 4px; }
.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
.select2-search--dropdown.select2-search--hide {
    display: none; }
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
.select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }
.select2-container--default .select2-results__option[role=group] {
  padding: 0; }
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }
.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }
.select2-container--classic .select2-dropdown--below {
  border-top: none; }
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }
.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }
.grid {
  position: relative;
  min-height: 1px;
  margin-bottom: 30px; }
.grid-20 {
  width: calc(99.9% * 1/5 - (30px - 30px * 1/5)); }
.grid-20:nth-child(1n){
  float: left;
  margin-right: 30px;
  clear: none; }
.grid-20:last-child{
  margin-right: 0; }
.grid-20:nth-child(5n){
  margin-right: 0;
  float: right; }
.grid-20:nth-child(5n + 1){
  clear: both; }
@media (max-width: 768px) {
    .grid-20 {
      width: calc(99.9% * 1/2 - (30px - 30px * 1/2)); }
    .grid-20:nth-child(1n){
    float: left;
    margin-right: 30px;
    clear: none; }
    .grid-20:last-child{
    margin-right: 0; }
    .grid-20:nth-child(2n){
    margin-right: 0;
    float: right; }
    .grid-20:nth-child(2n + 1){
    clear: both; }
      .grid-20.small {
        width: calc(99.9% * 1/5 - (30px - 30px * 1/5)); }
      .grid-20.small:nth-child(1n){
    float: left;
    margin-right: 30px;
    clear: none; }
      .grid-20.small:last-child{
    margin-right: 0; }
      .grid-20.small:nth-child(5n){
    margin-right: 0;
    float: right; }
      .grid-20.small:nth-child(5n + 1){
    clear: both; } }
@media (max-width: 375px) {
    .grid-20 {
      width: calc(99.9% * 1 - (30px - 30px * 1)); }
    .grid-20:nth-child(1n){
    float: left;
    margin-right: 30px;
    clear: none; }
    .grid-20:last-child{
    margin-right: 0; }
    .grid-20:nth-child(1n){
    margin-right: 0;
    float: right; }
    .grid-20:nth-child(1n + 1){
    clear: both; } }
.grid-25 {
  width: calc(99.9% * 1/4 - (30px - 30px * 1/4)); }
.grid-25:nth-child(1n){
  float: left;
  margin-right: 30px;
  clear: none; }
.grid-25:last-child{
  margin-right: 0; }
.grid-25:nth-child(4n){
  margin-right: 0;
  float: right; }
.grid-25:nth-child(4n + 1){
  clear: both; }
@media (max-width: 768px) {
    .grid-25 {
      width: calc(99.9% * 1/2 - (30px - 30px * 1/2)); }
    .grid-25:nth-child(1n){
    float: left;
    margin-right: 30px;
    clear: none; }
    .grid-25:last-child{
    margin-right: 0; }
    .grid-25:nth-child(2n){
    margin-right: 0;
    float: right; }
    .grid-25:nth-child(2n + 1){
    clear: both; } }
@media (max-width: 375px) {
    .grid-25 {
      width: calc(99.9% * 1); }
    .grid-25:nth-child(1n){
    float: left;
    margin-right: 0;
    clear: none; }
    .grid-25:last-child{
    margin-right: 0; }
    .grid-25:nth-child(1n){
    margin-right: 0;
    float: right; }
    .grid-25:nth-child(1n + 1){
    clear: both; } }
.grid-33 {
  width: calc(99.9% * 1/3 - (30px - 30px * 1/3)); }
.grid-33:nth-child(1n){
  float: left;
  margin-right: 30px;
  clear: none; }
.grid-33:last-child{
  margin-right: 0; }
.grid-33:nth-child(3n){
  margin-right: 0;
  float: right; }
.grid-33:nth-child(3n + 1){
  clear: both; }
@media (max-width: 768px) {
    .grid-33 {
      width: calc(99.9% * 1 - (30px - 30px * 1)); }
    .grid-33:nth-child(1n){
    float: left;
    margin-right: 30px;
    clear: none; }
    .grid-33:last-child{
    margin-right: 0; }
    .grid-33:nth-child(1n){
    margin-right: 0;
    float: right; }
    .grid-33:nth-child(1n + 1){
    clear: both; }
      .grid-33.small {
        width: calc(99.9% * 1 - (30px - 30px * 1)); }
      .grid-33.small:nth-child(1n){
    float: left;
    margin-right: 30px;
    clear: none; }
      .grid-33.small:last-child{
    margin-right: 0; }
      .grid-33.small:nth-child(1n){
    margin-right: 0;
    float: right; }
      .grid-33.small:nth-child(1n + 1){
    clear: both; } }
@media (max-width: 375px) {
    .grid-33 {
      width: calc(99.9% * 1 - (30px - 30px * 1)); }
    .grid-33:nth-child(1n){
    float: left;
    margin-right: 30px;
    clear: none; }
    .grid-33:last-child{
    margin-right: 0; }
    .grid-33:nth-child(1n){
    margin-right: 0;
    float: right; }
    .grid-33:nth-child(1n + 1){
    clear: both; } }
.grid-50 {
  width: calc(99.9% * 1/2 - (30px - 30px * 1/2)); }
.grid-50:nth-child(1n){
  float: left;
  margin-right: 30px;
  clear: none; }
.grid-50:last-child{
  margin-right: 0; }
.grid-50:nth-child(2n){
  margin-right: 0;
  float: right; }
.grid-50:nth-child(2n + 1){
  clear: both; }
@media (max-width: 768px) {
    .grid-50 {
      width: calc(99.9% * 1/1 - (30px - 30px * 1/1)); }
    .grid-50:nth-child(1n){
    float: left;
    margin-right: 30px;
    clear: none; }
    .grid-50:last-child{
    margin-right: 0; }
    .grid-50:nth-child(1n){
    margin-right: 0;
    float: right; }
    .grid-50:nth-child(1n + 1){
    clear: both; } }
.grid-66 {
  width: calc(99.9% * 2/3 - (30px - 30px * 2/3)); }
.grid-66:nth-child(1n){
  float: left;
  margin-right: 30px;
  clear: none; }
.grid-66:last-child{
  margin-right: 0; }
.grid-66:nth-child(3n){
  margin-right: 0;
  float: right; }
.grid-66:nth-child(3n + 1){
  clear: both; }
@media (max-width: 767px) {
    .grid-66 {
      width: calc(99.9% * 1 - (30px - 30px * 1)); }
    .grid-66:nth-child(1n){
    float: left;
    margin-right: 30px;
    clear: none; }
    .grid-66:last-child{
    margin-right: 0; }
    .grid-66:nth-child(1n){
    margin-right: 0;
    float: right; }
    .grid-66:nth-child(1n + 1){
    clear: both; } }
@media (max-width: 375px) {
    .grid-66 {
      width: calc(99.9% * 1 - (30px - 30px * 1)); }
    .grid-66:nth-child(1n){
    float: left;
    margin-right: 30px;
    clear: none; }
    .grid-66:last-child{
    margin-right: 0; }
    .grid-66:nth-child(1n){
    margin-right: 0;
    float: right; }
    .grid-66:nth-child(1n + 1){
    clear: both; } }
.grid-100 {
  width: calc(99.9% * 1 - (30px - 30px * 1)); }
.grid-100:nth-child(1n){
  float: left;
  margin-right: 30px;
  clear: none; }
.grid-100:last-child{
  margin-right: 0; }
.grid-100:nth-child(undefinedn){
  margin-right: 0;
  float: right; }
.grid-100:nth-child(undefinedn + 1){
  clear: both; }
.csc-uploads.csc-uploads-2 {
  text-decoration: none;
  list-style: none;
  margin: 0; }
.csc-uploads.csc-uploads-2 li {
    list-style: none;
    display: block;
    background: white;
    margin-bottom: 15px;
    color: #005ca9; }
.csc-uploads.csc-uploads-2 .csc-uploads-fileName {
    display: inline; }
.csc-uploads.csc-uploads-2 .csc-uploads-fileName a {
      color: #005ca9; }
.csc-uploads.csc-uploads-2 .csc-uploads-description {
    display: block;
    margin: 15px 0 0 0; }
.csc-uploads.csc-uploads-2 .csc-uploads-description a {
      color: #005ca9; }
.csc-uploads.csc-uploads-2 .csc-uploads-fileSize {
    display: block;
    margin: 15px 0 0 0; }
.csc-uploads.csc-uploads-2 .csc-uploads-fileSize a {
      color: #005ca9; }
.csc-textpic .csc-textpic-caption {
  font-size: 13px;
  width: 100%;
  line-height: 15px;
  margin-top: 10px;
  font-weight: bold;
  overflow: hidden; }
.csc-textpic .copyright {
  font-weight: normal;
  overflow: hidden; }
nav {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: fixed;
  top: 0;
  max-width: 100%;
  width: 69.625em;
  background: white;
  padding: 30px 20px 0 20px;
  z-index: 170; }
nav.home {
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear; }
nav.home.state-logo {
      background: transparent;
      opacity: 1; }
nav.home.state-logo * {
        opacity: 0; }
nav.home.state-logo #logo-colored,
      nav.home.state-logo #logo-colored * {
        opacity: 1; }
nav.home.state-enabled {
      opacity: 1; }
@media (max-width: 768px) {
    nav {
      position: fixed;
      height: 100vh;
      width: 100vw;
      left: 0;
      background: white;
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
      -webkit-transition: -webkit-transform 0.3s ease-out;
      transition: -webkit-transform 0.3s ease-out;
      transition: transform 0.3s ease-out;
      transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
      text-align: left; }
      nav.active {
        -webkit-transform: translateX(0%);
                transform: translateX(0%); } }
nav .mobile-nav-icon {
    display: none; }
.menu {
  margin-top: 70px;
  margin-left: 170px; }
@media (max-width: 768px) {
    .menu {
      top: 100px;
      left: 30px;
      bottom: initial;
      margin-left: 0px; } }
@media (max-width: 375px) {
    .menu {
      margin-left: 0px; } }
.menu-item {
  position: relative;
  z-index: 10;
  display: inline-block;
  border-bottom: 5px solid transparent;
  margin-right: 15px; }
.menu-item > a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 0.938em;
    color: #005ca9;
    text-transform: uppercase; }
.menu-item > a:focus {
      outline: 2px solid #005ca9;
      text-decoration: none; }
.menu-item.active, .menu-item:hover {
    border-bottom-color: #cc1316; }
.menu-item.active > a, .menu-item:hover > a {
      color: #cc1316; }
.menu-item:hover > .submenu {
    display: block; }
@media (max-width: 768px) {
    .menu-item {
      display: block;
      border-bottom: 0px; } }
.menu-item.mobile {
    display: none; }
.submenu {
  display: none;
  position: absolute;
  background: white;
  left: -10px;
  top: 1.763em;
  padding: 10px;
  max-height: 80vh;
  overflow-y: scroll;
  /*  &.scroll {
       max-height: 80vh;
       overflow-y: scroll;
   } */ }
.submenu > li > a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 0.938em;
    color: #005ca9;
    text-transform: uppercase; }
.submenu > li:hover > a {
    color: #cc1316; }
.submenu .active > a {
    color: #cc1316; }
.submenu :hover {
    /*  display: block; */ }
.submenu-item-link:after {
  content: " +"; }
.submenu-item-link.active {
  color: #cc1316; }
.submenu-item-link.active:after {
    content: " -"; }
.submenu-item-link:after:hover {
  content: "x"; }
.submenu-item-link.submenu-item-active:after {
  content: " -"; }
.subsubmenu {
  height: 0;
  overflow: hidden; }
.subsubmenu.active {
    height: auto; }
.subsubmenu li a {
    white-space: pre;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 0.813em;
    color: #005ca9;
    padding-left: 5px; }
@media (max-width: 768px) {
      .subsubmenu li a {
        white-space: normal;
        padding-left: 0; } }
.subsubmenu li a:hover {
      color: #cc1316; }
/*NEU*/
@media screen and (min-width:769px) and (max-width:1024px){
  #mobile-nav-header{
    display:block;
  }
  #mobile-nav-header #mobile-icon,
  #mobile-nav-header #mobile-close-icon{
    display:block;
  }
  nav{
    overflow-y:scroll;
    height:100%;
    position:fixed;
    height:100vh;
    width:100vw;
    left:0;
    background:white;
    -webkit-transform:translateX(-100%);
    transform:translateX(-100%);
    -webkit-transition:-webkit-transform 0.3s ease-out;
    transition:-webkit-transform 0.3s ease-out;
    transition:transform 0.3s ease-out;
    transition:transform 0.3s ease-out;
    -webkit-transform 0.3s ease-out;
    text-align:left;
  }
  nav #logo,nav #logo-colored{
    position:absolute;
    left:50%;
    -webkit-transform:translateX(-50%);
    transform:translateX(-50%);
  }
  nav.active{
    -webkit-transform:translateX(0%);
    transform:translateX(0%);
  }
  nav #search{
    margin-right:50px;
  }
  nav .menu{
    margin-left:0px;
    margin-bottom:50px;
    position:static !important;
    padding:0 !important;
  }
  nav .menu .menu-item{
    display:block;
    border-bottom:0px;
  }
  nav .mobile-nav-icon{
    display:block;
    margin-bottom:30px;
  }
  nav .mobile-nav-icon a{
    color:#005ca9;
  }
  nav .mobile-nav-icon .small{
    text-align:center;
  }
}
@media screen and (max-width:1024px){
  #search,#sidebar{
    display:none;
  }
  ul.menu li.menu-item{
    position:static;
    z-index:unset;
    display:table;
  }
  ul.menu li.menu-item ul.submenu{
    display:inherit !important;
    height:auto;
    overflow:visible;
    position:static;
  }
  ul.menu li.menu-item ul.submenu li.submenu-item{
    line-height:1.7em;
  }
  ul.menu li.menu-item ul.submenu a.submenu-item-link:after{
    content:none;
  }
  ul.menu li.menu-item ul.subsubmenu{
    display:none;
  }
}
@media screen and (min-width:1025px) {
  ul.menu{
    position:relative;
    margin-left:0;
    padding-left:170px;
    }
  ul.menu li.menu-item{
    position:static;
    }
  ul.menu li.menu-item ul.submenu{
    display:none;
    z-index:2;
    background:rgba(255, 255, 255, 0.97);
    position:absolute;
    left:-20px;
    right:-20px;
    margin:0;
    top:29px;
    padding:15px;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    overflow-y:visible;
  }
  ul.menu li.menu-item ul.submenu li.submenu-item{
    width:31.33%;
    margin-right:2%;
    padding-bottom:20px;
    border-right:1px solid #f0f0f0;
  }
  ul.menu li.menu-item ul.submenu li.submenu-item:nth-child(3n){
    border:none;margin-right:0;
  }
  ul.menu li.menu-item ul.submenu li.submenu-item a.submenu-item-link{
    margin-bottom:15px;
    display:block;
  }
  ul.menu li.menu-item ul.submenu li.submenu-item a.submenu-item-link:after{
    content:none;
  }
  ul.menu li.menu-item ul.submenu li.submenu-item ul.subsubmenu li.subsubmenu-item{
    padding-bottom:12px;
    color:#005ca9;
  }
  ul.menu li.menu-item ul.submenu li.submenu-item ul.subsubmenu li.subsubmenu-item a{
    white-space:unset;
    display:block;
    line-height:normal;
    padding:0;
    font-weight:400;
    font-size:0.85em;
  }
  ul.menu li.menu-item:hover ul.submenu{
    display:-webkit-box;
    display:-moz-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
  }
  ul.menu li.menu-item:hover ul.submenu li.submenu-item{
    display:block;
  }
  ul.menu li.menu-item:hover ul.submenu li.submenu-item ul.subsubmenu{
    height:auto;overflow:visible;
  }
}
/*NEU ENDE*/
#logo,
#logo-colored {
  float: left; }
#logo.hidden,
  #logo-colored.hidden {
    opacity: 0; }
#logo img,
  #logo svg,
  #logo-colored img,
  #logo-colored svg {
    width: 235.193px;
    max-width: 100%;
    margin-bottom: 20px; }
@media (max-width: 375px) {
      #logo img,
      #logo svg,
      #logo-colored img,
      #logo-colored svg {
        display: none; } }
@media (max-width: 768px) {
    #logo,
    #logo-colored {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); } }
#search {
  display: block;
  float: right;
  margin-right: 10px; }
#search form ul li {
    height: 100%;
    display: inline-block; }
#search form ul li input {
      padding: 0.188em 0px 0.188em 0.625em;
      width: 150px;
      color: #005ca9;
      line-height: normal;
      font-size: 0.813em; }
#search form ul li ::-webkit-input-placeholder {
      text-transform: uppercase;
      opacity: 1; }
#search form ul li ::-moz-placeholder {
      text-transform: uppercase;
      opacity: 1; }
#search form ul li :-ms-input-placeholder {
      text-transform: uppercase;
      opacity: 1; }
#search form ul li ::placeholder {
      text-transform: uppercase;
      opacity: 1; }
#search .submit-search-button {
  height: auto;
  width: 1.225em !important;
  position: absolute;
  right: 10px;
  top: 0.125em; }
#ke_search_sword {
  border: 1px solid #005ca9;
  color: #005ca9; }
#ke_search_searchfield_submit_page {
  width: 17px !important;
  position: absolute;
  top: 5px;
  height: auto;
  left: 153px; }
#langnav {
  width: 52px;
  float: right;
  margin-left: -65px;
  margin-top: -1.438em;
  position: absolute;
  z-index: 999; }
#langnav img {
    width: 0.813em;
    margin-top: 0.313em;
    float: right;
    margin-right: -2px; }
#langnav ul {
    display: inline-block; }
#langnav ul li {
      display: none;
      padding: 0px 5px 10px 5px;
      background-color: white; }
#langnav ul li a:after {
        content: "";
        background-size: 30px 20px;
        display: inline-block;
        width: 30px;
        height: 20px;
        box-shadow: 1px 2px 2px gray; }
#langnav ul li .de:after {
        background-image: url(../images/flag/_flag_ger.png); }
#langnav ul li .en:after {
        background-image: url(../images/flag/Flag_of_England.svg); }
#langnav ul li .tr:after {
        background-image: url(../images/flag/Flag_of_Turkey.svg); }
#langnav ul li .ar:after {
        background-image: url(../images/flag/Flag_of_the_Arab_League-1.svg); }
#langnav ul li .ru:after {
        background-image: url(../images/flag/Flag_of_Russia.svg); }
#langnav ul li .fr:after {
        background-image: url(../images/flag/Flag_of_France.svg); }
#langnav ul li .pl:after {
        background-image: url(../images/flag/Flag_of_Poland.svg); }
#langnav ul .show {
      display: block; }
#langnav ul .active {
      display: none !important; }
#langnav :hover li {
    display: block; }
#langnav .wrap-langnav:hover li {
    display: block; }
#mobile-nav-header {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: white;
  padding: 20px 20px 0 20px;
  z-index: 99999;
  text-align: center; }
@media (max-width: 1024px) {
    #mobile-nav-header {
      display: block; } }
#mobile-logo {
  display: inline-block;
  margin: 0 auto; }
#mobile-logo img,
  #mobile-logo svg {
    width: 180px;
    max-width: 100%;
    margin-bottom: 20px; }
#mobile-icon,
#mobile-close-icon {
  display: none;
  float: left;
  color: #005ca9; }
@media (max-width: 1024px) {
    #mobile-icon,
    #mobile-close-icon {
      display: block; } }
.submenu-active {
  display: block;
  position: static; }
@media (max-width: 768px) {
  nav {
    overflow-y: scroll;
    height: 100%; }
    nav .menu {
      margin-bottom: 50px; }
    nav #search::after {
      margin-right: 36px; }
    nav .menu-item.active:hover {
      display: block !important; }
    nav .submenu-active:hover {
      display: block !important; }
    nav .submit-search-button {
      margin-right: 25px; }
    nav #search {
      margin-right: 50px; }
      nav #search form ul li .container, nav #search form ul li .breadcrumb {
        padding: 0 50px 0 0; }
    nav #langnav {
      margin-left: 230px; }
    nav .submenu-item-link:after {
      content: " +";
      position: absolute;
      margin-left: 5px; }
    nav .submenu-item-link.active {
      color: #cc1316; }
      nav .submenu-item-link.active:after {
        content: " -"; }
    nav .mobile-nav-icon {
      display: block;
      margin-bottom: 30px; }
      nav .mobile-nav-icon a {
        color: #005ca9; }
      nav .mobile-nav-icon .small {
        text-align: center; } }
@media (max-width: 375px) {
  #search form ul li .container, #search form ul li .breadcrumb {
    padding: 0 50px 0 0; }
  #search form ul li input {
    width: 140px; }
  nav .menu .menu-item .submenu {
    padding: 0 10px 10px 10px; } }
.tx-dce-pi1 .anschrift {
  margin-bottom: 15px; }
.slide {
  background: #333;
  position: relative; }
.slide img {
    width: 100%; }
#unterseite {
  overflow: hidden; }
.slick-arrow {
  z-index: 20;
  cursor: pointer;
  outline: none;
  color: white; }
.slick-arrow:before {
    text-shadow: 1px 1px 5px black; }
.slick-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -20px; }
.slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -20px; }
.slide-caption-wrapper {
  position: absolute;
  left: 15px;
  bottom: 15px;
  z-index: 10; }
.slide-caption {
  display: inline-block;
  background: white;
  padding: 2px 10px; }
.slide-caption.blue {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 1.188em;
    color: #005ca9; }
@media (max-width: 1023px) {
      .slide-caption.blue {
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
        font-size: 0.813em;
        color: #005ca9; } }
.slide-caption.red {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 1.188em;
    color: #cc1316; }
@media (max-width: 1023px) {
      .slide-caption.red {
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
        font-size: 0.813em;
        color: #cc1316; } }
.slide-caption:not(:last-child) {
    margin-bottom: 4px; }
.slider.thumbslider {
  background: none; }
.slider.thumbslider .slick-slide {
    background: none; }
.slider.thumbslider .slide-copyright-wrapper {
    background: transparent; }
.slider.thumbslider .slide-subtitle-wrapper {
    height: 20px; }
.slider.thumbslider .slide-caption {
    display: inline-block;
    background: none;
    padding: 0; }
.slider.thumbslider .slide-caption.blue {
      color: white;
      font-size: 0.813em;
      width: 75%;
      font-weight: normal;
      line-height: 15px;
      margin: 0; }
.slider.thumbslider .slide-caption.red {
      color: white;
      font-size: 0.813em;
      width: 75%;
      font-weight: bold;
      line-height: 15px;
      margin: 0; }
.slider.thumbslider .slide-caption:not(:last-child) {
      color: white;
      font-size: 12px;
      font-weight: normal;
      width: 75%;
      line-height: 15px;
      margin: 0; }
.slider.thumbslider .slider-img-wrap {
    background-color: white; }
.slider.thumbslider .slider-img-wrap img {
      max-width: 100%;
      height: auto;
      max-height: 600px;
      width: auto;
      margin: auto; }
.slider-nav .col-xs-3 {
  position: relative;
  min-height: 1px;
  padding-right: 10px; }
.slider-nav .col-xs-3 img {
    cursor: pointer; }
.slider-nav .slick-prev,
.slider-nav .slick-next {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 4em;
  text-rendering: auto;
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
  text-shadow: 1px 1px 1px #000; }
.slider-nav .slick-prev:before,
  .slider-nav .slick-next:before {
    text-shadow: 1px 1px 1px #000;
    font-size: 20px;
    line-height: 1;
    color: #000;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
.slider-nav .slick-prev {
  left: -25px;
  text-shadow: 1px 1px 1px #000; }
.slider-nav .slick-prev:before {
    text-shadow: 1px 1px 1px #000;
    content: "\f104"; }
.slider-nav .slick-next {
  right: -25px; }
.slider-nav .slick-next:before {
    content: "\f105"; }
.slider-nav .slick-track .slider-nav-img-wrap {
  background-color: white; }
.slider-nav .slick-track .slider-nav-img-wrap img {
    max-width: 100%;
    height: auto;
    max-height: 117px;
    width: auto;
    margin: auto; }
@media (max-width: 375px) {
  .slick-prev {
    left: -30px; }
  .slick-next {
    right: -30px; } }
.card-wrapper {
  position: absolute;
  left: 15px;
  bottom: 15px;
  z-index: 10; }
.card-date,
.card-title {
  display: inline-block;
  background: white;
  padding: 2px 10px;
  margin-bottom: 4px; }
.card-date.blue,
  .card-title.blue {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 1.188em;
    color: #005ca9;
    margin-right: 20px; }
@media (max-width: 1023px) {
      .card-date.blue,
      .card-title.blue {
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
        font-size: 0.813em;
        color: #005ca9; } }
.card-date.red,
  .card-title.red {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 1.188em;
    color: #cc1316; }
.card-date.red h2 {
  color: #cc1316;}
@media (max-width: 1023px) {
      .card-date.red,
      .card-title.red {
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
        font-size: 0.813em;
        color: #cc1316; } }
.link {
  margin-top: 10px; }
.btn {
  border: 1px solid transparent;
  padding: 5px 10px;
  text-transform: none;
  font-size: smaller;
  cursor: pointer; }
.btn.solid.blue {
    background: #005ca9;
    border-color: #005ca9;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 0.813em;
    color: white; }
.btn.ghost.white {
    color: white;
    border-color: white; }
.blue-box,
.red-box {
  position: relative;
  text-align: center; }
.blue-box.link-box {
  height: 170px;
  overflow: hidden; }
.blue-box.link-box img {
    margin-top: -30%; }
.blue-box.link-box .title_wrap {
    margin-top: 50px; }
.blue-box.link-box .title_wrap .blue-box-title {
      margin: 0;
      text-transform: uppercase; }
.blue-box.link-box .title_wrap .blue-box-button {
      bottom: auto;
      margin-top: 6px; }
@media (max-width: 1024px) {
        .blue-box.link-box .title_wrap .blue-box-button {
          display: none; } }
@media (max-width: 768px) {
      .blue-box.link-box .title_wrap {
        margin-top: 80px; }
        .blue-box.link-box .title_wrap .blue-box-title {
          top: 30%; } }
.blue-box-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 92, 169, 0.7); }
.blue-box-wrapper .inner-wrap {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.red-box-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(204, 19, 22, 0.7);
  padding: 30px;
  color: white; }
.red-box-wrapper .inner-wrap {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.red-box-text {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 0.938em; }
.red-box-wrapper .btn.ghost.white {
  line-height: 28px;
  display: inline-block;
  padding: 1px 10px 0px 10px;
}
.blue-box-title {
  margin: 0 0 13px 0px;
  padding: 0 30px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 1.188em;
  color: white;
  text-transform: uppercase; }
.blue-box-text {
  font-size: smaller;
  padding: 0 30px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 0.813em;
  color: white;
 }
.blue-box-button {
  display: inherit;
  line-height: 39px;
  text-align: center;
  margin: 22px auto 0 auto;
  position: static;
  transform: none;
  height: 40px;
  width: 40px;
  border: 1px solid white;
  font-size: large;
  cursor: pointer;
  color: white;
}
@media (max-width: 1024px) {
    .blue-box-button {
      display: block; } }
@media screen and (min-width: 769px) and (max-width: 790px) {
  .flip-container .flipper .blue-box-text,
  .flip-container .flipper .red-box-text {
    line-height: 1.3em;
  }
}
.flip-container {
  -webkit-perspective: 1000px;
  perspective: 1000px;
  position: relative;
  width: 100%; }
.flip-container.hover .flipper {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.flip-container:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%; }
.flip-container,
.front,
.back {
  width: 100%; }
aside.grid-33 .flipper {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-bottom: 20px; }
.flipper {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
.flipper.teaser_link,
aside.grid-33 .flipper.teaser_link {
  position: static;
  height: 170px; }
.front,
.back {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0; }
.front {
  z-index: 2;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg); }
.back {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg); }

@media (max-width: 768px) {
    .blue-box-wrapper .inner-wrap .blue-box-button {
      bottom: auto;
      margin-top: 20px; } }
@media screen and (min-width:769px) and (max-width:919px){
  .flip-container .flipper .blue-box-title h3{
    font-size:15px;
    line-height:19px
  }
  .flip-container .flipper .blue-box-text,
  .flip-container .flipper .red-box-text{
    font-size:0.75em
  }
  .flip-container .flipper .red-box-text{
    margin-bottom:10px
  }
  .flip-container .flipper .blue-box-button{
    display:none !important
  }
}
@media screen and (min-width:920px) and (max-width:1000px){
  .flip-container .flipper .blue-box-title{
    margin:0 0 10px 0px;
  }
  .flip-container .flipper .blue-box-title h3{
    font-size:16px;
    line-height:22px;
  }
  .flip-container .flipper .blue-box-text,.flip-container .flipper .red-box-text{
    font-size:0.8em;
  }
  .flip-container .flipper .blue-box-button{
    height:30px;width:30px;
    line-height:29px !important;
    margin:13px auto 0 auto !important;
  }
}
footer a {
  color: inherit; }
.footer-stripe {
  height: 5px;
  background: url("../images/buntstreifen.png") center center no-repeat;
  background-size: cover; }
.footer-social {
  background: rgba(51, 51, 51, 0.5);
  padding: 20px 0;
  text-align: center; }
.footer-social ul {
    list-style-type: none; }
.footer-social ul li {
      display: inline-block; }
.footer-social ul li a {
        color: white;
        padding: 0px 35px; }
.footer-social ul li a i {
          font-style: normal; }
.footer-social ul li a ::before {
          font-size: 30px; }
.footer-social ul li a img {
          max-width: 130px; }
.footer-grid {
  background: #333333;
  padding: 60px 0; }
.footer-grid .container, .footer-grid .breadcrumb {
    padding: 0 20px; }
.footer-grid .socialicons {
    clear: both;
    text-align: right;
    padding-top: 40px; }
.footer-grid .socialicons i.icon::before {
      font-size: 37px; }
.footer-grid-item {
  width: calc(99.9% * 1/5 - (30px - 30px * 1/5)); }
.footer-grid-item:nth-child(1n){
  float: left;
  margin-right: 30px;
  clear: none; }
.footer-grid-item:last-child{
  margin-right: 0; }
.footer-grid-item:nth-child(5n){
  margin-right: 0;
  float: right; }
.footer-grid-item:nth-child(5n + 1){
  clear: both; }
.footer-grid-item > ul {
    list-style-type: none; }
.footer-grid-item > ul a {
      color: #999999;
      font-size: smaller;
      text-transform: uppercase; }
.footer-grid-item > ul a:focus {
        outline: 2px solid #999999;
        text-decoration: none; }
@media (max-width: 768px) {
    .footer-grid-item {
      width: calc(99.9% * 1/3 - (30px - 30px * 1/3));
      margin-bottom: 20px; }
    .footer-grid-item:nth-child(1n){
    float: left;
    margin-right: 30px;
    clear: none; }
    .footer-grid-item:last-child{
    margin-right: 0; }
    .footer-grid-item:nth-child(3n){
    margin-right: 0;
    float: right; }
    .footer-grid-item:nth-child(3n + 1){
    clear: both; } }
@media (max-width: 375px) {
    .footer-grid-item {
      width: calc(99.9% * 1); }
    .footer-grid-item:nth-child(1n){
    float: left;
    margin-right: 0;
    clear: none; }
    .footer-grid-item:last-child{
    margin-right: 0; }
    .footer-grid-item:nth-child(1n){
    margin-right: 0;
    float: right; }
    .footer-grid-item:nth-child(1n + 1){
    clear: both; } }
.footer-heading {
  text-transform: uppercase;
  color: white;
  margin-bottom: 30px;
  font-size: 15px;
  font-weight: bold; }
@media (max-width: 768px) {
    .footer-heading {
      margin-bottom: 10px;
      color: white; }
      .footer-heading a {
        color: white; } }
@media (max-width: 375px) {
  .footer-social ul li {
    padding: 10px; } }
.breadcrumb {
  margin-bottom: .5em;
  color: #fff;
  text-transform: uppercase; }
.breadcrumb a {
    margin-right: .5em;
    margin-left: .5em;
    font-weight: normal;
    text-transform: uppercase; }
.breadcrumb span {
    margin-right: .5em; }
.cite-wrapper {
  text-align: center;
  max-width: 80%;
  margin: 30px auto; }
@media (max-width: 375px) {
    .cite-wrapper {
      max-width: 100%; } }
.cite {
  color: white;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 2.375em;
  color: white;
  line-height: 1.4;
  margin-bottom: 30px; }
.cited-person {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 1.25em;
  color: white; }
.search-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 60px 120px; }
@media (max-width: 1024px) {
    .search-box {
      padding: 30px; } }
@media (max-width: 768px) {
    .search-box {
      position: relative;
      bottom: 0; } }
.search-box .distance {
    display: none; }
.search-box .distance.active {
      display: block; }
.search-box .notice {
    font-size: 13px;
    line-height: 13px;
    display: none;
    color: white;
    margin-bottom: 15px; }
.search-box .notice.active {
      display: block; }
.search-box .submit {
    position: relative; }
.search-box #ajaxloader {
    display: none;
    position: absolute;
    left: 0;
    top: -16px; }
.search-box #ajaxloader.active {
      display: block; }
.search-box-grid .easteregg {
  width: 50px;
  height: 65px;
  margin-left: -60px;
  position: absolute;
  margin-top: -8px;
  z-index: 999; }
.search-box-grid h4::before {
  content: "\e802";
  font-family: "parfont";
  font-size: 50px;
  margin-left: -60px;
  position: absolute;
  margin-top: -8px; }
@media (max-width: 1023px) {
    .search-box-grid h4::before {
      display: none; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .search-box-grid h4::before {
    display: none; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .search-box-grid h4::before {
    display: none; } }
.search-box-image {
  width: 100%; }
@media (max-width: 768px) {
    .search-box-image {
      position: absolute;
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover; } }
.search-box-grid {
  width: calc(99.9% * 1/2 - (30px - 30px * 1/2)); }
.search-box-grid:nth-child(1n){
  float: left;
  margin-right: 30px;
  clear: none; }
.search-box-grid:last-child{
  margin-right: 0; }
.search-box-grid:nth-child(2n){
  margin-right: 0;
  float: right; }
.search-box-grid:nth-child(2n + 1){
  clear: both; }
.search-box-grid h4 {
    margin-bottom: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 1.188em;
    color: white; }
.search-box-grid h4 span {
      font-family: 'Open Sans', sans-serif;
      font-weight: 700;
      font-size: 0.938em;
      color: white;
      font-size: 13px;
      display: block; }
.search-box-grid p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 0.813em;
    color: white; }
@media (max-width: 768px) {
    .search-box-grid {
      width: calc(99.9% * 1); }
    .search-box-grid:nth-child(1n){
    float: left;
    margin-right: 0;
    clear: none; }
    .search-box-grid:last-child{
    margin-right: 0; }
    .search-box-grid:nth-child(1n){
    margin-right: 0;
    float: right; }
    .search-box-grid:nth-child(1n + 1){
    clear: both; } }
.search-box-grid a {
    color: white;
    text-decoration: underline; }
.search-box-grid a:hover {
    color: #005ca9; }
.search-box-form {
  margin-top: 30px; }
.search-box-form select {
    display: block;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: white;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 0.813em;
    color: #005ca9;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px; }
.search-box-form fieldset {
    position: relative;
    margin-bottom: 15px; }
.search-box-form label {
    display: block;
    color: white;
    font-size: smaller; }
.search-box-form button {
    float: right;
    margin-top: 30px;
    cursor: pointer; }
@media (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 768px) and (min-resolution: 192dpi), (max-width: 768px) and (min-resolution: 2dppx) {
  .search-box-grid h4::before {
    display: none; } }
body {
  -ms-overflow-style: scrollbar; }
#sidebar {
  position: fixed;
  right: 0;
  top: 135px;
  z-index: 999; }
#sidebar::after {
    clear: both;
    content: "";
    display: table; }
.tab-label {
  color: #005ca9;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  background: white;
  margin-bottom: 5px;
  cursor: pointer; }
.tab-label:hover, .tab-label:focus {
    color: #cc1316; }
.sidebar-tab-label {
  position: relative;
  float: left;
  left: 0;
  color: #005ca9; }
.sidebar-tab-label input[type="radio"] {
    position: absolute;
    top: -9999px;
    left: -9999px; }
.sidebar-tab-label label {
    display: block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    background: white;
    margin-bottom: 5px;
    cursor: pointer; }
.sidebar-tab-label label:hover {
      color: #cc1316; }
.sidebar-tab-label [id^="tab"]:checked + label {
    color: #cc1316; }
@media (max-width: 768px) {
    .sidebar-tab-label {
      display: none; } }
.sidebar-tab-label .btn.blue.solid.active {
    background: #cc1316; }
#btn_switch_contrast.active {
  background: #cc1316;
  border-color: #cc1316; }
.layout-start .sidebar-tab-label {
  display: none; }
.layout-start .sidebar-tab-label.active {
    display: block; }
.sidebar-tabs {
  width: 300px;
  height: auto;
  background: white;
  list-style: none;
  float: left; }
.sidebar-tabs li {
    float: left;
    display: block; }
.tab-content {
  background: white;
  color: #005ca9;
  padding: 0px 15px 25px 15px;
  z-index: 2;
  display: none;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }
.tab-content.active, .tab-content.focus {
    display: block; }
.tab-content.focus {
    border: 2px solid blue; }
.tab-content .tab-text {
    margin-bottom: 10px; }
.tab-content .tab-heading p {
    vertical-align: bottom;
    padding-left: 5px;
    position: absolute;
    display: inline;
    margin-top: 50px; }
.tab-content .tab-heading i {
    font-style: normal;
    margin-top: 20px;
    margin-left: -10px; }
.tab-content .tab-heading i ::before {
      font-size: 10px; }
.tab-content .btn {
    display: inline-block; }
.tab-content .btn p {
      width: 50px;
      text-align: center; }
.tab-icon {
  background-size: 30px;
  position: relative;
  height: 30px;
  width: 30px;
  margin: 0px auto;
  cursor: pointer; }
.fullscreen-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background: white;
  /*&.active {
    display: block;
    z-index: 100;
  }*/
  /*@include media("<=desktop") {
   display: none!important;
  } */ }
.fullscreen-wrapper .pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 120;
    background-image: url("../images/pattern.png");
    background-repeat: repeat;
    opacity: 1; }
.fullscreen-overlay {
  background: transparent;
  height: 99vh;
  width: 100%;
  z-index: -1; }
.fullscreen-cta {
  position: absolute;
  bottom: 5px;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
  z-index: 130;
  opacity: inherit;
  padding: 15px; }
.fullscreen-cta div {
    color: white;
    display: block; }
.fullscreen-cta span {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 0.813em;
    color: white;
    text-transform: uppercase; }
.fullscreen-cta-border {
  position: fixed;
  width: 100%;
  bottom: 0px;
  right: 0;
  left: 0;
  height: 10px;
  background: url("../images/buntstreifen.png") center center no-repeat;
  background-size: cover;
  z-index: 160; }
.fullscreen-slider-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 110; }
.fullscreen-slider-wrapper .slick-active img {
    width: 100%;
    -webkit-animation: myMove 8s 1 ease-out;
            animation: myMove 8s 1 ease-out; }
.fullscreen-cite-slider-wrapper {
  visibility: hidden; }
.fullscreen-cite-slider-wrapper .slick-list .slick-track {
    height: 400px;
    width: 1671px; }
@-webkit-keyframes myMove {
  from {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%; }
  to {
    -webkit-transform: scale(1.3, 1.3);
            transform: scale(1.3, 1.3);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%; } }
@keyframes myMove {
  from {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%; }
  to {
    -webkit-transform: scale(1.3, 1.3);
            transform: scale(1.3, 1.3);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%; } }
.fullscreen-cite-slider-wrapper {
  position: absolute;
  top: 28vh;
  left: 0%;
  z-index: 120;
  max-width: 65%; }
.fullscreen-cite-slider-wrapper .slick-dots {
    margin-top: 15px;
    list-style-type: none; }
.fullscreen-cite-slider-wrapper .slick-dots li {
      float: left;
      width: 25%;
      height: 4px;
      background: rgba(255, 255, 255, 0.5);
      margin-bottom: 20px; }
.fullscreen-cite-slider-wrapper .slick-dots li button {
        visibility: hidden; }
.fullscreen-cite-slider-wrapper .slick-dots li:not(:last-child) {
        margin-right: 3%; }
.fullscreen-cite-slider-wrapper .slick-dots li.slick-active {
        background: rgba(255, 255, 255, 0.9); }
.fullscreen-cite {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: white;
  text-transform: normal;
  font-weight: bold;
  line-height: 50px;
  margin-bottom: 15px;
  bottom: 45px;
  position: absolute; }
.fullscreen-cited-person {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: white;
  text-transform: normal;
  font-weight: bold;
  bottom: 0;
  position: absolute; }
.fullscreen-logo {
  position: absolute;
  top: 30px;
  left: 20px;
  z-index: 150; }
.fullscreen-logo img {
    width: 245px;
    max-width: 100%;
    height: auto; }
#scrolldown a {
  color: white; }
@media (max-width: 768px) {
  .fullscreen-wrapper {
    display: none; }
  .fullscreen-overlay {
    height: 18vh; } }
body.blur .bg-fader, body.blur .bg-fader2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 1s linear;
  transition: all 1s linear; }
body.blur .bg-fader img, body.blur .bg-fader2 img {
    position: absolute;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
body.blur .bg-fader.active, body.blur .bg-fader2.active {
    z-index: 1;
    opacity: 1; }
body:not(.blur) .bg-fader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 2;
  opacity: 1; }
body:not(.blur) .bg-fader img {
    position: absolute;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
.bg-fader2.active {
  z-index: 2;
  opacity: 1; }
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: none;
  border-radius: 0px; }
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #005ca9;
    font-weight: 600;
    font-size: 13px; }
.wf-active .select2-container--default .select2-selection--single .select2-selection__placeholder {
      font-family: 'Open Sans', sans-serif; }
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #005ca9;
    font-weight: 600;
    font-size: 13px; }
.wf-active .select2-container--default .select2-selection--single .select2-selection__rendered {
      font-family: 'Open Sans', sans-serif; }
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #005ca9 transparent transparent transparent; }
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #005ca9 transparent; }
.select2-search--dropdown .select2-search__field {
  color: #005ca9;
  font-weight: 600;
  font-size: 13px; }
.wf-active .select2-search--dropdown .select2-search__field {
    font-family: 'Open Sans', sans-serif; }
.select2-results__option {
  color: #005ca9;
  font-weight: 600;
  font-size: 13px; }
.wf-active .select2-results__option {
    font-family: 'Open Sans', sans-serif; }
.select2-dropdown {
  border: none;
  border-radius: 0px; }
.content__article {
  margin-bottom: 30px; }
.content__article:before{
  content: '';
  display: table; }
.content__article:after{
  content: '';
  display: table;
  clear: both; }
.content__article--double {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: strech;
        -ms-flex-align: strech;
            align-items: strech; }
@media (max-width: 374px) {
      .content__article--double {
        display: inherit; } }
.content__article--double .col1 {
      width: calc(99.9% * 4/12 - (0px - 0px * 4/12)); }
.content__article--double .col1:nth-child(1n){
  float: left;
  margin-right: 0px;
  clear: none; }
.content__article--double .col1:last-child{
  margin-right: 0; }
.content__article--double .col1:nth-child(4n){
  margin-right: 0;
  float: right; }
.content__article--double .col1:nth-child(4n + 1){
  clear: both; }
@media (max-width: 767px) {
        .content__article--double .col1 {
          width: calc(99.9% * 1/2 - (0px - 0px * 1/2)); }
        .content__article--double .col1:nth-child(1n){
    float: left;
    margin-right: 0px;
    clear: none; }
        .content__article--double .col1:last-child{
    margin-right: 0; }
        .content__article--double .col1:nth-child(2n){
    margin-right: 0;
    float: right; }
        .content__article--double .col1:nth-child(2n + 1){
    clear: both; } }
@media (max-width: 374px) {
        .content__article--double .col1 {
          width: calc(99.9% * 1 - (30px - 30px * 1)); }
        .content__article--double .col1:nth-child(1n){
    float: left;
    margin-right: 30px;
    clear: none; }
        .content__article--double .col1:last-child{
    margin-right: 0; }
        .content__article--double .col1:nth-child(undefinedn){
    margin-right: 0;
    float: right; }
        .content__article--double .col1:nth-child(undefinedn + 1){
    clear: both; } }
.content__article--double .col2 {
      width: calc(99.9% * 8/12 - (0px - 0px * 8/12));
      background: white;
      padding: 15px 30px; }
.content__article--double .col2:nth-child(1n){
  float: left;
  margin-right: 0px;
  clear: none; }
.content__article--double .col2:last-child{
  margin-right: 0; }
.content__article--double .col2:nth-child(3n){
  margin-right: 0;
  float: right; }
.content__article--double .col2:nth-child(3n + 1){
  clear: both; }
@media (max-width: 767px) {
        .content__article--double .col2 {
          width: calc(99.9% * 1/2 - (0px - 0px * 1/2)); }
        .content__article--double .col2:nth-child(1n){
    float: left;
    margin-right: 0px;
    clear: none; }
        .content__article--double .col2:last-child{
    margin-right: 0; }
        .content__article--double .col2:nth-child(2n){
    margin-right: 0;
    float: right; }
        .content__article--double .col2:nth-child(2n + 1){
    clear: both; } }
@media (max-width: 374px) {
        .content__article--double .col2 {
          width: calc(99.9% * 1 - (30px - 30px * 1)); }
        .content__article--double .col2:nth-child(1n){
    float: left;
    margin-right: 30px;
    clear: none; }
        .content__article--double .col2:last-child{
    margin-right: 0; }
        .content__article--double .col2:nth-child(undefinedn){
    margin-right: 0;
    float: right; }
        .content__article--double .col2:nth-child(undefinedn + 1){
    clear: both; } }
.content__article--double .col2 h3,
.content__article--double .col2 h2,
      .content__article--double .col2 .bodytext {
        color: #005ca9; }
.content__article--double .col2 .button {
        text-align: right; }
@media (max-width: 374px) {
        .content__article--double .col2 .button a {
          float: left;
          margin-top: 8px; } }
.content__article .news-list-date {
    color: #cc1316;
    font-weight: bold; }
.content__article .logo_image {
    width: 150px;
    height: 150px;
    left: 50%;
    opacity: 0.8;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
@media (max-width: 374px) {
  .content__article .col1 {
    height: 200px; } }
.news-single h1 {
  margin-bottom: 0; }
.news-single p {
  margin-bottom: 15px; }
.news-single .news-list-date {
  color: #cc1316;
  font-weight: bold; }
.news-single .footer {
  margin-bottom: 15px; }
.news-single .teaser-text {
  margin-bottom: 15px; }
.news-single .news-text-wrap {
  margin-bottom: 15px; }
.news-single .news-img-wrap {
  width: 100%;
  float: left;
  padding: 0 0 0 0; }
.news-single .news-img-wrap .outer {
    margin-bottom: 20px; }
.news-single .news-img-caption {
  font-size: 13px;
  width: 100%;
  line-height: 15px;
  margin-top: 10px; }
.news-single .news-img-caption .caption {
    font-weight: bold; }
.news-single .news-img-caption .copyright {
    font-weight: normal; }
.mediaelement-video iframe {
  width: 100%; }
.detail .grid-66 {
  margin-bottom: 0; }
.detail .news-img-wrap {
  margin-top: 30px; }
.detail .header {
  margin-bottom: -30px; }
.detail .header img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-bottom: 30px; }
.detail .news-related-links ul {
  margin: 0; }
.detail .news-related-links li {
  list-style: none; }
.detail .news-related-links a {
  text-decoration: underline; }
.news-list-view article {
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
.news-list-view p a{
    color: #005ca9;}
.news-list-view article.hidden {
    display: none;
    opacity: 0; }
*:after, *:before {
  box-sizing: border-box; }
body,
html {
  width: 100%;
  min-height: 100%; }
body {
  /*position: relative;*/
  font-family: sans-serif; }
body.layout-standard {
    background: url("/fileadmin/templates/dist/assets/images/Bg_streifen.jpg") top center no-repeat;
    background-size: cover;
    background-attachment: fixed; }
body.layout-kg {
    background: url("/fileadmin/templates/dist/assets/images/KG_Farbstreifen.jpg") top center no-repeat;
    background-size: cover;
    background-attachment: fixed; }
body.layout-kg-detail {
    background: url("/fileadmin/templates/dist/assets/images/KG_Detailseite.jpg") top center no-repeat;
    background-size: cover;
    background-attachment: fixed; }
.wf-active body {
    font-family: 'Open Sans', sans-serif; }
img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%; }
.container, .breadcrumb {
  position: relative;
  position: relative;
  max-width: 69.625em;
  margin-left: auto;
  margin-right: auto; }
@media (max-width: 1024px) {
    .container, .breadcrumb {
      padding: 0 30px; } }
@media (max-width: 1023px) {
    .container, .breadcrumb {
      padding: 0 10px; } }
.row:before{
  content: '';
  display: table; }
.row:after{
  content: '';
  display: table;
  clear: both; }
h1,
h2,
h3,
h4 {
  font-family: sans-serif; }
.wf-active h1, .wf-active
  h2, .wf-active
  h3, .wf-active
  h4 {
    font-family: 'Open Sans', sans-serif; }
h1 {
  font-size: 1.875em;
  margin-bottom: 20px; }
h2 {
  font-size: 21px;
  margin-bottom: 10px;
}
h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
.main {
  color: white; }
.layout-start .main {
    padding: 50vh 20px; }
.layout-standard .main {
    padding: 150px 20px; }
.layout-kg .main, .layout-kg-detail .main {
	  min-height: 900px;
    padding: 150px 20px; }
.main p,
  .main ul,
  .main ol {
    color: white; }
.main p a:not(.btn),
    .main ul a:not(.btn),
    .main ol a:not(.btn) {
      text-decoration: underline; }
.main .underline {
    text-decoration: underline; }
.main a {
    text-decoration: underline;
    color: white; }
.main a.btn {
  text-decoration: none;}
/* .main a:hover { */
      /* color: #005ca9; } */
.main a:focus {
      outline: 2px solid #005ca9;
      text-decoration: none; }
.main .internal-link {
    color: white; }
.main.kg {
    padding-top: 160px; }
main ul, main ol {
  margin-left: 20px; }
main h1,
main h2,
main h3,
main h4,
main p {
  color: white; }
main,
footer,
header {
  position: relative;
  z-index: 60; }
#p82 .main {
  direction: rtl;
  unicode-bidi: bidi-override; }
#p82 .main .card-wrapper {
    left: auto;
    padding-right: 15px; }
.kesearch_pagebrowser ul li .next {
  display: none; }
.kesearch_pagebrowser ul li .prev {
  display: none; }
/* Contrast version */
body.contrast {
  background: none;
  background-color: #fff; }
body.contrast .menu-item > a,
  body.contrast .submenu > li > a {
    color: black; }
body.contrast h1,
  body.contrast h2,
  body.contrast h3,
  body.contrast h4,
  body.contrast h5,
  body.contrast h6 {
    color: black; }
body.contrast p,
  body.contrast ul,
  body.contrast li,
  body.contrast a {
    color: black; }
body.contrast .slide-caption {
    background-color: white; }
body.contrast .search-box-image {
    opacity: 0; }
body.contrast .fullscreen-wrapper {
    background: #fff; }
body.contrast .fullscreen-slider-wrapper,
  body.contrast .bg-fader,
  body.contrast .bg-fader2 {
    display: none !important; }
body.contrast .fullscreen-cite,
  body.contrast .fullscreen-cited-person {
    color: black; }
body.contrast span.textstyle-link {
    background: black;
    border-color: black; }
body.contrast .content__article .news-list-date,
  body.contrast .news-single .news-list-date {
    color: black; }
body.contrast .content__article--double .col2 h3,
  body.contrast .content__article--double .col2 .bodytext {
    color: black; }
body.contrast .btn.solid.blue {
    background: white;
    border-color: white;
    color: black; }
body.contrast #search form ul li input {
    color: black; }
body.contrast .sidebar-tab-label,
  body.contrast .tab-content {
    color: black; }
body.contrast .slide-caption.red,
  body.contrast .slide-caption.blue {
    color: black; }
body.contrast .card-date.red,
  body.contrast .card-title.red {
    color: black; }
body.contrast .card-date.blue,
  body.contrast .card-title.blue {
    color: black; }
body.contrast span.textstyle-blau {
    color: black !important; }
body.contrast .search-box {
    background: #cc1316; }
body.contrast .search-box h4,
    body.contrast .search-box p {
      color: white; }
body.contrast .search-box-grid h4 span {
    color: white; }
body.contrast .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: black; }
body.contrast .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: black; }
body.contrast .search-box-form label {
    color: black; }
body.contrast #filterform_facilties .submit input:hover {
    background: black;
    border-color: black; }
body.contrast .container, body.contrast .breadcrumb,
  body.contrast .breadcrumb {
    color: black; }
body.contrast .breadcrumb a {
    color: black; }
body.contrast .btn.ghost.white {
    color: black;
    border-color: #fff;
    background-color: white; }
body.contrast .textstyle-rot {
    color: black; }
body.contrast .kg-startseitenteaser h2,
body.contrast .kg-startseitenteaser .text{
  color:black;
}
body.contrast .flip-container img{
  display:inherit;
  opacity:0;
}
body.contrast .flip-container .front {
    width: 100%;
    height: inherit;
    background-color: #005ca9; }
body.contrast .flip-container .front .blue-box-button {
    bottom: -320px; }
@media (max-width: 1024px) {
  body.contrast .flip-container .front .blue-box-button {
    display: none;
  }
}
body.contrast .flip-container .front .blue-box-wrapper {
      background: #005ca9; }
body.contrast .flip-container .red-box-wrapper {
    background: none; }
body.contrast .flip-container .back {
    width: 100%;
    height: 100%;
    background: #005ca9; }
body.contrast .link-box img {
    display: none; }
body.contrast .link-box .blue-box-wrapper {
    background: #005ca9; }
body.contrast .text-box .name p {
    color: black; }
body.contrast .text-box .position {
    color: black; }
body.contrast .text-box address {
    color: black; }
body.contrast .text-box a {
    color: black; }
body.contrast .text-box a:hover {
    color: #005ca9; }
body.contrast #sidebar .btn.solid.blue {
    border-color: black; }
body.contrast #sidebar #text_plus p {
    color: black; }
body.contrast #sidebar #text_minus p {
    color: black; }
body.contrast #pastajobs_list .jobitem p,
  body.contrast #pastajobs_list .jobitem a,
  body.contrast #pastajobs_list .jobitem div {
    color: black; }
body.contrast .fullscreen-cite-slider-wrapper .slick-dots li.slick-active {
    background: #000; }
body.contrast .fullscreen-cite-slider-wrapper .slick-dots li {
    background: rgba(41, 39, 39, 0.5); }
body.contrast .footer-grid-item a {
    color: white; }
body.contrast .footer-grid-item .footer-heading {
    color: white; }
body.contrast .footer-grid-item .footer-heading a {
      color: white; }
body.contrast .tx-paridb .grid.grid-100 {
    background: #cc1316; }
.tx-paridb .molist .listitem.white div.molistHeader {
    font-family: 'Open Sans', sans-serif;
    color: #cc1316;
    margin-bottom: 15px;
    font-weight: bold;
}
.box.white {
  background-color: white;
  padding: 100px 150px; }
.box .blue {
  color: #005ca9; }
.box .red {
  color: #cc1316; }
.box h1 {
  margin-bottom: 15px; }
.box h2 {
  margin-bottom: 25px; }
.box .btn {
  text-transform: uppercase; }
.box.white {
  -webkit-animation: animationFrames linear 1s;
          animation: animationFrames linear 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: translate(0px, 0px) rotate(4deg);
          transform: translate(0px, 0px) rotate(4deg); }
@-webkit-keyframes animationFrames {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg); }
  15% {
    -webkit-transform: translate(-25px, 0px) rotate(-5deg);
            transform: translate(-25px, 0px) rotate(-5deg); }
  30% {
    -webkit-transform: translate(20px, 0px) rotate(3deg);
            transform: translate(20px, 0px) rotate(3deg); }
  45% {
    -webkit-transform: translate(-15px, 0px) rotate(-3deg);
            transform: translate(-15px, 0px) rotate(-3deg); }
  60% {
    -webkit-transform: translate(10px, 0px) rotate(2deg);
            transform: translate(10px, 0px) rotate(2deg); }
  75% {
    -webkit-transform: translate(5px, 0px) rotate(3deg);
            transform: translate(5px, 0px) rotate(3deg); }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(4deg);
            transform: translate(0px, 0px) rotate(4deg); } }
@keyframes animationFrames {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg); }
  15% {
    -webkit-transform: translate(-25px, 0px) rotate(-5deg);
            transform: translate(-25px, 0px) rotate(-5deg); }
  30% {
    -webkit-transform: translate(20px, 0px) rotate(3deg);
            transform: translate(20px, 0px) rotate(3deg); }
  45% {
    -webkit-transform: translate(-15px, 0px) rotate(-3deg);
            transform: translate(-15px, 0px) rotate(-3deg); }
  60% {
    -webkit-transform: translate(10px, 0px) rotate(2deg);
            transform: translate(10px, 0px) rotate(2deg); }
  75% {
    -webkit-transform: translate(5px, 0px) rotate(3deg);
            transform: translate(5px, 0px) rotate(3deg); }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(4deg);
            transform: translate(0px, 0px) rotate(4deg); } }
.tx-paridb .facility_item {
  background-color: white;
  margin-bottom: 20px;
  padding: 20px; }
.tx-paridb .facility_item .facility_name a {
    font-weight: bold;
    color: #cc1316; }
.tx-paridb .facility_item:first-child {
    /*padding-top: 0;*/ }
.tx-paridb .facility_item:last-child {
    border-bottom: none; }
.tx-paridb .facility_list h2,
.tx-paridb .facility-detail h2 {
  margin-bottom: 60px; }
.tx-paridb .facility_list .facility_name,
.tx-paridb .facility-detail .facility_name {
  font-weight: bold; }
.tx-paridb .facility_list .facility_distance,
.tx-paridb .facility-detail .facility_distance {
  color: #005ca9; }
.tx-paridb .facility_list .facility_item,
.tx-paridb .facility-detail .facility_item {
  background-color: white;
  margin-bottom: 20px;
  padding: 20px; }
.tx-paridb .facility_list .facility_item .facility_name a,
  .tx-paridb .facility-detail .facility_item .facility_name a {
    font-weight: bold;
    color: #cc1316; }
.tx-paridb .facility_list .facility_item:first-child,
  .tx-paridb .facility-detail .facility_item:first-child {
    /*padding-top: 0;*/ }
.tx-paridb .facility_list .facility_item:last-child,
  .tx-paridb .facility-detail .facility_item:last-child {
    border-bottom: none; }
.tx-paridb .facility_list table,
.tx-paridb .facility-detail table {
  margin-top: 20px; }
.tx-paridb .facility_list tr td,
.tx-paridb .facility-detail tr td {
  vertical-align: top; }
.tx-paridb .facility_list tr td:first-child,
  .tx-paridb .facility-detail tr td:first-child {
    font-weight: bold;
    width: 33%; }
.tx-paridb .facility-detail table {
  margin-top: 0; }
#filterform_facilties .submit {
  text-align: right;
  display: block;
  margin-top: 30px; }
#filterform_facilties .submit input {
    cursor: pointer; }
#filterform_facilties .submit input:hover {
      background: #005ca9;
      border-color: #005ca9; }
#mapWrap {
  height: 300px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 30px; }
#mapWrap.mapFixed {
    position: fixed;
    top: 0; }
#NetiStoreLocatorMap {
  height: 100%;
  width: 100%; }
.storeLocator-mapItem {
  color: #000; }
.tx-paridb .contact_info .img-box {
  margin-bottom: 10px; }
.tx-paridb .contact_info .text-box {
  color: #005ca9; }
.tx-paridb .contact_info .text-box .mail p:before {
    color: #005ca9;
    font-size: 18px;
    display: block;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 5px; }
.tx-paridb .contact_info .text-box .email p,
  .tx-paridb .contact_info .text-box a {
    color: #005ca9;
    text-decoration: none; }
.tx-paridb .contact_info .text-box .name {
    color: #cc1316;
    font-weight: bold; }
.tx-paridb .contact_info .text-box .position {
    color: #005ca9;
    font-weight: bold; }
.tx-paridb .contact_info .info {
  margin-top: 120px; }
.tx-paridb .contact_info .info p {
    color: #005ca9; }
.tx-paridb .submit-pasta-button {
  width: 17px !important;
  position: absolute;
  top: -38px;
  height: auto;
  left: 153px; }
#pastajobs_list .jobitem, #pastajobs_list .listitem.white, .pastajobs-detail .jobitem, .pastajobs-detail .listitem.white, .manual-job .jobitem, .manual-job .listitem.white, .kglist .jobitem, .kglist .listitem.white, .molist .jobitem, .molist .listitem.white, .malist .jobitem, .malist .listitem.white {
  background-color: white;
  margin-bottom: 20px;
  padding: 20px; }
#pastajobs_list .jobitem h3, #pastajobs_list .listitem.white h2, .pastajobs-detail .jobitem h2, .pastajobs-detail .listitem.white h2, .manual-job .jobitem h3, .manual-job .listitem.white h2, .kglist .jobitem h2, .kglist .listitem.white h2, .molist .jobitem h2, .molist .listitem.white h2, .malist .jobitem h2, .malist .listitem.white h2 {
    color: #cc1316;
    margin-bottom: 15px; }
#pastajobs_list .jobitem h3 a, #pastajobs_list .listitem.white h2 a, .pastajobs-detail .jobitem h2 a, .pastajobs-detail .listitem.white h2 a, .manual-job .jobitem h3 a, .manual-job .listitem.white h2 a, .kglist .jobitem h2 a, .kglist .listitem.white h2 a, .molist .jobitem h2 a, .molist .listitem.white h2 a, .malist .jobitem h2 a, .malist .listitem.white h2 a {
      font-family: 'Open Sans', sans-serif;
      color: #cc1316; }
#pastajobs_list .jobitem .teaser, #pastajobs_list .jobitem .teaser *, #pastajobs_list .listitem.white .teaser, #pastajobs_list .listitem.white .teaser *, .pastajobs-detail .jobitem .teaser, .pastajobs-detail .jobitem .teaser *, .pastajobs-detail .listitem.white .teaser, .pastajobs-detail .listitem.white .teaser *, .manual-job .jobitem .teaser, .manual-job .jobitem .teaser *, .manual-job .listitem.white .teaser, .manual-job .listitem.white .teaser *, .kglist .jobitem .teaser, .kglist .jobitem .teaser *, .kglist .listitem.white .teaser, .kglist .listitem.white .teaser *, .molist .jobitem .teaser, .molist .jobitem .teaser *, .molist .listitem.white .teaser, .molist .listitem.white .teaser *, .malist .jobitem .teaser, .malist .jobitem .teaser *, .malist .listitem.white .teaser, .malist .listitem.white .teaser * {
    color: #005ca9; }
#pastajobs_list .jobitem footer, #pastajobs_list .listitem.white footer, .pastajobs-detail .jobitem footer, .pastajobs-detail .listitem.white footer, .manual-job .jobitem footer, .manual-job .listitem.white footer, .kglist .jobitem footer, .kglist .listitem.white footer, .molist .jobitem footer, .molist .listitem.white footer, .malist .jobitem footer, .malist .listitem.white footer {
    margin: 0; }
#pastajobs_list .jobitem footer p, #pastajobs_list .listitem.white footer p, .pastajobs-detail .jobitem footer p, .pastajobs-detail .listitem.white footer p, .manual-job .jobitem footer p, .manual-job .listitem.white footer p, .kglist .jobitem footer p, .kglist .listitem.white footer p, .molist .jobitem footer p, .molist .listitem.white footer p, .malist .jobitem footer p, .malist .listitem.white footer p {
      color: #005ca9; }
#pastajobs_list .jobitem footer a, #pastajobs_list .listitem.white footer a, .pastajobs-detail .jobitem footer a, .pastajobs-detail .listitem.white footer a, .manual-job .jobitem footer a, .manual-job .listitem.white footer a, .kglist .jobitem footer a, .kglist .listitem.white footer a, .molist .jobitem footer a, .molist .listitem.white footer a, .malist .jobitem footer a, .malist .listitem.white footer a {
      color: #005ca9; }
#pastajobs_list .jobitem footer a:hover, #pastajobs_list .listitem.white footer a:hover, .pastajobs-detail .jobitem footer a:hover, .pastajobs-detail .listitem.white footer a:hover, .manual-job .jobitem footer a:hover, .manual-job .listitem.white footer a:hover, .kglist .jobitem footer a:hover, .kglist .listitem.white footer a:hover, .molist .jobitem footer a:hover, .molist .listitem.white footer a:hover, .malist .jobitem footer a:hover, .malist .listitem.white footer a:hover {
      color: #cc1316; }
#pastajobs_list .jobitem div, #pastajobs_list .listitem.white div, .pastajobs-detail .jobitem div, .pastajobs-detail .listitem.white div, .manual-job .jobitem div, .manual-job .listitem.white div, .kglist .jobitem div, .kglist .listitem.white div, .molist .jobitem div, .molist .listitem.white div, .malist .jobitem div, .malist .listitem.white div {
    color: #005ca9; }
.pastajobs-detail .jobitem {
  background: none;
  padding: 0; }
.pastajobs-detail .jobitem p {
    margin-bottom: 15px; }
.pastajobs-detail .jobitem h2 {
    color: white;
    margin-bottom: 15px; }
.pastajobs-detail .jobitem h2 a {
      font-family: 'Open Sans', sans-serif;
      color: white; }
.pastajobs-detail .jobitem .teaser, .pastajobs-detail .jobitem .teaser * {
    color: white; }
.pastajobs-detail .jobitem > div {
    color: white; }
.pastajobs-detail .jobitem footer p {
    color: white; }
.pastajobs-detail .jobitem footer a {
    color: white; }
iframe.fancybox-iframe {
  overflow: hidden !important; }
.cssload-thecube {
  visibility: hidden;
  width: 22px;
  height: 22px;
  margin: 0 auto;
  margin-top: 15px;
  position: relative;
  transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg); }
.cssload-thecube .cssload-cube {
  position: relative;
  transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg); }
.cssload-thecube .cssload-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1); }
.cssload-thecube .cssload-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  animation: cssload-fold-thecube 2.76s infinite linear both;
  -o-animation: cssload-fold-thecube 2.76s infinite linear both;
  -ms-animation: cssload-fold-thecube 2.76s infinite linear both;
  -webkit-animation: cssload-fold-thecube 2.76s infinite linear both;
  -moz-animation: cssload-fold-thecube 2.76s infinite linear both;
  transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%; }
.cssload-thecube .cssload-c2 {
  transform: scale(1.1) rotateZ(90deg);
  -o-transform: scale(1.1) rotateZ(90deg);
  -ms-transform: scale(1.1) rotateZ(90deg);
  -webkit-transform: scale(1.1) rotateZ(90deg);
  -moz-transform: scale(1.1) rotateZ(90deg); }
.cssload-thecube .cssload-c3 {
  transform: scale(1.1) rotateZ(180deg);
  -o-transform: scale(1.1) rotateZ(180deg);
  -ms-transform: scale(1.1) rotateZ(180deg);
  -webkit-transform: scale(1.1) rotateZ(180deg);
  -moz-transform: scale(1.1) rotateZ(180deg); }
.cssload-thecube .cssload-c4 {
  transform: scale(1.1) rotateZ(270deg);
  -o-transform: scale(1.1) rotateZ(270deg);
  -ms-transform: scale(1.1) rotateZ(270deg);
  -webkit-transform: scale(1.1) rotateZ(270deg);
  -moz-transform: scale(1.1) rotateZ(270deg); }
.cssload-thecube .cssload-c2:before {
  animation-delay: 0.35s;
  -o-animation-delay: 0.35s;
  -ms-animation-delay: 0.35s;
  -webkit-animation-delay: 0.35s;
  -moz-animation-delay: 0.35s; }
.cssload-thecube .cssload-c3:before {
  animation-delay: 0.69s;
  -o-animation-delay: 0.69s;
  -ms-animation-delay: 0.69s;
  -webkit-animation-delay: 0.69s;
  -moz-animation-delay: 0.69s; }
.cssload-thecube .cssload-c4:before {
  animation-delay: 1.04s;
  -o-animation-delay: 1.04s;
  -ms-animation-delay: 1.04s;
  -webkit-animation-delay: 1.04s;
  -moz-animation-delay: 1.04s; }
.contact_kg .contact_info_kg {
  margin-bottom: 20px; }
.contact_kg .ansprechpartner_kg {
  margin-bottom: 20px; }
@keyframes cssload-fold-thecube {
  0%,
  10% {
    -webkit-transform: perspective(42px) rotateX(-180deg);
            transform: perspective(42px) rotateX(-180deg);
    opacity: 0; }
  25%,
  75% {
    -webkit-transform: perspective(42px) rotateX(0deg);
            transform: perspective(42px) rotateX(0deg);
    opacity: 1; }
  90%,
  100% {
    -webkit-transform: perspective(42px) rotateY(180deg);
            transform: perspective(42px) rotateY(180deg);
    opacity: 0; } }
@-webkit-keyframes cssload-fold-thecube {
  0%,
  10% {
    -webkit-transform: perspective(42px) rotateX(-180deg);
    opacity: 0; }
  25%,
  75% {
    -webkit-transform: perspective(42px) rotateX(0deg);
    opacity: 1; }
  90%,
  100% {
    -webkit-transform: perspective(42px) rotateY(180deg);
    opacity: 0; } }
#input_search {
  top: 1px;
  width: 180px;
  height: 27px;
  padding: 0 0 0 10px;
  margin: 0;
  display: inline;
  background-color: white; }
/* Error messages */
.typo3-messages .media-left {
  display: none; }
.typo3-messages .media-body {
  border: 2px solid red;
  padding: 5px;
  color: red;
  background: white; }
.typo3-messages .media-body h4 {
    color: red; }
.sub_header {
  width: 100%;
  height: 280px;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  background-color: #FFFFFF; }
.sub_header .sub_left {
    width: 65%;
    height: 100%;
    float: left; }
.sub_header .sub_left .caption-wrapper {
      left: 15px;
      bottom: 15px;
      z-index: 10;
      position: absolute; }
.sub_header .sub_right {
    width: 35%;
    height: 100%;
    float: right; }
.sub_header .sub_right .opacity {
      width: 100%;
      height: 100%;
      background-color: white; }
.sub_header .sub_right .text {
      position: relative;
      color: #000;
      bottom: 260px;
      padding-left: 15px;
      line-height: 20px; }
.sub_header .sub_right .text p {
        padding-bottom: 10px; }
@media (max-width: 375px) {
  .sub_header .sub_left {
    display: none; }
  .sub_header .sub_right {
    width: 100%; } }
@font-face {
  font-family: 'parfont';
  src: url("../fonts/parfont.eot?94533239");
  src: url("../fonts/parfont.eot?94533239#iefix") format("embedded-opentype"), url("../fonts/parfont.woff2?94533239") format("woff2"), url("../fonts/parfont.woff?94533239") format("woff"), url("../fonts/parfont.ttf?94533239") format("truetype"), url("../fonts/parfont.svg?94533239#parfont") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'parfont';
    src: url('../font/parfont.svg?94533239#parfont') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "parfont";
  font-size: 22px;
  margin-left: 4px; }
.tab-heading [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "parfont";
  font-size: 60px; }
.icon-doc:before {
  content: '\e800'; }
/* '' */
.icon-plus-circled:before {
  content: '\e801'; }
/* '' */
.icon-marker_map:before {
  content: '\e802'; }
/* '' */
.icon-login:before {
  content: '\e803'; }
/* '' */
.icon-twitter:before {
  content: '\e804'; }
/* '' */
.icon-schriftgroesse:before {
  content: '\e805'; }
/* '' */
.icon-kontrast:before {
  content: '\e806'; }
/* '' */
.icon-minus-circled:before {
  content: '\e807'; }
/* '' */
.icon-email:before {
  content: '\e808'; }
/* '' */
.icon-facebook:before {
  content: '\e809'; }
/* '' */
.icon-leichte_sprache:before {
  content: '\e80a'; }
/* '' */
.icon-lupe:before {
  content: '\e80b'; }
/* '' */
.icon-plus:before {
  content: '\e80c'; }
/* '' */
.icon-home:before {
  content: '\e80d'; }
/* '' */
.icon-rss:before {
  content: '\e80e'; }
/* '' */
.icon-pfeil_right:before {
  content: '\e80f'; }
/* '' */
.icon-pfeil_left:before {
  content: '\e810'; }
/* '' */
.icon-play:before {
  content: '\e811'; }
/* '' */
.icon-stop:before {
  content: '\e812'; }
/* '' */
.icon-pause:before {
  content: '\e813'; }
/* '' */
.icon-bildergalerie:before {
  content: '\e814'; }
/* '' */
.icon-share:before {
  content: '\e815'; }
/* '' */
.icon-youtube:before {
  content: '\e816'; }
/* '' */
.icon-icon_audio:before {
  content: '\e817'; }
/* '' */
.icon-icon_pdf:before {
  content: '\e818'; }
/* '' */
.icon-icon_video:before {
  content: '\e819'; }
/* '' */
.icon-icon_jpg:before {
  content: '\e81a'; }
/* '' */
.icon-play-1:before {
  content: '\e81b'; }
/* '' */
.icon-volume-off:before {
  content: '\e81c'; }
/* '' */
.icon-volume-down:before {
  content: '\e81d'; }
/* '' */
.icon-volume-up:before {
  content: '\e81e'; }
/* '' */
.icon-left-dir:before {
  content: '\e81f'; }
/* '' */
.icon-down-dir:before {
  content: '\e820'; }
/* '' */
.icon-up-dir:before {
  content: '\e821'; }
/* '' */
.icon-right-dir:before {
  content: '\e822'; }
/* '' */
.icon-th:before {
  content: '\e823'; }
/* '' */
.icon-th-large:before {
  content: '\e824'; }
/* '' */
.icon-picture:before {
  content: '\e825'; }
/* '' */
.icon-iconmonstr-google-plus-icon:before {
  content: '\e826'; }
/* '' */
.icon-iconmonstr-info-2-icon:before {
  content: '\e827'; }
/* '' */
.icon-iconmonstr-magnifier-6-icon:before {
  content: '\e828'; }
/* '' */
.icon-iconmonstr-user-2-icon:before {
  content: '\e829'; }
/* '' */
.icon-iconmonstr-user-8-icon:before {
  content: '\e82a'; }
/* '' */
.icon-iconmonstr-user-14-icon:before {
  content: '\e82b'; }
/* '' */
.icon-iconmonstr-x-mark-icon:before {
  content: '\e82c'; }
/* '' */
.icon-doc-text:before {
  content: '\f0f6'; }
/* '' */
.icon-file-pdf:before {
  content: '\f1c1'; }
/* '' */
.icon-file-word:before {
  content: '\f1c2'; }
/* '' */
.icon-file-powerpoint:before {
  content: '\f1c4'; }
/* '' */
.icon-file-image:before {
  content: '\f1c5'; }
/* '' */
.icon-file-audio:before {
  content: '\f1c7'; }
/* '' */
.icon-file-video:before {
  content: '\f1c8'; }
/* '' */
.icon-linkedin:before {
  content: '\f31a'; }
/* '' */
.contact .img-box {
  overflow: hidden;
  position: relative;
  min-height: 300px;
  height: 100%;
  margin-bottom: 30px; }
.contact .img-box img {
    width: 100%; }
.contact .text-box {
  background-color: white;
  padding: 20px 20px 20px 20px;
  color: red;
  line-height: 20px;
  width: 100%; }
.contact .text-box p {
    color: #005ca9;
    font-weight: bold; }
.contact .text-box p a {
      color: #005ca9; }
.contact .text-box .name p {
    color: #cc1316;
    font-weight: bold; }
.contact .text-box .mail {
    margin-top: 20px;
    cursor: pointer; }
.contact .text-box .mail p {
      font-size: 0.875em;
      font-weight: normal;
      margin-left: -4px;
      vertical-align: bottom; }
.contact .text-box .mail p::before {
      font-size: 1.063em;
      display: block;
      width: 20px;
      height: 20px;
      display: inline-block;
      margin-right: 5px; }
.contact .position {
  margin-bottom: 15px; }
.contact address {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 0.875em;
  color: #005ca9; }
.contact address a {
    color: #005ca9; }
.news-single .contact .img-box {
  height: auto;
  margin-bottom: 15px; }
.news-single .contact .text-box {
  background-color: white;
  padding: 20px 20px 20px 20px;
  color: red;
  line-height: 20px;
  position: static;
  width: 100%;
  bottom: 0; }
.news-single .contact .text-box p {
    color: #005ca9;
    font-weight: bold; }
.news-single .contact .text-box p a {
      color: #005ca9; }
.news-single .contact .text-box .name p {
    color: #cc1316;
    font-weight: bold; }
.news-single .contact .text-box .mail {
    margin-top: 20px;
    cursor: pointer; }
.news-single .contact .text-box .mail p {
      font-size: 0.875em;
      font-weight: normal;
      margin-left: -4px;
      vertical-align: bottom; }
.news-single .contact .text-box .mail p::before {
      font-size: 1.063em;
      display: block;
      width: 20px;
      height: 20px;
      display: inline-block;
      margin-right: 5px; }
span.textstyle-blau {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.188em;
  color: #005ca9; }
span.textstyle-rot {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.188em;
  font-weight: 700;
  color: #cc1316; }
span.textstyle-mail {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.188em;
  color: #005ca9; }
span.textstyle-mail::before {
  content: "\e808";
  font-family: "parfont";
  font-size: 16px;
  margin-left: 2px;
  margin-right: 10px; }
span.textstyle-link {
  background: #005ca9;
  border-color: #005ca9;
  padding: 8px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 0.813em;
  color: white; }
.zitat {
  text-align: center;
  margin: 70px 0px; }
.zitat h1, .zitat blockquote {
    line-height: 35px;
    margin: 0;
    font-family: 'Open Sans',sans-serif;
    color: white;
    font-size: 1.875em;
    font-weight: bold; }
.zitat p {
    margin-top: 15px; }
input[type="text"], textarea {
  color: #005ca9;
  background: transparent;
  border: 1px solid #005ca9;
  padding: 0 0 0 5px;
  width: 100%; }
input[type="text"] {
  line-height: 2rem; }
input#formEmailHoney {
  display: none; }
.Tx-Formhandler fieldset > .row {
  margin-bottom: 15px; }
.Tx-Formhandler input[type="text"], .Tx-Formhandler textarea {
  color: #005ca9;
  background: white; }
.Tx-Formhandler input[type="text"].error, .Tx-Formhandler textarea.error {
    border: 1px solid #cc1316;
    color: #cc1316; }
.Tx-Formhandler input[type="submit"] {
  float: right; }
.Tx-Formhandler label {
  display: none; }
.anschrift .bodytext {
  font-size: 14px; }
.anschrift .header {
  text-align: right; }
.anschrift .text {
  background-color: white;
  color: red;
  padding: 10px;
  text-align: right;
  font-size: 14px;
  line-height: 23px; }
.anschrift .text p {
    color: black; }
.forum-teaser {
  background-color: white;
  margin-bottom: 20px;
  padding: 20px;
  color: #005ca9; }
.forum-teaser *, .forum-teaser p, .forum-teaser .download, .forum-teaser .bodytext a {
    color: #005ca9; }
.forum-teaser a.internal-link,
.forum-teaser a.external-link-new-window {
   color: #005ca9;}
.forum-teaser p {
    font-size: 14px; }
.forum-teaser .download {
    vertical-align: middle;
    font-size: 14px; }
.forum-teaser .download:before {
      font-size: 30px;
      padding-right: 5px;
      vertical-align: baseline;
      margin-left: -2px; }
.forum-teaser .download.pdf_download {
      text-decoration: underline; }
.forum-teaser .download.mail {
      text-decoration: underline; }
.csc-uploads.csc-uploads-0 ul, .csc-uploads.csc-uploads-0 li {
  float: right;
  list-style: none; }
.csc-uploads.csc-uploads-0 a {
  display: inline-block; }
.csc-uploads.csc-uploads-0 .icon {
  margin-left: .5em; }
.csc-uploads.csc-uploads-0 .icon:before {
    font-size: 30px; }
.youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 30px; }
.youtube iframe {
    position: absolute;
    width: 100%;
    height: 100%; }
#skip {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  margin-left: 0;
  text-align: center;
  list-style: outside none; }
#skip li {
  list-style-type: none; }
#skip a {
  position: fixed; }
#skip a:focus, #skip a:active {
  position: relative;
  display: block;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 5px 0;
  text-align: center;
  text-decoration: none;
  /* color information, edit this to suit the colors of your layout */
  color: white;
  background: #005ca9; }
.
#maincontent {
  z-index: 160; }
#maincontent nav {
    position: static;
    background: none;
    z-index: auto;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    padding: 0;
    left: 0;
    width: auto; }
#maincontent .csc-sitemap > ul {
    margin: 0; }
.tx-kesearch-pi1 .kesearchbox {
  display: inline-block; }
.tx-kesearch-pi1 #ke_search_sword {
  position: inherit;
  padding: 0 0 0 5px; }
.tx-kesearch-pi1 #ke_search_searchfield_submit_page {
  right: 10px;
  left: inherit;
  width: auto !important; }
#kesearch_num_results {
  color: white !important;
  margin-bottom: 15px; }
.result-list-item {
  background: white;
  padding: 10px !important;
  margin: 0 0 15px 0 !important; }
.result-list-item .result-title {
    font-weight: bold;
    color: #cc1316; }
.result-list-item .result-title a {
      font-weight: bold;
      color: #cc1316; }
.result-list-item .hit {
    color: #cc1316 !important; }
.result-list-item .result-teaser {
    color: black; }
#kesearch_pagebrowser_bottom .pages_total .result_txt {
  font-size: 14px; }
#kesearch_pagebrowser_bottom .pages_total .kesearch_pagebrowser a {
  color: black;
  font-size: 14px; }
.cc_banner-wrapper {
  z-index: 9001; }
.cc_container .cc_btn {
  cursor: pointer;
  text-align: center;
  font-size: .875rem;
  -webkit-transition: font-size 200ms;
  transition: font-size 200ms;
  line-height: 1em; }
.cc_container .cc_message {
  font-size: .875rem;
  text-align: center !important;
  -webkit-transition: font-size 200ms;
  transition: font-size 200ms;
  margin: 0;
  padding: 0;
  line-height: 1.5em; }
.cc_container .cc_logo {
  display: none;
  text-indent: -1000px;
  overflow: hidden;
  width: 100px;
  height: 22px;
  background-size: cover;
  /*background-image: url(//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/1.0.9/logo.png);*/
  opacity: 0.9;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms; }
.cc_container .cc_logo:hover,
.cc_container .cc_logo:active {
  opacity: 1; }
@media screen and (min-width: 500px) {
  .cc_container .cc_btn {
    font-size: .875rem; }
  .cc_container .cc_message {
    font-size: .875rem; } }
@media screen and (min-width: 768px) {
  .cc_container .cc_btn {
    font-size: .875rem; }
  .cc_container .cc_message {
    font-size: .875rem;
    line-height: 1em; } }
@media screen and (min-width: 992px) {
  .cc_container .cc_message {
    font-size: .875rem; } }
@media print {
  .cc_banner-wrapper,
  .cc_container {
    display: none; } }
.cc_container {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  overflow: hidden;
  padding: 10px; }
.cc_container .border {
  margin-top: 0;
  margin-bottom: 0; }
.cc_container .cc_btn {
  padding: 8px 10px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #000;
  cursor: pointer;
  -webkit-transition: font-size 200ms;
  transition: font-size 200ms;
  text-align: center;
  font-size: .875rem;
  display: block;
  width: 33%;
  margin-left: 10px;
  float: right;
  max-width: 120px; }
.cc_container .cc_message {
  -webkit-transition: font-size 200ms;
  transition: font-size 200ms;
  font-size: .875rem;
  color: #000;
  display: block; }
@media screen and (min-width: 500px) {
  .cc_container .cc_btn {
    font-size: .875rem; }
  .cc_container .cc_message {
    margin-top: 5px;
    font-size: .875rem; } }
@media screen and (min-width: 768px) {
  .cc_container {
    padding: 0 30px 0; }
  .cc_container .cc_btn {
    font-size: .875rem;
    padding: 4px 7px; }
  .cc_container .cc_message {
    font-size: .875rem; } }
@media screen and (min-width: 992px) {
  .cc_container .cc_message {
    font-size: .875rem; } }
.cc_container {
  background: rgba(255, 255, 255, 0.9);
  color: #000;
  font-size: 17px;
  box-sizing: border-box;
  border: none !important; }
.cc_container::-moz-selection {
  background: #ff5e99;
  color: #fff;
  text-shadow: none; }
.cc_container .cc_btn,
.cc_container .cc_btn:visited {
  color: #000;
  background-color: #FFF;
  transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
  -webkit-transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important; }
.cc_container .cc_btn:hover,
.cc_container .cc_btn:active {
  background-color: #FFF;
  color: #000; }
.cc_container a,
.cc_container a:visited {
  text-decoration: none;
  color: #31a8f0;
  -webkit-transition: 200ms color;
  transition: 200ms color; }
.cc_container a:hover,
.cc_container a:active {
  color: #555; }
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(-66px);
    transform: translateY(-66px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes slideUp {
  0% {
    -webkit-transform: translateY(-66px);
    transform: translateY(-66px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
.cc_container,
.cc_message,
.cc_btn {
  animation-duration: 0.8s;
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  -o-animation-duration: 0.8s;
  -webkit-animation-name: slideUp;
  animation-name: slideUp;
  z-index: 99999999; }
.cc_more_info {
  color: #000 !important;
  text-decoration: underline !important; }

.kg-startseitenteaser {
  background-color: #fff;
  margin-bottom: 30px;
 }
.kg-startseitenteaser .grid5050 .grid-50 {
  margin-bottom: 0; }
.kg-startseitenteaser .grid5050 .grid-50 .img-wrap {
  overflow: hidden; }
.kg-startseitenteaser .grid5050 .grid-50 .img-wrap img {
  max-width: none;
  width: auto;
  height: 100%; }
.kg-startseitenteaser h2{
  line-height:35px;
  color:#005ca9;
  font-size:21px;
  margin-bottom: 20px;
}
.kg-startseitenteaser .text{
  padding:15px 30px 15px 0;
  color:#005ca9
}
@media screen and (max-width:768px){
  .kg-startseitenteaser {
    max-height: none; }
  .kg-startseitenteaser .grid5050 .grid-50 .img-wrap img {
    width: 100%;
  }
  .kg-startseitenteaser .teaserimage{
    min-height: 280px;
    background-position:center center;
    background-size:cover
  }
  .kg-startseitenteaser .text{
    padding:15px
  }
}
@media screen and (min-width:769px){
  .kg-startseitenteaser{
    max-height:none;
    overflow:visible;
  }
  .kg-startseitenteaser .teaserimage{
    background-position:center center;
    background-size:cover
  }
  .kg-startseitenteaser .row{
    display:flex
  }
  .kg-startseitenteaser .text{
    min-height:300px
  }
  .kg-startseitenteaser .text .btn.solid.blue{
    display:inline-block
  }
}
