@charset "UTF-8";
/* KMS Style Check 2017-06 : Schriftgroessen, -farben, Abstaende */
/* @see https://ab1d.plan.io/issues/2602 */
/*-------------------------- info colors ---------------------------*/
/*------------------------ info fonts ---------------------------*/
/* Fliesstext, Labels, Servicenavi, Teilen-Links, Quick-Links, Menu-Ebene-3, Buttons */
/*
$continuous-text: 18px;
$continuous-text-lh: 24px;
*/
/* Neu 12.11. */
/* Nur Fliesstext */
/* Bildunterschriften, Arkkordeon, H Soziale Medien, breadcrumb */
/* sonder */
/* Label copyright */
/* H2 Startseite */
/* H2 Startseite mobile */
/* Stage H2 */
/* Stage H2 mobile */
/* H1 */
/* H1 mobile */
/* H2, Zitat gross */
/* H2, Zitat gross mobile */
/* H3, Einleitungen, Zitat klein, Menu-Ebene-1 */
/* H3, Einleitungen, Zitat klein, Menu-Ebene-1 mobile */
/* H4, Einleitungen, Links, Sprungmarken, Menu-Ebene-2 */
/* H4, Einleitungen, Links, Sprungmarken, Menu-Ebene-2 mobile */
/*----------------------- mobile fonts --------------------------*/
/* Fliesstext, Labels, Servicenavi, Teilen-Links, Quick-Links, Menu-Ebene-3, Buttons */
/*
$continuous-text-mobile: 18px;
$continuous-text-lh-mobile: 24px;
*/
/* Neue Vorlage 2016_11_16 */
/* Bildunterschriften, Arkkordeon, H Soziale Medien, breadcrumb */
/* sonder */
/* Label copyright */
/*----------------------- mobile misc --------------------------*/
/*------------------------ info misc ---------------------------*/
/* normal */
/* bold */
/* Offset header arrow icon */
/* Offset bottom elements */
/* Offset top elements h2 */
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++ SERVICE ++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*------------------------ info misc ---------------------------*/
/* Offset header arrow icon */
/* Offset bottom elements */
/* Offset top elements h2 */
/*----------------------- mobile misc --------------------------*/
/* $screen-xs:                  680px !default; */
/* $screen-sm:                  1024px !default; */
/*

$screen-xs:                  680px !default;

$screen-xs-min:              $screen-xs !default;

$screen-phone:               $screen-xs-min !default;

// Small screen / tablet

$screen-sm:                  1024px !default;
$screen-sm-min:              $screen-sm !default;

$screen-tablet:              $screen-sm-min !default;

// Medium screen / desktop

$screen-md:                  1440px !default;
$screen-md-min:              $screen-md !default;

$screen-desktop:             $screen-md-min !default;

// Large screen / wide desktop

$screen-lg:                  1920px !default;
$screen-lg-min:              $screen-lg !default;

$screen-lg-desktop:          $screen-lg-min !default;
*/
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*
@mixin make-sm-column($columns, $gutter: $grid-gutter-width) {
  position: relative;
  min-height: 1px;
  padding-left:  ($gutter / 2);
  padding-right: ($gutter / 2);

  @media (min-width: $screen-sm-min) {
    float: none;
    width: 959px;
    @include clearfix;
  }
}
@mixin make-sm-column-offset($columns) {
  @media (min-width: $screen-sm-min) {
    margin: 0 auto;
    @include clearfix;
  }
}
@mixin make-sm-column-push($columns) {
  @media (min-width: $screen-sm-min) {
    left: percentage(($columns / $grid-columns));
  }
}
@mixin make-sm-column-pull($columns) {
  @media (min-width: $screen-sm-min) {
    right: percentage(($columns / $grid-columns));
  }
}
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
  .table td,
  .table th {
    background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../Vendor/bootstrap/fonts/glyphicons-halflings-regular.eot");
  src: url("../Vendor/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../Vendor/bootstrap/fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../Vendor/bootstrap/fonts/glyphicons-halflings-regular.woff") format("woff"), url("../Vendor/bootstrap/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../Vendor/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\002a"; }

.glyphicon-plus:before {
  content: "\002b"; }

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.glyphicon-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

* {
  box-sizing: border-box; }

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

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

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #502572;
  text-decoration: none; }

a:hover, a:focus {
  color: #502572;
  text-decoration: underline; }

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

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

.img-rounded {
  border-radius: 0; }

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

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

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

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

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

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: bold;
  line-height: 1.1;
  color: inherit; }

h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 22px;
  margin-bottom: 11px; }

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 11px;
  margin-bottom: 11px; }

h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%; }

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

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

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

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

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

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

p {
  margin: 0 0 11px; }

.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4; }

@media (min-width: 800px) {
  .lead {
    font-size: 24px; } }

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #777777; }

.text-primary {
  color: #502572; }

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

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

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

.text-warning {
  color: #8a6d3b; }

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

.text-danger {
  color: #a94442; }

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

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #502572; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #35194b; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 11px; }

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px; }

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

dt,
dd {
  line-height: 1.428571429; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 800px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #eeeeee; }

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0; }

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777; }

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: ''; }

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014'; }

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

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none; }

pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0; }

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px; }

.container:before, .container:after {
  content: " ";
  display: table; }

.container:after {
  clear: both; }

@media (min-width: 800px) {
  .container {
    width: 720px; } }

@media (min-width: 1440px) {
  .container {
    width: 940px; } }

@media (min-width: 1920px) {
  .container {
    width: 1140px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px; }

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table; }

.container-fluid:after {
  clear: both; }

.row {
  margin-left: 0px;
  margin-right: 0px; }

.row:before, .row:after {
  content: " ";
  display: table; }

.row:after {
  clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16, .col-xs-17, .col-sm-17, .col-md-17, .col-lg-17, .col-xs-18, .col-sm-18, .col-md-18, .col-lg-18, .col-xs-19, .col-sm-19, .col-md-19, .col-lg-19, .col-xs-20, .col-sm-20, .col-md-20, .col-lg-20, .col-xs-21, .col-sm-21, .col-md-21, .col-lg-21, .col-xs-22, .col-sm-22, .col-md-22, .col-lg-22, .col-xs-23, .col-sm-23, .col-md-23, .col-lg-23, .col-xs-24, .col-sm-24, .col-md-24, .col-lg-24 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16, .col-xs-17, .col-xs-18, .col-xs-19, .col-xs-20, .col-xs-21, .col-xs-22, .col-xs-23, .col-xs-24 {
  float: left; }

.col-xs-1 {
  width: 4.1666666667%; }

.col-xs-2 {
  width: 8.3333333333%; }

.col-xs-3 {
  width: 12.5%; }

.col-xs-4 {
  width: 16.6666666667%; }

.col-xs-5 {
  width: 20.8333333333%; }

.col-xs-6 {
  width: 25%; }

.col-xs-7 {
  width: 29.1666666667%; }

.col-xs-8 {
  width: 33.3333333333%; }

.col-xs-9 {
  width: 37.5%; }

.col-xs-10 {
  width: 41.6666666667%; }

.col-xs-11 {
  width: 45.8333333333%; }

.col-xs-12 {
  width: 50%; }

.col-xs-13 {
  width: 54.1666666667%; }

.col-xs-14 {
  width: 58.3333333333%; }

.col-xs-15 {
  width: 62.5%; }

.col-xs-16 {
  width: 66.6666666667%; }

.col-xs-17 {
  width: 70.8333333333%; }

.col-xs-18 {
  width: 75%; }

.col-xs-19 {
  width: 79.1666666667%; }

.col-xs-20 {
  width: 83.3333333333%; }

.col-xs-21 {
  width: 87.5%; }

.col-xs-22 {
  width: 91.6666666667%; }

.col-xs-23 {
  width: 95.8333333333%; }

.col-xs-24 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 4.1666666667%; }

.col-xs-pull-2 {
  right: 8.3333333333%; }

.col-xs-pull-3 {
  right: 12.5%; }

.col-xs-pull-4 {
  right: 16.6666666667%; }

.col-xs-pull-5 {
  right: 20.8333333333%; }

.col-xs-pull-6 {
  right: 25%; }

.col-xs-pull-7 {
  right: 29.1666666667%; }

.col-xs-pull-8 {
  right: 33.3333333333%; }

.col-xs-pull-9 {
  right: 37.5%; }

.col-xs-pull-10 {
  right: 41.6666666667%; }

.col-xs-pull-11 {
  right: 45.8333333333%; }

.col-xs-pull-12 {
  right: 50%; }

.col-xs-pull-13 {
  right: 54.1666666667%; }

.col-xs-pull-14 {
  right: 58.3333333333%; }

.col-xs-pull-15 {
  right: 62.5%; }

.col-xs-pull-16 {
  right: 66.6666666667%; }

.col-xs-pull-17 {
  right: 70.8333333333%; }

.col-xs-pull-18 {
  right: 75%; }

.col-xs-pull-19 {
  right: 79.1666666667%; }

.col-xs-pull-20 {
  right: 83.3333333333%; }

.col-xs-pull-21 {
  right: 87.5%; }

.col-xs-pull-22 {
  right: 91.6666666667%; }

.col-xs-pull-23 {
  right: 95.8333333333%; }

.col-xs-pull-24 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 4.1666666667%; }

.col-xs-push-2 {
  left: 8.3333333333%; }

.col-xs-push-3 {
  left: 12.5%; }

.col-xs-push-4 {
  left: 16.6666666667%; }

.col-xs-push-5 {
  left: 20.8333333333%; }

.col-xs-push-6 {
  left: 25%; }

.col-xs-push-7 {
  left: 29.1666666667%; }

.col-xs-push-8 {
  left: 33.3333333333%; }

.col-xs-push-9 {
  left: 37.5%; }

.col-xs-push-10 {
  left: 41.6666666667%; }

.col-xs-push-11 {
  left: 45.8333333333%; }

.col-xs-push-12 {
  left: 50%; }

.col-xs-push-13 {
  left: 54.1666666667%; }

.col-xs-push-14 {
  left: 58.3333333333%; }

.col-xs-push-15 {
  left: 62.5%; }

.col-xs-push-16 {
  left: 66.6666666667%; }

.col-xs-push-17 {
  left: 70.8333333333%; }

.col-xs-push-18 {
  left: 75%; }

.col-xs-push-19 {
  left: 79.1666666667%; }

.col-xs-push-20 {
  left: 83.3333333333%; }

.col-xs-push-21 {
  left: 87.5%; }

.col-xs-push-22 {
  left: 91.6666666667%; }

.col-xs-push-23 {
  left: 95.8333333333%; }

.col-xs-push-24 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 4.1666666667%; }

.col-xs-offset-2 {
  margin-left: 8.3333333333%; }

.col-xs-offset-3 {
  margin-left: 12.5%; }

.col-xs-offset-4 {
  margin-left: 16.6666666667%; }

.col-xs-offset-5 {
  margin-left: 20.8333333333%; }

.col-xs-offset-6 {
  margin-left: 25%; }

.col-xs-offset-7 {
  margin-left: 29.1666666667%; }

.col-xs-offset-8 {
  margin-left: 33.3333333333%; }

.col-xs-offset-9 {
  margin-left: 37.5%; }

.col-xs-offset-10 {
  margin-left: 41.6666666667%; }

.col-xs-offset-11 {
  margin-left: 45.8333333333%; }

.col-xs-offset-12 {
  margin-left: 50%; }

.col-xs-offset-13 {
  margin-left: 54.1666666667%; }

.col-xs-offset-14 {
  margin-left: 58.3333333333%; }

.col-xs-offset-15 {
  margin-left: 62.5%; }

.col-xs-offset-16 {
  margin-left: 66.6666666667%; }

.col-xs-offset-17 {
  margin-left: 70.8333333333%; }

.col-xs-offset-18 {
  margin-left: 75%; }

.col-xs-offset-19 {
  margin-left: 79.1666666667%; }

.col-xs-offset-20 {
  margin-left: 83.3333333333%; }

.col-xs-offset-21 {
  margin-left: 87.5%; }

.col-xs-offset-22 {
  margin-left: 91.6666666667%; }

.col-xs-offset-23 {
  margin-left: 95.8333333333%; }

.col-xs-offset-24 {
  margin-left: 100%; }

@media (min-width: 800px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-20, .col-sm-21, .col-sm-22, .col-sm-23, .col-sm-24 {
    float: left; }
  .col-sm-1 {
    width: 4.1666666667%; }
  .col-sm-2 {
    width: 8.3333333333%; }
  .col-sm-3 {
    width: 12.5%; }
  .col-sm-4 {
    width: 16.6666666667%; }
  .col-sm-5 {
    width: 20.8333333333%; }
  .col-sm-6 {
    width: 25%; }
  .col-sm-7 {
    width: 29.1666666667%; }
  .col-sm-8 {
    width: 33.3333333333%; }
  .col-sm-9 {
    width: 37.5%; }
  .col-sm-10 {
    width: 41.6666666667%; }
  .col-sm-11 {
    width: 45.8333333333%; }
  .col-sm-12 {
    width: 50%; }
  .col-sm-13 {
    width: 54.1666666667%; }
  .col-sm-14 {
    width: 58.3333333333%; }
  .col-sm-15 {
    width: 62.5%; }
  .col-sm-16 {
    width: 66.6666666667%; }
  .col-sm-17 {
    width: 70.8333333333%; }
  .col-sm-18 {
    width: 75%; }
  .col-sm-19 {
    width: 79.1666666667%; }
  .col-sm-20 {
    width: 83.3333333333%; }
  .col-sm-21 {
    width: 87.5%; }
  .col-sm-22 {
    width: 91.6666666667%; }
  .col-sm-23 {
    width: 95.8333333333%; }
  .col-sm-24 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 4.1666666667%; }
  .col-sm-pull-2 {
    right: 8.3333333333%; }
  .col-sm-pull-3 {
    right: 12.5%; }
  .col-sm-pull-4 {
    right: 16.6666666667%; }
  .col-sm-pull-5 {
    right: 20.8333333333%; }
  .col-sm-pull-6 {
    right: 25%; }
  .col-sm-pull-7 {
    right: 29.1666666667%; }
  .col-sm-pull-8 {
    right: 33.3333333333%; }
  .col-sm-pull-9 {
    right: 37.5%; }
  .col-sm-pull-10 {
    right: 41.6666666667%; }
  .col-sm-pull-11 {
    right: 45.8333333333%; }
  .col-sm-pull-12 {
    right: 50%; }
  .col-sm-pull-13 {
    right: 54.1666666667%; }
  .col-sm-pull-14 {
    right: 58.3333333333%; }
  .col-sm-pull-15 {
    right: 62.5%; }
  .col-sm-pull-16 {
    right: 66.6666666667%; }
  .col-sm-pull-17 {
    right: 70.8333333333%; }
  .col-sm-pull-18 {
    right: 75%; }
  .col-sm-pull-19 {
    right: 79.1666666667%; }
  .col-sm-pull-20 {
    right: 83.3333333333%; }
  .col-sm-pull-21 {
    right: 87.5%; }
  .col-sm-pull-22 {
    right: 91.6666666667%; }
  .col-sm-pull-23 {
    right: 95.8333333333%; }
  .col-sm-pull-24 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 4.1666666667%; }
  .col-sm-push-2 {
    left: 8.3333333333%; }
  .col-sm-push-3 {
    left: 12.5%; }
  .col-sm-push-4 {
    left: 16.6666666667%; }
  .col-sm-push-5 {
    left: 20.8333333333%; }
  .col-sm-push-6 {
    left: 25%; }
  .col-sm-push-7 {
    left: 29.1666666667%; }
  .col-sm-push-8 {
    left: 33.3333333333%; }
  .col-sm-push-9 {
    left: 37.5%; }
  .col-sm-push-10 {
    left: 41.6666666667%; }
  .col-sm-push-11 {
    left: 45.8333333333%; }
  .col-sm-push-12 {
    left: 50%; }
  .col-sm-push-13 {
    left: 54.1666666667%; }
  .col-sm-push-14 {
    left: 58.3333333333%; }
  .col-sm-push-15 {
    left: 62.5%; }
  .col-sm-push-16 {
    left: 66.6666666667%; }
  .col-sm-push-17 {
    left: 70.8333333333%; }
  .col-sm-push-18 {
    left: 75%; }
  .col-sm-push-19 {
    left: 79.1666666667%; }
  .col-sm-push-20 {
    left: 83.3333333333%; }
  .col-sm-push-21 {
    left: 87.5%; }
  .col-sm-push-22 {
    left: 91.6666666667%; }
  .col-sm-push-23 {
    left: 95.8333333333%; }
  .col-sm-push-24 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 4.1666666667%; }
  .col-sm-offset-2 {
    margin-left: 8.3333333333%; }
  .col-sm-offset-3 {
    margin-left: 12.5%; }
  .col-sm-offset-4 {
    margin-left: 16.6666666667%; }
  .col-sm-offset-5 {
    margin-left: 20.8333333333%; }
  .col-sm-offset-6 {
    margin-left: 25%; }
  .col-sm-offset-7 {
    margin-left: 29.1666666667%; }
  .col-sm-offset-8 {
    margin-left: 33.3333333333%; }
  .col-sm-offset-9 {
    margin-left: 37.5%; }
  .col-sm-offset-10 {
    margin-left: 41.6666666667%; }
  .col-sm-offset-11 {
    margin-left: 45.8333333333%; }
  .col-sm-offset-12 {
    margin-left: 50%; }
  .col-sm-offset-13 {
    margin-left: 54.1666666667%; }
  .col-sm-offset-14 {
    margin-left: 58.3333333333%; }
  .col-sm-offset-15 {
    margin-left: 62.5%; }
  .col-sm-offset-16 {
    margin-left: 66.6666666667%; }
  .col-sm-offset-17 {
    margin-left: 70.8333333333%; }
  .col-sm-offset-18 {
    margin-left: 75%; }
  .col-sm-offset-19 {
    margin-left: 79.1666666667%; }
  .col-sm-offset-20 {
    margin-left: 83.3333333333%; }
  .col-sm-offset-21 {
    margin-left: 87.5%; }
  .col-sm-offset-22 {
    margin-left: 91.6666666667%; }
  .col-sm-offset-23 {
    margin-left: 95.8333333333%; }
  .col-sm-offset-24 {
    margin-left: 100%; } }

@media (min-width: 1440px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-20, .col-md-21, .col-md-22, .col-md-23, .col-md-24 {
    float: left; }
  .col-md-1 {
    width: 4.1666666667%; }
  .col-md-2 {
    width: 8.3333333333%; }
  .col-md-3 {
    width: 12.5%; }
  .col-md-4 {
    width: 16.6666666667%; }
  .col-md-5 {
    width: 20.8333333333%; }
  .col-md-6 {
    width: 25%; }
  .col-md-7 {
    width: 29.1666666667%; }
  .col-md-8 {
    width: 33.3333333333%; }
  .col-md-9 {
    width: 37.5%; }
  .col-md-10 {
    width: 41.6666666667%; }
  .col-md-11 {
    width: 45.8333333333%; }
  .col-md-12 {
    width: 50%; }
  .col-md-13 {
    width: 54.1666666667%; }
  .col-md-14 {
    width: 58.3333333333%; }
  .col-md-15 {
    width: 62.5%; }
  .col-md-16 {
    width: 66.6666666667%; }
  .col-md-17 {
    width: 70.8333333333%; }
  .col-md-18 {
    width: 75%; }
  .col-md-19 {
    width: 79.1666666667%; }
  .col-md-20 {
    width: 83.3333333333%; }
  .col-md-21 {
    width: 87.5%; }
  .col-md-22 {
    width: 91.6666666667%; }
  .col-md-23 {
    width: 95.8333333333%; }
  .col-md-24 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 4.1666666667%; }
  .col-md-pull-2 {
    right: 8.3333333333%; }
  .col-md-pull-3 {
    right: 12.5%; }
  .col-md-pull-4 {
    right: 16.6666666667%; }
  .col-md-pull-5 {
    right: 20.8333333333%; }
  .col-md-pull-6 {
    right: 25%; }
  .col-md-pull-7 {
    right: 29.1666666667%; }
  .col-md-pull-8 {
    right: 33.3333333333%; }
  .col-md-pull-9 {
    right: 37.5%; }
  .col-md-pull-10 {
    right: 41.6666666667%; }
  .col-md-pull-11 {
    right: 45.8333333333%; }
  .col-md-pull-12 {
    right: 50%; }
  .col-md-pull-13 {
    right: 54.1666666667%; }
  .col-md-pull-14 {
    right: 58.3333333333%; }
  .col-md-pull-15 {
    right: 62.5%; }
  .col-md-pull-16 {
    right: 66.6666666667%; }
  .col-md-pull-17 {
    right: 70.8333333333%; }
  .col-md-pull-18 {
    right: 75%; }
  .col-md-pull-19 {
    right: 79.1666666667%; }
  .col-md-pull-20 {
    right: 83.3333333333%; }
  .col-md-pull-21 {
    right: 87.5%; }
  .col-md-pull-22 {
    right: 91.6666666667%; }
  .col-md-pull-23 {
    right: 95.8333333333%; }
  .col-md-pull-24 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 4.1666666667%; }
  .col-md-push-2 {
    left: 8.3333333333%; }
  .col-md-push-3 {
    left: 12.5%; }
  .col-md-push-4 {
    left: 16.6666666667%; }
  .col-md-push-5 {
    left: 20.8333333333%; }
  .col-md-push-6 {
    left: 25%; }
  .col-md-push-7 {
    left: 29.1666666667%; }
  .col-md-push-8 {
    left: 33.3333333333%; }
  .col-md-push-9 {
    left: 37.5%; }
  .col-md-push-10 {
    left: 41.6666666667%; }
  .col-md-push-11 {
    left: 45.8333333333%; }
  .col-md-push-12 {
    left: 50%; }
  .col-md-push-13 {
    left: 54.1666666667%; }
  .col-md-push-14 {
    left: 58.3333333333%; }
  .col-md-push-15 {
    left: 62.5%; }
  .col-md-push-16 {
    left: 66.6666666667%; }
  .col-md-push-17 {
    left: 70.8333333333%; }
  .col-md-push-18 {
    left: 75%; }
  .col-md-push-19 {
    left: 79.1666666667%; }
  .col-md-push-20 {
    left: 83.3333333333%; }
  .col-md-push-21 {
    left: 87.5%; }
  .col-md-push-22 {
    left: 91.6666666667%; }
  .col-md-push-23 {
    left: 95.8333333333%; }
  .col-md-push-24 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 4.1666666667%; }
  .col-md-offset-2 {
    margin-left: 8.3333333333%; }
  .col-md-offset-3 {
    margin-left: 12.5%; }
  .col-md-offset-4 {
    margin-left: 16.6666666667%; }
  .col-md-offset-5 {
    margin-left: 20.8333333333%; }
  .col-md-offset-6 {
    margin-left: 25%; }
  .col-md-offset-7 {
    margin-left: 29.1666666667%; }
  .col-md-offset-8 {
    margin-left: 33.3333333333%; }
  .col-md-offset-9 {
    margin-left: 37.5%; }
  .col-md-offset-10 {
    margin-left: 41.6666666667%; }
  .col-md-offset-11 {
    margin-left: 45.8333333333%; }
  .col-md-offset-12 {
    margin-left: 50%; }
  .col-md-offset-13 {
    margin-left: 54.1666666667%; }
  .col-md-offset-14 {
    margin-left: 58.3333333333%; }
  .col-md-offset-15 {
    margin-left: 62.5%; }
  .col-md-offset-16 {
    margin-left: 66.6666666667%; }
  .col-md-offset-17 {
    margin-left: 70.8333333333%; }
  .col-md-offset-18 {
    margin-left: 75%; }
  .col-md-offset-19 {
    margin-left: 79.1666666667%; }
  .col-md-offset-20 {
    margin-left: 83.3333333333%; }
  .col-md-offset-21 {
    margin-left: 87.5%; }
  .col-md-offset-22 {
    margin-left: 91.6666666667%; }
  .col-md-offset-23 {
    margin-left: 95.8333333333%; }
  .col-md-offset-24 {
    margin-left: 100%; } }

@media (min-width: 1920px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-20, .col-lg-21, .col-lg-22, .col-lg-23, .col-lg-24 {
    float: left; }
  .col-lg-1 {
    width: 4.1666666667%; }
  .col-lg-2 {
    width: 8.3333333333%; }
  .col-lg-3 {
    width: 12.5%; }
  .col-lg-4 {
    width: 16.6666666667%; }
  .col-lg-5 {
    width: 20.8333333333%; }
  .col-lg-6 {
    width: 25%; }
  .col-lg-7 {
    width: 29.1666666667%; }
  .col-lg-8 {
    width: 33.3333333333%; }
  .col-lg-9 {
    width: 37.5%; }
  .col-lg-10 {
    width: 41.6666666667%; }
  .col-lg-11 {
    width: 45.8333333333%; }
  .col-lg-12 {
    width: 50%; }
  .col-lg-13 {
    width: 54.1666666667%; }
  .col-lg-14 {
    width: 58.3333333333%; }
  .col-lg-15 {
    width: 62.5%; }
  .col-lg-16 {
    width: 66.6666666667%; }
  .col-lg-17 {
    width: 70.8333333333%; }
  .col-lg-18 {
    width: 75%; }
  .col-lg-19 {
    width: 79.1666666667%; }
  .col-lg-20 {
    width: 83.3333333333%; }
  .col-lg-21 {
    width: 87.5%; }
  .col-lg-22 {
    width: 91.6666666667%; }
  .col-lg-23 {
    width: 95.8333333333%; }
  .col-lg-24 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 4.1666666667%; }
  .col-lg-pull-2 {
    right: 8.3333333333%; }
  .col-lg-pull-3 {
    right: 12.5%; }
  .col-lg-pull-4 {
    right: 16.6666666667%; }
  .col-lg-pull-5 {
    right: 20.8333333333%; }
  .col-lg-pull-6 {
    right: 25%; }
  .col-lg-pull-7 {
    right: 29.1666666667%; }
  .col-lg-pull-8 {
    right: 33.3333333333%; }
  .col-lg-pull-9 {
    right: 37.5%; }
  .col-lg-pull-10 {
    right: 41.6666666667%; }
  .col-lg-pull-11 {
    right: 45.8333333333%; }
  .col-lg-pull-12 {
    right: 50%; }
  .col-lg-pull-13 {
    right: 54.1666666667%; }
  .col-lg-pull-14 {
    right: 58.3333333333%; }
  .col-lg-pull-15 {
    right: 62.5%; }
  .col-lg-pull-16 {
    right: 66.6666666667%; }
  .col-lg-pull-17 {
    right: 70.8333333333%; }
  .col-lg-pull-18 {
    right: 75%; }
  .col-lg-pull-19 {
    right: 79.1666666667%; }
  .col-lg-pull-20 {
    right: 83.3333333333%; }
  .col-lg-pull-21 {
    right: 87.5%; }
  .col-lg-pull-22 {
    right: 91.6666666667%; }
  .col-lg-pull-23 {
    right: 95.8333333333%; }
  .col-lg-pull-24 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 4.1666666667%; }
  .col-lg-push-2 {
    left: 8.3333333333%; }
  .col-lg-push-3 {
    left: 12.5%; }
  .col-lg-push-4 {
    left: 16.6666666667%; }
  .col-lg-push-5 {
    left: 20.8333333333%; }
  .col-lg-push-6 {
    left: 25%; }
  .col-lg-push-7 {
    left: 29.1666666667%; }
  .col-lg-push-8 {
    left: 33.3333333333%; }
  .col-lg-push-9 {
    left: 37.5%; }
  .col-lg-push-10 {
    left: 41.6666666667%; }
  .col-lg-push-11 {
    left: 45.8333333333%; }
  .col-lg-push-12 {
    left: 50%; }
  .col-lg-push-13 {
    left: 54.1666666667%; }
  .col-lg-push-14 {
    left: 58.3333333333%; }
  .col-lg-push-15 {
    left: 62.5%; }
  .col-lg-push-16 {
    left: 66.6666666667%; }
  .col-lg-push-17 {
    left: 70.8333333333%; }
  .col-lg-push-18 {
    left: 75%; }
  .col-lg-push-19 {
    left: 79.1666666667%; }
  .col-lg-push-20 {
    left: 83.3333333333%; }
  .col-lg-push-21 {
    left: 87.5%; }
  .col-lg-push-22 {
    left: 91.6666666667%; }
  .col-lg-push-23 {
    left: 95.8333333333%; }
  .col-lg-push-24 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 4.1666666667%; }
  .col-lg-offset-2 {
    margin-left: 8.3333333333%; }
  .col-lg-offset-3 {
    margin-left: 12.5%; }
  .col-lg-offset-4 {
    margin-left: 16.6666666667%; }
  .col-lg-offset-5 {
    margin-left: 20.8333333333%; }
  .col-lg-offset-6 {
    margin-left: 25%; }
  .col-lg-offset-7 {
    margin-left: 29.1666666667%; }
  .col-lg-offset-8 {
    margin-left: 33.3333333333%; }
  .col-lg-offset-9 {
    margin-left: 37.5%; }
  .col-lg-offset-10 {
    margin-left: 41.6666666667%; }
  .col-lg-offset-11 {
    margin-left: 45.8333333333%; }
  .col-lg-offset-12 {
    margin-left: 50%; }
  .col-lg-offset-13 {
    margin-left: 54.1666666667%; }
  .col-lg-offset-14 {
    margin-left: 58.3333333333%; }
  .col-lg-offset-15 {
    margin-left: 62.5%; }
  .col-lg-offset-16 {
    margin-left: 66.6666666667%; }
  .col-lg-offset-17 {
    margin-left: 70.8333333333%; }
  .col-lg-offset-18 {
    margin-left: 75%; }
  .col-lg-offset-19 {
    margin-left: 79.1666666667%; }
  .col-lg-offset-20 {
    margin-left: 83.3333333333%; }
  .col-lg-offset-21 {
    margin-left: 87.5%; }
  .col-lg-offset-22 {
    margin-left: 91.6666666667%; }
  .col-lg-offset-23 {
    margin-left: 95.8333333333%; }
  .col-lg-offset-24 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px; }

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd; }

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd; }

.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0; }

.table > tbody + tbody {
  border-top: 2px solid #ddd; }

.table .table {
  background-color: #fff; }

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

.table-bordered {
  border: 1px solid #ddd; }

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd; }

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px; }

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

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

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

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

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }

@media screen and (max-width: 799px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd; }
  .table-responsive > .table {
    margin-bottom: 0; }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap; }
  .table-responsive > .table-bordered {
    border: 0; }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.428571429;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #444;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }

.form-control:focus {
  border-color: #2e2672;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(46, 38, 114, 0.6); }

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1; }

.form-control:-ms-input-placeholder {
  color: #999; }

.form-control::-webkit-input-placeholder {
  color: #999; }

.form-control::-ms-expand {
  border: 0;
  background-color: transparent; }

.form-control[disabled], .form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1; }

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 36px; }
  input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"],
  .input-group-sm > input.input-group-addon[type="date"],
  .input-group-sm > .input-group-btn > input.btn[type="date"],
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input.form-control[type="time"],
  .input-group-sm > input.input-group-addon[type="time"],
  .input-group-sm > .input-group-btn > input.btn[type="time"],
  .input-group-sm
input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input.form-control[type="datetime-local"],
  .input-group-sm > input.input-group-addon[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-sm
input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input.form-control[type="month"],
  .input-group-sm > input.input-group-addon[type="month"],
  .input-group-sm > .input-group-btn > input.btn[type="month"],
  .input-group-sm
input[type="month"] {
    line-height: 33px; }
  input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"],
  .input-group-lg > input.input-group-addon[type="date"],
  .input-group-lg > .input-group-btn > input.btn[type="date"],
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input.form-control[type="time"],
  .input-group-lg > input.input-group-addon[type="time"],
  .input-group-lg > .input-group-btn > input.btn[type="time"],
  .input-group-lg
input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input.form-control[type="datetime-local"],
  .input-group-lg > input.input-group-addon[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-lg
input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input.form-control[type="month"],
  .input-group-lg > input.input-group-addon[type="month"],
  .input-group-lg > .input-group-btn > input.btn[type="month"],
  .input-group-lg
input[type="month"] {
    line-height: 49px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }

.radio label,
.checkbox label {
  min-height: 22px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 38px; }

.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 33px;
  line-height: 33px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select.form-control[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > .input-group-btn > select.btn[multiple] {
  height: auto; }

.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0; }

.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 33px;
  min-height: 36px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 49px;
  line-height: 49px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select.form-control[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > .input-group-btn > select.btn[multiple] {
  height: auto; }

.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0; }

.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 49px;
  min-height: 42px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.3333333; }

.has-feedback {
  position: relative; }

.has-feedback .form-control {
  padding-right: 45px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 27px; }

.has-feedback label.sr-only ~ .form-control-feedback, .has-feedback label.ui-helper-hidden-accessible ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 800px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px; }

.form-horizontal .form-group {
  margin-left: 0px;
  margin-right: 0px; }

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table; }

.form-horizontal .form-group:after {
  clear: both; }

@media (min-width: 800px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 0px; }

@media (min-width: 800px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 20px; } }

@media (min-width: 800px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 2px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.428571429;
  border-radius: 0;
  -moz-user-select: none;
  user-select: none; }

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none; }

.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn.disabled, .btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }

.btn-default:focus, .btn-default.focus {
  color: #fff;
  background-color: transparent;
  border-color: #8c8c8c;
  text-decoration: underline; }

.btn-default:hover {
  color: #fff;
  background-color: transparent;
  border-color: #adadad;
  text-decoration: underline; }

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e5e5;
  border-color: #adadad; }

.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c; }

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  background-image: none; }

.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc; }

.btn-default .badge {
  color: #fff;
  background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #502572;
  border-color: #421f5f; }

.btn-primary:focus, .btn-primary.focus {
  color: #502572;
  background-color: transparent;
  border-color: black;
  text-decoration: underline; }

.btn-primary:hover {
  color: #502572;
  background-color: transparent;
  border-color: #221031;
  text-decoration: underline; }

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #35194b;
  border-color: #221031; }

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #221031;
  border-color: black; }

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  background-image: none; }

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #502572;
  border-color: #421f5f; }

.btn-primary .badge {
  color: #502572;
  background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success:focus, .btn-success.focus {
  color: #5cb85c;
  background-color: transparent;
  border-color: #255625;
  text-decoration: underline; }

.btn-success:hover {
  color: #5cb85c;
  background-color: transparent;
  border-color: #398439;
  text-decoration: underline; }

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439; }

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625; }

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  background-image: none; }

.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }

.btn-info:focus, .btn-info.focus {
  color: #5bc0de;
  background-color: transparent;
  border-color: #1b6d85;
  text-decoration: underline; }

.btn-info:hover {
  color: #5bc0de;
  background-color: transparent;
  border-color: #269abc;
  text-decoration: underline; }

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc; }

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85; }

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  background-image: none; }

.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da; }

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-warning:focus, .btn-warning.focus {
  color: #f0ad4e;
  background-color: transparent;
  border-color: #985f0d;
  text-decoration: underline; }

.btn-warning:hover {
  color: #f0ad4e;
  background-color: transparent;
  border-color: #d58512;
  text-decoration: underline; }

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512; }

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d; }

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  background-image: none; }

.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger:focus, .btn-danger.focus {
  color: #d9534f;
  background-color: transparent;
  border-color: #761c19;
  text-decoration: underline; }

.btn-danger:hover {
  color: #d9534f;
  background-color: transparent;
  border-color: #ac2925;
  text-decoration: underline; }

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925; }

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19; }

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  background-image: none; }

.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff; }

.btn-link {
  color: #502572;
  font-weight: normal;
  border-radius: 0; }

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none; }

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent; }

.btn-link:hover, .btn-link:focus {
  color: #502572;
  text-decoration: underline;
  background-color: transparent; }

.btn-link[disabled]:hover, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  transition: opacity 0.15s linear; }

.fade.in {
  opacity: 1; }

.collapse {
  display: none; }

.collapse.in {
  display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }

.dropdown-menu.pull-right {
  right: 0;
  left: auto; }

.dropdown-menu .divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: white;
  background-color: #462672; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #502572; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 800px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left; }

.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }

.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table; }

.btn-toolbar:after {
  clear: both; }

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left; }

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%; }

.btn-group-justified > .btn-group .btn {
  width: 100%; }

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0; }

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0; }

.input-group .form-control:focus {
  z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #444;
  border-radius: 0; }

.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 0; }

.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 20px;
  border-radius: 0; }

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }

.input-group-btn > .btn {
  position: relative; }

.input-group-btn > .btn + .btn {
  margin-left: -1px; }

.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2; }

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px; }

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }

.nav:before, .nav:after {
  content: " ";
  display: table; }

.nav:after {
  clear: both; }

.nav > li {
  position: relative;
  display: block; }

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px; }

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee; }

.nav > li.disabled > a {
  color: #777777; }

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed; }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #502572; }

.nav .nav-divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.nav > li > a > img {
  max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }

.nav-tabs > li {
  float: left;
  margin-bottom: -1px; }

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 0 0 0 0; }

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default; }

.nav-pills > li {
  float: left; }

.nav-pills > li > a {
  border-radius: 0; }

.nav-pills > li + li {
  margin-left: 2px; }

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #502572; }

.nav-stacked > li {
  float: none; }

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }

.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none; }

.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px; }

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 800px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%; }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }

.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0; }

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd; }

@media (min-width: 800px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 0 0; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 22px;
  border: 1px solid transparent; }

.navbar:before, .navbar:after {
  content: " ";
  display: table; }

.navbar:after {
  clear: both; }

@media (min-width: 800px) {
  .navbar {
    border-radius: 0; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

@media (min-width: 800px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 0px;
  padding-left: 0px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }

.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table; }

.navbar-collapse:after {
  clear: both; }

.navbar-collapse.in {
  overflow-y: auto; }

@media (min-width: 800px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none; }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important; }
  .navbar-collapse.in {
    overflow-y: visible; }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }

@media (max-device-width: 640px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: 0px;
  margin-left: 0px; }

@media (min-width: 800px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }

@media (min-width: 800px) {
  .navbar-static-top {
    border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }

@media (min-width: 800px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 14px 0px;
  font-size: 20px;
  line-height: 22px;
  height: 50px; }

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none; }

.navbar-brand > img {
  display: block; }

@media (min-width: 800px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: 0px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 0px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0; }

.navbar-toggle:focus {
  outline: 0; }

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px; }

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px; }

@media (min-width: 800px) {
  .navbar-toggle {
    display: none; } }

.navbar-nav {
  margin: 7px 0px; }

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px; }

@media (max-width: 799px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none; }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px; }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 22px; }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none; } }

@media (min-width: 800px) {
  .navbar-nav {
    float: left;
    margin: 0; }
  .navbar-nav > li {
    float: left; }
  .navbar-nav > li > a {
    padding-top: 14px;
    padding-bottom: 14px; } }

.navbar-form {
  margin-left: 0px;
  margin-right: 0px;
  padding: 10px 0px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 7px;
  margin-bottom: 7px; }

@media (min-width: 800px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .navbar-form .form-control-static {
    display: inline-block; }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle; }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto; }
  .navbar-form .input-group > .form-control {
    width: 100%; }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0; }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0; } }

@media (max-width: 799px) {
  .navbar-form .form-group {
    margin-bottom: 5px; }
  .navbar-form .form-group:last-child {
    margin-bottom: 0; } }

@media (min-width: 800px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 7px;
  margin-bottom: 7px; }

.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 8.5px;
  margin-bottom: 8.5px; }

.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px; }

.navbar-text {
  margin-top: 14px;
  margin-bottom: 14px; }

@media (min-width: 800px) {
  .navbar-text {
    float: left;
    margin-left: 0px;
    margin-right: 0px; } }

@media (min-width: 800px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: 0px; }
  .navbar-right ~ .navbar-right {
    margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }

.navbar-default .navbar-brand {
  color: #777; }

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5d5d;
  background-color: transparent; }

.navbar-default .navbar-text {
  color: #777; }

.navbar-default .navbar-nav > li > a {
  color: #777; }

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent; }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7; }

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent; }

.navbar-default .navbar-toggle {
  border-color: #ddd; }

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd; }

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888; }

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7; }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555; }

@media (max-width: 799px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777; }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent; }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; } }

.navbar-default .navbar-link {
  color: #777; }

.navbar-default .navbar-link:hover {
  color: #333; }

.navbar-default .btn-link {
  color: #777; }

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333; }

.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090808; }

.navbar-inverse .navbar-brand {
  color: #9d9d9d; }

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent; }

.navbar-inverse .navbar-text {
  color: #9d9d9d; }

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d; }

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent; }

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090808; }

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent; }

.navbar-inverse .navbar-toggle {
  border-color: #333; }

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333; }

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff; }

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010; }

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090808;
  color: #fff; }

@media (max-width: 799px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090808; }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090808; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090808; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent; } }

.navbar-inverse .navbar-link {
  color: #9d9d9d; }

.navbar-inverse .navbar-link:hover {
  color: #fff; }

.navbar-inverse .btn-link {
  color: #9d9d9d; }

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff; }

.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 22px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0; }

.breadcrumb > li {
  display: inline-block; }

.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc; }

.breadcrumb > .active {
  color: #777777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 0; }

.pagination > li {
  display: inline; }

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #502572;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px; }

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #502572;
  background-color: #eeeeee;
  border-color: #ddd; }

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #502572;
  border-color: #502572;
  cursor: default; }

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.pager {
  padding-left: 0;
  margin: 22px 0;
  list-style: none;
  text-align: center; }

.pager:before, .pager:after {
  content: " ";
  display: table; }

.pager:after {
  clear: both; }

.pager li {
  display: inline; }

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px; }

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee; }

.pager .next > a,
.pager .next > span {
  float: right; }

.pager .previous > a,
.pager .previous > span {
  float: left; }

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  vertical-align: baseline;
  border-radius: .25em; }

.label:empty {
  display: none; }

.btn .label {
  position: relative;
  top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #777777; }

.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e; }

.label-primary {
  background-color: #502572; }

.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #35194b; }

.label-success {
  background-color: #5cb85c; }

.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }

.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }

.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }

.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px; }

.badge:empty {
  display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.btn-xs .badge, .btn-group-xs > .btn .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px; }

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #502572;
  background-color: #fff; }

.list-group-item > .badge {
  float: right; }

.list-group-item > .badge + .badge {
  margin-right: 5px; }

.nav-pills > li > a > .badge {
  margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee; }

.jumbotron h1,
.jumbotron .h1 {
  color: inherit; }

.jumbotron p {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 200; }

.jumbotron > hr {
  border-top-color: #d5d5d5; }

.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 0;
  padding-left: 0px;
  padding-right: 0px; }

.jumbotron .container {
  max-width: 100%; }

@media screen and (min-width: 800px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px; }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px; }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 72px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 22px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  transition: border 0.2s ease-in-out; }

.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto; }

.thumbnail .caption {
  padding: 9px;
  color: #333333; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #502572; }

.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 0; }

.alert h4 {
  margin-top: 0;
  color: inherit; }

.alert .alert-link {
  font-weight: bold; }

.alert > p,
.alert > ul {
  margin-bottom: 0; }

.alert > p + p {
  margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }

.alert-success hr {
  border-top-color: #c9e2b3; }

.alert-success .alert-link {
  color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }

.alert-info hr {
  border-top-color: #a6e1ec; }

.alert-info .alert-link {
  color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }

.alert-warning hr {
  border-top-color: #f7e1b5; }

.alert-warning .alert-link {
  color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }

.alert-danger hr {
  border-top-color: #e4b9c0; }

.alert-danger .alert-link {
  color: #843534; }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  overflow: hidden;
  height: 22px;
  margin-bottom: 22px;
  background-color: #f5f5f5;
  border-radius: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  background-color: #502572;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar,
.progress-bar.active {
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }

.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }

.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }

.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }

.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media {
  margin-top: 15px; }

.media:first-child {
  margin-top: 0; }

.media,
.media-body {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }

.media-object.img-thumbnail {
  max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }

.list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

a.list-group-item,
button.list-group-item {
  color: #555; }

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333; }

a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed; }

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit; }

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #502572;
  border-color: #502572; }

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit; }

.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #b68ad9; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit; }

a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6; }

a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit; }

a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3; }

a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit; }

a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc; }

a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit; }

a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc; }

a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 22px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }

.panel-body:before, .panel-body:after {
  content: " ";
  display: table; }

.panel-body:after {
  clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1; }

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit; }

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0; }

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1;
  border-top-left-radius: -1; }

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1; }

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1;
  border-top-right-radius: -1; }

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1; }

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1; }

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -1;
  border-bottom-right-radius: -1; }

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1; }

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0; }

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0; }

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0; }

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0; }

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 22px; }

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0; }

.panel-group .panel + .panel {
  margin-top: 5px; }

.panel-group .panel-heading {
  border-bottom: 0; }

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd; }

.panel-group .panel-footer {
  border-top: 0; }

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd; }

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd; }

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333; }

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd; }

.panel-primary {
  border-color: #502572; }

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #502572;
  border-color: #502572; }

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #502572; }

.panel-primary > .panel-heading .badge {
  color: #502572;
  background-color: #fff; }

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #502572; }

.panel-success {
  border-color: #d6e9c6; }

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6; }

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d; }

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1; }

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f; }

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc; }

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b; }

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1; }

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442; }

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 0; }

.well-sm {
  padding: 9px;
  border-radius: 0; }

.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }

.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out; }

.modal.in .modal-dialog {
  transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0); }

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }

.modal-header:before, .modal-header:after {
  content: " ";
  display: table; }

.modal-header:after {
  clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.428571429; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table; }

.modal-footer:after {
  clear: both; }

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0; }

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px; }

.modal-footer .btn-block + .btn-block {
  margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 800px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 1440px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  opacity: 0;
  filter: alpha(opacity=0); }

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90); }

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0; }

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px; }

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0; }

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 16px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }

.popover.top {
  margin-top: -10px; }

.popover.right {
  margin-left: 10px; }

.popover.bottom {
  margin-top: 10px; }

.popover.left {
  margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1 -1 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }

.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }

.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff; }

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }

.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }

.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }

.carousel-inner > .item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left; }

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1; }

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000px; }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0; }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0; }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0; } }

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block; }

.carousel-inner > .active {
  left: 0; }

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%; }

.carousel-inner > .next {
  left: 100%; }

.carousel-inner > .prev {
  left: -100%; }

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0; }

.carousel-inner > .active.left {
  left: -100%; }

.carousel-inner > .active.right {
  left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0); }

.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }

.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90); }

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block; }

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px; }

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px; }

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif; }

.carousel-control .icon-prev:before {
  content: '\2039'; }

.carousel-control .icon-next:before {
  content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0); }

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.carousel-caption .btn {
  text-shadow: none; }

@media screen and (min-width: 800px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.clearfix:before, .clearer:before, .clearfix:after, .clearer:after {
  content: " ";
  display: table; }

.clearfix:after, .clearer:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 799px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 799px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 799px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 799px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 800px) and (max-width: 1439px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 800px) and (max-width: 1439px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 800px) and (max-width: 1439px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 800px) and (max-width: 1439px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 1440px) and (max-width: 1919px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 1440px) and (max-width: 1919px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 1440px) and (max-width: 1919px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 1440px) and (max-width: 1919px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1920px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1920px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1920px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1920px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 799px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 800px) and (max-width: 1439px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 1440px) and (max-width: 1919px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1920px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }

.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../Vendor/font-awesome/fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("../Vendor/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../Vendor/font-awesome/fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../Vendor/font-awesome/fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../Vendor/font-awesome/fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../Vendor/font-awesome/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.2857142857em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.8571428571em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

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

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

p.text-easy-language {
  font-size: 135%; }

.page .container-fluid.social-wall {
  background: #eee; }

.col-1220 {
  max-width: 1220px;
  margin: 0 auto; }

.twine-embed {
  margin-top: 4em;
  margin-bottom: 4em; }

.social-wall footer {
  background: white; }

.social-wall--header {
  background: #632684;
  display: flex; }

.social-wall--leitbild--wrapper {
  min-height: 360px;
  min-width: 320px;
  flex: 0 1 auto;
  width: 40%;
  background: radial-gradient(300px at 40% 75%, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.44) 20%, transparent 100%); }

.social-wall--leitbild {
  background-image: url(../Images/social-wall/Leitmotiv.svg);
  background-repeat: no-repeat;
  background-size: 320px auto;
  background-position: center bottom;
  width: 100%;
  height: 100%;
  min-height: 360px;
  position: relative; }

.social-wall--leitbild p {
  margin: 0;
  position: absolute;
  width: 265px;
  height: 190px;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  padding: 26px 30px;
  color: #23408f;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.125; }

.social-wall--leitbild p b, .social-wall--leitbild p strong {
  color: #5c2e91; }

.social-wall--intro {
  flex: 0 1 auto;
  padding-left: 6%;
  padding-top: 3em;
  padding-right: 10px;
  padding-bottom: 1em;
  color: white; }

.social-wall--intro h1 {
  margin-bottom: 0.5em; }

.social-wall--intro p {
  color: white; }

.social-wall--intro a, .social-wall--intro a:hover, .social-wall--intro a:focus {
  color: white; }

.social-wall--header-wrapper a {
  font-weight: bold; }

.social-wall--header-wrapper .external-link,
.social-wall--header-wrapper .internal-link {
  position: relative;
  padding-left: 1.5em;
  display: inline-block; }

.social-wall--header-wrapper .external-link:before,
.social-wall--header-wrapper .internal-link:before {
  content: '';
  background-image: url("Images/icon-internal-white.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
  display: inline-block;
  width: 1.4em;
  height: 1.2em;
  position: absolute;
  top: 3px;
  left: 0; }

.social-wall--header-wrapper .internal-link:hover:before,
.social-wall--header-wrapper .internal-link:focus:before {
  background-image: url("Images/icon-internal-white_hover.png"); }

.social-wall--button--tooltip .internal-link:before {
  background-image: url("Images/icon-internal-lilac.png"); }

.social-wall--button--tooltip .internal-link:hover:before,
.social-wall--button--tooltip .internal-link:focus:before {
  background-image: url("Images/icon-internal-lilac_hover.png"); }

.social-wall--header-wrapper .external-link:before {
  background-image: url("Images/icon-external-white.png"); }

.social-wall--header-wrapper .external-link:hover:before,
.social-wall--header-wrapper .external-link:focus:before {
  background-image: url("Images/icon-external-white_hover.png"); }

.social-wall--button--tooltip .external-link:before {
  background-image: url("Images/icon-external-lilac.png"); }

.social-wall--button--tooltip .external-link:hover:before,
.social-wall--button--tooltip .external-link:focus:before {
  background-image: url("Images/icon-external-lilac_hover.png"); }

.social-wall--header-wrapper .download {
  position: relative;
  padding-left: 1.5em;
  display: inline-block; }

.social-wall--header-wrapper .download:before {
  content: '';
  background-image: url("Images/icon-download-white.png");
  background-position: 45% center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 1.4em;
  height: 1.2em;
  position: absolute;
  top: 4px;
  left: -1px; }

.social-wall--button--tooltip .download:before {
  background-image: url("Images/icon-download-lilac.png"); }

.social-wall--CTAs {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row; }

.social-wall--CTAs li {
  list-style: none;
  flex: 0 1 auto;
  width: 100%;
  font-weight: bold;
  font-size: 22px;
  color: white;
  position: relative; }

.social-wall--CTAs li:nth-child(1) {
  background-color: #3e2971; }

.social-wall--CTAs li:nth-child(2) {
  background-color: #572670; }

.social-wall--CTAs li:nth-child(3) {
  background-color: #6c236f; }

.social-wall--CTAs li:nth-child(4) {
  background-color: #801e6e; }

.social-wall--CTAs button {
  border: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  width: 100%;
  height: 100%;
  text-align: left;
  padding: 35px 6% 35px 32%; }

.social-wall--CTAs .social-wall--button button {
  background-size: 55px auto;
  background-position: 10% center;
  background-repeat: no-repeat; }

.social-wall--CTAs .social-wall--button--printer button {
  background-image: url(../Images/social-wall/print.svg); }

.social-wall--CTAs .social-wall--button--pen button {
  background-image: url(../Images/social-wall/write.svg); }

.social-wall--CTAs .social-wall--button--camera button {
  background-image: url(../Images/social-wall/photo.svg); }

.social-wall--CTAs .social-wall--button--smartphone button {
  background-image: url(../Images/social-wall/post.svg);
  background-size: 65px auto; }

.social-wall--CTAs .social-wall--button--tooltip {
  position: absolute;
  display: none;
  width: 150%;
  left: -25%;
  bottom: 100%;
  box-sizing: border-box;
  background-color: #eee;
  transition: display 0s linear 2s;
  padding: 8%; }

.social-wall--CTAs .social-wall--button--tooltip p {
  margin: 0; }

.social-wall--CTAs .social-wall--button--tooltip p + p {
  margin-top: 1em; }

.social-wall--CTAs li:first-child .social-wall--button--tooltip {
  left: 0; }

.social-wall--CTAs li:last-child .social-wall--button--tooltip {
  right: 0;
  left: auto; }

.social-wall--CTAs button.active:after {
  content: '';
  display: block;
  position: absolute;
  border-top: 15px solid #eee;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  top: 0;
  left: calc(50% - 15px); }

.social-wall--CTAs button.active + .social-wall--button--tooltip {
  display: block; }

.social-wall--social-links {
  background: #2c256b;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  padding: 0;
  border-bottom: 1px solid #89897e; }

.social-wall--social-links > * {
  flex: 0 1 auto;
  color: white;
  padding: 25px; }

.social-wall--social-links a {
  padding-left: 60px;
  background-size: 40px auto;
  background-repeat: no-repeat;
  background-position: 10px center; }

.social-wall--social-links a:hover, .social-wall--social-links a:focus {
  color: white; }

.social-wall--social-links a:active {
  outline: 0; }

.social-wall--social-links .social-wall--link-epd {
  padding: 21px 35px;
  background-color: white; }

.social-wall--social-links .social-wall--div {
  flex: 0 1 0%; }

.social-wall--social-links .social-wall--link-fb {
  background-image: url(../Images/social-wall/facebook.svg); }

.social-wall--social-links .social-wall--link-tw {
  background-image: url(../Images/social-wall/twitter.svg); }

.social-wall--social-links .social-wall--link-ig {
  background-image: url(../Images/social-wall/instagram.svg); }

@media screen and (max-width: 1220px) {
  .col-1220 {
    margin-left: 10px;
    margin-right: 10px; }
  .social-wall--leitbild--wrapper {
    background: radial-gradient(240px at 30% 75%, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.44) 20%, transparent 100%); } }

@media screen and (max-width: 1100px) {
  .social-wall--CTAs {
    flex-wrap: wrap; }
  .social-wall--CTAs li {
    flex: 0 1 50%; }
  .social-wall--CTAs .social-wall--button--tooltip {
    width: 100%;
    left: 0; } }

@media screen and (max-width: 1023px) {
  .social-wall--social-links {
    padding: 0 10px;
    flex-wrap: wrap;
    justify-content: flex-start; }
  .social-wall--social-links .social-wall--div {
    flex: 1 1 30%; } }

@media screen and (max-width: 767px) {
  .social-wall--intro {
    padding-top: 1em; } }

@media screen and (max-width: 655px) {
  .social-wall--header {
    display: block; }
  .social-wall--intro {
    padding-right: 6%; }
  .social-wall--leitbild--wrapper {
    width: 100%;
    background: radial-gradient(300px at 40% 75%, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.44) 20%, transparent 100%); } }

@media screen and (max-width: 639px) {
  .social-wall--CTAs button {
    padding: 90px 25px 25px 25px;
    text-align: center;
    font-size: 18px; }
  .social-wall--CTAs .social-wall--button button {
    background-position: center 15%; }
  .social-wall--CTAs .social-wall--button--printer button {
    background-position: center 18%; }
  .social-wall--CTAs .social-wall--button--camera button {
    background-position: center 19%; }
  .social-wall--CTAs .social-wall--button--tooltip {
    padding: 35px 6%;
    width: 100vw; }
  .social-wall--CTAs li:nth-child(2n + 1) .social-wall--button--tooltip {
    left: 0;
    right: auto; }
  .social-wall--CTAs li:nth-child(2n) .social-wall--button--tooltip {
    left: auto;
    right: 0; }
  .social-wall--social-links {
    justify-content: center; }
  .social-wall--social-links .social-wall--link-epd {
    padding: 15px 35px; }
  .social-wall--social-links .social-wall--div {
    display: none; }
  .social-wall--social-links strong {
    flex: 0 1 100%;
    padding-bottom: 2px;
    text-align: center; } }

@media screen and (max-width: 479px) {
  .social-wall--intro h1 {
    font-size: 1.7em; }
  .social-wall--intro p {
    font-size: 1em; }
  .social-wall--social-links strong {
    padding-top: 20px; }
  .social-wall--social-links a {
    font-size: 14px;
    padding: 12px 5px 12px 25px;
    background-size: 18px auto;
    background-position: 0 center; }
  .social-wall--social-links {
    padding-bottom: 10px; }
  .social-wall--CTAs button {
    font-size: 13px; } }

@supports (hyphens: auto) or (-ms-hyphens: auto) {
  h1, h2, h3, h4, h5 {
    hyphens: auto; } }

@supports not ((hyphens: auto) or (-ms-hyphens: auto)) {
  h1, h2, h3, h4, h5 {
    word-wrap: break-word;
    max-width: 100%; } }

@media (max-width: 639px) {
  .col-xs-22.col-xs-offset-1 {
    margin-left: 10px;
    width: calc(100% - 20px); } }

.open > .btn-primary.dropdown-toggle {
  background-color: #333;
  border-color: #333; }

.open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus {
  background-color: transparent;
  color: #502572; }

.clearer {
  clear: both; }

/* KMS Style Check 2017-06 : Schriftgroessen, -farben, Abstaende */
/* @see https://ab1d.plan.io/issues/2602 */
/*-------------------------- info colors ---------------------------*/
/*------------------------ info fonts ---------------------------*/
/* Fliesstext, Labels, Servicenavi, Teilen-Links, Quick-Links, Menu-Ebene-3, Buttons */
/*
$continuous-text: 18px;
$continuous-text-lh: 24px;
*/
/* Neu 12.11. */
/* Nur Fliesstext */
/* Bildunterschriften, Arkkordeon, H Soziale Medien, breadcrumb */
/* sonder */
/* Label copyright */
/* H2 Startseite */
/* H2 Startseite mobile */
/* Stage H2 */
/* Stage H2 mobile */
/* H1 */
/* H1 mobile */
/* H2, Zitat gross */
/* H2, Zitat gross mobile */
/* H3, Einleitungen, Zitat klein, Menu-Ebene-1 */
/* H3, Einleitungen, Zitat klein, Menu-Ebene-1 mobile */
/* H4, Einleitungen, Links, Sprungmarken, Menu-Ebene-2 */
/* H4, Einleitungen, Links, Sprungmarken, Menu-Ebene-2 mobile */
/*----------------------- mobile fonts --------------------------*/
/* Fliesstext, Labels, Servicenavi, Teilen-Links, Quick-Links, Menu-Ebene-3, Buttons */
/*
$continuous-text-mobile: 18px;
$continuous-text-lh-mobile: 24px;
*/
/* Neue Vorlage 2016_11_16 */
/* Bildunterschriften, Arkkordeon, H Soziale Medien, breadcrumb */
/* sonder */
/* Label copyright */
/*----------------------- mobile misc --------------------------*/
/*------------------------ info misc ---------------------------*/
/* normal */
/* bold */
/* Offset header arrow icon */
/* Offset bottom elements */
/* Offset top elements h2 */
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++ SERVICE ++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*------------------------ info misc ---------------------------*/
/* Offset header arrow icon */
/* Offset bottom elements */
/* Offset top elements h2 */
/*----------------------- mobile misc --------------------------*/
/* $screen-xs:                  680px !default; */
/* $screen-sm:                  1024px !default; */
/*

$screen-xs:                  680px !default;

$screen-xs-min:              $screen-xs !default;

$screen-phone:               $screen-xs-min !default;

// Small screen / tablet

$screen-sm:                  1024px !default;
$screen-sm-min:              $screen-sm !default;

$screen-tablet:              $screen-sm-min !default;

// Medium screen / desktop

$screen-md:                  1440px !default;
$screen-md-min:              $screen-md !default;

$screen-desktop:             $screen-md-min !default;

// Large screen / wide desktop

$screen-lg:                  1920px !default;
$screen-lg-min:              $screen-lg !default;

$screen-lg-desktop:          $screen-lg-min !default;
*/
/*------------------------- Mixins --------------------------*/
/*
@mixin make-sm-column($columns, $gutter: $grid-gutter-width) {
  position: relative;
  min-height: 1px;
  padding-left:  ($gutter / 2);
  padding-right: ($gutter / 2);

  @media (min-width: $screen-sm-min) {
    float: none;
    width: 959px;
    @include clearfix;
  }
}
@mixin make-sm-column-offset($columns) {
  @media (min-width: $screen-sm-min) {
    margin: 0 auto;
    @include clearfix;
  }
}
@mixin make-sm-column-push($columns) {
  @media (min-width: $screen-sm-min) {
    left: percentage(($columns / $grid-columns));
  }
}
@mixin make-sm-column-pull($columns) {
  @media (min-width: $screen-sm-min) {
    right: percentage(($columns / $grid-columns));
  }
}
*/
/*------------------------- Global --------------------------*/
html, body {
  font-size: 16px; }

body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.42857143;
  color: #444;
  background-color: #fff; }

.page {
  background-color: #777; }

.page .container-fluid {
  max-width: 1440px;
  background-color: #fff; }

a {
  color: #502572;
  text-decoration: none; }

h1 {
  font-size: 40px;
  line-height: 1.2; }

h2 {
  font-size: 32px;
  line-height: 1.25; }

h3, h4 {
  margin-top: 0px;
  font-size: 24px;
  line-height: 1.333333; }

h3 {
  margin-bottom: 20px; }

h4 {
  margin-bottom: 16px; }

p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: normal;
  margin-bottom: 24px;
  color: #444; }

/*
ul, ol {
  padding-left: 0px;
}
*/
.std-box ul, .std-box ol {
  padding-left: 35px; }

.std-box ul li, .std-box ol li {
  padding-left: 19px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: normal;
  margin-bottom: 2px; }

.color-a {
  background-color: #2e2672 !important; }

.color-b {
  background-color: #6e2272 !important; }

.color-c {
  background-color: #5a2572 !important; }

.color-d {
  background-color: #462672 !important; }

.color-e {
  background-color: #5a2572 !important; }

.color-f {
  background-color: #462672 !important; }

.color-g {
  background-color: #6e2272 !important; }

.color-h {
  background-color: #2e2672 !important; }

.color-violet-1 {
  background-color: #5a2572 !important; }

.color-violet-2 {
  background-color: #2e2672 !important; }

.color-violet-3 {
  background-color: #462672 !important; }

.color-violet-4 {
  background-color: #6e2272 !important; }

.out {
  left: -20000em;
  position: absolute;
  top: -20000em; }

.new-2017-button-style, .content .more-button .btn.btn-default, .content .form-horizontal .form-group .btn-default {
  background-color: #502572;
  color: white;
  font-weight: bold;
  border: 2px solid #502572; }

.new-2017-button-style:focus, .content .more-button .btn.btn-default:focus, .content .form-horizontal .form-group .btn-default:focus, .new-2017-button-style:hover, .content .more-button .btn.btn-default:hover, .content .form-horizontal .form-group .btn-default:hover {
  background-color: transparent;
  color: #502572;
  text-decoration: underline; }

abbr[title],
abbr[data-original-title] {
  text-decoration: none; }

#skip-link a:focus {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 100;
  padding: 0.3em 0.5em;
  background: white;
  font-weight: bold;
  text-decoration: underline; }

/*------------------------- Header --------------------------*/
.fix-header {
  position: relative;
  max-width: 1440px;
  width: 100%;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 0;
  background-color: #fff;
  z-index: 30;
  border-bottom: 1px solid #000; }

.fix-header.affix {
  position: fixed; }

.fix-header.no-border {
  border-bottom: none; }

.fix-header .logo a, .fix-header .logo span {
  padding: 14px 0;
  display: inline-block; }

.fix-header .logo img {
  width: 135px;
  height: auto;
  max-width: 100%; }

.fix-header .service {
  display: inline-block;
  width: 100%; }

.fix-header .service .language {
  text-align: right;
  display: none; }

.fix-header .service .language .nav > li > a:hover,
.fix-header .service .language .fix-header .logo .nav > li > span:hover,
.fix-header .service .language .nav > li > a:focus,
.fix-header .service .language .fix-header .logo .nav > li > span:focus {
  text-decoration: underline;
  background-color: transparent; }

.fix-header .service .language .nav > li.lang-selector > a:hover,
.fix-header .service .language .fix-header .logo .nav > li.lang-selector > span:hover,
.fix-header .service .language .nav > li.lang-selector > a:focus,
.fix-header .service .language .fix-header .logo .nav > li.lang-selector > span:focus {
  text-decoration: none;
  background-color: #eee;
  color: #502572; }

.fix-header .service .language .nav > li.lang-selector > a:hover:before,
.fix-header .service .language .fix-header .logo .nav > li.lang-selector > span:hover:before,
.fix-header .service .language .nav > li.lang-selector > a:focus:before,
.fix-header .service .language .fix-header .logo .nav > li.lang-selector > span:focus:before {
  color: #502572; }

.fix-header .service .language .fix-header .logo .nav > li.lang-selector > span:hover {
  text-decoration: none;
  background-color: #eee;
  color: #502572; }

.fix-header .service .language .fix-header .logo .nav > li.lang-selector > span:hover:before {
  color: #502572; }

.fix-header .service .language nav {
  display: inline-block; }

.fix-header .service .language nav ul li {
  margin-top: 0;
  margin-bottom: 8px;
  margin-left: 28px;
  position: relative;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 300; }

.fix-header .service .language nav ul li .icon:before {
  content: " ";
  width: 18px;
  height: 21px;
  display: block;
  position: absolute;
  top: 12px; }

.fix-header .service .language nav ul li .icon:hover:before {
  color: #502572; }

.fix-header .service .language nav ul li a {
  height: auto; }

.fix-header .service .language nav ul li a:hover {
  color: #502572; }

.fix-header .service .language nav ul li a:active {
  color: #502572; }

.fix-header .service .language nav ul li a:focus {
  color: #502572; }

.fix-header .service .language nav ul li.simple a .icon:before {
  background: url("Images/icon-simple.png") no-repeat 0 0 transparent;
  left: -18px; }

.fix-header .service .language nav ul li.simple a:hover .icon:before {
  background: url("Images/icon-simple_hover.png") no-repeat 0 0 transparent; }

.fix-header .service .language nav ul li.simple a:active .icon:before {
  background: url("Images/icon-simple_hover.png") no-repeat 0 0 transparent; }

.fix-header .service .language nav ul li.simple a:focus .icon:before {
  background: url("Images/icon-simple_hover.png") no-repeat 0 0 transparent; }

.fix-header .service .language nav ul li.sign a .icon:before {
  background: url("Images/icon-sign.png") no-repeat 0 0 transparent;
  left: -12px; }

.fix-header .service .language nav ul li.sign a:hover .icon:before {
  background: url("Images/icon-sign_hover.png") no-repeat 0 0 transparent; }

.fix-header .service .language nav ul li.sign a:active .icon:before {
  background: url("Images/icon-sign_hover.png") no-repeat 0 0 transparent; }

.fix-header .service .language nav ul li.sign a:focus .icon:before {
  background: url("Images/icon-sign_hover.png") no-repeat 0 0 transparent; }

.fix-header .service .language nav ul li.lang-selector {
  margin-left: 0px; }

.fix-header .service .language nav ul li.lang-selector .icon:before {
  width: 23px;
  height: 13px;
  top: 14px;
  left: 16px;
  background: url("Images/icon-language.png") no-repeat 0 0 transparent;
  z-index: 20; }

.fix-header .service .language nav ul li.lang-selector .dropdown-toggle {
  padding-right: 50px; }

.fix-header .service .language nav ul li.lang-selector .dropdown-menu {
  padding: 0px;
  margin: 0px;
  border: none;
  border-radius: 0px;
  min-width: 100%;
  background-color: #eee;
  box-shadow: unset; }

.fix-header .service .language nav ul li.lang-selector .dropdown-menu li {
  margin-left: 0px; }

.fix-header .service .language nav ul li.lang-selector .dropdown-menu li a {
  color: #502572;
  padding: 8px 0px 8px 50px; }

.fix-header .service .language nav ul li.lang-selector .dropdown-menu li a:hover {
  background-color: #fff; }

.fix-header .service .language nav ul li.lang-selector .dropdown-menu li a:active {
  background-color: #fff; }

.fix-header .service .language nav ul li.lang-selector .dropdown-menu li a:focus {
  background-color: #fff; }

.fix-header .service .language nav ul li.lang-selector .dropdown-menu li.active a:before {
  content: " ";
  display: inline-block;
  width: 18px;
  height: 12px;
  position: absolute;
  top: 16px;
  left: 20px;
  background: url("Images/icon-dropdown-active.png") no-repeat 0 0 transparent; }

.fix-header .service .language nav ul li.lang-selector a:hover .icon-carret:after {
  background: url("Images/icon-dropdown-closed_hover.png") no-repeat 0 0 transparent; }

.fix-header .service .language nav ul li.lang-selector a:active .icon-carret:after {
  background: url("Images/icon-dropdown-closed_hover.png") no-repeat 0 0 transparent; }

.fix-header .service .language nav ul li.lang-selector a:focus .icon-carret:after {
  background: url("Images/icon-dropdown-closed_hover.png") no-repeat 0 0 transparent; }

.fix-header .service .language nav ul li.lang-selector.open .icon-carret:after {
  background: url("Images/icon-dropdown-open.png") no-repeat 0 0 transparent; }

.fix-header .service .language nav ul li.lang-selector.open a:hover .icon-carret:after {
  background: url("Images/icon-dropdown-open_hover.png") no-repeat 0 0 transparent; }

.fix-header .service .language nav ul li.lang-selector.open a:active .icon-carret:after {
  background: url("Images/icon-dropdown-open_hover.png") no-repeat 0 0 transparent; }

.fix-header .service .language nav ul li.lang-selector.open a:focus .icon-carret:after {
  background: url("Images/icon-dropdown-open_hover.png") no-repeat 0 0 transparent; }

.fix-header .service .language nav .dropdown-menu > li > a {
  color: #000; }

.fix-header .service .language nav .dropdown-menu > .active > a {
  color: #000;
  background-color: #eee; }

.fix-header .service .language .nav > li.lang-selector > a {
  padding-left: 46px;
  padding-right: 36px; }

.fix-header .service .language .nav > li.lang-selector > a .icon-carret:after {
  content: " ";
  width: 24px;
  height: 24px;
  top: 10px;
  right: 17px;
  display: block;
  position: absolute;
  background: url("Images/icon-dropdown-closed.png") no-repeat 0 0 transparent;
  z-index: 20;
  color: #502572; }

.fix-header .service .language .nav-pills > li.lang-selector > a {
  border-radius: 0; }

.fix-header .service .language nav ul li.lang-selector .dropdown-menu li.active a {
  color: #000; }

.fix-header.affix {
  max-width: 1440px; }

.fix-header.affix .logo {
  display: inline-block; }

.fix-header.affix .logo img {
  width: 135px;
  height: auto; }

.fix-header.affix .menu {
  display: inline-block;
  margin-top: 0px;
  padding-top: 4px; }

.fix-header.affix .service {
  display: inline-block; }

.fix-header.affix .service .language {
  display: none; }

.fix-header.affix .service .search {
  padding-top: 4px; }

@media screen and (min-width: 800px) {
  .fix-header:not(.affix) > .row > .col-xs-18 > .row:not(.service) {
    margin-top: 4px; } }

@media screen and (max-width: 540px) {
  .xxs-col-menu {
    width: calc(100% - 125px); }
  .xxs-col-search {
    width: 125px; }
  .fix-header.affix .service,
  .fix-header .service {
    display: none; }
  .fix-header > .row > div {
    display: inline-block;
    float: none;
    vertical-align: middle; }
  .fix-header > .row > div.col-xs-18 {
    width: calc(75% - 5px); } }

/*------------------------- OffCanvas Menu ------------------*/
.oc-menu--visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.oc-menu--no-overflow {
  overflow: hidden;
  height: 100%;
  width: 100%; }

.oc-menu {
  position: absolute;
  height: calc(100vh - 100%);
  width: 100%;
  background-color: #555;
  top: 100%;
  left: 0;
  color: white;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.oc-menu--column-wrap {
  height: 100%;
  display: flex; }

.oc-menu.oc-menu--ie11 {
  display: flex;
  flex-direction: row; }

.oc-menu--ie11 .oc-menu--column-wrap {
  flex: 0 1 100%; }

.oc-menu--level-wrap {
  width: calc(100% / 3);
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  padding-top: 30px;
  flex: 0 1 auto;
  max-height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.oc-menu--level-wrap[data-level="0"] {
  z-index: 10;
  background-color: #083a81;
  padding-top: 40px; }

.oc-menu--level-wrap[data-level="1"] {
  z-index: 9;
  background-color: #2d5794; }

.oc-menu--level-wrap[data-level="2"] {
  z-index: 8;
  background-color: #5275a7; }

.oc-menu ul {
  list-style: none;
  transition: opacity 0.3s ease-out, display 0s ease-out 0.6s;
  position: absolute;
  padding: 0;
  width: 100%; }

.oc-menu ul[aria-expanded="false"] {
  z-index: -1;
  opacity: 0;
  display: none; }

.oc-menu ul[aria-expanded="true"] {
  opacity: 1;
  z-index: auto;
  display: block; }

.oc-menu button {
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: transparent;
  text-align: left;
  outline: 0;
  width: 100%;
  display: block;
  padding: 0;
  transition: background-color 0.2s ease-out;
  position: relative; }

.oc-menu button:not(.oc-menu--close-level):after {
  content: '';
  width: 16px;
  height: 18px;
  background-image: url("Images/arrow_right.svg");
  background-size: auto 18px;
  background-position: right center;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 9px);
  right: 5%; }

.oc-menu button:focus,
.oc-menu button:active {
  outline: 0; }

.oc-menu button::-moz-focus-inner {
  outline: 0; }

.oc-menu button.oc-menu--close-level {
  background-image: none; }

.oc-menu .oc-menu--close-level {
  display: none; }

.oc-menu .oc-menu--close-level:before {
  content: url("Images/arrow_right.svg");
  display: inline-block;
  transform: rotate(180deg);
  width: 7px;
  line-height: 14px;
  margin-right: 12px;
  margin-left: 0; }

.oc-menu li > span,
.oc-menu button,
.oc-menu ul a {
  color: white;
  font-size: 22px;
  line-height: 1.5;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-right: 12.5%;
  padding-left: calc(12.5% - 20px);
  border-left-width: 20px;
  border-left-style: solid;
  border-left-color: transparent;
  display: block; }

.oc-menu button:hover, .oc-menu button:focus,
.oc-menu ul a:hover, .oc-menu ul a:focus {
  border-left-color: white;
  text-decoration: none;
  outline: 0; }

.oc-menu button[aria-selected="true"] {
  background-color: white;
  color: #083a81; }

.oc-menu button:not(.oc-menu--close-level)[aria-selected="true"]:after {
  background-image: url("Images/arrow_right_blue1.svg"); }

.oc-menu--level-wrap[data-level="1"] li > span,
.oc-menu--level-wrap[data-level="1"] button,
.oc-menu--level-wrap[data-level="1"] ul a {
  font-size: 20px; }

.oc-menu--level-wrap[data-level="2"] li > span,
.oc-menu--level-wrap[data-level="2"] button,
.oc-menu--level-wrap[data-level="2"] ul a {
  font-size: 19px; }

.oc-menu--level-wrap[data-level="0"] {
  display: flex;
  flex-direction: column; }

.oc-menu--level-wrap[data-level="0"] > ul {
  position: static;
  flex: 1 0 auto;
  margin-bottom: 25px; }

.oc-menu--level-wrap[data-level="0"] > h3 {
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 0 12.5%; }

.oc-menu--portal-links {
  width: 100%;
  flex: 0 0 auto; }

.oc-menu--portal-links h3 {
  margin-top: 0; }

.oc-menu--portal-links span,
.oc-menu--portal-links a {
  display: block; }

.oc-menu--portal-links > a {
  padding: 32px 12.5%; }

.oc-menu--portal-links > a:nth-child(1) {
  background-color: #5c2874; }

.oc-menu--portal-links > a:nth-child(2) {
  background-color: #792573; }

.oc-menu--portal-links a {
  color: white; }

.oc-menu--portal-links a:hover, .oc-menu--portal-links a:focus {
  text-decoration: none; }

.oc-menu--duped {
  font-weight: bold; }

.oc-menu span.oc-menu--root-line,
button.oc-menu--root-line,
ul a.oc-menu--root-line {
  background-color: #96abca;
  color: #000; }

button.oc-menu--root-line:after {
  background-image: url("Images/arrow_right_black.svg"); }

.oc-menu span.oc-menu--root-line.oc-menu--active {
  background-color: white;
  color: #083a81; }

.oc-menu--external-link {
  position: relative;
  padding-left: 1.7em;
  margin-top: 0.25em; }

.oc-menu--external-link:before {
  content: '';
  background-image: url("/fileadmin/Public/Css/Images/icon-external-white.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
  display: inline-block;
  width: 1.5em;
  height: 1.3em;
  position: absolute;
  top: 1px;
  left: 0; }

.oc-menu--external-link:hover,
.oc-menu--external-link:focus {
  color: white; }

.oc-menu--portal-links a:hover .oc-menu--external-link,
.oc-menu--portal-links a:focus .oc-menu--external-link {
  text-decoration: underline; }

.oc-menu--portal-links a:hover .oc-menu--external-link:before,
.oc-menu--portal-links a:focus .oc-menu--external-link:before {
  background-image: url("/fileadmin/Public/Css/Images/icon-external-white_hover.png"); }

.oc-menu--link {
  display: block;
  margin-top: 10px;
  text-align: center; }

.oc-menu--link button {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: bold;
  padding: 0;
  background: transparent;
  border: none; }

.oc-menu--link button:focus,
.oc-menu--link button:hover {
  text-decoration: underline; }

.oc-menu--link button i.fa {
  margin-right: 10px;
  width: 2rem;
  height: 2rem;
  font-size: 1.5rem;
  line-height: 1;
  vertical-align: middle;
  color: #222;
  position: relative;
  top: -2px; }

.oc-menu--link button i.fa::before {
  display: inline-block;
  position: relative;
  top: 0.19rem; }

.oc-menu--link button.oc-menu--close i.fa {
  background-color: #083a81;
  border-radius: 50%;
  color: white; }

.oc-menu--meta-nav ul {
  position: static; }

.oc-menu--meta-nav ul li {
  display: block;
  float: none; }

.oc-menu--meta-nav .lang-selector > .icon {
  display: none; }

.oc-menu--meta-nav .lang-selector .dropdown-menu {
  background-color: rgba(255, 255, 255, 0.1);
  border: none;
  margin: 0; }

.oc-menu--meta-nav .lang-selector .dropdown-menu > li > a:hover,
.oc-menu--meta-nav .lang-selector .dropdown-menu > li > a:focus {
  color: white; }

.oc-menu--meta-nav .lang-selector .dropdown-menu .active {
  background-image: url(Images/icon-dropdown-active-white.png);
  background-repeat: no-repeat;
  background-size: 1em auto;
  background-position: 1.5em 0.9em; }

.oc-menu--meta-nav .lang-selector .icon-carret:after {
  content: '';
  background: url("Images/icon-dropdown-closed.png") no-repeat 0 0 transparent;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  left: 5px; }

.oc-menu--meta-nav .lang-selector.open .icon-carret:after {
  background: url("Images/icon-dropdown-open.png") no-repeat 0 0 transparent; }

.oc-menu--meta-nav .lang-selector.open > a {
  border-left-color: transparent; }

.oc-menu--meta-nav .lang-selector.open > a:hover,
.oc-menu--meta-nav .lang-selector.open > a:focus {
  border-left-color: white; }

.oc-menu--meta-nav .simple a {
  background-image: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAQAAAAn3TzeAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAAMiIAADIiAR+gcTwAAAAHdElNRQfhAg0LBCoq5AoJAAABC0lEQVQ4y+2TsUrDUBSGv0QcRZC2kzGtBbW4Ci4+gL6CODlk9Em6OLp2EBx0EJwFdRRXW4WSpotKhww6RGt/F4tJ7oXGzv3udP5zvnOng7C+Az3oWx86k2fr26Wm/nhVvZi2qyy3xbQb5dnOz7jkqbBjZHv5wNS2cIxsbbJWw8SdrJUtWt/UrtjPjN5zTZyqE+44T9XLBLQc6XffE4880yUk5J0SJcokDIiYw6dKnXUaNPCAPrIR6VKB0JEu1NXI6Mfj30x6VIlZtPZGLtPgTqcx02ZaEe2Er386CccIVRToVB0NM8cRCsWZZKi2WjrUknBSdzOPzwoePqtssMAmL7zRpkNIj4iQz/HoD08YEa5kBPdEAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-size: 1em auto;
  background-position: 1.1em 1em; }

.oc-menu--meta-nav .sign a {
  background-image: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAiCAQAAAAJthr8AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAAMiIAADIiAR+gcTwAAAAHdElNRQfhAg0LBQjmn3qsAAACsElEQVQ4y42VX2jWZRTHP5tLlqTJ3AQlaC52sbmpwXBqUgRuBiYaif8mbg2LBCVFUIQKEtsuLI1CKW0hpEJRgdPV1DvndKxR4HAyaOzCXDBka8ts9ro+Xezx9d273/u689z8vuf5fX7nPIdznh8y6VVjh+880pMH31T1k8ehuRYkeTao+m1Qc1KjDToOXq5qZ1CfqfWSSZT9AcyLqyIuA8NUAgVcZgcwkxRRL4x9N6xuVSvFrd5TdV+qhItU/SCow6p+JH6jasw1Yq5PR6Evqlou4mZVT4ktqvY5S1zvqFej0HfVEaeIW1T9y5dtUrVVnBueP41Cb6oDLgyp6t8Oq1rnfPcG3/tRZ61UddTx1m+1b9mvaodl0WXabrL1qdc9GtTB1N1UlQANeMBXLPZi0E0WhrcKzc6a0A6bgXZiNPEbQzzBe/TQQAV9rOMa8BLL2EQptRPRQ5xmkBwKeINSngGOsBj4nXucZyVjRB83ktNd7C7bE1JuconrxhVtwOOuMkMeRq0jm38oozIe/T7fc44uNrI/eG7zE2dp5kHQIhZPqOodp/mUPyZ4PjZ7fIYZAnzH60knHuEEbcwgnwcsZwr7uZJclAyhiK7I0YvRzEVGyKSVXkb4L2nfqXb6OIupPTa6zWcTL5gP00J/hv59ZJd8YQzNopN09it13CGXCnJ4kgryWMEtWh9W+GjauN2etDYkOdUSq81J7OEvUmAd9oanfz0W79+k9j8UiZ6xxj22xXWDi6Lu4ZIw/YZ5HQq1/cpCi/3c+2GnPnroVvtzfEanW+1dVW+5WsS3/UU19by+6teqfinmedKYqi0uEHGtK9P/OHaq2ixivkdCJj84O6pMyWu3qo1BPe8ZVasmg+Iyh9RGpwdd7mtmTQ7F5+xXe8yI3s9M04Q9LKWNwVTb/wMJNVft16gY+wAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  background-size: 1em auto;
  background-position: 1em 1em; }

.oc-menu--meta-nav .lang-selector a.dropdown-toggle {
  background-image: url(Images/icon-lang-white.svg);
  background-repeat: no-repeat;
  background-size: auto 0.9em;
  background-position: 0.75em 1em; }

.oc-menu .oc-menu--level-wrap[data-level="0"] .oc-menu--meta-nav ul li a {
  font-size: 16px;
  background-color: transparent;
  padding-left: 48px;
  padding-top: 0.7em;
  padding-bottom: 0.7em; }

.oc-menu .oc-menu--level-wrap[data-level="0"] .oc-menu--meta-nav ul li a:hover, .oc-menu .oc-menu--level-wrap[data-level="0"] .oc-menu--meta-nav ul li a:focus {
  background-color: transparent; }

@media screen and (min-width: 800px) {
  .oc-menu li > span,
  .oc-menu button,
  .oc-menu ul a {
    font-size: 24px; }
  .oc-menu--level-wrap[data-level="1"] li > span,
  .oc-menu--level-wrap[data-level="1"] button,
  .oc-menu--level-wrap[data-level="1"] ul a {
    font-size: 21px; }
  .oc-menu--level-wrap[data-level="2"] li > span,
  .oc-menu--level-wrap[data-level="2"] button,
  .oc-menu--level-wrap[data-level="2"] ul a {
    font-size: 20px; }
  .oc-menu--meta-nav {
    display: none; } }

@media screen and (min-width: 769px) {
  .oc-menu--column-wrap {
    height: auto;
    min-height: 100%; }
  .oc-menu--level-wrap {
    height: auto;
    min-height: 46.875em;
    max-height: none;
    overflow-y: visible; }
  .oc-menu ul {
    position: static; } }

@media screen and (max-width: 768px) {
  .oc-menu .oc-menu--close-level {
    display: block; }
  .oc-menu {
    width: 300vw;
    margin-left: 0;
    transition: margin-left 0.3s ease-in-out; }
  .oc-menu[data-current-level="1"] {
    margin-left: -100vw; }
  .oc-menu[data-current-level="2"] {
    margin-left: -200vw; }
  .oc-menu[data-current-level="3"] {
    margin-left: -300vw; }
  .oc-menu--level-wrap {
    padding-top: 10px;
    min-height: 29rem; }
  .oc-menu--level-wrap[data-level="0"] {
    padding-top: 32px; }
  .oc-menu--level-wrap[data-level="0"] > h3 {
    font-size: 20px;
    padding: 0 7.5%;
    margin-bottom: 15px; }
  .oc-menu .oc-menu--level-wrap li > span,
  .oc-menu .oc-menu--level-wrap button,
  .oc-menu .oc-menu--level-wrap ul a {
    font-size: 16px;
    padding-right: 7.5%;
    padding-left: calc(7.5% - 10px);
    border-left-width: 10px; }
  .oc-menu .oc-menu--level-wrap[data-level="0"] li > span,
  .oc-menu .oc-menu--level-wrap[data-level="0"] button,
  .oc-menu .oc-menu--level-wrap[data-level="0"] ul a {
    font-size: 18px; }
  .oc-menu--portal-links {
    display: flex; }
  .oc-menu--portal-links > a {
    display: inline-block;
    width: 50%;
    padding: 25px 3%;
    font-size: 14px; }
  .oc-menu--portal-links > a h3 {
    font-size: 24px;
    margin-bottom: 0.65em; } }

@media screen and (max-width: 480px) {
  .oc-menu--level-wrap[data-level="0"] {
    padding-top: 20px; }
  .oc-menu--portal-links {
    display: block; }
  .oc-menu--portal-links > a {
    display: block;
    width: 100%;
    padding: 25px 7.5%;
    font-size: 12px; }
  .oc-menu--portal-links > a h3 {
    font-size: 20px; }
  .oc-menu--close-extra {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0; } }

/*
  ************************ Content **************************
*/
/*------------------------------------ unter 1440px bis 1024px -----------------------------------------*/
/* ------ Ueberschreiben ------ */
.static-sm-16 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px; }

@media (min-width: 100px) {
  .static-sm-16 {
    width: 94% !important;
    margin: 0 auto; } }

@media (min-width: 800px) {
  html, body {
    font-size: 16px !important; }
  .static-sm-16 {
    float: none;
    width: 738px !important; }
  .static-sm-16:before, .static-sm-16:after {
    content: " ";
    display: table; }
  .static-sm-16:after {
    clear: both; } }

.static-sm-24 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px; }

@media (min-width: 800px) {
  .static-sm-24 {
    float: none;
    width: 100%; }
  .static-sm-24:before, .static-sm-24:after {
    content: " ";
    display: table; }
  .static-sm-24:after {
    clear: both; } }

@media (min-width: 800px) {
  .static-sm-offset-4 {
    margin: 0 auto; } }

/* ------ Reset ------ */
.col-md-6 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px; }

@media (min-width: 1440px) {
  .col-md-6 {
    float: left;
    width: 25%; } }

@media (min-width: 1440px) {
  .col-md-offset-1 {
    margin-left: 4.1666666667%; } }

.col-md-14 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px; }

@media (min-width: 1440px) {
  .col-md-14 {
    float: left;
    width: 58.3333333333%; } }

@media (min-width: 1440px) {
  .col-md-offset-5 {
    margin-left: 20.8333333333%; } }

.col-md-24 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px; }

@media (min-width: 1440px) {
  .col-md-24 {
    float: left;
    width: 100%; } }

/* Overwrites Vendor/colorbox/colorbox.css */
#colorbox, #cboxWrapper {
  overflow: visible; }

#cboxLoadedContent {
  margin-bottom: 0px; }

#cboxOverlay {
  background: #000;
  opacity: 0.9;
  filter: alpha(opacity=90); }

#colorbox {
  outline: 0; }

#cboxContent {
  background: #fff;
  overflow: visible;
  /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
  /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */ }

#cboxContent .cboxIframe {
  background: #fff; }

#cboxContent #cboxError {
  padding: 50px;
  border: 1px solid #ccc; }

#cboxContent #cboxLoadingOverlay {
  background: url(images/loading_background.png) no-repeat center center; }

#cboxContent #cboxLoadingGraphic {
  background: url(images/loading.gif) no-repeat center center; }

#cboxContent #cboxTitle {
  position: relative;
  bottom: auto;
  left: 0;
  text-align: left;
  width: 100%;
  background-color: #462672;
  font-weight: bold;
  color: #fff; }

#cboxContent #cboxTitle i {
  width: 100%;
  display: inline-block;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: bold;
  background-color: #6e2272;
  padding: 10px 0px 10px 170px; }

#cboxContent #cboxTitle .caption-text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300;
  margin-top: 32px;
  padding: 0px 50px 0px 50px;
  color: #fff; }

#cboxContent #cboxTitle .caption-text a {
  color: #fff;
  text-decoration: underline; }

#cboxContent #cboxTitle .caption-copyright {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 200;
  border-top: 1px solid #fff;
  margin-top: 32px;
  padding: 12px 50px 50px 50px;
  color: #fff; }

#cboxContent #cboxCurrent {
  position: absolute;
  bottom: -32px;
  left: 10px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff; }

#cboxContent #cboxPrevious, #cboxContent #cboxNext, #cboxContent #cboxSlideshow, #cboxContent #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  position: absolute;
  bottom: -29px;
  background: url(images/controls.png) no-repeat 0px 0px;
  width: 23px;
  height: 23px;
  text-indent: -9999px; }

#cboxContent #cboxPrevious:active, #cboxContent #cboxNext:active, #cboxContent #cboxSlideshow:active, #cboxContent #cboxClose:active {
  outline: 0; }

#cboxContent #cboxPrevious {
  width: 50px;
  height: 50px;
  bottom: 44%;
  left: -15px;
  background: url(Images/icon-back-white.png) no-repeat 0px 0px; }

#cboxContent #cboxNext {
  width: 50px;
  height: 50px;
  bottom: 44%;
  right: -15px;
  background: url(Images/icon-forward-white.png) no-repeat 0px 0px; }

#cboxContent #cboxClose {
  background: url(Images/icon-close-lilac.png) no-repeat 0px 0px;
  width: 50px;
  height: 50px;
  top: -15px;
  bottom: auto;
  right: -15px;
  background-position: 0px 0px; }

#cboxContent .cboxSlideshow_on #cboxSlideshow {
  background-position: -125px 0px;
  right: 27px; }

#cboxContent .cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -150px 0px; }

#cboxContent .cboxSlideshow_off #cboxSlideshow {
  background-position: -150px -25px;
  right: 27px; }

#cboxContent .cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -125px 0px; }

@media screen and (min-width: 1024px) {
  #cboxContent #cboxCurrent {
    left: 50px; }
  #cboxContent #cboxPrevious {
    left: -75px; }
  #cboxContent #cboxNext {
    right: -75px; }
  #cboxContent #cboxClose {
    top: -75px;
    right: 0; } }

/*------------------------------------ Startseite -----------------------------------------*/
.content {
  z-index: 6; }

.content .standard {
  border-top: 1px solid #000; }

.content.start-page .stage .stage-wrapper .slides {
  background-color: #6e2272; }

.content .stage .flexslider {
  margin: 0;
  background-color: #462672;
  border: 0px none;
  position: relative;
  zoom: 1;
  border-radius: 0;
  -o-box-shadow: none;
  box-shadow: none; }

.content .stage:not(.element-box) .stage-wrapper li {
  flex-direction: column; }

@media (min-width: 800px) {
  .content .stage:not(.element-box) .stage-wrapper li {
    flex-direction: row; } }

.content .stage .stage-wrapper li {
  display: flex !important;
  /* mediaquery */
  flex-direction: column-reverse;
  /*
        .m-lower {
          min-height: 32vw;
        }
*/ }

.content .stage .stage-wrapper li.text-quote {
  flex-direction: column-reverse;
  flex-direction: column; }

.content .stage .stage-wrapper li.text-quote-img {
  flex-direction: column-reverse;
  flex-direction: column; }

.content .stage .stage-wrapper li.text-quote-img > div {
  display: flex; }

.content .stage .stage-wrapper li.text-quote-img .figure {
  /* display: none; */ }

.content .stage .stage-wrapper .stage-text {
  display: inline-block;
  width: 100%;
  min-height: 360px;
  height: auto;
  /* mediaquery */
  /* padding: 20px $padding-mobile 60px $padding-mobile; */
  padding: 14px 10px 60px 10px;
  height: 22vw;
  /* change request */
  height: auto;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 200; }

.content .stage .stage-wrapper .stage-text h2 {
  /* mediaquery */
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.25;
  margin-top: 8px;
  margin-bottom: 19px;
  font-weight: bold; }

.content .stage .stage-wrapper .stage-text h3 {
  margin-bottom: 10px; }

.content .stage .stage-wrapper .stage-text strong {
  font-weight: bold; }

.content .stage .stage-wrapper .stage-text strong:first-child {
  line-height: 1; }

.content .stage .stage-wrapper .stage-text p {
  display: none;
  color: #fff; }

.content .stage .stage-wrapper .stage-text .link-wrapper {
  display: inline-block;
  margin-top: 10px; }

.content .stage .stage-wrapper .stage-text .link-wrapper a {
  color: #fff;
  position: relative;
  display: inline-block; }

.content .stage .stage-wrapper .stage-text .link-wrapper a:hover, .content .stage .stage-wrapper .stage-text .link-wrapper a:focus, .content .stage .stage-wrapper .stage-text .link-wrapper a:active {
  text-decoration: none; }

.content .stage .stage-wrapper .stage-text .link-wrapper a .icon-link {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: bold;
  border-bottom: 1px solid transparent;
  margin-left: 32px;
  padding-left: 0; }

.content .stage .stage-wrapper .stage-text .link-wrapper a:hover .icon-link {
  border-bottom: 1px solid #fff; }

.content .stage .stage-wrapper .stage-text .link-wrapper a .icon-link {
  display: inline; }

.content .stage .stage-wrapper .stage-text .link-wrapper a .icon-link:after {
  content: url("Images/icon-internal-white.png");
  position: absolute;
  left: 0;
  top: 2px; }

.content .stage .stage-wrapper .stage-text .link-wrapper a:hover .icon-link, .content .stage .stage-wrapper .stage-text .link-wrapper a:focus .icon-link, .content .stage .stage-wrapper .stage-text .link-wrapper a:active .icon-link {
  color: #fff; }

.content .stage .stage-wrapper .stage-text .link-wrapper a:hover .icon-link:after, .content .stage .stage-wrapper .stage-text .link-wrapper a:focus .icon-link:after, .content .stage .stage-wrapper .stage-text .link-wrapper a:active .icon-link:after {
  content: url("Images/icon-internal-white_hover.png"); }

.content .stage .stage-wrapper .stage-text .link-wrapper a .icon-link.external:after {
  top: 2px;
  content: url("Images/icon-external-white.png"); }

.content .stage .stage-wrapper .stage-text .link-wrapper a:hover .icon-link.external:after, .content .stage .stage-wrapper .stage-text .link-wrapper a:focus .icon-link.external:after, .content .stage .stage-wrapper .stage-text .link-wrapper a:active .icon-link.external:after {
  content: url("Images/icon-external-white_hover.png"); }

.content .stage .stage-wrapper .stage-text blockquote {
  border: none;
  padding: 0;
  margin-top: 0.5em;
  margin-bottom: 1em; }

.content .stage .stage-wrapper .stage-text blockquote p {
  font-weight: bold;
  font-size: 19.5px;
  font-size: 1.21875rem;
  line-height: 1.333333;
  hyphens: auto; }

@media (min-width: 1440px) {
  .content .stage .stage-wrapper .stage-text blockquote p {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.333333; } }

.content .stage .stage-wrapper .stage-text blockquote p:before {
  content: '„'; }

.content .stage .stage-wrapper .stage-text blockquote p:after {
  content: '“'; }

.content .stage .stage-wrapper .stage-text blockquote ~ .link-wrapper {
  margin-top: 0em; }

@media (max-width: 799px) {
  .content .stage .stage-wrapper .stage-text.stage-text.stage-text blockquote p,
  .content .stage .stage-wrapper .stage-text.stage-text.stage-text p.stagequote--attribution {
    display: block;
    font-size: 70%;
    margin-bottom: 0;
    hyphens: auto; } }

.content .stage .stage-wrapper .stage-pict {
  /* Version 1 */
  min-height: 636px;
  /* Version 2 */
  min-height: auto;
  min-height: unset;
  width: 100%;
  /* Background images */ }

.content .stage .stage-wrapper .stage-pict img {
  width: 100%;
  /* Version 1 */
  /*
          min-height: 636px;
          object-fit: cover;
*/
  /* Version 2 */
  height: auto; }

.content .stage .stage-wrapper .stage-pict iframe {
  /* top: 0 !important; */
  width: 100%;
  /* Beide raus nach .content .stage .flexslider + js anpassen */
  /*
          min-height: 636px;
          height: 43vw;
*/ }

.content .stage .stage-wrapper .stage-pict .bg-img {
  /* image: url('Images/stage-slider/start-stage.jpg'); */
  background-position: center center;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  /* min-height: 636px; */
  min-height: auto;
  min-height: unset;
  height: 100%;
  height: 48.855vw;
  height: 44vw;
  /* change request */
  height: auto; }

.content .stage .stage-wrapper .stage-pict figcaption {
  background-color: #6e2272;
  color: #fff;
  position: relative; }

.content .stage .stage-wrapper .stage-pict figcaption span {
  position: absolute;
  display: inline-block;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4); }

.content .stage .stage-wrapper figcaption {
  background-color: #6e2272;
  color: #fff;
  position: relative; }

.content .stage .stage-wrapper figcaption span {
  position: absolute;
  display: inline-block;
  right: 0;
  top: -26px;
  background-color: rgba(0, 0, 0, 0.4); }

.content .stage .stage-wrapper .stage-text.blockquote {
  min-height: auto;
  min-height: unset;
  padding-top: 20px;
  padding-bottom: 20px !important; }

.content .stage .stage-wrapper .stage-text.blockquote h2 {
  font-size: 19.5px;
  font-size: 1.21875rem;
  line-height: 1.333333;
  margin-top: 6px;
  margin-bottom: 0px;
  font-weight: normal; }

.content .stage .stage-wrapper .stage-quote {
  /* mediaquery */
  /*  min-height: 636px; */
  min-height: auto;
  min-height: unset;
  margin-bottom: 0px;
  /* padding: 20px $padding-mobile 20px $padding-mobile; */
  padding: 20px 10px 60px 10px;
  color: #fff;
  /* mediaquery */
  /* height: 44.1725vw; */ }

.content .stage .stage-wrapper .stage-quote blockquote {
  border-left: none;
  padding-bottom: 0px;
  padding-top: 0px;
  margin-bottom: 0px; }

.content .stage .stage-wrapper .stage-quote blockquote p {
  font-size: 19.5px;
  font-size: 1.21875rem;
  line-height: 1.333333;
  /*
              @include font-size(26px);
              @include line-height(34px);
*/
  font-weight: bold;
  color: #fff; }

.content .stage .stage-wrapper .video {
  position: static;
  height: auto;
  /* top: 0 !important; */ }

.content .stage .stage-wrapper .video .video-wrapper.embed-responsive {
  overflow: visible;
  /* top: 5vw; */ }

.content .stage .stage-wrapper .video .video-wrapper.embed-responsive .video-start img {
  -o-object-fit: cover;
  object-fit: cover; }

.content .stage .custom-navigation {
  min-height: 60px;
  position: absolute;
  bottom: 30px;
  display: table;
  width: calc(100% - 10px);
  /* mediaquery */
  padding-right: 10px;
  padding-left: 10px;
  table-layout: fixed; }

.content .stage .custom-navigation .flex-prev {
  color: #fff;
  display: table-cell; }

.content .stage .custom-navigation .flex-prev .icon-link {
  display: inline-block; }

.content .stage .custom-navigation .flex-prev .icon-link:before {
  content: url("Images/icon-slider-prev.png");
  position: relative;
  top: 2px;
  padding-right: 8px; }

.content .stage .custom-navigation .flex-prev .icon-link:before {
  display: flex;
  display: inline;
  width: 35px;
  height: 35px; }

.content .stage .custom-navigation .flex-prev:hover .icon-link {
  color: #502572; }

.content .stage .custom-navigation .flex-prev:hover .icon-link:before {
  content: url("Images/icon-slider-prev_hover.png"); }

.content .stage .custom-navigation .flex-prev:active .icon-link {
  color: #502572; }

.content .stage .custom-navigation .flex-prev:active .icon-link:before {
  content: url("Images/icon-slider-prev_hover.png"); }

.content .stage .custom-navigation .flex-prev:focus .icon-link {
  color: #502572; }

.content .stage .custom-navigation .flex-prev:focus .icon-link:before {
  content: url("Images/icon-slider-prev_hover.png"); }

.content .stage .custom-navigation .flex-prev:active .icon-link {
  color: #fff; }

.content .stage .custom-navigation .flex-prev:active .icon-link:before {
  content: url("Images/icon-slider-prev.png"); }

.content .stage .custom-navigation .flex-prev:focus .icon-link {
  color: #fff; }

.content .stage .custom-navigation .flex-prev:focus .icon-link:before {
  content: url("Images/icon-slider-prev.png"); }

.content .stage .custom-navigation .flex-next {
  color: #fff;
  display: table-cell;
  text-align: right; }

.content .stage .custom-navigation .flex-next .icon-link {
  display: inline-block; }

.content .stage .custom-navigation .flex-next .icon-link:before {
  content: url("Images/icon-slider-next.png");
  position: relative;
  top: 2px;
  padding-right: 8px; }

.content .stage .custom-navigation .flex-next .icon-link:before {
  padding-right: 0;
  display: flex;
  display: inline;
  width: 35px;
  height: 35px; }

.content .stage .custom-navigation .flex-next:hover .icon-link {
  color: #502572; }

.content .stage .custom-navigation .flex-next:hover .icon-link:before {
  content: url("Images/icon-slider-next_hover.png"); }

.content .stage .custom-navigation .flex-next:active .icon-link {
  color: #502572; }

.content .stage .custom-navigation .flex-next:active .icon-link:before {
  content: url("Images/icon-slider-next_hover.png"); }

.content .stage .custom-navigation .flex-next:focus .icon-link {
  color: #502572; }

.content .stage .custom-navigation .flex-next:focus .icon-link:before {
  content: url("Images/icon-slider-next_hover.png"); }

.content .stage .custom-navigation .flex-next:active .icon-link {
  color: #fff; }

.content .stage .custom-navigation .flex-next:active .icon-link:before {
  content: url("Images/icon-slider-next.png"); }

.content .stage .custom-navigation .flex-next:focus .icon-link {
  color: #fff; }

.content .stage .custom-navigation .flex-next:focus .icon-link:before {
  content: url("Images/icon-slider-next.png"); }

.content .stage .custom-navigation .custom-controls-container {
  display: table-cell;
  padding-right: 4.16667%;
  width: 76%; }

.content .stage .custom-navigation .custom-controls-container .flex-control-nav {
  position: relative;
  top: 10px;
  bottom: auto; }

.content .stage .custom-navigation .custom-controls-container .flex-control-paging li {
  padding-left: 4px; }

.content .stage .custom-navigation .custom-controls-container .flex-control-paging li a {
  background: white;
  border: 2px solid transparent; }

.content .stage .custom-navigation .custom-controls-container .flex-control-paging li a.flex-active {
  background: transparent;
  border: 2px solid #fff; }

.content .themes {
  color: #fff;
  background-color: #462672;
  display: inline-block;
  width: 100%;
  padding: 20px 10px 30px 10px;
  /* element-box */
  margin-bottom: 40px; }

@media (min-width: 800px) {
  .content .themes {
    padding: 30px 0px 30px 0px;
    /* element-box */
    margin-bottom: 75px; } }

.content .themes h2 {
  font-size: 19.5px;
  font-size: 1.21875rem;
  line-height: 1.333333;
  font-weight: bold;
  margin-top: 11px; }

@media (min-width: 800px) {
  .content .themes h2 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.333333;
    margin-top: 0;
    margin-bottom: 0; } }

@media (min-width: 1024px) {
  .content .themes h2 {
    margin-top: 7px; } }

.content .themes .themes-selection--control {
  width: 100%;
  padding: 10px 18px;
  background: transparent;
  border: 1px solid white;
  text-align: left;
  position: relative;
  color: white;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5; }

.content .themes .themes-selection--control:after {
  content: url("Images/icon-down-white.png");
  position: absolute;
  width: 16px;
  height: 10px;
  right: 16px;
  top: 8px; }

.content .themes .themes-selection--control:hover {
  text-decoration: underline; }

.content .themes .themes-selection--control:hover, .content .themes .themes-selection--control:focus {
  background-color: white;
  color: #111; }

.content .themes .themes-selection--control:hover:after, .content .themes .themes-selection--control:focus:after {
  content: url("Images/icon-down-black.png"); }

.content .themes .open .themes-selection--control:after {
  content: url("Images/icon-up-black.png"); }

.content .themes .themes-selection--dropdown {
  width: 100%;
  box-shadow: none;
  background: #e8e8e8;
  margin-top: 1px;
  padding-top: 0px;
  padding-bottom: 0px;
  border: none; }

.content .themes .themes-selection--dropdown li > a {
  padding: 6px 20px;
  line-height: 1.5;
  font-size: 18px;
  font-size: 1.125rem;
  text-decoration: none; }

.content .themes .themes-selection--dropdown.collapsing, .content .themes .themes-selection--dropdown.collapse {
  padding: 0;
  overflow: hidden;
  position: absolute;
  z-index: 1; }

.content .themes .themes-selection--dropdown .panel {
  margin: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  display: block; }

.content .themes .themes-selection--dropdown > li:first-child {
  margin-top: 20px; }

.content .themes .themes-selection--dropdown > li:last-child {
  margin-bottom: 20px; }

.content .themes .themes-selection--dropdown h3 {
  margin: 0.4em 0 0 0;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5; }

.content .themes .themes-selection--dropdown button {
  border: none;
  padding: 5px 20px 6px;
  background: transparent;
  color: #111;
  display: block;
  width: 100%;
  text-align: left; }

.content .themes .themes-selection--dropdown button:hover {
  background-color: #2e2672;
  color: white; }

.content .themes .themes-selection--dropdown button:focus {
  background-color: #2e2672;
  color: white; }

.content .themes .themes-selection--dropdown a {
  display: block;
  color: #111; }

.content .themes .themes-selection--dropdown a:hover, .content .themes .themes-selection--dropdown a:focus {
  background-color: #502572;
  color: white; }

.content .themes .themes-selection--dropdown li ul {
  list-style: none;
  padding: 0; }

@media (min-width: 800px) {
  .content .themes .themes-selection .dropdown {
    max-width: 540px; } }

@media (min-width: 800px) and (max-width: 1200px) {
  .content .themes .themes-selection .dropdown {
    max-width: calc(100% - 4.16667vw); } }

.content .current {
  /* element-box */
  /* header-offset */
  /* margin-bottom: 140px; */
  /* Ausnahme. header ohne col-sm-offset. Offset in h2*/ }

.content .current header {
  margin-bottom: 10px; }

.content .current header h2 {
  font-size: 32.5px;
  font-size: 2.03125rem;
  line-height: 52px;
  margin-left: 10px;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 30px; }

.content .current header .link-wrapper {
  display: inline-block;
  margin-left: 12px; }

.content .current header .link-wrapper a {
  position: relative;
  display: inline-block; }

.content .current header .link-wrapper a:hover, .content .current header .link-wrapper a:focus, .content .current header .link-wrapper a:active {
  text-decoration: none; }

.content .current header .link-wrapper a .icon-link {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: bold;
  border-bottom: 1px solid transparent;
  margin-left: 32px;
  padding-left: 0; }

.content .current header .link-wrapper a:hover .icon-link {
  border-bottom: 1px solid #502572; }

.content .current header .link-wrapper a .icon-link {
  display: inline; }

.content .current header .link-wrapper a .icon-link:after {
  content: url("Images/icon-internal-lilac.png");
  position: absolute;
  left: 0;
  top: 2px; }

.content .current header .link-wrapper a:hover .icon-link, .content .current header .link-wrapper a:focus .icon-link, .content .current header .link-wrapper a:active .icon-link {
  color: #502572; }

.content .current header .link-wrapper a:hover .icon-link:after, .content .current header .link-wrapper a:focus .icon-link:after, .content .current header .link-wrapper a:active .icon-link:after {
  content: url("Images/icon-internal-lilac_hover.png"); }

.content .current .article {
  color: #fff;
  padding: 30px 10px 30px 10px;
  min-height: auto;
  min-height: unset; }

.content .current .article .header {
  margin-bottom: 0px; }

.content .current .article .header .date-cat {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  margin-bottom: 12px; }

.content .current .article .header .date-cat .cat {
  display: inline-block;
  margin: 0px;
  padding-right: 10px;
  font-weight: bold; }

.content .current .article .header .date-cat .date {
  font-weight: normal; }

.content .current .article .link-wrapper {
  margin-left: 2px;
  max-width: 100%; }

.content .current .article .link-wrapper a {
  color: #fff;
  max-width: 100%;
  position: relative;
  display: inline-block; }

.content .current .article .link-wrapper a:hover, .content .current .article .link-wrapper a:focus, .content .current .article .link-wrapper a:active {
  text-decoration: none; }

.content .current .article .link-wrapper a .icon-link {
  font-size: 19.5px;
  font-size: 1.21875rem;
  line-height: 1.333333;
  font-weight: bold;
  border-bottom: 1px solid transparent;
  margin-left: 32px;
  padding-left: 0; }

.content .current .article .link-wrapper a:hover .icon-link {
  border-bottom: 1px solid #fff; }

.content .current .article .link-wrapper a .icon-link {
  display: inline; }

.content .current .article .link-wrapper a .icon-link:after {
  content: url("Images/icon-header-internal-white.png");
  position: absolute;
  left: 0;
  top: 4px; }

.content .current .article .link-wrapper a:hover .icon-link, .content .current .article .link-wrapper a:focus .icon-link, .content .current .article .link-wrapper a:active .icon-link {
  color: #fff; }

.content .current .article .link-wrapper a:hover .icon-link:after, .content .current .article .link-wrapper a:focus .icon-link:after, .content .current .article .link-wrapper a:active .icon-link:after {
  content: url("Images/icon-header-internal-white_hover.png"); }

.content .current .article .link-wrapper a h3 {
  margin: 0; }

.content .quick-links {
  color: #fff;
  background-color: #462672;
  width: 100%;
  min-height: 95px;
  /* element-box */
  margin-bottom: 140px;
  padding-bottom: 20px;
  display: inline-block; }

.content .quick-links h2 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.333333;
  margin: 32px 0 26px 20px;
  font-weight: bold; }

.content .quick-links ul {
  display: inline-block;
  padding-left: 0;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-left: 0px;
  display: block; }

.content .quick-links ul li {
  list-style-type: none;
  float: left;
  padding-left: 0px;
  position: relative;
  margin-right: 0px; }

.content .quick-links ul li.appointments a .icon {
  display: block; }

.content .quick-links ul li.appointments a .icon:before {
  content: url("Images/icon-calendar.png");
  position: absolute;
  left: 0px;
  top: 10px; }

.content .quick-links ul li.appointments a .icon:before {
  padding-right: 0px;
  left: 28px; }

.content .quick-links ul li.appointments a:hover {
  background-color: #fff;
  color: #462672;
  text-decoration: none; }

.content .quick-links ul li.appointments a:hover .icon {
  border-bottom: 1px solid #462672; }

.content .quick-links ul li.appointments a:hover .icon:before {
  content: url("Images/icon-calendar_hover.png"); }

.content .quick-links ul li.appointments a:active .icon:before {
  content: url("Images/icon-calendar_hover.png"); }

.content .quick-links ul li.appointments a:focus .icon:before {
  content: url("Images/icon-calendar_hover.png"); }

.content .quick-links ul li.logos a .icon {
  display: block; }

.content .quick-links ul li.logos a .icon:before {
  content: url("Images/icon-logos.png");
  position: absolute;
  left: 0px;
  top: 10px; }

.content .quick-links ul li.logos a .icon:before {
  padding-right: 0px;
  left: 28px; }

.content .quick-links ul li.logos a:hover {
  background-color: #fff;
  color: #462672;
  text-decoration: none; }

.content .quick-links ul li.logos a:hover .icon {
  border-bottom: 1px solid #462672; }

.content .quick-links ul li.logos a:hover .icon:before {
  content: url("Images/icon-logos_hover.png"); }

.content .quick-links ul li.logos a:active .icon:before {
  content: url("Images/icon-logos_hover.png"); }

.content .quick-links ul li.logos a:focus .icon:before {
  content: url("Images/icon-logos_hover.png"); }

.content .quick-links ul li.graphics a .icon {
  display: block; }

.content .quick-links ul li.graphics a .icon:before {
  content: url("Images/icon-graphics.png");
  position: absolute;
  left: 0px;
  top: 10px; }

.content .quick-links ul li.graphics a .icon:before {
  padding-right: 0px;
  left: 28px; }

.content .quick-links ul li.graphics a:hover {
  background-color: #fff;
  color: #462672;
  text-decoration: none; }

.content .quick-links ul li.graphics a:hover .icon {
  border-bottom: 1px solid #462672; }

.content .quick-links ul li.graphics a:hover .icon:before {
  content: url("Images/icon-graphics_hover.png"); }

.content .quick-links ul li.graphics a:active .icon:before {
  content: url("Images/icon-graphics_hover.png"); }

.content .quick-links ul li.graphics a:focus .icon:before {
  content: url("Images/icon-graphics_hover.png"); }

.content .quick-links ul li .icon {
  padding-top: 34px;
  border-bottom: 1px solid transparent; }

.content .quick-links ul li a {
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: bold;
  display: block;
  padding: 0 100px 0 103px;
  height: 95px; }

.content .quick-links ul li:last-child {
  margin-right: 0px; }

.content .infographic {
  /* element-box */
  /* header-offset */
  margin-bottom: 140px; }

.content .infographic .header {
  font-size: 32px;
  font-size: 2rem;
  /* mediaquery - col-sm-offset = 0 */
  margin-left: 10px;
  margin-bottom: 10px; }

.content .infographic .header h2 {
  font-size: 32.5px;
  font-size: 2.03125rem;
  line-height: 52px;
  display: inline-block;
  margin: 0; }

.content .infographic .header .link-wrapper {
  display: inline-block;
  margin-left: 6px;
  line-height: 20px;
  /* Abstandproblem */ }

.content .infographic .header .link-wrapper a {
  position: relative;
  display: inline-block; }

.content .infographic .header .link-wrapper a:hover, .content .infographic .header .link-wrapper a:focus, .content .infographic .header .link-wrapper a:active {
  text-decoration: none; }

.content .infographic .header .link-wrapper a .icon-link {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: bold;
  border-bottom: 1px solid transparent;
  margin-left: 32px;
  padding-left: 0px; }

.content .infographic .header .link-wrapper a:hover .icon-link {
  border-bottom: 1px solid #502572;
  /* border-bottom: 1px solid $color;
    border-bottom: 1px solid $link-color; */ }

.content .infographic .header .link-wrapper a .icon-link {
  display: inline; }

.content .infographic .header .link-wrapper a .icon-link:before {
  content: url("Images/icon-internal-lilac.png");
  position: absolute;
  left: 0px;
  top: 3px; }

.content .infographic .header .link-wrapper a:hover .icon-link {
  color: #502572; }

.content .infographic .header .link-wrapper a:hover .icon-link:before {
  content: url("Images/icon-internal-lilac_hover.png"); }

.content .infographic .header .link-wrapper a:active .icon-link {
  color: #502572; }

.content .infographic .header .link-wrapper a:active .icon-link:before {
  content: url("Images/icon-internal-lilac_hover.png"); }

.content .infographic .header .link-wrapper a:focus .icon-link {
  color: #502572; }

.content .infographic .header .link-wrapper a:focus .icon-link:before {
  content: url("Images/icon-internal-lilac_hover.png"); }

.content .infographic .figure {
  background-color: #009BDB; }

.content .infographic .figure img {
  margin: 0 auto;
  width: 100%;
  height: auto; }

.content .management-news {
  /* element-box */
  /* header-offset */
  margin-bottom: 140px;
  clear: both;
  float: none;
  border-bottom: 1px solid #aaa;
  /* Ausnahme. header ohne col-sm-offset. Offset in h2*/ }

.content .management-news header {
  margin-bottom: 40px; }

.content .management-news header h2 {
  font-size: 32.5px;
  font-size: 2.03125rem;
  line-height: 52px;
  padding-left: 10px;
  display: inline-block;
  margin: 0; }

.content .management-news .mgnt {
  display: table;
  width: 100%;
  height: auto;
  margin-bottom: 60px; }

.content .management-news .mgnt .mgnt-text {
  padding-right: 0px; }

.content .management-news .mgnt .mgnt-text h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.333333;
  padding-left: 10px;
  margin-top: 50px;
  margin-bottom: 36px;
  margin-top: 20px;
  margin-bottom: 14px; }

.content .management-news .mgnt .mgnt-text p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: normal;
  margin-bottom: 5px;
  padding-left: 10px; }

.content .management-news .mgnt .mgnt-text .link-wrapper {
  padding-left: 10px; }

.content .management-news .mgnt .mgnt-text .link-wrapper a {
  color: #502572;
  position: relative;
  display: inline-block; }

.content .management-news .mgnt .mgnt-text .link-wrapper a:hover, .content .management-news .mgnt .mgnt-text .link-wrapper a:focus, .content .management-news .mgnt .mgnt-text .link-wrapper a:active {
  text-decoration: none; }

.content .management-news .mgnt .mgnt-text .link-wrapper a .icon-link {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.333333;
  font-weight: bold;
  border-bottom: 1px solid transparent;
  margin-left: 32px;
  padding-left: 0; }

.content .management-news .mgnt .mgnt-text .link-wrapper a:hover .icon-link {
  border-bottom: 1px solid #502572; }

.content .management-news .mgnt .mgnt-text .link-wrapper a .icon-link {
  display: inline; }

.content .management-news .mgnt .mgnt-text .link-wrapper a .icon-link:after {
  content: url("Images/icon-internal-lilac.png");
  position: absolute;
  left: 0;
  top: 3px; }

.content .management-news .mgnt .mgnt-text .link-wrapper a:hover .icon-link, .content .management-news .mgnt .mgnt-text .link-wrapper a:focus .icon-link, .content .management-news .mgnt .mgnt-text .link-wrapper a:active .icon-link {
  color: #502572; }

.content .management-news .mgnt .mgnt-text .link-wrapper a:hover .icon-link:after, .content .management-news .mgnt .mgnt-text .link-wrapper a:focus .icon-link:after, .content .management-news .mgnt .mgnt-text .link-wrapper a:active .icon-link:after {
  content: url("Images/icon-internal-lilac_hover.png"); }

.content .management-news .mgnt .mgnt-text .link-wrapper a .icon-link.external::after {
  content: url("Images/icon-external-lilac.png"); }

.content .management-news .mgnt .mgnt-text .link-wrapper a:hover .icon-link.external::after, .content .management-news .mgnt .mgnt-text .link-wrapper a:focus .icon-link.external::after, .content .management-news .mgnt .mgnt-text .link-wrapper a:active .icon-link.external::after {
  content: url("Images/icon-external-lilac_hover.png"); }

.content .management-news .mgnt .mgnt-text form {
  padding-left: 10px;
  position: relative; }

.content .management-news .mgnt .mgnt-text form .form-group label {
  margin-bottom: 8px; }

.content .management-news .mgnt .mgnt-text form .form-group input {
  width: calc(100% - 10px);
  height: 40px;
  margin-bottom: 20px;
  margin-right: 10px; }

.content .management-news .mgnt .mgnt-text form .btn-default {
  /*
            border-color: #000;
            height: 40px;

            color: #fff;
            background-color: #522a73;
            border-color: transparent;
            height: auto;
            padding: 12px 44px;
*/
  width: 40px;
  height: 40px;
  padding: 0px;
  position: absolute;
  top: 30px;
  right: 10px;
  text-indent: -9999;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  background-color: transparent;
  background-image: url("Images/icon-internal-lilac.png");
  background-position: center center;
  background-repeat: no-repeat;
  border: none;
  /*
            &:active {
              color: $link-color;
              background-color: #fff;
              border-color: #522a73;
            }
            &:focus {
              color: $link-color;
              background-color: #fff;
              border-color: #522a73;
            }
*/ }

.content .management-news .mgnt .mgnt-text form .btn-default:before {
  /*
              content: url('Images/icon-internal-lilac.png');
              position: absolute;
              width: 20px;
              height: 40px;
              top: 40px;
              right: 30px;
              cursor: pointer;
*/ }

.content .management-news .mgnt .mgnt-text form .btn-default:hover {
  background-image: url("Images/icon-internal-lilac_hover.png"); }

.content .management-news .mgnt .figure {
  display: table-caption;
  caption-side: top;
  margin-top: 0px;
  width: 100%; }

.content .management-news .mgnt .figure img {
  width: 100%; }

.content .management-news .mgnt .figure figcaption {
  background-color: #6e2272;
  color: #fff;
  position: relative; }

.content .management-news .mgnt .figure figcaption span {
  position: absolute;
  display: inline-block;
  right: 0;
  top: -26px;
  background-color: rgba(0, 0, 0, 0.4); }

.content .local {
  /* element-box */
  /* header-offset */
  /* margin-bottom: 140px; */ }

.content .local .header {
  margin-left: 10px;
  margin-bottom: 20px;
  margin-right: 32px; }

.content .local .header h2 {
  font-size: 32.5px;
  font-size: 2.03125rem;
  line-height: 52px;
  display: inline-block;
  margin: 0;
  margin-right: 4.16667%; }

.content .local .header .link-wrapper {
  display: inline-block;
  margin-left: 0px; }

.content .local .header .link-wrapper a {
  position: relative;
  display: inline-block; }

.content .local .header .link-wrapper a:hover, .content .local .header .link-wrapper a:focus, .content .local .header .link-wrapper a:active {
  text-decoration: none; }

.content .local .header .link-wrapper a .icon-link {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: bold;
  border-bottom: 1px solid transparent;
  margin-left: 32px;
  padding-left: 0px; }

.content .local .header .link-wrapper a:hover .icon-link {
  border-bottom: 1px solid #502572;
  /* border-bottom: 1px solid $color;
    border-bottom: 1px solid $link-color; */ }

.content .local .header .link-wrapper a .icon-link {
  display: inline; }

.content .local .header .link-wrapper a .icon-link:before {
  content: url("Images/icon-internal-lilac.png");
  position: absolute;
  left: 0px;
  top: 2px; }

.content .local .header .link-wrapper a:hover .icon-link {
  color: #502572; }

.content .local .header .link-wrapper a:hover .icon-link:before {
  content: url("Images/icon-internal-lilac_hover.png"); }

.content .local .header .link-wrapper a:active .icon-link {
  color: #502572; }

.content .local .header .link-wrapper a:active .icon-link:before {
  content: url("Images/icon-internal-lilac_hover.png"); }

.content .local .header .link-wrapper a:focus .icon-link {
  color: #502572; }

.content .local .header .link-wrapper a:focus .icon-link:before {
  content: url("Images/icon-internal-lilac_hover.png"); }

.content .local .list-label {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  margin-bottom: 10px; }

.content .local .list-label > span {
  font-weight: bold; }

.content .local .std-list {
  margin-left: 10px; }

.content .local .std-list ul li.link-wrapper a {
  position: relative;
  display: inline-block; }

.content .local .std-list ul li.link-wrapper a:hover, .content .local .std-list ul li.link-wrapper a:focus, .content .local .std-list ul li.link-wrapper a:active {
  text-decoration: none; }

.content .local .std-list ul li.link-wrapper a .icon-link {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.333333;
  font-weight: bold;
  border-bottom: 1px solid transparent;
  margin-left: 32px;
  padding-left: 0; }

.content .local .std-list ul li.link-wrapper a:hover .icon-link {
  border-bottom: 1px solid #502572; }

.content .local .std-list ul li.link-wrapper a .icon-link {
  display: inline; }

.content .local .std-list ul li.link-wrapper a .icon-link:after {
  content: url("Images/icon-header-internal-lilac.png");
  position: absolute;
  left: 0;
  top: 3px; }

.content .local .std-list ul li.link-wrapper a:hover .icon-link, .content .local .std-list ul li.link-wrapper a:focus .icon-link, .content .local .std-list ul li.link-wrapper a:active .icon-link {
  color: #502572; }

.content .local .std-list ul li.link-wrapper a:hover .icon-link:after, .content .local .std-list ul li.link-wrapper a:focus .icon-link:after, .content .local .std-list ul li.link-wrapper a:active .icon-link:after {
  content: url("Images/icon-header-internal-lilac_hover.png"); }

.content .local .std-list ul li.link-wrapper a .icon-link.external {
  display: inline; }

.content .local .std-list ul li.link-wrapper a .icon-link.external:after {
  content: url("Images/icon-header-external-lilac.png");
  position: absolute;
  left: 0px;
  top: 3px; }

.content .local .std-list ul li.link-wrapper a:hover .icon-link.external, .content .local .std-list ul li.link-wrapper a:focus .icon-link.external, .content .local .std-list ul li.link-wrapper a:active .icon-link.external {
  color: #502572; }

.content .local .std-list ul li.link-wrapper a:hover .icon-link.external:after, .content .local .std-list ul li.link-wrapper a:focus .icon-link.external:after, .content .local .std-list ul li.link-wrapper a:active .icon-link.external:after {
  content: url("Images/icon-header-external-lilac_hover.png"); }

.content .local .proposal {
  background-color: #462672;
  color: #fff;
  padding: 30px;
  margin-top: 30px;
  margin-bottom: 30px; }

.content .local .proposal .header {
  margin-bottom: 30px; }

.content .local .proposal .header h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.333333;
  font-weight: bold;
  margin-top: 0px; }

.content .local .proposal h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.333333;
  font-weight: bold;
  margin-bottom: 30px; }

.content .local .proposal .link-wrapper a {
  color: #fff;
  position: relative;
  display: inline-block; }

.content .local .proposal .link-wrapper a:hover, .content .local .proposal .link-wrapper a:focus, .content .local .proposal .link-wrapper a:active {
  text-decoration: none; }

.content .local .proposal .link-wrapper a .icon-link {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: bold;
  border-bottom: 1px solid transparent;
  margin-left: 32px;
  padding-left: 0px; }

.content .local .proposal .link-wrapper a:hover .icon-link {
  border-bottom: 1px solid #fff;
  /* border-bottom: 1px solid $color;
    border-bottom: 1px solid $link-color; */ }

.content .local .proposal .link-wrapper a .icon-link {
  display: inline; }

.content .local .proposal .link-wrapper a .icon-link:before {
  content: url("Images/icon-internal-white.png");
  position: absolute;
  left: 0px;
  top: 2px; }

.content .local .proposal .link-wrapper a:hover .icon-link {
  color: #fff; }

.content .local .proposal .link-wrapper a:hover .icon-link:before {
  content: url("Images/icon-internal-white_hover.png"); }

.content .local .proposal .link-wrapper a:active .icon-link {
  color: #fff; }

.content .local .proposal .link-wrapper a:active .icon-link:before {
  content: url("Images/icon-internal-white_hover.png"); }

.content .local .proposal .link-wrapper a:focus .icon-link {
  color: #fff; }

.content .local .proposal .link-wrapper a:focus .icon-link:before {
  content: url("Images/icon-internal-white_hover.png"); }

.content .twitter {
  border: 1px solid #000; }

.content .twitter .header {
  padding: 20px 30px 0px 42px; }

.content .twitter .header h2, .content .twitter .header h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.333333;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 20px;
  position: relative; }

.content .twitter .header h2 i, .content .twitter .header h3 i {
  font-size: 30px;
  font-size: 1.875rem;
  color: #47A9DB;
  position: absolute;
  top: -4px;
  right: -12px; }

.content .twitter .scroll-wrapper {
  height: 540px;
  overflow: scroll; }

.content .twitter .scroll-wrapper .scroll-box {
  padding: 0px 30px 40px 42px; }

.content .twitter .scroll-wrapper .scroll-box .article {
  margin-bottom: 20px; }

.content .twitter .footer {
  background-color: #6e2272;
  margin-top: 20px;
  padding: 21px 10px 21px 42px; }

.content .twitter .footer .link-wrapper a {
  color: #fff;
  position: relative;
  display: inline-block; }

.content .twitter .footer .link-wrapper a:hover, .content .twitter .footer .link-wrapper a:focus, .content .twitter .footer .link-wrapper a:active {
  text-decoration: none; }

.content .twitter .footer .link-wrapper a .icon-link {
  padding-left: 32px; }

.content .twitter .footer .link-wrapper a .icon-link span {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: bold;
  border-bottom: 1px solid transparent;
  padding-left: 0px;
  margin-right: 0px; }

.content .twitter .footer .link-wrapper a .icon-link span + span {
  margin-left: 0;
  margin-right: 0px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: bold;
  color: #fff; }

.content .twitter .footer .link-wrapper a .icon-link span + span:before {
  content: '';
  display: inline-block;
  width: 20px; }

.content .twitter .footer .link-wrapper a:hover .icon-link span {
  border-bottom: 1px solid #fff;
  /* border-bottom: 1px solid $color;
    border-bottom: 1px solid $link-color; */ }

.content .twitter .footer .link-wrapper a:hover .icon-link span + span {
  border-bottom: 1px solid transparent; }

.content .twitter .footer .link-wrapper a .icon-link {
  display: block;
  font-weight: normal; }

.content .twitter .footer .link-wrapper a .icon-link:before {
  content: url("Images/icon-internal-white.png");
  position: absolute;
  left: 0px;
  top: 0px; }

.content .twitter .footer .link-wrapper a .icon-link span {
  margin-right: 0px; }

.content .twitter .footer .link-wrapper a:hover .icon-link {
  color: #fff; }

.content .twitter .footer .link-wrapper a:hover .icon-link:before {
  content: url("Images/icon-internal-white_hover.png"); }

.content .twitter .footer .link-wrapper a:active .icon-link {
  color: #fff; }

.content .twitter .footer .link-wrapper a:active .icon-link:before {
  content: url("Images/icon-internal-white_hover.png"); }

.content .twitter .footer .link-wrapper a:focus .icon-link {
  color: #fff; }

.content .twitter .footer .link-wrapper a:focus .icon-link:before {
  content: url("Images/icon-internal-white_hover.png"); }

.content .start-slider {
  /* element-box */
  /* header-offset */
  margin-bottom: 140px; }

.content .start-slider .header {
  font-size: 32px;
  font-size: 2rem;
  margin-left: 10px;
  margin-bottom: 10px; }

.content .start-slider .header h2 {
  font-size: 32.5px;
  font-size: 2.03125rem;
  line-height: 52px;
  display: inline-block;
  margin-top: 0; }

.content .start-slider .header .link-wrapper {
  display: inline-block;
  margin-left: 6px;
  line-height: 20px; }

.content .start-slider .header .link-wrapper a {
  position: relative;
  display: inline-block; }

.content .start-slider .header .link-wrapper a:hover, .content .start-slider .header .link-wrapper a:focus, .content .start-slider .header .link-wrapper a:active {
  text-decoration: none; }

.content .start-slider .header .link-wrapper a .icon-link {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: bold;
  border-bottom: 1px solid transparent;
  margin-left: 32px;
  padding-left: 0px; }

.content .start-slider .header .link-wrapper a:hover .icon-link {
  border-bottom: 1px solid #502572;
  /* border-bottom: 1px solid $color;
    border-bottom: 1px solid $link-color; */ }

.content .start-slider .header .link-wrapper a .icon-link {
  display: inline; }

.content .start-slider .header .link-wrapper a .icon-link:before {
  content: url("Images/icon-internal-lilac.png");
  position: absolute;
  left: 0px;
  top: 2px; }

.content .start-slider .header .link-wrapper a:hover .icon-link {
  color: #502572; }

.content .start-slider .header .link-wrapper a:hover .icon-link:before {
  content: url("Images/icon-internal-lilac_hover.png"); }

.content .start-slider .header .link-wrapper a:active .icon-link {
  color: #502572; }

.content .start-slider .header .link-wrapper a:active .icon-link:before {
  content: url("Images/icon-internal-lilac_hover.png"); }

.content .start-slider .header .link-wrapper a:focus .icon-link {
  color: #502572; }

.content .start-slider .header .link-wrapper a:focus .icon-link:before {
  content: url("Images/icon-internal-lilac_hover.png"); }

.content .start-slider .flexslider-start .flex-viewport {
  width: 100%; }

.content .start-slider .flexslider-start .flex-viewport .slides li {
  position: relative;
  left: 2.3%; }

.content .start-slider .flexslider-start .flex-viewport .slides li .slide-wrapper {
  display: table; }

.content .start-slider .flexslider-start .flex-viewport .slides li .slide-wrapper .slider-text {
  display: table-caption;
  caption-side: bottom;
  color: #fff;
  background-color: #462672;
  padding: 30px 10px 30px 10px; }

.content .start-slider .flexslider-start .flex-viewport .slides li .slide-wrapper .slider-text h3 {
  font-size: 19.5px;
  font-size: 1.21875rem;
  line-height: 1.333333;
  font-weight: bold;
  margin-bottom: 12px; }

.content .start-slider .flexslider-start .flex-viewport .slides li .slide-wrapper .slider-text p {
  margin-bottom: 20px;
  font-weight: normal;
  color: #fff; }

.content .start-slider .flexslider-start .flex-viewport .slides li .slide-wrapper .slider-text .link-wrapper {
  display: inline-block; }

.content .start-slider .flexslider-start .flex-viewport .slides li .slide-wrapper .slider-text .link-wrapper a {
  color: #fff;
  position: relative;
  display: inline-block; }

.content .start-slider .flexslider-start .flex-viewport .slides li .slide-wrapper .slider-text .link-wrapper a:hover, .content .start-slider .flexslider-start .flex-viewport .slides li .slide-wrapper .slider-text .link-wrapper a:focus, .content .start-slider .flexslider-start .flex-viewport .slides li .slide-wrapper .slider-text .link-wrapper a:active {
  text-decoration: none; }

.content .start-slider .flexslider-start .flex-viewport .slides li .slide-wrapper .slider-text .link-wrapper a .icon-link {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: bold;
  border-bottom: 1px solid transparent;
  margin-left: 32px;
  padding-left: 0px; }

.content .start-slider .flexslider-start .flex-viewport .slides li .slide-wrapper .slider-text .link-wrapper a:hover .icon-link {
  border-bottom: 1px solid #fff;
  /* border-bottom: 1px solid $color;
    border-bottom: 1px solid $link-color; */ }

.content .start-slider .flexslider-start .flex-viewport .slides li .slide-wrapper .slider-text .link-wrapper a .icon-link.internal {
  display: inline; }

.content .start-slider .flexslider-start .flex-viewport .slides li .slide-wrapper .slider-text .link-wrapper a .icon-link.internal:before {
  content: url("Images/icon-internal-white.png");
  position: absolute;
  left: 0px;
  top: 0px; }

.content .start-slider .flexslider-start .flex-viewport .slides li .slide-wrapper .slider-text .link-wrapper a:hover .icon-link.internal, .content .start-slider .flexslider-start .flex-viewport .slides li .slide-wrapper .slider-text .link-wrapper a:focus .icon-link.internal, .content .start-slider .flexslider-start .flex-viewport .slides li .slide-wrapper .slider-text .link-wrapper a:active .icon-link.internal {
  color: #fff; }

.content .start-slider .flexslider-start .flex-viewport .slides li .slide-wrapper .slider-text .link-wrapper a:hover .icon-link.internal:before, .content .start-slider .flexslider-start .flex-viewport .slides li .slide-wrapper .slider-text .link-wrapper a:focus .icon-link.internal:before, .content .start-slider .flexslider-start .flex-viewport .slides li .slide-wrapper .slider-text .link-wrapper a:active .icon-link.internal:before {
  content: url("Images/icon-internal-white_hover.png"); }

.content .start-slider .flexslider-start .flex-viewport .slides li .slide-wrapper .slider-text .link-wrapper a .icon-link.external {
  display: inline; }

.content .start-slider .flexslider-start .flex-viewport .slides li .slide-wrapper .slider-text .link-wrapper a .icon-link.external:before {
  content: url("Images/icon-external-white.png");
  position: absolute;
  left: 0px;
  top: 0px; }

.content .start-slider .flexslider-start .flex-viewport .slides li .slide-wrapper .slider-text .link-wrapper a:hover .icon-link.external, .content .start-slider .flexslider-start .flex-viewport .slides li .slide-wrapper .slider-text .link-wrapper a:focus .icon-link.external, .content .start-slider .flexslider-start .flex-viewport .slides li .slide-wrapper .slider-text .link-wrapper a:active .icon-link.external {
  color: #fff; }

.content .start-slider .flexslider-start .flex-viewport .slides li .slide-wrapper .slider-text .link-wrapper a:hover .icon-link.external:before, .content .start-slider .flexslider-start .flex-viewport .slides li .slide-wrapper .slider-text .link-wrapper a:focus .icon-link.external:before, .content .start-slider .flexslider-start .flex-viewport .slides li .slide-wrapper .slider-text .link-wrapper a:active .icon-link.external:before {
  content: url("Images/icon-external-white_hover.png"); }

.content .start-slider .flexslider-start .flex-viewport .slides li .slide-wrapper .figure figcaption {
  position: relative;
  color: #fff; }

.content .start-slider .flexslider-start .flex-viewport .slides li .slide-wrapper .figure figcaption span {
  position: absolute;
  display: inline-block;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4); }

.content .start-slider .custom-navigation-start {
  min-height: 60px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  display: table;
  width: 90%;
  table-layout: fixed; }

.content .start-slider .custom-navigation-start .flex-prev {
  color: #fff;
  display: table-cell; }

.content .start-slider .custom-navigation-start .flex-prev .icon-link {
  display: inline-block; }

.content .start-slider .custom-navigation-start .flex-prev .icon-link:before {
  content: url("Images/icon-slider-prev.png");
  position: relative;
  top: 2px;
  padding-right: 8px; }

.content .start-slider .custom-navigation-start .flex-prev:hover .icon-link {
  color: #502572; }

.content .start-slider .custom-navigation-start .flex-prev:hover .icon-link:before {
  content: url("Images/icon-slider-prev_hover.png"); }

.content .start-slider .custom-navigation-start .flex-prev:active .icon-link {
  color: #502572; }

.content .start-slider .custom-navigation-start .flex-prev:active .icon-link:before {
  content: url("Images/icon-slider-prev_hover.png"); }

.content .start-slider .custom-navigation-start .flex-prev:focus .icon-link {
  color: #502572; }

.content .start-slider .custom-navigation-start .flex-prev:focus .icon-link:before {
  content: url("Images/icon-slider-prev_hover.png"); }

.content .start-slider .custom-navigation-start .flex-prev:active .icon-link {
  color: #fff; }

.content .start-slider .custom-navigation-start .flex-prev:active .icon-link:before {
  content: url("Images/icon-slider-prev.png"); }

.content .start-slider .custom-navigation-start .flex-prev:focus .icon-link {
  color: #fff; }

.content .start-slider .custom-navigation-start .flex-prev:focus .icon-link:before {
  content: url("Images/icon-slider-prev.png"); }

.content .start-slider .custom-navigation-start .flex-next {
  color: #fff;
  display: table-cell;
  text-align: right; }

.content .start-slider .custom-navigation-start .flex-next .icon-link {
  display: inline-block; }

.content .start-slider .custom-navigation-start .flex-next .icon-link:before {
  content: url("Images/icon-slider-next.png");
  position: relative;
  top: 2px;
  padding-right: 8px; }

.content .start-slider .custom-navigation-start .flex-next .icon-link:before {
  padding-right: 0; }

.content .start-slider .custom-navigation-start .flex-next:hover .icon-link {
  color: #502572; }

.content .start-slider .custom-navigation-start .flex-next:hover .icon-link:before {
  content: url("Images/icon-slider-next_hover.png"); }

.content .start-slider .custom-navigation-start .flex-next:active .icon-link {
  color: #502572; }

.content .start-slider .custom-navigation-start .flex-next:active .icon-link:before {
  content: url("Images/icon-slider-next_hover.png"); }

.content .start-slider .custom-navigation-start .flex-next:focus .icon-link {
  color: #502572; }

.content .start-slider .custom-navigation-start .flex-next:focus .icon-link:before {
  content: url("Images/icon-slider-next_hover.png"); }

.content .start-slider .custom-navigation-start .flex-next:active .icon-link {
  color: #fff; }

.content .start-slider .custom-navigation-start .flex-next:active .icon-link:before {
  content: url("Images/icon-slider-next.png"); }

.content .start-slider .custom-navigation-start .flex-next:focus .icon-link {
  color: #fff; }

.content .start-slider .custom-navigation-start .flex-next:focus .icon-link:before {
  content: url("Images/icon-slider-next.png"); }

.content .start-slider .custom-navigation-start .custom-controls-container-start {
  display: table-cell;
  padding-right: 4.16667%; }

.content .start-slider .custom-navigation-start .custom-controls-container-start .flex-control-nav {
  position: relative;
  top: 10px;
  bottom: auto; }

.content .start-slider .custom-navigation-start .custom-controls-container-start .flex-control-paging li a {
  background: white;
  border: 2px solid transparent; }

.content .start-slider .custom-navigation-start .custom-controls-container-start .flex-control-paging li a.flex-active {
  background: transparent;
  border: 2px solid #fff; }

.content .slides .single-li {
  /*
      position: relative;
      left: 8.33333%;
      width: 79.16667%;
*/ }

.content .slides .single-li .slide-wrapper {
  display: table; }

.content .slides .single-li .slide-wrapper .slider-text {
  display: table-caption;
  caption-side: bottom;
  color: #fff;
  background-color: #462672;
  padding: 20px 80px 116px 80px; }

.content .slides .single-li .slide-wrapper .slider-text h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.333333;
  font-weight: bold; }

.content .slides .single-li .slide-wrapper .slider-text p {
  margin-bottom: 18px;
  color: #fff; }

.content .slides .single-li .slide-wrapper .slider-text .link-wrapper {
  display: inline-block; }

.content .slides .single-li .slide-wrapper .slider-text .link-wrapper a {
  color: #fff;
  position: relative;
  display: inline-block; }

.content .slides .single-li .slide-wrapper .slider-text .link-wrapper a:hover, .content .slides .single-li .slide-wrapper .slider-text .link-wrapper a:focus, .content .slides .single-li .slide-wrapper .slider-text .link-wrapper a:active {
  text-decoration: none; }

.content .slides .single-li .slide-wrapper .slider-text .link-wrapper a .icon-link {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: bold;
  border-bottom: 1px solid transparent;
  margin-left: 32px;
  padding-left: 0px; }

.content .slides .single-li .slide-wrapper .slider-text .link-wrapper a:hover .icon-link {
  border-bottom: 1px solid #fff;
  /* border-bottom: 1px solid $color;
    border-bottom: 1px solid $link-color; */ }

.content .slides .single-li .slide-wrapper .slider-text .link-wrapper a .icon-link {
  display: inline; }

.content .slides .single-li .slide-wrapper .slider-text .link-wrapper a .icon-link:before {
  content: url("Images/icon-internal-white.png");
  position: absolute;
  left: 0px;
  top: 4px; }

.content .slides .single-li .slide-wrapper .slider-text .link-wrapper a:hover .icon-link {
  color: #fff; }

.content .slides .single-li .slide-wrapper .slider-text .link-wrapper a:hover .icon-link:before {
  content: url("Images/icon-internal-white_hover.png"); }

.content .slides .single-li .slide-wrapper .slider-text .link-wrapper a:active .icon-link {
  color: #fff; }

.content .slides .single-li .slide-wrapper .slider-text .link-wrapper a:active .icon-link:before {
  content: url("Images/icon-internal-white_hover.png"); }

.content .slides .single-li .slide-wrapper .slider-text .link-wrapper a:focus .icon-link {
  color: #fff; }

.content .slides .single-li .slide-wrapper .slider-text .link-wrapper a:focus .icon-link:before {
  content: url("Images/icon-internal-white_hover.png"); }

.content .slides .single-li .slide-wrapper .figure figcaption {
  position: relative;
  color: #fff; }

.content .slides .single-li .slide-wrapper .figure figcaption span {
  position: absolute;
  display: inline-block;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4); }

.content.start-page .stage .flexslider {
  /* Von iframe hierher + js anpassen */
  /*
        min-height: 636px;
        height: 44.11vw;
*/
  /* mediaquery */
  height: auto; }

@media (min-width: 800px) {
  .content.start-page .stage:not(.element-box) .flexslider {
    max-height: 544px;
    overflow-y: hidden; } }

.content.start-page .stage.element-box header {
  margin-bottom: 40px; }

@media (max-width: 799px) {
  .content.start-page .stage.element-box header {
    margin-left: 10px;
    margin-right: 10px; } }

@media (min-width: 800px) {
  .content.start-page .stage.element-box header h2 {
    display: inline-block;
    margin-right: 4.1666667%;
    margin-bottom: 0; } }

@media (min-width: 1024px) {
  .content.start-page .stage.element-box header h2 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.2; } }

.content.start-page .stage.element-box header .link-wrapper {
  display: inline-block; }

.content.start-page .stage.element-box header .link-wrapper a {
  position: relative;
  display: inline-block; }

.content.start-page .stage.element-box header .link-wrapper a:hover, .content.start-page .stage.element-box header .link-wrapper a:focus, .content.start-page .stage.element-box header .link-wrapper a:active {
  text-decoration: none; }

.content.start-page .stage.element-box header .link-wrapper a .icon-link {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: bold;
  border-bottom: 1px solid transparent;
  margin-left: 32px;
  padding-left: 0; }

.content.start-page .stage.element-box header .link-wrapper a:hover .icon-link {
  border-bottom: 1px solid #502572; }

.content.start-page .stage.element-box header .link-wrapper a .icon-link {
  display: inline; }

.content.start-page .stage.element-box header .link-wrapper a .icon-link:after {
  content: url("Images/icon-internal-lilac.png");
  position: absolute;
  left: 0;
  top: 2px; }

.content.start-page .stage.element-box header .link-wrapper a:hover .icon-link, .content.start-page .stage.element-box header .link-wrapper a:focus .icon-link, .content.start-page .stage.element-box header .link-wrapper a:active .icon-link {
  color: #502572; }

.content.start-page .stage.element-box header .link-wrapper a:hover .icon-link:after, .content.start-page .stage.element-box header .link-wrapper a:focus .icon-link:after, .content.start-page .stage.element-box header .link-wrapper a:active .icon-link:after {
  content: url("Images/icon-internal-lilac_hover.png"); }

.content.start-page .stage.element-box .stage-text h3 {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.25; }

@media (min-width: 1024px) {
  .content.start-page .stage.element-box .stage-text h3 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.25; } }

.content.start-page .stage.element-box .custom-navigation {
  width: 28%; }

@media (max-width: 799px) {
  .content.start-page .stage.element-box .custom-navigation {
    width: 100%; } }

/* letztes div vor sharing */
/*
#content.row {
  & div:nth-last-child(2) section {
    margin-bottom: 40px;
  }
}
*/
/*------------------------------------ Standardseite -----------------------------------------*/
.breadcrumb-wrapper {
  padding-left: 10px;
  padding-right: 10px; }

.breadcrumb-wrapper .breadcrumb {
  background-color: transparent;
  border-radius: 0;
  padding-left: 0;
  /* margin-bottom: 64px; */
  margin-bottom: 24px; }

.breadcrumb-wrapper .breadcrumb li {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  padding-left: 0; }

.breadcrumb-wrapper .breadcrumb li a {
  color: #000;
  font-weight: bold; }

.breadcrumb-wrapper .breadcrumb li a:hover {
  color: #502572; }

.breadcrumb-wrapper .breadcrumb li a:active {
  color: #502572; }

.breadcrumb-wrapper .breadcrumb li a:focus {
  color: #502572; }

.breadcrumb-wrapper .breadcrumb li.active a {
  font-weight: normal; }

.breadcrumb-wrapper .breadcrumb li.active strong {
  color: #000;
  font-weight: normal; }

.breadcrumb-wrapper .breadcrumb > li + li::before {
  content: url("Images/breadcrumb.png");
  display: inline-block;
  position: relative;
  top: 5px;
  padding-right: 3px; }

.breadcrumb-wrapper.stage-intro .breadcrumb {
  margin-bottom: 10px; }

.content.standard-page .static-sm-16.intro,
.content.standard-page .static-sm-16.accordion.element-box .panel,
.content.standard-page .static-sm-16 .std-box,
.content.standard-page .static-sm-16:not(.intro) h2,
.content.standard-page .static-sm-16 h3 .content.standard-page .static-sm-16 h4 {
  padding-left: 10px;
  padding-right: 10px; }

.content.standard-page .static-sm-16 .std-box h2 {
  padding-left: 0px; }

.content {
  /* Video fix */
  /*----- Accordion Coloured ---------------*/
  /*----- //Accordion Coloured -------------*/ }

.content .intro {
  margin-bottom: 25px;
  /* margin-top: -45px; */
  margin-top: 0px; }

.content .intro h1 {
  font-size: 32.5px;
  font-size: 2.03125rem;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 25px; }

.content .intro .date-cat {
  /* margin-bottom: 25px; */
  margin-bottom: 16px; }

.content .intro .date-cat .date {
  display: inline-block;
  margin-right: 25px;
  vertical-align: super;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: normal; }

.content .intro .date-cat .cat {
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: bold; }

.content .intro .date-cat .cat ul {
  display: inline-block;
  padding-left: 0;
  margin-bottom: 0; }

.content .intro .date-cat .cat ul li {
  list-style-type: none;
  float: left;
  padding-left: 0px;
  padding-right: 25px;
  font-weight: bold; }

.content .intro p {
  font-size: 19.5px;
  font-size: 1.21875rem;
  line-height: 1.333333;
  font-weight: normal; }

.content h2 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.25;
  font-weight: bold; }

.content figcaption span {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  top: -24px;
  padding: 4px 12px 2px 14px; }

.content .std-text {
  /* std-offset-bottom */
  margin-bottom: 100px;
  clear: both; }

.content .std-text h2 {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.25;
  font-weight: bold;
  margin-top: 0;
  /* margin-bottom: 30px; */
  margin-bottom: 21px; }

.content .std-text h2:only-child {
  margin-bottom: 0px;
  position: absolute;
  top: 20px; }

.content .std-text a {
  position: relative;
  display: inline-block; }

.content .std-text a:hover, .content .std-text a:focus, .content .std-text a:active {
  text-decoration: none; }

.content .std-text a .icon-link {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: bold;
  border-bottom: 1px solid transparent;
  margin-left: 32px;
  padding-left: 0; }

.content .std-text a:hover .icon-link {
  border-bottom: 1px solid #502572; }

.content .std-text a .icon-link {
  display: inline; }

.content .std-text a .icon-link:after {
  content: url("Images/icon-internal-lilac.png");
  position: absolute;
  left: 0;
  top: 2px; }

.content .std-text a:hover .icon-link, .content .std-text a:focus .icon-link, .content .std-text a:active .icon-link {
  color: #502572; }

.content .std-text a:hover .icon-link:after, .content .std-text a:focus .icon-link:after, .content .std-text a:active .icon-link:after {
  content: url("Images/icon-internal-lilac_hover.png"); }

.content .std-text a .icon-link.external:after {
  top: 2px;
  content: url("Images/icon-external-lilac.png"); }

.content .std-text a:hover .icon-link.external:after, .content .std-text a:focus .icon-link.external:after, .content .std-text a:active .icon-link.external:after {
  content: url("Images/icon-external-lilac_hover.png"); }

.content .std-text a .icon-link.download:after {
  top: 2px;
  content: url("Images/icon-download-lilac.png"); }

.content .std-text a:hover .icon-link.download:after, .content .std-text a:focus .icon-link.download:after, .content .std-text a:active .icon-link.download:after {
  content: url("Images/icon-download-lilac.png"); }

.content .std-text .std-box {
  padding-bottom: 10px; }

.content .std-text .std-box a {
  border-bottom: 1px solid #502572;
  display: inline; }

.content .std-text .std-box a:hover {
  border-bottom: 1px solid transparent;
  color: #502572; }

.content .std-text .std-box a:active {
  border-bottom: 1px solid transparent;
  color: #502572; }

.content .std-text .std-box a:focus {
  border-bottom: 1px solid transparent;
  color: #502572; }

.content .std-text .std-box h2 {
  clear: both;
  float: none;
  /* margin-top: 84px; */ }

.content .std-text .std-box h2:first-of-type {
  margin-top: 0; }

.content .std-text .image {
  padding-top: 6px; }

.content .std-text .image img {
  width: auto; }

.content .std-text .image figcaption {
  background-color: #6e2272;
  color: #fff;
  position: relative;
  padding: 25px 10px 25px 10px; }

.content .std-text .image figcaption p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: normal;
  color: inherit; }

.content .std-text .image figcaption p:last-child {
  margin-bottom: 0; }

.content .std-text .image figcaption .caption-header {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  margin-bottom: 15px;
  color: inherit; }

.content .std-text .image figcaption .caption-header strong {
  font-weight: bold; }

.content .std-text .image figcaption span {
  position: absolute;
  display: inline-block;
  right: auto;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  color: inherit; }

.content .std-text .image-small-left {
  float: left;
  padding-bottom: 20px;
  padding-right: 36px;
  padding-left: 10px; }

.content .std-text .image-small-left figcaption {
  width: auto; }

.content .std-text .image-small-right {
  float: right;
  padding-bottom: 20px;
  padding-left: 36px;
  padding-right: 10px; }

.content .std-text .image-small-right figcaption {
  width: auto; }

.content .std-text .image-middle figcaption {
  padding: 30px 10px 30px 10px;
  width: auto; }

.content .std-text .image-big {
  position: relative; }

.content .std-text .image-big img {
  width: 100%;
  height: auto; }

.content .std-text .image-big figcaption {
  position: relative;
  bottom: 0px;
  background-color: #fff;
  color: #000;
  padding: 25px 10px 10px 10px; }

.content .std-text .image-big figcaption p {
  color: #444; }

.content .std-text .image-big figcaption .caption-header strong {
  color: #444; }

.content .std-text .image-big figcaption span {
  color: #fff; }

.content .std-text .image.image-middle, .content .std-text .image.image-big {
  padding-top: 0px; }

.content .std-text .contactbox {
  width: 42.858%;
  float: right;
  margin: 0 0 40px 60px; }

.content .std-text .contactbox .address {
  width: 100%;
  display: inline-block;
  padding: 25px 10px 30px 10px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: none;
  border-right: none;
  /* border: 1px solid #000; */ }

.content .std-text .contactbox .address h3 {
  font-size: 19.5px;
  font-size: 1.21875rem;
  line-height: 1.333333;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 18px; }

.content .std-text .contactbox .address p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: normal;
  margin-bottom: 15px; }

.content .std-text .contactbox .address p.name {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 14px; }

.content .std-text .contactbox .address p .icon-link.phone {
  display: inline-block; }

.content .std-text .contactbox .address p .icon-link.phone:after {
  content: url("Images/icon-phone.png");
  position: relative;
  top: 2px;
  padding-right: 8px; }

.content .std-text .contactbox .address p .icon-link.phone:before {
  padding-right: 10px; }

.content .std-text .contactbox .address p .icon-link.fax {
  display: inline-block; }

.content .std-text .contactbox .address p .icon-link.fax:after {
  content: url("Images/icon-fax.png");
  position: relative;
  top: 2px;
  padding-right: 8px; }

.content .std-text .contactbox .address a {
  color: #502572;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: normal; }

.content .std-text .contactbox .address a .icon-link.mail {
  display: inline;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: normal;
  margin-left: 26px; }

.content .std-text .contactbox .address a .icon-link.mail:after {
  content: url("Images/icon-mail.png");
  position: absolute;
  left: 0px;
  top: 2px; }

.content .std-text .contactbox .address a[href^="tel"] {
  margin-left: 0;
  line-height: 1.3; }

.content .std-text .contactbox .image-contact {
  padding-left: 10px;
  padding-right: 10px; }

.content .std-text .contactbox .image-contact + .address {
  border-top: none; }

.content .std-text .contactbox .image-contact figcaption {
  padding: 0px; }

.content .std-text .contactbox .image-contact span {
  top: auto;
  bottom: 0px; }

.content .std-text .contactbox.small {
  clear: both;
  float: none;
  width: 100%;
  margin-left: 0px;
  margin-bottom: 0px;
  padding: 0px 10px; }

.content .std-text .contactbox.small .image-contact {
  padding-left: 0px;
  padding-right: 0px; }

.content .std-text .contactbox.small .image-contact img {
  width: 100%; }

.content .std-text .contactbox.small .address {
  padding: 24px 40px 40px 40px;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000; }

.content .std-text .contactbox.wide {
  clear: both;
  float: none;
  width: 100%;
  margin-left: 0px;
  margin-bottom: 0px; }

.content .std-text .contactbox.wide > div {
  display: inline-block;
  width: 100%;
  margin-bottom: 16px; }

.content .std-text .contactbox.wide > div .address:only-child {
  float: right; }

.content .std-text .contactbox.wide div:last-child {
  margin-bottom: 0px; }

.content .std-text .contactbox.wide .image-contact {
  width: 100%;
  float: left;
  /* padding-right: 0px; */
  padding-right: 10px;
  margin-bottom: 14px; }

.content .std-text .contactbox.wide .address {
  border: none;
  padding: 0px 10px 0px 10px;
  width: 100%;
  float: left; }

.content .std-text .contactbox.wide .address p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: normal; }

.content .std-text .contactbox.wide .address p.name {
  font-size: 19.5px;
  font-size: 1.21875rem;
  line-height: 1.333333;
  font-weight: bold;
  margin: -1px 0 20px 0; }

.content .std-text .contactbox.wide .address p .icon-link.phone {
  display: inline-block;
  padding-right: 6px;
  vertical-align: middle; }

.content .std-text .contactbox.wide .address p .icon-link.phone:after {
  content: url("Images/icon-phone-big.png");
  position: relative;
  top: 2px;
  padding-right: 8px; }

.content .std-text .contactbox.wide .address a {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: normal; }

.content .std-text .contactbox.wide .address a .icon-link.mail {
  display: inline;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: normal;
  margin-left: 42px; }

.content .std-text .contactbox.wide .address a .icon-link.mail:after {
  content: url("Images/icon-mail-big.png");
  position: absolute;
  left: 0px;
  top: 2px; }

.content .std-text .contactbox.wide .address a[href^="tel"] {
  line-height: 1.3; }

.content .std-text .contactbox.wide .orga .address {
  width: 100%;
  clear: both;
  float: none;
  padding-bottom: 0px;
  margin-bottom: 12px; }

.content .std-text .contactbox.wide .orga .address .location {
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: bold;
  padding-right: 28px; }

.content .std-text .contactbox.wide .orga .address a .icon-link {
  margin-left: 31px; }

.content .std-text .contactbox a .icon-link {
  border-bottom: 1px solid #502572; }

.content .std-text .contactbox a .icon-link:hover {
  border-bottom: 1px solid transparent; }

.content .std-text .contactbox a .icon-link:active {
  border-bottom: 1px solid transparent; }

.content .std-text .contactbox a .icon-link:focus {
  border-bottom: 1px solid transparent; }

.content .contactbox-wide h2 {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.25;
  font-weight: bold;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  clear: both; }

.content .contactbox-wide p {
  padding-left: 10px;
  padding-right: 10px; }

.content .quote {
  background-color: #6e2272;
  padding: 42px 10px 17px 10px;
  color: #fff;
  /* element-box */
  margin-bottom: 40px;
  clear: both; }

.content .quote blockquote {
  border-left: none; }

.content .quote blockquote header {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 14px; }

.content .quote blockquote p {
  font-size: 19.5px;
  font-size: 1.21875rem;
  line-height: 1.333333;
  position: relative;
  display: inline-block;
  padding-left: 0px;
  font-weight: bold;
  color: #fff; }

.content .quote blockquote p .fa.fa-quote-right {
  font-size: 12px;
  font-size: 0.75rem; }

.content .quote blockquote p .fa.fa-quote-right:before {
  position: absolute;
  bottom: 0;
  left: 0; }

.content .quote blockquote p .fa.fa-quote-left {
  font-size: 12px;
  font-size: 0.75rem; }

.content .quote blockquote p .fa.fa-quote-left:before {
  position: absolute;
  top: 0;
  right: 0; }

@media screen and (min-width: 800px) {
  .content .quote {
    /*
      width: 100%;
      float: left;
*/ } }

.content .video .video-wrapper {
  position: relative; }

.content .video .video-wrapper a {
  position: static;
  display: initial; }

.content .video .video-wrapper a:hover .video-button {
  opacity: .8; }

.content .video .video-wrapper a:active .video-button {
  opacity: .8; }

.content .video .video-wrapper a:focus .video-button {
  opacity: .8; }

.content .video .video-wrapper a .video-start {
  /* Background images */ }

.content .video .video-wrapper a .video-start .bg-img {
  background-image: url("Images/stage-slider/video-dummy-focus.jpg");
  background-position: center center;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  /* min-height: 636px; */
  height: 100%;
  height: 48.855vw;
  height: 44vw;
  max-height: 636px; }

.content .video .video-wrapper a .video-button {
  background: transparent url("Images/icon-video-play.png") no-repeat scroll 0 0;
  width: 106px;
  height: 107px;
  position: absolute;
  top: calc(50% - 54px);
  left: calc(50% - 53px); }

.content .video figcaption {
  background-color: #462672;
  color: #fff;
  position: relative;
  padding: 25px 10px 10px 10px; }

.content .video figcaption span {
  position: absolute;
  display: inline-block;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff; }

.content .video figcaption .caption-header {
  margin-bottom: 15px; }

.content .video figcaption .caption-header strong {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5; }

.content .video figcaption p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: normal;
  color: #fff; }

.content .video figcaption p:last-child {
  margin-bottom: 0; }

.content .stage-wrapper .video figcaption {
  padding: 0px; }

.content .video .video-wrapper.embed-responsive iframe {
  top: 1px; }

.content .pict-gallery {
  /* std-offset-bottom */
  margin-bottom: 100px;
  background-color: #2e2672;
  clear: both; }

.content .pict-gallery .header {
  color: #fff;
  padding-top: 25px;
  padding-bottom: 35px;
  padding-left: 10px;
  padding-right: 10px; }

.content .pict-gallery .header h2, .content .pict-gallery .header h3 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 16px; }

.content .pict-gallery .header p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: normal;
  margin-bottom: 20px;
  color: #fff; }

.content .pict-gallery .header .link-wrapper {
  display: inline-block; }

.content .pict-gallery .header .link-wrapper a {
  color: #fff;
  position: relative;
  display: inline-block; }

.content .pict-gallery .header .link-wrapper a:hover, .content .pict-gallery .header .link-wrapper a:focus, .content .pict-gallery .header .link-wrapper a:active {
  text-decoration: none; }

.content .pict-gallery .header .link-wrapper a .icon-link {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: bold;
  border-bottom: 1px solid transparent;
  margin-left: 32px;
  padding-left: 0px; }

.content .pict-gallery .header .link-wrapper a:hover .icon-link {
  border-bottom: 1px solid #fff;
  /* border-bottom: 1px solid $color;
    border-bottom: 1px solid $link-color; */ }

.content .pict-gallery .header .link-wrapper a .icon-link {
  display: inline; }

.content .pict-gallery .header .link-wrapper a .icon-link:before {
  content: url("Images/icon-internal-white.png");
  position: absolute;
  left: 0px;
  top: 0px; }

.content .pict-gallery .header .link-wrapper a .icon-link:before {
  left: 4px; }

.content .pict-gallery .header .link-wrapper a:hover .icon-link {
  color: #fff; }

.content .pict-gallery .header .link-wrapper a:hover .icon-link:before {
  content: url("Images/icon-internal-white_hover.png"); }

.content .pict-gallery .header .link-wrapper a:active .icon-link {
  color: #fff; }

.content .pict-gallery .header .link-wrapper a:active .icon-link:before {
  content: url("Images/icon-internal-white_hover.png"); }

.content .pict-gallery .header .link-wrapper a:focus .icon-link {
  color: #fff; }

.content .pict-gallery .header .link-wrapper a:focus .icon-link:before {
  content: url("Images/icon-internal-white_hover.png"); }

.content .pict-gallery .thumbnails {
  line-height: 0px; }

.content .pict-gallery .thumbnails .thumbnail-list {
  padding-left: 0px;
  margin-bottom: 0px;
  width: 100%;
  display: inline-block; }

.content .pict-gallery .thumbnails .thumbnail-list li {
  display: block;
  float: left;
  width: 25%;
  padding-left: 0px; }

.content .pict-gallery .thumbnails .thumbnail-list li .figure a {
  display: block; }

.content .pict-gallery .thumbnails .thumbnail-list li .figure a img {
  width: 100%; }

.content .pict-gallery .thumbnails .thumbnail-list li .figure a img.m-hide {
  display: none; }

.content .info-box {
  border: 1px solid #000;
  border-left: none;
  border-right: none;
  padding: 30px 30px 5px;
  /* std-offset-bottom */
  margin-bottom: 100px; }

.content .info-box h2 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 0px; }

.content .info-box .col-wrapper {
  border-bottom: 1px solid #000;
  padding-bottom: 44px; }

.content .info-box .col-wrapper p {
  padding-right: 0px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

.content .info-box .col-wrapper div:last-child p {
  padding-left: 0px;
  padding-right: 0px; }

.content .info-box .col-wrapper:only-of-type {
  border-bottom: none; }

.content .info-box .list-wrapper span {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: bold;
  padding-left: 20px; }

.content .info-box .list-wrapper span + span {
  color: #000; }

.content .info-box .list-wrapper .link-wrapper {
  margin-top: 22px; }

.content .info-box .list-wrapper .link-wrapper a {
  position: relative;
  display: inline-block; }

.content .info-box .list-wrapper .link-wrapper a:hover, .content .info-box .list-wrapper .link-wrapper a:focus, .content .info-box .list-wrapper .link-wrapper a:active {
  text-decoration: none; }

.content .info-box .list-wrapper .link-wrapper a .icon-link {
  padding-left: 32px; }

.content .info-box .list-wrapper .link-wrapper a .icon-link span {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: bold;
  border-bottom: 1px solid transparent;
  padding-left: 0px;
  margin-right: 0px; }

.content .info-box .list-wrapper .link-wrapper a .icon-link span + span {
  margin-left: 0;
  margin-right: 0px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: bold;
  color: #000; }

.content .info-box .list-wrapper .link-wrapper a .icon-link span + span:before {
  content: '';
  display: inline-block;
  width: 20px; }

.content .info-box .list-wrapper .link-wrapper a:hover .icon-link span {
  border-bottom: 1px solid #502572;
  /* border-bottom: 1px solid $color;
    border-bottom: 1px solid $link-color; */ }

.content .info-box .list-wrapper .link-wrapper a:hover .icon-link span + span {
  border-bottom: 1px solid transparent; }

.content .info-box .list-wrapper .link-wrapper a .icon-link {
  margin-left: 0px; }

.content .info-box .list-wrapper .link-wrapper a .icon-link.internal {
  display: block; }

.content .info-box .list-wrapper .link-wrapper a .icon-link.internal:before {
  content: url("Images/icon-internal-lilac.png");
  position: absolute;
  left: 0px;
  top: 2px; }

.content .info-box .list-wrapper .link-wrapper a:hover .icon-link.internal, .content .info-box .list-wrapper .link-wrapper a:focus .icon-link.internal, .content .info-box .list-wrapper .link-wrapper a:active .icon-link.internal {
  color: #502572; }

.content .info-box .list-wrapper .link-wrapper a:hover .icon-link.internal:before, .content .info-box .list-wrapper .link-wrapper a:focus .icon-link.internal:before, .content .info-box .list-wrapper .link-wrapper a:active .icon-link.internal:before {
  content: url("Images/icon-internal-lilac_hover.png"); }

.content .info-box .list-wrapper .link-wrapper a .icon-link.external {
  display: block; }

.content .info-box .list-wrapper .link-wrapper a .icon-link.external:before {
  content: url("Images/icon-external-lilac.png");
  position: absolute;
  left: 0px;
  top: 2px; }

.content .info-box .list-wrapper .link-wrapper a:hover .icon-link.external, .content .info-box .list-wrapper .link-wrapper a:focus .icon-link.external, .content .info-box .list-wrapper .link-wrapper a:active .icon-link.external {
  color: #502572; }

.content .info-box .list-wrapper .link-wrapper a:hover .icon-link.external:before, .content .info-box .list-wrapper .link-wrapper a:focus .icon-link.external:before, .content .info-box .list-wrapper .link-wrapper a:active .icon-link.external:before {
  content: url("Images/icon-external-lilac_hover.png"); }

.content .info-box .list-wrapper .link-wrapper a .icon-link.download {
  display: block; }

.content .info-box .list-wrapper .link-wrapper a .icon-link.download:before {
  content: url("Images/icon-download-lilac.png");
  position: absolute;
  left: 0px;
  top: 2px; }

.content .info-box .list-wrapper .link-wrapper a:hover .icon-link.download, .content .info-box .list-wrapper .link-wrapper a:focus .icon-link.download, .content .info-box .list-wrapper .link-wrapper a:active .icon-link.download {
  color: #502572; }

.content .info-box .list-wrapper .link-wrapper a:hover .icon-link.download:before, .content .info-box .list-wrapper .link-wrapper a:focus .icon-link.download:before, .content .info-box .list-wrapper .link-wrapper a:active .icon-link.download:before {
  content: url("Images/icon-download-lilac.png"); }

.content .info-box .list-wrapper ul {
  display: inline-block;
  padding-left: 0;
  margin-top: 46px;
  margin-left: -4px; }

.content .info-box .list-wrapper ul li.link-wrapper {
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 23px; }

.content .info-box.basic {
  padding-top: 10px;
  padding-bottom: 15px; }

.content.standard-page .static-sm-16.info-box h2 {
  padding-left: 0px;
  padding-right: 0px; }

.content .table-responsive {
  /* std-offset-bottom */
  border: none;
  margin-bottom: 100px;
  padding-left: 10px;
  padding-right: 10px; }

.content .table-responsive h2 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.333333;
  font-weight: bold;
  margin-top: 0px;
  padding-left: 0px !important;
  padding-right: 0px !important; }

.content .table-responsive h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.333333;
  font-weight: bold;
  margin-top: 0px;
  padding-left: 0px !important;
  padding-right: 0px !important; }

.content .table-responsive .table {
  margin-bottom: 0px; }

.content .table-responsive .table thead > tr > th {
  border-bottom: none;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: bold;
  padding: 16px 8px 14px 15px; }

.content .table-responsive .table thead > tr > th:first-child {
  padding-left: 0px; }

.content .table-responsive .table tbody > tr > td {
  border-color: #000;
  border-right: 1px solid #000;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: normal;
  padding: 22px 8px 22px 15px; }

.content .table-responsive .table tbody > tr > td:last-child {
  border-right: none; }

.content .table-responsive .table tbody > tr > td:first-child {
  padding-left: 0px; }

.content .panel-group.accordion {
  /* std-offset-bottom */
  margin-bottom: 100px;
  clear: both; }

.content .panel-group.accordion h2 {
  font-size: 19.5px;
  font-size: 1.21875rem;
  line-height: 1.333333;
  font-weight: bold;
  margin-bottom: 22px;
  margin-top: 0px; }

.content .panel-group.accordion h3 {
  font-size: 19.5px;
  font-size: 1.21875rem;
  line-height: 1.333333;
  font-weight: bold;
  margin-bottom: 22px;
  margin-top: 0px; }

.content .panel-group.accordion .panel {
  border-radius: 0px;
  border: none;
  box-shadow: none;
  margin-bottom: 22px; }

.content .panel-group.accordion .panel .panel-heading {
  border-radius: 0px;
  border: none;
  padding: 10px 0; }

.content .panel-group.accordion .panel .panel-heading h3 {
  margin-bottom: 0px; }

.content .panel-group.accordion .panel .panel-heading h3 a {
  color: #502572;
  position: relative;
  display: inline-block; }

.content .panel-group.accordion .panel .panel-heading h3 a:hover, .content .panel-group.accordion .panel .panel-heading h3 a:focus, .content .panel-group.accordion .panel .panel-heading h3 a:active {
  text-decoration: none; }

.content .panel-group.accordion .panel .panel-heading h3 a .icon-link {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.333333;
  font-weight: normal;
  border-bottom: 1px solid transparent;
  margin-left: 32px;
  padding-left: 0px; }

.content .panel-group.accordion .panel .panel-heading h3 a:hover .icon-link {
  border-bottom: 1px solid #502572;
  /* border-bottom: 1px solid $color;
    border-bottom: 1px solid $link-color; */ }

.content .panel-group.accordion .panel .panel-heading h3 a .icon-link.icon-accordion {
  display: inline;
  margin-left: 60px;
  display: inline-flex; }

.content .panel-group.accordion .panel .panel-heading h3 a .icon-link.icon-accordion:before {
  content: url("Images/icon-accordion.png");
  position: absolute;
  left: 0px;
  top: -9px; }

.content .panel-group.accordion .panel .panel-heading h3 a .icon-link.icon-accordion:before {
  width: 50px;
  height: 50px;
  left: -10px; }

.content .panel-group.accordion .panel .panel-heading h3 a:hover .icon-link {
  color: #502572; }

.content .panel-group.accordion .panel .panel-heading h3 a:hover .icon-link:before {
  content: url("Images/icon-accordion_hover.png"); }

.content .panel-group.accordion .panel .panel-heading h3 a:active .icon-link {
  color: #502572; }

.content .panel-group.accordion .panel .panel-heading h3 a:active .icon-link:before {
  content: url("Images/icon-accordion_hover.png"); }

.content .panel-group.accordion .panel .panel-heading h3 a:focus .icon-link {
  color: #502572; }

.content .panel-group.accordion .panel .panel-heading h3 a:focus .icon-link:before {
  content: url("Images/icon-accordion_hover.png"); }

@media (max-width: 799px) {
  .content .panel-group.accordion .panel .panel-heading h3 a .icon-link {
    font-size: 19.5px;
    font-size: 1.21875rem; }
  .content .panel-group.accordion .panel .panel-heading h3 a .icon-link.icon-accordion:before {
    width: 40.625px;
    height: 40.625px;
    top: -11.0769230769px; } }

.content .panel-group.accordion .panel .panel-heading h4 a {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: normal;
  color: #502572; }

.content .panel-group.accordion .panel .panel-heading h4 a .icon-link.icon-accordion {
  display: inline-block;
  padding-right: 13px; }

.content .panel-group.accordion .panel .panel-heading h4 a .icon-link.icon-accordion:before {
  content: url("Images/icon-accordion.png");
  position: relative;
  top: 6px;
  padding-right: 8px; }

.content .panel-group.accordion .panel .panel-heading + .panel-collapse > .panel-body {
  border-top: none; }

.content .panel-group.accordion .panel .collapse .panel-body p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5; }

.content .panel-group.accordion .panel .collapse .panel-body p a {
  color: #502572;
  color: #444;
  font-weight: bold;
  border-bottom: 1px solid #444; }

.content .panel-group.accordion .panel .collapse .panel-body p a.internal-link {
  border-bottom: 1px solid #444; }

.content .panel-group.accordion .panel .collapse .panel-body p a.external-link {
  color: #444 !important;
  border-bottom: 1px solid #444; }

.content .panel-group.accordion .panel .collapse .panel-body p a.external-link::before {
  content: url("Images/career/icon-k-external-lilac.png");
  top: 3px;
  position: relative;
  background-color: #fff;
  display: inline-block;
  height: 23px;
  width: 22px; }

.content .panel-group.accordion .panel .collapse .panel-body p a:hover.external-link {
  color: #502572 !important; }

.content .panel-group.accordion .panel .collapse .panel-body p a:hover.external-link:before {
  content: url("Images/career/icon-k-external-lilac_hover.png");
  position: relative;
  left: 0;
  top: 3px;
  padding-right: 4px;
  background-color: #fff;
  height: 23px;
  width: 22px;
  white-space: nowrap; }

.content .panel-group.accordion .panel .collapse .panel-body p a.download {
  border-bottom: 1px solid #444; }

.content .panel-group.accordion .panel .collapse .panel-body p a.download::before {
  content: url("Images/career/icon-k-download-lilac.png");
  top: 0;
  position: relative;
  background-color: #fff;
  padding-right: 2px;
  height: auto;
  display: inline-block; }

.content .panel-group.accordion .panel .collapse .panel-body p a:hover {
  border-bottom: 1px solid transparent;
  color: #502572;
  text-decoration: none; }

.content .panel-group.accordion .panel .collapsing {
  padding-left: 0px;
  margin-bottom: 22px; }

.content .panel-group.accordion .panel .collapsing p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5; }

.content .panel-group.accordion .panel .collapse.in {
  margin-bottom: 22px;
  padding-left: 0px; }

.content .panel-group.accordion .panel .collapse.in p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5; }

.content .panel-group.accordion.accordion-coloured {
  margin-top: -153px;
  margin-bottom: 75px; }

.content .panel-group.accordion.accordion-coloured .panel {
  margin-bottom: 0;
  padding-bottom: 22px;
  padding-right: 80px;
  padding-top: 20px;
  background-color: inherit;
  color: #fff; }

.content .panel-group.accordion.accordion-coloured .panel .panel-heading span,
.content .panel-group.accordion.accordion-coloured .panel .panel-body,
.content .panel-group.accordion.accordion-coloured .panel .panel-body a, .content .panel-group.accordion.accordion-coloured .panel .collapse .panel-body a, .content .panel-group.accordion.accordion-coloured .panel .collapse .panel-body a:hover, .content .panel-group.accordion.accordion-coloured .panel .collapse .panel-body a:focus,
.content .panel-group.accordion.accordion-coloured .panel .collapse .panel-body a:active, .content .panel-group.accordion.accordion-coloured .panel .collapse .panel-body a:visited,
.content .panel-group.accordion.accordion-coloured .panel .panel-body p {
  color: #fff; }

@media (max-width: 1439px) {
  .content .panel-group.accordion.accordion-coloured .panel {
    margin-left: 8%; } }

@media (max-width: 799px) {
  .content .panel-group.accordion.accordion-coloured .panel {
    margin-left: 0;
    padding-right: 10px; } }

.content .panel-group.accordion.accordion-coloured .panel .panel-heading h2 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 32px;
  margin-bottom: 2px; }

@media (max-width: 1023px) {
  .content .panel-group.accordion.accordion-coloured .panel .panel-heading h2 {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 26px; } }

.content .panel-group.accordion.accordion-coloured .panel .panel-heading h2 a .icon-link.icon-accordion {
  padding-right: 13px;
  padding-left: 66px; }

.content .panel-group.accordion.accordion-coloured .panel .panel-heading h2 a .icon-link.icon-accordion.color-violet-4 {
  display: block; }

.content .panel-group.accordion.accordion-coloured .panel .panel-heading h2 a .icon-link.icon-accordion.color-violet-4:before {
  content: url("Images/icon-accordion-coloured_up.png");
  position: absolute;
  left: 0px;
  top: 22px; }

.content .panel-group.accordion.accordion-coloured .panel .panel-heading h2 a .icon-link.icon-accordion.color-f {
  display: block; }

.content .panel-group.accordion.accordion-coloured .panel .panel-heading h2 a .icon-link.icon-accordion.color-f:before {
  content: url("Images/icon-accordion-coloured-2_up.png");
  position: absolute;
  left: 0px;
  top: 22px; }

.content .panel-group.accordion.accordion-coloured .panel .panel-heading h2 a:hover, .content .panel-group.accordion.accordion-coloured .panel .panel-heading h2 a:focus {
  text-decoration: none; }

.content .panel-group.accordion.accordion-coloured .panel .panel-heading h2 a:hover .elem-inline, .content .panel-group.accordion.accordion-coloured .panel .panel-heading h2 a:focus .elem-inline {
  border-bottom: 1px solid #fff; }

.content .panel-group.accordion.accordion-coloured .panel .panel-heading h2 a.collapsed .icon-link.icon-accordion.color-violet-4 {
  display: block; }

.content .panel-group.accordion.accordion-coloured .panel .panel-heading h2 a.collapsed .icon-link.icon-accordion.color-violet-4:before {
  content: url("Images/icon-accordion-coloured.png");
  position: absolute;
  left: 0px;
  top: 22px; }

.content .panel-group.accordion.accordion-coloured .panel .panel-heading h2 a.collapsed .icon-link.icon-accordion.color-f {
  display: block; }

.content .panel-group.accordion.accordion-coloured .panel .panel-heading h2 a.collapsed .icon-link.icon-accordion.color-f:before {
  content: url("Images/icon-accordion-coloured-2.png");
  position: absolute;
  left: 0px;
  top: 22px; }

.content .panel-group.accordion.accordion-coloured .panel .panel-collapse {
  margin-top: 15px; }

.content .panel-group.accordion.accordion-coloured .panel .panel-body {
  padding-bottom: 10px; }

@media (max-width: 799px) {
  .content .panel-group.accordion.accordion-coloured .panel .panel-body {
    margin-left: 20px; } }

.content .panel-group.accordion.accordion-coloured .panel .panel-body h3 {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 40px;
  margin-bottom: 40px; }

@media (max-width: 1023px) {
  .content .panel-group.accordion.accordion-coloured .panel .panel-body h3 {
    font-size: 32.5px;
    font-size: 2.03125rem;
    line-height: 32.5px; } }

.content .panel-group.accordion.accordion-coloured .panel .panel-body a {
  position: relative;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  color: #fff !important; }

.content .panel-group.accordion.accordion-coloured .panel .panel-body a:hover {
  color: #fff !important;
  border-bottom: 1px solid transparent;
  text-decoration: none; }

.content .panel-group.accordion.accordion-coloured .panel .panel-collapse .panel-body p a {
  border-bottom: 1px solid #fff; }

.content .panel-group.accordion.accordion-coloured .panel .panel-collapse .panel-body p a.external-link {
  margin-left: 25px;
  text-decoration: none;
  color: #fff !important;
  border-bottom: 1px solid #fff; }

.content .panel-group.accordion.accordion-coloured .panel .panel-collapse .panel-body p a.external-link:hover {
  border-bottom: 1px solid transparent; }

.content .panel-group.accordion.accordion-coloured .panel .panel-collapse .panel-body p a.external-link::before {
  content: url("Images/icon-external-white.png");
  position: absolute;
  top: 0;
  left: -25px;
  background-color: transparent; }

.content .panel-group.accordion.accordion-coloured .panel .panel-collapse .panel-body p a.download {
  margin-left: 22px;
  text-decoration: none;
  color: #fff !important; }

.content .panel-group.accordion.accordion-coloured .panel .panel-collapse .panel-body p a.download::before {
  content: url("Images/icon-download-white.png");
  position: absolute;
  top: 0;
  left: -18px;
  background-color: transparent; }

.content .panel-group.accordion.accordion-coloured .panel .panel-collapse .panel-body p a:hover {
  border-bottom: 1px solid transparent; }

.content .panel-group.accordion.accordion-coloured .panel .panel-collapse .panel-body p a:hover.external-link::before {
  content: url("Images/icon-external-white_hover.png"); }

.content.content-page .std-text {
  margin-bottom: 80px; }

.content.content-page .std-text h2 {
  margin-top: -10px; }

/*------------------------------------ Listenseiten ----------------------------------------*/
.content {
  /* nicht fuer reine Inhatsseiten */ }

.content h1 {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 32px;
  margin-bottom: 35px; }

.content.content-page .intro h1 {
  margin-top: 0px;
  margin-bottom: 22px; }

.content .focus-stage h1 {
  margin-top: 12px; }

.content .std-list ul {
  display: inline-block;
  padding-left: 0;
  padding-left: 0px;
  margin-top: 10px; }

.content .std-list ul li.link-wrapper {
  list-style-type: none;
  margin-top: 0px;
  margin-bottom: 30px; }

.content .std-list ul li.link-wrapper .date-cat {
  margin-bottom: 6px; }

.content .std-list ul li.link-wrapper .date-cat .date {
  display: inline-block;
  margin-right: 25px;
  vertical-align: super;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: bold; }

.content .std-list ul li.link-wrapper .date-cat .cat {
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: bold; }

.content .std-list ul li.link-wrapper .date-cat .cat ul {
  display: inline-block;
  padding-left: 0;
  margin-bottom: 0px;
  margin-top: 0px; }

.content .std-list ul li.link-wrapper .date-cat .cat ul li {
  list-style-type: none;
  float: left;
  padding-left: 0px;
  padding-right: 25px; }

.content .std-list ul li.link-wrapper a {
  position: relative;
  display: inline-block; }

.content .std-list ul li.link-wrapper a:hover, .content .std-list ul li.link-wrapper a:focus, .content .std-list ul li.link-wrapper a:active {
  text-decoration: none; }

.content .std-list ul li.link-wrapper a .icon-link {
  font-size: 19.5px;
  font-size: 1.21875rem;
  line-height: 1.333333;
  font-weight: bold;
  border-bottom: 1px solid transparent;
  margin-left: 32px;
  padding-left: 0; }

.content .std-list ul li.link-wrapper a:hover .icon-link {
  border-bottom: 1px solid #502572; }

.content .std-list ul li.link-wrapper a .icon-link {
  display: inline; }

.content .std-list ul li.link-wrapper a .icon-link:after {
  content: url("Images/icon-header-internal-lilac.png");
  position: absolute;
  left: 0;
  top: 5px; }

.content .std-list ul li.link-wrapper a:hover .icon-link, .content .std-list ul li.link-wrapper a:focus .icon-link, .content .std-list ul li.link-wrapper a:active .icon-link {
  color: #502572; }

.content .std-list ul li.link-wrapper a:hover .icon-link:after, .content .std-list ul li.link-wrapper a:focus .icon-link:after, .content .std-list ul li.link-wrapper a:active .icon-link:after {
  content: url("Images/icon-header-internal-lilac_hover.png"); }

@media (min-width: 1024px) {
  .content .std-list ul li.link-wrapper a .icon-link:after {
    top: 3px; } }

.content .std-list ul li.link-wrapper a h3 {
  margin: 0; }

.content .more-button {
  text-align: center; }

.content .more-button .btn {
  border-radius: 0;
  padding: 22px 48px;
  margin: 20px 0 0 0;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: bold; }

/*------------------------------------ Listenseiten ----------------------------------------*/
.content .std-list.dates {
  clear: both;
  float: none;
  width: auto;
  background-color: #fff;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 20px; }

.content .std-list.dates .dates-list ul li.link-wrapper {
  margin-bottom: 50px; }

.content .std-list.dates .dates-list ul li.link-wrapper .left {
  background-color: #462672; }

.content .std-list.dates .dates-list ul li.link-wrapper .left span {
  color: #fff; }

.content .std-list.dates .dates-list ul li.link-wrapper .right .date-cat {
  color: #000;
  font-weight: bold; }

.content .std-list.dates .dates-list ul li.link-wrapper .right .date-cat div {
  display: inline-block; }

.content .std-list.dates .dates-list ul li.link-wrapper .right a {
  color: #502572;
  margin-bottom: 6px;
  position: relative;
  display: inline-block; }

.content .std-list.dates .dates-list ul li.link-wrapper .right a h3 {
  margin-top: 10px; }

.content .std-list.dates .dates-list ul li.link-wrapper .right a:hover, .content .std-list.dates .dates-list ul li.link-wrapper .right a:focus, .content .std-list.dates .dates-list ul li.link-wrapper .right a:active {
  text-decoration: none; }

.content .std-list.dates .dates-list ul li.link-wrapper .right a .icon-link {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.333333;
  font-weight: bold;
  border-bottom: 1px solid transparent;
  margin-left: 32px;
  padding-left: 0; }

.content .std-list.dates .dates-list ul li.link-wrapper .right a:hover .icon-link {
  border-bottom: 1px solid #502572; }

.content .std-list.dates .dates-list ul li.link-wrapper .right a .icon-link {
  display: inline; }

.content .std-list.dates .dates-list ul li.link-wrapper .right a .icon-link:after {
  content: url("Images/icon-list-lilac.png");
  position: absolute;
  left: 0;
  top: 0px; }

.content .std-list.dates .dates-list ul li.link-wrapper .right a:hover .icon-link, .content .std-list.dates .dates-list ul li.link-wrapper .right a:focus .icon-link, .content .std-list.dates .dates-list ul li.link-wrapper .right a:active .icon-link {
  color: #502572; }

.content .std-list.dates .dates-list ul li.link-wrapper .right a:hover .icon-link:after, .content .std-list.dates .dates-list ul li.link-wrapper .right a:focus .icon-link:after, .content .std-list.dates .dates-list ul li.link-wrapper .right a:active .icon-link:after {
  content: url("Images/icon-internal-lilac_hover.png"); }

.content .std-list.dates .dates-list ul li.link-wrapper .right a .icon-link:after {
  left: -30px; }

.content .std-list.dates .dates-list ul li.link-wrapper .right p {
  padding-left: 0;
  color: #000; }

.content.list-page .intro h1 {
  padding-left: 10px;
  padding-right: 10px; }

.content.list-page .std-list {
  padding-left: 10px;
  padding-right: 10px; }

.content.list-page .filter {
  position: relative; }

.content.list-page .filter .cat-filter, .content.list-page .filter .format-filter {
  width: 360px;
  position: relative;
  display: inline-block;
  min-height: 1px;
  margin-right: 35px;
  margin-bottom: 20px;
  padding-right: 20px;
  text-align: left; }

.content.list-page .filter .cat-filter .filter-control, .content.list-page .filter .format-filter .filter-control {
  width: 380px;
  height: 52px;
  padding-left: 23px;
  background-color: #462672;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: bold;
  border: 1px solid transparent; }

.content.list-page .filter .cat-filter .filter-control:after, .content.list-page .filter .format-filter .filter-control:after {
  content: url("Images/icon-select-white.png");
  position: absolute;
  width: 12px;
  height: 7px;
  right: 0;
  top: 12px; }

.content.list-page .filter .cat-filter .filter-control:hover, .content.list-page .filter .format-filter .filter-control:hover {
  background-color: #fff;
  border: 1px solid #000; }

.content.list-page .filter .cat-filter .filter-control:hover:after, .content.list-page .filter .format-filter .filter-control:hover:after {
  color: #502572;
  content: url("Images/icon-select-down-lilac.png"); }

.content.list-page .filter .cat-filter .filter-control:hover a, .content.list-page .filter .format-filter .filter-control:hover a {
  color: #502572; }

.content.list-page .filter .cat-filter .filter-control:active, .content.list-page .filter .format-filter .filter-control:active {
  background-color: #462672;
  color: #000; }

.content.list-page .filter .cat-filter .filter-control:focus, .content.list-page .filter .format-filter .filter-control:focus {
  /* background-color: $color-F; */
  color: #000; }

.content.list-page .filter .cat-filter .filter-control a, .content.list-page .filter .format-filter .filter-control a {
  color: #fff;
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: left;
  padding-top: 13px; }

.content.list-page .filter .cat-filter .filter-control.open, .content.list-page .filter .format-filter .filter-control.open {
  background-color: #444; }

.content.list-page .filter .cat-filter .filter-control.open:after, .content.list-page .filter .format-filter .filter-control.open:after {
  content: url("Images/icon-select-up-white.png"); }

.content.list-page .filter .cat-filter .filter-control.open:hover, .content.list-page .filter .format-filter .filter-control.open:hover {
  background-color: #fff;
  border: 1px solid #000; }

.content.list-page .filter .cat-filter .filter-control.open:hover:after, .content.list-page .filter .format-filter .filter-control.open:hover:after {
  color: #000;
  content: url("Images/icon-select-up-lilac.png"); }

.content.list-page .filter .cat-filter .filter-control.open:hover a, .content.list-page .filter .format-filter .filter-control.open:hover a {
  color: #502572; }

.content.list-page .filter .cat-filter .filter-control.open:active, .content.list-page .filter .format-filter .filter-control.open:active {
  background-color: #462672;
  color: #000; }

.content.list-page .filter .cat-filter .filter-control.open:focus, .content.list-page .filter .format-filter .filter-control.open:focus {
  /* background-color: $color-F; */
  color: #000; }

.content.list-page .filter .format-filter {
  width: 145px;
  margin-right: 0px; }

.content.list-page .filter .format-filter .filter-control {
  width: 165px; }

.content.list-page .filter .filter-list {
  display: none;
  background-color: #e8e8e8;
  width: 100%;
  min-height: 100px;
  position: absolute;
  top: 52px;
  z-index: 100; }

.content.list-page .filter .filter-list .col {
  padding-bottom: 30px;
  padding-top: 30px; }

.content.list-page .filter .filter-list .col ul {
  padding-left: 0px; }

.content.list-page .filter .filter-list .col ul li {
  list-style-type: none; }

.content.list-page .filter .filter-list .col ul li a {
  display: block; }

.content.list-page .filter .filter-list .col ul li a span {
  color: #000;
  padding-left: 30px;
  padding-bottom: 6px;
  padding-top: 6px;
  display: block; }

.content.list-page .filter .filter-list .col ul li a span strong {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  color: #000;
  display: block;
  margin-bottom: 4px; }

.content.list-page .filter .filter-list .col ul li a:hover {
  text-decoration: none;
  background-color: #462672; }

.content.list-page .filter .filter-list .col ul li a:hover span {
  color: #fff; }

.content.list-page .filter .filter-list .col ul li a:hover strong {
  color: #fff; }

.content.list-page .filter .filter-list .col ul li a:active {
  background-color: #462672; }

.content.list-page .filter .filter-list .col ul li a:active span {
  color: #fff; }

.content.list-page .filter .filter-list .col ul li a:active strong {
  color: #fff; }

.content.list-page .filter .filter-list .col ul li a:focus {
  background-color: #462672; }

.content.list-page .filter .filter-list .col ul li a:focus span {
  color: #fff; }

.content.list-page .filter .filter-list .col ul li a:focus strong {
  color: #fff; }

.content.list-page .filter .filter-list.cat .col {
  float: left;
  width: calc(50%);
  min-height: 100px; }

.content.list-page .filter .filter-list.format {
  z-index: 90; }

/*------------------------------------ Teaserliste -----------------------------------------*/
.content .intro + .teaser-list {
  /* margin-top: 104px; */ }

.content .teaser-list {
  /* element-box */
  margin-bottom: 75px; }

.content .teaser-list:last-child {
  margin-bottom: 0px; }

.content .teaser-list h2 {
  font-weight: bold;
  /* margin-left: $start-offset-left; */
  margin-top: 0;
  margin-bottom: 30px; }

.content .teaser-list .color-a figure.image, .content .teaser-list .color-a div.image {
  background-color: #6e2272; }

.content .teaser-list .color-b figure.image, .content .teaser-list .color-b div.image {
  background-color: #2e2672; }

.content .teaser-list .color-c figure.image, .content .teaser-list .color-c div.image {
  background-color: #462672; }

.content .teaser-list .color-d figure.image, .content .teaser-list .color-d div.image {
  background-color: #5a2572; }

.content .teaser-list .color-e figure.image, .content .teaser-list .color-e div.image {
  background-color: #462672; }

.content .teaser-list .color-f figure.image, .content .teaser-list .color-f div.image {
  background-color: #5a2572; }

.content .teaser-list .color-g figure.image, .content .teaser-list .color-g div.image {
  background-color: #2e2672; }

.content .teaser-list .color-h figure.image, .content .teaser-list .color-h div.image {
  background-color: #6e2272; }

.content .teaser-list > div:nth-child(9n + 1) {
  background-color: #5a2572; }

.content .teaser-list > div:nth-child(9n + 2) {
  background-color: #462672; }

.content .teaser-list > div:nth-child(9n + 3) {
  background-color: #6e2272; }

.content .teaser-list > div:nth-child(9n + 4) {
  background-color: #462672; }

.content .teaser-list > div:nth-child(9n + 5) {
  background-color: #6e2272; }

.content .teaser-list > div:nth-child(9n + 6) {
  background-color: #5a2572; }

.content .teaser-list > div:nth-child(9n + 7) {
  background-color: #6e2272; }

.content .teaser-list > div:nth-child(9n + 8) {
  background-color: #5a2572; }

.content .teaser-list > div:nth-child(9n + 9) {
  background-color: #462672; }

.content .teaser-list .article {
  color: #fff;
  min-height: 240px; }

.content .teaser-list .article .header .image {
  height: 32vw;
  overflow: hidden;
  width: 100%; }

@media screen and (min-width: 1440px) {
  .content .teaser-list .article .header .image {
    height: 22vw; } }

@media screen and (min-width: 640px) {
  .content .teaser-list .article .header .image {
    height: auto; } }

.content .teaser-list .article .header .image img {
  width: 100%; }

.content .teaser-list .article .header .image figcaption {
  position: relative; }

.content .teaser-list .article .header .image figcaption span {
  position: absolute;
  display: inline-block;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff; }

.content .teaser-list .article .header div.image {
  margin-bottom: 30px; }

.content .teaser-list .article .header .link-wrapper {
  display: inline-block;
  width: 100%;
  min-height: 140px;
  margin-left: 0;
  padding: 30px 12.50001% 30px 12.50001%; }

.content .teaser-list .article .header .link-wrapper a {
  display: block;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: normal; }

.content .teaser-list .article .header .link-wrapper a:hover {
  text-decoration: none; }

.content .teaser-list .article .header .link-wrapper a h3 {
  margin: 7px 0 0 0;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.333333;
  font-weight: bold;
  position: relative;
  padding-left: 15px; }

.content .teaser-list .article .header .link-wrapper a h3 span {
  border-bottom: 1px solid transparent; }

.content .teaser-list .article .header .link-wrapper a h3:before {
  content: url("Images/icon-header-internal-white.png");
  position: absolute;
  left: -23px;
  top: 4px; }

@media (max-width: 1023px) {
  .content .teaser-list .article .header .link-wrapper a h3:before {
    top: 5px; } }

.content .teaser-list .article .header .link-wrapper a:hover h3 span {
  border-bottom: 1px solid #fff; }

.content .teaser-list .article .header .link-wrapper a:hover h3:before {
  content: url("Images/icon-header-internal-white_hover.png"); }

.content .teaser-list .article .header .link-wrapper a:active h3:before {
  content: url("Images/icon-header-internal-white_hover.png"); }

.content .teaser-list .article .header .link-wrapper a:focus h3:before {
  content: url("Images/icon-header-internal-white_hover.png"); }

/*------------------------------------ Downloadliste -----------------------------------------*/
.content .intro + .download-list {
  margin-top: 104px; }

.content .teaser-list .col-sm-12.col-md-8 {
  /*
      display: -webkit-inline-flex;
      -webkit-flex-direction: column;
      display: inline-flex;
      flex-direction: column;
*/ }

.content .teaser-list .download-box {
  color: #fff; }

.content .teaser-list .download-box .text-wrapper {
  padding: 36px 12.50001% 30px 12.50001%;
  display: inline-block; }

.content .teaser-list .download-box .text-wrapper .header {
  color: #fff;
  display: inline-block;
  margin-bottom: 2px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: normal; }

.content .teaser-list .download-box .text-wrapper .header h3 {
  margin: 7px 0 15px 0;
  font-size: 19.5px;
  font-size: 1.21875rem;
  line-height: 1.333333;
  font-weight: bold; }

.content .teaser-list .download-box .text-wrapper .list-wrapper {
  display: inline-block;
  width: 100%;
  margin-left: 0; }

.content .teaser-list .download-box .text-wrapper .list-wrapper .link-wrapper {
  margin-top: 12px; }

.content .teaser-list .download-box .text-wrapper .list-wrapper .link-wrapper span {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: bold;
  padding-left: 20px; }

.content .teaser-list .download-box .text-wrapper .list-wrapper .link-wrapper a {
  color: #fff;
  padding-right: 20px;
  position: relative;
  display: inline-block; }

.content .teaser-list .download-box .text-wrapper .list-wrapper .link-wrapper a:hover, .content .teaser-list .download-box .text-wrapper .list-wrapper .link-wrapper a:focus, .content .teaser-list .download-box .text-wrapper .list-wrapper .link-wrapper a:active {
  text-decoration: none; }

.content .teaser-list .download-box .text-wrapper .list-wrapper .link-wrapper a .icon-link {
  padding-left: 32px; }

.content .teaser-list .download-box .text-wrapper .list-wrapper .link-wrapper a .icon-link span {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: bold;
  border-bottom: 1px solid transparent;
  padding-left: 0px;
  margin-right: 0px; }

.content .teaser-list .download-box .text-wrapper .list-wrapper .link-wrapper a .icon-link span + span {
  margin-left: 0;
  margin-right: 0px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: bold;
  color: #fff; }

.content .teaser-list .download-box .text-wrapper .list-wrapper .link-wrapper a .icon-link span + span:before {
  content: '';
  display: inline-block;
  width: 20px; }

.content .teaser-list .download-box .text-wrapper .list-wrapper .link-wrapper a:hover .icon-link span {
  border-bottom: 1px solid #fff;
  /* border-bottom: 1px solid $color;
    border-bottom: 1px solid $link-color; */ }

.content .teaser-list .download-box .text-wrapper .list-wrapper .link-wrapper a:hover .icon-link span + span {
  border-bottom: 1px solid transparent; }

.content .teaser-list .download-box .text-wrapper .list-wrapper .link-wrapper a .icon-link.download {
  display: block; }

.content .teaser-list .download-box .text-wrapper .list-wrapper .link-wrapper a .icon-link.download:before {
  content: url("Images/icon-download-white.png");
  position: absolute;
  left: 0px;
  top: 0px; }

.content .teaser-list .download-box .text-wrapper .list-wrapper .link-wrapper a:hover .icon-link.external, .content .teaser-list .download-box .text-wrapper .list-wrapper .link-wrapper a:focus .icon-link.external, .content .teaser-list .download-box .text-wrapper .list-wrapper .link-wrapper a:active .icon-link.external {
  color: #fff; }

.content .teaser-list .download-box .text-wrapper .list-wrapper .link-wrapper a:hover .icon-link.external:before, .content .teaser-list .download-box .text-wrapper .list-wrapper .link-wrapper a:focus .icon-link.external:before, .content .teaser-list .download-box .text-wrapper .list-wrapper .link-wrapper a:active .icon-link.external:before {
  content: url("Images/icon-download-white_hover.png"); }

.content .teaser-list .download-box .text-wrapper .list-wrapper ul {
  display: inline-block;
  padding-left: 0;
  padding-left: 0px;
  margin-top: 0px; }

.content .teaser-list .download-box .text-wrapper .list-wrapper ul li.link-wrapper {
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 24px; }

.content .teaser-list .download-box .image {
  position: relative;
  height: 32vw;
  overflow: hidden; }

@media screen and (min-width: 1440px) {
  .content .teaser-list .download-box .image {
    height: 22vw; } }

@media screen and (min-width: 640px) {
  .content .teaser-list .download-box .image {
    height: auto; } }

.content .teaser-list .download-box .image a img {
  width: 100%; }

.content .teaser-list .download-box .image a .icon-link.enlarge {
  position: absolute;
  display: inline-block;
  right: 0;
  bottom: 0;
  width: 38px;
  height: 38px;
  display: block; }

.content .teaser-list .download-box .image a .icon-link.enlarge:before {
  content: url("Images/icon-enlarge.png");
  position: absolute;
  left: 0px;
  top: 0px; }

.content .teaser-list .download-box .image a:hover .icon-link.enlarge:before {
  content: url("Images/icon-enlarge_hover.png"); }

.content .teaser-list .download-box .image a:active .icon-link.enlarge:before {
  content: url("Images/icon-enlarge_hover.png"); }

.content .teaser-list .download-box .image a:focus .icon-link.enlarge:before {
  content: url("Images/icon-enlarge_hover.png"); }

/*------------------------------------ Presse Details -----------------------------------------*/
.content.press .intro {
  padding-left: 10px;
  padding-right: 10px; }

.content.press .management-news .mgnt .mgnt-text {
  padding-left: 10px;
  padding-right: 10px; }

.content.press .management-news .mgnt .mgnt-text h3 {
  padding-left: 0px; }

.content.press .management-news .mgnt .mgnt-text .link-wrapper a .icon-link {
  font-weight: normal; }

.content.teaser-page .intro {
  padding-left: 10px;
  padding-right: 10px; }

.content.teaser-page .intro h1 {
  font-size: 32.5px;
  font-size: 2.03125rem;
  line-height: 1.2;
  margin-top: 0px; }

.content.teaser-page .teaser-list h2 {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.25; }

.content.teaser-page .teaser-list .link-wrapper h3 span {
  font-size: 19.5px;
  font-size: 1.21875rem;
  line-height: 1.333333; }

/*------------------------------------ Downloads (Presse) -----------------------------------------*/
.content .downloads {
  /* element-box */
  /* header-offset */
  /* std-offset-bottom */
  margin-bottom: 100px; }

.content .downloads h2 {
  font-weight: bold;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 40px;
  font-size: 32.5px;
  font-size: 2.03125rem;
  line-height: 1.2;
  padding-left: 10px;
  padding-right: 10px; }

.content .downloads .download-wrapper {
  background-color: #2e2672;
  display: inline-flex;
  flex-direction: column-reverse;
  width: 100%; }

.content .downloads .download-wrapper .download-links {
  color: #fff;
  padding: 20px 10px 20px 10px; }

.content .downloads .download-wrapper .download-links h3 {
  margin-top: 0px;
  margin-bottom: 12px;
  font-size: 19.5px;
  font-size: 1.21875rem;
  line-height: 1.333333;
  font-weight: bold; }

.content .downloads .download-wrapper .download-links p {
  color: #fff; }

.content .downloads .download-wrapper .download-links .list-wrapper .link-wrapper {
  margin-left: 0px;
  padding-right: 20px;
  position: relative; }

.content .downloads .download-wrapper .download-links .list-wrapper .link-wrapper a {
  color: #fff;
  position: relative;
  display: inline-block; }

.content .downloads .download-wrapper .download-links .list-wrapper .link-wrapper a:hover, .content .downloads .download-wrapper .download-links .list-wrapper .link-wrapper a:focus, .content .downloads .download-wrapper .download-links .list-wrapper .link-wrapper a:active {
  text-decoration: none; }

.content .downloads .download-wrapper .download-links .list-wrapper .link-wrapper a .icon-link {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: bold;
  border-bottom: 1px solid transparent;
  margin-left: 32px;
  padding-left: 0px; }

.content .downloads .download-wrapper .download-links .list-wrapper .link-wrapper a:hover .icon-link {
  border-bottom: 1px solid #fff;
  /* border-bottom: 1px solid $color;
    border-bottom: 1px solid $link-color; */ }

.content .downloads .download-wrapper .download-links .list-wrapper .link-wrapper a .icon-link {
  display: inline;
  margin-left: 36px; }

.content .downloads .download-wrapper .download-links .list-wrapper .link-wrapper a .icon-link:before {
  content: url("Images/icon-internal-white.png");
  position: absolute;
  left: 0px;
  top: 0px; }

.content .downloads .download-wrapper .download-links .list-wrapper .link-wrapper a:hover .icon-link {
  color: #fff; }

.content .downloads .download-wrapper .download-links .list-wrapper .link-wrapper a:hover .icon-link:before {
  content: url("Images/icon-internal-white_hover.png"); }

.content .downloads .download-wrapper .download-links .list-wrapper .link-wrapper a:active .icon-link {
  color: #fff; }

.content .downloads .download-wrapper .download-links .list-wrapper .link-wrapper a:active .icon-link:before {
  content: url("Images/icon-internal-white_hover.png"); }

.content .downloads .download-wrapper .download-links .list-wrapper .link-wrapper a:focus .icon-link {
  color: #fff; }

.content .downloads .download-wrapper .download-links .list-wrapper .link-wrapper a:focus .icon-link:before {
  content: url("Images/icon-internal-white_hover.png"); }

.content .downloads .download-wrapper .download-links .list-wrapper span {
  /*
            @include font-size($continuous-text);
            @include line-height($continuous-text-lh);
            font-weight: $font-weight5;
*/
  color: #fff; }

.content .downloads .download-wrapper .download-links .list-wrapper ul {
  display: inline-block;
  padding-left: 0;
  padding-left: 0px;
  margin-top: 10px;
  margin-bottom: 0px; }

.content .downloads .download-wrapper .download-links .list-wrapper ul li.link-wrapper {
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 30px; }

.content .downloads .download-wrapper .download-picts .figure {
  height: 25vw;
  overflow: hidden; }

.content .downloads .download-wrapper .download-picts .figure img {
  display: block;
  float: left;
  width: 25%; }

.content .stage-header {
  display: inline-block;
  margin-bottom: 0px; }

.content .stage-header .stage-wrapper {
  /* element-box */
  /* margin-bottom: 100px; */
  display: flex;
  flex-direction: column-reverse;
  position: relative; }

.content .stage-header .stage-wrapper .stage-text {
  min-height: unset;
  padding: 20px 10px 40px 10px;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 200; }

.content .stage-header .stage-wrapper .stage-text h1 {
  font-size: 32.5px;
  font-size: 2.03125rem;
  line-height: 1.2;
  margin-top: 12px;
  margin-bottom: 19px; }

.content .stage-header .stage-wrapper .stage-text strong {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 0px; }

.content .stage-header .stage-wrapper ul {
  display: inline-block;
  padding-left: 0;
  margin-bottom: 0px;
  margin-top: 40px;
  padding-bottom: 0px;
  display: block;
  position: relative;
  bottom: 0px; }

.content .stage-header .stage-wrapper ul li.link-wrapper {
  list-style-type: none;
  float: left;
  padding-left: 0px;
  padding-right: 20px;
  margin-bottom: 12px;
  display: block;
  clear: both;
  float: none; }

.content .stage-header .stage-wrapper ul li.link-wrapper a {
  color: #fff;
  position: relative;
  display: inline-block; }

.content .stage-header .stage-wrapper ul li.link-wrapper a:hover, .content .stage-header .stage-wrapper ul li.link-wrapper a:focus, .content .stage-header .stage-wrapper ul li.link-wrapper a:active {
  text-decoration: none; }

.content .stage-header .stage-wrapper ul li.link-wrapper a .icon-link {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: bold;
  border-bottom: 1px solid transparent;
  margin-left: 32px;
  padding-left: 0px; }

.content .stage-header .stage-wrapper ul li.link-wrapper a:hover .icon-link {
  border-bottom: 1px solid #fff;
  /* border-bottom: 1px solid $color;
    border-bottom: 1px solid $link-color; */ }

.content .stage-header .stage-wrapper ul li.link-wrapper a .icon-link.internal {
  display: inline; }

.content .stage-header .stage-wrapper ul li.link-wrapper a .icon-link.internal:before {
  content: url("Images/icon-internal-white.png");
  position: absolute;
  left: 0px;
  top: 0px; }

.content .stage-header .stage-wrapper ul li.link-wrapper a:hover .icon-link.internal, .content .stage-header .stage-wrapper ul li.link-wrapper a:focus .icon-link.internal, .content .stage-header .stage-wrapper ul li.link-wrapper a:active .icon-link.internal {
  color: #fff; }

.content .stage-header .stage-wrapper ul li.link-wrapper a:hover .icon-link.internal:before, .content .stage-header .stage-wrapper ul li.link-wrapper a:focus .icon-link.internal:before, .content .stage-header .stage-wrapper ul li.link-wrapper a:active .icon-link.internal:before {
  content: url("Images/icon-internal-white_hover.png"); }

.content .stage-header .stage-wrapper ul li.link-wrapper a .icon-link.external {
  display: inline; }

.content .stage-header .stage-wrapper ul li.link-wrapper a .icon-link.external:before {
  content: url("Images/icon-external-white.png");
  position: absolute;
  left: 0px;
  top: 0px; }

.content .stage-header .stage-wrapper ul li.link-wrapper a:hover .icon-link.external, .content .stage-header .stage-wrapper ul li.link-wrapper a:focus .icon-link.external, .content .stage-header .stage-wrapper ul li.link-wrapper a:active .icon-link.external {
  color: #fff; }

.content .stage-header .stage-wrapper ul li.link-wrapper a:hover .icon-link.external:before, .content .stage-header .stage-wrapper ul li.link-wrapper a:focus .icon-link.external:before, .content .stage-header .stage-wrapper ul li.link-wrapper a:active .icon-link.external:before {
  content: url("Images/icon-external-white_hover.png"); }

.content .stage-header .stage-wrapper ul li.link-wrapper a .icon-link.page-internal {
  display: inline; }

.content .stage-header .stage-wrapper ul li.link-wrapper a .icon-link.page-internal:before {
  content: url("Images/icon-down-white.png");
  position: absolute;
  left: 0px;
  top: -1px; }

.content .stage-header .stage-wrapper ul li.link-wrapper a .icon-link.page-internal:before {
  left: 5px; }

.content .stage-header .stage-wrapper ul li.link-wrapper a:hover .icon-link.page-internal, .content .stage-header .stage-wrapper ul li.link-wrapper a:focus .icon-link.page-internal, .content .stage-header .stage-wrapper ul li.link-wrapper a:active .icon-link.page-internal {
  color: #fff; }

.content .stage-header .stage-wrapper ul li.link-wrapper a:hover .icon-link.page-internal:before, .content .stage-header .stage-wrapper ul li.link-wrapper a:focus .icon-link.page-internal:before, .content .stage-header .stage-wrapper ul li.link-wrapper a:active .icon-link.page-internal:before {
  content: url("Images/icon-down-white.png"); }

.content .stage-header .stage-wrapper .stage-pict {
  width: 100%; }

.content .stage-header .stage-wrapper .stage-pict img {
  min-height: auto;
  min-height: unset;
  -o-object-fit: unset;
  object-fit: unset;
  width: 100%;
  height: auto; }

.content .stage-header .stage-wrapper .stage-pict figcaption {
  position: relative; }

.content .stage-header .stage-wrapper .stage-pict figcaption span {
  position: absolute;
  display: inline-block;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
  color: white; }

.content .stage-header.landing .stage-text {
  padding-top: 25px;
  min-height: auto;
  min-height: unset; }

.content .stage-header.landing .stage-pict {
  width: 100%;
  /* Background images */ }

.content .stage-header.landing .stage-pict .bg-img {
  background-image: url("Images/stage-slider/landing-dummy.jpg");
  background-position: center center;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 602px;
  min-height: auto;
  min-height: unset;
  height: auto;
  height: 50vw; }

.content .stage-header.landing .stage-pict img {
  min-height: 600px;
  -o-object-fit: cover;
  object-fit: cover; }

.content .stage-header.landing {
  width: 100%; }

.content .stage-header.landing .stage-wrapper {
  width: 100%;
  /* hinzu +js anpassen oder nur falsche Bildgroesse??? */
  /* min-height: 600; */ }

.content .stage-header.landing .stage-wrapper .video.stage-pict iframe {
  height: 100%;
  width: 100%; }

.content .stage-header.campaign {
  display: block; }

.content .stage-header.campaign .intro {
  clear: both; }

.content .stage-header.campaign .intro p {
  clear: both; }

.content .stage-header.campaign .stage-wrapper {
  margin-bottom: 55px;
  float: none; }

.content .stage-header.campaign .stage-wrapper .stage-text {
  height: auto; }

.content .stage-header.campaign .stage-wrapper .stage-pict {
  position: relative;
  /* Background images */ }

.content .stage-header.campaign .stage-wrapper .stage-pict .bg-img {
  background-image: url("Images/stage-slider/start-stage.jpg");
  background-position: center center;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: unset;
  /*
          height: 100%;
          height: 48.855vw;
*/
  height: 50vw; }

.content .combi-big {
  margin-bottom: 50px; }

.content .combi-big .combi-wrapper {
  display: table;
  width: 100%; }

.content .combi-big .combi-wrapper .header {
  position: relative;
  display: inline-block;
  z-index: 20;
  padding: 20px 10px 0 10px;
  margin-top: 0px;
  background-color: #fff; }

.content .combi-big .combi-wrapper .header span {
  position: absolute;
  display: inline-block;
  right: 0;
  /* top: -27px */
  padding: 2px 10px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4); }

.content .combi-big .combi-wrapper .header h2 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.25;
  font-weight: bold;
  background-color: #fff;
  margin-top: 27px;
  margin-bottom: 30px; }

.content .combi-big .combi-wrapper .header .intro {
  background-color: #fff;
  margin-top: 0px;
  margin-bottom: 0;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.333333;
  font-weight: normal; }

.content .combi-big .combi-wrapper .header .intro p {
  margin-bottom: 0px; }

.content .combi-big .combi-wrapper .image {
  display: table-caption;
  caption-side: top;
  position: relative;
  z-index: 10; }

.content .combi-big .combi-wrapper .image figcaption {
  position: relative;
  padding: 0; }

/* ----------------------- Termindetail-Page ----------------------- */
.content .event-map {
  /* element-box */
  /* std-offset-bottom */
  margin-bottom: 100px;
  background-color: #462672;
  display: flex;
  flex-direction: column-reverse; }

.content .event-map .map {
  height: 50vw; }

.content .event-map .map #gmap {
  /*
        width: auto !important;
        height: auto !important;
*/ }

.content .event-map .event {
  padding: 45px 10px 50px 10px;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: normal; }

.content .event-map .event h2 {
  margin-top: 0px;
  margin-bottom: 38px;
  font-size: 19.5px;
  font-size: 1.21875rem;
  line-height: 1.333333;
  font-weight: bold; }

.content .event-map .event h3 {
  margin-top: 28px;
  margin-bottom: 15px;
  font-size: 19.5px;
  font-size: 1.21875rem;
  line-height: 1.333333; }

.content .event-map .event .event-venue a {
  color: #fff;
  text-decoration: underline; }

.content .event-map .event .event-venue .address {
  margin-bottom: 20px; }

.content .event-map .event a {
  color: white;
  position: relative;
  display: inline-block; }

.content .event-map .event a:hover, .content .event-map .event a:focus, .content .event-map .event a:active {
  text-decoration: none; }

.content .event-map .event a .icon-link {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: bold;
  border-bottom: 1px solid transparent;
  margin-left: 32px;
  padding-left: 0; }

.content .event-map .event a:hover .icon-link {
  border-bottom: 1px solid #fff; }

.content .event-map .event a .icon-link {
  display: inline; }

.content .event-map .event a .icon-link:after {
  content: url("Images/icon-external-white.png");
  position: absolute;
  left: 0;
  top: 2px; }

.content .event-map .event a:hover .icon-link, .content .event-map .event a:focus .icon-link, .content .event-map .event a:active .icon-link {
  color: #fff; }

.content .event-map .event a:hover .icon-link:after, .content .event-map .event a:focus .icon-link:after, .content .event-map .event a:active .icon-link:after {
  content: url("Images/icon-external-white_hover.png"); }

/* ----------------------- Sitemap ----------------------- */
.content.sitemap-page h1 {
  padding-left: 10px;
  padding-right: 10px; }

.content.sitemap-page .sitemap {
  margin-top: 32px;
  margin-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px; }

.content.sitemap-page .sitemap ul {
  display: block;
  padding-left: 0px; }

.content.sitemap-page .sitemap ul li {
  list-style-type: none; }

.content.sitemap-page .sitemap ul.level-1 li {
  margin-bottom: 40px; }

.content.sitemap-page .sitemap ul.level-1 li a {
  font-weight: bold;
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid transparent; }

.content.sitemap-page .sitemap ul.level-1 li a span.icon-link {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.25;
  color: #444; }

.content.sitemap-page .sitemap ul.level-1 li a:hover {
  border-bottom: 1px solid #000;
  text-decoration: none; }

.content.sitemap-page .sitemap ul.level-1 li a:active {
  border-bottom: 1px solid #000;
  text-decoration: none; }

.content.sitemap-page .sitemap ul.level-1 li a:focus {
  border-bottom: 1px solid #000;
  text-decoration: none; }

.content.sitemap-page .sitemap ul.level-1 li .level-1-header {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.25;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 20px; }

.content.sitemap-page .sitemap ul.level-1 li .level-2 .link-wrapper {
  margin-bottom: 4px; }

.content.sitemap-page .sitemap ul.level-1 li .level-2 .link-wrapper a {
  position: relative;
  display: inline-block;
  color: #502572; }

.content.sitemap-page .sitemap ul.level-1 li .level-2 .link-wrapper a:hover, .content.sitemap-page .sitemap ul.level-1 li .level-2 .link-wrapper a:focus, .content.sitemap-page .sitemap ul.level-1 li .level-2 .link-wrapper a:active {
  text-decoration: none; }

.content.sitemap-page .sitemap ul.level-1 li .level-2 .link-wrapper a .icon-link {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: bold;
  border-bottom: 1px solid transparent;
  margin-left: 32px;
  padding-left: 0px; }

.content.sitemap-page .sitemap ul.level-1 li .level-2 .link-wrapper a:hover .icon-link {
  border-bottom: 1px solid #502572;
  /* border-bottom: 1px solid $color;
    border-bottom: 1px solid $link-color; */ }

.content.sitemap-page .sitemap ul.level-1 li .level-2 .link-wrapper a .icon-link {
  display: inline;
  display: block;
  color: #502572; }

.content.sitemap-page .sitemap ul.level-1 li .level-2 .link-wrapper a .icon-link:before {
  content: url("Images/icon-list-lilac.png");
  position: absolute;
  left: 0px;
  top: 2px; }

.content.sitemap-page .sitemap ul.level-1 li .level-2 .link-wrapper a:hover .icon-link {
  color: #502572; }

.content.sitemap-page .sitemap ul.level-1 li .level-2 .link-wrapper a:hover .icon-link:before {
  content: url("Images/icon-internal-lilac_hover.png"); }

.content.sitemap-page .sitemap ul.level-1 li .level-2 .link-wrapper a:active .icon-link {
  color: #502572; }

.content.sitemap-page .sitemap ul.level-1 li .level-2 .link-wrapper a:active .icon-link:before {
  content: url("Images/icon-internal-lilac_hover.png"); }

.content.sitemap-page .sitemap ul.level-1 li .level-2 .link-wrapper a:focus .icon-link {
  color: #502572; }

.content.sitemap-page .sitemap ul.level-1 li .level-2 .link-wrapper a:focus .icon-link:before {
  content: url("Images/icon-internal-lilac_hover.png"); }

.content.sitemap-page .sitemap ul.level-1 li .level-2 .link-wrapper a:hover {
  border-bottom: 1px solid transparent;
  text-decoration: none; }

/* ----------------------- Infografikdetail-Page ----------------------- */
.content.info .element-box.std-text {
  margin-bottom: 120px; }

.content.info .infographic .link-wrapper {
  margin-top: -78px;
  padding-bottom: 20px; }

.content.info .infographic .link-wrapper a {
  position: relative;
  display: inline-block; }

.content.info .infographic .link-wrapper a:hover, .content.info .infographic .link-wrapper a:focus, .content.info .infographic .link-wrapper a:active {
  text-decoration: none; }

.content.info .infographic .link-wrapper a .icon-link {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: bold;
  border-bottom: 1px solid transparent;
  margin-left: 32px;
  padding-left: 0px; }

.content.info .infographic .link-wrapper a:hover .icon-link {
  border-bottom: 1px solid #502572;
  /* border-bottom: 1px solid $color;
    border-bottom: 1px solid $link-color; */ }

.content.info .infographic .link-wrapper a .icon-link {
  display: inline; }

.content.info .infographic .link-wrapper a .icon-link:before {
  content: url("Images/icon-internal-lilac.png");
  position: absolute;
  left: 0px;
  top: 2px; }

.content.info .infographic .link-wrapper a:hover .icon-link {
  color: #502572; }

.content.info .infographic .link-wrapper a:hover .icon-link:before {
  content: url("Images/icon-internal-lilac_hover.png"); }

.content.info .infographic .link-wrapper a:active .icon-link {
  color: #502572; }

.content.info .infographic .link-wrapper a:active .icon-link:before {
  content: url("Images/icon-internal-lilac_hover.png"); }

.content.info .infographic .link-wrapper a:focus .icon-link {
  color: #502572; }

.content.info .infographic .link-wrapper a:focus .icon-link:before {
  content: url("Images/icon-internal-lilac_hover.png"); }

.content.info .infographic .list-wrapper .link-wrapper {
  margin-right: 50px;
  position: static;
  top: 0px; }

.content.info .infographic .list-wrapper .link-wrapper a {
  position: relative;
  display: inline-block; }

.content.info .infographic .list-wrapper .link-wrapper a:hover, .content.info .infographic .list-wrapper .link-wrapper a:focus, .content.info .infographic .list-wrapper .link-wrapper a:active {
  text-decoration: none; }

.content.info .infographic .list-wrapper .link-wrapper a .icon-link {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: bold;
  border-bottom: 1px solid transparent;
  margin-left: 32px;
  padding-left: 0px; }

.content.info .infographic .list-wrapper .link-wrapper a:hover .icon-link {
  border-bottom: 1px solid #502572;
  /* border-bottom: 1px solid $color;
    border-bottom: 1px solid $link-color; */ }

.content.info .infographic .list-wrapper .link-wrapper a .icon-link.download {
  display: inline; }

.content.info .infographic .list-wrapper .link-wrapper a .icon-link.download:before {
  content: url("Images/icon-download-lilac.png");
  position: absolute;
  left: 0px;
  top: 2px; }

.content.info .infographic .list-wrapper .link-wrapper a:hover .icon-link.internal, .content.info .infographic .list-wrapper .link-wrapper a:focus .icon-link.internal, .content.info .infographic .list-wrapper .link-wrapper a:active .icon-link.internal {
  color: #502572; }

.content.info .infographic .list-wrapper .link-wrapper a:hover .icon-link.internal:before, .content.info .infographic .list-wrapper .link-wrapper a:focus .icon-link.internal:before, .content.info .infographic .list-wrapper .link-wrapper a:active .icon-link.internal:before {
  content: url("Images/icon-download-lilac_hover.png"); }

.content.info .infographic .list-wrapper .link-wrapper a .icon-link.print {
  display: inline; }

.content.info .infographic .list-wrapper .link-wrapper a .icon-link.print:before {
  content: url("Images/icon-download-lilac.png");
  position: absolute;
  left: 0px;
  top: 2px; }

.content.info .infographic .list-wrapper .link-wrapper a:hover .icon-link.external, .content.info .infographic .list-wrapper .link-wrapper a:focus .icon-link.external, .content.info .infographic .list-wrapper .link-wrapper a:active .icon-link.external {
  color: #502572; }

.content.info .infographic .list-wrapper .link-wrapper a:hover .icon-link.external:before, .content.info .infographic .list-wrapper .link-wrapper a:focus .icon-link.external:before, .content.info .infographic .list-wrapper .link-wrapper a:active .icon-link.external:before {
  content: url("Images/icon-download-lilac_hover.png"); }

.content.info .infographic .list-wrapper .link-wrapper span abbr:first-child {
  margin-left: 10px; }

.content.info .infographic .list-wrapper span {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: bold; }

.content.info .infographic .list-wrapper ul {
  display: inline-block;
  padding-left: 0;
  padding-left: 0px;
  margin-top: 16px;
  margin-bottom: 0px; }

.content.info .infographic .list-wrapper ul li.link-wrapper {
  list-style-type: none;
  float: left;
  padding-left: 0px;
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 23px; }

/* ----------------------- Landing-Page ----------------------- */
.content .links, .content .dates {
  width: 100%;
  clear: both;
  float: none;
  min-height: 320px;
  position: relative;
  padding: 56px 4.16667% 0px 4.16667%; }

.content .links h2, .content .dates h2 {
  margin-top: 0px;
  margin-bottom: 55px;
  color: #fff;
  font-size: 32.5px;
  font-size: 2.03125rem;
  line-height: 1.2; }

@media screen and (min-width: 800px) {
  .content .links, .content .dates {
    width: 100%;
    /*
      clear: none;
      float: left;
*/ } }

.content .links {
  background-color: #6e2272; }

.content .links.combibox-pair {
  /* padding: 56px $start-offset-left 0px $start-offset-left; */
  margin-bottom: 0px;
  padding-bottom: 20px; }

.content .links.combibox-single {
  padding-bottom: 100px; }

.content .links h2 {
  margin-bottom: 50px; }

.content .links .list-wrapper {
  border: 1px solid #fff;
  margin-bottom: 40px; }

.content .links .list-wrapper .link-wrapper {
  margin-left: 20px;
  padding-right: 20px;
  position: relative; }

.content .links .list-wrapper .link-wrapper a {
  color: #fff;
  padding-right: 20px;
  position: relative;
  display: inline-block; }

.content .links .list-wrapper .link-wrapper a:hover, .content .links .list-wrapper .link-wrapper a:focus, .content .links .list-wrapper .link-wrapper a:active {
  text-decoration: none; }

.content .links .list-wrapper .link-wrapper a .icon-link {
  padding-left: 32px; }

.content .links .list-wrapper .link-wrapper a .icon-link span {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: bold;
  border-bottom: 1px solid transparent;
  padding-left: 0px;
  margin-right: 0px; }

.content .links .list-wrapper .link-wrapper a .icon-link span + span {
  margin-left: 0;
  margin-right: 0px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: bold;
  color: #fff; }

.content .links .list-wrapper .link-wrapper a .icon-link span + span:before {
  content: '';
  display: inline-block;
  width: 20px; }

.content .links .list-wrapper .link-wrapper a:hover .icon-link span {
  border-bottom: 1px solid #fff;
  /* border-bottom: 1px solid $color;
    border-bottom: 1px solid $link-color; */ }

.content .links .list-wrapper .link-wrapper a:hover .icon-link span + span {
  border-bottom: 1px solid transparent; }

.content .links .list-wrapper .link-wrapper a .icon-link.internal {
  display: block; }

.content .links .list-wrapper .link-wrapper a .icon-link.internal:before {
  content: url("Images/icon-internal-white.png");
  position: absolute;
  left: 0px;
  top: 2px; }

.content .links .list-wrapper .link-wrapper a:hover .icon-link.internal, .content .links .list-wrapper .link-wrapper a:focus .icon-link.internal, .content .links .list-wrapper .link-wrapper a:active .icon-link.internal {
  color: #fff; }

.content .links .list-wrapper .link-wrapper a:hover .icon-link.internal:before, .content .links .list-wrapper .link-wrapper a:focus .icon-link.internal:before, .content .links .list-wrapper .link-wrapper a:active .icon-link.internal:before {
  content: url("Images/icon-internal-white_hover.png"); }

.content .links .list-wrapper .link-wrapper a .icon-link.external {
  display: block; }

.content .links .list-wrapper .link-wrapper a .icon-link.external:before {
  content: url("Images/icon-external-white.png");
  position: absolute;
  left: 0px;
  top: 2px; }

.content .links .list-wrapper .link-wrapper a:hover .icon-link.external, .content .links .list-wrapper .link-wrapper a:focus .icon-link.external, .content .links .list-wrapper .link-wrapper a:active .icon-link.external {
  color: #fff; }

.content .links .list-wrapper .link-wrapper a:hover .icon-link.external:before, .content .links .list-wrapper .link-wrapper a:focus .icon-link.external:before, .content .links .list-wrapper .link-wrapper a:active .icon-link.external:before {
  content: url("Images/icon-external-white_hover.png"); }

.content .links .list-wrapper .link-wrapper a .icon-link.download {
  display: block; }

.content .links .list-wrapper .link-wrapper a .icon-link.download:before {
  content: url("Images/icon-download-white.png");
  position: absolute;
  left: 0px;
  top: 0px; }

.content .links .list-wrapper .link-wrapper a:hover .icon-link.download, .content .links .list-wrapper .link-wrapper a:focus .icon-link.download, .content .links .list-wrapper .link-wrapper a:active .icon-link.download {
  color: #fff; }

.content .links .list-wrapper .link-wrapper a:hover .icon-link.download:before, .content .links .list-wrapper .link-wrapper a:focus .icon-link.download:before, .content .links .list-wrapper .link-wrapper a:active .icon-link.download:before {
  content: url("Images/icon-download-white.png"); }

.content .links .list-wrapper .link-wrapper a .icon-link {
  max-width: 100%; }

@media (max-width: 799px) {
  .content .links .list-wrapper .link-wrapper a .icon-link {
    padding-left: 32px; } }

.content .links .list-wrapper span {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: bold;
  color: #fff; }

.content .links .list-wrapper ul {
  display: inline-block;
  padding-left: 0;
  padding-left: 18px;
  margin-top: 45px;
  margin-bottom: 0px;
  max-width: 100%; }

@media (max-width: 799px) {
  .content .links .list-wrapper ul {
    padding-left: 0; } }

.content .links .list-wrapper ul li.link-wrapper {
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 43px; }

.content .dates {
  background-color: #462672; }

.content .dates .header {
  margin-bottom: 25px; }

.content .dates .header h2 {
  display: inline-block;
  margin-bottom: 20px; }

.content .dates .header .link-wrapper {
  display: inline-block;
  margin-left: 20px;
  padding-left: 40px;
  padding-right: 20px; }

.content .dates .header .link-wrapper a {
  color: #fff;
  position: relative;
  display: inline-block; }

.content .dates .header .link-wrapper a:hover, .content .dates .header .link-wrapper a:focus, .content .dates .header .link-wrapper a:active {
  text-decoration: none; }

.content .dates .header .link-wrapper a .icon-link {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: bold;
  border-bottom: 1px solid transparent;
  margin-left: 32px;
  padding-left: 0px; }

.content .dates .header .link-wrapper a:hover .icon-link {
  border-bottom: 1px solid #fff;
  /* border-bottom: 1px solid $color;
    border-bottom: 1px solid $link-color; */ }

.content .dates .header .link-wrapper a .icon-link {
  display: inline; }

.content .dates .header .link-wrapper a .icon-link:before {
  content: url("Images/icon-internal-white.png");
  position: absolute;
  left: 0px;
  top: 2px; }

.content .dates .header .link-wrapper a:hover .icon-link {
  color: #fff; }

.content .dates .header .link-wrapper a:hover .icon-link:before {
  content: url("Images/icon-internal-white_hover.png"); }

.content .dates .header .link-wrapper a:active .icon-link {
  color: #fff; }

.content .dates .header .link-wrapper a:active .icon-link:before {
  content: url("Images/icon-internal-white_hover.png"); }

.content .dates .header .link-wrapper a:focus .icon-link {
  color: #fff; }

.content .dates .header .link-wrapper a:focus .icon-link:before {
  content: url("Images/icon-internal-white_hover.png"); }

.content .dates .dates-list ul {
  display: inline-block;
  padding-left: 0;
  margin-bottom: 0px;
  margin-top: 0px;
  padding-bottom: 40px;
  bottom: 0px; }

.content .dates .dates-list ul li.link-wrapper {
  list-style-type: none;
  float: left;
  padding-left: 0px;
  min-height: 121px;
  padding-right: 0px;
  padding-left: 100px;
  margin-bottom: 60px;
  display: block;
  clear: both;
  float: none;
  position: relative; }

.content .dates .dates-list ul li.link-wrapper .left {
  position: absolute;
  top: 4px;
  left: 0;
  /*
            width: 116px;
            height: 121px;
*/
  width: 80px;
  height: 80px;
  padding: 0px 0px 20px 0px;
  background-color: #fff; }

.content .dates .dates-list ul li.link-wrapper .left span {
  display: block;
  color: #502572;
  text-align: center; }

.content .dates .dates-list ul li.link-wrapper .left span.day {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.25;
  font-weight: normal; }

.content .dates .dates-list ul li.link-wrapper .left span.month {
  text-transform: uppercase;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.333333;
  font-weight: bold; }

.content .dates .dates-list ul li.link-wrapper .left.local-item {
  width: auto;
  height: auto;
  padding: 0px; }

.content .dates .dates-list ul li.link-wrapper .left.local-item span {
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  background-size: 80px 80px; }

.content .dates .dates-list ul li.link-wrapper .left.local-item .icon-1 {
  background-image: url("Images/icon-local-1.png"); }

.content .dates .dates-list ul li.link-wrapper .left.local-item .icon-2 {
  background-image: url("Images/icon-local-2.png"); }

.content .dates .dates-list ul li.link-wrapper .left.local-item .icon-3 {
  background-image: url("Images/icon-local-3.png"); }

.content .dates .dates-list ul li.link-wrapper .left.local-item .icon-4 {
  background-image: url("Images/icon-local-4.png"); }

.content .dates .dates-list ul li.link-wrapper .left.local-item .icon-5 {
  background-image: url("Images/icon-local-5.png"); }

.content .dates .dates-list ul li.link-wrapper .right .date-cat {
  color: #fff;
  font-weight: bold; }

.content .dates .dates-list ul li.link-wrapper .right .date-cat div {
  display: inline-block;
  padding-right: 18px; }

.content .dates .dates-list ul li.link-wrapper .right a {
  color: #fff;
  padding-right: 20px;
  position: relative;
  display: inline-block; }

.content .dates .dates-list ul li.link-wrapper .right a:hover, .content .dates .dates-list ul li.link-wrapper .right a:focus, .content .dates .dates-list ul li.link-wrapper .right a:active {
  text-decoration: none; }

.content .dates .dates-list ul li.link-wrapper .right a .icon-link {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: bold;
  border-bottom: 1px solid transparent;
  margin-left: 32px;
  padding-left: 0; }

.content .dates .dates-list ul li.link-wrapper .right a:hover .icon-link {
  border-bottom: 1px solid #fff; }

.content .dates .dates-list ul li.link-wrapper .right a .icon-link {
  display: inline; }

.content .dates .dates-list ul li.link-wrapper .right a .icon-link:after {
  content: url("Images/icon-header-internal-white.png");
  position: absolute;
  left: 0;
  top: 2px; }

.content .dates .dates-list ul li.link-wrapper .right a:hover .icon-link, .content .dates .dates-list ul li.link-wrapper .right a:focus .icon-link, .content .dates .dates-list ul li.link-wrapper .right a:active .icon-link {
  color: #fff; }

.content .dates .dates-list ul li.link-wrapper .right a:hover .icon-link:after, .content .dates .dates-list ul li.link-wrapper .right a:focus .icon-link:after, .content .dates .dates-list ul li.link-wrapper .right a:active .icon-link:after {
  content: url("Images/icon-header-internal-white_hover.png"); }

.content .dates .dates-list ul li.link-wrapper .right a h2 {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #502572;
  font-size: 19.5px;
  font-size: 1.21875rem;
  line-height: 1.333333; }

.content .dates .dates-list ul li.link-wrapper .right a h3 {
  margin-top: 5px;
  margin-bottom: 5px; }

.content .dates .dates-list ul li.link-wrapper .right a .icon-link {
  position: relative; }

.content .dates .dates-list ul li.link-wrapper .right a .icon-link::after {
  left: -30px;
  top: 0; }

.content .dates .dates-list ul li.link-wrapper .right a .icon-link.external {
  position: relative;
  display: inline; }

.content .dates .dates-list ul li.link-wrapper .right a .icon-link.external:after {
  content: url("Images/icon-header-external-lilac.png");
  position: absolute;
  left: 0px;
  top: 0px; }

.content .dates .dates-list ul li.link-wrapper .right a .icon-link.external:after {
  left: -35px; }

.content .dates .dates-list ul li.link-wrapper .right a:hover .icon-link.external, .content .dates .dates-list ul li.link-wrapper .right a:focus .icon-link.external, .content .dates .dates-list ul li.link-wrapper .right a:active .icon-link.external {
  color: #502572; }

.content .dates .dates-list ul li.link-wrapper .right a:hover .icon-link.external:after, .content .dates .dates-list ul li.link-wrapper .right a:focus .icon-link.external:after, .content .dates .dates-list ul li.link-wrapper .right a:active .icon-link.external:after {
  content: url("Images/icon-header-external-lilac_hover.png"); }

.content .dates .dates-list ul li.link-wrapper .right p {
  /* padding-left: 40px; */
  color: #fff; }

.content .dates-links {
  /* element-box */
  /* std-offset-bottom */
  margin-bottom: 100px;
  flex-direction: column; }

.content .dates-links:before, .content .dates-links:after {
  content: " ";
  display: table; }

.content .dates-links:after {
  clear: both; }

.content .dates-links div:only-child {
  width: 100%;
  clear: both;
  float: none; }

.content .single-teaser .article {
  display: table;
  width: 100%; }

.content .single-teaser h2 {
  font-size: 32.5px;
  font-size: 2.03125rem;
  line-height: 1.2;
  margin-left: 10px; }

.content .single-teaser .figure {
  margin-bottom: 36px; }

.content .single-teaser .figure .bg-img {
  min-height: 580px;
  min-height: auto;
  min-height: unset;
  background-position: center center;
  background-size: cover;
  height: auto;
  height: 50vw; }

.content .single-teaser .figure figcaption {
  position: relative; }

.content .single-teaser .figure figcaption span {
  position: absolute;
  display: inline-block;
  right: 0;
  /* top: -27px */
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4); }

.content .single-teaser .teaser-text {
  padding: 0px 10px 20px 10px;
  display: table-caption;
  caption-side: bottom; }

.content .single-teaser .teaser-text h3 {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.25;
  margin-top: -8px; }

.content .accordion.faq {
  position: relative;
  /* element-box */
  /* header-offset */
  margin-bottom: 140px;
  position: relative;
  display: inline-block;
  width: 100%; }

.content .accordion.faq .intro {
  margin-bottom: 35px;
  padding-left: 10px;
  padding-right: 10px; }

.content .accordion.faq .intro h2 {
  font-size: 32.5px;
  font-size: 2.03125rem;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 40px; }

.content .accordion.faq .intro h3 {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.25;
  margin-bottom: 40px; }

.content .accordion.faq .intro a {
  text-decoration: underline;
  color: #502572; }

.content .accordion.faq .intro a:hover {
  text-decoration: none; }

.content .accordion.faq .intro a:active {
  text-decoration: none; }

.content .accordion.faq .intro a:focus {
  text-decoration: none; }

.content .accordion.faq .panel {
  border-radius: 0px;
  border: none;
  box-shadow: none;
  margin: 0px;
  padding: 0px;
  min-height: 100px;
  clear: both;
  float: none; }

.content .accordion.faq .panel .panel-heading {
  border-radius: 0px;
  border: none;
  padding: 0px;
  width: 100%;
  left: 0px; }

.content .accordion.faq .panel .panel-heading h3 {
  position: relative;
  padding: 24px 80px 24px 10px;
  border-bottom: 1px solid #000;
  border-right: none; }

.content .accordion.faq .panel .panel-heading h3 a {
  display: block; }

.content .accordion.faq .panel .panel-heading h3 a .icon-link.icon-accordion {
  display: inline;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.333333;
  font-weight: bold;
  color: #444;
  margin-left: 0px;
  border-bottom: 1px solid transparent; }

.content .accordion.faq .panel .panel-heading h3 a .icon-link.icon-accordion:before {
  content: none; }

.content .accordion.faq .panel .panel-heading h3 a .icon-link.icon-accordion:after {
  content: url("Images/icon-accordion.png");
  position: relative;
  padding-right: 0px;
  transform: unset;
  width: 50px;
  height: 50px;
  position: absolute;
  right: -70px;
  top: calc(50% - 25px); }

.content .accordion.faq .panel .panel-heading h3 a .icon-link.icon-accordion:hover:after {
  content: url("Images/icon-accordion-open.png");
  transform: rotate(180deg); }

.content .accordion.faq .panel .panel-heading h3 a:hover {
  text-decoration: none; }

.content .accordion.faq .panel .panel-heading h3 a:hover .icon-link.icon-accordion {
  border-bottom: 1px solid #444; }

.content .accordion.faq .panel .panel-heading h3 a:active {
  text-decoration: none; }

.content .accordion.faq .panel .panel-heading h3 a:active .icon-link.icon-accordion {
  border-bottom: 1px solid #444; }

.content .accordion.faq .panel .panel-heading h3 a:focus {
  text-decoration: none; }

.content .accordion.faq .panel .panel-heading h3 a:focus .icon-link.icon-accordion {
  border-bottom: 1px solid #444; }

.content .accordion.faq .panel .panel-heading h4 a {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.333333;
  font-weight: bold;
  color: #502572; }

.content .accordion.faq .panel .panel-heading h4 a .icon-link.icon-accordion {
  display: inline-block;
  padding-right: 13px; }

.content .accordion.faq .panel .panel-heading h4 a .icon-link.icon-accordion:after {
  content: url("Images/icon-accordion.png");
  position: relative;
  top: 6px;
  padding-right: 8px; }

.content .accordion.faq .panel .panel-heading.active {
  background-color: #6e2272; }

.content .accordion.faq .panel .panel-heading.active h3 a:hover, .content .accordion.faq .panel .panel-heading.active h4 a:hover {
  text-decoration: none; }

.content .accordion.faq .panel .panel-heading.active h3 a:hover .icon-link.icon-accordion, .content .accordion.faq .panel .panel-heading.active h4 a:hover .icon-link.icon-accordion {
  border-bottom: none; }

.content .accordion.faq .panel .panel-heading.active h3 a:active, .content .accordion.faq .panel .panel-heading.active h4 a:active {
  text-decoration: none; }

.content .accordion.faq .panel .panel-heading.active h3 a:active .icon-link.icon-accordion, .content .accordion.faq .panel .panel-heading.active h4 a:active .icon-link.icon-accordion {
  border-bottom: none; }

.content .accordion.faq .panel .panel-heading.active h3 a:focus, .content .accordion.faq .panel .panel-heading.active h4 a:focus {
  text-decoration: none; }

.content .accordion.faq .panel .panel-heading.active h3 a:focus .icon-link.icon-accordion, .content .accordion.faq .panel .panel-heading.active h4 a:focus .icon-link.icon-accordion {
  border-bottom: none; }

.content .accordion.faq .panel .panel-heading.active h3 a .icon-link.icon-accordion, .content .accordion.faq .panel .panel-heading.active h4 a .icon-link.icon-accordion {
  color: #fff; }

.content .accordion.faq .panel .panel-heading.active h3 a .icon-link.icon-accordion:after, .content .accordion.faq .panel .panel-heading.active h4 a .icon-link.icon-accordion:after {
  content: ""; }

.content .accordion.faq .panel .panel-heading + .panel-collapse > .panel-body {
  border-top: none;
  border-bottom: 1px solid #000;
  padding-top: 20px;
  overflow: scroll; }

.content .accordion.faq .panel .panel-collapse {
  margin-bottom: 0px;
  padding-left: 0px;
  position: static;
  width: 100%;
  top: 60px;
  right: 0px; }

.content .accordion.faq .panel .panel-collapse.in {
  margin-bottom: 0px;
  padding-left: 0px; }

.content .accordion.faq .panel .collapse .panel-body {
  padding-left: 10px; }

.content .accordion.faq .panel .collapse.in {
  color: black; }

.content .accordion.faq .panel .collapsing {
  color: rgba(0, 0, 0, 0.1);
  transition: height 0.01s; }

.content .accordion.faq .panel:first-of-type {
  border-top: 1px solid #000; }

.content .accordion.faq .panel:last-of-type {
  border-bottom: 1px solid #000; }

.content .accordion.faq .panel:first-of-type h3 {
  border-top: 1px solid transparent; }

.content .accordion.faq .panel:last-of-type h3 {
  border-bottom: 1px solid transparent; }

.content.theme-page .video .video-wrapper a .video-start .bg-img {
  height: auto; }

.content.theme-page .stage .stage-wrapper .stage-text p {
  display: block; }

.content.theme-page .stage .stage-pict .bg-img {
  min-height: 602px;
  min-height: auto;
  min-height: unset;
  height: auto;
  height: 50vw; }

.content.theme-page .std-text .std-box + .link-wrapper {
  margin-top: 40px; }

.focus .stage {
  /* element-box */
  /* header-offset */
  margin-bottom: 100px; }

.focus .stage .header {
  font-size: 32px;
  font-size: 2rem;
  margin-bottom: 10px; }

.focus .stage .header h2 {
  font-size: 32.5px;
  font-size: 2.03125rem;
  line-height: 1.2;
  /* margin-left: $start-offset-left; */
  display: inline-block;
  margin: 0px 0px 0px 10px; }

.focus .stage .header .link-wrapper {
  display: inline-block;
  margin-left: 10px; }

.focus .stage .header .link-wrapper a {
  position: relative;
  display: inline-block; }

.focus .stage .header .link-wrapper a:hover, .focus .stage .header .link-wrapper a:focus, .focus .stage .header .link-wrapper a:active {
  text-decoration: none; }

.focus .stage .header .link-wrapper a .icon-link {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: bold;
  border-bottom: 1px solid transparent;
  margin-left: 32px;
  padding-left: 0px; }

.focus .stage .header .link-wrapper a:hover .icon-link {
  border-bottom: 1px solid #502572;
  /* border-bottom: 1px solid $color;
    border-bottom: 1px solid $link-color; */ }

.focus .stage .header .link-wrapper a .icon-link {
  display: inline; }

.focus .stage .header .link-wrapper a .icon-link:before {
  content: url("Images/icon-internal-lilac.png");
  position: absolute;
  left: 0px;
  top: 15px; }

.focus .stage .header .link-wrapper a:hover .icon-link {
  color: #502572; }

.focus .stage .header .link-wrapper a:hover .icon-link:before {
  content: url("Images/icon-internal-lilac_hover.png"); }

.focus .stage .header .link-wrapper a:active .icon-link {
  color: #502572; }

.focus .stage .header .link-wrapper a:active .icon-link:before {
  content: url("Images/icon-internal-lilac_hover.png"); }

.focus .stage .header .link-wrapper a:focus .icon-link {
  color: #502572; }

.focus .stage .header .link-wrapper a:focus .icon-link:before {
  content: url("Images/icon-internal-lilac_hover.png"); }

.focus .stage .stage-wrapper li {
  display: flex !important;
  flex-direction: column-reverse; }

.focus .stage .stage-wrapper .stage-text {
  min-height: 320px;
  padding: 20px 10px 140px 10px;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 200; }

.focus .stage .stage-wrapper .stage-text h3 {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.25;
  margin-top: 12px;
  margin-bottom: 12px; }

.focus .stage .stage-wrapper .stage-text strong {
  font-weight: bold; }

.focus .stage .stage-wrapper .stage-text .link-wrapper {
  display: inline-block;
  margin-top: 0px; }

.focus .stage .stage-wrapper .stage-pict {
  /* Version 1 */
  min-height: 602px;
  /* Version 2 */
  min-height: auto;
  min-height: unset; }

.focus .stage .stage-wrapper .stage-pict iframe {
  /*
        min-height: 602px;
        height: 41.7vw;
*/
  min-height: auto;
  min-height: unset;
  height: 100%; }

.focus .stage .stage-wrapper .stage-pict img {
  width: 100%;
  /* Version 1 */
  min-height: auto;
  min-height: unset;
  -o-object-fit: cover;
  object-fit: cover;
  /* Version 2 */
  height: auto; }

.focus .stage .stage-wrapper .video {
  position: relative;
  /*       height: 44.1725vw; */
  height: auto; }

.focus .stage .stage-wrapper .video .video-wrapper {
  /* top: 2.2225vw; */ }

.focus .stage .stage-wrapper .video .video-wrapper .video-start img {
  -o-object-fit: cover;
  object-fit: cover; }

.focus .stage .custom-navigation {
  bottom: 46px;
  width: 29.16667%; }

.focus .stage .custom-controls-container {
  width: 76%; }

/* Formulare */
.content .form-horizontal label {
  font-size: 18px;
  font-size: 1.125rem; }

.content .form-horizontal .form-group {
  margin-bottom: 25px;
  /*
      .radio {
        min-height: 32px;
        float: left;
        width: 50%;
        margin-bottom: 2px;

        label {
          display: inline-block;
          cursor: pointer;
          position: relative;
          padding-left: 35px;
          margin-right: 35px;

          &:before {
            content: "";
            display: inline-block;

            width: 16px;
            height: 16px;

            margin-right: 15px;
            position: absolute;
            left: 0;
            bottom: auto;
            top: 4px;
            background-color: #fff;
            box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
            box-shadow: inset 0px 0px 0px 2px rgba(82, 42, 115, 1), 0px 0px 0px 0px rgba(51, 29, 73, 0);

            border-radius: 8px;

          }

        }
        input[type=radio] {
          display: none;
        }
        input[type=radio]:checked + label:before {
          content: "\2022";
          color: rgba(82, 42, 115, 1);
          font-size: 35px;
          text-align: center;
          line-height: 16px;
          padding-right: 1px;
        }
      }
*/ }

.content .form-horizontal .form-group .control-label {
  clear: both;
  float: none;
  display: block;
  text-align: left;
  margin-bottom: 10px;
  font-size: 18px;
  font-size: 1.125rem; }

.content .form-horizontal .form-group .form-control {
  height: 50px; }

.content .form-horizontal .form-group textarea {
  min-height: 205px; }

.content .form-horizontal .form-group .radio {
  min-height: 32px;
  clear: both;
  float: none;
  width: 100%;
  margin-bottom: 2px; }

.content .form-horizontal .form-group .radio label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 35px;
  margin-right: 35px; }

.content .form-horizontal .form-group .radio label:before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  margin-right: 15px;
  position: absolute;
  left: 0;
  bottom: auto;
  top: 4px;
  background-color: #fff;
  background-image: url("Images/radio.png");
  background-position: 1px 1px;
  box-shadow: none;
  border-radius: 10px; }

.content .form-horizontal .form-group .radio input[type=radio] {
  display: none; }

.content .form-horizontal .form-group .radio input[type=radio]:checked + label:before {
  content: "\2022";
  content: "";
  color: #522a73;
  font-size: 35px;
  text-align: center;
  line-height: 16px;
  padding-right: 1px;
  background-image: url("Images/radio-checked.png"); }

.content .form-horizontal .form-group .checkbox {
  min-height: 32px;
  float: left;
  width: 50%;
  margin-bottom: 5px; }

.content .form-horizontal .form-group .checkbox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 35px;
  margin-right: 35px; }

.content .form-horizontal .form-group .checkbox label:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 15px;
  position: absolute;
  left: 0;
  bottom: auto;
  top: 4px;
  background-color: #fff;
  box-shadow: inset 0px 0px 0px 2px #522a73, 0px 0px 0px 0px rgba(51, 29, 73, 0);
  border-radius: 0px; }

.content .form-horizontal .form-group .checkbox input[type=checkbox] {
  display: none; }

.content .form-horizontal .form-group .checkbox input[type=checkbox]:checked + label:before {
  content: "\2714";
  color: #522a73;
  font-size: 20px;
  text-align: center;
  line-height: 14px; }

.content .form-horizontal .form-group.short {
  float: left;
  width: 45%;
  margin-right: 10%; }

.content .form-horizontal .form-group.short div.col-sm-10:first-of-type {
  width: 100%; }

.content .form-horizontal .form-group.short.single {
  margin-right: 45%; }

.content .form-horizontal .form-group.short.even {
  margin-right: 0px; }

.content .form-horizontal .form-group.long {
  float: left;
  width: 65%;
  margin-right: 10%; }

.content .form-horizontal .form-group.long div.col-sm-10:first-of-type {
  width: 100%; }

.content .form-horizontal .form-group.long.even {
  margin-right: 0px; }

.content .form-horizontal .form-group.xshort {
  float: left;
  width: 25%;
  margin-right: 10%; }

.content .form-horizontal .form-group.xshort div.col-sm-10:first-of-type {
  width: 100%; }

.content .form-horizontal .form-group.xshort.even {
  margin-right: 0px; }

.content .form-horizontal .form-group .btn-default {
  padding: 12px 44px;
  margin-top: 25px; }

.content .form-horizontal strong.label {
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  display: inline-block;
  padding-top: 7px;
  padding-left: 0px;
  padding-bottom: 0px;
  margin-bottom: 16px; }

.content .form-horizontal strong.label + .form-group {
  margin-left: 20px; }

.content.press-form .form-horizontal .btn-default {
  margin-top: 65px; }

/* IE 10 Hack */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .content .form-horizontal .form-group .radio input[type="radio"]:checked + label::before {
    font-size: 32px;
    line-height: 0.55em;
    padding-right: 0px; }
  .content .form-horizontal .form-group .checkbox label::before {
    font-size: 16px;
    line-height: 15px; } }

/* Textelement padding Mobile Focus */
.content.focus .current .header h2 {
  font-size: 32.5px;
  font-size: 2.03125rem;
  line-height: 1.2; }

.content.focus .infographic .header h2 {
  font-size: 32.5px;
  font-size: 2.03125rem;
  line-height: 1.2; }

.content.focus .std-text .std-box {
  padding-left: 10px;
  padding-right: 10px; }

.content.focus .std-text .link-wrapper {
  padding-left: 10px;
  padding-right: 10px; }

/* Element Abstaende Mobile */
.content.theme-page .element-box {
  margin-bottom: 46px; }

.content.theme-page .headline-offset {
  margin-top: -18px; }

.content.standard-page .element-box {
  margin-bottom: 70px; }

.content.standard-page .headline-offset {
  margin-top: -13px; }

.content.theme-page.focus .stage .stage-wrapper {
  display: flex;
  flex-direction: column-reverse; }

.content.theme-page.focus .stage .custom-navigation {
  width: 98%; }

.content.theme-page.focus .stage.testimonials .stage-wrapper {
  display: flex;
  flex-direction: column; }

.content.theme-page.focus .stage-header.element-box {
  margin-bottom: 46px; }

.content.theme-page.focus .headline-offset {
  margin-top: -13px; }

.content .std-text .std-box {
  padding-bottom: 0px; }

.content .std-text .std-box ul, .content .std-text .std-box ol {
  margin-bottom: 24px; }

.content .std-text .std-box p:last-child, .content .std-text .std-box h2:last-child, .content .std-text .std-box h3:last-child, .content .std-text .std-box h4:last-child, .content .std-text .std-box ul:last-child, .content .std-text .std-box ol:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px; }

/* Alle Copyrightbilder ohne Caption-Text */
figcaption span:only-child {
  top: auto;
  bottom: 0px; }

/* Abstand breadcrumb */
div#content {
  margin-top: 0px; }

article#content {
  margin-top: 12px; }

article#content .breadcrumb-jobdetail {
  position: relative;
  top: -12px; }

article#content.focus {
  margin-top: 0px; }

/* letztes div vor sharing start */
#content.start-page > div:nth-last-child(2) {
  margin-bottom: 0px; }

/* letztes div vor sharing mit focus */
#content.focus > div:nth-last-child(2) {
  margin-bottom: 40px; }

/* letztes div vor sharing Listen */
#content.teaser-page > div:nth-last-child(2) {
  margin-bottom: 0px; }

/*
.content {
  &.focus h2 {
    @include font-size($std-h1);
    @include line-height($std-h1-lh);
    font-weight: 500;
  }
}
*/
/* ---------------- Kampagne Unerhoert! ---------------- */
.content .cpu-block-wrapper .teaser-intro {
  margin-bottom: 35px; }

.content .cpu-block-wrapper .teaser-intro h2 {
  margin-bottom: 22px;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.2;
  hyphens: none; }

.content .cpu-block-wrapper .teaser-intro h2 .upper {
  text-transform: uppercase; }

.content .cpu-block-wrapper .teaser-intro p {
  margin-bottom: 25px;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.333333;
  color: #444444; }

.content .cpu-block-wrapper .teaser-intro a {
  position: relative;
  padding-left: 32px;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.333333;
  color: #444444;
  font-weight: bold; }

.content .cpu-block-wrapper .teaser-intro a:before {
  content: url("Images/icon-header-internal-grey.png");
  position: absolute;
  left: 0;
  top: 2px; }

.content .cpu-block-wrapper .teaser-intro a:hover:before {
  content: url("Images/icon-header-internal-grey_hover.png"); }

.content .cpu-block-wrapper .teaser-wrapper .teaser-element {
  position: relative;
  padding: 44px 0 35px;
  /*padding: 1.5% 0;*/
  min-height: 420px;
  color: white; }

.content .cpu-block-wrapper .teaser-wrapper .teaser-element.slick-slide {
  padding: 44px 0 35px; }

.content .cpu-block-wrapper .teaser-wrapper .teaser-element .inner-wrapper {
  /*padding: 0 18%;*/
  padding: 0 22%; }

.content .cpu-block-wrapper .teaser-wrapper .teaser-element strong {
  display: inline-block;
  margin-bottom: 12px; }

.content .cpu-block-wrapper .teaser-wrapper .teaser-element h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.333333;
  color: white; }

.content .cpu-block-wrapper .teaser-wrapper .teaser-element p {
  color: white;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 200; }

.content .cpu-block-wrapper .teaser-wrapper .teaser-element p.hash {
  position: absolute;
  bottom: 4%;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 24px;
  line-height: 1.333333;
  font-weight: bold; }

.content .cpu-block-wrapper .teaser-wrapper .teaser-element a {
  color: white;
  position: relative;
  display: inline-block; }

.content .cpu-block-wrapper .teaser-wrapper .teaser-element a .icon-link {
  margin-left: 32px; }

.content .cpu-block-wrapper .teaser-wrapper .teaser-element a .icon-link:after {
  content: url("Images/icon-header-internal-white.png");
  position: absolute;
  left: 0;
  top: 4px; }

.content .cpu-block-wrapper .teaser-wrapper .teaser-element a .icon-link:hover:after {
  content: url("Images/icon-header-internal-white_hover.png"); }

.content .cpu-block-wrapper .teaser-wrapper.box-wide {
  width: 840px;
  margin-left: -51px; }

.content .cpu-block-wrapper .teaser-wrapper.box-wide .teaser-element {
  padding: 6% 0; }

.content .cpu-block-wrapper .teaser-wrapper.box-wide .teaser-element .inner-wrapper {
  padding: 0 15%; }

.content .cpu-block-wrapper .teaser-wrapper.box-wide .teaser-element p {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.333333; }

.content .cpu-block-wrapper.focus-intro {
  margin-top: -55px;
  margin-bottom: 140px; }

.content .cpu-block-wrapper.focus-intro .teaser-intro {
  background-color: #e8e8e8;
  padding: 1.5% 5% 1.5% 4%;
  min-height: 420px;
  margin-bottom: 0; }

.content .cpu-block-wrapper.focus-intro .teaser-intro h2 {
  margin-bottom: 14px; }

.content .cpu-block-wrapper.focus-intro .teaser-intro p {
  margin-bottom: 35px; }

.content .cpu-block-wrapper.focus-intro .teaser-intro p:last {
  margin-bottom: 0; }

.content .cpu-block-wrapper.focus-intro + div + .element-box.std-text .std-box p:first-child {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.333333; }

@media screen and (max-width: 840px) {
  .content .cpu-block-wrapper .teaser-wrapper.box-wide {
    width: auto;
    margin-left: 0; } }

@media screen and (max-width: 799px) {
  .content .cpu-block-wrapper .teaser-intro h2 {
    font-size: 32.5px;
    font-size: 2.03125rem;
    line-height: 1.2;
    hyphens: auto; }
  .content .cpu-block-wrapper .teaser-intro p {
    font-size: 19.5px;
    font-size: 1.21875rem;
    line-height: 1.333333; }
  .content .cpu-block-wrapper .teaser-wrapper .teaser-element, .content .cpu-block-wrapper .teaser-wrapper .teaser-element.slick-slide {
    padding: 20px 10px; }
  .content .cpu-block-wrapper .teaser-wrapper .teaser-element p.hash, .content .cpu-block-wrapper .teaser-wrapper .teaser-element.slick-slide p.hash {
    font-size: 19.5px;
    font-size: 1.21875rem;
    line-height: 1.333333; }
  .content .cpu-block-wrapper .teaser-wrapper.box-wide .teaser-element {
    min-height: auto;
    padding: 20px 10px; }
  .content .cpu-block-wrapper .teaser-wrapper.box-wide .teaser-element .inner-wrapper {
    padding: 0; }
  .content .cpu-block-wrapper .teaser-wrapper.box-wide .teaser-element p {
    font-size: 19.5px;
    font-size: 1.21875rem;
    line-height: 1.333333; }
  .content .cpu-block-wrapper .teaser-wrapper.box-wide .teaser-element p.hash {
    position: relative;
    bottom: 0;
    margin-bottom: 0;
    margin-top: 40px; }
  .content .cpu-block-wrapper.focus-intro {
    margin-bottom: 70px; }
  .content .cpu-block-wrapper.focus-intro .teaser-intro {
    min-height: auto; }
  .content .cpu-block-wrapper.focus-intro + div + .element-box.std-text p {
    font-size: 19.5px;
    font-size: 1.21875rem;
    line-height: 1.333333; } }

@media screen and (max-width: 640px) {
  .content .cpu-block-wrapper .teaser-wrapper .teaser-element {
    padding: 20px 10px; }
  .content .cpu-block-wrapper .teaser-wrapper .teaser-element .inner-wrapper {
    padding: 0; } }

/* ----- Kampagne Unerhoert! Teaser-Slider ----- */
.content .cpu-block-wrapper .slick-initialized .slick-slide {
  height: 420px; }

.content .cpu-block-wrapper .slick-slider .slick-arrow {
  position: absolute;
  top: 190px;
  background: none;
  border: none;
  z-index: 20; }

.content .cpu-block-wrapper .slick-slider .slick-arrow:before {
  position: relative;
  width: 24px;
  height: 24px;
  z-index: 30; }

.content .cpu-block-wrapper .slick-slider .slick-arrow.slick-prev {
  left: 0; }

.content .cpu-block-wrapper .slick-slider .slick-arrow.slick-prev:before {
  content: url("Images/icon-slider-prev.png"); }

.content .cpu-block-wrapper .slick-slider .slick-arrow.slick-prev:hover:before {
  content: url("Images/icon-slider-prev_hover.png"); }

.content .cpu-block-wrapper .slick-slider .slick-arrow.slick-next {
  right: 0; }

.content .cpu-block-wrapper .slick-slider .slick-arrow.slick-next:before {
  content: url("Images/icon-slider-next.png"); }

.content .cpu-block-wrapper .slick-slider .slick-arrow.slick-next:hover:before {
  content: url("Images/icon-slider-next_hover.png"); }

.content .cpu-block-wrapper .slick-slider .slick-arrow span {
  text-indent: -999999px;
  display: inline-block; }

.content .cpu-block-wrapper .slick-slider .slick-dots {
  display: inline-block;
  padding-left: 0;
  margin-left: 0;
  position: absolute;
  bottom: -80px;
  right: 47%; }

.content .cpu-block-wrapper .slick-slider .slick-dots li {
  list-style-type: none;
  float: left;
  padding-left: 0px;
  width: 11px;
  height: 11px;
  margin: 0 8px;
  background-color: #444444;
  border: 2px solid #444444;
  border-radius: 100%; }

.content .cpu-block-wrapper .slick-slider .slick-dots li.slick-active {
  background-color: white; }

.content .cpu-block-wrapper .slick-slider .slick-dots li:hover {
  background-color: white; }

.content .cpu-block-wrapper .slick-slider .slick-dots li button {
  text-indent: -9999em;
  background: none;
  border: none; }

@media screen and (max-width: 799px) {
  .content .cpu-block-wrapper .slick-slider .slick-dots {
    bottom: -40px;
    right: 44%; } }

/* ----- Kampagne Unerhoert! Tagboard Embed ----- */
.content .embed.board {
  background-color: #e8e8e8;
  padding: 2% 0 6% 0; }

.content .embed.board h2 {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.2; }

@media screen and (max-width: 799px) {
  .content .embed.board {
    padding: 0 10px 50px 10px; }
  .content .embed.board h2 {
    font-size: 32.5px;
    font-size: 2.03125rem;
    line-height: 1.2; } }

a[href^="tel"]:focus,
a[href^="tel"] {
  border-bottom: 1px solid currentColor; }

a[href^="tel"]:focus:hover,
a[href^="tel"]:hover {
  border-bottom-color: transparent;
  text-decoration: none; }

.content.focus-stage .infographic .header h2 {
  font-size: 3.125rem;
  line-height: 3.5rem; }

.content .twitter .scroll-wrapper {
  height: 444px; }

.content .std-text .contactbox.wide .address {
  padding-bottom: 0; }

.content .start-slider .slides .single-li .slide-wrapper .slider-text p {
  color: #fff; }

.content .tx-diakonie-berufomat .intro {
  margin-bottom: 0;
  margin-top: 16px; }

.berufomat--intro-text {
  padding: 24px 10px 24px 10px; }

.berufomat--intro-text p:last-child {
  margin-bottom: 0; }

.berufomat--intro-image {
  background-image: url(../Images/career/berufomat_header_wide.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-bottom: calc(50800% / 1074); }

.berufomat--filters {
  background-color: #6e2272;
  color: white; }

.berufomat--filters,
.berufomat--jobs {
  padding: 10px 10px 10px 10px; }

.berufomat--filter--heading {
  font-size: 24px;
  line-height: 1.333333; }

.berufomat--filter--heading button {
  -moz-appearance: none;
  appearance: none;
  border: none;
  padding: 0;
  background: transparent;
  text-align: left;
  width: 100%;
  position: relative;
  padding-left: 1.1em; }

.berufomat--filter--heading button:before {
  content: '';
  width: 12px;
  height: 7px;
  background-image: url(Images/icon-select-white.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 2px;
  top: 0.6em; }

.berufomat--filter--heading button:disabled {
  color: rgba(255, 255, 255, 0.7); }

.berufomat--filter {
  margin-top: 2em; }

.berufomat--filter .berufomat--filter--option {
  font-size: 16px; }

.berufomat--filter input[type="radio"] {
  opacity: 0;
  position: absolute;
  left: 0.1em; }

.berufomat--filter label {
  position: relative;
  font-weight: normal;
  padding-left: 1.5em;
  cursor: pointer;
  margin-bottom: 1.4em; }

.berufomat--filter label > span:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0.1em;
  top: 0.3em;
  width: 0.9em;
  height: 0.9em;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTYgMTYiPjxjaXJjbGUgY3g9IjgiIGN5PSI4IiByPSI3IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZT0iI2ZmZiIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==");
  background-size: 14px 14px;
  background-repeat: no-repeat; }

.berufomat--filter input[type="radio"]:checked + span:before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTYgMTYiPjxjaXJjbGUgY3g9IjgiIGN5PSI4IiByPSI3IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZT0iI2ZmZiIgZmlsbD0ibm9uZSIvPjxjaXJjbGUgY3g9IjgiIGN5PSI4IiByPSIzIiBmaWxsPSIjZmZmIi8+PC9zdmc+"); }

.berufomat--job {
  margin-top: 2rem; }

.berufomat--job img {
  width: 100%;
  height: auto;
  margin-bottom: 1em; }

.berufomat--job--description p {
  line-height: 1.6rem; }

.berufomat--internal-link {
  position: relative;
  padding-left: 1.5em;
  font-weight: bold;
  display: inline-block; }

.berufomat--internal-link:before {
  content: '';
  background-image: url("Images/icon-internal-lilac.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
  display: inline-block;
  width: 1.4em;
  height: 1.2em;
  position: absolute;
  top: 3px;
  left: 0; }

.berufomat--internal-link:hover:before,
.berufomat--internal-link:focus:before {
  background-image: url("Images/icon-internal-lilac_hover.png"); }

.berufomat--no-jobs {
  display: none;
  margin-top: 2rem; }

.berufomat--jobs--heading[data-job-count="0"] ~ .berufomat--no-jobs {
  display: block; }

.berufomat--filter--value-wrap {
  display: none; }

.berufomat--filter > .collapsing[aria-expanded="false"] + .berufomat--filter--value-wrap,
.berufomat--filter > .collapse[aria-expanded="false"] + .berufomat--filter--value-wrap {
  display: block; }

@media all and (min-width: 640px) {
  .berufomat--job--image + .berufomat--job--description,
  .berufomat--job--image {
    width: 50%;
    float: left; }
  .berufomat--job--image + .berufomat--job--description {
    padding-left: 7%; } }

@media all and (min-width: 800px) {
  .tx-diakonie-berufomat .intro {
    display: flex;
    flex-direction: row; }
  .berufomat--intro-image {
    -ms-flex-grow: 0 1 auto;
    background-size: cover;
    background-position: 79% top;
    padding-bottom: 0;
    min-height: 320px; }
  .berufomat--filters {
    padding: 20px 4.16667% 20px 4.16667%; }
  .berufomat--jobs {
    padding: 20px 5.555555% 20px 4.16667%; }
  .berufomat--intro-text {
    padding: 24px 5.555555% 24px 4.16667%; }
  .berufomat--filter--heading button {
    padding-left: 0; }
  .berufomat--filter--heading button:before {
    left: -10%; } }

@media all and (min-width: 1440px) {
  .berufomat--filters {
    padding: 30px 4.16667% 30px 4.16667%; }
  .berufomat--jobs {
    padding: 30px 5.555555% 30px 4.16667%; } }

.campaign-stagequote {
  clear: both;
  margin-bottom: 46px; }

@media (min-width: 800px) {
  .campaign-stagequote {
    margin-bottom: 75px; } }

@media (min-width: 800px) {
  .campaign-stagequote {
    display: flex; } }

.campaign-stagequote .stage-pict .bg-img {
  padding-bottom: calc(54400% / 900);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

@media (min-width: 800px) {
  .campaign-stagequote .stage-pict,
  .campaign-stagequote .video-wrapper,
  .campaign-stagequote .video-start {
    height: 100%; }
  .campaign-stagequote .stage-pict > .bg-img {
    height: 100%; }
  .campaign-stagequote .video-wrapper.embed-responsive {
    height: auto;
    top: 50%;
    transform: translateY(-50%); } }

.campaign-stagequote .stage-pict {
  position: relative; }

.campaign-stagequote .stage-pict figcaption .copy {
  position: absolute;
  display: inline-block;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  font-size: 0.75rem;
  line-height: 18px;
  padding: 4px 12px 2px 14px; }

.campaign-stagequote .pict-text {
  color: white;
  padding: 14px 10px 60px 10px;
  font-size: 1.125rem; }

@media (min-width: 800px) {
  .campaign-stagequote .pict-text {
    padding: 4.16666666vw; } }

@media (min-width: 1440px) {
  .campaign-stagequote .pict-text {
    padding: 60px; } }

.campaign-stagequote .pict-text p, .campaign-stagequote .pict-text a, .campaign-stagequote .pict-text strong, .campaign-stagequote .pict-text blockquote {
  color: white; }

.campaign-stagequote .pict-text blockquote {
  border: none;
  padding: 0;
  margin-top: 0.5em;
  margin-bottom: 1em; }

.campaign-stagequote .pict-text blockquote p {
  font-size: 1.21875rem;
  line-height: 1.333333;
  font-weight: bold;
  hyphens: auto; }

@media (min-width: 1440px) {
  .campaign-stagequote .pict-text blockquote p {
    font-size: 1.5rem; } }

.campaign-stagequote .pict-text blockquote p::before {
  content: '„'; }

.campaign-stagequote .pict-text blockquote p::after {
  content: '“'; }

@media (max-width: 799px) {
  .campaign-stagequote .pict-text blockquote p, .campaign-stagequote .pict-text .stagequote--attribution {
    font-size: 70%; } }

.campaign-stagequote .link-wrapper {
  display: inline-block; }

.campaign-stagequote .link-wrapper a {
  color: #fff;
  position: relative;
  display: inline-block; }

.campaign-stagequote .link-wrapper a:hover, .campaign-stagequote .link-wrapper a:focus, .campaign-stagequote .link-wrapper a:active {
  text-decoration: none; }

.campaign-stagequote .link-wrapper a .icon-link {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: bold;
  border-bottom: 1px solid transparent;
  margin-left: 32px;
  padding-left: 0; }

.campaign-stagequote .link-wrapper a:hover .icon-link {
  border-bottom: 1px solid #fff; }

.campaign-stagequote .link-wrapper a .icon-link {
  display: inline; }

.campaign-stagequote .link-wrapper a .icon-link:after {
  content: url("Images/icon-internal-white.png");
  position: absolute;
  left: 0;
  top: 2px; }

.campaign-stagequote .link-wrapper a:hover .icon-link, .campaign-stagequote .link-wrapper a:focus .icon-link, .campaign-stagequote .link-wrapper a:active .icon-link {
  color: #fff; }

.campaign-stagequote .link-wrapper a:hover .icon-link:after, .campaign-stagequote .link-wrapper a:focus .icon-link:after, .campaign-stagequote .link-wrapper a:active .icon-link:after {
  content: url("Images/icon-internal-white_hover.png"); }

.campaign-stagequote .link-wrapper a .icon-link.external:after {
  top: 2px;
  content: url("Images/icon-external-white.png"); }

.campaign-stagequote .link-wrapper a:hover .icon-link.external:after, .campaign-stagequote .link-wrapper a:focus .icon-link.external:after, .campaign-stagequote .link-wrapper a:active .icon-link.external:after {
  content: url("Images/icon-external-white_hover.png"); }

.content .campaign-stagequote .video .video-wrapper a .video-start .bg-img {
  height: auto;
  min-height: auto;
  padding-bottom: calc(900% / 16); }

@media (min-width: 800px) {
  .content .campaign-stagequote .video .video-wrapper a .video-start .bg-img {
    height: 100%;
    padding-bottom: 0; } }

.content .campaign-stagequote .video figcaption {
  padding: 0; }

@media (min-width: 800px) {
  .campaign-stagequote .stage-text.pict-text {
    min-height: 544px; } }

.campaign-stagequote .video-wrapper.embed-responsive + figcaption {
  display: none; }

/*------------------------- Locationsearch -------------------*/
/* ---- location map container--- */
.location-view .sn-main-container {
  margin-bottom: 0; }

.location-view .sn-mode-navigation {
  color: #444444;
  background-color: white;
  font-weight: bold; }

.location-view .sn-mode-navigation div {
  padding: 8px;
  border-top: 0 none;
  text-align: center; }

.location-view #sn-number-of-results.loading {
  color: white;
  background-color: #009bdc;
  border-bottom-color: #009bdc; }

.location-view .sn-mode-button {
  border-bottom: 1px solid #e8e8e8; }

@media (max-width: 799px) {
  .location-view .sn-mode-button.sn-mode-result {
    border-bottom: none; } }

.location-view .sn-mode-button.sn-mode-map {
  border-left: 1px solid #e8e8e8; }

.location-view .sn-mode-button a {
  display: block; }

.location-view .sn-mode-button.sn-mode-active {
  color: white;
  background-color: #6e2272;
  border-color: #6e2272; }

.location-view .sn-mode-button.sn-mode-active a {
  color: white; }

.location-view #sn-map-container {
  height: 80vh; }

.location-view #sn-map-container,
.location-view #sn-list-container {
  width: 100%;
  background-color: white; }

.location-view #sn-map {
  height: 100%; }

.location-view #sn-list-container {
  padding: 0 5%; }

.location-view #sn-list-container .no-results {
  margin-top: 2em; }

#content.focus > div:nth-last-child(2).location-view {
  margin-bottom: 0; }

/* --- location filter --- */
.location-search,
.content.theme-page .location-search.element-box {
  margin-bottom: 10px; }

.location-search .header h2,
.content.theme-page .location-search.element-box .header h2 {
  margin-top: 0;
  margin-bottom: 36px; }

.location-search-wrapper {
  position: relative; }

.location-search-wrapper .filterbox {
  margin-top: 24px;
  margin-left: 8px; }

.location-search-wrapper .location-search-filterbox {
  background-color: #462672;
  padding: 24px 4.166667% 24px 4.166667%; }

@media (min-width: 800px) {
  .location-search-wrapper .location-search-filterbox {
    display: flex; } }

.location-search-wrapper .location-search-filterbox h3 {
  font-size: 1.125rem;
  color: white;
  line-height: 1.5;
  margin-bottom: 15px; }

.location-search-wrapper .location-search-filterbox .format-filter {
  position: relative;
  display: inline-block;
  width: 100%;
  min-height: 1px;
  text-align: left;
  padding: 0; }

.location-search-wrapper .location-search-filterbox .format-filter .filter-control {
  width: 100%;
  height: 43px;
  padding: 0;
  margin-bottom: 20px;
  background-color: white;
  color: #444;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  border: 1px solid white;
  position: relative; }

.location-search-wrapper .location-search-filterbox .format-filter .filter-control a {
  color: #444;
  font-weight: normal;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding-left: 18px;
  text-align: left;
  padding-top: 8px;
  text-decoration: none; }

.location-search-wrapper .location-search-filterbox .format-filter .filter-control a:after {
  content: url("Images/icon-down-black.png");
  position: absolute;
  width: 16px;
  height: 10px;
  right: 50px;
  top: 10px;
  right: 16px;
  top: 8px; }

.location-search-wrapper .location-search-filterbox .format-filter .filter-control:hover {
  background-color: #462672; }

.location-search-wrapper .location-search-filterbox .format-filter .filter-control:hover a {
  background-color: #462672;
  color: white;
  text-decoration: none; }

.location-search-wrapper .location-search-filterbox .format-filter .filter-control:hover a:after {
  content: url("Images/icon-down-white.png");
  right: 16px;
  top: 8px; }

.location-search-wrapper .location-search-filterbox .format-filter .filter-control.open a:after {
  content: url("Images/icon-up-black.png"); }

.location-search-wrapper .location-search-filterbox .format-filter .filter-control.open a:hover:after {
  content: url("Images/icon-up-white.png"); }

.location-search-wrapper .location-search-filterbox .filter-location {
  margin-bottom: 48px; }

.location-search-wrapper .location-search-filterbox .filter-list {
  width: 100%;
  min-height: 100px;
  background-color: #e8e8e8;
  position: absolute;
  top: 44px;
  z-index: 1; }

.location-search-wrapper .location-search-filterbox .filter-list .col {
  clear: both;
  float: none;
  padding-bottom: 20px;
  padding-top: 20px; }

.location-search-wrapper .location-search-filterbox .filter-list .col ul {
  padding-left: 0; }

.location-search-wrapper .location-search-filterbox .filter-list .col ul li {
  width: 100%;
  clear: both;
  float: none;
  text-align: left;
  min-height: auto;
  min-height: unset;
  padding: 0;
  list-style-type: none; }

.location-search-wrapper .location-search-filterbox .filter-list .col ul li a {
  color: #333333;
  text-decoration: none; }

.location-search-wrapper .location-search-filterbox .filter-list .col ul li a span {
  font-weight: normal;
  padding: 6px 20px 6px 20px;
  display: block; }

.location-search-wrapper .location-search-filterbox .filter-list .col ul li:hover {
  background-color: #462672; }

.location-search-wrapper .location-search-filterbox .filter-list .col ul li:hover span {
  color: white; }

.location-search-wrapper .background-image {
  display: none; }

.location-search-wrapper .input-field-location {
  padding: 7px 8px 8px 35px !important;
  color: #444444;
  width: 100%;
  height: 43px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  background: url("Images/icon-location.png");
  background-size: 14px 19px;
  background-position: center left 8px;
  background-repeat: no-repeat;
  background-color: white;
  border: 1px solid white;
  position: relative; }

.location-search-wrapper .button-overwrite {
  padding: 8px 24px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  background-color: transparent;
  color: white;
  border: white solid 1px; }

.location-search-wrapper .button-overwrite:hover {
  background-color: white;
  color: #462672;
  text-decoration: underline; }

.location-search-wrapper .dropdown-filter {
  background: url("Images/icon-down-white.png") no-repeat;
  background-size: auto;
  display: inline-block;
  background-position: center;
  min-width: 36px;
  min-height: 20px;
  cursor: pointer;
  -webkit-appearance: none;
  margin: 0 6px 0 12px;
  padding: 0; }

.location-search-wrapper .dropdown-filter:checked {
  background-image: url("Images/icon-up-white.png"); }

.location-search-wrapper .label-small-filter {
  color: white;
  padding: 0;
  margin-bottom: 0 !important; }

.location-search-wrapper .margin {
  top: 24px; }

.location-search-wrapper .button-800 {
  display: none; }

.location-search-wrapper .filter-text {
  margin-bottom: 24px; }

@media screen and (min-width: 800px) {
  .location-search-wrapper .background-image {
    display: block;
    width: 200px;
    height: 200px;
    font-size: 16px !important;
    background: url("Images/dart.png");
    background-size: 200px 200px;
    background-repeat: no-repeat;
    background-position: left 8px;
    opacity: 0.4;
    z-index: 0;
    position: absolute;
    left: 25.4%;
    top: -5px; }
  .location-search-wrapper .filter-location {
    width: 25.1%;
    left: 4.166667%;
    position: absolute; }
  .location-search-wrapper .filter-text {
    width: 46%;
    left: 37.475%;
    position: absolute; }
  .location-search-wrapper .center-div {
    margin-left: 48px;
    padding-top: 42px; }
  .location-search-wrapper .dropdown-label {
    text-align: center;
    padding: 8px 8px 8px 0 !important; }
  .location-search-wrapper .button-overwrite {
    visibility: hidden;
    padding: 8px 24px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
    background-color: transparent;
    color: white;
    border: white solid 1px; }
  .location-search-wrapper .button-800 {
    padding: 8px 24px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
    background-color: transparent;
    color: white;
    border: white solid 1px;
    position: absolute;
    left: 85.627%;
    top: 66px;
    display: block; }
  .location-search-wrapper .button-800:hover {
    background-color: white;
    color: #462672;
    text-decoration: underline; } }

/*------------------------- Search --------------------------*/
/* Additional col-X definitions */
@media screen and (min-width: 1025px) {
  .col-md-lg-1, .col-md-lg-2, .col-md-lg-3, .col-md-lg-4, .col-md-lg-5, .col-md-lg-6, .col-md-lg-7, .col-md-lg-8, .col-md-lg-9, .col-md-lg-10, .col-md-lg-11, .col-md-lg-12, .col-md-lg-13, .col-md-lg-14, .col-md-lg-15, .col-md-lg-16, .col-md-lg-17, .col-md-lg-18, .col-md-lg-19, .col-md-lg-20, .col-md-lg-21, .col-md-lg-22, .col-md-lg-23, .col-md-lg-24 {
    float: left; }
  .col-md-lg-1 {
    width: 4.1666666667%; }
  .col-md-lg-2 {
    width: 8.3333333333%; }
  .col-md-lg-3 {
    width: 12.5%; }
  .col-md-lg-4 {
    width: 16.6666666667%; }
  .col-md-lg-5 {
    width: 20.8333333333%; }
  .col-md-lg-6 {
    width: 25%; }
  .col-md-lg-7 {
    width: 29.1666666667%; }
  .col-md-lg-8 {
    width: 33.3333333333%; }
  .col-md-lg-9 {
    width: 37.5%; }
  .col-md-lg-10 {
    width: 41.6666666667%; }
  .col-md-lg-11 {
    width: 45.8333333333%; }
  .col-md-lg-12 {
    width: 50%; }
  .col-md-lg-13 {
    width: 54.1666666667%; }
  .col-md-lg-14 {
    width: 58.3333333333%; }
  .col-md-lg-15 {
    width: 62.5%; }
  .col-md-lg-16 {
    width: 66.6666666667%; }
  .col-md-lg-17 {
    width: 70.8333333333%; }
  .col-md-lg-18 {
    width: 75%; }
  .col-md-lg-19 {
    width: 79.1666666667%; }
  .col-md-lg-20 {
    width: 83.3333333333%; }
  .col-md-lg-21 {
    width: 87.5%; }
  .col-md-lg-22 {
    width: 91.6666666667%; }
  .col-md-lg-23 {
    width: 95.8333333333%; }
  .col-md-lg-24 {
    width: 100%; }
  .col-md-lg-offset-0 {
    margin-left: 0%; }
  .col-md-lg-offset-1 {
    margin-left: 4.1666666667%; }
  .col-md-lg-offset-2 {
    margin-left: 8.3333333333%; }
  .col-md-lg-offset-3 {
    margin-left: 12.5%; }
  .col-md-lg-offset-4 {
    margin-left: 16.6666666667%; }
  .col-md-lg-offset-5 {
    margin-left: 20.8333333333%; }
  .col-md-lg-offset-6 {
    margin-left: 25%; }
  .col-md-lg-offset-7 {
    margin-left: 29.1666666667%; }
  .col-md-lg-offset-8 {
    margin-left: 33.3333333333%; }
  .col-md-lg-offset-9 {
    margin-left: 37.5%; }
  .col-md-lg-offset-10 {
    margin-left: 41.6666666667%; }
  .col-md-lg-offset-11 {
    margin-left: 45.8333333333%; }
  .col-md-lg-offset-12 {
    margin-left: 50%; }
  .col-md-lg-offset-13 {
    margin-left: 54.1666666667%; }
  .col-md-lg-offset-14 {
    margin-left: 58.3333333333%; }
  .col-md-lg-offset-15 {
    margin-left: 62.5%; }
  .col-md-lg-offset-16 {
    margin-left: 66.6666666667%; }
  .col-md-lg-offset-17 {
    margin-left: 70.8333333333%; }
  .col-md-lg-offset-18 {
    margin-left: 75%; }
  .col-md-lg-offset-19 {
    margin-left: 79.1666666667%; }
  .col-md-lg-offset-20 {
    margin-left: 83.3333333333%; }
  .col-md-lg-offset-21 {
    margin-left: 87.5%; }
  .col-md-lg-offset-22 {
    margin-left: 91.6666666667%; }
  .col-md-lg-offset-23 {
    margin-left: 95.8333333333%; }
  .col-md-lg-offset-24 {
    margin-left: 100%; } }

.form-control {
  box-shadow: none; }

.form-control:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 2px #502572; }

label {
  margin-bottom: 1em; }

.dwksearch--plugin label {
  font-size: 18px;
  font-size: 1.125rem; }

hr {
  border-top-color: #898989;
  margin-bottom: 38px;
  margin-top: 38px; }

.dwksearch--external-link {
  position: relative;
  padding-left: 1.5em; }

.dwksearch--external-link:before {
  content: '';
  background-image: url("Images/icon-external-lilac.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
  display: inline-block;
  width: 1.5em;
  height: 1.15em;
  position: absolute;
  top: 0.175em;
  left: 0; }

.dwksearch--external-link:hover:before, .dwksearch--external-link:focus:before {
  background-image: url("Images/icon-external-lilac_hover.png"); }

.dwksearch--internal-link {
  position: relative;
  padding-left: 1.5em; }

.dwksearch--internal-link:before {
  content: '';
  background-image: url("Images/icon-internal-lilac.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
  display: inline-block;
  width: 1.5em;
  height: 1.15em;
  position: absolute;
  top: 0.075em;
  left: 0; }

.dwksearch--internal-link:hover:before, .dwksearch--internal-link:focus:before {
  background-image: url("Images/icon-internal-lilac_hover.png"); }

.dwksearch--internal-link.white:before {
  background-image: url("Images/icon-internal-white.png"); }

.dwksearch--internal-link.white:hover:before, .dwksearch--internal-link.white:focus:before {
  background-image: url("Images/icon-internal-white_hover.png"); }

.dwksearch--query {
  margin-bottom: 32px; }

.dwksearch--query .col-search-button {
  padding-left: 24px; }

.dwksearch--query .col-search-button button .fa-search {
  display: none; }

.dwksearch--plugin .btn-primary {
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold; }

.dwksearch--portal-select p {
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  min-height: 3;
  margin-bottom: 0.5em; }

.dwksearch--portal-select .row:first-child {
  margin-bottom: 20px; }

.dwksearch--portal-select .row:first-child p {
  margin-bottom: 0; }

.dwksearch--portal-select--column:nth-child(2) {
  padding-right: 24px; }

.dwksearch--portal-select--column:nth-child(3) {
  padding-left: 24px; }

.dwksearch--portal-select--link {
  font-size: 18px;
  line-height: 1.5;
  text-align: left;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0; }

a.dwksearch--portal-select--link,
button.dwksearch--portal-select--link {
  background: transparent;
  border: none;
  color: #502572;
  text-decoration: none;
  font-weight: bold; }

a.dwksearch--portal-select--link:hover, a.dwksearch--portal-select--link:focus,
button.dwksearch--portal-select--link:hover,
button.dwksearch--portal-select--link:focus {
  text-decoration: underline; }

.dwksearch--sort p {
  margin-bottom: 24px; }

.dwksearch--sort button {
  padding-left: 2em;
  margin-left: 1em;
  background: transparent;
  border: none;
  font-weight: bold;
  font-size: 1em;
  position: relative; }

.dwksearch--sort button:before {
  content: '';
  display: inline-block;
  width: 0.83em;
  height: 0.83em;
  border: 2px solid white;
  box-shadow: 0 0 0 2px #462672;
  border-radius: 50%;
  position: absolute;
  left: 0.5em;
  top: 0.3em; }

.dwksearch--sort button.active:before {
  background-color: #462672; }

.dwksearch--sort button:hover, .dwksearch--sort button:focus {
  outline: 0;
  text-decoration: underline; }

.dwksearch--sort button:hover:before, .dwksearch--sort button:focus:before {
  box-shadow: 0 0 2px 3px #462672; }

.dwksearch--sort button[disabled]:hover, .dwksearch--sort button[disabled]:focus {
  text-decoration: none; }

.dwksearch--sort button[disabled]:hover:before, .dwksearch--sort button[disabled]:focus:before {
  box-shadow: 0 0 0 2px #462672; }

.dwksearch--filter li button {
  background-color: transparent;
  border: none;
  padding: 0; }

.dwksearch--filter li button:hover, .dwksearch--filter li button:focus {
  background-color: #2e2672;
  color: white; }

.dwksearch--filter .active {
  background-color: #462672;
  color: white; }

.dwksearch--filter-type h4, .dwksearch--filter-type h3 {
  padding-left: 2.08333vw; }

.dwksearch--filter-type li {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 0.2em; }

.dwksearch--filter-type li span {
  font-weight: bold; }

.dwksearch--filter-type li button:hover span,
.dwksearch--filter-type li button:active span {
  text-decoration: underline; }

.dwksearch--filter-type li.active, .dwksearch--filter-type li button {
  padding: 1em 0 1em 2.08333vw; }

.dwksearch--filter-dropdowns {
  margin-bottom: 38px; }

.dwksearch--filter-dropdowns .btn-primary {
  padding-left: 1em;
  padding-right: 1em; }

.dwksearch--filter-dropdowns .btn-primary span {
  position: relative; }

.dwksearch--filter-dropdowns .btn-primary span.caret {
  position: absolute;
  right: 0;
  top: 47%; }

.dwksearch--filter-dropdowns .dropdown-menu {
  width: 100%;
  background-color: #e2e2e2;
  padding-top: 1em;
  padding-bottom: 1em; }

.dwksearch--filter-dropdowns .dropdown-menu li {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 0.1em;
  font-weight: bold;
  margin-top: 1em; }

.dwksearch--filter-dropdowns .dropdown-menu li.active, .dwksearch--filter-dropdowns .dropdown-menu button {
  padding: 0.3em 1em; }

.dwksearch--filter-dropdowns .dropdown-menu li.dwksearch--child-category {
  font-weight: normal;
  margin-top: 0; }

.dwksearch--current-filter strong {
  font-size: 18px;
  line-height: 1.5;
  display: inline-block;
  vertical-align: middle;
  margin-right: 2em; }

.dwksearch--current-filter form {
  display: inline-block;
  vertical-align: middle; }

.dwksearch--current-filter form > div {
  display: none; }

.dwksearch--result-container {
  margin-bottom: 60px; }

.dwksearch--result-container a {
  color: #502572;
  text-decoration: none; }

.dwksearch--result-container a:hover, .dwksearch--result-container a:focus {
  text-decoration: underline; }

.dwksearch--result-container .dwksearch--result--header {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 1.1em; }

.dwksearch--result-container .dwksearch--result--header span.date, .dwksearch--result-container .dwksearch--result--header ul, .dwksearch--result-container .dwksearch--result--header li {
  display: inline-block; }

.dwksearch--result-container .dwksearch--result--header ul {
  padding-left: 0;
  margin-bottom: 0;
  font-weight: bold; }

.dwksearch--result-container .dwksearch--result--header li {
  margin-left: 1em; }

.dwksearch--result-container .dwksearch--result--header ul:first-child li:first-child {
  margin-left: 0; }

.dwksearch--result-container h4 {
  font-size: 24px;
  line-height: 1.333333;
  margin-bottom: 13px;
  font-weight: bold;
  hyphens: auto; }

.dwksearch--result-container p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 13px; }

.dwksearch--result-container em {
  display: inline;
  position: relative;
  font-style: normal;
  padding-top: 2px;
  padding-bottom: 2px;
  background-color: #e8e8e8; }

.dwksearch--result-container em:after, .dwksearch--result-container em:before {
  content: '\000A0';
  display: inline; }

.dwksearch--result-container a:hover em,
.dwksearch--result-container a:focus em {
  text-decoration: underline; }

.dwksearch--result-focus {
  background: #5a2572;
  color: white; }

.dwksearch--result-focus p {
  color: white; }

.dwksearch--result-focus a {
  color: white; }

.dwksearch--result-focus a:hover, .dwksearch--result-focus a:focus {
  color: white; }

.dwksearch--result-focus .media-left {
  padding-right: 0;
  width: 38.095%;
  height: 204px;
  background-size: cover; }

.dwksearch--result-focus .media-body {
  padding: 40px 4.1666666667vw;
  width: 61.904%; }

.dwksearch--result-focus img {
  width: 16.6666666667vw;
  min-width: 240px; }

#dwkSearch_more {
  text-align: center; }

#dwkSearch_more button {
  padding: 13px 25px; }

#search {
  text-align: right; }

#search > button {
  display: none;
  border: none;
  background: transparent;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  color: #502572;
  padding: 0;
  margin-top: 10px;
  margin-right: 10px; }

#search > button:hover, #search > button:focus {
  text-decoration: underline; }

#search > button .fa-search {
  padding-right: 10px;
  font-size: 1.375rem;
  color: #000;
  width: 2rem;
  height: 2rem;
  vertical-align: middle; }

#search > button .fa-search:before {
  position: relative;
  top: 2px; }

#search > button .fa-close {
  display: none;
  background-color: #083a81;
  border-radius: 50%;
  color: white;
  margin-right: 10px;
  width: 2rem;
  height: 2rem;
  font-size: 1.5rem;
  line-height: 1.95rem;
  vertical-align: middle;
  position: relative;
  top: -2px; }

#search.dwksearch--mini--initialized > button {
  display: inline-block; }

#search.dwksearch--mini--initialized > a {
  display: none; }

.dwksearch--mini form {
  position: relative;
  display: none; }

.dwksearch--mini input {
  display: inline-block; }

#dwkSearch_mini {
  padding-right: 1.8px;
  padding-bottom: 2px; }

#search.dwksearch--mini--active form {
  display: block; }

#search.dwksearch--mini--active > button {
  display: none; }

.fix-header .service .search.dwksearch--mini--active {
  padding-right: 0;
  margin-bottom: -16px;
  position: relative;
  top: -6px; }

.dwksearch--mini--submit {
  position: absolute;
  height: 39px;
  width: 39px;
  top: 5px;
  right: 5px;
  border-radius: 50%;
  padding: 0;
  font-size: 1.3rem; }

.dwksearch--mini .ui-front {
  text-align: left;
  position: relative;
  display: inline-block; }

.dwksearch--mini .ui-front ul {
  display: block;
  position: absolute;
  background-color: white;
  margin: 0;
  padding: 0;
  list-style: none; }

.ui-autocomplete {
  background-color: #e2e2e2; }

.ui-autocomplete li {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 0.1em;
  margin-top: 0.1em; }

.ui-autocomplete .ui-menu-item-wrapper {
  padding: 0.3em 1em;
  cursor: pointer; }

.ui-autocomplete .ui-state-active {
  background-color: #2e2672;
  color: white; }

@media (min-width: 540px) {
  #search > button {
    margin-right: 20px; } }

@media screen and (min-width: 800px) and (max-width: 1024px) {
  .dwksearch--col-results {
    padding-right: 20px; } }

@media screen and (max-width: 799px) {
  hr {
    margin: 20px 0; }
  .dwksearch--plugin {
    padding: 0 10px; }
  .dwksearch--plugin h1 {
    font-size: 2.625rem;
    line-height: 3rem;
    margin-top: 0;
    margin-bottom: 18px; }
  .dwksearch--query .col-search-button {
    padding-left: 12px; }
  .dwksearch--current-filter strong {
    font-size: 18px;
    line-height: 21px; }
  .dwksearch--filter-dropdowns {
    margin-bottom: 20px; }
  .dwksearch--filter-dropdowns .dropdown-menu {
    padding: 0.5em 0; }
  .dwksearch--filter-dropdowns .btn-primary {
    font-size: 16px;
    line-height: 24px; }
  .dwksearch--filter-dropdowns .dropdown-menu li {
    font-size: 16px;
    line-height: 21px;
    margin-top: 0.5em; }
  .dwksearch--result-focus .media-body {
    padding-top: 20px;
    padding-bottom: 20px; }
  .dwksearch--result-container {
    margin-bottom: 30px; }
  .dwksearch--result-container h4 {
    font-size: 21px;
    line-height: 28px; }
  .dwksearch--result-container .dwksearch--result--header {
    margin-bottom: 0.7em; }
  .dwksearch--result-container .dwksearch--result--header ul, .dwksearch--result-container .dwksearch--result--header li {
    display: inline; } }

@media (max-width: 640px) {
  .dwksearch--result-focus .media-left {
    display: none; }
  .dwksearch--result-container p,
  .dwksearch--result-container h4 {
    hyphens: auto; }
  .dwksearch--portal-select .row:first-child {
    margin-bottom: 20px; }
  .dwksearch--portal-select .dwksearch--portal-select--column {
    padding: 0; }
  .dwksearch--portal-select .dwksearch--portal-select--column + .dwksearch--portal-select--column {
    margin-top: 1em; }
  .dwksearch--portal-select p {
    min-height: initial;
    margin-bottom: 16px; }
  .dwksearch--portal-select .col-xs-12 {
    width: 100%; } }

@media screen and (max-width: 540px) {
  .fix-header .col-xs-18.col-sm17,
  .xxs-col-search {
    position: static; }
  #search.dwksearch--mini--active > button {
    display: inline-block; }
  .dwksearch--mini--active #dwkSearch_mini {
    position: absolute;
    width: 100vw;
    right: 0;
    top: 110%;
    padding: 2vw;
    background-color: white;
    box-shadow: 2px 0 0 2px white; }
  #search.dwksearch--mini--active > button .fa-search {
    display: none; }
  #search.dwksearch--mini--active > button .fa-close {
    display: inline-block; }
  .dwksearch--mini .ui-front {
    width: 100%; } }

@media screen and (max-width: 479px) {
  .dwksearch--result-container .dwksearch--result--header li.dwksearch--result--category {
    display: none; }
  .dwksearch--query .row {
    position: relative; }
  .dwksearch--query .ui-form {
    width: 100%; }
  .dwksearch--query .col-search-button {
    position: absolute;
    right: 0;
    width: auto;
    padding: 5px; }
  .dwksearch--query .col-search-button button {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    padding: 6px 10px;
    line-height: 24px; }
  .dwksearch--query .col-search-button button span {
    font-size: 0; }
  .dwksearch--query .col-search-button button .fa-search {
    display: inline; }
  .dwksearch--sort p {
    font-size: 1em; }
  .dwksearch--sort p span {
    display: block; }
  .dwksearch--sort p button::before {
    top: 0.4em; }
  .dwksearch--sort p button:first-of-type {
    margin-left: 0; }
  .dwksearch--plugin .btn-primary {
    font-size: 15px;
    line-height: 16px; } }

/*------------ new menu & header 2017-07 --------------------*/
.fix-header {
  height: 75px; }

.fix-header > .fix-header-content {
  position: fixed;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  height: 75px;
  background: #fff;
  left: 0;
  top: 0; }

@media (min-width: 800px) {
  .fix-header {
    height: 116px; }
  .fix-header > .fix-header-content {
    height: 116px;
    left: auto; } }

.fix-header .service .language nav ul li {
  margin-bottom: 0;
  line-height: 1; }

.fix-header .service .language nav ul li .icon::before {
  top: 5px; }

.service-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right; }

.service-navigation li {
  display: inline-block;
  margin-left: 20px;
  position: relative; }

.service-navigation a {
  font-weight: bold;
  padding: 5px;
  display: inline-block;
  position: relative; }

.service-navigation li:last-child a {
  padding-right: 0; }

.service-navigation .icon {
  position: relative; }

.service-navigation .icon:before {
  position: absolute;
  top: 0;
  left: -24px; }

.oc-menu--meta-nav .icon:before {
  margin-right: 10px; }

.service-navigation li.lang-selector {
  margin-left: 10px; }

.service-navigation .simple,
.service-navigation .sign {
  margin-left: 40px; }

.oc-menu--meta-nav .simple .icon:before,
.service-navigation .simple .icon:before {
  content: url("Images/icon-simple.png"); }

.oc-menu--meta-nav .sign .icon:before,
.service-navigation .sign .icon:before {
  content: url("Images/icon-sign.png"); }

.service-navigation .search-link {
  margin-left: 10px;
  padding-right: 10px; }

.oc-menu--meta-nav .search-link .icon:after,
.service-navigation .search-link .icon:after {
  content: '';
  background-image: url("Images/icon-search-new.svg");
  background-size: auto 100%;
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-left: 12px;
  position: relative;
  top: 3px; }

.oc-menu--meta-nav .search-link .icon:after {
  position: relative;
  top: 3px; }

.service-navigation .search-link.active {
  /*background-color: $color-light-grey;*/ }

.service-navigation .search-link.active .icon:after {
  background-image: url("Images/icon-new-search-close.svg");
  background-repeat: no-repeat;
  background-size: auto 90%;
  background-position: center; }

.service-navigation .icon-carret:after {
  content: url("Images/icon-select-down-lilac.png");
  margin-left: 10px;
  position: relative;
  top: -1px; }

.oc-menu--meta-nav .lang-selector .icon-carret:after {
  background-image: url("Images/icon-select-down-lilac.png");
  background-position: center;
  top: -1px; }

.service-navigation .dropdown-toggle {
  padding-left: 14px;
  padding-right: 10px; }

.oc-menu--meta-nav .lang-selector.open > a:hover,
.oc-menu--meta-nav .lang-selector.open > a:focus {
  border-left-color: transparent; }

.oc-menu--meta-nav .dropdown-toggle[aria-expanded="true"] .icon-carret:after {
  background-image: url("Images/icon-select-up-lilac.png");
  background-position: center; }

.service-navigation .dropdown-toggle[aria-expanded="true"] .icon-carret:after {
  content: url("Images/icon-select-up-lilac.png"); }

.oc-menu--meta-nav .lang-selector .dropdown-menu,
.service-navigation .dropdown-menu {
  text-align: left;
  background-color: #e8e8e8;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 18px;
  box-shadow: none; }

.oc-menu--meta-nav .lang-selector .dropdown-menu {
  padding-top: 0;
  margin-bottom: 10px; }

.service-navigation .dropdown-menu li {
  display: block;
  margin-left: 0; }

.service-navigation .dropdown-menu > li > a {
  color: #502572;
  padding: 8px 25px 8px 42px;
  display: block; }

.service-navigation .dropdown-menu > li > a:focus,
.service-navigation .dropdown-menu > li > a:hover {
  background: white; }

.service-navigation .dropdown-menu li.active > a {
  background: transparent;
  color: #000; }

.service-navigation .dropdown-menu li.active > a:focus,
.service-navigation .dropdown-menu li.active > a:hover {
  background: white; }

.service-navigation .dropdown-menu li.active a::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 12px;
  position: absolute;
  top: calc(50% - 6px);
  left: 10px;
  background: url("Images/icon-dropdown-active.png") no-repeat 0 0 transparent; }

.oc-menu--meta-nav .dropdown-menu li.active a {
  color: #000; }

.oc-menu .oc-menu--level-wrap[data-level="0"] .oc-menu--meta-nav ul li li a:hover,
.oc-menu .oc-menu--level-wrap[data-level="0"] .oc-menu--meta-nav ul li li a:focus {
  background-color: white;
  color: currentColor; }

.oc-menu .oc-menu--level-wrap[data-level="0"] .oc-menu--meta-nav ul li li.active a:hover,
.oc-menu .oc-menu--level-wrap[data-level="0"] .oc-menu--meta-nav ul li li.active a:focus {
  background-color: transparent;
  color: #000; }

.oc-menu--meta-nav .lang-selector a.dropdown-toggle {
  background-image: none; }

.oc-menu .oc-menu--level-wrap[data-level="0"] .oc-menu--meta-nav ul li a {
  padding-left: calc(7.5% - 10px);
  padding-top: 0.5em;
  padding-bottom: 0.5em; }

.oc-menu .oc-menu--level-wrap[data-level="0"] .oc-menu--meta-nav .lang-selector ul li a {
  padding-left: calc(7.5% + 15px); }

.oc-menu--meta-nav .lang-selector .dropdown-menu .active {
  background-image: url("Images/icon-dropdown-active.png");
  background-position: 7.6% center; }

.portal-header {
  background-color: #462672;
  display: flex; }

[data-color-scheme="info"] .portal-header {
  background-color: #462672; }

[data-color-scheme="hilfe"] .portal-header {
  background-color: #6e2272; }

[data-color-scheme="karriere"] .portal-header {
  background-color: #2e2672; }

.portal-header--logo {
  background-color: #5a2572;
  max-height: 82px;
  width: auto;
  display: inline-block;
  padding: 20px 4.16666666%; }

.portal-header--logo a {
  display: block; }

.portal-header--logo a:focus {
  outline-color: #fff;
  outline-offset: 0.4em; }

.portal-header--logo img {
  max-height: 42px;
  width: auto; }

.portal-header--name {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 42px;
  padding: 20px;
  padding-left: 4.1666666%;
  display: inline-block; }

.portal-header--name a {
  color: #fff; }

.portal-header .oc-menu--link button i.fa,
.portal-header .oc-menu--link {
  color: white; }

.portal-header--menu {
  padding: 20px;
  padding-right: 0;
  margin-left: auto;
  margin-right: 4.166666666%; }

.portal-header .oc-menu--link {
  margin: 0;
  position: relative; }

.portal-header .oc-menu--link > a {
  font-size: 18px;
  color: #fff;
  font-weight: bold; }

.portal-header .oc-menu--link a,
.portal-header .oc-menu--link button {
  line-height: 42px; }

.oc-menu--link a i.fa,
.oc-menu--link button i.fa {
  top: 0;
  margin-right: 0;
  margin-left: 10px; }

.oc-menu--link a i.fa:before {
  top: 0;
  position: relative; }

.oc-menu--link button i.fa::before {
  top: 2px;
  position: relative; }

.oc-menu--link button.oc-menu--close i.fa {
  display: none; }

.oc-menu--link button.oc-menu--close:after {
  content: '';
  background-image: url("Images/icon-new-menu-close.svg");
  background-repeat: no-repeat;
  background-size: auto 18px;
  background-position: center center;
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 35px;
  height: 42px;
  margin-left: 7px; }

@media (max-width: 799px) {
  .service-row {
    display: none; }
  .portal-header--logo {
    max-height: 75px; }
  .portal-header--logo img {
    max-height: 35px; }
  .portal-header--name {
    font-size: 18px;
    line-height: 34px; }
  .portal-header .oc-menu--link a,
  .portal-header .oc-menu--link button {
    font-size: 18px;
    line-height: 34px; }
  .oc-menu--link button.oc-menu--close:after {
    height: 35px; } }

@media (max-width: 400px) {
  .fix-header {
    height: 60px; }
  .fix-header > .fix-header-content {
    height: 60px; }
  .portal-header--logo {
    max-height: 60px;
    padding-top: 17px;
    padding-bottom: 17px; }
  .portal-header--logo img {
    max-height: 25px; }
  .portal-header--name {
    font-size: 14px;
    line-height: 40px;
    padding: 10px; }
  .portal-header .oc-menu--link a,
  .portal-header .oc-menu--link button {
    line-height: 40px;
    font-size: 14px; }
  .oc-menu--link a i.fa {
    font-size: 18px;
    margin-left: 3px; }
  .oc-menu--link button i.fa {
    font-size: 18px;
    margin-left: 0; }
  .oc-menu--link a i.fa::before {
    top: 2px; }
  .oc-menu--link button i.fa::before {
    top: 7px; }
  .portal-header--menu {
    padding-left: 0;
    padding-top: 10px;
    padding-bottom: 10px; }
  .oc-menu--link button.oc-menu--close:after {
    width: 32px;
    height: 40px;
    margin-left: 0;
    background-size: auto 16px; } }

.oc-menu {
  overflow-x: hidden;
  background-color: rgba(0, 0, 0, 0.75);
  transition: background-color 0.3s linear 0s;
  top: 116px; }

@media (max-width: 799px) {
  .oc-menu {
    top: 75px; } }

@media (max-width: 400px) {
  .oc-menu {
    top: 60px; } }

.oc-menu.hidden {
  display: none;
  background-color: transparent;
  overflow: hidden; }

@supports (pointer-events: none) {
  .oc-menu.hidden {
    display: block !important;
    pointer-events: none; } }

.oc-menu--column-wrap {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0%;
  /* both because IE */
  min-height: auto;
  min-height: unset;
  transition: left 0.3s ease-in-out 0s; }

@media (max-width: 480px) {
  .oc-menu--column-wrap {
    min-height: 660px; } }

.oc-menu.hidden .oc-menu--column-wrap {
  left: 100vw !important; }

@media (min-width: 1440px) {
  .oc-menu.hidden .oc-menu--column-wrap {
    left: 1440px !important; } }

.oc-menu--level-wrap {
  background-color: white;
  min-height: 560px; }

.oc-menu--level-wrap[data-level="portals"] {
  display: none;
  padding-top: 0;
  flex-direction: column; }

.oc-menu--level-wrap[data-level="portals"] > * {
  padding: 45px 25% 30px 45px; }

.oc-menu--level-wrap[data-level="portals"] a {
  position: relative; }

.oc-menu--level-wrap[data-level="portals"] a h3:after {
  content: url("Images/icon-new-external-white.svg");
  display: block;
  position: absolute;
  top: calc(50% - 1.3rem);
  right: 8.16666%;
  width: 2.6rem;
  height: 2.6rem; }

.oc-menu--level-wrap[data-level="portals"] a:hover,
.oc-menu--level-wrap[data-level="portals"] a:focus {
  text-decoration: none; }

.oc-menu--level-wrap[data-level="portals"] .oc-menu--external-link,
.oc-menu--level-wrap[data-level="portals"] .oc-menu--external-link {
  display: block; }

.oc-menu--level-wrap[data-level="portals"] a:hover h3,
.oc-menu--level-wrap[data-level="portals"] a:focus h3 {
  text-decoration: underline; }

.oc-menu--level-wrap[data-level="portals"] a:hover h3:after,
.oc-menu--level-wrap[data-level="portals"] a:focus h3:after {
  content: url("Images/icon-new-external-white_hover.svg"); }

.oc-menu--level-wrap[data-level="portals"] a:hover .oc-menu--external-link:before,
.oc-menu--level-wrap[data-level="portals"] a:focus .oc-menu--external-link:before {
  background-image: url("Images/icon-external-white_hover.png"); }

.oc-menu--portal-links {
  margin-bottom: 0px; }

.oc-menu--portal-links > a {
  width: 50%;
  display: inline-block;
  padding: 25px 3%;
  font-size: 14px;
  min-height: 100%;
  vertical-align: top;
  position: relative; }

.oc-menu--portal-links > a h3:after {
  content: url("Images/icon-new-external-white.svg");
  display: block;
  position: absolute;
  top: calc(50% - 1rem);
  right: 6%;
  width: 2rem;
  height: 2rem; }

.oc-menu--portal-links > a:hover h3,
.oc-menu--portal-links > a:focus h3 {
  text-decoration: underline; }

.oc-menu--portal-links > a:focus h3:after,
.oc-menu--portal-links > a:hover h3:after {
  content: url("Images/icon-new-external-white_hover.svg"); }

.oc-menu--portal-links > a > span.oc-menu--external-link {
  display: none; }

@media (min-width: 769px) {
  .oc-menu--portal-links > a {
    display: block;
    width: 100%;
    /* both because IE */
    min-height: auto;
    min-height: unset;
    padding: 20px 12.5%;
    padding-right: 16.6666666%; }
  .oc-menu--portal-links > a > h3 {
    margin-bottom: 5px; } }

@media (max-width: 479px) {
  .oc-menu--portal-links > a {
    display: block;
    width: 100%;
    /* both because IE */
    min-height: auto;
    min-height: unset;
    padding: 15px;
    padding-left: 7.5%; }
  .oc-menu--portal-links > a > h3 {
    margin-bottom: 5px; } }

.oc-menu--level-wrap[data-level="0"] {
  padding-top: 30px; }

@media (max-width: 768px) {
  .oc-menu--level-wrap[data-level="0"] {
    padding-top: 10px; } }

.oc-menu .oc-menu--level-wrap[data-level="2"] li > span,
.oc-menu .oc-menu--level-wrap[data-level="2"] button,
.oc-menu .oc-menu--level-wrap[data-level="2"] ul a,
.oc-menu .oc-menu--level-wrap[data-level="1"] li > span,
.oc-menu .oc-menu--level-wrap[data-level="1"] button,
.oc-menu .oc-menu--level-wrap[data-level="1"] ul a,
.oc-menu li > span,
.oc-menu button,
.oc-menu ul a {
  font-size: 18px; }

.oc-menu li > span,
.oc-menu button,
.oc-menu ul a {
  padding-top: 0.7em;
  padding-bottom: 0.7em; }

@media (max-width: 480px) {
  .oc-menu li > span,
  .oc-menu button,
  .oc-menu ul a {
    padding-top: 0.5em;
    padding-bottom: 0.5em; } }

.oc-menu button {
  background-size: auto 16px; }

.oc-menu button,
.oc-menu ul a {
  font-weight: bold; }

.oc-menu button:focus,
.oc-menu ul a:focus,
.oc-menu button:hover,
.oc-menu ul a:hover {
  text-decoration: underline; }

@media (max-width: 768px) {
  .oc-menu[data-current-level="0"],
  .oc-menu[data-current-level="1"],
  .oc-menu[data-current-level="2"] {
    margin-left: 0; }
  .oc-menu:not(.hidden)[data-current-level="1"] .oc-menu--column-wrap {
    left: -100vw; }
  .oc-menu:not(.hidden)[data-current-level="2"] .oc-menu--column-wrap {
    left: -200vw; } }

@media (min-width: 800px) {
  .oc-menu[data-current-level="0"] .oc-menu--column-wrap {
    left: calc(200vw / 3); }
  .oc-menu[data-current-level="1"] .oc-menu--column-wrap {
    left: calc(100vw / 3); }
  .oc-menu[data-current-level="2"] .oc-menu--column-wrap {
    left: 0; }
  .oc-menu--level-wrap {
    width: calc(100% / 3); } }

@media (min-width: 1200px) {
  .oc-menu--portal-links {
    display: none; }
  .oc-menu--level-wrap[data-level="0"] {
    padding-top: 30px; }
  .oc-menu--level-wrap[data-level="portals"] {
    display: flex; }
  .oc-menu--level-wrap[data-level="portals"] > * {
    flex: 1 0 10%;
    height: 33.333333%; }
  .oc-menu[data-current-level="0"] .oc-menu--column-wrap {
    left: 50vw; }
  .oc-menu[data-current-level="1"] .oc-menu--column-wrap {
    left: 25vw; }
  .oc-menu[data-current-level="2"] .oc-menu--column-wrap {
    left: 0; }
  .oc-menu--level-wrap {
    width: calc(100% / 4); } }

@media (min-width: 1440px) {
  .oc-menu[data-current-level="0"] .oc-menu--column-wrap {
    left: 720px; }
  .oc-menu[data-current-level="1"] .oc-menu--column-wrap {
    left: 360px; } }

.dwksearch--mini {
  position: relative;
  display: block; }

.dwksearch--mini .dwksearch--mini-wrap form {
  display: block; }

.dwksearch--mini-wrap {
  overflow: hidden;
  height: 0;
  width: 47vw;
  max-width: 676px;
  transition: height 0.3s ease-in-out 0s;
  position: absolute;
  top: 0px;
  right: 0;
  z-index: 10;
  background-color: #462672; }

.dwksearch--mini--overflow .dwksearch--mini-wrap {
  overflow: visible; }

[data-color-scheme="hilfe"] .dwksearch--mini-wrap {
  background-color: #6e2272; }

[data-color-scheme="karriere"] .dwksearch--mini-wrap {
  background-color: #2e2672; }

[data-color-scheme="info"] .dwksearch--mini input:focus {
  border-color: #009bdc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 2px #009bdc; }

[data-color-scheme="karriere"] .dwksearch--mini input:focus {
  border-color: #009bdc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 2px #009bdc; }

[data-color-scheme="hilfe"] .dwksearch--mini input:focus {
  border-color: #009bdc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 2px #009bdc; }

#dwkSearch_mini {
  margin-top: 16px;
  margin-bottom: 16px;
  position: absolute;
  bottom: 0;
  width: calc(100% - 4.166666vw); }

.dwksearch--mini--active .dwksearch--mini-wrap {
  height: 82px; }

.dwksearch--mini .ui-front {
  width: 95.83333333%; }

@media (min-width: 1440px) {
  #dwkSearch_mini {
    width: calc(100% - 60px); } }

@media (max-width: 799px) {
  .dwksearch--mini--active .dwksearch--mini-wrap {
    display: none; } }

/** ===== fixes for IE 10 ===== **/
@media (min-width: 1200px) {
  .oc-menu--ie11 .oc-menu--level-wrap[data-level="portals"] {
    display: block;
    position: relative; }
  .oc-menu--ie11 .oc-menu--level-wrap[data-level="portals"] > * {
    flex: none;
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 33.333333%; }
  .oc-menu--ie11 .oc-menu--level-wrap[data-level="portals"] > *:nth-child(2) {
    top: 33.333333%; }
  .oc-menu--ie11 .oc-menu--level-wrap[data-level="portals"] > *:nth-child(3) {
    top: 66.6666666%; } }

/* //////////////// color scheme infoportal //////////////// */
[data-color-scheme="info"] .oc-menu {
  color: #462672; }

[data-color-scheme="info"] .oc-menu .oc-menu--level-wrap[data-level="portals"] a {
  color: white; }

[data-color-scheme="info"] .oc-menu--portal-links > a:nth-child(1),
[data-color-scheme="info"] .oc-menu .oc-menu--level-wrap[data-level="portals"] a:nth-child(2) {
  background-color: #6e2272; }

[data-color-scheme="info"] .oc-menu--portal-links > a:nth-child(2),
[data-color-scheme="info"] .oc-menu .oc-menu--level-wrap[data-level="portals"] a:nth-child(3) {
  background-color: #2e2672; }

[data-color-scheme="info"] .oc-menu .oc-menu--level-wrap[data-level] {
  background-color: white; }

[data-color-scheme="info"] .oc-menu li > span,
[data-color-scheme="info"] .oc-menu button,
[data-color-scheme="info"] .oc-menu ul a {
  color: #462672; }

[data-color-scheme="info"] .oc-menu button:hover,
[data-color-scheme="info"] .oc-menu button:focus,
[data-color-scheme="info"] .oc-menu ul a:hover,
[data-color-scheme="info"] .oc-menu ul a:focus {
  border-left-color: #462672;
  border-left-color: transparent; }

[data-color-scheme="info"] .oc-menu button:not(.oc-menu--close-level):after {
  background-image: url("Images/arrow_right_violet_1.svg"); }

[data-color-scheme="info"] .oc-menu .oc-menu--close-level::before {
  content: url("Images/arrow_right_violet_1.svg"); }

[data-color-scheme="info"] .oc-menu button[aria-selected="true"] {
  background-color: #462672;
  color: white;
  transition-property: background, color; }

[data-color-scheme="info"] .oc-menu button:not(.oc-menu--close-level)[aria-selected="true"]:after {
  background-image: url("Images/arrow_right.svg"); }

[data-color-scheme="info"] .oc-menu span.oc-menu--root-line.oc-menu--active {
  background-color: #462672;
  color: white; }

[data-color-scheme="info"] .oc-menu span.oc-menu--root-line,
[data-color-scheme="info"] .oc-menu button.oc-menu--root-line,
[data-color-scheme="info"] .oc-menu ul a.oc-menu--root-line {
  background-color: #8157a0;
  color: white; }

[data-color-scheme="info"] .oc-menu button.oc-menu--root-line:after {
  background-image: url("Images/arrow_right.svg"); }

[data-color-scheme="info"] .oc-menu button.oc-menu--root-line[aria-selected="true"] {
  background-color: #462672; }

/* //////////////////////// */
/* //////////////// color scheme hilfeportal //////////////// */
[data-color-scheme="hilfe"] .oc-menu {
  color: #6e2272; }

[data-color-scheme="hilfe"] .oc-menu .oc-menu--level-wrap[data-level="portals"] a {
  color: white; }

[data-color-scheme="hilfe"] .oc-menu--portal-links > a:nth-child(1),
[data-color-scheme="hilfe"] .oc-menu .oc-menu--level-wrap[data-level="portals"] a:nth-child(2) {
  background-color: #462672; }

[data-color-scheme="hilfe"].oc-menu--portal-links > a:nth-child(2),
[data-color-scheme="hilfe"] .oc-menu .oc-menu--level-wrap[data-level="portals"] a:nth-child(3) {
  background-color: #2e2672; }

[data-color-scheme="hilfe"] .oc-menu .oc-menu--level-wrap[data-level] {
  background-color: white; }

[data-color-scheme="hilfe"] .oc-menu li > span,
[data-color-scheme="hilfe"] .oc-menu button,
[data-color-scheme="hilfe"] .oc-menu ul a {
  color: #6e2272; }

[data-color-scheme="hilfe"] .oc-menu button:hover,
[data-color-scheme="hilfe"] .oc-menu button:focus,
[data-color-scheme="hilfe"] .oc-menu ul a:hover,
[data-color-scheme="hilfe"] .oc-menu ul a:focus {
  border-left-color: #6e2272;
  border-left-color: transparent; }

[data-color-scheme="hilfe"] .oc-menu button:not(.oc-menu--close-level):after {
  background-image: url("Images/arrow_right_violet_4.svg"); }

[data-color-scheme="hilfe"] .oc-menu .oc-menu--close-level::before {
  content: url("Images/arrow_right_violet_4.svg"); }

[data-color-scheme="hilfe"] .oc-menu button[aria-selected="true"] {
  background-color: #6e2272;
  color: white;
  transition-property: background, color; }

[data-color-scheme="hilfe"] .oc-menu button:not(.oc-menu--close-level)[aria-selected="true"]:after {
  background-image: url("Images/arrow_right.svg"); }

[data-color-scheme="hilfe"] .oc-menu span.oc-menu--root-line.oc-menu--active {
  background-color: #6e2272;
  color: white; }

[data-color-scheme="hilfe"] .oc-menu span.oc-menu--root-line,
[data-color-scheme="hilfe"] .oc-menu button.oc-menu--root-line,
[data-color-scheme="hilfe"] .oc-menu ul a.oc-menu--root-line {
  background-color: #a25ea0;
  color: white; }

[data-color-scheme="hilfe"] .oc-menu button.oc-menu--root-line:after {
  background-image: url("Images/arrow_right.svg"); }

[data-color-scheme="hilfe"] .oc-menu button.oc-menu--root-line[aria-selected="true"] {
  background-color: #6e2272; }

/* //////////////////////// */
/* //////////////// color scheme karriereportal //////////////// */
[data-color-scheme="karriere"] .oc-menu {
  color: #2e2672; }

[data-color-scheme="karriere"] .oc-menu .oc-menu--level-wrap[data-level="portals"] a {
  color: white; }

[data-color-scheme="karriere"] .oc-menu--portal-links > a:nth-child(1),
[data-color-scheme="karriere"] .oc-menu .oc-menu--level-wrap[data-level="portals"] a:nth-child(2) {
  background-color: #462672; }

[data-color-scheme="karriere"] .oc-menu--portal-links > a:nth-child(2),
[data-color-scheme="karriere"] .oc-menu .oc-menu--level-wrap[data-level="portals"] a:nth-child(3) {
  background-color: #6e2272; }

[data-color-scheme="karriere"] .oc-menu .oc-menu--level-wrap[data-level] {
  background-color: white; }

[data-color-scheme="karriere"] .oc-menu li > span,
[data-color-scheme="karriere"] .oc-menu button,
[data-color-scheme="karriere"] .oc-menu ul a {
  color: #2e2672; }

[data-color-scheme="karriere"] .oc-menu button:hover,
[data-color-scheme="karriere"] .oc-menu button:focus,
[data-color-scheme="karriere"] .oc-menu ul a:hover,
[data-color-scheme="karriere"] .oc-menu ul a:focus {
  border-left-color: #2e2672;
  border-left-color: transparent; }

[data-color-scheme="karriere"] .oc-menu button:not(.oc-menu--close-level):after {
  background-image: url("Images/arrow_right_violet_2.svg"); }

[data-color-scheme="karriere"] .oc-menu .oc-menu--close-level::before {
  content: url("Images/arrow_right_violet_2.svg"); }

[data-color-scheme="karriere"] .oc-menu button[aria-selected="true"] {
  background-color: #2e2672;
  color: white;
  transition-property: background, color; }

[data-color-scheme="karriere"] .oc-menu button:not(.oc-menu--close-level)[aria-selected="true"]:after {
  background-image: url("Images/arrow_right.svg"); }

[data-color-scheme="karriere"] .oc-menu span.oc-menu--root-line.oc-menu--active {
  background-color: #2e2672;
  color: white; }

[data-color-scheme="karriere"] .oc-menu span.oc-menu--root-line,
[data-color-scheme="karriere"] .oc-menu button.oc-menu--root-line,
[data-color-scheme="karriere"] .oc-menu ul a.oc-menu--root-line {
  background-color: #6959a0;
  color: white; }

[data-color-scheme="karriere"] .oc-menu button.oc-menu--root-line:after {
  background-image: url("Images/arrow_right.svg"); }

[data-color-scheme="karriere"] .oc-menu button.oc-menu--root-line[aria-selected="true"] {
  background-color: #2e2672; }

/* //////////////////////// */
.sharing {
  padding: 73px 0 23px 0;
  float: left;
  width: 100%; }

.sharing h2 {
  float: left;
  margin: 0;
  font-size: 19.5px;
  font-size: 1.21875rem;
  line-height: 1.333333;
  margin-left: 10px;
  margin-right: 20px;
  padding-bottom: 33px; }

.sharing ul {
  float: left;
  display: inline-block;
  padding-left: 0;
  margin-top: 8px;
  margin-bottom: 0;
  padding-top: 0; }

.sharing ul li {
  list-style-type: none;
  float: left;
  padding-left: 0px;
  padding-right: 20px; }

.sharing ul li.twitter {
  border: none !important; }

.sharing ul li.info a {
  padding: 10px 10px 10px 10px; }

.sharing ul li a {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: bold;
  color: #444;
  padding: 15px 20px 15px 10px;
  border: 2px solid transparent; }

.sharing ul li a span {
  padding-right: 16px;
  vertical-align: top; }

.sharing ul li a span.fa-twitter:before {
  font-size: 30px;
  font-size: 1.875rem;
  color: #47A9DB;
  position: relative;
  top: -4px; }

.sharing ul li a span.fa-facebook:before {
  font-size: 29px;
  font-size: 1.8125rem;
  color: #3C5A99;
  position: relative;
  top: -2px; }

.sharing ul li a span.fa-info:before {
  font-size: 24px;
  font-size: 1.5rem; }

.sharing ul li a span.fa-info + .share_text {
  padding-right: 0px; }

.sharing ul li a:hover {
  text-decoration: none;
  border: 2px solid #502572; }

.sharing ul li a:active {
  text-decoration: none;
  border: 2px solid #502572; }

.sharing ul li a:focus {
  text-decoration: none;
  border: 2px solid #502572; }

/*------------------------- Footer --------------------------*/
.page-footer {
  clear: both; }

.page-footer .internal .row .flex-box {
  padding: 19px 0px 24px 0px; }

.page-footer .internal .portal {
  color: #fff;
  padding-left: 10px;
  padding-right: 10px; }

.page-footer .internal .portal h2 {
  font-size: 19.5px;
  font-size: 1.21875rem;
  line-height: 1.333333;
  margin-top: 0; }

.page-footer .internal .portal p {
  color: #fff; }

.page-footer .internal .portal .link-wrapper {
  margin-top: 22px;
  margin-left: 4px; }

.page-footer .internal .portal .link-wrapper a {
  color: #fff;
  letter-spacing: 0.05em;
  position: relative;
  display: inline-block; }

.page-footer .internal .portal .link-wrapper a:hover, .page-footer .internal .portal .link-wrapper a:focus, .page-footer .internal .portal .link-wrapper a:active {
  text-decoration: none; }

.page-footer .internal .portal .link-wrapper a .icon-link {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: bold;
  border-bottom: 1px solid transparent;
  margin-left: 32px;
  padding-left: 0px; }

.page-footer .internal .portal .link-wrapper a:hover .icon-link {
  border-bottom: 1px solid #fff;
  /* border-bottom: 1px solid $color;
    border-bottom: 1px solid $link-color; */ }

.page-footer .internal .portal .link-wrapper a .icon-link.internal {
  display: inline; }

.page-footer .internal .portal .link-wrapper a .icon-link.internal:before {
  content: url("Images/icon-internal-white.png");
  position: absolute;
  left: 0px;
  top: 2px; }

.page-footer .internal .portal .link-wrapper a:hover .icon-link.internal, .page-footer .internal .portal .link-wrapper a:focus .icon-link.internal, .page-footer .internal .portal .link-wrapper a:active .icon-link.internal {
  color: #fff; }

.page-footer .internal .portal .link-wrapper a:hover .icon-link.internal:before, .page-footer .internal .portal .link-wrapper a:focus .icon-link.internal:before, .page-footer .internal .portal .link-wrapper a:active .icon-link.internal:before {
  content: url("Images/icon-internal-white_hover.png"); }

.page-footer .internal .portal .link-wrapper a .icon-link.external {
  display: inline; }

.page-footer .internal .portal .link-wrapper a .icon-link.external:before {
  content: url("Images/icon-external-white.png");
  position: absolute;
  left: 0px;
  top: 2px; }

.page-footer .internal .portal .link-wrapper a:hover .icon-link.external, .page-footer .internal .portal .link-wrapper a:focus .icon-link.external, .page-footer .internal .portal .link-wrapper a:active .icon-link.external {
  color: #fff; }

.page-footer .internal .portal .link-wrapper a:hover .icon-link.external:before, .page-footer .internal .portal .link-wrapper a:focus .icon-link.external:before, .page-footer .internal .portal .link-wrapper a:active .icon-link.external:before {
  content: url("Images/icon-external-white_hover.png"); }

.page-footer .internal .portal .link-wrapper a .icon-link.download {
  display: inline; }

.page-footer .internal .portal .link-wrapper a .icon-link.download:before {
  content: url("Images/icon-download-white.png");
  position: absolute;
  left: 0px;
  top: 2px; }

.page-footer .internal .portal .link-wrapper a:hover .icon-link.download, .page-footer .internal .portal .link-wrapper a:focus .icon-link.download, .page-footer .internal .portal .link-wrapper a:active .icon-link.download {
  color: #fff; }

.page-footer .internal .portal .link-wrapper a:hover .icon-link.download:before, .page-footer .internal .portal .link-wrapper a:focus .icon-link.download:before, .page-footer .internal .portal .link-wrapper a:active .icon-link.download:before {
  content: url("Images/icon-download-white.png"); }

.page-footer .internal .portal ul {
  padding-left: 0px;
  margin-top: 10px;
  margin-bottom: 0px; }

.page-footer .internal .portal ul li.link-wrapper {
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 12px; }

.page-footer .internal .portal ul li.link-wrapper:last-child {
  margin-bottom: 0px; }

.page-footer .social-media {
  background-color: #5a2572;
  color: #fff;
  text-align: left;
  padding-top: 20px;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px; }

.page-footer .social-media .social-media--icon-wrap {
  text-align: left; }

@media (min-width: 800px) {
  .page-footer .social-media .social-media--icon-wrap {
    text-align: center; } }

.page-footer .social-media h2 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 200;
  clear: both;
  float: none;
  margin-top: 7px;
  margin-bottom: 42px;
  padding-right: 35px; }

.page-footer .social-media ul {
  display: inline-block;
  padding-left: 0;
  clear: both;
  float: none;
  margin-left: 46px; }

.page-footer .social-media ul li {
  margin-bottom: 28px;
  list-style-type: none; }

.page-footer .social-media ul li:last-child {
  margin-right: 0px; }

.page-footer .social-media ul li a {
  color: #fff;
  position: relative; }

.page-footer .social-media ul li a i {
  vertical-align: top; }

.page-footer .social-media ul li a i.fa:before {
  left: -36px;
  width: 50px; }

.page-footer .social-media ul li a i.fa-twitter:before {
  font-size: 36px;
  font-size: 2.25rem;
  top: -4px;
  position: absolute; }

.page-footer .social-media ul li a i.fa-facebook:before {
  font-size: 36px;
  font-size: 2.25rem;
  position: absolute; }

.page-footer .social-media ul li a i.fa-youtube-play:before {
  font-size: 36px;
  font-size: 2.25rem;
  position: absolute; }

.page-footer .social-media ul li a i.fa-google-plus:before {
  font-size: 36px;
  font-size: 2.25rem;
  position: absolute; }

.page-footer .social-media ul li a i.fa-google-plus span {
  margin-top: 0px; }

.page-footer .social-media ul li a i.fa-rss:before {
  font-size: 36px;
  font-size: 2.25rem;
  position: absolute; }

.page-footer .social-media ul li a i span {
  border-bottom: 1px solid transparent;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 400;
  margin-left: 34px;
  padding-top: 5px;
  display: inline-block; }

.page-footer .social-media ul li a:hover {
  text-decoration: none; }

.page-footer .social-media ul li a:hover i {
  /* color: #019bdb; */ }

.page-footer .social-media ul li a:hover i:before {
  content: url("Images/icon-external-white_hover.png"); }

.page-footer .social-media ul li a:hover i span {
  color: #fff; }

.page-footer .social-media ul li a:active {
  text-decoration: none; }

.page-footer .social-media ul li a:focus {
  text-decoration: none; }

.page-footer .social-media ul li a:hover span {
  border-bottom: 1px solid #fff; }

.page-footer .social-media ul li a:active span {
  border-bottom: 1px solid #fff; }

.page-footer .social-media ul li a:focus span {
  border-bottom: 1px solid #fff; }

.page-footer .service-links {
  clear: both;
  background-color: #5a2572;
  min-height: 72px;
  text-align: center;
  padding-top: 0;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px; }

.page-footer .service-links ul {
  display: inline-block;
  padding-left: 0; }

.page-footer .service-links ul li {
  display: inline-block;
  font-size: 1em;
  list-style-type: none;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 15px; }

.page-footer .service-links ul li a {
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.05em;
  border-bottom: 1px solid transparent; }

.page-footer .service-links ul li a:hover {
  border-bottom: 1px solid #fff;
  text-decoration: none; }

.page-footer .service-links ul li a:active {
  border-bottom: 1px solid #fff;
  text-decoration: none; }

.page-footer .service-links ul li a:focus {
  border-bottom: 1px solid #fff;
  text-decoration: none; }

.page-footer .service-links ul li strong {
  border-bottom: 1px solid #fff;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 200; }

.page-footer .partner-links {
  text-align: center; }

.page-footer .partner-links ul {
  display: inline-block;
  padding-left: 0; }

.page-footer .partner-links ul li {
  list-style-type: none;
  float: left;
  padding-left: 0px;
  padding: 26px 10px 16px 10px; }

.page-footer .partner-links ul li:last-child {
  position: relative;
  clear: both;
  float: none;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 8px; }

.page-footer .partner-links ul li:last-child img {
  width: 95%;
  height: auto; }

.page-footer .partner-links ul li a {
  display: inline-block;
  border-bottom: 2px solid transparent;
  padding: 0px 18px 12px 18px; }

.page-footer .partner-links ul li a:hover {
  border-bottom: 2px solid #502572; }

.page-footer .partner-links ul li a:active {
  border-bottom: 2px solid #502572; }

.page-footer .partner-links ul li a:focus {
  border-bottom: 2px solid #502572; }

/*------------------------- Media-Queries --------------------*/
@media screen and (min-width: 640px) {
  .content .current .article {
    width: 50%;
    width: 100%;
    padding: 30px 10px 30px 10px;
    min-height: 220px; } }

@media screen and (min-width: 800px) {
  /* CAREER OVERWRITE */
  /* SERVICE OVERWRITE */
  .content .quote.testimonials .stage-wrapper .figure .bg-img {
    min-height: 640px;
    height: auto; }
  .content .quote.testimonials .stage-wrapper blockquote {
    padding: 60px 60px 20px 60px; }
  .content .quote.testimonials .stage-wrapper li {
    flex-direction: row; }
  .content .quote.testimonials .stage-wrapper li blockquote {
    padding: 60px 0px 120px 60px; }
  .content .quote.testimonials .custom-navigation {
    width: 50%; }
  .content .stage-header.campaign .stage-wrapper .stage-text {
    /* height: 42vw; */
    height: auto;
    padding-top: 150px; }
  .content .stage-header.campaign .stage-wrapper .stage-pict .bg-img {
    min-height: 600px; }
  .content .stage-header.campaign .intro {
    padding-left: 0px;
    padding-right: 0px; }
  .content .current.textlist {
    margin-bottom: 100px; }
  .content .current.textlist .header {
    margin-bottom: 40px; }
  .content .current.textlist .header h2 {
    margin-bottom: 0px; }
  .content .current.textlist .figure .bg-img {
    height: auto;
    min-height: 420px; }
  .content .current.textlist .article {
    padding: 60px 60px 20px 60px;
    min-height: 420px; }
  .content .current.textlist .article p {
    font-size: 19.5px;
    font-size: 1.21875rem;
    line-height: 1.333333; }
  .content .dates-links {
    display: inline-flex;
    flex-direction: column; }
  .content .dates .dates-list ul li.link-wrapper {
    padding-left: 180px; }
  .content .dates .dates-list ul li.link-wrapper .left {
    width: 116px;
    height: 121px;
    padding: 20px 0px 20px 0px; }
  .content .dates .dates-list ul li.link-wrapper .left span.day {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.25; }
  .content .dates .dates-list ul li.link-wrapper .left span.month {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 24px; }
  .content .dates .dates-list ul li.link-wrapper .left.local-item span {
    width: 120px;
    height: 120px;
    background-size: 120px 120px; }
  .content .dates .dates-list ul li.link-wrapper .right a h2 {
    font-size: 19.5px;
    font-size: 1.21875rem;
    line-height: 1.333333; }
  .content .std-text h2:only-child {
    padding-left: 0px;
    padding-right: 0px; }
  /*----------------- Header -------------------*/
  .fix-header {
    padding-left: 0px;
    padding-right: 0px; }
  .fix-header .logo {
    display: block;
    min-height: 74px; }
  .fix-header .logo a, .fix-header .logo span {
    padding: 24px 0; }
  .fix-header .logo img {
    width: auto;
    height: auto; }
  .fix-header .service .language {
    display: block; }
  .fix-header.affix .logo {
    display: block; }
  .fix-header.affix .logo a, .fix-header.affix .logo span {
    padding: 16px 0; }
  .fix-header.affix .logo img {
    width: 123px;
    height: auto;
    margin-bottom: 0; }
  /*----------------- Content -------------------*/
  /* Start */
  .content.start-page .stage .stage-wrapper .slides {
    background-color: transparent; }
  .content.start-page .stage .flexslider {
    /*
        min-height: 636px;
        height: 44.11vw;
*/ }
  .content .video .video-wrapper {
    position: relative; }
  .content .video .video-wrapper a .bg-img {
    min-height: 636px; }
  /* Aktuelles */
  .content .current header {
    margin-bottom: 10px; }
  .content .current header h2 {
    font-size: 32.5px;
    font-size: 2.03125rem;
    line-height: 52px;
    margin-left: 4.16667%; }
  .content .current header .link-wrapper {
    margin-left: 32px; }
  .content .current .article {
    /* width: 33.33335%; */
    width: 50%;
    padding: 42px 40px 30px 4.16667%;
    min-height: 300px; }
  .content .current .article .header .date-cat {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5;
    margin-bottom: 12px; }
  .content .current .article .link-wrapper {
    margin-left: 0px; }
  /* Quick-links */
  .content .quick-links {
    padding-bottom: 0px; }
  .content .quick-links h2 {
    font-size: 19.5px;
    font-size: 1.21875rem;
    line-height: 1.333333;
    margin: 32px 0 0 0;
    font-weight: bold; }
  .content .quick-links ul {
    margin-left: 10px;
    padding-left: 20px; }
  .content .quick-links ul li {
    margin-right: 10px; }
  .content .quick-links ul li.appointments a .icon:before, .content .quick-links ul li.logos a .icon:before, .content .quick-links ul li.graphics a .icon:before {
    left: 35px;
    top: 16px; }
  .content .quick-links ul li a {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5;
    font-weight: bold;
    padding: 0 66px 0 123px; }
  /* Infografik */
  .content .infographic .header {
    font-size: 32px;
    font-size: 2rem;
    margin-bottom: 40px;
    margin-left: 4.16667%; }
  .content .infographic .header h2 {
    font-size: 32.5px;
    font-size: 2.03125rem;
    line-height: 52px; }
  .content .infographic .header .link-wrapper {
    display: inline-block;
    margin-left: 32px; }
  .content.info .infographic .link-wrapper {
    margin-top: -88px;
    padding-bottom: 0px; }
  /* Management News */
  .content .management-news {
    border-bottom: none; }
  .content .management-news header {
    margin-bottom: 40px; }
  .content .management-news header h2 {
    font-size: 32.5px;
    font-size: 2.03125rem;
    line-height: 52px;
    padding-left: 0px; }
  .content .management-news .col-sm-8 {
    width: 100%; }
  .content .management-news .mgnt {
    padding-right: 0px;
    margin-bottom: 34px;
    margin-bottom: 0px;
    display: flex;
    flex-direction: row-reverse; }
  .content .management-news .mgnt .mgnt-text {
    /* padding-right: 80px; */
    padding-right: 0px;
    padding-left: 30px;
    width: 70%; }
  .content .management-news .mgnt .mgnt-text h3 {
    /*
            @include font-size($std-h3-mobile);
            @include line-height($std-h3-lh-mobile);
*/
    padding-left: 0px;
    margin-top: 0px;
    margin-bottom: 28px; }
  .content .management-news .mgnt .mgnt-text p {
    padding-left: 0px;
    margin-bottom: 12px; }
  .content .management-news .mgnt .mgnt-text .link-wrapper {
    padding-left: 0px; }
  .content .management-news .mgnt .mgnt-text form {
    padding-left: 0px; }
  .content .management-news .mgnt .mgnt-text form .form-group input {
    width: 100%; }
  .content .management-news .mgnt .mgnt-text form .btn-default {
    right: 0; }
  .content .management-news .mgnt .figure {
    display: block;
    margin-top: 0px;
    width: 65%; }
  .content .management-news .mgnt .figure img {
    width: auto; }
  .content .local .header {
    margin-left: 0px;
    margin-bottom: 0px; }
  .content .local .header h2 {
    font-size: 32.5px;
    font-size: 2.03125rem;
    line-height: 52px; }
  .content .local .header .link-wrapper {
    margin-left: 0px; }
  .content .local .std-list {
    margin-left: 0px; }
  .content .local .std-list ul {
    margin-top: 40px; }
  .content .local .std-list ul li.link-wrapper {
    margin-bottom: 30px; }
  .content .local .std-list ul li.link-wrapper:last-child {
    margin-bottom: 0; }
  .content .local .proposal {
    margin-top: 40px; }
  /* Flex-Slider */
  .content .stage .stage-wrapper {
    /*
        .stage-text.blockquote {
          padding-bottom: 30px;
        }
*/ }
  .content .stage .stage-wrapper li {
    flex-direction: row;
    /*
        .m-lower {
          min-height: auto;
          min-height: unset;

        }
*/ }
  .content .stage .stage-wrapper li.text-quote {
    flex-direction: row; }
  .content .stage .stage-wrapper li.text-quote-img {
    flex-direction: row; }
  .content .stage .stage-wrapper li.text-quote-img > div {
    display: block; }
  .content .stage .stage-wrapper li.text-quote-img .figure {
    display: block; }
  .content .stage .stage-wrapper .stage-text {
    display: block;
    min-height: 636px;
    /*
          height: auto;

*/
    padding: 4.16666666vw; }
  .content .stage .stage-wrapper .stage-text h2 {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.25;
    margin-top: 12px;
    margin-bottom: 10px;
    font-weight: bold; }
  .content .stage .stage-wrapper .stage-text strong {
    font-weight: bold; }
  .content .stage .stage-wrapper .stage-text p {
    display: block; }
  .content .stage .stage-wrapper .stage-text .link-wrapper {
    margin-top: 26px; }
  .content .stage .stage-wrapper .stage-pict {
    /* Background images */ }
  .content .stage .stage-wrapper .stage-pict img {
    min-height: 636px;
    -o-object-fit: cover;
    object-fit: cover; }
  .content .stage .stage-wrapper .stage-pict .bg-img {
    min-height: 636px; }
  .content .stage .stage-wrapper .stage-quote {
    min-height: 636px;
    margin-bottom: 0px;
    padding: 150px 100px 0px 100px;
    height: 44.1725vw;
    /* change request */
    height: auto; }
  .content .stage .stage-wrapper .stage-quote blockquote {
    padding-bottom: 0px;
    padding-top: 0px;
    margin-bottom: 0px; }
  .content .stage .stage-wrapper .stage-quote blockquote p {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.25; }
  .content .stage .stage-wrapper .video {
    position: relative;
    height: 44.1725vw;
    /* change request */
    height: auto; }
  .content .stage .custom-navigation {
    width: 33.33333%;
    padding-right: 4.16667%;
    padding-left: 0px;
    bottom: 45px; }
  .content .stage .custom-navigation .flex-prev .icon-link:before {
    display: inline;
    width: auto;
    height: auto; }
  .content .stage .custom-navigation .flex-next .icon-link:before {
    display: inline;
    width: auto;
    height: auto; }
  /* Start-Slider Kampagnen */
  .content .start-slider .header {
    margin-left: 4.16667%;
    margin-bottom: 40px; }
  .content .start-slider .header h2 {
    font-size: 32.5px;
    font-size: 2.03125rem;
    line-height: 52px; }
  .content .start-slider .header .link-wrapper {
    margin-left: 35px; }
  .content .start-slider .flexslider-start .flex-viewport .slides li .slide-wrapper .slider-text {
    padding: 60px 70px 116px 60px; }
  .content .start-slider .flexslider-start .flex-viewport .slides li .slide-wrapper .slider-text h3 {
    font-size: 19.5px;
    font-size: 1.21875rem;
    line-height: 1.333333;
    font-weight: bold; }
  .content .start-slider .custom-navigation-start {
    left: calc(50% - 390px);
    width: calc(100% - 140px);
    max-width: 780px;
    bottom: 38px; }
  /* Social Media */
  .sharing {
    padding: 63px 0;
    /*
    ul {

      li {

        a {

        }
      }
    }
*/ }
  .sharing h2 {
    font-size: 19.5px;
    font-size: 1.21875rem;
    line-height: 1.333333;
    margin-left: 0px;
    margin-right: 0px;
    padding-bottom: 0px; }
  .sharing ul {
    margin-top: 8px; }
  .sharing ul li {
    padding-right: 40px; }
  .sharing ul li a {
    padding: 15px 40px 15px 30px; }
  /*--------------- Standardseiten ---------------*/
  .breadcrumb-wrapper {
    padding-left: 0px;
    padding-right: 0px; }
  .content.standard-page .static-sm-16.intro,
  .content.standard-page .static-sm-16.accordion.element-box .panel,
  .content.standard-page .static-sm-16 .std-box,
  .content.standard-page .static-sm-16:not(.intro) h2,
  .content.standard-page .static-sm-16 h3 .content.standard-page .static-sm-16 h4 {
    padding-left: 0px;
    padding-right: 0px; }
  .content.standard-page .static-sm-16 .std-box.h2 {
    padding-left: 0px; }
  .content {
    /* nicht fuer reine Inhaltsseiten */
    /* Bilder + Videos */
    /* Bildergalerie */
    /* Zitate */
    /* Info Box */
    /* Tabellen */
    /* Stage Header Thema */
    /* Themen Seiten + Kampgnen */
    /*
  .accordion.faq {

    .intro {
      padding-left: 0px;
      padding-right: 0px;

      h2 {
        @include font-size($std-h1);
        @include line-height($std-h1-lh);
        margin-bottom: 40px;
      }
      h3 {
        @include font-size($std-h2);
        @include line-height($std-h2-lh);
        margin-bottom: 40px;
      }
    }
    .panel {

      .panel-heading {
        width: 41.66667%;

        h3 {
          position: relative;
          padding: 40px 80px 40px 60px;
          border-bottom: 1px solid #000;
          border-right: 1px solid #000;

          a {

            .icon-link.icon-accordion {

              &:after {
                -ms-transform: rotate(-90deg);
                -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg);
              }
              &:hover {

               &:after {
                -ms-transform: rotate(90deg);
                -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
                }
              }
              &:active {

              }
              &:focus {

              }
            }
          }
        }
      }
      & .panel-heading + .panel-collapse > .panel-body {
        border-bottom: none;
      }
      .panel-collapse {
        margin-bottom: 0px;
        padding-right: 80px;
        position: absolute;
        width: 58.33333%;
        top: 60px;
        right: 0px;

        &.in {
          margin-bottom: 22px;
        }
      }
    }
  }
*/
    /* Padding Mobile lists */
    /* Padding Mobile Teaser-list */
    /* Padding Mobile Presse Uebersicht */
    /* sitemap */
    /* Downloads */
    /* Textelement padding Mobile Focus */ }
  .content .intro {
    /* margin-top: -45px; */
    margin-top: 0px; }
  .content .intro h1 {
    font-size: 32.5px;
    font-size: 2.03125rem;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 35px;
    margin-top: 22px; }
  .content .intro p {
    font-size: 19.5px;
    font-size: 1.21875rem;
    line-height: 1.333333;
    font-weight: normal; }
  .content.content-page .intro h1 {
    /* margin-top: 32px; */
    margin-top: 8px; }
  .content .std-text {
    /* Kontaktboxen */ }
  .content .std-text h2 {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.25;
    /* margin-bottom: 30px; */
    margin-bottom: 21px; }
  .content .std-text h2:only-child {
    padding-left: 0px;
    padding-right: 0px; }
  .content .std-text .image img {
    width: 100%; }
  .content .std-text .image figcaption {
    padding: 30px; }
  .content .std-text .image figcaption .caption-header {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5; }
  .content .std-text .image figcaption span {
    left: auto;
    right: 0; }
  .content .std-text .image-small-left {
    padding-bottom: 50px;
    padding-left: 0px;
    padding-right: 56px; }
  .content .std-text .image-small-left figcaption {
    width: 350px; }
  .content .std-text .image-small-right {
    padding-bottom: 50px;
    padding-right: 0px;
    padding-left: 76px; }
  .content .std-text .image-small-right figcaption {
    width: 400px; }
  .content .std-text .image-middle figcaption {
    padding: 30px; }
  .content .std-text .image-big figcaption {
    padding: 34px 50px 10px 50px;
    position: absolute; }
  .content .std-text .contactbox .address {
    padding: 24px 40px 40px 40px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000; }
  .content .std-text .contactbox .address h3 {
    font-size: 19.5px;
    font-size: 1.21875rem;
    line-height: 1.333333;
    margin-bottom: 23px; }
  .content .std-text .contactbox .address p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 20px; }
  .content .std-text .contactbox .address p.name {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5;
    margin-bottom: 14px; }
  .content .std-text .contactbox.small {
    clear: both;
    float: none;
    width: 100%;
    margin-left: 0px;
    margin-bottom: 40px;
    padding: 0px; }
  .content .std-text .contactbox.small .image-contact {
    width: 50%;
    padding-right: 0px;
    padding-top: 0px;
    margin-bottom: 0px;
    clear: none;
    float: left; }
  .content .std-text .contactbox.small .address {
    padding: 0px 40px 40px 40px;
    width: 50%;
    border-top: 1px solid #000;
    border-left: none;
    border: none;
    clear: none;
    float: left; }
  .content .std-text .contactbox.wide .image-contact {
    width: 50%;
    padding-right: 50px;
    margin-bottom: 0px; }
  .content .std-text .contactbox.wide .address {
    padding: 0px 10px 40px 0px;
    width: 50%; }
  .content .std-text .contactbox.wide .address p {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5; }
  .content .std-text .contactbox.wide .address p.name {
    font-size: 19.5px;
    font-size: 1.21875rem;
    line-height: 1.333333; }
  .content .std-text .contactbox.wide .address a {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5; }
  .content .std-text .contactbox.wide .address a .icon-link.mail {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5; }
  .content .std-text .contactbox .image-contact {
    padding-left: 0px;
    padding-right: 0px; }
  .content .contactbox-wide h2 {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.25;
    margin-bottom: 24px;
    padding-left: 0px;
    padding-right: 0px; }
  .content .contactbox-wide p {
    padding-left: 0px;
    padding-right: 0px; }
  .content .video figcaption {
    padding: 42px 56px 42px 56px; }
  .content .video figcaption .caption-header {
    margin-bottom: 24px; }
  .content .video figcaption .caption-header strong {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5; }
  .content .pict-gallery {
    clear: both; }
  .content .pict-gallery .header {
    padding-top: 45px;
    padding-bottom: 44px;
    padding-left: 0px;
    padding-right: 0px; }
  .content .pict-gallery .thumbnails .thumbnail-list li {
    width: 12.5%; }
  .content .pict-gallery .thumbnails .thumbnail-list li .figure a {
    display: block; }
  .content .pict-gallery .thumbnails .thumbnail-list li .figure a img.m-hide {
    display: block; }
  .content .quote {
    padding: 42px 0px 37px 0px; }
  .content .quote blockquote header {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5; }
  .content .quote blockquote p {
    font-size: 19.5px;
    font-size: 1.21875rem;
    line-height: 1.333333; }
  .content .info-box {
    border: 1px solid #000;
    padding: 4.166667vw 4.1666667vw 2.0833333vw;
    margin-bottom: 100px; }
  .content .info-box h2 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5;
    margin-top: 0; }
  .content .info-box .col-wrapper p {
    padding-right: 28px; }
  .content .info-box .col-wrapper div:last-child p {
    padding-left: 28px; }
  .content .info-box .list-wrapper span {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5;
    padding-left: 20px; }
  .content .info-box ul {
    display: inline-block;
    padding-left: 0;
    margin-top: 46px;
    margin-left: -4px; }
  .content .info-box ul li.link-wrapper {
    margin-top: 0;
    margin-bottom: 43px; }
  .content .table-responsive {
    margin-bottom: 100px;
    padding-left: 0px;
    padding-right: 0px; }
  .content .stage-header .stage-wrapper {
    display: inline-block; }
  .content .stage-header .stage-wrapper .stage-text {
    padding: 75px 10% 30px 10%;
    min-height: 600px; }
  .content .stage-header .stage-wrapper .stage-text ul {
    position: absolute;
    padding-bottom: 40px;
    margin-top: 0px; }
  .content .stage-header .stage-wrapper .stage-pict img {
    min-height: 600px;
    -o-object-fit: cover;
    object-fit: cover; }
  .content .stage-header.landing .stage-text {
    padding-top: 150px;
    min-height: 600px; }
  .content .stage-header.landing .stage-pict .bg-img {
    min-height: 600px;
    height: auto; }
  .content.theme-page .stage .stage-pict .bg-img {
    min-height: 600px;
    height: auto; }
  .content .combi-big .combi-wrapper {
    display: table; }
  .content .combi-big .combi-wrapper .header {
    padding: 20px 4.16667% 0 4.16667%;
    margin-top: -117px; }
  .content .links, .content .dates {
    padding: 76px 4.16667% 0px 4.16667%; }
  .content .links h2, .content .dates h2 {
    font-size: 32.5px;
    font-size: 2.03125rem;
    line-height: 1.2; }
  .content .links.combibox-pair {
    /* padding: 56px $start-offset-left 0px $start-offset-left; */
    margin-bottom: 0px; }
  .content .single-teaser .article {
    display: block; }
  .content .single-teaser h2 {
    font-size: 32.5px;
    font-size: 2.03125rem;
    line-height: 1.2;
    margin-left: 4.16667%; }
  .content .single-teaser .figure {
    margin-bottom: 0px; }
  .content .single-teaser .figure .bg-img {
    min-height: 580px;
    /*
        min-height: auto;
        min-height: unset;
*/
    height: auto;
    /* height: 50vw; */ }
  .content .single-teaser .teaser-text {
    padding: 0px 60px 20px 60px; }
  .content .single-teaser .teaser-text h3 {
    margin-top: -4px; }
  .content .panel-group.accordion h2 {
    font-size: 19.5px;
    font-size: 1.21875rem;
    line-height: 1.333333; }
  .content .panel-group.accordion h3 {
    font-size: 19.5px;
    font-size: 1.21875rem;
    line-height: 1.333333; }
  .content .panel-group.accordion .panel .collapsing {
    padding-left: 50px; }
  .content .panel-group.accordion .panel .collapse.in {
    padding-left: 50px; }
  .content .accordion.faq .panel .collapsing {
    padding-left: 0px; }
  .content .accordion.faq .panel .collapse.in {
    padding-left: 0px; }
  .content.list-page .intro h1 {
    padding-left: 0px;
    padding-right: 0px; }
  .content.list-page .std-list {
    padding-left: 0px;
    padding-right: 0px; }
  .content.list-page .filter .cat-filter:after, .content.list-page .filter .format-filter:after {
    content: url("Images/icon-select-white.png"); }
  .content.list-page .filter .format-filter {
    width: 145px;
    margin-right: 0px; }
  .content.list-page .filter .format-filter .filter-control {
    width: 165px; }
  .content.list-page .filter .filter-list {
    z-index: 100; }
  .content.list-page .filter .filter-list .col {
    padding-bottom: 30px;
    padding-top: 30px; }
  .content.list-page .filter .filter-list .col ul li a span {
    color: #000;
    padding-left: 30px;
    padding-bottom: 6px;
    padding-top: 6px;
    display: block; }
  .content.list-page .filter .filter-list .col ul li a span strong {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5;
    color: #000;
    display: block;
    margin-bottom: 4px; }
  .content.list-page .filter .filter-list .col ul li a:hover {
    background-color: #462672; }
  .content.list-page .filter .filter-list .col ul li a:hover span {
    color: #fff; }
  .content.list-page .filter .filter-list .col ul li a:hover strong {
    color: #fff; }
  .content.list-page .filter .filter-list .col ul li a:active {
    background-color: #462672; }
  .content.list-page .filter .filter-list .col ul li a:active span {
    color: #fff; }
  .content.list-page .filter .filter-list .col ul li a:active strong {
    color: #fff; }
  .content.list-page .filter .filter-list .col ul li a:focus {
    background-color: #462672; }
  .content.list-page .filter .filter-list .col ul li a:focus span {
    color: #fff; }
  .content.list-page .filter .filter-list .col ul li a:focus strong {
    color: #fff; }
  .content.list-page .filter .filter-list.cat .col {
    float: left;
    width: 50%;
    min-height: 100px; }
  .content.list-page .filter .filter-list.format {
    z-index: 90; }
  .content .std-list ul {
    margin-top: 46px; }
  .content .std-list ul li.link-wrapper {
    margin-bottom: 50px; }
  .content .std-list ul li.link-wrapper a .icon-link {
    font-size: 19.5px;
    font-size: 1.21875rem;
    line-height: 1.333333; }
  .content.teaser-page .intro {
    padding-left: 0px;
    padding-right: 0px; }
  .content.teaser-page .intro h1 {
    font-size: 32.5px;
    font-size: 2.03125rem;
    line-height: 1.2;
    margin-top: 32px; }
  .content.teaser-page .teaser-list h2 {
    padding-left: 0px;
    padding-right: 0px;
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.25; }
  .content.teaser-page .teaser-list .link-wrapper h3 span {
    font-size: 19.5px;
    font-size: 1.21875rem;
    line-height: 1.333333; }
  .content.teaser-page .teaser-list .download-box .text-wrapper .header h3 {
    font-size: 19.5px;
    font-size: 1.21875rem;
    line-height: 1.333333; }
  .content.press .intro {
    padding-left: 0px;
    padding-right: 0px; }
  .content.press .management-news .mgnt .mgnt-text {
    padding-left: 30px;
    padding-right: 0px; }
  .content.sitemap-page h1 {
    padding-left: 0px;
    padding-right: 0px; }
  .content.sitemap-page .sitemap {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 64px;
    margin-bottom: 80px; }
  .content.sitemap-page .sitemap ul.level-1 li {
    margin-bottom: 55px; }
  .content.sitemap-page .sitemap ul.level-1 li .level-1-header {
    margin-bottom: 28px; }
  .content .downloads h2 {
    margin-left: 4.16667%;
    font-size: 32.5px;
    font-size: 2.03125rem;
    line-height: 1.2;
    padding-left: 0px;
    padding-right: 0px; }
  .content .downloads .download-wrapper {
    flex-direction: row; }
  .content .downloads .download-wrapper .download-links {
    padding: 50px 60px 0px 60px; }
  .content .downloads .download-wrapper .download-links h3 {
    margin-bottom: 20px;
    font-size: 19.5px;
    font-size: 1.21875rem;
    line-height: 1.333333; }
  .content .downloads .download-wrapper .download-picts .figure {
    height: auto;
    overflow: visible; }
  .content .downloads .download-wrapper .download-picts .figure img {
    width: 33.33335%; }
  .content.focus .current header h2, .content.focus .current .header h2 {
    font-size: 32.5px;
    font-size: 2.03125rem;
    line-height: 1.2; }
  .content.focus .infographic .header h2 {
    font-size: 32.5px;
    font-size: 2.03125rem;
    line-height: 1.2; }
  .content.focus .std-text .std-box {
    padding-left: 0px;
    padding-right: 0px; }
  .content.focus .std-text .link-wrapper {
    padding-left: 0px;
    padding-right: 0px; }
  /*----------------- Footer -------------------*/
  .page-footer .internal {
    clear: both; }
  .page-footer .internal .row {
    display: flex;
    flex-direction: row;
    background-color: #462672; }
  .page-footer .internal .row:before {
    display: -webkit-box; }
  .page-footer .internal .row .flex-box {
    background-color: #462672;
    padding: 57px 4.16667% 87px 4.16667%; }
  .page-footer .internal .portal {
    padding-left: 0px;
    padding-right: 0px; }
  .page-footer .internal .portal h2 {
    font-size: 19.5px;
    font-size: 1.21875rem;
    line-height: 1.333333;
    margin-top: 0;
    margin-bottom: 20px; }
  .page-footer .internal .portal .link-wrapper {
    margin-top: 22px;
    margin-left: 0px; }
  .page-footer .internal .portal ul {
    display: inline-block;
    padding-left: 0;
    padding-left: 8px;
    margin-top: 10px; }
  .page-footer .internal .portal ul li.link-wrapper {
    list-style-type: none;
    margin-top: 0;
    margin-bottom: 12px; }
  .page-footer .social-media {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 20px;
    padding-left: 0px;
    padding-right: 0px; }
  .page-footer .social-media h2 {
    clear: none;
    float: left;
    margin-top: 7px;
    margin-bottom: 11px;
    padding-right: 35px; }
  .page-footer .social-media ul {
    display: inline-block;
    padding-left: 0;
    clear: none;
    margin-left: 0px; }
  .page-footer .social-media ul li {
    list-style-type: none;
    float: left;
    padding-left: 0px;
    margin-right: 100px;
    margin-bottom: 15px; }
  .page-footer .social-media ul li:last-child {
    margin-right: 0px; }
  .page-footer .social-media ul li a i.fa:before {
    left: -40px;
    width: 50px; }
  .page-footer .social-media ul li a i.fa-twitter:before {
    font-size: 30px;
    font-size: 1.875rem; }
  .page-footer .social-media ul li a i.fa-facebook:before {
    font-size: 29px;
    font-size: 1.8125rem; }
  .page-footer .social-media ul li a i.fa-youtube-play:before {
    font-size: 29px;
    font-size: 1.8125rem; }
  .page-footer .social-media ul li a i.fa-google-plus:before {
    font-size: 25px;
    font-size: 1.5625rem; }
  .page-footer .social-media ul li a i.fa-google-plus span {
    margin-top: -5px; }
  .page-footer .social-media ul li a i.fa-rss:before {
    font-size: 29px;
    font-size: 1.8125rem; }
  .page-footer .social-media ul li a i span {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5;
    font-weight: bold;
    margin-left: 20px;
    padding-top: 0px; }
  .page-footer .service-links {
    text-align: center;
    padding-top: 26px;
    padding-bottom: 11px;
    padding-left: 0px;
    padding-right: 0px; }
  .page-footer .service-links ul {
    display: inline-block;
    padding-left: 0;
    margin-left: 0px; }
  .page-footer .service-links ul li {
    list-style-type: none;
    float: left;
    padding-left: 0px;
    clear: none;
    float: left;
    padding: 0 10px;
    margin-bottom: 0px; }
  .page-footer .partner-links {
    text-align: center; }
  .page-footer .partner-links ul li:last-child img {
    width: 100%; }
  /* .page-footer END */
  /* Element Abstaende >= 800 */
  .content.theme-page .element-box {
    margin-bottom: 75px; }
  .content.theme-page .headline-offset {
    margin-top: -18px; }
  .content.standard-page .element-box {
    margin-bottom: 60px; }
  .content.standard-page .headline-offset {
    margin-top: -13px; }
  .content.theme-page.focus .stage .stage-wrapper {
    display: block; }
  .content.theme-page.focus .stage .custom-navigation {
    width: 28%; }
  .content.theme-page.focus .stage.testimonials .stage-wrapper {
    flex-direction: row; }
  .content.theme-page.focus .stage-header.element-box {
    margin-bottom: 46px; }
  .content.theme-page.focus .headline-offset {
    margin-top: -13px; }
  .content .std-text .std-box {
    padding-bottom: 0px; }
  .content .std-text .std-box p:last-child, .content .std-text .std-box h2:last-child, .content .std-text .std-box h3:last-child, .content .std-text .std-box h4:last-child, .content .std-text .std-box ul:last-child, .content .std-text .std-box ol:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px; }
  .focus .stage .header {
    margin-bottom: 40px; }
  .focus .stage .header h2 {
    font-size: 32.5px;
    font-size: 2.03125rem;
    line-height: 1.2;
    margin: 0px; }
  .focus .stage .header .link-wrapper {
    margin-left: 32px; }
  .focus .stage .stage-wrapper li {
    flex-direction: row; }
  .focus .stage .stage-wrapper .stage-text {
    min-height: 602px;
    padding: 38px 13.2% 30px 13.2%;
    font-size: 18px;
    font-size: 1.125rem; }
  .focus .stage .stage-wrapper .stage-text h3 {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.25;
    margin-top: 12px;
    margin-bottom: 12px; }
  .focus .stage .stage-wrapper .stage-text .link-wrapper {
    margin-top: 26px; }
  .focus .stage .stage-wrapper .stage-pict {
    min-height: auto;
    min-height: unset; }
  .focus .stage .stage-wrapper .stage-pict iframe {
    /* top: 3vw !important; */
    /*
          min-height: 602px;
          height: 41.7vw;
  */
    min-height: auto;
    min-height: unset;
    height: 100%; }
  .focus .stage .stage-wrapper .stage-pict img {
    width: 100%;
    min-height: 602px;
    -o-object-fit: cover;
    object-fit: cover;
    height: auto; }
  .focus .stage .stage-wrapper .video {
    /* height: 41.6725vw; */
    height: auto; }
  /* CAREER OVERWRITE */
  /* SERVICE OVERWRITE */
  .content.service .row-wrapper .testimonials-sliderbox {
    width: 100%; }
  .content.service .row-wrapper .testimonials-sliderbox .testimonial-single .slides .flex-wrapper {
    display: flex;
    flex-direction: row-reverse; }
  .content.service .row-wrapper .testimonials-sliderbox .testimonial-single .slides .flex-wrapper .text-block {
    width: 60%; }
  .content.service .row-wrapper .testimonials-sliderbox .testimonial-single .slides .flex-wrapper .text-block .stage-text {
    height: auto;
    padding: 60px 12.5% 60px 12.5%;
    background-color: #fff; }
  .content.service .row-wrapper .testimonials-sliderbox .testimonial-single .slides .flex-wrapper .text-block .stage-text blockquote {
    border-left: none;
    padding: 0px; }
  .content.service .row-wrapper .testimonials-sliderbox .testimonial-single .slides .flex-wrapper .text-block .stage-text blockquote header {
    color: #000;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 14px; }
  .content.service .row-wrapper .testimonials-sliderbox .testimonial-single .slides .flex-wrapper .text-block .stage-text blockquote p {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.333333;
    font-weight: bold; }
  .content.service .row-wrapper .testimonials-sliderbox .testimonial-single .slides .flex-wrapper .text-block .stage-text h3 {
    color: #000; }
  .content.service .row-wrapper .testimonials-sliderbox .testimonial-single .slides .flex-wrapper .text-block .stage-text p {
    color: #000; }
  .content.service .row-wrapper .testimonials-sliderbox .testimonial-single .slides .flex-wrapper .pict-block {
    width: 40%; }
  .content.service .row-wrapper .testimonials-sliderbox .testimonial-single .slides .flex-wrapper .pict-block .stage-pict {
    position: relative; }
  .content.service .row-wrapper .testimonials-sliderbox .testimonial-single .slides .flex-wrapper .pict-block .stage-pict .bg-img {
    background-position: center center;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 34.72222vw;
    height: 500px;
    min-height: auto;
    min-height: unset; }
  .content.service .row-wrapper .testimonials-sliderbox .testimonial-single .slides .flex-wrapper .pict-block .stage-pict figcaption {
    position: absolute;
    display: inline-block;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4); }
  .content.service .row-wrapper .testimonials-sliderbox .testimonial-single .slides .flex-wrapper .pict-block .stage-pict figcaption span {
    color: #fff; }
  .content.service .row-wrapper .custom-navigation-service {
    padding-right: 4.16667%;
    padding-left: 0px;
    width: calc(58%); }
  .content.service .row-wrapper .text-box {
    height: auto;
    height: 34.72222vw;
    min-height: auto;
    min-height: unset; }
  .content.service .row-wrapper .text-box .benefit h3 {
    color: #fff;
    font-size: 19.5px;
    font-size: 1.21875rem;
    line-height: 1.333333; }
  .content.service .row-wrapper .text-box .benefit p {
    color: #fff;
    margin-bottom: 24px; }
  .content.service .row-wrapper .text-box .benefit ul {
    display: inline-block;
    padding-left: 0;
    position: absolute;
    bottom: 16px; }
  .content.service .row-wrapper .text-box .benefit ul .link-wrapper {
    position: relative;
    list-style: none;
    margin-bottom: 10px; }
  .content.service .row-wrapper .text-box .benefit ul .link-wrapper a {
    color: #fff;
    padding-left: 38px;
    font-size: 19.5px;
    font-size: 1.21875rem;
    line-height: 1.333333;
    font-weight: bold;
    border-bottom: 1px solid transparent; }
  .content.service .row-wrapper .text-box .benefit ul .link-wrapper a .icon-link.internal {
    display: inline;
    color: #fff; }
  .content.service .row-wrapper .text-box .benefit ul .link-wrapper a .icon-link.internal:before {
    content: url("Images/icon-internal-white.png");
    position: absolute;
    left: 0px;
    top: 0px; }
  .content.service .row-wrapper .text-box .benefit ul .link-wrapper a:hover .icon-link.internal, .content.service .row-wrapper .text-box .benefit ul .link-wrapper a:focus .icon-link.internal, .content.service .row-wrapper .text-box .benefit ul .link-wrapper a:active .icon-link.internal {
    color: #fff; }
  .content.service .row-wrapper .text-box .benefit ul .link-wrapper a:hover .icon-link.internal:before, .content.service .row-wrapper .text-box .benefit ul .link-wrapper a:focus .icon-link.internal:before, .content.service .row-wrapper .text-box .benefit ul .link-wrapper a:active .icon-link.internal:before {
    content: url("Images/icon-internal-white_hover.png"); }
  .content.service .row-wrapper .text-box .benefit ul .link-wrapper a .icon-link.external {
    display: inline;
    color: #fff; }
  .content.service .row-wrapper .text-box .benefit ul .link-wrapper a .icon-link.external:before {
    content: url("Images/icon-external-white.png");
    position: absolute;
    left: 0px;
    top: 0px; }
  .content.service .row-wrapper .text-box .benefit ul .link-wrapper a:hover .icon-link.external, .content.service .row-wrapper .text-box .benefit ul .link-wrapper a:focus .icon-link.external, .content.service .row-wrapper .text-box .benefit ul .link-wrapper a:active .icon-link.external {
    color: #fff; }
  .content.service .row-wrapper .text-box .benefit ul .link-wrapper a:hover .icon-link.external:before, .content.service .row-wrapper .text-box .benefit ul .link-wrapper a:focus .icon-link.external:before, .content.service .row-wrapper .text-box .benefit ul .link-wrapper a:active .icon-link.external:before {
    content: url("Images/icon-external-white_hover.png"); }
  .content.service .row-wrapper .text-box .benefit ul .link-wrapper a:hover {
    text-decoration: none; }
  .content.service .row-wrapper .text-box .benefit ul .link-wrapper a:hover span {
    border-bottom: 1px solid #fff; }
  .content.service .row-wrapper .text-box .benefit ul .link-wrapper a:active {
    text-decoration: none; }
  .content.service .row-wrapper .text-box .benefit ul .link-wrapper a:active span {
    border-bottom: 1px solid #fff; }
  .content.service .row-wrapper .text-box .benefit ul .link-wrapper a:focus {
    text-decoration: none; }
  .content.service .row-wrapper .text-box .benefit ul .link-wrapper a:focus span {
    border-bottom: 1px solid #fff; }
  .content.service .single-teaser .teaser-text {
    padding: 64px 60px 20px 60px;
    height: 40.25vw;
    height: auto;
    min-height: 580px; }
  .content.service-start .element-box .std-text h2 {
    font-size: 32.5px;
    font-size: 2.03125rem;
    line-height: 1.2; }
  .content.service-start .stage .stage-wrapper li {
    display: flex;
    flex-direction: row-reverse; }
  .content.service-start .stage .stage-wrapper li .stage-text h3 {
    font-size: 19.5px;
    font-size: 1.21875rem;
    line-height: 1.333333; }
  .content.service-start .stage .stage-wrapper li .stage-pict {
    min-height: 475px;
    height: auto; }
  .content.service-start .stage .stage-wrapper li .stage-pict img {
    min-height: 475px; }
  .content.service-start .stage .stage-wrapper li .stage-pict .bg-img {
    min-height: 475px;
    height: auto;
    width: auto; }
  .content.service-start .stage .stage-wrapper li .wrapper-dark {
    display: none;
    /*
              height: auto;
              position: absolute;
              top: 0;
              width: 100%;
              background: rgba(0, 0, 0, 0.3);
              min-height: 475px;
*/ }
  .content.service-start .stage .stage-wrapper li.flex-active-slide .wrapper-dark {
    display: none; }
  .content.service-start .location-counter .facts-wrapper ul li {
    width: 25%;
    padding: 5.5vw 0px 4.05vw 0px; } }

@media screen and (min-width: 800px) and (min-width: 1440px) {
  .content.service-start .location-counter .facts-wrapper ul li {
    padding-top: 70px;
    padding-bottom: 58px; } }

@media screen and (min-width: 800px) {
  .content.service-start .location-counter .facts-wrapper ul li span {
    color: #fff;
    display: block; }
  .content.service-start .location-counter .facts-wrapper ul li span.value {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 10px; }
  .content.service-start .location-counter .facts-wrapper ul li span.label {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.333333; }
  .content.service-start .row-wrapper.row-1 {
    display: inline-flex; }
  .content.service-start .row-wrapper.row-1 .stage-text {
    border-top: none; }
  .content.service-start .row-wrapper.row-2 {
    display: inline-flex; }
  .content.service-start .row-wrapper.row-2 .text-box {
    /*
            clear: none;
            float: right;
*/ }
  .content.service-start .row-wrapper .text-box {
    height: 34.72222vw; }
  .content.service-start .row-wrapper .blockquote-slider ul.slides li .flex-wrapper {
    display: flex;
    flex-direction: row-reverse; }
  .content.service-start .row-wrapper .blockquote-slider ul.slides li .flex-wrapper .text-block .stage-text {
    padding-bottom: 10px !important;
    height: 34.72222vw;
    height: auto; }
  .content.service-start .row-wrapper .blockquote-slider ul.slides li .flex-wrapper .text-block .stage-text blockquote header {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5; }
  .content.service-start .row-wrapper .blockquote-slider ul.slides li .flex-wrapper .text-block .stage-text blockquote p {
    font-size: 19.5px;
    font-size: 1.21875rem;
    line-height: 1.333333; }
  .content.service-start .row-wrapper .blockquote-slider ul.slides li .flex-wrapper .pict-block .stage-pict .bg-img {
    background-image: url("Images/service/benefit-dummy-1-480x640.jpg");
    background-position: center center;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 34.72222vw;
    height: 600px;
    height: 500px;
    min-height: auto;
    min-height: unset; }
  .content .donate-wrapper {
    clear: both;
    display: flex; }
  .content .donate-wrapper .donate-text {
    display: inline-block;
    color: #fff;
    background-color: #6e2272;
    padding: 68px 4.16667% 68px 4.16667%; }
  .content .donate-wrapper .donate-text h3 {
    margin-bottom: 12px;
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.25; }
  .content .donate-wrapper .donate-text p {
    color: #fff; }
  .content .donate-wrapper .donate-links {
    display: inline-block;
    color: #fff;
    background-color: #462672;
    padding: 68px 4.16667% 68px 4.16667%; }
  .content .donate-wrapper .donate-links ul {
    display: inline-block;
    padding-left: 0; }
  .content .donate-wrapper .donate-links ul .link-wrapper {
    position: relative;
    list-style: none;
    margin-bottom: 10px; }
  .content .donate-wrapper .donate-links ul .link-wrapper a {
    color: #fff;
    padding-left: 38px;
    font-size: 19.5px;
    font-size: 1.21875rem;
    line-height: 1.333333;
    font-weight: bold;
    border-bottom: 1px solid transparent; }
  .content .donate-wrapper .donate-links ul .link-wrapper a .icon-link.internal {
    display: inline; }
  .content .donate-wrapper .donate-links ul .link-wrapper a .icon-link.internal:before {
    content: url("Images/icon-internal-white.png");
    position: absolute;
    left: 0px;
    top: 4px; }
  .content .donate-wrapper .donate-links ul .link-wrapper a:hover .icon-link.internal, .content .donate-wrapper .donate-links ul .link-wrapper a:focus .icon-link.internal, .content .donate-wrapper .donate-links ul .link-wrapper a:active .icon-link.internal {
    color: #fff; }
  .content .donate-wrapper .donate-links ul .link-wrapper a:hover .icon-link.internal:before, .content .donate-wrapper .donate-links ul .link-wrapper a:focus .icon-link.internal:before, .content .donate-wrapper .donate-links ul .link-wrapper a:active .icon-link.internal:before {
    content: url("Images/icon-internal-white_hover.png"); }
  .content .donate-wrapper .donate-links ul .link-wrapper a .icon-link.external {
    display: inline; }
  .content .donate-wrapper .donate-links ul .link-wrapper a .icon-link.external:before {
    content: url("Images/icon-external-white.png");
    position: absolute;
    left: 0px;
    top: 4px; }
  .content .donate-wrapper .donate-links ul .link-wrapper a:hover .icon-link.external, .content .donate-wrapper .donate-links ul .link-wrapper a:focus .icon-link.external, .content .donate-wrapper .donate-links ul .link-wrapper a:active .icon-link.external {
    color: #fff; }
  .content .donate-wrapper .donate-links ul .link-wrapper a:hover .icon-link.external:before, .content .donate-wrapper .donate-links ul .link-wrapper a:focus .icon-link.external:before, .content .donate-wrapper .donate-links ul .link-wrapper a:active .icon-link.external:before {
    content: url("Images/icon-external-white_hover.png"); }
  .content .donate-wrapper .donate-links ul .link-wrapper a:hover {
    text-decoration: none; }
  .content .donate-wrapper .donate-links ul .link-wrapper a:hover span {
    border-bottom: 1px solid #fff; }
  .content .donate-wrapper .donate-links ul .link-wrapper a:active {
    text-decoration: none; }
  .content .donate-wrapper .donate-links ul .link-wrapper a:active span {
    border-bottom: 1px solid #fff; }
  .content .donate-wrapper .donate-links ul .link-wrapper a:focus {
    text-decoration: none; }
  .content .donate-wrapper .donate-links ul .link-wrapper a:focus span {
    border-bottom: 1px solid #fff; }
  .content .event-map {
    flex-direction: row; }
  .content .event-map .map {
    height: auto; }
  .content .event-map .event {
    padding: 45px 60px 50px 60px; }
  .content .event-map .event h2 {
    margin-bottom: 38px;
    font-size: 19.5px;
    font-size: 1.21875rem;
    line-height: 1.333333; }
  .content .event-map .event h3 {
    margin-top: 28px;
    margin-bottom: 15px;
    font-size: 19.5px;
    font-size: 1.21875rem;
    line-height: 1.333333; }
  /* .content END */
  /* Element Abstaende Mobile */
  .content.service.service-start .element-box {
    margin-bottom: 62px; } }

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ @media 800 END ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
@media screen and (min-width: 1200px) {
  .content .teaser-list .col-md-8 {
    width: 33.33335%; } }

@media screen and (min-width: 1024px) {
  /* CAREER OVERWRITE */
  /* SERVICE OVERWRITE */
  .content .quote.testimonials .stage-wrapper .figure .bg-img {
    min-height: 640px;
    height: auto; }
  .content .quote.testimonials .stage-wrapper blockquote {
    padding: 60px 60px 20px 60px; }
  .content .quote.testimonials .stage-wrapper li {
    flex-direction: row; }
  .content .quote.testimonials .stage-wrapper li blockquote {
    padding: 60px 0px 120px 60px; }
  .content .quote.testimonials .custom-navigation {
    width: 50%; }
  .content .stage-header.campaign .intro {
    padding-left: 0px;
    padding-right: 0px; }
  .content .stage-header.campaign .stage-wrapper .stage-pict .bg-img {
    min-height: 600px;
    height: auto; }
  .content .current.textlist {
    margin-bottom: 100px; }
  .content .current.textlist .header {
    margin-bottom: 40px; }
  .content .current.textlist .figure .bg-img {
    height: auto;
    min-height: 420px; }
  .content .current.textlist .article {
    padding: 60px 60px 20px 60px;
    min-height: 29.1555vw;
    min-height: 420px; }
  .content .current.textlist .article p {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.333333; }
  .content .dates-links {
    display: inline-flex;
    flex-direction: row; }
  .content .dates .dates-list ul li.link-wrapper {
    padding-left: 180px; }
  .content .dates .dates-list ul li.link-wrapper .left {
    width: 116px;
    height: 121px;
    padding: 20px 0px 20px 0px; }
  .content .dates .dates-list ul li.link-wrapper .left span.day {
    font-size: 32px;
    font-size: 2rem;
    line-height: 32px; }
  .content .dates .dates-list ul li.link-wrapper .left span.month {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 24px; }
  .content .dates .dates-list ul li.link-wrapper .left.local-item span {
    width: 120px;
    height: 120px;
    background-size: 120px 120px; }
  .content .dates .dates-list ul li.link-wrapper .right a h2 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.333333; }
  /*----------------- Content -------------------*/
  /* Start */
  .content.start-page .stage .stage-wrapper .slides {
    background-color: transparent; }
  .content .video .video-wrapper {
    position: relative; }
  .content .video .video-wrapper a .video-start .bg-img {
    /* min-height: 636px; */ }
  .content.theme-page .stage .stage-pict .bg-img {
    min-height: 602px;
    height: auto; }
  /* Aktuelles */
  .content .current header {
    margin-bottom: 10px; }
  .content .current header h2 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 64px;
    margin-left: 4.16667%; }
  .content .current header .link-wrapper {
    margin-left: 32px; }
  .content .current .article {
    width: 33.33335%;
    padding: 60px 4.16667%;
    min-height: 260px; }
  .content .current .article .header .date-cat {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5;
    margin-bottom: 12px; }
  .content .current .article .link-wrapper {
    margin-left: 0px;
    hyphens: auto; }
  .content .current .article .link-wrapper a .icon-link {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.333333; }
  /* Quick-links */
  .content .quick-links {
    padding-bottom: 0px; }
  .content .quick-links h2 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.333333;
    margin: 32px 0 0 0;
    font-weight: bold; }
  .content .quick-links ul {
    margin-left: 10px;
    padding-left: 20px; }
  .content .quick-links ul li {
    margin-right: 10px; }
  .content .quick-links ul li.appointments a .icon:before {
    left: 46px; }
  .content .quick-links ul li.logos a .icon:before {
    left: 46px; }
  .content .quick-links ul li.graphics a .icon:before {
    left: 46px; }
  .content .quick-links ul li a {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5;
    font-weight: bold;
    padding: 0 66px 0 123px; }
  /* Infografik */
  .content .infographic .header {
    font-size: 32px;
    font-size: 2rem;
    margin-bottom: 40px;
    margin-left: 4.16667%; }
  .content .infographic .header h2 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 64px; }
  .content .infographic .header .link-wrapper {
    display: inline-block;
    margin-left: 32px; }
  .content.info .infographic .link-wrapper {
    margin-top: -88px;
    padding-bottom: 0px; }
  /* Management News */
  .content .management-news {
    border-bottom: none; }
  .content .management-news header {
    margin-bottom: 40px; }
  .content .management-news header h2 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 64px;
    padding-left: 0px; }
  .content .management-news .col-sm-8 {
    width: 33.33333%; }
  .content .management-news .mgnt {
    display: table;
    margin-bottom: 0px; }
  .content .management-news .mgnt .mgnt-text {
    padding-right: 40px;
    padding-left: 0px;
    width: 100%; }
  .content .management-news .mgnt .mgnt-text h3 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.333333;
    padding-left: 0px;
    margin-top: 30px;
    margin-bottom: 20px; }
  .content .management-news .mgnt .mgnt-text p {
    padding-left: 0px;
    margin-bottom: 12px; }
  .content .management-news .mgnt .mgnt-text .link-wrapper {
    padding-left: 0px; }
  .content .management-news .mgnt .mgnt-text form {
    padding-left: 0px; }
  .content .management-news .mgnt .mgnt-text form .form-group input {
    width: 66.6665%; }
  .content .management-news .mgnt .mgnt-text form .btn-default {
    right: 34%; }
  .content .management-news .mgnt .figure {
    display: table-caption;
    margin-top: 0px;
    width: 100%; }
  .content .management-news .mgnt .figure img {
    width: auto; }
  .content .local .header {
    margin-left: 0px;
    margin-bottom: 0px; }
  .content .local .header h2 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 64px; }
  .content .local .header .link-wrapper {
    margin-left: 0px; }
  .content .local .std-list {
    margin-left: 0px; }
  .content .local .proposal {
    padding: 4.1666667vw;
    margin-bottom: 0; }
  /* Flex-Slider */
  .content .stage .stage-wrapper {
    /*
        .stage-text.blockquote {
          padding-bottom: 30px;
        }
*/ }
  .content .stage .stage-wrapper li {
    flex-direction: row; }
  .content .stage .stage-wrapper li.text-quote {
    flex-direction: row; }
  .content .stage .stage-wrapper li.text-quote-img {
    flex-direction: row; }
  .content .stage .stage-wrapper li.text-quote-img > div {
    display: block; }
  .content .stage .stage-wrapper li.text-quote-img .figure {
    display: block; }
  .content .stage .stage-wrapper .stage-text {
    display: block;
    min-height: 636px;
    /*

          height: auto;
*/ }
  .content .stage .stage-wrapper .stage-text h2 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.25;
    margin-top: 12px;
    margin-bottom: 10px;
    font-weight: bold; }
  .content .stage .stage-wrapper .stage-text strong {
    font-weight: bold; }
  .content .stage .stage-wrapper .stage-text p {
    display: block; }
  .content .stage .stage-wrapper .stage-text .link-wrapper {
    margin-top: 26px; }
  .content .stage .stage-wrapper .stage-pict {
    /* Background images */ }
  .content .stage .stage-wrapper .stage-pict img {
    min-height: 636px;
    -o-object-fit: cover;
    object-fit: cover; }
  .content .stage .stage-wrapper .stage-pict .bg-img {
    /* min-height: 636px; */ }
  .content .stage .stage-wrapper .stage-quote {
    min-height: 636px;
    margin-bottom: 0px;
    padding: 150px 100px 0px 100px;
    height: 44.1725vw;
    /* change request */
    height: auto; }
  .content .stage .stage-wrapper .stage-quote blockquote {
    padding-bottom: 0px;
    padding-top: 0px;
    margin-bottom: 0px; }
  .content .stage .stage-wrapper .stage-quote blockquote p {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.25; }
  .content .stage .stage-wrapper .video {
    position: relative;
    height: 44.1725vw;
    /* change request */
    height: auto; }
  /* Start-Slider Kampagnen */
  .content .start-slider .header {
    margin-left: 4.16667%;
    margin-bottom: 40px; }
  .content .start-slider .header h2 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 64px; }
  .content .start-slider .header .link-wrapper {
    margin-left: 35px; }
  .content .start-slider .flexslider-start .flex-viewport .slides li .slide-wrapper .slider-text {
    padding: 60px 70px 116px 70px; }
  .content .start-slider .flexslider-start .flex-viewport .slides li .slide-wrapper .slider-text h3 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.333333;
    font-weight: bold; }
  .content .start-slider .custom-navigation-start {
    left: calc(50% - 380px);
    width: 760px; }
  /* Social Media */
  .sharing {
    padding: 61px 0;
    /*
    ul {

      li {

        a {

        }
      }
    }
*/ }
  .sharing h2 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.333333;
    margin-left: 0px;
    margin-right: 0px;
    padding-bottom: 0px;
    padding-top: 5px; }
  .sharing ul {
    margin-top: 8px; }
  .sharing ul li {
    padding-right: 40px; }
  .sharing ul li a {
    padding: 15px 40px 15px 30px; }
  /*--------------- Standardseiten ---------------*/
  .breadcrumb-wrapper {
    padding-left: 0px;
    padding-right: 0px; }
  .content.standard-page .static-sm-16.intro,
  .content.standard-page .static-sm-16.accordion.element-box .panel,
  .content.standard-page .static-sm-16 .std-box,
  .content.standard-page .static-sm-16:not(.intro) h2,
  .content.standard-page .static-sm-16 h3 .content.standard-page .static-sm-16 h4 {
    padding-left: 0px;
    padding-right: 0px; }
  .content.standard-page .static-sm-16 .std-box.h2 {
    padding-left: 0px; }
  .content {
    /* nicht fuer reine Inhatsseiten */
    /* Bilder + Videos */
    /* Bildergalerie */
    /* Zitate */
    /* Info Box */
    /* Tabellen */
    /* Stage Header Thema */
    /* Themen Seiten + Kampgnen */
    /* Padding Mobile lists */
    /* Padding Mobile Teaser-list */
    /* Padding Mobile Presse Uebersicht */
    /* sitemap */
    /* Downloads */
    /* Textelement padding Mobile Focus */ }
  .content .intro {
    /* margin-top: -45px; */
    margin-top: 0px; }
  .content .intro h1 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 35px;
    margin-top: 22px; }
  .content .intro p {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.333333;
    font-weight: normal; }
  .content.content-page .intro h1 {
    /* margin-top: 32px; */
    margin-top: 8px; }
  .content .std-text {
    /* Kontaktboxen */ }
  .content .std-text h2 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.25;
    /* margin-bottom: 30px; */
    margin-bottom: 21px; }
  .content .std-text h2:only-child {
    padding-left: 0px;
    padding-right: 0px; }
  .content .std-text .image img {
    width: 100%; }
  .content .std-text .image figcaption .caption-header {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5; }
  .content .std-text .image figcaption span {
    left: auto;
    right: 0; }
  .content .std-text .image-small-left {
    padding-bottom: 50px;
    padding-left: 0px;
    padding-right: 56px; }
  .content .std-text .image-small-left figcaption {
    width: 350px; }
  .content .std-text .image-small-right {
    padding-bottom: 50px;
    padding-right: 0px;
    padding-left: 76px; }
  .content .std-text .image-small-right figcaption {
    width: 400px; }
  .content .std-text .image-middle figcaption {
    padding: 30px; }
  .content .std-text .image-big figcaption {
    padding: 34px 50px 10px 50px;
    position: absolute; }
  .content .std-text .contactbox .address {
    padding: 24px 40px 40px 40px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000; }
  .content .std-text .contactbox .address h3 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.333333;
    margin-bottom: 23px; }
  .content .std-text .contactbox .address p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 20px; }
  .content .std-text .contactbox .address p.name {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5;
    margin-bottom: 14px; }
  .content .std-text .contactbox.small {
    clear: none;
    float: right;
    width: 42.85%;
    margin-left: 60px;
    margin-bottom: 40px;
    padding: 0px; }
  .content .std-text .contactbox.small .image-contact {
    width: 100%;
    padding-right: 0px;
    padding-top: 0px;
    margin-bottom: 0px;
    clear: both;
    float: none; }
  .content .std-text .contactbox.small .address {
    padding: 24px 40px 40px 40px;
    width: 100%;
    border-top: none;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    clear: both;
    float: none; }
  .content .std-text .contactbox.wide .image-contact {
    width: 50%;
    padding-right: 50px;
    margin-bottom: 0px; }
  .content .std-text .contactbox.wide .address {
    padding: 0px 10px 40px 0px;
    width: 50%; }
  .content .std-text .contactbox.wide .address p {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5; }
  .content .std-text .contactbox.wide .address p.name {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.333333; }
  .content .std-text .contactbox.wide .address a {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5; }
  .content .std-text .contactbox.wide .address a .icon-link.mail {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5; }
  .content .std-text .contactbox .image-contact {
    padding-left: 0px;
    padding-right: 0px; }
  .content .contactbox-wide h2 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.25;
    margin-bottom: 20px;
    padding-left: 0px;
    padding-right: 0px; }
  .content .contactbox-wide p {
    padding-left: 0px;
    padding-right: 0px; }
  .content .video figcaption {
    padding: 42px 56px 42px 56px; }
  .content .video figcaption .caption-header {
    margin-bottom: 24px; }
  .content .video figcaption .caption-header strong {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5; }
  .content .pict-gallery {
    clear: both; }
  .content .pict-gallery .header {
    padding-top: 45px;
    padding-bottom: 44px;
    padding-left: 0px;
    padding-right: 0px; }
  .content .pict-gallery .thumbnails .thumbnail-list li {
    width: 12.5%; }
  .content .pict-gallery .thumbnails .thumbnail-list li .figure a {
    display: block; }
  .content .pict-gallery .thumbnails .thumbnail-list li .figure a img.m-hide {
    display: block; }
  .content .quote {
    padding: 42px 0px 37px 0px; }
  .content .quote blockquote header {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5; }
  .content .quote blockquote p {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.333333; }
  .content .info-box {
    border: 1px solid #000;
    padding: 60px 60px 30px;
    margin-bottom: 100px; }
  .content .info-box h2 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5;
    margin-top: 0; }
  .content .info-box .col-wrapper p {
    padding-right: 28px; }
  .content .info-box .col-wrapper div:last-child p {
    padding-left: 28px; }
  .content .info-box .list-wrapper span {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5;
    padding-left: 20px; }
  .content .info-box ul {
    display: inline-block;
    padding-left: 0;
    margin-top: 46px;
    margin-left: -4px; }
  .content .info-box ul li.link-wrapper {
    margin-top: 0;
    margin-bottom: 43px; }
  .content .table-responsive {
    margin-bottom: 100px;
    padding-left: 0px;
    padding-right: 0px; }
  .content .stage-header .stage-wrapper {
    display: inline-block; }
  .content .stage-header .stage-wrapper .stage-text {
    padding: 60px 10% 30px 10%;
    min-height: 600px; }
  .content .stage-header .stage-wrapper .stage-text h1 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.2; }
  .content .stage-header .stage-wrapper .stage-text ul {
    position: absolute;
    padding-bottom: 40px;
    margin-top: 0px; }
  .content .stage-header .stage-wrapper .stage-pict img {
    min-height: 600px;
    -o-object-fit: cover;
    object-fit: cover; }
  .content .stage-header.landing .stage-text {
    padding-top: 150px;
    min-height: 600px; }
  .content .stage-header.landing .stage-pict .bg-img {
    height: auto;
    min-height: 600px; }
  .content .combi-big .combi-wrapper {
    display: table; }
  .content .combi-big .combi-wrapper .header {
    padding: 20px 4.16667% 0 4.16667%;
    margin-top: -117px; }
  .content .links, .content .dates {
    padding: 76px 4.16667% 0px 4.16667%; }
  .content .links h2, .content .dates h2 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.2; }
  .content .links.combibox-pair {
    /* padding: 56px $start-offset-left 0px $start-offset-left; */
    margin-bottom: 0px; }
  .content .single-teaser .article {
    display: block; }
  .content .single-teaser h2 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.2;
    margin-left: 4.16667%; }
  .content .single-teaser .figure {
    margin-bottom: 0px; }
  .content .single-teaser .figure .bg-img {
    min-height: 580px;
    /*
        min-height: auto;
        min-height: unset;
*/
    height: auto;
    /* height: 50vw; */ }
  .content .single-teaser .teaser-text {
    padding: 0px 60px 20px 60px; }
  .content .single-teaser .teaser-text h3 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.25; }
  .content .panel-group.accordion h2 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.333333; }
  .content .panel-group.accordion h3 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.333333; }
  .content .panel-group.accordion .panel .collapsing {
    padding-left: 50px; }
  .content .panel-group.accordion .panel .collapse.in {
    padding-left: 50px; }
  .content .accordion.faq .intro {
    padding-left: 0px;
    padding-right: 0px; }
  .content .accordion.faq .intro h2 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 40px; }
  .content .accordion.faq .intro h3 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.25;
    margin-bottom: 40px; }
  .content .accordion.faq .panel .panel-heading {
    width: 41.66667%; }
  .content .accordion.faq .panel .panel-heading h3 {
    position: relative;
    padding: 40px 80px 40px 60px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000; }
  .content .accordion.faq .panel .panel-heading h3 a .icon-link.icon-accordion:after {
    transform: rotate(-90deg); }
  .content .accordion.faq .panel .panel-heading h3 a .icon-link.icon-accordion:hover:after {
    transform: rotate(90deg); }
  .content .accordion.faq .panel .panel-heading + .panel-collapse > .panel-body {
    border-bottom: none; }
  .content .accordion.faq .panel .panel-collapse {
    margin-bottom: 0px;
    padding-right: 80px;
    position: absolute;
    width: 58.33333%;
    top: 60px;
    right: 0px; }
  .content .accordion.faq .panel .panel-collapse.in {
    margin-bottom: 22px;
    padding-left: 50px; }
  .content .accordion.faq .panel .collapse .panel-body {
    padding-left: 15px; }
  .content .accordion.faq .panel:last-child .panel-heading h3 {
    border-bottom: none; }
  .content.list-page .intro h1 {
    padding-left: 0px;
    padding-right: 0px; }
  .content.list-page .std-list {
    padding-left: 0px;
    padding-right: 0px; }
  .content.list-page .filter .cat-filter:after, .content.list-page .filter .format-filter:after {
    content: url("Images/icon-select-white.png"); }
  .content.list-page .filter .format-filter {
    width: 145px;
    margin-right: 0px; }
  .content.list-page .filter .format-filter .filter-control {
    width: 165px; }
  .content.list-page .filter .filter-list {
    z-index: 100; }
  .content.list-page .filter .filter-list .col {
    padding-bottom: 30px;
    padding-top: 30px; }
  .content.list-page .filter .filter-list .col ul li a span {
    color: #000;
    padding-left: 30px;
    padding-bottom: 6px;
    padding-top: 6px;
    display: block; }
  .content.list-page .filter .filter-list .col ul li a span strong {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5;
    color: #000;
    display: block;
    margin-bottom: 4px; }
  .content.list-page .filter .filter-list .col ul li a:hover {
    background-color: #462672; }
  .content.list-page .filter .filter-list .col ul li a:hover span {
    color: #fff; }
  .content.list-page .filter .filter-list .col ul li a:hover strong {
    color: #fff; }
  .content.list-page .filter .filter-list .col ul li a:active {
    background-color: #462672; }
  .content.list-page .filter .filter-list .col ul li a:active span {
    color: #fff; }
  .content.list-page .filter .filter-list .col ul li a:active strong {
    color: #fff; }
  .content.list-page .filter .filter-list .col ul li a:focus {
    background-color: #462672; }
  .content.list-page .filter .filter-list .col ul li a:focus span {
    color: #fff; }
  .content.list-page .filter .filter-list .col ul li a:focus strong {
    color: #fff; }
  .content.list-page .filter .filter-list.cat .col {
    float: left;
    width: 50%;
    min-height: 100px; }
  .content.list-page .filter .filter-list.format {
    z-index: 90; }
  .content .std-list ul {
    margin-top: 46px; }
  .content .std-list ul li.link-wrapper {
    margin-bottom: 50px; }
  .content .std-list ul li.link-wrapper a .icon-link {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.333333; }
  .content.teaser-page .intro {
    padding-left: 0px;
    padding-right: 0px; }
  .content.teaser-page .intro h1 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.2;
    margin-top: 32px; }
  .content.teaser-page .teaser-list h2 {
    padding-left: 0px;
    padding-right: 0px;
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.25; }
  .content.teaser-page .teaser-list .link-wrapper h3 span {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.333333; }
  .content.teaser-page .teaser-list .download-box .text-wrapper .header h3 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.333333; }
  .content.press .intro {
    padding-left: 0px;
    padding-right: 0px; }
  .content.press .management-news header h2 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.2; }
  .content.press .management-news .mgnt .mgnt-text {
    padding-left: 0px;
    padding-right: 40px; }
  .content.standard-page .management-news header h2 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.2; }
  .content.sitemap-page h1 {
    padding-left: 0px;
    padding-right: 0px; }
  .content.sitemap-page .sitemap {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 64px;
    margin-bottom: 80px; }
  .content.sitemap-page .sitemap ul.level-1 li {
    margin-bottom: 55px; }
  .content.sitemap-page .sitemap ul.level-1 li a span.icon-link {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.25; }
  .content.sitemap-page .sitemap ul.level-1 li .level-1-header {
    margin-bottom: 28px; }
  .content .downloads h2 {
    margin-left: 4.16667%;
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.2;
    padding-left: 0px;
    padding-right: 0px; }
  .content .downloads .download-wrapper {
    flex-direction: row; }
  .content .downloads .download-wrapper .download-links {
    padding: 50px 60px 0px 60px; }
  .content .downloads .download-wrapper .download-links h3 {
    margin-bottom: 20px;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.333333; }
  .content .downloads .download-wrapper .download-picts .figure {
    height: auto;
    overflow: visible; }
  .content .downloads .download-wrapper .download-picts .figure img {
    width: 33.33335%; }
  .content.focus .current header h2, .content.focus .current .header h2 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.2; }
  .content.focus .infographic .header h2 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.2; }
  .content.focus .std-text .std-box {
    padding-left: 0px;
    padding-right: 0px; }
  .content.focus .std-text .link-wrapper {
    padding-left: 0px;
    padding-right: 0px; }
  /*----------------- Footer -------------------*/
  .page-footer .internal {
    clear: both; }
  .page-footer .internal .row {
    display: flex;
    flex-direction: row;
    background-color: #462672; }
  .page-footer .internal .row:before {
    display: -webkit-box; }
  .page-footer .internal .row .flex-box {
    background-color: #462672;
    padding: 57px 4.16667% 87px 4.16667%; }
  .page-footer .internal .portal {
    padding-left: 0px;
    padding-right: 0px; }
  .page-footer .internal .portal h2 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.333333;
    margin-top: 0;
    margin-bottom: 20px; }
  .page-footer .internal .portal .link-wrapper {
    margin-top: 22px;
    margin-left: 0px; }
  .page-footer .internal .portal ul {
    display: inline-block;
    padding-left: 0;
    padding-left: 8px;
    margin-top: 10px; }
  .page-footer .internal .portal ul li.link-wrapper {
    list-style-type: none;
    margin-top: 0;
    margin-bottom: 12px; }
  .page-footer .social-media {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 20px;
    padding-left: 0px;
    padding-right: 0px; }
  .page-footer .social-media h2 {
    clear: none;
    float: left;
    margin-top: 0;
    margin-bottom: 11px;
    padding-right: 35px; }
  .page-footer .social-media ul {
    display: inline-block;
    padding-left: 0;
    clear: none;
    margin-left: 0px; }
  .page-footer .social-media ul li {
    list-style-type: none;
    float: left;
    padding-left: 0px;
    margin-right: 100px;
    margin-bottom: 15px; }
  .page-footer .social-media ul li:last-child {
    margin-right: 0px; }
  .page-footer .social-media ul li a i.fa:before {
    left: -40px;
    width: 50px; }
  .page-footer .social-media ul li a i.fa-twitter:before {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 24px;
    top: -2px; }
  .page-footer .social-media ul li a i.fa-facebook:before {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 24px; }
  .page-footer .social-media ul li a i.fa-youtube-play:before {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 24px; }
  .page-footer .social-media ul li a i.fa-google-plus:before {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 24px; }
  .page-footer .social-media ul li a i.fa-google-plus span {
    margin-top: -5px; }
  .page-footer .social-media ul li a i.fa-rss:before {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 24px; }
  .page-footer .social-media ul li a i span {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5;
    font-weight: bold;
    margin-left: 20px;
    padding-top: 0px; }
  .page-footer .service-links {
    text-align: center;
    padding-top: 26px;
    padding-bottom: 11px;
    padding-left: 0px;
    padding-right: 0px; }
  .page-footer .service-links ul {
    display: inline-block;
    padding-left: 0;
    margin-left: 0px; }
  .page-footer .service-links ul li {
    list-style-type: none;
    float: left;
    padding-left: 0px;
    clear: none;
    float: left;
    padding-right: 36px;
    margin-bottom: 0px; }
  .page-footer .partner-links {
    text-align: center; }
  .page-footer .partner-links ul li:last-child img {
    width: 100%; }
  /* .page-footer END */
  /* Element Abstaende >= 1024 */
  .content.theme-page .element-box {
    margin-bottom: 75px; }
  .content.theme-page .headline-offset {
    margin-top: -18px; }
  .content.standard-page .element-box {
    margin-bottom: 60px; }
  .content.standard-page .headline-offset {
    margin-top: -13px; }
  .content.theme-page.focus .stage .stage-wrapper {
    display: block; }
  .content.theme-page.focus .stage .custom-navigation {
    width: 28%; }
  .content.theme-page.focus .stage.testimonials .stage-wrapper {
    flex-direction: row; }
  .content.theme-page.focus .stage-header.element-box {
    margin-bottom: 46px; }
  .content.theme-page.focus .headline-offset {
    margin-top: -13px; }
  .content .std-text .std-box {
    padding-bottom: 0px; }
  .content .std-text .std-box p:last-child, .content .std-text .std-box h2:last-child, .content .std-text .std-box h3:last-child, .content .std-text .std-box h4:last-child, .content .std-text .std-box ul:last-child, .content .std-text .std-box ol:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px; }
  .focus .stage .header {
    margin-bottom: 40px; }
  .focus .stage .header h2 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.2;
    margin: 0px; }
  .focus .stage .header .link-wrapper {
    margin-left: 32px; }
  .focus .stage .stage-wrapper li {
    flex-direction: row; }
  .focus .stage .stage-wrapper .stage-text {
    min-height: 602px;
    padding: 60px 60px 120px 60px;
    font-size: 18px;
    font-size: 1.125rem; }
  .focus .stage .stage-wrapper .stage-text h3 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.25;
    margin-top: 12px;
    margin-bottom: 12px; }
  .focus .stage .stage-wrapper .stage-text .link-wrapper {
    margin-top: 26px; }
  .focus .stage .stage-wrapper .stage-pict {
    min-height: auto;
    min-height: unset; }
  .focus .stage .stage-wrapper .stage-pict iframe {
    /* top: 3vw !important; */
    /*
          min-height: 602px;
          height: 41.7vw;
  */
    min-height: auto;
    min-height: unset;
    height: 100%; }
  .focus .stage .stage-wrapper .stage-pict img {
    width: 100%;
    min-height: 602px;
    -o-object-fit: cover;
    object-fit: cover;
    height: auto; }
  .focus .stage .stage-wrapper .video {
    /* height: 41.6725vw; */
    height: auto; }
  /* CAREER OVERWRITE */
  /* SERVICE OVERWRITE */
  .content.service .row-wrapper .custom-navigation-service {
    padding-right: 70px;
    padding-left: 0px;
    width: 53%; }
  .content.service .row-wrapper .testimonials-sliderbox {
    width: 62%; }
  .content.service .row-wrapper .testimonials-sliderbox .testimonial-single .slides .flex-wrapper {
    display: flex;
    flex-direction: row-reverse; }
  .content.service .row-wrapper .testimonials-sliderbox .testimonial-single .slides .flex-wrapper .text-block {
    width: 60%; }
  .content.service .row-wrapper .testimonials-sliderbox .testimonial-single .slides .flex-wrapper .text-block .stage-text {
    height: auto;
    padding: 60px 12.5% 0px 12.5%;
    background-color: #fff; }
  .content.service .row-wrapper .testimonials-sliderbox .testimonial-single .slides .flex-wrapper .text-block .stage-text blockquote {
    border-left: none;
    padding: 0px; }
  .content.service .row-wrapper .testimonials-sliderbox .testimonial-single .slides .flex-wrapper .text-block .stage-text blockquote header {
    color: #000;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 14px; }
  .content.service .row-wrapper .testimonials-sliderbox .testimonial-single .slides .flex-wrapper .text-block .stage-text blockquote p {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.333333;
    font-weight: bold; }
  .content.service .row-wrapper .testimonials-sliderbox .testimonial-single .slides .flex-wrapper .text-block .stage-text h3 {
    color: #000; }
  .content.service .row-wrapper .testimonials-sliderbox .testimonial-single .slides .flex-wrapper .text-block .stage-text p {
    color: #000; }
  .content.service .row-wrapper .testimonials-sliderbox .testimonial-single .slides .flex-wrapper .pict-block {
    width: 40%; }
  .content.service .row-wrapper .testimonials-sliderbox .testimonial-single .slides .flex-wrapper .pict-block .stage-pict {
    position: relative; }
  .content.service .row-wrapper .testimonials-sliderbox .testimonial-single .slides .flex-wrapper .pict-block .stage-pict .bg-img {
    background-position: center center;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 34.72222vw;
    height: auto;
    min-height: 500px; }
  .content.service .row-wrapper .testimonials-sliderbox .testimonial-single .slides .flex-wrapper .pict-block .stage-pict figcaption {
    position: absolute;
    display: inline-block;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4); }
  .content.service .row-wrapper .testimonials-sliderbox .testimonial-single .slides .flex-wrapper .pict-block .stage-pict figcaption span {
    color: #fff; }
  .content.service .row-wrapper.row-1 {
    display: block; }
  .content.service .row-wrapper.row-1 .stage-text {
    border-top: 1px solid #000; }
  .content.service .row-wrapper.row-2 {
    display: block; }
  .content.service .row-wrapper .text-box {
    height: 34.72222vw;
    height: auto;
    min-height: 500px;
    width: 37.5%; }
  .content.service .row-wrapper .text-box .benefit h3 {
    color: #fff;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.333333; }
  .content.service .row-wrapper .text-box .benefit p {
    color: #fff;
    margin-bottom: 24px; }
  .content.service .row-wrapper .text-box .benefit ul {
    display: inline-block;
    padding-left: 0;
    position: absolute;
    bottom: 16px;
    max-width: 77.7%; }
  .content.service .row-wrapper .text-box .benefit ul .link-wrapper {
    position: relative;
    list-style: none;
    margin-bottom: 10px; }
  .content.service .row-wrapper .text-box .benefit ul .link-wrapper a {
    color: #fff;
    padding-left: 38px;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.333333;
    font-weight: bold;
    border-bottom: 1px solid transparent; }
  .content.service .row-wrapper .text-box .benefit ul .link-wrapper a .icon-link.internal {
    display: inline;
    color: #fff; }
  .content.service .row-wrapper .text-box .benefit ul .link-wrapper a .icon-link.internal:before {
    content: url("Images/icon-internal-white.png");
    position: absolute;
    left: 0px;
    top: 0px; }
  .content.service .row-wrapper .text-box .benefit ul .link-wrapper a:hover .icon-link.internal, .content.service .row-wrapper .text-box .benefit ul .link-wrapper a:focus .icon-link.internal, .content.service .row-wrapper .text-box .benefit ul .link-wrapper a:active .icon-link.internal {
    color: #fff; }
  .content.service .row-wrapper .text-box .benefit ul .link-wrapper a:hover .icon-link.internal:before, .content.service .row-wrapper .text-box .benefit ul .link-wrapper a:focus .icon-link.internal:before, .content.service .row-wrapper .text-box .benefit ul .link-wrapper a:active .icon-link.internal:before {
    content: url("Images/icon-internal-white_hover.png"); }
  .content.service .row-wrapper .text-box .benefit ul .link-wrapper a .icon-link.external {
    display: inline;
    color: #fff; }
  .content.service .row-wrapper .text-box .benefit ul .link-wrapper a .icon-link.external:before {
    content: url("Images/icon-external-white.png");
    position: absolute;
    left: 0px;
    top: 0px; }
  .content.service .row-wrapper .text-box .benefit ul .link-wrapper a:hover .icon-link.external, .content.service .row-wrapper .text-box .benefit ul .link-wrapper a:focus .icon-link.external, .content.service .row-wrapper .text-box .benefit ul .link-wrapper a:active .icon-link.external {
    color: #fff; }
  .content.service .row-wrapper .text-box .benefit ul .link-wrapper a:hover .icon-link.external:before, .content.service .row-wrapper .text-box .benefit ul .link-wrapper a:focus .icon-link.external:before, .content.service .row-wrapper .text-box .benefit ul .link-wrapper a:active .icon-link.external:before {
    content: url("Images/icon-external-white_hover.png"); }
  .content.service .row-wrapper .text-box .benefit ul .link-wrapper a:hover {
    text-decoration: none; }
  .content.service .row-wrapper .text-box .benefit ul .link-wrapper a:hover span {
    border-bottom: 1px solid #fff; }
  .content.service .row-wrapper .text-box .benefit ul .link-wrapper a:active {
    text-decoration: none; }
  .content.service .row-wrapper .text-box .benefit ul .link-wrapper a:active span {
    border-bottom: 1px solid #fff; }
  .content.service .row-wrapper .text-box .benefit ul .link-wrapper a:focus {
    text-decoration: none; }
  .content.service .row-wrapper .text-box .benefit ul .link-wrapper a:focus span {
    border-bottom: 1px solid #fff; }
  .content.service .row-wrapper .blockquote-slider ul.slides li .flex-wrapper {
    display: flex;
    flex-direction: row-reverse; }
  .content.service .row-wrapper .blockquote-slider ul.slides li .flex-wrapper .text-block {
    width: 60%; }
  .content.service .row-wrapper .blockquote-slider ul.slides li .flex-wrapper .text-block .stage-text {
    padding-bottom: 10px !important;
    height: 34.72222vw;
    height: auto; }
  .content.service .row-wrapper .blockquote-slider ul.slides li .flex-wrapper .text-block .stage-text blockquote header {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5; }
  .content.service .row-wrapper .blockquote-slider ul.slides li .flex-wrapper .text-block .stage-text blockquote p {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.333333; }
  .content.service .row-wrapper .blockquote-slider ul.slides li .flex-wrapper .pict-block {
    width: 40%; }
  .content.service .row-wrapper .blockquote-slider ul.slides li .flex-wrapper .pict-block .stage-pict .bg-img {
    background-image: url("Images/service/benefit-dummy-1-480x640.jpg");
    background-position: center center;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 34.72222vw;
    /* height: 600px; */
    height: auto;
    min-height: 500px; }
  .content.service .donate-wrapper {
    clear: both;
    display: flex; }
  .content.service .donate-wrapper .donate-text {
    display: inline-block;
    color: #fff;
    background-color: #6e2272;
    padding: 68px 4.16667% 68px 4.16667%; }
  .content.service .donate-wrapper .donate-text h3 {
    margin-bottom: 12px;
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.25; }
  .content.service .donate-wrapper .donate-text p {
    color: #fff; }
  .content.service .donate-wrapper .donate-links {
    display: inline-block;
    color: #fff;
    background-color: #462672;
    padding: 68px 4.16667% 68px 4.16667%; }
  .content.service .donate-wrapper .donate-links ul {
    display: inline-block;
    padding-left: 0; }
  .content.service .donate-wrapper .donate-links ul .link-wrapper {
    position: relative;
    list-style: none;
    margin-bottom: 10px; }
  .content.service .donate-wrapper .donate-links ul .link-wrapper a {
    color: #fff;
    padding-left: 38px;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.333333;
    font-weight: bold;
    border-bottom: 1px solid transparent; }
  .content.service .donate-wrapper .donate-links ul .link-wrapper a .icon-link.internal {
    display: inline; }
  .content.service .donate-wrapper .donate-links ul .link-wrapper a .icon-link.internal:before {
    content: url("Images/icon-internal-white.png");
    position: absolute;
    left: 0px;
    top: 4px; }
  .content.service .donate-wrapper .donate-links ul .link-wrapper a:hover .icon-link.internal, .content.service .donate-wrapper .donate-links ul .link-wrapper a:focus .icon-link.internal, .content.service .donate-wrapper .donate-links ul .link-wrapper a:active .icon-link.internal {
    color: #fff; }
  .content.service .donate-wrapper .donate-links ul .link-wrapper a:hover .icon-link.internal:before, .content.service .donate-wrapper .donate-links ul .link-wrapper a:focus .icon-link.internal:before, .content.service .donate-wrapper .donate-links ul .link-wrapper a:active .icon-link.internal:before {
    content: url("Images/icon-internal-white_hover.png"); }
  .content.service .donate-wrapper .donate-links ul .link-wrapper a .icon-link.external {
    display: inline; }
  .content.service .donate-wrapper .donate-links ul .link-wrapper a .icon-link.external:before {
    content: url("Images/icon-external-white.png");
    position: absolute;
    left: 0px;
    top: 4px; }
  .content.service .donate-wrapper .donate-links ul .link-wrapper a:hover .icon-link.external, .content.service .donate-wrapper .donate-links ul .link-wrapper a:focus .icon-link.external, .content.service .donate-wrapper .donate-links ul .link-wrapper a:active .icon-link.external {
    color: #fff; }
  .content.service .donate-wrapper .donate-links ul .link-wrapper a:hover .icon-link.external:before, .content.service .donate-wrapper .donate-links ul .link-wrapper a:focus .icon-link.external:before, .content.service .donate-wrapper .donate-links ul .link-wrapper a:active .icon-link.external:before {
    content: url("Images/icon-external-white_hover.png"); }
  .content.service .donate-wrapper .donate-links ul .link-wrapper a:hover {
    text-decoration: none; }
  .content.service .donate-wrapper .donate-links ul .link-wrapper a:hover span {
    border-bottom: 1px solid #fff; }
  .content.service .donate-wrapper .donate-links ul .link-wrapper a:active {
    text-decoration: none; }
  .content.service .donate-wrapper .donate-links ul .link-wrapper a:active span {
    border-bottom: 1px solid #fff; }
  .content.service .donate-wrapper .donate-links ul .link-wrapper a:focus {
    text-decoration: none; }
  .content.service .donate-wrapper .donate-links ul .link-wrapper a:focus span {
    border-bottom: 1px solid #fff; }
  .content.service .single-teaser .teaser-text {
    padding: 64px 60px 20px 60px;
    height: 40.25vw;
    height: auto;
    min-height: 580px; }
  .content.service-start .element-box .std-text h2 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.2; }
  .content.service-start .stage .stage-wrapper li {
    display: flex;
    flex-direction: row-reverse; }
  .content.service-start .stage .stage-wrapper li .stage-text {
    min-height: 475px;
    height: auto; }
  .content.service-start .stage .stage-wrapper li .stage-text h3 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.333333; }
  .content.service-start .stage .stage-wrapper li .stage-pict img {
    min-height: 475px; }
  .content.service-start .stage .stage-wrapper li .stage-pict .bg-img {
    min-height: 475px;
    height: auto;
    width: auto; }
  .content.service-start .stage .stage-wrapper li .wrapper-dark {
    display: block;
    height: auto;
    position: absolute;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    min-height: 475px; }
  .content.service-start .stage .stage-wrapper li.flex-active-slide .wrapper-dark {
    display: none; }
  .content .event-map {
    flex-direction: row; }
  .content .event-map .map {
    height: auto; }
  .content .event-map .event {
    padding: 45px 60px 50px 60px; }
  .content .event-map .event h2 {
    margin-bottom: 38px;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.333333; }
  .content .event-map .event h3 {
    margin-top: 28px;
    margin-bottom: 20px;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.333333; }
  /* .content END */
  /* Element Abstaende Mobile */
  .content.service.service-start .element-box {
    margin-bottom: 62px; } }

/* @media END */
@media screen and (min-width: 1440px) {
  .content .stage .stage-wrapper .stage-text {
    padding: 60px; }
  .content .local .proposal {
    padding: 60px; }
  .content .current.textlist .article {
    min-height: 420px; } }

/* IE 10 Hack */
@media screen and (min-width: 1200px) and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .content .teaser-list {
    display: inline-block;
    width: 100.05%; } }

@media screen and (max-width: 1023px) and (min-width: 800px) {
  .content .sharing h2 {
    margin-top: 6px; } }

.content.contentPage .management-news header h2 {
  font-size: 40px;
  line-height: 1.2; }

.content.service .row-wrapper .text-box .benefit ul .link-wrapper a,
.content.service .row-wrapper .text-box .benefit ul .link-wrapper .fix-header .logo span,
.fix-header .logo .content.service .row-wrapper .text-box .benefit ul .link-wrapper span {
  font-size: 24px; }

@media screen and (max-width: 1023px) {
  .content .infobox-outer h2 {
    font-size: 32px;
    line-height: 1.25;
    font-weight: bold; } }

/*
.icon-link::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  height: 1px;
  width: 140%;
  left: -40%;
  background-color: rgba(255, 100, 0, 0.5);
}
*/
/* *** Footer Donation Hint *** */
.page-footer .service-links.donation-hint {
  padding-top: 40px;
  font-size: 1em; }

.page-footer .donation-hint p {
  padding-left: 10px;
  padding-right: 10px;
  color: #ffffff;
  letter-spacing: 1.0px;
  font-size: 1em; }

.page-footer .donation-hint .donation-title {
  font-weight: bold; }

@media screen and (max-width: 1200px) {
  .page-footer .donation-hint .donation-title {
    display: block; } }

@media screen and (max-width: 1023px) {
  .page-footer .donation-hint .donation-title {
    display: inline; }
  .page-footer .donation-hint .donation-c2 {
    display: block; } }

@media screen and (max-width: 799px) {
  .page-footer .service-links.donation-hint {
    padding-top: 20px; }
  .page-footer .donation-hint span {
    display: block; } }

@media screen and (max-width: 480px) {
  .page-footer .donation-hint p {
    letter-spacing: 0.2px; } }

/* *** Service Start Stage Slider *** */
.focus.service-start .stage {
  width: 100%;
  overflow: hidden; }

.service-start .stage .flexslider {
  width: 1080px;
  margin: 0 auto; }

.content.service-start .stage .stage-wrapper li .wrapper-dark {
  background-color: none;
  background: url("/fileadmin/Public/Css/Images/gradient-links.png") repeat-y top right; }

.content.service-start .stage .stage-wrapper li.flex-active-slide .wrapper-dark {
  display: none; }

.content.service-start .stage .stage-wrapper li.flex-active-slide + li .wrapper-dark {
  background: url("/fileadmin/Public/Css/Images/gradient-rechts.png") repeat-y top left; }

@media (min-width: 1081px) {
  .service-start .stage .flexslider .flex-viewport {
    overflow: visible !important; } }

/* *** Info Start Slider *** */
.content .start-slider .slider-box {
  width: 100%;
  overflow: hidden;
  position: relative; }

.content .start-slider .slider-box .stele {
  position: absolute;
  top: 0;
  width: 60px;
  height: 100%;
  background-color: white;
  z-index: 1; }

.content .start-slider .slider-box .stele-l {
  left: 15%; }

.content .start-slider .slider-box .stele-r {
  right: 15%; }

.content .start-slider .slider-box .flexslider-start {
  margin: 0 auto;
  width: 900px;
  display: table; }

.content .start-slider .flexslider-start .flex-viewport {
  overflow: visible !important; }

.content .start-slider .flexslider-start .flex-viewport .slides li {
  left: 0;
  position: relative; }

.content .start-slider .flexslider-start .flex-viewport .slides li img {
  width: 900px; }

.content .start-slider .flexslider-start .flex-viewport .slides li {
  box-sizing: border-box;
  /*border-left:60px solid #fff;*/ }

.content .start-slider .flexslider-start .flex-viewport .slides li .slide-wrapper {
  display: table;
  width: 900px; }

/* *** FAQ / Nachgefragt *** */
.content .panel-group.accordion .panel .collapse .panel-body p a {
  text-decoration: none; }

/* ********************************** */
.fix-header.affix {
  max-width: 1440px; }

.col-md-24.pict-gallery {
  float: none; }

.content .stage .stage-wrapper .stage-text.blockquote h2 {
  font-weight: bold; }

.content .element-box .twitter {
  border: 1px solid #2c256b;
  margin-top: 36px; }

.content .twitter .scroll-wrapper {
  height: 480px; }

.content .twitter .scroll-wrapper .scroll-box {
  padding: 0 20px 30px; }

.content .twitter .footer {
  background-color: #2c256b; }

.content.focus.service-start .stage .stage-wrapper .stage-text.blockquote {
  padding: 38px 11.2% 30px; }

.content.service-start .stage .custom-navigation .custom-controls-container .flex-control-nav {
  top: 30px;
  left: 50%;
  width: 45%;
  right: auto; }

.content .std-text .std-box p + h2,
.content.standard-page .static-sm-16 .std-box p + h2,
.content .std-text .std-box p + h2:first-of-type,
.content .std-text .std-box ul + h2,
.content.standard-page .static-sm-16 .std-box ul + h2,
.content .std-text .std-box ul + h2:first-of-type,
.content .std-text .std-box ol + h2,
.content.standard-page .static-sm-16 .std-box ol + h2,
.content .std-text .std-box ol + h2:first-of-type {
  margin-top: 56px; }

.content .std-text .std-box h2 {
  margin-bottom: 24px;
  clear: none; }

.content .std-text .std-box p + h3,
.content .std-text .std-box ul + h3,
.content .std-text .std-box ol + h3 {
  margin-top: 34px; }

.content .std-text .std-box h3 {
  margin-bottom: 18px; }

.content .std-text .image figcaption span,
.content .image figcaption span {
  left: auto;
  right: 0; }

.content .infographic .figure {
  background-color: transparent; }

.content .info-box .col-wrapper {
  padding-bottom: 24px; }

.content .current.textlist .col-sm-12 .article {
  margin-bottom: 40px; }

.content .current.textlist .col-sm-14 .article {
  padding-top: 40px; }

.content .current.textlist .article .link-wrapper {
  padding-top: 30px; }

.content.list-page .filter {
  margin-bottom: -40px; }

.content.list-page .filter .filter-list .col ul {
  margin-bottom: 26px; }

.content.list-page .filter .filter-list .col.col-left ul:first-child {
  margin-bottom: 6px; }

.content.list-page .filter .filter-list .col {
  margin-bottom: -20px; }

.content.list-page .filter .format-filter {
  width: 225px; }

.content.list-page .filter .format-filter .filter-control {
  width: 245px; }

.content .donate-text h3,
.content .benefit h3 {
  font-weight: bold; }

.content .element-box.embed iframe {
  width: 100%; }

.content .std-text .contactbox.wide > div .address:only-child {
  float: left; }

.content .std-text .image-small-left img, .content .std-text .image-small-left figcaption,
.content .std-text .image-small-right img, .content .std-text .image-small-right figcaption {
  width: 300px; }

.content .std-text .image-small-left, .content .std-text .image-small-right {
  padding-bottom: 20px;
  padding-right: 36px; }

.content .info-box.basic {
  margin-bottom: 0; }

.content .element-box .info-box.basic {
  margin-bottom: 30px; }

.content .element-box .infobox-outer {
  margin-bottom: 20px; }

.content .element-box .infobox-outer h2 {
  margin-top: 0; }

.content .teaser-list .download-box p {
  color: #fff; }

.content .teaser-list .intro h2 {
  margin-bottom: 0;
  padding-left: 0;
  padding-top: 10px; }

.content.list-page .intro {
  margin-bottom: 10px; }

.content .quick-links ul li a, .content .quick-links ul li .fix-header.affix .logo span, .fix-header.affix .logo .content .quick-links ul li span {
  padding-right: 36px; }

.content.service .row-wrapper .testimonials-sliderbox .testimonial-single .slides .flex-wrapper .text-block .stage-text,
.content.service-start .row-wrapper .blockquote-slider ul.slides li .flex-wrapper .text-block .stage-text {
  padding: 30px 3vw 10px 3vw; }

.content.service-start .row-wrapper .text-box {
  padding: 30px 3vw 10px 3vw; }

@media (min-width: 1024px) {
  .content.service .row-wrapper .testimonials-sliderbox .testimonial-single .slides .flex-wrapper .text-block .stage-text,
  .content.service-start .row-wrapper .blockquote-slider ul.slides li .flex-wrapper .text-block .stage-text {
    padding: 60px calc((4.1666667% / 0.6) / 0.625) 20px calc((4.1666667% / 0.6) / 0.625); }
  .content.service-start .row-wrapper .text-box {
    padding: 60px 4.166667% 20px 4.166667%; } }

.content.service .row-wrapper .text-box .benefit ul .link-wrapper a, .content.service .row-wrapper .text-box .benefit ul .link-wrapper .fix-header .logo span, .fix-header .logo .content.service .row-wrapper .text-box .benefit ul .link-wrapper span {
  padding-left: 34px; }

.content.service .row-wrapper .text-box .benefit ul .link-wrapper a .icon-link.internal::before, .content.service .row-wrapper .text-box .benefit ul .link-wrapper .fix-header .logo span .icon-link.internal::before, .fix-header .logo .content.service .row-wrapper .text-box .benefit ul .link-wrapper span .icon-link.internal::before {
  top: 3px; }

.content.service .donate-wrapper .donate-links {
  padding: 60px 3.0%; }

.content.service .donate-wrapper .donate-text {
  padding: 60px 3.5%; }

.content.service.service-start .std-text h2 {
  margin-bottom: 30px; }

.content.service.service-start .single-teaser {
  margin-top: 20px; }

#content.service.focus > div:nth-last-child(2) {
  margin-bottom: 0; }

.content.service-start .start-slider .custom-navigation-start {
  bottom: 38px;
  left: calc(50% - 400px);
  width: 800px; }

.content .flexslider-start .flex-viewport li img {
  opacity: 0.4; }

.content .flexslider-start .flex-viewport li.flex-active-slide img {
  opacity: 1; }

.content .flexslider-start .flex-viewport li .slider-text h3,
.content .flexslider-start .flex-viewport li .slider-text p,
.content .flexslider-start .flex-viewport li .slider-text .link-wrapper {
  visibility: hidden; }

.content .flexslider-start .flex-viewport li.flex-active-slide .slider-text h3,
.content .flexslider-start .flex-viewport li.flex-active-slide .slider-text p,
.content .flexslider-start .flex-viewport li.flex-active-slide .slider-text .link-wrapper {
  visibility: visible; }

/*readspeaker button overwrite z-index*/
.rsbtn {
  display: none;
  margin-bottom: 0 !important;
  z-index: 1 !important; }

.content .stage-header.landing .stage-pict {
  position: relative; }

#content #gmap {
  width: 100%;
  height: 100%; }

#rs-button .toggle-elem {
  float: right; }

#rs-button .toggle-elem .rs-icon {
  display: block;
  height: 26px;
  width: auto; }

.content .accordion.faq .panel .panel-heading + .panel-collapse > .panel-body {
  overflow: auto; }

.content .std-text.pic-text h2:only-child {
  margin-bottom: -30px;
  position: relative; }

.content .stage .custom-navigation .custom-controls-container .flex-control-nav {
  top: auto;
  bottom: 0;
  left: 10px; }

.content .news-list-view .more-button .btn {
  margin-top: 0;
  padding-top: 14px;
  padding-bottom: 14px; }

/*Update: Interne Links im Fliesstext*/
.content .std-text .std-box a,
.content .intro p a,
.content .accordion.faq .intro a,
.content .info-box .col-wrapper p a {
  border-bottom: 1px solid #444;
  color: #444;
  font-weight: bold;
  text-decoration: none; }

.content .std-text .std-box a:hover,
.content .intro p a:hover,
.content .accordion.faq .intro a:hover,
.content .info-box .col-wrapper p a:hover {
  border-bottom: none;
  text-decoration: none;
  color: #502974; }

/*Update: Externe Links im Fliesstext*/
.content .std-text .std-box a.external-link,
.content .info-box .col-wrapper p a.external-link,
.content .intro p a.external-link,
.content .accordion.faq .intro a.external-link {
  border-bottom: 1px solid #444;
  color: #444;
  font-weight: bold;
  text-decoration: none;
  padding-left: 0; }

.content .std-text .std-box a.external-link::before,
.content .info-box .col-wrapper p a.external-link::before,
.content .intro p a.external-link::before,
.content .accordion.faq .intro a.external-link::before {
  /*content: url("/fileadmin/Public/Css/Images/icon-external-lilac.png");*/
  content: url("/fileadmin/Public/Css/Images/career/icon-k-external-lilac.png");
  position: relative;
  left: 0;
  /*  top: 5px; */
  top: 2px;
  padding-right: 2px;
  background-color: #fff;
  white-space: nowrap; }

.content .std-text .std-box a.external-link:hover,
.content .intro p a.external-link:hover,
.content .accordion.faq .intro a.external-link:hover,
.content .info-box .col-wrapper p a.external-link:hover {
  border-bottom: none;
  text-decoration: none;
  color: #502974; }

.content .stage-wrapper.skilled .stage-text .link-wrapper a:hover .icon-link.external::before {
  content: url("Images/icon-external-lilac_hover.png"); }

@media screen and (min-width: 1024px) {
  .content.service .row-wrapper .testimonials-sliderbox {
    width: 62.5%; }
  .content .info-box .col-wrapper.info-2-columns {
    /*width: 600px;*/
    /*
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
    */ }
  .content .info-box .col-wrapper.info-2-columns h2, .content .info-box .col-wrpper.info-2-columns h3 {
    /*
        -webkit-column-span: all;
        column-span: all;
    */ }
  .content.theme-page .quote.testimonials .custom-navigation {
    width: 50%; } }

@media screen and (max-width: 1023px) {
  .content .info-box .col-wrapper div, .content .info-box .col-wrapper .col-sm-12 {
    width: 100%;
    float: none; }
  .content .info-box .col-wrapper div:last-child p {
    padding-left: 0; }
  .content .quick-links ul li a, .content .quick-links ul li .fix-header.affix .logo span, .fix-header.affix .logo .content .quick-links ul li span {
    padding-right: 20px;
    padding-left: 100px; }
  .content.theme-page .stage .stage-wrapper .stage-text {
    padding: 40px 40px 20px; }
  .content.theme-page .stage .stage-wrapper .stage-text .link-wrapper {
    margin-top: 10px; }
  .content .accordion.faq .panel:last-child .panel-heading + .panel-collapse > .panel-body {
    border-bottom: none; } }

@media screen and (min-width: 800px) {
  .content.start-page.theme-page .stage .stage-pict .bg-img {
    min-height: 636px; }
  .content.start-page.theme-page .stage:not(.element-box) .stage-text,
  .content.start-page.theme-page .stage:not(.element-box) .stage-pict .bg-img {
    min-height: 544px; }
  #scroll-arrow {
    position: fixed;
    bottom: 0;
    left: 44%;
    width: 120px;
    height: 60px;
    background: url("/fileadmin/Public/Css/Images/scrollnote.png");
    background-repeat: no-repeat;
    z-index: 28; }
  .content.theme-page .element-box + .element-box.std-text {
    /* margin-top: -10px; */
    top: -10px; }
  .content.theme-page .element-box .info-box.basic,
  .content.theme-page .element-box .info-box {
    margin-bottom: 0; }
  .content.theme-page .element-box.std-text + .element-box.info-box-links,
  .content.theme-page .element-box.std-text + .element-box.info-box {
    margin-top: -60px; }
  .content.theme-page .element-box.std-text + .element-box.info-box-links .infobox-outer h2 {
    margin-top: -10px; } }

@media screen and (max-width: 880px) {
  .content .flexslider-start .flex-viewport li img {
    opacity: 1; } }

@media screen and (max-width: 799px) {
  /* info start */
  /*stage */
  .content .stage .stage-wrapper .stage-text p,
  .content.theme-page .stage .stage-wrapper .stage-text p {
    display: none; }
  .content .stage .stage-wrapper .stage-text h2 {
    margin-bottom: 4px; }
  .content .stage .stage-wrapper .stage-text {
    min-height: 240px; }
  .content.theme-page .stage .stage-wrapper .stage-text {
    padding: 14px 10px 0; }
  .content.theme-page .video .video-wrapper a .video-start .bg-img, .content.theme-page .video .video-wrapper .fix-header.affix .logo span .video-start .bg-img, .fix-header.affix .logo .content.theme-page .video .video-wrapper span .video-start .bg-img {
    height: 50vw; }
  /*Aktuelles-Box*/
  .content .current header h2 {
    display: block;
    margin-bottom: 10px; }
  /*Diakonie vor Ort*/
  .content .local header h2 {
    display: block; }
  .content .local .std-list {
    margin-right: 10px; }
  .content .local .proposal {
    padding-left: 10px; }
  /*Twitterbox*/
  .content .twitter {
    margin-left: 10px;
    margin-right: 10px; }
  .content .twitter .header, .content .twitter .footer {
    padding-left: 20px; }
  /*Quicklinks*/
  .content .quick-links ul li {
    width: 100%; }
  .content .quick-links ul li a, .content .quick-links ul li .fix-header.affix .logo span, .fix-header.affix .logo .content .quick-links ul li span {
    height: 75px; }
  .content .quick-links ul li .icon {
    padding-top: 24px;
    display: inline-block !important; }
  /*Infografik*/
  .content .infographic .header h2 {
    display: block; }
  .sharing, .content.focus .sharing {
    padding-top: 73px; }
  /*Seite empfehlen*/
  .sharing h2 {
    display: block;
    padding-bottom: 26px; }
  .sharing ul {
    /*margin-left:-10px;*/
    margin-top: 0; }
  .sharing ul li {
    padding-right: 0;
    display: inline-block;
    float: none;
    margin-left: 10px;
    margin-right: 10px; }
  /*Element Abstand oben*/
  .content.theme-page .headline-offset {
    margin-top: 10px; }
  /*Footer*/
  .page-footer .internal .portal {
    padding-right: 20px; }
  /*Standardseite*/
  .content .std-text .image-small-left img, .content .std-text .image-small-left figcaption,
  .content .std-text .image-small-right img, .content .std-text .image-small-right figcaption {
    width: 260px; }
  /*Teaserliste // Downloadliste*/
  .content .teaser-list .article .header .link-wrapper {
    padding-left: 30px;
    padding-right: 10px;
    padding-top: 30px; }
  .content .teaser-list .download-box .text-wrapper {
    padding-left: 10px;
    padding-right: 10px; }
  .content .teaser-list .intro h2 {
    padding-left: 0; }
  /*Infografik // Global */
  .content .intro h1 {
    margin-top: 0; }
  .content.info .infographic .list-wrapper ul {
    margin-left: 10px; }
  .content.info .infographic .list-wrapper ul li.link-wrapper {
    margin-bottom: 0; }
  /*Kampagnenseite*/
  .content .combi-big .combi-wrapper .header h2 {
    margin-top: 10px; }
  .content.standard-page .element-box.combi-big {
    margin-bottom: 25px; }
  /*Themen*/
  .content .std-text .contactbox .address a {
    margin-left: 10px; }
  .focus .stage .custom-navigation {
    bottom: 26px; }
  /*Filterliste*/
  .content.list-page .filter {
    margin-left: 10px; }
  .content .std-list ul li.link-wrapper {
    margin-bottom: 40px; }
  .content .std-list ul li.link-wrapper .date-cat {
    margin-bottom: 0; }
  .content .news-list-view .more-button .btn {
    padding-left: 22px;
    padding-right: 22px; }
  /*Sitemap*/
  .content.sitemap-page h1 {
    padding-left: 0; }
  /*Stage Start Hilfeportal*/
  .content.service-start .stage .stage-wrapper li .stage-pict.video {
    height: auto; }
  .content.service-start .stage .custom-navigation .custom-controls-container .flex-control-nav {
    right: 15%;
    width: 60%;
    left: auto; }
  .content.service-start .stage .video .video-wrapper a .video-button {
    left: 20%;
    top: 25%; }
  /*Hilfeteaser*/
  .content.service-start .donate-wrapper {
    display: block; }
  .content.service .donate-wrapper .donate-links, .content.service .donate-wrapper .donate-text {
    width: 100%; }
  /*Reportageslider*/
  .content.theme-page .stage .stage-pict .bg-img {
    height: 50vw;
    min-height: unset; }
  /*Singleteaser */
  .content.focus .std-text.single-teaser .link-wrapper {
    padding-left: 0; }
  /*Stage Video*/
  .content.focus .video.stage-pict {
    top: 0 !important; }
  .content .stage-header.landing .stage-wrapper .video.stage-pict,
  .content .stage-header.landing .stage-wrapper .video.stage-pict iframe {
    top: 0 !important; }
  /*KampagnenSlider*/
  .content .start-slider .slider-box .stele {
    display: none; }
  .content .start-slider .slider-box .flexslider-start {
    width: auto; }
  .content .start-slider .flexslider-start .flex-viewport .slides li .slide-wrapper {
    width: auto; }
  .content.start-slider .custom-navigation-start {
    bottom: 10px;
    left: 10px;
    width: 90%; }
  .content.service-start .start-slider .custom-navigation-start {
    bottom: 38px;
    left: calc(50% - 400px);
    width: 800px; }
  .content .start-slider .custom-navigation-start {
    width: 96%; }
  .content .start-slider .custom-navigation-start .custom-controls-container-start {
    width: 60%; }
  .content .start-slider .custom-navigation-start .custom-controls-container-start .flex-control-nav {
    top: 0; }
  /*Termin*/
  .content #calendar-event .event-map {
    flex-direction: column; }
  /*Date-Listen*/
  .content.list-page .intro {
    padding-left: 10px; }
  .content.list-page .intro h1 {
    padding-left: 0; }
  .content .dates .dates-list ul li.link-wrapper {
    padding-left: 0; }
  .content .dates .dates-list ul li.link-wrapper .left {
    position: relative;
    top: 0;
    margin-bottom: 10px; }
  .content .dates .dates-list ul li.link-wrapper .left.local-item {
    height: 80px;
    width: 80px;
    padding: 0; }
  .content .std-list.dates .dates-list ul li.link-wrapper .right .date-cat {
    color: #444; }
  .content.list-page .filter {
    margin-bottom: 0; }
  .content.list-page .filter .filter-list.cat .col {
    float: none;
    min-height: 100px;
    width: auto; }
  .content.list-page .filter .filter-list .col.col-left {
    padding-bottom: 0; }
  .content .std-text .contactbox.wide .image-contact {
    width: auto; }
  .content .teaser-list .article .header div.image {
    /*height: 40px !important;*/ }
  .content .teaser-list .article .header figure.image {
    height: auto !important; }
  .content .teaser-list .article {
    min-height: auto; }
  .content .info-box {
    border: 1px solid;
    margin-left: 2%;
    margin-right: 2%; }
  .content .current.textlist .col-sm-12 .article {
    margin-bottom: 0; }
  .content .current.textlist .col-sm-12 .article, .content .current.textlist .col-sm-14 .article {
    padding-top: 30px; }
  .content .management-news .mgnt .mgnt-text p {
    padding-left: 10px;
    padding-right: 10px; }
  .content .stage .custom-navigation .custom-controls-container .flex-control-nav {
    bottom: -30px; } }

@media screen and (max-width: 640px) {
  .content.list-page .filter {
    margin-right: 10px; }
  .content.list-page .filter .cat-filter, .content.list-page .filter .format-filter, .content.list-page .filter .cat-filter, .content.list-page .filter .cat-filter {
    width: 100%;
    margin-right: 0;
    padding-right: 0; }
  .content.list-page .filter .cat-filter .filter-control, .content.list-page .filter .format-filter .filter-control {
    width: 100%; }
  .content.list-page .filter .cat-filter .filter-control::after, .content.list-page .filter .format-filter .filter-control::after {
    right: 10px; }
  .content.list-page .filter .filter-list.format {
    top: 123px; }
  .content .teaser-list .article .header div.image {
    height: auto; } }

@media screen and (max-width: 480px) {
  .content .std-text .image-small-left, .content .std-text .image-small-right {
    float: none;
    padding-right: 10px; }
  .content .stage .stage-wrapper .stage-text {
    min-height: 300px; } }

.page-footer .donation-hint p {
  width: 100%; }

.page-footer .row {
  display: inline-block;
  width: 100%; }

.portal-header--name {
  width: 100%; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #444;
  height: 100vh; }
  body modal-open {
    height: 100vh; }

.page,
.page .container-fluid {
  min-height: 100%; }

.page-footer {
  margin-top: 3rem; }

.donation-form {
  display: block;
  min-height: calc(100vh - 303px); }

.donation-form .spendenformular_headline {
  text-align: left;
  left: 1rem;
  top: 1rem; }
  .donation-form .spendenformular_headline h1 {
    color: #444;
    margin-bottom: 0.5rem; }

.donation-form .spendenformular_inhalt {
  overflow: hidden;
  position: relative;
  clear: both;
  margin-bottom: 20px; }
  .donation-form .spendenformular_inhalt p {
    margin-top: 1rem; }
  .donation-form .spendenformular_inhalt .btn {
    background-color: #ffffff; }
  .donation-form .spendenformular_inhalt input.btn.btn--default {
    border: 3px solid #5a2572;
    font-weight: 700;
    color: #5a2572;
    transition: all ease-in-out 0.3s; }
    .donation-form .spendenformular_inhalt input.btn.btn--default:hover {
      background-color: #5a2572;
      color: #ffffff;
      transition: all ease-in-out 0.3s; }
  .donation-form .spendenformular_inhalt span.btn.btn--default {
    margin-top: 1rem;
    padding: 0; }
    .donation-form .spendenformular_inhalt span.btn.btn--default input {
      border: 3px solid #5a2572;
      font-weight: 700;
      color: #5a2572;
      transition: all ease-in-out 0.3s;
      padding: 6px 12px; }
      .donation-form .spendenformular_inhalt span.btn.btn--default input:hover {
        background-color: #5a2572;
        color: #ffffff;
        transition: all ease-in-out 0.3s; }
  .donation-form .spendenformular_inhalt .thanks {
    background-color: #2e2672;
    margin-bottom: 1rem; }
    .donation-form .spendenformular_inhalt .thanks p {
      color: #fff;
      margin: 1rem; }

/** Overlay - Bitte warten */
/* Bitte warten */
#overlay {
  background-image: url(../file/?component=Customization&ft=image&file=ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 50px;
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  position: fixed;
  left: 0;
  top: 0;
  margin-left: 0;
  margin-top: 0;
  display: none;
  z-index: 99999; }

/* Bitte warten */
#overlay_processing .scroller {
  background-image: url(../file/?component=Customization&ft=image&file=ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 80px; }

/** Druckansicht */
.spenden_druckansicht {
  background: none;
  background-color: #fff;
  line-height: 130%;
  font-family: Arial, sans-serif;
  font-size: 90%;
  padding: 2em;
  padding-bottom: 4em;
  width: 600px;
  margin: 1em auto;
  border: 1px solid #444; }
  .spenden_druckansicht .rahmen {
    overflow: hidden;
    height: 100%; }
  .spenden_druckansicht .adresse {
    width: 70%;
    float: left; }
  .spenden_druckansicht .logo {
    width: 30%;
    float: left;
    text-align: right; }
  .spenden_druckansicht .danke {
    margin-top: 3em;
    clear: left; }
  .spenden_druckansicht .text {
    margin-top: 3em; }
  .spenden_druckansicht .text h1 {
    font-size: 130%; }
  .spenden_druckansicht .angaben table {
    border-collapse: collapse;
    width: 100%; }
  .spenden_druckansicht .angaben td {
    vertical-align: top; }
  .spenden_druckansicht .angaben td.td-0 {
    width: 35%; }
  .spenden_druckansicht .angaben td.td-1 {
    width: 65%; }
  .spenden_druckansicht .printbutton {
    display: none !important; }

@media print {
  .spenden_druckansicht {
    padding: 0;
    width: auto;
    border: none;
    margin: 0; }
    .spenden_druckansicht .printbutton {
      display: none !important; } }
