@charset "UTF-8";
/* moved by compressor */
@-ms-viewport {
  width: device-width; }
.visible-xs, .visible-sm, .visible-md, .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: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 994px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 994px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 994px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 994px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 995px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 995px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 995px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 995px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 994px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 995px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table; }

  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.3.0 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("/typo3conf/ext/befg_base_provider/Resources/Public/WebFonts/font-awesome/fontawesome-webfont.eot?v=4.3.0");
  src: url("/typo3conf/ext/befg_base_provider/Resources/Public/WebFonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("/typo3conf/ext/befg_base_provider/Resources/Public/WebFonts/font-awesome/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("/typo3conf/ext/befg_base_provider/Resources/Public/WebFonts/font-awesome/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("/typo3conf/ext/befg_base_provider/Resources/Public/WebFonts/font-awesome/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("/typo3conf/ext/befg_base_provider/Resources/Public/WebFonts/font-awesome/fontawesome-webfont.svg?v=4.3.0#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;
  transform: translate(0, 0); }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  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.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }
.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -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-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: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-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.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-genderless:before,
.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-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-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: ""; }

@font-face {
  font-family: 'Bitter';
  font-weight: 400;
  src: url('../../../typo3conf/ext/befg_bgs_provider/Resources/Public/Fonts/Bitter/Bitter-Regular.ttf'); }
@font-face {
  font-family: 'Bitter';
  font-weight: 600;
  src: url('../../../typo3conf/ext/befg_bgs_provider/Resources/Public/Fonts/Bitter/Bitter-Bold.ttf'); }
@font-face {
  font-family: 'Bitter';
  font-weight: 400;
  font-style: italic;
  src: url('../../../typo3conf/ext/befg_bgs_provider/Resources/Public/Fonts/Bitter/Bitter-Italic.ttf'); }
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  box-sizing: border-box; }

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

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,
nav,
section,
summary {
  display: block; }

picture {
  display: inline; }

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

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

[hidden],
template {
  display: none; }

a {
  background: transparent; }

a,
a:active,
a:hover,
a:focus,
button,
input {
  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;
  vertical-align: top; }

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

hr {
  -moz-box-sizing: content-box;
  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; }

a::-moz-focus-inner,
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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  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; }

h1, h2, h3, h4, h5, h6, p, figure {
  margin: 0;
  padding: 0; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }
.ie7 .clearfix {
  display: inline-block; }

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

.margin-trailer {
  margin-bottom: 20px;
  margin-bottom: 1.42857rem; }

.responsive {
  max-width: 100% !important;
  height: auto;
  width: 100%; }
  .lt-ie9 .responsive {
    width: inherit; }

.bleed-to-edge {
  margin: 0 -15px; }

.debug-grid {
  background-image: url(http://basehold.it/i/20/ff0000); }

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

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

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

.visible-high-contrast {
  display: none; }
  .high-contrast .visible-high-contrast {
    display: block; }

.hidden-high-contrast {
  display: block; }
  .high-contrast .hidden-high-contrast {
    display: none; }

#header {
  padding-top: 20px;
  padding-top: 1.42857rem;
  margin-bottom: 20px;
  margin-bottom: 1.42857rem;
  position: relative;
  height: 220px;
  height: 15.71429rem; }
  #header .container {
    position: relative; }
  #header.no-main-navigation {
    height: 140px;
    height: 10rem; }
  @media screen and (max-width: 994px) {
    #header {
      margin: 0;
      padding: 0;
      height: 80px;
      height: 5.71429rem; } }
  @media screen and (max-width: 480px) {
    #header {
      height: 100px;
      height: 7.14286rem; } }
  #header #logo {
    position: absolute;
    z-index: 10;
    top: 1.42857rem;
    left: 10px; }
    @media screen and (max-width: 994px) {
      #header #logo {
        top: 20px;
        top: 1.42857rem; } }
    #header #logo a {
      display: block;
      width: 550px;
      height: 94px;
      background-size: 100% 100%;
      background-image: url('../../../typo3conf/ext/befg_bgs_provider/Resources/Public/Graphics/logo.svg');
      /*
      			@include min-screen($screen-lg-min) {
      				width: 550px;
      				height: 94px;
      			}
      */ }
      .high-contrast #header #logo a {
        background-image: url('../../../typo3conf/ext/befg_bgs_provider/Resources/Public/Graphics/logo_white.svg'); }
      #header #logo a img {
        display: none; }
      .no-svg #header #logo a {
        width: 500px; }
        .no-svg #header #logo a img {
          display: inline; }
      @media screen and (max-width: 994px) {
        #header #logo a {
          width: 350px;
          height: 62px; } }
      @media screen and (max-width: 994px) {
        #header #logo a {
          margin-top: -5px;
          margin-bottom: 0;
          width: 250px;
          height: 45px; } }
    #header #logo a.logo-claim {
      display: block;
      width: 405px;
      height: 116px;
      background-size: 100% 100%;
      background-image: url('../../../typo3conf/ext/befg_bgs_provider/Resources/Public/Graphics/logo_claim.svg'); }
      .high-contrast #header #logo a.logo-claim {
        background-image: url('../../../typo3conf/ext/befg_bgs_provider/Resources/Public/Graphics/logo_claim_white.svg'); }
      #header #logo a.logo-claim img {
        display: none; }
      .no-svg #header #logo a.logo-claim {
        width: 405px;
        background-image: none; }
        .no-svg #header #logo a.logo-claim img {
          display: inline; }
          @media screen and (max-width: 994px) {
            .no-svg #header #logo a.logo-claim img {
              width: 200px;
              height: 57px; } }
      @media screen and (max-width: 994px) {
        #header #logo a.logo-claim {
          margin-top: -5px;
          margin-bottom: 0;
          width: 200px;
          height: 57px; } }
  #header #top-bar {
    position: relative;
    z-index: 210;
    padding-right: 0;
    margin-right: -20px;
    padding-left: 0;
    margin-left: -20px;
    -webkit-perspective: 500;
    perspective: 500px; }
    @media screen and (min-width: 768px) {
      #header #top-bar {
        margin-top: 140px;
        margin-top: 10rem;
        margin-top: 152px; } }
    @media screen and (max-width: 994px) {
      #header #top-bar {
        margin: 0;
        padding: 0 10px; } }
    @media screen and (min-width: 995px) {
      #header #top-bar.is-sticky {
        position: fixed;
        top: -40px;
        margin-top: 0;
        background: #ffffff;
        border-bottom: 5px solid #455d82; }
        #header #top-bar.is-sticky.move-in {
          top: 0;
          -moz-transition: top 250ms ease-out;
          -o-transition: top 250ms ease-out;
          -webkit-transition: top 250ms ease-out;
          transition: top 250ms ease-out; }
        #header #top-bar.is-sticky #main-navigation .level-1,
        #header #top-bar.is-sticky #search input[type="text"] {
          border-bottom: 0 !important;
          margin-bottom: -5px !important; } }
    @media screen and (max-width: 480px) {
      #header #top-bar {
        top: 40px; } }
    #header #top-bar #search {
      padding-left: 0; }
    #header #top-bar #main-navigation {
      padding-right: 0; }
      #header #top-bar #main-navigation .mobile-meta {
        display: none; }

#footer {
  padding-top: 20px;
  padding-top: 1.42857rem;
  padding-bottom: 80px;
  padding-bottom: 5.71429rem;
  position: relative;
  background: #d3e5eb; }
  .high-contrast #footer a {
    color: #fff; }

#sidebar {
  position: relative;
  left: 20px; }
  @media screen and (max-width: 994px) {
    #sidebar {
      left: 0;
      clear: left; } }
  #sidebar .csc-header {
    text-align: right;
    padding-right: 20px; }

.page-with-breadcrumb #sidebar {
  top: -40px;
  top: -2.85714rem; }
  @media screen and (max-width: 994px) {
    .page-with-breadcrumb #sidebar {
      top: 0; } }

html {
  font-size: 14px;
  line-height: 20px; }

body {
  font-family: "myriad-pro", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #000;
  font-variant-numeric: lining-nums;
  -moz-font-feature-settings: "lnum" 1;
  -moz-font-feature-settings: "lnum=1";
  -ms-font-feature-settings: "lnum" 1;
  -o-font-feature-settings: "lnum" 1;
  -webkit-font-feature-settings: "lnum" 1;
  font-feature-settings: "lnum" 1; }

span.text-small {
  font-size: 12px; }

span.red-accent,
p.red-accent {
  color: #7a2100; }

b, strong {
  font-family: "myriad-pro", sans-serif;
  font-weight: bold; }

i, em {
  font-family: "myriad-pro", sans-serif;
  font-style: italic; }

p {
  margin-bottom: 20px;
  margin-bottom: 1.42857rem; }

a {
  color: #455d82; }
  a:hover {
    color: #879dbf; }
  a.telephone {
    text-decoration: none; }
    a.telephone:before {
      content: "";
      font-family: FontAwesome;
      font-weight: normal;
      font-style: normal;
      display: inline-block;
      text-decoration: inherit;
      line-height: 1;
      padding-right: 0; }
  a.email:before, a.mail:before {
    content: "";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    line-height: 1;
    padding-right: 0; }
  a.external-link:before, a.external-link-new-window:before {
    content: "";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    line-height: 1;
    padding-right: 0; }
  a.download:before {
    content: "";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    line-height: 1;
    padding-right: 0; }
  a.telephone:before, a.email:before, a.mail:before, a.external-link:before, a.external-link-new-window:before, a.download:before {
    display: inline-block;
    text-decoration: none;
    padding-right: 5px; }

dl {
  margin: 0;
  padding: 0; }
  dl dt, dl dd {
    margin-bottom: 20px;
    margin-bottom: 1.42857rem; }

h1 {
  font-size: 24px;
  font-size: 1.71429rem;
  line-height: 40px;
  line-height: 2.85714rem;
  font-family: "myriad-pro", sans-serif;
  font-weight: bold; }

h2 {
  font-size: 20px;
  font-size: 1.42857rem;
  line-height: 40px;
  line-height: 2.85714rem;
  font-family: "myriad-pro", sans-serif;
  font-weight: bold; }

h3 {
  font-family: "myriad-pro", sans-serif;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.14286rem;
  line-height: 20px;
  line-height: 1.42857rem;
  line-height: 40px;
  line-height: 2.85714rem; }

h1, h2, h3 {
  color: #455d82; }

#content .csc-header {
  margin-bottom: 20px;
  margin-bottom: 1.42857rem; }
  .page-with-stage #content .csc-header {
    margin-bottom: 24px; }
  #content .csc-header h1 {
    margin: 7px 0;
    line-height: 28px;
    line-height: 2rem; }
  #content .csc-header h2 {
    font-weight: normal;
    font-size: 18px;
    font-size: 1.28571rem;
    line-height: 40px;
    line-height: 2.85714rem;
    line-height: 22px;
    line-height: 1.57143rem; }
  #content .csc-header h1 + h2 {
    margin-top: 6px; }

hr {
  border: 0;
  border-bottom: 1px solid #787373;
  margin: 0;
  margin-bottom: 20px;
  margin-bottom: 1.42857rem;
  padding: 0; }

p.align-left, div.align-left {
  text-align: left; }
p.align-right, div.align-right {
  text-align: right; }
p.align-center, div.align-center {
  text-align: center; }

p.margin-trailer {
  margin-bottom: 20px;
  margin-bottom: 1.42857rem; }
p.no-margin-trailer {
  margin-bottom: 0; }
p.small-text {
  font-size: 11px;
  font-size: 0.78571rem;
  line-height: 20px;
  line-height: 1.42857rem;
  line-height: 1rem;
  color: #787373; }

ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  margin-bottom: 1.42857rem;
  margin-left: 26px; }
  ul li {
    position: static; }
    ul li:before {
      display: none;
      content: '';
      background: none;
      position: static;
      border-radius: 0; }
  ul li {
    position: relative; }
    ul li:before {
      position: absolute;
      left: -16px;
      top: 7px;
      content: '';
      display: block;
      background: #455d82;
      width: 6px;
      height: 6px;
      border-radius: 3px; }

.frame-space-before-extra-small {
  margin-top: 20px;
  margin-top: 1.42857rem; }

.frame-space-before-small {
  margin-top: 40px;
  margin-top: 2.85714rem; }

.frame-space-before-medium {
  margin-top: 60px;
  margin-top: 4.28571rem; }

.frame-space-before-large {
  margin-top: 80px;
  margin-top: 5.71429rem; }

.frame-space-before-extra-large {
  margin-top: 100px;
  margin-top: 7.14286rem; }

.frame-space-after-extra-small {
  margin-bottom: 20px;
  margin-bottom: 1.42857rem; }

.frame-space-after-small {
  margin-bottom: 40px;
  margin-bottom: 2.85714rem; }

.frame-space-after-medium {
  margin-bottom: 60px;
  margin-bottom: 4.28571rem; }

.frame-space-after-large {
  margin-bottom: 80px;
  margin-bottom: 5.71429rem; }

.frame-space-after-extra-large {
  margin-bottom: 100px;
  margin-bottom: 7.14286rem; }

.csc-space-before-1 {
  margin-top: 20px;
  margin-top: 1.42857rem; }

.csc-space-after-1 {
  margin-bottom: 20px;
  margin-bottom: 1.42857rem; }

.csc-space-before-2 {
  margin-top: 40px;
  margin-top: 2.85714rem; }

.csc-space-after-2 {
  margin-bottom: 40px;
  margin-bottom: 2.85714rem; }

.csc-space-before-3 {
  margin-top: 60px;
  margin-top: 4.28571rem; }

.csc-space-after-3 {
  margin-bottom: 60px;
  margin-bottom: 4.28571rem; }

.csc-space-before-4 {
  margin-top: 80px;
  margin-top: 5.71429rem; }

.csc-space-after-4 {
  margin-bottom: 80px;
  margin-bottom: 5.71429rem; }

.csc-space-before-5 {
  margin-top: 100px;
  margin-top: 7.14286rem; }

.csc-space-after-5 {
  margin-bottom: 100px;
  margin-bottom: 7.14286rem; }

.csc-space-before-6 {
  margin-top: 120px;
  margin-top: 8.57143rem; }

.csc-space-after-6 {
  margin-bottom: 120px;
  margin-bottom: 8.57143rem; }

.csc-space-before-7 {
  margin-top: 140px;
  margin-top: 10rem; }

.csc-space-after-7 {
  margin-bottom: 140px;
  margin-bottom: 10rem; }

.csc-space-before-8 {
  margin-top: 160px;
  margin-top: 11.42857rem; }

.csc-space-after-8 {
  margin-bottom: 160px;
  margin-bottom: 11.42857rem; }

.csc-space-before-9 {
  margin-top: 180px;
  margin-top: 12.85714rem; }

.csc-space-after-9 {
  margin-bottom: 180px;
  margin-bottom: 12.85714rem; }

img {
  max-width: 100% !important;
  height: auto;
  width: 100%; }
  .lt-ie9 img {
    width: inherit; }

.page-with-breadcrumb {
  margin-top: 20px;
  margin-top: 1.42857rem; }
  @media screen and (max-width: 767px) {
    .page-with-breadcrumb {
      margin-top: 0; } }

.typo3-adminPanel img {
  width: auto !important; }

body {
  background-color: #455d82; }

#wrapper {
  background-color: #ffffff;
  padding-bottom: 40px;
  padding-bottom: 2.85714rem; }

.csc-box {
  margin-top: 40px;
  margin-top: 2.85714rem;
  margin-bottom: 60px;
  margin-bottom: 4.28571rem;
  padding-top: 20px;
  padding-top: 1.42857rem;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  color: #000;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  border-bottom-right-radius: 8px; }
  .csc-box:after {
    content: "";
    display: table;
    clear: both; }
  .ie7 .csc-box {
    display: inline-block; }
  .csc-box a {
    color: #455d82; }
  .csc-box h1, .csc-box h2, .csc-box h3, .csc-box h4 {
    position: absolute;
    top: -40px;
    top: -2.85714rem;
    right: 0;
    color: #6eaac1; }
  .csc-box p.align-center {
    margin-bottom: 16px; }
  .csc-box .button, .csc-box .powermail_form .powermail_tab_navigation a, .powermail_form .powermail_tab_navigation .csc-box a, .csc-box .powermail_frontend_filter .powermail_frontend_search_container .powermail_frontend_search_submit, .powermail_frontend_filter .powermail_frontend_search_container .csc-box .powermail_frontend_search_submit {
    margin-top: 0; }
  .csc-box ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .csc-box ul li {
      position: static; }
      .csc-box ul li:before {
        display: none;
        content: '';
        background: none;
        position: static;
        border-radius: 0; }
    .csc-box ul li {
      margin-bottom: 5px; }
      .csc-box ul li a.internal-link:before, .csc-box ul li a.internal-link-new-window:before {
        content: "";
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        display: inline-block;
        text-decoration: inherit;
        line-height: 1;
        padding-right: 0; }
      .csc-box ul li a:before {
        display: block;
        float: left;
        text-decoration: none !important;
        margin-left: -15px;
        padding-top: 3px; }
      .csc-box ul li a {
        display: block;
        margin-left: 15px; }
      .csc-box ul li.csc-uploads-element a {
        margin-left: 3px; }
  .csc-box ul.csc-bulletlist {
    margin-left: 16px; }
    .csc-box ul.csc-bulletlist li {
      position: relative; }
      .csc-box ul.csc-bulletlist li:before {
        position: absolute;
        left: -16px;
        top: 7px;
        content: '';
        display: block;
        background: #455d82;
        width: 6px;
        height: 6px;
        border-radius: 3px; }

.csc-box-befg-blue {
  background: #d3e5eb;
  border-top: 2px solid #455d82;
  color: #455d82; }
  .high-contrast .csc-box-befg-blue {
    color: #fff; }
  .csc-box-befg-blue .button, .csc-box-befg-blue .powermail_form .powermail_tab_navigation a, .powermail_form .powermail_tab_navigation .csc-box-befg-blue a, .csc-box-befg-blue .powermail_frontend_filter .powermail_frontend_search_container .powermail_frontend_search_submit, .powermail_frontend_filter .powermail_frontend_search_container .csc-box-befg-blue .powermail_frontend_search_submit {
    background-color: #455d82; }
    .csc-box-befg-blue .button:hover, .csc-box-befg-blue .powermail_form .powermail_tab_navigation a:hover, .powermail_form .powermail_tab_navigation .csc-box-befg-blue a:hover, .csc-box-befg-blue .powermail_frontend_filter .powermail_frontend_search_container .powermail_frontend_search_submit:hover, .powermail_frontend_filter .powermail_frontend_search_container .csc-box-befg-blue .powermail_frontend_search_submit:hover {
      background-color: #90aabc; }
  .csc-box-befg-blue.no-padding {
    padding: 0; }
    .csc-box-befg-blue.no-padding .intro {
      padding: 1.42857rem 1.42857rem 1px 1.42857rem; }
    .csc-box-befg-blue.no-padding .call-to-action-wrap {
      padding: 1.42857rem; }
  .csc-box-befg-blue .intro {
    background-color: #90aabc;
    color: #fff;
    font-weight: bold; }
    .csc-box-befg-blue .intro i.fa {
      float: right;
      font-size: 60px; }
  .csc-box-befg-blue .call-to-action-wrap {
    text-align: center; }

#content .csc-box {
  margin-bottom: 20px;
  margin-bottom: 1.42857rem;
  padding-bottom: 1.42857rem; }
  #content .csc-box .csc-header {
    position: absolute;
    left: 0;
    right: auto;
    top: -34px; }
    #content .csc-box .csc-header h1, #content .csc-box .csc-header h2, #content .csc-box .csc-header h3, #content .csc-box .csc-header h4 {
      position: relative;
      top: auto;
      right: auto;
      font-size: 18px;
      font-family: "myriad-pro", sans-serif;
      font-weight: 600;
      color: #455d82; }
  #content .csc-box > *:last-child {
    margin-bottom: 0; }
#content .csc-box-befg-blue {
  background: #e9f2f5; }

.csc-textpic-intext-left .csc-textpic-text,
.csc-textpic-intext-right .csc-textpic-text {
  padding: 0 10px; }

.csc-textpic-intext-right .csc-textpic-imagewrap {
  float: right; }

.image-caption {
  font-size: 12px;
  font-size: 0.85714rem;
  line-height: 20px;
  line-height: 1.42857rem;
  color: #787373;
  padding: 0 5px; }

.csc-textpic-intext-left .image-caption,
.csc-textpic-intext-left-nowrap .image-caption {
  text-align: left; }

.csc-textpic-intext-right .image-caption,
.csc-textpic-intext-right-nowrap .image-caption {
  text-align: right; }

.csc-uploads {
  list-style: none;
  margin: 0;
  padding: 0; }
  .csc-uploads li {
    position: static; }
    .csc-uploads li:before {
      display: none;
      content: '';
      background: none;
      position: static;
      border-radius: 0; }
  .csc-uploads.csc-uploads-0 .csc-uploads-element {
    position: relative;
    margin-left: 18px;
    margin-bottom: 10px; }
    .csc-uploads.csc-uploads-0 .csc-uploads-element:before {
      content: "";
      font-family: FontAwesome;
      font-weight: normal;
      font-style: normal;
      display: inline-block;
      text-decoration: inherit;
      line-height: 1;
      padding-right: 0;
      position: absolute;
      top: 4px;
      left: -18px;
      margin-right: 4px; }
    .csc-uploads.csc-uploads-0 .csc-uploads-element.csc-uploads-element-pdf:before {
      content: "";
      font-family: FontAwesome;
      font-weight: normal;
      font-style: normal;
      display: inline-block;
      text-decoration: inherit;
      line-height: 1;
      padding-right: 0; }
    .csc-uploads.csc-uploads-0 .csc-uploads-element.csc-uploads-element-jpg:before {
      content: "";
      font-family: FontAwesome;
      font-weight: normal;
      font-style: normal;
      display: inline-block;
      text-decoration: inherit;
      line-height: 1;
      padding-right: 0; }
    .csc-uploads.csc-uploads-0 .csc-uploads-element.csc-uploads-element-zip:before {
      content: "";
      font-family: FontAwesome;
      font-weight: normal;
      font-style: normal;
      display: inline-block;
      text-decoration: inherit;
      line-height: 1;
      padding-right: 0; }
    .csc-uploads.csc-uploads-0 .csc-uploads-element .csc-uploads-fileName {
      display: block; }
    .csc-uploads.csc-uploads-0 .csc-uploads-element .csc-uploads-description {
      display: block; }

.csc-default .image-row .col-xs-12 {
  margin-bottom: 1.42857rem; }
.csc-default .image-row .image-caption {
  margin-top: 2px;
  background: #e9f2f5;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  border-bottom-right-radius: 8px;
  padding: 10px 15px 1px 15px;
  font-size: 12px;
  font-size: 0.85714rem;
  line-height: 16px;
  line-height: 1.14286rem; }
  .csc-default .image-row .image-caption p {
    margin-bottom: 10px;
    color: #000; }
  .csc-default .image-row .image-caption .credits {
    color: #787373;
    font-size: 10px; }

.divider hr {
  border: 1px solid #455d82; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

form {
  margin: 0;
  padding: 0;
  border: 0; }
  form .submit {
    float: right; }

label {
  display: block;
  color: #787373; }

select,
textarea,
input {
  width: 100%;
  margin-top: 6px;
  margin-bottom: 20px;
  margin-bottom: 1.42857rem;
  background: #ffffff;
  padding: 0 10px;
  line-height: 2.28571em;
  border-radius: 5px;
  border: 1px solid #b0b0b0;
  cursor: pointer; }
  select:focus,
  textarea:focus,
  input:focus {
    outline: none; }

textarea {
  height: 200px;
  height: 14.28571rem; }

input[type="checkbox"],
input[type="radio"] {
  float: left;
  line-height: 1em;
  width: auto;
  height: auto;
  margin: 4px 8px 0 0; }
  input[type="checkbox"] + label,
  input[type="radio"] + label {
    display: block;
    margin-left: 20px;
    color: #000; }

input[type="radio"] {
  margin-top: 3px; }

select {
  height: 2.42857em;
  position: relative; }

.select {
  position: relative;
  height: 2.28571em;
  margin-top: 6px;
  margin-bottom: 20px;
  margin-bottom: 1.42857rem; }
  .select select {
    margin: 0; }
  .select:after {
    content: "";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    line-height: 1;
    padding-left: 0;
    position: absolute;
    width: 32px;
    height: 34px;
    font-size: 1.5em;
    line-height: 0.8;
    top: 0px;
    bottom: 0px;
    right: 0px;
    color: #ffffff;
    background-color: #455d82;
    border-radius: 0px 5px 5px 0px;
    text-align: center;
    padding-top: 10px;
    pointer-events: none;
    cursor: pointer; }
  .select:hover:after {
    background-color: #6eaac1; }

input.button[type="reset"], .powermail_frontend_filter .powermail_frontend_search_container input[type="reset"].powermail_frontend_search_submit,
input.button[type="submit"],
.powermail_frontend_filter .powermail_frontend_search_container input[type="submit"].powermail_frontend_search_submit {
  margin: 6px 0 1.42857rem 0;
  padding: 0;
  height: 34px; }

.csc-menu.csc-menu-accordion {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 2.85714rem; }
  .csc-menu.csc-menu-accordion li {
    position: static; }
    .csc-menu.csc-menu-accordion li:before {
      display: none;
      content: '';
      background: none;
      position: static;
      border-radius: 0; }
  .csc-menu.csc-menu-accordion li {
    background: #e9f2f5;
    border-bottom: 2px solid #ffffff; }
    .csc-menu.csc-menu-accordion li span.tab-wrap {
      display: block;
      padding: 10px 12px;
      color: #455d82; }
      .csc-menu.csc-menu-accordion li span.tab-wrap i {
        float: right;
        font-size: 20px; }
      .csc-menu.csc-menu-accordion li span.tab-wrap:hover {
        cursor: pointer; }
    .csc-menu.csc-menu-accordion li .content-wrap {
      overflow: hidden;
      max-height: 0;
      -webkit-transition: max-height 1s;
      transition: max-height 1s; }
      .csc-menu.csc-menu-accordion li .content-wrap h2 {
        margin-top: 1.42857rem;
        padding: 0 10px;
        font-size: 18px;
        font-size: 1.28571rem;
        line-height: 20px;
        line-height: 1.42857rem; }
      .csc-menu.csc-menu-accordion li .content-wrap p {
        padding: 5px 10px 0 10px; }
    .csc-menu.csc-menu-accordion li:first-child {
      -webkit-border-top-left-radius: 8px;
      -moz-border-radius-topleft: 8px;
      border-top-left-radius: 8px;
      -webkit-border-top-right-radius: 8px;
      -moz-border-radius-topright: 8px;
      border-top-right-radius: 8px; }
    .csc-menu.csc-menu-accordion li:last-child {
      -webkit-border-bottom-left-radius: 8px;
      -moz-border-radius-bottomleft: 8px;
      border-bottom-left-radius: 8px;
      -webkit-border-bottom-right-radius: 8px;
      -moz-border-radius-bottomright: 8px;
      border-bottom-right-radius: 8px; }
    .csc-menu.csc-menu-accordion li:hover {
      background: #d3e5eb; }
    .csc-menu.csc-menu-accordion li.open .content-wrap {
      -webkit-transition: max-height 1s;
      transition: max-height 1s;
      max-height: 500px; }
      @media screen and (min-width: 767px) {
        .csc-menu.csc-menu-accordion li.open .content-wrap {
          max-height: 300px; } }
    .csc-menu.csc-menu-accordion li.open span.tab-wrap i:before {
      content: "\f106"; }
    .csc-menu.csc-menu-accordion li.open:hover {
      background: #e9f2f5; }
.csc-menu.csc-menu-on-page {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  margin-bottom: 2.85714rem;
  border-radius: 8px;
  overflow: hidden; }
  .csc-menu.csc-menu-on-page li {
    position: static; }
    .csc-menu.csc-menu-on-page li:before {
      display: none;
      content: '';
      background: none;
      position: static;
      border-radius: 0; }
  .csc-menu.csc-menu-on-page li {
    position: relative;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    height: 60px;
    min-width: 10%; }
    .csc-menu.csc-menu-on-page li a {
      background: #455d82;
      border-left: 2px solid #ffffff;
      height: 60px;
      width: 100%;
      display: table;
      text-align: center;
      font-weight: bold;
      color: #ffffff;
      text-decoration: none; }
      .csc-menu.csc-menu-on-page li a:hover {
        background: #6eaac1; }
      .csc-menu.csc-menu-on-page li a.active {
        background: #6eaac1; }
      .csc-menu.csc-menu-on-page li a span {
        height: 60px;
        display: table-cell;
        margin: 0 auto;
        vertical-align: middle;
        padding: 10px 5px;
        font-size: 12px; }
    .csc-menu.csc-menu-on-page li:first-child a {
      border: none; }
  @media screen and (max-width: 767px) {
    .csc-menu.csc-menu-on-page {
      flex-wrap: wrap; }
      .csc-menu.csc-menu-on-page li {
        margin-bottom: 2px; }
        .csc-menu.csc-menu-on-page li a {
          border-left: 1px solid #ffffff;
          border-right: 1px solid #ffffff; }
        .csc-menu.csc-menu-on-page li:first-child a {
          border-left: 1px solid #ffffff;
          border-radius: 0px; }
        .csc-menu.csc-menu-on-page li:last-child a {
          border-radius: 0px; } }
.csc-menu.csc-menu-9 {
  margin-left: 0; }
  .csc-menu.csc-menu-9 li {
    padding: 0;
    margin-bottom: 0.71429rem; }
    .csc-menu.csc-menu-9 li:before {
      background: none; }

.csc-header .rss-feed {
  position: relative;
  background: #d3e5eb;
  display: inline-block;
  height: 25px;
  width: 25px;
  border-radius: 5px;
  margin-bottom: -5px;
  margin-left: 6px;
  transition: width 250ms ease 150ms; }
  .csc-header .rss-feed:after {
    content: "";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    line-height: 1;
    padding-left: 0;
    position: absolute;
    top: 5px;
    right: 6px;
    color: #455d82;
    font-size: 16px;
    text-decoration: none;
    transition: color 250ms ease; }
  .csc-header .rss-feed .label {
    visibility: hidden;
    opacity: 0;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    width: 70px;
    left: 7px;
    top: -1px;
    transition: opacity 150ms ease, visibility 0s linear 150ms; }
  .csc-header .rss-feed:hover {
    color: #455d82;
    width: 90px;
    transition: width 250ms ease; }
    .csc-header .rss-feed:hover .label {
      visibility: visible;
      opacity: 1;
      transition: opacity 150ms ease 150ms, visibility 0s linear 150ms; }
.csc-header h2 .rss-feed .label {
  top: 2px; }

#content table {
  border-spacing: 0;
  margin-top: 20px;
  margin-top: 1.42857rem;
  margin-bottom: 40px;
  margin-bottom: 2.85714rem;
  width: 100%; }
  #content table td,
  #content table th {
    text-align: left;
    padding: 8px 15px;
    vertical-align: top;
    border-bottom: 2px solid #ffffff; }
  #content table th {
    font-family: "myriad-pro", sans-serif;
    font-weight: bold;
    color: #455d82;
    min-height: 2.85714rem;
    padding-top: 8px;
    padding-bottom: 4px;
    border-bottom: 4px solid #455d82;
    background: #e9f2f5;
    			/*
                &:after {
    				position: absolute;
    				top: 0;
    				right: -1px;
    				content: "";
    				width: 1px;
    				height: 20px;
    				border-right: 1px solid $color-white;
    			}
    			*/ }
    #content table th:first-child {
      -webkit-border-top-left-radius: 8px;
      -moz-border-radius-topleft: 8px;
      border-top-left-radius: 8px; }
    #content table th:last-child {
      -webkit-border-top-right-radius: 8px;
      -moz-border-radius-topright: 8px;
      border-top-right-radius: 8px; }
  #content table td {
    min-height: 2.85714rem; }
  #content table tr {
    background-color: #f7f7f7; }
  #content table tr:nth-child(even) {
    background-color: #f1f1f1; }

.ce-textpic.ce-intext:after {
  content: "";
  display: table;
  clear: both; }
.ie7 .ce-textpic.ce-intext {
  display: inline-block; }
.ce-textpic.ce-intext.ce-right .ce-gallery {
  float: right; }
.ce-textpic.ce-intext.ce-right .ce-bodytext {
  float: inline; }
.ce-textpic.ce-intext.ce-left .ce-gallery {
  float: left; }
.ce-textpic.ce-intext.ce-left .ce-bodytext {
  display: inline; }
.ce-textpic.ce-intext .ce-gallery {
  width: 220px;
  margin-top: 15px;
  margin-left: 15px; }
  .ce-textpic.ce-intext .ce-gallery img {
    width: 100%;
    height: auto; }
.ce-textpic .ce-gallery {
  margin-bottom: 1.33333rem; }
  .ce-textpic .ce-gallery.ce-border {
    border: 5px solid #455d82; }

.ce-uploads {
  margin-left: 0; }
  .ce-uploads li:before {
    display: none;
    padding: 10px 0; }
  .ce-uploads li a {
    display: block;
    position: relative;
    padding: 7px 0; }
    .ce-uploads li a:before {
      width: 17px;
      height: 17px;
      display: block;
      float: left;
      margin-bottom: 10px;
      position: absolute;
      top: 5px;
      left: 0;
      font-family: FontAwesome;
      font-size: 17px; }
    .ce-uploads li a[href$=".pdf"]:before {
      content: '\f1c1'; }
    .ce-uploads li a[href$=".jpg"]:before {
      content: '\f1c5'; }
    .ce-uploads li a[href$=".doc"]:before, .ce-uploads li a[href$=".docx"]:before {
      content: '\f1c2'; }
    .ce-uploads li a span {
      display: block;
      margin-left: 30px; }
    .ce-uploads li a:after {
      content: ' ';
      display: block; }
      .ce-uploads li a:after:after {
        content: "";
        display: table;
        clear: both; }
      .ie7 .ce-uploads li a:after {
        display: inline-block; }

#search {
  position: relative;
  padding-right: 0;
  margin-top: 12px; }
  @media screen and (max-width: 994px) {
    #search {
      -moz-transition: visibility 0s linear 450ms, -moz-transform 450ms ease-in-out, opacity 450ms ease-in-out;
      -o-transition: visibility 0s linear 450ms, -o-transform 450ms ease-in-out, opacity 450ms ease-in-out;
      -webkit-transition: visibility 0s linear, -webkit-transform 450ms ease-in-out, opacity 450ms ease-in-out;
      -webkit-transition-delay: 450ms, 0s, 0s;
      transition: visibility 0s linear 450ms, transform 450ms ease-in-out, opacity 450ms ease-in-out;
      -moz-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
      -webkit-transform-origin: 50% 0;
      transform-origin: 50% 0;
      -moz-transform: rotateX(-15deg);
      -ms-transform: rotateX(-15deg);
      -webkit-transform: rotateX(-15deg);
      transform: rotateX(-15deg);
      visibility: hidden;
      opacity: 0;
      position: absolute;
      top: 5.71429rem;
      background: #ffffff;
      left: -10px;
      right: -10px;
      margin: 0;
      padding: 0;
      border-top: 1px solid #b0b0b0; }
      #search.show {
        -moz-transition: visibility 0s linear, -moz-transform 450ms ease-in-out, opacity 450ms ease-in-out;
        -o-transition: visibility 0s linear, -o-transform 450ms ease-in-out, opacity 450ms ease-in-out;
        -webkit-transition: visibility 0s linear, -webkit-transform 450ms ease-in-out, opacity 450ms ease-in-out;
        transition: visibility 0s linear, transform 450ms ease-in-out, opacity 450ms ease-in-out;
        -moz-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        visibility: visible;
        opacity: 1; } }
  #search .fa-search {
    color: #6eaac1;
    font-size: 17px;
    font-size: 1.21429rem;
    line-height: 20px;
    line-height: 1.42857rem;
    position: absolute;
    top: 6px;
    left: 20px; }
  #search input[type="text"] {
    font-size: 17px;
    font-size: 1.21429rem;
    line-height: 20px;
    line-height: 1.42857rem;
    color: #455d82;
    background: transparent;
    margin: 0;
    padding: 0 20px 0 50px;
    border: 0;
    border-radius: 0;
    height: 2.5em;
    height: 2.85714rem;
    width: 100%;
    border-bottom: 5px solid #6eaac1; }
    #search input[type="text"]::-webkit-input-placeholder {
      color: #6eaac1; }
    #search input[type="text"]:-moz-placeholder {
      color: #6eaac1; }
    #search input[type="text"]::-moz-placeholder {
      color: #6eaac1; }
    #search input[type="text"]:-ms-input-placeholder {
      color: #6eaac1; }
  @media screen and (max-width: 1199px) {
    #search .fa-search {
      font-size: 14px;
      font-size: 1rem;
      line-height: 20px;
      line-height: 1.42857rem;
      top: 10px; }
    #search input[type="text"] {
      font-size: 14px;
      font-size: 1rem;
      line-height: 20px;
      line-height: 1.42857rem;
      height: 2.85714rem;
      padding: 0 10px 0 40px; } }
  @media screen and (max-width: 480px) {
    #search {
      top: 60px; } }

#footer-navigation,
#meta-navigation {
  position: absolute;
  text-align: right; }
  #footer-navigation ul,
  #meta-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    #footer-navigation ul li,
    #meta-navigation ul li {
      position: static; }
      #footer-navigation ul li:before,
      #meta-navigation ul li:before {
        display: none;
        content: '';
        background: none;
        position: static;
        border-radius: 0; }
    #footer-navigation ul li,
    #meta-navigation ul li {
      display: inline;
      padding: 0 2px; }
      #footer-navigation ul li a,
      #meta-navigation ul li a {
        font-size: 12px;
        font-size: 0.85714rem;
        line-height: 20px;
        line-height: 1.42857rem;
        color: #000;
        padding: 0 4px 2px;
        text-decoration: none; }
        #footer-navigation ul li a.active, #footer-navigation ul li a:hover,
        #meta-navigation ul li a.active,
        #meta-navigation ul li a:hover {
          border-bottom: 3px solid #6eaac1; }

#meta-navigation {
  top: 20px;
  top: 1.42857rem;
  right: 95px; }

#header.no-main-navigation #meta-navigation {
  right: 0; }

#lang-navigation {
  position: absolute;
  right: 10px;
  top: 18px;
  display: block;
  height: 11px;
  width: 16px; }
  @media screen and (min-width: 481px) and (max-width: 995px) {
    #lang-navigation {
      right: 120px;
      top: 33px; } }
  @media screen and (min-width: 995px) {
    #lang-navigation {
      right: 75px;
      top: 25px; } }
  #lang-navigation a {
    display: block;
    height: 11px;
    width: 16px;
    background: url('../../../typo3conf/ext/befg_bgs_provider/Resources/Public/Graphics/lang_en.png'); }
    #lang-navigation a.lang-de {
      background: url('../../../typo3conf/ext/befg_bgs_provider/Resources/Public/Graphics/lang_de.png'); }
    #lang-navigation a span {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }

#footer-navigation {
  top: -6px;
  right: 0; }
  #footer-navigation ul li a {
    color: #455d82; }
    #footer-navigation ul li a.active, #footer-navigation ul li a:hover {
      border: none;
      color: #6eaac1;
      border-color: #6eaac1; }
  @media screen and (max-width: 480px) {
    #footer-navigation ul li {
      display: block; } }

#main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  #main-navigation ul li {
    position: static; }
    #main-navigation ul li:before {
      display: none;
      content: '';
      background: none;
      position: static;
      border-radius: 0; }
#main-navigation .level-1 {
  font-size: 17px;
  font-size: 1.21429rem;
  line-height: 20px;
  line-height: 1.42857rem;
  height: 52px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  border-bottom: 5px solid #455d82;
  padding: 0 10px; }
  @media screen and (max-width: 1199px) {
    #main-navigation .level-1 {
      font-size: 14px;
      font-size: 1rem;
      line-height: 20px;
      line-height: 1.42857rem; } }
  .no-flexbox #main-navigation .level-1 {
    display: table;
    /* Fallback IE<9 */ }
  @media only screen and (max-width: 994px) {
    #main-navigation .level-1 {
      border-bottom: 1px solid #6eaac1; } }
  #main-navigation .level-1 .title,
  #main-navigation .level-1 .open-submenu {
    display: none; }
  #main-navigation .level-1 .direct-link {
    font-size: 16px;
    font-size: 1.14286rem;
    line-height: 20px;
    line-height: 1.42857rem;
    margin-bottom: 20px;
    margin-bottom: 1.42857rem;
    font-family: "myriad-pro", sans-serif;
    font-weight: bold; }
    #main-navigation .level-1 .direct-link:after {
      content: "";
      font-family: FontAwesome;
      font-weight: normal;
      font-style: normal;
      display: inline-block;
      text-decoration: inherit;
      line-height: 1;
      padding-left: 5px;
      color: #455d82;
      font-size: 16px;
      position: relative;
      top: 1px; }
  #main-navigation .level-1 .flyout {
    padding-top: 20px;
    padding-top: 1.42857rem;
    padding-bottom: 20px;
    padding-bottom: 1.42857rem;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #e2eef2;
    border-bottom: 1px solid #455d82; }
    #main-navigation .level-1 .flyout a {
      text-decoration: none;
      color: #455d82; }
    #main-navigation .level-1 .flyout .preloader {
      width: 16px;
      height: 16px;
      background: url('../../../typo3conf/ext/befg_bgs_provider/Resources/Public/Graphics/loading.gif') no-repeat;
      background-size: 16px 16px;
      margin-bottom: 1.42857rem; }
  @media screen and (min-width: 994px) {
    #main-navigation .level-1 .flyout {
      font-size: 14px;
      font-size: 1rem;
      line-height: 20px;
      line-height: 1.42857rem;
      -moz-transition: visibility 0s linear 250ms, -moz-transform 250ms ease-in-out, opacity 250ms ease-in-out;
      -o-transition: visibility 0s linear 250ms, -o-transform 250ms ease-in-out, opacity 250ms ease-in-out;
      -webkit-transition: visibility 0s linear, -webkit-transform 250ms ease-in-out, opacity 250ms ease-in-out;
      -webkit-transition-delay: 250ms, 0s, 0s;
      transition: visibility 0s linear 250ms, transform 250ms ease-in-out, opacity 250ms ease-in-out;
      -moz-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
      -webkit-transform-origin: 50% 0;
      transform-origin: 50% 0;
      -moz-transform: rotateX(-5deg);
      -ms-transform: rotateX(-5deg);
      -webkit-transform: rotateX(-5deg);
      transform: rotateX(-5deg);
      opacity: 0;
      position: absolute;
      z-index: 250;
      top: 40px;
      top: 2.85714rem;
      top: 52px;
      left: 10px;
      right: 0px;
      visibility: hidden; }
    #main-navigation .level-1 > li:hover .flyout {
      -moz-transition: visibility 0s linear, -moz-transform 250ms ease-in-out, opacity 250ms ease-in-out;
      -o-transition: visibility 0s linear, -o-transform 250ms ease-in-out, opacity 250ms ease-in-out;
      -webkit-transition: visibility 0s linear, -webkit-transform 250ms ease-in-out, opacity 250ms ease-in-out;
      transition: visibility 0s linear, transform 250ms ease-in-out, opacity 250ms ease-in-out;
      -moz-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
      -webkit-transform-origin: 50% 0;
      transform-origin: 50% 0;
      -moz-transform: rotateX(0deg);
      -ms-transform: rotateX(0deg);
      -webkit-transform: rotateX(0deg);
      transform: rotateX(0deg);
      opacity: 1;
      visibility: visible; } }
  #main-navigation .level-1 > li {
    display: inline-block; }
    .no-flexbox #main-navigation .level-1 > li {
      display: table-cell;
      min-width: 1%; }
    #main-navigation .level-1 > li:after {
      content: '';
      position: relative;
      z-index: 1000;
      display: block;
      width: 100%;
      height: 0px;
      background-color: #6eaac1; }
    #main-navigation .level-1 > li.active:after, #main-navigation .level-1 > li:hover:after {
      height: 5px; }
    #main-navigation .level-1 > li > a {
      color: #000;
      font-size: 16px;
      text-decoration: none;
      display: inline-block;
      height: 40px;
      height: 2.85714rem;
      height: 47px;
      padding: 0 10px; }
      @media screen and (max-width: 1199px) {
        #main-navigation .level-1 > li > a {
          font-size: 14px;
          padding: 0 5px; } }
      @media screen and (max-width: 994px) {
        #main-navigation .level-1 > li > a {
          font-size: 18px;
          padding: 13px 0; } }
#main-navigation .mobile-meta {
  border-bottom: 5px solid #455d82; }
  #main-navigation .mobile-meta a {
    display: block;
    padding: 13px 20px;
    text-decoration: none;
    font-size: 18px;
    color: #000; }
  @media only screen and (max-width: 994px) {
    #main-navigation .mobile-meta {
      display: block !important; } }
#main-navigation .abstract {
  font-size: 0.85rem; }
  #main-navigation .abstract strong {
    font-size: 1rem; }
#main-navigation .level-3 {
  margin-bottom: 1.42857rem; }
  #main-navigation .level-3.news, #main-navigation .level-3.events, #main-navigation .level-3.csc-menu-9 {
    font-size: 1rem; }
    #main-navigation .level-3.news li, #main-navigation .level-3.events li, #main-navigation .level-3.csc-menu-9 li {
      margin-bottom: 0; }
      #main-navigation .level-3.news li a:before, #main-navigation .level-3.events li a:before, #main-navigation .level-3.csc-menu-9 li a:before {
        display: none; }
  #main-navigation .level-3 a.active {
    text-decoration: underline; }
    #main-navigation .level-3 a.active:after {
      color: #6eaac1;
      text-decoration: none; }
  #main-navigation .level-3 a:hover:after {
    color: #6eaac1; }
  #main-navigation .level-3 a:after {
    content: "";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    line-height: 1;
    padding-left: 5px;
    color: #455d82;
    font-size: 10px;
    position: relative;
    top: -1px;
    display: inline; }
  #main-navigation .level-3 a.ext-link:after {
    content: "";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    line-height: 1;
    padding-left: 5px;
    color: #455d82;
    font-size: 10px;
    position: relative;
    top: 0px;
    display: inline; }
@media screen and (max-width: 994px) {
  #main-navigation {
    -moz-transition: visibility 0s linear 450ms, -moz-transform 450ms ease-in-out, opacity 450ms ease-in-out;
    -o-transition: visibility 0s linear 450ms, -o-transform 450ms ease-in-out, opacity 450ms ease-in-out;
    -webkit-transition: visibility 0s linear, -webkit-transform 450ms ease-in-out, opacity 450ms ease-in-out;
    -webkit-transition-delay: 450ms, 0s, 0s;
    transition: visibility 0s linear 450ms, transform 450ms ease-in-out, opacity 450ms ease-in-out;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -moz-transform: rotateX(-15deg);
    -ms-transform: rotateX(-15deg);
    -webkit-transform: rotateX(-15deg);
    transform: rotateX(-15deg);
    border-top: 1px solid #6eaac1;
    position: absolute;
    top: 80px;
    top: 5.71429rem;
    left: 0;
    right: 0;
    visibility: hidden;
    padding: 0;
    margin: 0 -10px;
    opacity: 0;
    background-color: #ffffff; }
    #main-navigation.show {
      -moz-transition: visibility 0s linear, -moz-transform 450ms ease-in-out, opacity 450ms ease-in-out;
      -o-transition: visibility 0s linear, -o-transform 450ms ease-in-out, opacity 450ms ease-in-out;
      -webkit-transition: visibility 0s linear, -webkit-transform 450ms ease-in-out, opacity 450ms ease-in-out;
      transition: visibility 0s linear, transform 450ms ease-in-out, opacity 450ms ease-in-out;
      -moz-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
      -webkit-transform-origin: 50% 0;
      transform-origin: 50% 0;
      -moz-transform: rotateX(0deg);
      -ms-transform: rotateX(0deg);
      -webkit-transform: rotateX(0deg);
      transform: rotateX(0deg);
      visibility: visible;
      opacity: 1; }
    #main-navigation .abstract {
      display: none; }
    #main-navigation .level-1 {
      display: block;
      height: auto;
      padding: 0; }
      #main-navigation .level-1 .flyout {
        -moz-transition: visibility 0s linear 500ms, max-height 500ms linear;
        -o-transition: visibility 0s linear 500ms, max-height 500ms linear;
        -webkit-transition: visibility 0s linear, max-height 500ms linear;
        -webkit-transition-delay: 500ms, 0s;
        transition: visibility 0s linear 500ms, max-height 500ms linear;
        visibility: hidden;
        position: static;
        opacity: 1;
        overflow: hidden;
        max-height: 0;
        padding: 0; }
        #main-navigation .level-1 .flyout.show {
          -moz-transition: visibility 0s linear, max-height 500ms linear;
          -o-transition: visibility 0s linear, max-height 500ms linear;
          -webkit-transition: visibility 0s linear, max-height 500ms linear;
          transition: visibility 0s linear, max-height 500ms linear;
          visibility: visible;
          max-height: 2000px; }
        #main-navigation .level-1 .flyout .title {
          display: block;
          font-size: 18px;
          font-size: 1.28571rem;
          line-height: 40px;
          line-height: 2.85714rem;
          font-family: "myriad-pro", sans-serif;
          font-weight: bold; }
        #main-navigation .level-1 .flyout .direct-link {
          padding: 20px 20px 0; }
        #main-navigation .level-1 .flyout .row {
          padding: 0 20px; }
        #main-navigation .level-1 .flyout .title {
          border-top: 1px solid #455d82; }
      #main-navigation .level-1 > li {
        position: relative;
        display: block;
        padding: 0; }
        #main-navigation .level-1 > li .open-submenu {
          font-size: 16px;
          text-align: center;
          line-height: 32px;
          padding-left: -1px;
          width: 30px;
          height: 30px;
          display: block;
          position: absolute;
          top: 8px;
          right: 10px;
          cursor: pointer;
          background-color: #6eaac1;
          border-radius: 8px;
          color: #ffffff; }
          #main-navigation .level-1 > li .open-submenu:hover {
            background-color: #6eaac1; }
        #main-navigation .level-1 > li:hover .open-submenu {
          background-color: #ffffff;
          color: #6eaac1; }
        #main-navigation .level-1 > li > a {
          display: block;
          padding-left: 20px;
          padding-right: 20px; }
          #main-navigation .level-1 > li > a.active, #main-navigation .level-1 > li > a:hover {
            background-color: #6eaac1;
            color: #ffffff; }
        #main-navigation .level-1 > li:after {
          display: none; }
    #main-navigation .level-3 {
      margin-bottom: 0; }
      #main-navigation .level-3 li {
        line-height: 20px;
        line-height: 1.42857rem; }
        #main-navigation .level-3 li a {
          display: block;
          margin: 0 -10px;
          padding: 10px;
          font-size: 18px; } }
@media screen and (max-width: 480px) {
  #main-navigation {
    top: 60px; } }

.is-sticky #main-navigation {
  padding-top: 10px; }
  .is-sticky #main-navigation .flyout {
    top: 62px; }

#breadcrumb {
  line-height: 40px;
  line-height: 2.85714rem; }
  #breadcrumb ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    #breadcrumb ul li {
      position: static; }
      #breadcrumb ul li:before {
        display: none;
        content: '';
        background: none;
        position: static;
        border-radius: 0; }
    #breadcrumb ul li {
      display: inline; }
  #breadcrumb a {
    color: #787373;
    text-decoration: none; }
    #breadcrumb a:before {
      content: ' > ';
      display: inline-block;
      position: relative;
      margin: 0 5px; }
    #breadcrumb a:first-of-type:before {
      display: none; }
    #breadcrumb a:hover {
      color: #455d82; }
  @media screen and (max-width: 767px) {
    #breadcrumb {
      display: none; } }

#accessibility-navigation {
  position: absolute;
  top: 20px;
  right: -14px;
  text-align: right; }
  #accessibility-navigation a {
    font-size: 14px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.42857rem;
    font-family: "myriad-pro", sans-serif;
    font-weight: bold;
    display: inline-block;
    color: #000;
    padding: 0 4px 2px;
    text-decoration: none; }
    #accessibility-navigation a .fa {
      padding-right: 3px; }
    #accessibility-navigation a.active, #accessibility-navigation a:hover {
      color: #455d82; }

#jump-navigation {
  position: absolute;
  left: -3000px;
  top: -1000px;
  width: 1px;
  height: 1px; }
  #jump-navigation a {
    -moz-transition: "opacity 0.45s ease";
    -o-transition: "opacity 0.45s ease";
    -webkit-transition: "opacity 0.45s ease";
    transition: "opacity 0.45s ease";
    opacity: 0; }
    #jump-navigation a:focus {
      position: fixed;
      left: 50%;
      top: 100px;
      z-index: 110;
      width: 500px;
      margin-left: -250px;
      text-align: center;
      background: #455d82;
      color: #ffffff;
      height: 3em;
      padding: 0.9em;
      font-size: 130%;
      text-decoration: underline;
      font-family: "myriad-pro", sans-serif;
      font-weight: bold;
      -moz-transition: opacity 0.45s ease;
      -o-transition: opacity 0.45s ease;
      -webkit-transition: opacity 0.45s ease;
      transition: opacity 0.45s ease;
      border: none;
      outline: none;
      text-decoration: none;
      opacity: 0.85; }
    #jump-navigation a:active {
      position: absolute;
      left: -2000px;
      top: -1000px;
      width: 1px;
      height: 1px; }

#mobile-navigation {
  position: absolute;
  top: 20px;
  top: 1.42857rem;
  right: 0;
  line-height: 40px;
  line-height: 2.85714rem; }
  #mobile-navigation a {
    font-size: 16px;
    font-size: 1.14286rem;
    line-height: 20px;
    line-height: 1.42857rem;
    padding: 5px 10px; }

.slider-list {
  margin: 0 10px; }
  .slider-list:after {
    content: "";
    display: table;
    clear: both; }
  .ie7 .slider-list {
    display: inline-block; }
  .slider-list .csc-default {
    margin-bottom: 20px;
    margin-bottom: 1.42857rem;
    float: left;
    width: 50%;
    padding: 0 10px; }
  .slider-list h1 {
    display: table;
    width: 100%;
    font-size: 14px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.42857rem;
    font-family: "myriad-pro", sans-serif;
    font-weight: bold; }
    .slider-list h1 a {
      display: table-cell;
      color: #ffffff;
      vertical-align: bottom;
      text-decoration: none;
      padding: 10px 15px;
      line-height: 20px;
      background-color: #455d82;
      height: 100px;
      height: 7.14286rem;
      width: 100%; }
      .slider-list h1 a:hover {
        text-decoration: none;
        background-color: #6eaac1; }
  .slider-list img,
  .slider-list .more-link,
  .slider-list .image-caption,
  .slider-list .content div {
    display: none; }

.slider .slide {
  visibility: hidden; }
  .slider .slide .more-link {
    display: block;
    float: right;
    clear: right;
    background-color: #6eaac1;
    font-size: 14px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.42857rem;
    font-family: "myriad-pro", sans-serif;
    font-weight: bold;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 12px;
    padding-right: 20px;
    color: #ffffff; }

.simple-slider .slide .background,
.slider .slide .background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.slider .content,
.simple-slider .content {
  text-align: left;
  position: absolute;
  bottom: 1.42857rem;
  left: 0;
  color: #ffffff;
  max-width: 620px; }
  .slider .content header,
  .slider .content div,
  .simple-slider .content header,
  .simple-slider .content div {
    display: block; }
    .slider .content header a,
    .slider .content div a,
    .simple-slider .content header a,
    .simple-slider .content div a {
      color: #ffffff;
      text-decoration: none; }
  .slider .content header,
  .simple-slider .content header {
    background-color: rgba(110, 170, 193, 0.8);
    height: 40px;
    height: 2.85714rem;
    height: auto;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    border-top-right-radius: 8px; }
    .ie7 .slider .content header, .ie8 .slider .content header, .ie7
    .simple-slider .content header, .ie8
    .simple-slider .content header {
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#CC6EAAC1, endColorstr=#CC6EAAC1); }
    .slider .content header h1,
    .simple-slider .content header h1 {
      font-size: 24px;
      font-size: 1.71429rem;
      line-height: 40px;
      line-height: 2.85714rem;
      color: #ffffff; }
    .high-contrast .slider .content header, .high-contrast
    .simple-slider .content header {
      background-color: #6eaac1; }
      .ie7 .high-contrast .slider .content header, .ie8 .high-contrast .slider .content header, .ie7 .high-contrast
      .simple-slider .content header, .ie8 .high-contrast
      .simple-slider .content header {
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FF6EAAC1, endColorstr=#FF6EAAC1); }
      .high-contrast .slider .content header h1 a, .high-contrast
      .simple-slider .content header h1 a {
        color: #fff; }
  .slider .content div,
  .simple-slider .content div {
    background-color: rgba(69, 93, 130, 0.8);
    padding-top: 6px;
    padding-bottom: 6px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    border-bottom-right-radius: 8px;
    font-size: 18px;
    font-size: 1.28571rem;
    line-height: 40px;
    line-height: 2.85714rem;
    line-height: 27px; }
    .ie7 .slider .content div, .ie8 .slider .content div, .ie7
    .simple-slider .content div, .ie8
    .simple-slider .content div {
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#CC455D82, endColorstr=#CC455D82); }
    .high-contrast .slider .content div, .high-contrast
    .simple-slider .content div {
      background-color: #455d82; }
      .ie7 .high-contrast .slider .content div, .ie8 .high-contrast .slider .content div, .ie7 .high-contrast
      .simple-slider .content div, .ie8 .high-contrast
      .simple-slider .content div {
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FF455D82, endColorstr=#FF455D82); }
      .high-contrast .slider .content div a, .high-contrast
      .simple-slider .content div a {
        color: #fff; }
  .slider .content header,
  .slider .content div,
  .simple-slider .content header,
  .simple-slider .content div {
    padding-left: 12px;
    padding-right: 20px; }

#stage .simple-slider .slide,
#stage .slider .slide {
  height: 420px;
  height: 30rem; }
@media screen and (max-width: 994px) {
  #stage .simple-slider .slide,
  #stage .slider .slide {
    height: 280px;
    height: 20rem; } }
#stage .simple-slider img,
#stage .slider img {
  visibility: hidden; }

#content .simple-slider .background,
#content .slider .background {
  position: relative;
  height: 280px;
  height: 20rem; }
#content .simple-slider img,
#content .slider img {
  display: none; }
@media screen and (max-width: 994px) {
  #content .simple-slider .background,
  #content .slider .background {
    height: auto;
    padding-top: 39%; } }
@media screen and (max-width: 1199px) {
  #content .simple-slider .content,
  #content .slider .content {
    width: 80%; } }

#stage .simple-slider .image-caption .credits,
#stage .slider .image-caption .credits, #content .simple-slider .image-caption .credits,
#content .slider .image-caption .credits {
  position: absolute;
  bottom: 0;
  right: 20px;
  color: #fff;
  text-shadow: 0px 0px 5px #000;
  font-size: 12px;
  opacity: 0.8; }
  @media screen and (max-width: 767px) {
    #stage .simple-slider .image-caption .credits,
    #stage .slider .image-caption .credits, #content .simple-slider .image-caption .credits,
    #content .slider .image-caption .credits {
      display: none; } }

.slider-pager {
  margin-bottom: 20px;
  margin-bottom: 1.42857rem;
  display: table;
  height: 60px;
  height: 4.28571rem;
  width: 100%; }
  .slider-pager a {
    font-size: 16px;
    font-size: 1.14286rem;
    line-height: 20px;
    line-height: 1.42857rem;
    display: table-cell;
    height: 60px;
    height: 4.28571rem;
    padding: 0 5px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    background-color: #455d82;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    -moz-transition: background 250ms ease-in-out;
    -o-transition: background 250ms ease-in-out;
    -webkit-transition: background 250ms ease-in-out;
    transition: background 250ms ease-in-out; }
    .high-contrast .slider-pager a {
      color: #fff; }
    .slider-pager a.active {
      -moz-transition: background 250ms ease-in-out;
      -o-transition: background 250ms ease-in-out;
      -webkit-transition: background 250ms ease-in-out;
      transition: background 250ms ease-in-out;
      font-family: "myriad-pro", sans-serif;
      font-weight: bold;
      background-color: #6eaac1; }
    .slider-pager a:first-child {
      -webkit-border-bottom-left-radius: 8px;
      -moz-border-radius-bottomleft: 8px;
      border-bottom-left-radius: 8px; }
    .slider-pager a:last-child {
      -webkit-border-bottom-right-radius: 8px;
      -moz-border-radius-bottomright: 8px;
      border-bottom-right-radius: 8px;
      border-right: none; }

.simple-slider-pager {
  margin-bottom: 20px;
  margin-bottom: 1.42857rem;
  height: 8px;
  position: relative; }
  .simple-slider-pager a {
    display: block;
    float: left;
    height: 8px;
    line-height: 8px;
    background-color: #455d82;
    -moz-transition: background 250ms ease-in-out;
    -o-transition: background 250ms ease-in-out;
    -webkit-transition: background 250ms ease-in-out;
    transition: background 250ms ease-in-out; }
    .simple-slider-pager a:hover, .simple-slider-pager a.active {
      -moz-transition: background 250ms ease-in-out;
      -o-transition: background 250ms ease-in-out;
      -webkit-transition: background 250ms ease-in-out;
      transition: background 250ms ease-in-out;
      background-color: #6eaac1; }

/*
	CSS for bxSlider
*/
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  *zoom: 1; }
  .bx-wrapper:hover .bx-controls-direction a {
    opacity: 1; }

/*
.bx-wrapper img {
	max-width: 100%;
	display: block;
}*/
/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0); }

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%; }

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url('../../../typo3conf/ext/befg_bgs_provider/Resources/Public/Graphics/loading.gif') center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000; }

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px; }

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000; }

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url('../../../typo3conf/ext/befg_bgs_provider/Resources/Public/Graphics/controls.png') no-repeat 0 -32px; }

.bx-wrapper .bx-next {
  right: 10px;
  background: url('../../../typo3conf/ext/befg_bgs_provider/Resources/Public/Graphics/controls.png') no-repeat -43px -32px; }

.bx-wrapper .bx-prev:hover {
  background-position: 0 0; }

.bx-wrapper .bx-next:hover {
  background-position: -43px 0; }

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -35px;
  outline: 0;
  width: 70px;
  height: 70px;
  text-indent: -9999px;
  z-index: 2; }

.bx-wrapper .bx-controls-direction a.disabled {
  display: none; }

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center; }

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url('../../../typo3conf/ext/befg_bgs_provider/Resources/Public/Css/images/controls.png') -86px -11px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0; }

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url('../../../typo3conf/ext/befg_bgs_provider/Resources/Public/Graphics/controls.png') -86px -44px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px; }

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px; }

.bx-controls .bx-controls-direction a {
  display: block;
  background-color: #455d82;
  background-size: 60px;
  background-position: center center !important;
  background-repeat: no-repeat;
  transition: 0.3s ease-in-out all;
  opacity: 0; }
  .bx-controls .bx-controls-direction a:hover {
    background-color: #6eaac1; }
.bx-controls .bx-controls-direction .bx-prev {
  background-image: url('../../../typo3conf/ext/befg_base_provider/Resources/Public/Icons/icon_chevron-left.svg');
  left: 0;
  border-radius: 0 10px 10px 0; }
.bx-controls .bx-controls-direction .bx-next {
  background-image: url('../../../typo3conf/ext/befg_base_provider/Resources/Public/Icons/icon_chevron-right.svg');
  right: 0;
  border-radius: 10px 0 0 10px; }

article.teaser {
  margin-bottom: 1.42857rem; }
  article.teaser .youtube-image-wrap {
    position: relative; }
    article.teaser .youtube-image-wrap .fa {
      position: absolute;
      top: 50%;
      left: 50%;
      font-size: 80px;
      margin-left: -40px;
      margin-top: -40px;
      opacity: 0.8; }
    article.teaser .youtube-image-wrap .fa-play:before {
      content: '\f144';
      color: #455d82; }
    article.teaser .youtube-image-wrap:hover .fa-play:before {
      opacity: 0.8; }
  article.teaser .content {
    margin-top: 1.42857rem; }
    article.teaser .content h2 {
      font-size: 18px;
      font-size: 1.28571rem;
      line-height: 20px;
      line-height: 1.42857rem;
      margin-bottom: 0.71429rem; }
      article.teaser .content h2 a {
        text-decoration: none; }
    article.teaser .content .teaser-subline {
      font-family: "myriad-pro", sans-serif;
      font-weight: bold;
      margin-bottom: 0.71429rem; }
    article.teaser .content .teaser-date {
      font-size: 12px;
      font-size: 0.85714rem;
      line-height: 20px;
      line-height: 1.42857rem;
      display: block;
      color: #000; }
    article.teaser .content .teaser-text p {
      margin-bottom: 0; }
    article.teaser .content .teaser-text a.more {
      text-decoration: none; }
      article.teaser .content .teaser-text a.more:before {
        content: '['; }
      article.teaser .content .teaser-text a.more:after {
        content: ']'; }
  article.teaser.teaser-image-left .content, article.teaser.teaser-small-image-left .content {
    margin-top: 0; }
    @media screen and (max-width: 768px) {
      article.teaser.teaser-image-left .content, article.teaser.teaser-small-image-left .content {
        margin-top: 1.42857rem; } }
  article.teaser .image-caption .credits {
    color: #787373;
    height: 10px;
    font-size: 10px;
    margin-bottom: -10px;
    text-align: right; }
    article.teaser .image-caption .credits a {
      color: #787373; }

.content-box {
  margin-bottom: 2.85714rem; }
  .content-box h1, .content-box h2, .content-box h3, .content-box h4 {
    font-size: 18px;
    font-weight: normal;
    color: #455d82;
    margin-bottom: 4px; }
  .content-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
    padding: 10px 15px;
    background: #e9f2f5;
    border-top: 2px solid #455d82;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    border-bottom-right-radius: 8px; }
    .content-box ul li {
      position: static; }
      .content-box ul li:before {
        display: none;
        content: '';
        background: none;
        position: static;
        border-radius: 0; }
    .content-box ul li {
      margin-bottom: 5px; }
      .content-box ul li i {
        padding-top: 3px;
        color: #455d82;
        float: left; }
      .content-box ul li .list-item {
        display: block;
        margin-left: 20px; }
        .content-box ul li .list-item a {
          text-decoration: none; }

.f3-widget-paginator {
  display: block; }
  .f3-widget-paginator li {
    display: inline-block;
    margin: 0 10px !important;
    padding: 5px 10px;
    background: #787373; }
    .f3-widget-paginator li a {
      color: #ffffff;
      text-decoration: none; }
    .f3-widget-paginator li.current {
      background: #6eaac1;
      color: #ffffff; }
    .f3-widget-paginator li:hover {
      background: #455d82; }
    .f3-widget-paginator li:before {
      display: none !important; }

.accordion .accordion-element .accordion-header i {
  display: none; }

.accordion.initialized {
  margin-bottom: 2.85714rem; }
  .accordion.initialized .accordion-element .accordion-header {
    background: #e9f2f5;
    padding-left: 10px;
    border-top: 2px solid #ffffff; }
    .accordion.initialized .accordion-element .accordion-header i {
      float: right;
      display: block;
      margin: 10px 10px 0 0;
      font-size: 20px; }
    .accordion.initialized .accordion-element .accordion-header:hover {
      cursor: pointer;
      background: #d3e5eb; }
  .accordion.initialized .accordion-element .accordion-content {
    overflow: hidden;
    height: 0;
    background: #f7f7f7; }
    .accordion.initialized .accordion-element .accordion-content .accordion-content-wrapper {
      padding: 10px; }
    .accordion.initialized .accordion-element .accordion-content.no-image-margin .csc-textpic {
      margin: -10px -10px 1.42857rem -10px; }
  .accordion.initialized .accordion-element.open .accordion-header i:before {
    content: "\f106"; }
  .accordion.initialized .accordion-element:first-child .accordion-header {
    -webkit-border-top-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    border-top-right-radius: 8px; }
  .accordion.initialized .accordion-element:last-child .accordion-header {
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    border-bottom-right-radius: 8px; }
  .accordion.initialized .accordion-element:last-child.open .accordion-header {
    border-radius: 0; }
  .accordion.initialized .accordion-element:last-child.open .accordion-content {
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    border-bottom-right-radius: 8px; }

.flexible-tile-container .flexible-image-tile {
  position: relative;
  display: block;
  height: 14.28571rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #455d82;
  text-align: center;
  text-decoration: none;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  border-bottom-right-radius: 8px; }
  .flexible-tile-container .flexible-image-tile .title {
    font-size: 16px;
    font-size: 1.14286rem;
    line-height: 20px;
    line-height: 1.42857rem;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
    padding: 10px 15px;
    border-top: 2px solid #ffffff;
    color: #ffffff;
    line-height: 20px;
    text-align: left;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    background-color: #455d82;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    border-bottom-right-radius: 8px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; }
  .flexible-tile-container .flexible-image-tile:hover {
    background-color: #6eaac1; }
    .flexible-tile-container .flexible-image-tile:hover .title {
      background-color: #6eaac1; }
  .flexible-tile-container .flexible-image-tile .fa {
    font-size: 7.14286em;
    color: #ffffff;
    position: absolute;
    top: 16px;
    right: 10px;
    opacity: 0.92;
    text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.2);
    min-width: 100px;
    display: block;
    texty-align: center; }
    .flexible-tile-container .flexible-image-tile .fa.small-top-right {
      font-size: 3.57143em !important;
      min-width: 1em !important;
      left: auto !important;
      right: 10px !important; }
  .flexible-tile-container .flexible-image-tile.with-image .fa, .flexible-tile-container .flexible-image-tile.without-image .fa {
    color: #ffffff; }
.flexible-tile-container .flexible-image-tile-wrap {
  margin-bottom: 20px;
  margin-bottom: 1.42857rem; }
  .flexible-tile-container .flexible-image-tile-wrap.col-sm-3 .fa {
    left: 0px;
    right: 0px; }
    @media screen and (max-width: 767px) {
      .flexible-tile-container .flexible-image-tile-wrap.col-sm-3 .fa {
        top: 30px;
        left: 0;
        right: 0; } }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

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

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

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

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

.fancybox-inner {
  overflow: hidden; }

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

.fancybox-error {
  color: #444;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

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

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

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url('../../../typo3conf/ext/befg_bgs_provider/Resources/Public/Graphics/fancybox_sprite.png');
  background-size: 44px 152px;
  /*The size of the normal image, half the size of the hi-res image*/ }

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

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('../../../typo3conf/ext/befg_bgs_provider/Resources/Public/Graphics/loading.gif') center center no-repeat;
  background-size: 24px 24px;
  /*The size of the normal image, half the size of the hi-res image*/ }

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

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

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

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

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

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

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

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

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

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

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

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('../../../typo3conf/ext/befg_bgs_provider/Resources/Public/Graphics/fancybox_overlay.png'); }

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

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

/* Title helper */
.fancybox-title {
  visibility: hidden;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

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

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

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 10px;
  background: #455d82;
  color: #ffffff;
  font-family: "myriad-pro", sans-serif;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

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

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

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

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('../../../typo3conf/ext/befg_bgs_provider/Resources/Public/Graphics/fancybox_sprite@2x.png');
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }

  #fancybox-loading div {
    background-image: url('../../../typo3conf/ext/befg_bgs_provider/Resources/Public/Graphics/loading@2x.gif');
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }
.audioplayer {
  height: 2.5em;
  /* 40 */
  color: #fff;
  text-shadow: 1px 1px 0 #000;
  border: none;
  position: relative;
  z-index: 1;
  background: #455d82;
  border-radius: 5px; }

.audioplayer-mini {
  width: 2.5em;
  /* 40 */
  margin: 0 auto; }

.audioplayer > div {
  position: absolute; }

.audioplayer-playpause {
  width: 2.5em;
  /* 40 */
  height: 100%;
  text-align: left;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 2;
  top: 0;
  left: 0;
  border-radius: 5px 0  0 5px; }

.audioplayer:not(.audioplayer-mini) .audioplayer-playpause {
  border-right: 2px solid #ffffff; }

.audioplayer-mini .audioplayer-playpause {
  width: 100%; }

.audioplayer-playpause:hover,
.audioplayer-playpause:focus {
  background-color: #6eaac1; }

.audioplayer-playpause a {
  display: block; }

.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
  width: 0;
  height: 0;
  border: 0.5em solid transparent;
  /* 8 */
  border-right: none;
  border-left-color: #fff;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.5em 0 0 -0.25em;
  /* 8 4 */ }

.audioplayer-playing .audioplayer-playpause a {
  width: 0.75em;
  /* 12 */
  height: 0.75em;
  /* 12 */
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.375em 0 0 -0.375em;
  /* 6 */ }

.audioplayer-playing .audioplayer-playpause a:before,
.audioplayer-playing .audioplayer-playpause a:after {
  width: 40%;
  height: 100%;
  background-color: #fff;
  content: '';
  position: absolute;
  top: 0; }

.audioplayer-playing .audioplayer-playpause a:before {
  left: 0; }

.audioplayer-playing .audioplayer-playpause a:after {
  right: 0; }

.audioplayer-time {
  width: 4.375em;
  /* 70 */
  height: 100%;
  line-height: 2.375em;
  /* 38 */
  text-align: center;
  z-index: 2;
  top: 0; }

.audioplayer-time-current {
  left: 2.5em;
  /* 40 */ }

.audioplayer-time-duration {
  right: 2.5em;
  /* 40 */ }

.audioplayer-novolume .audioplayer-time-duration {
  border-right: 0;
  right: 0; }

.audioplayer-bar {
  height: 0.875em;
  /* 14 */
  background-color: #6eaac1;
  cursor: pointer;
  z-index: 1;
  top: 50%;
  right: 6.875em;
  /* 110 */
  left: 6.875em;
  /* 110 */
  margin-top: -0.438em;
  /* 7 */ }

.audioplayer-novolume .audioplayer-bar {
  right: 4.375em;
  /* 70 */ }

.audioplayer-bar div {
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.audioplayer-bar-loaded {
  background-color: #f1f1f1;
  z-index: 1; }

.audioplayer-bar-played {
  background: #787373;
  z-index: 2; }

.audioplayer-volume {
  width: 2.5em;
  /* 40 */
  height: 100%;
  border-left: 2px solid #ffffff;
  text-align: left;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 2;
  top: 0;
  right: 0; }

.audioplayer-volume:hover,
.audioplayer-volume:focus {
  background-color: #455d82; }

.audioplayer-volume-button {
  width: 100%;
  height: 100%; }

.audioplayer-volume-button a {
  width: 0.313em;
  /* 5 */
  height: 0.375em;
  /* 6 */
  background-color: #fff;
  display: block;
  position: relative;
  z-index: 1;
  top: 40%;
  left: 35%; }

.audioplayer-volume-button a:before,
.audioplayer-volume-button a:after {
  content: '';
  position: absolute; }

.audioplayer-volume-button a:before {
  width: 0;
  height: 0;
  border: 0.5em solid transparent;
  /* 8 */
  border-left: none;
  border-right-color: #fff;
  z-index: 2;
  top: 50%;
  right: -0.25em;
  margin-top: -0.5em;
  /* 8 */ }

.audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a:after {
  /* "volume" icon by Nicolas Gallagher, http://nicolasgallagher.com/pure-css-gui-icons */
  width: 0.5em;
  /* 5 */
  height: 0.5em;
  /* 5 */
  border: 0.25em double #fff;
  /* 4 */
  border-width: 0.25em 0.25em 0 0;
  /* 4 */
  left: 0.663em;
  /* 9 */
  top: -0.063em;
  /* 1 */
  -webkit-border-radius: 0 0.938em 0 0;
  /* 15 */
  -moz-border-radius: 0 0.938em 0 0;
  /* 15 */
  border-radius: 0 0.938em 0 0;
  /* 15 */
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.audioplayer-volume-adjust {
  height: 6.25em;
  /* 100 */
  cursor: default;
  position: absolute;
  left: 0;
  right: 0;
  top: -9999px;
  background: #6eaac1;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px; }

.audioplayer-volume:not(:hover) .audioplayer-volume-adjust {
  opacity: 0; }

.audioplayer-volume:hover .audioplayer-volume-adjust {
  top: auto;
  bottom: 100%; }

.audioplayer-volume-adjust > div {
  width: 40%;
  height: 80%;
  background-color: #f1f1f1;
  cursor: pointer;
  position: relative;
  z-index: 1;
  margin: 30% auto 0; }

.audioplayer-volume-adjust div div {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #787373; }

.audioplayer-novolume .audioplayer-volume {
  display: none; }

.audioplayer-bar,
.audioplayer-bar div,
.audioplayer-volume-adjust div {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.audioplayer *,
.audioplayer *:before,
.audioplayer *:after {
  -webkit-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
  -moz-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
  -ms-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
  -o-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
  transition: color .25s ease, background-color .25s ease, opacity .5s ease; }

.title-image {
  position: relative;
  margin-bottom: 20px;
  margin-bottom: 1.42857rem;
  background-size: cover;
  background-position: center center; }
  .title-image.height-lines-1 {
    height: 14px;
    height: 1.42857rem; }
    @media screen and (max-width: 480px) {
      .title-image.height-lines-1 {
        height: -42px;
        height: -4.28571rem; } }
  .title-image.height-lines-2 {
    height: 28px;
    height: 2.85714rem; }
    @media screen and (max-width: 480px) {
      .title-image.height-lines-2 {
        height: -28px;
        height: -2.85714rem; } }
  .title-image.height-lines-3 {
    height: 42px;
    height: 4.28571rem; }
    @media screen and (max-width: 480px) {
      .title-image.height-lines-3 {
        height: -14px;
        height: -1.42857rem; } }
  .title-image.height-lines-4 {
    height: 56px;
    height: 5.71429rem; }
    @media screen and (max-width: 480px) {
      .title-image.height-lines-4 {
        height: 0px;
        height: 0rem; } }
  .title-image.height-lines-5 {
    height: 70px;
    height: 7.14286rem; }
    @media screen and (max-width: 480px) {
      .title-image.height-lines-5 {
        height: 14px;
        height: 1.42857rem; } }
  .title-image.height-lines-6 {
    height: 84px;
    height: 8.57143rem; }
    @media screen and (max-width: 480px) {
      .title-image.height-lines-6 {
        height: 28px;
        height: 2.85714rem; } }
  .title-image.height-lines-7 {
    height: 98px;
    height: 10rem; }
    @media screen and (max-width: 480px) {
      .title-image.height-lines-7 {
        height: 42px;
        height: 4.28571rem; } }
  .title-image.height-lines-8 {
    height: 112px;
    height: 11.42857rem; }
    @media screen and (max-width: 480px) {
      .title-image.height-lines-8 {
        height: 56px;
        height: 5.71429rem; } }
  .title-image.height-lines-9 {
    height: 126px;
    height: 12.85714rem; }
    @media screen and (max-width: 480px) {
      .title-image.height-lines-9 {
        height: 70px;
        height: 7.14286rem; } }
  .title-image.height-lines-10 {
    height: 140px;
    height: 14.28571rem; }
    @media screen and (max-width: 480px) {
      .title-image.height-lines-10 {
        height: 84px;
        height: 8.57143rem; } }
  .title-image.height-lines-11 {
    height: 154px;
    height: 15.71429rem; }
    @media screen and (max-width: 480px) {
      .title-image.height-lines-11 {
        height: 98px;
        height: 10rem; } }
  .title-image.height-lines-12 {
    height: 168px;
    height: 17.14286rem; }
    @media screen and (max-width: 480px) {
      .title-image.height-lines-12 {
        height: 112px;
        height: 11.42857rem; } }
  .title-image.height-lines-13 {
    height: 182px;
    height: 18.57143rem; }
    @media screen and (max-width: 480px) {
      .title-image.height-lines-13 {
        height: 126px;
        height: 12.85714rem; } }
  .title-image.height-lines-14 {
    height: 196px;
    height: 20rem; }
    @media screen and (max-width: 480px) {
      .title-image.height-lines-14 {
        height: 140px;
        height: 14.28571rem; } }
  .title-image.height-lines-15 {
    height: 210px;
    height: 21.42857rem; }
    @media screen and (max-width: 480px) {
      .title-image.height-lines-15 {
        height: 154px;
        height: 15.71429rem; } }
  .title-image.height-lines-16 {
    height: 224px;
    height: 22.85714rem; }
    @media screen and (max-width: 480px) {
      .title-image.height-lines-16 {
        height: 168px;
        height: 17.14286rem; } }
  .title-image.height-lines-17 {
    height: 238px;
    height: 24.28571rem; }
    @media screen and (max-width: 480px) {
      .title-image.height-lines-17 {
        height: 182px;
        height: 18.57143rem; } }
  .title-image.height-lines-18 {
    height: 252px;
    height: 25.71429rem; }
    @media screen and (max-width: 480px) {
      .title-image.height-lines-18 {
        height: 196px;
        height: 20rem; } }
  .title-image.height-lines-19 {
    height: 266px;
    height: 27.14286rem; }
    @media screen and (max-width: 480px) {
      .title-image.height-lines-19 {
        height: 210px;
        height: 21.42857rem; } }
  .title-image.height-lines-20 {
    height: 280px;
    height: 28.57143rem; }
    @media screen and (max-width: 480px) {
      .title-image.height-lines-20 {
        height: 224px;
        height: 22.85714rem; } }
  @media only screen and (max-width: 1200px) {
    .title-image.title-image {
      height: auto !important;
      background-image: initial; } }
  .title-image img {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
    @media only screen and (max-width: 1200px) {
      .title-image img {
        display: block;
        clip: initial;
        height: auto;
        width: 100%;
        position: relative; } }

.title-image-caption .image-caption {
  margin-top: -15px;
  margin-bottom: 20px;
  font-size: 12px;
  font-size: 0.85714rem;
  line-height: 16px;
  line-height: 1.14286rem; }
  .title-image-caption .image-caption p {
    text-align: right;
    margin: 0;
    color: #787373; }
    .title-image-caption .image-caption p.credits {
      font-size: 10px; }
    .title-image-caption .image-caption p a {
      color: #787373; }

.button, .powermail_form .powermail_tab_navigation a, .powermail_frontend_filter .powermail_frontend_search_container .powermail_frontend_search_submit {
  font-family: "myriad-pro", sans-serif;
  font-weight: 600;
  border-radius: 5px;
  background-color: #455d82;
  color: #ffffff;
  display: inline-block;
  padding: 6px 16px 9px;
  margin-top: -5px;
  margin-bottom: -4px; }
  .button:hover, .powermail_form .powermail_tab_navigation a:hover, .powermail_frontend_filter .powermail_frontend_search_container .powermail_frontend_search_submit:hover {
    background-color: #6eaac1; }

a.button, .powermail_form .powermail_tab_navigation a, .powermail_frontend_filter .powermail_frontend_search_container a.powermail_frontend_search_submit {
  text-decoration: none;
  color: #ffffff; }
  a.button:hover, .powermail_form .powermail_tab_navigation a:hover, .powermail_frontend_filter .powermail_frontend_search_container a.powermail_frontend_search_submit:hover {
    color: #ffffff; }
  .high-contrast a.button, .high-contrast .powermail_form .powermail_tab_navigation a, .powermail_form .powermail_tab_navigation .high-contrast a, .high-contrast .powermail_frontend_filter .powermail_frontend_search_container a.powermail_frontend_search_submit, .powermail_frontend_filter .powermail_frontend_search_container .high-contrast a.powermail_frontend_search_submit {
    color: #fff; }
    .high-contrast a.button:hover, .high-contrast .powermail_form .powermail_tab_navigation a:hover, .powermail_form .powermail_tab_navigation .high-contrast a:hover, .high-contrast .powermail_frontend_filter .powermail_frontend_search_container a.powermail_frontend_search_submit:hover, .powermail_frontend_filter .powermail_frontend_search_container .high-contrast a.powermail_frontend_search_submit:hover {
      color: #fff; }

button.button, .powermail_frontend_filter .powermail_frontend_search_container button.powermail_frontend_search_submit {
  border: 0; }

.google-map-container {
  width: 100%;
  height: 260px; }
  .google-map-container img {
    max-width: none !important; }

.tx-medgooglemaps img {
  max-width: none !important; }

.medgooglemaps_content {
  max-width: 400px; }

#stage .google-map-container {
  height: 420px; }
  @media screen and (max-width: 994px) {
    #stage .google-map-container {
      height: 260px; } }

.youtube .preview-image {
  margin-bottom: 20px;
  margin-bottom: 1.42857rem;
  position: relative; }
  .csc-box .youtube .preview-image {
    margin-left: -20px;
    margin-right: -20px; }
    .csc-box .youtube .preview-image.video-upon {
      margin-top: -20px; }
    .csc-box .youtube .preview-image.video-below {
      margin-bottom: 0; }
    .csc-box .youtube .preview-image.no-text {
      margin-top: -20px;
      margin-bottom: 0; }
  .youtube .preview-image:hover .fa {
    color: #455d82; }
.youtube .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 100px;
  margin-left: -39px;
  margin-top: -50px;
  color: #ffffff; }

#share {
  color: #787373;
  margin-bottom: 20px;
  margin-bottom: 1.42857rem; }
  #share ul {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 12px;
    padding-top: 2px; }
    #share ul li {
      position: static; }
      #share ul li:before {
        display: none;
        content: '';
        background: none;
        position: static;
        border-radius: 0; }
  #share li {
    display: inline;
    padding-right: 4px; }
  #share .fa {
    font-size: 1.71429em; }
  #share a {
    text-decoration: none;
    color: #787373; }
    #share a span {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
  #share .twitter:hover {
    color: #55ACEE; }
  #share .googleplus:hover {
    color: #dd4b39; }
  #share .facebook:hover {
    color: #3b5998; }

#social-box p {
  float: left;
  width: 50%; }
  @media screen and (max-width: 1199px) {
    #social-box p {
      float: none;
      width: 100%; } }
  @media screen and (max-width: 994px) {
    #social-box p {
      float: left;
      width: 50%; } }
#social-box i.fa {
  display: inline-block;
  margin: 0 0 10px 10px;
  float: right; }
  @media screen and (max-width: 1199px) {
    #social-box i.fa {
      float: none;
      margin: 0 10px 10px 0; } }
  @media screen and (max-width: 994px) {
    #social-box i.fa {
      float: right;
      margin: 0 0 10px 10px; } }
  #social-box i.fa:before {
    font-size: 40px; }

.cookie-control {
  margin: 0 auto;
  width: 100%;
  padding: 15px 0;
  color: #fff;
  position: relative;
  display: none; }
  .cookie-control:after {
    content: "";
    display: table;
    clear: both; }
  .ie7 .cookie-control {
    display: inline-block; }
  @media only screen and (max-width: 994px) {
    .cookie-control {
      padding: 0; } }
  .cookie-control .cookie-control__content {
    max-width: 1120px;
    margin: 0 auto; }
    .cookie-control .cookie-control__content:after {
      content: "";
      display: table;
      clear: both; }
    .ie7 .cookie-control .cookie-control__content {
      display: inline-block; }
    @media only screen and (max-width: 1200px) {
      .cookie-control .cookie-control__content {
        max-width: 980px; } }
    @media only screen and (max-width: 994px) {
      .cookie-control .cookie-control__content {
        max-width: 740px;
        padding: 20px; } }
  .cookie-control--bottom {
    max-width: initial;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 210;
    margin: 0;
    background-color: #455d82; }
  .cookie-control p {
    max-width: 80%;
    float: left;
    margin: 0; }
    @media only screen and (max-width: 994px) {
      .cookie-control p {
        max-width: 75%; } }
    @media only screen and (max-width: 640px) {
      .cookie-control p {
        max-width: 100%; } }
  .cookie-control a {
    color: #fff; }
  .cookie-control button {
    background: #ffffff;
    color: #455d82;
    border: 0;
    padding: 5px 10px;
    border-radius: 5px;
    float: right; }
    @media only screen and (max-width: 640px) {
      .cookie-control button {
        margin-top: 10px; } }

.high-contrast .cookie-control {
  color: #000 !important; }
  .high-contrast .cookie-control a {
    color: #000 !important; }

.news {
  margin-bottom: 20px;
  margin-bottom: 1.42857rem; }
  .news h1 .rss-feed {
    position: relative;
    background: #d3e5eb;
    display: inline-block;
    height: 25px;
    width: 25px;
    border-radius: 5px;
    margin-bottom: -5px; }
    .news h1 .rss-feed:after {
      content: "";
      font-family: FontAwesome;
      font-weight: normal;
      font-style: normal;
      display: inline-block;
      text-decoration: inherit;
      line-height: 1;
      padding-left: 0;
      position: absolute;
      top: 5px;
      right: 6px;
      color: #455d82;
      font-size: 16px;
      text-decoration: none; }
    .news h1 .rss-feed:hover {
      background-color: #455d82; }
      .news h1 .rss-feed:hover:after {
        color: #ffffff; }
    .news h1 .rss-feed .label {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
  .news .news-list-view {
    margin-top: 20px;
    margin-top: 1.42857rem; }
    .news .news-list-view .article {
      margin-top: 20px;
      margin-top: 1.42857rem; }
      .news .news-list-view .article .image-wrap img, .news .news-list-view .article .ce-gallery img {
        margin-bottom: 20px;
        margin-bottom: 1.42857rem;
        height: 160px;
        height: 11.42857rem;
        width: auto; }
        @media screen and (min-width: 768px) {
          .news .news-list-view .article .image-wrap img, .news .news-list-view .article .ce-gallery img {
            height: auto;
            margin-bottom: 0; } }
      .news .news-list-view .article .image-wrap .image-caption p, .news .news-list-view .article .ce-gallery .image-caption p {
        margin-bottom: 0;
        font-size: 10px;
        text-align: right;
        color: #787373; }
        .news .news-list-view .article .image-wrap .image-caption p a, .news .news-list-view .article .ce-gallery .image-caption p a {
          color: #787373; }
      .news .news-list-view .article .teaser-text p {
        margin-bottom: 0; }
      .news .news-list-view .article .teaser-text a.more {
        text-decoration: none; }
        .news .news-list-view .article .teaser-text a.more:before {
          content: '['; }
        .news .news-list-view .article .teaser-text a.more:after {
          content: ']'; }
      .news .news-list-view .article .subline-text {
        font-family: "myriad-pro", sans-serif;
        font-weight: bold;
        margin-bottom: 0.71429rem; }
      .news .news-list-view .article .news-list-date {
        font-size: 12px;
        font-size: 0.85714rem;
        line-height: 20px;
        line-height: 1.42857rem;
        display: block;
        color: #000; }
      .news .news-list-view .article h2 {
        font-size: 18px;
        font-size: 1.28571rem;
        line-height: 40px;
        line-height: 2.85714rem;
        line-height: 1.42857rem;
        margin-bottom: 0.71429rem; }
        .news .news-list-view .article h2 a {
          text-decoration: none; }
      .news .news-list-view .article .news-list-subline {
        display: block;
        line-height: 1.42857rem;
        margin-bottom: 0.71429rem; }
    .news .news-list-view.news-list-template-2 .article {
      float: left;
      margin-right: 10px;
      margin-bottom: 20px;
      width: 100%; }
      @media screen and (min-width: 768px) {
        .news .news-list-view.news-list-template-2 .article {
          width: 50%;
          height: 25.71429rem; }
          .news .news-list-view.news-list-template-2 .article:nth-child(2) {
            margin-right: 0; } }
      @media screen and (min-width: 995px) {
        .news .news-list-view.news-list-template-2 .article {
          height: 28.57143rem; } }
      @media screen and (min-width: 1200px) {
        .news .news-list-view.news-list-template-2 .article {
          height: 18.57143rem; } }
      .news .news-list-view.news-list-template-2 .article .image-wrap, .news .news-list-view.news-list-template-2 .article .ce-gallery {
        margin-bottom: 1.42857rem; }
        .news .news-list-view.news-list-template-2 .article .image-wrap .image-caption p, .news .news-list-view.news-list-template-2 .article .ce-gallery .image-caption p {
          margin-bottom: 0;
          font-size: 12px;
          text-align: right;
          color: #787373; }
          .news .news-list-view.news-list-template-2 .article .image-wrap .image-caption p a, .news .news-list-view.news-list-template-2 .article .ce-gallery .image-caption p a {
            color: #787373; }
    .news .news-list-view .page-navigation {
      margin-top: 2.85714rem;
      text-align: center; }
  .news.news-single .main-img-wrap {
    margin-bottom: 20px;
    margin-bottom: 1.42857rem; }
    .news.news-single .main-img-wrap .image-caption {
      color: #787373;
      font-size: 12px;
      text-align: right;
      background: none;
      padding: 0; }
      .news.news-single .main-img-wrap .image-caption p {
        margin: 0; }
    .news.news-single .main-img-wrap .main-img-regular .image-caption {
      text-align: left; }
  .news.news-single .news-date {
    font-size: 12px;
    font-size: 0.85714rem;
    line-height: 20px;
    line-height: 1.42857rem;
    display: block;
    color: #787373; }
  .news.news-single .subline-text {
    font-family: "myriad-pro", sans-serif;
    font-weight: bold; }
  .news.news-single .news-content-image-wrap > div {
    margin-bottom: 1.42857rem; }
  .news.news-single .image-caption {
    margin-top: 2px;
    background: #e9f2f5;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    border-bottom-right-radius: 8px;
    padding: 10px 15px 1px 15px;
    font-size: 12px;
    font-size: 0.85714rem;
    line-height: 16px;
    line-height: 1.14286rem; }
    .news.news-single .image-caption p {
      color: #000;
      margin-bottom: 10px; }
    .news.news-single .image-caption .credits {
      color: #787373;
      font-size: 10px; }
  .news.news-single .news-image-gallery .img-wrap {
    float: left;
    width: 30%;
    margin: 0 20px 20px 0;
    margin: 0 1.42857rem 1.42857rem 0; }
  .news.news-single .news-related-news-date {
    font-size: 12px;
    font-size: 0.85714rem;
    line-height: 20px;
    line-height: 1.42857rem;
    display: block;
    color: #455d82; }
  .news.news-single .news-related-files-size {
    font-size: 12px;
    font-size: 0.85714rem;
    line-height: 20px;
    line-height: 1.42857rem;
    display: block;
    color: #455d82; }

.csc-box-befg-blue .news .article {
  margin-top: 0; }
  .csc-box-befg-blue .news .article h3 {
    display: block;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    font-size: 1rem;
    line-height: 1em;
    margin-bottom: 1.42857rem; }
    .csc-box-befg-blue .news .article h3 a {
      color: #455d82;
      text-decoration: none; }
      .csc-box-befg-blue .news .article h3 a:hover {
        color: #879dbf; }
.csc-box-befg-blue .news .f3-widget-paginator {
  display: none; }

.powermail_form {
  padding-top: 20px;
  padding-top: 1.42857rem;
  padding-bottom: 20px;
  padding-bottom: 1.42857rem; }
  .powermail_form input, .powermail_form select, .powermail_form textarea {
    width: 50%; }
    @media screen and (max-width: 768px) {
      .powermail_form input, .powermail_form select, .powermail_form textarea {
        width: 100%; } }
  .powermail_form .powermail_fieldset legend {
    font-family: "myriad-pro", sans-serif;
    font-weight: bold;
    font-size: 16px;
    font-size: 1.14286rem;
    line-height: 20px;
    line-height: 1.42857rem;
    line-height: 2.85714rem;
    color: #455d82; }
  .powermail_form .powermail_fieldset.nolabel > legend {
    display: none; }
  .powermail_form .powermail_fieldwrap.nolabel > label {
    display: none; }
  .powermail_form .powermail_fieldwrap_submit {
    width: 50%; }
    .powermail_form .powermail_fieldwrap_submit:after {
      content: "";
      display: table;
      clear: both; }
    .ie7 .powermail_form .powermail_fieldwrap_submit {
      display: inline-block; }
    .powermail_form .powermail_fieldwrap_submit input {
      float: right;
      width: auto;
      border: none;
      padding: 0 20px; }
    @media screen and (max-width: 768px) {
      .powermail_form .powermail_fieldwrap_submit {
        width: 100%; } }
  .powermail_form .powermail_fieldwrap_select .select {
    width: 50%; }
    .powermail_form .powermail_fieldwrap_select .select select {
      width: 100%; }
    @media screen and (max-width: 768px) {
      .powermail_form .powermail_fieldwrap_select .select {
        width: 100%; } }
  .powermail_form .powermail_fieldwrap_radio, .powermail_form .powermail_fieldwrap_check {
    margin-bottom: 1.42857rem; }
    .powermail_form .powermail_fieldwrap_radio input.powermail_radio, .powermail_form .powermail_fieldwrap_radio input.powermail_checkbox, .powermail_form .powermail_fieldwrap_check input.powermail_radio, .powermail_form .powermail_fieldwrap_check input.powermail_checkbox {
      width: auto;
      margin-right: 10px; }
    .powermail_form .powermail_fieldwrap_radio label, .powermail_form .powermail_fieldwrap_check label {
      display: inline;
      margin-left: 0; }
    .powermail_form .powermail_fieldwrap_radio legend, .powermail_form .powermail_fieldwrap_check legend {
      color: #787373;
      margin-bottom: 0.71429rem; }
  .powermail_form .powermail_captcha_outer {
    padding-bottom: 20px;
    padding-bottom: 1.42857rem; }
    .powermail_form .powermail_captcha_outer .powermail_captchaimage {
      width: 50%;
      height: auto;
      display: block; }
      @media screen and (max-width: 768px) {
        .powermail_form .powermail_captcha_outer .powermail_captchaimage {
          width: 100%; } }
    .powermail_form .powermail_captcha_outer .powermail_field_error_container {
      display: block;
      padding-top: 0;
      width: 40%;
      float: right; }
      .powermail_form .powermail_captcha_outer .powermail_field_error_container .parsley-errors-list {
        width: 100%;
        float: none; }
      @media screen and (max-width: 768px) {
        .powermail_form .powermail_captcha_outer .powermail_field_error_container {
          width: 100%;
          float: none; } }
  .powermail_form .parsley-errors-list {
    display: block;
    margin: 0;
    padding-top: 12px;
    width: 40%;
    float: right; }
    .powermail_form .parsley-errors-list li {
      font-family: "myriad-pro", sans-serif;
      font-weight: bold;
      color: #AF2837; }
      .powermail_form .parsley-errors-list li:before {
        border: none;
        background: none; }
      .powermail_form .parsley-errors-list li:before {
        content: "";
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        display: inline-block;
        text-decoration: inherit;
        line-height: 1;
        padding-right: 0; }
      .powermail_form .parsley-errors-list li:before {
        font-size: 30px;
        top: -5px;
        left: -40px;
        height: 30px;
        width: 30px; }
    @media screen and (max-width: 768px) {
      .powermail_form .parsley-errors-list {
        float: none;
        width: 100%;
        margin-top: -20px;
        padding-left: 40px; }
        .powermail_form .parsley-errors-list li {
          margin-bottom: 40px; } }
  .powermail_form input.parsley-error, .powermail_form .parsley-error input {
    border-color: #AF2837; }
  .powermail_form .layout1 > label {
    display: none; }
  .powermail_form .layout1 fieldset legend {
    display: none; }
  .powermail_form .powermail_tabmenu {
    list-style: none;
    margin: 20px 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .powermail_form .powermail_tabmenu li {
      flex-grow: 1;
      height: 5px;
      margin-right: 3px;
      background: #f1f1f1; }
      .powermail_form .powermail_tabmenu li:before {
        display: none; }
      .powermail_form .powermail_tabmenu li.act {
        background: #455d82; }
  .powermail_form .powermail_tab_navigation {
    width: 50%;
    text-align: right; }
    @media screen and (max-width: 768px) {
      .powermail_form .powermail_tab_navigation {
        width: 100%; } }
    .powermail_form .powermail_tab_navigation a {
      padding-left: 40px;
      padding-right: 40px;
      font-weight: bold;
      margin-left: 10px; }

.powermail_confirmation {
  padding-bottom: 40px;
  padding-bottom: 2.85714rem; }
  .powermail_confirmation dl {
    padding-top: 20px;
    padding-top: 1.42857rem;
    padding-bottom: 20px;
    padding-bottom: 1.42857rem; }
    .powermail_confirmation dl dt {
      float: left;
      width: 200px;
      font-family: "myriad-pro", sans-serif;
      font-weight: bold;
      margin-bottom: 0; }
      @media screen and (max-width: 768px) {
        .powermail_confirmation dl dt {
          float: none;
          width: 100%; } }
    .powermail_confirmation dl dd {
      margin-left: 200px;
      margin-bottom: 20px;
      margin-bottom: 1.42857rem; }
      @media screen and (max-width: 768px) {
        .powermail_confirmation dl dd {
          margin-left: 0; } }
      .powermail_confirmation dl dd:after {
        content: "";
        display: table;
        clear: both; }
      .ie7 .powermail_confirmation dl dd {
        display: inline-block; }
  .powermail_confirmation .powermail_confirmation_buttons {
    margin-left: 200px; }
    @media screen and (max-width: 768px) {
      .powermail_confirmation .powermail_confirmation_buttons {
        margin-left: 0; } }
    .powermail_confirmation .powermail_confirmation_buttons form {
      float: left; }
      @media screen and (max-width: 768px) {
        .powermail_confirmation .powermail_confirmation_buttons form {
          width: 50%; } }
      .powermail_confirmation .powermail_confirmation_buttons form .button, .powermail_confirmation .powermail_confirmation_buttons form .powermail_form .powermail_tab_navigation a, .powermail_form .powermail_tab_navigation .powermail_confirmation .powermail_confirmation_buttons form a, .powermail_confirmation .powermail_confirmation_buttons form .powermail_frontend_filter .powermail_frontend_search_container .powermail_frontend_search_submit, .powermail_frontend_filter .powermail_frontend_search_container .powermail_confirmation .powermail_confirmation_buttons form .powermail_frontend_search_submit {
        width: auto;
        width: auto;
        border: none;
        margin-right: 12px;
        padding: 0 20px; }
        .powermail_confirmation .powermail_confirmation_buttons form .button.powermail_confirmation_form, .powermail_confirmation .powermail_confirmation_buttons form .powermail_form .powermail_tab_navigation a.powermail_confirmation_form, .powermail_form .powermail_tab_navigation .powermail_confirmation .powermail_confirmation_buttons form a.powermail_confirmation_form, .powermail_confirmation .powermail_confirmation_buttons form .powermail_frontend_filter .powermail_frontend_search_container .powermail_confirmation_form.powermail_frontend_search_submit, .powermail_frontend_filter .powermail_frontend_search_container .powermail_confirmation .powermail_confirmation_buttons form .powermail_confirmation_form.powermail_frontend_search_submit {
          background: #AF2837; }
        @media screen and (max-width: 768px) {
          .powermail_confirmation .powermail_confirmation_buttons form .button, .powermail_confirmation .powermail_confirmation_buttons form .powermail_form .powermail_tab_navigation a, .powermail_form .powermail_tab_navigation .powermail_confirmation .powermail_confirmation_buttons form a, .powermail_confirmation .powermail_confirmation_buttons form .powermail_frontend_filter .powermail_frontend_search_container .powermail_frontend_search_submit, .powermail_frontend_filter .powermail_frontend_search_container .powermail_confirmation .powermail_confirmation_buttons form .powermail_frontend_search_submit {
            width: 90%; } }

.powermail_frontend_filter .powermail_frontend_search_container {
  display: inline; }
  .powermail_frontend_filter .powermail_frontend_search_container label {
    display: none; }
  .powermail_frontend_filter .powermail_frontend_search_container .powermail_frontend_search_all {
    width: 60%; }
  .powermail_frontend_filter .powermail_frontend_search_container .powermail_frontend_search_submit {
    float: right;
    width: 35%; }
.powermail_frontend_filter.kleinanzeige .powermail_frontend_search_container .powermail_frontend_search_all {
  width: 100%; }
.powermail_frontend_filter #powermail_frontend_search_suggest {
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 200;
  position: absolute;
  top: 40px;
  width: 94.3%;
  background: #ffffff;
  border: 1px solid #b0b0b0;
  border-radius: 5px;
  display: none; }
  .powermail_frontend_filter #powermail_frontend_search_suggest li {
    position: static; }
    .powermail_frontend_filter #powermail_frontend_search_suggest li:before {
      display: none;
      content: '';
      background: none;
      position: static;
      border-radius: 0; }
  @media screen and (max-width: 768px) {
    .powermail_frontend_filter #powermail_frontend_search_suggest {
      width: 97.2%; } }
  .powermail_frontend_filter #powermail_frontend_search_suggest li {
    padding: 3px 10px; }
    .powermail_frontend_filter #powermail_frontend_search_suggest li:hover {
      background: #455d82;
      color: #ffffff;
      cursor: pointer; }

.powermail_frontend .item.row {
  margin: 0; }
.powermail_frontend .item > div {
  padding: 20px; }
.powermail_frontend .item:nth-child(2n) {
  background: #f1f1f1; }
.powermail_frontend .image-wrap, .powermail_frontend .ce-gallery {
  float: right;
  width: 200px;
  margin: 0 0 20px 20px; }
  @media screen and (max-width: 768px) {
    .powermail_frontend .image-wrap, .powermail_frontend .ce-gallery {
      float: none;
      margin: 0 0 20px 0; } }
.powermail_frontend dl dt {
  float: left;
  font-family: "myriad-pro", sans-serif;
  font-weight: bold;
  margin-bottom: 0; }
.powermail_frontend dl dd {
  margin-left: 120px;
  margin-bottom: 20px;
  margin-bottom: 1.42857rem; }
  .powermail_frontend dl dd:after {
    content: "";
    display: table;
    clear: both; }
  .ie7 .powermail_frontend dl dd {
    display: inline-block; }
.powermail_frontend .idea-collection {
  margin: 0 0 30px;
  border-top: 2px solid #f7ab08; }
  .powermail_frontend .idea-collection .item {
    padding: 15px; }
    .powermail_frontend .idea-collection .item strong.block-element {
      display: block;
      margin: 15px 0 5px; }

.powermail_create {
  background-color: #d3e5eb;
  padding: 30px 10px 10px 45px;
  color: #455d82;
  position: relative;
  margin: 0 0 20px; }
  .powermail_create:before {
    content: 'i';
    position: absolute;
    top: 27px;
    left: 10px;
    background-color: #455d82;
    color: #ffffff;
    width: 25px;
    height: 25px;
    font-size: 20px;
    text-align: center;
    line-height: 25px;
    font-weight: bold;
    border-radius: 50%; }

.tx-powermail .powermail_frontend .form-horizontal {
  background-color: #ffffff !important; }
  .tx-powermail .powermail_frontend .form-horizontal:after {
    content: "";
    display: table;
    clear: both; }
  .ie7 .tx-powermail .powermail_frontend .form-horizontal {
    display: inline-block; }
  .tx-powermail .powermail_frontend .form-horizontal .form-group label {
    display: none; }
  .tx-powermail .powermail_frontend .form-horizontal .form-group .input-searchword {
    width: 60%;
    float: left; }
  .tx-powermail .powermail_frontend .form-horizontal .form-group .button-submit {
    width: 35%;
    float: right; }
    .tx-powermail .powermail_frontend .form-horizontal .form-group .button-submit input {
      background-color: #455d82;
      color: #ffffff;
      font-weight: 600; }

.tx-befg-church-quicksearch p, .tx-befg-church-search p {
  margin-bottom: 0.71429rem; }
.tx-befg-church-quicksearch .befg-church-search, .tx-befg-church-search .befg-church-search {
  float: left;
  width: 65%;
  border-right: none;
  border-radius: 5px 0px 0px 5px; }
  .tx-befg-church-quicksearch .befg-church-search.loading, .tx-befg-church-search .befg-church-search.loading {
    background: #eee; }
.tx-befg-church-quicksearch .submit, .tx-befg-church-search .submit {
  display: block;
  width: 35%;
  margin-top: 6px;
  margin-bottom: 20px;
  margin-bottom: 1.42857rem;
  padding: 0 10px;
  line-height: 2.28571em;
  border: none;
  border-radius: 0px 5px 5px 0px;
  border: 1px solid #455d82;
  background: #455d82;
  color: #ffffff;
  font-family: "myriad-pro", sans-serif;
  font-weight: 600; }
  .tx-befg-church-quicksearch .submit i, .tx-befg-church-search .submit i {
    padding-right: 10px; }
  .tx-befg-church-quicksearch .submit:hover, .tx-befg-church-search .submit:hover {
    background-color: #90aabc;
    border-color: #90aabc; }
.tx-befg-church-quicksearch .befg-church-search-suggest, .tx-befg-church-search .befg-church-search-suggest {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-bottom: 1.42857rem; }
  .tx-befg-church-quicksearch .befg-church-search-suggest li, .tx-befg-church-search .befg-church-search-suggest li {
    position: static; }
    .tx-befg-church-quicksearch .befg-church-search-suggest li:before, .tx-befg-church-search .befg-church-search-suggest li:before {
      display: none;
      content: '';
      background: none;
      position: static;
      border-radius: 0; }
  .tx-befg-church-quicksearch .befg-church-search-suggest li, .tx-befg-church-search .befg-church-search-suggest li {
    padding: 3px 10px; }
    .tx-befg-church-quicksearch .befg-church-search-suggest li:hover, .tx-befg-church-search .befg-church-search-suggest li:hover {
      background: #455d82;
      color: #ffffff;
      cursor: pointer; }

.tx-befg-church-search {
  position: relative; }
  .tx-befg-church-search .befg-church-search {
    width: 50%; }
  .tx-befg-church-search .select {
    float: left;
    width: 25%;
    margin-right: 1.42857rem; }
    .tx-befg-church-search .select select {
      height: 2.42857em;
      border-radius: 0px 5px 5px 0px; }
  .tx-befg-church-search .submit {
    width: 20%;
    float: right;
    border-radius: 5px; }
    .tx-befg-church-search .submit:hover {
      background: #6eaac1;
      border-color: #6eaac1; }
  .tx-befg-church-search .befg-church-search-suggest {
    z-index: 200;
    position: absolute;
    top: 40px;
    width: 300px;
    background: #ffffff;
    border: 1px solid #b0b0b0;
    border-radius: 5px; }

#befg-church-gmap {
  margin-bottom: 1.42857rem; }
  #befg-church-gmap img {
    max-width: none !important; }

.tx-befg-church .f3-widget-paginator {
  text-align: center; }

.tx-befg-church-single {
  padding: 1.42857rem 1.42857rem 1px 1.42857rem; }
  .tx-befg-church-single:nth-child(2n) {
    background: #f1f1f1; }
  .tx-befg-church-single h3 {
    line-height: 1;
    margin-bottom: 1.42857rem; }
    .tx-befg-church-single h3 a {
      text-decoration: none; }
      .tx-befg-church-single h3 a .distance {
        display: block;
        float: right;
        margin-left: 0.71429rem; }
      .tx-befg-church-single h3 a i {
        display: block;
        font-size: 24px;
        float: right;
        margin-top: -4px; }
  .tx-befg-church-single ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 1.42857rem; }
    .tx-befg-church-single ul li {
      position: static; }
      .tx-befg-church-single ul li:before {
        display: none;
        content: '';
        background: none;
        position: static;
        border-radius: 0; }
    .tx-befg-church-single ul li i {
      padding-right: 10px; }
  .tx-befg-church-single dl {
    margin-bottom: 1.42857rem; }
    .tx-befg-church-single dl dd {
      display: block;
      float: left;
      margin: 0; }
    .tx-befg-church-single dl dt {
      display: block;
      margin: 0 0 0 100px; }

.tx-befg-institution-quicksearch p, .tx-befg-institution-search p {
  margin-bottom: 0.71429rem; }
.tx-befg-institution-quicksearch .befg-institution-search, .tx-befg-institution-search .befg-institution-search {
  float: left;
  width: 65%;
  border-right: none;
  border-radius: 5px 0px 0px 5px; }
  .tx-befg-institution-quicksearch .befg-institution-search.loading, .tx-befg-institution-search .befg-institution-search.loading {
    background: #eee; }
.tx-befg-institution-quicksearch .submit, .tx-befg-institution-search .submit {
  display: block;
  width: 35%;
  margin-top: 6px;
  margin-bottom: 20px;
  margin-bottom: 1.42857rem;
  padding: 0 10px;
  line-height: 2.28571em;
  border: none;
  border-radius: 0px 5px 5px 0px;
  border: 1px solid #455d82;
  background: #455d82;
  color: #ffffff;
  font-family: "myriad-pro", sans-serif;
  font-weight: 600; }
  .tx-befg-institution-quicksearch .submit i, .tx-befg-institution-search .submit i {
    padding-right: 10px; }
  .tx-befg-institution-quicksearch .submit:hover, .tx-befg-institution-search .submit:hover {
    background-color: #90aabc;
    border-color: #90aabc; }
.tx-befg-institution-quicksearch .befg-institution-search-suggest, .tx-befg-institution-search .befg-institution-search-suggest {
  list-style: none;
  margin: 0;
  padding: 0; }
  .tx-befg-institution-quicksearch .befg-institution-search-suggest li, .tx-befg-institution-search .befg-institution-search-suggest li {
    position: static; }
    .tx-befg-institution-quicksearch .befg-institution-search-suggest li:before, .tx-befg-institution-search .befg-institution-search-suggest li:before {
      display: none;
      content: '';
      background: none;
      position: static;
      border-radius: 0; }
  .tx-befg-institution-quicksearch .befg-institution-search-suggest li, .tx-befg-institution-search .befg-institution-search-suggest li {
    padding: 3px 10px; }
    .tx-befg-institution-quicksearch .befg-institution-search-suggest li:hover, .tx-befg-institution-search .befg-institution-search-suggest li:hover {
      background: #455d82;
      color: #ffffff;
      cursor: pointer; }

.tx-befg-institution-search {
  position: relative; }
  .tx-befg-institution-search .befg-institution-search {
    width: 50%; }
  .tx-befg-institution-search .select {
    float: left;
    width: 25%;
    margin-right: 1.42857rem; }
    .tx-befg-institution-search .select select {
      height: 2.42857em;
      border-radius: 0 5px 5px 0; }
  .tx-befg-institution-search .submit {
    width: 20%;
    float: right;
    border-radius: 5px; }
    .tx-befg-institution-search .submit:hover {
      background: #6eaac1;
      border-color: #6eaac1; }
  .tx-befg-institution-search .befg-institution-search-suggest {
    z-index: 200;
    position: absolute;
    top: 40px;
    width: 300px;
    background: #ffffff;
    border: 1px solid #b0b0b0;
    border-radius: 5px; }

#befg-institution-city-suggestions li:hover {
  cursor: pointer; }

#befg-institution-gmap {
  margin-bottom: 1.42857rem; }
  #befg-institution-gmap img {
    max-width: none !important; }

.tx-befg-institution .tx-befg-institution-list .tx-befg-institution-single:nth-child(2n+1) {
  background: #f1f1f1; }
.tx-befg-institution .f3-widget-paginator {
  margin: 1.42857rem 0;
  text-align: center; }

.tx-befg-institution-single {
  padding: 1.42857rem 1.42857rem 1px 1.42857rem; }
  .tx-befg-institution-single h3 {
    line-height: 1;
    margin-bottom: 1.42857rem; }
    .tx-befg-institution-single h3 a {
      text-decoration: none; }
      .tx-befg-institution-single h3 a .distance {
        display: block;
        float: right;
        margin-left: 0.71429rem; }
      .tx-befg-institution-single h3 a i {
        display: block;
        font-size: 24px;
        float: right;
        margin-top: -4px; }
  .tx-befg-institution-single ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 1.42857rem; }
    .tx-befg-institution-single ul li {
      position: static; }
      .tx-befg-institution-single ul li:before {
        display: none;
        content: '';
        background: none;
        position: static;
        border-radius: 0; }
    .tx-befg-institution-single ul li i {
      padding-right: 10px; }
  .tx-befg-institution-single dl {
    margin-bottom: 1.42857rem; }
    .tx-befg-institution-single dl dd {
      display: block;
      float: left;
      margin: 0; }
    .tx-befg-institution-single dl dt {
      display: block;
      margin: 0 0 0 100px; }

.tx-netl-person .has-no-header:first-child {
  margin-top: 40px;
  margin-top: 2.85714rem; }

.person {
  margin-bottom: 20px;
  margin-bottom: 1.42857rem; }
  .person .h-card {
    margin-bottom: 20px;
    margin-bottom: 1.42857rem; }
  .person .p-extended-address,
  .person .p-organization-unit {
    display: block; }
  .person .p-job-title {
    font-family: "myriad-pro", sans-serif;
    font-weight: bold;
    margin-top: 1px;
    margin-bottom: 9px; }
  .person ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    margin-bottom: 1.42857rem; }
    .person ul li {
      position: static; }
      .person ul li:before {
        display: none;
        content: '';
        background: none;
        position: static;
        border-radius: 0; }
    .person ul li {
      margin: 0 !important; }
      .person ul li:before {
        display: none !important; }

.tx-netl-person-list-default .p-name {
  line-height: 20px; }

.person-sidebar, .person-small {
  position: relative;
  margin-bottom: 20px;
  margin-bottom: 1.42857rem; }
  .person-sidebar:after, .person-small:after {
    content: "";
    display: table;
    clear: both; }
  .ie7 .person-sidebar, .ie7 .person-small {
    display: inline-block; }
  .person-sidebar img, .person-small img {
    width: 130px;
    float: left;
    margin-right: 12px; }
  .person-sidebar i, .person-small i {
    width: 16px; }
  .person-sidebar .content, .person-small .content {
    padding: 10px 20px 10px 0;
    padding: 0.71429rem 20px 0.71429rem 0; }
  .person-sidebar .h-card, .person-small .h-card {
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    margin-left: 140px; }
  .person-sidebar .contact-information, .person-small .contact-information {
    margin-top: 1.42857rem; }
  .person-sidebar .button, .person-sidebar .powermail_form .powermail_tab_navigation a, .powermail_form .powermail_tab_navigation .person-sidebar a, .person-sidebar .powermail_frontend_filter .powermail_frontend_search_container .powermail_frontend_search_submit, .powermail_frontend_filter .powermail_frontend_search_container .person-sidebar .powermail_frontend_search_submit, .person-small .button, .person-small .powermail_form .powermail_tab_navigation a, .powermail_form .powermail_tab_navigation .person-small a, .person-small .powermail_frontend_filter .powermail_frontend_search_container .powermail_frontend_search_submit, .powermail_frontend_filter .powermail_frontend_search_container .person-small .powermail_frontend_search_submit {
    background-color: #6a7d9b; }
    .person-sidebar .button:hover, .person-sidebar .powermail_form .powermail_tab_navigation a:hover, .powermail_form .powermail_tab_navigation .person-sidebar a:hover, .person-sidebar .powermail_frontend_filter .powermail_frontend_search_container .powermail_frontend_search_submit:hover, .powermail_frontend_filter .powermail_frontend_search_container .person-sidebar .powermail_frontend_search_submit:hover, .person-small .button:hover, .person-small .powermail_form .powermail_tab_navigation a:hover, .powermail_form .powermail_tab_navigation .person-small a:hover, .person-small .powermail_frontend_filter .powermail_frontend_search_container .powermail_frontend_search_submit:hover, .powermail_frontend_filter .powermail_frontend_search_container .person-small .powermail_frontend_search_submit:hover {
      background-color: #7d8ea8; }
  @media screen and (max-width: 1199px) {
    .person-sidebar img, .person-small img {
      width: 80px; }
    .person-sidebar .h-card, .person-small .h-card {
      margin-left: 92px; } }
  @media screen and (max-width: 994px) {
    .person-sidebar img, .person-small img {
      width: 200px; }
    .person-sidebar .h-card, .person-small .h-card {
      margin-left: 212px; } }

.person-small .contact-information {
  position: relative;
  left: auto;
  bottom: auto; }

.page-person-profile .person {
  min-height: 25.71429rem; }
  .page-person-profile .person .image {
    height: 25.71429rem;
    overflow: hidden; }
    .page-person-profile .person .image img {
      width: 100%;
      height: auto; }
  @media screen and (min-width: 1200px) {
    .page-person-profile .person {
      min-height: 20rem; }
      .page-person-profile .person .image {
        height: 20rem; } }
  @media screen and (min-width: 480px) {
    .page-person-profile .person {
      height: auto; }
      .page-person-profile .person .image {
        height: auto; } }

.list-two-columns h3 {
  margin: 20px 0 0;
  line-height: 1.2em; }

.suggest-field-wrapper {
  position: relative; }
  .suggest-field-wrapper .gb-events-search-suggest {
    margin: 0;
    display: none;
    position: absolute;
    top: 39px;
    left: 0;
    z-index: 500;
    width: 100%;
    border: 1px solid #787373;
    background: #fff;
    border-radius: 5px;
    padding: 10px; }
    .suggest-field-wrapper .gb-events-search-suggest li:before {
      background: none; }
    .suggest-field-wrapper .gb-events-search-suggest li:hover {
      cursor: pointer; }

.ui-widget.ui-datepicker {
  font-family: "myriad-pro", sans-serif;
  font-style: normal;
  font-weight: normal; }
  .ui-widget.ui-datepicker .ui-datepicker-header {
    border: none;
    background: #455d82;
    color: #ffffff; }
    .ui-widget.ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-corner-all, .ui-widget.ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-corner-all {
      margin: 2px; }
      .ui-widget.ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-corner-all.ui-state-hover, .ui-widget.ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-corner-all.ui-state-hover {
        background-color: #6eaac1 !important;
        background-image: none;
        border: none;
        cursor: pointer; }
      .ui-widget.ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-corner-all .ui-icon, .ui-widget.ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-corner-all .ui-icon {
        display: none; }
      .ui-widget.ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-corner-all:before, .ui-widget.ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-corner-all:before {
        color: #ffffff;
        font-size: 20px;
        position: absolute;
        top: 3px; }
    .ui-widget.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before {
      content: "";
      font-family: FontAwesome;
      font-weight: normal;
      font-style: normal;
      display: inline-block;
      text-decoration: inherit;
      line-height: 1;
      padding-right: 0; }
    .ui-widget.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before {
      left: 8px; }
    .ui-widget.ui-datepicker .ui-datepicker-header .ui-datepicker-next:before {
      content: "";
      font-family: FontAwesome;
      font-weight: normal;
      font-style: normal;
      display: inline-block;
      text-decoration: inherit;
      line-height: 1;
      padding-right: 0; }
    .ui-widget.ui-datepicker .ui-datepicker-header .ui-datepicker-next:before {
      left: 12px; }
  .ui-widget.ui-datepicker .ui-datepicker-today .ui-state-highlight {
    background: #6eaac1;
    background-image: none;
    color: #ffffff;
    border-color: #455d82; }

#content .tx-gbevents-pi1 .main-img-wrap {
  margin-bottom: 20px;
  margin-bottom: 1.42857rem; }
#content .tx-gbevents-pi1 .gb-events-type-prefix {
  font-family: "myriad-pro", sans-serif;
  font-style: normal;
  font-weight: normal; }
#content .tx-gbevents-pi1 table.calendar-sheet {
  width: 100%; }
  #content .tx-gbevents-pi1 table.calendar-sheet td {
    width: 14%; }
    #content .tx-gbevents-pi1 table.calendar-sheet td.next {
      text-align: right; }
    #content .tx-gbevents-pi1 table.calendar-sheet td.current {
      text-align: center; }
  #content .tx-gbevents-pi1 table.calendar-sheet ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    #content .tx-gbevents-pi1 table.calendar-sheet ul li {
      position: static; }
      #content .tx-gbevents-pi1 table.calendar-sheet ul li:before {
        display: none;
        content: '';
        background: none;
        position: static;
        border-radius: 0; }
    #content .tx-gbevents-pi1 table.calendar-sheet ul li {
      font-size: 0.8em; }

.gb-events-teaser {
  padding: 1.42857rem; }
  .gb-events-teaser:nth-child(2n) {
    background: #f1f1f1; }
  .gb-events-teaser .event-date {
    font-size: 1em; }
  .gb-events-teaser h3 {
    line-height: 1em;
    margin-bottom: 10px; }
    .gb-events-teaser h3 a {
      text-decoration: none; }
  .gb-events-teaser .event-location {
    font-family: "myriad-pro", sans-serif;
    font-weight: bold; }

.csc-box-befg-blue .tx-gbevents-pi1 .gb-events-header h3 {
  display: block;
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  font-size: 1rem;
  line-height: 1em;
  margin-bottom: 1.42857rem; }
  .csc-box-befg-blue .tx-gbevents-pi1 .gb-events-header h3 a {
    color: #455d82;
    text-decoration: none; }
    .csc-box-befg-blue .tx-gbevents-pi1 .gb-events-header h3 a:hover {
      color: #879dbf; }
.csc-box-befg-blue .tx-gbevents-pi1 .event-list-link {
  text-align: right; }
  .csc-box-befg-blue .tx-gbevents-pi1 .event-list-link a {
    display: inline-block;
    text-decoration: none; }
    .csc-box-befg-blue .tx-gbevents-pi1 .event-list-link a:after {
      content: "";
      font-family: FontAwesome;
      font-weight: normal;
      font-style: normal;
      display: inline-block;
      text-decoration: inherit;
      line-height: 1;
      padding-left: 0; }
    .csc-box-befg-blue .tx-gbevents-pi1 .event-list-link a:after {
      padding-left: 5px;
      font-size: 10px;
      line-height: 1;
      position: relative;
      top: -1px; }
.csc-box-befg-blue .tx-gbevents-pi1 .f3-widget-paginator {
  display: none; }

.suggest-field-wrapper {
  position: relative; }
  .suggest-field-wrapper .netl-events-search-suggest {
    margin: 0;
    display: none;
    position: absolute;
    top: 39px;
    left: 0;
    z-index: 500;
    width: 100%;
    border: 1px solid #787373;
    background: #fff;
    border-radius: 5px;
    padding: 10px; }
    .suggest-field-wrapper .netl-events-search-suggest li:before {
      background: none; }
    .suggest-field-wrapper .netl-events-search-suggest li:hover {
      cursor: pointer; }

.ui-widget.ui-datepicker {
  font-family: "myriad-pro", sans-serif;
  font-style: normal;
  font-weight: normal; }
  .ui-widget.ui-datepicker .ui-datepicker-header {
    border: none;
    background: #455d82;
    color: #ffffff; }
    .ui-widget.ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-corner-all, .ui-widget.ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-corner-all {
      margin: 2px; }
      .ui-widget.ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-corner-all.ui-state-hover, .ui-widget.ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-corner-all.ui-state-hover {
        background-color: #6eaac1 !important;
        background-image: none;
        border: none;
        cursor: pointer; }
      .ui-widget.ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-corner-all .ui-icon, .ui-widget.ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-corner-all .ui-icon {
        display: none; }
      .ui-widget.ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-corner-all:before, .ui-widget.ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-corner-all:before {
        color: #ffffff;
        font-size: 20px;
        position: absolute;
        top: 3px; }
    .ui-widget.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before {
      content: "";
      font-family: FontAwesome;
      font-weight: normal;
      font-style: normal;
      display: inline-block;
      text-decoration: inherit;
      line-height: 1;
      padding-right: 0; }
    .ui-widget.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before {
      left: 8px; }
    .ui-widget.ui-datepicker .ui-datepicker-header .ui-datepicker-next:before {
      content: "";
      font-family: FontAwesome;
      font-weight: normal;
      font-style: normal;
      display: inline-block;
      text-decoration: inherit;
      line-height: 1;
      padding-right: 0; }
    .ui-widget.ui-datepicker .ui-datepicker-header .ui-datepicker-next:before {
      left: 12px; }
  .ui-widget.ui-datepicker .ui-datepicker-today .ui-state-highlight {
    background: #6eaac1;
    background-image: none;
    color: #ffffff;
    border-color: #455d82; }

#content .tx-netlevents-pi1 .main-img-wrap {
  margin-bottom: 20px;
  margin-bottom: 1.42857rem; }
#content .tx-netlevents-pi1 .netl-events-type-prefix {
  font-family: "myriad-pro", sans-serif;
  font-style: normal;
  font-weight: normal; }
#content .tx-netlevents-pi1 table.calendar-sheet {
  width: 100%; }
  #content .tx-netlevents-pi1 table.calendar-sheet td {
    width: 14%; }
    #content .tx-netlevents-pi1 table.calendar-sheet td.next {
      text-align: right; }
    #content .tx-netlevents-pi1 table.calendar-sheet td.current {
      text-align: center; }
  #content .tx-netlevents-pi1 table.calendar-sheet ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    #content .tx-netlevents-pi1 table.calendar-sheet ul li {
      position: static; }
      #content .tx-netlevents-pi1 table.calendar-sheet ul li:before {
        display: none;
        content: '';
        background: none;
        position: static;
        border-radius: 0; }
    #content .tx-netlevents-pi1 table.calendar-sheet ul li {
      font-size: 0.8em; }

.netl-events-teaser {
  padding: 1.42857rem; }
  .netl-events-teaser:nth-child(2n) {
    background: #f1f1f1; }
  .netl-events-teaser .image-wrap {
    padding-left: 0; }
    .netl-events-teaser .image-wrap .credits {
      margin-bottom: 0; }
  .netl-events-teaser .event-date {
    font-size: 1em; }
  .netl-events-teaser h3 {
    line-height: 1.4;
    margin-bottom: 10px; }
    .netl-events-teaser h3 a {
      text-decoration: none; }
  .netl-events-teaser .event-location {
    font-family: "myriad-pro", sans-serif;
    font-weight: bold; }

.csc-box-befg-blue .tx-netlevents-pi1 .netl-events-header h3 {
  display: block;
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  font-size: 1rem;
  line-height: 1em;
  margin-bottom: 1.42857rem; }
  .csc-box-befg-blue .tx-netlevents-pi1 .netl-events-header h3 a {
    color: #455d82;
    text-decoration: none; }
    .csc-box-befg-blue .tx-netlevents-pi1 .netl-events-header h3 a:hover {
      color: #879dbf; }
.csc-box-befg-blue .tx-netlevents-pi1 .event-list-link {
  text-align: right; }
  .csc-box-befg-blue .tx-netlevents-pi1 .event-list-link a {
    display: inline-block;
    text-decoration: none; }
    .csc-box-befg-blue .tx-netlevents-pi1 .event-list-link a:after {
      content: "";
      font-family: FontAwesome;
      font-weight: normal;
      font-style: normal;
      display: inline-block;
      text-decoration: inherit;
      line-height: 1;
      padding-left: 0; }
    .csc-box-befg-blue .tx-netlevents-pi1 .event-list-link a:after {
      padding-left: 5px;
      font-size: 10px;
      line-height: 1;
      position: relative;
      top: -1px; }
.csc-box-befg-blue .tx-netlevents-pi1 .f3-widget-paginator {
  display: none; }

.tx-netl-events-frontend .error-header {
  font-family: "myriad-pro", sans-serif;
  font-weight: bold;
  color: #AF2837; }
.tx-netl-events-frontend input.button, .tx-netl-events-frontend .powermail_frontend_filter .powermail_frontend_search_container input.powermail_frontend_search_submit, .powermail_frontend_filter .powermail_frontend_search_container .tx-netl-events-frontend input.powermail_frontend_search_submit {
  border: none !important; }
.tx-netl-events-frontend .f3-form-error {
  background: none;
  border-color: #b0b0b0; }
.tx-netl-events-frontend input[type="text"], .tx-netl-events-frontend textarea {
  width: 50%; }
  @media screen and (max-width: 767px) {
    .tx-netl-events-frontend input[type="text"], .tx-netl-events-frontend textarea {
      width: 100%; } }
.tx-netl-events-frontend .select {
  width: 50%; }
  @media screen and (max-width: 767px) {
    .tx-netl-events-frontend .select {
      width: 100%; } }
.tx-netl-events-frontend .field-wrapper {
  padding-bottom: 10px; }
  .tx-netl-events-frontend .field-wrapper:after {
    content: "";
    display: table;
    clear: both; }
.tx-netl-events-frontend p.remaining {
  margin-top: -20px;
  color: #787373;
  font-size: 11px; }
.tx-netl-events-frontend .error {
  display: block;
  position: relative;
  margin: 0;
  padding-left: 20px;
  padding-top: 12px;
  width: 40%;
  float: right;
  font-weight: bold;
  color: #AF2837; }
  @media screen and (max-width: 767px) {
    .tx-netl-events-frontend .error {
      float: none;
      width: 100%;
      padding-left: 40px;
      padding-top: 0;
      padding-bottom: 10px; } }
  .tx-netl-events-frontend .error:before {
    content: "";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    line-height: 1;
    padding-right: 0; }
  .tx-netl-events-frontend .error:before {
    font-size: 30px;
    position: absolute;
    left: -20px;
    top: 4px; }
    @media screen and (max-width: 767px) {
      .tx-netl-events-frontend .error:before {
        left: 0;
        top: -8px; } }
.tx-netl-events-frontend .select-wrapper .error {
  margin-top: -54px; }
  @media screen and (max-width: 767px) {
    .tx-netl-events-frontend .select-wrapper .error {
      margin-top: 0; } }
.tx-netl-events-frontend .textarea-wrapper .error {
  margin-top: -260px; }
  @media screen and (max-width: 767px) {
    .tx-netl-events-frontend .textarea-wrapper .error {
      margin-top: 0; } }
.tx-netl-events-frontend .button, .tx-netl-events-frontend .powermail_form .powermail_tab_navigation a, .powermail_form .powermail_tab_navigation .tx-netl-events-frontend a, .tx-netl-events-frontend .powermail_frontend_filter .powermail_frontend_search_container .powermail_frontend_search_submit, .powermail_frontend_filter .powermail_frontend_search_container .tx-netl-events-frontend .powermail_frontend_search_submit {
  width: 50%; }
  @media screen and (max-width: 767px) {
    .tx-netl-events-frontend .button, .tx-netl-events-frontend .powermail_form .powermail_tab_navigation a, .powermail_form .powermail_tab_navigation .tx-netl-events-frontend a, .tx-netl-events-frontend .powermail_frontend_filter .powermail_frontend_search_container .powermail_frontend_search_submit, .powermail_frontend_filter .powermail_frontend_search_container .tx-netl-events-frontend .powermail_frontend_search_submit {
      width: 100%; } }
.tx-netl-events-frontend .country-selector {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: -10px; }
  .tx-netl-events-frontend .country-selector li {
    position: static; }
    .tx-netl-events-frontend .country-selector li:before {
      display: none;
      content: '';
      background: none;
      position: static;
      border-radius: 0; }
  @media screen and (max-width: 767px) {
    .tx-netl-events-frontend .country-selector {
      margin-top: 0; } }
  .tx-netl-events-frontend .country-selector li {
    display: block;
    float: left;
    margin-right: 10px; }
    .tx-netl-events-frontend .country-selector li .flag-de, .tx-netl-events-frontend .country-selector li .flag-ch, .tx-netl-events-frontend .country-selector li .flag-at {
      height: 22px;
      width: 32px;
      background: url("/typo3conf/ext/gjw_events/Resources/Public/Icons/flag-de.png") no-repeat;
      background-size: 100%;
      border: 1px solid #ffffff; }
      .tx-netl-events-frontend .country-selector li .flag-de:hover, .tx-netl-events-frontend .country-selector li .flag-ch:hover, .tx-netl-events-frontend .country-selector li .flag-at:hover {
        cursor: pointer;
        border: 1px solid #f1f1f1; }
    .tx-netl-events-frontend .country-selector li .flag-ch {
      background-image: url("/typo3conf/ext/gjw_events/Resources/Public/Icons/flag-ch.png"); }
    .tx-netl-events-frontend .country-selector li .flag-at {
      background-image: url("/typo3conf/ext/gjw_events/Resources/Public/Icons/flag-at.png"); }

.video-teaser {
  display: block;
  position: relative; }
  .video-teaser .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 80px;
    margin-left: -40px;
    margin-top: -40px;
    opacity: 0.8; }

.tx-buko p.error {
  color: #f00;
  margin-top: -1.42857rem; }
.tx-buko .price {
  margin: 1.42857rem 0; }
.tx-buko .error-box, .tx-buko .tx_buko_error {
  display: block;
  padding: 0.71429rem;
  border-top: 2px solid #f00;
  font-family: "myriad-pro", sans-serif;
  font-weight: bold;
  color: #f00;
  background: #ffe6e6;
  -moz-border-radius-bottomleft: 8px;
  -webkit-border-bottom-left-radius: 8px;
  border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-right-radius: 8px;
  border-bottom-right-radius: 8px; }
.tx-buko.preview label,
.tx-buko.preview .value {
  float: left;
  width: 50%; }
  .tx-buko.preview label:after,
  .tx-buko.preview .value:after {
    content: " "; }
.tx-buko.preview label {
  padding-right: 3px;
  color: #000;
  font-family: "myriad-pro", sans-serif;
  font-weight: bold; }
.tx-buko.preview .value-row {
  padding: 3px 6px; }
  .tx-buko.preview .value-row:after {
    content: "";
    display: table;
    clear: both; }
  .ie7 .tx-buko.preview .value-row {
    display: inline-block; }
  .tx-buko.preview .value-row:nth-child(odd) {
    background-color: #e9f2f5; }

.kesearchbox {
  position: relative; }

#kesearch_submit {
  border: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 3px;
  right: 6px;
  background: transparent; }
  #kesearch_submit .fa {
    font-size: 20px;
    font-size: 1.42857rem;
    line-height: 40px;
    line-height: 2.85714rem; }

#kesearch_external_results {
  margin-bottom: 2.85714rem; }
  #kesearch_external_results h2 {
    margin-bottom: 1.42857rem; }

#kesearch_results, #kesearch_external_results ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  margin-bottom: 1.42857rem; }
  #kesearch_results li, #kesearch_external_results ul li {
    position: static; }
    #kesearch_results li:before, #kesearch_external_results ul li:before {
      display: none;
      content: '';
      background: none;
      position: static;
      border-radius: 0; }
  #kesearch_results .result-list-item, #kesearch_external_results ul .result-list-item {
    padding: 0 20px 0; }
    #kesearch_results .result-list-item:after, #kesearch_external_results ul .result-list-item:after {
      content: "";
      display: table;
      clear: both; }
    .ie7 #kesearch_results .result-list-item, .ie7 #kesearch_external_results ul .result-list-item {
      display: inline-block; }
    #kesearch_results .result-list-item:nth-child(odd), #kesearch_external_results ul .result-list-item:nth-child(odd) {
      background-color: #f7f7f7; }
    #kesearch_results .result-list-item .hit, #kesearch_external_results ul .result-list-item .hit {
      font-family: "myriad-pro", sans-serif;
      font-weight: bold; }
  #kesearch_results .result-title, #kesearch_external_results ul .result-title {
    padding-top: 11px; }
    #kesearch_results .result-title:before, #kesearch_external_results ul .result-title:before {
      content: "";
      font-family: FontAwesome;
      font-weight: normal;
      font-style: normal;
      display: inline-block;
      text-decoration: inherit;
      line-height: 1;
      padding-right: 0;
      margin-right: 7px;
      font-size: 14px; }
  #kesearch_results .type-page:before, #kesearch_external_results ul .type-page:before {
    content: "";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    line-height: 1;
    padding-right: 0; }
  #kesearch_results .type-netlperson:before, #kesearch_external_results ul .type-netlperson:before {
    content: "";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    line-height: 1;
    padding-right: 0; }
  #kesearch_results .type-news:before, #kesearch_external_results ul .type-news:before {
    content: "";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    line-height: 1;
    padding-right: 0; }
  #kesearch_results .type-content:before, #kesearch_external_results ul .type-content:before {
    content: "";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    line-height: 1;
    padding-right: 0; }
  #kesearch_results .full-url, #kesearch_external_results ul .full-url {
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }

.result_txt {
  text-align: center; }

.kesearch_pagebrowser {
  text-align: center; }
  .kesearch_pagebrowser ul {
    list-style: none; }
    .kesearch_pagebrowser ul li {
      display: inline-block;
      margin-right: 2px; }
      .kesearch_pagebrowser ul li:before {
        display: none; }
      .kesearch_pagebrowser ul li a {
        display: inline-block;
        line-height: 40px;
        line-height: 2.71429rem;
        text-decoration: none;
        padding: 0 20px;
        color: #000;
        background-color: #f7f7f7; }
        .kesearch_pagebrowser ul li a.current {
          font-family: "myriad-pro", sans-serif;
          font-weight: bold;
          color: #ffffff;
          background-color: #455d82; }
        .kesearch_pagebrowser ul li a:hover {
          background-color: #6eaac1;
          color: #ffffff; }
  .kesearch_pagebrowser .prev {
    border-radius: 5px 0 0 5px; }
  .kesearch_pagebrowser .next {
    border-radius: 0 5px 5px 0;
    margin-right: 0; }

.tx-netl-newsletter-subscription input, .tx-netl-newsletter-subscription select, .tx-netl-newsletter-subscription textarea {
  width: 50%; }
  @media screen and (max-width: 768px) {
    .tx-netl-newsletter-subscription input, .tx-netl-newsletter-subscription select, .tx-netl-newsletter-subscription textarea {
      width: 100%; } }
.tx-netl-newsletter-subscription input[type="checkbox"] {
  width: auto;
  margin-right: 10px; }
.tx-netl-newsletter-subscription .button-wrap {
  width: 50%;
  text-align: right; }
  .tx-netl-newsletter-subscription .button-wrap input[type="submit"] {
    width: auto;
    border: none;
    padding: 0 20px; }
  @media screen and (max-width: 768px) {
    .tx-netl-newsletter-subscription .button-wrap {
      width: 100%; } }
.tx-netl-newsletter-subscription .select {
  width: 50%; }
  .tx-netl-newsletter-subscription .select select {
    width: 100%; }
  @media screen and (max-width: 768px) {
    .tx-netl-newsletter-subscription .select {
      width: 100%; } }
.tx-netl-newsletter-subscription .error {
  margin-left: 60%;
  margin-top: -45px;
  color: #AF2837;
  position: relative; }
  .tx-netl-newsletter-subscription .error:before {
    content: "";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    line-height: 1;
    padding-right: 0; }
  .tx-netl-newsletter-subscription .error:before {
    position: absolute;
    font-size: 30px;
    top: -5px;
    left: -40px;
    height: 30px;
    width: 30px; }
.tx-netl-newsletter-subscription .options {
  width: 50%;
  clear: both; }
  @media screen and (max-width: 768px) {
    .tx-netl-newsletter-subscription .options {
      width: 100%; } }
.tx-netl-newsletter-subscription .compact-subscription-form input[type="text"], .tx-netl-newsletter-subscription .authorization-form input[type="text"] {
  width: 70%;
  height: 34px;
  float: left;
  border-radius: 5px 0 0 5px; }
.tx-netl-newsletter-subscription .compact-subscription-form input[type="submit"], .tx-netl-newsletter-subscription .authorization-form input[type="submit"] {
  margin-left: -1px;
  width: 30%;
  height: 34px;
  border: none;
  float: left;
  border-radius: 0 5px 5px 0; }
.tx-netl-newsletter-subscription .compact-subscription-form p.bodytext, .tx-netl-newsletter-subscription .compact-subscription-form p.ce-bodytext, .tx-netl-newsletter-subscription .authorization-form p.bodytext, .tx-netl-newsletter-subscription .authorization-form p.ce-bodytext {
  margin-bottom: 0; }
@media screen and (max-width: 994px) {
  .tx-netl-newsletter-subscription .compact-subscription-form p.bodytext, .tx-netl-newsletter-subscription .compact-subscription-form p.ce-bodytext, .tx-netl-newsletter-subscription .authorization-form p.bodytext, .tx-netl-newsletter-subscription .authorization-form p.ce-bodytext {
    margin-bottom: 1.42857rem; } }

#sidebar .tx-netl-newsletter-subscription .compact-subscription-form .col-md-4of8 {
  width: 100%; }
#sidebar .tx-netl-newsletter-subscription .compact-subscription-form p.bodytext, #sidebar .tx-netl-newsletter-subscription .compact-subscription-form p.ce-bodytext {
  margin-bottom: 1.42857rem; }
#sidebar .tx-netl-newsletter-subscription .compact-subscription-form input[type="text"] {
  width: 65%; }
#sidebar .tx-netl-newsletter-subscription .compact-subscription-form input[type="submit"] {
  width: 35%; }

.tx-femanager {
  padding-top: 20px;
  padding-top: 1.42857rem;
  padding-bottom: 20px;
  padding-bottom: 1.42857rem; }
  .tx-femanager .fieldset input, .tx-femanager .fieldset select, .tx-femanager .fieldset textarea {
    width: 50%; }
    @media screen and (max-width: 768px) {
      .tx-femanager .fieldset input, .tx-femanager .fieldset select, .tx-femanager .fieldset textarea {
        width: 100%; } }
  .tx-femanager .fieldset .select {
    width: 50%; }
    .tx-femanager .fieldset .select select {
      width: 100%; }
    @media screen and (max-width: 768px) {
      .tx-femanager .fieldset .select {
        width: 100%; } }
  .tx-femanager .fieldset input.button, .tx-femanager .fieldset .powermail_frontend_filter .powermail_frontend_search_container input.powermail_frontend_search_submit, .powermail_frontend_filter .powermail_frontend_search_container .tx-femanager .fieldset input.powermail_frontend_search_submit {
    width: 50%; }
    @media screen and (max-width: 768px) {
      .tx-femanager .fieldset input.button, .tx-femanager .fieldset .powermail_frontend_filter .powermail_frontend_search_container input.powermail_frontend_search_submit, .powermail_frontend_filter .powermail_frontend_search_container .tx-femanager .fieldset input.powermail_frontend_search_submit {
        width: 100%; } }
  .tx-femanager .fieldset .clearer {
    display: block;
    height: 1px;
    clear: both; }
  .tx-femanager .fieldset.checkbox .field {
    float: left; }
    .tx-femanager .fieldset.checkbox .field input {
      width: auto; }
  .tx-femanager .fieldset.checkbox label {
    margin-left: 20px; }
  .tx-femanager .fieldset .radio, .tx-femanager .fieldset .checkbox {
    position: relative;
    margin: 0.5rem; }
    .tx-femanager .fieldset .radio input[type="radio"], .tx-femanager .fieldset .radio input[type="checkbox"], .tx-femanager .fieldset .checkbox input[type="radio"], .tx-femanager .fieldset .checkbox input[type="checkbox"] {
      width: auto;
      position: absolute;
      opacity: 0; }
      .tx-femanager .fieldset .radio input[type="radio"] + .radio-label:before, .tx-femanager .fieldset .radio input[type="radio"] + .checkbox-label:before, .tx-femanager .fieldset .radio input[type="checkbox"] + .radio-label:before, .tx-femanager .fieldset .radio input[type="checkbox"] + .checkbox-label:before, .tx-femanager .fieldset .checkbox input[type="radio"] + .radio-label:before, .tx-femanager .fieldset .checkbox input[type="radio"] + .checkbox-label:before, .tx-femanager .fieldset .checkbox input[type="checkbox"] + .radio-label:before, .tx-femanager .fieldset .checkbox input[type="checkbox"] + .checkbox-label:before {
        content: '';
        background: #fff;
        border-radius: 100%;
        border: 1px solid #707070;
        display: inline-block;
        width: 1.4em;
        height: 1.4em;
        position: relative;
        top: -0.2em;
        margin-right: 1em;
        vertical-align: top;
        cursor: pointer;
        text-align: center;
        transition: all 250ms ease; }
      .tx-femanager .fieldset .radio input[type="radio"] + .checkbox-label:before, .tx-femanager .fieldset .radio input[type="checkbox"] + .checkbox-label:before, .tx-femanager .fieldset .checkbox input[type="radio"] + .checkbox-label:before, .tx-femanager .fieldset .checkbox input[type="checkbox"] + .checkbox-label:before {
        border-radius: 0; }
      .tx-femanager .fieldset .radio input[type="radio"]:checked + .radio-label:before, .tx-femanager .fieldset .radio input[type="radio"]:checked + .checkbox-label:before, .tx-femanager .fieldset .radio input[type="checkbox"]:checked + .radio-label:before, .tx-femanager .fieldset .radio input[type="checkbox"]:checked + .checkbox-label:before, .tx-femanager .fieldset .checkbox input[type="radio"]:checked + .radio-label:before, .tx-femanager .fieldset .checkbox input[type="radio"]:checked + .checkbox-label:before, .tx-femanager .fieldset .checkbox input[type="checkbox"]:checked + .radio-label:before, .tx-femanager .fieldset .checkbox input[type="checkbox"]:checked + .checkbox-label:before {
        background-color: #455d82;
        box-shadow: inset 0 0 0 4px #fff; }
      .tx-femanager .fieldset .radio input[type="radio"]:focus + .radio-label:before, .tx-femanager .fieldset .radio input[type="radio"]:focus + .checkbox-label:before, .tx-femanager .fieldset .radio input[type="checkbox"]:focus + .radio-label:before, .tx-femanager .fieldset .radio input[type="checkbox"]:focus + .checkbox-label:before, .tx-femanager .fieldset .checkbox input[type="radio"]:focus + .radio-label:before, .tx-femanager .fieldset .checkbox input[type="radio"]:focus + .checkbox-label:before, .tx-femanager .fieldset .checkbox input[type="checkbox"]:focus + .radio-label:before, .tx-femanager .fieldset .checkbox input[type="checkbox"]:focus + .checkbox-label:before {
        outline: none;
        border-color: #455d82; }
      .tx-femanager .fieldset .radio input[type="radio"]:disabled + .radio-label:before, .tx-femanager .fieldset .radio input[type="radio"]:disabled + .checkbox-label:before, .tx-femanager .fieldset .radio input[type="checkbox"]:disabled + .radio-label:before, .tx-femanager .fieldset .radio input[type="checkbox"]:disabled + .checkbox-label:before, .tx-femanager .fieldset .checkbox input[type="radio"]:disabled + .radio-label:before, .tx-femanager .fieldset .checkbox input[type="radio"]:disabled + .checkbox-label:before, .tx-femanager .fieldset .checkbox input[type="checkbox"]:disabled + .radio-label:before, .tx-femanager .fieldset .checkbox input[type="checkbox"]:disabled + .checkbox-label:before {
        box-shadow: inset 0 0 0 4px #b0b0b0;
        border-color: #707070;
        background: #707070; }
      .tx-femanager .fieldset .radio input[type="radio"] + .radio-label, .tx-femanager .fieldset .radio input[type="radio"] + .checkbox-label, .tx-femanager .fieldset .radio input[type="checkbox"] + .radio-label, .tx-femanager .fieldset .radio input[type="checkbox"] + .checkbox-label, .tx-femanager .fieldset .checkbox input[type="radio"] + .radio-label, .tx-femanager .fieldset .checkbox input[type="radio"] + .checkbox-label, .tx-femanager .fieldset .checkbox input[type="checkbox"] + .radio-label, .tx-femanager .fieldset .checkbox input[type="checkbox"] + .checkbox-label {
        margin-left: 0; }
        .tx-femanager .fieldset .radio input[type="radio"] + .radio-label:empty:before, .tx-femanager .fieldset .radio input[type="radio"] + .checkbox-label:empty:before, .tx-femanager .fieldset .radio input[type="checkbox"] + .radio-label:empty:before, .tx-femanager .fieldset .radio input[type="checkbox"] + .checkbox-label:empty:before, .tx-femanager .fieldset .checkbox input[type="radio"] + .radio-label:empty:before, .tx-femanager .fieldset .checkbox input[type="radio"] + .checkbox-label:empty:before, .tx-femanager .fieldset .checkbox input[type="checkbox"] + .radio-label:empty:before, .tx-femanager .fieldset .checkbox input[type="checkbox"] + .checkbox-label:empty:before {
          margin-right: 0; }
  .tx-femanager .fieldset .error {
    display: block;
    margin: -50px 0 0 0;
    width: 45%;
    float: right;
    position: relative;
    font-family: "myriad-pro", sans-serif;
    font-weight: bold;
    color: #AF2837;
    /*
    &:before {
        font-size: 30px;
        position: absolute;
        top: -5px;
        left: -40px;
        height: 30px;
        width: 30px;
    }
    */ }
    @media screen and (max-width: 768px) {
      .tx-femanager .fieldset .error {
        float: none;
        width: 100%;
        margin-top: -10px;
        margin-left: 0;
        margin-bottom: 40px; } }

.tx-pwcomment-pi1 .hide_initally {
  display: none; }
.tx-pwcomment-pi1 .loggedInAs {
  margin-bottom: 1.42857rem; }
.tx-pwcomment-pi1 .button, .tx-pwcomment-pi1 .powermail_form .powermail_tab_navigation a, .powermail_form .powermail_tab_navigation .tx-pwcomment-pi1 a, .tx-pwcomment-pi1 .powermail_frontend_filter .powermail_frontend_search_container .powermail_frontend_search_submit, .powermail_frontend_filter .powermail_frontend_search_container .tx-pwcomment-pi1 .powermail_frontend_search_submit {
  width: 50%; }
.tx-pwcomment-pi1 .comment_list {
  list-style: none;
  padding: 0;
  margin: 0; }
  .tx-pwcomment-pi1 .comment_list .comment, .tx-pwcomment-pi1 .comment_list .comment-reply {
    background: #f7f7f7;
    padding: 0.71429rem;
    margin-bottom: 0.71429rem;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    border-bottom-right-radius: 8px;
    -webkit-border-top-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    border-top-right-radius: 8px; }
    .tx-pwcomment-pi1 .comment_list .comment .comment_header, .tx-pwcomment-pi1 .comment_list .comment-reply .comment_header {
      margin-bottom: 0.71429rem; }
    .tx-pwcomment-pi1 .comment_list .comment .comment_author, .tx-pwcomment-pi1 .comment_list .comment-reply .comment_author {
      font-family: "myriad-pro", sans-serif;
      font-weight: bold; }
    .tx-pwcomment-pi1 .comment_list .comment:before, .tx-pwcomment-pi1 .comment_list .comment-reply:before {
      display: none; }
.tx-pwcomment-pi1 .typo3-messages {
  margin: 1.42857rem 0; }
  .tx-pwcomment-pi1 .typo3-messages ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .tx-pwcomment-pi1 .typo3-messages .comment_error, .tx-pwcomment-pi1 .typo3-messages #thanksForYourComment li {
    position: relative;
    margin-left: 40px;
    font-family: "myriad-pro", sans-serif;
    font-weight: bold;
    color: #AF2837; }
    .tx-pwcomment-pi1 .typo3-messages .comment_error:before, .tx-pwcomment-pi1 .typo3-messages #thanksForYourComment li:before {
      border: none;
      background: none; }
    .tx-pwcomment-pi1 .typo3-messages .comment_error:before, .tx-pwcomment-pi1 .typo3-messages #thanksForYourComment li:before {
      content: "";
      font-family: FontAwesome;
      font-weight: normal;
      font-style: normal;
      display: inline-block;
      text-decoration: inherit;
      line-height: 1;
      padding-right: 0; }
    .tx-pwcomment-pi1 .typo3-messages .comment_error:before, .tx-pwcomment-pi1 .typo3-messages #thanksForYourComment li:before {
      position: absolute;
      font-size: 30px;
      bottom: -5px;
      left: -40px;
      height: 30px;
      width: 30px; }
  .tx-pwcomment-pi1 .typo3-messages .alert-success, .tx-pwcomment-pi1 .typo3-messages #thanksForYourComment li {
    position: relative;
    margin-left: 40px;
    font-family: "myriad-pro", sans-serif;
    font-weight: bold;
    color: #13b02d; }
    .tx-pwcomment-pi1 .typo3-messages .alert-success:before, .tx-pwcomment-pi1 .typo3-messages #thanksForYourComment li:before {
      content: "";
      font-family: FontAwesome;
      font-weight: normal;
      font-style: normal;
      display: inline-block;
      text-decoration: inherit;
      line-height: 1;
      padding-right: 0; }
    .tx-pwcomment-pi1 .typo3-messages .alert-success:before, .tx-pwcomment-pi1 .typo3-messages #thanksForYourComment li:before {
      background: none;
      position: absolute;
      font-size: 30px;
      top: -5px;
      left: -40px;
      height: 30px;
      width: 30px; }

.pwCommentsloginInfo {
  margin-bottom: 1.42857rem; }

.isotope-item {
  margin-bottom: 10px; }

.yag-isotope-filter {
  list-style: none; }
  .yag-isotope-filter li:before {
    display: none; }
  .yag-isotope-filter li a {
    background-image: none;
    background: #455d82;
    border: none;
    border-radius: 5px;
    color: #ffffff;
    text-decoration: none; }
    .yag-isotope-filter li a:hover {
      background: #787373;
      color: #ffffff; }

.tx-yag-thumb-innerframe img {
  border: none;
  padding: 0; }

.tx-yag-breadcrumbcomtainer {
  border: none;
  font-size: 14px;
  margin-bottom: 20px; }

.tx-ptextlist-pager.pagination {
  display: block; }
  .tx-ptextlist-pager.pagination li {
    display: inline-block;
    margin: 0 10px !important;
    padding: 5px 10px;
    background: #787373; }
    .tx-ptextlist-pager.pagination li a {
      color: #ffffff;
      text-decoration: none;
      border: none;
      background: none;
      font-size: 1.1rem;
      margin: 0; }
      .tx-ptextlist-pager.pagination li a span {
        background: none;
        border: none;
        color: #ffffff;
        font-size: 1.1rem; }
    .tx-ptextlist-pager.pagination li.cur {
      background: #6eaac1; }
    .tx-ptextlist-pager.pagination li:hover {
      background: #455d82; }
      .tx-ptextlist-pager.pagination li:hover a {
        color: #ffffff; }
        .tx-ptextlist-pager.pagination li:hover a span {
          color: #ffffff; }
    .tx-ptextlist-pager.pagination li:before {
      display: none !important; }

.tx-ptextlist-pager-item-display {
  text-align: center;
  padding-top: 1.42857rem; }

#content .tx-yag-pi1.theme-lightbox ul {
  margin: 0;
  list-style: none; }
  #content .tx-yag-pi1.theme-lightbox ul li:before {
    display: none; }
#content .tx-yag-thumb-outerframe.tx-yag-item-thumb-outerframe, #content .tx-yag-thumb-outerframe.yag-item-thumb-outerframe {
  width: 30%;
  height: auto; }
  @media screen and (max-width: 995px) {
    #content .tx-yag-thumb-outerframe.tx-yag-item-thumb-outerframe, #content .tx-yag-thumb-outerframe.yag-item-thumb-outerframe {
      width: 22%; } }
  @media screen and (max-width: 768px) {
    #content .tx-yag-thumb-outerframe.tx-yag-item-thumb-outerframe, #content .tx-yag-thumb-outerframe.yag-item-thumb-outerframe {
      width: 30%; } }
  @media screen and (max-width: 480px) {
    #content .tx-yag-thumb-outerframe.tx-yag-item-thumb-outerframe, #content .tx-yag-thumb-outerframe.yag-item-thumb-outerframe {
      width: 47%; } }
#content .tx-yag-pi1.theme-isotope .tx-yag-items, #content .tx-yag-pi1.theme-lightbox .tx-yag-items, #content .tx-yag-pi1.theme-default .tx-yag-items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start; }
  #content .tx-yag-pi1.theme-isotope .tx-yag-items .tx-yag-gallery-thumb-outerframe, #content .tx-yag-pi1.theme-isotope .tx-yag-items .tx-yag-album-thumb-outerframe, #content .tx-yag-pi1.theme-lightbox .tx-yag-items .tx-yag-gallery-thumb-outerframe, #content .tx-yag-pi1.theme-lightbox .tx-yag-items .tx-yag-album-thumb-outerframe, #content .tx-yag-pi1.theme-default .tx-yag-items .tx-yag-gallery-thumb-outerframe, #content .tx-yag-pi1.theme-default .tx-yag-items .tx-yag-album-thumb-outerframe {
    flex-basis: 1;
    margin-right: 3%;
    margin-bottom: 3%;
    width: 30%;
    height: auto; }
    @media screen and (max-width: 1200px) {
      #content .tx-yag-pi1.theme-isotope .tx-yag-items .tx-yag-gallery-thumb-outerframe, #content .tx-yag-pi1.theme-isotope .tx-yag-items .tx-yag-album-thumb-outerframe, #content .tx-yag-pi1.theme-lightbox .tx-yag-items .tx-yag-gallery-thumb-outerframe, #content .tx-yag-pi1.theme-lightbox .tx-yag-items .tx-yag-album-thumb-outerframe, #content .tx-yag-pi1.theme-default .tx-yag-items .tx-yag-gallery-thumb-outerframe, #content .tx-yag-pi1.theme-default .tx-yag-items .tx-yag-album-thumb-outerframe {
        width: 30%; } }
    @media screen and (max-width: 768px) {
      #content .tx-yag-pi1.theme-isotope .tx-yag-items .tx-yag-gallery-thumb-outerframe, #content .tx-yag-pi1.theme-isotope .tx-yag-items .tx-yag-album-thumb-outerframe, #content .tx-yag-pi1.theme-lightbox .tx-yag-items .tx-yag-gallery-thumb-outerframe, #content .tx-yag-pi1.theme-lightbox .tx-yag-items .tx-yag-album-thumb-outerframe, #content .tx-yag-pi1.theme-default .tx-yag-items .tx-yag-gallery-thumb-outerframe, #content .tx-yag-pi1.theme-default .tx-yag-items .tx-yag-album-thumb-outerframe {
        width: 47%; } }
    @media screen and (max-width: 480px) {
      #content .tx-yag-pi1.theme-isotope .tx-yag-items .tx-yag-gallery-thumb-outerframe, #content .tx-yag-pi1.theme-isotope .tx-yag-items .tx-yag-album-thumb-outerframe, #content .tx-yag-pi1.theme-lightbox .tx-yag-items .tx-yag-gallery-thumb-outerframe, #content .tx-yag-pi1.theme-lightbox .tx-yag-items .tx-yag-album-thumb-outerframe, #content .tx-yag-pi1.theme-default .tx-yag-items .tx-yag-gallery-thumb-outerframe, #content .tx-yag-pi1.theme-default .tx-yag-items .tx-yag-album-thumb-outerframe {
        width: 97%; } }
    #content .tx-yag-pi1.theme-isotope .tx-yag-items .tx-yag-gallery-thumb-outerframe .tx-yag-gallery-thumb-innerframe, #content .tx-yag-pi1.theme-isotope .tx-yag-items .tx-yag-gallery-thumb-outerframe .tx-yag-album-thumb-innerframe, #content .tx-yag-pi1.theme-isotope .tx-yag-items .tx-yag-album-thumb-outerframe .tx-yag-gallery-thumb-innerframe, #content .tx-yag-pi1.theme-isotope .tx-yag-items .tx-yag-album-thumb-outerframe .tx-yag-album-thumb-innerframe, #content .tx-yag-pi1.theme-lightbox .tx-yag-items .tx-yag-gallery-thumb-outerframe .tx-yag-gallery-thumb-innerframe, #content .tx-yag-pi1.theme-lightbox .tx-yag-items .tx-yag-gallery-thumb-outerframe .tx-yag-album-thumb-innerframe, #content .tx-yag-pi1.theme-lightbox .tx-yag-items .tx-yag-album-thumb-outerframe .tx-yag-gallery-thumb-innerframe, #content .tx-yag-pi1.theme-lightbox .tx-yag-items .tx-yag-album-thumb-outerframe .tx-yag-album-thumb-innerframe, #content .tx-yag-pi1.theme-default .tx-yag-items .tx-yag-gallery-thumb-outerframe .tx-yag-gallery-thumb-innerframe, #content .tx-yag-pi1.theme-default .tx-yag-items .tx-yag-gallery-thumb-outerframe .tx-yag-album-thumb-innerframe, #content .tx-yag-pi1.theme-default .tx-yag-items .tx-yag-album-thumb-outerframe .tx-yag-gallery-thumb-innerframe, #content .tx-yag-pi1.theme-default .tx-yag-items .tx-yag-album-thumb-outerframe .tx-yag-album-thumb-innerframe {
      float: none;
      margin: 0; }
    #content .tx-yag-pi1.theme-isotope .tx-yag-items .tx-yag-gallery-thumb-outerframe .tx-yag-gallery-galleryinfo, #content .tx-yag-pi1.theme-isotope .tx-yag-items .tx-yag-gallery-thumb-outerframe .tx-yag-album-albuminfo, #content .tx-yag-pi1.theme-isotope .tx-yag-items .tx-yag-album-thumb-outerframe .tx-yag-gallery-galleryinfo, #content .tx-yag-pi1.theme-isotope .tx-yag-items .tx-yag-album-thumb-outerframe .tx-yag-album-albuminfo, #content .tx-yag-pi1.theme-lightbox .tx-yag-items .tx-yag-gallery-thumb-outerframe .tx-yag-gallery-galleryinfo, #content .tx-yag-pi1.theme-lightbox .tx-yag-items .tx-yag-gallery-thumb-outerframe .tx-yag-album-albuminfo, #content .tx-yag-pi1.theme-lightbox .tx-yag-items .tx-yag-album-thumb-outerframe .tx-yag-gallery-galleryinfo, #content .tx-yag-pi1.theme-lightbox .tx-yag-items .tx-yag-album-thumb-outerframe .tx-yag-album-albuminfo, #content .tx-yag-pi1.theme-default .tx-yag-items .tx-yag-gallery-thumb-outerframe .tx-yag-gallery-galleryinfo, #content .tx-yag-pi1.theme-default .tx-yag-items .tx-yag-gallery-thumb-outerframe .tx-yag-album-albuminfo, #content .tx-yag-pi1.theme-default .tx-yag-items .tx-yag-album-thumb-outerframe .tx-yag-gallery-galleryinfo, #content .tx-yag-pi1.theme-default .tx-yag-items .tx-yag-album-thumb-outerframe .tx-yag-album-albuminfo {
      float: none;
      width: 100%;
      background: #eceff3;
      padding: 10px;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px;
      margin-left: 0; }
      #content .tx-yag-pi1.theme-isotope .tx-yag-items .tx-yag-gallery-thumb-outerframe .tx-yag-gallery-galleryinfo a, #content .tx-yag-pi1.theme-isotope .tx-yag-items .tx-yag-gallery-thumb-outerframe .tx-yag-album-albuminfo a, #content .tx-yag-pi1.theme-isotope .tx-yag-items .tx-yag-album-thumb-outerframe .tx-yag-gallery-galleryinfo a, #content .tx-yag-pi1.theme-isotope .tx-yag-items .tx-yag-album-thumb-outerframe .tx-yag-album-albuminfo a, #content .tx-yag-pi1.theme-lightbox .tx-yag-items .tx-yag-gallery-thumb-outerframe .tx-yag-gallery-galleryinfo a, #content .tx-yag-pi1.theme-lightbox .tx-yag-items .tx-yag-gallery-thumb-outerframe .tx-yag-album-albuminfo a, #content .tx-yag-pi1.theme-lightbox .tx-yag-items .tx-yag-album-thumb-outerframe .tx-yag-gallery-galleryinfo a, #content .tx-yag-pi1.theme-lightbox .tx-yag-items .tx-yag-album-thumb-outerframe .tx-yag-album-albuminfo a, #content .tx-yag-pi1.theme-default .tx-yag-items .tx-yag-gallery-thumb-outerframe .tx-yag-gallery-galleryinfo a, #content .tx-yag-pi1.theme-default .tx-yag-items .tx-yag-gallery-thumb-outerframe .tx-yag-album-albuminfo a, #content .tx-yag-pi1.theme-default .tx-yag-items .tx-yag-album-thumb-outerframe .tx-yag-gallery-galleryinfo a, #content .tx-yag-pi1.theme-default .tx-yag-items .tx-yag-album-thumb-outerframe .tx-yag-album-albuminfo a {
        text-decoration: none; }
        #content .tx-yag-pi1.theme-isotope .tx-yag-items .tx-yag-gallery-thumb-outerframe .tx-yag-gallery-galleryinfo a .tx-yag-gallery-gallerycaption, #content .tx-yag-pi1.theme-isotope .tx-yag-items .tx-yag-gallery-thumb-outerframe .tx-yag-gallery-galleryinfo a .tx-yag-album-albumcaption, #content .tx-yag-pi1.theme-isotope .tx-yag-items .tx-yag-gallery-thumb-outerframe .tx-yag-album-albuminfo a .tx-yag-gallery-gallerycaption, #content .tx-yag-pi1.theme-isotope .tx-yag-items .tx-yag-gallery-thumb-outerframe .tx-yag-album-albuminfo a .tx-yag-album-albumcaption, #content .tx-yag-pi1.theme-isotope .tx-yag-items .tx-yag-album-thumb-outerframe .tx-yag-gallery-galleryinfo a .tx-yag-gallery-gallerycaption, #content .tx-yag-pi1.theme-isotope .tx-yag-items .tx-yag-album-thumb-outerframe .tx-yag-gallery-galleryinfo a .tx-yag-album-albumcaption, #content .tx-yag-pi1.theme-isotope .tx-yag-items .tx-yag-album-thumb-outerframe .tx-yag-album-albuminfo a .tx-yag-gallery-gallerycaption, #content .tx-yag-pi1.theme-isotope .tx-yag-items .tx-yag-album-thumb-outerframe .tx-yag-album-albuminfo a .tx-yag-album-albumcaption, #content .tx-yag-pi1.theme-lightbox .tx-yag-items .tx-yag-gallery-thumb-outerframe .tx-yag-gallery-galleryinfo a .tx-yag-gallery-gallerycaption, #content .tx-yag-pi1.theme-lightbox .tx-yag-items .tx-yag-gallery-thumb-outerframe .tx-yag-gallery-galleryinfo a .tx-yag-album-albumcaption, #content .tx-yag-pi1.theme-lightbox .tx-yag-items .tx-yag-gallery-thumb-outerframe .tx-yag-album-albuminfo a .tx-yag-gallery-gallerycaption, #content .tx-yag-pi1.theme-lightbox .tx-yag-items .tx-yag-gallery-thumb-outerframe .tx-yag-album-albuminfo a .tx-yag-album-albumcaption, #content .tx-yag-pi1.theme-lightbox .tx-yag-items .tx-yag-album-thumb-outerframe .tx-yag-gallery-galleryinfo a .tx-yag-gallery-gallerycaption, #content .tx-yag-pi1.theme-lightbox .tx-yag-items .tx-yag-album-thumb-outerframe .tx-yag-gallery-galleryinfo a .tx-yag-album-albumcaption, #content .tx-yag-pi1.theme-lightbox .tx-yag-items .tx-yag-album-thumb-outerframe .tx-yag-album-albuminfo a .tx-yag-gallery-gallerycaption, #content .tx-yag-pi1.theme-lightbox .tx-yag-items .tx-yag-album-thumb-outerframe .tx-yag-album-albuminfo a .tx-yag-album-albumcaption, #content .tx-yag-pi1.theme-default .tx-yag-items .tx-yag-gallery-thumb-outerframe .tx-yag-gallery-galleryinfo a .tx-yag-gallery-gallerycaption, #content .tx-yag-pi1.theme-default .tx-yag-items .tx-yag-gallery-thumb-outerframe .tx-yag-gallery-galleryinfo a .tx-yag-album-albumcaption, #content .tx-yag-pi1.theme-default .tx-yag-items .tx-yag-gallery-thumb-outerframe .tx-yag-album-albuminfo a .tx-yag-gallery-gallerycaption, #content .tx-yag-pi1.theme-default .tx-yag-items .tx-yag-gallery-thumb-outerframe .tx-yag-album-albuminfo a .tx-yag-album-albumcaption, #content .tx-yag-pi1.theme-default .tx-yag-items .tx-yag-album-thumb-outerframe .tx-yag-gallery-galleryinfo a .tx-yag-gallery-gallerycaption, #content .tx-yag-pi1.theme-default .tx-yag-items .tx-yag-album-thumb-outerframe .tx-yag-gallery-galleryinfo a .tx-yag-album-albumcaption, #content .tx-yag-pi1.theme-default .tx-yag-items .tx-yag-album-thumb-outerframe .tx-yag-album-albuminfo a .tx-yag-gallery-gallerycaption, #content .tx-yag-pi1.theme-default .tx-yag-items .tx-yag-album-thumb-outerframe .tx-yag-album-albuminfo a .tx-yag-album-albumcaption {
          font-size: 1.2rem;
          text-decoration: none;
          font-family: "myriad-pro", sans-serif;
          font-weight: bold;
          color: #000; }
      #content .tx-yag-pi1.theme-isotope .tx-yag-items .tx-yag-gallery-thumb-outerframe .tx-yag-gallery-galleryinfo .tx-yag-gallery-albumcount, #content .tx-yag-pi1.theme-isotope .tx-yag-items .tx-yag-gallery-thumb-outerframe .tx-yag-gallery-galleryinfo .tx-yag-album-itemcount, #content .tx-yag-pi1.theme-isotope .tx-yag-items .tx-yag-gallery-thumb-outerframe .tx-yag-album-albuminfo .tx-yag-gallery-albumcount, #content .tx-yag-pi1.theme-isotope .tx-yag-items .tx-yag-gallery-thumb-outerframe .tx-yag-album-albuminfo .tx-yag-album-itemcount, #content .tx-yag-pi1.theme-isotope .tx-yag-items .tx-yag-album-thumb-outerframe .tx-yag-gallery-galleryinfo .tx-yag-gallery-albumcount, #content .tx-yag-pi1.theme-isotope .tx-yag-items .tx-yag-album-thumb-outerframe .tx-yag-gallery-galleryinfo .tx-yag-album-itemcount, #content .tx-yag-pi1.theme-isotope .tx-yag-items .tx-yag-album-thumb-outerframe .tx-yag-album-albuminfo .tx-yag-gallery-albumcount, #content .tx-yag-pi1.theme-isotope .tx-yag-items .tx-yag-album-thumb-outerframe .tx-yag-album-albuminfo .tx-yag-album-itemcount, #content .tx-yag-pi1.theme-lightbox .tx-yag-items .tx-yag-gallery-thumb-outerframe .tx-yag-gallery-galleryinfo .tx-yag-gallery-albumcount, #content .tx-yag-pi1.theme-lightbox .tx-yag-items .tx-yag-gallery-thumb-outerframe .tx-yag-gallery-galleryinfo .tx-yag-album-itemcount, #content .tx-yag-pi1.theme-lightbox .tx-yag-items .tx-yag-gallery-thumb-outerframe .tx-yag-album-albuminfo .tx-yag-gallery-albumcount, #content .tx-yag-pi1.theme-lightbox .tx-yag-items .tx-yag-gallery-thumb-outerframe .tx-yag-album-albuminfo .tx-yag-album-itemcount, #content .tx-yag-pi1.theme-lightbox .tx-yag-items .tx-yag-album-thumb-outerframe .tx-yag-gallery-galleryinfo .tx-yag-gallery-albumcount, #content .tx-yag-pi1.theme-lightbox .tx-yag-items .tx-yag-album-thumb-outerframe .tx-yag-gallery-galleryinfo .tx-yag-album-itemcount, #content .tx-yag-pi1.theme-lightbox .tx-yag-items .tx-yag-album-thumb-outerframe .tx-yag-album-albuminfo .tx-yag-gallery-albumcount, #content .tx-yag-pi1.theme-lightbox .tx-yag-items .tx-yag-album-thumb-outerframe .tx-yag-album-albuminfo .tx-yag-album-itemcount, #content .tx-yag-pi1.theme-default .tx-yag-items .tx-yag-gallery-thumb-outerframe .tx-yag-gallery-galleryinfo .tx-yag-gallery-albumcount, #content .tx-yag-pi1.theme-default .tx-yag-items .tx-yag-gallery-thumb-outerframe .tx-yag-gallery-galleryinfo .tx-yag-album-itemcount, #content .tx-yag-pi1.theme-default .tx-yag-items .tx-yag-gallery-thumb-outerframe .tx-yag-album-albuminfo .tx-yag-gallery-albumcount, #content .tx-yag-pi1.theme-default .tx-yag-items .tx-yag-gallery-thumb-outerframe .tx-yag-album-albuminfo .tx-yag-album-itemcount, #content .tx-yag-pi1.theme-default .tx-yag-items .tx-yag-album-thumb-outerframe .tx-yag-gallery-galleryinfo .tx-yag-gallery-albumcount, #content .tx-yag-pi1.theme-default .tx-yag-items .tx-yag-album-thumb-outerframe .tx-yag-gallery-galleryinfo .tx-yag-album-itemcount, #content .tx-yag-pi1.theme-default .tx-yag-items .tx-yag-album-thumb-outerframe .tx-yag-album-albuminfo .tx-yag-gallery-albumcount, #content .tx-yag-pi1.theme-default .tx-yag-items .tx-yag-album-thumb-outerframe .tx-yag-album-albuminfo .tx-yag-album-itemcount {
        font-size: 0.9em; }

.tx-netl-wordcloud {
  margin: 0 0 20px; }
  .tx-netl-wordcloud .netl-wordcloud-css {
    width: 100%;
    height: 15.71429rem;
    overflow: hidden; }
    .tx-netl-wordcloud .netl-wordcloud-css .jqcloud {
      position: relative; }
    .tx-netl-wordcloud .netl-wordcloud-css span a {
      text-decoration: none;
      line-height: 1; }
    .tx-netl-wordcloud .netl-wordcloud-css span.w10 {
      font-size: 24px !important; }
    .tx-netl-wordcloud .netl-wordcloud-css span.w9 {
      font-size: 22px !important; }
    .tx-netl-wordcloud .netl-wordcloud-css span.w8 {
      font-size: 20px !important; }
    .tx-netl-wordcloud .netl-wordcloud-css span.w7 {
      font-size: 18px !important; }
    .tx-netl-wordcloud .netl-wordcloud-css span.w6 {
      font-size: 17px !important; }
    .tx-netl-wordcloud .netl-wordcloud-css span.w5 {
      font-size: 16px !important; }
    .tx-netl-wordcloud .netl-wordcloud-css span.w4 {
      font-size: 15px !important; }
    .tx-netl-wordcloud .netl-wordcloud-css span.w3 {
      font-size: 14px !important; }
    .tx-netl-wordcloud .netl-wordcloud-css span.w2 {
      font-size: 13px !important; }
    .tx-netl-wordcloud .netl-wordcloud-css span.w1 {
      font-size: 12px !important; }

.tx-felogin-pi1 form {
  width: 50%;
  padding-right: 0.71429rem;
  margin-top: 1.42857rem;
  margin-bottom: 1.42857rem; }
  @media screen and (max-width: 767px) {
    .tx-felogin-pi1 form {
      width: 100%;
      padding-right: 0; } }
  .tx-felogin-pi1 form input[type="submit"] {
    border: none; }
.tx-felogin-pi1 .login-info {
  margin-bottom: 1.42857rem; }

.tx-netl-gdpr .cookie-optin {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100; }
  .tx-netl-gdpr .cookie-optin .cookie-optin__content {
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto; }
    .tx-netl-gdpr .cookie-optin .cookie-optin__content:after {
      content: "";
      display: table;
      clear: both; }
    .ie7 .tx-netl-gdpr .cookie-optin .cookie-optin__content {
      display: inline-block; }
    @media only screen and (max-width: 767px) {
      .tx-netl-gdpr .cookie-optin .cookie-optin__content {
        padding: 20px 20px 0; } }
    @media only screen and (max-width: 480px) {
      .tx-netl-gdpr .cookie-optin .cookie-optin__content {
        padding: 20px 15px 0; } }
    .tx-netl-gdpr .cookie-optin .cookie-optin__content .cookie-optin__messages {
      margin-top: 0;
      color: #ffffff; }
      @media only screen and (max-width: 767px) {
        .tx-netl-gdpr .cookie-optin .cookie-optin__content .cookie-optin__messages {
          font-size: 14px;
          line-height: 1.4; } }
    .tx-netl-gdpr .cookie-optin .cookie-optin__content .button-list {
      width: 100%;
      margin-bottom: 20px; }
      .tx-netl-gdpr .cookie-optin .cookie-optin__content .button-list button {
        border: none;
        position: relative;
        display: inline-block;
        font-size: 1rem;
        padding: 6px 15px;
        border-radius: 5px; }
        @media only screen and (max-width: 767px) {
          .tx-netl-gdpr .cookie-optin .cookie-optin__content .button-list button {
            float: none;
            right: initial;
            display: block;
            margin-bottom: 15px; } }
    .tx-netl-gdpr .cookie-optin .cookie-optin__content ul#cookie-list {
      display: flex;
      flex-flow: row wrap;
      justify-content: space-between;
      margin: 0; }
      .tx-netl-gdpr .cookie-optin .cookie-optin__content ul#cookie-list li {
        width: 100%;
        margin: 10px 0;
        padding: 0;
        color: #ffffff;
        list-style: none outside none; }
        @media only screen and (max-width: 767px) {
          .tx-netl-gdpr .cookie-optin .cookie-optin__content ul#cookie-list li {
            width: 100%; } }
        .tx-netl-gdpr .cookie-optin .cookie-optin__content ul#cookie-list li:before {
          display: none; }
        .tx-netl-gdpr .cookie-optin .cookie-optin__content ul#cookie-list li label {
          margin-top: -5px;
          display: block;
          position: relative; }
        .tx-netl-gdpr .cookie-optin .cookie-optin__content ul#cookie-list li p {
          font-size: 12px;
          line-height: 1.4;
          margin: 0 0 0 60px; }
        .tx-netl-gdpr .cookie-optin .cookie-optin__content ul#cookie-list li input {
          width: 50px;
          height: 15px;
          appearance: none;
          -moz-appearance: none;
          -webkit-appearance: none;
          background-color: #efefef;
          border-radius: 20px;
          border: none;
          transition: 0.6s ease-in-out all;
          margin-right: 10px;
          float: left;
          z-index: 2;
          position: relative; }
          .tx-netl-gdpr .cookie-optin .cookie-optin__content ul#cookie-list li input:checked:after {
            left: 25px; }
          .tx-netl-gdpr .cookie-optin .cookie-optin__content ul#cookie-list li input:after {
            content: ' ';
            width: 25px;
            height: 25px;
            position: relative;
            top: -5px;
            left: 0;
            border-radius: 50%;
            background-color: #ffffff;
            border: 1px solid #dedede;
            display: block;
            transition: 0.3s ease-in-out all;
            box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
    .tx-netl-gdpr .cookie-optin .cookie-optin__content a {
      color: #ffffff;
      display: inline-block;
      text-align: left;
      width: 50%;
      font-size: 14px;
      margin-top: 15px; }
      @media only screen and (max-width: 767px) {
        .tx-netl-gdpr .cookie-optin .cookie-optin__content a {
          width: 100%;
          margin-top: 0; } }
      @media only screen and (max-width: 480px) {
        .tx-netl-gdpr .cookie-optin .cookie-optin__content a {
          font-size: 13px;
          line-height: 1.3; } }

.tx-netl-gdpr .cookie-optin {
  background-color: #455d82;
  max-height: 600px;
  transition: max-height 500ms linear; }
  .tx-netl-gdpr .cookie-optin.cookie-disclaimer--remove {
    max-height: 0; }
  .tx-netl-gdpr .cookie-optin__message {
    color: #ffffff; }
  .tx-netl-gdpr .cookie-optin__content ul#cookie-list li label {
    color: #ffffff; }
  .tx-netl-gdpr .cookie-optin__content ul#cookie-list li input:checked {
    background-color: #6eaac1; }
  .tx-netl-gdpr .cookie-optin__content button {
    background-color: #6a7d9b;
    color: #ffffff; }
    .tx-netl-gdpr .cookie-optin__content button:hover {
      background-color: #7d8ea8; }

.tx-netl-social-media.inactive .netl-social-media-inner-wrap {
  border: 1px solid #455d82;
  background-color: #e9f2f5;
  padding: 20px; }
.tx-netl-social-media .netl-social-media-inner-wrap {
  margin-top: 10px;
  margin-bottom: 20px; }
.tx-netl-social-media .fa {
  font-size: 72px;
  float: right;
  color: #455d82;
  display: inline-block;
  padding: 20px; }
.tx-netl-social-media button {
  border: 0;
  font-family: "myriad-pro", sans-serif;
  font-weight: 600;
  border-radius: 5px;
  background-color: #455d82;
  color: #ffffff;
  display: inline-block;
  padding: 6px 16px 9px; }
  .tx-netl-social-media button:hover {
    background-color: #6eaac1; }

.youtube-wrap {
  position: relative;
  padding-bottom: 55%;
  padding-top: 15px;
  height: 0;
  overflow: hidden;
  margin-bottom: 10px; }

.youtube-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.fancybox-inner .tx-netl-social-media .netl-social-media-inner-wrap {
  margin: 0; }

/*
    Anpassungen fuer Akademie
*/
#wrapper.theme-akademie #sidebar-logo {
  display: block;
  margin-top: 40px;
  margin-bottom: 40px;
  width: 300px;
  height: 70px;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url('../../../typo3conf/ext/befg_bgs_provider/Resources/Public/Graphics/logo_akademie.png'); }
  @media screen and (max-width: 994px) {
    #wrapper.theme-akademie #sidebar-logo {
      display: none; } }
#wrapper.theme-akademie #sidebar {
  /*
      .csc-box {
          h1, h2, h3, h4 {
              color: $color-befg-lightblue;
          }
      }
  
  */ }
  #wrapper.theme-akademie #sidebar .csc-box-befg-blue {
    background: #f1f1f1;
    border-color: #c20018; }
#wrapper.theme-akademie #breadcrumb a:last-child {
  color: #c20018; }
#wrapper.theme-akademie .csc-menu.csc-menu-on-page li a {
  background-color: #f1f1f1;
  color: #455d82; }
  #wrapper.theme-akademie .csc-menu.csc-menu-on-page li a.active, #wrapper.theme-akademie .csc-menu.csc-menu-on-page li a:hover {
    background-color: #c8c2bc; }
#wrapper.theme-akademie .csc-menu.csc-menu-accordion li {
  background-color: #f1f1f1; }
  #wrapper.theme-akademie .csc-menu.csc-menu-accordion li .fa {
    color: #c20018; }
  #wrapper.theme-akademie .csc-menu.csc-menu-accordion li:hover {
    background: #c8c2bc; }
    #wrapper.theme-akademie .csc-menu.csc-menu-accordion li:hover .fa {
      color: #ffffff; }
  #wrapper.theme-akademie .csc-menu.csc-menu-accordion li.open:hover {
    background: #f1f1f1; }
    #wrapper.theme-akademie .csc-menu.csc-menu-accordion li.open:hover .fa {
      color: #c20018; }
#wrapper.theme-akademie #content table th {
  border-color: #c20018;
  background-color: #c8c2bc; }
#wrapper.theme-akademie .flexible-tile-container .flexible-image-tile {
  background: #f1f1f1;
  color: #455d82; }
  #wrapper.theme-akademie .flexible-tile-container .flexible-image-tile.without-image .fa, #wrapper.theme-akademie .flexible-tile-container .flexible-image-tile.with-image .fa {
    color: #455d82; }
  #wrapper.theme-akademie .flexible-tile-container .flexible-image-tile .title {
    background-color: #c8c2bc;
    color: #455d82; }
  #wrapper.theme-akademie .flexible-tile-container .flexible-image-tile:hover {
    background-color: #c8c2bc; }
    #wrapper.theme-akademie .flexible-tile-container .flexible-image-tile:hover .title {
      background-color: #c20018;
      color: #ffffff; }
    #wrapper.theme-akademie .flexible-tile-container .flexible-image-tile:hover .flexible-image-tile.without-image .fa, #wrapper.theme-akademie .flexible-tile-container .flexible-image-tile:hover .flexible-image-tile.with-image .fa {
      color: #455d82; }
#wrapper.theme-akademie .csc-default .image-row .image-caption {
  background: #f1f1f1; }
#wrapper.theme-akademie .slider-pager a {
  background: #f1f1f1;
  color: #455d82; }
  #wrapper.theme-akademie .slider-pager a:hover {
    background: #c8c2bc; }
  #wrapper.theme-akademie .slider-pager a.active {
    background: #c20018;
    color: #ffffff; }
#wrapper.theme-akademie .simple-slider-pager a {
  background: #c8c2bc;
  color: #455d82; }
  #wrapper.theme-akademie .simple-slider-pager a:hover {
    background: #c20018;
    color: #ffffff; }
  #wrapper.theme-akademie .simple-slider-pager a.active {
    background: #c20018;
    color: #ffffff; }
#wrapper.theme-akademie .slider .content header, #wrapper.theme-akademie .simple-slider .content header {
  background-image: url('../../../typo3conf/ext/befg_bgs_provider/Resources/Public/Graphics/akademie-slider-header-bg.png'); }
#wrapper.theme-akademie .slider .content div, #wrapper.theme-akademie .simple-slider .content div {
  background-image: url('../../../typo3conf/ext/befg_bgs_provider/Resources/Public/Graphics/akademie-slider-content-bg.png');
  color: #455d82; }
  #wrapper.theme-akademie .slider .content div a, #wrapper.theme-akademie .simple-slider .content div a {
    color: #455d82; }
#wrapper.theme-akademie .csc-box-befg-blue {
  background: #f1f1f1;
  border-top: 2px solid #c20018; }
  #wrapper.theme-akademie .csc-box-befg-blue .intro {
    background-color: #c8c2bc;
    color: #455d82; }
#wrapper.theme-akademie .accordion.initialized .accordion-header {
  background: #f1f1f1; }
  #wrapper.theme-akademie .accordion.initialized .accordion-header i {
    color: #c20018; }
#wrapper.theme-akademie .accordion.initialized .accordion-element.open .accordion-header {
  background: #c8c2bc; }
  #wrapper.theme-akademie .accordion.initialized .accordion-element.open .accordion-header i {
    color: #ffffff; }
#wrapper.theme-akademie .accordion.initialized .accordion-content {
  background: #f1f1f1; }
#wrapper.theme-akademie .divider hr {
  border: 1px solid #c20018; }
#wrapper.theme-akademie.akademie-small #sidebar-logo {
  height: 41px;
  background-image: url('../../../typo3conf/ext/befg_bgs_provider/Resources/Public/Graphics/logo_akademie_small.png'); }

/*
    Anpassungen fuer Gemeinde
*/
#wrapper.theme-gemeinde #sidebar-logo {
  display: block;
  margin-top: 40px;
  margin-bottom: 40px;
  width: 300px;
  height: 70px;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url('../../../typo3conf/ext/befg_bgs_provider/Resources/Public/Graphics/logo_db_gemeinde.png'); }
  @media screen and (max-width: 994px) {
    #wrapper.theme-gemeinde #sidebar-logo {
      display: none; } }
#wrapper.theme-gemeinde #sidebar {
  /*
      .csc-box {
          h1, h2, h3, h4 {
              color: $color-befg-lightblue;
          }
      }
  
  */ }
  #wrapper.theme-gemeinde #sidebar .csc-box-befg-blue {
    background: #f1f1f1;
    border-color: #942280; }
#wrapper.theme-gemeinde #breadcrumb a:last-child {
  color: #942280; }
#wrapper.theme-gemeinde .csc-menu.csc-menu-on-page li a {
  background-color: #f1f1f1;
  color: #455d82; }
  #wrapper.theme-gemeinde .csc-menu.csc-menu-on-page li a.active, #wrapper.theme-gemeinde .csc-menu.csc-menu-on-page li a:hover {
    background-color: #d2b6d1; }
#wrapper.theme-gemeinde .csc-menu.csc-menu-accordion li {
  background-color: #f1f1f1; }
  #wrapper.theme-gemeinde .csc-menu.csc-menu-accordion li .fa {
    color: #942280; }
  #wrapper.theme-gemeinde .csc-menu.csc-menu-accordion li:hover {
    background: #d2b6d1; }
    #wrapper.theme-gemeinde .csc-menu.csc-menu-accordion li:hover .fa {
      color: #ffffff; }
  #wrapper.theme-gemeinde .csc-menu.csc-menu-accordion li.open:hover {
    background: #f1f1f1; }
    #wrapper.theme-gemeinde .csc-menu.csc-menu-accordion li.open:hover .fa {
      color: #942280; }
#wrapper.theme-gemeinde #content table th {
  border-color: #942280;
  background-color: #d2b6d1; }
#wrapper.theme-gemeinde .flexible-tile-container .flexible-image-tile {
  background: #f1f1f1;
  color: #455d82; }
  #wrapper.theme-gemeinde .flexible-tile-container .flexible-image-tile.without-image .fa, #wrapper.theme-gemeinde .flexible-tile-container .flexible-image-tile.with-image .fa {
    color: #455d82; }
  #wrapper.theme-gemeinde .flexible-tile-container .flexible-image-tile .title {
    background-color: #d2b6d1;
    color: #455d82; }
  #wrapper.theme-gemeinde .flexible-tile-container .flexible-image-tile:hover {
    background-color: #d2b6d1; }
    #wrapper.theme-gemeinde .flexible-tile-container .flexible-image-tile:hover .title {
      background-color: #942280;
      color: #ffffff; }
    #wrapper.theme-gemeinde .flexible-tile-container .flexible-image-tile:hover .flexible-image-tile.without-image .fa, #wrapper.theme-gemeinde .flexible-tile-container .flexible-image-tile:hover .flexible-image-tile.with-image .fa {
      color: #455d82; }
#wrapper.theme-gemeinde .csc-default .image-row .image-caption {
  background: #f1f1f1; }
#wrapper.theme-gemeinde .slider-pager a {
  background: #f1f1f1;
  color: #455d82; }
  #wrapper.theme-gemeinde .slider-pager a:hover {
    background: #d2b6d1; }
  #wrapper.theme-gemeinde .slider-pager a.active {
    background: #942280;
    color: #ffffff; }
#wrapper.theme-gemeinde .simple-slider-pager a {
  background: #d2b6d1;
  color: #455d82; }
  #wrapper.theme-gemeinde .simple-slider-pager a:hover {
    background: #942280;
    color: #ffffff; }
  #wrapper.theme-gemeinde .simple-slider-pager a.active {
    background: #942280;
    color: #ffffff; }
#wrapper.theme-gemeinde .slider .content header, #wrapper.theme-gemeinde .simple-slider .content header {
  background-image: url('../../../typo3conf/ext/befg_bgs_provider/Resources/Public/Graphics/gemeinde-slider-header-bg.png'); }
#wrapper.theme-gemeinde .slider .content div, #wrapper.theme-gemeinde .simple-slider .content div {
  background-image: url('../../../typo3conf/ext/befg_bgs_provider/Resources/Public/Graphics/gemeinde-slider-content-bg.png');
  color: #455d82; }
  #wrapper.theme-gemeinde .slider .content div a, #wrapper.theme-gemeinde .simple-slider .content div a {
    color: #455d82; }
#wrapper.theme-gemeinde .csc-box-befg-blue {
  background: #f1f1f1;
  border-top: 2px solid #942280; }
  #wrapper.theme-gemeinde .csc-box-befg-blue .intro {
    background-color: #d2b6d1;
    color: #455d82; }
#wrapper.theme-gemeinde .accordion.initialized .accordion-header {
  background: #f1f1f1; }
  #wrapper.theme-gemeinde .accordion.initialized .accordion-header i {
    color: #942280; }
#wrapper.theme-gemeinde .accordion.initialized .accordion-element.open .accordion-header {
  background: #d2b6d1; }
  #wrapper.theme-gemeinde .accordion.initialized .accordion-element.open .accordion-header i {
    color: #ffffff; }
#wrapper.theme-gemeinde .accordion.initialized .accordion-content {
  background: #f1f1f1; }
#wrapper.theme-gemeinde .divider hr {
  border: 1px solid #942280; }
#wrapper.theme-gemeinde.gemeinde-small #sidebar-logo {
  height: 41px;
  background-image: url('../../../typo3conf/ext/befg_bgs_provider/Resources/Public/Graphics/logo_db_gemeinde_small.png'); }

/*
    Anpassungen fuer Mission
*/
#wrapper.theme-mission #sidebar-logo {
  display: block;
  margin-top: 40px;
  margin-bottom: 40px;
  width: 300px;
  height: 70px;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url('../../../typo3conf/ext/befg_bgs_provider/Resources/Public/Graphics/logo_db_mission.png'); }
  @media screen and (max-width: 994px) {
    #wrapper.theme-mission #sidebar-logo {
      display: none; } }
#wrapper.theme-mission #sidebar {
  /*
      .csc-box {
          h1, h2, h3, h4 {
              color: $color-befg-lightblue;
          }
      }
  
  */ }
  #wrapper.theme-mission #sidebar .csc-box-befg-blue {
    background: #f1f1f1;
    border-color: #f7ab08; }
#wrapper.theme-mission #breadcrumb a:last-child {
  color: #f7ab08; }
#wrapper.theme-mission .csc-menu.csc-menu-on-page li a {
  background-color: #f1f1f1;
  color: #455d82; }
  #wrapper.theme-mission .csc-menu.csc-menu-on-page li a.active, #wrapper.theme-mission .csc-menu.csc-menu-on-page li a:hover {
    background-color: #fbd583; }
#wrapper.theme-mission .csc-menu.csc-menu-accordion li {
  background-color: #f1f1f1; }
  #wrapper.theme-mission .csc-menu.csc-menu-accordion li .fa {
    color: #f7ab08; }
  #wrapper.theme-mission .csc-menu.csc-menu-accordion li:hover {
    background: #fbd583; }
    #wrapper.theme-mission .csc-menu.csc-menu-accordion li:hover .fa {
      color: #ffffff; }
  #wrapper.theme-mission .csc-menu.csc-menu-accordion li.open:hover {
    background: #f1f1f1; }
    #wrapper.theme-mission .csc-menu.csc-menu-accordion li.open:hover .fa {
      color: #f7ab08; }
#wrapper.theme-mission #content table th {
  border-color: #f7ab08;
  background-color: #fbd583; }
#wrapper.theme-mission .flexible-tile-container .flexible-image-tile {
  background: #f1f1f1;
  color: #455d82; }
  #wrapper.theme-mission .flexible-tile-container .flexible-image-tile.without-image .fa, #wrapper.theme-mission .flexible-tile-container .flexible-image-tile.with-image .fa {
    color: #455d82; }
  #wrapper.theme-mission .flexible-tile-container .flexible-image-tile .title {
    background-color: #fbd583;
    color: #455d82; }
  #wrapper.theme-mission .flexible-tile-container .flexible-image-tile:hover {
    background-color: #fbd583; }
    #wrapper.theme-mission .flexible-tile-container .flexible-image-tile:hover .title {
      background-color: #f7ab08;
      color: #ffffff; }
    #wrapper.theme-mission .flexible-tile-container .flexible-image-tile:hover .flexible-image-tile.without-image .fa, #wrapper.theme-mission .flexible-tile-container .flexible-image-tile:hover .flexible-image-tile.with-image .fa {
      color: #455d82; }
#wrapper.theme-mission .csc-default .image-row .image-caption {
  background: #f1f1f1; }
#wrapper.theme-mission .slider-pager a {
  background: #f1f1f1;
  color: #455d82; }
  #wrapper.theme-mission .slider-pager a:hover {
    background: #fbd583; }
  #wrapper.theme-mission .slider-pager a.active {
    background: #f7ab08;
    color: #ffffff; }
#wrapper.theme-mission .simple-slider-pager a {
  background: #fbd583;
  color: #455d82; }
  #wrapper.theme-mission .simple-slider-pager a:hover {
    background: #f7ab08;
    color: #ffffff; }
  #wrapper.theme-mission .simple-slider-pager a.active {
    background: #f7ab08;
    color: #ffffff; }
#wrapper.theme-mission .slider .content header, #wrapper.theme-mission .simple-slider .content header {
  background-image: url('../../../typo3conf/ext/befg_bgs_provider/Resources/Public/Graphics/mission-slider-header-bg.png'); }
#wrapper.theme-mission .slider .content div, #wrapper.theme-mission .simple-slider .content div {
  background-image: url('../../../typo3conf/ext/befg_bgs_provider/Resources/Public/Graphics/mission-slider-content-bg.png');
  color: #455d82; }
  #wrapper.theme-mission .slider .content div a, #wrapper.theme-mission .simple-slider .content div a {
    color: #455d82; }
#wrapper.theme-mission .csc-box-befg-blue {
  background: #f1f1f1;
  border-top: 2px solid #f7ab08; }
  #wrapper.theme-mission .csc-box-befg-blue .intro {
    background-color: #fbd583;
    color: #455d82; }
#wrapper.theme-mission .accordion.initialized .accordion-header {
  background: #f1f1f1; }
  #wrapper.theme-mission .accordion.initialized .accordion-header i {
    color: #f7ab08; }
#wrapper.theme-mission .accordion.initialized .accordion-element.open .accordion-header {
  background: #fbd583; }
  #wrapper.theme-mission .accordion.initialized .accordion-element.open .accordion-header i {
    color: #ffffff; }
#wrapper.theme-mission .accordion.initialized .accordion-content {
  background: #f1f1f1; }
#wrapper.theme-mission .divider hr {
  border: 1px solid #f7ab08; }
#wrapper.theme-mission.mission-small #sidebar-logo {
  height: 41px;
  background-image: url('../../../typo3conf/ext/befg_bgs_provider/Resources/Public/Graphics/logo_db_mission_small.png'); }

body {
  padding-bottom: 0 !important; }

#top-bar,
#meta-navigation,
#accessibility-navigation,
#sidebar,
#share,
#footer,
.rss-feed,
.title-image,
#breadcrumb,
#stage {
  display: none !important; }

#header #logo {
  position: static !important; }

#content {
  width: 100% !important; }

.page-with-breadcrumb {
  margin-top: 0 !important; }

img {
  width: auto !important; }

#header #logo a {
  width: 200px !important;
  height: auto !important;
  background: transparent !important; }
  #header #logo a img {
    display: block !important; }

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